Jump to Content

Class DeleteSystemTemplateCommandProtected

Deprecated

Deletes a system. New deployments can't contain the system after its deletion. Existing deployments that contain the system will continue to work because they use a snapshot of the system that is taken when it is deployed.

Example

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

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

See

Throws

InternalFailureException (server fault)

Throws

InvalidRequestException (client fault)

Throws

ResourceInUseException (client fault)

Throws

ThrottlingException (client fault)

Hierarchy

Constructors

Properties

Methods