aws-sdk-connect 1.269.0 → 1.271.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 +713 -5
- data/lib/aws-sdk-connect/client_api.rb +375 -0
- data/lib/aws-sdk-connect/types.rb +928 -5
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +129 -1
- data/sig/params.rbs +74 -0
- data/sig/types.rbs +219 -0
- 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: 4151ed6a1ce93fbb407962b68a89378f92512e1494edb65c4da114fdcb9674a8
|
|
4
|
+
data.tar.gz: c23b253c8108a659a2d2c7ce180184bb8bac2cdfcc3a444d7769895d1a37cc8b
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6d73b0b9f82627dec9310ab8ecf253966a2764408fa442ccd5decc4bcd460cb55666fbb544901793052eada624a1b049a49d9138893a8afaea60f4366de1a966
|
|
7
|
+
data.tar.gz: ae484effe1a5ba9318fcd5b33f9a2767424327575ff37ae6f99d4eb3dd15bcc856abc20ca4b95a3eb9f7fa33a47ad17baf1f70fa41a80e6873524e47914bd177
|
data/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,16 @@
|
|
|
1
1
|
Unreleased Changes
|
|
2
2
|
------------------
|
|
3
3
|
|
|
4
|
+
1.271.0 (2026-08-13)
|
|
5
|
+
------------------
|
|
6
|
+
|
|
7
|
+
* Feature - Adds the StartAssistantContact API to start chat contacts handled by an AI agent. Adds SegmentAttributes to StartWebRTCContact, and corrects its error response to now receive AccessDeniedException (previously returned as an internal server error due to a missing error declaration).
|
|
8
|
+
|
|
9
|
+
1.270.0 (2026-08-11)
|
|
10
|
+
------------------
|
|
11
|
+
|
|
12
|
+
* 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.
|
|
13
|
+
|
|
4
14
|
1.269.0 (2026-08-10)
|
|
5
15
|
------------------
|
|
6
16
|
|
data/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
1.
|
|
1
|
+
1.271.0
|