UNPKG

@pulumi/aws

Version:

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

19 lines (18 loc) 1.62 kB
export { ConnectorArgs, ConnectorState } from "./connector"; export type Connector = import("./connector").Connector; export declare const Connector: typeof import("./connector").Connector; export { CustomPluginArgs, CustomPluginState } from "./customPlugin"; export type CustomPlugin = import("./customPlugin").CustomPlugin; export declare const CustomPlugin: typeof import("./customPlugin").CustomPlugin; export { GetConnectorArgs, GetConnectorResult, GetConnectorOutputArgs } from "./getConnector"; export declare const getConnector: typeof import("./getConnector").getConnector; export declare const getConnectorOutput: typeof import("./getConnector").getConnectorOutput; export { GetCustomPluginArgs, GetCustomPluginResult, GetCustomPluginOutputArgs } from "./getCustomPlugin"; export declare const getCustomPlugin: typeof import("./getCustomPlugin").getCustomPlugin; export declare const getCustomPluginOutput: typeof import("./getCustomPlugin").getCustomPluginOutput; export { GetWorkerConfigurationArgs, GetWorkerConfigurationResult, GetWorkerConfigurationOutputArgs } from "./getWorkerConfiguration"; export declare const getWorkerConfiguration: typeof import("./getWorkerConfiguration").getWorkerConfiguration; export declare const getWorkerConfigurationOutput: typeof import("./getWorkerConfiguration").getWorkerConfigurationOutput; export { WorkerConfigurationArgs, WorkerConfigurationState } from "./workerConfiguration"; export type WorkerConfiguration = import("./workerConfiguration").WorkerConfiguration; export declare const WorkerConfiguration: typeof import("./workerConfiguration").WorkerConfiguration;