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

Description

 
Synopsis

Documentation

data BatchGetObjectAttributesResponse Source #

Represents the output of a GetObjectAttributes response operation.

See: newBatchGetObjectAttributesResponse smart constructor.

Constructors

BatchGetObjectAttributesResponse' 

Fields

Instances

Instances details
Eq BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

Read BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

Show BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

Generic BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

Associated Types

type Rep BatchGetObjectAttributesResponse :: Type -> Type #

NFData BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

Hashable BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

FromJSON BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

type Rep BatchGetObjectAttributesResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectAttributesResponse

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

newBatchGetObjectAttributesResponse :: BatchGetObjectAttributesResponse Source #

Create a value of BatchGetObjectAttributesResponse 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:BatchGetObjectAttributesResponse', batchGetObjectAttributesResponse_attributes - The attribute values that are associated with an object.