aws-sdk-connect 1.71.0 → 1.74.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +611 -13
- data/lib/aws-sdk-connect/client_api.rb +419 -1
- data/lib/aws-sdk-connect/errors.rb +21 -0
- data/lib/aws-sdk-connect/types.rb +1428 -24
- 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: 755ef8bae3d5091563d167a4b7b07078d13de85a9505e39bbbc24e9b1ba1a45d
|
4
|
+
data.tar.gz: d74aad4ccfee8ddec24e12b55a6d2f1457fe6f52f66d7dde97a863395a7cfeee
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: c38d782ab37514f2b008fb1ccdbf26dda0a9cf02acf2dda90c5cca6ec936cb430e127737d400f296b7ef4882e8d1be0483f09bede16059877b74253866d57297
|
7
|
+
data.tar.gz: 3ce3c5427048ed918badacaebdca3b25603d7b70a743acc41045ec96faed81ab8682ed9f02d2d608ac1a61e1b51f47462841902e8c1d7e0dfe033b3c8aa53965
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.74.0 (2022-06-17)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release updates these APIs: UpdateInstanceAttribute, DescribeInstanceAttribute and ListInstanceAttributes. You can use it to programmatically enable/disable High volume outbound communications using attribute type HIGH_VOLUME_OUTBOUND on the specified Amazon Connect instance.
|
8
|
+
|
9
|
+
1.73.0 (2022-06-06)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.
|
13
|
+
|
14
|
+
1.72.0 (2022-06-02)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds the following features: 1) New APIs to manage (create, list, update) task template resources, 2) Updates to startTaskContact API to support task templates, and 3) new TransferContact API to programmatically transfer in-progress tasks via a contact flow.
|
18
|
+
|
4
19
|
1.71.0 (2022-04-28)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.74.0
|