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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 34db8560c57988395b035ef80e9ea5b56675b5a89d630d6840cfa79a5f23b449
4
- data.tar.gz: 32378f74df465824fb66fc400ded1826bad6ebadb5bbacebbeb567044a3bbab8
3
+ metadata.gz: 755ef8bae3d5091563d167a4b7b07078d13de85a9505e39bbbc24e9b1ba1a45d
4
+ data.tar.gz: d74aad4ccfee8ddec24e12b55a6d2f1457fe6f52f66d7dde97a863395a7cfeee
5
5
  SHA512:
6
- metadata.gz: 18f53eb7a3c632553a4a1a256d6072fc6ad9bd5086c68662f03788462cfda2ec5d7db7cea067b56c07be4dd2503d4589444624f7175f83d2a13cf82e71939e0b
7
- data.tar.gz: 561baeeb267dfddda7833bf65b8b8a541f623111e668537fff808e5797f7ddf2c4fe517e61fafd723c409c4509d44da8cb98880d28d00b8e4b397437f9f10e14
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.71.0
1
+ 1.74.0