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

Description

 
Synopsis

Documentation

data BatchListObjectChildrenResponse Source #

Represents the output of a ListObjectChildren response operation.

See: newBatchListObjectChildrenResponse smart constructor.

Constructors

BatchListObjectChildrenResponse' 

Fields

Instances

Instances details
Eq BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

Read BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

Show BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

Generic BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

Associated Types

type Rep BatchListObjectChildrenResponse :: Type -> Type #

NFData BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

Hashable BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

FromJSON BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

type Rep BatchListObjectChildrenResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListObjectChildrenResponse

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

newBatchListObjectChildrenResponse :: BatchListObjectChildrenResponse Source #

Create a value of BatchListObjectChildrenResponse 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:children:BatchListObjectChildrenResponse', batchListObjectChildrenResponse_children - The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.

$sel:nextToken:BatchListObjectChildrenResponse', batchListObjectChildrenResponse_nextToken - The pagination token.

batchListObjectChildrenResponse_children :: Lens' BatchListObjectChildrenResponse (Maybe (HashMap Text Text)) Source #

The children structure, which is a map with the key as the LinkName and ObjectIdentifier as the value.