amazonka-license-manager-2.0: Amazon License Manager SDK.
Copyright(c) 2013-2023 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellSafe-Inferred
LanguageHaskell2010

Amazonka.LicenseManager.DeleteLicenseConfiguration

Description

Deletes the specified license configuration.

You cannot delete a license configuration that is in use.

Synopsis

Creating a Request

data DeleteLicenseConfiguration Source #

See: newDeleteLicenseConfiguration smart constructor.

Constructors

DeleteLicenseConfiguration' 

Fields

Instances

Instances details
ToJSON DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToHeaders DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToPath DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

ToQuery DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

AWSRequest DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Generic DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Associated Types

type Rep DeleteLicenseConfiguration :: Type -> Type #

Read DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Show DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

NFData DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Eq DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Hashable DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type AWSResponse DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfiguration Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfiguration = D1 ('MetaData "DeleteLicenseConfiguration" "Amazonka.LicenseManager.DeleteLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseConfiguration'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseConfigurationArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))

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:

DeleteLicenseConfiguration, deleteLicenseConfiguration_licenseConfigurationArn - ID of the license configuration.

Request Lenses

Destructuring the Response

data DeleteLicenseConfigurationResponse Source #

Constructors

DeleteLicenseConfigurationResponse' 

Fields

Instances

Instances details
Generic DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Associated Types

type Rep DeleteLicenseConfigurationResponse :: Type -> Type #

Read DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Show DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

NFData DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

Eq DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfigurationResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseConfiguration

type Rep DeleteLicenseConfigurationResponse = D1 ('MetaData "DeleteLicenseConfigurationResponse" "Amazonka.LicenseManager.DeleteLicenseConfiguration" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" '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