aws-sdk-gamelift 1.4.0 → 1.5.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: 3490f8a8fd11ed72635b8ece5844cdd514d6036b
4
- data.tar.gz: a24efd9e21c4b309ee40ca9af1eb859c525aed45
3
+ metadata.gz: 7bdd7d57d31b318d4d302a4b93be1b81b609eebb
4
+ data.tar.gz: 4fcfa528fd55ba9e3b247fe16478b7b83e300e61
5
5
  SHA512:
6
- metadata.gz: 2922540a388f5882dc784804abf2cbad181b866d44a8e80969c571bf245e197aecb9e2e80ea1241a1426c6660fe9241cc033af7004094f8200150ac96da876bf
7
- data.tar.gz: 6ac70ace856ff03d12e46c8d96f8d7d2b0af0f85fccf8b869571bdb1155b20264cbdb0e3a10b929e56195c200bb3973dc8e5a6275a2ae01099cab64470544346
6
+ metadata.gz: 3e5e51c51d8768939f2ada35cf1ff634b7bdae65d4b3e08a3d8203619b447ed46dafc8df29fe124c000a04b279a63a41c33bc0fbda50e472b125629fd1a674cf
7
+ data.tar.gz: e4980f37769a8b09989f54a44fdecec69104c72096ceea4f46bc2741487ab55b373e085b723bb02ab5611e234fbb6488515f420a11e14f0dfa3f2917a33d512f
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-gamelift/customizations'
42
42
  # @service
43
43
  module Aws::GameLift
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::GameLift
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::GameLift
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
@@ -6273,7 +6284,7 @@ module Aws::GameLift
6273
6284
  params: params,
6274
6285
  config: config)
6275
6286
  context[:gem_name] = 'aws-sdk-gamelift'
6276
- context[:gem_version] = '1.4.0'
6287
+ context[:gem_version] = '1.5.0'
6277
6288
  Seahorse::Client::Request.new(handlers, context)
6278
6289
  end
6279
6290
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-gamelift
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-10 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