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

Description

 
Synopsis

Documentation

data AlternatePathHint Source #

Describes an potential intermediate component of a feasible path.

See: newAlternatePathHint smart constructor.

Constructors

AlternatePathHint' 

Fields

Instances

Instances details
FromXML AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

Generic AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

Associated Types

type Rep AlternatePathHint :: Type -> Type #

Read AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

Show AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

NFData AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

Methods

rnf :: AlternatePathHint -> () #

Eq AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

Hashable AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

type Rep AlternatePathHint Source # 
Instance details

Defined in Amazonka.EC2.Types.AlternatePathHint

type Rep AlternatePathHint = D1 ('MetaData "AlternatePathHint" "Amazonka.EC2.Types.AlternatePathHint" "amazonka-ec2-2.0-48L9RAJvmvzAdBkRegqWCL" 'False) (C1 ('MetaCons "AlternatePathHint'" 'PrefixI 'True) (S1 ('MetaSel ('Just "componentArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)) :*: S1 ('MetaSel ('Just "componentId") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text))))

newAlternatePathHint :: AlternatePathHint Source #

Create a value of AlternatePathHint 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:componentArn:AlternatePathHint', alternatePathHint_componentArn - The Amazon Resource Name (ARN) of the component.

$sel:componentId:AlternatePathHint', alternatePathHint_componentId - The ID of the component.

alternatePathHint_componentArn :: Lens' AlternatePathHint (Maybe Text) Source #

The Amazon Resource Name (ARN) of the component.