aws-sdk-connect 1.56.0 → 1.60.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +558 -17
- data/lib/aws-sdk-connect/client_api.rb +393 -0
- data/lib/aws-sdk-connect/errors.rb +32 -0
- data/lib/aws-sdk-connect/types.rb +886 -12
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +4 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 128638f80465050f5518b9145ac4b5abb19be6f070ac908fc6758e85a3fc4267
|
4
|
+
data.tar.gz: 447ee19b649bacc1eeb45422a492f1ffe361411a290ed1215f3a8fd19fe544c8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: efdffe9824433a43c6b4ce5ead5ec0cdbbe583be67b6c3a0accd242720c096e18449d57ad7a32d7e38e45dc14aeeef104d5233cdc453e89da136bf637296745a
|
7
|
+
data.tar.gz: 9d27c7e4f45fb1266702d4635b73657dffe8f2768d336e0de826eba5ee66449ed0d863e66c6a8444b5e77a98502bec8f8188effdd8ae4d3119ab525c950e4521
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.60.0 (2021-12-21)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.59.0 (2021-11-30)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.58.0 (2021-11-22)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds support for UpdateContactFlowMetadata, DeleteContactFlow and module APIs. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
18
|
+
|
19
|
+
1.57.0 (2021-11-12)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds APIs for creating and managing scheduled tasks. Additionally, adds APIs to describe and update a contact and list associated references.
|
23
|
+
|
4
24
|
1.56.0 (2021-11-04)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.60.0
|