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.Types.BatchGetObjectAttributes

Description

 
Synopsis

Documentation

data BatchGetObjectAttributes Source #

Retrieves attributes within a facet that are associated with an object inside an BatchRead operation. For more information, see GetObjectAttributes and BatchReadRequest$Operations.

See: newBatchGetObjectAttributes smart constructor.

Constructors

BatchGetObjectAttributes' 

Fields

Instances

Instances details
Eq BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

Read BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

Show BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

Generic BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

Associated Types

type Rep BatchGetObjectAttributes :: Type -> Type #

NFData BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

Hashable BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

ToJSON BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

type Rep BatchGetObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributes

type Rep BatchGetObjectAttributes = D1 ('MetaData "BatchGetObjectAttributes" "Amazonka.CloudDirectory.Types.BatchGetObjectAttributes" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchGetObjectAttributes'" 'PrefixI 'True) (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]))))

newBatchGetObjectAttributes Source #

Create a value of BatchGetObjectAttributes 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:objectReference:BatchGetObjectAttributes', batchGetObjectAttributes_objectReference - Reference that identifies the object whose attributes will be retrieved.

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

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

batchGetObjectAttributes_objectReference :: Lens' BatchGetObjectAttributes ObjectReference Source #

Reference that identifies the object whose attributes will be retrieved.

batchGetObjectAttributes_schemaFacet :: Lens' BatchGetObjectAttributes SchemaFacet Source #

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

batchGetObjectAttributes_attributeNames :: Lens' BatchGetObjectAttributes [Text] Source #

List of attribute names whose values will be retrieved.