aws-sdk-connect 1.48.0 → 1.52.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 +20 -0
- data/VERSION +1 -1
- data/lib/aws-sdk-connect/client.rb +430 -29
- data/lib/aws-sdk-connect/client_api.rb +231 -10
- data/lib/aws-sdk-connect/types.rb +588 -21
- data/lib/aws-sdk-connect.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7525800275879afdb7574a273a72b38846da9948d557da74da333c4189bb53bf
|
4
|
+
data.tar.gz: f39f133f72c14369fe391302294878be108ac7504078cdc756bad1f0a5356fbc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 74e0ad9eb4b81dd741acea7b1746c106fe7c15f0fea2ebfa93fcc91d3fa54d28dee4ead816b2633a39d115e1ed2973d3fbe6a198f1dc6a7c6c304ad6fe790003
|
7
|
+
data.tar.gz: 6b0d154fe8fe0cda59e48b73e0b7ed4165612e853a50c35eb4b56c8faa41554855ae39090d4d1bfed35efd7dd313b7408086a3f204ae55eb938a2ab053f7ba01
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.52.0 (2021-10-18)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
8
|
+
|
9
|
+
1.51.0 (2021-09-27)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - This release updates a set of APIs: CreateIntegrationAssociation, ListIntegrationAssociations, CreateUseCase, and StartOutboundVoiceContact. You can use it to create integrations with Amazon Pinpoint for the Amazon Connect Campaigns use case, Amazon Connect Voice ID, and Amazon Connect Wisdom.
|
13
|
+
|
14
|
+
1.50.0 (2021-09-01)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.49.0 (2021-08-06)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - This release adds support for agent status and hours of operation. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
23
|
+
|
4
24
|
1.48.0 (2021-07-30)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.52.0
|