| 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.CheckInLicense
Description
Checks in the specified license. Check in a license when it is no longer in use.
Synopsis
- data CheckInLicense = CheckInLicense' {}
- newCheckInLicense :: Text -> CheckInLicense
- checkInLicense_beneficiary :: Lens' CheckInLicense (Maybe Text)
- checkInLicense_licenseConsumptionToken :: Lens' CheckInLicense Text
- data CheckInLicenseResponse = CheckInLicenseResponse' {
- httpStatus :: Int
- newCheckInLicenseResponse :: Int -> CheckInLicenseResponse
- checkInLicenseResponse_httpStatus :: Lens' CheckInLicenseResponse Int
Creating a Request
data CheckInLicense Source #
See: newCheckInLicense smart constructor.
Constructors
| CheckInLicense' | |
Fields
| |
Instances
Create a value of CheckInLicense 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:
CheckInLicense, checkInLicense_beneficiary - License beneficiary.
$sel:licenseConsumptionToken:CheckInLicense', checkInLicense_licenseConsumptionToken - License consumption token.
Request Lenses
checkInLicense_beneficiary :: Lens' CheckInLicense (Maybe Text) Source #
License beneficiary.
checkInLicense_licenseConsumptionToken :: Lens' CheckInLicense Text Source #
License consumption token.
Destructuring the Response
data CheckInLicenseResponse Source #
See: newCheckInLicenseResponse smart constructor.
Constructors
| CheckInLicenseResponse' | |
Fields
| |
Instances
newCheckInLicenseResponse Source #
Create a value of CheckInLicenseResponse 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:CheckInLicenseResponse', checkInLicenseResponse_httpStatus - The response's http status code.
Response Lenses
checkInLicenseResponse_httpStatus :: Lens' CheckInLicenseResponse Int Source #
The response's http status code.