lib/aws-sdk-savingsplans.rb in aws-sdk-savingsplans-1.2.0 vs lib/aws-sdk-savingsplans.rb in aws-sdk-savingsplans-1.3.0

- old
+ new

@@ -22,26 +22,29 @@ # # The {Client} class provides one method for each API operation. Operation # methods each accept a hash of request parameters and return a response # structure. # +# savings_plans = Aws::SavingsPlans::Client.new +# resp = savings_plans.create_savings_plan(params) +# # See {Client} for more information. # # # Errors # -# Errors returned from AWS Savings Plans all -# extend {Errors::ServiceError}. +# Errors returned from AWS Savings Plans are defined in the +# {Errors} module and all extend {Errors::ServiceError}. # # begin # # do stuff # rescue Aws::SavingsPlans::Errors::ServiceError -# # rescues all service API errors +# # rescues all AWS Savings Plans API errors # end # # See {Errors} for more information. # # @service module Aws::SavingsPlans - GEM_VERSION = '1.2.0' + GEM_VERSION = '1.3.0' end