aws-sdk-costexplorer 1.4.0 → 1.5.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: 0575bd7efc1aa2d9a02fe0e635c15e1fbffd09b5
4
- data.tar.gz: 724d56b95f9a22186ac9960c99d5dd58409c7bbe
3
+ metadata.gz: 60027f26a49c4f690711b94246ddb6ca475f3bf1
4
+ data.tar.gz: 8f7cbc0ade9d09a7c24c4a95aaf3a6b772a0abb7
5
5
  SHA512:
6
- metadata.gz: cce5501ffab6cf6325bff988074a58b8ec2996e254224a66413dad0c5199da8f232063ff09b6babbb6b2208ee27f9e22272c3cfaa6d05acb8469efa8536d7ed4
7
- data.tar.gz: 30faf3dec6719f460ef0938031e004b60a4624c01f5b01ad10109a6fa155df4725c43d05df83886d3b59571b5f7833aa65ce380e6bda38ae934ca826909b9491
6
+ metadata.gz: 120c6151ec2517b90bdac5460a7eae390c27a68e145d8c35257b5783117e62864175d94d1c48c9b01578e701bb5c06510b0822d5a3044f5948197891a52b10cb
7
+ data.tar.gz: d09771ae906e97b4f323a18ce9531578e1379ede336fafac6fa7303a0b9179550c0aeef5a3d10831c74da01953de344623344126b27c407eccacbff250a880b5
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-costexplorer/customizations'
42
42
  # @service
43
43
  module Aws::CostExplorer
44
44
 
45
- GEM_VERSION = '1.4.0'
45
+ GEM_VERSION = '1.5.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::CostExplorer
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::CostExplorer
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
@@ -1002,7 +1013,7 @@ module Aws::CostExplorer
1002
1013
  params: params,
1003
1014
  config: config)
1004
1015
  context[:gem_name] = 'aws-sdk-costexplorer'
1005
- context[:gem_version] = '1.4.0'
1016
+ context[:gem_version] = '1.5.0'
1006
1017
  Seahorse::Client::Request.new(handlers, context)
1007
1018
  end
1008
1019
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-costexplorer
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.0
4
+ version: 1.5.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-06-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