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)

13 lines (12 loc) 1.05 kB
export { GetScalableTargetArgs, GetScalableTargetResult, GetScalableTargetOutputArgs } from "./getScalableTarget"; export declare const getScalableTarget: typeof import("./getScalableTarget").getScalableTarget; export declare const getScalableTargetOutput: typeof import("./getScalableTarget").getScalableTargetOutput; export { GetScalingPolicyArgs, GetScalingPolicyResult, GetScalingPolicyOutputArgs } from "./getScalingPolicy"; export declare const getScalingPolicy: typeof import("./getScalingPolicy").getScalingPolicy; export declare const getScalingPolicyOutput: typeof import("./getScalingPolicy").getScalingPolicyOutput; export { ScalableTargetArgs } from "./scalableTarget"; export type ScalableTarget = import("./scalableTarget").ScalableTarget; export declare const ScalableTarget: typeof import("./scalableTarget").ScalableTarget; export { ScalingPolicyArgs } from "./scalingPolicy"; export type ScalingPolicy = import("./scalingPolicy").ScalingPolicy; export declare const ScalingPolicy: typeof import("./scalingPolicy").ScalingPolicy;