aws-sdk-opsworkscm 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: 59bbf13fe7697d53409a9766f069fbdcfb4b3628
4
- data.tar.gz: cb03246aef009bd607ba2522006d3cb030806665
3
+ metadata.gz: 9364ab540c79c0a1e34c06a188011e593f10f66e
4
+ data.tar.gz: b4ca8bb76a4b73bbb4648279f9cf9393808cfb45
5
5
  SHA512:
6
- metadata.gz: 1274e1ea556a54907deaddec18224340bbc868fbf8f78753204ca3824ff7ada90fe007f50e0c52c17bd7a203076137ebf786c3f8f8bb9c77609ae27297481e28
7
- data.tar.gz: 789374ed7f3686d649cb6dba7649623265768b72ec3a5f3b7b09284005c0d7d4bbed3dded635e9c49224c9a27c80c6812d3c90a69984c388dbd9bdb0e4f28b34
6
+ metadata.gz: 1407a494b7db96f76ebb4edb04810d7dd51de7ab323a032aafb1dbb9ffed1edf1ac475386ccca75edb4ca3786a4e14d09ba963e77c7027365a3a930020837d66
7
+ data.tar.gz: dafbf44db37764ef1f5e2ca182b599f55ff227c7435ed47e8840516115c6e9388d367de367b0c410676c95d0aaf9c7f84927b932396e9da44eb1d1312760f650
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-opsworkscm/customizations'
43
43
  # @service
44
44
  module Aws::OpsWorksCM
45
45
 
46
- GEM_VERSION = '1.2.0'
46
+ GEM_VERSION = '1.3.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::OpsWorksCM
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::OpsWorksCM
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
@@ -1273,7 +1284,7 @@ module Aws::OpsWorksCM
1273
1284
  params: params,
1274
1285
  config: config)
1275
1286
  context[:gem_name] = 'aws-sdk-opsworkscm'
1276
- context[:gem_version] = '1.2.0'
1287
+ context[:gem_version] = '1.3.0'
1277
1288
  Seahorse::Client::Request.new(handlers, context)
1278
1289
  end
1279
1290
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworkscm
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: 2017-11-16 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
@@ -76,7 +76,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
76
76
  version: '0'
77
77
  requirements: []
78
78
  rubyforge_project:
79
- rubygems_version: 2.5.1
79
+ rubygems_version: 2.5.2.3
80
80
  signing_key:
81
81
  specification_version: 4
82
82
  summary: AWS SDK for Ruby - OpsWorksCM