aws-sdk-connect 1.250.0 → 1.252.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 +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +357 -310
- data/lib/aws-sdk-connect/client_api.rb +4 -0
- data/lib/aws-sdk-connect/types.rb +359 -302
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +13 -13
- data/sig/types.rbs +14 -8
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 82ddc849a9d88d0af69a25c592525d49267e551615904fb3bcb1eb7099a2852e
|
|
4
|
+
data.tar.gz: 482f5c7c1d8ccf678c8cb2028ae82b7b935ee23b51d0356a51adfaeee42b27b3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4824a6025003894a28ff1e240d579ac0d4dabcd785b163f35f4ef114e271012ac1c77e27d1cf54f666ad3707d5a9917a1ab5f08c262ad65835b321de79b333f9
|
|
7
|
+
data.tar.gz: b679e1dc3d87d1ebf7c1e11a70b52daad5b4eabc2d8a733633b429640e55a357281245d6f2257d9a03e91ccf05519408801923204575da2edd0ba2855fd70cf2
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.252.0 (2026-04-16)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - This release updates the Amazon Connect Rules CRUD APIs to support a new EventSourceName - OnEmailAnalysisAvailable. Use this event source to trigger rules when conversational analytics results are available for email contacts.
|
|
8
|
+
|
|
9
|
+
1.251.0 (2026-04-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Conversational Analytics for Email
|
|
13
|
+
|
|
4
14
|
1.250.0 (2026-04-07)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.252.0
|