aws-sdk-mediatailor 1.1.0 → 1.2.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: af6b2bac7171fff3e15a25958ae1e2248c8f3e3c
4
- data.tar.gz: 719a746ee896ddc9e1c77338fa6dba077cacb586
3
+ metadata.gz: 29087d0f7bce2635b96ae4c817a90d9646897a5c
4
+ data.tar.gz: 14e3e109af7641df7e89d2210f6abaec6c38d0c6
5
5
  SHA512:
6
- metadata.gz: feb94ac8912edb29ef06d42b9a68f6176fe27826b733fad36e1ddffc91714a38b4459ffb101d027c1f582ea1f9b4abbf931941a035292b7aafcaa10b8b500723
7
- data.tar.gz: ddb5ce912912f8398344401014ff10983f8acb25b8e23c59631f04187b64cf6f09116067b79bf89ec4783c95d57d63d6d3751131b633855f293725e170e3126a
6
+ metadata.gz: cdfa684c1a0b2d87c560ee73a98c0b5710e730bd47cea724afe4c971582656959f95fc3b77d3eab57b1c957ac08abed5955ebc3b62900d394af2b2ecaf2d3c38
7
+ data.tar.gz: 7509e9634281afce4017e7f42d2f5bdfc172852bf1695e4ee1ac5535eecfcfabf606968c3822a4a09b0e1d0679a1522447d5cf786b6b4ac0469f814a59f6a235
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediatailor/customizations'
42
42
  # @service
43
43
  module Aws::MediaTailor
44
44
 
45
- GEM_VERSION = '1.1.0'
45
+ GEM_VERSION = '1.2.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::MediaTailor
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::MediaTailor
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
@@ -339,7 +350,7 @@ module Aws::MediaTailor
339
350
  params: params,
340
351
  config: config)
341
352
  context[:gem_name] = 'aws-sdk-mediatailor'
342
- context[:gem_version] = '1.1.0'
353
+ context[:gem_version] = '1.2.0'
343
354
  Seahorse::Client::Request.new(handlers, context)
344
355
  end
345
356
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediatailor
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.0
4
+ version: 1.2.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-08 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