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

Description

Returns a paginated list of all attribute definitions for a particular TypedLinkFacet. For more information, see Typed Links.

This operation returns paginated results.

Synopsis

Creating a Request

data ListTypedLinkFacetAttributes Source #

See: newListTypedLinkFacetAttributes smart constructor.

Constructors

ListTypedLinkFacetAttributes' 

Fields

Instances

Instances details
Eq ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Read ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Show ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Generic ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Associated Types

type Rep ListTypedLinkFacetAttributes :: Type -> Type #

NFData ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Hashable ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

ToJSON ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

AWSPager ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

AWSRequest ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

ToHeaders ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

ToPath ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

ToQuery ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

type Rep ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

type Rep ListTypedLinkFacetAttributes = D1 ('MetaData "ListTypedLinkFacetAttributes" "Amazonka.CloudDirectory.ListTypedLinkFacetAttributes" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ListTypedLinkFacetAttributes'" '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 ListTypedLinkFacetAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

newListTypedLinkFacetAttributes Source #

Create a value of ListTypedLinkFacetAttributes 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:ListTypedLinkFacetAttributes', listTypedLinkFacetAttributes_nextToken - The pagination token.

$sel:maxResults:ListTypedLinkFacetAttributes', listTypedLinkFacetAttributes_maxResults - The maximum number of results to retrieve.

$sel:schemaArn:ListTypedLinkFacetAttributes', listTypedLinkFacetAttributes_schemaArn - The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

$sel:name:ListTypedLinkFacetAttributes', listTypedLinkFacetAttributes_name - The unique name of the typed link facet.

Request Lenses

listTypedLinkFacetAttributes_schemaArn :: Lens' ListTypedLinkFacetAttributes Text Source #

The Amazon Resource Name (ARN) that is associated with the schema. For more information, see arns.

Destructuring the Response

data ListTypedLinkFacetAttributesResponse Source #

Constructors

ListTypedLinkFacetAttributesResponse' 

Fields

Instances

Instances details
Eq ListTypedLinkFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Read ListTypedLinkFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Show ListTypedLinkFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

Generic ListTypedLinkFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

NFData ListTypedLinkFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

type Rep ListTypedLinkFacetAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListTypedLinkFacetAttributes

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

newListTypedLinkFacetAttributesResponse Source #

Create a value of ListTypedLinkFacetAttributesResponse 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:ListTypedLinkFacetAttributes', listTypedLinkFacetAttributesResponse_nextToken - The pagination token.

$sel:attributes:ListTypedLinkFacetAttributesResponse', listTypedLinkFacetAttributesResponse_attributes - An ordered set of attributes associate with the typed link.

$sel:httpStatus:ListTypedLinkFacetAttributesResponse', listTypedLinkFacetAttributesResponse_httpStatus - The response's http status code.

Response Lenses