aws-sdk-opsworks 1.2.0 → 1.3.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: 9d807383e42782ffd07d707583e5d5c8385a9acf
4
- data.tar.gz: 2296d0b6ad51e1612e11e7078c5b0672fb13b831
3
+ metadata.gz: 7782bd7cbb2cfce30146bf54bcf19d3a63703b5c
4
+ data.tar.gz: 074df6ea0af0864b0da17c6a3cb79e2e6f6b2a50
5
5
  SHA512:
6
- metadata.gz: b68d8296b470efcb89b90a678e189c08ed0225704fa347325560764593127bf3baa475d4055bf9ed33f5ee38d843050dfbd8725743a36d87af5a058d8e619739
7
- data.tar.gz: 3d322861dd20894b4076a74828494ced415bba6c248352772c780da655e63de6628b22616bcbf6715a0f0f2a77255657bbaff2f9739c8e220ee037191eb29de9
6
+ metadata.gz: 96680087d0f7298c2ec938b549fda8a5c9bce57bca4e2709bb3f118ebb196029b5df0a340625e0a4910a1b55b8801a55201adffaee6c809feb25c6e8f140960d
7
+ data.tar.gz: f9b4f196b0ad3d18ee0c701d332558ee21defdae1e8e1335116d6166f7ff10e9395c126747f017d7ed33afb05dae145dd72517c669109e4258d5419347d68e81
@@ -115,6 +115,14 @@ module Aws::OpsWorks
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::OpsWorks
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
@@ -5399,7 +5410,7 @@ module Aws::OpsWorks
5399
5410
  params: params,
5400
5411
  config: config)
5401
5412
  context[:gem_name] = 'aws-sdk-opsworks'
5402
- context[:gem_version] = '1.2.0'
5413
+ context[:gem_version] = '1.3.0'
5403
5414
  Seahorse::Client::Request.new(handlers, context)
5404
5415
  end
5405
5416
 
@@ -46,6 +46,6 @@ require_relative 'aws-sdk-opsworks/customizations'
46
46
  # @service
47
47
  module Aws::OpsWorks
48
48
 
49
- GEM_VERSION = '1.2.0'
49
+ GEM_VERSION = '1.3.0'
50
50
 
51
51
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-opsworks
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-02-05 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
@@ -79,7 +79,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
79
79
  version: '0'
80
80
  requirements: []
81
81
  rubyforge_project:
82
- rubygems_version: 2.5.1
82
+ rubygems_version: 2.5.2.3
83
83
  signing_key:
84
84
  specification_version: 4
85
85
  summary: AWS SDK for Ruby - AWS OpsWorks