|
2266 | 2266 | "Channels":{
|
2267 | 2267 | "type":"list",
|
2268 | 2268 | "member":{"shape":"Channel"},
|
2269 |
| - "max":3 |
| 2269 | + "max":1 |
2270 | 2270 | },
|
2271 | 2271 | "ChatContent":{
|
2272 | 2272 | "type":"string",
|
|
2280 | 2280 | },
|
2281 | 2281 | "ChatMessage":{
|
2282 | 2282 | "type":"structure",
|
| 2283 | + "required":[ |
| 2284 | + "ContentType", |
| 2285 | + "Content" |
| 2286 | + ], |
2283 | 2287 | "members":{
|
2284 | 2288 | "ContentType":{
|
2285 | 2289 | "shape":"ChatContentType",
|
|
3622 | 3626 | "Channel":{
|
3623 | 3627 | "shape":"Channel",
|
3624 | 3628 | "documentation":"<p>The channel used for grouping and filters.</p>"
|
3625 |
| - }, |
3626 |
| - "RoutingProfile":{ |
3627 |
| - "shape":"RoutingProfileReference", |
3628 |
| - "documentation":"<p>The routing profile.</p>" |
3629 |
| - }, |
3630 |
| - "InstanceReference":{ |
3631 |
| - "shape":"InstanceReference", |
3632 |
| - "documentation":"<p>The instance reference.</p>" |
3633 | 3629 | }
|
3634 | 3630 | },
|
3635 | 3631 | "documentation":"<p>Contains information about the dimensions for a set of metrics.</p>"
|
|
3888 | 3884 | "shape":"Queues",
|
3889 | 3885 | "documentation":"<p>The queues to use to filter the metrics. You can specify up to 100 queues per request.</p>"
|
3890 | 3886 | },
|
3891 |
| - "RoutingProfiles":{ |
3892 |
| - "shape":"RoutingProfiles", |
3893 |
| - "documentation":"<p>The filters used to sort routing profiles. </p>" |
3894 |
| - }, |
3895 | 3887 | "Channels":{
|
3896 | 3888 | "shape":"Channels",
|
3897 | 3889 | "documentation":"<p>The channel to use to filter the metrics.</p>"
|
|
4077 | 4069 | "type":"string",
|
4078 | 4070 | "enum":[
|
4079 | 4071 | "QUEUE",
|
4080 |
| - "CHANNEL", |
4081 |
| - "ROUTING_PROFILE", |
4082 |
| - "INSTANCE" |
| 4072 | + "CHANNEL" |
4083 | 4073 | ]
|
4084 | 4074 | },
|
4085 | 4075 | "Groupings":{
|
|
4304 | 4294 | "CONTACTS_TRANSFERRED_OUT",
|
4305 | 4295 | "CONTACTS_TRANSFERRED_IN_FROM_QUEUE",
|
4306 | 4296 | "CONTACTS_TRANSFERRED_OUT_FROM_QUEUE",
|
4307 |
| - "CONTACTS_TRANSFERRED_IN_BY_AGENT", |
4308 |
| - "CONTACTS_TRANSFERRED_OUT_BY_AGENT", |
4309 | 4297 | "CONTACTS_MISSED",
|
4310 | 4298 | "CALLBACK_CONTACTS_HANDLED",
|
4311 | 4299 | "API_CONTACTS_HANDLED",
|
|
4543 | 4531 | },
|
4544 | 4532 | "InstanceId":{
|
4545 | 4533 | "type":"string",
|
4546 |
| - "max":256, |
| 4534 | + "max":100, |
4547 | 4535 | "min":1
|
4548 | 4536 | },
|
4549 |
| - "InstanceReference":{ |
4550 |
| - "type":"structure", |
4551 |
| - "members":{ |
4552 |
| - "Id":{ |
4553 |
| - "shape":"InstanceId", |
4554 |
| - "documentation":"<p>The identifier of the instance reference.</p>" |
4555 |
| - }, |
4556 |
| - "Arn":{ |
4557 |
| - "shape":"ARN", |
4558 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the instance reference.</p>" |
4559 |
| - } |
4560 |
| - }, |
4561 |
| - "documentation":"<p>The instance reference.</p>" |
4562 |
| - }, |
4563 | 4537 | "InstanceStatus":{
|
4564 | 4538 | "type":"string",
|
4565 | 4539 | "enum":[
|
|
5999 | 5973 | },
|
6000 | 5974 | "Password":{
|
6001 | 5975 | "type":"string",
|
6002 |
| - "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/", |
6003 |
| - "sensitive":true |
| 5976 | + "pattern":"/^(?=.*[a-z])(?=.*[A-Z])(?=.*\\d)[a-zA-Z\\d\\S]{8,64}$/" |
6004 | 5977 | },
|
6005 | 5978 | "PhoneNumber":{"type":"string"},
|
6006 | 5979 | "PhoneNumberCountryCode":{
|
|
6460 | 6433 | "Arn":{
|
6461 | 6434 | "shape":"ARN",
|
6462 | 6435 | "documentation":"<p>The Amazon Resource Name (ARN) of the queue.</p>"
|
6463 |
| - }, |
6464 |
| - "QueueType":{ |
6465 |
| - "shape":"QueueType", |
6466 |
| - "documentation":"<p>The type of queue.</p>" |
6467 | 6436 | }
|
6468 | 6437 | },
|
6469 | 6438 | "documentation":"<p>Contains information about a queue resource for which metrics are returned.</p>"
|
|
6653 | 6622 | },
|
6654 | 6623 | "ReferenceType":{
|
6655 | 6624 | "type":"string",
|
6656 |
| - "enum":[ |
6657 |
| - "URL", |
6658 |
| - "ATTACHMENT", |
6659 |
| - "NUMBER", |
6660 |
| - "STRING", |
6661 |
| - "DATE", |
6662 |
| - "EMAIL" |
6663 |
| - ] |
| 6625 | + "enum":["URL"] |
6664 | 6626 | },
|
6665 | 6627 | "ReferenceValue":{
|
6666 | 6628 | "type":"string",
|
|
6888 | 6850 | "type":"list",
|
6889 | 6851 | "member":{"shape":"RoutingProfileQueueReference"}
|
6890 | 6852 | },
|
6891 |
| - "RoutingProfileReference":{ |
6892 |
| - "type":"structure", |
6893 |
| - "members":{ |
6894 |
| - "Id":{ |
6895 |
| - "shape":"RoutingProfileId", |
6896 |
| - "documentation":"<p>The identifier of the routing profile reference.</p>" |
6897 |
| - }, |
6898 |
| - "Arn":{ |
6899 |
| - "shape":"ARN", |
6900 |
| - "documentation":"<p>The Amazon Resource Name (ARN) of the routing profile reference.</p>" |
6901 |
| - } |
6902 |
| - }, |
6903 |
| - "documentation":"<p>The routing profile reference.</p>" |
6904 |
| - }, |
6905 | 6853 | "RoutingProfileSummary":{
|
6906 | 6854 | "type":"structure",
|
6907 | 6855 | "members":{
|
|
6924 | 6872 | "type":"list",
|
6925 | 6873 | "member":{"shape":"RoutingProfileSummary"}
|
6926 | 6874 | },
|
6927 |
| - "RoutingProfiles":{ |
6928 |
| - "type":"list", |
6929 |
| - "member":{"shape":"RoutingProfileId"}, |
6930 |
| - "max":100, |
6931 |
| - "min":1 |
6932 |
| - }, |
6933 | 6875 | "S3Config":{
|
6934 | 6876 | "type":"structure",
|
6935 | 6877 | "required":[
|
|
7475 | 7417 | "type":"string",
|
7476 | 7418 | "enum":[
|
7477 | 7419 | "SECONDS",
|
7478 |
| - "MILLISECONDS", |
7479 | 7420 | "COUNT",
|
7480 | 7421 | "PERCENT"
|
7481 | 7422 | ]
|
|
0 commit comments