Protected
Removes a system instance from its target (Cloud or Greengrass).
Use a bare-bones client and the command you need to make an API call.
import { IoTThingsGraphClient, UndeploySystemInstanceCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import// const { IoTThingsGraphClient, UndeploySystemInstanceCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS importconst client = new IoTThingsGraphClient(config);const command = new UndeploySystemInstanceCommand(input);const response = await client.send(command);
input
response
config
InternalFailureException (server fault)
InvalidRequestException (client fault)
ResourceInUseException (client fault)
ResourceNotFoundException (client fault)
ThrottlingException (client fault)
Readonly
Static
Deprecated
Removes a system instance from its target (Cloud or Greengrass).
Example
Use a bare-bones client and the command you need to make an API call.
See
input
shape.response
shape.config
shape.Throws
InternalFailureException (server fault)
Throws
InvalidRequestException (client fault)
Throws
ResourceInUseException (client fault)
Throws
ResourceNotFoundException (client fault)
Throws
ThrottlingException (client fault)