@aws-sdk/client-chime 3.928.0 → 3.930.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.
Files changed (86) hide show
  1. package/dist-cjs/index.js +2286 -2820
  2. package/dist-cjs/runtimeConfig.shared.js +2 -0
  3. package/dist-es/ChimeClient.js +2 -0
  4. package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +3 -10
  5. package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +3 -9
  6. package/dist-es/commands/BatchCreateRoomMembershipCommand.js +3 -9
  7. package/dist-es/commands/BatchDeletePhoneNumberCommand.js +3 -9
  8. package/dist-es/commands/BatchSuspendUserCommand.js +3 -9
  9. package/dist-es/commands/BatchUnsuspendUserCommand.js +3 -9
  10. package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +3 -10
  11. package/dist-es/commands/BatchUpdateUserCommand.js +3 -10
  12. package/dist-es/commands/CreateAccountCommand.js +3 -9
  13. package/dist-es/commands/CreateBotCommand.js +3 -10
  14. package/dist-es/commands/CreateMeetingDialOutCommand.js +3 -10
  15. package/dist-es/commands/CreatePhoneNumberOrderCommand.js +3 -10
  16. package/dist-es/commands/CreateRoomCommand.js +3 -10
  17. package/dist-es/commands/CreateRoomMembershipCommand.js +3 -10
  18. package/dist-es/commands/CreateUserCommand.js +3 -10
  19. package/dist-es/commands/DeleteAccountCommand.js +3 -9
  20. package/dist-es/commands/DeleteEventsConfigurationCommand.js +3 -9
  21. package/dist-es/commands/DeletePhoneNumberCommand.js +3 -9
  22. package/dist-es/commands/DeleteRoomCommand.js +3 -9
  23. package/dist-es/commands/DeleteRoomMembershipCommand.js +3 -9
  24. package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +3 -9
  25. package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +3 -9
  26. package/dist-es/commands/GetAccountCommand.js +3 -9
  27. package/dist-es/commands/GetAccountSettingsCommand.js +3 -9
  28. package/dist-es/commands/GetBotCommand.js +3 -10
  29. package/dist-es/commands/GetEventsConfigurationCommand.js +3 -10
  30. package/dist-es/commands/GetGlobalSettingsCommand.js +3 -9
  31. package/dist-es/commands/GetPhoneNumberCommand.js +3 -10
  32. package/dist-es/commands/GetPhoneNumberOrderCommand.js +3 -10
  33. package/dist-es/commands/GetPhoneNumberSettingsCommand.js +3 -10
  34. package/dist-es/commands/GetRetentionSettingsCommand.js +3 -9
  35. package/dist-es/commands/GetRoomCommand.js +3 -10
  36. package/dist-es/commands/GetUserCommand.js +3 -10
  37. package/dist-es/commands/GetUserSettingsCommand.js +3 -9
  38. package/dist-es/commands/InviteUsersCommand.js +3 -10
  39. package/dist-es/commands/ListAccountsCommand.js +3 -10
  40. package/dist-es/commands/ListBotsCommand.js +3 -10
  41. package/dist-es/commands/ListPhoneNumberOrdersCommand.js +3 -10
  42. package/dist-es/commands/ListPhoneNumbersCommand.js +3 -10
  43. package/dist-es/commands/ListRoomMembershipsCommand.js +3 -10
  44. package/dist-es/commands/ListRoomsCommand.js +3 -10
  45. package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +3 -9
  46. package/dist-es/commands/ListUsersCommand.js +3 -10
  47. package/dist-es/commands/LogoutUserCommand.js +3 -9
  48. package/dist-es/commands/PutEventsConfigurationCommand.js +3 -10
  49. package/dist-es/commands/PutRetentionSettingsCommand.js +3 -9
  50. package/dist-es/commands/RedactConversationMessageCommand.js +3 -9
  51. package/dist-es/commands/RedactRoomMessageCommand.js +3 -9
  52. package/dist-es/commands/RegenerateSecurityTokenCommand.js +3 -10
  53. package/dist-es/commands/ResetPersonalPINCommand.js +3 -10
  54. package/dist-es/commands/RestorePhoneNumberCommand.js +3 -10
  55. package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +3 -10
  56. package/dist-es/commands/UpdateAccountCommand.js +3 -9
  57. package/dist-es/commands/UpdateAccountSettingsCommand.js +3 -9
  58. package/dist-es/commands/UpdateBotCommand.js +3 -10
  59. package/dist-es/commands/UpdateGlobalSettingsCommand.js +3 -9
  60. package/dist-es/commands/UpdatePhoneNumberCommand.js +3 -10
  61. package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +3 -10
  62. package/dist-es/commands/UpdateRoomCommand.js +3 -10
  63. package/dist-es/commands/UpdateRoomMembershipCommand.js +3 -10
  64. package/dist-es/commands/UpdateUserCommand.js +3 -10
  65. package/dist-es/commands/UpdateUserSettingsCommand.js +3 -9
  66. package/dist-es/models/models_0.js +0 -262
  67. package/dist-es/runtimeConfig.shared.js +2 -0
  68. package/dist-es/schemas/schemas_0.js +2158 -0
  69. package/dist-types/ChimeClient.d.ts +10 -1
  70. package/dist-types/models/models_0.d.ts +0 -232
  71. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  72. package/dist-types/runtimeConfig.d.ts +1 -0
  73. package/dist-types/runtimeConfig.native.d.ts +1 -0
  74. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  75. package/dist-types/schemas/schemas_0.d.ts +251 -0
  76. package/dist-types/ts3.4/ChimeClient.d.ts +4 -0
  77. package/dist-types/ts3.4/models/models_0.d.ts +0 -162
  78. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  79. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  80. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  81. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  82. package/dist-types/ts3.4/schemas/schemas_0.d.ts +257 -0
  83. package/package.json +33 -34
  84. package/dist-es/protocols/Aws_restJson1.js +0 -2062
  85. package/dist-types/protocols/Aws_restJson1.d.ts +0 -560
  86. package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +0 -749
