aws-sdk-lex 1.58.0 → 1.59.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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2e47e2ea3d347acbafa8b71662c701e85362b70c5df01d930894474c5c11c9c9
4
- data.tar.gz: 9cc788d0477b0f044cfff23c61b67c4822b733426dec9318cda4bfc990518cc2
3
+ metadata.gz: 0dfdf170c57777dabfbb977e94674ef4012f6b809056fa1884359236fd6abf88
4
+ data.tar.gz: 9219da5d31f12efacf5e37119e07011b75a95c6902a762cc41a62b19d74f83dc
5
5
  SHA512:
6
- metadata.gz: 133a98e491b092dcdf2d4a7803f37f31f88250110a4f6478abffad6d0aab8df11b5dfcfa7022301bb0eb4658c0abb8693ba0125dcf6afc1553e34c1b6dfaf388
7
- data.tar.gz: 32939bbb69e9eb00415c29338a0bf143adb39148a0a405f8d9bb61436df122e94d4375c4272cf3bfb272bc043e97f96bcf58a44b7316761fb4d7ddd95caa99e9
6
+ metadata.gz: a0339905deae37c7351eb93827f30487def91ba999d079d9f801d7c8e9ac5fc33765bf6bb9aee00eb82bbc69c43a7a30ac39999803d9c20ae0030e349d466bbf
7
+ data.tar.gz: b447282bd5c8737f113821cd71492123cb04a846ddeb9774cd91039e2cf716a65ff66e96e2380bb927eb63ef686278960700d1d412d845931539b75a8f1f8b0d
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.59.0 (2024-05-13)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.58.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.58.0
1
+ 1.59.0
@@ -301,8 +301,9 @@ module Aws::Lex
301
301
  #
302
302
  # @option options [String] :sdk_ua_app_id
303
303
  # A unique and opaque application ID that is appended to the
304
- # User-Agent header as app/<sdk_ua_app_id>. It should have a
305
- # maximum length of 50.
304
+ # User-Agent header as app/sdk_ua_app_id. It should have a
305
+ # maximum length of 50. This variable is sourced from environment
306
+ # variable AWS_SDK_UA_APP_ID or the shared config profile attribute sdk_ua_app_id.
306
307
  #
307
308
  # @option options [String] :secret_access_key
308
309
  #
@@ -1213,7 +1214,7 @@ module Aws::Lex
1213
1214
  params: params,
1214
1215
  config: config)
1215
1216
  context[:gem_name] = 'aws-sdk-lex'
1216
- context[:gem_version] = '1.58.0'
1217
+ context[:gem_version] = '1.59.0'
1217
1218
  Seahorse::Client::Request.new(handlers, context)
1218
1219
  end
1219
1220
 
data/lib/aws-sdk-lex.rb CHANGED
@@ -52,6 +52,6 @@ require_relative 'aws-sdk-lex/customizations'
52
52
  # @!group service
53
53
  module Aws::Lex
54
54
 
55
- GEM_VERSION = '1.58.0'
55
+ GEM_VERSION = '1.59.0'
56
56
 
57
57
  end
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.58.0
4
+ version: 1.59.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-05-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core