aws-sdk-connect 1.204.0 → 1.206.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 +279 -141
- data/lib/aws-sdk-connect/client_api.rb +33 -0
- data/lib/aws-sdk-connect/types.rb +392 -148
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +1 -1
- data/sig/types.rbs +34 -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: 35bcd121540c0f93e903602302b096cc8b5ae3764495dac5c479e1b7733ede10
|
4
|
+
data.tar.gz: 9c7208c9bcb1f4fc1412d09af84a7f2ffd6a9f3382363b820ed82a65ba5ee074
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5075fac512c0fa6702713fc5049c5930045930bbac3f017b89cf94c449ef6fce5681738682a9013913a62489f9fecf9f900c36f19ef468ce9bf46af0d05009f1
|
7
|
+
data.tar.gz: d2d287e971fecd5b3471a05b5b66ca4dd8cd1ed3a44d80906c165ef0e969b273ac0548b909c721e4c96c0cd661854139edf1452c43f4eca27a51b3663f451464
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.206.0 (2025-06-30)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release introduces ChatMetrics to the model, providing comprehensive analytics insights for Amazon Connect chat conversations. Users can access these detailed metrics through the AWS Connect API by using the DescribeContact operation with their specific instance and contact IDs
|
8
|
+
|
9
|
+
1.205.0 (2025-06-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds the following value to an InitiateAs enum: COMPLETED
|
13
|
+
|
4
14
|
1.204.0 (2025-06-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.206.0
|