aws-sdk-connect 1.259.0 → 1.261.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 +529 -11
- data/lib/aws-sdk-connect/client_api.rb +261 -0
- data/lib/aws-sdk-connect/types.rb +770 -23
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +105 -11
- data/sig/params.rbs +80 -6
- data/sig/types.rbs +192 -4
- 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: 76c8fedd0dbf5cc265b4b8b6eb5914be1ed4639dd0ff40cb50e6bd372c72048e
|
|
4
|
+
data.tar.gz: 76679916abed9570098093834424d8c7927680ebc3e56f22ac7e8d6bf413130b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 15b879edfce25db29b6bd5d058776eee8864f961c34defdec0dc112960e3b453167f61a4b43b22b63a346f5c19adc60d7ffada0f0a17387238f4e27e7dfd43a8
|
|
7
|
+
data.tar.gz: 6baf8ae203f9cebb9a39508f4f9d1b632bdac899c0d611a935ab90e5fabd041e8a24213379eea9ff2d615f02268b08df8271e1b2be567f65024223b9603bd575
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.261.0 (2026-06-30)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Connect - Added CreateAttachedFile and StartContactConversationalAnalyticsJob APIs to import call recordings and run conversational analytics.
|
|
8
|
+
|
|
9
|
+
1.260.0 (2026-06-19)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - This is the release for point based scoring system and the evaluation form validation project
|
|
13
|
+
|
|
4
14
|
1.259.0 (2026-06-03)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.261.0
|