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

Description

Retrieves attributes within a facet that are associated with an object.

Synopsis

Creating a Request

data GetObjectAttributes Source #

See: newGetObjectAttributes smart constructor.

Constructors

GetObjectAttributes' 

Fields

Instances

Instances details
Eq GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Read GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Show GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Generic GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Associated Types

type Rep GetObjectAttributes :: Type -> Type #

NFData GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Methods

rnf :: GetObjectAttributes -> () #

Hashable GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

ToJSON GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

AWSRequest GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Associated Types

type AWSResponse GetObjectAttributes #

ToHeaders GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

ToPath GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

ToQuery GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

type Rep GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

type Rep GetObjectAttributes = D1 ('MetaData "GetObjectAttributes" "Amazonka.CloudDirectory.GetObjectAttributes" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "GetObjectAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "consistencyLevel") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe ConsistencyLevel)) :*: S1 ('MetaSel ('Just "directoryArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)) :*: (S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference) :*: (S1 ('MetaSel ('Just "schemaFacet") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 SchemaFacet) :*: S1 ('MetaSel ('Just "attributeNames") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 [Text])))))
type AWSResponse GetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

newGetObjectAttributes Source #

Create a value of GetObjectAttributes 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:GetObjectAttributes', getObjectAttributes_consistencyLevel - The consistency level at which to retrieve the attributes on an object.

$sel:directoryArn:GetObjectAttributes', getObjectAttributes_directoryArn - The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

$sel:objectReference:GetObjectAttributes', getObjectAttributes_objectReference - Reference that identifies the object whose attributes will be retrieved.

$sel:schemaFacet:GetObjectAttributes', getObjectAttributes_schemaFacet - Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

$sel:attributeNames:GetObjectAttributes', getObjectAttributes_attributeNames - List of attribute names whose values will be retrieved.

Request Lenses

getObjectAttributes_consistencyLevel :: Lens' GetObjectAttributes (Maybe ConsistencyLevel) Source #

The consistency level at which to retrieve the attributes on an object.

getObjectAttributes_directoryArn :: Lens' GetObjectAttributes Text Source #

The Amazon Resource Name (ARN) that is associated with the Directory where the object resides.

getObjectAttributes_objectReference :: Lens' GetObjectAttributes ObjectReference Source #

Reference that identifies the object whose attributes will be retrieved.

getObjectAttributes_schemaFacet :: Lens' GetObjectAttributes SchemaFacet Source #

Identifier for the facet whose attributes will be retrieved. See SchemaFacet for details.

getObjectAttributes_attributeNames :: Lens' GetObjectAttributes [Text] Source #

List of attribute names whose values will be retrieved.

Destructuring the Response

data GetObjectAttributesResponse Source #

See: newGetObjectAttributesResponse smart constructor.

Constructors

GetObjectAttributesResponse' 

Fields

Instances

Instances details
Eq GetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Read GetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Show GetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Generic GetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

Associated Types

type Rep GetObjectAttributesResponse :: Type -> Type #

NFData GetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

type Rep GetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.GetObjectAttributes

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

newGetObjectAttributesResponse Source #

Create a value of GetObjectAttributesResponse 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:attributes:GetObjectAttributesResponse', getObjectAttributesResponse_attributes - The attributes that are associated with the object.

$sel:httpStatus:GetObjectAttributesResponse', getObjectAttributesResponse_httpStatus - The response's http status code.

Response Lenses