@@ -1,749 +0,0 @@
1
- import {
2
- HttpRequest as __HttpRequest,
3
- HttpResponse as __HttpResponse,
4
- } from "@smithy/protocol-http";
5
- import { SerdeContext as __SerdeContext } from "@smithy/types";
6
- import {
7
- AssociatePhoneNumberWithUserCommandInput,
8
- AssociatePhoneNumberWithUserCommandOutput,
9
- } from "../commands/AssociatePhoneNumberWithUserCommand";
10
- import {
11
- AssociateSigninDelegateGroupsWithAccountCommandInput,
12
- AssociateSigninDelegateGroupsWithAccountCommandOutput,
13
- } from "../commands/AssociateSigninDelegateGroupsWithAccountCommand";
14
- import {
15
- BatchCreateRoomMembershipCommandInput,
16
- BatchCreateRoomMembershipCommandOutput,
17
- } from "../commands/BatchCreateRoomMembershipCommand";
18
- import {
19
- BatchDeletePhoneNumberCommandInput,
20
- BatchDeletePhoneNumberCommandOutput,
21
- } from "../commands/BatchDeletePhoneNumberCommand";
22
- import {
23
- BatchSuspendUserCommandInput,
24
- BatchSuspendUserCommandOutput,
25
- } from "../commands/BatchSuspendUserCommand";
26
- import {
27
- BatchUnsuspendUserCommandInput,
28
- BatchUnsuspendUserCommandOutput,
29
- } from "../commands/BatchUnsuspendUserCommand";
30
- import {
31
- BatchUpdatePhoneNumberCommandInput,
32
- BatchUpdatePhoneNumberCommandOutput,
33
- } from "../commands/BatchUpdatePhoneNumberCommand";
34
- import {
35
- BatchUpdateUserCommandInput,
36
- BatchUpdateUserCommandOutput,
37
- } from "../commands/BatchUpdateUserCommand";
38
- import {
39
- CreateAccountCommandInput,
40
- CreateAccountCommandOutput,
41
- } from "../commands/CreateAccountCommand";
42
- import {
43
- CreateBotCommandInput,
44
- CreateBotCommandOutput,
45
- } from "../commands/CreateBotCommand";
46
- import {
47
- CreateMeetingDialOutCommandInput,
48
- CreateMeetingDialOutCommandOutput,
49
- } from "../commands/CreateMeetingDialOutCommand";
50
- import {
51
- CreatePhoneNumberOrderCommandInput,
52
- CreatePhoneNumberOrderCommandOutput,
53
- } from "../commands/CreatePhoneNumberOrderCommand";
54
- import {
55
- CreateRoomCommandInput,
56
- CreateRoomCommandOutput,
57
- } from "../commands/CreateRoomCommand";
58
- import {
59
- CreateRoomMembershipCommandInput,
60
- CreateRoomMembershipCommandOutput,
61
- } from "../commands/CreateRoomMembershipCommand";
62
- import {
63
- CreateUserCommandInput,
64
- CreateUserCommandOutput,
65
- } from "../commands/CreateUserCommand";
66
- import {
67
- DeleteAccountCommandInput,
68
- DeleteAccountCommandOutput,
69
- } from "../commands/DeleteAccountCommand";
70
- import {
71
- DeleteEventsConfigurationCommandInput,
72
- DeleteEventsConfigurationCommandOutput,
73
- } from "../commands/DeleteEventsConfigurationCommand";
74
- import {
75
- DeletePhoneNumberCommandInput,
76
- DeletePhoneNumberCommandOutput,
77
- } from "../commands/DeletePhoneNumberCommand";
78
- import {
79
- DeleteRoomCommandInput,
80
- DeleteRoomCommandOutput,
81
- } from "../commands/DeleteRoomCommand";
82
- import {
83
- DeleteRoomMembershipCommandInput,
84
- DeleteRoomMembershipCommandOutput,
85
- } from "../commands/DeleteRoomMembershipCommand";
86
- import {
87
- DisassociatePhoneNumberFromUserCommandInput,
88
- DisassociatePhoneNumberFromUserCommandOutput,
89
- } from "../commands/DisassociatePhoneNumberFromUserCommand";
90
- import {
91
- DisassociateSigninDelegateGroupsFromAccountCommandInput,
92
- DisassociateSigninDelegateGroupsFromAccountCommandOutput,
93
- } from "../commands/DisassociateSigninDelegateGroupsFromAccountCommand";
94
- import {
95
- GetAccountCommandInput,
96
- GetAccountCommandOutput,
97
- } from "../commands/GetAccountCommand";
98
- import {
99
- GetAccountSettingsCommandInput,
100
- GetAccountSettingsCommandOutput,
101
- } from "../commands/GetAccountSettingsCommand";
102
- import {
103
- GetBotCommandInput,
104
- GetBotCommandOutput,
105
- } from "../commands/GetBotCommand";
106
- import {
107
- GetEventsConfigurationCommandInput,
108
- GetEventsConfigurationCommandOutput,
109
- } from "../commands/GetEventsConfigurationCommand";
110
- import {
111
- GetGlobalSettingsCommandInput,
112
- GetGlobalSettingsCommandOutput,
113
- } from "../commands/GetGlobalSettingsCommand";
114
- import {
115
- GetPhoneNumberCommandInput,
116
- GetPhoneNumberCommandOutput,
117
- } from "../commands/GetPhoneNumberCommand";
118
- import {
119
- GetPhoneNumberOrderCommandInput,
120
- GetPhoneNumberOrderCommandOutput,
121
- } from "../commands/GetPhoneNumberOrderCommand";
122
- import {
123
- GetPhoneNumberSettingsCommandInput,
124
- GetPhoneNumberSettingsCommandOutput,
125
- } from "../commands/GetPhoneNumberSettingsCommand";
126
- import {
127
- GetRetentionSettingsCommandInput,
128
- GetRetentionSettingsCommandOutput,
129
- } from "../commands/GetRetentionSettingsCommand";
130
- import {
131
- GetRoomCommandInput,
132
- GetRoomCommandOutput,
133
- } from "../commands/GetRoomCommand";
134
- import {
135
- GetUserCommandInput,
136
- GetUserCommandOutput,
137
- } from "../commands/GetUserCommand";
138
- import {
139
- GetUserSettingsCommandInput,
140
- GetUserSettingsCommandOutput,
141
- } from "../commands/GetUserSettingsCommand";
142
- import {
143
- InviteUsersCommandInput,
144
- InviteUsersCommandOutput,
145
- } from "../commands/InviteUsersCommand";
146
- import {
147
- ListAccountsCommandInput,
148
- ListAccountsCommandOutput,
149
- } from "../commands/ListAccountsCommand";
150
- import {
151
- ListBotsCommandInput,
152
- ListBotsCommandOutput,
153
- } from "../commands/ListBotsCommand";
154
- import {
155
- ListPhoneNumberOrdersCommandInput,
156
- ListPhoneNumberOrdersCommandOutput,
157
- } from "../commands/ListPhoneNumberOrdersCommand";
158
- import {
159
- ListPhoneNumbersCommandInput,
160
- ListPhoneNumbersCommandOutput,
161
- } from "../commands/ListPhoneNumbersCommand";
162
- import {
163
- ListRoomMembershipsCommandInput,
164
- ListRoomMembershipsCommandOutput,
165
- } from "../commands/ListRoomMembershipsCommand";
166
- import {
167
- ListRoomsCommandInput,
168
- ListRoomsCommandOutput,
169
- } from "../commands/ListRoomsCommand";
170
- import {
171
- ListSupportedPhoneNumberCountriesCommandInput,
172
- ListSupportedPhoneNumberCountriesCommandOutput,
173
- } from "../commands/ListSupportedPhoneNumberCountriesCommand";
174
- import {
175
- ListUsersCommandInput,
176
- ListUsersCommandOutput,
177
- } from "../commands/ListUsersCommand";
178
- import {
179
- LogoutUserCommandInput,
180
- LogoutUserCommandOutput,
181
- } from "../commands/LogoutUserCommand";
182
- import {
183
- PutEventsConfigurationCommandInput,
184
- PutEventsConfigurationCommandOutput,
185
- } from "../commands/PutEventsConfigurationCommand";
186
- import {
187
- PutRetentionSettingsCommandInput,
188
- PutRetentionSettingsCommandOutput,
189
- } from "../commands/PutRetentionSettingsCommand";
190
- import {
191
- RedactConversationMessageCommandInput,
192
- RedactConversationMessageCommandOutput,
193
- } from "../commands/RedactConversationMessageCommand";
194
- import {
195
- RedactRoomMessageCommandInput,
196
- RedactRoomMessageCommandOutput,
197
- } from "../commands/RedactRoomMessageCommand";
198
- import {
199
- RegenerateSecurityTokenCommandInput,
200
- RegenerateSecurityTokenCommandOutput,
201
- } from "../commands/RegenerateSecurityTokenCommand";
202
- import {
203
- ResetPersonalPINCommandInput,
204
- ResetPersonalPINCommandOutput,
205
- } from "../commands/ResetPersonalPINCommand";
206
- import {
207
- RestorePhoneNumberCommandInput,
208
- RestorePhoneNumberCommandOutput,
209
- } from "../commands/RestorePhoneNumberCommand";
210
- import {
211
- SearchAvailablePhoneNumbersCommandInput,
212
- SearchAvailablePhoneNumbersCommandOutput,
213
- } from "../commands/SearchAvailablePhoneNumbersCommand";
214
- import {
215
- UpdateAccountCommandInput,
216
- UpdateAccountCommandOutput,
217
- } from "../commands/UpdateAccountCommand";
218
- import {
219
- UpdateAccountSettingsCommandInput,
220
- UpdateAccountSettingsCommandOutput,
221
- } from "../commands/UpdateAccountSettingsCommand";
222
- import {
223
- UpdateBotCommandInput,
224
- UpdateBotCommandOutput,
225
- } from "../commands/UpdateBotCommand";
226
- import {
227
- UpdateGlobalSettingsCommandInput,
228
- UpdateGlobalSettingsCommandOutput,
229
- } from "../commands/UpdateGlobalSettingsCommand";
230
- import {
231
- UpdatePhoneNumberCommandInput,
232
- UpdatePhoneNumberCommandOutput,
233
- } from "../commands/UpdatePhoneNumberCommand";
234
- import {
235
- UpdatePhoneNumberSettingsCommandInput,
236
- UpdatePhoneNumberSettingsCommandOutput,
237
- } from "../commands/UpdatePhoneNumberSettingsCommand";
238
- import {
239
- UpdateRoomCommandInput,
240
- UpdateRoomCommandOutput,
241
- } from "../commands/UpdateRoomCommand";
242
- import {
243
- UpdateRoomMembershipCommandInput,
244
- UpdateRoomMembershipCommandOutput,
245
- } from "../commands/UpdateRoomMembershipCommand";
246
- import {
247
- UpdateUserCommandInput,
248
- UpdateUserCommandOutput,
249
- } from "../commands/UpdateUserCommand";
250
- import {
251
- UpdateUserSettingsCommandInput,
252
- UpdateUserSettingsCommandOutput,
253
- } from "../commands/UpdateUserSettingsCommand";
254
- export declare const se_AssociatePhoneNumberWithUserCommand: (
255
- input: AssociatePhoneNumberWithUserCommandInput,
256
- context: __SerdeContext
257
- ) => Promise<__HttpRequest>;
258
- export declare const se_AssociateSigninDelegateGroupsWithAccountCommand: (
259
- input: AssociateSigninDelegateGroupsWithAccountCommandInput,
260
- context: __SerdeContext
261
- ) => Promise<__HttpRequest>;
262
- export declare const se_BatchCreateRoomMembershipCommand: (
263
- input: BatchCreateRoomMembershipCommandInput,
264
- context: __SerdeContext
265
- ) => Promise<__HttpRequest>;
266
- export declare const se_BatchDeletePhoneNumberCommand: (
267
- input: BatchDeletePhoneNumberCommandInput,
268
- context: __SerdeContext
269
- ) => Promise<__HttpRequest>;
270
- export declare const se_BatchSuspendUserCommand: (
271
- input: BatchSuspendUserCommandInput,
272
- context: __SerdeContext
273
- ) => Promise<__HttpRequest>;
274
- export declare const se_BatchUnsuspendUserCommand: (
275
- input: BatchUnsuspendUserCommandInput,
276
- context: __SerdeContext
277
- ) => Promise<__HttpRequest>;
278
- export declare const se_BatchUpdatePhoneNumberCommand: (
279
- input: BatchUpdatePhoneNumberCommandInput,
280
- context: __SerdeContext
281
- ) => Promise<__HttpRequest>;
282
- export declare const se_BatchUpdateUserCommand: (
283
- input: BatchUpdateUserCommandInput,
284
- context: __SerdeContext
285
- ) => Promise<__HttpRequest>;
286
- export declare const se_CreateAccountCommand: (
287
- input: CreateAccountCommandInput,
288
- context: __SerdeContext
289
- ) => Promise<__HttpRequest>;
290
- export declare const se_CreateBotCommand: (
291
- input: CreateBotCommandInput,
292
- context: __SerdeContext
293
- ) => Promise<__HttpRequest>;
294
- export declare const se_CreateMeetingDialOutCommand: (
295
- input: CreateMeetingDialOutCommandInput,
296
- context: __SerdeContext
297
- ) => Promise<__HttpRequest>;
298
- export declare const se_CreatePhoneNumberOrderCommand: (
299
- input: CreatePhoneNumberOrderCommandInput,
300
- context: __SerdeContext
301
- ) => Promise<__HttpRequest>;
302
- export declare const se_CreateRoomCommand: (
303
- input: CreateRoomCommandInput,
304
- context: __SerdeContext
305
- ) => Promise<__HttpRequest>;
306
- export declare const se_CreateRoomMembershipCommand: (
307
- input: CreateRoomMembershipCommandInput,
308
- context: __SerdeContext
309
- ) => Promise<__HttpRequest>;
310
- export declare const se_CreateUserCommand: (
311
- input: CreateUserCommandInput,
312
- context: __SerdeContext
313
- ) => Promise<__HttpRequest>;
314
- export declare const se_DeleteAccountCommand: (
315
- input: DeleteAccountCommandInput,
316
- context: __SerdeContext
317
- ) => Promise<__HttpRequest>;
318
- export declare const se_DeleteEventsConfigurationCommand: (
319
- input: DeleteEventsConfigurationCommandInput,
320
- context: __SerdeContext
321
- ) => Promise<__HttpRequest>;
322
- export declare const se_DeletePhoneNumberCommand: (
323
- input: DeletePhoneNumberCommandInput,
324
- context: __SerdeContext
325
- ) => Promise<__HttpRequest>;
326
- export declare const se_DeleteRoomCommand: (
327
- input: DeleteRoomCommandInput,
328
- context: __SerdeContext
329
- ) => Promise<__HttpRequest>;
330
- export declare const se_DeleteRoomMembershipCommand: (
331
- input: DeleteRoomMembershipCommandInput,
332
- context: __SerdeContext
333
- ) => Promise<__HttpRequest>;
334
- export declare const se_DisassociatePhoneNumberFromUserCommand: (
335
- input: DisassociatePhoneNumberFromUserCommandInput,
336
- context: __SerdeContext
337
- ) => Promise<__HttpRequest>;
338
- export declare const se_DisassociateSigninDelegateGroupsFromAccountCommand: (
339
- input: DisassociateSigninDelegateGroupsFromAccountCommandInput,
340
- context: __SerdeContext
341
- ) => Promise<__HttpRequest>;
342
- export declare const se_GetAccountCommand: (
343
- input: GetAccountCommandInput,
344
- context: __SerdeContext
345
- ) => Promise<__HttpRequest>;
346
- export declare const se_GetAccountSettingsCommand: (
347
- input: GetAccountSettingsCommandInput,
348
- context: __SerdeContext
349
- ) => Promise<__HttpRequest>;
350
- export declare const se_GetBotCommand: (
351
- input: GetBotCommandInput,
352
- context: __SerdeContext
353
- ) => Promise<__HttpRequest>;
354
- export declare const se_GetEventsConfigurationCommand: (
355
- input: GetEventsConfigurationCommandInput,
356
- context: __SerdeContext
357
- ) => Promise<__HttpRequest>;
358
- export declare const se_GetGlobalSettingsCommand: (
359
- input: GetGlobalSettingsCommandInput,
360
- context: __SerdeContext
361
- ) => Promise<__HttpRequest>;
362
- export declare const se_GetPhoneNumberCommand: (
363
- input: GetPhoneNumberCommandInput,
364
- context: __SerdeContext
365
- ) => Promise<__HttpRequest>;
366
- export declare const se_GetPhoneNumberOrderCommand: (
367
- input: GetPhoneNumberOrderCommandInput,
368
- context: __SerdeContext
369
- ) => Promise<__HttpRequest>;
370
- export declare const se_GetPhoneNumberSettingsCommand: (
371
- input: GetPhoneNumberSettingsCommandInput,
372
- context: __SerdeContext
373
- ) => Promise<__HttpRequest>;
374
- export declare const se_GetRetentionSettingsCommand: (
375
- input: GetRetentionSettingsCommandInput,
376
- context: __SerdeContext
377
- ) => Promise<__HttpRequest>;
378
- export declare const se_GetRoomCommand: (
379
- input: GetRoomCommandInput,
380
- context: __SerdeContext
381
- ) => Promise<__HttpRequest>;
382
- export declare const se_GetUserCommand: (
383
- input: GetUserCommandInput,
384
- context: __SerdeContext
385
- ) => Promise<__HttpRequest>;
386
- export declare const se_GetUserSettingsCommand: (
387
- input: GetUserSettingsCommandInput,
388
- context: __SerdeContext
389
- ) => Promise<__HttpRequest>;
390
- export declare const se_InviteUsersCommand: (
391
- input: InviteUsersCommandInput,
392
- context: __SerdeContext
393
- ) => Promise<__HttpRequest>;
394
- export declare const se_ListAccountsCommand: (
395
- input: ListAccountsCommandInput,
396
- context: __SerdeContext
397
- ) => Promise<__HttpRequest>;
398
- export declare const se_ListBotsCommand: (
399
- input: ListBotsCommandInput,
400
- context: __SerdeContext
401
- ) => Promise<__HttpRequest>;
402
- export declare const se_ListPhoneNumberOrdersCommand: (
403
- input: ListPhoneNumberOrdersCommandInput,
404
- context: __SerdeContext
405
- ) => Promise<__HttpRequest>;
406
- export declare const se_ListPhoneNumbersCommand: (
407
- input: ListPhoneNumbersCommandInput,
408
- context: __SerdeContext
409
- ) => Promise<__HttpRequest>;
410
- export declare const se_ListRoomMembershipsCommand: (
411
- input: ListRoomMembershipsCommandInput,
412
- context: __SerdeContext
413
- ) => Promise<__HttpRequest>;
414
- export declare const se_ListRoomsCommand: (
415
- input: ListRoomsCommandInput,
416
- context: __SerdeContext
417
- ) => Promise<__HttpRequest>;
418
- export declare const se_ListSupportedPhoneNumberCountriesCommand: (
419
- input: ListSupportedPhoneNumberCountriesCommandInput,
420
- context: __SerdeContext
421
- ) => Promise<__HttpRequest>;
422
- export declare const se_ListUsersCommand: (
423
- input: ListUsersCommandInput,
424
- context: __SerdeContext
425
- ) => Promise<__HttpRequest>;
426
- export declare const se_LogoutUserCommand: (
427
- input: LogoutUserCommandInput,
428
- context: __SerdeContext
429
- ) => Promise<__HttpRequest>;
430
- export declare const se_PutEventsConfigurationCommand: (
431
- input: PutEventsConfigurationCommandInput,
432
- context: __SerdeContext
433
- ) => Promise<__HttpRequest>;
434
- export declare const se_PutRetentionSettingsCommand: (
435
- input: PutRetentionSettingsCommandInput,
436
- context: __SerdeContext
437
- ) => Promise<__HttpRequest>;
438
- export declare const se_RedactConversationMessageCommand: (
439
- input: RedactConversationMessageCommandInput,
440
- context: __SerdeContext
441
- ) => Promise<__HttpRequest>;
442
- export declare const se_RedactRoomMessageCommand: (
443
- input: RedactRoomMessageCommandInput,
444
- context: __SerdeContext
445
- ) => Promise<__HttpRequest>;
446
- export declare const se_RegenerateSecurityTokenCommand: (
447
- input: RegenerateSecurityTokenCommandInput,
448
- context: __SerdeContext
449
- ) => Promise<__HttpRequest>;
450
- export declare const se_ResetPersonalPINCommand: (
451
- input: ResetPersonalPINCommandInput,
452
- context: __SerdeContext
453
- ) => Promise<__HttpRequest>;
454
- export declare const se_RestorePhoneNumberCommand: (
455
- input: RestorePhoneNumberCommandInput,
456
- context: __SerdeContext
457
- ) => Promise<__HttpRequest>;
458
- export declare const se_SearchAvailablePhoneNumbersCommand: (
459
- input: SearchAvailablePhoneNumbersCommandInput,
460
- context: __SerdeContext
461
- ) => Promise<__HttpRequest>;
462
- export declare const se_UpdateAccountCommand: (
463
- input: UpdateAccountCommandInput,
464
- context: __SerdeContext
465
- ) => Promise<__HttpRequest>;
466
- export declare const se_UpdateAccountSettingsCommand: (
467
- input: UpdateAccountSettingsCommandInput,
468
- context: __SerdeContext
469
- ) => Promise<__HttpRequest>;
470
- export declare const se_UpdateBotCommand: (
471
- input: UpdateBotCommandInput,
472
- context: __SerdeContext
473
- ) => Promise<__HttpRequest>;
474
- export declare const se_UpdateGlobalSettingsCommand: (
475
- input: UpdateGlobalSettingsCommandInput,
476
- context: __SerdeContext
477
- ) => Promise<__HttpRequest>;
478
- export declare const se_UpdatePhoneNumberCommand: (
479
- input: UpdatePhoneNumberCommandInput,
480
- context: __SerdeContext
481
- ) => Promise<__HttpRequest>;
482
- export declare const se_UpdatePhoneNumberSettingsCommand: (
483
- input: UpdatePhoneNumberSettingsCommandInput,
484
- context: __SerdeContext
485
- ) => Promise<__HttpRequest>;
486
- export declare const se_UpdateRoomCommand: (
487
- input: UpdateRoomCommandInput,
488
- context: __SerdeContext
489
- ) => Promise<__HttpRequest>;
490
- export declare const se_UpdateRoomMembershipCommand: (
491
- input: UpdateRoomMembershipCommandInput,
492
- context: __SerdeContext
493
- ) => Promise<__HttpRequest>;
494
- export declare const se_UpdateUserCommand: (
495
- input: UpdateUserCommandInput,
496
- context: __SerdeContext
497
- ) => Promise<__HttpRequest>;
498
- export declare const se_UpdateUserSettingsCommand: (
499
- input: UpdateUserSettingsCommandInput,
500
- context: __SerdeContext
501
- ) => Promise<__HttpRequest>;
502
- export declare const de_AssociatePhoneNumberWithUserCommand: (
503
- output: __HttpResponse,
504
- context: __SerdeContext
505
- ) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
506
- export declare const de_AssociateSigninDelegateGroupsWithAccountCommand: (
507
- output: __HttpResponse,
508
- context: __SerdeContext
509
- ) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
510
- export declare const de_BatchCreateRoomMembershipCommand: (
511
- output: __HttpResponse,
512
- context: __SerdeContext
513
- ) => Promise<BatchCreateRoomMembershipCommandOutput>;
514
- export declare const de_BatchDeletePhoneNumberCommand: (
515
- output: __HttpResponse,
516
- context: __SerdeContext
517
- ) => Promise<BatchDeletePhoneNumberCommandOutput>;
518
- export declare const de_BatchSuspendUserCommand: (
519
- output: __HttpResponse,
520
- context: __SerdeContext
521
- ) => Promise<BatchSuspendUserCommandOutput>;
522
- export declare const de_BatchUnsuspendUserCommand: (
523
- output: __HttpResponse,
524
- context: __SerdeContext
525
- ) => Promise<BatchUnsuspendUserCommandOutput>;
526
- export declare const de_BatchUpdatePhoneNumberCommand: (
527
- output: __HttpResponse,
528
- context: __SerdeContext
529
- ) => Promise<BatchUpdatePhoneNumberCommandOutput>;
530
- export declare const de_BatchUpdateUserCommand: (
531
- output: __HttpResponse,
532
- context: __SerdeContext
533
- ) => Promise<BatchUpdateUserCommandOutput>;
534
- export declare const de_CreateAccountCommand: (
535
- output: __HttpResponse,
536
- context: __SerdeContext
537
- ) => Promise<CreateAccountCommandOutput>;
538
- export declare const de_CreateBotCommand: (
539
- output: __HttpResponse,
540
- context: __SerdeContext
541
- ) => Promise<CreateBotCommandOutput>;
542
- export declare const de_CreateMeetingDialOutCommand: (
543
- output: __HttpResponse,
544
- context: __SerdeContext
545
- ) => Promise<CreateMeetingDialOutCommandOutput>;
546
- export declare const de_CreatePhoneNumberOrderCommand: (
547
- output: __HttpResponse,
548
- context: __SerdeContext
549
- ) => Promise<CreatePhoneNumberOrderCommandOutput>;
550
- export declare const de_CreateRoomCommand: (
551
- output: __HttpResponse,
552
- context: __SerdeContext
553
- ) => Promise<CreateRoomCommandOutput>;
554
- export declare const de_CreateRoomMembershipCommand: (
555
- output: __HttpResponse,
556
- context: __SerdeContext
557
- ) => Promise<CreateRoomMembershipCommandOutput>;
558
- export declare const de_CreateUserCommand: (
559
- output: __HttpResponse,
560
- context: __SerdeContext
561
- ) => Promise<CreateUserCommandOutput>;
562
- export declare const de_DeleteAccountCommand: (
563
- output: __HttpResponse,
564
- context: __SerdeContext
565
- ) => Promise<DeleteAccountCommandOutput>;
566
- export declare const de_DeleteEventsConfigurationCommand: (
567
- output: __HttpResponse,
568
- context: __SerdeContext
569
- ) => Promise<DeleteEventsConfigurationCommandOutput>;
570
- export declare const de_DeletePhoneNumberCommand: (
571
- output: __HttpResponse,
572
- context: __SerdeContext
573
- ) => Promise<DeletePhoneNumberCommandOutput>;
574
- export declare const de_DeleteRoomCommand: (
575
- output: __HttpResponse,
576
- context: __SerdeContext
577
- ) => Promise<DeleteRoomCommandOutput>;
578
- export declare const de_DeleteRoomMembershipCommand: (
579
- output: __HttpResponse,
580
- context: __SerdeContext
581
- ) => Promise<DeleteRoomMembershipCommandOutput>;
582
- export declare const de_DisassociatePhoneNumberFromUserCommand: (
583
- output: __HttpResponse,
584
- context: __SerdeContext
585
- ) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
586
- export declare const de_DisassociateSigninDelegateGroupsFromAccountCommand: (
587
- output: __HttpResponse,
588
- context: __SerdeContext
589
- ) => Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
590
- export declare const de_GetAccountCommand: (
591
- output: __HttpResponse,
592
- context: __SerdeContext
593
- ) => Promise<GetAccountCommandOutput>;
594
- export declare const de_GetAccountSettingsCommand: (
595
- output: __HttpResponse,
596
- context: __SerdeContext
597
- ) => Promise<GetAccountSettingsCommandOutput>;
598
- export declare const de_GetBotCommand: (
599
- output: __HttpResponse,
600
- context: __SerdeContext
601
- ) => Promise<GetBotCommandOutput>;
602
- export declare const de_GetEventsConfigurationCommand: (
603
- output: __HttpResponse,
604
- context: __SerdeContext
605
- ) => Promise<GetEventsConfigurationCommandOutput>;
606
- export declare const de_GetGlobalSettingsCommand: (
607
- output: __HttpResponse,
608
- context: __SerdeContext
609
- ) => Promise<GetGlobalSettingsCommandOutput>;
610
- export declare const de_GetPhoneNumberCommand: (
611
- output: __HttpResponse,
612
- context: __SerdeContext
613
- ) => Promise<GetPhoneNumberCommandOutput>;
614
- export declare const de_GetPhoneNumberOrderCommand: (
615
- output: __HttpResponse,
616
- context: __SerdeContext
617
- ) => Promise<GetPhoneNumberOrderCommandOutput>;
618
- export declare const de_GetPhoneNumberSettingsCommand: (
619
- output: __HttpResponse,
620
- context: __SerdeContext
621
- ) => Promise<GetPhoneNumberSettingsCommandOutput>;
622
- export declare const de_GetRetentionSettingsCommand: (
623
- output: __HttpResponse,
624
- context: __SerdeContext
625
- ) => Promise<GetRetentionSettingsCommandOutput>;
626
- export declare const de_GetRoomCommand: (
627
- output: __HttpResponse,
628
- context: __SerdeContext
629
- ) => Promise<GetRoomCommandOutput>;
630
- export declare const de_GetUserCommand: (
631
- output: __HttpResponse,
632
- context: __SerdeContext
633
- ) => Promise<GetUserCommandOutput>;
634
- export declare const de_GetUserSettingsCommand: (
635
- output: __HttpResponse,
636
- context: __SerdeContext
637
- ) => Promise<GetUserSettingsCommandOutput>;
638
- export declare const de_InviteUsersCommand: (
639
- output: __HttpResponse,
640
- context: __SerdeContext
641
- ) => Promise<InviteUsersCommandOutput>;
642
- export declare const de_ListAccountsCommand: (
643
- output: __HttpResponse,
644
- context: __SerdeContext
645
- ) => Promise<ListAccountsCommandOutput>;
646
- export declare const de_ListBotsCommand: (
647
- output: __HttpResponse,
648
- context: __SerdeContext
649
- ) => Promise<ListBotsCommandOutput>;
650
- export declare const de_ListPhoneNumberOrdersCommand: (
651
- output: __HttpResponse,
652
- context: __SerdeContext
653
- ) => Promise<ListPhoneNumberOrdersCommandOutput>;
654
- export declare const de_ListPhoneNumbersCommand: (
655
- output: __HttpResponse,
656
- context: __SerdeContext
657
- ) => Promise<ListPhoneNumbersCommandOutput>;
658
- export declare const de_ListRoomMembershipsCommand: (
659
- output: __HttpResponse,
660
- context: __SerdeContext
661
- ) => Promise<ListRoomMembershipsCommandOutput>;
662
- export declare const de_ListRoomsCommand: (
663
- output: __HttpResponse,
664
- context: __SerdeContext
665
- ) => Promise<ListRoomsCommandOutput>;
666
- export declare const de_ListSupportedPhoneNumberCountriesCommand: (
667
- output: __HttpResponse,
668
- context: __SerdeContext
669
- ) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
670
- export declare const de_ListUsersCommand: (
671
- output: __HttpResponse,
672
- context: __SerdeContext
673
- ) => Promise<ListUsersCommandOutput>;
674
- export declare const de_LogoutUserCommand: (
675
- output: __HttpResponse,
676
- context: __SerdeContext
677
- ) => Promise<LogoutUserCommandOutput>;
678
- export declare const de_PutEventsConfigurationCommand: (
679
- output: __HttpResponse,
680
- context: __SerdeContext
681
- ) => Promise<PutEventsConfigurationCommandOutput>;
682
- export declare const de_PutRetentionSettingsCommand: (
683
- output: __HttpResponse,
684
- context: __SerdeContext
685
- ) => Promise<PutRetentionSettingsCommandOutput>;
686
- export declare const de_RedactConversationMessageCommand: (
687
- output: __HttpResponse,
688
- context: __SerdeContext
689
- ) => Promise<RedactConversationMessageCommandOutput>;
690
- export declare const de_RedactRoomMessageCommand: (
691
- output: __HttpResponse,
692
- context: __SerdeContext
693
- ) => Promise<RedactRoomMessageCommandOutput>;
694
- export declare const de_RegenerateSecurityTokenCommand: (
695
- output: __HttpResponse,
696
- context: __SerdeContext
697
- ) => Promise<RegenerateSecurityTokenCommandOutput>;
698
- export declare const de_ResetPersonalPINCommand: (
699
- output: __HttpResponse,
700
- context: __SerdeContext
701
- ) => Promise<ResetPersonalPINCommandOutput>;
702
- export declare const de_RestorePhoneNumberCommand: (
703
- output: __HttpResponse,
704
- context: __SerdeContext
705
- ) => Promise<RestorePhoneNumberCommandOutput>;
706
- export declare const de_SearchAvailablePhoneNumbersCommand: (
707
- output: __HttpResponse,
708
- context: __SerdeContext
709
- ) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
710
- export declare const de_UpdateAccountCommand: (
711
- output: __HttpResponse,
712
- context: __SerdeContext
713
- ) => Promise<UpdateAccountCommandOutput>;
714
- export declare const de_UpdateAccountSettingsCommand: (
715
- output: __HttpResponse,
716
- context: __SerdeContext
717
- ) => Promise<UpdateAccountSettingsCommandOutput>;
718
- export declare const de_UpdateBotCommand: (
719
- output: __HttpResponse,
720
- context: __SerdeContext
721
- ) => Promise<UpdateBotCommandOutput>;
722
- export declare const de_UpdateGlobalSettingsCommand: (
723
- output: __HttpResponse,
724
- context: __SerdeContext
725
- ) => Promise<UpdateGlobalSettingsCommandOutput>;
726
- export declare const de_UpdatePhoneNumberCommand: (
727
- output: __HttpResponse,
728
- context: __SerdeContext
729
- ) => Promise<UpdatePhoneNumberCommandOutput>;
730
- export declare const de_UpdatePhoneNumberSettingsCommand: (
731
- output: __HttpResponse,
732
- context: __SerdeContext
733
- ) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
734
- export declare const de_UpdateRoomCommand: (
735
- output: __HttpResponse,
736
- context: __SerdeContext
737
- ) => Promise<UpdateRoomCommandOutput>;
738
- export declare const de_UpdateRoomMembershipCommand: (
739
- output: __HttpResponse,
740
- context: __SerdeContext
741
- ) => Promise<UpdateRoomMembershipCommandOutput>;
742
- export declare const de_UpdateUserCommand: (
743
- output: __HttpResponse,
744
- context: __SerdeContext
745
- ) => Promise<UpdateUserCommandOutput>;
746
- export declare const de_UpdateUserSettingsCommand: (
747
- output: __HttpResponse,
748
- context: __SerdeContext
749
- ) => Promise<UpdateUserSettingsCommandOutput>;