aws-sdk-directconnect 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: 43c9ee456bd2f8bdb4bd4eaa570a24f894a74896
4
- data.tar.gz: 4ba6f998f4898413b40c4bb4adc2139f9e765f68
3
+ metadata.gz: 718af1c6a84d6c3449094fa6e691867acfa91e00
4
+ data.tar.gz: 3acaa31982cbef0d506a96dd8f8722d53ca69e91
5
5
  SHA512:
6
- metadata.gz: a072c1377c591867c3934b9bff901884fa2006175b4c0344146fe743d4b2474c30c3e1ba15629997963419113f7cff3274d13e0a35748f490105aabe40871ca8
7
- data.tar.gz: 3eda0796afcd2311d91dea3775a23b44596145c9630c7c9ba229e401494b408654569cd8a90a8fa387c7e3faebf7483783ee280c60443a222ef4a0ac1a5ab91c
6
+ metadata.gz: 796c47ac8adfe051ffacb0d7d2828caa68fd774b7ea6d42978fae007920ddd20a799b0c2ef7a9316d6659bfdf79b84ec8cd841ecff2afff4bf0238743181c7f2
7
+ data.tar.gz: 8e83b595ccbf8821668bf440258ea81bc47cae9f60df998055e23357111d7943c9b11d831b5fe2be2d69924bfa2cfd0bb18ab1195669b7629bbda7f1c6a4a8b3
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-directconnect/customizations'
42
42
  # @service
43
43
  module Aws::DirectConnect
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::DirectConnect
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::DirectConnect
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
@@ -3059,7 +3070,7 @@ module Aws::DirectConnect
3059
3070
  params: params,
3060
3071
  config: config)
3061
3072
  context[:gem_name] = 'aws-sdk-directconnect'
3062
- context[:gem_version] = '1.1.0'
3073
+ context[:gem_version] = '1.2.0'
3063
3074
  Seahorse::Client::Request.new(handlers, context)
3064
3075
  end
3065
3076
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-directconnect
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: 2017-11-01 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
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  version: '0'
76
76
  requirements: []
77
77
  rubyforge_project:
78
- rubygems_version: 2.5.1
78
+ rubygems_version: 2.5.2.3
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: AWS SDK for Ruby - AWS Direct Connect