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

Description

Retrieves attributes attached to the facet.

This operation returns paginated results.

Synopsis

Creating a Request

data ListFacetAttributes Source #

See: newListFacetAttributes smart constructor.

Constructors

ListFacetAttributes' 

Fields

Instances

Instances details
Eq ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Read ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Show ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Generic ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Associated Types

type Rep ListFacetAttributes :: Type -> Type #

NFData ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Methods

rnf :: ListFacetAttributes -> () #

Hashable ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

ToJSON ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

AWSPager ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

AWSRequest ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Associated Types

type AWSResponse ListFacetAttributes #

ToHeaders ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

ToPath ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

ToQuery ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

type Rep ListFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

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

Defined in Amazonka.CloudDirectory.ListFacetAttributes

newListFacetAttributes Source #

Create a value of ListFacetAttributes 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:nextToken:ListFacetAttributes', listFacetAttributes_nextToken - The pagination token.

$sel:maxResults:ListFacetAttributes', listFacetAttributes_maxResults - The maximum number of results to retrieve.

$sel:schemaArn:ListFacetAttributes', listFacetAttributes_schemaArn - The ARN of the schema where the facet resides.

$sel:name:ListFacetAttributes', listFacetAttributes_name - The name of the facet whose attributes will be retrieved.

Request Lenses

listFacetAttributes_maxResults :: Lens' ListFacetAttributes (Maybe Natural) Source #

The maximum number of results to retrieve.

listFacetAttributes_schemaArn :: Lens' ListFacetAttributes Text Source #

The ARN of the schema where the facet resides.

listFacetAttributes_name :: Lens' ListFacetAttributes Text Source #

The name of the facet whose attributes will be retrieved.

Destructuring the Response

data ListFacetAttributesResponse Source #

See: newListFacetAttributesResponse smart constructor.

Constructors

ListFacetAttributesResponse' 

Fields

Instances

Instances details
Eq ListFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Read ListFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Show ListFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Generic ListFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

Associated Types

type Rep ListFacetAttributesResponse :: Type -> Type #

NFData ListFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

type Rep ListFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListFacetAttributes

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

newListFacetAttributesResponse Source #

Create a value of ListFacetAttributesResponse 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:nextToken:ListFacetAttributes', listFacetAttributesResponse_nextToken - The pagination token.

$sel:attributes:ListFacetAttributesResponse', listFacetAttributesResponse_attributes - The attributes attached to the facet.

$sel:httpStatus:ListFacetAttributesResponse', listFacetAttributesResponse_httpStatus - The response's http status code.

Response Lenses