Module: Aws::AutoScalingPlans
- Defined in:
- lib/aws-sdk-autoscalingplans/endpoint_parameters.rb,
lib/aws-sdk-autoscalingplans/plugins/endpoints.rb,
lib/aws-sdk-autoscalingplans/endpoint_provider.rb,
lib/aws-sdk-autoscalingplans/client_api.rb,
lib/aws-sdk-autoscalingplans/endpoints.rb,
lib/aws-sdk-autoscalingplans/resource.rb,
lib/aws-sdk-autoscalingplans/errors.rb,
lib/aws-sdk-autoscalingplans/client.rb,
lib/aws-sdk-autoscalingplans/types.rb,
lib/aws-sdk-autoscalingplans.rb
Overview
This module provides support for AWS Auto Scaling Plans. This module is available in the ‘aws-sdk-autoscalingplans` gem.
# Client
The Client class provides one method for each API operation. Operation methods each accept a hash of request parameters and return a response structure.
auto_scaling_plans = Aws::AutoScalingPlans::Client.new
resp = auto_scaling_plans.create_scaling_plan(params)
See Client for more information.
# Errors
Errors returned from AWS Auto Scaling Plans are defined in the Errors module and all extend Errors::ServiceError.
begin
# do stuff
rescue Aws::AutoScalingPlans::Errors::ServiceError
# rescues all AWS Auto Scaling Plans API errors
end
See Errors for more information.
Defined Under Namespace
Modules: ClientApi, Endpoints, Errors, Plugins, Types Classes: Client, EndpointParameters, EndpointProvider, Resource
service collapse
- GEM_VERSION =
'1.66.0'