@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)
35 lines (34 loc) • 2.87 kB
TypeScript
export { AutoScalingGroupArgs } from "./autoScalingGroup";
export type AutoScalingGroup = import("./autoScalingGroup").AutoScalingGroup;
export declare const AutoScalingGroup: typeof import("./autoScalingGroup").AutoScalingGroup;
export { GetAutoScalingGroupArgs, GetAutoScalingGroupResult, GetAutoScalingGroupOutputArgs } from "./getAutoScalingGroup";
export declare const getAutoScalingGroup: typeof import("./getAutoScalingGroup").getAutoScalingGroup;
export declare const getAutoScalingGroupOutput: typeof import("./getAutoScalingGroup").getAutoScalingGroupOutput;
export { GetLifecycleHookArgs, GetLifecycleHookResult, GetLifecycleHookOutputArgs } from "./getLifecycleHook";
export declare const getLifecycleHook: typeof import("./getLifecycleHook").getLifecycleHook;
export declare const getLifecycleHookOutput: typeof import("./getLifecycleHook").getLifecycleHookOutput;
export { GetScalingPolicyArgs, GetScalingPolicyResult, GetScalingPolicyOutputArgs } from "./getScalingPolicy";
export declare const getScalingPolicy: typeof import("./getScalingPolicy").getScalingPolicy;
export declare const getScalingPolicyOutput: typeof import("./getScalingPolicy").getScalingPolicyOutput;
export { GetScheduledActionArgs, GetScheduledActionResult, GetScheduledActionOutputArgs } from "./getScheduledAction";
export declare const getScheduledAction: typeof import("./getScheduledAction").getScheduledAction;
export declare const getScheduledActionOutput: typeof import("./getScheduledAction").getScheduledActionOutput;
export { GetWarmPoolArgs, GetWarmPoolResult, GetWarmPoolOutputArgs } from "./getWarmPool";
export declare const getWarmPool: typeof import("./getWarmPool").getWarmPool;
export declare const getWarmPoolOutput: typeof import("./getWarmPool").getWarmPoolOutput;
export { LaunchConfigurationArgs } from "./launchConfiguration";
export type LaunchConfiguration = import("./launchConfiguration").LaunchConfiguration;
export declare const LaunchConfiguration: typeof import("./launchConfiguration").LaunchConfiguration;
export { LifecycleHookArgs } from "./lifecycleHook";
export type LifecycleHook = import("./lifecycleHook").LifecycleHook;
export declare const LifecycleHook: typeof import("./lifecycleHook").LifecycleHook;
export { ScalingPolicyArgs } from "./scalingPolicy";
export type ScalingPolicy = import("./scalingPolicy").ScalingPolicy;
export declare const ScalingPolicy: typeof import("./scalingPolicy").ScalingPolicy;
export { ScheduledActionArgs } from "./scheduledAction";
export type ScheduledAction = import("./scheduledAction").ScheduledAction;
export declare const ScheduledAction: typeof import("./scheduledAction").ScheduledAction;
export { WarmPoolArgs } from "./warmPool";
export type WarmPool = import("./warmPool").WarmPool;
export declare const WarmPool: typeof import("./warmPool").WarmPool;
export * from "../types/enums/autoscaling";