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.BatchAttachToIndexResponse

Description

 
Synopsis

Documentation

data BatchAttachToIndexResponse Source #

Represents the output of a AttachToIndex response operation.

See: newBatchAttachToIndexResponse smart constructor.

Constructors

BatchAttachToIndexResponse' 

Fields

Instances

Instances details
Eq BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

Read BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

Show BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

Generic BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

Associated Types

type Rep BatchAttachToIndexResponse :: Type -> Type #

NFData BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

Hashable BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

FromJSON BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

type Rep BatchAttachToIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchAttachToIndexResponse

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

newBatchAttachToIndexResponse :: BatchAttachToIndexResponse Source #

Create a value of BatchAttachToIndexResponse 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:BatchAttachToIndexResponse', batchAttachToIndexResponse_attachedObjectIdentifier - The ObjectIdentifier of the object that was attached to the index.

batchAttachToIndexResponse_attachedObjectIdentifier :: Lens' BatchAttachToIndexResponse (Maybe Text) Source #

The ObjectIdentifier of the object that was attached to the index.