| 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.MediaLive.ClaimDevice
Description
Send a request to claim an AWS Elemental device that you have purchased from a third-party vendor. After the request succeeds, you will own the device.
Synopsis
Creating a Request
data ClaimDevice Source #
A request to claim an AWS Elemental device that you have purchased from a third-party vendor.
See: newClaimDevice smart constructor.
Constructors
| ClaimDevice' | |
Instances
newClaimDevice :: ClaimDevice Source #
Create a value of ClaimDevice 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:
ClaimDevice, claimDevice_id - The id of the device you want to claim.
Request Lenses
claimDevice_id :: Lens' ClaimDevice (Maybe Text) Source #
The id of the device you want to claim.
Destructuring the Response
data ClaimDeviceResponse Source #
Placeholder documentation for ClaimDeviceResponse
See: newClaimDeviceResponse smart constructor.
Constructors
| ClaimDeviceResponse' | |
Fields
| |
Instances
newClaimDeviceResponse Source #
Arguments
| :: Int | |
| -> ClaimDeviceResponse |
Create a value of ClaimDeviceResponse 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:ClaimDeviceResponse', claimDeviceResponse_httpStatus - The response's http status code.
Response Lenses
claimDeviceResponse_httpStatus :: Lens' ClaimDeviceResponse Int Source #
The response's http status code.