Jump to Content

Class GetUploadStatusCommandProtected

Deprecated

Gets the status of the specified upload.

Example

Use a bare-bones client and the command you need to make an API call.

import { IoTThingsGraphClient, GetUploadStatusCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import
// const { IoTThingsGraphClient, GetUploadStatusCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS import
const client = new IoTThingsGraphClient(config);
const command = new GetUploadStatusCommand(input);
const response = await client.send(command);

Param

GetUploadStatusCommandInput

Returns

GetUploadStatusCommandOutput

See

Throws

InternalFailureException (server fault)

Throws

InvalidRequestException (client fault)

Throws

ResourceNotFoundException (client fault)

Throws

ThrottlingException (client fault)

Hierarchy

Constructors

Properties

Methods