amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

Description

 
Synopsis

Documentation

data BatchDetachObjectResponse Source #

Represents the output of a DetachObject response operation.

See: newBatchDetachObjectResponse smart constructor.

Constructors

BatchDetachObjectResponse' 

Fields

Instances

Instances details
FromJSON BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

Generic BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

Associated Types

type Rep BatchDetachObjectResponse :: Type -> Type #

Read BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

Show BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

NFData BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

Eq BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

Hashable BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

type Rep BatchDetachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchDetachObjectResponse

type Rep BatchDetachObjectResponse = D1 ('MetaData "BatchDetachObjectResponse" "Amazonka.CloudDirectory.Types.BatchDetachObjectResponse" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "BatchDetachObjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "detachedObjectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchDetachObjectResponse :: BatchDetachObjectResponse Source #

Create a value of BatchDetachObjectResponse with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:detachedObjectIdentifier:BatchDetachObjectResponse', batchDetachObjectResponse_detachedObjectIdentifier - The ObjectIdentifier of the detached object.