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

Description

Lists indices attached to the specified object.

This operation returns paginated results.

Synopsis

Creating a Request

data ListAttachedIndices Source #

See: newListAttachedIndices smart constructor.

Constructors

ListAttachedIndices' 

Fields

Instances

Instances details
Eq ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Read ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Show ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Generic ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Associated Types

type Rep ListAttachedIndices :: Type -> Type #

NFData ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Methods

rnf :: ListAttachedIndices -> () #

Hashable ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

ToJSON ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

AWSPager ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

AWSRequest ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Associated Types

type AWSResponse ListAttachedIndices #

ToHeaders ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

ToPath ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

ToQuery ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

type Rep ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

type Rep ListAttachedIndices = D1 ('MetaData "ListAttachedIndices" "Amazonka.CloudDirectory.ListAttachedIndices" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ListAttachedIndices'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "consistencyLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsistencyLevel)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: (S1 ('MetaSel ('Just "directoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "targetReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)))))
type AWSResponse ListAttachedIndices Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

newListAttachedIndices Source #

Create a value of ListAttachedIndices 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:consistencyLevel:ListAttachedIndices', listAttachedIndices_consistencyLevel - The consistency level to use for this operation.

$sel:nextToken:ListAttachedIndices', listAttachedIndices_nextToken - The pagination token.

$sel:maxResults:ListAttachedIndices', listAttachedIndices_maxResults - The maximum number of results to retrieve.

$sel:directoryArn:ListAttachedIndices', listAttachedIndices_directoryArn - The ARN of the directory.

$sel:targetReference:ListAttachedIndices', listAttachedIndices_targetReference - A reference to the object that has indices attached.

Request Lenses

listAttachedIndices_consistencyLevel :: Lens' ListAttachedIndices (Maybe ConsistencyLevel) Source #

The consistency level to use for this operation.

listAttachedIndices_maxResults :: Lens' ListAttachedIndices (Maybe Natural) Source #

The maximum number of results to retrieve.

listAttachedIndices_targetReference :: Lens' ListAttachedIndices ObjectReference Source #

A reference to the object that has indices attached.

Destructuring the Response

data ListAttachedIndicesResponse Source #

See: newListAttachedIndicesResponse smart constructor.

Constructors

ListAttachedIndicesResponse' 

Fields

Instances

Instances details
Eq ListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Read ListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Show ListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Generic ListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

Associated Types

type Rep ListAttachedIndicesResponse :: Type -> Type #

NFData ListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

type Rep ListAttachedIndicesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListAttachedIndices

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

newListAttachedIndicesResponse Source #

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

$sel:nextToken:ListAttachedIndices', listAttachedIndicesResponse_nextToken - The pagination token.

$sel:httpStatus:ListAttachedIndicesResponse', listAttachedIndicesResponse_httpStatus - The response's http status code.

Response Lenses