@aws-sdk/client-chime 3.312.0 → 3.316.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/Chime.js +195 -2674
- package/dist-cjs/protocols/Aws_restJson1.js +1768 -3516
- package/dist-es/Chime.js +195 -2674
- package/dist-es/protocols/Aws_restJson1.js +1473 -3221
- package/dist-types/Chime.d.ts +236 -913
- package/dist-types/ts3.4/Chime.d.ts +2 -1
- package/package.json +6 -6
package/dist-cjs/Chime.js
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Chime = void 0;
|
|
4
|
+
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
4
5
|
const ChimeClient_1 = require("./ChimeClient");
|
|
5
6
|
const AssociatePhoneNumbersWithVoiceConnectorCommand_1 = require("./commands/AssociatePhoneNumbersWithVoiceConnectorCommand");
|
|
6
7
|
const AssociatePhoneNumbersWithVoiceConnectorGroupCommand_1 = require("./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand");
|
|
@@ -193,2680 +194,200 @@ const UpdateUserSettingsCommand_1 = require("./commands/UpdateUserSettingsComman
|
|
|
193
194
|
const UpdateVoiceConnectorCommand_1 = require("./commands/UpdateVoiceConnectorCommand");
|
|
194
195
|
const UpdateVoiceConnectorGroupCommand_1 = require("./commands/UpdateVoiceConnectorGroupCommand");
|
|
195
196
|
const ValidateE911AddressCommand_1 = require("./commands/ValidateE911AddressCommand");
|
|
197
|
+
const commands = {
|
|
198
|
+
AssociatePhoneNumbersWithVoiceConnectorCommand: AssociatePhoneNumbersWithVoiceConnectorCommand_1.AssociatePhoneNumbersWithVoiceConnectorCommand,
|
|
199
|
+
AssociatePhoneNumbersWithVoiceConnectorGroupCommand: AssociatePhoneNumbersWithVoiceConnectorGroupCommand_1.AssociatePhoneNumbersWithVoiceConnectorGroupCommand,
|
|
200
|
+
AssociatePhoneNumberWithUserCommand: AssociatePhoneNumberWithUserCommand_1.AssociatePhoneNumberWithUserCommand,
|
|
201
|
+
AssociateSigninDelegateGroupsWithAccountCommand: AssociateSigninDelegateGroupsWithAccountCommand_1.AssociateSigninDelegateGroupsWithAccountCommand,
|
|
202
|
+
BatchCreateAttendeeCommand: BatchCreateAttendeeCommand_1.BatchCreateAttendeeCommand,
|
|
203
|
+
BatchCreateChannelMembershipCommand: BatchCreateChannelMembershipCommand_1.BatchCreateChannelMembershipCommand,
|
|
204
|
+
BatchCreateRoomMembershipCommand: BatchCreateRoomMembershipCommand_1.BatchCreateRoomMembershipCommand,
|
|
205
|
+
BatchDeletePhoneNumberCommand: BatchDeletePhoneNumberCommand_1.BatchDeletePhoneNumberCommand,
|
|
206
|
+
BatchSuspendUserCommand: BatchSuspendUserCommand_1.BatchSuspendUserCommand,
|
|
207
|
+
BatchUnsuspendUserCommand: BatchUnsuspendUserCommand_1.BatchUnsuspendUserCommand,
|
|
208
|
+
BatchUpdatePhoneNumberCommand: BatchUpdatePhoneNumberCommand_1.BatchUpdatePhoneNumberCommand,
|
|
209
|
+
BatchUpdateUserCommand: BatchUpdateUserCommand_1.BatchUpdateUserCommand,
|
|
210
|
+
CreateAccountCommand: CreateAccountCommand_1.CreateAccountCommand,
|
|
211
|
+
CreateAppInstanceCommand: CreateAppInstanceCommand_1.CreateAppInstanceCommand,
|
|
212
|
+
CreateAppInstanceAdminCommand: CreateAppInstanceAdminCommand_1.CreateAppInstanceAdminCommand,
|
|
213
|
+
CreateAppInstanceUserCommand: CreateAppInstanceUserCommand_1.CreateAppInstanceUserCommand,
|
|
214
|
+
CreateAttendeeCommand: CreateAttendeeCommand_1.CreateAttendeeCommand,
|
|
215
|
+
CreateBotCommand: CreateBotCommand_1.CreateBotCommand,
|
|
216
|
+
CreateChannelCommand: CreateChannelCommand_1.CreateChannelCommand,
|
|
217
|
+
CreateChannelBanCommand: CreateChannelBanCommand_1.CreateChannelBanCommand,
|
|
218
|
+
CreateChannelMembershipCommand: CreateChannelMembershipCommand_1.CreateChannelMembershipCommand,
|
|
219
|
+
CreateChannelModeratorCommand: CreateChannelModeratorCommand_1.CreateChannelModeratorCommand,
|
|
220
|
+
CreateMediaCapturePipelineCommand: CreateMediaCapturePipelineCommand_1.CreateMediaCapturePipelineCommand,
|
|
221
|
+
CreateMeetingCommand: CreateMeetingCommand_1.CreateMeetingCommand,
|
|
222
|
+
CreateMeetingDialOutCommand: CreateMeetingDialOutCommand_1.CreateMeetingDialOutCommand,
|
|
223
|
+
CreateMeetingWithAttendeesCommand: CreateMeetingWithAttendeesCommand_1.CreateMeetingWithAttendeesCommand,
|
|
224
|
+
CreatePhoneNumberOrderCommand: CreatePhoneNumberOrderCommand_1.CreatePhoneNumberOrderCommand,
|
|
225
|
+
CreateProxySessionCommand: CreateProxySessionCommand_1.CreateProxySessionCommand,
|
|
226
|
+
CreateRoomCommand: CreateRoomCommand_1.CreateRoomCommand,
|
|
227
|
+
CreateRoomMembershipCommand: CreateRoomMembershipCommand_1.CreateRoomMembershipCommand,
|
|
228
|
+
CreateSipMediaApplicationCommand: CreateSipMediaApplicationCommand_1.CreateSipMediaApplicationCommand,
|
|
229
|
+
CreateSipMediaApplicationCallCommand: CreateSipMediaApplicationCallCommand_1.CreateSipMediaApplicationCallCommand,
|
|
230
|
+
CreateSipRuleCommand: CreateSipRuleCommand_1.CreateSipRuleCommand,
|
|
231
|
+
CreateUserCommand: CreateUserCommand_1.CreateUserCommand,
|
|
232
|
+
CreateVoiceConnectorCommand: CreateVoiceConnectorCommand_1.CreateVoiceConnectorCommand,
|
|
233
|
+
CreateVoiceConnectorGroupCommand: CreateVoiceConnectorGroupCommand_1.CreateVoiceConnectorGroupCommand,
|
|
234
|
+
DeleteAccountCommand: DeleteAccountCommand_1.DeleteAccountCommand,
|
|
235
|
+
DeleteAppInstanceCommand: DeleteAppInstanceCommand_1.DeleteAppInstanceCommand,
|
|
236
|
+
DeleteAppInstanceAdminCommand: DeleteAppInstanceAdminCommand_1.DeleteAppInstanceAdminCommand,
|
|
237
|
+
DeleteAppInstanceStreamingConfigurationsCommand: DeleteAppInstanceStreamingConfigurationsCommand_1.DeleteAppInstanceStreamingConfigurationsCommand,
|
|
238
|
+
DeleteAppInstanceUserCommand: DeleteAppInstanceUserCommand_1.DeleteAppInstanceUserCommand,
|
|
239
|
+
DeleteAttendeeCommand: DeleteAttendeeCommand_1.DeleteAttendeeCommand,
|
|
240
|
+
DeleteChannelCommand: DeleteChannelCommand_1.DeleteChannelCommand,
|
|
241
|
+
DeleteChannelBanCommand: DeleteChannelBanCommand_1.DeleteChannelBanCommand,
|
|
242
|
+
DeleteChannelMembershipCommand: DeleteChannelMembershipCommand_1.DeleteChannelMembershipCommand,
|
|
243
|
+
DeleteChannelMessageCommand: DeleteChannelMessageCommand_1.DeleteChannelMessageCommand,
|
|
244
|
+
DeleteChannelModeratorCommand: DeleteChannelModeratorCommand_1.DeleteChannelModeratorCommand,
|
|
245
|
+
DeleteEventsConfigurationCommand: DeleteEventsConfigurationCommand_1.DeleteEventsConfigurationCommand,
|
|
246
|
+
DeleteMediaCapturePipelineCommand: DeleteMediaCapturePipelineCommand_1.DeleteMediaCapturePipelineCommand,
|
|
247
|
+
DeleteMeetingCommand: DeleteMeetingCommand_1.DeleteMeetingCommand,
|
|
248
|
+
DeletePhoneNumberCommand: DeletePhoneNumberCommand_1.DeletePhoneNumberCommand,
|
|
249
|
+
DeleteProxySessionCommand: DeleteProxySessionCommand_1.DeleteProxySessionCommand,
|
|
250
|
+
DeleteRoomCommand: DeleteRoomCommand_1.DeleteRoomCommand,
|
|
251
|
+
DeleteRoomMembershipCommand: DeleteRoomMembershipCommand_1.DeleteRoomMembershipCommand,
|
|
252
|
+
DeleteSipMediaApplicationCommand: DeleteSipMediaApplicationCommand_1.DeleteSipMediaApplicationCommand,
|
|
253
|
+
DeleteSipRuleCommand: DeleteSipRuleCommand_1.DeleteSipRuleCommand,
|
|
254
|
+
DeleteVoiceConnectorCommand: DeleteVoiceConnectorCommand_1.DeleteVoiceConnectorCommand,
|
|
255
|
+
DeleteVoiceConnectorEmergencyCallingConfigurationCommand: DeleteVoiceConnectorEmergencyCallingConfigurationCommand_1.DeleteVoiceConnectorEmergencyCallingConfigurationCommand,
|
|
256
|
+
DeleteVoiceConnectorGroupCommand: DeleteVoiceConnectorGroupCommand_1.DeleteVoiceConnectorGroupCommand,
|
|
257
|
+
DeleteVoiceConnectorOriginationCommand: DeleteVoiceConnectorOriginationCommand_1.DeleteVoiceConnectorOriginationCommand,
|
|
258
|
+
DeleteVoiceConnectorProxyCommand: DeleteVoiceConnectorProxyCommand_1.DeleteVoiceConnectorProxyCommand,
|
|
259
|
+
DeleteVoiceConnectorStreamingConfigurationCommand: DeleteVoiceConnectorStreamingConfigurationCommand_1.DeleteVoiceConnectorStreamingConfigurationCommand,
|
|
260
|
+
DeleteVoiceConnectorTerminationCommand: DeleteVoiceConnectorTerminationCommand_1.DeleteVoiceConnectorTerminationCommand,
|
|
261
|
+
DeleteVoiceConnectorTerminationCredentialsCommand: DeleteVoiceConnectorTerminationCredentialsCommand_1.DeleteVoiceConnectorTerminationCredentialsCommand,
|
|
262
|
+
DescribeAppInstanceCommand: DescribeAppInstanceCommand_1.DescribeAppInstanceCommand,
|
|
263
|
+
DescribeAppInstanceAdminCommand: DescribeAppInstanceAdminCommand_1.DescribeAppInstanceAdminCommand,
|
|
264
|
+
DescribeAppInstanceUserCommand: DescribeAppInstanceUserCommand_1.DescribeAppInstanceUserCommand,
|
|
265
|
+
DescribeChannelCommand: DescribeChannelCommand_1.DescribeChannelCommand,
|
|
266
|
+
DescribeChannelBanCommand: DescribeChannelBanCommand_1.DescribeChannelBanCommand,
|
|
267
|
+
DescribeChannelMembershipCommand: DescribeChannelMembershipCommand_1.DescribeChannelMembershipCommand,
|
|
268
|
+
DescribeChannelMembershipForAppInstanceUserCommand: DescribeChannelMembershipForAppInstanceUserCommand_1.DescribeChannelMembershipForAppInstanceUserCommand,
|
|
269
|
+
DescribeChannelModeratedByAppInstanceUserCommand: DescribeChannelModeratedByAppInstanceUserCommand_1.DescribeChannelModeratedByAppInstanceUserCommand,
|
|
270
|
+
DescribeChannelModeratorCommand: DescribeChannelModeratorCommand_1.DescribeChannelModeratorCommand,
|
|
271
|
+
DisassociatePhoneNumberFromUserCommand: DisassociatePhoneNumberFromUserCommand_1.DisassociatePhoneNumberFromUserCommand,
|
|
272
|
+
DisassociatePhoneNumbersFromVoiceConnectorCommand: DisassociatePhoneNumbersFromVoiceConnectorCommand_1.DisassociatePhoneNumbersFromVoiceConnectorCommand,
|
|
273
|
+
DisassociatePhoneNumbersFromVoiceConnectorGroupCommand: DisassociatePhoneNumbersFromVoiceConnectorGroupCommand_1.DisassociatePhoneNumbersFromVoiceConnectorGroupCommand,
|
|
274
|
+
DisassociateSigninDelegateGroupsFromAccountCommand: DisassociateSigninDelegateGroupsFromAccountCommand_1.DisassociateSigninDelegateGroupsFromAccountCommand,
|
|
275
|
+
GetAccountCommand: GetAccountCommand_1.GetAccountCommand,
|
|
276
|
+
GetAccountSettingsCommand: GetAccountSettingsCommand_1.GetAccountSettingsCommand,
|
|
277
|
+
GetAppInstanceRetentionSettingsCommand: GetAppInstanceRetentionSettingsCommand_1.GetAppInstanceRetentionSettingsCommand,
|
|
278
|
+
GetAppInstanceStreamingConfigurationsCommand: GetAppInstanceStreamingConfigurationsCommand_1.GetAppInstanceStreamingConfigurationsCommand,
|
|
279
|
+
GetAttendeeCommand: GetAttendeeCommand_1.GetAttendeeCommand,
|
|
280
|
+
GetBotCommand: GetBotCommand_1.GetBotCommand,
|
|
281
|
+
GetChannelMessageCommand: GetChannelMessageCommand_1.GetChannelMessageCommand,
|
|
282
|
+
GetEventsConfigurationCommand: GetEventsConfigurationCommand_1.GetEventsConfigurationCommand,
|
|
283
|
+
GetGlobalSettingsCommand: GetGlobalSettingsCommand_1.GetGlobalSettingsCommand,
|
|
284
|
+
GetMediaCapturePipelineCommand: GetMediaCapturePipelineCommand_1.GetMediaCapturePipelineCommand,
|
|
285
|
+
GetMeetingCommand: GetMeetingCommand_1.GetMeetingCommand,
|
|
286
|
+
GetMessagingSessionEndpointCommand: GetMessagingSessionEndpointCommand_1.GetMessagingSessionEndpointCommand,
|
|
287
|
+
GetPhoneNumberCommand: GetPhoneNumberCommand_1.GetPhoneNumberCommand,
|
|
288
|
+
GetPhoneNumberOrderCommand: GetPhoneNumberOrderCommand_1.GetPhoneNumberOrderCommand,
|
|
289
|
+
GetPhoneNumberSettingsCommand: GetPhoneNumberSettingsCommand_1.GetPhoneNumberSettingsCommand,
|
|
290
|
+
GetProxySessionCommand: GetProxySessionCommand_1.GetProxySessionCommand,
|
|
291
|
+
GetRetentionSettingsCommand: GetRetentionSettingsCommand_1.GetRetentionSettingsCommand,
|
|
292
|
+
GetRoomCommand: GetRoomCommand_1.GetRoomCommand,
|
|
293
|
+
GetSipMediaApplicationCommand: GetSipMediaApplicationCommand_1.GetSipMediaApplicationCommand,
|
|
294
|
+
GetSipMediaApplicationLoggingConfigurationCommand: GetSipMediaApplicationLoggingConfigurationCommand_1.GetSipMediaApplicationLoggingConfigurationCommand,
|
|
295
|
+
GetSipRuleCommand: GetSipRuleCommand_1.GetSipRuleCommand,
|
|
296
|
+
GetUserCommand: GetUserCommand_1.GetUserCommand,
|
|
297
|
+
GetUserSettingsCommand: GetUserSettingsCommand_1.GetUserSettingsCommand,
|
|
298
|
+
GetVoiceConnectorCommand: GetVoiceConnectorCommand_1.GetVoiceConnectorCommand,
|
|
299
|
+
GetVoiceConnectorEmergencyCallingConfigurationCommand: GetVoiceConnectorEmergencyCallingConfigurationCommand_1.GetVoiceConnectorEmergencyCallingConfigurationCommand,
|
|
300
|
+
GetVoiceConnectorGroupCommand: GetVoiceConnectorGroupCommand_1.GetVoiceConnectorGroupCommand,
|
|
301
|
+
GetVoiceConnectorLoggingConfigurationCommand: GetVoiceConnectorLoggingConfigurationCommand_1.GetVoiceConnectorLoggingConfigurationCommand,
|
|
302
|
+
GetVoiceConnectorOriginationCommand: GetVoiceConnectorOriginationCommand_1.GetVoiceConnectorOriginationCommand,
|
|
303
|
+
GetVoiceConnectorProxyCommand: GetVoiceConnectorProxyCommand_1.GetVoiceConnectorProxyCommand,
|
|
304
|
+
GetVoiceConnectorStreamingConfigurationCommand: GetVoiceConnectorStreamingConfigurationCommand_1.GetVoiceConnectorStreamingConfigurationCommand,
|
|
305
|
+
GetVoiceConnectorTerminationCommand: GetVoiceConnectorTerminationCommand_1.GetVoiceConnectorTerminationCommand,
|
|
306
|
+
GetVoiceConnectorTerminationHealthCommand: GetVoiceConnectorTerminationHealthCommand_1.GetVoiceConnectorTerminationHealthCommand,
|
|
307
|
+
InviteUsersCommand: InviteUsersCommand_1.InviteUsersCommand,
|
|
308
|
+
ListAccountsCommand: ListAccountsCommand_1.ListAccountsCommand,
|
|
309
|
+
ListAppInstanceAdminsCommand: ListAppInstanceAdminsCommand_1.ListAppInstanceAdminsCommand,
|
|
310
|
+
ListAppInstancesCommand: ListAppInstancesCommand_1.ListAppInstancesCommand,
|
|
311
|
+
ListAppInstanceUsersCommand: ListAppInstanceUsersCommand_1.ListAppInstanceUsersCommand,
|
|
312
|
+
ListAttendeesCommand: ListAttendeesCommand_1.ListAttendeesCommand,
|
|
313
|
+
ListAttendeeTagsCommand: ListAttendeeTagsCommand_1.ListAttendeeTagsCommand,
|
|
314
|
+
ListBotsCommand: ListBotsCommand_1.ListBotsCommand,
|
|
315
|
+
ListChannelBansCommand: ListChannelBansCommand_1.ListChannelBansCommand,
|
|
316
|
+
ListChannelMembershipsCommand: ListChannelMembershipsCommand_1.ListChannelMembershipsCommand,
|
|
317
|
+
ListChannelMembershipsForAppInstanceUserCommand: ListChannelMembershipsForAppInstanceUserCommand_1.ListChannelMembershipsForAppInstanceUserCommand,
|
|
318
|
+
ListChannelMessagesCommand: ListChannelMessagesCommand_1.ListChannelMessagesCommand,
|
|
319
|
+
ListChannelModeratorsCommand: ListChannelModeratorsCommand_1.ListChannelModeratorsCommand,
|
|
320
|
+
ListChannelsCommand: ListChannelsCommand_1.ListChannelsCommand,
|
|
321
|
+
ListChannelsModeratedByAppInstanceUserCommand: ListChannelsModeratedByAppInstanceUserCommand_1.ListChannelsModeratedByAppInstanceUserCommand,
|
|
322
|
+
ListMediaCapturePipelinesCommand: ListMediaCapturePipelinesCommand_1.ListMediaCapturePipelinesCommand,
|
|
323
|
+
ListMeetingsCommand: ListMeetingsCommand_1.ListMeetingsCommand,
|
|
324
|
+
ListMeetingTagsCommand: ListMeetingTagsCommand_1.ListMeetingTagsCommand,
|
|
325
|
+
ListPhoneNumberOrdersCommand: ListPhoneNumberOrdersCommand_1.ListPhoneNumberOrdersCommand,
|
|
326
|
+
ListPhoneNumbersCommand: ListPhoneNumbersCommand_1.ListPhoneNumbersCommand,
|
|
327
|
+
ListProxySessionsCommand: ListProxySessionsCommand_1.ListProxySessionsCommand,
|
|
328
|
+
ListRoomMembershipsCommand: ListRoomMembershipsCommand_1.ListRoomMembershipsCommand,
|
|
329
|
+
ListRoomsCommand: ListRoomsCommand_1.ListRoomsCommand,
|
|
330
|
+
ListSipMediaApplicationsCommand: ListSipMediaApplicationsCommand_1.ListSipMediaApplicationsCommand,
|
|
331
|
+
ListSipRulesCommand: ListSipRulesCommand_1.ListSipRulesCommand,
|
|
332
|
+
ListSupportedPhoneNumberCountriesCommand: ListSupportedPhoneNumberCountriesCommand_1.ListSupportedPhoneNumberCountriesCommand,
|
|
333
|
+
ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
|
|
334
|
+
ListUsersCommand: ListUsersCommand_1.ListUsersCommand,
|
|
335
|
+
ListVoiceConnectorGroupsCommand: ListVoiceConnectorGroupsCommand_1.ListVoiceConnectorGroupsCommand,
|
|
336
|
+
ListVoiceConnectorsCommand: ListVoiceConnectorsCommand_1.ListVoiceConnectorsCommand,
|
|
337
|
+
ListVoiceConnectorTerminationCredentialsCommand: ListVoiceConnectorTerminationCredentialsCommand_1.ListVoiceConnectorTerminationCredentialsCommand,
|
|
338
|
+
LogoutUserCommand: LogoutUserCommand_1.LogoutUserCommand,
|
|
339
|
+
PutAppInstanceRetentionSettingsCommand: PutAppInstanceRetentionSettingsCommand_1.PutAppInstanceRetentionSettingsCommand,
|
|
340
|
+
PutAppInstanceStreamingConfigurationsCommand: PutAppInstanceStreamingConfigurationsCommand_1.PutAppInstanceStreamingConfigurationsCommand,
|
|
341
|
+
PutEventsConfigurationCommand: PutEventsConfigurationCommand_1.PutEventsConfigurationCommand,
|
|
342
|
+
PutRetentionSettingsCommand: PutRetentionSettingsCommand_1.PutRetentionSettingsCommand,
|
|
343
|
+
PutSipMediaApplicationLoggingConfigurationCommand: PutSipMediaApplicationLoggingConfigurationCommand_1.PutSipMediaApplicationLoggingConfigurationCommand,
|
|
344
|
+
PutVoiceConnectorEmergencyCallingConfigurationCommand: PutVoiceConnectorEmergencyCallingConfigurationCommand_1.PutVoiceConnectorEmergencyCallingConfigurationCommand,
|
|
345
|
+
PutVoiceConnectorLoggingConfigurationCommand: PutVoiceConnectorLoggingConfigurationCommand_1.PutVoiceConnectorLoggingConfigurationCommand,
|
|
346
|
+
PutVoiceConnectorOriginationCommand: PutVoiceConnectorOriginationCommand_1.PutVoiceConnectorOriginationCommand,
|
|
347
|
+
PutVoiceConnectorProxyCommand: PutVoiceConnectorProxyCommand_1.PutVoiceConnectorProxyCommand,
|
|
348
|
+
PutVoiceConnectorStreamingConfigurationCommand: PutVoiceConnectorStreamingConfigurationCommand_1.PutVoiceConnectorStreamingConfigurationCommand,
|
|
349
|
+
PutVoiceConnectorTerminationCommand: PutVoiceConnectorTerminationCommand_1.PutVoiceConnectorTerminationCommand,
|
|
350
|
+
PutVoiceConnectorTerminationCredentialsCommand: PutVoiceConnectorTerminationCredentialsCommand_1.PutVoiceConnectorTerminationCredentialsCommand,
|
|
351
|
+
RedactChannelMessageCommand: RedactChannelMessageCommand_1.RedactChannelMessageCommand,
|
|
352
|
+
RedactConversationMessageCommand: RedactConversationMessageCommand_1.RedactConversationMessageCommand,
|
|
353
|
+
RedactRoomMessageCommand: RedactRoomMessageCommand_1.RedactRoomMessageCommand,
|
|
354
|
+
RegenerateSecurityTokenCommand: RegenerateSecurityTokenCommand_1.RegenerateSecurityTokenCommand,
|
|
355
|
+
ResetPersonalPINCommand: ResetPersonalPINCommand_1.ResetPersonalPINCommand,
|
|
356
|
+
RestorePhoneNumberCommand: RestorePhoneNumberCommand_1.RestorePhoneNumberCommand,
|
|
357
|
+
SearchAvailablePhoneNumbersCommand: SearchAvailablePhoneNumbersCommand_1.SearchAvailablePhoneNumbersCommand,
|
|
358
|
+
SendChannelMessageCommand: SendChannelMessageCommand_1.SendChannelMessageCommand,
|
|
359
|
+
StartMeetingTranscriptionCommand: StartMeetingTranscriptionCommand_1.StartMeetingTranscriptionCommand,
|
|
360
|
+
StopMeetingTranscriptionCommand: StopMeetingTranscriptionCommand_1.StopMeetingTranscriptionCommand,
|
|
361
|
+
TagAttendeeCommand: TagAttendeeCommand_1.TagAttendeeCommand,
|
|
362
|
+
TagMeetingCommand: TagMeetingCommand_1.TagMeetingCommand,
|
|
363
|
+
TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
|
|
364
|
+
UntagAttendeeCommand: UntagAttendeeCommand_1.UntagAttendeeCommand,
|
|
365
|
+
UntagMeetingCommand: UntagMeetingCommand_1.UntagMeetingCommand,
|
|
366
|
+
UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
|
|
367
|
+
UpdateAccountCommand: UpdateAccountCommand_1.UpdateAccountCommand,
|
|
368
|
+
UpdateAccountSettingsCommand: UpdateAccountSettingsCommand_1.UpdateAccountSettingsCommand,
|
|
369
|
+
UpdateAppInstanceCommand: UpdateAppInstanceCommand_1.UpdateAppInstanceCommand,
|
|
370
|
+
UpdateAppInstanceUserCommand: UpdateAppInstanceUserCommand_1.UpdateAppInstanceUserCommand,
|
|
371
|
+
UpdateBotCommand: UpdateBotCommand_1.UpdateBotCommand,
|
|
372
|
+
UpdateChannelCommand: UpdateChannelCommand_1.UpdateChannelCommand,
|
|
373
|
+
UpdateChannelMessageCommand: UpdateChannelMessageCommand_1.UpdateChannelMessageCommand,
|
|
374
|
+
UpdateChannelReadMarkerCommand: UpdateChannelReadMarkerCommand_1.UpdateChannelReadMarkerCommand,
|
|
375
|
+
UpdateGlobalSettingsCommand: UpdateGlobalSettingsCommand_1.UpdateGlobalSettingsCommand,
|
|
376
|
+
UpdatePhoneNumberCommand: UpdatePhoneNumberCommand_1.UpdatePhoneNumberCommand,
|
|
377
|
+
UpdatePhoneNumberSettingsCommand: UpdatePhoneNumberSettingsCommand_1.UpdatePhoneNumberSettingsCommand,
|
|
378
|
+
UpdateProxySessionCommand: UpdateProxySessionCommand_1.UpdateProxySessionCommand,
|
|
379
|
+
UpdateRoomCommand: UpdateRoomCommand_1.UpdateRoomCommand,
|
|
380
|
+
UpdateRoomMembershipCommand: UpdateRoomMembershipCommand_1.UpdateRoomMembershipCommand,
|
|
381
|
+
UpdateSipMediaApplicationCommand: UpdateSipMediaApplicationCommand_1.UpdateSipMediaApplicationCommand,
|
|
382
|
+
UpdateSipMediaApplicationCallCommand: UpdateSipMediaApplicationCallCommand_1.UpdateSipMediaApplicationCallCommand,
|
|
383
|
+
UpdateSipRuleCommand: UpdateSipRuleCommand_1.UpdateSipRuleCommand,
|
|
384
|
+
UpdateUserCommand: UpdateUserCommand_1.UpdateUserCommand,
|
|
385
|
+
UpdateUserSettingsCommand: UpdateUserSettingsCommand_1.UpdateUserSettingsCommand,
|
|
386
|
+
UpdateVoiceConnectorCommand: UpdateVoiceConnectorCommand_1.UpdateVoiceConnectorCommand,
|
|
387
|
+
UpdateVoiceConnectorGroupCommand: UpdateVoiceConnectorGroupCommand_1.UpdateVoiceConnectorGroupCommand,
|
|
388
|
+
ValidateE911AddressCommand: ValidateE911AddressCommand_1.ValidateE911AddressCommand,
|
|
389
|
+
};
|
|
196
390
|
class Chime extends ChimeClient_1.ChimeClient {
|
|
197
|
-
associatePhoneNumbersWithVoiceConnector(args, optionsOrCb, cb) {
|
|
198
|
-
const command = new AssociatePhoneNumbersWithVoiceConnectorCommand_1.AssociatePhoneNumbersWithVoiceConnectorCommand(args);
|
|
199
|
-
if (typeof optionsOrCb === "function") {
|
|
200
|
-
this.send(command, optionsOrCb);
|
|
201
|
-
}
|
|
202
|
-
else if (typeof cb === "function") {
|
|
203
|
-
if (typeof optionsOrCb !== "object")
|
|
204
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
205
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
206
|
-
}
|
|
207
|
-
else {
|
|
208
|
-
return this.send(command, optionsOrCb);
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
associatePhoneNumbersWithVoiceConnectorGroup(args, optionsOrCb, cb) {
|
|
212
|
-
const command = new AssociatePhoneNumbersWithVoiceConnectorGroupCommand_1.AssociatePhoneNumbersWithVoiceConnectorGroupCommand(args);
|
|
213
|
-
if (typeof optionsOrCb === "function") {
|
|
214
|
-
this.send(command, optionsOrCb);
|
|
215
|
-
}
|
|
216
|
-
else if (typeof cb === "function") {
|
|
217
|
-
if (typeof optionsOrCb !== "object")
|
|
218
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
219
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
220
|
-
}
|
|
221
|
-
else {
|
|
222
|
-
return this.send(command, optionsOrCb);
|
|
223
|
-
}
|
|
224
|
-
}
|
|
225
|
-
associatePhoneNumberWithUser(args, optionsOrCb, cb) {
|
|
226
|
-
const command = new AssociatePhoneNumberWithUserCommand_1.AssociatePhoneNumberWithUserCommand(args);
|
|
227
|
-
if (typeof optionsOrCb === "function") {
|
|
228
|
-
this.send(command, optionsOrCb);
|
|
229
|
-
}
|
|
230
|
-
else if (typeof cb === "function") {
|
|
231
|
-
if (typeof optionsOrCb !== "object")
|
|
232
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
233
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
234
|
-
}
|
|
235
|
-
else {
|
|
236
|
-
return this.send(command, optionsOrCb);
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
associateSigninDelegateGroupsWithAccount(args, optionsOrCb, cb) {
|
|
240
|
-
const command = new AssociateSigninDelegateGroupsWithAccountCommand_1.AssociateSigninDelegateGroupsWithAccountCommand(args);
|
|
241
|
-
if (typeof optionsOrCb === "function") {
|
|
242
|
-
this.send(command, optionsOrCb);
|
|
243
|
-
}
|
|
244
|
-
else if (typeof cb === "function") {
|
|
245
|
-
if (typeof optionsOrCb !== "object")
|
|
246
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
247
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
248
|
-
}
|
|
249
|
-
else {
|
|
250
|
-
return this.send(command, optionsOrCb);
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
batchCreateAttendee(args, optionsOrCb, cb) {
|
|
254
|
-
const command = new BatchCreateAttendeeCommand_1.BatchCreateAttendeeCommand(args);
|
|
255
|
-
if (typeof optionsOrCb === "function") {
|
|
256
|
-
this.send(command, optionsOrCb);
|
|
257
|
-
}
|
|
258
|
-
else if (typeof cb === "function") {
|
|
259
|
-
if (typeof optionsOrCb !== "object")
|
|
260
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
261
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
262
|
-
}
|
|
263
|
-
else {
|
|
264
|
-
return this.send(command, optionsOrCb);
|
|
265
|
-
}
|
|
266
|
-
}
|
|
267
|
-
batchCreateChannelMembership(args, optionsOrCb, cb) {
|
|
268
|
-
const command = new BatchCreateChannelMembershipCommand_1.BatchCreateChannelMembershipCommand(args);
|
|
269
|
-
if (typeof optionsOrCb === "function") {
|
|
270
|
-
this.send(command, optionsOrCb);
|
|
271
|
-
}
|
|
272
|
-
else if (typeof cb === "function") {
|
|
273
|
-
if (typeof optionsOrCb !== "object")
|
|
274
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
275
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
276
|
-
}
|
|
277
|
-
else {
|
|
278
|
-
return this.send(command, optionsOrCb);
|
|
279
|
-
}
|
|
280
|
-
}
|
|
281
|
-
batchCreateRoomMembership(args, optionsOrCb, cb) {
|
|
282
|
-
const command = new BatchCreateRoomMembershipCommand_1.BatchCreateRoomMembershipCommand(args);
|
|
283
|
-
if (typeof optionsOrCb === "function") {
|
|
284
|
-
this.send(command, optionsOrCb);
|
|
285
|
-
}
|
|
286
|
-
else if (typeof cb === "function") {
|
|
287
|
-
if (typeof optionsOrCb !== "object")
|
|
288
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
289
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
290
|
-
}
|
|
291
|
-
else {
|
|
292
|
-
return this.send(command, optionsOrCb);
|
|
293
|
-
}
|
|
294
|
-
}
|
|
295
|
-
batchDeletePhoneNumber(args, optionsOrCb, cb) {
|
|
296
|
-
const command = new BatchDeletePhoneNumberCommand_1.BatchDeletePhoneNumberCommand(args);
|
|
297
|
-
if (typeof optionsOrCb === "function") {
|
|
298
|
-
this.send(command, optionsOrCb);
|
|
299
|
-
}
|
|
300
|
-
else if (typeof cb === "function") {
|
|
301
|
-
if (typeof optionsOrCb !== "object")
|
|
302
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
303
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
304
|
-
}
|
|
305
|
-
else {
|
|
306
|
-
return this.send(command, optionsOrCb);
|
|
307
|
-
}
|
|
308
|
-
}
|
|
309
|
-
batchSuspendUser(args, optionsOrCb, cb) {
|
|
310
|
-
const command = new BatchSuspendUserCommand_1.BatchSuspendUserCommand(args);
|
|
311
|
-
if (typeof optionsOrCb === "function") {
|
|
312
|
-
this.send(command, optionsOrCb);
|
|
313
|
-
}
|
|
314
|
-
else if (typeof cb === "function") {
|
|
315
|
-
if (typeof optionsOrCb !== "object")
|
|
316
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
317
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
318
|
-
}
|
|
319
|
-
else {
|
|
320
|
-
return this.send(command, optionsOrCb);
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
batchUnsuspendUser(args, optionsOrCb, cb) {
|
|
324
|
-
const command = new BatchUnsuspendUserCommand_1.BatchUnsuspendUserCommand(args);
|
|
325
|
-
if (typeof optionsOrCb === "function") {
|
|
326
|
-
this.send(command, optionsOrCb);
|
|
327
|
-
}
|
|
328
|
-
else if (typeof cb === "function") {
|
|
329
|
-
if (typeof optionsOrCb !== "object")
|
|
330
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
331
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
332
|
-
}
|
|
333
|
-
else {
|
|
334
|
-
return this.send(command, optionsOrCb);
|
|
335
|
-
}
|
|
336
|
-
}
|
|
337
|
-
batchUpdatePhoneNumber(args, optionsOrCb, cb) {
|
|
338
|
-
const command = new BatchUpdatePhoneNumberCommand_1.BatchUpdatePhoneNumberCommand(args);
|
|
339
|
-
if (typeof optionsOrCb === "function") {
|
|
340
|
-
this.send(command, optionsOrCb);
|
|
341
|
-
}
|
|
342
|
-
else if (typeof cb === "function") {
|
|
343
|
-
if (typeof optionsOrCb !== "object")
|
|
344
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
345
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
346
|
-
}
|
|
347
|
-
else {
|
|
348
|
-
return this.send(command, optionsOrCb);
|
|
349
|
-
}
|
|
350
|
-
}
|
|
351
|
-
batchUpdateUser(args, optionsOrCb, cb) {
|
|
352
|
-
const command = new BatchUpdateUserCommand_1.BatchUpdateUserCommand(args);
|
|
353
|
-
if (typeof optionsOrCb === "function") {
|
|
354
|
-
this.send(command, optionsOrCb);
|
|
355
|
-
}
|
|
356
|
-
else if (typeof cb === "function") {
|
|
357
|
-
if (typeof optionsOrCb !== "object")
|
|
358
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
359
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
360
|
-
}
|
|
361
|
-
else {
|
|
362
|
-
return this.send(command, optionsOrCb);
|
|
363
|
-
}
|
|
364
|
-
}
|
|
365
|
-
createAccount(args, optionsOrCb, cb) {
|
|
366
|
-
const command = new CreateAccountCommand_1.CreateAccountCommand(args);
|
|
367
|
-
if (typeof optionsOrCb === "function") {
|
|
368
|
-
this.send(command, optionsOrCb);
|
|
369
|
-
}
|
|
370
|
-
else if (typeof cb === "function") {
|
|
371
|
-
if (typeof optionsOrCb !== "object")
|
|
372
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
373
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
374
|
-
}
|
|
375
|
-
else {
|
|
376
|
-
return this.send(command, optionsOrCb);
|
|
377
|
-
}
|
|
378
|
-
}
|
|
379
|
-
createAppInstance(args, optionsOrCb, cb) {
|
|
380
|
-
const command = new CreateAppInstanceCommand_1.CreateAppInstanceCommand(args);
|
|
381
|
-
if (typeof optionsOrCb === "function") {
|
|
382
|
-
this.send(command, optionsOrCb);
|
|
383
|
-
}
|
|
384
|
-
else if (typeof cb === "function") {
|
|
385
|
-
if (typeof optionsOrCb !== "object")
|
|
386
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
387
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
388
|
-
}
|
|
389
|
-
else {
|
|
390
|
-
return this.send(command, optionsOrCb);
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
createAppInstanceAdmin(args, optionsOrCb, cb) {
|
|
394
|
-
const command = new CreateAppInstanceAdminCommand_1.CreateAppInstanceAdminCommand(args);
|
|
395
|
-
if (typeof optionsOrCb === "function") {
|
|
396
|
-
this.send(command, optionsOrCb);
|
|
397
|
-
}
|
|
398
|
-
else if (typeof cb === "function") {
|
|
399
|
-
if (typeof optionsOrCb !== "object")
|
|
400
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
401
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
402
|
-
}
|
|
403
|
-
else {
|
|
404
|
-
return this.send(command, optionsOrCb);
|
|
405
|
-
}
|
|
406
|
-
}
|
|
407
|
-
createAppInstanceUser(args, optionsOrCb, cb) {
|
|
408
|
-
const command = new CreateAppInstanceUserCommand_1.CreateAppInstanceUserCommand(args);
|
|
409
|
-
if (typeof optionsOrCb === "function") {
|
|
410
|
-
this.send(command, optionsOrCb);
|
|
411
|
-
}
|
|
412
|
-
else if (typeof cb === "function") {
|
|
413
|
-
if (typeof optionsOrCb !== "object")
|
|
414
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
415
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
416
|
-
}
|
|
417
|
-
else {
|
|
418
|
-
return this.send(command, optionsOrCb);
|
|
419
|
-
}
|
|
420
|
-
}
|
|
421
|
-
createAttendee(args, optionsOrCb, cb) {
|
|
422
|
-
const command = new CreateAttendeeCommand_1.CreateAttendeeCommand(args);
|
|
423
|
-
if (typeof optionsOrCb === "function") {
|
|
424
|
-
this.send(command, optionsOrCb);
|
|
425
|
-
}
|
|
426
|
-
else if (typeof cb === "function") {
|
|
427
|
-
if (typeof optionsOrCb !== "object")
|
|
428
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
429
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
430
|
-
}
|
|
431
|
-
else {
|
|
432
|
-
return this.send(command, optionsOrCb);
|
|
433
|
-
}
|
|
434
|
-
}
|
|
435
|
-
createBot(args, optionsOrCb, cb) {
|
|
436
|
-
const command = new CreateBotCommand_1.CreateBotCommand(args);
|
|
437
|
-
if (typeof optionsOrCb === "function") {
|
|
438
|
-
this.send(command, optionsOrCb);
|
|
439
|
-
}
|
|
440
|
-
else if (typeof cb === "function") {
|
|
441
|
-
if (typeof optionsOrCb !== "object")
|
|
442
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
443
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
444
|
-
}
|
|
445
|
-
else {
|
|
446
|
-
return this.send(command, optionsOrCb);
|
|
447
|
-
}
|
|
448
|
-
}
|
|
449
|
-
createChannel(args, optionsOrCb, cb) {
|
|
450
|
-
const command = new CreateChannelCommand_1.CreateChannelCommand(args);
|
|
451
|
-
if (typeof optionsOrCb === "function") {
|
|
452
|
-
this.send(command, optionsOrCb);
|
|
453
|
-
}
|
|
454
|
-
else if (typeof cb === "function") {
|
|
455
|
-
if (typeof optionsOrCb !== "object")
|
|
456
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
457
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
458
|
-
}
|
|
459
|
-
else {
|
|
460
|
-
return this.send(command, optionsOrCb);
|
|
461
|
-
}
|
|
462
|
-
}
|
|
463
|
-
createChannelBan(args, optionsOrCb, cb) {
|
|
464
|
-
const command = new CreateChannelBanCommand_1.CreateChannelBanCommand(args);
|
|
465
|
-
if (typeof optionsOrCb === "function") {
|
|
466
|
-
this.send(command, optionsOrCb);
|
|
467
|
-
}
|
|
468
|
-
else if (typeof cb === "function") {
|
|
469
|
-
if (typeof optionsOrCb !== "object")
|
|
470
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
471
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
472
|
-
}
|
|
473
|
-
else {
|
|
474
|
-
return this.send(command, optionsOrCb);
|
|
475
|
-
}
|
|
476
|
-
}
|
|
477
|
-
createChannelMembership(args, optionsOrCb, cb) {
|
|
478
|
-
const command = new CreateChannelMembershipCommand_1.CreateChannelMembershipCommand(args);
|
|
479
|
-
if (typeof optionsOrCb === "function") {
|
|
480
|
-
this.send(command, optionsOrCb);
|
|
481
|
-
}
|
|
482
|
-
else if (typeof cb === "function") {
|
|
483
|
-
if (typeof optionsOrCb !== "object")
|
|
484
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
485
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
486
|
-
}
|
|
487
|
-
else {
|
|
488
|
-
return this.send(command, optionsOrCb);
|
|
489
|
-
}
|
|
490
|
-
}
|
|
491
|
-
createChannelModerator(args, optionsOrCb, cb) {
|
|
492
|
-
const command = new CreateChannelModeratorCommand_1.CreateChannelModeratorCommand(args);
|
|
493
|
-
if (typeof optionsOrCb === "function") {
|
|
494
|
-
this.send(command, optionsOrCb);
|
|
495
|
-
}
|
|
496
|
-
else if (typeof cb === "function") {
|
|
497
|
-
if (typeof optionsOrCb !== "object")
|
|
498
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
499
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
500
|
-
}
|
|
501
|
-
else {
|
|
502
|
-
return this.send(command, optionsOrCb);
|
|
503
|
-
}
|
|
504
|
-
}
|
|
505
|
-
createMediaCapturePipeline(args, optionsOrCb, cb) {
|
|
506
|
-
const command = new CreateMediaCapturePipelineCommand_1.CreateMediaCapturePipelineCommand(args);
|
|
507
|
-
if (typeof optionsOrCb === "function") {
|
|
508
|
-
this.send(command, optionsOrCb);
|
|
509
|
-
}
|
|
510
|
-
else if (typeof cb === "function") {
|
|
511
|
-
if (typeof optionsOrCb !== "object")
|
|
512
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
513
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
514
|
-
}
|
|
515
|
-
else {
|
|
516
|
-
return this.send(command, optionsOrCb);
|
|
517
|
-
}
|
|
518
|
-
}
|
|
519
|
-
createMeeting(args, optionsOrCb, cb) {
|
|
520
|
-
const command = new CreateMeetingCommand_1.CreateMeetingCommand(args);
|
|
521
|
-
if (typeof optionsOrCb === "function") {
|
|
522
|
-
this.send(command, optionsOrCb);
|
|
523
|
-
}
|
|
524
|
-
else if (typeof cb === "function") {
|
|
525
|
-
if (typeof optionsOrCb !== "object")
|
|
526
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
527
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
528
|
-
}
|
|
529
|
-
else {
|
|
530
|
-
return this.send(command, optionsOrCb);
|
|
531
|
-
}
|
|
532
|
-
}
|
|
533
|
-
createMeetingDialOut(args, optionsOrCb, cb) {
|
|
534
|
-
const command = new CreateMeetingDialOutCommand_1.CreateMeetingDialOutCommand(args);
|
|
535
|
-
if (typeof optionsOrCb === "function") {
|
|
536
|
-
this.send(command, optionsOrCb);
|
|
537
|
-
}
|
|
538
|
-
else if (typeof cb === "function") {
|
|
539
|
-
if (typeof optionsOrCb !== "object")
|
|
540
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
541
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
542
|
-
}
|
|
543
|
-
else {
|
|
544
|
-
return this.send(command, optionsOrCb);
|
|
545
|
-
}
|
|
546
|
-
}
|
|
547
|
-
createMeetingWithAttendees(args, optionsOrCb, cb) {
|
|
548
|
-
const command = new CreateMeetingWithAttendeesCommand_1.CreateMeetingWithAttendeesCommand(args);
|
|
549
|
-
if (typeof optionsOrCb === "function") {
|
|
550
|
-
this.send(command, optionsOrCb);
|
|
551
|
-
}
|
|
552
|
-
else if (typeof cb === "function") {
|
|
553
|
-
if (typeof optionsOrCb !== "object")
|
|
554
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
555
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
556
|
-
}
|
|
557
|
-
else {
|
|
558
|
-
return this.send(command, optionsOrCb);
|
|
559
|
-
}
|
|
560
|
-
}
|
|
561
|
-
createPhoneNumberOrder(args, optionsOrCb, cb) {
|
|
562
|
-
const command = new CreatePhoneNumberOrderCommand_1.CreatePhoneNumberOrderCommand(args);
|
|
563
|
-
if (typeof optionsOrCb === "function") {
|
|
564
|
-
this.send(command, optionsOrCb);
|
|
565
|
-
}
|
|
566
|
-
else if (typeof cb === "function") {
|
|
567
|
-
if (typeof optionsOrCb !== "object")
|
|
568
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
569
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
570
|
-
}
|
|
571
|
-
else {
|
|
572
|
-
return this.send(command, optionsOrCb);
|
|
573
|
-
}
|
|
574
|
-
}
|
|
575
|
-
createProxySession(args, optionsOrCb, cb) {
|
|
576
|
-
const command = new CreateProxySessionCommand_1.CreateProxySessionCommand(args);
|
|
577
|
-
if (typeof optionsOrCb === "function") {
|
|
578
|
-
this.send(command, optionsOrCb);
|
|
579
|
-
}
|
|
580
|
-
else if (typeof cb === "function") {
|
|
581
|
-
if (typeof optionsOrCb !== "object")
|
|
582
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
583
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
584
|
-
}
|
|
585
|
-
else {
|
|
586
|
-
return this.send(command, optionsOrCb);
|
|
587
|
-
}
|
|
588
|
-
}
|
|
589
|
-
createRoom(args, optionsOrCb, cb) {
|
|
590
|
-
const command = new CreateRoomCommand_1.CreateRoomCommand(args);
|
|
591
|
-
if (typeof optionsOrCb === "function") {
|
|
592
|
-
this.send(command, optionsOrCb);
|
|
593
|
-
}
|
|
594
|
-
else if (typeof cb === "function") {
|
|
595
|
-
if (typeof optionsOrCb !== "object")
|
|
596
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
597
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
598
|
-
}
|
|
599
|
-
else {
|
|
600
|
-
return this.send(command, optionsOrCb);
|
|
601
|
-
}
|
|
602
|
-
}
|
|
603
|
-
createRoomMembership(args, optionsOrCb, cb) {
|
|
604
|
-
const command = new CreateRoomMembershipCommand_1.CreateRoomMembershipCommand(args);
|
|
605
|
-
if (typeof optionsOrCb === "function") {
|
|
606
|
-
this.send(command, optionsOrCb);
|
|
607
|
-
}
|
|
608
|
-
else if (typeof cb === "function") {
|
|
609
|
-
if (typeof optionsOrCb !== "object")
|
|
610
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
611
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
612
|
-
}
|
|
613
|
-
else {
|
|
614
|
-
return this.send(command, optionsOrCb);
|
|
615
|
-
}
|
|
616
|
-
}
|
|
617
|
-
createSipMediaApplication(args, optionsOrCb, cb) {
|
|
618
|
-
const command = new CreateSipMediaApplicationCommand_1.CreateSipMediaApplicationCommand(args);
|
|
619
|
-
if (typeof optionsOrCb === "function") {
|
|
620
|
-
this.send(command, optionsOrCb);
|
|
621
|
-
}
|
|
622
|
-
else if (typeof cb === "function") {
|
|
623
|
-
if (typeof optionsOrCb !== "object")
|
|
624
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
625
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
626
|
-
}
|
|
627
|
-
else {
|
|
628
|
-
return this.send(command, optionsOrCb);
|
|
629
|
-
}
|
|
630
|
-
}
|
|
631
|
-
createSipMediaApplicationCall(args, optionsOrCb, cb) {
|
|
632
|
-
const command = new CreateSipMediaApplicationCallCommand_1.CreateSipMediaApplicationCallCommand(args);
|
|
633
|
-
if (typeof optionsOrCb === "function") {
|
|
634
|
-
this.send(command, optionsOrCb);
|
|
635
|
-
}
|
|
636
|
-
else if (typeof cb === "function") {
|
|
637
|
-
if (typeof optionsOrCb !== "object")
|
|
638
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
639
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
640
|
-
}
|
|
641
|
-
else {
|
|
642
|
-
return this.send(command, optionsOrCb);
|
|
643
|
-
}
|
|
644
|
-
}
|
|
645
|
-
createSipRule(args, optionsOrCb, cb) {
|
|
646
|
-
const command = new CreateSipRuleCommand_1.CreateSipRuleCommand(args);
|
|
647
|
-
if (typeof optionsOrCb === "function") {
|
|
648
|
-
this.send(command, optionsOrCb);
|
|
649
|
-
}
|
|
650
|
-
else if (typeof cb === "function") {
|
|
651
|
-
if (typeof optionsOrCb !== "object")
|
|
652
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
653
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
654
|
-
}
|
|
655
|
-
else {
|
|
656
|
-
return this.send(command, optionsOrCb);
|
|
657
|
-
}
|
|
658
|
-
}
|
|
659
|
-
createUser(args, optionsOrCb, cb) {
|
|
660
|
-
const command = new CreateUserCommand_1.CreateUserCommand(args);
|
|
661
|
-
if (typeof optionsOrCb === "function") {
|
|
662
|
-
this.send(command, optionsOrCb);
|
|
663
|
-
}
|
|
664
|
-
else if (typeof cb === "function") {
|
|
665
|
-
if (typeof optionsOrCb !== "object")
|
|
666
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
667
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
668
|
-
}
|
|
669
|
-
else {
|
|
670
|
-
return this.send(command, optionsOrCb);
|
|
671
|
-
}
|
|
672
|
-
}
|
|
673
|
-
createVoiceConnector(args, optionsOrCb, cb) {
|
|
674
|
-
const command = new CreateVoiceConnectorCommand_1.CreateVoiceConnectorCommand(args);
|
|
675
|
-
if (typeof optionsOrCb === "function") {
|
|
676
|
-
this.send(command, optionsOrCb);
|
|
677
|
-
}
|
|
678
|
-
else if (typeof cb === "function") {
|
|
679
|
-
if (typeof optionsOrCb !== "object")
|
|
680
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
681
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
682
|
-
}
|
|
683
|
-
else {
|
|
684
|
-
return this.send(command, optionsOrCb);
|
|
685
|
-
}
|
|
686
|
-
}
|
|
687
|
-
createVoiceConnectorGroup(args, optionsOrCb, cb) {
|
|
688
|
-
const command = new CreateVoiceConnectorGroupCommand_1.CreateVoiceConnectorGroupCommand(args);
|
|
689
|
-
if (typeof optionsOrCb === "function") {
|
|
690
|
-
this.send(command, optionsOrCb);
|
|
691
|
-
}
|
|
692
|
-
else if (typeof cb === "function") {
|
|
693
|
-
if (typeof optionsOrCb !== "object")
|
|
694
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
695
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
696
|
-
}
|
|
697
|
-
else {
|
|
698
|
-
return this.send(command, optionsOrCb);
|
|
699
|
-
}
|
|
700
|
-
}
|
|
701
|
-
deleteAccount(args, optionsOrCb, cb) {
|
|
702
|
-
const command = new DeleteAccountCommand_1.DeleteAccountCommand(args);
|
|
703
|
-
if (typeof optionsOrCb === "function") {
|
|
704
|
-
this.send(command, optionsOrCb);
|
|
705
|
-
}
|
|
706
|
-
else if (typeof cb === "function") {
|
|
707
|
-
if (typeof optionsOrCb !== "object")
|
|
708
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
709
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
710
|
-
}
|
|
711
|
-
else {
|
|
712
|
-
return this.send(command, optionsOrCb);
|
|
713
|
-
}
|
|
714
|
-
}
|
|
715
|
-
deleteAppInstance(args, optionsOrCb, cb) {
|
|
716
|
-
const command = new DeleteAppInstanceCommand_1.DeleteAppInstanceCommand(args);
|
|
717
|
-
if (typeof optionsOrCb === "function") {
|
|
718
|
-
this.send(command, optionsOrCb);
|
|
719
|
-
}
|
|
720
|
-
else if (typeof cb === "function") {
|
|
721
|
-
if (typeof optionsOrCb !== "object")
|
|
722
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
723
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
724
|
-
}
|
|
725
|
-
else {
|
|
726
|
-
return this.send(command, optionsOrCb);
|
|
727
|
-
}
|
|
728
|
-
}
|
|
729
|
-
deleteAppInstanceAdmin(args, optionsOrCb, cb) {
|
|
730
|
-
const command = new DeleteAppInstanceAdminCommand_1.DeleteAppInstanceAdminCommand(args);
|
|
731
|
-
if (typeof optionsOrCb === "function") {
|
|
732
|
-
this.send(command, optionsOrCb);
|
|
733
|
-
}
|
|
734
|
-
else if (typeof cb === "function") {
|
|
735
|
-
if (typeof optionsOrCb !== "object")
|
|
736
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
737
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
738
|
-
}
|
|
739
|
-
else {
|
|
740
|
-
return this.send(command, optionsOrCb);
|
|
741
|
-
}
|
|
742
|
-
}
|
|
743
|
-
deleteAppInstanceStreamingConfigurations(args, optionsOrCb, cb) {
|
|
744
|
-
const command = new DeleteAppInstanceStreamingConfigurationsCommand_1.DeleteAppInstanceStreamingConfigurationsCommand(args);
|
|
745
|
-
if (typeof optionsOrCb === "function") {
|
|
746
|
-
this.send(command, optionsOrCb);
|
|
747
|
-
}
|
|
748
|
-
else if (typeof cb === "function") {
|
|
749
|
-
if (typeof optionsOrCb !== "object")
|
|
750
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
751
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
752
|
-
}
|
|
753
|
-
else {
|
|
754
|
-
return this.send(command, optionsOrCb);
|
|
755
|
-
}
|
|
756
|
-
}
|
|
757
|
-
deleteAppInstanceUser(args, optionsOrCb, cb) {
|
|
758
|
-
const command = new DeleteAppInstanceUserCommand_1.DeleteAppInstanceUserCommand(args);
|
|
759
|
-
if (typeof optionsOrCb === "function") {
|
|
760
|
-
this.send(command, optionsOrCb);
|
|
761
|
-
}
|
|
762
|
-
else if (typeof cb === "function") {
|
|
763
|
-
if (typeof optionsOrCb !== "object")
|
|
764
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
765
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
766
|
-
}
|
|
767
|
-
else {
|
|
768
|
-
return this.send(command, optionsOrCb);
|
|
769
|
-
}
|
|
770
|
-
}
|
|
771
|
-
deleteAttendee(args, optionsOrCb, cb) {
|
|
772
|
-
const command = new DeleteAttendeeCommand_1.DeleteAttendeeCommand(args);
|
|
773
|
-
if (typeof optionsOrCb === "function") {
|
|
774
|
-
this.send(command, optionsOrCb);
|
|
775
|
-
}
|
|
776
|
-
else if (typeof cb === "function") {
|
|
777
|
-
if (typeof optionsOrCb !== "object")
|
|
778
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
779
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
780
|
-
}
|
|
781
|
-
else {
|
|
782
|
-
return this.send(command, optionsOrCb);
|
|
783
|
-
}
|
|
784
|
-
}
|
|
785
|
-
deleteChannel(args, optionsOrCb, cb) {
|
|
786
|
-
const command = new DeleteChannelCommand_1.DeleteChannelCommand(args);
|
|
787
|
-
if (typeof optionsOrCb === "function") {
|
|
788
|
-
this.send(command, optionsOrCb);
|
|
789
|
-
}
|
|
790
|
-
else if (typeof cb === "function") {
|
|
791
|
-
if (typeof optionsOrCb !== "object")
|
|
792
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
793
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
794
|
-
}
|
|
795
|
-
else {
|
|
796
|
-
return this.send(command, optionsOrCb);
|
|
797
|
-
}
|
|
798
|
-
}
|
|
799
|
-
deleteChannelBan(args, optionsOrCb, cb) {
|
|
800
|
-
const command = new DeleteChannelBanCommand_1.DeleteChannelBanCommand(args);
|
|
801
|
-
if (typeof optionsOrCb === "function") {
|
|
802
|
-
this.send(command, optionsOrCb);
|
|
803
|
-
}
|
|
804
|
-
else if (typeof cb === "function") {
|
|
805
|
-
if (typeof optionsOrCb !== "object")
|
|
806
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
807
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
808
|
-
}
|
|
809
|
-
else {
|
|
810
|
-
return this.send(command, optionsOrCb);
|
|
811
|
-
}
|
|
812
|
-
}
|
|
813
|
-
deleteChannelMembership(args, optionsOrCb, cb) {
|
|
814
|
-
const command = new DeleteChannelMembershipCommand_1.DeleteChannelMembershipCommand(args);
|
|
815
|
-
if (typeof optionsOrCb === "function") {
|
|
816
|
-
this.send(command, optionsOrCb);
|
|
817
|
-
}
|
|
818
|
-
else if (typeof cb === "function") {
|
|
819
|
-
if (typeof optionsOrCb !== "object")
|
|
820
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
821
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
822
|
-
}
|
|
823
|
-
else {
|
|
824
|
-
return this.send(command, optionsOrCb);
|
|
825
|
-
}
|
|
826
|
-
}
|
|
827
|
-
deleteChannelMessage(args, optionsOrCb, cb) {
|
|
828
|
-
const command = new DeleteChannelMessageCommand_1.DeleteChannelMessageCommand(args);
|
|
829
|
-
if (typeof optionsOrCb === "function") {
|
|
830
|
-
this.send(command, optionsOrCb);
|
|
831
|
-
}
|
|
832
|
-
else if (typeof cb === "function") {
|
|
833
|
-
if (typeof optionsOrCb !== "object")
|
|
834
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
835
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
836
|
-
}
|
|
837
|
-
else {
|
|
838
|
-
return this.send(command, optionsOrCb);
|
|
839
|
-
}
|
|
840
|
-
}
|
|
841
|
-
deleteChannelModerator(args, optionsOrCb, cb) {
|
|
842
|
-
const command = new DeleteChannelModeratorCommand_1.DeleteChannelModeratorCommand(args);
|
|
843
|
-
if (typeof optionsOrCb === "function") {
|
|
844
|
-
this.send(command, optionsOrCb);
|
|
845
|
-
}
|
|
846
|
-
else if (typeof cb === "function") {
|
|
847
|
-
if (typeof optionsOrCb !== "object")
|
|
848
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
849
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
850
|
-
}
|
|
851
|
-
else {
|
|
852
|
-
return this.send(command, optionsOrCb);
|
|
853
|
-
}
|
|
854
|
-
}
|
|
855
|
-
deleteEventsConfiguration(args, optionsOrCb, cb) {
|
|
856
|
-
const command = new DeleteEventsConfigurationCommand_1.DeleteEventsConfigurationCommand(args);
|
|
857
|
-
if (typeof optionsOrCb === "function") {
|
|
858
|
-
this.send(command, optionsOrCb);
|
|
859
|
-
}
|
|
860
|
-
else if (typeof cb === "function") {
|
|
861
|
-
if (typeof optionsOrCb !== "object")
|
|
862
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
863
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
864
|
-
}
|
|
865
|
-
else {
|
|
866
|
-
return this.send(command, optionsOrCb);
|
|
867
|
-
}
|
|
868
|
-
}
|
|
869
|
-
deleteMediaCapturePipeline(args, optionsOrCb, cb) {
|
|
870
|
-
const command = new DeleteMediaCapturePipelineCommand_1.DeleteMediaCapturePipelineCommand(args);
|
|
871
|
-
if (typeof optionsOrCb === "function") {
|
|
872
|
-
this.send(command, optionsOrCb);
|
|
873
|
-
}
|
|
874
|
-
else if (typeof cb === "function") {
|
|
875
|
-
if (typeof optionsOrCb !== "object")
|
|
876
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
877
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
878
|
-
}
|
|
879
|
-
else {
|
|
880
|
-
return this.send(command, optionsOrCb);
|
|
881
|
-
}
|
|
882
|
-
}
|
|
883
|
-
deleteMeeting(args, optionsOrCb, cb) {
|
|
884
|
-
const command = new DeleteMeetingCommand_1.DeleteMeetingCommand(args);
|
|
885
|
-
if (typeof optionsOrCb === "function") {
|
|
886
|
-
this.send(command, optionsOrCb);
|
|
887
|
-
}
|
|
888
|
-
else if (typeof cb === "function") {
|
|
889
|
-
if (typeof optionsOrCb !== "object")
|
|
890
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
891
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
892
|
-
}
|
|
893
|
-
else {
|
|
894
|
-
return this.send(command, optionsOrCb);
|
|
895
|
-
}
|
|
896
|
-
}
|
|
897
|
-
deletePhoneNumber(args, optionsOrCb, cb) {
|
|
898
|
-
const command = new DeletePhoneNumberCommand_1.DeletePhoneNumberCommand(args);
|
|
899
|
-
if (typeof optionsOrCb === "function") {
|
|
900
|
-
this.send(command, optionsOrCb);
|
|
901
|
-
}
|
|
902
|
-
else if (typeof cb === "function") {
|
|
903
|
-
if (typeof optionsOrCb !== "object")
|
|
904
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
905
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
906
|
-
}
|
|
907
|
-
else {
|
|
908
|
-
return this.send(command, optionsOrCb);
|
|
909
|
-
}
|
|
910
|
-
}
|
|
911
|
-
deleteProxySession(args, optionsOrCb, cb) {
|
|
912
|
-
const command = new DeleteProxySessionCommand_1.DeleteProxySessionCommand(args);
|
|
913
|
-
if (typeof optionsOrCb === "function") {
|
|
914
|
-
this.send(command, optionsOrCb);
|
|
915
|
-
}
|
|
916
|
-
else if (typeof cb === "function") {
|
|
917
|
-
if (typeof optionsOrCb !== "object")
|
|
918
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
919
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
920
|
-
}
|
|
921
|
-
else {
|
|
922
|
-
return this.send(command, optionsOrCb);
|
|
923
|
-
}
|
|
924
|
-
}
|
|
925
|
-
deleteRoom(args, optionsOrCb, cb) {
|
|
926
|
-
const command = new DeleteRoomCommand_1.DeleteRoomCommand(args);
|
|
927
|
-
if (typeof optionsOrCb === "function") {
|
|
928
|
-
this.send(command, optionsOrCb);
|
|
929
|
-
}
|
|
930
|
-
else if (typeof cb === "function") {
|
|
931
|
-
if (typeof optionsOrCb !== "object")
|
|
932
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
933
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
934
|
-
}
|
|
935
|
-
else {
|
|
936
|
-
return this.send(command, optionsOrCb);
|
|
937
|
-
}
|
|
938
|
-
}
|
|
939
|
-
deleteRoomMembership(args, optionsOrCb, cb) {
|
|
940
|
-
const command = new DeleteRoomMembershipCommand_1.DeleteRoomMembershipCommand(args);
|
|
941
|
-
if (typeof optionsOrCb === "function") {
|
|
942
|
-
this.send(command, optionsOrCb);
|
|
943
|
-
}
|
|
944
|
-
else if (typeof cb === "function") {
|
|
945
|
-
if (typeof optionsOrCb !== "object")
|
|
946
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
947
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
948
|
-
}
|
|
949
|
-
else {
|
|
950
|
-
return this.send(command, optionsOrCb);
|
|
951
|
-
}
|
|
952
|
-
}
|
|
953
|
-
deleteSipMediaApplication(args, optionsOrCb, cb) {
|
|
954
|
-
const command = new DeleteSipMediaApplicationCommand_1.DeleteSipMediaApplicationCommand(args);
|
|
955
|
-
if (typeof optionsOrCb === "function") {
|
|
956
|
-
this.send(command, optionsOrCb);
|
|
957
|
-
}
|
|
958
|
-
else if (typeof cb === "function") {
|
|
959
|
-
if (typeof optionsOrCb !== "object")
|
|
960
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
961
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
962
|
-
}
|
|
963
|
-
else {
|
|
964
|
-
return this.send(command, optionsOrCb);
|
|
965
|
-
}
|
|
966
|
-
}
|
|
967
|
-
deleteSipRule(args, optionsOrCb, cb) {
|
|
968
|
-
const command = new DeleteSipRuleCommand_1.DeleteSipRuleCommand(args);
|
|
969
|
-
if (typeof optionsOrCb === "function") {
|
|
970
|
-
this.send(command, optionsOrCb);
|
|
971
|
-
}
|
|
972
|
-
else if (typeof cb === "function") {
|
|
973
|
-
if (typeof optionsOrCb !== "object")
|
|
974
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
975
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
976
|
-
}
|
|
977
|
-
else {
|
|
978
|
-
return this.send(command, optionsOrCb);
|
|
979
|
-
}
|
|
980
|
-
}
|
|
981
|
-
deleteVoiceConnector(args, optionsOrCb, cb) {
|
|
982
|
-
const command = new DeleteVoiceConnectorCommand_1.DeleteVoiceConnectorCommand(args);
|
|
983
|
-
if (typeof optionsOrCb === "function") {
|
|
984
|
-
this.send(command, optionsOrCb);
|
|
985
|
-
}
|
|
986
|
-
else if (typeof cb === "function") {
|
|
987
|
-
if (typeof optionsOrCb !== "object")
|
|
988
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
989
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
990
|
-
}
|
|
991
|
-
else {
|
|
992
|
-
return this.send(command, optionsOrCb);
|
|
993
|
-
}
|
|
994
|
-
}
|
|
995
|
-
deleteVoiceConnectorEmergencyCallingConfiguration(args, optionsOrCb, cb) {
|
|
996
|
-
const command = new DeleteVoiceConnectorEmergencyCallingConfigurationCommand_1.DeleteVoiceConnectorEmergencyCallingConfigurationCommand(args);
|
|
997
|
-
if (typeof optionsOrCb === "function") {
|
|
998
|
-
this.send(command, optionsOrCb);
|
|
999
|
-
}
|
|
1000
|
-
else if (typeof cb === "function") {
|
|
1001
|
-
if (typeof optionsOrCb !== "object")
|
|
1002
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1003
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1004
|
-
}
|
|
1005
|
-
else {
|
|
1006
|
-
return this.send(command, optionsOrCb);
|
|
1007
|
-
}
|
|
1008
|
-
}
|
|
1009
|
-
deleteVoiceConnectorGroup(args, optionsOrCb, cb) {
|
|
1010
|
-
const command = new DeleteVoiceConnectorGroupCommand_1.DeleteVoiceConnectorGroupCommand(args);
|
|
1011
|
-
if (typeof optionsOrCb === "function") {
|
|
1012
|
-
this.send(command, optionsOrCb);
|
|
1013
|
-
}
|
|
1014
|
-
else if (typeof cb === "function") {
|
|
1015
|
-
if (typeof optionsOrCb !== "object")
|
|
1016
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1017
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1018
|
-
}
|
|
1019
|
-
else {
|
|
1020
|
-
return this.send(command, optionsOrCb);
|
|
1021
|
-
}
|
|
1022
|
-
}
|
|
1023
|
-
deleteVoiceConnectorOrigination(args, optionsOrCb, cb) {
|
|
1024
|
-
const command = new DeleteVoiceConnectorOriginationCommand_1.DeleteVoiceConnectorOriginationCommand(args);
|
|
1025
|
-
if (typeof optionsOrCb === "function") {
|
|
1026
|
-
this.send(command, optionsOrCb);
|
|
1027
|
-
}
|
|
1028
|
-
else if (typeof cb === "function") {
|
|
1029
|
-
if (typeof optionsOrCb !== "object")
|
|
1030
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1031
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1032
|
-
}
|
|
1033
|
-
else {
|
|
1034
|
-
return this.send(command, optionsOrCb);
|
|
1035
|
-
}
|
|
1036
|
-
}
|
|
1037
|
-
deleteVoiceConnectorProxy(args, optionsOrCb, cb) {
|
|
1038
|
-
const command = new DeleteVoiceConnectorProxyCommand_1.DeleteVoiceConnectorProxyCommand(args);
|
|
1039
|
-
if (typeof optionsOrCb === "function") {
|
|
1040
|
-
this.send(command, optionsOrCb);
|
|
1041
|
-
}
|
|
1042
|
-
else if (typeof cb === "function") {
|
|
1043
|
-
if (typeof optionsOrCb !== "object")
|
|
1044
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1045
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1046
|
-
}
|
|
1047
|
-
else {
|
|
1048
|
-
return this.send(command, optionsOrCb);
|
|
1049
|
-
}
|
|
1050
|
-
}
|
|
1051
|
-
deleteVoiceConnectorStreamingConfiguration(args, optionsOrCb, cb) {
|
|
1052
|
-
const command = new DeleteVoiceConnectorStreamingConfigurationCommand_1.DeleteVoiceConnectorStreamingConfigurationCommand(args);
|
|
1053
|
-
if (typeof optionsOrCb === "function") {
|
|
1054
|
-
this.send(command, optionsOrCb);
|
|
1055
|
-
}
|
|
1056
|
-
else if (typeof cb === "function") {
|
|
1057
|
-
if (typeof optionsOrCb !== "object")
|
|
1058
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1059
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1060
|
-
}
|
|
1061
|
-
else {
|
|
1062
|
-
return this.send(command, optionsOrCb);
|
|
1063
|
-
}
|
|
1064
|
-
}
|
|
1065
|
-
deleteVoiceConnectorTermination(args, optionsOrCb, cb) {
|
|
1066
|
-
const command = new DeleteVoiceConnectorTerminationCommand_1.DeleteVoiceConnectorTerminationCommand(args);
|
|
1067
|
-
if (typeof optionsOrCb === "function") {
|
|
1068
|
-
this.send(command, optionsOrCb);
|
|
1069
|
-
}
|
|
1070
|
-
else if (typeof cb === "function") {
|
|
1071
|
-
if (typeof optionsOrCb !== "object")
|
|
1072
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1073
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1074
|
-
}
|
|
1075
|
-
else {
|
|
1076
|
-
return this.send(command, optionsOrCb);
|
|
1077
|
-
}
|
|
1078
|
-
}
|
|
1079
|
-
deleteVoiceConnectorTerminationCredentials(args, optionsOrCb, cb) {
|
|
1080
|
-
const command = new DeleteVoiceConnectorTerminationCredentialsCommand_1.DeleteVoiceConnectorTerminationCredentialsCommand(args);
|
|
1081
|
-
if (typeof optionsOrCb === "function") {
|
|
1082
|
-
this.send(command, optionsOrCb);
|
|
1083
|
-
}
|
|
1084
|
-
else if (typeof cb === "function") {
|
|
1085
|
-
if (typeof optionsOrCb !== "object")
|
|
1086
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1087
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1088
|
-
}
|
|
1089
|
-
else {
|
|
1090
|
-
return this.send(command, optionsOrCb);
|
|
1091
|
-
}
|
|
1092
|
-
}
|
|
1093
|
-
describeAppInstance(args, optionsOrCb, cb) {
|
|
1094
|
-
const command = new DescribeAppInstanceCommand_1.DescribeAppInstanceCommand(args);
|
|
1095
|
-
if (typeof optionsOrCb === "function") {
|
|
1096
|
-
this.send(command, optionsOrCb);
|
|
1097
|
-
}
|
|
1098
|
-
else if (typeof cb === "function") {
|
|
1099
|
-
if (typeof optionsOrCb !== "object")
|
|
1100
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1101
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1102
|
-
}
|
|
1103
|
-
else {
|
|
1104
|
-
return this.send(command, optionsOrCb);
|
|
1105
|
-
}
|
|
1106
|
-
}
|
|
1107
|
-
describeAppInstanceAdmin(args, optionsOrCb, cb) {
|
|
1108
|
-
const command = new DescribeAppInstanceAdminCommand_1.DescribeAppInstanceAdminCommand(args);
|
|
1109
|
-
if (typeof optionsOrCb === "function") {
|
|
1110
|
-
this.send(command, optionsOrCb);
|
|
1111
|
-
}
|
|
1112
|
-
else if (typeof cb === "function") {
|
|
1113
|
-
if (typeof optionsOrCb !== "object")
|
|
1114
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1115
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1116
|
-
}
|
|
1117
|
-
else {
|
|
1118
|
-
return this.send(command, optionsOrCb);
|
|
1119
|
-
}
|
|
1120
|
-
}
|
|
1121
|
-
describeAppInstanceUser(args, optionsOrCb, cb) {
|
|
1122
|
-
const command = new DescribeAppInstanceUserCommand_1.DescribeAppInstanceUserCommand(args);
|
|
1123
|
-
if (typeof optionsOrCb === "function") {
|
|
1124
|
-
this.send(command, optionsOrCb);
|
|
1125
|
-
}
|
|
1126
|
-
else if (typeof cb === "function") {
|
|
1127
|
-
if (typeof optionsOrCb !== "object")
|
|
1128
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1129
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1130
|
-
}
|
|
1131
|
-
else {
|
|
1132
|
-
return this.send(command, optionsOrCb);
|
|
1133
|
-
}
|
|
1134
|
-
}
|
|
1135
|
-
describeChannel(args, optionsOrCb, cb) {
|
|
1136
|
-
const command = new DescribeChannelCommand_1.DescribeChannelCommand(args);
|
|
1137
|
-
if (typeof optionsOrCb === "function") {
|
|
1138
|
-
this.send(command, optionsOrCb);
|
|
1139
|
-
}
|
|
1140
|
-
else if (typeof cb === "function") {
|
|
1141
|
-
if (typeof optionsOrCb !== "object")
|
|
1142
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1143
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1144
|
-
}
|
|
1145
|
-
else {
|
|
1146
|
-
return this.send(command, optionsOrCb);
|
|
1147
|
-
}
|
|
1148
|
-
}
|
|
1149
|
-
describeChannelBan(args, optionsOrCb, cb) {
|
|
1150
|
-
const command = new DescribeChannelBanCommand_1.DescribeChannelBanCommand(args);
|
|
1151
|
-
if (typeof optionsOrCb === "function") {
|
|
1152
|
-
this.send(command, optionsOrCb);
|
|
1153
|
-
}
|
|
1154
|
-
else if (typeof cb === "function") {
|
|
1155
|
-
if (typeof optionsOrCb !== "object")
|
|
1156
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1157
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1158
|
-
}
|
|
1159
|
-
else {
|
|
1160
|
-
return this.send(command, optionsOrCb);
|
|
1161
|
-
}
|
|
1162
|
-
}
|
|
1163
|
-
describeChannelMembership(args, optionsOrCb, cb) {
|
|
1164
|
-
const command = new DescribeChannelMembershipCommand_1.DescribeChannelMembershipCommand(args);
|
|
1165
|
-
if (typeof optionsOrCb === "function") {
|
|
1166
|
-
this.send(command, optionsOrCb);
|
|
1167
|
-
}
|
|
1168
|
-
else if (typeof cb === "function") {
|
|
1169
|
-
if (typeof optionsOrCb !== "object")
|
|
1170
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1171
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1172
|
-
}
|
|
1173
|
-
else {
|
|
1174
|
-
return this.send(command, optionsOrCb);
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
describeChannelMembershipForAppInstanceUser(args, optionsOrCb, cb) {
|
|
1178
|
-
const command = new DescribeChannelMembershipForAppInstanceUserCommand_1.DescribeChannelMembershipForAppInstanceUserCommand(args);
|
|
1179
|
-
if (typeof optionsOrCb === "function") {
|
|
1180
|
-
this.send(command, optionsOrCb);
|
|
1181
|
-
}
|
|
1182
|
-
else if (typeof cb === "function") {
|
|
1183
|
-
if (typeof optionsOrCb !== "object")
|
|
1184
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1185
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1186
|
-
}
|
|
1187
|
-
else {
|
|
1188
|
-
return this.send(command, optionsOrCb);
|
|
1189
|
-
}
|
|
1190
|
-
}
|
|
1191
|
-
describeChannelModeratedByAppInstanceUser(args, optionsOrCb, cb) {
|
|
1192
|
-
const command = new DescribeChannelModeratedByAppInstanceUserCommand_1.DescribeChannelModeratedByAppInstanceUserCommand(args);
|
|
1193
|
-
if (typeof optionsOrCb === "function") {
|
|
1194
|
-
this.send(command, optionsOrCb);
|
|
1195
|
-
}
|
|
1196
|
-
else if (typeof cb === "function") {
|
|
1197
|
-
if (typeof optionsOrCb !== "object")
|
|
1198
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1199
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1200
|
-
}
|
|
1201
|
-
else {
|
|
1202
|
-
return this.send(command, optionsOrCb);
|
|
1203
|
-
}
|
|
1204
|
-
}
|
|
1205
|
-
describeChannelModerator(args, optionsOrCb, cb) {
|
|
1206
|
-
const command = new DescribeChannelModeratorCommand_1.DescribeChannelModeratorCommand(args);
|
|
1207
|
-
if (typeof optionsOrCb === "function") {
|
|
1208
|
-
this.send(command, optionsOrCb);
|
|
1209
|
-
}
|
|
1210
|
-
else if (typeof cb === "function") {
|
|
1211
|
-
if (typeof optionsOrCb !== "object")
|
|
1212
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1213
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1214
|
-
}
|
|
1215
|
-
else {
|
|
1216
|
-
return this.send(command, optionsOrCb);
|
|
1217
|
-
}
|
|
1218
|
-
}
|
|
1219
|
-
disassociatePhoneNumberFromUser(args, optionsOrCb, cb) {
|
|
1220
|
-
const command = new DisassociatePhoneNumberFromUserCommand_1.DisassociatePhoneNumberFromUserCommand(args);
|
|
1221
|
-
if (typeof optionsOrCb === "function") {
|
|
1222
|
-
this.send(command, optionsOrCb);
|
|
1223
|
-
}
|
|
1224
|
-
else if (typeof cb === "function") {
|
|
1225
|
-
if (typeof optionsOrCb !== "object")
|
|
1226
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1227
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1228
|
-
}
|
|
1229
|
-
else {
|
|
1230
|
-
return this.send(command, optionsOrCb);
|
|
1231
|
-
}
|
|
1232
|
-
}
|
|
1233
|
-
disassociatePhoneNumbersFromVoiceConnector(args, optionsOrCb, cb) {
|
|
1234
|
-
const command = new DisassociatePhoneNumbersFromVoiceConnectorCommand_1.DisassociatePhoneNumbersFromVoiceConnectorCommand(args);
|
|
1235
|
-
if (typeof optionsOrCb === "function") {
|
|
1236
|
-
this.send(command, optionsOrCb);
|
|
1237
|
-
}
|
|
1238
|
-
else if (typeof cb === "function") {
|
|
1239
|
-
if (typeof optionsOrCb !== "object")
|
|
1240
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1241
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1242
|
-
}
|
|
1243
|
-
else {
|
|
1244
|
-
return this.send(command, optionsOrCb);
|
|
1245
|
-
}
|
|
1246
|
-
}
|
|
1247
|
-
disassociatePhoneNumbersFromVoiceConnectorGroup(args, optionsOrCb, cb) {
|
|
1248
|
-
const command = new DisassociatePhoneNumbersFromVoiceConnectorGroupCommand_1.DisassociatePhoneNumbersFromVoiceConnectorGroupCommand(args);
|
|
1249
|
-
if (typeof optionsOrCb === "function") {
|
|
1250
|
-
this.send(command, optionsOrCb);
|
|
1251
|
-
}
|
|
1252
|
-
else if (typeof cb === "function") {
|
|
1253
|
-
if (typeof optionsOrCb !== "object")
|
|
1254
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1255
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1256
|
-
}
|
|
1257
|
-
else {
|
|
1258
|
-
return this.send(command, optionsOrCb);
|
|
1259
|
-
}
|
|
1260
|
-
}
|
|
1261
|
-
disassociateSigninDelegateGroupsFromAccount(args, optionsOrCb, cb) {
|
|
1262
|
-
const command = new DisassociateSigninDelegateGroupsFromAccountCommand_1.DisassociateSigninDelegateGroupsFromAccountCommand(args);
|
|
1263
|
-
if (typeof optionsOrCb === "function") {
|
|
1264
|
-
this.send(command, optionsOrCb);
|
|
1265
|
-
}
|
|
1266
|
-
else if (typeof cb === "function") {
|
|
1267
|
-
if (typeof optionsOrCb !== "object")
|
|
1268
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1269
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1270
|
-
}
|
|
1271
|
-
else {
|
|
1272
|
-
return this.send(command, optionsOrCb);
|
|
1273
|
-
}
|
|
1274
|
-
}
|
|
1275
|
-
getAccount(args, optionsOrCb, cb) {
|
|
1276
|
-
const command = new GetAccountCommand_1.GetAccountCommand(args);
|
|
1277
|
-
if (typeof optionsOrCb === "function") {
|
|
1278
|
-
this.send(command, optionsOrCb);
|
|
1279
|
-
}
|
|
1280
|
-
else if (typeof cb === "function") {
|
|
1281
|
-
if (typeof optionsOrCb !== "object")
|
|
1282
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1283
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1284
|
-
}
|
|
1285
|
-
else {
|
|
1286
|
-
return this.send(command, optionsOrCb);
|
|
1287
|
-
}
|
|
1288
|
-
}
|
|
1289
|
-
getAccountSettings(args, optionsOrCb, cb) {
|
|
1290
|
-
const command = new GetAccountSettingsCommand_1.GetAccountSettingsCommand(args);
|
|
1291
|
-
if (typeof optionsOrCb === "function") {
|
|
1292
|
-
this.send(command, optionsOrCb);
|
|
1293
|
-
}
|
|
1294
|
-
else if (typeof cb === "function") {
|
|
1295
|
-
if (typeof optionsOrCb !== "object")
|
|
1296
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1297
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1298
|
-
}
|
|
1299
|
-
else {
|
|
1300
|
-
return this.send(command, optionsOrCb);
|
|
1301
|
-
}
|
|
1302
|
-
}
|
|
1303
|
-
getAppInstanceRetentionSettings(args, optionsOrCb, cb) {
|
|
1304
|
-
const command = new GetAppInstanceRetentionSettingsCommand_1.GetAppInstanceRetentionSettingsCommand(args);
|
|
1305
|
-
if (typeof optionsOrCb === "function") {
|
|
1306
|
-
this.send(command, optionsOrCb);
|
|
1307
|
-
}
|
|
1308
|
-
else if (typeof cb === "function") {
|
|
1309
|
-
if (typeof optionsOrCb !== "object")
|
|
1310
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1311
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1312
|
-
}
|
|
1313
|
-
else {
|
|
1314
|
-
return this.send(command, optionsOrCb);
|
|
1315
|
-
}
|
|
1316
|
-
}
|
|
1317
|
-
getAppInstanceStreamingConfigurations(args, optionsOrCb, cb) {
|
|
1318
|
-
const command = new GetAppInstanceStreamingConfigurationsCommand_1.GetAppInstanceStreamingConfigurationsCommand(args);
|
|
1319
|
-
if (typeof optionsOrCb === "function") {
|
|
1320
|
-
this.send(command, optionsOrCb);
|
|
1321
|
-
}
|
|
1322
|
-
else if (typeof cb === "function") {
|
|
1323
|
-
if (typeof optionsOrCb !== "object")
|
|
1324
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1325
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1326
|
-
}
|
|
1327
|
-
else {
|
|
1328
|
-
return this.send(command, optionsOrCb);
|
|
1329
|
-
}
|
|
1330
|
-
}
|
|
1331
|
-
getAttendee(args, optionsOrCb, cb) {
|
|
1332
|
-
const command = new GetAttendeeCommand_1.GetAttendeeCommand(args);
|
|
1333
|
-
if (typeof optionsOrCb === "function") {
|
|
1334
|
-
this.send(command, optionsOrCb);
|
|
1335
|
-
}
|
|
1336
|
-
else if (typeof cb === "function") {
|
|
1337
|
-
if (typeof optionsOrCb !== "object")
|
|
1338
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1339
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1340
|
-
}
|
|
1341
|
-
else {
|
|
1342
|
-
return this.send(command, optionsOrCb);
|
|
1343
|
-
}
|
|
1344
|
-
}
|
|
1345
|
-
getBot(args, optionsOrCb, cb) {
|
|
1346
|
-
const command = new GetBotCommand_1.GetBotCommand(args);
|
|
1347
|
-
if (typeof optionsOrCb === "function") {
|
|
1348
|
-
this.send(command, optionsOrCb);
|
|
1349
|
-
}
|
|
1350
|
-
else if (typeof cb === "function") {
|
|
1351
|
-
if (typeof optionsOrCb !== "object")
|
|
1352
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1353
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1354
|
-
}
|
|
1355
|
-
else {
|
|
1356
|
-
return this.send(command, optionsOrCb);
|
|
1357
|
-
}
|
|
1358
|
-
}
|
|
1359
|
-
getChannelMessage(args, optionsOrCb, cb) {
|
|
1360
|
-
const command = new GetChannelMessageCommand_1.GetChannelMessageCommand(args);
|
|
1361
|
-
if (typeof optionsOrCb === "function") {
|
|
1362
|
-
this.send(command, optionsOrCb);
|
|
1363
|
-
}
|
|
1364
|
-
else if (typeof cb === "function") {
|
|
1365
|
-
if (typeof optionsOrCb !== "object")
|
|
1366
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1367
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1368
|
-
}
|
|
1369
|
-
else {
|
|
1370
|
-
return this.send(command, optionsOrCb);
|
|
1371
|
-
}
|
|
1372
|
-
}
|
|
1373
|
-
getEventsConfiguration(args, optionsOrCb, cb) {
|
|
1374
|
-
const command = new GetEventsConfigurationCommand_1.GetEventsConfigurationCommand(args);
|
|
1375
|
-
if (typeof optionsOrCb === "function") {
|
|
1376
|
-
this.send(command, optionsOrCb);
|
|
1377
|
-
}
|
|
1378
|
-
else if (typeof cb === "function") {
|
|
1379
|
-
if (typeof optionsOrCb !== "object")
|
|
1380
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1381
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1382
|
-
}
|
|
1383
|
-
else {
|
|
1384
|
-
return this.send(command, optionsOrCb);
|
|
1385
|
-
}
|
|
1386
|
-
}
|
|
1387
|
-
getGlobalSettings(args, optionsOrCb, cb) {
|
|
1388
|
-
const command = new GetGlobalSettingsCommand_1.GetGlobalSettingsCommand(args);
|
|
1389
|
-
if (typeof optionsOrCb === "function") {
|
|
1390
|
-
this.send(command, optionsOrCb);
|
|
1391
|
-
}
|
|
1392
|
-
else if (typeof cb === "function") {
|
|
1393
|
-
if (typeof optionsOrCb !== "object")
|
|
1394
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1395
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1396
|
-
}
|
|
1397
|
-
else {
|
|
1398
|
-
return this.send(command, optionsOrCb);
|
|
1399
|
-
}
|
|
1400
|
-
}
|
|
1401
|
-
getMediaCapturePipeline(args, optionsOrCb, cb) {
|
|
1402
|
-
const command = new GetMediaCapturePipelineCommand_1.GetMediaCapturePipelineCommand(args);
|
|
1403
|
-
if (typeof optionsOrCb === "function") {
|
|
1404
|
-
this.send(command, optionsOrCb);
|
|
1405
|
-
}
|
|
1406
|
-
else if (typeof cb === "function") {
|
|
1407
|
-
if (typeof optionsOrCb !== "object")
|
|
1408
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1409
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1410
|
-
}
|
|
1411
|
-
else {
|
|
1412
|
-
return this.send(command, optionsOrCb);
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
getMeeting(args, optionsOrCb, cb) {
|
|
1416
|
-
const command = new GetMeetingCommand_1.GetMeetingCommand(args);
|
|
1417
|
-
if (typeof optionsOrCb === "function") {
|
|
1418
|
-
this.send(command, optionsOrCb);
|
|
1419
|
-
}
|
|
1420
|
-
else if (typeof cb === "function") {
|
|
1421
|
-
if (typeof optionsOrCb !== "object")
|
|
1422
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1423
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1424
|
-
}
|
|
1425
|
-
else {
|
|
1426
|
-
return this.send(command, optionsOrCb);
|
|
1427
|
-
}
|
|
1428
|
-
}
|
|
1429
|
-
getMessagingSessionEndpoint(args, optionsOrCb, cb) {
|
|
1430
|
-
const command = new GetMessagingSessionEndpointCommand_1.GetMessagingSessionEndpointCommand(args);
|
|
1431
|
-
if (typeof optionsOrCb === "function") {
|
|
1432
|
-
this.send(command, optionsOrCb);
|
|
1433
|
-
}
|
|
1434
|
-
else if (typeof cb === "function") {
|
|
1435
|
-
if (typeof optionsOrCb !== "object")
|
|
1436
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1437
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1438
|
-
}
|
|
1439
|
-
else {
|
|
1440
|
-
return this.send(command, optionsOrCb);
|
|
1441
|
-
}
|
|
1442
|
-
}
|
|
1443
|
-
getPhoneNumber(args, optionsOrCb, cb) {
|
|
1444
|
-
const command = new GetPhoneNumberCommand_1.GetPhoneNumberCommand(args);
|
|
1445
|
-
if (typeof optionsOrCb === "function") {
|
|
1446
|
-
this.send(command, optionsOrCb);
|
|
1447
|
-
}
|
|
1448
|
-
else if (typeof cb === "function") {
|
|
1449
|
-
if (typeof optionsOrCb !== "object")
|
|
1450
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1451
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1452
|
-
}
|
|
1453
|
-
else {
|
|
1454
|
-
return this.send(command, optionsOrCb);
|
|
1455
|
-
}
|
|
1456
|
-
}
|
|
1457
|
-
getPhoneNumberOrder(args, optionsOrCb, cb) {
|
|
1458
|
-
const command = new GetPhoneNumberOrderCommand_1.GetPhoneNumberOrderCommand(args);
|
|
1459
|
-
if (typeof optionsOrCb === "function") {
|
|
1460
|
-
this.send(command, optionsOrCb);
|
|
1461
|
-
}
|
|
1462
|
-
else if (typeof cb === "function") {
|
|
1463
|
-
if (typeof optionsOrCb !== "object")
|
|
1464
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1465
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1466
|
-
}
|
|
1467
|
-
else {
|
|
1468
|
-
return this.send(command, optionsOrCb);
|
|
1469
|
-
}
|
|
1470
|
-
}
|
|
1471
|
-
getPhoneNumberSettings(args, optionsOrCb, cb) {
|
|
1472
|
-
const command = new GetPhoneNumberSettingsCommand_1.GetPhoneNumberSettingsCommand(args);
|
|
1473
|
-
if (typeof optionsOrCb === "function") {
|
|
1474
|
-
this.send(command, optionsOrCb);
|
|
1475
|
-
}
|
|
1476
|
-
else if (typeof cb === "function") {
|
|
1477
|
-
if (typeof optionsOrCb !== "object")
|
|
1478
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1479
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1480
|
-
}
|
|
1481
|
-
else {
|
|
1482
|
-
return this.send(command, optionsOrCb);
|
|
1483
|
-
}
|
|
1484
|
-
}
|
|
1485
|
-
getProxySession(args, optionsOrCb, cb) {
|
|
1486
|
-
const command = new GetProxySessionCommand_1.GetProxySessionCommand(args);
|
|
1487
|
-
if (typeof optionsOrCb === "function") {
|
|
1488
|
-
this.send(command, optionsOrCb);
|
|
1489
|
-
}
|
|
1490
|
-
else if (typeof cb === "function") {
|
|
1491
|
-
if (typeof optionsOrCb !== "object")
|
|
1492
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1493
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1494
|
-
}
|
|
1495
|
-
else {
|
|
1496
|
-
return this.send(command, optionsOrCb);
|
|
1497
|
-
}
|
|
1498
|
-
}
|
|
1499
|
-
getRetentionSettings(args, optionsOrCb, cb) {
|
|
1500
|
-
const command = new GetRetentionSettingsCommand_1.GetRetentionSettingsCommand(args);
|
|
1501
|
-
if (typeof optionsOrCb === "function") {
|
|
1502
|
-
this.send(command, optionsOrCb);
|
|
1503
|
-
}
|
|
1504
|
-
else if (typeof cb === "function") {
|
|
1505
|
-
if (typeof optionsOrCb !== "object")
|
|
1506
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1507
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1508
|
-
}
|
|
1509
|
-
else {
|
|
1510
|
-
return this.send(command, optionsOrCb);
|
|
1511
|
-
}
|
|
1512
|
-
}
|
|
1513
|
-
getRoom(args, optionsOrCb, cb) {
|
|
1514
|
-
const command = new GetRoomCommand_1.GetRoomCommand(args);
|
|
1515
|
-
if (typeof optionsOrCb === "function") {
|
|
1516
|
-
this.send(command, optionsOrCb);
|
|
1517
|
-
}
|
|
1518
|
-
else if (typeof cb === "function") {
|
|
1519
|
-
if (typeof optionsOrCb !== "object")
|
|
1520
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1521
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1522
|
-
}
|
|
1523
|
-
else {
|
|
1524
|
-
return this.send(command, optionsOrCb);
|
|
1525
|
-
}
|
|
1526
|
-
}
|
|
1527
|
-
getSipMediaApplication(args, optionsOrCb, cb) {
|
|
1528
|
-
const command = new GetSipMediaApplicationCommand_1.GetSipMediaApplicationCommand(args);
|
|
1529
|
-
if (typeof optionsOrCb === "function") {
|
|
1530
|
-
this.send(command, optionsOrCb);
|
|
1531
|
-
}
|
|
1532
|
-
else if (typeof cb === "function") {
|
|
1533
|
-
if (typeof optionsOrCb !== "object")
|
|
1534
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1535
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1536
|
-
}
|
|
1537
|
-
else {
|
|
1538
|
-
return this.send(command, optionsOrCb);
|
|
1539
|
-
}
|
|
1540
|
-
}
|
|
1541
|
-
getSipMediaApplicationLoggingConfiguration(args, optionsOrCb, cb) {
|
|
1542
|
-
const command = new GetSipMediaApplicationLoggingConfigurationCommand_1.GetSipMediaApplicationLoggingConfigurationCommand(args);
|
|
1543
|
-
if (typeof optionsOrCb === "function") {
|
|
1544
|
-
this.send(command, optionsOrCb);
|
|
1545
|
-
}
|
|
1546
|
-
else if (typeof cb === "function") {
|
|
1547
|
-
if (typeof optionsOrCb !== "object")
|
|
1548
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1549
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1550
|
-
}
|
|
1551
|
-
else {
|
|
1552
|
-
return this.send(command, optionsOrCb);
|
|
1553
|
-
}
|
|
1554
|
-
}
|
|
1555
|
-
getSipRule(args, optionsOrCb, cb) {
|
|
1556
|
-
const command = new GetSipRuleCommand_1.GetSipRuleCommand(args);
|
|
1557
|
-
if (typeof optionsOrCb === "function") {
|
|
1558
|
-
this.send(command, optionsOrCb);
|
|
1559
|
-
}
|
|
1560
|
-
else if (typeof cb === "function") {
|
|
1561
|
-
if (typeof optionsOrCb !== "object")
|
|
1562
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1563
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1564
|
-
}
|
|
1565
|
-
else {
|
|
1566
|
-
return this.send(command, optionsOrCb);
|
|
1567
|
-
}
|
|
1568
|
-
}
|
|
1569
|
-
getUser(args, optionsOrCb, cb) {
|
|
1570
|
-
const command = new GetUserCommand_1.GetUserCommand(args);
|
|
1571
|
-
if (typeof optionsOrCb === "function") {
|
|
1572
|
-
this.send(command, optionsOrCb);
|
|
1573
|
-
}
|
|
1574
|
-
else if (typeof cb === "function") {
|
|
1575
|
-
if (typeof optionsOrCb !== "object")
|
|
1576
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1577
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1578
|
-
}
|
|
1579
|
-
else {
|
|
1580
|
-
return this.send(command, optionsOrCb);
|
|
1581
|
-
}
|
|
1582
|
-
}
|
|
1583
|
-
getUserSettings(args, optionsOrCb, cb) {
|
|
1584
|
-
const command = new GetUserSettingsCommand_1.GetUserSettingsCommand(args);
|
|
1585
|
-
if (typeof optionsOrCb === "function") {
|
|
1586
|
-
this.send(command, optionsOrCb);
|
|
1587
|
-
}
|
|
1588
|
-
else if (typeof cb === "function") {
|
|
1589
|
-
if (typeof optionsOrCb !== "object")
|
|
1590
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1591
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1592
|
-
}
|
|
1593
|
-
else {
|
|
1594
|
-
return this.send(command, optionsOrCb);
|
|
1595
|
-
}
|
|
1596
|
-
}
|
|
1597
|
-
getVoiceConnector(args, optionsOrCb, cb) {
|
|
1598
|
-
const command = new GetVoiceConnectorCommand_1.GetVoiceConnectorCommand(args);
|
|
1599
|
-
if (typeof optionsOrCb === "function") {
|
|
1600
|
-
this.send(command, optionsOrCb);
|
|
1601
|
-
}
|
|
1602
|
-
else if (typeof cb === "function") {
|
|
1603
|
-
if (typeof optionsOrCb !== "object")
|
|
1604
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1605
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1606
|
-
}
|
|
1607
|
-
else {
|
|
1608
|
-
return this.send(command, optionsOrCb);
|
|
1609
|
-
}
|
|
1610
|
-
}
|
|
1611
|
-
getVoiceConnectorEmergencyCallingConfiguration(args, optionsOrCb, cb) {
|
|
1612
|
-
const command = new GetVoiceConnectorEmergencyCallingConfigurationCommand_1.GetVoiceConnectorEmergencyCallingConfigurationCommand(args);
|
|
1613
|
-
if (typeof optionsOrCb === "function") {
|
|
1614
|
-
this.send(command, optionsOrCb);
|
|
1615
|
-
}
|
|
1616
|
-
else if (typeof cb === "function") {
|
|
1617
|
-
if (typeof optionsOrCb !== "object")
|
|
1618
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1619
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1620
|
-
}
|
|
1621
|
-
else {
|
|
1622
|
-
return this.send(command, optionsOrCb);
|
|
1623
|
-
}
|
|
1624
|
-
}
|
|
1625
|
-
getVoiceConnectorGroup(args, optionsOrCb, cb) {
|
|
1626
|
-
const command = new GetVoiceConnectorGroupCommand_1.GetVoiceConnectorGroupCommand(args);
|
|
1627
|
-
if (typeof optionsOrCb === "function") {
|
|
1628
|
-
this.send(command, optionsOrCb);
|
|
1629
|
-
}
|
|
1630
|
-
else if (typeof cb === "function") {
|
|
1631
|
-
if (typeof optionsOrCb !== "object")
|
|
1632
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1633
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1634
|
-
}
|
|
1635
|
-
else {
|
|
1636
|
-
return this.send(command, optionsOrCb);
|
|
1637
|
-
}
|
|
1638
|
-
}
|
|
1639
|
-
getVoiceConnectorLoggingConfiguration(args, optionsOrCb, cb) {
|
|
1640
|
-
const command = new GetVoiceConnectorLoggingConfigurationCommand_1.GetVoiceConnectorLoggingConfigurationCommand(args);
|
|
1641
|
-
if (typeof optionsOrCb === "function") {
|
|
1642
|
-
this.send(command, optionsOrCb);
|
|
1643
|
-
}
|
|
1644
|
-
else if (typeof cb === "function") {
|
|
1645
|
-
if (typeof optionsOrCb !== "object")
|
|
1646
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1647
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1648
|
-
}
|
|
1649
|
-
else {
|
|
1650
|
-
return this.send(command, optionsOrCb);
|
|
1651
|
-
}
|
|
1652
|
-
}
|
|
1653
|
-
getVoiceConnectorOrigination(args, optionsOrCb, cb) {
|
|
1654
|
-
const command = new GetVoiceConnectorOriginationCommand_1.GetVoiceConnectorOriginationCommand(args);
|
|
1655
|
-
if (typeof optionsOrCb === "function") {
|
|
1656
|
-
this.send(command, optionsOrCb);
|
|
1657
|
-
}
|
|
1658
|
-
else if (typeof cb === "function") {
|
|
1659
|
-
if (typeof optionsOrCb !== "object")
|
|
1660
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1661
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1662
|
-
}
|
|
1663
|
-
else {
|
|
1664
|
-
return this.send(command, optionsOrCb);
|
|
1665
|
-
}
|
|
1666
|
-
}
|
|
1667
|
-
getVoiceConnectorProxy(args, optionsOrCb, cb) {
|
|
1668
|
-
const command = new GetVoiceConnectorProxyCommand_1.GetVoiceConnectorProxyCommand(args);
|
|
1669
|
-
if (typeof optionsOrCb === "function") {
|
|
1670
|
-
this.send(command, optionsOrCb);
|
|
1671
|
-
}
|
|
1672
|
-
else if (typeof cb === "function") {
|
|
1673
|
-
if (typeof optionsOrCb !== "object")
|
|
1674
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1675
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1676
|
-
}
|
|
1677
|
-
else {
|
|
1678
|
-
return this.send(command, optionsOrCb);
|
|
1679
|
-
}
|
|
1680
|
-
}
|
|
1681
|
-
getVoiceConnectorStreamingConfiguration(args, optionsOrCb, cb) {
|
|
1682
|
-
const command = new GetVoiceConnectorStreamingConfigurationCommand_1.GetVoiceConnectorStreamingConfigurationCommand(args);
|
|
1683
|
-
if (typeof optionsOrCb === "function") {
|
|
1684
|
-
this.send(command, optionsOrCb);
|
|
1685
|
-
}
|
|
1686
|
-
else if (typeof cb === "function") {
|
|
1687
|
-
if (typeof optionsOrCb !== "object")
|
|
1688
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1689
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1690
|
-
}
|
|
1691
|
-
else {
|
|
1692
|
-
return this.send(command, optionsOrCb);
|
|
1693
|
-
}
|
|
1694
|
-
}
|
|
1695
|
-
getVoiceConnectorTermination(args, optionsOrCb, cb) {
|
|
1696
|
-
const command = new GetVoiceConnectorTerminationCommand_1.GetVoiceConnectorTerminationCommand(args);
|
|
1697
|
-
if (typeof optionsOrCb === "function") {
|
|
1698
|
-
this.send(command, optionsOrCb);
|
|
1699
|
-
}
|
|
1700
|
-
else if (typeof cb === "function") {
|
|
1701
|
-
if (typeof optionsOrCb !== "object")
|
|
1702
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1703
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1704
|
-
}
|
|
1705
|
-
else {
|
|
1706
|
-
return this.send(command, optionsOrCb);
|
|
1707
|
-
}
|
|
1708
|
-
}
|
|
1709
|
-
getVoiceConnectorTerminationHealth(args, optionsOrCb, cb) {
|
|
1710
|
-
const command = new GetVoiceConnectorTerminationHealthCommand_1.GetVoiceConnectorTerminationHealthCommand(args);
|
|
1711
|
-
if (typeof optionsOrCb === "function") {
|
|
1712
|
-
this.send(command, optionsOrCb);
|
|
1713
|
-
}
|
|
1714
|
-
else if (typeof cb === "function") {
|
|
1715
|
-
if (typeof optionsOrCb !== "object")
|
|
1716
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1717
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1718
|
-
}
|
|
1719
|
-
else {
|
|
1720
|
-
return this.send(command, optionsOrCb);
|
|
1721
|
-
}
|
|
1722
|
-
}
|
|
1723
|
-
inviteUsers(args, optionsOrCb, cb) {
|
|
1724
|
-
const command = new InviteUsersCommand_1.InviteUsersCommand(args);
|
|
1725
|
-
if (typeof optionsOrCb === "function") {
|
|
1726
|
-
this.send(command, optionsOrCb);
|
|
1727
|
-
}
|
|
1728
|
-
else if (typeof cb === "function") {
|
|
1729
|
-
if (typeof optionsOrCb !== "object")
|
|
1730
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1731
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1732
|
-
}
|
|
1733
|
-
else {
|
|
1734
|
-
return this.send(command, optionsOrCb);
|
|
1735
|
-
}
|
|
1736
|
-
}
|
|
1737
|
-
listAccounts(args, optionsOrCb, cb) {
|
|
1738
|
-
const command = new ListAccountsCommand_1.ListAccountsCommand(args);
|
|
1739
|
-
if (typeof optionsOrCb === "function") {
|
|
1740
|
-
this.send(command, optionsOrCb);
|
|
1741
|
-
}
|
|
1742
|
-
else if (typeof cb === "function") {
|
|
1743
|
-
if (typeof optionsOrCb !== "object")
|
|
1744
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1745
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1746
|
-
}
|
|
1747
|
-
else {
|
|
1748
|
-
return this.send(command, optionsOrCb);
|
|
1749
|
-
}
|
|
1750
|
-
}
|
|
1751
|
-
listAppInstanceAdmins(args, optionsOrCb, cb) {
|
|
1752
|
-
const command = new ListAppInstanceAdminsCommand_1.ListAppInstanceAdminsCommand(args);
|
|
1753
|
-
if (typeof optionsOrCb === "function") {
|
|
1754
|
-
this.send(command, optionsOrCb);
|
|
1755
|
-
}
|
|
1756
|
-
else if (typeof cb === "function") {
|
|
1757
|
-
if (typeof optionsOrCb !== "object")
|
|
1758
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1759
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1760
|
-
}
|
|
1761
|
-
else {
|
|
1762
|
-
return this.send(command, optionsOrCb);
|
|
1763
|
-
}
|
|
1764
|
-
}
|
|
1765
|
-
listAppInstances(args, optionsOrCb, cb) {
|
|
1766
|
-
const command = new ListAppInstancesCommand_1.ListAppInstancesCommand(args);
|
|
1767
|
-
if (typeof optionsOrCb === "function") {
|
|
1768
|
-
this.send(command, optionsOrCb);
|
|
1769
|
-
}
|
|
1770
|
-
else if (typeof cb === "function") {
|
|
1771
|
-
if (typeof optionsOrCb !== "object")
|
|
1772
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1773
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1774
|
-
}
|
|
1775
|
-
else {
|
|
1776
|
-
return this.send(command, optionsOrCb);
|
|
1777
|
-
}
|
|
1778
|
-
}
|
|
1779
|
-
listAppInstanceUsers(args, optionsOrCb, cb) {
|
|
1780
|
-
const command = new ListAppInstanceUsersCommand_1.ListAppInstanceUsersCommand(args);
|
|
1781
|
-
if (typeof optionsOrCb === "function") {
|
|
1782
|
-
this.send(command, optionsOrCb);
|
|
1783
|
-
}
|
|
1784
|
-
else if (typeof cb === "function") {
|
|
1785
|
-
if (typeof optionsOrCb !== "object")
|
|
1786
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1787
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1788
|
-
}
|
|
1789
|
-
else {
|
|
1790
|
-
return this.send(command, optionsOrCb);
|
|
1791
|
-
}
|
|
1792
|
-
}
|
|
1793
|
-
listAttendees(args, optionsOrCb, cb) {
|
|
1794
|
-
const command = new ListAttendeesCommand_1.ListAttendeesCommand(args);
|
|
1795
|
-
if (typeof optionsOrCb === "function") {
|
|
1796
|
-
this.send(command, optionsOrCb);
|
|
1797
|
-
}
|
|
1798
|
-
else if (typeof cb === "function") {
|
|
1799
|
-
if (typeof optionsOrCb !== "object")
|
|
1800
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1801
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1802
|
-
}
|
|
1803
|
-
else {
|
|
1804
|
-
return this.send(command, optionsOrCb);
|
|
1805
|
-
}
|
|
1806
|
-
}
|
|
1807
|
-
listAttendeeTags(args, optionsOrCb, cb) {
|
|
1808
|
-
const command = new ListAttendeeTagsCommand_1.ListAttendeeTagsCommand(args);
|
|
1809
|
-
if (typeof optionsOrCb === "function") {
|
|
1810
|
-
this.send(command, optionsOrCb);
|
|
1811
|
-
}
|
|
1812
|
-
else if (typeof cb === "function") {
|
|
1813
|
-
if (typeof optionsOrCb !== "object")
|
|
1814
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1815
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1816
|
-
}
|
|
1817
|
-
else {
|
|
1818
|
-
return this.send(command, optionsOrCb);
|
|
1819
|
-
}
|
|
1820
|
-
}
|
|
1821
|
-
listBots(args, optionsOrCb, cb) {
|
|
1822
|
-
const command = new ListBotsCommand_1.ListBotsCommand(args);
|
|
1823
|
-
if (typeof optionsOrCb === "function") {
|
|
1824
|
-
this.send(command, optionsOrCb);
|
|
1825
|
-
}
|
|
1826
|
-
else if (typeof cb === "function") {
|
|
1827
|
-
if (typeof optionsOrCb !== "object")
|
|
1828
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1829
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1830
|
-
}
|
|
1831
|
-
else {
|
|
1832
|
-
return this.send(command, optionsOrCb);
|
|
1833
|
-
}
|
|
1834
|
-
}
|
|
1835
|
-
listChannelBans(args, optionsOrCb, cb) {
|
|
1836
|
-
const command = new ListChannelBansCommand_1.ListChannelBansCommand(args);
|
|
1837
|
-
if (typeof optionsOrCb === "function") {
|
|
1838
|
-
this.send(command, optionsOrCb);
|
|
1839
|
-
}
|
|
1840
|
-
else if (typeof cb === "function") {
|
|
1841
|
-
if (typeof optionsOrCb !== "object")
|
|
1842
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1843
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1844
|
-
}
|
|
1845
|
-
else {
|
|
1846
|
-
return this.send(command, optionsOrCb);
|
|
1847
|
-
}
|
|
1848
|
-
}
|
|
1849
|
-
listChannelMemberships(args, optionsOrCb, cb) {
|
|
1850
|
-
const command = new ListChannelMembershipsCommand_1.ListChannelMembershipsCommand(args);
|
|
1851
|
-
if (typeof optionsOrCb === "function") {
|
|
1852
|
-
this.send(command, optionsOrCb);
|
|
1853
|
-
}
|
|
1854
|
-
else if (typeof cb === "function") {
|
|
1855
|
-
if (typeof optionsOrCb !== "object")
|
|
1856
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1857
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1858
|
-
}
|
|
1859
|
-
else {
|
|
1860
|
-
return this.send(command, optionsOrCb);
|
|
1861
|
-
}
|
|
1862
|
-
}
|
|
1863
|
-
listChannelMembershipsForAppInstanceUser(args, optionsOrCb, cb) {
|
|
1864
|
-
const command = new ListChannelMembershipsForAppInstanceUserCommand_1.ListChannelMembershipsForAppInstanceUserCommand(args);
|
|
1865
|
-
if (typeof optionsOrCb === "function") {
|
|
1866
|
-
this.send(command, optionsOrCb);
|
|
1867
|
-
}
|
|
1868
|
-
else if (typeof cb === "function") {
|
|
1869
|
-
if (typeof optionsOrCb !== "object")
|
|
1870
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1871
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1872
|
-
}
|
|
1873
|
-
else {
|
|
1874
|
-
return this.send(command, optionsOrCb);
|
|
1875
|
-
}
|
|
1876
|
-
}
|
|
1877
|
-
listChannelMessages(args, optionsOrCb, cb) {
|
|
1878
|
-
const command = new ListChannelMessagesCommand_1.ListChannelMessagesCommand(args);
|
|
1879
|
-
if (typeof optionsOrCb === "function") {
|
|
1880
|
-
this.send(command, optionsOrCb);
|
|
1881
|
-
}
|
|
1882
|
-
else if (typeof cb === "function") {
|
|
1883
|
-
if (typeof optionsOrCb !== "object")
|
|
1884
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1885
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1886
|
-
}
|
|
1887
|
-
else {
|
|
1888
|
-
return this.send(command, optionsOrCb);
|
|
1889
|
-
}
|
|
1890
|
-
}
|
|
1891
|
-
listChannelModerators(args, optionsOrCb, cb) {
|
|
1892
|
-
const command = new ListChannelModeratorsCommand_1.ListChannelModeratorsCommand(args);
|
|
1893
|
-
if (typeof optionsOrCb === "function") {
|
|
1894
|
-
this.send(command, optionsOrCb);
|
|
1895
|
-
}
|
|
1896
|
-
else if (typeof cb === "function") {
|
|
1897
|
-
if (typeof optionsOrCb !== "object")
|
|
1898
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1899
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1900
|
-
}
|
|
1901
|
-
else {
|
|
1902
|
-
return this.send(command, optionsOrCb);
|
|
1903
|
-
}
|
|
1904
|
-
}
|
|
1905
|
-
listChannels(args, optionsOrCb, cb) {
|
|
1906
|
-
const command = new ListChannelsCommand_1.ListChannelsCommand(args);
|
|
1907
|
-
if (typeof optionsOrCb === "function") {
|
|
1908
|
-
this.send(command, optionsOrCb);
|
|
1909
|
-
}
|
|
1910
|
-
else if (typeof cb === "function") {
|
|
1911
|
-
if (typeof optionsOrCb !== "object")
|
|
1912
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1913
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1914
|
-
}
|
|
1915
|
-
else {
|
|
1916
|
-
return this.send(command, optionsOrCb);
|
|
1917
|
-
}
|
|
1918
|
-
}
|
|
1919
|
-
listChannelsModeratedByAppInstanceUser(args, optionsOrCb, cb) {
|
|
1920
|
-
const command = new ListChannelsModeratedByAppInstanceUserCommand_1.ListChannelsModeratedByAppInstanceUserCommand(args);
|
|
1921
|
-
if (typeof optionsOrCb === "function") {
|
|
1922
|
-
this.send(command, optionsOrCb);
|
|
1923
|
-
}
|
|
1924
|
-
else if (typeof cb === "function") {
|
|
1925
|
-
if (typeof optionsOrCb !== "object")
|
|
1926
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1927
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1928
|
-
}
|
|
1929
|
-
else {
|
|
1930
|
-
return this.send(command, optionsOrCb);
|
|
1931
|
-
}
|
|
1932
|
-
}
|
|
1933
|
-
listMediaCapturePipelines(args, optionsOrCb, cb) {
|
|
1934
|
-
const command = new ListMediaCapturePipelinesCommand_1.ListMediaCapturePipelinesCommand(args);
|
|
1935
|
-
if (typeof optionsOrCb === "function") {
|
|
1936
|
-
this.send(command, optionsOrCb);
|
|
1937
|
-
}
|
|
1938
|
-
else if (typeof cb === "function") {
|
|
1939
|
-
if (typeof optionsOrCb !== "object")
|
|
1940
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1941
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1942
|
-
}
|
|
1943
|
-
else {
|
|
1944
|
-
return this.send(command, optionsOrCb);
|
|
1945
|
-
}
|
|
1946
|
-
}
|
|
1947
|
-
listMeetings(args, optionsOrCb, cb) {
|
|
1948
|
-
const command = new ListMeetingsCommand_1.ListMeetingsCommand(args);
|
|
1949
|
-
if (typeof optionsOrCb === "function") {
|
|
1950
|
-
this.send(command, optionsOrCb);
|
|
1951
|
-
}
|
|
1952
|
-
else if (typeof cb === "function") {
|
|
1953
|
-
if (typeof optionsOrCb !== "object")
|
|
1954
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1955
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1956
|
-
}
|
|
1957
|
-
else {
|
|
1958
|
-
return this.send(command, optionsOrCb);
|
|
1959
|
-
}
|
|
1960
|
-
}
|
|
1961
|
-
listMeetingTags(args, optionsOrCb, cb) {
|
|
1962
|
-
const command = new ListMeetingTagsCommand_1.ListMeetingTagsCommand(args);
|
|
1963
|
-
if (typeof optionsOrCb === "function") {
|
|
1964
|
-
this.send(command, optionsOrCb);
|
|
1965
|
-
}
|
|
1966
|
-
else if (typeof cb === "function") {
|
|
1967
|
-
if (typeof optionsOrCb !== "object")
|
|
1968
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1969
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1970
|
-
}
|
|
1971
|
-
else {
|
|
1972
|
-
return this.send(command, optionsOrCb);
|
|
1973
|
-
}
|
|
1974
|
-
}
|
|
1975
|
-
listPhoneNumberOrders(args, optionsOrCb, cb) {
|
|
1976
|
-
const command = new ListPhoneNumberOrdersCommand_1.ListPhoneNumberOrdersCommand(args);
|
|
1977
|
-
if (typeof optionsOrCb === "function") {
|
|
1978
|
-
this.send(command, optionsOrCb);
|
|
1979
|
-
}
|
|
1980
|
-
else if (typeof cb === "function") {
|
|
1981
|
-
if (typeof optionsOrCb !== "object")
|
|
1982
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1983
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1984
|
-
}
|
|
1985
|
-
else {
|
|
1986
|
-
return this.send(command, optionsOrCb);
|
|
1987
|
-
}
|
|
1988
|
-
}
|
|
1989
|
-
listPhoneNumbers(args, optionsOrCb, cb) {
|
|
1990
|
-
const command = new ListPhoneNumbersCommand_1.ListPhoneNumbersCommand(args);
|
|
1991
|
-
if (typeof optionsOrCb === "function") {
|
|
1992
|
-
this.send(command, optionsOrCb);
|
|
1993
|
-
}
|
|
1994
|
-
else if (typeof cb === "function") {
|
|
1995
|
-
if (typeof optionsOrCb !== "object")
|
|
1996
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
1997
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
1998
|
-
}
|
|
1999
|
-
else {
|
|
2000
|
-
return this.send(command, optionsOrCb);
|
|
2001
|
-
}
|
|
2002
|
-
}
|
|
2003
|
-
listProxySessions(args, optionsOrCb, cb) {
|
|
2004
|
-
const command = new ListProxySessionsCommand_1.ListProxySessionsCommand(args);
|
|
2005
|
-
if (typeof optionsOrCb === "function") {
|
|
2006
|
-
this.send(command, optionsOrCb);
|
|
2007
|
-
}
|
|
2008
|
-
else if (typeof cb === "function") {
|
|
2009
|
-
if (typeof optionsOrCb !== "object")
|
|
2010
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2011
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2012
|
-
}
|
|
2013
|
-
else {
|
|
2014
|
-
return this.send(command, optionsOrCb);
|
|
2015
|
-
}
|
|
2016
|
-
}
|
|
2017
|
-
listRoomMemberships(args, optionsOrCb, cb) {
|
|
2018
|
-
const command = new ListRoomMembershipsCommand_1.ListRoomMembershipsCommand(args);
|
|
2019
|
-
if (typeof optionsOrCb === "function") {
|
|
2020
|
-
this.send(command, optionsOrCb);
|
|
2021
|
-
}
|
|
2022
|
-
else if (typeof cb === "function") {
|
|
2023
|
-
if (typeof optionsOrCb !== "object")
|
|
2024
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2025
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2026
|
-
}
|
|
2027
|
-
else {
|
|
2028
|
-
return this.send(command, optionsOrCb);
|
|
2029
|
-
}
|
|
2030
|
-
}
|
|
2031
|
-
listRooms(args, optionsOrCb, cb) {
|
|
2032
|
-
const command = new ListRoomsCommand_1.ListRoomsCommand(args);
|
|
2033
|
-
if (typeof optionsOrCb === "function") {
|
|
2034
|
-
this.send(command, optionsOrCb);
|
|
2035
|
-
}
|
|
2036
|
-
else if (typeof cb === "function") {
|
|
2037
|
-
if (typeof optionsOrCb !== "object")
|
|
2038
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2039
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2040
|
-
}
|
|
2041
|
-
else {
|
|
2042
|
-
return this.send(command, optionsOrCb);
|
|
2043
|
-
}
|
|
2044
|
-
}
|
|
2045
|
-
listSipMediaApplications(args, optionsOrCb, cb) {
|
|
2046
|
-
const command = new ListSipMediaApplicationsCommand_1.ListSipMediaApplicationsCommand(args);
|
|
2047
|
-
if (typeof optionsOrCb === "function") {
|
|
2048
|
-
this.send(command, optionsOrCb);
|
|
2049
|
-
}
|
|
2050
|
-
else if (typeof cb === "function") {
|
|
2051
|
-
if (typeof optionsOrCb !== "object")
|
|
2052
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2053
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2054
|
-
}
|
|
2055
|
-
else {
|
|
2056
|
-
return this.send(command, optionsOrCb);
|
|
2057
|
-
}
|
|
2058
|
-
}
|
|
2059
|
-
listSipRules(args, optionsOrCb, cb) {
|
|
2060
|
-
const command = new ListSipRulesCommand_1.ListSipRulesCommand(args);
|
|
2061
|
-
if (typeof optionsOrCb === "function") {
|
|
2062
|
-
this.send(command, optionsOrCb);
|
|
2063
|
-
}
|
|
2064
|
-
else if (typeof cb === "function") {
|
|
2065
|
-
if (typeof optionsOrCb !== "object")
|
|
2066
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2067
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2068
|
-
}
|
|
2069
|
-
else {
|
|
2070
|
-
return this.send(command, optionsOrCb);
|
|
2071
|
-
}
|
|
2072
|
-
}
|
|
2073
|
-
listSupportedPhoneNumberCountries(args, optionsOrCb, cb) {
|
|
2074
|
-
const command = new ListSupportedPhoneNumberCountriesCommand_1.ListSupportedPhoneNumberCountriesCommand(args);
|
|
2075
|
-
if (typeof optionsOrCb === "function") {
|
|
2076
|
-
this.send(command, optionsOrCb);
|
|
2077
|
-
}
|
|
2078
|
-
else if (typeof cb === "function") {
|
|
2079
|
-
if (typeof optionsOrCb !== "object")
|
|
2080
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2081
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2082
|
-
}
|
|
2083
|
-
else {
|
|
2084
|
-
return this.send(command, optionsOrCb);
|
|
2085
|
-
}
|
|
2086
|
-
}
|
|
2087
|
-
listTagsForResource(args, optionsOrCb, cb) {
|
|
2088
|
-
const command = new ListTagsForResourceCommand_1.ListTagsForResourceCommand(args);
|
|
2089
|
-
if (typeof optionsOrCb === "function") {
|
|
2090
|
-
this.send(command, optionsOrCb);
|
|
2091
|
-
}
|
|
2092
|
-
else if (typeof cb === "function") {
|
|
2093
|
-
if (typeof optionsOrCb !== "object")
|
|
2094
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2095
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2096
|
-
}
|
|
2097
|
-
else {
|
|
2098
|
-
return this.send(command, optionsOrCb);
|
|
2099
|
-
}
|
|
2100
|
-
}
|
|
2101
|
-
listUsers(args, optionsOrCb, cb) {
|
|
2102
|
-
const command = new ListUsersCommand_1.ListUsersCommand(args);
|
|
2103
|
-
if (typeof optionsOrCb === "function") {
|
|
2104
|
-
this.send(command, optionsOrCb);
|
|
2105
|
-
}
|
|
2106
|
-
else if (typeof cb === "function") {
|
|
2107
|
-
if (typeof optionsOrCb !== "object")
|
|
2108
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2109
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2110
|
-
}
|
|
2111
|
-
else {
|
|
2112
|
-
return this.send(command, optionsOrCb);
|
|
2113
|
-
}
|
|
2114
|
-
}
|
|
2115
|
-
listVoiceConnectorGroups(args, optionsOrCb, cb) {
|
|
2116
|
-
const command = new ListVoiceConnectorGroupsCommand_1.ListVoiceConnectorGroupsCommand(args);
|
|
2117
|
-
if (typeof optionsOrCb === "function") {
|
|
2118
|
-
this.send(command, optionsOrCb);
|
|
2119
|
-
}
|
|
2120
|
-
else if (typeof cb === "function") {
|
|
2121
|
-
if (typeof optionsOrCb !== "object")
|
|
2122
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2123
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2124
|
-
}
|
|
2125
|
-
else {
|
|
2126
|
-
return this.send(command, optionsOrCb);
|
|
2127
|
-
}
|
|
2128
|
-
}
|
|
2129
|
-
listVoiceConnectors(args, optionsOrCb, cb) {
|
|
2130
|
-
const command = new ListVoiceConnectorsCommand_1.ListVoiceConnectorsCommand(args);
|
|
2131
|
-
if (typeof optionsOrCb === "function") {
|
|
2132
|
-
this.send(command, optionsOrCb);
|
|
2133
|
-
}
|
|
2134
|
-
else if (typeof cb === "function") {
|
|
2135
|
-
if (typeof optionsOrCb !== "object")
|
|
2136
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2137
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2138
|
-
}
|
|
2139
|
-
else {
|
|
2140
|
-
return this.send(command, optionsOrCb);
|
|
2141
|
-
}
|
|
2142
|
-
}
|
|
2143
|
-
listVoiceConnectorTerminationCredentials(args, optionsOrCb, cb) {
|
|
2144
|
-
const command = new ListVoiceConnectorTerminationCredentialsCommand_1.ListVoiceConnectorTerminationCredentialsCommand(args);
|
|
2145
|
-
if (typeof optionsOrCb === "function") {
|
|
2146
|
-
this.send(command, optionsOrCb);
|
|
2147
|
-
}
|
|
2148
|
-
else if (typeof cb === "function") {
|
|
2149
|
-
if (typeof optionsOrCb !== "object")
|
|
2150
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2151
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2152
|
-
}
|
|
2153
|
-
else {
|
|
2154
|
-
return this.send(command, optionsOrCb);
|
|
2155
|
-
}
|
|
2156
|
-
}
|
|
2157
|
-
logoutUser(args, optionsOrCb, cb) {
|
|
2158
|
-
const command = new LogoutUserCommand_1.LogoutUserCommand(args);
|
|
2159
|
-
if (typeof optionsOrCb === "function") {
|
|
2160
|
-
this.send(command, optionsOrCb);
|
|
2161
|
-
}
|
|
2162
|
-
else if (typeof cb === "function") {
|
|
2163
|
-
if (typeof optionsOrCb !== "object")
|
|
2164
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2165
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2166
|
-
}
|
|
2167
|
-
else {
|
|
2168
|
-
return this.send(command, optionsOrCb);
|
|
2169
|
-
}
|
|
2170
|
-
}
|
|
2171
|
-
putAppInstanceRetentionSettings(args, optionsOrCb, cb) {
|
|
2172
|
-
const command = new PutAppInstanceRetentionSettingsCommand_1.PutAppInstanceRetentionSettingsCommand(args);
|
|
2173
|
-
if (typeof optionsOrCb === "function") {
|
|
2174
|
-
this.send(command, optionsOrCb);
|
|
2175
|
-
}
|
|
2176
|
-
else if (typeof cb === "function") {
|
|
2177
|
-
if (typeof optionsOrCb !== "object")
|
|
2178
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2179
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2180
|
-
}
|
|
2181
|
-
else {
|
|
2182
|
-
return this.send(command, optionsOrCb);
|
|
2183
|
-
}
|
|
2184
|
-
}
|
|
2185
|
-
putAppInstanceStreamingConfigurations(args, optionsOrCb, cb) {
|
|
2186
|
-
const command = new PutAppInstanceStreamingConfigurationsCommand_1.PutAppInstanceStreamingConfigurationsCommand(args);
|
|
2187
|
-
if (typeof optionsOrCb === "function") {
|
|
2188
|
-
this.send(command, optionsOrCb);
|
|
2189
|
-
}
|
|
2190
|
-
else if (typeof cb === "function") {
|
|
2191
|
-
if (typeof optionsOrCb !== "object")
|
|
2192
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2193
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2194
|
-
}
|
|
2195
|
-
else {
|
|
2196
|
-
return this.send(command, optionsOrCb);
|
|
2197
|
-
}
|
|
2198
|
-
}
|
|
2199
|
-
putEventsConfiguration(args, optionsOrCb, cb) {
|
|
2200
|
-
const command = new PutEventsConfigurationCommand_1.PutEventsConfigurationCommand(args);
|
|
2201
|
-
if (typeof optionsOrCb === "function") {
|
|
2202
|
-
this.send(command, optionsOrCb);
|
|
2203
|
-
}
|
|
2204
|
-
else if (typeof cb === "function") {
|
|
2205
|
-
if (typeof optionsOrCb !== "object")
|
|
2206
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2207
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2208
|
-
}
|
|
2209
|
-
else {
|
|
2210
|
-
return this.send(command, optionsOrCb);
|
|
2211
|
-
}
|
|
2212
|
-
}
|
|
2213
|
-
putRetentionSettings(args, optionsOrCb, cb) {
|
|
2214
|
-
const command = new PutRetentionSettingsCommand_1.PutRetentionSettingsCommand(args);
|
|
2215
|
-
if (typeof optionsOrCb === "function") {
|
|
2216
|
-
this.send(command, optionsOrCb);
|
|
2217
|
-
}
|
|
2218
|
-
else if (typeof cb === "function") {
|
|
2219
|
-
if (typeof optionsOrCb !== "object")
|
|
2220
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2221
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2222
|
-
}
|
|
2223
|
-
else {
|
|
2224
|
-
return this.send(command, optionsOrCb);
|
|
2225
|
-
}
|
|
2226
|
-
}
|
|
2227
|
-
putSipMediaApplicationLoggingConfiguration(args, optionsOrCb, cb) {
|
|
2228
|
-
const command = new PutSipMediaApplicationLoggingConfigurationCommand_1.PutSipMediaApplicationLoggingConfigurationCommand(args);
|
|
2229
|
-
if (typeof optionsOrCb === "function") {
|
|
2230
|
-
this.send(command, optionsOrCb);
|
|
2231
|
-
}
|
|
2232
|
-
else if (typeof cb === "function") {
|
|
2233
|
-
if (typeof optionsOrCb !== "object")
|
|
2234
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2235
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2236
|
-
}
|
|
2237
|
-
else {
|
|
2238
|
-
return this.send(command, optionsOrCb);
|
|
2239
|
-
}
|
|
2240
|
-
}
|
|
2241
|
-
putVoiceConnectorEmergencyCallingConfiguration(args, optionsOrCb, cb) {
|
|
2242
|
-
const command = new PutVoiceConnectorEmergencyCallingConfigurationCommand_1.PutVoiceConnectorEmergencyCallingConfigurationCommand(args);
|
|
2243
|
-
if (typeof optionsOrCb === "function") {
|
|
2244
|
-
this.send(command, optionsOrCb);
|
|
2245
|
-
}
|
|
2246
|
-
else if (typeof cb === "function") {
|
|
2247
|
-
if (typeof optionsOrCb !== "object")
|
|
2248
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2249
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2250
|
-
}
|
|
2251
|
-
else {
|
|
2252
|
-
return this.send(command, optionsOrCb);
|
|
2253
|
-
}
|
|
2254
|
-
}
|
|
2255
|
-
putVoiceConnectorLoggingConfiguration(args, optionsOrCb, cb) {
|
|
2256
|
-
const command = new PutVoiceConnectorLoggingConfigurationCommand_1.PutVoiceConnectorLoggingConfigurationCommand(args);
|
|
2257
|
-
if (typeof optionsOrCb === "function") {
|
|
2258
|
-
this.send(command, optionsOrCb);
|
|
2259
|
-
}
|
|
2260
|
-
else if (typeof cb === "function") {
|
|
2261
|
-
if (typeof optionsOrCb !== "object")
|
|
2262
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2263
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2264
|
-
}
|
|
2265
|
-
else {
|
|
2266
|
-
return this.send(command, optionsOrCb);
|
|
2267
|
-
}
|
|
2268
|
-
}
|
|
2269
|
-
putVoiceConnectorOrigination(args, optionsOrCb, cb) {
|
|
2270
|
-
const command = new PutVoiceConnectorOriginationCommand_1.PutVoiceConnectorOriginationCommand(args);
|
|
2271
|
-
if (typeof optionsOrCb === "function") {
|
|
2272
|
-
this.send(command, optionsOrCb);
|
|
2273
|
-
}
|
|
2274
|
-
else if (typeof cb === "function") {
|
|
2275
|
-
if (typeof optionsOrCb !== "object")
|
|
2276
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2277
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2278
|
-
}
|
|
2279
|
-
else {
|
|
2280
|
-
return this.send(command, optionsOrCb);
|
|
2281
|
-
}
|
|
2282
|
-
}
|
|
2283
|
-
putVoiceConnectorProxy(args, optionsOrCb, cb) {
|
|
2284
|
-
const command = new PutVoiceConnectorProxyCommand_1.PutVoiceConnectorProxyCommand(args);
|
|
2285
|
-
if (typeof optionsOrCb === "function") {
|
|
2286
|
-
this.send(command, optionsOrCb);
|
|
2287
|
-
}
|
|
2288
|
-
else if (typeof cb === "function") {
|
|
2289
|
-
if (typeof optionsOrCb !== "object")
|
|
2290
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2291
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2292
|
-
}
|
|
2293
|
-
else {
|
|
2294
|
-
return this.send(command, optionsOrCb);
|
|
2295
|
-
}
|
|
2296
|
-
}
|
|
2297
|
-
putVoiceConnectorStreamingConfiguration(args, optionsOrCb, cb) {
|
|
2298
|
-
const command = new PutVoiceConnectorStreamingConfigurationCommand_1.PutVoiceConnectorStreamingConfigurationCommand(args);
|
|
2299
|
-
if (typeof optionsOrCb === "function") {
|
|
2300
|
-
this.send(command, optionsOrCb);
|
|
2301
|
-
}
|
|
2302
|
-
else if (typeof cb === "function") {
|
|
2303
|
-
if (typeof optionsOrCb !== "object")
|
|
2304
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2305
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2306
|
-
}
|
|
2307
|
-
else {
|
|
2308
|
-
return this.send(command, optionsOrCb);
|
|
2309
|
-
}
|
|
2310
|
-
}
|
|
2311
|
-
putVoiceConnectorTermination(args, optionsOrCb, cb) {
|
|
2312
|
-
const command = new PutVoiceConnectorTerminationCommand_1.PutVoiceConnectorTerminationCommand(args);
|
|
2313
|
-
if (typeof optionsOrCb === "function") {
|
|
2314
|
-
this.send(command, optionsOrCb);
|
|
2315
|
-
}
|
|
2316
|
-
else if (typeof cb === "function") {
|
|
2317
|
-
if (typeof optionsOrCb !== "object")
|
|
2318
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2319
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2320
|
-
}
|
|
2321
|
-
else {
|
|
2322
|
-
return this.send(command, optionsOrCb);
|
|
2323
|
-
}
|
|
2324
|
-
}
|
|
2325
|
-
putVoiceConnectorTerminationCredentials(args, optionsOrCb, cb) {
|
|
2326
|
-
const command = new PutVoiceConnectorTerminationCredentialsCommand_1.PutVoiceConnectorTerminationCredentialsCommand(args);
|
|
2327
|
-
if (typeof optionsOrCb === "function") {
|
|
2328
|
-
this.send(command, optionsOrCb);
|
|
2329
|
-
}
|
|
2330
|
-
else if (typeof cb === "function") {
|
|
2331
|
-
if (typeof optionsOrCb !== "object")
|
|
2332
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2333
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2334
|
-
}
|
|
2335
|
-
else {
|
|
2336
|
-
return this.send(command, optionsOrCb);
|
|
2337
|
-
}
|
|
2338
|
-
}
|
|
2339
|
-
redactChannelMessage(args, optionsOrCb, cb) {
|
|
2340
|
-
const command = new RedactChannelMessageCommand_1.RedactChannelMessageCommand(args);
|
|
2341
|
-
if (typeof optionsOrCb === "function") {
|
|
2342
|
-
this.send(command, optionsOrCb);
|
|
2343
|
-
}
|
|
2344
|
-
else if (typeof cb === "function") {
|
|
2345
|
-
if (typeof optionsOrCb !== "object")
|
|
2346
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2347
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2348
|
-
}
|
|
2349
|
-
else {
|
|
2350
|
-
return this.send(command, optionsOrCb);
|
|
2351
|
-
}
|
|
2352
|
-
}
|
|
2353
|
-
redactConversationMessage(args, optionsOrCb, cb) {
|
|
2354
|
-
const command = new RedactConversationMessageCommand_1.RedactConversationMessageCommand(args);
|
|
2355
|
-
if (typeof optionsOrCb === "function") {
|
|
2356
|
-
this.send(command, optionsOrCb);
|
|
2357
|
-
}
|
|
2358
|
-
else if (typeof cb === "function") {
|
|
2359
|
-
if (typeof optionsOrCb !== "object")
|
|
2360
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2361
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2362
|
-
}
|
|
2363
|
-
else {
|
|
2364
|
-
return this.send(command, optionsOrCb);
|
|
2365
|
-
}
|
|
2366
|
-
}
|
|
2367
|
-
redactRoomMessage(args, optionsOrCb, cb) {
|
|
2368
|
-
const command = new RedactRoomMessageCommand_1.RedactRoomMessageCommand(args);
|
|
2369
|
-
if (typeof optionsOrCb === "function") {
|
|
2370
|
-
this.send(command, optionsOrCb);
|
|
2371
|
-
}
|
|
2372
|
-
else if (typeof cb === "function") {
|
|
2373
|
-
if (typeof optionsOrCb !== "object")
|
|
2374
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2375
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2376
|
-
}
|
|
2377
|
-
else {
|
|
2378
|
-
return this.send(command, optionsOrCb);
|
|
2379
|
-
}
|
|
2380
|
-
}
|
|
2381
|
-
regenerateSecurityToken(args, optionsOrCb, cb) {
|
|
2382
|
-
const command = new RegenerateSecurityTokenCommand_1.RegenerateSecurityTokenCommand(args);
|
|
2383
|
-
if (typeof optionsOrCb === "function") {
|
|
2384
|
-
this.send(command, optionsOrCb);
|
|
2385
|
-
}
|
|
2386
|
-
else if (typeof cb === "function") {
|
|
2387
|
-
if (typeof optionsOrCb !== "object")
|
|
2388
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2389
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2390
|
-
}
|
|
2391
|
-
else {
|
|
2392
|
-
return this.send(command, optionsOrCb);
|
|
2393
|
-
}
|
|
2394
|
-
}
|
|
2395
|
-
resetPersonalPIN(args, optionsOrCb, cb) {
|
|
2396
|
-
const command = new ResetPersonalPINCommand_1.ResetPersonalPINCommand(args);
|
|
2397
|
-
if (typeof optionsOrCb === "function") {
|
|
2398
|
-
this.send(command, optionsOrCb);
|
|
2399
|
-
}
|
|
2400
|
-
else if (typeof cb === "function") {
|
|
2401
|
-
if (typeof optionsOrCb !== "object")
|
|
2402
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2403
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2404
|
-
}
|
|
2405
|
-
else {
|
|
2406
|
-
return this.send(command, optionsOrCb);
|
|
2407
|
-
}
|
|
2408
|
-
}
|
|
2409
|
-
restorePhoneNumber(args, optionsOrCb, cb) {
|
|
2410
|
-
const command = new RestorePhoneNumberCommand_1.RestorePhoneNumberCommand(args);
|
|
2411
|
-
if (typeof optionsOrCb === "function") {
|
|
2412
|
-
this.send(command, optionsOrCb);
|
|
2413
|
-
}
|
|
2414
|
-
else if (typeof cb === "function") {
|
|
2415
|
-
if (typeof optionsOrCb !== "object")
|
|
2416
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2417
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2418
|
-
}
|
|
2419
|
-
else {
|
|
2420
|
-
return this.send(command, optionsOrCb);
|
|
2421
|
-
}
|
|
2422
|
-
}
|
|
2423
|
-
searchAvailablePhoneNumbers(args, optionsOrCb, cb) {
|
|
2424
|
-
const command = new SearchAvailablePhoneNumbersCommand_1.SearchAvailablePhoneNumbersCommand(args);
|
|
2425
|
-
if (typeof optionsOrCb === "function") {
|
|
2426
|
-
this.send(command, optionsOrCb);
|
|
2427
|
-
}
|
|
2428
|
-
else if (typeof cb === "function") {
|
|
2429
|
-
if (typeof optionsOrCb !== "object")
|
|
2430
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2431
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2432
|
-
}
|
|
2433
|
-
else {
|
|
2434
|
-
return this.send(command, optionsOrCb);
|
|
2435
|
-
}
|
|
2436
|
-
}
|
|
2437
|
-
sendChannelMessage(args, optionsOrCb, cb) {
|
|
2438
|
-
const command = new SendChannelMessageCommand_1.SendChannelMessageCommand(args);
|
|
2439
|
-
if (typeof optionsOrCb === "function") {
|
|
2440
|
-
this.send(command, optionsOrCb);
|
|
2441
|
-
}
|
|
2442
|
-
else if (typeof cb === "function") {
|
|
2443
|
-
if (typeof optionsOrCb !== "object")
|
|
2444
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2445
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2446
|
-
}
|
|
2447
|
-
else {
|
|
2448
|
-
return this.send(command, optionsOrCb);
|
|
2449
|
-
}
|
|
2450
|
-
}
|
|
2451
|
-
startMeetingTranscription(args, optionsOrCb, cb) {
|
|
2452
|
-
const command = new StartMeetingTranscriptionCommand_1.StartMeetingTranscriptionCommand(args);
|
|
2453
|
-
if (typeof optionsOrCb === "function") {
|
|
2454
|
-
this.send(command, optionsOrCb);
|
|
2455
|
-
}
|
|
2456
|
-
else if (typeof cb === "function") {
|
|
2457
|
-
if (typeof optionsOrCb !== "object")
|
|
2458
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2459
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2460
|
-
}
|
|
2461
|
-
else {
|
|
2462
|
-
return this.send(command, optionsOrCb);
|
|
2463
|
-
}
|
|
2464
|
-
}
|
|
2465
|
-
stopMeetingTranscription(args, optionsOrCb, cb) {
|
|
2466
|
-
const command = new StopMeetingTranscriptionCommand_1.StopMeetingTranscriptionCommand(args);
|
|
2467
|
-
if (typeof optionsOrCb === "function") {
|
|
2468
|
-
this.send(command, optionsOrCb);
|
|
2469
|
-
}
|
|
2470
|
-
else if (typeof cb === "function") {
|
|
2471
|
-
if (typeof optionsOrCb !== "object")
|
|
2472
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2473
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2474
|
-
}
|
|
2475
|
-
else {
|
|
2476
|
-
return this.send(command, optionsOrCb);
|
|
2477
|
-
}
|
|
2478
|
-
}
|
|
2479
|
-
tagAttendee(args, optionsOrCb, cb) {
|
|
2480
|
-
const command = new TagAttendeeCommand_1.TagAttendeeCommand(args);
|
|
2481
|
-
if (typeof optionsOrCb === "function") {
|
|
2482
|
-
this.send(command, optionsOrCb);
|
|
2483
|
-
}
|
|
2484
|
-
else if (typeof cb === "function") {
|
|
2485
|
-
if (typeof optionsOrCb !== "object")
|
|
2486
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2487
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2488
|
-
}
|
|
2489
|
-
else {
|
|
2490
|
-
return this.send(command, optionsOrCb);
|
|
2491
|
-
}
|
|
2492
|
-
}
|
|
2493
|
-
tagMeeting(args, optionsOrCb, cb) {
|
|
2494
|
-
const command = new TagMeetingCommand_1.TagMeetingCommand(args);
|
|
2495
|
-
if (typeof optionsOrCb === "function") {
|
|
2496
|
-
this.send(command, optionsOrCb);
|
|
2497
|
-
}
|
|
2498
|
-
else if (typeof cb === "function") {
|
|
2499
|
-
if (typeof optionsOrCb !== "object")
|
|
2500
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2501
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2502
|
-
}
|
|
2503
|
-
else {
|
|
2504
|
-
return this.send(command, optionsOrCb);
|
|
2505
|
-
}
|
|
2506
|
-
}
|
|
2507
|
-
tagResource(args, optionsOrCb, cb) {
|
|
2508
|
-
const command = new TagResourceCommand_1.TagResourceCommand(args);
|
|
2509
|
-
if (typeof optionsOrCb === "function") {
|
|
2510
|
-
this.send(command, optionsOrCb);
|
|
2511
|
-
}
|
|
2512
|
-
else if (typeof cb === "function") {
|
|
2513
|
-
if (typeof optionsOrCb !== "object")
|
|
2514
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2515
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2516
|
-
}
|
|
2517
|
-
else {
|
|
2518
|
-
return this.send(command, optionsOrCb);
|
|
2519
|
-
}
|
|
2520
|
-
}
|
|
2521
|
-
untagAttendee(args, optionsOrCb, cb) {
|
|
2522
|
-
const command = new UntagAttendeeCommand_1.UntagAttendeeCommand(args);
|
|
2523
|
-
if (typeof optionsOrCb === "function") {
|
|
2524
|
-
this.send(command, optionsOrCb);
|
|
2525
|
-
}
|
|
2526
|
-
else if (typeof cb === "function") {
|
|
2527
|
-
if (typeof optionsOrCb !== "object")
|
|
2528
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2529
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2530
|
-
}
|
|
2531
|
-
else {
|
|
2532
|
-
return this.send(command, optionsOrCb);
|
|
2533
|
-
}
|
|
2534
|
-
}
|
|
2535
|
-
untagMeeting(args, optionsOrCb, cb) {
|
|
2536
|
-
const command = new UntagMeetingCommand_1.UntagMeetingCommand(args);
|
|
2537
|
-
if (typeof optionsOrCb === "function") {
|
|
2538
|
-
this.send(command, optionsOrCb);
|
|
2539
|
-
}
|
|
2540
|
-
else if (typeof cb === "function") {
|
|
2541
|
-
if (typeof optionsOrCb !== "object")
|
|
2542
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2543
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2544
|
-
}
|
|
2545
|
-
else {
|
|
2546
|
-
return this.send(command, optionsOrCb);
|
|
2547
|
-
}
|
|
2548
|
-
}
|
|
2549
|
-
untagResource(args, optionsOrCb, cb) {
|
|
2550
|
-
const command = new UntagResourceCommand_1.UntagResourceCommand(args);
|
|
2551
|
-
if (typeof optionsOrCb === "function") {
|
|
2552
|
-
this.send(command, optionsOrCb);
|
|
2553
|
-
}
|
|
2554
|
-
else if (typeof cb === "function") {
|
|
2555
|
-
if (typeof optionsOrCb !== "object")
|
|
2556
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2557
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2558
|
-
}
|
|
2559
|
-
else {
|
|
2560
|
-
return this.send(command, optionsOrCb);
|
|
2561
|
-
}
|
|
2562
|
-
}
|
|
2563
|
-
updateAccount(args, optionsOrCb, cb) {
|
|
2564
|
-
const command = new UpdateAccountCommand_1.UpdateAccountCommand(args);
|
|
2565
|
-
if (typeof optionsOrCb === "function") {
|
|
2566
|
-
this.send(command, optionsOrCb);
|
|
2567
|
-
}
|
|
2568
|
-
else if (typeof cb === "function") {
|
|
2569
|
-
if (typeof optionsOrCb !== "object")
|
|
2570
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2571
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2572
|
-
}
|
|
2573
|
-
else {
|
|
2574
|
-
return this.send(command, optionsOrCb);
|
|
2575
|
-
}
|
|
2576
|
-
}
|
|
2577
|
-
updateAccountSettings(args, optionsOrCb, cb) {
|
|
2578
|
-
const command = new UpdateAccountSettingsCommand_1.UpdateAccountSettingsCommand(args);
|
|
2579
|
-
if (typeof optionsOrCb === "function") {
|
|
2580
|
-
this.send(command, optionsOrCb);
|
|
2581
|
-
}
|
|
2582
|
-
else if (typeof cb === "function") {
|
|
2583
|
-
if (typeof optionsOrCb !== "object")
|
|
2584
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2585
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2586
|
-
}
|
|
2587
|
-
else {
|
|
2588
|
-
return this.send(command, optionsOrCb);
|
|
2589
|
-
}
|
|
2590
|
-
}
|
|
2591
|
-
updateAppInstance(args, optionsOrCb, cb) {
|
|
2592
|
-
const command = new UpdateAppInstanceCommand_1.UpdateAppInstanceCommand(args);
|
|
2593
|
-
if (typeof optionsOrCb === "function") {
|
|
2594
|
-
this.send(command, optionsOrCb);
|
|
2595
|
-
}
|
|
2596
|
-
else if (typeof cb === "function") {
|
|
2597
|
-
if (typeof optionsOrCb !== "object")
|
|
2598
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2599
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2600
|
-
}
|
|
2601
|
-
else {
|
|
2602
|
-
return this.send(command, optionsOrCb);
|
|
2603
|
-
}
|
|
2604
|
-
}
|
|
2605
|
-
updateAppInstanceUser(args, optionsOrCb, cb) {
|
|
2606
|
-
const command = new UpdateAppInstanceUserCommand_1.UpdateAppInstanceUserCommand(args);
|
|
2607
|
-
if (typeof optionsOrCb === "function") {
|
|
2608
|
-
this.send(command, optionsOrCb);
|
|
2609
|
-
}
|
|
2610
|
-
else if (typeof cb === "function") {
|
|
2611
|
-
if (typeof optionsOrCb !== "object")
|
|
2612
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2613
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2614
|
-
}
|
|
2615
|
-
else {
|
|
2616
|
-
return this.send(command, optionsOrCb);
|
|
2617
|
-
}
|
|
2618
|
-
}
|
|
2619
|
-
updateBot(args, optionsOrCb, cb) {
|
|
2620
|
-
const command = new UpdateBotCommand_1.UpdateBotCommand(args);
|
|
2621
|
-
if (typeof optionsOrCb === "function") {
|
|
2622
|
-
this.send(command, optionsOrCb);
|
|
2623
|
-
}
|
|
2624
|
-
else if (typeof cb === "function") {
|
|
2625
|
-
if (typeof optionsOrCb !== "object")
|
|
2626
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2627
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2628
|
-
}
|
|
2629
|
-
else {
|
|
2630
|
-
return this.send(command, optionsOrCb);
|
|
2631
|
-
}
|
|
2632
|
-
}
|
|
2633
|
-
updateChannel(args, optionsOrCb, cb) {
|
|
2634
|
-
const command = new UpdateChannelCommand_1.UpdateChannelCommand(args);
|
|
2635
|
-
if (typeof optionsOrCb === "function") {
|
|
2636
|
-
this.send(command, optionsOrCb);
|
|
2637
|
-
}
|
|
2638
|
-
else if (typeof cb === "function") {
|
|
2639
|
-
if (typeof optionsOrCb !== "object")
|
|
2640
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2641
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2642
|
-
}
|
|
2643
|
-
else {
|
|
2644
|
-
return this.send(command, optionsOrCb);
|
|
2645
|
-
}
|
|
2646
|
-
}
|
|
2647
|
-
updateChannelMessage(args, optionsOrCb, cb) {
|
|
2648
|
-
const command = new UpdateChannelMessageCommand_1.UpdateChannelMessageCommand(args);
|
|
2649
|
-
if (typeof optionsOrCb === "function") {
|
|
2650
|
-
this.send(command, optionsOrCb);
|
|
2651
|
-
}
|
|
2652
|
-
else if (typeof cb === "function") {
|
|
2653
|
-
if (typeof optionsOrCb !== "object")
|
|
2654
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2655
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2656
|
-
}
|
|
2657
|
-
else {
|
|
2658
|
-
return this.send(command, optionsOrCb);
|
|
2659
|
-
}
|
|
2660
|
-
}
|
|
2661
|
-
updateChannelReadMarker(args, optionsOrCb, cb) {
|
|
2662
|
-
const command = new UpdateChannelReadMarkerCommand_1.UpdateChannelReadMarkerCommand(args);
|
|
2663
|
-
if (typeof optionsOrCb === "function") {
|
|
2664
|
-
this.send(command, optionsOrCb);
|
|
2665
|
-
}
|
|
2666
|
-
else if (typeof cb === "function") {
|
|
2667
|
-
if (typeof optionsOrCb !== "object")
|
|
2668
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2669
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2670
|
-
}
|
|
2671
|
-
else {
|
|
2672
|
-
return this.send(command, optionsOrCb);
|
|
2673
|
-
}
|
|
2674
|
-
}
|
|
2675
|
-
updateGlobalSettings(args, optionsOrCb, cb) {
|
|
2676
|
-
const command = new UpdateGlobalSettingsCommand_1.UpdateGlobalSettingsCommand(args);
|
|
2677
|
-
if (typeof optionsOrCb === "function") {
|
|
2678
|
-
this.send(command, optionsOrCb);
|
|
2679
|
-
}
|
|
2680
|
-
else if (typeof cb === "function") {
|
|
2681
|
-
if (typeof optionsOrCb !== "object")
|
|
2682
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2683
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2684
|
-
}
|
|
2685
|
-
else {
|
|
2686
|
-
return this.send(command, optionsOrCb);
|
|
2687
|
-
}
|
|
2688
|
-
}
|
|
2689
|
-
updatePhoneNumber(args, optionsOrCb, cb) {
|
|
2690
|
-
const command = new UpdatePhoneNumberCommand_1.UpdatePhoneNumberCommand(args);
|
|
2691
|
-
if (typeof optionsOrCb === "function") {
|
|
2692
|
-
this.send(command, optionsOrCb);
|
|
2693
|
-
}
|
|
2694
|
-
else if (typeof cb === "function") {
|
|
2695
|
-
if (typeof optionsOrCb !== "object")
|
|
2696
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2697
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2698
|
-
}
|
|
2699
|
-
else {
|
|
2700
|
-
return this.send(command, optionsOrCb);
|
|
2701
|
-
}
|
|
2702
|
-
}
|
|
2703
|
-
updatePhoneNumberSettings(args, optionsOrCb, cb) {
|
|
2704
|
-
const command = new UpdatePhoneNumberSettingsCommand_1.UpdatePhoneNumberSettingsCommand(args);
|
|
2705
|
-
if (typeof optionsOrCb === "function") {
|
|
2706
|
-
this.send(command, optionsOrCb);
|
|
2707
|
-
}
|
|
2708
|
-
else if (typeof cb === "function") {
|
|
2709
|
-
if (typeof optionsOrCb !== "object")
|
|
2710
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2711
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2712
|
-
}
|
|
2713
|
-
else {
|
|
2714
|
-
return this.send(command, optionsOrCb);
|
|
2715
|
-
}
|
|
2716
|
-
}
|
|
2717
|
-
updateProxySession(args, optionsOrCb, cb) {
|
|
2718
|
-
const command = new UpdateProxySessionCommand_1.UpdateProxySessionCommand(args);
|
|
2719
|
-
if (typeof optionsOrCb === "function") {
|
|
2720
|
-
this.send(command, optionsOrCb);
|
|
2721
|
-
}
|
|
2722
|
-
else if (typeof cb === "function") {
|
|
2723
|
-
if (typeof optionsOrCb !== "object")
|
|
2724
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2725
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2726
|
-
}
|
|
2727
|
-
else {
|
|
2728
|
-
return this.send(command, optionsOrCb);
|
|
2729
|
-
}
|
|
2730
|
-
}
|
|
2731
|
-
updateRoom(args, optionsOrCb, cb) {
|
|
2732
|
-
const command = new UpdateRoomCommand_1.UpdateRoomCommand(args);
|
|
2733
|
-
if (typeof optionsOrCb === "function") {
|
|
2734
|
-
this.send(command, optionsOrCb);
|
|
2735
|
-
}
|
|
2736
|
-
else if (typeof cb === "function") {
|
|
2737
|
-
if (typeof optionsOrCb !== "object")
|
|
2738
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2739
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2740
|
-
}
|
|
2741
|
-
else {
|
|
2742
|
-
return this.send(command, optionsOrCb);
|
|
2743
|
-
}
|
|
2744
|
-
}
|
|
2745
|
-
updateRoomMembership(args, optionsOrCb, cb) {
|
|
2746
|
-
const command = new UpdateRoomMembershipCommand_1.UpdateRoomMembershipCommand(args);
|
|
2747
|
-
if (typeof optionsOrCb === "function") {
|
|
2748
|
-
this.send(command, optionsOrCb);
|
|
2749
|
-
}
|
|
2750
|
-
else if (typeof cb === "function") {
|
|
2751
|
-
if (typeof optionsOrCb !== "object")
|
|
2752
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2753
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2754
|
-
}
|
|
2755
|
-
else {
|
|
2756
|
-
return this.send(command, optionsOrCb);
|
|
2757
|
-
}
|
|
2758
|
-
}
|
|
2759
|
-
updateSipMediaApplication(args, optionsOrCb, cb) {
|
|
2760
|
-
const command = new UpdateSipMediaApplicationCommand_1.UpdateSipMediaApplicationCommand(args);
|
|
2761
|
-
if (typeof optionsOrCb === "function") {
|
|
2762
|
-
this.send(command, optionsOrCb);
|
|
2763
|
-
}
|
|
2764
|
-
else if (typeof cb === "function") {
|
|
2765
|
-
if (typeof optionsOrCb !== "object")
|
|
2766
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2767
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2768
|
-
}
|
|
2769
|
-
else {
|
|
2770
|
-
return this.send(command, optionsOrCb);
|
|
2771
|
-
}
|
|
2772
|
-
}
|
|
2773
|
-
updateSipMediaApplicationCall(args, optionsOrCb, cb) {
|
|
2774
|
-
const command = new UpdateSipMediaApplicationCallCommand_1.UpdateSipMediaApplicationCallCommand(args);
|
|
2775
|
-
if (typeof optionsOrCb === "function") {
|
|
2776
|
-
this.send(command, optionsOrCb);
|
|
2777
|
-
}
|
|
2778
|
-
else if (typeof cb === "function") {
|
|
2779
|
-
if (typeof optionsOrCb !== "object")
|
|
2780
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2781
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2782
|
-
}
|
|
2783
|
-
else {
|
|
2784
|
-
return this.send(command, optionsOrCb);
|
|
2785
|
-
}
|
|
2786
|
-
}
|
|
2787
|
-
updateSipRule(args, optionsOrCb, cb) {
|
|
2788
|
-
const command = new UpdateSipRuleCommand_1.UpdateSipRuleCommand(args);
|
|
2789
|
-
if (typeof optionsOrCb === "function") {
|
|
2790
|
-
this.send(command, optionsOrCb);
|
|
2791
|
-
}
|
|
2792
|
-
else if (typeof cb === "function") {
|
|
2793
|
-
if (typeof optionsOrCb !== "object")
|
|
2794
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2795
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2796
|
-
}
|
|
2797
|
-
else {
|
|
2798
|
-
return this.send(command, optionsOrCb);
|
|
2799
|
-
}
|
|
2800
|
-
}
|
|
2801
|
-
updateUser(args, optionsOrCb, cb) {
|
|
2802
|
-
const command = new UpdateUserCommand_1.UpdateUserCommand(args);
|
|
2803
|
-
if (typeof optionsOrCb === "function") {
|
|
2804
|
-
this.send(command, optionsOrCb);
|
|
2805
|
-
}
|
|
2806
|
-
else if (typeof cb === "function") {
|
|
2807
|
-
if (typeof optionsOrCb !== "object")
|
|
2808
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2809
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2810
|
-
}
|
|
2811
|
-
else {
|
|
2812
|
-
return this.send(command, optionsOrCb);
|
|
2813
|
-
}
|
|
2814
|
-
}
|
|
2815
|
-
updateUserSettings(args, optionsOrCb, cb) {
|
|
2816
|
-
const command = new UpdateUserSettingsCommand_1.UpdateUserSettingsCommand(args);
|
|
2817
|
-
if (typeof optionsOrCb === "function") {
|
|
2818
|
-
this.send(command, optionsOrCb);
|
|
2819
|
-
}
|
|
2820
|
-
else if (typeof cb === "function") {
|
|
2821
|
-
if (typeof optionsOrCb !== "object")
|
|
2822
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2823
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2824
|
-
}
|
|
2825
|
-
else {
|
|
2826
|
-
return this.send(command, optionsOrCb);
|
|
2827
|
-
}
|
|
2828
|
-
}
|
|
2829
|
-
updateVoiceConnector(args, optionsOrCb, cb) {
|
|
2830
|
-
const command = new UpdateVoiceConnectorCommand_1.UpdateVoiceConnectorCommand(args);
|
|
2831
|
-
if (typeof optionsOrCb === "function") {
|
|
2832
|
-
this.send(command, optionsOrCb);
|
|
2833
|
-
}
|
|
2834
|
-
else if (typeof cb === "function") {
|
|
2835
|
-
if (typeof optionsOrCb !== "object")
|
|
2836
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2837
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2838
|
-
}
|
|
2839
|
-
else {
|
|
2840
|
-
return this.send(command, optionsOrCb);
|
|
2841
|
-
}
|
|
2842
|
-
}
|
|
2843
|
-
updateVoiceConnectorGroup(args, optionsOrCb, cb) {
|
|
2844
|
-
const command = new UpdateVoiceConnectorGroupCommand_1.UpdateVoiceConnectorGroupCommand(args);
|
|
2845
|
-
if (typeof optionsOrCb === "function") {
|
|
2846
|
-
this.send(command, optionsOrCb);
|
|
2847
|
-
}
|
|
2848
|
-
else if (typeof cb === "function") {
|
|
2849
|
-
if (typeof optionsOrCb !== "object")
|
|
2850
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2851
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2852
|
-
}
|
|
2853
|
-
else {
|
|
2854
|
-
return this.send(command, optionsOrCb);
|
|
2855
|
-
}
|
|
2856
|
-
}
|
|
2857
|
-
validateE911Address(args, optionsOrCb, cb) {
|
|
2858
|
-
const command = new ValidateE911AddressCommand_1.ValidateE911AddressCommand(args);
|
|
2859
|
-
if (typeof optionsOrCb === "function") {
|
|
2860
|
-
this.send(command, optionsOrCb);
|
|
2861
|
-
}
|
|
2862
|
-
else if (typeof cb === "function") {
|
|
2863
|
-
if (typeof optionsOrCb !== "object")
|
|
2864
|
-
throw new Error(`Expect http options but get ${typeof optionsOrCb}`);
|
|
2865
|
-
this.send(command, optionsOrCb || {}, cb);
|
|
2866
|
-
}
|
|
2867
|
-
else {
|
|
2868
|
-
return this.send(command, optionsOrCb);
|
|
2869
|
-
}
|
|
2870
|
-
}
|
|
2871
391
|
}
|
|
2872
392
|
exports.Chime = Chime;
|
|
393
|
+
(0, smithy_client_1.createAggregatedClient)(commands, Chime);
|