aws-sdk-athena 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: 599b011221f6809ad1107f66c42cf641464d8e0c
4
- data.tar.gz: d782c16cd5ccd802afd358a838a113ed1d747545
3
+ metadata.gz: 139f1c933f62b149f319ffa2381a0ecb7142bc32
4
+ data.tar.gz: e5945d6e6e5460d0a7494503b745bcda92db2c69
5
5
  SHA512:
6
- metadata.gz: 0f0386238406a08509fc5c7326d25785c8f415a7c0c9b2074b91250ee1eddb5083a4397f103f9b43c29cc62043d7265d0a5c41af7b22be8b33c3dcaf80d24dba
7
- data.tar.gz: 57b5d49906c5645f5ef394e6b502ee0a1aa85cf7ecc849370f9a29ac176d545c6ec34acdba5a4a350daf3d9b69fdf15046dd5ca809648d9a951c22ac0336910b
6
+ metadata.gz: bda479910be71843bf8d3f3317857546de695006469976672f46a6eee5d9a749e6f1396134ee25262a91c1af2cc51c7d8234dc5a1344091236d8885d910785a6
7
+ data.tar.gz: b20f4d9b9f0845566bc49fd0e6555a72353877d2402571e062a65d283dca4238490cc7d13a38588977fda210a5f67606e9df5929934231f3da714ef446770224
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-athena/customizations'
42
42
  # @service
43
43
  module Aws::Athena
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::Athena
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::Athena
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
@@ -672,7 +683,7 @@ module Aws::Athena
672
683
  params: params,
673
684
  config: config)
674
685
  context[:gem_name] = 'aws-sdk-athena'
675
- context[:gem_version] = '1.0.1'
686
+ context[:gem_version] = '1.1.0'
676
687
  Seahorse::Client::Request.new(handlers, context)
677
688
  end
678
689
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-athena
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 - Amazon Athena