Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
- data LaunchPath = LaunchPath' {}
- newLaunchPath :: LaunchPath
- launchPath_name :: Lens' LaunchPath (Maybe Text)
- launchPath_id :: Lens' LaunchPath (Maybe Text)
Documentation
data LaunchPath Source #
A launch path object.
See: newLaunchPath
smart constructor.
Instances
newLaunchPath :: LaunchPath Source #
Create a value of LaunchPath
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:name:LaunchPath'
, launchPath_name
- The name of the launch path.
$sel:id:LaunchPath'
, launchPath_id
- The identifier of the launch path.
launchPath_name :: Lens' LaunchPath (Maybe Text) Source #
The name of the launch path.
launchPath_id :: Lens' LaunchPath (Maybe Text) Source #
The identifier of the launch path.