Skip to content

Commit 57ee8cc

Browse files
author
AWS
committed
Amazon Connect Service Update: Released Amazon Connect quick connects management API for general availability (GA). For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html
1 parent d8a3811 commit 57ee8cc

File tree

2 files changed

+21
-10
lines changed

2 files changed

+21
-10
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 quick connects management API for general availability (GA). For more information, see https://docs.aws.amazon.com/connect/latest/APIReference/Welcome.html"
6+
}

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

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
{"shape":"ThrottlingException"},
246246
{"shape":"InternalServiceException"}
247247
],
248-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Creates a quick connect for the specified Amazon Connect instance.</p>"
248+
"documentation":"<p>Creates a quick connect for the specified Amazon Connect instance.</p>"
249249
},
250250
"CreateRoutingProfile":{
251251
"name":"CreateRoutingProfile",
@@ -364,7 +364,7 @@
364364
{"shape":"ThrottlingException"},
365365
{"shape":"InternalServiceException"}
366366
],
367-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Deletes a quick connect.</p>"
367+
"documentation":"<p>Deletes a quick connect.</p>"
368368
},
369369
"DeleteUseCase":{
370370
"name":"DeleteUseCase",
@@ -530,7 +530,7 @@
530530
{"shape":"ThrottlingException"},
531531
{"shape":"InternalServiceException"}
532532
],
533-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Describes the quick connect.</p>"
533+
"documentation":"<p>Describes the quick connect.</p>"
534534
},
535535
"DescribeRoutingProfile":{
536536
"name":"DescribeRoutingProfile",
@@ -1042,7 +1042,7 @@
10421042
{"shape":"ThrottlingException"},
10431043
{"shape":"InternalServiceException"}
10441044
],
1045-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Provides information about the quick connects for the specified Amazon Connect instance. </p>"
1045+
"documentation":"<p>Provides information about the quick connects for the specified Amazon Connect instance. </p>"
10461046
},
10471047
"ListRoutingProfileQueues":{
10481048
"name":"ListRoutingProfileQueues",
@@ -1520,7 +1520,7 @@
15201520
{"shape":"ThrottlingException"},
15211521
{"shape":"InternalServiceException"}
15221522
],
1523-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the configuration settings for the specified quick connect.</p>"
1523+
"documentation":"<p>Updates the configuration settings for the specified quick connect.</p>"
15241524
},
15251525
"UpdateQuickConnectName":{
15261526
"name":"UpdateQuickConnectName",
@@ -1536,7 +1536,7 @@
15361536
{"shape":"ThrottlingException"},
15371537
{"shape":"InternalServiceException"}
15381538
],
1539-
"documentation":"<p>This API is in preview release for Amazon Connect and is subject to change.</p> <p>Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least <code>Name</code> or <code>Description</code> must be provided.</p>"
1539+
"documentation":"<p>Updates the name and description of a quick connect. The request accepts the following data in JSON format. At least <code>Name</code> or <code>Description</code> must be provided.</p>"
15401540
},
15411541
"UpdateRoutingProfileConcurrency":{
15421542
"name":"UpdateRoutingProfileConcurrency",
@@ -2415,7 +2415,7 @@
24152415
},
24162416
"QuickConnectId":{
24172417
"shape":"QuickConnectId",
2418-
"documentation":"<p>The identifier for the quick connect.</p>"
2418+
"documentation":"<p>The identifier for the quick connect. </p>"
24192419
}
24202420
}
24212421
},
@@ -5375,7 +5375,7 @@
53755375
},
53765376
"Concurrency":{
53775377
"shape":"Concurrency",
5378-
"documentation":"<p>The number of contacts an agent can have on a channel simultaneously.</p> <p>Valid Range for <code>VOICE</code>: Minimum value of 1. Maximum value of 1.</p> <p>Valid Range for <code>CHAT</code>: Minimum value of 1. Maximum value of 5.</p> <p>Valid Range for <code>TASK</code>: Minimum value of 1. Maximum value of 10.</p>"
5378+
"documentation":"<p>The number of contacts an agent can have on a channel simultaneously.</p> <p>Valid Range for <code>VOICE</code>: Minimum value of 1. Maximum value of 1.</p> <p>Valid Range for <code>CHAT</code>: Minimum value of 1. Maximum value of 10.</p> <p>Valid Range for <code>TASK</code>: Minimum value of 1. Maximum value of 10.</p>"
53795379
}
53805380
},
53815381
"documentation":"<p>Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.</p>"
@@ -6035,7 +6035,7 @@
60356035
"QuickConnectDescription":{
60366036
"type":"string",
60376037
"max":250,
6038-
"min":0
6038+
"min":1
60396039
},
60406040
"QuickConnectId":{"type":"string"},
60416041
"QuickConnectName":{
@@ -7141,6 +7141,11 @@
71417141
}
71427142
}
71437143
},
7144+
"UpdateQuickConnectDescription":{
7145+
"type":"string",
7146+
"max":250,
7147+
"min":0
7148+
},
71447149
"UpdateQuickConnectNameRequest":{
71457150
"type":"structure",
71467151
"required":[
@@ -7165,7 +7170,7 @@
71657170
"documentation":"<p>The name of the quick connect.</p>"
71667171
},
71677172
"Description":{
7168-
"shape":"QuickConnectDescription",
7173+
"shape":"UpdateQuickConnectDescription",
71697174
"documentation":"<p>The description of the quick connect.</p>"
71707175
}
71717176
}

0 commit comments

Comments
 (0)