Sha256: 474260a0bb4a2d68ebc1f4e7a0f3c84b483dc51bcce796c39860ddf414e21947

Contents?: true

Size: 1.41 KB

Versions: 1

Compression:

Stored size: 1.41 KB

Contents

# WARNING ABOUT GENERATED CODE
#
# This file is generated. See the contributing guide for more information:
# https://github.com/aws/aws-sdk-ruby/blob/master/CONTRIBUTING.md
#
# WARNING ABOUT GENERATED CODE

require 'aws-sdk-core'
require 'aws-sigv4'

require_relative 'aws-sdk-autoscalingplans/types'
require_relative 'aws-sdk-autoscalingplans/client_api'
require_relative 'aws-sdk-autoscalingplans/client'
require_relative 'aws-sdk-autoscalingplans/errors'
require_relative 'aws-sdk-autoscalingplans/resource'
require_relative 'aws-sdk-autoscalingplans/customizations'

# 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.
#
# @service
module Aws::AutoScalingPlans

  GEM_VERSION = '1.22.0'

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
aws-sdk-autoscalingplans-1.22.0 lib/aws-sdk-autoscalingplans.rb