libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

Description

 
Synopsis

Documentation

data BatchAttachObjectResponse Source #

Represents the output batch AttachObject response operation.

See: newBatchAttachObjectResponse smart constructor.

Constructors

BatchAttachObjectResponse' 

Fields

Instances

Instances details
Eq BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

Read BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

Show BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

Generic BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

Associated Types

type Rep BatchAttachObjectResponse :: Type -> Type #

NFData BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

Hashable BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

FromJSON BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

type Rep BatchAttachObjectResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachObjectResponse

type Rep BatchAttachObjectResponse = D1 ('MetaData "BatchAttachObjectResponse" "Amazonka.CloudDirectory.Types.BatchAttachObjectResponse" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchAttachObjectResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attachedObjectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchAttachObjectResponse :: BatchAttachObjectResponse Source #

Create a value of BatchAttachObjectResponse 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:attachedObjectIdentifier:BatchAttachObjectResponse', batchAttachObjectResponse_attachedObjectIdentifier - The ObjectIdentifier of the object that has been attached.

batchAttachObjectResponse_attachedObjectIdentifier :: Lens' BatchAttachObjectResponse (Maybe Text) Source #

The ObjectIdentifier of the object that has been attached.