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 |
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.
GetLicenseManagerReportGenerator' | |
|
Instances
newGetLicenseManagerReportGenerator Source #
:: Text |
|
-> GetLicenseManagerReportGenerator |
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:
$sel:licenseManagerReportGeneratorArn: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.
GetLicenseManagerReportGeneratorResponse' | |
|
Instances
newGetLicenseManagerReportGeneratorResponse Source #
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.