aws-sdk-lexruntimev2 1.35.0 → 1.36.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: d96a4cd4feffa08b7b58b09b8340bb46fa35b6af2ddfe3505dceaa3f17bf9eef
4
- data.tar.gz: 5485d801c15837bc70b12f34024be51607468da463d1a5192946c9a2d06e5bd7
3
+ metadata.gz: fbf207df9449bb9052b26a05674127fe4ddd7b4430d070de7a67daad879c21e4
4
+ data.tar.gz: e7310e94cc9cacc7aa288c2898b0671f2151b7152e2060fcbf2da6356b6aeb63
5
5
  SHA512:
6
- metadata.gz: 1bbe26aca10d812c1109d1745876d15c6875212b881e71a95c95f56ef637505bb93a7eb56af80a8c88e094dac3aac60292aebcb6ba49bd29304097df60bb4f78
7
- data.tar.gz: f14c8368d17dbc9344a43e265611b3a6cb982cbe64c55ee8db851d35b8f2916be4fb362f7ee849173d36ce1f2f7faedf02864a66101c9b1dd100d432e1e4b486
6
+ metadata.gz: ab68af0b41acc4181f19fdcbf003a463066f69c6176a24981b48b6b60145c9b4843db2f3d04ead0611e169b0a8ec79a44173b34452e154bcb40e26d5668c1066
7
+ data.tar.gz: 665795f5225ebd1f6b8261408630a04b1d86c6ffa10da26c3b18df6edb84bcee8580f868139fb7b1e498b2e11ff1f7702c166662001da4785228bae796d6e987
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.36.0 (2024-06-28)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.35.0 (2024-06-25)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.35.0
1
+ 1.36.0
@@ -733,7 +733,7 @@ module Aws::LexRuntimeV2
733
733
  http_response: Seahorse::Client::Http::AsyncResponse.new,
734
734
  config: config)
735
735
  context[:gem_name] = 'aws-sdk-lexruntimev2'
736
- context[:gem_version] = '1.35.0'
736
+ context[:gem_version] = '1.36.0'
737
737
  Seahorse::Client::Request.new(handlers, context)
738
738
  end
739
739
 
@@ -1197,7 +1197,7 @@ module Aws::LexRuntimeV2
1197
1197
  params: params,
1198
1198
  config: config)
1199
1199
  context[:gem_name] = 'aws-sdk-lexruntimev2'
1200
- context[:gem_version] = '1.35.0'
1200
+ context[:gem_version] = '1.36.0'
1201
1201
  Seahorse::Client::Request.new(handlers, context)
1202
1202
  end
1203
1203
 
@@ -458,10 +458,12 @@ module Aws::LexRuntimeV2
458
458
 
459
459
  api.metadata = {
460
460
  "apiVersion" => "2020-08-07",
461
+ "auth" => ["aws.auth#sigv4"],
461
462
  "endpointPrefix" => "runtime-v2-lex",
462
463
  "jsonVersion" => "1.1",
463
464
  "protocol" => "rest-json",
464
465
  "protocolSettings" => {"h2"=>"eventstream"},
466
+ "protocols" => ["rest-json"],
465
467
  "serviceAbbreviation" => "Lex Runtime V2",
466
468
  "serviceFullName" => "Amazon Lex Runtime V2",
467
469
  "serviceId" => "Lex Runtime V2",
@@ -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.35.0'
57
+ GEM_VERSION = '1.36.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.35.0
4
+ version: 1.36.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-06-25 00:00:00.000000000 Z
11
+ date: 2024-06-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core