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 |
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
- data DeleteLicenseManagerReportGenerator = DeleteLicenseManagerReportGenerator' {}
- newDeleteLicenseManagerReportGenerator :: Text -> DeleteLicenseManagerReportGenerator
- deleteLicenseManagerReportGenerator_licenseManagerReportGeneratorArn :: Lens' DeleteLicenseManagerReportGenerator Text
- data DeleteLicenseManagerReportGeneratorResponse = DeleteLicenseManagerReportGeneratorResponse' {
- httpStatus :: Int
- newDeleteLicenseManagerReportGeneratorResponse :: Int -> DeleteLicenseManagerReportGeneratorResponse
- deleteLicenseManagerReportGeneratorResponse_httpStatus :: Lens' DeleteLicenseManagerReportGeneratorResponse Int
Creating a Request
data DeleteLicenseManagerReportGenerator Source #
See: newDeleteLicenseManagerReportGenerator
smart constructor.
Constructors
DeleteLicenseManagerReportGenerator' | |
Fields
|
Instances
newDeleteLicenseManagerReportGenerator Source #
Arguments
:: Text |
|
-> DeleteLicenseManagerReportGenerator |
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
deleteLicenseManagerReportGenerator_licenseManagerReportGeneratorArn :: Lens' DeleteLicenseManagerReportGenerator Text Source #
Amazon Resource Name (ARN) of the report generator to be deleted.
Destructuring the Response
data DeleteLicenseManagerReportGeneratorResponse Source #
See: newDeleteLicenseManagerReportGeneratorResponse
smart constructor.
Constructors
DeleteLicenseManagerReportGeneratorResponse' | |
Fields
|
Instances
newDeleteLicenseManagerReportGeneratorResponse Source #
Arguments
:: Int |
|
-> DeleteLicenseManagerReportGeneratorResponse |
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
deleteLicenseManagerReportGeneratorResponse_httpStatus :: Lens' DeleteLicenseManagerReportGeneratorResponse Int Source #
The response's http status code.