aws-sdk-connect 1.39.0 → 1.44.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 +233 -0
- data/LICENSE.txt +202 -0
- data/VERSION +1 -0
- data/lib/aws-sdk-connect.rb +2 -2
- data/lib/aws-sdk-connect/client.rb +71 -38
- data/lib/aws-sdk-connect/client_api.rb +4 -2
- data/lib/aws-sdk-connect/errors.rb +1 -1
- data/lib/aws-sdk-connect/resource.rb +1 -1
- data/lib/aws-sdk-connect/types.rb +37 -10
- metadata +11 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d16cb51cb332e7eb7b41fcd816454fc07475da61860fac58debc41c259055fe0
|
4
|
+
data.tar.gz: 2473f10a57bef02d91b56024d678f12e2539953e182311372bb760606f89696a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: deaaab80d73ab2017512dba80a29bc9fbacfb90433509ede026232f5d2896bb0fd5e2a43a0cb18fbf8fe79ff66957b2dcb6ba63f32bade88b8863141d789ddd8
|
7
|
+
data.tar.gz: 54d7e1e25d86d244b9ed5c8170f59b05f6389f5540387b2ec719add4686fb38537450c2c0b0733c95001ae44ebe829865f824c97f5bc98892bd029c85ed12c89
|
data/CHANGELOG.md
ADDED
@@ -0,0 +1,233 @@
|
|
1
|
+
Unreleased Changes
|
2
|
+
------------------
|
3
|
+
|
4
|
+
1.44.0 (2021-05-07)
|
5
|
+
------------------
|
6
|
+
|
7
|
+
* Feature - Adds tagging support for Connect APIs CreateIntegrationAssociation and CreateUseCase.
|
8
|
+
|
9
|
+
1.43.0 (2021-04-28)
|
10
|
+
------------------
|
11
|
+
|
12
|
+
* Feature - Updated max number of tags that can be attached from 200 to 50. MaxContacts is now an optional parameter for the UpdateQueueMaxContact API.
|
13
|
+
|
14
|
+
1.42.0 (2021-03-10)
|
15
|
+
------------------
|
16
|
+
|
17
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
18
|
+
|
19
|
+
1.41.0 (2021-02-23)
|
20
|
+
------------------
|
21
|
+
|
22
|
+
* Feature - Documentation updates for AWS Connect (MediaConcurrency Limit).
|
23
|
+
|
24
|
+
1.40.0 (2021-02-02)
|
25
|
+
------------------
|
26
|
+
|
27
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
28
|
+
|
29
|
+
1.39.0 (2021-01-29)
|
30
|
+
------------------
|
31
|
+
|
32
|
+
* Feature - Added API to manage queues or get hours of operation for a queue programmatically, which can be used to create new/update queues, or take actions when skills are outside of their hours of operation.
|
33
|
+
|
34
|
+
1.38.0 (2020-12-22)
|
35
|
+
------------------
|
36
|
+
|
37
|
+
* Feature - This release adds support for quick connects. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
38
|
+
|
39
|
+
1.37.0 (2020-12-01)
|
40
|
+
------------------
|
41
|
+
|
42
|
+
* Feature - This release adds an Amazon Connect API that provides the ability to create tasks, and a set of APIs (in preview) to configure AppIntegrations associations with Amazon Connect instances.
|
43
|
+
|
44
|
+
1.36.0 (2020-11-20)
|
45
|
+
------------------
|
46
|
+
|
47
|
+
* Feature - This release adds a set of Amazon Connect APIs to programmatically control instance creation, modification, description and deletion.
|
48
|
+
|
49
|
+
1.35.0 (2020-11-17)
|
50
|
+
------------------
|
51
|
+
|
52
|
+
* Feature - This release adds support for user hierarchy group and user hierarchy structure. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
53
|
+
|
54
|
+
1.34.0 (2020-09-30)
|
55
|
+
------------------
|
56
|
+
|
57
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
58
|
+
|
59
|
+
1.33.0 (2020-09-29)
|
60
|
+
------------------
|
61
|
+
|
62
|
+
* Feature - Update TagResource API documentation to include Contact Flows and Routing Profiles as supported resources.
|
63
|
+
|
64
|
+
1.32.0 (2020-09-16)
|
65
|
+
------------------
|
66
|
+
|
67
|
+
* Feature - This release adds support for contact flows and routing profiles. For details, see the Release Notes in the Amazon Connect Administrator Guide.
|
68
|
+
|
69
|
+
1.31.0 (2020-09-15)
|
70
|
+
------------------
|
71
|
+
|
72
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
73
|
+
|
74
|
+
1.30.0 (2020-08-25)
|
75
|
+
------------------
|
76
|
+
|
77
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
78
|
+
|
79
|
+
1.29.0 (2020-07-17)
|
80
|
+
------------------
|
81
|
+
|
82
|
+
* Feature - This release adds a set of Amazon Connect APIs to programmatically control call recording with start, stop, pause and resume functions.
|
83
|
+
|
84
|
+
1.28.0 (2020-07-02)
|
85
|
+
------------------
|
86
|
+
|
87
|
+
* Feature - Documentation updates for Amazon Connect.
|
88
|
+
|
89
|
+
1.27.0 (2020-06-23)
|
90
|
+
------------------
|
91
|
+
|
92
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
93
|
+
|
94
|
+
1.26.1 (2020-06-11)
|
95
|
+
------------------
|
96
|
+
|
97
|
+
* Issue - Republish previous version with correct dependency on `aws-sdk-core`.
|
98
|
+
|
99
|
+
1.26.0 (2020-06-10)
|
100
|
+
------------------
|
101
|
+
|
102
|
+
* Issue - This version has been yanked. (#2327).
|
103
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
104
|
+
|
105
|
+
1.25.0 (2020-05-28)
|
106
|
+
------------------
|
107
|
+
|
108
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
109
|
+
|
110
|
+
1.24.0 (2020-05-07)
|
111
|
+
------------------
|
112
|
+
|
113
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
114
|
+
|
115
|
+
1.23.0 (2020-03-09)
|
116
|
+
------------------
|
117
|
+
|
118
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
119
|
+
|
120
|
+
1.22.0 (2019-11-21)
|
121
|
+
------------------
|
122
|
+
|
123
|
+
* Feature - This release adds a new API: StartChatContact. You can use it to programmatically start a chat on the specified Amazon Connect instance. Learn more here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html
|
124
|
+
|
125
|
+
1.21.0 (2019-11-14)
|
126
|
+
------------------
|
127
|
+
|
128
|
+
* Feature - This release enhances the existing user management APIs and adds 3 new APIs - TagResource, UntagResource, and ListTagsForResource to support tagging Amazon Connect users, which facilitates more granular access controls for Amazon Connect users within an Amazon Connect instance. You can learn more about the new APIs here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html.
|
129
|
+
|
130
|
+
1.20.0 (2019-10-23)
|
131
|
+
------------------
|
132
|
+
|
133
|
+
* Feature - This release adds 4 new APIs ListQueues, ListPhoneNumbers, ListContactFlows, and ListHoursOfOperations, which can be used to programmatically list Queues, PhoneNumbers, ContactFlows, and HoursOfOperations configured for an Amazon Connect instance respectively. You can learn more about the new APIs here: https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html.
|
134
|
+
|
135
|
+
1.19.0 (2019-07-25)
|
136
|
+
------------------
|
137
|
+
|
138
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
139
|
+
|
140
|
+
1.18.0 (2019-07-01)
|
141
|
+
------------------
|
142
|
+
|
143
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
144
|
+
|
145
|
+
1.17.0 (2019-06-17)
|
146
|
+
------------------
|
147
|
+
|
148
|
+
* Feature - Code Generated Changes, see `./build_tools` or `aws-sdk-core`'s CHANGELOG.md for details.
|
149
|
+
|
150
|
+
1.16.0 (2019-05-21)
|
151
|
+
------------------
|
152
|
+
|
153
|
+
* Feature - API update.
|
154
|
+
|
155
|
+
1.15.0 (2019-05-15)
|
156
|
+
------------------
|
157
|
+
|
158
|
+
* Feature - API update.
|
159
|
+
|
160
|
+
1.14.0 (2019-05-14)
|
161
|
+
------------------
|
162
|
+
|
163
|
+
* Feature - API update.
|
164
|
+
|
165
|
+
1.13.0 (2019-03-21)
|
166
|
+
------------------
|
167
|
+
|
168
|
+
* Feature - API update.
|
169
|
+
|
170
|
+
1.12.0 (2019-03-18)
|
171
|
+
------------------
|
172
|
+
|
173
|
+
* Feature - API update.
|
174
|
+
|
175
|
+
1.11.0 (2019-03-14)
|
176
|
+
------------------
|
177
|
+
|
178
|
+
* Feature - API update.
|
179
|
+
|
180
|
+
1.10.0 (2018-12-11)
|
181
|
+
------------------
|
182
|
+
|
183
|
+
* Feature - API update.
|
184
|
+
|
185
|
+
1.9.0 (2018-11-20)
|
186
|
+
------------------
|
187
|
+
|
188
|
+
* Feature - API update.
|
189
|
+
|
190
|
+
1.8.0 (2018-10-24)
|
191
|
+
------------------
|
192
|
+
|
193
|
+
* Feature - API update.
|
194
|
+
|
195
|
+
1.7.0 (2018-10-23)
|
196
|
+
------------------
|
197
|
+
|
198
|
+
* Feature - API update.
|
199
|
+
|
200
|
+
1.6.0 (2018-09-24)
|
201
|
+
------------------
|
202
|
+
|
203
|
+
* Feature - API update.
|
204
|
+
|
205
|
+
1.5.0 (2018-09-12)
|
206
|
+
------------------
|
207
|
+
|
208
|
+
* Feature - API update.
|
209
|
+
|
210
|
+
1.4.0 (2018-09-06)
|
211
|
+
------------------
|
212
|
+
|
213
|
+
* Feature - Adds code paths and plugins for future SDK instrumentation and telemetry.
|
214
|
+
|
215
|
+
1.3.0 (2018-09-05)
|
216
|
+
------------------
|
217
|
+
|
218
|
+
* Feature - API update.
|
219
|
+
|
220
|
+
1.2.0 (2018-07-31)
|
221
|
+
------------------
|
222
|
+
|
223
|
+
* Feature - API update.
|
224
|
+
|
225
|
+
1.1.0 (2018-06-26)
|
226
|
+
------------------
|
227
|
+
|
228
|
+
* Feature - API update.
|
229
|
+
|
230
|
+
1.0.0 (2018-03-30)
|
231
|
+
------------------
|
232
|
+
|
233
|
+
* Feature - Initial release of `aws-sdk-connect`.
|
data/LICENSE.txt
ADDED
@@ -0,0 +1,202 @@
|
|
1
|
+
|
2
|
+
Apache License
|
3
|
+
Version 2.0, January 2004
|
4
|
+
http://www.apache.org/licenses/
|
5
|
+
|
6
|
+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
7
|
+
|
8
|
+
1. Definitions.
|
9
|
+
|
10
|
+
"License" shall mean the terms and conditions for use, reproduction,
|
11
|
+
and distribution as defined by Sections 1 through 9 of this document.
|
12
|
+
|
13
|
+
"Licensor" shall mean the copyright owner or entity authorized by
|
14
|
+
the copyright owner that is granting the License.
|
15
|
+
|
16
|
+
"Legal Entity" shall mean the union of the acting entity and all
|
17
|
+
other entities that control, are controlled by, or are under common
|
18
|
+
control with that entity. For the purposes of this definition,
|
19
|
+
"control" means (i) the power, direct or indirect, to cause the
|
20
|
+
direction or management of such entity, whether by contract or
|
21
|
+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
22
|
+
outstanding shares, or (iii) beneficial ownership of such entity.
|
23
|
+
|
24
|
+
"You" (or "Your") shall mean an individual or Legal Entity
|
25
|
+
exercising permissions granted by this License.
|
26
|
+
|
27
|
+
"Source" form shall mean the preferred form for making modifications,
|
28
|
+
including but not limited to software source code, documentation
|
29
|
+
source, and configuration files.
|
30
|
+
|
31
|
+
"Object" form shall mean any form resulting from mechanical
|
32
|
+
transformation or translation of a Source form, including but
|
33
|
+
not limited to compiled object code, generated documentation,
|
34
|
+
and conversions to other media types.
|
35
|
+
|
36
|
+
"Work" shall mean the work of authorship, whether in Source or
|
37
|
+
Object form, made available under the License, as indicated by a
|
38
|
+
copyright notice that is included in or attached to the work
|
39
|
+
(an example is provided in the Appendix below).
|
40
|
+
|
41
|
+
"Derivative Works" shall mean any work, whether in Source or Object
|
42
|
+
form, that is based on (or derived from) the Work and for which the
|
43
|
+
editorial revisions, annotations, elaborations, or other modifications
|
44
|
+
represent, as a whole, an original work of authorship. For the purposes
|
45
|
+
of this License, Derivative Works shall not include works that remain
|
46
|
+
separable from, or merely link (or bind by name) to the interfaces of,
|
47
|
+
the Work and Derivative Works thereof.
|
48
|
+
|
49
|
+
"Contribution" shall mean any work of authorship, including
|
50
|
+
the original version of the Work and any modifications or additions
|
51
|
+
to that Work or Derivative Works thereof, that is intentionally
|
52
|
+
submitted to Licensor for inclusion in the Work by the copyright owner
|
53
|
+
or by an individual or Legal Entity authorized to submit on behalf of
|
54
|
+
the copyright owner. For the purposes of this definition, "submitted"
|
55
|
+
means any form of electronic, verbal, or written communication sent
|
56
|
+
to the Licensor or its representatives, including but not limited to
|
57
|
+
communication on electronic mailing lists, source code control systems,
|
58
|
+
and issue tracking systems that are managed by, or on behalf of, the
|
59
|
+
Licensor for the purpose of discussing and improving the Work, but
|
60
|
+
excluding communication that is conspicuously marked or otherwise
|
61
|
+
designated in writing by the copyright owner as "Not a Contribution."
|
62
|
+
|
63
|
+
"Contributor" shall mean Licensor and any individual or Legal Entity
|
64
|
+
on behalf of whom a Contribution has been received by Licensor and
|
65
|
+
subsequently incorporated within the Work.
|
66
|
+
|
67
|
+
2. Grant of Copyright License. Subject to the terms and conditions of
|
68
|
+
this License, each Contributor hereby grants to You a perpetual,
|
69
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
70
|
+
copyright license to reproduce, prepare Derivative Works of,
|
71
|
+
publicly display, publicly perform, sublicense, and distribute the
|
72
|
+
Work and such Derivative Works in Source or Object form.
|
73
|
+
|
74
|
+
3. Grant of Patent License. Subject to the terms and conditions of
|
75
|
+
this License, each Contributor hereby grants to You a perpetual,
|
76
|
+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
77
|
+
(except as stated in this section) patent license to make, have made,
|
78
|
+
use, offer to sell, sell, import, and otherwise transfer the Work,
|
79
|
+
where such license applies only to those patent claims licensable
|
80
|
+
by such Contributor that are necessarily infringed by their
|
81
|
+
Contribution(s) alone or by combination of their Contribution(s)
|
82
|
+
with the Work to which such Contribution(s) was submitted. If You
|
83
|
+
institute patent litigation against any entity (including a
|
84
|
+
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
85
|
+
or a Contribution incorporated within the Work constitutes direct
|
86
|
+
or contributory patent infringement, then any patent licenses
|
87
|
+
granted to You under this License for that Work shall terminate
|
88
|
+
as of the date such litigation is filed.
|
89
|
+
|
90
|
+
4. Redistribution. You may reproduce and distribute copies of the
|
91
|
+
Work or Derivative Works thereof in any medium, with or without
|
92
|
+
modifications, and in Source or Object form, provided that You
|
93
|
+
meet the following conditions:
|
94
|
+
|
95
|
+
(a) You must give any other recipients of the Work or
|
96
|
+
Derivative Works a copy of this License; and
|
97
|
+
|
98
|
+
(b) You must cause any modified files to carry prominent notices
|
99
|
+
stating that You changed the files; and
|
100
|
+
|
101
|
+
(c) You must retain, in the Source form of any Derivative Works
|
102
|
+
that You distribute, all copyright, patent, trademark, and
|
103
|
+
attribution notices from the Source form of the Work,
|
104
|
+
excluding those notices that do not pertain to any part of
|
105
|
+
the Derivative Works; and
|
106
|
+
|
107
|
+
(d) If the Work includes a "NOTICE" text file as part of its
|
108
|
+
distribution, then any Derivative Works that You distribute must
|
109
|
+
include a readable copy of the attribution notices contained
|
110
|
+
within such NOTICE file, excluding those notices that do not
|
111
|
+
pertain to any part of the Derivative Works, in at least one
|
112
|
+
of the following places: within a NOTICE text file distributed
|
113
|
+
as part of the Derivative Works; within the Source form or
|
114
|
+
documentation, if provided along with the Derivative Works; or,
|
115
|
+
within a display generated by the Derivative Works, if and
|
116
|
+
wherever such third-party notices normally appear. The contents
|
117
|
+
of the NOTICE file are for informational purposes only and
|
118
|
+
do not modify the License. You may add Your own attribution
|
119
|
+
notices within Derivative Works that You distribute, alongside
|
120
|
+
or as an addendum to the NOTICE text from the Work, provided
|
121
|
+
that such additional attribution notices cannot be construed
|
122
|
+
as modifying the License.
|
123
|
+
|
124
|
+
You may add Your own copyright statement to Your modifications and
|
125
|
+
may provide additional or different license terms and conditions
|
126
|
+
for use, reproduction, or distribution of Your modifications, or
|
127
|
+
for any such Derivative Works as a whole, provided Your use,
|
128
|
+
reproduction, and distribution of the Work otherwise complies with
|
129
|
+
the conditions stated in this License.
|
130
|
+
|
131
|
+
5. Submission of Contributions. Unless You explicitly state otherwise,
|
132
|
+
any Contribution intentionally submitted for inclusion in the Work
|
133
|
+
by You to the Licensor shall be under the terms and conditions of
|
134
|
+
this License, without any additional terms or conditions.
|
135
|
+
Notwithstanding the above, nothing herein shall supersede or modify
|
136
|
+
the terms of any separate license agreement you may have executed
|
137
|
+
with Licensor regarding such Contributions.
|
138
|
+
|
139
|
+
6. Trademarks. This License does not grant permission to use the trade
|
140
|
+
names, trademarks, service marks, or product names of the Licensor,
|
141
|
+
except as required for reasonable and customary use in describing the
|
142
|
+
origin of the Work and reproducing the content of the NOTICE file.
|
143
|
+
|
144
|
+
7. Disclaimer of Warranty. Unless required by applicable law or
|
145
|
+
agreed to in writing, Licensor provides the Work (and each
|
146
|
+
Contributor provides its Contributions) on an "AS IS" BASIS,
|
147
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
148
|
+
implied, including, without limitation, any warranties or conditions
|
149
|
+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
150
|
+
PARTICULAR PURPOSE. You are solely responsible for determining the
|
151
|
+
appropriateness of using or redistributing the Work and assume any
|
152
|
+
risks associated with Your exercise of permissions under this License.
|
153
|
+
|
154
|
+
8. Limitation of Liability. In no event and under no legal theory,
|
155
|
+
whether in tort (including negligence), contract, or otherwise,
|
156
|
+
unless required by applicable law (such as deliberate and grossly
|
157
|
+
negligent acts) or agreed to in writing, shall any Contributor be
|
158
|
+
liable to You for damages, including any direct, indirect, special,
|
159
|
+
incidental, or consequential damages of any character arising as a
|
160
|
+
result of this License or out of the use or inability to use the
|
161
|
+
Work (including but not limited to damages for loss of goodwill,
|
162
|
+
work stoppage, computer failure or malfunction, or any and all
|
163
|
+
other commercial damages or losses), even if such Contributor
|
164
|
+
has been advised of the possibility of such damages.
|
165
|
+
|
166
|
+
9. Accepting Warranty or Additional Liability. While redistributing
|
167
|
+
the Work or Derivative Works thereof, You may choose to offer,
|
168
|
+
and charge a fee for, acceptance of support, warranty, indemnity,
|
169
|
+
or other liability obligations and/or rights consistent with this
|
170
|
+
License. However, in accepting such obligations, You may act only
|
171
|
+
on Your own behalf and on Your sole responsibility, not on behalf
|
172
|
+
of any other Contributor, and only if You agree to indemnify,
|
173
|
+
defend, and hold each Contributor harmless for any liability
|
174
|
+
incurred by, or claims asserted against, such Contributor by reason
|
175
|
+
of your accepting any such warranty or additional liability.
|
176
|
+
|
177
|
+
END OF TERMS AND CONDITIONS
|
178
|
+
|
179
|
+
APPENDIX: How to apply the Apache License to your work.
|
180
|
+
|
181
|
+
To apply the Apache License to your work, attach the following
|
182
|
+
boilerplate notice, with the fields enclosed by brackets "[]"
|
183
|
+
replaced with your own identifying information. (Don't include
|
184
|
+
the brackets!) The text should be enclosed in the appropriate
|
185
|
+
comment syntax for the file format. We also recommend that a
|
186
|
+
file or class name and description of purpose be included on the
|
187
|
+
same "printed page" as the copyright notice for easier
|
188
|
+
identification within third-party archives.
|
189
|
+
|
190
|
+
Copyright [yyyy] [name of copyright owner]
|
191
|
+
|
192
|
+
Licensed under the Apache License, Version 2.0 (the "License");
|
193
|
+
you may not use this file except in compliance with the License.
|
194
|
+
You may obtain a copy of the License at
|
195
|
+
|
196
|
+
http://www.apache.org/licenses/LICENSE-2.0
|
197
|
+
|
198
|
+
Unless required by applicable law or agreed to in writing, software
|
199
|
+
distributed under the License is distributed on an "AS IS" BASIS,
|
200
|
+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
201
|
+
See the License for the specific language governing permissions and
|
202
|
+
limitations under the License.
|
data/VERSION
ADDED
@@ -0,0 +1 @@
|
|
1
|
+
1.44.0
|
data/lib/aws-sdk-connect.rb
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -48,6 +48,6 @@ require_relative 'aws-sdk-connect/customizations'
|
|
48
48
|
# @!group service
|
49
49
|
module Aws::Connect
|
50
50
|
|
51
|
-
GEM_VERSION = '1.
|
51
|
+
GEM_VERSION = '1.44.0'
|
52
52
|
|
53
53
|
end
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -672,6 +672,13 @@ module Aws::Connect
|
|
672
672
|
# Service (Amazon S3) or Amazon Kinesis. It also does not allow for any
|
673
673
|
# configurations on features, such as Contact Lens for Amazon Connect.
|
674
674
|
#
|
675
|
+
# Amazon Connect enforces a limit on the total number of instances that
|
676
|
+
# you can create or delete in 30 days. If you exceed this limit, you
|
677
|
+
# will get an error message indicating there has been an excessive
|
678
|
+
# number of attempts at creating or deleting instances. You must wait 30
|
679
|
+
# days before you can restart creating and deleting instances in your
|
680
|
+
# account.
|
681
|
+
#
|
675
682
|
# @option params [String] :client_token
|
676
683
|
# The idempotency token.
|
677
684
|
#
|
@@ -720,9 +727,6 @@ module Aws::Connect
|
|
720
727
|
req.send_request(options)
|
721
728
|
end
|
722
729
|
|
723
|
-
# This API is in preview release for Amazon Connect and is subject to
|
724
|
-
# change.
|
725
|
-
#
|
726
730
|
# Create an AppIntegration association with an Amazon Connect instance.
|
727
731
|
#
|
728
732
|
# @option params [required, String] :instance_id
|
@@ -743,6 +747,9 @@ module Aws::Connect
|
|
743
747
|
# @option params [required, String] :source_type
|
744
748
|
# The type of the data source.
|
745
749
|
#
|
750
|
+
# @option params [Hash<String,String>] :tags
|
751
|
+
# One or more tags.
|
752
|
+
#
|
746
753
|
# @return [Types::CreateIntegrationAssociationResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
747
754
|
#
|
748
755
|
# * {Types::CreateIntegrationAssociationResponse#integration_association_id #integration_association_id} => String
|
@@ -757,6 +764,9 @@ module Aws::Connect
|
|
757
764
|
# source_application_url: "URI", # required
|
758
765
|
# source_application_name: "SourceApplicationName", # required
|
759
766
|
# source_type: "SALESFORCE", # required, accepts SALESFORCE, ZENDESK
|
767
|
+
# tags: {
|
768
|
+
# "TagKey" => "TagValue",
|
769
|
+
# },
|
760
770
|
# })
|
761
771
|
#
|
762
772
|
# @example Response structure
|
@@ -978,9 +988,6 @@ module Aws::Connect
|
|
978
988
|
req.send_request(options)
|
979
989
|
end
|
980
990
|
|
981
|
-
# This API is in preview release for Amazon Connect and is subject to
|
982
|
-
# change.
|
983
|
-
#
|
984
991
|
# Creates a use case for an AppIntegration association.
|
985
992
|
#
|
986
993
|
# @option params [required, String] :instance_id
|
@@ -994,6 +1001,9 @@ module Aws::Connect
|
|
994
1001
|
# Each AppIntegration association can have only one of each use case
|
995
1002
|
# type.
|
996
1003
|
#
|
1004
|
+
# @option params [Hash<String,String>] :tags
|
1005
|
+
# One or more tags.
|
1006
|
+
#
|
997
1007
|
# @return [Types::CreateUseCaseResponse] Returns a {Seahorse::Client::Response response} object which responds to the following methods:
|
998
1008
|
#
|
999
1009
|
# * {Types::CreateUseCaseResponse#use_case_id #use_case_id} => String
|
@@ -1005,6 +1015,9 @@ module Aws::Connect
|
|
1005
1015
|
# instance_id: "InstanceId", # required
|
1006
1016
|
# integration_association_id: "IntegrationAssociationId", # required
|
1007
1017
|
# use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION
|
1018
|
+
# tags: {
|
1019
|
+
# "TagKey" => "TagValue",
|
1020
|
+
# },
|
1008
1021
|
# })
|
1009
1022
|
#
|
1010
1023
|
# @example Response structure
|
@@ -1166,6 +1179,13 @@ module Aws::Connect
|
|
1166
1179
|
#
|
1167
1180
|
# Deletes the Amazon Connect instance.
|
1168
1181
|
#
|
1182
|
+
# Amazon Connect enforces a limit on the total number of instances that
|
1183
|
+
# you can create or delete in 30 days. If you exceed this limit, you
|
1184
|
+
# will get an error message indicating there has been an excessive
|
1185
|
+
# number of attempts at creating or deleting instances. You must wait 30
|
1186
|
+
# days before you can restart creating and deleting instances in your
|
1187
|
+
# account.
|
1188
|
+
#
|
1169
1189
|
# @option params [required, String] :instance_id
|
1170
1190
|
# The identifier of the Amazon Connect instance.
|
1171
1191
|
#
|
@@ -1186,9 +1206,6 @@ module Aws::Connect
|
|
1186
1206
|
req.send_request(options)
|
1187
1207
|
end
|
1188
1208
|
|
1189
|
-
# This API is in preview release for Amazon Connect and is subject to
|
1190
|
-
# change.
|
1191
|
-
#
|
1192
1209
|
# Deletes an AppIntegration association from an Amazon Connect instance.
|
1193
1210
|
# The association must not have any use cases associated with it.
|
1194
1211
|
#
|
@@ -1245,9 +1262,6 @@ module Aws::Connect
|
|
1245
1262
|
req.send_request(options)
|
1246
1263
|
end
|
1247
1264
|
|
1248
|
-
# This API is in preview release for Amazon Connect and is subject to
|
1249
|
-
# change.
|
1250
|
-
#
|
1251
1265
|
# Deletes a use case from an AppIntegration association.
|
1252
1266
|
#
|
1253
1267
|
# @option params [required, String] :instance_id
|
@@ -2306,6 +2320,15 @@ module Aws::Connect
|
|
2306
2320
|
|
2307
2321
|
# Retrieves a token for federation.
|
2308
2322
|
#
|
2323
|
+
# <note markdown="1"> This API doesn't support root users. If you try to invoke
|
2324
|
+
# GetFederationToken with root credentials, an error message similar to
|
2325
|
+
# the following one appears:
|
2326
|
+
#
|
2327
|
+
# `Provided identity: Principal: .... User: .... cannot be used for
|
2328
|
+
# federation with Amazon Connect`
|
2329
|
+
#
|
2330
|
+
# </note>
|
2331
|
+
#
|
2309
2332
|
# @option params [required, String] :instance_id
|
2310
2333
|
# The identifier of the Amazon Connect instance.
|
2311
2334
|
#
|
@@ -2373,14 +2396,17 @@ module Aws::Connect
|
|
2373
2396
|
# both queue IDs and queue ARNs in the same request. VOICE, CHAT, and
|
2374
2397
|
# TASK channels are supported.
|
2375
2398
|
#
|
2399
|
+
# <note markdown="1"> To filter by `Queues`, enter the queue ID/ARN, not the name of the
|
2400
|
+
# queue.
|
2401
|
+
#
|
2402
|
+
# </note>
|
2403
|
+
#
|
2376
2404
|
# @option params [Array<String>] :groupings
|
2377
2405
|
# The grouping applied to the metrics returned. For example, when
|
2378
2406
|
# results are grouped by queue, the metrics returned are grouped by
|
2379
2407
|
# queue. The values returned apply to the metrics for each queue rather
|
2380
2408
|
# than aggregated for all queues.
|
2381
2409
|
#
|
2382
|
-
# The only supported grouping is `QUEUE`.
|
2383
|
-
#
|
2384
2410
|
# If no grouping is specified, a summary of metrics for all queues is
|
2385
2411
|
# returned.
|
2386
2412
|
#
|
@@ -2536,13 +2562,15 @@ module Aws::Connect
|
|
2536
2562
|
#
|
2537
2563
|
# SERVICE\_LEVEL
|
2538
2564
|
#
|
2539
|
-
# :
|
2565
|
+
# : You can include up to 20 SERVICE\_LEVEL metrics in a request.
|
2566
|
+
#
|
2567
|
+
# Unit: PERCENT
|
2540
2568
|
#
|
2541
2569
|
# Statistic: AVG
|
2542
2570
|
#
|
2543
|
-
# Threshold:
|
2544
|
-
#
|
2545
|
-
#
|
2571
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
2572
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
2573
|
+
# `LT` (for "Less than").
|
2546
2574
|
#
|
2547
2575
|
#
|
2548
2576
|
#
|
@@ -2938,9 +2966,6 @@ module Aws::Connect
|
|
2938
2966
|
req.send_request(options)
|
2939
2967
|
end
|
2940
2968
|
|
2941
|
-
# This API is in preview release for Amazon Connect and is subject to
|
2942
|
-
# change.
|
2943
|
-
#
|
2944
2969
|
# Provides summary information about the AppIntegration associations for
|
2945
2970
|
# the specified Amazon Connect instance.
|
2946
2971
|
#
|
@@ -3253,6 +3278,11 @@ module Aws::Connect
|
|
3253
3278
|
# Provides information about the queues for the specified Amazon Connect
|
3254
3279
|
# instance.
|
3255
3280
|
#
|
3281
|
+
# If you do not specify a `QueueTypes` parameter, both standard and
|
3282
|
+
# agent queues are returned. This might cause an unexpected truncation
|
3283
|
+
# of results if you have more than 1000 agents and you limit the number
|
3284
|
+
# of results of the API call in code.
|
3285
|
+
#
|
3256
3286
|
# For more information about queues, see [Queues: Standard and Agent][1]
|
3257
3287
|
# in the *Amazon Connect Administrator Guide*.
|
3258
3288
|
#
|
@@ -3610,9 +3640,6 @@ module Aws::Connect
|
|
3610
3640
|
req.send_request(options)
|
3611
3641
|
end
|
3612
3642
|
|
3613
|
-
# This API is in preview release for Amazon Connect and is subject to
|
3614
|
-
# change.
|
3615
|
-
#
|
3616
3643
|
# Lists the use cases.
|
3617
3644
|
#
|
3618
3645
|
# @option params [required, String] :instance_id
|
@@ -3809,7 +3836,7 @@ module Aws::Connect
|
|
3809
3836
|
# A 429 error occurs in two situations:
|
3810
3837
|
#
|
3811
3838
|
# * API rate limit is exceeded. API TPS throttling returns a
|
3812
|
-
# `TooManyRequests` exception
|
3839
|
+
# `TooManyRequests` exception.
|
3813
3840
|
#
|
3814
3841
|
# * The [quota for concurrent active chats][2] is exceeded. Active chat
|
3815
3842
|
# throttling returns a `LimitExceededException`.
|
@@ -4300,21 +4327,23 @@ module Aws::Connect
|
|
4300
4327
|
req.send_request(options)
|
4301
4328
|
end
|
4302
4329
|
|
4303
|
-
# Creates or updates
|
4330
|
+
# Creates or updates user-defined contact attributes associated with the
|
4304
4331
|
# specified contact.
|
4305
4332
|
#
|
4306
|
-
# You can
|
4307
|
-
# contacts. For example, while the call is active, you can
|
4308
|
-
# customer's name or the reason the customer called. You can
|
4309
|
-
# about steps that the agent took during the call that display
|
4310
|
-
# next agent that takes the call. You can also update attributes
|
4311
|
-
# contact using data from your CRM application and save the data
|
4312
|
-
# the contact in Amazon Connect. You could also flag calls for
|
4333
|
+
# You can create or update user-defined attributes for both ongoing and
|
4334
|
+
# completed contacts. For example, while the call is active, you can
|
4335
|
+
# update the customer's name or the reason the customer called. You can
|
4336
|
+
# add notes about steps that the agent took during the call that display
|
4337
|
+
# to the next agent that takes the call. You can also update attributes
|
4338
|
+
# for a contact using data from your CRM application and save the data
|
4339
|
+
# with the contact in Amazon Connect. You could also flag calls for
|
4313
4340
|
# additional analysis, such as legal review or to identify abusive
|
4314
4341
|
# callers.
|
4315
4342
|
#
|
4316
4343
|
# Contact attributes are available in Amazon Connect for 24 months, and
|
4317
|
-
# are then deleted.
|
4344
|
+
# are then deleted. For information about CTR retention and the maximum
|
4345
|
+
# size of the CTR attributes section, see [Feature specifications][1] in
|
4346
|
+
# the *Amazon Connect Administrator Guide*.
|
4318
4347
|
#
|
4319
4348
|
# **Important:** You cannot use the operation to update attributes for
|
4320
4349
|
# contacts that occurred prior to the release of the API, which was
|
@@ -4325,6 +4354,10 @@ module Aws::Connect
|
|
4325
4354
|
# that were initiated prior to the release of the API but are still
|
4326
4355
|
# active in your instance.
|
4327
4356
|
#
|
4357
|
+
#
|
4358
|
+
#
|
4359
|
+
# [1]: https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-service-limits.html#feature-limits
|
4360
|
+
#
|
4328
4361
|
# @option params [required, String] :initial_contact_id
|
4329
4362
|
# The identifier of the contact. This is the identifier of the contact
|
4330
4363
|
# associated with the first interaction with the contact center.
|
@@ -4587,7 +4620,7 @@ module Aws::Connect
|
|
4587
4620
|
# @option params [required, String] :queue_id
|
4588
4621
|
# The identifier for the queue.
|
4589
4622
|
#
|
4590
|
-
# @option params [
|
4623
|
+
# @option params [Integer] :max_contacts
|
4591
4624
|
# The maximum number of contacts that can be in the queue before it is
|
4592
4625
|
# considered full.
|
4593
4626
|
#
|
@@ -4598,7 +4631,7 @@ module Aws::Connect
|
|
4598
4631
|
# resp = client.update_queue_max_contacts({
|
4599
4632
|
# instance_id: "InstanceId", # required
|
4600
4633
|
# queue_id: "QueueId", # required
|
4601
|
-
# max_contacts: 1,
|
4634
|
+
# max_contacts: 1,
|
4602
4635
|
# })
|
4603
4636
|
#
|
4604
4637
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/UpdateQueueMaxContacts AWS API Documentation
|
@@ -5207,7 +5240,7 @@ module Aws::Connect
|
|
5207
5240
|
params: params,
|
5208
5241
|
config: config)
|
5209
5242
|
context[:gem_name] = 'aws-sdk-connect'
|
5210
|
-
context[:gem_version] = '1.
|
5243
|
+
context[:gem_version] = '1.44.0'
|
5211
5244
|
Seahorse::Client::Request.new(handlers, context)
|
5212
5245
|
end
|
5213
5246
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -528,6 +528,7 @@ module Aws::Connect
|
|
528
528
|
CreateIntegrationAssociationRequest.add_member(:source_application_url, Shapes::ShapeRef.new(shape: URI, required: true, location_name: "SourceApplicationUrl"))
|
529
529
|
CreateIntegrationAssociationRequest.add_member(:source_application_name, Shapes::ShapeRef.new(shape: SourceApplicationName, required: true, location_name: "SourceApplicationName"))
|
530
530
|
CreateIntegrationAssociationRequest.add_member(:source_type, Shapes::ShapeRef.new(shape: SourceType, required: true, location_name: "SourceType"))
|
531
|
+
CreateIntegrationAssociationRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
531
532
|
CreateIntegrationAssociationRequest.struct_class = Types::CreateIntegrationAssociationRequest
|
532
533
|
|
533
534
|
CreateIntegrationAssociationResponse.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, location_name: "IntegrationAssociationId"))
|
@@ -575,6 +576,7 @@ module Aws::Connect
|
|
575
576
|
CreateUseCaseRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
576
577
|
CreateUseCaseRequest.add_member(:integration_association_id, Shapes::ShapeRef.new(shape: IntegrationAssociationId, required: true, location: "uri", location_name: "IntegrationAssociationId"))
|
577
578
|
CreateUseCaseRequest.add_member(:use_case_type, Shapes::ShapeRef.new(shape: UseCaseType, required: true, location_name: "UseCaseType"))
|
579
|
+
CreateUseCaseRequest.add_member(:tags, Shapes::ShapeRef.new(shape: TagMap, location_name: "Tags"))
|
578
580
|
CreateUseCaseRequest.struct_class = Types::CreateUseCaseRequest
|
579
581
|
|
580
582
|
CreateUseCaseResponse.add_member(:use_case_id, Shapes::ShapeRef.new(shape: UseCaseId, location_name: "UseCaseId"))
|
@@ -1511,7 +1513,7 @@ module Aws::Connect
|
|
1511
1513
|
|
1512
1514
|
UpdateQueueMaxContactsRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
1513
1515
|
UpdateQueueMaxContactsRequest.add_member(:queue_id, Shapes::ShapeRef.new(shape: QueueId, required: true, location: "uri", location_name: "QueueId"))
|
1514
|
-
UpdateQueueMaxContactsRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts,
|
1516
|
+
UpdateQueueMaxContactsRequest.add_member(:max_contacts, Shapes::ShapeRef.new(shape: QueueMaxContacts, location_name: "MaxContacts", metadata: {"box"=>true}))
|
1515
1517
|
UpdateQueueMaxContactsRequest.struct_class = Types::UpdateQueueMaxContactsRequest
|
1516
1518
|
|
1517
1519
|
UpdateQueueNameRequest.add_member(:instance_id, Shapes::ShapeRef.new(shape: InstanceId, required: true, location: "uri", location_name: "InstanceId"))
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -3,7 +3,7 @@
|
|
3
3
|
# WARNING ABOUT GENERATED CODE
|
4
4
|
#
|
5
5
|
# This file is generated. See the contributing guide for more information:
|
6
|
-
# https://github.com/aws/aws-sdk-ruby/blob/
|
6
|
+
# https://github.com/aws/aws-sdk-ruby/blob/version-3/CONTRIBUTING.md
|
7
7
|
#
|
8
8
|
# WARNING ABOUT GENERATED CODE
|
9
9
|
|
@@ -576,6 +576,9 @@ module Aws::Connect
|
|
576
576
|
# source_application_url: "URI", # required
|
577
577
|
# source_application_name: "SourceApplicationName", # required
|
578
578
|
# source_type: "SALESFORCE", # required, accepts SALESFORCE, ZENDESK
|
579
|
+
# tags: {
|
580
|
+
# "TagKey" => "TagValue",
|
581
|
+
# },
|
579
582
|
# }
|
580
583
|
#
|
581
584
|
# @!attribute [rw] instance_id
|
@@ -602,6 +605,10 @@ module Aws::Connect
|
|
602
605
|
# The type of the data source.
|
603
606
|
# @return [String]
|
604
607
|
#
|
608
|
+
# @!attribute [rw] tags
|
609
|
+
# One or more tags.
|
610
|
+
# @return [Hash<String,String>]
|
611
|
+
#
|
605
612
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateIntegrationAssociationRequest AWS API Documentation
|
606
613
|
#
|
607
614
|
class CreateIntegrationAssociationRequest < Struct.new(
|
@@ -610,7 +617,8 @@ module Aws::Connect
|
|
610
617
|
:integration_arn,
|
611
618
|
:source_application_url,
|
612
619
|
:source_application_name,
|
613
|
-
:source_type
|
620
|
+
:source_type,
|
621
|
+
:tags)
|
614
622
|
SENSITIVE = []
|
615
623
|
include Aws::Structure
|
616
624
|
end
|
@@ -891,6 +899,9 @@ module Aws::Connect
|
|
891
899
|
# instance_id: "InstanceId", # required
|
892
900
|
# integration_association_id: "IntegrationAssociationId", # required
|
893
901
|
# use_case_type: "RULES_EVALUATION", # required, accepts RULES_EVALUATION
|
902
|
+
# tags: {
|
903
|
+
# "TagKey" => "TagValue",
|
904
|
+
# },
|
894
905
|
# }
|
895
906
|
#
|
896
907
|
# @!attribute [rw] instance_id
|
@@ -907,12 +918,17 @@ module Aws::Connect
|
|
907
918
|
# type.
|
908
919
|
# @return [String]
|
909
920
|
#
|
921
|
+
# @!attribute [rw] tags
|
922
|
+
# One or more tags.
|
923
|
+
# @return [Hash<String,String>]
|
924
|
+
#
|
910
925
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/CreateUseCaseRequest AWS API Documentation
|
911
926
|
#
|
912
927
|
class CreateUseCaseRequest < Struct.new(
|
913
928
|
:instance_id,
|
914
929
|
:integration_association_id,
|
915
|
-
:use_case_type
|
930
|
+
:use_case_type,
|
931
|
+
:tags)
|
916
932
|
SENSITIVE = []
|
917
933
|
include Aws::Structure
|
918
934
|
end
|
@@ -2398,6 +2414,11 @@ module Aws::Connect
|
|
2398
2414
|
# with the queues or channels included in the filter. You can include
|
2399
2415
|
# both queue IDs and queue ARNs in the same request. VOICE, CHAT, and
|
2400
2416
|
# TASK channels are supported.
|
2417
|
+
#
|
2418
|
+
# <note markdown="1"> To filter by `Queues`, enter the queue ID/ARN, not the name of the
|
2419
|
+
# queue.
|
2420
|
+
#
|
2421
|
+
# </note>
|
2401
2422
|
# @return [Types::Filters]
|
2402
2423
|
#
|
2403
2424
|
# @!attribute [rw] groupings
|
@@ -2406,8 +2427,6 @@ module Aws::Connect
|
|
2406
2427
|
# queue. The values returned apply to the metrics for each queue
|
2407
2428
|
# rather than aggregated for all queues.
|
2408
2429
|
#
|
2409
|
-
# The only supported grouping is `QUEUE`.
|
2410
|
-
#
|
2411
2430
|
# If no grouping is specified, a summary of metrics for all queues is
|
2412
2431
|
# returned.
|
2413
2432
|
# @return [Array<String>]
|
@@ -2564,13 +2583,15 @@ module Aws::Connect
|
|
2564
2583
|
#
|
2565
2584
|
# SERVICE\_LEVEL
|
2566
2585
|
#
|
2567
|
-
# :
|
2586
|
+
# : You can include up to 20 SERVICE\_LEVEL metrics in a request.
|
2587
|
+
#
|
2588
|
+
# Unit: PERCENT
|
2568
2589
|
#
|
2569
2590
|
# Statistic: AVG
|
2570
2591
|
#
|
2571
|
-
# Threshold:
|
2572
|
-
#
|
2573
|
-
#
|
2592
|
+
# Threshold: For `ThresholdValue`, enter any whole number from 1 to
|
2593
|
+
# 604800 (inclusive), in seconds. For `Comparison`, you must enter
|
2594
|
+
# `LT` (for "Less than").
|
2574
2595
|
#
|
2575
2596
|
#
|
2576
2597
|
#
|
@@ -4654,6 +4675,12 @@ module Aws::Connect
|
|
4654
4675
|
# @!attribute [rw] concurrency
|
4655
4676
|
# The number of contacts an agent can have on a channel
|
4656
4677
|
# simultaneously.
|
4678
|
+
#
|
4679
|
+
# Valid Range for `VOICE`\: Minimum value of 1. Maximum value of 1.
|
4680
|
+
#
|
4681
|
+
# Valid Range for `CHAT`\: Minimum value of 1. Maximum value of 5.
|
4682
|
+
#
|
4683
|
+
# Valid Range for `TASK`\: Minimum value of 1. Maximum value of 10.
|
4657
4684
|
# @return [Integer]
|
4658
4685
|
#
|
4659
4686
|
# @see http://docs.aws.amazon.com/goto/WebAPI/connect-2017-08-08/MediaConcurrency AWS API Documentation
|
@@ -6282,7 +6309,7 @@ module Aws::Connect
|
|
6282
6309
|
# {
|
6283
6310
|
# instance_id: "InstanceId", # required
|
6284
6311
|
# queue_id: "QueueId", # required
|
6285
|
-
# max_contacts: 1,
|
6312
|
+
# max_contacts: 1,
|
6286
6313
|
# }
|
6287
6314
|
#
|
6288
6315
|
# @!attribute [rw] instance_id
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: aws-sdk-connect
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.44.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Amazon Web Services
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2021-
|
11
|
+
date: 2021-05-07 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: aws-sdk-core
|
@@ -19,7 +19,7 @@ dependencies:
|
|
19
19
|
version: '3'
|
20
20
|
- - ">="
|
21
21
|
- !ruby/object:Gem::Version
|
22
|
-
version: 3.
|
22
|
+
version: 3.112.0
|
23
23
|
type: :runtime
|
24
24
|
prerelease: false
|
25
25
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -29,7 +29,7 @@ dependencies:
|
|
29
29
|
version: '3'
|
30
30
|
- - ">="
|
31
31
|
- !ruby/object:Gem::Version
|
32
|
-
version: 3.
|
32
|
+
version: 3.112.0
|
33
33
|
- !ruby/object:Gem::Dependency
|
34
34
|
name: aws-sigv4
|
35
35
|
requirement: !ruby/object:Gem::Requirement
|
@@ -47,11 +47,14 @@ dependencies:
|
|
47
47
|
description: Official AWS Ruby gem for Amazon Connect Service (Amazon Connect). This
|
48
48
|
gem is part of the AWS SDK for Ruby.
|
49
49
|
email:
|
50
|
-
-
|
50
|
+
- aws-dr-rubygems@amazon.com
|
51
51
|
executables: []
|
52
52
|
extensions: []
|
53
53
|
extra_rdoc_files: []
|
54
54
|
files:
|
55
|
+
- CHANGELOG.md
|
56
|
+
- LICENSE.txt
|
57
|
+
- VERSION
|
55
58
|
- lib/aws-sdk-connect.rb
|
56
59
|
- lib/aws-sdk-connect/client.rb
|
57
60
|
- lib/aws-sdk-connect/client_api.rb
|
@@ -63,8 +66,8 @@ homepage: https://github.com/aws/aws-sdk-ruby
|
|
63
66
|
licenses:
|
64
67
|
- Apache-2.0
|
65
68
|
metadata:
|
66
|
-
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
67
|
-
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/
|
69
|
+
source_code_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connect
|
70
|
+
changelog_uri: https://github.com/aws/aws-sdk-ruby/tree/version-3/gems/aws-sdk-connect/CHANGELOG.md
|
68
71
|
post_install_message:
|
69
72
|
rdoc_options: []
|
70
73
|
require_paths:
|
@@ -80,8 +83,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
80
83
|
- !ruby/object:Gem::Version
|
81
84
|
version: '0'
|
82
85
|
requirements: []
|
83
|
-
|
84
|
-
rubygems_version: 2.7.6.2
|
86
|
+
rubygems_version: 3.1.6
|
85
87
|
signing_key:
|
86
88
|
specification_version: 4
|
87
89
|
summary: AWS SDK for Ruby - Amazon Connect
|