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

Description

 
Synopsis

Documentation

data BatchListAttachedIndicesResponse Source #

Represents the output of a ListAttachedIndices response operation.

See: newBatchListAttachedIndicesResponse smart constructor.

Constructors

BatchListAttachedIndicesResponse' 

Fields

Instances

Instances details
Eq BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

Read BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

Show BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

Generic BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

Associated Types

type Rep BatchListAttachedIndicesResponse :: Type -> Type #

NFData BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

Hashable BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

FromJSON BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

type Rep BatchListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse

type Rep BatchListAttachedIndicesResponse = D1 ('MetaData "BatchListAttachedIndicesResponse" "Amazonka.CloudDirectory.Types.BatchListAttachedIndicesResponse" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchListAttachedIndicesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "indexAttachments") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [IndexAttachment])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchListAttachedIndicesResponse :: BatchListAttachedIndicesResponse Source #

Create a value of BatchListAttachedIndicesResponse 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:indexAttachments:BatchListAttachedIndicesResponse', batchListAttachedIndicesResponse_indexAttachments - The indices attached to the specified object.

$sel:nextToken:BatchListAttachedIndicesResponse', batchListAttachedIndicesResponse_nextToken - The pagination token.