aws-sdk-lexruntimev2 1.31.0 → 1.33.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: bfe86f1d719d762f4fcf5cc897564a6305aac13c8ff573a7cbf7eb76eb2d14ad
4
- data.tar.gz: ac1fa3089b077173ab4d5cf794932f9c8552100678ddba4f43e695d35c198b4d
3
+ metadata.gz: f6ee5265aea27fc141ee5070ad7f67bb6828de6ea3b5d5b5b30281c92702bbf5
4
+ data.tar.gz: afff08c84d4541efdc5203851f52fbbdfd856e5a616a27eaa8599b472f668103
5
5
  SHA512:
6
- metadata.gz: 335a3300e81c9c78458f9d64aa210c5dc2fa280dba1df5dccaf0367cb64fcd62aa81699d85aa7add78b3bc1a46591f1d3e18a1e83ad0c8c245150858c79cce6c
7
- data.tar.gz: '0790139937b5c0d712f4f9b944188c1db2ac2870612a705fc1e7addbb5c18c57750e1a2fd81981c4e6ecac715a6d6b04f6a2681d9d6428c3fc4bb4d62bd9b86b'
6
+ metadata.gz: 21bfe0b0b50f644006d455486bba5f0db4f1a2f4c425700e10f403f3e07e3d60ea6a3e525a4b945cb69dac14e00f89559eda0fb9e9773b1c138edbc3b160d7c9
7
+ data.tar.gz: 2fb78ab349ea4702c2951938bbea907333e0592e6666c259df4e47facc3e1f4d41ffa6a5a0a7d58164fc52052850628c84a54b8bbdbf474d5de2b51700b44d2e
data/CHANGELOG.md CHANGED
@@ -1,6 +1,16 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.33.0 (2024-06-05)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
9
+ 1.32.0 (2024-05-13)
10
+ ------------------
11
+
12
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
13
+
4
14
  1.31.0 (2024-04-25)
5
15
  ------------------
6
16
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.31.0
1
+ 1.33.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/<sdk_ua_app_id>. It should have a
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.31.0'
738
+ context[:gem_version] = '1.33.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/<sdk_ua_app_id>. It should have a
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.31.0'
1197
+ context[:gem_version] = '1.33.0'
1197
1198
  Seahorse::Client::Request.new(handlers, context)
1198
1199
  end
1199
1200
 
@@ -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.31.0'
57
+ GEM_VERSION = '1.33.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.31.0
4
+ version: 1.33.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-04-25 00:00:00.000000000 Z
11
+ date: 2024-06-05 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.193.0
22
+ version: 3.197.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.193.0
32
+ version: 3.197.0
33
33
  - !ruby/object:Gem::Dependency
34
34
  name: aws-sigv4
35
35
  requirement: !ruby/object:Gem::Requirement