Protected
Searches for system instances in the user's account.
Use a bare-bones client and the command you need to make an API call.
import { IoTThingsGraphClient, SearchSystemInstancesCommand } from "@aws-sdk/client-iotthingsgraph"; // ES Modules import// const { IoTThingsGraphClient, SearchSystemInstancesCommand } = require("@aws-sdk/client-iotthingsgraph"); // CommonJS importconst client = new IoTThingsGraphClient(config);const command = new SearchSystemInstancesCommand(input);const response = await client.send(command);
input
response
config
InternalFailureException (server fault)
InvalidRequestException (client fault)
ThrottlingException (client fault)
Readonly
Static
Deprecated
Searches for system instances in the user's account.
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
ThrottlingException (client fault)