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

Description

 
Synopsis

Documentation

data BatchGetObjectInformationResponse Source #

Represents the output of a GetObjectInformation response operation.

See: newBatchGetObjectInformationResponse smart constructor.

Constructors

BatchGetObjectInformationResponse' 

Fields

Instances

Instances details
Eq BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

Read BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

Show BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

Generic BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

Associated Types

type Rep BatchGetObjectInformationResponse :: Type -> Type #

NFData BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

Hashable BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

FromJSON BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

type Rep BatchGetObjectInformationResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse

type Rep BatchGetObjectInformationResponse = D1 ('MetaData "BatchGetObjectInformationResponse" "Amazonka.CloudDirectory.Types.BatchGetObjectInformationResponse" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchGetObjectInformationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectIdentifier") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "schemaFacets") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [SchemaFacet]))))

newBatchGetObjectInformationResponse :: BatchGetObjectInformationResponse Source #

Create a value of BatchGetObjectInformationResponse 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:objectIdentifier:BatchGetObjectInformationResponse', batchGetObjectInformationResponse_objectIdentifier - The ObjectIdentifier of the specified object.

$sel:schemaFacets:BatchGetObjectInformationResponse', batchGetObjectInformationResponse_schemaFacets - The facets attached to the specified object.