aws-sdk-resourcegroupstaggingapi 1.0.1 → 1.1.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: f06672a5d8ccc13a1196c453dcd16d5819c04769
4
- data.tar.gz: e7f32a1e575b75b3d481f419ae214a2ca642885f
3
+ metadata.gz: d3bde2b669a4ce46aa5bb4e01e33ed60412350b0
4
+ data.tar.gz: dbca07421b226606a8190530eb1e279510075eeb
5
5
  SHA512:
6
- metadata.gz: cefe2feca75f8d1f99cd7c9f264df817045e446c55043050de800daebe59f29671c2edf4edd370ee3046bfc96c8ba28917762e14081a6b2dd6dee370b3b06c1d
7
- data.tar.gz: 6c2fbfc52c50253381e86680b1db5e499ba4fcbebad1b8715298a44b2de976719c74967f674ca0d2ce63efb6da266492800566f6362d6812383f939e30bda836
6
+ metadata.gz: 2c56d6a299caecbdbb83480054c597394612dd935590fa6e4ff3a503812a3881c9e03a667d651c4cbe3cfcc54d6d7b1694dd61fc5cf33e402aed1ff0b39646cc
7
+ data.tar.gz: 804e44d521c2b07da683afc89a6983b621bd8223b74daa702b7ec1120c12eeaae8ab8c20164fb5eb8566daf170b15848b143ec588dbd09b0b946c48d092d1397
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-resourcegroupstaggingapi/customizations'
42
42
  # @service
43
43
  module Aws::ResourceGroupsTaggingAPI
44
44
 
45
- GEM_VERSION = '1.0.1'
45
+ GEM_VERSION = '1.1.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::ResourceGroupsTaggingAPI
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::ResourceGroupsTaggingAPI
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
@@ -485,7 +496,7 @@ module Aws::ResourceGroupsTaggingAPI
485
496
  params: params,
486
497
  config: config)
487
498
  context[:gem_name] = 'aws-sdk-resourcegroupstaggingapi'
488
- context[:gem_version] = '1.0.1'
499
+ context[:gem_version] = '1.1.0'
489
500
  Seahorse::Client::Request.new(handlers, context)
490
501
  end
491
502
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-resourcegroupstaggingapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.1.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-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
@@ -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 Resource Groups Tagging API