/** * AWS Auto Scaling * * *

Use AWS Auto Scaling to create scaling plans for your applications to * automatically scale your scalable AWS resources.

*

* API Summary *

*

You can use the AWS Auto Scaling service API to accomplish the following tasks:

* * *

To learn more about AWS Auto Scaling, including information about granting IAM users required * permissions for AWS Auto Scaling actions, see the AWS Auto Scaling User Guide.

* * @packageDocumentation */ export * from "./AutoScalingPlansClient"; export * from "./AutoScalingPlans"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { AutoScalingPlansExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { AutoScalingPlansServiceException } from "./models/AutoScalingPlansServiceException";