@pulumi/aws-native
Version:
The Pulumi AWS Cloud Control Provider enables you to build, deploy, and manage [any AWS resource that's supported by the AWS Cloud Control API](https://github.com/pulumi/pulumi-aws-native/blob/master/provider/cmd/pulumi-gen-aws-native/supported-types.txt)
8 lines (7 loc) • 472 B
TypeScript
export { GetWorkflowArgs, GetWorkflowResult, GetWorkflowOutputArgs } from "./getWorkflow";
export declare const getWorkflow: typeof import("./getWorkflow").getWorkflow;
export declare const getWorkflowOutput: typeof import("./getWorkflow").getWorkflowOutput;
export { WorkflowArgs } from "./workflow";
export type Workflow = import("./workflow").Workflow;
export declare const Workflow: typeof import("./workflow").Workflow;
export * from "../types/enums/mwaaserverless";