| 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.LicenseManager.DeleteLicenseConfiguration
Description
Deletes the specified license configuration.
You cannot delete a license configuration that is in use.
Synopsis
- data DeleteLicenseConfiguration = DeleteLicenseConfiguration' {}
- newDeleteLicenseConfiguration :: Text -> DeleteLicenseConfiguration
- deleteLicenseConfiguration_licenseConfigurationArn :: Lens' DeleteLicenseConfiguration Text
- data DeleteLicenseConfigurationResponse = DeleteLicenseConfigurationResponse' {
- httpStatus :: Int
- newDeleteLicenseConfigurationResponse :: Int -> DeleteLicenseConfigurationResponse
- deleteLicenseConfigurationResponse_httpStatus :: Lens' DeleteLicenseConfigurationResponse Int
Creating a Request
data DeleteLicenseConfiguration Source #
See: newDeleteLicenseConfiguration smart constructor.
Constructors
| DeleteLicenseConfiguration' | |
Fields
| |
Instances
newDeleteLicenseConfiguration Source #
Arguments
| :: Text | |
| -> DeleteLicenseConfiguration |
Create a value of DeleteLicenseConfiguration 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:
DeleteLicenseConfiguration, deleteLicenseConfiguration_licenseConfigurationArn - ID of the license configuration.
Request Lenses
deleteLicenseConfiguration_licenseConfigurationArn :: Lens' DeleteLicenseConfiguration Text Source #
ID of the license configuration.
Destructuring the Response
data DeleteLicenseConfigurationResponse Source #
See: newDeleteLicenseConfigurationResponse smart constructor.
Constructors
| DeleteLicenseConfigurationResponse' | |
Fields
| |
Instances
newDeleteLicenseConfigurationResponse Source #
Arguments
| :: Int | |
| -> DeleteLicenseConfigurationResponse |
Create a value of DeleteLicenseConfigurationResponse 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:DeleteLicenseConfigurationResponse', deleteLicenseConfigurationResponse_httpStatus - The response's http status code.
Response Lenses
deleteLicenseConfigurationResponse_httpStatus :: Lens' DeleteLicenseConfigurationResponse Int Source #
The response's http status code.