aws-sdk-lex 1.3.0 → 1.4.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: 55af156cd3b33fe5e7c31e6e7563bdc43b89f045
4
- data.tar.gz: f6b283079218e7756e119b57653040647874e0c0
3
+ metadata.gz: ece8a35a41342f73d74daf72ee0391b13b220823
4
+ data.tar.gz: 7a3aec8398cfcf32da870604d29ca33b99d1e205
5
5
  SHA512:
6
- metadata.gz: 0fea9c58175033af1068938792a25a1bedbeb15ea1355697318016ecb0f8c16cf198b722980f2ded37f53dc47faa01f6865342245f9a8c34e9b84c3cd4c50774
7
- data.tar.gz: f9798d7a2ac3afa54d5952e9cc6f423380ef179469a96a192d9c6897d999a2207a729b30f59a9e9beb2526a3e4ba9d1ff674eb7a1c4bab2a05ed6be1e464be6c
6
+ metadata.gz: 18c1fee650b121c6732f35029cb056899dd4952eaf5ed641203f1f2eaba219b58245ce4606511af2b00c67eba35d74ed09a14b7096d3e51112b189b8fc7de5af
7
+ data.tar.gz: d4c2a5e6c13f38227d623d87601a5a31d7e4e4b59e9f75266f0974af219306bcf29b4d19ede85c98fddeae81591365b8f27716365935edb2c70b276e1daa6b6a
@@ -42,6 +42,6 @@ require_relative 'aws-sdk-lex/customizations'
42
42
  # @service
43
43
  module Aws::Lex
44
44
 
45
- GEM_VERSION = '1.3.0'
45
+ GEM_VERSION = '1.4.0'
46
46
 
47
47
  end
@@ -115,6 +115,14 @@ module Aws::Lex
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::Lex
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
@@ -579,7 +590,7 @@ module Aws::Lex
579
590
  params: params,
580
591
  config: config)
581
592
  context[:gem_name] = 'aws-sdk-lex'
582
- context[:gem_version] = '1.3.0'
593
+ context[:gem_version] = '1.4.0'
583
594
  Seahorse::Client::Request.new(handlers, context)
584
595
  end
585
596
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lex
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.3.0
4
+ version: 1.4.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-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 - Amazon Lex Runtime Service