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

Description

 
Synopsis

Documentation

data BatchListObjectParents Source #

Lists parent objects that are associated with a given object in pagination fashion.

See: newBatchListObjectParents smart constructor.

Constructors

BatchListObjectParents' 

Fields

Instances

Instances details
Eq BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

Read BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

Show BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

Generic BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

Associated Types

type Rep BatchListObjectParents :: Type -> Type #

NFData BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

Methods

rnf :: BatchListObjectParents -> () #

Hashable BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

ToJSON BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

type Rep BatchListObjectParents Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParents

type Rep BatchListObjectParents = D1 ('MetaData "BatchListObjectParents" "Amazonka.CloudDirectory.Types.BatchListObjectParents" "libZSservicesZSamazonka-clouddirectoryZSamazonka-clouddirectory" 'False) (C1 ('MetaCons "BatchListObjectParents'" 'PrefixI 'True) (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))))

newBatchListObjectParents Source #

Create a value of BatchListObjectParents 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:nextToken:BatchListObjectParents', batchListObjectParents_nextToken - The pagination token.

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

$sel:objectReference:BatchListObjectParents', batchListObjectParents_objectReference - Undocumented member.

batchListObjectParents_maxResults :: Lens' BatchListObjectParents (Maybe Natural) Source #

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