aws-sdk-ecs 1.14.0 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 181052c25640a9ce037c3e8e1a2fd0727610ceb4
4
- data.tar.gz: 595cc6529515ed4dd6d9f88ea90de252ef460ffd
3
+ metadata.gz: 8ccc63786734352ab3d85e5dbc44cbfe43238ef8
4
+ data.tar.gz: bee360fbab36a97ffa83c2ff6c10be47330af4a4
5
5
  SHA512:
6
- metadata.gz: 0e48a1091149c65fa84f40a5fc693e9db399feba82a5db73ab862f906a52cdd0df5bc4eaafdb9f60647ed99afcb547b080b95d0d764cad93691725a1c2d5f446
7
- data.tar.gz: 69e3f6809089a116971754619d73251390885c1a72d93d40e5b0713666bbfc67d476d93fedfa62708df766a135e3376f8fdecfd00a921c5bbdf145d67a761899
6
+ metadata.gz: d30038cc5e31a4cd4741318f452b9da16ecb55bccd75a33200024ca1adf963f142a36969b9efd41228c7e8302a0d5a72d61b4a61ca2f3de839a9af45e4419c92
7
+ data.tar.gz: 22792ee9ccec2713c726f30a7e56c60e55cd2379c1a7adc89c7932de09c485074472fa74a41c78b4d4fc5e09bbf087bd90f48f1fa5bc54f75e56206e85001052
@@ -115,6 +115,14 @@ module Aws::ECS
115
115
  # Used when loading credentials from the shared credentials file
116
116
  # at HOME/.aws/credentials. When not specified, 'default' is used.
117
117
  #
118
+ # @option options [Float] :retry_base_delay (0.3)
119
+ # The base delay in seconds used by the default backoff function.
120
+ #
121
+ # @option options [Symbol] :retry_jitter (:none)
122
+ # A delay randomiser function used by the default backoff function. Some predefined functions can be referenced by name - :none, :equal, :full, otherwise a Proc that takes and returns a number.
123
+ #
124
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
125
+ #
118
126
  # @option options [Integer] :retry_limit (3)
119
127
  # The maximum number of times to retry failed requests. Only
120
128
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -122,6 +130,9 @@ module Aws::ECS
122
130
  # checksum errors, networking errors, timeout errors and auth
123
131
  # errors from expired credentials.
124
132
  #
133
+ # @option options [Integer] :retry_max_delay (0)
134
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
135
+ #
125
136
  # @option options [String] :secret_access_key
126
137
  #
127
138
  # @option options [String] :session_token
@@ -4631,7 +4642,7 @@ module Aws::ECS
4631
4642
  params: params,
4632
4643
  config: config)
4633
4644
  context[:gem_name] = 'aws-sdk-ecs'
4634
- context[:gem_version] = '1.14.0'
4645
+ context[:gem_version] = '1.15.0'
4635
4646
  Seahorse::Client::Request.new(handlers, context)
4636
4647
  end
4637
4648
 
data/lib/aws-sdk-ecs.rb CHANGED
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-ecs/customizations'
43
43
  # @service
44
44
  module Aws::ECS
45
45
 
46
- GEM_VERSION = '1.14.0'
46
+ GEM_VERSION = '1.15.0'
47
47
 
48
48
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-ecs
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.14.0
4
+ version: 1.15.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: 2018-06-12 00:00:00.000000000 Z
11
+ date: 2018-06-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core