|
1685 | 1685 | {"shape":"AccessDeniedException"} |
1686 | 1686 | ] |
1687 | 1687 | }, |
| 1688 | + "SearchQueues":{ |
| 1689 | + "name":"SearchQueues", |
| 1690 | + "http":{ |
| 1691 | + "method":"POST", |
| 1692 | + "requestUri":"/search-queues" |
| 1693 | + }, |
| 1694 | + "input":{"shape":"SearchQueuesRequest"}, |
| 1695 | + "output":{"shape":"SearchQueuesResponse"}, |
| 1696 | + "errors":[ |
| 1697 | + {"shape":"InvalidRequestException"}, |
| 1698 | + {"shape":"InvalidParameterException"}, |
| 1699 | + {"shape":"ResourceNotFoundException"}, |
| 1700 | + {"shape":"ThrottlingException"}, |
| 1701 | + {"shape":"InternalServiceException"} |
| 1702 | + ] |
| 1703 | + }, |
| 1704 | + "SearchRoutingProfiles":{ |
| 1705 | + "name":"SearchRoutingProfiles", |
| 1706 | + "http":{ |
| 1707 | + "method":"POST", |
| 1708 | + "requestUri":"/search-routing-profiles" |
| 1709 | + }, |
| 1710 | + "input":{"shape":"SearchRoutingProfilesRequest"}, |
| 1711 | + "output":{"shape":"SearchRoutingProfilesResponse"}, |
| 1712 | + "errors":[ |
| 1713 | + {"shape":"InvalidRequestException"}, |
| 1714 | + {"shape":"InvalidParameterException"}, |
| 1715 | + {"shape":"ResourceNotFoundException"}, |
| 1716 | + {"shape":"ThrottlingException"}, |
| 1717 | + {"shape":"InternalServiceException"} |
| 1718 | + ] |
| 1719 | + }, |
1688 | 1720 | "SearchSecurityProfiles":{ |
1689 | 1721 | "name":"SearchSecurityProfiles", |
1690 | 1722 | "http":{ |
|
6312 | 6344 | "NextToken":{"shape":"NextToken"} |
6313 | 6345 | } |
6314 | 6346 | }, |
| 6347 | + "Long":{"type":"long"}, |
6315 | 6348 | "MaxResult10":{ |
6316 | 6349 | "type":"integer", |
6317 | 6350 | "max":10, |
|
6935 | 6968 | "Arn":{"shape":"ARN"} |
6936 | 6969 | } |
6937 | 6970 | }, |
| 6971 | + "QueueSearchConditionList":{ |
| 6972 | + "type":"list", |
| 6973 | + "member":{"shape":"QueueSearchCriteria"} |
| 6974 | + }, |
| 6975 | + "QueueSearchCriteria":{ |
| 6976 | + "type":"structure", |
| 6977 | + "members":{ |
| 6978 | + "OrConditions":{"shape":"QueueSearchConditionList"}, |
| 6979 | + "AndConditions":{"shape":"QueueSearchConditionList"}, |
| 6980 | + "StringCondition":{"shape":"StringCondition"}, |
| 6981 | + "QueueTypeCondition":{"shape":"SearchableQueueType"} |
| 6982 | + } |
| 6983 | + }, |
| 6984 | + "QueueSearchFilter":{ |
| 6985 | + "type":"structure", |
| 6986 | + "members":{ |
| 6987 | + "TagFilter":{"shape":"ControlPlaneTagFilter"} |
| 6988 | + } |
| 6989 | + }, |
| 6990 | + "QueueSearchSummaryList":{ |
| 6991 | + "type":"list", |
| 6992 | + "member":{"shape":"Queue"} |
| 6993 | + }, |
6938 | 6994 | "QueueStatus":{ |
6939 | 6995 | "type":"string", |
6940 | 6996 | "enum":[ |
|
7200 | 7256 | "Description":{"shape":"RoutingProfileDescription"}, |
7201 | 7257 | "MediaConcurrencies":{"shape":"MediaConcurrencies"}, |
7202 | 7258 | "DefaultOutboundQueueId":{"shape":"QueueId"}, |
7203 | | - "Tags":{"shape":"TagMap"} |
| 7259 | + "Tags":{"shape":"TagMap"}, |
| 7260 | + "NumberOfAssociatedQueues":{"shape":"Long"}, |
| 7261 | + "NumberOfAssociatedUsers":{"shape":"Long"} |
7204 | 7262 | } |
7205 | 7263 | }, |
7206 | 7264 | "RoutingProfileDescription":{ |
|
7209 | 7267 | "min":1 |
7210 | 7268 | }, |
7211 | 7269 | "RoutingProfileId":{"type":"string"}, |
| 7270 | + "RoutingProfileList":{ |
| 7271 | + "type":"list", |
| 7272 | + "member":{"shape":"RoutingProfile"} |
| 7273 | + }, |
7212 | 7274 | "RoutingProfileName":{ |
7213 | 7275 | "type":"string", |
7214 | 7276 | "max":127, |
|
7284 | 7346 | "Arn":{"shape":"ARN"} |
7285 | 7347 | } |
7286 | 7348 | }, |
| 7349 | + "RoutingProfileSearchConditionList":{ |
| 7350 | + "type":"list", |
| 7351 | + "member":{"shape":"RoutingProfileSearchCriteria"} |
| 7352 | + }, |
| 7353 | + "RoutingProfileSearchCriteria":{ |
| 7354 | + "type":"structure", |
| 7355 | + "members":{ |
| 7356 | + "OrConditions":{"shape":"RoutingProfileSearchConditionList"}, |
| 7357 | + "AndConditions":{"shape":"RoutingProfileSearchConditionList"}, |
| 7358 | + "StringCondition":{"shape":"StringCondition"} |
| 7359 | + } |
| 7360 | + }, |
| 7361 | + "RoutingProfileSearchFilter":{ |
| 7362 | + "type":"structure", |
| 7363 | + "members":{ |
| 7364 | + "TagFilter":{"shape":"ControlPlaneTagFilter"} |
| 7365 | + } |
| 7366 | + }, |
7287 | 7367 | "RoutingProfileSummary":{ |
7288 | 7368 | "type":"structure", |
7289 | 7369 | "members":{ |
|
7334 | 7414 | "AvailableNumbersList":{"shape":"AvailableNumbersList"} |
7335 | 7415 | } |
7336 | 7416 | }, |
| 7417 | + "SearchQueuesRequest":{ |
| 7418 | + "type":"structure", |
| 7419 | + "required":["InstanceId"], |
| 7420 | + "members":{ |
| 7421 | + "InstanceId":{"shape":"InstanceId"}, |
| 7422 | + "NextToken":{"shape":"NextToken2500"}, |
| 7423 | + "MaxResults":{ |
| 7424 | + "shape":"MaxResult100", |
| 7425 | + "box":true |
| 7426 | + }, |
| 7427 | + "SearchFilter":{"shape":"QueueSearchFilter"}, |
| 7428 | + "SearchCriteria":{"shape":"QueueSearchCriteria"} |
| 7429 | + } |
| 7430 | + }, |
| 7431 | + "SearchQueuesResponse":{ |
| 7432 | + "type":"structure", |
| 7433 | + "members":{ |
| 7434 | + "Queues":{"shape":"QueueSearchSummaryList"}, |
| 7435 | + "NextToken":{"shape":"NextToken2500"}, |
| 7436 | + "ApproximateTotalCount":{"shape":"ApproximateTotalCount"} |
| 7437 | + } |
| 7438 | + }, |
| 7439 | + "SearchRoutingProfilesRequest":{ |
| 7440 | + "type":"structure", |
| 7441 | + "required":["InstanceId"], |
| 7442 | + "members":{ |
| 7443 | + "InstanceId":{"shape":"InstanceId"}, |
| 7444 | + "NextToken":{"shape":"NextToken2500"}, |
| 7445 | + "MaxResults":{ |
| 7446 | + "shape":"MaxResult100", |
| 7447 | + "box":true |
| 7448 | + }, |
| 7449 | + "SearchFilter":{"shape":"RoutingProfileSearchFilter"}, |
| 7450 | + "SearchCriteria":{"shape":"RoutingProfileSearchCriteria"} |
| 7451 | + } |
| 7452 | + }, |
| 7453 | + "SearchRoutingProfilesResponse":{ |
| 7454 | + "type":"structure", |
| 7455 | + "members":{ |
| 7456 | + "RoutingProfiles":{"shape":"RoutingProfileList"}, |
| 7457 | + "NextToken":{"shape":"NextToken2500"}, |
| 7458 | + "ApproximateTotalCount":{"shape":"ApproximateTotalCount"} |
| 7459 | + } |
| 7460 | + }, |
7337 | 7461 | "SearchSecurityProfilesRequest":{ |
7338 | 7462 | "type":"structure", |
7339 | 7463 | "required":["InstanceId"], |
|
7400 | 7524 | "NextToken":{"shape":"VocabularyNextToken"} |
7401 | 7525 | } |
7402 | 7526 | }, |
| 7527 | + "SearchableQueueType":{ |
| 7528 | + "type":"string", |
| 7529 | + "enum":["STANDARD"] |
| 7530 | + }, |
7403 | 7531 | "SecurityKey":{ |
7404 | 7532 | "type":"structure", |
7405 | 7533 | "members":{ |
|
0 commit comments