aws-sdk-apigateway 1.11.0 → 1.12.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: 857897ef920e739766b38554da0a42ad14e9a00a
4
- data.tar.gz: ef2c91101143fbbe79826d8fc640af7689313400
3
+ metadata.gz: f3017e28ebfda84be7a5646b604a1f090fb792e0
4
+ data.tar.gz: d29a9693a922ae1824f74212953148f3a452616b
5
5
  SHA512:
6
- metadata.gz: c2c6e8fd6f33b98dc4abb130bb9c77c7cc510a07eb259ba5c623621f5b13a90b0a4ceaa3fedd4ea551f20d4b35e315873055de081592fd8e5b3e163354b041da
7
- data.tar.gz: 5a7d2f39686e65eebd6dccb8af2592d8ae3e75a40acc4b2b36a1383347aa989f2a4de2cd6d94fbae66ffef64d621ee628287fe7a1d368d4e9176dea5949736d0
6
+ metadata.gz: f9987658d581824785194189e5cf72c9143653435e40d5d0ff628ac4162223c8d9127932cf0dd465de801236d4a60b13f061291b2768f52249992990964cd416
7
+ data.tar.gz: b3625e44131951281edf8f887f50b120af673b1b1d3bb9efd96d08d0be71ca2a453a9de261ff53ff36ead7288d6f64d1d3264ec85f4d417d392a751babe4884d
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-apigateway/customizations'
42
42
  # @service
43
43
  module Aws::APIGateway
44
44
 
45
- GEM_VERSION = '1.11.0'
45
+ GEM_VERSION = '1.12.0'
46
46
 
47
47
  end
@@ -117,6 +117,14 @@ module Aws::APIGateway
117
117
  # Used when loading credentials from the shared credentials file
118
118
  # at HOME/.aws/credentials. When not specified, 'default' is used.
119
119
  #
120
+ # @option options [Float] :retry_base_delay (0.3)
121
+ # The base delay in seconds used by the default backoff function.
122
+ #
123
+ # @option options [Symbol] :retry_jitter (:none)
124
+ # 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.
125
+ #
126
+ # @see https://www.awsarchitectureblog.com/2015/03/backoff.html
127
+ #
120
128
  # @option options [Integer] :retry_limit (3)
121
129
  # The maximum number of times to retry failed requests. Only
122
130
  # ~ 500 level server errors and certain ~ 400 level client errors
@@ -124,6 +132,9 @@ module Aws::APIGateway
124
132
  # checksum errors, networking errors, timeout errors and auth
125
133
  # errors from expired credentials.
126
134
  #
135
+ # @option options [Integer] :retry_max_delay (0)
136
+ # The maximum number of seconds to delay between retries (0 for no limit) used by the default backoff function.
137
+ #
127
138
  # @option options [String] :secret_access_key
128
139
  #
129
140
  # @option options [String] :session_token
@@ -6577,7 +6588,7 @@ module Aws::APIGateway
6577
6588
  params: params,
6578
6589
  config: config)
6579
6590
  context[:gem_name] = 'aws-sdk-apigateway'
6580
- context[:gem_version] = '1.11.0'
6591
+ context[:gem_version] = '1.12.0'
6581
6592
  Seahorse::Client::Request.new(handlers, context)
6582
6593
  end
6583
6594
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-apigateway
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.11.0
4
+ version: 1.12.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-14 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