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

Description

 
Synopsis

Documentation

data BatchListPolicyAttachmentsResponse Source #

Represents the output of a ListPolicyAttachments response operation.

See: newBatchListPolicyAttachmentsResponse smart constructor.

Constructors

BatchListPolicyAttachmentsResponse' 

Fields

Instances

Instances details
Eq BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

Read BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

Show BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

Generic BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

Associated Types

type Rep BatchListPolicyAttachmentsResponse :: Type -> Type #

NFData BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

Hashable BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

FromJSON BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

type Rep BatchListPolicyAttachmentsResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchListPolicyAttachmentsResponse

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

newBatchListPolicyAttachmentsResponse :: BatchListPolicyAttachmentsResponse Source #

Create a value of BatchListPolicyAttachmentsResponse 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:objectIdentifiers:BatchListPolicyAttachmentsResponse', batchListPolicyAttachmentsResponse_objectIdentifiers - A list of ObjectIdentifiers to which the policy is attached.

$sel:nextToken:BatchListPolicyAttachmentsResponse', batchListPolicyAttachmentsResponse_nextToken - The pagination token.

batchListPolicyAttachmentsResponse_objectIdentifiers :: Lens' BatchListPolicyAttachmentsResponse (Maybe [Text]) Source #

A list of ObjectIdentifiers to which the policy is attached.