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 |
Amazonka.AutoScaling.DeleteLaunchConfiguration
Description
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.
Constructors
DeleteLaunchConfiguration' | |
Fields
|
Instances
newDeleteLaunchConfiguration Source #
Arguments
:: Text | |
-> DeleteLaunchConfiguration |
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:
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.
Constructors
DeleteLaunchConfigurationResponse' | |
Instances
Generic DeleteLaunchConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration Associated Types type Rep DeleteLaunchConfigurationResponse :: Type -> Type # | |
Read DeleteLaunchConfigurationResponse Source # | |
Show DeleteLaunchConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration Methods showsPrec :: Int -> DeleteLaunchConfigurationResponse -> ShowS # | |
NFData DeleteLaunchConfigurationResponse Source # | |
Defined in Amazonka.AutoScaling.DeleteLaunchConfiguration Methods rnf :: DeleteLaunchConfigurationResponse -> () # | |
Eq DeleteLaunchConfigurationResponse Source # | |
type Rep DeleteLaunchConfigurationResponse Source # | |
newDeleteLaunchConfigurationResponse :: DeleteLaunchConfigurationResponse Source #
Create a value of DeleteLaunchConfigurationResponse
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.