| 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.MGN.DeleteLaunchConfigurationTemplate
Description
Deletes a single Launch Configuration Template by ID.
Synopsis
- data DeleteLaunchConfigurationTemplate = DeleteLaunchConfigurationTemplate' {}
- newDeleteLaunchConfigurationTemplate :: Text -> DeleteLaunchConfigurationTemplate
- deleteLaunchConfigurationTemplate_launchConfigurationTemplateID :: Lens' DeleteLaunchConfigurationTemplate Text
- data DeleteLaunchConfigurationTemplateResponse = DeleteLaunchConfigurationTemplateResponse' {
- httpStatus :: Int
- newDeleteLaunchConfigurationTemplateResponse :: Int -> DeleteLaunchConfigurationTemplateResponse
- deleteLaunchConfigurationTemplateResponse_httpStatus :: Lens' DeleteLaunchConfigurationTemplateResponse Int
Creating a Request
data DeleteLaunchConfigurationTemplate Source #
See: newDeleteLaunchConfigurationTemplate smart constructor.
Constructors
| DeleteLaunchConfigurationTemplate' | |
Fields
| |
Instances
newDeleteLaunchConfigurationTemplate Source #
Create a value of DeleteLaunchConfigurationTemplate 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:
DeleteLaunchConfigurationTemplate, deleteLaunchConfigurationTemplate_launchConfigurationTemplateID - ID of resource to be deleted.
Request Lenses
deleteLaunchConfigurationTemplate_launchConfigurationTemplateID :: Lens' DeleteLaunchConfigurationTemplate Text Source #
ID of resource to be deleted.
Destructuring the Response
data DeleteLaunchConfigurationTemplateResponse Source #
See: newDeleteLaunchConfigurationTemplateResponse smart constructor.
Constructors
| DeleteLaunchConfigurationTemplateResponse' | |
Fields
| |
Instances
newDeleteLaunchConfigurationTemplateResponse Source #
Arguments
| :: Int | |
| -> DeleteLaunchConfigurationTemplateResponse |
Create a value of DeleteLaunchConfigurationTemplateResponse 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:httpStatus:DeleteLaunchConfigurationTemplateResponse', deleteLaunchConfigurationTemplateResponse_httpStatus - The response's http status code.
Response Lenses
deleteLaunchConfigurationTemplateResponse_httpStatus :: Lens' DeleteLaunchConfigurationTemplateResponse Int Source #
The response's http status code.