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

Description

 
Synopsis

Documentation

data PolicyToPath Source #

Used when a regular object exists in a Directory and you want to find all of the policies that are associated with that object and the parent to that object.

See: newPolicyToPath smart constructor.

Constructors

PolicyToPath' 

Fields

Instances

Instances details
Eq PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

Read PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

Show PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

Generic PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

Associated Types

type Rep PolicyToPath :: Type -> Type #

NFData PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

Methods

rnf :: PolicyToPath -> () #

Hashable PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

FromJSON PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

type Rep PolicyToPath Source # 
Instance details

Defined in Amazonka.CloudDirectory.Types.PolicyToPath

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

newPolicyToPath :: PolicyToPath Source #

Create a value of PolicyToPath 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:path:PolicyToPath', policyToPath_path - The path that is referenced from the root.

$sel:policies:PolicyToPath', policyToPath_policies - List of policy objects.

policyToPath_path :: Lens' PolicyToPath (Maybe Text) Source #

The path that is referenced from the root.