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 |
Deletes the specified launch configuration.
The launch configuration must not be attached to an Auto Scaling group. When this call completes, the launch configuration is no longer available for use.
Synopsis
- data DeleteLaunchConfiguration = DeleteLaunchConfiguration' {}
- newDeleteLaunchConfiguration :: Text -> DeleteLaunchConfiguration
- deleteLaunchConfiguration_launchConfigurationName :: Lens' DeleteLaunchConfiguration Text
- data DeleteLaunchConfigurationResponse = DeleteLaunchConfigurationResponse' {
- newDeleteLaunchConfigurationResponse :: DeleteLaunchConfigurationResponse
Creating a Request
data DeleteLaunchConfiguration Source #
See: newDeleteLaunchConfiguration
smart constructor.
DeleteLaunchConfiguration' | |
|
Instances
newDeleteLaunchConfiguration Source #
Create a value of DeleteLaunchConfiguration
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:launchConfigurationName:DeleteLaunchConfiguration'
, deleteLaunchConfiguration_launchConfigurationName
- The name of the launch configuration.
Request Lenses
deleteLaunchConfiguration_launchConfigurationName :: Lens' DeleteLaunchConfiguration Text Source #
The name of the launch configuration.
Destructuring the Response
data DeleteLaunchConfigurationResponse Source #
See: newDeleteLaunchConfigurationResponse
smart constructor.
Instances
Eq DeleteLaunchConfigurationResponse Source # | |
Read DeleteLaunchConfigurationResponse Source # | |
Show DeleteLaunchConfigurationResponse Source # | |
Generic DeleteLaunchConfigurationResponse Source # | |
NFData DeleteLaunchConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration rnf :: DeleteLaunchConfigurationResponse -> () # | |
type Rep DeleteLaunchConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration type Rep DeleteLaunchConfigurationResponse = D1 ('MetaData "DeleteLaunchConfigurationResponse" "Amazonka.AutoScaling.DeleteLaunchConfiguration" "libZSservicesZSamazonka-autoscalingZSamazonka-autoscaling" 'False) (C1 ('MetaCons "DeleteLaunchConfigurationResponse'" 'PrefixI 'False) (U1 :: Type -> Type)) |
newDeleteLaunchConfigurationResponse :: DeleteLaunchConfigurationResponse Source #
Create a value of DeleteLaunchConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.