Update Shadow Manager
PUT/organizations/:organizationId/edge-gateways/:edgeGatewayId/shadows/shadow-manager
Update Shadow Manager
Request
Path Parameters
organizationId stringrequired
The ID of organization.
edgeGatewayId stringrequired
Edge gateway device EUI
Responses
- 200
- 401
- 403
- 422
- application/json
- Schema
- Example (from schema)
- Example
Schema
- Array [
- ]
data object[]required
Data of the edge gateway.
deploymentId stringrequired
iotJobId stringrequired
iotJobArn stringrequired
{
"data": [
{
"deploymentId": "string",
"iotJobId": "string",
"iotJobArn": "string"
}
]
}
{
"data": [
{
"deploymentId": "dp-0123456789abcdef0",
"iotJobId": "job-abcdef1234567890",
"iotJobArn": "arn:aws:iot:region:account:job/job-abcdef1234567890"
}
]
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Unauthenticated",
"message": "Authentication is required and has failed or has not yet been provided."
}
The request has not permission.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The request has not permission.
message stringrequired
The request has not permission message.
{
"error": "string",
"message": "string"
}
{
"error": "Forbidden",
"message": "Access to the requested resource is forbidden."
}
The input data has invalid.
- application/json
- Schema
- Example (from schema)
- Example
Schema
error stringrequired
The input data has invalid.
message stringrequired
The input data has invalid message.
{
"error": "string",
"message": "string"
}
{
"error": "ValidationError",
"message": "Input data validation failed."
}
Loading...