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 |
Lists all LaunchConfigurations available, filtered by Source Server IDs.
Synopsis
- data GetLaunchConfiguration = GetLaunchConfiguration' {}
- newGetLaunchConfiguration :: Text -> GetLaunchConfiguration
- getLaunchConfiguration_sourceServerID :: Lens' GetLaunchConfiguration Text
- data LaunchConfiguration = LaunchConfiguration' {
- bootMode :: Maybe BootMode
- copyPrivateIp :: Maybe Bool
- copyTags :: Maybe Bool
- ec2LaunchTemplateID :: Maybe Text
- enableMapAutoTagging :: Maybe Bool
- launchDisposition :: Maybe LaunchDisposition
- licensing :: Maybe Licensing
- mapAutoTaggingMpeID :: Maybe Text
- name :: Maybe Text
- postLaunchActions :: Maybe PostLaunchActions
- sourceServerID :: Maybe Text
- targetInstanceTypeRightSizingMethod :: Maybe TargetInstanceTypeRightSizingMethod
- newLaunchConfiguration :: LaunchConfiguration
- launchConfiguration_bootMode :: Lens' LaunchConfiguration (Maybe BootMode)
- launchConfiguration_copyPrivateIp :: Lens' LaunchConfiguration (Maybe Bool)
- launchConfiguration_copyTags :: Lens' LaunchConfiguration (Maybe Bool)
- launchConfiguration_ec2LaunchTemplateID :: Lens' LaunchConfiguration (Maybe Text)
- launchConfiguration_enableMapAutoTagging :: Lens' LaunchConfiguration (Maybe Bool)
- launchConfiguration_launchDisposition :: Lens' LaunchConfiguration (Maybe LaunchDisposition)
- launchConfiguration_licensing :: Lens' LaunchConfiguration (Maybe Licensing)
- launchConfiguration_mapAutoTaggingMpeID :: Lens' LaunchConfiguration (Maybe Text)
- launchConfiguration_name :: Lens' LaunchConfiguration (Maybe Text)
- launchConfiguration_postLaunchActions :: Lens' LaunchConfiguration (Maybe PostLaunchActions)
- launchConfiguration_sourceServerID :: Lens' LaunchConfiguration (Maybe Text)
- launchConfiguration_targetInstanceTypeRightSizingMethod :: Lens' LaunchConfiguration (Maybe TargetInstanceTypeRightSizingMethod)
Creating a Request
data GetLaunchConfiguration Source #
See: newGetLaunchConfiguration
smart constructor.
GetLaunchConfiguration' | |
|
Instances
newGetLaunchConfiguration Source #
Create a value of GetLaunchConfiguration
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:
GetLaunchConfiguration
, getLaunchConfiguration_sourceServerID
- Request to get Launch Configuration information by Source Server ID.
Request Lenses
getLaunchConfiguration_sourceServerID :: Lens' GetLaunchConfiguration Text Source #
Request to get Launch Configuration information by Source Server ID.
Destructuring the Response
data LaunchConfiguration Source #
See: newLaunchConfiguration
smart constructor.
LaunchConfiguration' | |
|
Instances
newLaunchConfiguration :: LaunchConfiguration Source #
Create a value of LaunchConfiguration
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:bootMode:LaunchConfiguration'
, launchConfiguration_bootMode
- Launch configuration boot mode.
$sel:copyPrivateIp:LaunchConfiguration'
, launchConfiguration_copyPrivateIp
- Copy Private IP during Launch Configuration.
$sel:copyTags:LaunchConfiguration'
, launchConfiguration_copyTags
- Copy Tags during Launch Configuration.
$sel:ec2LaunchTemplateID:LaunchConfiguration'
, launchConfiguration_ec2LaunchTemplateID
- Launch configuration EC2 Launch template ID.
$sel:enableMapAutoTagging:LaunchConfiguration'
, launchConfiguration_enableMapAutoTagging
- Enable map auto tagging.
$sel:launchDisposition:LaunchConfiguration'
, launchConfiguration_launchDisposition
- Launch disposition for launch configuration.
$sel:licensing:LaunchConfiguration'
, launchConfiguration_licensing
- Launch configuration OS licensing.
$sel:mapAutoTaggingMpeID:LaunchConfiguration'
, launchConfiguration_mapAutoTaggingMpeID
- Map auto tagging MPE ID.
$sel:name:LaunchConfiguration'
, launchConfiguration_name
- Launch configuration name.
$sel:postLaunchActions:LaunchConfiguration'
, launchConfiguration_postLaunchActions
- Undocumented member.
$sel:sourceServerID:LaunchConfiguration'
, launchConfiguration_sourceServerID
- Launch configuration Source Server ID.
$sel:targetInstanceTypeRightSizingMethod:LaunchConfiguration'
, launchConfiguration_targetInstanceTypeRightSizingMethod
- Launch configuration Target instance type right sizing method.
Response Lenses
launchConfiguration_bootMode :: Lens' LaunchConfiguration (Maybe BootMode) Source #
Launch configuration boot mode.
launchConfiguration_copyPrivateIp :: Lens' LaunchConfiguration (Maybe Bool) Source #
Copy Private IP during Launch Configuration.
launchConfiguration_copyTags :: Lens' LaunchConfiguration (Maybe Bool) Source #
Copy Tags during Launch Configuration.
launchConfiguration_ec2LaunchTemplateID :: Lens' LaunchConfiguration (Maybe Text) Source #
Launch configuration EC2 Launch template ID.
launchConfiguration_enableMapAutoTagging :: Lens' LaunchConfiguration (Maybe Bool) Source #
Enable map auto tagging.
launchConfiguration_launchDisposition :: Lens' LaunchConfiguration (Maybe LaunchDisposition) Source #
Launch disposition for launch configuration.
launchConfiguration_licensing :: Lens' LaunchConfiguration (Maybe Licensing) Source #
Launch configuration OS licensing.
launchConfiguration_mapAutoTaggingMpeID :: Lens' LaunchConfiguration (Maybe Text) Source #
Map auto tagging MPE ID.
launchConfiguration_name :: Lens' LaunchConfiguration (Maybe Text) Source #
Launch configuration name.
launchConfiguration_postLaunchActions :: Lens' LaunchConfiguration (Maybe PostLaunchActions) Source #
Undocumented member.
launchConfiguration_sourceServerID :: Lens' LaunchConfiguration (Maybe Text) Source #
Launch configuration Source Server ID.
launchConfiguration_targetInstanceTypeRightSizingMethod :: Lens' LaunchConfiguration (Maybe TargetInstanceTypeRightSizingMethod) Source #
Launch configuration Target instance type right sizing method.