AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Interface for accessing AutoScalingPlans

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.

Inheritance Hierarchy

Amazon.AutoScalingPlans.IAmazonAutoScalingPlans

Namespace: Amazon.AutoScalingPlans
Assembly: AWSSDK.AutoScalingPlans.dll
Version: 3.x.y.z

Syntax

C#
public interface IAmazonAutoScalingPlans
         IAmazonService, IDisposable

The IAmazonAutoScalingPlans type exposes the following members

Methods

Note:

Asynchronous operations (methods ending with Async) in the table below are for .NET 4.5 or higher. For .NET 3.5 the SDK follows the standard naming convention of BeginMethodName and EndMethodName to indicate asynchronous operations - these method pairs are not shown in the table below.

NameDescription
Public Method CreateScalingPlan(CreateScalingPlanRequest)

Creates a scaling plan.

Public Method CreateScalingPlanAsync(CreateScalingPlanRequest, CancellationToken)

Creates a scaling plan.

Public Method DeleteScalingPlan(DeleteScalingPlanRequest)

Deletes the specified scaling plan.

Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan.

If the plan has launched resources or has scaling activities in progress, you must delete those resources separately.

Public Method DeleteScalingPlanAsync(DeleteScalingPlanRequest, CancellationToken)

Deletes the specified scaling plan.

Deleting a scaling plan deletes the underlying ScalingInstruction for all of the scalable resources that are covered by the plan.

If the plan has launched resources or has scaling activities in progress, you must delete those resources separately.

Public Method DescribeScalingPlanResources(DescribeScalingPlanResourcesRequest)

Describes the scalable resources in the specified scaling plan.

Public Method DescribeScalingPlanResourcesAsync(DescribeScalingPlanResourcesRequest, CancellationToken)

Describes the scalable resources in the specified scaling plan.

Public Method DescribeScalingPlans(DescribeScalingPlansRequest)

Describes one or more of your scaling plans.

Public Method DescribeScalingPlansAsync(DescribeScalingPlansRequest, CancellationToken)

Describes one or more of your scaling plans.

Public Method DetermineServiceOperationEndpoint(AmazonWebServiceRequest)

Returns the endpoint that will be used for a particular request.

Public Method GetScalingPlanResourceForecastData(GetScalingPlanResourceForecastDataRequest)

Retrieves the forecast data for a scalable resource.

Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days.

Public Method GetScalingPlanResourceForecastDataAsync(GetScalingPlanResourceForecastDataRequest, CancellationToken)

Retrieves the forecast data for a scalable resource.

Capacity forecasts are represented as predicted values, or data points, that are calculated using historical data points from a specified CloudWatch load metric. Data points are available for up to 56 days.

Public Method UpdateScalingPlan(UpdateScalingPlanRequest)

Updates the specified scaling plan.

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

Public Method UpdateScalingPlanAsync(UpdateScalingPlanRequest, CancellationToken)

Updates the specified scaling plan.

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

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5