@aws-sdk/client-chime 3.927.0 → 3.929.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 +5 -6
  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,560 +0,0 @@
1
- import { HttpRequest as __HttpRequest, HttpResponse as __HttpResponse } from "@smithy/protocol-http";
2
- import { SerdeContext as __SerdeContext } from "@smithy/types";
3
- import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "../commands/AssociatePhoneNumberWithUserCommand";
4
- import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "../commands/AssociateSigninDelegateGroupsWithAccountCommand";
5
- import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "../commands/BatchCreateRoomMembershipCommand";
6
- import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "../commands/BatchDeletePhoneNumberCommand";
7
- import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "../commands/BatchSuspendUserCommand";
8
- import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from "../commands/BatchUnsuspendUserCommand";
9
- import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "../commands/BatchUpdatePhoneNumberCommand";
10
- import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "../commands/BatchUpdateUserCommand";
11
- import { CreateAccountCommandInput, CreateAccountCommandOutput } from "../commands/CreateAccountCommand";
12
- import { CreateBotCommandInput, CreateBotCommandOutput } from "../commands/CreateBotCommand";
13
- import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "../commands/CreateMeetingDialOutCommand";
14
- import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "../commands/CreatePhoneNumberOrderCommand";
15
- import { CreateRoomCommandInput, CreateRoomCommandOutput } from "../commands/CreateRoomCommand";
16
- import { CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput } from "../commands/CreateRoomMembershipCommand";
17
- import { CreateUserCommandInput, CreateUserCommandOutput } from "../commands/CreateUserCommand";
18
- import { DeleteAccountCommandInput, DeleteAccountCommandOutput } from "../commands/DeleteAccountCommand";
19
- import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "../commands/DeleteEventsConfigurationCommand";
20
- import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "../commands/DeletePhoneNumberCommand";
21
- import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "../commands/DeleteRoomCommand";
22
- import { DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput } from "../commands/DeleteRoomMembershipCommand";
23
- import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "../commands/DisassociatePhoneNumberFromUserCommand";
24
- import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "../commands/DisassociateSigninDelegateGroupsFromAccountCommand";
25
- import { GetAccountCommandInput, GetAccountCommandOutput } from "../commands/GetAccountCommand";
26
- import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "../commands/GetAccountSettingsCommand";
27
- import { GetBotCommandInput, GetBotCommandOutput } from "../commands/GetBotCommand";
28
- import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "../commands/GetEventsConfigurationCommand";
29
- import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "../commands/GetGlobalSettingsCommand";
30
- import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "../commands/GetPhoneNumberCommand";
31
- import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "../commands/GetPhoneNumberOrderCommand";
32
- import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "../commands/GetPhoneNumberSettingsCommand";
33
- import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "../commands/GetRetentionSettingsCommand";
34
- import { GetRoomCommandInput, GetRoomCommandOutput } from "../commands/GetRoomCommand";
35
- import { GetUserCommandInput, GetUserCommandOutput } from "../commands/GetUserCommand";
36
- import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "../commands/GetUserSettingsCommand";
37
- import { InviteUsersCommandInput, InviteUsersCommandOutput } from "../commands/InviteUsersCommand";
38
- import { ListAccountsCommandInput, ListAccountsCommandOutput } from "../commands/ListAccountsCommand";
39
- import { ListBotsCommandInput, ListBotsCommandOutput } from "../commands/ListBotsCommand";
40
- import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "../commands/ListPhoneNumberOrdersCommand";
41
- import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "../commands/ListPhoneNumbersCommand";
42
- import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "../commands/ListRoomMembershipsCommand";
43
- import { ListRoomsCommandInput, ListRoomsCommandOutput } from "../commands/ListRoomsCommand";
44
- import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "../commands/ListSupportedPhoneNumberCountriesCommand";
45
- import { ListUsersCommandInput, ListUsersCommandOutput } from "../commands/ListUsersCommand";
46
- import { LogoutUserCommandInput, LogoutUserCommandOutput } from "../commands/LogoutUserCommand";
47
- import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "../commands/PutEventsConfigurationCommand";
48
- import { PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput } from "../commands/PutRetentionSettingsCommand";
49
- import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "../commands/RedactConversationMessageCommand";
50
- import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "../commands/RedactRoomMessageCommand";
51
- import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "../commands/RegenerateSecurityTokenCommand";
52
- import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "../commands/ResetPersonalPINCommand";
53
- import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "../commands/RestorePhoneNumberCommand";
54
- import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "../commands/SearchAvailablePhoneNumbersCommand";
55
- import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "../commands/UpdateAccountCommand";
56
- import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "../commands/UpdateAccountSettingsCommand";
57
- import { UpdateBotCommandInput, UpdateBotCommandOutput } from "../commands/UpdateBotCommand";
58
- import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "../commands/UpdateGlobalSettingsCommand";
59
- import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "../commands/UpdatePhoneNumberCommand";
60
- import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "../commands/UpdatePhoneNumberSettingsCommand";
61
- import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "../commands/UpdateRoomCommand";
62
- import { UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput } from "../commands/UpdateRoomMembershipCommand";
63
- import { UpdateUserCommandInput, UpdateUserCommandOutput } from "../commands/UpdateUserCommand";
64
- import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "../commands/UpdateUserSettingsCommand";
65
- /**
66
- * serializeAws_restJson1AssociatePhoneNumberWithUserCommand
67
- */
68
- export declare const se_AssociatePhoneNumberWithUserCommand: (input: AssociatePhoneNumberWithUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
69
- /**
70
- * serializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand
71
- */
72
- export declare const se_AssociateSigninDelegateGroupsWithAccountCommand: (input: AssociateSigninDelegateGroupsWithAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
73
- /**
74
- * serializeAws_restJson1BatchCreateRoomMembershipCommand
75
- */
76
- export declare const se_BatchCreateRoomMembershipCommand: (input: BatchCreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
77
- /**
78
- * serializeAws_restJson1BatchDeletePhoneNumberCommand
79
- */
80
- export declare const se_BatchDeletePhoneNumberCommand: (input: BatchDeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
81
- /**
82
- * serializeAws_restJson1BatchSuspendUserCommand
83
- */
84
- export declare const se_BatchSuspendUserCommand: (input: BatchSuspendUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
85
- /**
86
- * serializeAws_restJson1BatchUnsuspendUserCommand
87
- */
88
- export declare const se_BatchUnsuspendUserCommand: (input: BatchUnsuspendUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
89
- /**
90
- * serializeAws_restJson1BatchUpdatePhoneNumberCommand
91
- */
92
- export declare const se_BatchUpdatePhoneNumberCommand: (input: BatchUpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
93
- /**
94
- * serializeAws_restJson1BatchUpdateUserCommand
95
- */
96
- export declare const se_BatchUpdateUserCommand: (input: BatchUpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
97
- /**
98
- * serializeAws_restJson1CreateAccountCommand
99
- */
100
- export declare const se_CreateAccountCommand: (input: CreateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
101
- /**
102
- * serializeAws_restJson1CreateBotCommand
103
- */
104
- export declare const se_CreateBotCommand: (input: CreateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
105
- /**
106
- * serializeAws_restJson1CreateMeetingDialOutCommand
107
- */
108
- export declare const se_CreateMeetingDialOutCommand: (input: CreateMeetingDialOutCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
109
- /**
110
- * serializeAws_restJson1CreatePhoneNumberOrderCommand
111
- */
112
- export declare const se_CreatePhoneNumberOrderCommand: (input: CreatePhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
113
- /**
114
- * serializeAws_restJson1CreateRoomCommand
115
- */
116
- export declare const se_CreateRoomCommand: (input: CreateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
117
- /**
118
- * serializeAws_restJson1CreateRoomMembershipCommand
119
- */
120
- export declare const se_CreateRoomMembershipCommand: (input: CreateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
121
- /**
122
- * serializeAws_restJson1CreateUserCommand
123
- */
124
- export declare const se_CreateUserCommand: (input: CreateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
125
- /**
126
- * serializeAws_restJson1DeleteAccountCommand
127
- */
128
- export declare const se_DeleteAccountCommand: (input: DeleteAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
129
- /**
130
- * serializeAws_restJson1DeleteEventsConfigurationCommand
131
- */
132
- export declare const se_DeleteEventsConfigurationCommand: (input: DeleteEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
133
- /**
134
- * serializeAws_restJson1DeletePhoneNumberCommand
135
- */
136
- export declare const se_DeletePhoneNumberCommand: (input: DeletePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
137
- /**
138
- * serializeAws_restJson1DeleteRoomCommand
139
- */
140
- export declare const se_DeleteRoomCommand: (input: DeleteRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
141
- /**
142
- * serializeAws_restJson1DeleteRoomMembershipCommand
143
- */
144
- export declare const se_DeleteRoomMembershipCommand: (input: DeleteRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
145
- /**
146
- * serializeAws_restJson1DisassociatePhoneNumberFromUserCommand
147
- */
148
- export declare const se_DisassociatePhoneNumberFromUserCommand: (input: DisassociatePhoneNumberFromUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
149
- /**
150
- * serializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand
151
- */
152
- export declare const se_DisassociateSigninDelegateGroupsFromAccountCommand: (input: DisassociateSigninDelegateGroupsFromAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
153
- /**
154
- * serializeAws_restJson1GetAccountCommand
155
- */
156
- export declare const se_GetAccountCommand: (input: GetAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
157
- /**
158
- * serializeAws_restJson1GetAccountSettingsCommand
159
- */
160
- export declare const se_GetAccountSettingsCommand: (input: GetAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
161
- /**
162
- * serializeAws_restJson1GetBotCommand
163
- */
164
- export declare const se_GetBotCommand: (input: GetBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
165
- /**
166
- * serializeAws_restJson1GetEventsConfigurationCommand
167
- */
168
- export declare const se_GetEventsConfigurationCommand: (input: GetEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
169
- /**
170
- * serializeAws_restJson1GetGlobalSettingsCommand
171
- */
172
- export declare const se_GetGlobalSettingsCommand: (input: GetGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
173
- /**
174
- * serializeAws_restJson1GetPhoneNumberCommand
175
- */
176
- export declare const se_GetPhoneNumberCommand: (input: GetPhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
177
- /**
178
- * serializeAws_restJson1GetPhoneNumberOrderCommand
179
- */
180
- export declare const se_GetPhoneNumberOrderCommand: (input: GetPhoneNumberOrderCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
181
- /**
182
- * serializeAws_restJson1GetPhoneNumberSettingsCommand
183
- */
184
- export declare const se_GetPhoneNumberSettingsCommand: (input: GetPhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
185
- /**
186
- * serializeAws_restJson1GetRetentionSettingsCommand
187
- */
188
- export declare const se_GetRetentionSettingsCommand: (input: GetRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
189
- /**
190
- * serializeAws_restJson1GetRoomCommand
191
- */
192
- export declare const se_GetRoomCommand: (input: GetRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
193
- /**
194
- * serializeAws_restJson1GetUserCommand
195
- */
196
- export declare const se_GetUserCommand: (input: GetUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
197
- /**
198
- * serializeAws_restJson1GetUserSettingsCommand
199
- */
200
- export declare const se_GetUserSettingsCommand: (input: GetUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
201
- /**
202
- * serializeAws_restJson1InviteUsersCommand
203
- */
204
- export declare const se_InviteUsersCommand: (input: InviteUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
205
- /**
206
- * serializeAws_restJson1ListAccountsCommand
207
- */
208
- export declare const se_ListAccountsCommand: (input: ListAccountsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
209
- /**
210
- * serializeAws_restJson1ListBotsCommand
211
- */
212
- export declare const se_ListBotsCommand: (input: ListBotsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
213
- /**
214
- * serializeAws_restJson1ListPhoneNumberOrdersCommand
215
- */
216
- export declare const se_ListPhoneNumberOrdersCommand: (input: ListPhoneNumberOrdersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
217
- /**
218
- * serializeAws_restJson1ListPhoneNumbersCommand
219
- */
220
- export declare const se_ListPhoneNumbersCommand: (input: ListPhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
221
- /**
222
- * serializeAws_restJson1ListRoomMembershipsCommand
223
- */
224
- export declare const se_ListRoomMembershipsCommand: (input: ListRoomMembershipsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
225
- /**
226
- * serializeAws_restJson1ListRoomsCommand
227
- */
228
- export declare const se_ListRoomsCommand: (input: ListRoomsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
229
- /**
230
- * serializeAws_restJson1ListSupportedPhoneNumberCountriesCommand
231
- */
232
- export declare const se_ListSupportedPhoneNumberCountriesCommand: (input: ListSupportedPhoneNumberCountriesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
233
- /**
234
- * serializeAws_restJson1ListUsersCommand
235
- */
236
- export declare const se_ListUsersCommand: (input: ListUsersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
237
- /**
238
- * serializeAws_restJson1LogoutUserCommand
239
- */
240
- export declare const se_LogoutUserCommand: (input: LogoutUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
241
- /**
242
- * serializeAws_restJson1PutEventsConfigurationCommand
243
- */
244
- export declare const se_PutEventsConfigurationCommand: (input: PutEventsConfigurationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
245
- /**
246
- * serializeAws_restJson1PutRetentionSettingsCommand
247
- */
248
- export declare const se_PutRetentionSettingsCommand: (input: PutRetentionSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
249
- /**
250
- * serializeAws_restJson1RedactConversationMessageCommand
251
- */
252
- export declare const se_RedactConversationMessageCommand: (input: RedactConversationMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
253
- /**
254
- * serializeAws_restJson1RedactRoomMessageCommand
255
- */
256
- export declare const se_RedactRoomMessageCommand: (input: RedactRoomMessageCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
257
- /**
258
- * serializeAws_restJson1RegenerateSecurityTokenCommand
259
- */
260
- export declare const se_RegenerateSecurityTokenCommand: (input: RegenerateSecurityTokenCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
261
- /**
262
- * serializeAws_restJson1ResetPersonalPINCommand
263
- */
264
- export declare const se_ResetPersonalPINCommand: (input: ResetPersonalPINCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
265
- /**
266
- * serializeAws_restJson1RestorePhoneNumberCommand
267
- */
268
- export declare const se_RestorePhoneNumberCommand: (input: RestorePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
269
- /**
270
- * serializeAws_restJson1SearchAvailablePhoneNumbersCommand
271
- */
272
- export declare const se_SearchAvailablePhoneNumbersCommand: (input: SearchAvailablePhoneNumbersCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
273
- /**
274
- * serializeAws_restJson1UpdateAccountCommand
275
- */
276
- export declare const se_UpdateAccountCommand: (input: UpdateAccountCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
277
- /**
278
- * serializeAws_restJson1UpdateAccountSettingsCommand
279
- */
280
- export declare const se_UpdateAccountSettingsCommand: (input: UpdateAccountSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
281
- /**
282
- * serializeAws_restJson1UpdateBotCommand
283
- */
284
- export declare const se_UpdateBotCommand: (input: UpdateBotCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
285
- /**
286
- * serializeAws_restJson1UpdateGlobalSettingsCommand
287
- */
288
- export declare const se_UpdateGlobalSettingsCommand: (input: UpdateGlobalSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
289
- /**
290
- * serializeAws_restJson1UpdatePhoneNumberCommand
291
- */
292
- export declare const se_UpdatePhoneNumberCommand: (input: UpdatePhoneNumberCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
293
- /**
294
- * serializeAws_restJson1UpdatePhoneNumberSettingsCommand
295
- */
296
- export declare const se_UpdatePhoneNumberSettingsCommand: (input: UpdatePhoneNumberSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
297
- /**
298
- * serializeAws_restJson1UpdateRoomCommand
299
- */
300
- export declare const se_UpdateRoomCommand: (input: UpdateRoomCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
301
- /**
302
- * serializeAws_restJson1UpdateRoomMembershipCommand
303
- */
304
- export declare const se_UpdateRoomMembershipCommand: (input: UpdateRoomMembershipCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
305
- /**
306
- * serializeAws_restJson1UpdateUserCommand
307
- */
308
- export declare const se_UpdateUserCommand: (input: UpdateUserCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
309
- /**
310
- * serializeAws_restJson1UpdateUserSettingsCommand
311
- */
312
- export declare const se_UpdateUserSettingsCommand: (input: UpdateUserSettingsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
313
- /**
314
- * deserializeAws_restJson1AssociatePhoneNumberWithUserCommand
315
- */
316
- export declare const de_AssociatePhoneNumberWithUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociatePhoneNumberWithUserCommandOutput>;
317
- /**
318
- * deserializeAws_restJson1AssociateSigninDelegateGroupsWithAccountCommand
319
- */
320
- export declare const de_AssociateSigninDelegateGroupsWithAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AssociateSigninDelegateGroupsWithAccountCommandOutput>;
321
- /**
322
- * deserializeAws_restJson1BatchCreateRoomMembershipCommand
323
- */
324
- export declare const de_BatchCreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchCreateRoomMembershipCommandOutput>;
325
- /**
326
- * deserializeAws_restJson1BatchDeletePhoneNumberCommand
327
- */
328
- export declare const de_BatchDeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchDeletePhoneNumberCommandOutput>;
329
- /**
330
- * deserializeAws_restJson1BatchSuspendUserCommand
331
- */
332
- export declare const de_BatchSuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchSuspendUserCommandOutput>;
333
- /**
334
- * deserializeAws_restJson1BatchUnsuspendUserCommand
335
- */
336
- export declare const de_BatchUnsuspendUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUnsuspendUserCommandOutput>;
337
- /**
338
- * deserializeAws_restJson1BatchUpdatePhoneNumberCommand
339
- */
340
- export declare const de_BatchUpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdatePhoneNumberCommandOutput>;
341
- /**
342
- * deserializeAws_restJson1BatchUpdateUserCommand
343
- */
344
- export declare const de_BatchUpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<BatchUpdateUserCommandOutput>;
345
- /**
346
- * deserializeAws_restJson1CreateAccountCommand
347
- */
348
- export declare const de_CreateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateAccountCommandOutput>;
349
- /**
350
- * deserializeAws_restJson1CreateBotCommand
351
- */
352
- export declare const de_CreateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateBotCommandOutput>;
353
- /**
354
- * deserializeAws_restJson1CreateMeetingDialOutCommand
355
- */
356
- export declare const de_CreateMeetingDialOutCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateMeetingDialOutCommandOutput>;
357
- /**
358
- * deserializeAws_restJson1CreatePhoneNumberOrderCommand
359
- */
360
- export declare const de_CreatePhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreatePhoneNumberOrderCommandOutput>;
361
- /**
362
- * deserializeAws_restJson1CreateRoomCommand
363
- */
364
- export declare const de_CreateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomCommandOutput>;
365
- /**
366
- * deserializeAws_restJson1CreateRoomMembershipCommand
367
- */
368
- export declare const de_CreateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateRoomMembershipCommandOutput>;
369
- /**
370
- * deserializeAws_restJson1CreateUserCommand
371
- */
372
- export declare const de_CreateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CreateUserCommandOutput>;
373
- /**
374
- * deserializeAws_restJson1DeleteAccountCommand
375
- */
376
- export declare const de_DeleteAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteAccountCommandOutput>;
377
- /**
378
- * deserializeAws_restJson1DeleteEventsConfigurationCommand
379
- */
380
- export declare const de_DeleteEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteEventsConfigurationCommandOutput>;
381
- /**
382
- * deserializeAws_restJson1DeletePhoneNumberCommand
383
- */
384
- export declare const de_DeletePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeletePhoneNumberCommandOutput>;
385
- /**
386
- * deserializeAws_restJson1DeleteRoomCommand
387
- */
388
- export declare const de_DeleteRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomCommandOutput>;
389
- /**
390
- * deserializeAws_restJson1DeleteRoomMembershipCommand
391
- */
392
- export declare const de_DeleteRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DeleteRoomMembershipCommandOutput>;
393
- /**
394
- * deserializeAws_restJson1DisassociatePhoneNumberFromUserCommand
395
- */
396
- export declare const de_DisassociatePhoneNumberFromUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociatePhoneNumberFromUserCommandOutput>;
397
- /**
398
- * deserializeAws_restJson1DisassociateSigninDelegateGroupsFromAccountCommand
399
- */
400
- export declare const de_DisassociateSigninDelegateGroupsFromAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DisassociateSigninDelegateGroupsFromAccountCommandOutput>;
401
- /**
402
- * deserializeAws_restJson1GetAccountCommand
403
- */
404
- export declare const de_GetAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountCommandOutput>;
405
- /**
406
- * deserializeAws_restJson1GetAccountSettingsCommand
407
- */
408
- export declare const de_GetAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetAccountSettingsCommandOutput>;
409
- /**
410
- * deserializeAws_restJson1GetBotCommand
411
- */
412
- export declare const de_GetBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetBotCommandOutput>;
413
- /**
414
- * deserializeAws_restJson1GetEventsConfigurationCommand
415
- */
416
- export declare const de_GetEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetEventsConfigurationCommandOutput>;
417
- /**
418
- * deserializeAws_restJson1GetGlobalSettingsCommand
419
- */
420
- export declare const de_GetGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetGlobalSettingsCommandOutput>;
421
- /**
422
- * deserializeAws_restJson1GetPhoneNumberCommand
423
- */
424
- export declare const de_GetPhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberCommandOutput>;
425
- /**
426
- * deserializeAws_restJson1GetPhoneNumberOrderCommand
427
- */
428
- export declare const de_GetPhoneNumberOrderCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberOrderCommandOutput>;
429
- /**
430
- * deserializeAws_restJson1GetPhoneNumberSettingsCommand
431
- */
432
- export declare const de_GetPhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetPhoneNumberSettingsCommandOutput>;
433
- /**
434
- * deserializeAws_restJson1GetRetentionSettingsCommand
435
- */
436
- export declare const de_GetRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRetentionSettingsCommandOutput>;
437
- /**
438
- * deserializeAws_restJson1GetRoomCommand
439
- */
440
- export declare const de_GetRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetRoomCommandOutput>;
441
- /**
442
- * deserializeAws_restJson1GetUserCommand
443
- */
444
- export declare const de_GetUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserCommandOutput>;
445
- /**
446
- * deserializeAws_restJson1GetUserSettingsCommand
447
- */
448
- export declare const de_GetUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<GetUserSettingsCommandOutput>;
449
- /**
450
- * deserializeAws_restJson1InviteUsersCommand
451
- */
452
- export declare const de_InviteUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<InviteUsersCommandOutput>;
453
- /**
454
- * deserializeAws_restJson1ListAccountsCommand
455
- */
456
- export declare const de_ListAccountsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListAccountsCommandOutput>;
457
- /**
458
- * deserializeAws_restJson1ListBotsCommand
459
- */
460
- export declare const de_ListBotsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListBotsCommandOutput>;
461
- /**
462
- * deserializeAws_restJson1ListPhoneNumberOrdersCommand
463
- */
464
- export declare const de_ListPhoneNumberOrdersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumberOrdersCommandOutput>;
465
- /**
466
- * deserializeAws_restJson1ListPhoneNumbersCommand
467
- */
468
- export declare const de_ListPhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListPhoneNumbersCommandOutput>;
469
- /**
470
- * deserializeAws_restJson1ListRoomMembershipsCommand
471
- */
472
- export declare const de_ListRoomMembershipsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomMembershipsCommandOutput>;
473
- /**
474
- * deserializeAws_restJson1ListRoomsCommand
475
- */
476
- export declare const de_ListRoomsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListRoomsCommandOutput>;
477
- /**
478
- * deserializeAws_restJson1ListSupportedPhoneNumberCountriesCommand
479
- */
480
- export declare const de_ListSupportedPhoneNumberCountriesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListSupportedPhoneNumberCountriesCommandOutput>;
481
- /**
482
- * deserializeAws_restJson1ListUsersCommand
483
- */
484
- export declare const de_ListUsersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListUsersCommandOutput>;
485
- /**
486
- * deserializeAws_restJson1LogoutUserCommand
487
- */
488
- export declare const de_LogoutUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<LogoutUserCommandOutput>;
489
- /**
490
- * deserializeAws_restJson1PutEventsConfigurationCommand
491
- */
492
- export declare const de_PutEventsConfigurationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutEventsConfigurationCommandOutput>;
493
- /**
494
- * deserializeAws_restJson1PutRetentionSettingsCommand
495
- */
496
- export declare const de_PutRetentionSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<PutRetentionSettingsCommandOutput>;
497
- /**
498
- * deserializeAws_restJson1RedactConversationMessageCommand
499
- */
500
- export declare const de_RedactConversationMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactConversationMessageCommandOutput>;
501
- /**
502
- * deserializeAws_restJson1RedactRoomMessageCommand
503
- */
504
- export declare const de_RedactRoomMessageCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RedactRoomMessageCommandOutput>;
505
- /**
506
- * deserializeAws_restJson1RegenerateSecurityTokenCommand
507
- */
508
- export declare const de_RegenerateSecurityTokenCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RegenerateSecurityTokenCommandOutput>;
509
- /**
510
- * deserializeAws_restJson1ResetPersonalPINCommand
511
- */
512
- export declare const de_ResetPersonalPINCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ResetPersonalPINCommandOutput>;
513
- /**
514
- * deserializeAws_restJson1RestorePhoneNumberCommand
515
- */
516
- export declare const de_RestorePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<RestorePhoneNumberCommandOutput>;
517
- /**
518
- * deserializeAws_restJson1SearchAvailablePhoneNumbersCommand
519
- */
520
- export declare const de_SearchAvailablePhoneNumbersCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<SearchAvailablePhoneNumbersCommandOutput>;
521
- /**
522
- * deserializeAws_restJson1UpdateAccountCommand
523
- */
524
- export declare const de_UpdateAccountCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountCommandOutput>;
525
- /**
526
- * deserializeAws_restJson1UpdateAccountSettingsCommand
527
- */
528
- export declare const de_UpdateAccountSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateAccountSettingsCommandOutput>;
529
- /**
530
- * deserializeAws_restJson1UpdateBotCommand
531
- */
532
- export declare const de_UpdateBotCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateBotCommandOutput>;
533
- /**
534
- * deserializeAws_restJson1UpdateGlobalSettingsCommand
535
- */
536
- export declare const de_UpdateGlobalSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateGlobalSettingsCommandOutput>;
537
- /**
538
- * deserializeAws_restJson1UpdatePhoneNumberCommand
539
- */
540
- export declare const de_UpdatePhoneNumberCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberCommandOutput>;
541
- /**
542
- * deserializeAws_restJson1UpdatePhoneNumberSettingsCommand
543
- */
544
- export declare const de_UpdatePhoneNumberSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdatePhoneNumberSettingsCommandOutput>;
545
- /**
546
- * deserializeAws_restJson1UpdateRoomCommand
547
- */
548
- export declare const de_UpdateRoomCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomCommandOutput>;
549
- /**
550
- * deserializeAws_restJson1UpdateRoomMembershipCommand
551
- */
552
- export declare const de_UpdateRoomMembershipCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateRoomMembershipCommandOutput>;
553
- /**
554
- * deserializeAws_restJson1UpdateUserCommand
555
- */
556
- export declare const de_UpdateUserCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserCommandOutput>;
557
- /**
558
- * deserializeAws_restJson1UpdateUserSettingsCommand
559
- */
560
- export declare const de_UpdateUserSettingsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateUserSettingsCommandOutput>;