@aws-sdk/client-chime 3.1087.0 → 3.1088.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/dist-cjs/index.js +1 -1
- package/dist-types/ts3.4/Chime.d.ts +210 -297
- package/dist-types/ts3.4/ChimeClient.d.ts +31 -89
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +5 -12
- package/dist-types/ts3.4/auth/httpAuthSchemeProvider.d.ts +11 -15
- package/dist-types/ts3.4/commandBuilder.d.ts +8 -18
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -2
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +3 -4
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +6 -2
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +3 -8
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +4 -9
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +7 -5
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -3
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +4 -6
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +5 -10
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +3 -5
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +3 -4
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +1 -1
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +1 -1
- package/dist-types/ts3.4/extensionConfiguration.d.ts +2 -1
- package/dist-types/ts3.4/models/enums.d.ts +5 -10
- package/dist-types/ts3.4/models/errors.d.ts +8 -24
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +1 -4
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +1 -4
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.d.ts +8 -16
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -22
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/ts3.4/runtimeExtensions.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +1 -5
- package/package.json +38 -38
|
@@ -40,10 +40,7 @@ import {
|
|
|
40
40
|
CreateAccountCommandInput,
|
|
41
41
|
CreateAccountCommandOutput,
|
|
42
42
|
} from "./commands/CreateAccountCommand";
|
|
43
|
-
import {
|
|
44
|
-
CreateBotCommandInput,
|
|
45
|
-
CreateBotCommandOutput,
|
|
46
|
-
} from "./commands/CreateBotCommand";
|
|
43
|
+
import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
|
|
47
44
|
import {
|
|
48
45
|
CreateMeetingDialOutCommandInput,
|
|
49
46
|
CreateMeetingDialOutCommandOutput,
|
|
@@ -52,18 +49,12 @@ import {
|
|
|
52
49
|
CreatePhoneNumberOrderCommandInput,
|
|
53
50
|
CreatePhoneNumberOrderCommandOutput,
|
|
54
51
|
} from "./commands/CreatePhoneNumberOrderCommand";
|
|
55
|
-
import {
|
|
56
|
-
CreateRoomCommandInput,
|
|
57
|
-
CreateRoomCommandOutput,
|
|
58
|
-
} from "./commands/CreateRoomCommand";
|
|
52
|
+
import { CreateRoomCommandInput, CreateRoomCommandOutput } from "./commands/CreateRoomCommand";
|
|
59
53
|
import {
|
|
60
54
|
CreateRoomMembershipCommandInput,
|
|
61
55
|
CreateRoomMembershipCommandOutput,
|
|
62
56
|
} from "./commands/CreateRoomMembershipCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateUserCommandInput,
|
|
65
|
-
CreateUserCommandOutput,
|
|
66
|
-
} from "./commands/CreateUserCommand";
|
|
57
|
+
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
67
58
|
import {
|
|
68
59
|
DeleteAccountCommandInput,
|
|
69
60
|
DeleteAccountCommandOutput,
|
|
@@ -76,10 +67,7 @@ import {
|
|
|
76
67
|
DeletePhoneNumberCommandInput,
|
|
77
68
|
DeletePhoneNumberCommandOutput,
|
|
78
69
|
} from "./commands/DeletePhoneNumberCommand";
|
|
79
|
-
import {
|
|
80
|
-
DeleteRoomCommandInput,
|
|
81
|
-
DeleteRoomCommandOutput,
|
|
82
|
-
} from "./commands/DeleteRoomCommand";
|
|
70
|
+
import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "./commands/DeleteRoomCommand";
|
|
83
71
|
import {
|
|
84
72
|
DeleteRoomMembershipCommandInput,
|
|
85
73
|
DeleteRoomMembershipCommandOutput,
|
|
@@ -92,18 +80,12 @@ import {
|
|
|
92
80
|
DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
93
81
|
DisassociateSigninDelegateGroupsFromAccountCommandOutput,
|
|
94
82
|
} from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
95
|
-
import {
|
|
96
|
-
GetAccountCommandInput,
|
|
97
|
-
GetAccountCommandOutput,
|
|
98
|
-
} from "./commands/GetAccountCommand";
|
|
83
|
+
import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
99
84
|
import {
|
|
100
85
|
GetAccountSettingsCommandInput,
|
|
101
86
|
GetAccountSettingsCommandOutput,
|
|
102
87
|
} from "./commands/GetAccountSettingsCommand";
|
|
103
|
-
import {
|
|
104
|
-
GetBotCommandInput,
|
|
105
|
-
GetBotCommandOutput,
|
|
106
|
-
} from "./commands/GetBotCommand";
|
|
88
|
+
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
107
89
|
import {
|
|
108
90
|
GetEventsConfigurationCommandInput,
|
|
109
91
|
GetEventsConfigurationCommandOutput,
|
|
@@ -128,30 +110,18 @@ import {
|
|
|
128
110
|
GetRetentionSettingsCommandInput,
|
|
129
111
|
GetRetentionSettingsCommandOutput,
|
|
130
112
|
} from "./commands/GetRetentionSettingsCommand";
|
|
131
|
-
import {
|
|
132
|
-
|
|
133
|
-
GetRoomCommandOutput,
|
|
134
|
-
} from "./commands/GetRoomCommand";
|
|
135
|
-
import {
|
|
136
|
-
GetUserCommandInput,
|
|
137
|
-
GetUserCommandOutput,
|
|
138
|
-
} from "./commands/GetUserCommand";
|
|
113
|
+
import { GetRoomCommandInput, GetRoomCommandOutput } from "./commands/GetRoomCommand";
|
|
114
|
+
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
139
115
|
import {
|
|
140
116
|
GetUserSettingsCommandInput,
|
|
141
117
|
GetUserSettingsCommandOutput,
|
|
142
118
|
} from "./commands/GetUserSettingsCommand";
|
|
143
|
-
import {
|
|
144
|
-
InviteUsersCommandInput,
|
|
145
|
-
InviteUsersCommandOutput,
|
|
146
|
-
} from "./commands/InviteUsersCommand";
|
|
119
|
+
import { InviteUsersCommandInput, InviteUsersCommandOutput } from "./commands/InviteUsersCommand";
|
|
147
120
|
import {
|
|
148
121
|
ListAccountsCommandInput,
|
|
149
122
|
ListAccountsCommandOutput,
|
|
150
123
|
} from "./commands/ListAccountsCommand";
|
|
151
|
-
import {
|
|
152
|
-
ListBotsCommandInput,
|
|
153
|
-
ListBotsCommandOutput,
|
|
154
|
-
} from "./commands/ListBotsCommand";
|
|
124
|
+
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
155
125
|
import {
|
|
156
126
|
ListPhoneNumberOrdersCommandInput,
|
|
157
127
|
ListPhoneNumberOrdersCommandOutput,
|
|
@@ -164,22 +134,13 @@ import {
|
|
|
164
134
|
ListRoomMembershipsCommandInput,
|
|
165
135
|
ListRoomMembershipsCommandOutput,
|
|
166
136
|
} from "./commands/ListRoomMembershipsCommand";
|
|
167
|
-
import {
|
|
168
|
-
ListRoomsCommandInput,
|
|
169
|
-
ListRoomsCommandOutput,
|
|
170
|
-
} from "./commands/ListRoomsCommand";
|
|
137
|
+
import { ListRoomsCommandInput, ListRoomsCommandOutput } from "./commands/ListRoomsCommand";
|
|
171
138
|
import {
|
|
172
139
|
ListSupportedPhoneNumberCountriesCommandInput,
|
|
173
140
|
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
174
141
|
} from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
175
|
-
import {
|
|
176
|
-
|
|
177
|
-
ListUsersCommandOutput,
|
|
178
|
-
} from "./commands/ListUsersCommand";
|
|
179
|
-
import {
|
|
180
|
-
LogoutUserCommandInput,
|
|
181
|
-
LogoutUserCommandOutput,
|
|
182
|
-
} from "./commands/LogoutUserCommand";
|
|
142
|
+
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
143
|
+
import { LogoutUserCommandInput, LogoutUserCommandOutput } from "./commands/LogoutUserCommand";
|
|
183
144
|
import {
|
|
184
145
|
PutEventsConfigurationCommandInput,
|
|
185
146
|
PutEventsConfigurationCommandOutput,
|
|
@@ -220,10 +181,7 @@ import {
|
|
|
220
181
|
UpdateAccountSettingsCommandInput,
|
|
221
182
|
UpdateAccountSettingsCommandOutput,
|
|
222
183
|
} from "./commands/UpdateAccountSettingsCommand";
|
|
223
|
-
import {
|
|
224
|
-
UpdateBotCommandInput,
|
|
225
|
-
UpdateBotCommandOutput,
|
|
226
|
-
} from "./commands/UpdateBotCommand";
|
|
184
|
+
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
227
185
|
import {
|
|
228
186
|
UpdateGlobalSettingsCommandInput,
|
|
229
187
|
UpdateGlobalSettingsCommandOutput,
|
|
@@ -236,18 +194,12 @@ import {
|
|
|
236
194
|
UpdatePhoneNumberSettingsCommandInput,
|
|
237
195
|
UpdatePhoneNumberSettingsCommandOutput,
|
|
238
196
|
} from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
239
|
-
import {
|
|
240
|
-
UpdateRoomCommandInput,
|
|
241
|
-
UpdateRoomCommandOutput,
|
|
242
|
-
} from "./commands/UpdateRoomCommand";
|
|
197
|
+
import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "./commands/UpdateRoomCommand";
|
|
243
198
|
import {
|
|
244
199
|
UpdateRoomMembershipCommandInput,
|
|
245
200
|
UpdateRoomMembershipCommandOutput,
|
|
246
201
|
} from "./commands/UpdateRoomMembershipCommand";
|
|
247
|
-
import {
|
|
248
|
-
UpdateUserCommandInput,
|
|
249
|
-
UpdateUserCommandOutput,
|
|
250
|
-
} from "./commands/UpdateUserCommand";
|
|
202
|
+
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
251
203
|
import {
|
|
252
204
|
UpdateUserSettingsCommandInput,
|
|
253
205
|
UpdateUserSettingsCommandOutput,
|
|
@@ -255,890 +207,851 @@ import {
|
|
|
255
207
|
export interface Chime {
|
|
256
208
|
associatePhoneNumberWithUser(
|
|
257
209
|
args: AssociatePhoneNumberWithUserCommandInput,
|
|
258
|
-
options?: __HttpHandlerOptions
|
|
210
|
+
options?: __HttpHandlerOptions,
|
|
259
211
|
): Promise<AssociatePhoneNumberWithUserCommandOutput>;
|
|
260
212
|
associatePhoneNumberWithUser(
|
|
261
213
|
args: AssociatePhoneNumberWithUserCommandInput,
|
|
262
|
-
cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void
|
|
214
|
+
cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void,
|
|
263
215
|
): void;
|
|
264
216
|
associatePhoneNumberWithUser(
|
|
265
217
|
args: AssociatePhoneNumberWithUserCommandInput,
|
|
266
218
|
options: __HttpHandlerOptions,
|
|
267
|
-
cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void
|
|
219
|
+
cb: (err: any, data?: AssociatePhoneNumberWithUserCommandOutput) => void,
|
|
268
220
|
): void;
|
|
269
221
|
associateSigninDelegateGroupsWithAccount(
|
|
270
222
|
args: AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
271
|
-
options?: __HttpHandlerOptions
|
|
223
|
+
options?: __HttpHandlerOptions,
|
|
272
224
|
): Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
|
|
273
225
|
associateSigninDelegateGroupsWithAccount(
|
|
274
226
|
args: AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
275
|
-
cb: (
|
|
276
|
-
err: any,
|
|
277
|
-
data?: AssociateSigninDelegateGroupsWithAccountCommandOutput
|
|
278
|
-
) => void
|
|
227
|
+
cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void,
|
|
279
228
|
): void;
|
|
280
229
|
associateSigninDelegateGroupsWithAccount(
|
|
281
230
|
args: AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
282
231
|
options: __HttpHandlerOptions,
|
|
283
|
-
cb: (
|
|
284
|
-
err: any,
|
|
285
|
-
data?: AssociateSigninDelegateGroupsWithAccountCommandOutput
|
|
286
|
-
) => void
|
|
232
|
+
cb: (err: any, data?: AssociateSigninDelegateGroupsWithAccountCommandOutput) => void,
|
|
287
233
|
): void;
|
|
288
234
|
batchCreateRoomMembership(
|
|
289
235
|
args: BatchCreateRoomMembershipCommandInput,
|
|
290
|
-
options?: __HttpHandlerOptions
|
|
236
|
+
options?: __HttpHandlerOptions,
|
|
291
237
|
): Promise<BatchCreateRoomMembershipCommandOutput>;
|
|
292
238
|
batchCreateRoomMembership(
|
|
293
239
|
args: BatchCreateRoomMembershipCommandInput,
|
|
294
|
-
cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void
|
|
240
|
+
cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void,
|
|
295
241
|
): void;
|
|
296
242
|
batchCreateRoomMembership(
|
|
297
243
|
args: BatchCreateRoomMembershipCommandInput,
|
|
298
244
|
options: __HttpHandlerOptions,
|
|
299
|
-
cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void
|
|
245
|
+
cb: (err: any, data?: BatchCreateRoomMembershipCommandOutput) => void,
|
|
300
246
|
): void;
|
|
301
247
|
batchDeletePhoneNumber(
|
|
302
248
|
args: BatchDeletePhoneNumberCommandInput,
|
|
303
|
-
options?: __HttpHandlerOptions
|
|
249
|
+
options?: __HttpHandlerOptions,
|
|
304
250
|
): Promise<BatchDeletePhoneNumberCommandOutput>;
|
|
305
251
|
batchDeletePhoneNumber(
|
|
306
252
|
args: BatchDeletePhoneNumberCommandInput,
|
|
307
|
-
cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
|
|
253
|
+
cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void,
|
|
308
254
|
): void;
|
|
309
255
|
batchDeletePhoneNumber(
|
|
310
256
|
args: BatchDeletePhoneNumberCommandInput,
|
|
311
257
|
options: __HttpHandlerOptions,
|
|
312
|
-
cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void
|
|
258
|
+
cb: (err: any, data?: BatchDeletePhoneNumberCommandOutput) => void,
|
|
313
259
|
): void;
|
|
314
260
|
batchSuspendUser(
|
|
315
261
|
args: BatchSuspendUserCommandInput,
|
|
316
|
-
options?: __HttpHandlerOptions
|
|
262
|
+
options?: __HttpHandlerOptions,
|
|
317
263
|
): Promise<BatchSuspendUserCommandOutput>;
|
|
318
264
|
batchSuspendUser(
|
|
319
265
|
args: BatchSuspendUserCommandInput,
|
|
320
|
-
cb: (err: any, data?: BatchSuspendUserCommandOutput) => void
|
|
266
|
+
cb: (err: any, data?: BatchSuspendUserCommandOutput) => void,
|
|
321
267
|
): void;
|
|
322
268
|
batchSuspendUser(
|
|
323
269
|
args: BatchSuspendUserCommandInput,
|
|
324
270
|
options: __HttpHandlerOptions,
|
|
325
|
-
cb: (err: any, data?: BatchSuspendUserCommandOutput) => void
|
|
271
|
+
cb: (err: any, data?: BatchSuspendUserCommandOutput) => void,
|
|
326
272
|
): void;
|
|
327
273
|
batchUnsuspendUser(
|
|
328
274
|
args: BatchUnsuspendUserCommandInput,
|
|
329
|
-
options?: __HttpHandlerOptions
|
|
275
|
+
options?: __HttpHandlerOptions,
|
|
330
276
|
): Promise<BatchUnsuspendUserCommandOutput>;
|
|
331
277
|
batchUnsuspendUser(
|
|
332
278
|
args: BatchUnsuspendUserCommandInput,
|
|
333
|
-
cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void
|
|
279
|
+
cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void,
|
|
334
280
|
): void;
|
|
335
281
|
batchUnsuspendUser(
|
|
336
282
|
args: BatchUnsuspendUserCommandInput,
|
|
337
283
|
options: __HttpHandlerOptions,
|
|
338
|
-
cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void
|
|
284
|
+
cb: (err: any, data?: BatchUnsuspendUserCommandOutput) => void,
|
|
339
285
|
): void;
|
|
340
286
|
batchUpdatePhoneNumber(
|
|
341
287
|
args: BatchUpdatePhoneNumberCommandInput,
|
|
342
|
-
options?: __HttpHandlerOptions
|
|
288
|
+
options?: __HttpHandlerOptions,
|
|
343
289
|
): Promise<BatchUpdatePhoneNumberCommandOutput>;
|
|
344
290
|
batchUpdatePhoneNumber(
|
|
345
291
|
args: BatchUpdatePhoneNumberCommandInput,
|
|
346
|
-
cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
|
|
292
|
+
cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void,
|
|
347
293
|
): void;
|
|
348
294
|
batchUpdatePhoneNumber(
|
|
349
295
|
args: BatchUpdatePhoneNumberCommandInput,
|
|
350
296
|
options: __HttpHandlerOptions,
|
|
351
|
-
cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void
|
|
297
|
+
cb: (err: any, data?: BatchUpdatePhoneNumberCommandOutput) => void,
|
|
352
298
|
): void;
|
|
353
299
|
batchUpdateUser(
|
|
354
300
|
args: BatchUpdateUserCommandInput,
|
|
355
|
-
options?: __HttpHandlerOptions
|
|
301
|
+
options?: __HttpHandlerOptions,
|
|
356
302
|
): Promise<BatchUpdateUserCommandOutput>;
|
|
357
303
|
batchUpdateUser(
|
|
358
304
|
args: BatchUpdateUserCommandInput,
|
|
359
|
-
cb: (err: any, data?: BatchUpdateUserCommandOutput) => void
|
|
305
|
+
cb: (err: any, data?: BatchUpdateUserCommandOutput) => void,
|
|
360
306
|
): void;
|
|
361
307
|
batchUpdateUser(
|
|
362
308
|
args: BatchUpdateUserCommandInput,
|
|
363
309
|
options: __HttpHandlerOptions,
|
|
364
|
-
cb: (err: any, data?: BatchUpdateUserCommandOutput) => void
|
|
310
|
+
cb: (err: any, data?: BatchUpdateUserCommandOutput) => void,
|
|
365
311
|
): void;
|
|
366
312
|
createAccount(
|
|
367
313
|
args: CreateAccountCommandInput,
|
|
368
|
-
options?: __HttpHandlerOptions
|
|
314
|
+
options?: __HttpHandlerOptions,
|
|
369
315
|
): Promise<CreateAccountCommandOutput>;
|
|
370
316
|
createAccount(
|
|
371
317
|
args: CreateAccountCommandInput,
|
|
372
|
-
cb: (err: any, data?: CreateAccountCommandOutput) => void
|
|
318
|
+
cb: (err: any, data?: CreateAccountCommandOutput) => void,
|
|
373
319
|
): void;
|
|
374
320
|
createAccount(
|
|
375
321
|
args: CreateAccountCommandInput,
|
|
376
322
|
options: __HttpHandlerOptions,
|
|
377
|
-
cb: (err: any, data?: CreateAccountCommandOutput) => void
|
|
323
|
+
cb: (err: any, data?: CreateAccountCommandOutput) => void,
|
|
378
324
|
): void;
|
|
379
325
|
createBot(
|
|
380
326
|
args: CreateBotCommandInput,
|
|
381
|
-
options?: __HttpHandlerOptions
|
|
327
|
+
options?: __HttpHandlerOptions,
|
|
382
328
|
): Promise<CreateBotCommandOutput>;
|
|
383
329
|
createBot(
|
|
384
330
|
args: CreateBotCommandInput,
|
|
385
|
-
cb: (err: any, data?: CreateBotCommandOutput) => void
|
|
331
|
+
cb: (err: any, data?: CreateBotCommandOutput) => void,
|
|
386
332
|
): void;
|
|
387
333
|
createBot(
|
|
388
334
|
args: CreateBotCommandInput,
|
|
389
335
|
options: __HttpHandlerOptions,
|
|
390
|
-
cb: (err: any, data?: CreateBotCommandOutput) => void
|
|
336
|
+
cb: (err: any, data?: CreateBotCommandOutput) => void,
|
|
391
337
|
): void;
|
|
392
338
|
createMeetingDialOut(
|
|
393
339
|
args: CreateMeetingDialOutCommandInput,
|
|
394
|
-
options?: __HttpHandlerOptions
|
|
340
|
+
options?: __HttpHandlerOptions,
|
|
395
341
|
): Promise<CreateMeetingDialOutCommandOutput>;
|
|
396
342
|
createMeetingDialOut(
|
|
397
343
|
args: CreateMeetingDialOutCommandInput,
|
|
398
|
-
cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void
|
|
344
|
+
cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void,
|
|
399
345
|
): void;
|
|
400
346
|
createMeetingDialOut(
|
|
401
347
|
args: CreateMeetingDialOutCommandInput,
|
|
402
348
|
options: __HttpHandlerOptions,
|
|
403
|
-
cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void
|
|
349
|
+
cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void,
|
|
404
350
|
): void;
|
|
405
351
|
createPhoneNumberOrder(
|
|
406
352
|
args: CreatePhoneNumberOrderCommandInput,
|
|
407
|
-
options?: __HttpHandlerOptions
|
|
353
|
+
options?: __HttpHandlerOptions,
|
|
408
354
|
): Promise<CreatePhoneNumberOrderCommandOutput>;
|
|
409
355
|
createPhoneNumberOrder(
|
|
410
356
|
args: CreatePhoneNumberOrderCommandInput,
|
|
411
|
-
cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
|
|
357
|
+
cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void,
|
|
412
358
|
): void;
|
|
413
359
|
createPhoneNumberOrder(
|
|
414
360
|
args: CreatePhoneNumberOrderCommandInput,
|
|
415
361
|
options: __HttpHandlerOptions,
|
|
416
|
-
cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
|
|
362
|
+
cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void,
|
|
417
363
|
): void;
|
|
418
364
|
createRoom(
|
|
419
365
|
args: CreateRoomCommandInput,
|
|
420
|
-
options?: __HttpHandlerOptions
|
|
366
|
+
options?: __HttpHandlerOptions,
|
|
421
367
|
): Promise<CreateRoomCommandOutput>;
|
|
422
368
|
createRoom(
|
|
423
369
|
args: CreateRoomCommandInput,
|
|
424
|
-
cb: (err: any, data?: CreateRoomCommandOutput) => void
|
|
370
|
+
cb: (err: any, data?: CreateRoomCommandOutput) => void,
|
|
425
371
|
): void;
|
|
426
372
|
createRoom(
|
|
427
373
|
args: CreateRoomCommandInput,
|
|
428
374
|
options: __HttpHandlerOptions,
|
|
429
|
-
cb: (err: any, data?: CreateRoomCommandOutput) => void
|
|
375
|
+
cb: (err: any, data?: CreateRoomCommandOutput) => void,
|
|
430
376
|
): void;
|
|
431
377
|
createRoomMembership(
|
|
432
378
|
args: CreateRoomMembershipCommandInput,
|
|
433
|
-
options?: __HttpHandlerOptions
|
|
379
|
+
options?: __HttpHandlerOptions,
|
|
434
380
|
): Promise<CreateRoomMembershipCommandOutput>;
|
|
435
381
|
createRoomMembership(
|
|
436
382
|
args: CreateRoomMembershipCommandInput,
|
|
437
|
-
cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void
|
|
383
|
+
cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void,
|
|
438
384
|
): void;
|
|
439
385
|
createRoomMembership(
|
|
440
386
|
args: CreateRoomMembershipCommandInput,
|
|
441
387
|
options: __HttpHandlerOptions,
|
|
442
|
-
cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void
|
|
388
|
+
cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void,
|
|
443
389
|
): void;
|
|
444
390
|
createUser(
|
|
445
391
|
args: CreateUserCommandInput,
|
|
446
|
-
options?: __HttpHandlerOptions
|
|
392
|
+
options?: __HttpHandlerOptions,
|
|
447
393
|
): Promise<CreateUserCommandOutput>;
|
|
448
394
|
createUser(
|
|
449
395
|
args: CreateUserCommandInput,
|
|
450
|
-
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
396
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void,
|
|
451
397
|
): void;
|
|
452
398
|
createUser(
|
|
453
399
|
args: CreateUserCommandInput,
|
|
454
400
|
options: __HttpHandlerOptions,
|
|
455
|
-
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
401
|
+
cb: (err: any, data?: CreateUserCommandOutput) => void,
|
|
456
402
|
): void;
|
|
457
403
|
deleteAccount(
|
|
458
404
|
args: DeleteAccountCommandInput,
|
|
459
|
-
options?: __HttpHandlerOptions
|
|
405
|
+
options?: __HttpHandlerOptions,
|
|
460
406
|
): Promise<DeleteAccountCommandOutput>;
|
|
461
407
|
deleteAccount(
|
|
462
408
|
args: DeleteAccountCommandInput,
|
|
463
|
-
cb: (err: any, data?: DeleteAccountCommandOutput) => void
|
|
409
|
+
cb: (err: any, data?: DeleteAccountCommandOutput) => void,
|
|
464
410
|
): void;
|
|
465
411
|
deleteAccount(
|
|
466
412
|
args: DeleteAccountCommandInput,
|
|
467
413
|
options: __HttpHandlerOptions,
|
|
468
|
-
cb: (err: any, data?: DeleteAccountCommandOutput) => void
|
|
414
|
+
cb: (err: any, data?: DeleteAccountCommandOutput) => void,
|
|
469
415
|
): void;
|
|
470
416
|
deleteEventsConfiguration(
|
|
471
417
|
args: DeleteEventsConfigurationCommandInput,
|
|
472
|
-
options?: __HttpHandlerOptions
|
|
418
|
+
options?: __HttpHandlerOptions,
|
|
473
419
|
): Promise<DeleteEventsConfigurationCommandOutput>;
|
|
474
420
|
deleteEventsConfiguration(
|
|
475
421
|
args: DeleteEventsConfigurationCommandInput,
|
|
476
|
-
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
|
|
422
|
+
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void,
|
|
477
423
|
): void;
|
|
478
424
|
deleteEventsConfiguration(
|
|
479
425
|
args: DeleteEventsConfigurationCommandInput,
|
|
480
426
|
options: __HttpHandlerOptions,
|
|
481
|
-
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
|
|
427
|
+
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void,
|
|
482
428
|
): void;
|
|
483
429
|
deletePhoneNumber(
|
|
484
430
|
args: DeletePhoneNumberCommandInput,
|
|
485
|
-
options?: __HttpHandlerOptions
|
|
431
|
+
options?: __HttpHandlerOptions,
|
|
486
432
|
): Promise<DeletePhoneNumberCommandOutput>;
|
|
487
433
|
deletePhoneNumber(
|
|
488
434
|
args: DeletePhoneNumberCommandInput,
|
|
489
|
-
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
|
|
435
|
+
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void,
|
|
490
436
|
): void;
|
|
491
437
|
deletePhoneNumber(
|
|
492
438
|
args: DeletePhoneNumberCommandInput,
|
|
493
439
|
options: __HttpHandlerOptions,
|
|
494
|
-
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
|
|
440
|
+
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void,
|
|
495
441
|
): void;
|
|
496
442
|
deleteRoom(
|
|
497
443
|
args: DeleteRoomCommandInput,
|
|
498
|
-
options?: __HttpHandlerOptions
|
|
444
|
+
options?: __HttpHandlerOptions,
|
|
499
445
|
): Promise<DeleteRoomCommandOutput>;
|
|
500
446
|
deleteRoom(
|
|
501
447
|
args: DeleteRoomCommandInput,
|
|
502
|
-
cb: (err: any, data?: DeleteRoomCommandOutput) => void
|
|
448
|
+
cb: (err: any, data?: DeleteRoomCommandOutput) => void,
|
|
503
449
|
): void;
|
|
504
450
|
deleteRoom(
|
|
505
451
|
args: DeleteRoomCommandInput,
|
|
506
452
|
options: __HttpHandlerOptions,
|
|
507
|
-
cb: (err: any, data?: DeleteRoomCommandOutput) => void
|
|
453
|
+
cb: (err: any, data?: DeleteRoomCommandOutput) => void,
|
|
508
454
|
): void;
|
|
509
455
|
deleteRoomMembership(
|
|
510
456
|
args: DeleteRoomMembershipCommandInput,
|
|
511
|
-
options?: __HttpHandlerOptions
|
|
457
|
+
options?: __HttpHandlerOptions,
|
|
512
458
|
): Promise<DeleteRoomMembershipCommandOutput>;
|
|
513
459
|
deleteRoomMembership(
|
|
514
460
|
args: DeleteRoomMembershipCommandInput,
|
|
515
|
-
cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void
|
|
461
|
+
cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void,
|
|
516
462
|
): void;
|
|
517
463
|
deleteRoomMembership(
|
|
518
464
|
args: DeleteRoomMembershipCommandInput,
|
|
519
465
|
options: __HttpHandlerOptions,
|
|
520
|
-
cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void
|
|
466
|
+
cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void,
|
|
521
467
|
): void;
|
|
522
468
|
disassociatePhoneNumberFromUser(
|
|
523
469
|
args: DisassociatePhoneNumberFromUserCommandInput,
|
|
524
|
-
options?: __HttpHandlerOptions
|
|
470
|
+
options?: __HttpHandlerOptions,
|
|
525
471
|
): Promise<DisassociatePhoneNumberFromUserCommandOutput>;
|
|
526
472
|
disassociatePhoneNumberFromUser(
|
|
527
473
|
args: DisassociatePhoneNumberFromUserCommandInput,
|
|
528
|
-
cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void
|
|
474
|
+
cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void,
|
|
529
475
|
): void;
|
|
530
476
|
disassociatePhoneNumberFromUser(
|
|
531
477
|
args: DisassociatePhoneNumberFromUserCommandInput,
|
|
532
478
|
options: __HttpHandlerOptions,
|
|
533
|
-
cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void
|
|
479
|
+
cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void,
|
|
534
480
|
): void;
|
|
535
481
|
disassociateSigninDelegateGroupsFromAccount(
|
|
536
482
|
args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
537
|
-
options?: __HttpHandlerOptions
|
|
483
|
+
options?: __HttpHandlerOptions,
|
|
538
484
|
): Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
|
|
539
485
|
disassociateSigninDelegateGroupsFromAccount(
|
|
540
486
|
args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
541
|
-
cb: (
|
|
542
|
-
err: any,
|
|
543
|
-
data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput
|
|
544
|
-
) => void
|
|
487
|
+
cb: (err: any, data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput) => void,
|
|
545
488
|
): void;
|
|
546
489
|
disassociateSigninDelegateGroupsFromAccount(
|
|
547
490
|
args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
548
491
|
options: __HttpHandlerOptions,
|
|
549
|
-
cb: (
|
|
550
|
-
err: any,
|
|
551
|
-
data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput
|
|
552
|
-
) => void
|
|
492
|
+
cb: (err: any, data?: DisassociateSigninDelegateGroupsFromAccountCommandOutput) => void,
|
|
553
493
|
): void;
|
|
554
494
|
getAccount(
|
|
555
495
|
args: GetAccountCommandInput,
|
|
556
|
-
options?: __HttpHandlerOptions
|
|
496
|
+
options?: __HttpHandlerOptions,
|
|
557
497
|
): Promise<GetAccountCommandOutput>;
|
|
558
498
|
getAccount(
|
|
559
499
|
args: GetAccountCommandInput,
|
|
560
|
-
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
500
|
+
cb: (err: any, data?: GetAccountCommandOutput) => void,
|
|
561
501
|
): void;
|
|
562
502
|
getAccount(
|
|
563
503
|
args: GetAccountCommandInput,
|
|
564
504
|
options: __HttpHandlerOptions,
|
|
565
|
-
cb: (err: any, data?: GetAccountCommandOutput) => void
|
|
505
|
+
cb: (err: any, data?: GetAccountCommandOutput) => void,
|
|
566
506
|
): void;
|
|
567
507
|
getAccountSettings(
|
|
568
508
|
args: GetAccountSettingsCommandInput,
|
|
569
|
-
options?: __HttpHandlerOptions
|
|
509
|
+
options?: __HttpHandlerOptions,
|
|
570
510
|
): Promise<GetAccountSettingsCommandOutput>;
|
|
571
511
|
getAccountSettings(
|
|
572
512
|
args: GetAccountSettingsCommandInput,
|
|
573
|
-
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
513
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void,
|
|
574
514
|
): void;
|
|
575
515
|
getAccountSettings(
|
|
576
516
|
args: GetAccountSettingsCommandInput,
|
|
577
517
|
options: __HttpHandlerOptions,
|
|
578
|
-
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
579
|
-
): void;
|
|
580
|
-
getBot(
|
|
581
|
-
args: GetBotCommandInput,
|
|
582
|
-
options?: __HttpHandlerOptions
|
|
583
|
-
): Promise<GetBotCommandOutput>;
|
|
584
|
-
getBot(
|
|
585
|
-
args: GetBotCommandInput,
|
|
586
|
-
cb: (err: any, data?: GetBotCommandOutput) => void
|
|
518
|
+
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void,
|
|
587
519
|
): void;
|
|
520
|
+
getBot(args: GetBotCommandInput, options?: __HttpHandlerOptions): Promise<GetBotCommandOutput>;
|
|
521
|
+
getBot(args: GetBotCommandInput, cb: (err: any, data?: GetBotCommandOutput) => void): void;
|
|
588
522
|
getBot(
|
|
589
523
|
args: GetBotCommandInput,
|
|
590
524
|
options: __HttpHandlerOptions,
|
|
591
|
-
cb: (err: any, data?: GetBotCommandOutput) => void
|
|
525
|
+
cb: (err: any, data?: GetBotCommandOutput) => void,
|
|
592
526
|
): void;
|
|
593
527
|
getEventsConfiguration(
|
|
594
528
|
args: GetEventsConfigurationCommandInput,
|
|
595
|
-
options?: __HttpHandlerOptions
|
|
529
|
+
options?: __HttpHandlerOptions,
|
|
596
530
|
): Promise<GetEventsConfigurationCommandOutput>;
|
|
597
531
|
getEventsConfiguration(
|
|
598
532
|
args: GetEventsConfigurationCommandInput,
|
|
599
|
-
cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void
|
|
533
|
+
cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void,
|
|
600
534
|
): void;
|
|
601
535
|
getEventsConfiguration(
|
|
602
536
|
args: GetEventsConfigurationCommandInput,
|
|
603
537
|
options: __HttpHandlerOptions,
|
|
604
|
-
cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void
|
|
538
|
+
cb: (err: any, data?: GetEventsConfigurationCommandOutput) => void,
|
|
605
539
|
): void;
|
|
606
540
|
getGlobalSettings(): Promise<GetGlobalSettingsCommandOutput>;
|
|
607
541
|
getGlobalSettings(
|
|
608
542
|
args: GetGlobalSettingsCommandInput,
|
|
609
|
-
options?: __HttpHandlerOptions
|
|
543
|
+
options?: __HttpHandlerOptions,
|
|
610
544
|
): Promise<GetGlobalSettingsCommandOutput>;
|
|
611
545
|
getGlobalSettings(
|
|
612
546
|
args: GetGlobalSettingsCommandInput,
|
|
613
|
-
cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
|
|
547
|
+
cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
|
|
614
548
|
): void;
|
|
615
549
|
getGlobalSettings(
|
|
616
550
|
args: GetGlobalSettingsCommandInput,
|
|
617
551
|
options: __HttpHandlerOptions,
|
|
618
|
-
cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
|
|
552
|
+
cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void,
|
|
619
553
|
): void;
|
|
620
554
|
getPhoneNumber(
|
|
621
555
|
args: GetPhoneNumberCommandInput,
|
|
622
|
-
options?: __HttpHandlerOptions
|
|
556
|
+
options?: __HttpHandlerOptions,
|
|
623
557
|
): Promise<GetPhoneNumberCommandOutput>;
|
|
624
558
|
getPhoneNumber(
|
|
625
559
|
args: GetPhoneNumberCommandInput,
|
|
626
|
-
cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
|
|
560
|
+
cb: (err: any, data?: GetPhoneNumberCommandOutput) => void,
|
|
627
561
|
): void;
|
|
628
562
|
getPhoneNumber(
|
|
629
563
|
args: GetPhoneNumberCommandInput,
|
|
630
564
|
options: __HttpHandlerOptions,
|
|
631
|
-
cb: (err: any, data?: GetPhoneNumberCommandOutput) => void
|
|
565
|
+
cb: (err: any, data?: GetPhoneNumberCommandOutput) => void,
|
|
632
566
|
): void;
|
|
633
567
|
getPhoneNumberOrder(
|
|
634
568
|
args: GetPhoneNumberOrderCommandInput,
|
|
635
|
-
options?: __HttpHandlerOptions
|
|
569
|
+
options?: __HttpHandlerOptions,
|
|
636
570
|
): Promise<GetPhoneNumberOrderCommandOutput>;
|
|
637
571
|
getPhoneNumberOrder(
|
|
638
572
|
args: GetPhoneNumberOrderCommandInput,
|
|
639
|
-
cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
|
|
573
|
+
cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void,
|
|
640
574
|
): void;
|
|
641
575
|
getPhoneNumberOrder(
|
|
642
576
|
args: GetPhoneNumberOrderCommandInput,
|
|
643
577
|
options: __HttpHandlerOptions,
|
|
644
|
-
cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void
|
|
578
|
+
cb: (err: any, data?: GetPhoneNumberOrderCommandOutput) => void,
|
|
645
579
|
): void;
|
|
646
580
|
getPhoneNumberSettings(): Promise<GetPhoneNumberSettingsCommandOutput>;
|
|
647
581
|
getPhoneNumberSettings(
|
|
648
582
|
args: GetPhoneNumberSettingsCommandInput,
|
|
649
|
-
options?: __HttpHandlerOptions
|
|
583
|
+
options?: __HttpHandlerOptions,
|
|
650
584
|
): Promise<GetPhoneNumberSettingsCommandOutput>;
|
|
651
585
|
getPhoneNumberSettings(
|
|
652
586
|
args: GetPhoneNumberSettingsCommandInput,
|
|
653
|
-
cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
|
|
587
|
+
cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void,
|
|
654
588
|
): void;
|
|
655
589
|
getPhoneNumberSettings(
|
|
656
590
|
args: GetPhoneNumberSettingsCommandInput,
|
|
657
591
|
options: __HttpHandlerOptions,
|
|
658
|
-
cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
|
|
592
|
+
cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void,
|
|
659
593
|
): void;
|
|
660
594
|
getRetentionSettings(
|
|
661
595
|
args: GetRetentionSettingsCommandInput,
|
|
662
|
-
options?: __HttpHandlerOptions
|
|
596
|
+
options?: __HttpHandlerOptions,
|
|
663
597
|
): Promise<GetRetentionSettingsCommandOutput>;
|
|
664
598
|
getRetentionSettings(
|
|
665
599
|
args: GetRetentionSettingsCommandInput,
|
|
666
|
-
cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void
|
|
600
|
+
cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void,
|
|
667
601
|
): void;
|
|
668
602
|
getRetentionSettings(
|
|
669
603
|
args: GetRetentionSettingsCommandInput,
|
|
670
604
|
options: __HttpHandlerOptions,
|
|
671
|
-
cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void
|
|
672
|
-
): void;
|
|
673
|
-
getRoom(
|
|
674
|
-
args: GetRoomCommandInput,
|
|
675
|
-
options?: __HttpHandlerOptions
|
|
676
|
-
): Promise<GetRoomCommandOutput>;
|
|
677
|
-
getRoom(
|
|
678
|
-
args: GetRoomCommandInput,
|
|
679
|
-
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
605
|
+
cb: (err: any, data?: GetRetentionSettingsCommandOutput) => void,
|
|
680
606
|
): void;
|
|
607
|
+
getRoom(args: GetRoomCommandInput, options?: __HttpHandlerOptions): Promise<GetRoomCommandOutput>;
|
|
608
|
+
getRoom(args: GetRoomCommandInput, cb: (err: any, data?: GetRoomCommandOutput) => void): void;
|
|
681
609
|
getRoom(
|
|
682
610
|
args: GetRoomCommandInput,
|
|
683
611
|
options: __HttpHandlerOptions,
|
|
684
|
-
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
685
|
-
): void;
|
|
686
|
-
getUser(
|
|
687
|
-
args: GetUserCommandInput,
|
|
688
|
-
options?: __HttpHandlerOptions
|
|
689
|
-
): Promise<GetUserCommandOutput>;
|
|
690
|
-
getUser(
|
|
691
|
-
args: GetUserCommandInput,
|
|
692
|
-
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
612
|
+
cb: (err: any, data?: GetRoomCommandOutput) => void,
|
|
693
613
|
): void;
|
|
614
|
+
getUser(args: GetUserCommandInput, options?: __HttpHandlerOptions): Promise<GetUserCommandOutput>;
|
|
615
|
+
getUser(args: GetUserCommandInput, cb: (err: any, data?: GetUserCommandOutput) => void): void;
|
|
694
616
|
getUser(
|
|
695
617
|
args: GetUserCommandInput,
|
|
696
618
|
options: __HttpHandlerOptions,
|
|
697
|
-
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
619
|
+
cb: (err: any, data?: GetUserCommandOutput) => void,
|
|
698
620
|
): void;
|
|
699
621
|
getUserSettings(
|
|
700
622
|
args: GetUserSettingsCommandInput,
|
|
701
|
-
options?: __HttpHandlerOptions
|
|
623
|
+
options?: __HttpHandlerOptions,
|
|
702
624
|
): Promise<GetUserSettingsCommandOutput>;
|
|
703
625
|
getUserSettings(
|
|
704
626
|
args: GetUserSettingsCommandInput,
|
|
705
|
-
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
627
|
+
cb: (err: any, data?: GetUserSettingsCommandOutput) => void,
|
|
706
628
|
): void;
|
|
707
629
|
getUserSettings(
|
|
708
630
|
args: GetUserSettingsCommandInput,
|
|
709
631
|
options: __HttpHandlerOptions,
|
|
710
|
-
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
632
|
+
cb: (err: any, data?: GetUserSettingsCommandOutput) => void,
|
|
711
633
|
): void;
|
|
712
634
|
inviteUsers(
|
|
713
635
|
args: InviteUsersCommandInput,
|
|
714
|
-
options?: __HttpHandlerOptions
|
|
636
|
+
options?: __HttpHandlerOptions,
|
|
715
637
|
): Promise<InviteUsersCommandOutput>;
|
|
716
638
|
inviteUsers(
|
|
717
639
|
args: InviteUsersCommandInput,
|
|
718
|
-
cb: (err: any, data?: InviteUsersCommandOutput) => void
|
|
640
|
+
cb: (err: any, data?: InviteUsersCommandOutput) => void,
|
|
719
641
|
): void;
|
|
720
642
|
inviteUsers(
|
|
721
643
|
args: InviteUsersCommandInput,
|
|
722
644
|
options: __HttpHandlerOptions,
|
|
723
|
-
cb: (err: any, data?: InviteUsersCommandOutput) => void
|
|
645
|
+
cb: (err: any, data?: InviteUsersCommandOutput) => void,
|
|
724
646
|
): void;
|
|
725
647
|
listAccounts(): Promise<ListAccountsCommandOutput>;
|
|
726
648
|
listAccounts(
|
|
727
649
|
args: ListAccountsCommandInput,
|
|
728
|
-
options?: __HttpHandlerOptions
|
|
650
|
+
options?: __HttpHandlerOptions,
|
|
729
651
|
): Promise<ListAccountsCommandOutput>;
|
|
730
652
|
listAccounts(
|
|
731
653
|
args: ListAccountsCommandInput,
|
|
732
|
-
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
654
|
+
cb: (err: any, data?: ListAccountsCommandOutput) => void,
|
|
733
655
|
): void;
|
|
734
656
|
listAccounts(
|
|
735
657
|
args: ListAccountsCommandInput,
|
|
736
658
|
options: __HttpHandlerOptions,
|
|
737
|
-
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
659
|
+
cb: (err: any, data?: ListAccountsCommandOutput) => void,
|
|
738
660
|
): void;
|
|
739
661
|
listBots(
|
|
740
662
|
args: ListBotsCommandInput,
|
|
741
|
-
options?: __HttpHandlerOptions
|
|
663
|
+
options?: __HttpHandlerOptions,
|
|
742
664
|
): Promise<ListBotsCommandOutput>;
|
|
743
|
-
listBots(
|
|
744
|
-
args: ListBotsCommandInput,
|
|
745
|
-
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
746
|
-
): void;
|
|
665
|
+
listBots(args: ListBotsCommandInput, cb: (err: any, data?: ListBotsCommandOutput) => void): void;
|
|
747
666
|
listBots(
|
|
748
667
|
args: ListBotsCommandInput,
|
|
749
668
|
options: __HttpHandlerOptions,
|
|
750
|
-
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
669
|
+
cb: (err: any, data?: ListBotsCommandOutput) => void,
|
|
751
670
|
): void;
|
|
752
671
|
listPhoneNumberOrders(): Promise<ListPhoneNumberOrdersCommandOutput>;
|
|
753
672
|
listPhoneNumberOrders(
|
|
754
673
|
args: ListPhoneNumberOrdersCommandInput,
|
|
755
|
-
options?: __HttpHandlerOptions
|
|
674
|
+
options?: __HttpHandlerOptions,
|
|
756
675
|
): Promise<ListPhoneNumberOrdersCommandOutput>;
|
|
757
676
|
listPhoneNumberOrders(
|
|
758
677
|
args: ListPhoneNumberOrdersCommandInput,
|
|
759
|
-
cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
|
|
678
|
+
cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void,
|
|
760
679
|
): void;
|
|
761
680
|
listPhoneNumberOrders(
|
|
762
681
|
args: ListPhoneNumberOrdersCommandInput,
|
|
763
682
|
options: __HttpHandlerOptions,
|
|
764
|
-
cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void
|
|
683
|
+
cb: (err: any, data?: ListPhoneNumberOrdersCommandOutput) => void,
|
|
765
684
|
): void;
|
|
766
685
|
listPhoneNumbers(): Promise<ListPhoneNumbersCommandOutput>;
|
|
767
686
|
listPhoneNumbers(
|
|
768
687
|
args: ListPhoneNumbersCommandInput,
|
|
769
|
-
options?: __HttpHandlerOptions
|
|
688
|
+
options?: __HttpHandlerOptions,
|
|
770
689
|
): Promise<ListPhoneNumbersCommandOutput>;
|
|
771
690
|
listPhoneNumbers(
|
|
772
691
|
args: ListPhoneNumbersCommandInput,
|
|
773
|
-
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
692
|
+
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void,
|
|
774
693
|
): void;
|
|
775
694
|
listPhoneNumbers(
|
|
776
695
|
args: ListPhoneNumbersCommandInput,
|
|
777
696
|
options: __HttpHandlerOptions,
|
|
778
|
-
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
697
|
+
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void,
|
|
779
698
|
): void;
|
|
780
699
|
listRoomMemberships(
|
|
781
700
|
args: ListRoomMembershipsCommandInput,
|
|
782
|
-
options?: __HttpHandlerOptions
|
|
701
|
+
options?: __HttpHandlerOptions,
|
|
783
702
|
): Promise<ListRoomMembershipsCommandOutput>;
|
|
784
703
|
listRoomMemberships(
|
|
785
704
|
args: ListRoomMembershipsCommandInput,
|
|
786
|
-
cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void
|
|
705
|
+
cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void,
|
|
787
706
|
): void;
|
|
788
707
|
listRoomMemberships(
|
|
789
708
|
args: ListRoomMembershipsCommandInput,
|
|
790
709
|
options: __HttpHandlerOptions,
|
|
791
|
-
cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void
|
|
710
|
+
cb: (err: any, data?: ListRoomMembershipsCommandOutput) => void,
|
|
792
711
|
): void;
|
|
793
712
|
listRooms(
|
|
794
713
|
args: ListRoomsCommandInput,
|
|
795
|
-
options?: __HttpHandlerOptions
|
|
714
|
+
options?: __HttpHandlerOptions,
|
|
796
715
|
): Promise<ListRoomsCommandOutput>;
|
|
797
716
|
listRooms(
|
|
798
717
|
args: ListRoomsCommandInput,
|
|
799
|
-
cb: (err: any, data?: ListRoomsCommandOutput) => void
|
|
718
|
+
cb: (err: any, data?: ListRoomsCommandOutput) => void,
|
|
800
719
|
): void;
|
|
801
720
|
listRooms(
|
|
802
721
|
args: ListRoomsCommandInput,
|
|
803
722
|
options: __HttpHandlerOptions,
|
|
804
|
-
cb: (err: any, data?: ListRoomsCommandOutput) => void
|
|
723
|
+
cb: (err: any, data?: ListRoomsCommandOutput) => void,
|
|
805
724
|
): void;
|
|
806
725
|
listSupportedPhoneNumberCountries(
|
|
807
726
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
808
|
-
options?: __HttpHandlerOptions
|
|
727
|
+
options?: __HttpHandlerOptions,
|
|
809
728
|
): Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
|
|
810
729
|
listSupportedPhoneNumberCountries(
|
|
811
730
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
812
|
-
cb: (
|
|
813
|
-
err: any,
|
|
814
|
-
data?: ListSupportedPhoneNumberCountriesCommandOutput
|
|
815
|
-
) => void
|
|
731
|
+
cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void,
|
|
816
732
|
): void;
|
|
817
733
|
listSupportedPhoneNumberCountries(
|
|
818
734
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
819
735
|
options: __HttpHandlerOptions,
|
|
820
|
-
cb: (
|
|
821
|
-
err: any,
|
|
822
|
-
data?: ListSupportedPhoneNumberCountriesCommandOutput
|
|
823
|
-
) => void
|
|
736
|
+
cb: (err: any, data?: ListSupportedPhoneNumberCountriesCommandOutput) => void,
|
|
824
737
|
): void;
|
|
825
738
|
listUsers(
|
|
826
739
|
args: ListUsersCommandInput,
|
|
827
|
-
options?: __HttpHandlerOptions
|
|
740
|
+
options?: __HttpHandlerOptions,
|
|
828
741
|
): Promise<ListUsersCommandOutput>;
|
|
829
742
|
listUsers(
|
|
830
743
|
args: ListUsersCommandInput,
|
|
831
|
-
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
744
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void,
|
|
832
745
|
): void;
|
|
833
746
|
listUsers(
|
|
834
747
|
args: ListUsersCommandInput,
|
|
835
748
|
options: __HttpHandlerOptions,
|
|
836
|
-
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
749
|
+
cb: (err: any, data?: ListUsersCommandOutput) => void,
|
|
837
750
|
): void;
|
|
838
751
|
logoutUser(
|
|
839
752
|
args: LogoutUserCommandInput,
|
|
840
|
-
options?: __HttpHandlerOptions
|
|
753
|
+
options?: __HttpHandlerOptions,
|
|
841
754
|
): Promise<LogoutUserCommandOutput>;
|
|
842
755
|
logoutUser(
|
|
843
756
|
args: LogoutUserCommandInput,
|
|
844
|
-
cb: (err: any, data?: LogoutUserCommandOutput) => void
|
|
757
|
+
cb: (err: any, data?: LogoutUserCommandOutput) => void,
|
|
845
758
|
): void;
|
|
846
759
|
logoutUser(
|
|
847
760
|
args: LogoutUserCommandInput,
|
|
848
761
|
options: __HttpHandlerOptions,
|
|
849
|
-
cb: (err: any, data?: LogoutUserCommandOutput) => void
|
|
762
|
+
cb: (err: any, data?: LogoutUserCommandOutput) => void,
|
|
850
763
|
): void;
|
|
851
764
|
putEventsConfiguration(
|
|
852
765
|
args: PutEventsConfigurationCommandInput,
|
|
853
|
-
options?: __HttpHandlerOptions
|
|
766
|
+
options?: __HttpHandlerOptions,
|
|
854
767
|
): Promise<PutEventsConfigurationCommandOutput>;
|
|
855
768
|
putEventsConfiguration(
|
|
856
769
|
args: PutEventsConfigurationCommandInput,
|
|
857
|
-
cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void
|
|
770
|
+
cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void,
|
|
858
771
|
): void;
|
|
859
772
|
putEventsConfiguration(
|
|
860
773
|
args: PutEventsConfigurationCommandInput,
|
|
861
774
|
options: __HttpHandlerOptions,
|
|
862
|
-
cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void
|
|
775
|
+
cb: (err: any, data?: PutEventsConfigurationCommandOutput) => void,
|
|
863
776
|
): void;
|
|
864
777
|
putRetentionSettings(
|
|
865
778
|
args: PutRetentionSettingsCommandInput,
|
|
866
|
-
options?: __HttpHandlerOptions
|
|
779
|
+
options?: __HttpHandlerOptions,
|
|
867
780
|
): Promise<PutRetentionSettingsCommandOutput>;
|
|
868
781
|
putRetentionSettings(
|
|
869
782
|
args: PutRetentionSettingsCommandInput,
|
|
870
|
-
cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void
|
|
783
|
+
cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void,
|
|
871
784
|
): void;
|
|
872
785
|
putRetentionSettings(
|
|
873
786
|
args: PutRetentionSettingsCommandInput,
|
|
874
787
|
options: __HttpHandlerOptions,
|
|
875
|
-
cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void
|
|
788
|
+
cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void,
|
|
876
789
|
): void;
|
|
877
790
|
redactConversationMessage(
|
|
878
791
|
args: RedactConversationMessageCommandInput,
|
|
879
|
-
options?: __HttpHandlerOptions
|
|
792
|
+
options?: __HttpHandlerOptions,
|
|
880
793
|
): Promise<RedactConversationMessageCommandOutput>;
|
|
881
794
|
redactConversationMessage(
|
|
882
795
|
args: RedactConversationMessageCommandInput,
|
|
883
|
-
cb: (err: any, data?: RedactConversationMessageCommandOutput) => void
|
|
796
|
+
cb: (err: any, data?: RedactConversationMessageCommandOutput) => void,
|
|
884
797
|
): void;
|
|
885
798
|
redactConversationMessage(
|
|
886
799
|
args: RedactConversationMessageCommandInput,
|
|
887
800
|
options: __HttpHandlerOptions,
|
|
888
|
-
cb: (err: any, data?: RedactConversationMessageCommandOutput) => void
|
|
801
|
+
cb: (err: any, data?: RedactConversationMessageCommandOutput) => void,
|
|
889
802
|
): void;
|
|
890
803
|
redactRoomMessage(
|
|
891
804
|
args: RedactRoomMessageCommandInput,
|
|
892
|
-
options?: __HttpHandlerOptions
|
|
805
|
+
options?: __HttpHandlerOptions,
|
|
893
806
|
): Promise<RedactRoomMessageCommandOutput>;
|
|
894
807
|
redactRoomMessage(
|
|
895
808
|
args: RedactRoomMessageCommandInput,
|
|
896
|
-
cb: (err: any, data?: RedactRoomMessageCommandOutput) => void
|
|
809
|
+
cb: (err: any, data?: RedactRoomMessageCommandOutput) => void,
|
|
897
810
|
): void;
|
|
898
811
|
redactRoomMessage(
|
|
899
812
|
args: RedactRoomMessageCommandInput,
|
|
900
813
|
options: __HttpHandlerOptions,
|
|
901
|
-
cb: (err: any, data?: RedactRoomMessageCommandOutput) => void
|
|
814
|
+
cb: (err: any, data?: RedactRoomMessageCommandOutput) => void,
|
|
902
815
|
): void;
|
|
903
816
|
regenerateSecurityToken(
|
|
904
817
|
args: RegenerateSecurityTokenCommandInput,
|
|
905
|
-
options?: __HttpHandlerOptions
|
|
818
|
+
options?: __HttpHandlerOptions,
|
|
906
819
|
): Promise<RegenerateSecurityTokenCommandOutput>;
|
|
907
820
|
regenerateSecurityToken(
|
|
908
821
|
args: RegenerateSecurityTokenCommandInput,
|
|
909
|
-
cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void
|
|
822
|
+
cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void,
|
|
910
823
|
): void;
|
|
911
824
|
regenerateSecurityToken(
|
|
912
825
|
args: RegenerateSecurityTokenCommandInput,
|
|
913
826
|
options: __HttpHandlerOptions,
|
|
914
|
-
cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void
|
|
827
|
+
cb: (err: any, data?: RegenerateSecurityTokenCommandOutput) => void,
|
|
915
828
|
): void;
|
|
916
829
|
resetPersonalPIN(
|
|
917
830
|
args: ResetPersonalPINCommandInput,
|
|
918
|
-
options?: __HttpHandlerOptions
|
|
831
|
+
options?: __HttpHandlerOptions,
|
|
919
832
|
): Promise<ResetPersonalPINCommandOutput>;
|
|
920
833
|
resetPersonalPIN(
|
|
921
834
|
args: ResetPersonalPINCommandInput,
|
|
922
|
-
cb: (err: any, data?: ResetPersonalPINCommandOutput) => void
|
|
835
|
+
cb: (err: any, data?: ResetPersonalPINCommandOutput) => void,
|
|
923
836
|
): void;
|
|
924
837
|
resetPersonalPIN(
|
|
925
838
|
args: ResetPersonalPINCommandInput,
|
|
926
839
|
options: __HttpHandlerOptions,
|
|
927
|
-
cb: (err: any, data?: ResetPersonalPINCommandOutput) => void
|
|
840
|
+
cb: (err: any, data?: ResetPersonalPINCommandOutput) => void,
|
|
928
841
|
): void;
|
|
929
842
|
restorePhoneNumber(
|
|
930
843
|
args: RestorePhoneNumberCommandInput,
|
|
931
|
-
options?: __HttpHandlerOptions
|
|
844
|
+
options?: __HttpHandlerOptions,
|
|
932
845
|
): Promise<RestorePhoneNumberCommandOutput>;
|
|
933
846
|
restorePhoneNumber(
|
|
934
847
|
args: RestorePhoneNumberCommandInput,
|
|
935
|
-
cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
|
|
848
|
+
cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void,
|
|
936
849
|
): void;
|
|
937
850
|
restorePhoneNumber(
|
|
938
851
|
args: RestorePhoneNumberCommandInput,
|
|
939
852
|
options: __HttpHandlerOptions,
|
|
940
|
-
cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void
|
|
853
|
+
cb: (err: any, data?: RestorePhoneNumberCommandOutput) => void,
|
|
941
854
|
): void;
|
|
942
855
|
searchAvailablePhoneNumbers(): Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
943
856
|
searchAvailablePhoneNumbers(
|
|
944
857
|
args: SearchAvailablePhoneNumbersCommandInput,
|
|
945
|
-
options?: __HttpHandlerOptions
|
|
858
|
+
options?: __HttpHandlerOptions,
|
|
946
859
|
): Promise<SearchAvailablePhoneNumbersCommandOutput>;
|
|
947
860
|
searchAvailablePhoneNumbers(
|
|
948
861
|
args: SearchAvailablePhoneNumbersCommandInput,
|
|
949
|
-
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
|
|
862
|
+
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void,
|
|
950
863
|
): void;
|
|
951
864
|
searchAvailablePhoneNumbers(
|
|
952
865
|
args: SearchAvailablePhoneNumbersCommandInput,
|
|
953
866
|
options: __HttpHandlerOptions,
|
|
954
|
-
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
|
|
867
|
+
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void,
|
|
955
868
|
): void;
|
|
956
869
|
updateAccount(
|
|
957
870
|
args: UpdateAccountCommandInput,
|
|
958
|
-
options?: __HttpHandlerOptions
|
|
871
|
+
options?: __HttpHandlerOptions,
|
|
959
872
|
): Promise<UpdateAccountCommandOutput>;
|
|
960
873
|
updateAccount(
|
|
961
874
|
args: UpdateAccountCommandInput,
|
|
962
|
-
cb: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
875
|
+
cb: (err: any, data?: UpdateAccountCommandOutput) => void,
|
|
963
876
|
): void;
|
|
964
877
|
updateAccount(
|
|
965
878
|
args: UpdateAccountCommandInput,
|
|
966
879
|
options: __HttpHandlerOptions,
|
|
967
|
-
cb: (err: any, data?: UpdateAccountCommandOutput) => void
|
|
880
|
+
cb: (err: any, data?: UpdateAccountCommandOutput) => void,
|
|
968
881
|
): void;
|
|
969
882
|
updateAccountSettings(
|
|
970
883
|
args: UpdateAccountSettingsCommandInput,
|
|
971
|
-
options?: __HttpHandlerOptions
|
|
884
|
+
options?: __HttpHandlerOptions,
|
|
972
885
|
): Promise<UpdateAccountSettingsCommandOutput>;
|
|
973
886
|
updateAccountSettings(
|
|
974
887
|
args: UpdateAccountSettingsCommandInput,
|
|
975
|
-
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
|
|
888
|
+
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void,
|
|
976
889
|
): void;
|
|
977
890
|
updateAccountSettings(
|
|
978
891
|
args: UpdateAccountSettingsCommandInput,
|
|
979
892
|
options: __HttpHandlerOptions,
|
|
980
|
-
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
|
|
893
|
+
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void,
|
|
981
894
|
): void;
|
|
982
895
|
updateBot(
|
|
983
896
|
args: UpdateBotCommandInput,
|
|
984
|
-
options?: __HttpHandlerOptions
|
|
897
|
+
options?: __HttpHandlerOptions,
|
|
985
898
|
): Promise<UpdateBotCommandOutput>;
|
|
986
899
|
updateBot(
|
|
987
900
|
args: UpdateBotCommandInput,
|
|
988
|
-
cb: (err: any, data?: UpdateBotCommandOutput) => void
|
|
901
|
+
cb: (err: any, data?: UpdateBotCommandOutput) => void,
|
|
989
902
|
): void;
|
|
990
903
|
updateBot(
|
|
991
904
|
args: UpdateBotCommandInput,
|
|
992
905
|
options: __HttpHandlerOptions,
|
|
993
|
-
cb: (err: any, data?: UpdateBotCommandOutput) => void
|
|
906
|
+
cb: (err: any, data?: UpdateBotCommandOutput) => void,
|
|
994
907
|
): void;
|
|
995
908
|
updateGlobalSettings(): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
996
909
|
updateGlobalSettings(
|
|
997
910
|
args: UpdateGlobalSettingsCommandInput,
|
|
998
|
-
options?: __HttpHandlerOptions
|
|
911
|
+
options?: __HttpHandlerOptions,
|
|
999
912
|
): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
1000
913
|
updateGlobalSettings(
|
|
1001
914
|
args: UpdateGlobalSettingsCommandInput,
|
|
1002
|
-
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
|
|
915
|
+
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
|
|
1003
916
|
): void;
|
|
1004
917
|
updateGlobalSettings(
|
|
1005
918
|
args: UpdateGlobalSettingsCommandInput,
|
|
1006
919
|
options: __HttpHandlerOptions,
|
|
1007
|
-
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void
|
|
920
|
+
cb: (err: any, data?: UpdateGlobalSettingsCommandOutput) => void,
|
|
1008
921
|
): void;
|
|
1009
922
|
updatePhoneNumber(
|
|
1010
923
|
args: UpdatePhoneNumberCommandInput,
|
|
1011
|
-
options?: __HttpHandlerOptions
|
|
924
|
+
options?: __HttpHandlerOptions,
|
|
1012
925
|
): Promise<UpdatePhoneNumberCommandOutput>;
|
|
1013
926
|
updatePhoneNumber(
|
|
1014
927
|
args: UpdatePhoneNumberCommandInput,
|
|
1015
|
-
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
|
|
928
|
+
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void,
|
|
1016
929
|
): void;
|
|
1017
930
|
updatePhoneNumber(
|
|
1018
931
|
args: UpdatePhoneNumberCommandInput,
|
|
1019
932
|
options: __HttpHandlerOptions,
|
|
1020
|
-
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void
|
|
933
|
+
cb: (err: any, data?: UpdatePhoneNumberCommandOutput) => void,
|
|
1021
934
|
): void;
|
|
1022
935
|
updatePhoneNumberSettings(
|
|
1023
936
|
args: UpdatePhoneNumberSettingsCommandInput,
|
|
1024
|
-
options?: __HttpHandlerOptions
|
|
937
|
+
options?: __HttpHandlerOptions,
|
|
1025
938
|
): Promise<UpdatePhoneNumberSettingsCommandOutput>;
|
|
1026
939
|
updatePhoneNumberSettings(
|
|
1027
940
|
args: UpdatePhoneNumberSettingsCommandInput,
|
|
1028
|
-
cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
|
|
941
|
+
cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void,
|
|
1029
942
|
): void;
|
|
1030
943
|
updatePhoneNumberSettings(
|
|
1031
944
|
args: UpdatePhoneNumberSettingsCommandInput,
|
|
1032
945
|
options: __HttpHandlerOptions,
|
|
1033
|
-
cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
|
|
946
|
+
cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void,
|
|
1034
947
|
): void;
|
|
1035
948
|
updateRoom(
|
|
1036
949
|
args: UpdateRoomCommandInput,
|
|
1037
|
-
options?: __HttpHandlerOptions
|
|
950
|
+
options?: __HttpHandlerOptions,
|
|
1038
951
|
): Promise<UpdateRoomCommandOutput>;
|
|
1039
952
|
updateRoom(
|
|
1040
953
|
args: UpdateRoomCommandInput,
|
|
1041
|
-
cb: (err: any, data?: UpdateRoomCommandOutput) => void
|
|
954
|
+
cb: (err: any, data?: UpdateRoomCommandOutput) => void,
|
|
1042
955
|
): void;
|
|
1043
956
|
updateRoom(
|
|
1044
957
|
args: UpdateRoomCommandInput,
|
|
1045
958
|
options: __HttpHandlerOptions,
|
|
1046
|
-
cb: (err: any, data?: UpdateRoomCommandOutput) => void
|
|
959
|
+
cb: (err: any, data?: UpdateRoomCommandOutput) => void,
|
|
1047
960
|
): void;
|
|
1048
961
|
updateRoomMembership(
|
|
1049
962
|
args: UpdateRoomMembershipCommandInput,
|
|
1050
|
-
options?: __HttpHandlerOptions
|
|
963
|
+
options?: __HttpHandlerOptions,
|
|
1051
964
|
): Promise<UpdateRoomMembershipCommandOutput>;
|
|
1052
965
|
updateRoomMembership(
|
|
1053
966
|
args: UpdateRoomMembershipCommandInput,
|
|
1054
|
-
cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void
|
|
967
|
+
cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void,
|
|
1055
968
|
): void;
|
|
1056
969
|
updateRoomMembership(
|
|
1057
970
|
args: UpdateRoomMembershipCommandInput,
|
|
1058
971
|
options: __HttpHandlerOptions,
|
|
1059
|
-
cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void
|
|
972
|
+
cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void,
|
|
1060
973
|
): void;
|
|
1061
974
|
updateUser(
|
|
1062
975
|
args: UpdateUserCommandInput,
|
|
1063
|
-
options?: __HttpHandlerOptions
|
|
976
|
+
options?: __HttpHandlerOptions,
|
|
1064
977
|
): Promise<UpdateUserCommandOutput>;
|
|
1065
978
|
updateUser(
|
|
1066
979
|
args: UpdateUserCommandInput,
|
|
1067
|
-
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
980
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void,
|
|
1068
981
|
): void;
|
|
1069
982
|
updateUser(
|
|
1070
983
|
args: UpdateUserCommandInput,
|
|
1071
984
|
options: __HttpHandlerOptions,
|
|
1072
|
-
cb: (err: any, data?: UpdateUserCommandOutput) => void
|
|
985
|
+
cb: (err: any, data?: UpdateUserCommandOutput) => void,
|
|
1073
986
|
): void;
|
|
1074
987
|
updateUserSettings(
|
|
1075
988
|
args: UpdateUserSettingsCommandInput,
|
|
1076
|
-
options?: __HttpHandlerOptions
|
|
989
|
+
options?: __HttpHandlerOptions,
|
|
1077
990
|
): Promise<UpdateUserSettingsCommandOutput>;
|
|
1078
991
|
updateUserSettings(
|
|
1079
992
|
args: UpdateUserSettingsCommandInput,
|
|
1080
|
-
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
|
|
993
|
+
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void,
|
|
1081
994
|
): void;
|
|
1082
995
|
updateUserSettings(
|
|
1083
996
|
args: UpdateUserSettingsCommandInput,
|
|
1084
997
|
options: __HttpHandlerOptions,
|
|
1085
|
-
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
|
|
998
|
+
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void,
|
|
1086
999
|
): void;
|
|
1087
1000
|
paginateListAccounts(
|
|
1088
1001
|
args?: ListAccountsCommandInput,
|
|
1089
1002
|
paginationConfig?: Pick<
|
|
1090
1003
|
PaginationConfiguration,
|
|
1091
1004
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1092
|
-
|
|
1005
|
+
>,
|
|
1093
1006
|
): Paginator<ListAccountsCommandOutput>;
|
|
1094
1007
|
paginateListBots(
|
|
1095
1008
|
args: ListBotsCommandInput,
|
|
1096
1009
|
paginationConfig?: Pick<
|
|
1097
1010
|
PaginationConfiguration,
|
|
1098
1011
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1099
|
-
|
|
1012
|
+
>,
|
|
1100
1013
|
): Paginator<ListBotsCommandOutput>;
|
|
1101
1014
|
paginateListPhoneNumberOrders(
|
|
1102
1015
|
args?: ListPhoneNumberOrdersCommandInput,
|
|
1103
1016
|
paginationConfig?: Pick<
|
|
1104
1017
|
PaginationConfiguration,
|
|
1105
1018
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1106
|
-
|
|
1019
|
+
>,
|
|
1107
1020
|
): Paginator<ListPhoneNumberOrdersCommandOutput>;
|
|
1108
1021
|
paginateListPhoneNumbers(
|
|
1109
1022
|
args?: ListPhoneNumbersCommandInput,
|
|
1110
1023
|
paginationConfig?: Pick<
|
|
1111
1024
|
PaginationConfiguration,
|
|
1112
1025
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1113
|
-
|
|
1026
|
+
>,
|
|
1114
1027
|
): Paginator<ListPhoneNumbersCommandOutput>;
|
|
1115
1028
|
paginateListRoomMemberships(
|
|
1116
1029
|
args: ListRoomMembershipsCommandInput,
|
|
1117
1030
|
paginationConfig?: Pick<
|
|
1118
1031
|
PaginationConfiguration,
|
|
1119
1032
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1120
|
-
|
|
1033
|
+
>,
|
|
1121
1034
|
): Paginator<ListRoomMembershipsCommandOutput>;
|
|
1122
1035
|
paginateListRooms(
|
|
1123
1036
|
args: ListRoomsCommandInput,
|
|
1124
1037
|
paginationConfig?: Pick<
|
|
1125
1038
|
PaginationConfiguration,
|
|
1126
1039
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1127
|
-
|
|
1040
|
+
>,
|
|
1128
1041
|
): Paginator<ListRoomsCommandOutput>;
|
|
1129
1042
|
paginateListUsers(
|
|
1130
1043
|
args: ListUsersCommandInput,
|
|
1131
1044
|
paginationConfig?: Pick<
|
|
1132
1045
|
PaginationConfiguration,
|
|
1133
1046
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1134
|
-
|
|
1047
|
+
>,
|
|
1135
1048
|
): Paginator<ListUsersCommandOutput>;
|
|
1136
1049
|
paginateSearchAvailablePhoneNumbers(
|
|
1137
1050
|
args?: SearchAvailablePhoneNumbersCommandInput,
|
|
1138
1051
|
paginationConfig?: Pick<
|
|
1139
1052
|
PaginationConfiguration,
|
|
1140
1053
|
Exclude<keyof PaginationConfiguration, "client">
|
|
1141
|
-
|
|
1054
|
+
>,
|
|
1142
1055
|
): Paginator<SearchAvailablePhoneNumbersCommandOutput>;
|
|
1143
1056
|
}
|
|
1144
1057
|
export declare class Chime extends ChimeClient implements Chime {}
|