Skip to content

Commit 59ab22f

Browse files
author
AWS
committed
Amazon Connect Service Update: Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation.
1 parent 7c33870 commit 59ab22f

File tree

3 files changed

+677
-6
lines changed

3 files changed

+677
-6
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": "Configure holidays and other overrides to hours of operation in advance. During contact handling, Amazon Connect automatically checks for overrides and provides customers with an appropriate flow path. After an override period passes call center automatically reverts to standard hours of operation."
6+
}

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,16 @@
9696
"output_token": "NextToken",
9797
"result_key": "FlowAssociationSummaryList"
9898
},
99+
"ListHoursOfOperationOverrides": {
100+
"input_token": "NextToken",
101+
"limit_key": "MaxResults",
102+
"non_aggregate_keys": [
103+
"LastModifiedRegion",
104+
"LastModifiedTime"
105+
],
106+
"output_token": "NextToken",
107+
"result_key": "HoursOfOperationOverrideList"
108+
},
99109
"ListHoursOfOperations": {
100110
"input_token": "NextToken",
101111
"limit_key": "MaxResults",
@@ -343,6 +353,15 @@
343353
"output_token": "NextToken",
344354
"result_key": "Contacts"
345355
},
356+
"SearchHoursOfOperationOverrides": {
357+
"input_token": "NextToken",
358+
"limit_key": "MaxResults",
359+
"non_aggregate_keys": [
360+
"ApproximateTotalCount"
361+
],
362+
"output_token": "NextToken",
363+
"result_key": "HoursOfOperationOverrides"
364+
},
346365
"SearchHoursOfOperations": {
347366
"input_token": "NextToken",
348367
"limit_key": "MaxResults",

0 commit comments

Comments
 (0)