aws-sdk-lexruntimev2 1.37.0 → 1.38.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: 6d01f6c7f814dabc2e12f6520448cdd494fd1620b329056d54f0b1837dd8b83c
4
- data.tar.gz: c2f7ab3e59a19355f1aafbc675734998b2d5a7a811edf13f424749415ea7626e
3
+ metadata.gz: 9e14c8971376f4d408572aee8c3995b4e5c0c47cd96d8ed04a429e30da17b16d
4
+ data.tar.gz: cb7bac4795a58f29e179dbb448ac15e41e973b828769586f915cae7ad4589f90
5
5
  SHA512:
6
- metadata.gz: f0ccad577b84f9f4b0a74aaa6e6d25f734c5fdd33319497c5a5c6a247746d13ffbbdfd4935d8cbca77020fd4c80929f52b948e3914f8e3f74acb9f03a87876e3
7
- data.tar.gz: 92785234118eafa1343dd6a1e12248e966c0b103e7774cad50bcf08167bec669e3ecab3b5e88ca99f526d8ace14f6c5597156897689fddd4ceb70b7682db6cab
6
+ metadata.gz: 0d1207a72afd29456354c30673513d2843ea40d01feb12af772feef1a8f0a4f9b1f456d29a480b701948d84a077fca56d6a98c6f11b2c256bf817bfc2668061b
7
+ data.tar.gz: 23e04e42630a866380ca2853452662f6f742c160aabd17d318123e0583b7435c1fde9131c42d733a38c70b1d6d77017d79e41a24aed277e481bf9f95f0192f91
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.38.0 (2024-07-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.37.0 (2024-07-02)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.37.0
1
+ 1.38.0
@@ -742,7 +742,7 @@ module Aws::LexRuntimeV2
742
742
  http_response: Seahorse::Client::Http::AsyncResponse.new,
743
743
  config: config)
744
744
  context[:gem_name] = 'aws-sdk-lexruntimev2'
745
- context[:gem_version] = '1.37.0'
745
+ context[:gem_version] = '1.38.0'
746
746
  Seahorse::Client::Request.new(handlers, context)
747
747
  end
748
748
 
@@ -1206,7 +1206,7 @@ module Aws::LexRuntimeV2
1206
1206
  params: params,
1207
1207
  config: config)
1208
1208
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1209
- context[:gem_version] = '1.37.0'
1209
+ context[:gem_version] = '1.38.0'
1210
1210
  Seahorse::Client::Request.new(handlers, context)
1211
1211
  end
1212
1212
 
@@ -58,7 +58,7 @@ module Aws::LexRuntimeV2
58
58
  :name,
59
59
  :time_to_live,
60
60
  :context_attributes)
61
- SENSITIVE = []
61
+ SENSITIVE = [:context_attributes]
62
62
  include Aws::Structure
63
63
  end
64
64
 
@@ -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.37.0'
57
+ GEM_VERSION = '1.38.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.37.0
4
+ version: 1.38.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-07-02 00:00:00.000000000 Z
11
+ date: 2024-07-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core