aws-sdk-connect 1.255.0 → 1.256.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 +5 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +821 -807
- data/lib/aws-sdk-connect/types.rb +657 -649
- data/lib/aws-sdk-connect.rb +1 -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: '08299d33a36bb5331032df9704f23c0555da1a7c4634b40f5287d739629d6712'
|
|
4
|
+
data.tar.gz: 2fc2a0296870373bcc1ac65dd04019021ca19609b42d64307501727216852f4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: e3a63a6b6b2f34446eba37611e587e154960bd8dff07aa69487afdbd7db435d32c5bad4f89919996fc7e7481f16256667082e8212e0703d4aa92200692029986
|
|
7
|
+
data.tar.gz: ccc7887863e589140f6f9d72e134052837dd74dbacabc2bf4450ff845a1fe01e533eee51dc0a84f28cc8f19165fd5e17ee744374ab4edb19bd820a4b12b32d39
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,11 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.256.0 (2026-05-18)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Amazon Connect Cases now supports SLA durations of up to 2 years (1,051,200 minutes), increased from the previous maximum of 90 days (129,600 minutes). This enables you to track long-running service level agreements for cases that require extended resolution timelines.
|
|
8
|
+
|
|
4
9
|
1.255.0 (2026-05-13)
|
|
5
10
|
------------------
|
|
6
11
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.256.0
|