Input devices: claim device - AWS Elemental MediaLive API Reference

Input devices: claim device

URI

/prod/claimDevice

HTTP methods

POST

Operation ID: ClaimDevice

Responses
Status codeResponse modelDescription
200None

200 response

400InvalidRequest

400 response

403AccessDenied

403 response

404ResourceNotFound

404 response

422ValidationError

422 response

429LimitExceeded

429 response

500InternalServiceError

500 response

502BadGatewayException

502 response

504GatewayTimeoutException

504 response

Schemas

Request bodies

{ "id": "string" }

Response bodies

{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "elementPath": "string", "errorMessage": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }
{ "message": "string" }

Properties

AccessDenied

PropertyTypeRequiredDescription
message

string

False

BadGatewayException

PropertyTypeRequiredDescription
message

string

False

ClaimDeviceRequest

Request to claim an AWS Elemental device that you have purchased from a third-party vendor.

PropertyTypeRequiredDescription
id

string

False

The id of the device you want to claim.

GatewayTimeoutException

PropertyTypeRequiredDescription
message

string

False

InternalServiceError

PropertyTypeRequiredDescription
message

string

False

InvalidRequest

PropertyTypeRequiredDescription
message

string

False

LimitExceeded

PropertyTypeRequiredDescription
message

string

False

ResourceNotFound

PropertyTypeRequiredDescription
message

string

False

ValidationError

PropertyTypeRequiredDescription
elementPath

string

False

Path to the source of the error.

errorMessage

string

False

The error message.

See also

For more information about using this API in one of the language-specific AWS SDKs and references, see the following:

ClaimDevice