Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Documentation
data AlternatePathHint Source #
Describes an potential intermediate component of a feasible path.
See: newAlternatePathHint
smart constructor.
AlternatePathHint' | |
|
Instances
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.
alternatePathHint_componentId :: Lens' AlternatePathHint (Maybe Text) Source #
The ID of the component.