aws-sdk-connect 1.47.0 → 1.51.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: 745be7eadeb5df03344c03dfa29c9f598551127a2e978fcac2bd7bce9afe2faf
|
4
|
+
data.tar.gz: 7e16d27ed1a788c4377e7a05ffa996eeb1cd3136e114945bb9965aca25ace7f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 9dc8c35db6590c6b35552ab43822248bf687239e4a875abf5f7df8a2370e839d1f73e3c54eba983c57601c5d03a976fd080955120d0460461c6782fdfa22fc01
|
7
|
+
data.tar.gz: c341245f0a1f5e0e65728774eee3feb2aaff4170b6fed4c6bdf12623790ca9b7c0a09c039dd5f9d797ea441db9846935cd90e312538df325c0df4f204a374b1c
|
data/CHANGELOG.md
CHANGED
@@ -1,6 +1,26 @@
|
|
1
1
|
Unreleased Changes
|
2
2
|
------------------
|
3
3
|
|
4
|
+
1.51.0 (2021-09-27)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* 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.
|
8
|
+
|
9
|
+
1.50.0 (2021-09-01)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
13
|
+
|
14
|
+
1.49.0 (2021-08-06)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - This release adds support for agent status and hours of operation. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
18
|
+
|
19
|
+
1.48.0 (2021-07-30)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
23
|
+
|
4
24
|
1.47.0 (2021-07-28)
|
5
25
|
------------------
|
6
26
|
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.
|
1
|
+
1.51.0
|