lib/aws-sdk-outposts.rb in aws-sdk-outposts-1.20.0 vs lib/aws-sdk-outposts.rb in aws-sdk-outposts-1.21.0

- old
+ new

@@ -26,11 +26,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. # # outposts = Aws::Outposts::Client.new -# resp = outposts.create_outpost(params) +# resp = outposts.create_order(params) # # See {Client} for more information. # # # Errors # @@ -46,8 +46,8 @@ # See {Errors} for more information. # # @!group service module Aws::Outposts - GEM_VERSION = '1.20.0' + GEM_VERSION = '1.21.0' end