aws-sdk-cloudfront 1.18.0 → 1.19.0

Sign up to get free protection for your applications and to get access to all the features.
@@ -15,14 +15,14 @@ module Aws::CloudFront
15
15
 
16
16
  # @param [Hash] options
17
17
  # @option options [required, Client] :client
18
- # @option options [Integer] :max_attempts (25)
18
+ # @option options [Integer] :max_attempts (35)
19
19
  # @option options [Integer] :delay (60)
20
20
  # @option options [Proc] :before_attempt
21
21
  # @option options [Proc] :before_wait
22
22
  def initialize(options)
23
23
  @client = options.fetch(:client)
24
24
  @waiter = Aws::Waiters::Waiter.new({
25
- max_attempts: 25,
25
+ max_attempts: 35,
26
26
  delay: 60,
27
27
  poller: Aws::Waiters::Poller.new(
28
28
  operation_name: :get_distribution,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-cloudfront
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.18.0
4
+ version: 1.19.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Amazon Web Services
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-21 00:00:00.000000000 Z
11
+ date: 2019-06-14 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core