|
1587 | 1587 | {"shape":"AccessDeniedException"}
|
1588 | 1588 | ]
|
1589 | 1589 | },
|
| 1590 | + "SearchUsers":{ |
| 1591 | + "name":"SearchUsers", |
| 1592 | + "http":{ |
| 1593 | + "method":"POST", |
| 1594 | + "requestUri":"/search-users" |
| 1595 | + }, |
| 1596 | + "input":{"shape":"SearchUsersRequest"}, |
| 1597 | + "output":{"shape":"SearchUsersResponse"}, |
| 1598 | + "errors":[ |
| 1599 | + {"shape":"InvalidRequestException"}, |
| 1600 | + {"shape":"InvalidParameterException"}, |
| 1601 | + {"shape":"ResourceNotFoundException"}, |
| 1602 | + {"shape":"ThrottlingException"}, |
| 1603 | + {"shape":"InternalServiceException"} |
| 1604 | + ] |
| 1605 | + }, |
1590 | 1606 | "SearchVocabularies":{
|
1591 | 1607 | "name":"SearchVocabularies",
|
1592 | 1608 | "http":{
|
|
2390 | 2406 | "AwaitAnswerMachinePrompt":{"shape":"Boolean"}
|
2391 | 2407 | }
|
2392 | 2408 | },
|
| 2409 | + "ApproximateTotalCount":{"type":"long"}, |
2393 | 2410 | "AssociateApprovedOriginRequest":{
|
2394 | 2411 | "type":"structure",
|
2395 | 2412 | "required":[
|
|
2931 | 2948 | "key":{"shape":"ReferenceKey"},
|
2932 | 2949 | "value":{"shape":"Reference"}
|
2933 | 2950 | },
|
| 2951 | + "ControlPlaneTagFilter":{ |
| 2952 | + "type":"structure", |
| 2953 | + "members":{ |
| 2954 | + "OrConditions":{"shape":"TagOrConditionList"}, |
| 2955 | + "AndConditions":{"shape":"TagAndConditionList"}, |
| 2956 | + "TagCondition":{"shape":"TagCondition"} |
| 2957 | + } |
| 2958 | + }, |
2934 | 2959 | "CreateAgentStatusRequest":{
|
2935 | 2960 | "type":"structure",
|
2936 | 2961 | "required":[
|
|
4452 | 4477 | "Tags":{"shape":"TagMap"}
|
4453 | 4478 | }
|
4454 | 4479 | },
|
| 4480 | + "HierarchyGroupCondition":{ |
| 4481 | + "type":"structure", |
| 4482 | + "members":{ |
| 4483 | + "Value":{"shape":"String"}, |
| 4484 | + "HierarchyGroupMatchType":{"shape":"HierarchyGroupMatchType"} |
| 4485 | + } |
| 4486 | + }, |
4455 | 4487 | "HierarchyGroupId":{"type":"string"},
|
| 4488 | + "HierarchyGroupMatchType":{ |
| 4489 | + "type":"string", |
| 4490 | + "enum":[ |
| 4491 | + "EXACT", |
| 4492 | + "WITH_CHILD_GROUPS" |
| 4493 | + ] |
| 4494 | + }, |
4456 | 4495 | "HierarchyGroupName":{"type":"string"},
|
4457 | 4496 | "HierarchyGroupSummary":{
|
4458 | 4497 | "type":"structure",
|
|
5908 | 5947 | "min":0
|
5909 | 5948 | },
|
5910 | 5949 | "NextToken":{"type":"string"},
|
| 5950 | + "NextToken2500":{ |
| 5951 | + "type":"string", |
| 5952 | + "max":2500, |
| 5953 | + "min":1 |
| 5954 | + }, |
5911 | 5955 | "Origin":{
|
5912 | 5956 | "type":"string",
|
5913 | 5957 | "max":267
|
|
6762 | 6806 | "AvailableNumbersList":{"shape":"AvailableNumbersList"}
|
6763 | 6807 | }
|
6764 | 6808 | },
|
| 6809 | + "SearchUsersRequest":{ |
| 6810 | + "type":"structure", |
| 6811 | + "members":{ |
| 6812 | + "InstanceId":{"shape":"InstanceId"}, |
| 6813 | + "NextToken":{"shape":"NextToken2500"}, |
| 6814 | + "MaxResults":{ |
| 6815 | + "shape":"MaxResult100", |
| 6816 | + "box":true |
| 6817 | + }, |
| 6818 | + "SearchFilter":{"shape":"UserSearchFilter"}, |
| 6819 | + "SearchCriteria":{"shape":"UserSearchCriteria"} |
| 6820 | + } |
| 6821 | + }, |
| 6822 | + "SearchUsersResponse":{ |
| 6823 | + "type":"structure", |
| 6824 | + "members":{ |
| 6825 | + "Users":{"shape":"UserSearchSummaryList"}, |
| 6826 | + "NextToken":{"shape":"NextToken2500"}, |
| 6827 | + "ApproximateTotalCount":{"shape":"ApproximateTotalCount"} |
| 6828 | + } |
| 6829 | + }, |
6765 | 6830 | "SearchVocabulariesRequest":{
|
6766 | 6831 | "type":"structure",
|
6767 | 6832 | "required":["InstanceId"],
|
|
7068 | 7133 | "min":1
|
7069 | 7134 | },
|
7070 | 7135 | "String":{"type":"string"},
|
| 7136 | + "StringComparisonType":{ |
| 7137 | + "type":"string", |
| 7138 | + "enum":[ |
| 7139 | + "STARTS_WITH", |
| 7140 | + "CONTAINS", |
| 7141 | + "EXACT" |
| 7142 | + ] |
| 7143 | + }, |
| 7144 | + "StringCondition":{ |
| 7145 | + "type":"structure", |
| 7146 | + "members":{ |
| 7147 | + "FieldName":{"shape":"String"}, |
| 7148 | + "Value":{"shape":"String"}, |
| 7149 | + "ComparisonType":{"shape":"StringComparisonType"} |
| 7150 | + } |
| 7151 | + }, |
7071 | 7152 | "SupportedMessagingContentType":{
|
7072 | 7153 | "type":"string",
|
7073 | 7154 | "max":100,
|
|
7095 | 7176 | "members":{
|
7096 | 7177 | }
|
7097 | 7178 | },
|
| 7179 | + "TagAndConditionList":{ |
| 7180 | + "type":"list", |
| 7181 | + "member":{"shape":"TagCondition"} |
| 7182 | + }, |
| 7183 | + "TagCondition":{ |
| 7184 | + "type":"structure", |
| 7185 | + "members":{ |
| 7186 | + "TagKey":{"shape":"String"}, |
| 7187 | + "TagValue":{"shape":"String"} |
| 7188 | + } |
| 7189 | + }, |
7098 | 7190 | "TagKey":{
|
7099 | 7191 | "type":"string",
|
7100 | 7192 | "max":128,
|
|
7114 | 7206 | "max":50,
|
7115 | 7207 | "min":1
|
7116 | 7208 | },
|
| 7209 | + "TagOrConditionList":{ |
| 7210 | + "type":"list", |
| 7211 | + "member":{"shape":"TagAndConditionList"} |
| 7212 | + }, |
7117 | 7213 | "TagResourceRequest":{
|
7118 | 7214 | "type":"structure",
|
7119 | 7215 | "required":[
|
|
7961 | 8057 | "Email":{"shape":"Email"}
|
7962 | 8058 | }
|
7963 | 8059 | },
|
| 8060 | + "UserIdentityInfoLite":{ |
| 8061 | + "type":"structure", |
| 8062 | + "members":{ |
| 8063 | + "FirstName":{"shape":"AgentFirstName"}, |
| 8064 | + "LastName":{"shape":"AgentLastName"} |
| 8065 | + } |
| 8066 | + }, |
7964 | 8067 | "UserNotFoundException":{
|
7965 | 8068 | "type":"structure",
|
7966 | 8069 | "members":{
|
|
7990 | 8093 | "ContactFlowId":{"shape":"ContactFlowId"}
|
7991 | 8094 | }
|
7992 | 8095 | },
|
| 8096 | + "UserSearchConditionList":{ |
| 8097 | + "type":"list", |
| 8098 | + "member":{"shape":"UserSearchCriteria"} |
| 8099 | + }, |
| 8100 | + "UserSearchCriteria":{ |
| 8101 | + "type":"structure", |
| 8102 | + "members":{ |
| 8103 | + "OrConditions":{"shape":"UserSearchConditionList"}, |
| 8104 | + "AndConditions":{"shape":"UserSearchConditionList"}, |
| 8105 | + "StringCondition":{"shape":"StringCondition"}, |
| 8106 | + "HierarchyGroupCondition":{"shape":"HierarchyGroupCondition"} |
| 8107 | + } |
| 8108 | + }, |
| 8109 | + "UserSearchFilter":{ |
| 8110 | + "type":"structure", |
| 8111 | + "members":{ |
| 8112 | + "TagFilter":{"shape":"ControlPlaneTagFilter"} |
| 8113 | + } |
| 8114 | + }, |
| 8115 | + "UserSearchSummary":{ |
| 8116 | + "type":"structure", |
| 8117 | + "members":{ |
| 8118 | + "Arn":{"shape":"ARN"}, |
| 8119 | + "DirectoryUserId":{"shape":"DirectoryUserId"}, |
| 8120 | + "HierarchyGroupId":{"shape":"HierarchyGroupId"}, |
| 8121 | + "Id":{"shape":"UserId"}, |
| 8122 | + "IdentityInfo":{"shape":"UserIdentityInfoLite"}, |
| 8123 | + "PhoneConfig":{"shape":"UserPhoneConfig"}, |
| 8124 | + "RoutingProfileId":{"shape":"RoutingProfileId"}, |
| 8125 | + "SecurityProfileIds":{"shape":"SecurityProfileIds"}, |
| 8126 | + "Tags":{"shape":"TagMap"}, |
| 8127 | + "Username":{"shape":"AgentUsername"} |
| 8128 | + } |
| 8129 | + }, |
| 8130 | + "UserSearchSummaryList":{ |
| 8131 | + "type":"list", |
| 8132 | + "member":{"shape":"UserSearchSummary"} |
| 8133 | + }, |
7993 | 8134 | "UserSummary":{
|
7994 | 8135 | "type":"structure",
|
7995 | 8136 | "members":{
|
|
0 commit comments