@pulumi/aws
Version:
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
32 lines (31 loc) • 2.1 kB
TypeScript
export { AttachmentArgs, AttachmentState } from "./attachment";
export type Attachment = import("./attachment").Attachment;
export declare const Attachment: typeof import("./attachment").Attachment;
export { GetAmiIdsArgs, GetAmiIdsResult, GetAmiIdsOutputArgs } from "./getAmiIds";
export declare const getAmiIds: typeof import("./getAmiIds").getAmiIds;
export declare const getAmiIdsOutput: typeof import("./getAmiIds").getAmiIdsOutput;
export { GetGroupArgs, GetGroupResult, GetGroupOutputArgs } from "./getGroup";
export declare const getGroup: typeof import("./getGroup").getGroup;
export declare const getGroupOutput: typeof import("./getGroup").getGroupOutput;
export { GroupArgs, GroupState } from "./group";
export type Group = import("./group").Group;
export declare const Group: typeof import("./group").Group;
export { LifecycleHookArgs, LifecycleHookState } from "./lifecycleHook";
export type LifecycleHook = import("./lifecycleHook").LifecycleHook;
export declare const LifecycleHook: typeof import("./lifecycleHook").LifecycleHook;
export { NotificationArgs, NotificationState } from "./notification";
export type Notification = import("./notification").Notification;
export declare const Notification: typeof import("./notification").Notification;
export { PolicyArgs, PolicyState } from "./policy";
export type Policy = import("./policy").Policy;
export declare const Policy: typeof import("./policy").Policy;
export { ScheduleArgs, ScheduleState } from "./schedule";
export type Schedule = import("./schedule").Schedule;
export declare const Schedule: typeof import("./schedule").Schedule;
export { TagArgs, TagState } from "./tag";
export type Tag = import("./tag").Tag;
export declare const Tag: typeof import("./tag").Tag;
export { TrafficSourceAttachmentArgs, TrafficSourceAttachmentState } from "./trafficSourceAttachment";
export type TrafficSourceAttachment = import("./trafficSourceAttachment").TrafficSourceAttachment;
export declare const TrafficSourceAttachment: typeof import("./trafficSourceAttachment").TrafficSourceAttachment;
export * from "../types/enums/autoscaling";