aws-sdk-connect 1.268.0 → 1.270.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 +568 -8
- data/lib/aws-sdk-connect/client_api.rb +337 -0
- data/lib/aws-sdk-connect/types.rb +782 -0
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +99 -2
- data/sig/params.rbs +74 -0
- data/sig/types.rbs +195 -2
- 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: f99f40bd0a180018843111405c3713cc44ac4e5a7d637011382d2df3aa0e6041
|
|
4
|
+
data.tar.gz: 8901cfc8df0a7c4a6bad81e76cefa9f7ddf5199691dfa41b96a8b609e030a07d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ed27750ae82550e627e0609067def7f067c05f0ace1455257731d8a575234b32574cd92c6fdb393eb875bd117990ef41f9b830f38cd7116fd8645ff9bc87a34f
|
|
7
|
+
data.tar.gz: c316f22e8c2138a80eca09df797e4c2e1452e3cc71adee176b2e11a49b5f0e763be331ee3247954ac25a6e61bebcdfe76c2dd5437d27957eb244c39b58796610
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.270.0 (2026-08-11)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Seven new APIs for managing custom metrics, including create, describe, update, and delete. Using Custom Metrics, customers of Amazon Connect Customer can tailor analytics dashboards to their needs by applying custom thresholds, filters, and calculations to one or more out of the box measurements.
|
|
8
|
+
|
|
9
|
+
1.269.0 (2026-08-10)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* Feature - Added Malay language option to use AI to automatically fill evaluation forms in Malay
|
|
13
|
+
|
|
4
14
|
1.268.0 (2026-08-07)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.270.0
|