amazonka-ec2-2.0: Amazon Elastic Compute Cloud SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.EC2.Types.AccessScopePath

Description

 
Synopsis

Documentation

data AccessScopePath Source #

Describes a path.

See: newAccessScopePath smart constructor.

Constructors

AccessScopePath' 

Fields

Instances

Instances details
FromXML AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

Generic AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

Associated Types

type Rep AccessScopePath :: Type -> Type #

Read AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

Show AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

NFData AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

Methods

rnf :: AccessScopePath -> () #

Eq AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

Hashable AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

type Rep AccessScopePath Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePath

type Rep AccessScopePath = D1 ('MetaData "AccessScopePath" "Amazonka.EC2.Types.AccessScopePath" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AccessScopePath'" 'PrefixI 'True) (S1 ('MetaSel ('Just "destination") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathStatement)) :*: (S1 ('MetaSel ('Just "source") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe PathStatement)) :*: S1 ('MetaSel ('Just "throughResources") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe [ThroughResourcesStatement])))))

newAccessScopePath :: AccessScopePath Source #

Create a value of AccessScopePath 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:destination:AccessScopePath', accessScopePath_destination - The destination.

$sel:source:AccessScopePath', accessScopePath_source - The source.

$sel:throughResources:AccessScopePath', accessScopePath_throughResources - The through resources.