@aws-sdk/client-connect 3.76.0 → 3.77.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 +11 -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/SearchUsersPaginator.js +35 -0
- 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/SearchUsersPaginator.js +74 -0
- 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 +1 -1
|
@@ -739,7 +739,7 @@ export declare namespace ClaimPhoneNumberRequest {
|
|
|
739
739
|
}
|
|
740
740
|
export interface ClaimPhoneNumberResponse {
|
|
741
741
|
/**
|
|
742
|
-
* <p>
|
|
742
|
+
* <p>A unique identifier for the phone number.</p>
|
|
743
743
|
*/
|
|
744
744
|
PhoneNumberId?: string;
|
|
745
745
|
/**
|
|
@@ -2649,7 +2649,7 @@ export declare namespace DescribeInstanceStorageConfigResponse {
|
|
|
2649
2649
|
}
|
|
2650
2650
|
export interface DescribePhoneNumberRequest {
|
|
2651
2651
|
/**
|
|
2652
|
-
* <p>
|
|
2652
|
+
* <p>A unique identifier for the phone number.</p>
|
|
2653
2653
|
*/
|
|
2654
2654
|
PhoneNumberId: string | undefined;
|
|
2655
2655
|
}
|
|
@@ -2931,7 +2931,7 @@ export declare enum PhoneNumberType {
|
|
|
2931
2931
|
*/
|
|
2932
2932
|
export interface ClaimedPhoneNumberSummary {
|
|
2933
2933
|
/**
|
|
2934
|
-
* <p>
|
|
2934
|
+
* <p>A unique identifier for the phone number.</p>
|
|
2935
2935
|
*/
|
|
2936
2936
|
PhoneNumberId?: string;
|
|
2937
2937
|
/**
|
|
@@ -2977,8 +2977,7 @@ export declare namespace ClaimedPhoneNumberSummary {
|
|
|
2977
2977
|
}
|
|
2978
2978
|
export interface DescribePhoneNumberResponse {
|
|
2979
2979
|
/**
|
|
2980
|
-
* <p>Information about a phone number that's been claimed to your Amazon Connect instance
|
|
2981
|
-
* </p>
|
|
2980
|
+
* <p>Information about a phone number that's been claimed to your Amazon Connect instance.</p>
|
|
2982
2981
|
*/
|
|
2983
2982
|
ClaimedPhoneNumberSummary?: ClaimedPhoneNumberSummary;
|
|
2984
2983
|
}
|
|
@@ -3731,7 +3730,7 @@ export declare namespace DisassociateLexBotRequest {
|
|
|
3731
3730
|
}
|
|
3732
3731
|
export interface DisassociatePhoneNumberContactFlowRequest {
|
|
3733
3732
|
/**
|
|
3734
|
-
* <p>
|
|
3733
|
+
* <p>A unique identifier for the phone number.</p>
|
|
3735
3734
|
*/
|
|
3736
3735
|
PhoneNumberId: string | undefined;
|
|
3737
3736
|
/**
|
|
@@ -5516,7 +5515,7 @@ export declare namespace ListPhoneNumbersV2Request {
|
|
|
5516
5515
|
*/
|
|
5517
5516
|
export interface ListPhoneNumbersSummary {
|
|
5518
5517
|
/**
|
|
5519
|
-
* <p>
|
|
5518
|
+
* <p>A unique identifier for the phone number.</p>
|
|
5520
5519
|
*/
|
|
5521
5520
|
PhoneNumberId?: string;
|
|
5522
5521
|
/**
|
|
@@ -6302,7 +6301,7 @@ export declare namespace ListUsersResponse {
|
|
|
6302
6301
|
}
|
|
6303
6302
|
export interface ReleasePhoneNumberRequest {
|
|
6304
6303
|
/**
|
|
6305
|
-
* <p>
|
|
6304
|
+
* <p>A unique identifier for the phone number.</p>
|
|
6306
6305
|
*/
|
|
6307
6306
|
PhoneNumberId: string | undefined;
|
|
6308
6307
|
/**
|
|
@@ -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";
|