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

Description

 
Synopsis

Documentation

data BatchListObjectParentsResponse Source #

Represents the output of a ListObjectParents response operation.

See: newBatchListObjectParentsResponse smart constructor.

Constructors

BatchListObjectParentsResponse' 

Fields

Instances

Instances details
Eq BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

Read BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

Show BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

Generic BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

Associated Types

type Rep BatchListObjectParentsResponse :: Type -> Type #

NFData BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

Hashable BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

FromJSON BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

type Rep BatchListObjectParentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectParentsResponse

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

newBatchListObjectParentsResponse :: BatchListObjectParentsResponse Source #

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

$sel:parentLinks:BatchListObjectParentsResponse', batchListObjectParentsResponse_parentLinks - Returns a list of parent reference and LinkName Tuples.