[][src]Trait rusoto_autoscaling_plans::AutoscalingPlans

Trait representing the capabilities of the AWS Auto Scaling Plans API. AWS Auto Scaling Plans clients implement this trait.

Required Methods

Creates a scaling plan.

A scaling plan contains a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies based on the scaling instructions in your scaling plan.

Deletes the specified scaling plan.

Describes the scalable resources in the specified scaling plan.

Describes the specified scaling plans or all of your scaling plans.

Updates the scaling plan for the specified scaling plan.

You cannot update a scaling plan if it is in the process of being created, updated, or deleted.

Implementors

impl AutoscalingPlans for AutoscalingPlansClient
[src]

Creates a scaling plan.

A scaling plan contains a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies based on the scaling instructions in your scaling plan.

Deletes the specified scaling plan.

Describes the scalable resources in the specified scaling plan.

Describes the specified scaling plans or all of your scaling plans.

Updates the scaling plan for the specified scaling plan.

You cannot update a scaling plan if it is in the process of being created, updated, or deleted.