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 |
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.
CheckInLicense' | |
|
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:
$sel:beneficiary: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.
CheckInLicenseResponse' | |
|
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.