aws-sdk-mediaconvert 1.3.0 → 1.4.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: 5494b8ca0ef1f307b977f4ab8b0aec3c5e5a5327
4
- data.tar.gz: 9322694cf0c818a0244e1b8ced3a51059170663e
3
+ metadata.gz: df71aeac8e1f1590d521891e3ff952b94be061de
4
+ data.tar.gz: 186bfc02c8ac1bf00f8a1e2c835f7e93e3399f24
5
5
  SHA512:
6
- metadata.gz: c8fc1cced5084b64ded13b5879d9db7070bc09a412e44094d13eb4d9dc7298f8b732118a2983cfd280c775cc0476b5860ebde3ad54f7fda8f11854052a30e554
7
- data.tar.gz: e687449a79020605dc7cc1332d4cba549972627f6a2af91fce813298cd4cdfa0d60ab5b4313260dc349d1043bad90751c091d51bcfcd5bf7b7a061e7cd929df1
6
+ metadata.gz: 76da242818096e983b9c020d518a34e508db70a9370430f2995ab8e60cf9e23b5fa16c042258eb8a8e1a24ae9815f2839f847f2cb432e6eb5c11678c28f42d97
7
+ data.tar.gz: f2b3b623290d89352c299fcb7f509df31e5bc13bed2cdfa1c6de79906f29a45ba7d91732af180043866c521b1777547f20ff65bab4ba688517aea61c9994936c
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-mediaconvert/customizations'
42
42
  # @service
43
43
  module Aws::MediaConvert
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::MediaConvert
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::MediaConvert
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
@@ -9122,7 +9133,7 @@ module Aws::MediaConvert
9122
9133
  params: params,
9123
9134
  config: config)
9124
9135
  context[:gem_name] = 'aws-sdk-mediaconvert'
9125
- context[:gem_version] = '1.3.0'
9136
+ context[:gem_version] = '1.4.0'
9126
9137
  Seahorse::Client::Request.new(handlers, context)
9127
9138
  end
9128
9139
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-mediaconvert
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-15 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