UNPKG

@pulumi/aws

Version:

A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.

7 lines (6 loc) 398 B
export { ConnectorProfileArgs, ConnectorProfileState } from "./connectorProfile"; export type ConnectorProfile = import("./connectorProfile").ConnectorProfile; export declare const ConnectorProfile: typeof import("./connectorProfile").ConnectorProfile; export { FlowArgs, FlowState } from "./flow"; export type Flow = import("./flow").Flow; export declare const Flow: typeof import("./flow").Flow;