UNPKG

@pulumi/aws

Version:

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

7 lines (6 loc) 344 B
export { PipelineArgs, PipelineState } from "./pipeline"; export type Pipeline = import("./pipeline").Pipeline; export declare const Pipeline: typeof import("./pipeline").Pipeline; export { PresetArgs, PresetState } from "./preset"; export type Preset = import("./preset").Preset; export declare const Preset: typeof import("./preset").Preset;