v1

latestOpenAPI 3.0.0Apache 2.0 License2026-07-1435160115.2 KB

Gets the status of the specified upload.

post/#X-Amz-Target=IotThingsGraphFrontEndService.GetUploadStatus

Headers

X-Amz-Target'IotThingsGraphFrontEndService.GetUploadStatus' required

Request body

uploadIdstring required

The ID of the upload. This value is returned by the <code>UploadEntityDefinitions</code> action.

Response

Success

uploadIdstring required

The ID of the upload.

uploadStatus'IN_PROGRESS' | 'SUCCEEDED' | 'FAILED' required

The status of the upload. The initial status is <code>IN_PROGRESS</code>. The response show all validation failures if the upload fails.

namespaceArnstring

The ARN of the upload.

namespaceNamestring

The name of the upload's namespace.

namespaceVersioninteger

The version of the user's namespace. Defaults to the latest version of the user's namespace.

failureReasonString[]

The reason for an upload failure.

createdDatestring date-time required

The date at which the upload was created.