aws-sdk-connect 1.72.0 → 1.75.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 +15 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +380 -155
- data/lib/aws-sdk-connect/client_api.rb +162 -0
- data/lib/aws-sdk-connect/types.rb +819 -155
- 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: be9ca5c6be893d5686c3b4d753111ce023318a7ae2c0f76a55d5def1b6644ee1
|
4
|
+
data.tar.gz: 68d36c000db78ec8e327ceb742263c8cbb488922a4399c7d49b72d22876f289a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ebdcad22825029d43d305adb724338df7ccf5ff40093fb5d8851f36c7845bcbdf1b39d89e09e8c37d08b745c68efb38d7ce7267ceeb7e644b9f7b0fae7911ef3
|
7
|
+
data.tar.gz: fddc6ef37153a39e51bdedb1738da28bf5235b3684dc1388119db22424c9bb2718449b1c0ccd2b21bb6d6925a1a7b52b1ab0f577b52054883560a60e55466786
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,21 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.75.0 (2022-08-19)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - This release adds SearchSecurityProfiles API which can be used to search for Security Profile resources within a Connect Instance.
|
8
|
+
|
9
|
+
1.74.0 (2022-06-17)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* 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.
|
13
|
+
|
14
|
+
1.73.0 (2022-06-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds a new API, GetCurrentUserData, which returns real-time details about users' current activity.
|
18
|
+
|
4
19
|
1.72.0 (2022-06-02)
|
5
20
|
------------------
|
6
21
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.75.0
|