AutoScalingPlansClient Class

(QtAws::AutoScalingPlans::AutoScalingPlansClient)

The AutoScalingPlansClient class provides access to the AWS Auto Scaling Plans service. More...

Header: #include <AutoScalingPlansClient>
Inherits: QtAws::Core::AwsAbstractClient

Public Functions

AutoScalingPlansClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)
AutoScalingPlansClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Public Slots

CreateScalingPlanResponse *createScalingPlan(const CreateScalingPlanRequest &request)
DeleteScalingPlanResponse *deleteScalingPlan(const DeleteScalingPlanRequest &request)
DescribeScalingPlanResourcesResponse *describeScalingPlanResources(const DescribeScalingPlanResourcesRequest &request)
DescribeScalingPlansResponse *describeScalingPlans(const DescribeScalingPlansRequest &request)
UpdateScalingPlanResponse *updateScalingPlan(const UpdateScalingPlanRequest &request)

Additional Inherited Members

Detailed Description

The AutoScalingPlansClient class provides access to the AWS Auto Scaling Plans service.

<fullname>AWS Auto Scaling</fullname>

Use AWS Auto Scaling to quickly discover all the scalable AWS resources for your application and configure dynamic scaling for your scalable

resources>

To get started, create a scaling plan with a set of instructions used to configure dynamic scaling for the scalable resources in your application. AWS Auto Scaling creates target tracking scaling policies for the scalable resources in your scaling plan. Target tracking scaling policies adjust the capacity of your scalable resource as required to maintain resource utilization at the target value that you

Member Function Documentation

AutoScalingPlansClient::AutoScalingPlansClient(const QtAws::Core::AwsRegion::Region region = QtAws::Core::AwsRegion::InvalidRegion, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

Constructs a AutoScalingPlansClient object.

The new client object will region, credentials, and manager for network operations.

The new object will be owned by parent, if set.

AutoScalingPlansClient::AutoScalingPlansClient(const QUrl &endpoint, QtAws::Core::AwsAbstractCredentials *credentials = NULL, QNetworkAccessManager * const manager = NULL, QObject * const parent = 0)

This function overloads AutoScalingPlansClient().

This overload allows the caller to specify the specific endpoint to send requests to. Typically, it is easier to use the alternative constructor, which allows the caller to specify an AWS region instead, in which case this client will determine the correct endpoint for the given region automatically (via AwsEndpoint::getEndpoint).

See also QtAws::Core::AwsEndpoint::getEndpoint.

[slot] CreateScalingPlanResponse *AutoScalingPlansClient::createScalingPlan(const CreateScalingPlanRequest &request)

Sends request to the AutoScalingPlansClient service, and returns a pointer to an CreateScalingPlanResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

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

[slot] DeleteScalingPlanResponse *AutoScalingPlansClient::deleteScalingPlan(const DeleteScalingPlanRequest &request)

Sends request to the AutoScalingPlansClient service, and returns a pointer to an DeleteScalingPlanResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Deletes the specified scaling

[slot] DescribeScalingPlanResourcesResponse *AutoScalingPlansClient::describeScalingPlanResources(const DescribeScalingPlanResourcesRequest &request)

Sends request to the AutoScalingPlansClient service, and returns a pointer to an DescribeScalingPlanResourcesResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Describes the scalable resources in the specified scaling

[slot] DescribeScalingPlansResponse *AutoScalingPlansClient::describeScalingPlans(const DescribeScalingPlansRequest &request)

Sends request to the AutoScalingPlansClient service, and returns a pointer to an DescribeScalingPlansResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

Describes the specified scaling plans or all of your scaling

[slot] UpdateScalingPlanResponse *AutoScalingPlansClient::updateScalingPlan(const UpdateScalingPlanRequest &request)

Sends request to the AutoScalingPlansClient service, and returns a pointer to an UpdateScalingPlanResponse object to track the result.

Note: The caller is to take responsbility for the resulting pointer.

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

© 2018 Paul Colby Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.