amazonka-clouddirectory-2.0: Amazon CloudDirectory SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

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
ToJSON ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.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

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 #

Generic ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Associated Types

type Rep ListObjectAttributes :: Type -> Type #

Read ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Show ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

NFData ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Methods

rnf :: ListObjectAttributes -> () #

Eq ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Hashable ListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

type AWSResponse 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" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "ListObjectAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "consistencyLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsistencyLevel)) :*: (S1 ('MetaSel ('Just "facetFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaFacet)) :*: S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)))) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: (S1 ('MetaSel ('Just "directoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text) :*: S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)))))

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

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

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

ListObjectAttributes, listObjectAttributes_nextToken - The pagination token.

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

ListObjectAttributes, listObjectAttributes_objectReference - The reference that identifies the object whose attributes will be listed.

Request Lenses

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_facetFilter :: Lens' ListObjectAttributes (Maybe SchemaFacet) Source #

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

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
Generic ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Associated Types

type Rep ListObjectAttributesResponse :: Type -> Type #

Read ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Show ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

NFData ListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.ListObjectAttributes

Eq 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" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "ListObjectAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeKeyAndValue])) :*: (S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: 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:

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

ListObjectAttributes, listObjectAttributesResponse_nextToken - The pagination token.

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