aws-sdk-lexruntimev2 1.19.0 → 1.21.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
  SHA256:
3
- metadata.gz: 28c41696efd27606746e5b102332bea415c3369104496be9dae5d3aacbae97af
4
- data.tar.gz: 5d6d4aa31271132dfc380d6c39715f3ca858b47692b4101061a42fbe02e4c51d
3
+ metadata.gz: 9bc05cbc71891ab22569ea2997b9697f9b87b9edc87bedeb6db530dfe75df4ab
4
+ data.tar.gz: 4b69c65e8370601c97f06997b8bf2be29d5c89b1366aaff374cb3f397daae583
5
5
  SHA512:
6
- metadata.gz: ab7957091355ef3748f8f0491ef9b248a7b1439fd492b888386e469abe9678900d70c3302ed9bb53f59125969def211b64d79537869dfc7510ded29842bde55c
7
- data.tar.gz: 523ceff8565c96ab6f31bd8c9a02ecbd8a9f39ce1b125d4f78189ecec63ce2f51d651a6ccc1c00fb9c511a45f31291fcf25fddcfd4eb80a401bef7b702c4de16
6
+ metadata.gz: de61255861cfd35985b2974452b0eaf16b6c6c6193bc26aa670a2b5cbd8f9b833a7f28c36240a8f2876d6d6ea0402dc61e5a88d09a94febba2a290f14785f86e
7
+ data.tar.gz: afbd6beaed89350f8bf76ecd8a84610014d49742d9c18db6382cc344f6caa1ece4d3ab22fb092610dc761888ee918b5ca905ff112f10a632e0747b6aacf6e149
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.21.0 (2023-06-15)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.20.0 (2023-05-31)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.19.0 (2023-02-09)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.19.0
1
+ 1.21.0
@@ -220,6 +220,11 @@ module Aws::LexRuntimeV2
220
220
  # in the future.
221
221
  #
222
222
  #
223
+ # @option options [String] :sdk_ua_app_id
224
+ # A unique and opaque application ID that is appended to the
225
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
226
+ # maximum length of 50.
227
+ #
223
228
  # @option options [String] :secret_access_key
224
229
  #
225
230
  # @option options [String] :session_token
@@ -667,7 +672,7 @@ module Aws::LexRuntimeV2
667
672
  http_response: Seahorse::Client::Http::AsyncResponse.new,
668
673
  config: config)
669
674
  context[:gem_name] = 'aws-sdk-lexruntimev2'
670
- context[:gem_version] = '1.19.0'
675
+ context[:gem_version] = '1.21.0'
671
676
  Seahorse::Client::Request.new(handlers, context)
672
677
  end
673
678
 
@@ -286,6 +286,11 @@ module Aws::LexRuntimeV2
286
286
  # in the future.
287
287
  #
288
288
  #
289
+ # @option options [String] :sdk_ua_app_id
290
+ # A unique and opaque application ID that is appended to the
291
+ # User-Agent header as app/<sdk_ua_app_id>. It should have a
292
+ # maximum length of 50.
293
+ #
289
294
  # @option options [String] :secret_access_key
290
295
  #
291
296
  # @option options [String] :session_token
@@ -1147,7 +1152,7 @@ module Aws::LexRuntimeV2
1147
1152
  params: params,
1148
1153
  config: config)
1149
1154
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1150
- context[:gem_version] = '1.19.0'
1155
+ context[:gem_version] = '1.21.0'
1151
1156
  Seahorse::Client::Request.new(handlers, context)
1152
1157
  end
1153
1158
 
@@ -9,6 +9,7 @@
9
9
 
10
10
 
11
11
  module Aws::LexRuntimeV2
12
+ # @api private
12
13
  module Endpoints
13
14
 
14
15
  class DeleteSession
@@ -54,6 +54,6 @@ require_relative 'aws-sdk-lexruntimev2/event_streams'
54
54
  # @!group service
55
55
  module Aws::LexRuntimeV2
56
56
 
57
- GEM_VERSION = '1.19.0'
57
+ GEM_VERSION = '1.21.0'
58
58
 
59
59
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexruntimev2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.19.0
4
+ version: 1.21.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: 2023-02-09 00:00:00.000000000 Z
11
+ date: 2023-06-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core
@@ -19,7 +19,7 @@ dependencies:
19
19
  version: '3'
20
20
  - - ">="
21
21
  - !ruby/object:Gem::Version
22
- version: 3.165.0
22
+ version: 3.174.0
23
23
  type: :runtime
24
24
  prerelease: false
25
25
  version_requirements: !ruby/object:Gem::Requirement
@@ -29,7 +29,7 @@ dependencies:
29
29
  version: '3'
30
30
  - - ">="
31
31
  - !ruby/object:Gem::Version
32
- version: 3.165.0
32
+ version: 3.174.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement