@aws-sdk/client-connect 3.75.0 → 3.78.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +30 -0
- package/dist-cjs/Connect.js +15 -0
- package/dist-cjs/commands/SearchUsersCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_1.js +73 -2
- package/dist-cjs/pagination/GetCurrentMetricDataPaginator.js +2 -1
- package/dist-cjs/pagination/GetMetricDataPaginator.js +2 -1
- package/dist-cjs/pagination/ListAgentStatusesPaginator.js +2 -1
- package/dist-cjs/pagination/ListApprovedOriginsPaginator.js +2 -1
- package/dist-cjs/pagination/ListBotsPaginator.js +2 -1
- package/dist-cjs/pagination/ListContactFlowModulesPaginator.js +2 -1
- package/dist-cjs/pagination/ListContactFlowsPaginator.js +2 -1
- package/dist-cjs/pagination/ListContactReferencesPaginator.js +2 -1
- package/dist-cjs/pagination/ListDefaultVocabulariesPaginator.js +2 -1
- package/dist-cjs/pagination/ListHoursOfOperationsPaginator.js +2 -1
- package/dist-cjs/pagination/ListInstanceAttributesPaginator.js +2 -1
- package/dist-cjs/pagination/ListInstanceStorageConfigsPaginator.js +2 -1
- package/dist-cjs/pagination/ListInstancesPaginator.js +2 -1
- package/dist-cjs/pagination/ListIntegrationAssociationsPaginator.js +2 -1
- package/dist-cjs/pagination/ListLambdaFunctionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListLexBotsPaginator.js +2 -1
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js +2 -1
- package/dist-cjs/pagination/ListPhoneNumbersV2Paginator.js +2 -1
- package/dist-cjs/pagination/ListPromptsPaginator.js +2 -1
- package/dist-cjs/pagination/ListQueueQuickConnectsPaginator.js +2 -1
- package/dist-cjs/pagination/ListQueuesPaginator.js +2 -1
- package/dist-cjs/pagination/ListQuickConnectsPaginator.js +2 -1
- package/dist-cjs/pagination/ListRoutingProfileQueuesPaginator.js +2 -1
- package/dist-cjs/pagination/ListRoutingProfilesPaginator.js +2 -1
- package/dist-cjs/pagination/ListSecurityKeysPaginator.js +2 -1
- package/dist-cjs/pagination/ListSecurityProfilePermissionsPaginator.js +2 -1
- package/dist-cjs/pagination/ListSecurityProfilesPaginator.js +2 -1
- package/dist-cjs/pagination/ListUseCasesPaginator.js +2 -1
- package/dist-cjs/pagination/ListUserHierarchyGroupsPaginator.js +2 -1
- package/dist-cjs/pagination/ListUsersPaginator.js +2 -1
- package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js +2 -1
- package/dist-cjs/pagination/SearchUsersPaginator.js +36 -0
- package/dist-cjs/pagination/SearchVocabulariesPaginator.js +2 -1
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +223 -5
- package/dist-es/Connect.js +15 -0
- package/dist-es/commands/SearchUsersCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_1.js +51 -0
- package/dist-es/pagination/GetCurrentMetricDataPaginator.js +3 -2
- package/dist-es/pagination/GetMetricDataPaginator.js +3 -2
- package/dist-es/pagination/ListAgentStatusesPaginator.js +3 -2
- package/dist-es/pagination/ListApprovedOriginsPaginator.js +3 -2
- package/dist-es/pagination/ListBotsPaginator.js +3 -2
- package/dist-es/pagination/ListContactFlowModulesPaginator.js +3 -2
- package/dist-es/pagination/ListContactFlowsPaginator.js +3 -2
- package/dist-es/pagination/ListContactReferencesPaginator.js +3 -2
- package/dist-es/pagination/ListDefaultVocabulariesPaginator.js +3 -2
- package/dist-es/pagination/ListHoursOfOperationsPaginator.js +3 -2
- package/dist-es/pagination/ListInstanceAttributesPaginator.js +3 -2
- package/dist-es/pagination/ListInstanceStorageConfigsPaginator.js +3 -2
- package/dist-es/pagination/ListInstancesPaginator.js +3 -2
- package/dist-es/pagination/ListIntegrationAssociationsPaginator.js +3 -2
- package/dist-es/pagination/ListLambdaFunctionsPaginator.js +3 -2
- package/dist-es/pagination/ListLexBotsPaginator.js +3 -2
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +3 -2
- package/dist-es/pagination/ListPhoneNumbersV2Paginator.js +3 -2
- package/dist-es/pagination/ListPromptsPaginator.js +3 -2
- package/dist-es/pagination/ListQueueQuickConnectsPaginator.js +3 -2
- package/dist-es/pagination/ListQueuesPaginator.js +3 -2
- package/dist-es/pagination/ListQuickConnectsPaginator.js +3 -2
- package/dist-es/pagination/ListRoutingProfileQueuesPaginator.js +3 -2
- package/dist-es/pagination/ListRoutingProfilesPaginator.js +3 -2
- package/dist-es/pagination/ListSecurityKeysPaginator.js +3 -2
- package/dist-es/pagination/ListSecurityProfilePermissionsPaginator.js +3 -2
- package/dist-es/pagination/ListSecurityProfilesPaginator.js +3 -2
- package/dist-es/pagination/ListUseCasesPaginator.js +3 -2
- package/dist-es/pagination/ListUserHierarchyGroupsPaginator.js +3 -2
- package/dist-es/pagination/ListUsersPaginator.js +3 -2
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +3 -2
- package/dist-es/pagination/SearchUsersPaginator.js +75 -0
- package/dist-es/pagination/SearchVocabulariesPaginator.js +3 -2
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_restJson1.js +220 -1
- package/dist-types/Connect.d.ts +7 -0
- package/dist-types/ConnectClient.d.ts +3 -2
- package/dist-types/commands/SearchUsersCommand.d.ts +35 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +7 -8
- package/dist-types/models/models_1.d.ts +282 -2
- package/dist-types/pagination/SearchUsersPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +3 -0
- package/dist-types/ts3.4/Connect.d.ts +5 -0
- package/dist-types/ts3.4/ConnectClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/SearchUsersCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_1.d.ts +149 -0
- package/dist-types/ts3.4/pagination/SearchUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +3 -0
- package/package.json +25 -25
|
@@ -17,6 +17,230 @@ export declare namespace SearchAvailablePhoneNumbersResponse {
|
|
|
17
17
|
*/
|
|
18
18
|
const filterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
|
|
19
19
|
}
|
|
20
|
+
export declare enum HierarchyGroupMatchType {
|
|
21
|
+
EXACT = "EXACT",
|
|
22
|
+
WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS"
|
|
23
|
+
}
|
|
24
|
+
/**
|
|
25
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
26
|
+
*/
|
|
27
|
+
export interface HierarchyGroupCondition {
|
|
28
|
+
/**
|
|
29
|
+
* <p>The value in the hierarchy group condition.</p>
|
|
30
|
+
*/
|
|
31
|
+
Value?: string;
|
|
32
|
+
/**
|
|
33
|
+
* <p>The type of hierarchy group match.</p>
|
|
34
|
+
*/
|
|
35
|
+
HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
|
|
36
|
+
}
|
|
37
|
+
export declare namespace HierarchyGroupCondition {
|
|
38
|
+
/**
|
|
39
|
+
* @internal
|
|
40
|
+
*/
|
|
41
|
+
const filterSensitiveLog: (obj: HierarchyGroupCondition) => any;
|
|
42
|
+
}
|
|
43
|
+
export declare enum StringComparisonType {
|
|
44
|
+
CONTAINS = "CONTAINS",
|
|
45
|
+
EXACT = "EXACT",
|
|
46
|
+
STARTS_WITH = "STARTS_WITH"
|
|
47
|
+
}
|
|
48
|
+
/**
|
|
49
|
+
* <p>A leaf node condition which can be used to specify a string condition, for example,
|
|
50
|
+
* <code>username = 'abc'</code>. </p>
|
|
51
|
+
*/
|
|
52
|
+
export interface StringCondition {
|
|
53
|
+
/**
|
|
54
|
+
* <p>The name of the field in the string condition.</p>
|
|
55
|
+
*/
|
|
56
|
+
FieldName?: string;
|
|
57
|
+
/**
|
|
58
|
+
* <p>The value of the string.</p>
|
|
59
|
+
*/
|
|
60
|
+
Value?: string;
|
|
61
|
+
/**
|
|
62
|
+
* <p>The type of comparison to be made when evaluating the string condition.</p>
|
|
63
|
+
*/
|
|
64
|
+
ComparisonType?: StringComparisonType | string;
|
|
65
|
+
}
|
|
66
|
+
export declare namespace StringCondition {
|
|
67
|
+
/**
|
|
68
|
+
* @internal
|
|
69
|
+
*/
|
|
70
|
+
const filterSensitiveLog: (obj: StringCondition) => any;
|
|
71
|
+
}
|
|
72
|
+
/**
|
|
73
|
+
* <p>A leaf node condition which can be used to specify a tag condition, for example, <code>HAVE
|
|
74
|
+
* BPO = 123</code>. </p>
|
|
75
|
+
*/
|
|
76
|
+
export interface TagCondition {
|
|
77
|
+
/**
|
|
78
|
+
* <p>The tag key in the tag condition.</p>
|
|
79
|
+
*/
|
|
80
|
+
TagKey?: string;
|
|
81
|
+
/**
|
|
82
|
+
* <p>The tag value in the tag condition.</p>
|
|
83
|
+
*/
|
|
84
|
+
TagValue?: string;
|
|
85
|
+
}
|
|
86
|
+
export declare namespace TagCondition {
|
|
87
|
+
/**
|
|
88
|
+
* @internal
|
|
89
|
+
*/
|
|
90
|
+
const filterSensitiveLog: (obj: TagCondition) => any;
|
|
91
|
+
}
|
|
92
|
+
/**
|
|
93
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
94
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where: </p>
|
|
95
|
+
* <ul>
|
|
96
|
+
* <li>
|
|
97
|
+
* <p>Top level list specifies conditions that need to be applied
|
|
98
|
+
* with <code>OR</code> operator</p>
|
|
99
|
+
* </li>
|
|
100
|
+
* <li>
|
|
101
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code>
|
|
102
|
+
* operator.</p>
|
|
103
|
+
* </li>
|
|
104
|
+
* </ul>
|
|
105
|
+
*/
|
|
106
|
+
export interface ControlPlaneTagFilter {
|
|
107
|
+
/**
|
|
108
|
+
* <p>A list of conditions which would be applied together with an <code>OR</code> condition. </p>
|
|
109
|
+
*/
|
|
110
|
+
OrConditions?: TagCondition[][];
|
|
111
|
+
/**
|
|
112
|
+
* <p>A list of conditions which would be applied together with an <code>AND</code> condition.</p>
|
|
113
|
+
*/
|
|
114
|
+
AndConditions?: TagCondition[];
|
|
115
|
+
/**
|
|
116
|
+
* <p>A leaf node condition which can be used to specify a tag condition. </p>
|
|
117
|
+
*/
|
|
118
|
+
TagCondition?: TagCondition;
|
|
119
|
+
}
|
|
120
|
+
export declare namespace ControlPlaneTagFilter {
|
|
121
|
+
/**
|
|
122
|
+
* @internal
|
|
123
|
+
*/
|
|
124
|
+
const filterSensitiveLog: (obj: ControlPlaneTagFilter) => any;
|
|
125
|
+
}
|
|
126
|
+
/**
|
|
127
|
+
* <p>Filters to be applied to search results.</p>
|
|
128
|
+
*/
|
|
129
|
+
export interface UserSearchFilter {
|
|
130
|
+
/**
|
|
131
|
+
* <p>An object that can be used to specify Tag conditions inside the <code>SearchFilter</code>. This accepts an
|
|
132
|
+
* <code>OR</code> of <code>AND</code> (List of List) input where: </p>
|
|
133
|
+
* <ul>
|
|
134
|
+
* <li>
|
|
135
|
+
* <p>Top level list specifies conditions that need to be applied
|
|
136
|
+
* with <code>OR</code> operator</p>
|
|
137
|
+
* </li>
|
|
138
|
+
* <li>
|
|
139
|
+
* <p>Inner list specifies conditions that need to be applied with <code>AND</code>
|
|
140
|
+
* operator.</p>
|
|
141
|
+
* </li>
|
|
142
|
+
* </ul>
|
|
143
|
+
*/
|
|
144
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
145
|
+
}
|
|
146
|
+
export declare namespace UserSearchFilter {
|
|
147
|
+
/**
|
|
148
|
+
* @internal
|
|
149
|
+
*/
|
|
150
|
+
const filterSensitiveLog: (obj: UserSearchFilter) => any;
|
|
151
|
+
}
|
|
152
|
+
/**
|
|
153
|
+
* <p>The user's first name and last name.</p>
|
|
154
|
+
*/
|
|
155
|
+
export interface UserIdentityInfoLite {
|
|
156
|
+
/**
|
|
157
|
+
* <p>The user's first name.</p>
|
|
158
|
+
*/
|
|
159
|
+
FirstName?: string;
|
|
160
|
+
/**
|
|
161
|
+
* <p>The user's last name.</p>
|
|
162
|
+
*/
|
|
163
|
+
LastName?: string;
|
|
164
|
+
}
|
|
165
|
+
export declare namespace UserIdentityInfoLite {
|
|
166
|
+
/**
|
|
167
|
+
* @internal
|
|
168
|
+
*/
|
|
169
|
+
const filterSensitiveLog: (obj: UserIdentityInfoLite) => any;
|
|
170
|
+
}
|
|
171
|
+
/**
|
|
172
|
+
* <p>Information about the returned users.</p>
|
|
173
|
+
*/
|
|
174
|
+
export interface UserSearchSummary {
|
|
175
|
+
/**
|
|
176
|
+
* <p>The Amazon Resource Name (ARN) of the user.</p>
|
|
177
|
+
*/
|
|
178
|
+
Arn?: string;
|
|
179
|
+
/**
|
|
180
|
+
* <p>The directory identifier of the user.</p>
|
|
181
|
+
*/
|
|
182
|
+
DirectoryUserId?: string;
|
|
183
|
+
/**
|
|
184
|
+
* <p>The identifier of the user's hierarchy group.</p>
|
|
185
|
+
*/
|
|
186
|
+
HierarchyGroupId?: string;
|
|
187
|
+
/**
|
|
188
|
+
* <p>The identifier of the user's summary.</p>
|
|
189
|
+
*/
|
|
190
|
+
Id?: string;
|
|
191
|
+
/**
|
|
192
|
+
* <p>The user's first name and last name.</p>
|
|
193
|
+
*/
|
|
194
|
+
IdentityInfo?: UserIdentityInfoLite;
|
|
195
|
+
/**
|
|
196
|
+
* <p>Contains information about the phone configuration settings for a user.</p>
|
|
197
|
+
*/
|
|
198
|
+
PhoneConfig?: UserPhoneConfig;
|
|
199
|
+
/**
|
|
200
|
+
* <p>The identifier of the user's routing profile.</p>
|
|
201
|
+
*/
|
|
202
|
+
RoutingProfileId?: string;
|
|
203
|
+
/**
|
|
204
|
+
* <p>The identifiers of the user's security profiles.</p>
|
|
205
|
+
*/
|
|
206
|
+
SecurityProfileIds?: string[];
|
|
207
|
+
/**
|
|
208
|
+
* <p>The tags used to organize, track, or control access for this resource.</p>
|
|
209
|
+
*/
|
|
210
|
+
Tags?: {
|
|
211
|
+
[key: string]: string;
|
|
212
|
+
};
|
|
213
|
+
/**
|
|
214
|
+
* <p>The name of the user.</p>
|
|
215
|
+
*/
|
|
216
|
+
Username?: string;
|
|
217
|
+
}
|
|
218
|
+
export declare namespace UserSearchSummary {
|
|
219
|
+
/**
|
|
220
|
+
* @internal
|
|
221
|
+
*/
|
|
222
|
+
const filterSensitiveLog: (obj: UserSearchSummary) => any;
|
|
223
|
+
}
|
|
224
|
+
export interface SearchUsersResponse {
|
|
225
|
+
/**
|
|
226
|
+
* <p>Information about the users.</p>
|
|
227
|
+
*/
|
|
228
|
+
Users?: UserSearchSummary[];
|
|
229
|
+
/**
|
|
230
|
+
* <p>If there are additional results, this is the token for the next set of results.</p>
|
|
231
|
+
*/
|
|
232
|
+
NextToken?: string;
|
|
233
|
+
/**
|
|
234
|
+
* <p>The total number of users who matched your search query.</p>
|
|
235
|
+
*/
|
|
236
|
+
ApproximateTotalCount?: number;
|
|
237
|
+
}
|
|
238
|
+
export declare namespace SearchUsersResponse {
|
|
239
|
+
/**
|
|
240
|
+
* @internal
|
|
241
|
+
*/
|
|
242
|
+
const filterSensitiveLog: (obj: SearchUsersResponse) => any;
|
|
243
|
+
}
|
|
20
244
|
export interface SearchVocabulariesRequest {
|
|
21
245
|
/**
|
|
22
246
|
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
@@ -1072,7 +1296,7 @@ export declare namespace UpdateInstanceStorageConfigRequest {
|
|
|
1072
1296
|
}
|
|
1073
1297
|
export interface UpdatePhoneNumberRequest {
|
|
1074
1298
|
/**
|
|
1075
|
-
* <p>
|
|
1299
|
+
* <p>A unique identifier for the phone number.</p>
|
|
1076
1300
|
*/
|
|
1077
1301
|
PhoneNumberId: string | undefined;
|
|
1078
1302
|
/**
|
|
@@ -1093,7 +1317,7 @@ export declare namespace UpdatePhoneNumberRequest {
|
|
|
1093
1317
|
}
|
|
1094
1318
|
export interface UpdatePhoneNumberResponse {
|
|
1095
1319
|
/**
|
|
1096
|
-
* <p>
|
|
1320
|
+
* <p>A unique identifier for the phone number.</p>
|
|
1097
1321
|
*/
|
|
1098
1322
|
PhoneNumberId?: string;
|
|
1099
1323
|
/**
|
|
@@ -1549,3 +1773,59 @@ export declare namespace UpdateUserSecurityProfilesRequest {
|
|
|
1549
1773
|
*/
|
|
1550
1774
|
const filterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
|
|
1551
1775
|
}
|
|
1776
|
+
/**
|
|
1777
|
+
* <p>The search criteria to be used to return users.</p>
|
|
1778
|
+
*/
|
|
1779
|
+
export interface UserSearchCriteria {
|
|
1780
|
+
/**
|
|
1781
|
+
* <p>A list of conditions which would be applied together with an <code>OR</code> condition.</p>
|
|
1782
|
+
*/
|
|
1783
|
+
OrConditions?: UserSearchCriteria[];
|
|
1784
|
+
/**
|
|
1785
|
+
* <p>A list of conditions which would be applied together with an <code>AND</code> condition. </p>
|
|
1786
|
+
*/
|
|
1787
|
+
AndConditions?: UserSearchCriteria[];
|
|
1788
|
+
/**
|
|
1789
|
+
* <p>A leaf node condition which can be used to specify a string condition.</p>
|
|
1790
|
+
*/
|
|
1791
|
+
StringCondition?: StringCondition;
|
|
1792
|
+
/**
|
|
1793
|
+
* <p>A leaf node condition which can be used to specify a hierarchy group condition.</p>
|
|
1794
|
+
*/
|
|
1795
|
+
HierarchyGroupCondition?: HierarchyGroupCondition;
|
|
1796
|
+
}
|
|
1797
|
+
export declare namespace UserSearchCriteria {
|
|
1798
|
+
/**
|
|
1799
|
+
* @internal
|
|
1800
|
+
*/
|
|
1801
|
+
const filterSensitiveLog: (obj: UserSearchCriteria) => any;
|
|
1802
|
+
}
|
|
1803
|
+
export interface SearchUsersRequest {
|
|
1804
|
+
/**
|
|
1805
|
+
* <p>The identifier of the Amazon Connect instance. You can find the instanceId in the ARN of the instance.</p>
|
|
1806
|
+
*/
|
|
1807
|
+
InstanceId?: string;
|
|
1808
|
+
/**
|
|
1809
|
+
* <p>The token for the next set of results. Use the value returned in the previous
|
|
1810
|
+
* response in the next request to retrieve the next set of results.</p>
|
|
1811
|
+
*/
|
|
1812
|
+
NextToken?: string;
|
|
1813
|
+
/**
|
|
1814
|
+
* <p>The maximum number of results to return per page.</p>
|
|
1815
|
+
*/
|
|
1816
|
+
MaxResults?: number;
|
|
1817
|
+
/**
|
|
1818
|
+
* <p>Filters to be applied to search results.</p>
|
|
1819
|
+
*/
|
|
1820
|
+
SearchFilter?: UserSearchFilter;
|
|
1821
|
+
/**
|
|
1822
|
+
* <p>The search criteria to be used to return users.</p>
|
|
1823
|
+
*/
|
|
1824
|
+
SearchCriteria?: UserSearchCriteria;
|
|
1825
|
+
}
|
|
1826
|
+
export declare namespace SearchUsersRequest {
|
|
1827
|
+
/**
|
|
1828
|
+
* @internal
|
|
1829
|
+
*/
|
|
1830
|
+
const filterSensitiveLog: (obj: SearchUsersRequest) => any;
|
|
1831
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateSearchUsers(config: ConnectPaginationConfiguration, input: SearchUsersCommandInput, ...additionalArguments: any): Paginator<SearchUsersCommandOutput>;
|
|
@@ -30,4 +30,5 @@ export * from "./ListUseCasesPaginator";
|
|
|
30
30
|
export * from "./ListUserHierarchyGroupsPaginator";
|
|
31
31
|
export * from "./ListUsersPaginator";
|
|
32
32
|
export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
33
|
+
export * from "./SearchUsersPaginator";
|
|
33
34
|
export * from "./SearchVocabulariesPaginator";
|
|
@@ -98,6 +98,7 @@ import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListU
|
|
|
98
98
|
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
|
|
99
99
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
|
|
100
100
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
101
|
+
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
|
|
101
102
|
import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
|
|
102
103
|
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
|
|
103
104
|
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
|
|
@@ -240,6 +241,7 @@ export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCo
|
|
|
240
241
|
export declare const serializeAws_restJson1ReleasePhoneNumberCommand: (input: ReleasePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
242
|
export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
243
|
export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
export declare const serializeAws_restJson1SearchUsersCommand: (input: SearchUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
245
|
export declare const serializeAws_restJson1SearchVocabulariesCommand: (input: SearchVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
246
|
export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
247
|
export declare const serializeAws_restJson1StartContactRecordingCommand: (input: StartContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -382,6 +384,7 @@ export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpRe
|
|
|
382
384
|
export declare const deserializeAws_restJson1ReleasePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleasePhoneNumberCommandOutput>;
|
|
383
385
|
export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
|
|
384
386
|
export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
387
|
+
export declare const deserializeAws_restJson1SearchUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchUsersCommandOutput>;
|
|
385
388
|
export declare const deserializeAws_restJson1SearchVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVocabulariesCommandOutput>;
|
|
386
389
|
export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
|
|
387
390
|
export declare const deserializeAws_restJson1StartContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactRecordingCommandOutput>;
|
|
@@ -97,6 +97,7 @@ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUs
|
|
|
97
97
|
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
|
|
98
98
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
|
|
99
99
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
100
|
+
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
|
|
100
101
|
import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
|
|
101
102
|
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
|
|
102
103
|
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
|
|
@@ -537,6 +538,10 @@ export declare class Connect extends ConnectClient {
|
|
|
537
538
|
searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
|
|
538
539
|
searchAvailablePhoneNumbers(args: SearchAvailablePhoneNumbersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void): void;
|
|
539
540
|
|
|
541
|
+
searchUsers(args: SearchUsersCommandInput, options?: __HttpHandlerOptions): Promise<SearchUsersCommandOutput>;
|
|
542
|
+
searchUsers(args: SearchUsersCommandInput, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
|
|
543
|
+
searchUsers(args: SearchUsersCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchUsersCommandOutput) => void): void;
|
|
544
|
+
|
|
540
545
|
searchVocabularies(args: SearchVocabulariesCommandInput, options?: __HttpHandlerOptions): Promise<SearchVocabulariesCommandOutput>;
|
|
541
546
|
searchVocabularies(args: SearchVocabulariesCommandInput, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
|
|
542
547
|
searchVocabularies(args: SearchVocabulariesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: SearchVocabulariesCommandOutput) => void): void;
|
|
@@ -104,6 +104,7 @@ import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUs
|
|
|
104
104
|
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "./commands/ReleasePhoneNumberCommand";
|
|
105
105
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "./commands/ResumeContactRecordingCommand";
|
|
106
106
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
107
|
+
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "./commands/SearchUsersCommand";
|
|
107
108
|
import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "./commands/SearchVocabulariesCommand";
|
|
108
109
|
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "./commands/StartChatContactCommand";
|
|
109
110
|
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "./commands/StartContactRecordingCommand";
|
|
@@ -148,8 +149,8 @@ import { UpdateUserIdentityInfoCommandInput, UpdateUserIdentityInfoCommandOutput
|
|
|
148
149
|
import { UpdateUserPhoneConfigCommandInput, UpdateUserPhoneConfigCommandOutput } from "./commands/UpdateUserPhoneConfigCommand";
|
|
149
150
|
import { UpdateUserRoutingProfileCommandInput, UpdateUserRoutingProfileCommandOutput } from "./commands/UpdateUserRoutingProfileCommand";
|
|
150
151
|
import { UpdateUserSecurityProfilesCommandInput, UpdateUserSecurityProfilesCommandOutput } from "./commands/UpdateUserSecurityProfilesCommand";
|
|
151
|
-
export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
152
|
-
export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
152
|
+
export declare type ServiceInputTypes = AssociateApprovedOriginCommandInput | AssociateBotCommandInput | AssociateDefaultVocabularyCommandInput | AssociateInstanceStorageConfigCommandInput | AssociateLambdaFunctionCommandInput | AssociateLexBotCommandInput | AssociatePhoneNumberContactFlowCommandInput | AssociateQueueQuickConnectsCommandInput | AssociateRoutingProfileQueuesCommandInput | AssociateSecurityKeyCommandInput | ClaimPhoneNumberCommandInput | CreateAgentStatusCommandInput | CreateContactFlowCommandInput | CreateContactFlowModuleCommandInput | CreateHoursOfOperationCommandInput | CreateInstanceCommandInput | CreateIntegrationAssociationCommandInput | CreateQueueCommandInput | CreateQuickConnectCommandInput | CreateRoutingProfileCommandInput | CreateSecurityProfileCommandInput | CreateUseCaseCommandInput | CreateUserCommandInput | CreateUserHierarchyGroupCommandInput | CreateVocabularyCommandInput | DeleteContactFlowCommandInput | DeleteContactFlowModuleCommandInput | DeleteHoursOfOperationCommandInput | DeleteInstanceCommandInput | DeleteIntegrationAssociationCommandInput | DeleteQuickConnectCommandInput | DeleteSecurityProfileCommandInput | DeleteUseCaseCommandInput | DeleteUserCommandInput | DeleteUserHierarchyGroupCommandInput | DeleteVocabularyCommandInput | DescribeAgentStatusCommandInput | DescribeContactCommandInput | DescribeContactFlowCommandInput | DescribeContactFlowModuleCommandInput | DescribeHoursOfOperationCommandInput | DescribeInstanceAttributeCommandInput | DescribeInstanceCommandInput | DescribeInstanceStorageConfigCommandInput | DescribePhoneNumberCommandInput | DescribeQueueCommandInput | DescribeQuickConnectCommandInput | DescribeRoutingProfileCommandInput | DescribeSecurityProfileCommandInput | DescribeUserCommandInput | DescribeUserHierarchyGroupCommandInput | DescribeUserHierarchyStructureCommandInput | DescribeVocabularyCommandInput | DisassociateApprovedOriginCommandInput | DisassociateBotCommandInput | DisassociateInstanceStorageConfigCommandInput | DisassociateLambdaFunctionCommandInput | DisassociateLexBotCommandInput | DisassociatePhoneNumberContactFlowCommandInput | DisassociateQueueQuickConnectsCommandInput | DisassociateRoutingProfileQueuesCommandInput | DisassociateSecurityKeyCommandInput | GetContactAttributesCommandInput | GetCurrentMetricDataCommandInput | GetFederationTokenCommandInput | GetMetricDataCommandInput | ListAgentStatusesCommandInput | ListApprovedOriginsCommandInput | ListBotsCommandInput | ListContactFlowModulesCommandInput | ListContactFlowsCommandInput | ListContactReferencesCommandInput | ListDefaultVocabulariesCommandInput | ListHoursOfOperationsCommandInput | ListInstanceAttributesCommandInput | ListInstanceStorageConfigsCommandInput | ListInstancesCommandInput | ListIntegrationAssociationsCommandInput | ListLambdaFunctionsCommandInput | ListLexBotsCommandInput | ListPhoneNumbersCommandInput | ListPhoneNumbersV2CommandInput | ListPromptsCommandInput | ListQueueQuickConnectsCommandInput | ListQueuesCommandInput | ListQuickConnectsCommandInput | ListRoutingProfileQueuesCommandInput | ListRoutingProfilesCommandInput | ListSecurityKeysCommandInput | ListSecurityProfilePermissionsCommandInput | ListSecurityProfilesCommandInput | ListTagsForResourceCommandInput | ListUseCasesCommandInput | ListUserHierarchyGroupsCommandInput | ListUsersCommandInput | ReleasePhoneNumberCommandInput | ResumeContactRecordingCommandInput | SearchAvailablePhoneNumbersCommandInput | SearchUsersCommandInput | SearchVocabulariesCommandInput | StartChatContactCommandInput | StartContactRecordingCommandInput | StartContactStreamingCommandInput | StartOutboundVoiceContactCommandInput | StartTaskContactCommandInput | StopContactCommandInput | StopContactRecordingCommandInput | StopContactStreamingCommandInput | SuspendContactRecordingCommandInput | TagResourceCommandInput | UntagResourceCommandInput | UpdateAgentStatusCommandInput | UpdateContactAttributesCommandInput | UpdateContactCommandInput | UpdateContactFlowContentCommandInput | UpdateContactFlowMetadataCommandInput | UpdateContactFlowModuleContentCommandInput | UpdateContactFlowModuleMetadataCommandInput | UpdateContactFlowNameCommandInput | UpdateContactScheduleCommandInput | UpdateHoursOfOperationCommandInput | UpdateInstanceAttributeCommandInput | UpdateInstanceStorageConfigCommandInput | UpdatePhoneNumberCommandInput | UpdateQueueHoursOfOperationCommandInput | UpdateQueueMaxContactsCommandInput | UpdateQueueNameCommandInput | UpdateQueueOutboundCallerConfigCommandInput | UpdateQueueStatusCommandInput | UpdateQuickConnectConfigCommandInput | UpdateQuickConnectNameCommandInput | UpdateRoutingProfileConcurrencyCommandInput | UpdateRoutingProfileDefaultOutboundQueueCommandInput | UpdateRoutingProfileNameCommandInput | UpdateRoutingProfileQueuesCommandInput | UpdateSecurityProfileCommandInput | UpdateUserHierarchyCommandInput | UpdateUserHierarchyGroupNameCommandInput | UpdateUserHierarchyStructureCommandInput | UpdateUserIdentityInfoCommandInput | UpdateUserPhoneConfigCommandInput | UpdateUserRoutingProfileCommandInput | UpdateUserSecurityProfilesCommandInput;
|
|
153
|
+
export declare type ServiceOutputTypes = AssociateApprovedOriginCommandOutput | AssociateBotCommandOutput | AssociateDefaultVocabularyCommandOutput | AssociateInstanceStorageConfigCommandOutput | AssociateLambdaFunctionCommandOutput | AssociateLexBotCommandOutput | AssociatePhoneNumberContactFlowCommandOutput | AssociateQueueQuickConnectsCommandOutput | AssociateRoutingProfileQueuesCommandOutput | AssociateSecurityKeyCommandOutput | ClaimPhoneNumberCommandOutput | CreateAgentStatusCommandOutput | CreateContactFlowCommandOutput | CreateContactFlowModuleCommandOutput | CreateHoursOfOperationCommandOutput | CreateInstanceCommandOutput | CreateIntegrationAssociationCommandOutput | CreateQueueCommandOutput | CreateQuickConnectCommandOutput | CreateRoutingProfileCommandOutput | CreateSecurityProfileCommandOutput | CreateUseCaseCommandOutput | CreateUserCommandOutput | CreateUserHierarchyGroupCommandOutput | CreateVocabularyCommandOutput | DeleteContactFlowCommandOutput | DeleteContactFlowModuleCommandOutput | DeleteHoursOfOperationCommandOutput | DeleteInstanceCommandOutput | DeleteIntegrationAssociationCommandOutput | DeleteQuickConnectCommandOutput | DeleteSecurityProfileCommandOutput | DeleteUseCaseCommandOutput | DeleteUserCommandOutput | DeleteUserHierarchyGroupCommandOutput | DeleteVocabularyCommandOutput | DescribeAgentStatusCommandOutput | DescribeContactCommandOutput | DescribeContactFlowCommandOutput | DescribeContactFlowModuleCommandOutput | DescribeHoursOfOperationCommandOutput | DescribeInstanceAttributeCommandOutput | DescribeInstanceCommandOutput | DescribeInstanceStorageConfigCommandOutput | DescribePhoneNumberCommandOutput | DescribeQueueCommandOutput | DescribeQuickConnectCommandOutput | DescribeRoutingProfileCommandOutput | DescribeSecurityProfileCommandOutput | DescribeUserCommandOutput | DescribeUserHierarchyGroupCommandOutput | DescribeUserHierarchyStructureCommandOutput | DescribeVocabularyCommandOutput | DisassociateApprovedOriginCommandOutput | DisassociateBotCommandOutput | DisassociateInstanceStorageConfigCommandOutput | DisassociateLambdaFunctionCommandOutput | DisassociateLexBotCommandOutput | DisassociatePhoneNumberContactFlowCommandOutput | DisassociateQueueQuickConnectsCommandOutput | DisassociateRoutingProfileQueuesCommandOutput | DisassociateSecurityKeyCommandOutput | GetContactAttributesCommandOutput | GetCurrentMetricDataCommandOutput | GetFederationTokenCommandOutput | GetMetricDataCommandOutput | ListAgentStatusesCommandOutput | ListApprovedOriginsCommandOutput | ListBotsCommandOutput | ListContactFlowModulesCommandOutput | ListContactFlowsCommandOutput | ListContactReferencesCommandOutput | ListDefaultVocabulariesCommandOutput | ListHoursOfOperationsCommandOutput | ListInstanceAttributesCommandOutput | ListInstanceStorageConfigsCommandOutput | ListInstancesCommandOutput | ListIntegrationAssociationsCommandOutput | ListLambdaFunctionsCommandOutput | ListLexBotsCommandOutput | ListPhoneNumbersCommandOutput | ListPhoneNumbersV2CommandOutput | ListPromptsCommandOutput | ListQueueQuickConnectsCommandOutput | ListQueuesCommandOutput | ListQuickConnectsCommandOutput | ListRoutingProfileQueuesCommandOutput | ListRoutingProfilesCommandOutput | ListSecurityKeysCommandOutput | ListSecurityProfilePermissionsCommandOutput | ListSecurityProfilesCommandOutput | ListTagsForResourceCommandOutput | ListUseCasesCommandOutput | ListUserHierarchyGroupsCommandOutput | ListUsersCommandOutput | ReleasePhoneNumberCommandOutput | ResumeContactRecordingCommandOutput | SearchAvailablePhoneNumbersCommandOutput | SearchUsersCommandOutput | SearchVocabulariesCommandOutput | StartChatContactCommandOutput | StartContactRecordingCommandOutput | StartContactStreamingCommandOutput | StartOutboundVoiceContactCommandOutput | StartTaskContactCommandOutput | StopContactCommandOutput | StopContactRecordingCommandOutput | StopContactStreamingCommandOutput | SuspendContactRecordingCommandOutput | TagResourceCommandOutput | UntagResourceCommandOutput | UpdateAgentStatusCommandOutput | UpdateContactAttributesCommandOutput | UpdateContactCommandOutput | UpdateContactFlowContentCommandOutput | UpdateContactFlowMetadataCommandOutput | UpdateContactFlowModuleContentCommandOutput | UpdateContactFlowModuleMetadataCommandOutput | UpdateContactFlowNameCommandOutput | UpdateContactScheduleCommandOutput | UpdateHoursOfOperationCommandOutput | UpdateInstanceAttributeCommandOutput | UpdateInstanceStorageConfigCommandOutput | UpdatePhoneNumberCommandOutput | UpdateQueueHoursOfOperationCommandOutput | UpdateQueueMaxContactsCommandOutput | UpdateQueueNameCommandOutput | UpdateQueueOutboundCallerConfigCommandOutput | UpdateQueueStatusCommandOutput | UpdateQuickConnectConfigCommandOutput | UpdateQuickConnectNameCommandOutput | UpdateRoutingProfileConcurrencyCommandOutput | UpdateRoutingProfileDefaultOutboundQueueCommandOutput | UpdateRoutingProfileNameCommandOutput | UpdateRoutingProfileQueuesCommandOutput | UpdateSecurityProfileCommandOutput | UpdateUserHierarchyCommandOutput | UpdateUserHierarchyGroupNameCommandOutput | UpdateUserHierarchyStructureCommandOutput | UpdateUserIdentityInfoCommandOutput | UpdateUserPhoneConfigCommandOutput | UpdateUserRoutingProfileCommandOutput | UpdateUserSecurityProfilesCommandOutput;
|
|
153
154
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
154
155
|
|
|
155
156
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { ConnectClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ConnectClient";
|
|
4
|
+
import { SearchUsersRequest, SearchUsersResponse } from "../models/models_1";
|
|
5
|
+
export interface SearchUsersCommandInput extends SearchUsersRequest {
|
|
6
|
+
}
|
|
7
|
+
export interface SearchUsersCommandOutput extends SearchUsersResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class SearchUsersCommand extends $Command<SearchUsersCommandInput, SearchUsersCommandOutput, ConnectClientResolvedConfig> {
|
|
11
|
+
readonly input: SearchUsersCommandInput;
|
|
12
|
+
constructor(input: SearchUsersCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: ConnectClientResolvedConfig, options?: __HttpHandlerOptions): Handler<SearchUsersCommandInput, SearchUsersCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -96,6 +96,7 @@ export * from "./ListUsersCommand";
|
|
|
96
96
|
export * from "./ReleasePhoneNumberCommand";
|
|
97
97
|
export * from "./ResumeContactRecordingCommand";
|
|
98
98
|
export * from "./SearchAvailablePhoneNumbersCommand";
|
|
99
|
+
export * from "./SearchUsersCommand";
|
|
99
100
|
export * from "./SearchVocabulariesCommand";
|
|
100
101
|
export * from "./StartChatContactCommand";
|
|
101
102
|
export * from "./StartContactRecordingCommand";
|
|
@@ -11,6 +11,124 @@ export declare namespace SearchAvailablePhoneNumbersResponse {
|
|
|
11
11
|
|
|
12
12
|
const filterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
|
|
13
13
|
}
|
|
14
|
+
export declare enum HierarchyGroupMatchType {
|
|
15
|
+
EXACT = "EXACT",
|
|
16
|
+
WITH_CHILD_GROUPS = "WITH_CHILD_GROUPS"
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
export interface HierarchyGroupCondition {
|
|
20
|
+
|
|
21
|
+
Value?: string;
|
|
22
|
+
|
|
23
|
+
HierarchyGroupMatchType?: HierarchyGroupMatchType | string;
|
|
24
|
+
}
|
|
25
|
+
export declare namespace HierarchyGroupCondition {
|
|
26
|
+
|
|
27
|
+
const filterSensitiveLog: (obj: HierarchyGroupCondition) => any;
|
|
28
|
+
}
|
|
29
|
+
export declare enum StringComparisonType {
|
|
30
|
+
CONTAINS = "CONTAINS",
|
|
31
|
+
EXACT = "EXACT",
|
|
32
|
+
STARTS_WITH = "STARTS_WITH"
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
export interface StringCondition {
|
|
36
|
+
|
|
37
|
+
FieldName?: string;
|
|
38
|
+
|
|
39
|
+
Value?: string;
|
|
40
|
+
|
|
41
|
+
ComparisonType?: StringComparisonType | string;
|
|
42
|
+
}
|
|
43
|
+
export declare namespace StringCondition {
|
|
44
|
+
|
|
45
|
+
const filterSensitiveLog: (obj: StringCondition) => any;
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
export interface TagCondition {
|
|
49
|
+
|
|
50
|
+
TagKey?: string;
|
|
51
|
+
|
|
52
|
+
TagValue?: string;
|
|
53
|
+
}
|
|
54
|
+
export declare namespace TagCondition {
|
|
55
|
+
|
|
56
|
+
const filterSensitiveLog: (obj: TagCondition) => any;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
export interface ControlPlaneTagFilter {
|
|
60
|
+
|
|
61
|
+
OrConditions?: TagCondition[][];
|
|
62
|
+
|
|
63
|
+
AndConditions?: TagCondition[];
|
|
64
|
+
|
|
65
|
+
TagCondition?: TagCondition;
|
|
66
|
+
}
|
|
67
|
+
export declare namespace ControlPlaneTagFilter {
|
|
68
|
+
|
|
69
|
+
const filterSensitiveLog: (obj: ControlPlaneTagFilter) => any;
|
|
70
|
+
}
|
|
71
|
+
|
|
72
|
+
export interface UserSearchFilter {
|
|
73
|
+
|
|
74
|
+
TagFilter?: ControlPlaneTagFilter;
|
|
75
|
+
}
|
|
76
|
+
export declare namespace UserSearchFilter {
|
|
77
|
+
|
|
78
|
+
const filterSensitiveLog: (obj: UserSearchFilter) => any;
|
|
79
|
+
}
|
|
80
|
+
|
|
81
|
+
export interface UserIdentityInfoLite {
|
|
82
|
+
|
|
83
|
+
FirstName?: string;
|
|
84
|
+
|
|
85
|
+
LastName?: string;
|
|
86
|
+
}
|
|
87
|
+
export declare namespace UserIdentityInfoLite {
|
|
88
|
+
|
|
89
|
+
const filterSensitiveLog: (obj: UserIdentityInfoLite) => any;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export interface UserSearchSummary {
|
|
93
|
+
|
|
94
|
+
Arn?: string;
|
|
95
|
+
|
|
96
|
+
DirectoryUserId?: string;
|
|
97
|
+
|
|
98
|
+
HierarchyGroupId?: string;
|
|
99
|
+
|
|
100
|
+
Id?: string;
|
|
101
|
+
|
|
102
|
+
IdentityInfo?: UserIdentityInfoLite;
|
|
103
|
+
|
|
104
|
+
PhoneConfig?: UserPhoneConfig;
|
|
105
|
+
|
|
106
|
+
RoutingProfileId?: string;
|
|
107
|
+
|
|
108
|
+
SecurityProfileIds?: string[];
|
|
109
|
+
|
|
110
|
+
Tags?: {
|
|
111
|
+
[key: string]: string;
|
|
112
|
+
};
|
|
113
|
+
|
|
114
|
+
Username?: string;
|
|
115
|
+
}
|
|
116
|
+
export declare namespace UserSearchSummary {
|
|
117
|
+
|
|
118
|
+
const filterSensitiveLog: (obj: UserSearchSummary) => any;
|
|
119
|
+
}
|
|
120
|
+
export interface SearchUsersResponse {
|
|
121
|
+
|
|
122
|
+
Users?: UserSearchSummary[];
|
|
123
|
+
|
|
124
|
+
NextToken?: string;
|
|
125
|
+
|
|
126
|
+
ApproximateTotalCount?: number;
|
|
127
|
+
}
|
|
128
|
+
export declare namespace SearchUsersResponse {
|
|
129
|
+
|
|
130
|
+
const filterSensitiveLog: (obj: SearchUsersResponse) => any;
|
|
131
|
+
}
|
|
14
132
|
export interface SearchVocabulariesRequest {
|
|
15
133
|
|
|
16
134
|
InstanceId: string | undefined;
|
|
@@ -888,3 +1006,34 @@ export declare namespace UpdateUserSecurityProfilesRequest {
|
|
|
888
1006
|
|
|
889
1007
|
const filterSensitiveLog: (obj: UpdateUserSecurityProfilesRequest) => any;
|
|
890
1008
|
}
|
|
1009
|
+
|
|
1010
|
+
export interface UserSearchCriteria {
|
|
1011
|
+
|
|
1012
|
+
OrConditions?: UserSearchCriteria[];
|
|
1013
|
+
|
|
1014
|
+
AndConditions?: UserSearchCriteria[];
|
|
1015
|
+
|
|
1016
|
+
StringCondition?: StringCondition;
|
|
1017
|
+
|
|
1018
|
+
HierarchyGroupCondition?: HierarchyGroupCondition;
|
|
1019
|
+
}
|
|
1020
|
+
export declare namespace UserSearchCriteria {
|
|
1021
|
+
|
|
1022
|
+
const filterSensitiveLog: (obj: UserSearchCriteria) => any;
|
|
1023
|
+
}
|
|
1024
|
+
export interface SearchUsersRequest {
|
|
1025
|
+
|
|
1026
|
+
InstanceId?: string;
|
|
1027
|
+
|
|
1028
|
+
NextToken?: string;
|
|
1029
|
+
|
|
1030
|
+
MaxResults?: number;
|
|
1031
|
+
|
|
1032
|
+
SearchFilter?: UserSearchFilter;
|
|
1033
|
+
|
|
1034
|
+
SearchCriteria?: UserSearchCriteria;
|
|
1035
|
+
}
|
|
1036
|
+
export declare namespace SearchUsersRequest {
|
|
1037
|
+
|
|
1038
|
+
const filterSensitiveLog: (obj: SearchUsersRequest) => any;
|
|
1039
|
+
}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import { Paginator } from "@aws-sdk/types";
|
|
2
|
+
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
|
|
3
|
+
import { ConnectPaginationConfiguration } from "./Interfaces";
|
|
4
|
+
export declare function paginateSearchUsers(config: ConnectPaginationConfiguration, input: SearchUsersCommandInput, ...additionalArguments: any): Paginator<SearchUsersCommandOutput>;
|
|
@@ -30,4 +30,5 @@ export * from "./ListUseCasesPaginator";
|
|
|
30
30
|
export * from "./ListUserHierarchyGroupsPaginator";
|
|
31
31
|
export * from "./ListUsersPaginator";
|
|
32
32
|
export * from "./SearchAvailablePhoneNumbersPaginator";
|
|
33
|
+
export * from "./SearchUsersPaginator";
|
|
33
34
|
export * from "./SearchVocabulariesPaginator";
|
|
@@ -98,6 +98,7 @@ import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListU
|
|
|
98
98
|
import { ReleasePhoneNumberCommandInput, ReleasePhoneNumberCommandOutput } from "../commands/ReleasePhoneNumberCommand";
|
|
99
99
|
import { ResumeContactRecordingCommandInput, ResumeContactRecordingCommandOutput } from "../commands/ResumeContactRecordingCommand";
|
|
100
100
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
|
|
101
|
+
import { SearchUsersCommandInput, SearchUsersCommandOutput } from "../commands/SearchUsersCommand";
|
|
101
102
|
import { SearchVocabulariesCommandInput, SearchVocabulariesCommandOutput } from "../commands/SearchVocabulariesCommand";
|
|
102
103
|
import { StartChatContactCommandInput, StartChatContactCommandOutput } from "../commands/StartChatContactCommand";
|
|
103
104
|
import { StartContactRecordingCommandInput, StartContactRecordingCommandOutput } from "../commands/StartContactRecordingCommand";
|
|
@@ -240,6 +241,7 @@ export declare const serializeAws_restJson1ListUsersCommand: (input: ListUsersCo
|
|
|
240
241
|
export declare const serializeAws_restJson1ReleasePhoneNumberCommand: (input: ReleasePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
241
242
|
export declare const serializeAws_restJson1ResumeContactRecordingCommand: (input: ResumeContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
242
243
|
export declare const serializeAws_restJson1SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
|
+
export declare const serializeAws_restJson1SearchUsersCommand: (input: SearchUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
243
245
|
export declare const serializeAws_restJson1SearchVocabulariesCommand: (input: SearchVocabulariesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
244
246
|
export declare const serializeAws_restJson1StartChatContactCommand: (input: StartChatContactCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
245
247
|
export declare const serializeAws_restJson1StartContactRecordingCommand: (input: StartContactRecordingCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -382,6 +384,7 @@ export declare const deserializeAws_restJson1ListUsersCommand: (output: __HttpRe
|
|
|
382
384
|
export declare const deserializeAws_restJson1ReleasePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ReleasePhoneNumberCommandOutput>;
|
|
383
385
|
export declare const deserializeAws_restJson1ResumeContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResumeContactRecordingCommandOutput>;
|
|
384
386
|
export declare const deserializeAws_restJson1SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
387
|
+
export declare const deserializeAws_restJson1SearchUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchUsersCommandOutput>;
|
|
385
388
|
export declare const deserializeAws_restJson1SearchVocabulariesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchVocabulariesCommandOutput>;
|
|
386
389
|
export declare const deserializeAws_restJson1StartChatContactCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartChatContactCommandOutput>;
|
|
387
390
|
export declare const deserializeAws_restJson1StartContactRecordingCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartContactRecordingCommandOutput>;
|