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 |
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.
DeleteLicenseManagerReportGenerator' | |
|
Instances
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:
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.
DeleteLicenseManagerReportGeneratorResponse' | |
|
Instances
Generic DeleteLicenseManagerReportGeneratorResponse Source # | |
Read DeleteLicenseManagerReportGeneratorResponse Source # | |
Show DeleteLicenseManagerReportGeneratorResponse Source # | |
NFData DeleteLicenseManagerReportGeneratorResponse Source # | |
Eq DeleteLicenseManagerReportGeneratorResponse Source # | |
type Rep DeleteLicenseManagerReportGeneratorResponse Source # | |
Defined in Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator type Rep DeleteLicenseManagerReportGeneratorResponse = D1 ('MetaData "DeleteLicenseManagerReportGeneratorResponse" "Amazonka.LicenseManager.DeleteLicenseManagerReportGenerator" "amazonka-license-manager-2.0-7MwrI8iJ3YaDRGRrldCApy" 'False) (C1 ('MetaCons "DeleteLicenseManagerReportGeneratorResponse'" 'PrefixI 'True) (S1 ('MetaSel ('Just "httpStatus") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 Int))) |
newDeleteLicenseManagerReportGeneratorResponse Source #
:: 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.