aws-sdk-connect 1.143.0 → 1.145.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +10 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +793 -13
- data/lib/aws-sdk-connect/client_api.rb +576 -0
- data/lib/aws-sdk-connect/endpoints.rb +196 -0
- data/lib/aws-sdk-connect/errors.rb +16 -0
- data/lib/aws-sdk-connect/plugins/endpoints.rb +28 -0
- data/lib/aws-sdk-connect/types.rb +1223 -12
- data/lib/aws-sdk-connect.rb +1 -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: 4757929bb78a129376a398e0fab6ba87330ec36dd7ba1f1c2f25771770cc871c
|
4
|
+
data.tar.gz: a9130235f3ad200a8563d39c37dd49e96a45e33ada73e8c202ea4f9dd77e765c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0fe03230d35d7d3762d3c1d067558b02c330314bbb18122a84ea90de1c4fe3193c69c55be6274187eeefbd8de220f66d82aa945978acb90ab26e93b3a353f6d9
|
7
|
+
data.tar.gz: f3fe3b033c95ecaf1b7c97dde9798c8331ed386f9acc64c5453ff19f15d6c118fed9414957fdd286cb1d673271206cfbd62b5abccd3337bec3428613db1db0e0
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,16 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.145.0 (2023-12-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
|
8
|
+
|
9
|
+
1.144.0 (2023-12-15)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Adds relatedContactId field to StartOutboundVoiceContact API input. Introduces PauseContact API and ResumeContact API for Task contacts. Adds pause duration, number of pauses, timestamps for last paused and resumed events to DescribeContact API response. Adds new Rule type and new Rule action.
|
13
|
+
|
4
14
|
1.143.0 (2023-12-14)
|
5
15
|
------------------
|
6
16
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.145.0
|