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

Description

 
Synopsis

Documentation

data BatchListObjectParentPathsResponse Source #

Represents the output of a ListObjectParentPaths response operation.

See: newBatchListObjectParentPathsResponse smart constructor.

Constructors

BatchListObjectParentPathsResponse' 

Fields

Instances

Instances details
Eq BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

Read BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

Show BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

Generic BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

Associated Types

type Rep BatchListObjectParentPathsResponse :: Type -> Type #

NFData BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

Hashable BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

FromJSON BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

type Rep BatchListObjectParentPathsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentPathsResponse

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

newBatchListObjectParentPathsResponse :: BatchListObjectParentPathsResponse Source #

Create a value of BatchListObjectParentPathsResponse 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:pathToObjectIdentifiersList:BatchListObjectParentPathsResponse', batchListObjectParentPathsResponse_pathToObjectIdentifiersList - Returns the path to the ObjectIdentifiers that are associated with the directory.

$sel:nextToken:BatchListObjectParentPathsResponse', batchListObjectParentPathsResponse_nextToken - The pagination token.

batchListObjectParentPathsResponse_pathToObjectIdentifiersList :: Lens' BatchListObjectParentPathsResponse (Maybe [PathToObjectIdentifiers]) Source #

Returns the path to the ObjectIdentifiers that are associated with the directory.