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

Description

 
Synopsis

Documentation

data BatchCreateIndexResponse Source #

Represents the output of a CreateIndex response operation.

See: newBatchCreateIndexResponse smart constructor.

Constructors

BatchCreateIndexResponse' 

Fields

Instances

Instances details
Eq BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

Read BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

Show BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

Generic BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

Associated Types

type Rep BatchCreateIndexResponse :: Type -> Type #

NFData BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

Hashable BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

FromJSON BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

type Rep BatchCreateIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchCreateIndexResponse

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

newBatchCreateIndexResponse :: BatchCreateIndexResponse Source #

Create a value of BatchCreateIndexResponse 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:objectIdentifier:BatchCreateIndexResponse', batchCreateIndexResponse_objectIdentifier - The ObjectIdentifier of the index created by this operation.

batchCreateIndexResponse_objectIdentifier :: Lens' BatchCreateIndexResponse (Maybe Text) Source #

The ObjectIdentifier of the index created by this operation.