aws-sdk-connect 1.240.0 → 1.242.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 +737 -8
- data/lib/aws-sdk-connect/client_api.rb +371 -3
- data/lib/aws-sdk-connect/types.rb +918 -3
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +228 -3
- data/sig/types.rbs +223 -1
- 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: 89b6b72d5d2858f44f926d91b8411ff376b71edcb1f6192c589d83222b7bc71e
|
|
4
|
+
data.tar.gz: bb95642a1aa5a98253787b7ba0f532f9cd1729753424c497b2c5683411283176
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 4663baa0b48f91653e51ea126b446fca02b7706e0f4080ae4746d6c1e1347c9fd4f7bd937915ac31cf0fea1289988b4b630e47eb594de94742b9c3efb4eb0d0d
|
|
7
|
+
data.tar.gz: e452b1b0d2fd53638e3201d3869482eb02ed46e275dd1817657fbe8d4f3d4ea717585447aef226f1964e6ec688427f31da76eb670f442d77d964c478a9613405
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.242.0 (2026-02-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - API release for headerr notifications in the admin website. APIs allow customers to publish brief messages (including URLs) to a specified audience, and a new header icon will indicate when unread messages are available.
|
|
8
|
+
|
|
9
|
+
1.241.0 (2026-02-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Amazon Connect now supports per-channel auto-accept and After Contact Work (ACW) timeouts. Configure agents with auto-accept and ACW timeout settings for chat, tasks, emails, and callbacks. Use the new UpdateUserConfig API to manage these settings.
|
|
13
|
+
|
|
4
14
|
1.240.0 (2026-01-30)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.242.0
|