UNPKG

@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)

26 lines (25 loc) 2.18 kB
export { ActivityArgs } from "./activity"; export type Activity = import("./activity").Activity; export declare const Activity: typeof import("./activity").Activity; export { GetActivityArgs, GetActivityResult, GetActivityOutputArgs } from "./getActivity"; export declare const getActivity: typeof import("./getActivity").getActivity; export declare const getActivityOutput: typeof import("./getActivity").getActivityOutput; export { GetStateMachineArgs, GetStateMachineResult, GetStateMachineOutputArgs } from "./getStateMachine"; export declare const getStateMachine: typeof import("./getStateMachine").getStateMachine; export declare const getStateMachineOutput: typeof import("./getStateMachine").getStateMachineOutput; export { GetStateMachineAliasArgs, GetStateMachineAliasResult, GetStateMachineAliasOutputArgs } from "./getStateMachineAlias"; export declare const getStateMachineAlias: typeof import("./getStateMachineAlias").getStateMachineAlias; export declare const getStateMachineAliasOutput: typeof import("./getStateMachineAlias").getStateMachineAliasOutput; export { GetStateMachineVersionArgs, GetStateMachineVersionResult, GetStateMachineVersionOutputArgs } from "./getStateMachineVersion"; export declare const getStateMachineVersion: typeof import("./getStateMachineVersion").getStateMachineVersion; export declare const getStateMachineVersionOutput: typeof import("./getStateMachineVersion").getStateMachineVersionOutput; export { StateMachineArgs } from "./stateMachine"; export type StateMachine = import("./stateMachine").StateMachine; export declare const StateMachine: typeof import("./stateMachine").StateMachine; export { StateMachineAliasArgs } from "./stateMachineAlias"; export type StateMachineAlias = import("./stateMachineAlias").StateMachineAlias; export declare const StateMachineAlias: typeof import("./stateMachineAlias").StateMachineAlias; export { StateMachineVersionArgs } from "./stateMachineVersion"; export type StateMachineVersion = import("./stateMachineVersion").StateMachineVersion; export declare const StateMachineVersion: typeof import("./stateMachineVersion").StateMachineVersion; export * from "../types/enums/stepfunctions";