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

Description

 
Synopsis

Documentation

data BatchListIndexResponse Source #

Represents the output of a ListIndex response operation.

See: newBatchListIndexResponse smart constructor.

Constructors

BatchListIndexResponse' 

Fields

Instances

Instances details
Eq BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

Read BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

Show BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

Generic BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

Associated Types

type Rep BatchListIndexResponse :: Type -> Type #

NFData BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

Methods

rnf :: BatchListIndexResponse -> () #

Hashable BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

FromJSON BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

type Rep BatchListIndexResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListIndexResponse

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

newBatchListIndexResponse :: BatchListIndexResponse Source #

Create a value of BatchListIndexResponse 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:BatchListIndexResponse', batchListIndexResponse_indexAttachments - The objects and indexed values attached to the index.

$sel:nextToken:BatchListIndexResponse', batchListIndexResponse_nextToken - The pagination token.

batchListIndexResponse_indexAttachments :: Lens' BatchListIndexResponse (Maybe [IndexAttachment]) Source #

The objects and indexed values attached to the index.