|
2204 | 2204 | {"shape":"InternalServiceException"} |
2205 | 2205 | ] |
2206 | 2206 | }, |
| 2207 | + "SearchResourceTags":{ |
| 2208 | + "name":"SearchResourceTags", |
| 2209 | + "http":{ |
| 2210 | + "method":"POST", |
| 2211 | + "requestUri":"/search-resource-tags" |
| 2212 | + }, |
| 2213 | + "input":{"shape":"SearchResourceTagsRequest"}, |
| 2214 | + "output":{"shape":"SearchResourceTagsResponse"}, |
| 2215 | + "errors":[ |
| 2216 | + {"shape":"InvalidRequestException"}, |
| 2217 | + {"shape":"InvalidParameterException"}, |
| 2218 | + {"shape":"ResourceNotFoundException"}, |
| 2219 | + {"shape":"ThrottlingException"}, |
| 2220 | + {"shape":"InternalServiceException"}, |
| 2221 | + {"shape":"MaximumResultReturnedException"} |
| 2222 | + ] |
| 2223 | + }, |
2207 | 2224 | "SearchRoutingProfiles":{ |
2208 | 2225 | "name":"SearchRoutingProfiles", |
2209 | 2226 | "http":{ |
|
8457 | 8474 | "max":7, |
8458 | 8475 | "min":1 |
8459 | 8476 | }, |
| 8477 | + "MaximumResultReturnedException":{ |
| 8478 | + "type":"structure", |
| 8479 | + "members":{ |
| 8480 | + "Message":{"shape":"Message"} |
| 8481 | + }, |
| 8482 | + "error":{"httpStatusCode":400}, |
| 8483 | + "exception":true |
| 8484 | + }, |
8460 | 8485 | "MediaConcurrencies":{ |
8461 | 8486 | "type":"list", |
8462 | 8487 | "member":{"shape":"MediaConcurrency"} |
|
9628 | 9653 | "error":{"httpStatusCode":409}, |
9629 | 9654 | "exception":true |
9630 | 9655 | }, |
| 9656 | + "ResourceTagsSearchCriteria":{ |
| 9657 | + "type":"structure", |
| 9658 | + "members":{ |
| 9659 | + "TagSearchCondition":{"shape":"TagSearchCondition"} |
| 9660 | + } |
| 9661 | + }, |
9631 | 9662 | "ResourceType":{ |
9632 | 9663 | "type":"string", |
9633 | 9664 | "enum":[ |
|
9640 | 9671 | "USER" |
9641 | 9672 | ] |
9642 | 9673 | }, |
| 9674 | + "ResourceTypeList":{ |
| 9675 | + "type":"list", |
| 9676 | + "member":{"shape":"String"} |
| 9677 | + }, |
9643 | 9678 | "ResumeContactRecordingRequest":{ |
9644 | 9679 | "type":"structure", |
9645 | 9680 | "required":[ |
|
10023 | 10058 | "ApproximateTotalCount":{"shape":"ApproximateTotalCount"} |
10024 | 10059 | } |
10025 | 10060 | }, |
| 10061 | + "SearchResourceTagsRequest":{ |
| 10062 | + "type":"structure", |
| 10063 | + "required":["InstanceId"], |
| 10064 | + "members":{ |
| 10065 | + "InstanceId":{"shape":"InstanceIdOrArn"}, |
| 10066 | + "ResourceTypes":{"shape":"ResourceTypeList"}, |
| 10067 | + "NextToken":{"shape":"NextToken2500"}, |
| 10068 | + "MaxResults":{ |
| 10069 | + "shape":"MaxResult100", |
| 10070 | + "box":true |
| 10071 | + }, |
| 10072 | + "SearchCriteria":{"shape":"ResourceTagsSearchCriteria"} |
| 10073 | + } |
| 10074 | + }, |
| 10075 | + "SearchResourceTagsResponse":{ |
| 10076 | + "type":"structure", |
| 10077 | + "members":{ |
| 10078 | + "Tags":{"shape":"TagsList"}, |
| 10079 | + "NextToken":{"shape":"NextToken2500"} |
| 10080 | + } |
| 10081 | + }, |
10026 | 10082 | "SearchRoutingProfilesRequest":{ |
10027 | 10083 | "type":"structure", |
10028 | 10084 | "required":["InstanceId"], |
|
10642 | 10698 | "max":50, |
10643 | 10699 | "min":1 |
10644 | 10700 | }, |
| 10701 | + "TagKeyString":{ |
| 10702 | + "type":"string", |
| 10703 | + "max":128 |
| 10704 | + }, |
10645 | 10705 | "TagMap":{ |
10646 | 10706 | "type":"map", |
10647 | 10707 | "key":{"shape":"TagKey"}, |
@@ -10678,10 +10738,34 @@ |
10678 | 10738 | "max":128, |
10679 | 10739 | "min":1 |
10680 | 10740 | }, |
| 10741 | + "TagSearchCondition":{ |
| 10742 | + "type":"structure", |
| 10743 | + "members":{ |
| 10744 | + "tagKey":{"shape":"TagKeyString"}, |
| 10745 | + "tagValue":{"shape":"TagValueString"}, |
| 10746 | + "tagKeyComparisonType":{"shape":"StringComparisonType"}, |
| 10747 | + "tagValueComparisonType":{"shape":"StringComparisonType"} |
| 10748 | + } |
| 10749 | + }, |
| 10750 | + "TagSet":{ |
| 10751 | + "type":"structure", |
| 10752 | + "members":{ |
| 10753 | + "key":{"shape":"TagKey"}, |
| 10754 | + "value":{"shape":"TagValue"} |
| 10755 | + } |
| 10756 | + }, |
10681 | 10757 | "TagValue":{ |
10682 | 10758 | "type":"string", |
10683 | 10759 | "max":256 |
10684 | 10760 | }, |
| 10761 | + "TagValueString":{ |
| 10762 | + "type":"string", |
| 10763 | + "max":256 |
| 10764 | + }, |
| 10765 | + "TagsList":{ |
| 10766 | + "type":"list", |
| 10767 | + "member":{"shape":"TagSet"} |
| 10768 | + }, |
10685 | 10769 | "TaskActionDefinition":{ |
10686 | 10770 | "type":"structure", |
10687 | 10771 | "required":[ |
|
0 commit comments