aws-sdk-pi 1.0.0 → 1.1.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 1fec3609c4c34668ff11db4ce9745806dc729d9f
4
- data.tar.gz: ad62b316c71c86eace2d855b058532bcb9598a1e
3
+ metadata.gz: 8686f78d1529c7de4b811cd72070ac87e53cb95c
4
+ data.tar.gz: 179959d9a08c799bc3a4d117d1f79d300cb16fcd
5
5
  SHA512:
6
- metadata.gz: 272c8d240d6826b91528138c1393d88b4701a6b73288ec0ed80530885abede3a51b91a1e86836878e5810f4e03a084af9dbd19bf1e1c0909f0179f03769e3844
7
- data.tar.gz: 032ca8f4dab11e4f55ca8289ce792e87af05f2b5fa5966a91bc54ad45726914fb835f12134474a46353689c86660dd596a6082cd4994fd572ada5ee008b7cb5e
6
+ metadata.gz: 24e747af21783cdf400ba5b680065653117adf373198e4b8b24e6d3d9df1f2e72a95395fddaa69786457e9841b98d0efc5fcbfcd84560a262b22ebd29096414b
7
+ data.tar.gz: b91354dfe76213b9dd6b5c42c31d9963bd85045c667e4de49403f4ef2562394ba07e46269285236508fc746c2052c5977b1ce9d42ea665060ab44a4ae3a41ada
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-pi/customizations'
42
42
  # @service
43
43
  module Aws::PI
44
44
 
45
- GEM_VERSION = '1.0.0'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::PI
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::PI
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
@@ -440,7 +451,7 @@ module Aws::PI
440
451
  params: params,
441
452
  config: config)
442
453
  context[:gem_name] = 'aws-sdk-pi'
443
- context[:gem_version] = '1.0.0'
454
+ context[:gem_version] = '1.1.0'
444
455
  Seahorse::Client::Request.new(handlers, context)
445
456
  end
446
457
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-pi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.1.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-05-29 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