lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.14.0 vs lib/aws-sdk-cloudfront/client.rb in aws-sdk-cloudfront-1.15.0

- old
+ new

@@ -4011,11 +4011,11 @@ operation: config.api.operation(operation_name), client: self, params: params, config: config) context[:gem_name] = 'aws-sdk-cloudfront' - context[:gem_version] = '1.14.0' + context[:gem_version] = '1.15.0' Seahorse::Client::Request.new(handlers, context) end # Polls an API operation until a resource enters a desired state. # @@ -4028,10 +4028,10 @@ # * It makes the maximum number of attempts # # In between attempts, the waiter will sleep. # # # polls in a loop, sleeping between attempts - # client.waiter_until(waiter_name, params) + # client.wait_until(waiter_name, params) # # ## Configuration # # You can configure the maximum number of polling attempts, and the # delay (in seconds) between each polling attempt. You can pass