GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Paws::AutoScalingPlans(3) User Contributed Perl Documentation Paws::AutoScalingPlans(3)

Paws::AutoScalingPlans - Perl Interface to AWS AWS Auto Scaling Plans

  use Paws;
  my $obj = Paws->service('AutoScalingPlans');
  my $res = $obj->Method(
    Arg1 => $val1,
    Arg2 => [ 'V1', 'V2' ],
    # if Arg3 is an object, the HashRef will be used as arguments to the constructor
    # of the arguments type
    Arg3 => { Att1 => 'Val1' },
    # if Arg4 is an array of objects, the HashRefs will be passed as arguments to
    # the constructor of the arguments type
    Arg4 => [ { Att1 => 'Val1'  }, { Att1 => 'Val2' } ],
  );

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:

  • Create and manage scaling plans
  • Define target tracking scaling policies to dynamically scale your resources based on utilization
  • Scale Amazon EC2 Auto Scaling groups using predictive scaling and dynamic scaling to scale your Amazon EC2 capacity faster
  • Set minimum and maximum capacity limits
  • Retrieve information on existing scaling plans
  • Access current forecast data and historical forecast data for up to 56 days previous

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 (https://docs.aws.amazon.com/autoscaling/plans/userguide/what-is-aws-auto-scaling.html).

For the AWS API documentation, see <https://docs.aws.amazon.com/goto/WebAPI/autoscaling-plans-2018-01-06>

Each argument is described in detail in: Paws::AutoScalingPlans::CreateScalingPlan

Returns: a Paws::AutoScalingPlans::CreateScalingPlanResponse instance

Creates a scaling plan.

Each argument is described in detail in: Paws::AutoScalingPlans::DeleteScalingPlan

Returns: a Paws::AutoScalingPlans::DeleteScalingPlanResponse instance

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.

[MaxResults => Int]
[NextToken => Str]

Each argument is described in detail in: Paws::AutoScalingPlans::DescribeScalingPlanResources

Returns: a Paws::AutoScalingPlans::DescribeScalingPlanResourcesResponse instance

Describes the scalable resources in the specified scaling plan.

[ApplicationSources => ArrayRef[Paws::AutoScalingPlans::ApplicationSource]]
[MaxResults => Int]
[NextToken => Str]
[ScalingPlanNames => ArrayRef[Str|Undef]]
[ScalingPlanVersion => Int]

Each argument is described in detail in: Paws::AutoScalingPlans::DescribeScalingPlans

Returns: a Paws::AutoScalingPlans::DescribeScalingPlansResponse instance

Describes one or more of your scaling plans.

Each argument is described in detail in: Paws::AutoScalingPlans::GetScalingPlanResourceForecastData

Returns: a Paws::AutoScalingPlans::GetScalingPlanResourceForecastDataResponse instance

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.

[ApplicationSource => Paws::AutoScalingPlans::ApplicationSource]
[ScalingInstructions => ArrayRef[Paws::AutoScalingPlans::ScalingInstruction]]

Each argument is described in detail in: Paws::AutoScalingPlans::UpdateScalingPlan

Returns: a Paws::AutoScalingPlans::UpdateScalingPlanResponse instance

Updates the specified scaling plan.

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

Paginator methods are helpers that repetively call methods that return partial results

If passed a sub as first parameter, it will call the sub for each element found in :

 - ScalingPlanResources, passing the object as the first parameter, and the string 'ScalingPlanResources' as the second parameter

If not, it will return a a Paws::AutoScalingPlans::DescribeScalingPlanResourcesResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

If passed a sub as first parameter, it will call the sub for each element found in :

 - ScalingPlans, passing the object as the first parameter, and the string 'ScalingPlans' as the second parameter

If not, it will return a a Paws::AutoScalingPlans::DescribeScalingPlansResponse instance with all the "param"s; from all the responses. Please take into account that this mode can potentially consume vasts ammounts of memory.

This service class forms part of Paws

The source code is located here: <https://github.com/pplu/aws-sdk-perl>

Please report bugs to: <https://github.com/pplu/aws-sdk-perl/issues>

2022-06-01 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.