aws-sdk-applicationdiscoveryservice 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: 88c922764ee4b42827f49e7a7e904e5e52d3ce52
4
- data.tar.gz: b923de65d1f01db6fbf352accbb082c16106abe9
3
+ metadata.gz: f62ba049733811f8d5b84116d3523cd891b4a404
4
+ data.tar.gz: a29c451d912f55ac29e59c0345ff91975799a04f
5
5
  SHA512:
6
- metadata.gz: f65acf5a34a75fdb7e0dfd3aa4725578cc25a9ab835fa207680bbb857298b18b20c7103c05bcc8ef10ee3328fe87d705b7fc15ae24b786c9d03f2ddcb9b52942
7
- data.tar.gz: 4d794b2bb976d5d2d3a471c84615e9b074008dbfaf47d63076996b3e496cb80526d7d96bae98a1bbc1481e2f5affd5a3c7d07685194d6163f1452edd42c94675
6
+ metadata.gz: 6922bb234ead566b4bd1877f4c4d7d40584b1155fd96a8883cec8cfd9a0c25ab9dc8a0f458a3eb6356860583504626bcb69aa8321b3699a513e14a2db1056b87
7
+ data.tar.gz: de9c9895397c8864a8f7cfcb2aa9da1f2d70a35095dee61d6975c6d61d33bd72727c041caab4e641859fc5332220ca81c743fc6b6237b93631d51c5df6c151f9
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-applicationdiscoveryservice/customizations'
42
42
  # @service
43
43
  module Aws::ApplicationDiscoveryService
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::ApplicationDiscoveryService
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::ApplicationDiscoveryService
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
@@ -979,7 +990,7 @@ module Aws::ApplicationDiscoveryService
979
990
  params: params,
980
991
  config: config)
981
992
  context[:gem_name] = 'aws-sdk-applicationdiscoveryservice'
982
- context[:gem_version] = '1.1.0'
993
+ context[:gem_version] = '1.2.0'
983
994
  Seahorse::Client::Request.new(handlers, context)
984
995
  end
985
996
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-applicationdiscoveryservice
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: 2018-01-09 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 Application Discovery Service