aws-sdk-codedeploy 1.5.0 → 1.6.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: c53c66e0b99fec0b262e598f417fdaa732256c5e
4
- data.tar.gz: dbc030979ab6f9b7e762a8ad2cf995a986f4d848
3
+ metadata.gz: 60b4f992ae8f226bc47f3013a7616d19a6e2856e
4
+ data.tar.gz: 412a8607eaefd50bc77e448c0f6cc693e70ae87a
5
5
  SHA512:
6
- metadata.gz: 45135f3752b79e6fa2669e8e6c883125612f062d7ddb736f894859f371bfd39caec14e627ce6e009ce2eae768903a9297e42fc2ba11fd5ba3e39bb7f90a4c0df
7
- data.tar.gz: aebddf2c434f9663f8ab18e6f40113bc74d9e390fcc7e9bfb2e55ccea871195d674e2bc5dc72427dac2527109932e8b7c1dc1404eecd9b44c016271ebf23fc72
6
+ metadata.gz: a90cf3a6d7907dbc14d70b7bf04e8b6647c1509fa84c520dacbda06696312a773913fc6e8653162db95a0b8c843ce0f0be29b3deeaeafdec8e919fecf08c820a
7
+ data.tar.gz: 95f613903567398529cf7ae42a4be0f087c22f49570046c940f1f70cdd9110b88e725dd5dfe9e0e616b60fb70800e0ae63333c92ffa82dbf14330ba72da2c51d
@@ -43,6 +43,6 @@ require_relative 'aws-sdk-codedeploy/customizations'
43
43
  # @service
44
44
  module Aws::CodeDeploy
45
45
 
46
- GEM_VERSION = '1.5.0'
46
+ GEM_VERSION = '1.6.0'
47
47
 
48
48
  end
@@ -115,6 +115,14 @@ module Aws::CodeDeploy
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::CodeDeploy
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
@@ -2492,7 +2503,7 @@ module Aws::CodeDeploy
2492
2503
  params: params,
2493
2504
  config: config)
2494
2505
  context[:gem_name] = 'aws-sdk-codedeploy'
2495
- context[:gem_version] = '1.5.0'
2506
+ context[:gem_version] = '1.6.0'
2496
2507
  Seahorse::Client::Request.new(handlers, context)
2497
2508
  end
2498
2509
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-codedeploy
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.5.0
4
+ version: 1.6.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-05-17 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