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