Jump to Content

Class SearchFlowExecutionsCommandProtected

Deprecated

Searches for AWS IoT Things Graph workflow execution instances.

Example

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

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

Param

SearchFlowExecutionsCommandInput

Returns

SearchFlowExecutionsCommandOutput

See

Throws

InternalFailureException (server fault)

Throws

InvalidRequestException (client fault)

Throws

ResourceNotFoundException (client fault)

Throws

ThrottlingException (client fault)

Hierarchy

Constructors

Properties

Methods