libZSservicesZSamazonka-license-managerZSamazonka-license-manager
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Description

Deletes the specified report generator.

This action deletes the report generator, which stops it from generating future reports. The action cannot be reversed. It has no effect on the previous reports from this generator.

Synopsis

Creating a Request

data DeleteLicenseManagerReportGenerator Source #

Constructors

DeleteLicenseManagerReportGenerator' 

Fields

Instances

Instances details
Eq DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Read DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Show DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Generic DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

NFData DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Hashable DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToJSON DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

AWSRequest DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToHeaders DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToPath DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

ToQuery DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGenerator = D1 ('MetaData "DeleteLicenseManagerReportGenerator" "Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicenseManagerReportGenerator'" 'PrefixI 'True) (S1 ('MetaSel ('Just "licenseManagerReportGeneratorArn") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Text)))
type AWSResponse DeleteLicenseManagerReportGenerator Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

newDeleteLicenseManagerReportGenerator Source #

Create a value of DeleteLicenseManagerReportGenerator 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:licenseManagerReportGeneratorArn:DeleteLicenseManagerReportGenerator', deleteLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator to be deleted.

Request Lenses

Destructuring the Response

data DeleteLicenseManagerReportGeneratorResponse Source #

Constructors

DeleteLicenseManagerReportGeneratorResponse' 

Fields

Instances

Instances details
Eq DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Read DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Show DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

Generic DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

NFData DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGeneratorResponse Source # 
Instance details

Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator

type Rep DeleteLicenseManagerReportGeneratorResponse = D1 ('MetaData "DeleteLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator" "libZSservicesZSamazonka-license-managerZSamazonka-license-manager" 'False) (C1 ('MetaCons "DeleteLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int)))

newDeleteLicenseManagerReportGeneratorResponse Source #

Create a value of DeleteLicenseManagerReportGeneratorResponse 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:DeleteLicenseManagerReportGeneratorResponse', deleteLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.

Response Lenses