|
245 | 245 | {"shape":"ThrottlingException"},
|
246 | 246 | {"shape":"InternalServiceException"}
|
247 | 247 | ],
|
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>" |
249 | 249 | },
|
250 | 250 | "CreateRoutingProfile":{
|
251 | 251 | "name":"CreateRoutingProfile",
|
|
364 | 364 | {"shape":"ThrottlingException"},
|
365 | 365 | {"shape":"InternalServiceException"}
|
366 | 366 | ],
|
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>" |
368 | 368 | },
|
369 | 369 | "DeleteUseCase":{
|
370 | 370 | "name":"DeleteUseCase",
|
|
530 | 530 | {"shape":"ThrottlingException"},
|
531 | 531 | {"shape":"InternalServiceException"}
|
532 | 532 | ],
|
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>" |
534 | 534 | },
|
535 | 535 | "DescribeRoutingProfile":{
|
536 | 536 | "name":"DescribeRoutingProfile",
|
|
1042 | 1042 | {"shape":"ThrottlingException"},
|
1043 | 1043 | {"shape":"InternalServiceException"}
|
1044 | 1044 | ],
|
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>" |
1046 | 1046 | },
|
1047 | 1047 | "ListRoutingProfileQueues":{
|
1048 | 1048 | "name":"ListRoutingProfileQueues",
|
|
1520 | 1520 | {"shape":"ThrottlingException"},
|
1521 | 1521 | {"shape":"InternalServiceException"}
|
1522 | 1522 | ],
|
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>" |
1524 | 1524 | },
|
1525 | 1525 | "UpdateQuickConnectName":{
|
1526 | 1526 | "name":"UpdateQuickConnectName",
|
|
1536 | 1536 | {"shape":"ThrottlingException"},
|
1537 | 1537 | {"shape":"InternalServiceException"}
|
1538 | 1538 | ],
|
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>" |
1540 | 1540 | },
|
1541 | 1541 | "UpdateRoutingProfileConcurrency":{
|
1542 | 1542 | "name":"UpdateRoutingProfileConcurrency",
|
|
2415 | 2415 | },
|
2416 | 2416 | "QuickConnectId":{
|
2417 | 2417 | "shape":"QuickConnectId",
|
2418 |
| - "documentation":"<p>The identifier for the quick connect.</p>" |
| 2418 | + "documentation":"<p>The identifier for the quick connect. </p>" |
2419 | 2419 | }
|
2420 | 2420 | }
|
2421 | 2421 | },
|
|
5375 | 5375 | },
|
5376 | 5376 | "Concurrency":{
|
5377 | 5377 | "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>" |
5379 | 5379 | }
|
5380 | 5380 | },
|
5381 | 5381 | "documentation":"<p>Contains information about which channels are supported, and how many contacts an agent can have on a channel simultaneously.</p>"
|
|
6035 | 6035 | "QuickConnectDescription":{
|
6036 | 6036 | "type":"string",
|
6037 | 6037 | "max":250,
|
6038 |
| - "min":0 |
| 6038 | + "min":1 |
6039 | 6039 | },
|
6040 | 6040 | "QuickConnectId":{"type":"string"},
|
6041 | 6041 | "QuickConnectName":{
|
|
7141 | 7141 | }
|
7142 | 7142 | }
|
7143 | 7143 | },
|
| 7144 | + "UpdateQuickConnectDescription":{ |
| 7145 | + "type":"string", |
| 7146 | + "max":250, |
| 7147 | + "min":0 |
| 7148 | + }, |
7144 | 7149 | "UpdateQuickConnectNameRequest":{
|
7145 | 7150 | "type":"structure",
|
7146 | 7151 | "required":[
|
|
7165 | 7170 | "documentation":"<p>The name of the quick connect.</p>"
|
7166 | 7171 | },
|
7167 | 7172 | "Description":{
|
7168 |
| - "shape":"QuickConnectDescription", |
| 7173 | + "shape":"UpdateQuickConnectDescription", |
7169 | 7174 | "documentation":"<p>The description of the quick connect.</p>"
|
7170 | 7175 | }
|
7171 | 7176 | }
|
|
0 commit comments