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

Description

Lists all attributes that are associated with an object.

This operation returns paginated results.

Synopsis

Creating a Request

data ListObjectAttributes Source #

See: newListObjectAttributes smart constructor.

Constructors

ListObjectAttributes' 

Fields

Instances

Instances details
Eq ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Read ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Show ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Generic ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Associated Types

type Rep ListObjectAttributes :: Type -> Type #

NFData ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Methods

rnf :: ListObjectAttributes -> () #

Hashable ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

ToJSON ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

AWSPager ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

AWSRequest ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Associated Types

type AWSResponse ListObjectAttributes #

ToHeaders ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

ToPath ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

ToQuery ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

type Rep ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

type Rep ListObjectAttributes = D1 ('MetaData "ListObjectAttributes" "Amazonka.CloudDirectory.ListObjectAttributes" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "ListObjectAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "facetFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaFacet)) :*: (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 "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)))))
type AWSResponse ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

newListObjectAttributes Source #

Create a value of ListObjectAttributes 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:facetFilter:ListObjectAttributes', listObjectAttributes_facetFilter - Used to filter the list of object attributes that are associated with a certain facet.

$sel:consistencyLevel:ListObjectAttributes', listObjectAttributes_consistencyLevel - Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

$sel:nextToken:ListObjectAttributes', listObjectAttributes_nextToken - The pagination token.

$sel:maxResults:ListObjectAttributes', listObjectAttributes_maxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.

$sel:directoryArn:ListObjectAttributes', listObjectAttributes_directoryArn - The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

$sel:objectReference:ListObjectAttributes', listObjectAttributes_objectReference - The reference that identifies the object whose attributes will be listed.

Request Lenses

listObjectAttributes_facetFilter :: Lens' ListObjectAttributes (Maybe SchemaFacet) Source #

Used to filter the list of object attributes that are associated with a certain facet.

listObjectAttributes_consistencyLevel :: Lens' ListObjectAttributes (Maybe ConsistencyLevel) Source #

Represents the manner and timing in which the successful write or update of an object is reflected in a subsequent read operation of that same object.

listObjectAttributes_maxResults :: Lens' ListObjectAttributes (Maybe Natural) Source #

The maximum number of items to be retrieved in a single call. This is an approximate number.

listObjectAttributes_directoryArn :: Lens' ListObjectAttributes Text Source #

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides. For more information, see arns.

listObjectAttributes_objectReference :: Lens' ListObjectAttributes ObjectReference Source #

The reference that identifies the object whose attributes will be listed.

Destructuring the Response

data ListObjectAttributesResponse Source #

See: newListObjectAttributesResponse smart constructor.

Constructors

ListObjectAttributesResponse' 

Fields

Instances

Instances details
Eq ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Read ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Show ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Generic ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Associated Types

type Rep ListObjectAttributesResponse :: Type -> Type #

NFData ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

type Rep ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

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

newListObjectAttributesResponse Source #

Create a value of ListObjectAttributesResponse 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:ListObjectAttributes', listObjectAttributesResponse_nextToken - The pagination token.

$sel:attributes:ListObjectAttributesResponse', listObjectAttributesResponse_attributes - Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.

$sel:httpStatus:ListObjectAttributesResponse', listObjectAttributesResponse_httpStatus - The response's http status code.

Response Lenses

listObjectAttributesResponse_attributes :: Lens' ListObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #

Attributes map that is associated with the object. AttributeArn is the key, and attribute value is the value.