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

Description

 
Synopsis

Documentation

data BatchGetObjectInformation Source #

Retrieves metadata about an object inside a BatchRead operation. For more information, see GetObjectInformation and BatchReadRequest$Operations.

See: newBatchGetObjectInformation smart constructor.

Constructors

BatchGetObjectInformation' 

Fields

Instances

Instances details
Eq BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

Read BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

Show BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

Generic BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

Associated Types

type Rep BatchGetObjectInformation :: Type -> Type #

NFData BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

Hashable BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

ToJSON BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

type Rep BatchGetObjectInformation Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchGetObjectInformation

type Rep BatchGetObjectInformation = D1 ('MetaData "BatchGetObjectInformation" "Amazonka.CloudDirectory.Types.BatchGetObjectInformation" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchGetObjectInformation'" 'PrefixI 'True) (S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference)))

newBatchGetObjectInformation Source #

Create a value of BatchGetObjectInformation 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:BatchGetObjectInformation', batchGetObjectInformation_objectReference - A reference to the object.