aws-sdk-connect 1.167.0 → 1.169.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 +534 -139
- data/lib/aws-sdk-connect/client_api.rb +146 -0
- data/lib/aws-sdk-connect/endpoints.rb +28 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +4 -0
- data/lib/aws-sdk-connect/types.rb +701 -167
- data/lib/aws-sdk-connect.rb +1 -1
- data/sig/client.rbs +125 -1
- data/sig/types.rbs +100 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 571927d3a80f9baeafbe3919d42d21544b87feaf349d59bb44629dbddf390ecd
|
4
|
+
data.tar.gz: 4240f21398e93603d989e13b6cfd7194fd1df580613298cec7ebe559415478f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cb1c6b21c6318fb2008dcd1a76b920c47b9650e9460f0ef680e1a3249642e5f1ded283aeebae6340025191b3c687b4489ee17f87574e635c0e19c9451c2b37a4
|
7
|
+
data.tar.gz: 054e5ccea9058caf387f66ddd1e4f9c7f4ae113b663e9062a345fc84eaf8d61ab8c613817daa8beca4e048194abfcaedd9e3d89c6797e4a6bc6178a3a7866581
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.169.0 (2024-07-23)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Added PostContactSummary segment type on ListRealTimeContactAnalysisSegmentsV2 API
|
8
|
+
|
9
|
+
1.168.0 (2024-07-18)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Amazon Connect expands search API coverage for additional resources. Search for hierarchy groups by name, ID, tag, or other criteria (new endpoint). Search for agent statuses by name, ID, tag, or other criteria (new endpoint). Search for users by their assigned proficiencies (enhanced endpoint)
|
13
|
+
|
4
14
|
1.167.0 (2024-07-02)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.169.0
|