| 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 |
Amazonka.LicenseManager.GetLicenseManagerReportGenerator
Description
Gets information about the specified report generator.
Synopsis
- data GetLicenseManagerReportGenerator = GetLicenseManagerReportGenerator' {}
- newGetLicenseManagerReportGenerator :: Text -> GetLicenseManagerReportGenerator
- getLicenseManagerReportGenerator_licenseManagerReportGeneratorArn :: Lens' GetLicenseManagerReportGenerator Text
- data GetLicenseManagerReportGeneratorResponse = GetLicenseManagerReportGeneratorResponse' {}
- newGetLicenseManagerReportGeneratorResponse :: Int -> GetLicenseManagerReportGeneratorResponse
- getLicenseManagerReportGeneratorResponse_reportGenerator :: Lens' GetLicenseManagerReportGeneratorResponse (Maybe ReportGenerator)
- getLicenseManagerReportGeneratorResponse_httpStatus :: Lens' GetLicenseManagerReportGeneratorResponse Int
Creating a Request
data GetLicenseManagerReportGenerator Source #
See: newGetLicenseManagerReportGenerator smart constructor.
Constructors
| GetLicenseManagerReportGenerator' | |
Fields
| |
Instances
newGetLicenseManagerReportGenerator Source #
Create a value of GetLicenseManagerReportGenerator 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:
GetLicenseManagerReportGenerator, getLicenseManagerReportGenerator_licenseManagerReportGeneratorArn - Amazon Resource Name (ARN) of the report generator.
Request Lenses
getLicenseManagerReportGenerator_licenseManagerReportGeneratorArn :: Lens' GetLicenseManagerReportGenerator Text Source #
Amazon Resource Name (ARN) of the report generator.
Destructuring the Response
data GetLicenseManagerReportGeneratorResponse Source #
See: newGetLicenseManagerReportGeneratorResponse smart constructor.
Constructors
| GetLicenseManagerReportGeneratorResponse' | |
Fields
| |
Instances
newGetLicenseManagerReportGeneratorResponse Source #
Arguments
| :: Int | |
| -> GetLicenseManagerReportGeneratorResponse |
Create a value of GetLicenseManagerReportGeneratorResponse 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:reportGenerator:GetLicenseManagerReportGeneratorResponse', getLicenseManagerReportGeneratorResponse_reportGenerator - A report generator that creates periodic reports about your license
configurations.
$sel:httpStatus:GetLicenseManagerReportGeneratorResponse', getLicenseManagerReportGeneratorResponse_httpStatus - The response's http status code.
Response Lenses
getLicenseManagerReportGeneratorResponse_reportGenerator :: Lens' GetLicenseManagerReportGeneratorResponse (Maybe ReportGenerator) Source #
A report generator that creates periodic reports about your license configurations.
getLicenseManagerReportGeneratorResponse_httpStatus :: Lens' GetLicenseManagerReportGeneratorResponse Int Source #
The response's http status code.