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)

20 lines (19 loc) 1.45 kB
export { CustomActionTypeArgs } from "./customActionType"; export type CustomActionType = import("./customActionType").CustomActionType; export declare const CustomActionType: typeof import("./customActionType").CustomActionType; export { GetCustomActionTypeArgs, GetCustomActionTypeResult, GetCustomActionTypeOutputArgs } from "./getCustomActionType"; export declare const getCustomActionType: typeof import("./getCustomActionType").getCustomActionType; export declare const getCustomActionTypeOutput: typeof import("./getCustomActionType").getCustomActionTypeOutput; export { GetPipelineArgs, GetPipelineResult, GetPipelineOutputArgs } from "./getPipeline"; export declare const getPipeline: typeof import("./getPipeline").getPipeline; export declare const getPipelineOutput: typeof import("./getPipeline").getPipelineOutput; export { GetWebhookArgs, GetWebhookResult, GetWebhookOutputArgs } from "./getWebhook"; export declare const getWebhook: typeof import("./getWebhook").getWebhook; export declare const getWebhookOutput: typeof import("./getWebhook").getWebhookOutput; export { PipelineArgs } from "./pipeline"; export type Pipeline = import("./pipeline").Pipeline; export declare const Pipeline: typeof import("./pipeline").Pipeline; export { WebhookArgs } from "./webhook"; export type Webhook = import("./webhook").Webhook; export declare const Webhook: typeof import("./webhook").Webhook; export * from "../types/enums/codepipeline";