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

Description

 
Synopsis

Documentation

data BatchLookupPolicyResponse Source #

Represents the output of a LookupPolicy response operation.

See: newBatchLookupPolicyResponse smart constructor.

Constructors

BatchLookupPolicyResponse' 

Fields

Instances

Instances details
Eq BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

Read BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

Show BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

Generic BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

Associated Types

type Rep BatchLookupPolicyResponse :: Type -> Type #

NFData BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

Hashable BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

FromJSON BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

type Rep BatchLookupPolicyResponse Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.BatchLookupPolicyResponse

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

newBatchLookupPolicyResponse :: BatchLookupPolicyResponse Source #

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

$sel:policyToPathList:BatchLookupPolicyResponse', batchLookupPolicyResponse_policyToPathList - Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.

batchLookupPolicyResponse_policyToPathList :: Lens' BatchLookupPolicyResponse (Maybe [PolicyToPath]) Source #

Provides list of path to policies. Policies contain PolicyId, ObjectIdentifier, and PolicyType. For more information, see Policies.