aws-sdk-appstream 1.10.0 → 1.11.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: 588eb16c38beb58f2338c26db64265406642d054
4
- data.tar.gz: bb3067d39dfb100d92915fa7d44a704c4dc4cf5b
3
+ metadata.gz: fb8e5a4b8e43ce562a398a3c9fabb56e2c96cf96
4
+ data.tar.gz: cc661c0711a07ac5b5cccb6411efba8ff765a9b9
5
5
  SHA512:
6
- metadata.gz: 60748213c7303e706a7aaf44d437039dc8048b4d53e968c783476ee41646ae452114824c1c44fa9cfcf23eb0180ecdb706374b2ba06fdc41bd118d5cd76bdf17
7
- data.tar.gz: 14e5964b1a2ad84f26964bd1036bd26f12a7a832da8bef3a75e3913c15f8709dc03987a29ff4ece402d9eca2627a8303b7b575711535db00d1f48ed78d95a9c7
6
+ metadata.gz: 76aa3c2d649a1c2d1ac8fbe55788334705b1296ce6dea299e5e2f7922e8031f10da4ef99237adfe4d61fd9deb567f894990dab8b37ea4071eb63ec9acc3ad7cd
7
+ data.tar.gz: 2a44e3f418be414a738d4cb6bd5658ea2bf34f7f26170eece1ad9fce71e9ceb28d64f04a5d9a75d3feb50f0b9a561b89b69436cce0bfbfcbda50699f3f8fcf44
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-appstream/customizations'
43
43
  # @service
44
44
  module Aws::AppStream
45
45
 
46
- GEM_VERSION = '1.10.0'
46
+ GEM_VERSION = '1.11.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::AppStream
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::AppStream
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
@@ -1942,7 +1953,7 @@ module Aws::AppStream
1942
1953
  params: params,
1943
1954
  config: config)
1944
1955
  context[:gem_name] = 'aws-sdk-appstream'
1945
- context[:gem_version] = '1.10.0'
1956
+ context[:gem_version] = '1.11.0'
1946
1957
  Seahorse::Client::Request.new(handlers, context)
1947
1958
  end
1948
1959
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-appstream
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.10.0
4
+ version: 1.11.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-22 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