aws-sdk-lexruntimev2 1.31.0 → 1.32.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-lexruntimev2/async_client.rb +4 -3
- data/lib/aws-sdk-lexruntimev2/client.rb +4 -3
- data/lib/aws-sdk-lexruntimev2.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: '04586699a026998ffebb85148b17f89e2c65d2b582e622c3379a4f6b5502090d'
|
|
4
|
+
data.tar.gz: 16a499a5d9781bf20a85310f1ef5354edc22269176575cdffaeaf54a16b34007
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz: '
|
|
6
|
+
metadata.gz: b89a4e0dafcad4585b0b8e944b2858f379808adbf6455718ad8d901c13bdfb8246189373706b02e2f1a3f5a9172b81e0f8f10c88034cf7a3f1411666e70a0984
|
|
7
|
+
data.tar.gz: '05539b149563cd1626ac8d63affb5570996ea82c2bcd98d554ea01b1b1bf1a7c546178395e06efed03720b5cb803b918ffd9495e93a34b9640333cf101a92c4b'
|
data/CHANGELOG.md
CHANGED
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.32.0
|
|
@@ -244,8 +244,9 @@ module Aws::LexRuntimeV2
|
|
|
244
244
|
#
|
|
245
245
|
# @option options [String] :sdk_ua_app_id
|
|
246
246
|
# A unique and opaque application ID that is appended to the
|
|
247
|
-
# User-Agent header as app
|
|
248
|
-
# maximum length of 50.
|
|
247
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
248
|
+
# maximum length of 50. This variable is sourced from environment
|
|
249
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
249
250
|
#
|
|
250
251
|
# @option options [String] :secret_access_key
|
|
251
252
|
#
|
|
@@ -734,7 +735,7 @@ module Aws::LexRuntimeV2
|
|
|
734
735
|
http_response: Seahorse::Client::Http::AsyncResponse.new,
|
|
735
736
|
config: config)
|
|
736
737
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
737
|
-
context[:gem_version] = '1.
|
|
738
|
+
context[:gem_version] = '1.32.0'
|
|
738
739
|
Seahorse::Client::Request.new(handlers, context)
|
|
739
740
|
end
|
|
740
741
|
|
|
@@ -312,8 +312,9 @@ module Aws::LexRuntimeV2
|
|
|
312
312
|
#
|
|
313
313
|
# @option options [String] :sdk_ua_app_id
|
|
314
314
|
# A unique and opaque application ID that is appended to the
|
|
315
|
-
# User-Agent header as app
|
|
316
|
-
# maximum length of 50.
|
|
315
|
+
# User-Agent header as app/sdk_ua_app_id. It should have a
|
|
316
|
+
# maximum length of 50. This variable is sourced from environment
|
|
317
|
+
# variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
|
|
317
318
|
#
|
|
318
319
|
# @option options [String] :secret_access_key
|
|
319
320
|
#
|
|
@@ -1193,7 +1194,7 @@ module Aws::LexRuntimeV2
|
|
|
1193
1194
|
params: params,
|
|
1194
1195
|
config: config)
|
|
1195
1196
|
context[:gem_name] = 'aws-sdk-lexruntimev2'
|
|
1196
|
-
context[:gem_version] = '1.
|
|
1197
|
+
context[:gem_version] = '1.32.0'
|
|
1197
1198
|
Seahorse::Client::Request.new(handlers, context)
|
|
1198
1199
|
end
|
|
1199
1200
|
|
data/lib/aws-sdk-lexruntimev2.rb
CHANGED
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.
|
|
4
|
+
version: 1.32.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: 2024-
|
|
11
|
+
date: 2024-05-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: aws-sdk-core
|