@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
10 lines (9 loc) • 606 B
TypeScript
export { CustomActionTypeArgs, CustomActionTypeState } from "./customActionType";
export type CustomActionType = import("./customActionType").CustomActionType;
export declare const CustomActionType: typeof import("./customActionType").CustomActionType;
export { PipelineArgs, PipelineState } from "./pipeline";
export type Pipeline = import("./pipeline").Pipeline;
export declare const Pipeline: typeof import("./pipeline").Pipeline;
export { WebhookArgs, WebhookState } from "./webhook";
export type Webhook = import("./webhook").Webhook;
export declare const Webhook: typeof import("./webhook").Webhook;