Skip to content

Commit bfd0328

Browse files
author
AWS
committed
Amazon Connect Service Update: Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide.
1 parent a48c009 commit bfd0328

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
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": "Released Amazon Connect hours of operation API for general availability (GA). This API also supports AWS CloudFormation. For more information, see Amazon Connect Resource Type Reference in the AWS CloudFormation User Guide."
6+
}

services/connect/src/main/resources/codegen-resources/service-2.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@
211211
{"shape":"ThrottlingException"},
212212
{"shape":"InternalServiceException"}
213213
],
214-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Creates hours of operation. </p>"
214+
"documentation":"<p>Creates hours of operation. </p>"
215215
},
216216
"CreateInstance":{
217217
"name":"CreateInstance",
@@ -373,7 +373,7 @@
373373
{"shape":"ThrottlingException"},
374374
{"shape":"InternalServiceException"}
375375
],
376-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes an hours of operation.</p>"
376+
"documentation":"<p>Deletes an hours of operation.</p>"
377377
},
378378
"DeleteInstance":{
379379
"name":"DeleteInstance",
@@ -518,7 +518,7 @@
518518
{"shape":"ThrottlingException"},
519519
{"shape":"InternalServiceException"}
520520
],
521-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes the hours of operation.</p>"
521+
"documentation":"<p>Describes the hours of operation.</p>"
522522
},
523523
"DescribeInstance":{
524524
"name":"DescribeInstance",
@@ -1514,7 +1514,7 @@
15141514
{"shape":"ThrottlingException"},
15151515
{"shape":"InternalServiceException"}
15161516
],
1517-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the hours of operation.</p>"
1517+
"documentation":"<p>Updates the hours of operation.</p>"
15181518
},
15191519
"UpdateInstanceAttribute":{
15201520
"name":"UpdateInstanceAttribute",
@@ -4340,11 +4340,11 @@
43404340
},
43414341
"StartTime":{
43424342
"shape":"HoursOfOperationTimeSlice",
4343-
"documentation":"<p>The start time that your contact center is open.</p>"
4343+
"documentation":"<p>The start time that your contact center opens.</p>"
43444344
},
43454345
"EndTime":{
43464346
"shape":"HoursOfOperationTimeSlice",
4347-
"documentation":"<p>The end time that your contact center is closes.</p>"
4347+
"documentation":"<p>The end time that your contact center closes.</p>"
43484348
}
43494349
},
43504350
"documentation":"<p>Contains information about the hours of operation.</p>"
@@ -5241,7 +5241,7 @@
52415241
},
52425242
"MaxResults":{
52435243
"shape":"MaxResult25",
5244-
"documentation":"<p>The maximum number of results to return per page.</p>",
5244+
"documentation":"<p>The maximum number of results to return per page. If no value is specified, the default is 10. </p>",
52455245
"box":true,
52465246
"location":"querystring",
52475247
"locationName":"maxResults"

0 commit comments

Comments
 (0)