Skip to content

Commit 515d5ba

Browse files
author
AWS
committed
Amazon Connect Service Update: Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds.
1 parent 6cddfd3 commit 515d5ba

File tree

3 files changed

+1193
-12
lines changed

3 files changed

+1193
-12
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Connect Service",
4+
"contributor": "",
5+
"description": "Adds APIs to manage User Proficiencies and Predefined Attributes. Enhances StartOutboundVoiceContact API input. Introduces SearchContacts API. Enhances DescribeContact API. Adds an API to update Routing Attributes in QueuePriority and QueueTimeAdjustmentSeconds."
6+
}

services/connect/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,12 @@
138138
"output_token": "NextToken",
139139
"result_key": "ListPhoneNumbersSummaryList"
140140
},
141+
"ListPredefinedAttributes": {
142+
"input_token": "NextToken",
143+
"limit_key": "MaxResults",
144+
"output_token": "NextToken",
145+
"result_key": "PredefinedAttributeSummaryList"
146+
},
141147
"ListPrompts": {
142148
"input_token": "NextToken",
143149
"limit_key": "MaxResults",
@@ -255,6 +261,16 @@
255261
"output_token": "NextToken",
256262
"result_key": "UserHierarchyGroupSummaryList"
257263
},
264+
"ListUserProficiencies": {
265+
"input_token": "NextToken",
266+
"limit_key": "MaxResults",
267+
"non_aggregate_keys": [
268+
"LastModifiedTime",
269+
"LastModifiedRegion"
270+
],
271+
"output_token": "NextToken",
272+
"result_key": "UserProficiencyList"
273+
},
258274
"ListUsers": {
259275
"input_token": "NextToken",
260276
"limit_key": "MaxResults",
@@ -279,6 +295,15 @@
279295
"output_token": "NextToken",
280296
"result_key": "AvailableNumbersList"
281297
},
298+
"SearchContacts": {
299+
"input_token": "NextToken",
300+
"limit_key": "MaxResults",
301+
"non_aggregate_keys": [
302+
"TotalCount"
303+
],
304+
"output_token": "NextToken",
305+
"result_key": "Contacts"
306+
},
282307
"SearchHoursOfOperations": {
283308
"input_token": "NextToken",
284309
"limit_key": "MaxResults",
@@ -288,6 +313,15 @@
288313
"output_token": "NextToken",
289314
"result_key": "HoursOfOperations"
290315
},
316+
"SearchPredefinedAttributes": {
317+
"input_token": "NextToken",
318+
"limit_key": "MaxResults",
319+
"non_aggregate_keys": [
320+
"ApproximateTotalCount"
321+
],
322+
"output_token": "NextToken",
323+
"result_key": "PredefinedAttributes"
324+
},
291325
"SearchPrompts": {
292326
"input_token": "NextToken",
293327
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)