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 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.
DeleteLicenseConfiguration' | |
|
Instances
newDeleteLicenseConfiguration Source #
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:
$sel:licenseConfigurationArn: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.
DeleteLicenseConfigurationResponse' | |
|
Instances
Eq DeleteLicenseConfigurationResponse Source # | |
Read DeleteLicenseConfigurationResponse Source # | |
Show DeleteLicenseConfigurationResponse Source # | |
Generic DeleteLicenseConfigurationResponse Source # | |
NFData DeleteLicenseConfigurationResponse Source # | |
Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration rnf :: DeleteLicenseConfigurationResponse -> () # | |
type Rep DeleteLicenseConfigurationResponse Source # | |
Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration type Rep DeleteLicenseConfigurationResponse = D1 ('MetaData "DeleteLicenseConfigurationResponse" "Amazonka.LicenseManager.DeleteLicenseConfiguration" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicenseConfigurationResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteLicenseConfigurationResponse Source #
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.