aws-sdk-lexmodelsv2 1.50.0 → 1.51.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: 6f917051d14a0db70e6f9c63e4cb9a46cdb37b13e8c7864274f776d2d740204b
4
- data.tar.gz: 0f4671e4234357ea85a9bf2c1ea35d501efd22c70a94cdec968579731b5f2322
3
+ metadata.gz: d26d34a61e011b87a71e089c7988b4c11114859be6b0c3d1c15d62d56df71c0d
4
+ data.tar.gz: dec67733404e0bf86213bbe0ee00ef094dea440bf95add43ed3d930cb871457e
5
5
  SHA512:
6
- metadata.gz: 74f40b3a8e113516842962aaeb54b6179ded1125bc87b96496a01bb1ff4b06e3df18d570662d5b04163dc68199df3cef6a5ebf903efcf0fb3cf115270f9def23
7
- data.tar.gz: ee0d13017bdc8ae847717eefbe0a4d519f2924316dd554261f290f03b254108fb90518e9bd05beaabd64ade9e8a8a4852c0074f9dbd1618bc7696ecbac44b5fb
6
+ metadata.gz: 8e4ecb3cc4ae4b3d7362b126a5871475de7ba1bf2c0d7ca3c3a619bba241f714c3b67283633fac122fa94f41ec14f8b0726da3c749a1b906b62c0096b6da1700
7
+ data.tar.gz: e371a3d41b2680b5497e5958ce5650bceb2ad2e989457c78f7f3594f4ccde14873885c52722d3c7d854e66578ce758b29f7062fb5d7d7bfe73b93c1f76ecb104
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.51.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.50.0 (2024-04-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.50.0
1
+ 1.51.0
@@ -301,8 +301,9 @@ module Aws::LexModelsV2
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
  #
@@ -10380,7 +10381,7 @@ module Aws::LexModelsV2
10380
10381
  params: params,
10381
10382
  config: config)
10382
10383
  context[:gem_name] = 'aws-sdk-lexmodelsv2'
10383
- context[:gem_version] = '1.50.0'
10384
+ context[:gem_version] = '1.51.0'
10384
10385
  Seahorse::Client::Request.new(handlers, context)
10385
10386
  end
10386
10387
 
@@ -53,6 +53,6 @@ require_relative 'aws-sdk-lexmodelsv2/customizations'
53
53
  # @!group service
54
54
  module Aws::LexModelsV2
55
55
 
56
- GEM_VERSION = '1.50.0'
56
+ GEM_VERSION = '1.51.0'
57
57
 
58
58
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: aws-sdk-lexmodelsv2
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.50.0
4
+ version: 1.51.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