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

Description

 
Synopsis

Documentation

data AccessScopePathRequest Source #

Describes a path.

See: newAccessScopePathRequest smart constructor.

Instances

Instances details
ToQuery AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

Generic AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

Associated Types

type Rep AccessScopePathRequest :: Type -> Type #

Read AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

Show AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

NFData AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

Methods

rnf :: AccessScopePathRequest -> () #

Eq AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

Hashable AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

type Rep AccessScopePathRequest Source # 
Instance details

Defined in Amazonka.EC2.Types.AccessScopePathRequest

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

newAccessScopePathRequest :: AccessScopePathRequest Source #

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

$sel:source:AccessScopePathRequest', accessScopePathRequest_source - The source.

$sel:throughResources:AccessScopePathRequest', accessScopePathRequest_throughResources - The through resources.