Jump to Content

Class SearchFlowTemplatesCommandProtected

Deprecated

Searches for summary information about workflows.

Example

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

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

See

Throws

InternalFailureException (server fault)

Throws

InvalidRequestException (client fault)

Throws

ThrottlingException (client fault)

Hierarchy

Constructors

Properties

Methods