aws-sdk-lex 1.72.0 → 1.73.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: 9d54e0160fa48a4dae5f4fa903dec8677cedf3ea7ea5a54b70e6689603b68eae
4
- data.tar.gz: 4e91284a167005ada5827774e40ceeb4ca6369baeb49b4413e4d518e42601c6f
3
+ metadata.gz: '07845d3875aaf8a42520406ca92f1c9860f694ba3a1c0179ad7c4a5560c0c743'
4
+ data.tar.gz: 5561dcf461c201ab2844eb91c278f83251aa41243e3bbca92f16b5ef3010f9ed
5
5
  SHA512:
6
- metadata.gz: e5d88976c27e03f1c6049df683951e8da60451e9624aacab5922658961aa2c63b5fd5bd8304ff6d282daef54f8c5f36e93b81d083cc7f7d0ca8a2e5d92501817
7
- data.tar.gz: 502dfdfa8424698d1d3b3c2df4f0b19e711d12b1d6a36cc685a2c78025a032297925b7a5c07d387cdb91bfee98166f9c5ec641089c12e3ad90b424260034f942
6
+ metadata.gz: 20d2730c7ac00d90a40fe141906fb910562d396977b151b446e1e1a6c0953d0905315b453ac5b6cf045756cda55c3bd54ba090c27b93d171a9931d081b65de7e
7
+ data.tar.gz: 7eb3adbea8c7f17e51f242bda1170398bc19cac9bad2860d2b89edf59100a85622063409b0666e5d3655dda8d810f32dc2e1bfd207fdd00e3650a1b8fe6b8abb
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.73.0 (2024-11-18)
5
+ ------------------
6
+
7
+ * Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
8
+
4
9
  1.72.0 (2024-10-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.72.0
1
+ 1.73.0
@@ -608,7 +608,6 @@ module Aws::Lex
608
608
  #
609
609
  # * `x-amz-lex-slots` header set to a map of slots configured for the
610
610
  # intent with their current values
611
- #
612
611
  # * If the message is a confirmation prompt, the
613
612
  # `x-amz-lex-dialog-state` header is set to `Confirmation` and the
614
613
  # `x-amz-lex-slot-to-elicit` header is omitted.
@@ -713,14 +712,12 @@ module Aws::Lex
713
712
  #
714
713
  # * audio/lpcm; sample-rate=8000; sample-size-bits=16;
715
714
  # channel-count=1; is-big-endian=false
716
- #
717
715
  # * Opus format
718
716
  #
719
717
  # * audio/x-cbr-opus-with-preamble; preamble-size=0; bit-rate=256000;
720
718
  # frame-size-milliseconds=4
721
719
  #
722
720
  # ^
723
- #
724
721
  # * Text format
725
722
  #
726
723
  # * text/plain; charset=utf-8
@@ -885,7 +882,6 @@ module Aws::Lex
885
882
  #
886
883
  # * `slots` set to a map of slots, configured for the intent, with
887
884
  # currently known values
888
- #
889
885
  # * If the message is a confirmation prompt, the `dialogState` is set to
890
886
  # ConfirmIntent and `SlotToElicit` is set to null.
891
887
  #
@@ -1253,7 +1249,7 @@ module Aws::Lex
1253
1249
  tracer: tracer
1254
1250
  )
1255
1251
  context[:gem_name] = 'aws-sdk-lex'
1256
- context[:gem_version] = '1.72.0'
1252
+ context[:gem_version] = '1.73.0'
1257
1253
  Seahorse::Client::Request.new(handlers, context)
1258
1254
  end
1259
1255
 
@@ -664,14 +664,12 @@ module Aws::Lex
664
664
  #
665
665
  # * audio/lpcm; sample-rate=8000; sample-size-bits=16;
666
666
  # channel-count=1; is-big-endian=false
667
- #
668
667
  # * Opus format
669
668
  #
670
669
  # * audio/x-cbr-opus-with-preamble; preamble-size=0;
671
670
  # bit-rate=256000; frame-size-milliseconds=4
672
671
  #
673
672
  # ^
674
- #
675
673
  # * Text format
676
674
  #
677
675
  # * text/plain; charset=utf-8
data/lib/aws-sdk-lex.rb CHANGED
@@ -54,7 +54,7 @@ module Aws::Lex
54
54
  autoload :EndpointProvider, 'aws-sdk-lex/endpoint_provider'
55
55
  autoload :Endpoints, 'aws-sdk-lex/endpoints'
56
56
 
57
- GEM_VERSION = '1.72.0'
57
+ GEM_VERSION = '1.73.0'
58
58
 
59
59
  end
60
60
 
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.72.0
4
+ version: 1.73.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-10-18 00:00:00.000000000 Z
11
+ date: 2024-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: aws-sdk-core