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

Description

 
Synopsis

Documentation

data BatchListObjectAttributes Source #

Represents the output of a ListObjectAttributes operation.

See: newBatchListObjectAttributes smart constructor.

Constructors

BatchListObjectAttributes' 

Fields

Instances

Instances details
Eq BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

Read BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

Show BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

Generic BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

Associated Types

type Rep BatchListObjectAttributes :: Type -> Type #

NFData BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

Hashable BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

ToJSON BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

type Rep BatchListObjectAttributes Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectAttributes

type Rep BatchListObjectAttributes = D1 ('MetaData "BatchListObjectAttributes" "Amazonka.CloudDirectory.Types.BatchListObjectAttributes" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchListObjectAttributes'" 'PrefixI 'True) ((S1 ('MetaSel ('Just "facetFilter") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe SchemaFacet)) :*: S1 ('MetaSel ('Just "nextToken") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))) :*: (S1 ('MetaSel ('Just "maxResults") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Natural)) :*: S1 ('MetaSel ('Just "objectReference") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 ObjectReference))))

newBatchListObjectAttributes Source #

Create a value of BatchListObjectAttributes 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:facetFilter:BatchListObjectAttributes', batchListObjectAttributes_facetFilter - Used to filter the list of object attributes that are associated with a certain facet.

$sel:nextToken:BatchListObjectAttributes', batchListObjectAttributes_nextToken - The pagination token.

$sel:maxResults:BatchListObjectAttributes', batchListObjectAttributes_maxResults - The maximum number of items to be retrieved in a single call. This is an approximate number.

$sel:objectReference:BatchListObjectAttributes', batchListObjectAttributes_objectReference - Reference of the object whose attributes need to be listed.

batchListObjectAttributes_facetFilter :: Lens' BatchListObjectAttributes (Maybe SchemaFacet) Source #

Used to filter the list of object attributes that are associated with a certain facet.

batchListObjectAttributes_maxResults :: Lens' BatchListObjectAttributes (Maybe Natural) Source #

The maximum number of items to be retrieved in a single call. This is an approximate number.

batchListObjectAttributes_objectReference :: Lens' BatchListObjectAttributes ObjectReference Source #

Reference of the object whose attributes need to be listed.