lib/aws-sdk-ec2.rb in aws-sdk-ec2-1.343.0 vs lib/aws-sdk-ec2.rb in aws-sdk-ec2-1.344.0

- old
+ new

@@ -54,11 +54,11 @@ # The {Client} class provides one method for each API operation. Operation # methods each accept a hash of request parameters and return a response # structure. # # ec2 = Aws::EC2::Client.new -# resp = ec2.accept_reserved_instances_exchange_quote(params) +# resp = ec2.accept_address_transfer(params) # # See {Client} for more information. # # # Errors # @@ -74,8 +74,8 @@ # See {Errors} for more information. # # @!group service module Aws::EC2 - GEM_VERSION = '1.343.0' + GEM_VERSION = '1.344.0' end