aws-sdk-workspaces 1.2.0 → 1.3.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: 52e09f19a0e3c2a8c2e925b9423a63a3a2223423
4
- data.tar.gz: 7334331c71f6b6ef57d514b83af4427988be5a66
3
+ metadata.gz: 1c03dc4d9384d00b9c4904e976865718eec8c87a
4
+ data.tar.gz: 9a3970a300b4349c5a19acf7990d80c172b6a81b
5
5
  SHA512:
6
- metadata.gz: 5c2a370904126d28e0b6e885ea8deb19422e2deffd58ce454474753f578e6a486a7d66d7c1bfc0b920aeb42d019c098da774b66a710660254ba9d802d7b102d3
7
- data.tar.gz: e43872efd0548c7697281b127d8e6ef2ec432cc96aa17fbb2108808bf737e0e65a0dafd04ee6c81479823f5981b1a9c73df8c568255c42555decac49dc632618
6
+ metadata.gz: 86794a4452ff6953058a16f9acc0159694e041abd292ba82f379da43d04e579a622f31fd08f097176927d7c00c78ad8c1a93e19316ba348f3d20f4540c05b6b5
7
+ data.tar.gz: 398fbdf7bd39c27d1ba7046fecd61d9a32dac41e0b09204d014d85656b35618ae639df178f0852f7a0f392f4c1e91be204b7d739b269868073a6a7dcd1f46d3e
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-workspaces/customizations'
42
42
  # @service
43
43
  module Aws::WorkSpaces
44
44
 
45
- GEM_VERSION = '1.2.0'
45
+ GEM_VERSION = '1.3.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::WorkSpaces
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::WorkSpaces
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
@@ -1128,7 +1139,7 @@ module Aws::WorkSpaces
1128
1139
  params: params,
1129
1140
  config: config)
1130
1141
  context[:gem_name] = 'aws-sdk-workspaces'
1131
- context[:gem_version] = '1.2.0'
1142
+ context[:gem_version] = '1.3.0'
1132
1143
  Seahorse::Client::Request.new(handlers, context)
1133
1144
  end
1134
1145
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-workspaces
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.3.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-04-30 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