aws-sdk-polly 1.121.0 → 1.122.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: 0641e2a2eb36071013ccb5da4e9f665cfaefea81019fc2e827f6683e02f86d39
4
- data.tar.gz: e2739ed6b54ef853898298d189c8530dcec0b5b351f9042ad9f8bb5aa7d66c53
3
+ metadata.gz: a7a0158ace5a73c3d76ac2da6a84a8d2bac9fcb889dd47e944dddfc5bfe7d6e4
4
+ data.tar.gz: f9e18c3fdb5424cbafdf43602216229be13c162fb287c6d951b1b69d1e84bced
5
5
  SHA512:
6
- metadata.gz: 1314af9e90ba9afd3c66b7011ec8e76a4b9fed7c6f3002d3794d0be0d3eff218205b2611d5b28c9a4bbe69ebe49dc6da762bac1bbb6a07cef90934ff64c1f305
7
- data.tar.gz: aede0cfc8215d71f59fb0ae8cf9057937dc7cd55decdcb9c4e102b55b27f459ba090eb1855c3df20e443101e64557414ba864c6ca4695439b8e760a3691d49d0
6
+ metadata.gz: ba6154ac8cb7d4040ca9d99c596780e11587b8cd506345205ff33e0b4aa284088d984f633abfa8b632d4989e95436e1e21f68270fc85aa68ce03c3c34e142fca
7
+ data.tar.gz: 40998ba663f5c4e5649f28235c57dd4e1e289e632e369f5604c9cd9cea5a1b352bd06c631630d8a13d7c3582a330942e42a1bacf328dc44c129f13467484ff37
data/CHANGELOG.md CHANGED
@@ -1,6 +1,11 @@
1
1
  Unreleased Changes
2
2
  ------------------
3
3
 
4
+ 1.122.0 (2026-03-19)
5
+ ------------------
6
+
7
+ * Feature - Added bi-directional streaming functionality through a new API, StartSpeechSynthesisStream. This API allows streaming input text through inbound events and receiving audio as part of an output stream simultaneously.
8
+
4
9
  1.121.0 (2026-03-18)
5
10
  ------------------
6
11
 
data/VERSION CHANGED
@@ -1 +1 @@
1
- 1.121.0
1
+ 1.122.0