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

Description

 
Synopsis

Documentation

data BatchListObjectAttributesResponse Source #

Represents the output of a ListObjectAttributes response operation.

See: newBatchListObjectAttributesResponse smart constructor.

Constructors

BatchListObjectAttributesResponse' 

Fields

Instances

Instances details
FromJSON BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

Generic BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

Associated Types

type Rep BatchListObjectAttributesResponse :: Type -> Type #

Read BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

Show BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

NFData BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

Eq BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

Hashable BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

type Rep BatchListObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse

type Rep BatchListObjectAttributesResponse = D1 ('MetaData "BatchListObjectAttributesResponse" "Amazonka.CloudDirectory.Types.BatchListObjectAttributesResponse" "amazonka-clouddirectory-2.0-JYRSwrX5Vm289hhbSwe2zQ" 'False) (C1 ('MetaCons "BatchListObjectAttributesResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "attributes") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [AttributeKeyAndValue])) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newBatchListObjectAttributesResponse :: BatchListObjectAttributesResponse Source #

Create a value of BatchListObjectAttributesResponse 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:BatchListObjectAttributesResponse', batchListObjectAttributesResponse_attributes - The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.

$sel:nextToken:BatchListObjectAttributesResponse', batchListObjectAttributesResponse_nextToken - The pagination token.

batchListObjectAttributesResponse_attributes :: Lens' BatchListObjectAttributesResponse (Maybe [AttributeKeyAndValue]) Source #

The attributes map that is associated with the object. AttributeArn is the key; attribute value is the value.