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

Description

 
Synopsis

Documentation

data BatchListObjectParentPaths Source #

Retrieves all available parent paths for any object type such as node, leaf node, policy node, and index node objects inside a BatchRead operation. For more information, see ListObjectParentPaths and BatchReadRequest$Operations.

See: newBatchListObjectParentPaths smart constructor.

Constructors

BatchListObjectParentPaths' 

Fields

Instances

Instances details
Eq BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

Read BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

Show BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

Generic BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

Associated Types

type Rep BatchListObjectParentPaths :: Type -> Type #

NFData BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

Hashable BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

ToJSON BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

type Rep BatchListObjectParentPaths Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPaths

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

newBatchListObjectParentPaths Source #

Create a value of BatchListObjectParentPaths 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:BatchListObjectParentPaths', batchListObjectParentPaths_nextToken - The pagination token.

$sel:maxResults:BatchListObjectParentPaths', batchListObjectParentPaths_maxResults - The maximum number of results to retrieve.

$sel:objectReference:BatchListObjectParentPaths', batchListObjectParentPaths_objectReference - The reference that identifies the object whose attributes will be listed.

batchListObjectParentPaths_objectReference :: Lens' BatchListObjectParentPaths ObjectReference Source #

The reference that identifies the object whose attributes will be listed.