@aws-sdk/client-chime 3.750.0 → 3.757.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/README.md +92 -1124
- package/dist-cjs/index.js +1705 -9575
- package/dist-es/Chime.js +0 -258
- package/dist-es/commands/GetRoomCommand.js +1 -1
- package/dist-es/commands/GetUserCommand.js +1 -1
- package/dist-es/commands/InviteUsersCommand.js +1 -1
- package/dist-es/commands/ListAccountsCommand.js +1 -1
- package/dist-es/commands/ListBotsCommand.js +1 -1
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +1 -1
- package/dist-es/commands/ListPhoneNumbersCommand.js +1 -1
- package/dist-es/commands/ListRoomMembershipsCommand.js +1 -1
- package/dist-es/commands/ListRoomsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/PutEventsConfigurationCommand.js +1 -1
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +1 -1
- package/dist-es/commands/ResetPersonalPINCommand.js +1 -1
- package/dist-es/commands/RestorePhoneNumberCommand.js +1 -1
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +1 -1
- package/dist-es/commands/UpdateBotCommand.js +1 -1
- package/dist-es/commands/UpdatePhoneNumberCommand.js +1 -1
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateRoomCommand.js +1 -1
- package/dist-es/commands/UpdateRoomMembershipCommand.js +1 -1
- package/dist-es/commands/UpdateUserCommand.js +1 -1
- package/dist-es/commands/index.js +0 -129
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +104 -559
- package/dist-es/pagination/index.js +0 -18
- package/dist-es/protocols/Aws_restJson1.js +516 -4601
- package/dist-types/Chime.d.ts +0 -913
- package/dist-types/ChimeClient.d.ts +2 -131
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -2
- package/dist-types/commands/GetRoomCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -129
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +1159 -4028
- package/dist-types/pagination/index.d.ts +0 -18
- package/dist-types/protocols/Aws_restJson1.d.ts +93 -1254
- package/dist-types/ts3.4/Chime.d.ts +78 -2431
- package/dist-types/ts3.4/ChimeClient.d.ts +2 -776
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +0 -129
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +362 -1214
- package/dist-types/ts3.4/pagination/index.d.ts +0 -18
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1624
- package/package.json +1 -1
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -23
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -23
- package/dist-es/commands/BatchCreateAttendeeCommand.js +0 -23
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +0 -23
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +0 -23
- package/dist-es/commands/CreateAppInstanceCommand.js +0 -23
- package/dist-es/commands/CreateAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/CreateAttendeeCommand.js +0 -23
- package/dist-es/commands/CreateChannelBanCommand.js +0 -23
- package/dist-es/commands/CreateChannelCommand.js +0 -23
- package/dist-es/commands/CreateChannelMembershipCommand.js +0 -23
- package/dist-es/commands/CreateChannelModeratorCommand.js +0 -23
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +0 -23
- package/dist-es/commands/CreateMeetingCommand.js +0 -23
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +0 -23
- package/dist-es/commands/CreateProxySessionCommand.js +0 -23
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +0 -23
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +0 -23
- package/dist-es/commands/CreateSipRuleCommand.js +0 -22
- package/dist-es/commands/CreateVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +0 -22
- package/dist-es/commands/DeleteAttendeeCommand.js +0 -22
- package/dist-es/commands/DeleteChannelBanCommand.js +0 -22
- package/dist-es/commands/DeleteChannelCommand.js +0 -22
- package/dist-es/commands/DeleteChannelMembershipCommand.js +0 -22
- package/dist-es/commands/DeleteChannelMessageCommand.js +0 -22
- package/dist-es/commands/DeleteChannelModeratorCommand.js +0 -22
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +0 -22
- package/dist-es/commands/DeleteMeetingCommand.js +0 -22
- package/dist-es/commands/DeleteProxySessionCommand.js +0 -22
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +0 -22
- package/dist-es/commands/DeleteSipRuleCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -23
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +0 -23
- package/dist-es/commands/DescribeAppInstanceCommand.js +0 -23
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/DescribeChannelBanCommand.js +0 -23
- package/dist-es/commands/DescribeChannelCommand.js +0 -23
- package/dist-es/commands/DescribeChannelMembershipCommand.js +0 -23
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/DescribeChannelModeratorCommand.js +0 -23
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -23
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -23
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -22
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -23
- package/dist-es/commands/GetAttendeeCommand.js +0 -23
- package/dist-es/commands/GetChannelMessageCommand.js +0 -23
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +0 -23
- package/dist-es/commands/GetMeetingCommand.js +0 -23
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +0 -22
- package/dist-es/commands/GetProxySessionCommand.js +0 -23
- package/dist-es/commands/GetSipMediaApplicationCommand.js +0 -23
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/GetSipRuleCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +0 -23
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +0 -23
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -22
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +0 -23
- package/dist-es/commands/ListAppInstanceUsersCommand.js +0 -23
- package/dist-es/commands/ListAppInstancesCommand.js +0 -23
- package/dist-es/commands/ListAttendeeTagsCommand.js +0 -23
- package/dist-es/commands/ListAttendeesCommand.js +0 -23
- package/dist-es/commands/ListChannelBansCommand.js +0 -23
- package/dist-es/commands/ListChannelMembershipsCommand.js +0 -23
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/ListChannelMessagesCommand.js +0 -23
- package/dist-es/commands/ListChannelModeratorsCommand.js +0 -23
- package/dist-es/commands/ListChannelsCommand.js +0 -23
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +0 -23
- package/dist-es/commands/ListMeetingTagsCommand.js +0 -23
- package/dist-es/commands/ListMeetingsCommand.js +0 -23
- package/dist-es/commands/ListProxySessionsCommand.js +0 -23
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +0 -23
- package/dist-es/commands/ListSipRulesCommand.js +0 -22
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -23
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +0 -22
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -23
- package/dist-es/commands/ListVoiceConnectorsCommand.js +0 -22
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -22
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -23
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +0 -23
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +0 -23
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -23
- package/dist-es/commands/RedactChannelMessageCommand.js +0 -22
- package/dist-es/commands/SendChannelMessageCommand.js +0 -23
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +0 -22
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +0 -22
- package/dist-es/commands/TagAttendeeCommand.js +0 -23
- package/dist-es/commands/TagMeetingCommand.js +0 -23
- package/dist-es/commands/TagResourceCommand.js +0 -23
- package/dist-es/commands/UntagAttendeeCommand.js +0 -23
- package/dist-es/commands/UntagMeetingCommand.js +0 -23
- package/dist-es/commands/UntagResourceCommand.js +0 -23
- package/dist-es/commands/UpdateAppInstanceCommand.js +0 -23
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/UpdateChannelCommand.js +0 -23
- package/dist-es/commands/UpdateChannelMessageCommand.js +0 -23
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +0 -22
- package/dist-es/commands/UpdateProxySessionCommand.js +0 -23
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +0 -23
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +0 -23
- package/dist-es/commands/UpdateSipRuleCommand.js +0 -22
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/ValidateE911AddressCommand.js +0 -23
- package/dist-es/models/models_1.js +0 -435
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +0 -4
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +0 -4
- package/dist-es/pagination/ListAppInstancesPaginator.js +0 -4
- package/dist-es/pagination/ListAttendeesPaginator.js +0 -4
- package/dist-es/pagination/ListChannelBansPaginator.js +0 -4
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -4
- package/dist-es/pagination/ListChannelMembershipsPaginator.js +0 -4
- package/dist-es/pagination/ListChannelMessagesPaginator.js +0 -4
- package/dist-es/pagination/ListChannelModeratorsPaginator.js +0 -4
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -4
- package/dist-es/pagination/ListChannelsPaginator.js +0 -4
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +0 -4
- package/dist-es/pagination/ListMeetingsPaginator.js +0 -4
- package/dist-es/pagination/ListProxySessionsPaginator.js +0 -4
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +0 -4
- package/dist-es/pagination/ListSipRulesPaginator.js +0 -4
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +0 -4
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +0 -4
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -114
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -114
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +0 -133
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +0 -123
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -121
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +0 -114
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +0 -116
- package/dist-types/commands/CreateAttendeeCommand.d.ts +0 -120
- package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -121
- package/dist-types/commands/CreateChannelCommand.d.ts +0 -125
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -145
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -133
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +0 -164
- package/dist-types/commands/CreateMeetingCommand.d.ts +0 -133
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -163
- package/dist-types/commands/CreateProxySessionCommand.d.ts +0 -139
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -112
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +0 -125
- package/dist-types/commands/CreateSipRuleCommand.d.ts +0 -133
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +0 -118
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -126
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +0 -102
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +0 -97
- package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -99
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +0 -96
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +0 -103
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -103
- package/dist-types/commands/DeleteChannelCommand.d.ts +0 -103
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -107
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -105
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -103
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -100
- package/dist-types/commands/DeleteMeetingCommand.d.ts +0 -102
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +0 -100
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +0 -103
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +0 -103
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +0 -105
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -99
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -105
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -102
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -99
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -99
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -102
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -102
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +0 -106
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +0 -104
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +0 -104
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -119
- package/dist-types/commands/DescribeChannelCommand.d.ts +0 -118
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +0 -121
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -119
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -115
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +0 -119
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -110
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -110
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -106
- package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -106
- package/dist-types/commands/GetAttendeeCommand.d.ts +0 -110
- package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -123
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +0 -136
- package/dist-types/commands/GetMeetingCommand.d.ts +0 -121
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +0 -95
- package/dist-types/commands/GetProxySessionCommand.d.ts +0 -126
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +0 -112
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -103
- package/dist-types/commands/GetSipRuleCommand.d.ts +0 -116
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +0 -110
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +0 -114
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -105
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -112
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +0 -108
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -111
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -111
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -105
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +0 -109
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +0 -110
- package/dist-types/commands/ListAppInstancesCommand.d.ts +0 -106
- package/dist-types/commands/ListAttendeeTagsCommand.d.ts +0 -103
- package/dist-types/commands/ListAttendeesCommand.d.ts +0 -114
- package/dist-types/commands/ListChannelBansCommand.d.ts +0 -115
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -116
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -123
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +0 -131
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +0 -115
- package/dist-types/commands/ListChannelsCommand.d.ts +0 -131
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -118
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +0 -136
- package/dist-types/commands/ListMeetingTagsCommand.d.ts +0 -106
- package/dist-types/commands/ListMeetingsCommand.d.ts +0 -115
- package/dist-types/commands/ListProxySessionsCommand.d.ts +0 -131
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +0 -113
- package/dist-types/commands/ListSipRulesCommand.d.ts +0 -118
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -111
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -114
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -103
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +0 -111
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -115
- package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -112
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -106
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -119
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -127
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +0 -117
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -120
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -128
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -105
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -107
- package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -116
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +0 -144
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +0 -102
- package/dist-types/commands/TagAttendeeCommand.d.ts +0 -105
- package/dist-types/commands/TagMeetingCommand.d.ts +0 -108
- package/dist-types/commands/TagResourceCommand.d.ts +0 -102
- package/dist-types/commands/UntagAttendeeCommand.d.ts +0 -99
- package/dist-types/commands/UntagMeetingCommand.d.ts +0 -102
- package/dist-types/commands/UntagResourceCommand.d.ts +0 -100
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +0 -104
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +0 -104
- package/dist-types/commands/UpdateChannelCommand.d.ts +0 -113
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -112
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -108
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +0 -130
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -111
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +0 -122
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +0 -132
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +0 -112
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -125
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +0 -134
- package/dist-types/models/models_1.d.ts +0 -3608
- package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +0 -7
- package/dist-types/pagination/ListAppInstancesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListAttendeesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelBansPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListMeetingsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListProxySessionsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListSipRulesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +0 -51
- package/dist-types/ts3.4/models/models_1.d.ts +0 -1180
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +0 -11
|
@@ -1,13 +1,5 @@
|
|
|
1
1
|
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { ChimeClient } from "./ChimeClient";
|
|
3
|
-
import {
|
|
4
|
-
AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
5
|
-
AssociatePhoneNumbersWithVoiceConnectorCommandOutput,
|
|
6
|
-
} from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
7
|
-
import {
|
|
8
|
-
AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
9
|
-
AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput,
|
|
10
|
-
} from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
11
3
|
import {
|
|
12
4
|
AssociatePhoneNumberWithUserCommandInput,
|
|
13
5
|
AssociatePhoneNumberWithUserCommandOutput,
|
|
@@ -16,14 +8,6 @@ import {
|
|
|
16
8
|
AssociateSigninDelegateGroupsWithAccountCommandInput,
|
|
17
9
|
AssociateSigninDelegateGroupsWithAccountCommandOutput,
|
|
18
10
|
} from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
|
|
19
|
-
import {
|
|
20
|
-
BatchCreateAttendeeCommandInput,
|
|
21
|
-
BatchCreateAttendeeCommandOutput,
|
|
22
|
-
} from "./commands/BatchCreateAttendeeCommand";
|
|
23
|
-
import {
|
|
24
|
-
BatchCreateChannelMembershipCommandInput,
|
|
25
|
-
BatchCreateChannelMembershipCommandOutput,
|
|
26
|
-
} from "./commands/BatchCreateChannelMembershipCommand";
|
|
27
11
|
import {
|
|
28
12
|
BatchCreateRoomMembershipCommandInput,
|
|
29
13
|
BatchCreateRoomMembershipCommandOutput,
|
|
@@ -52,66 +36,18 @@ import {
|
|
|
52
36
|
CreateAccountCommandInput,
|
|
53
37
|
CreateAccountCommandOutput,
|
|
54
38
|
} from "./commands/CreateAccountCommand";
|
|
55
|
-
import {
|
|
56
|
-
CreateAppInstanceAdminCommandInput,
|
|
57
|
-
CreateAppInstanceAdminCommandOutput,
|
|
58
|
-
} from "./commands/CreateAppInstanceAdminCommand";
|
|
59
|
-
import {
|
|
60
|
-
CreateAppInstanceCommandInput,
|
|
61
|
-
CreateAppInstanceCommandOutput,
|
|
62
|
-
} from "./commands/CreateAppInstanceCommand";
|
|
63
|
-
import {
|
|
64
|
-
CreateAppInstanceUserCommandInput,
|
|
65
|
-
CreateAppInstanceUserCommandOutput,
|
|
66
|
-
} from "./commands/CreateAppInstanceUserCommand";
|
|
67
|
-
import {
|
|
68
|
-
CreateAttendeeCommandInput,
|
|
69
|
-
CreateAttendeeCommandOutput,
|
|
70
|
-
} from "./commands/CreateAttendeeCommand";
|
|
71
39
|
import {
|
|
72
40
|
CreateBotCommandInput,
|
|
73
41
|
CreateBotCommandOutput,
|
|
74
42
|
} from "./commands/CreateBotCommand";
|
|
75
|
-
import {
|
|
76
|
-
CreateChannelBanCommandInput,
|
|
77
|
-
CreateChannelBanCommandOutput,
|
|
78
|
-
} from "./commands/CreateChannelBanCommand";
|
|
79
|
-
import {
|
|
80
|
-
CreateChannelCommandInput,
|
|
81
|
-
CreateChannelCommandOutput,
|
|
82
|
-
} from "./commands/CreateChannelCommand";
|
|
83
|
-
import {
|
|
84
|
-
CreateChannelMembershipCommandInput,
|
|
85
|
-
CreateChannelMembershipCommandOutput,
|
|
86
|
-
} from "./commands/CreateChannelMembershipCommand";
|
|
87
|
-
import {
|
|
88
|
-
CreateChannelModeratorCommandInput,
|
|
89
|
-
CreateChannelModeratorCommandOutput,
|
|
90
|
-
} from "./commands/CreateChannelModeratorCommand";
|
|
91
|
-
import {
|
|
92
|
-
CreateMediaCapturePipelineCommandInput,
|
|
93
|
-
CreateMediaCapturePipelineCommandOutput,
|
|
94
|
-
} from "./commands/CreateMediaCapturePipelineCommand";
|
|
95
|
-
import {
|
|
96
|
-
CreateMeetingCommandInput,
|
|
97
|
-
CreateMeetingCommandOutput,
|
|
98
|
-
} from "./commands/CreateMeetingCommand";
|
|
99
43
|
import {
|
|
100
44
|
CreateMeetingDialOutCommandInput,
|
|
101
45
|
CreateMeetingDialOutCommandOutput,
|
|
102
46
|
} from "./commands/CreateMeetingDialOutCommand";
|
|
103
|
-
import {
|
|
104
|
-
CreateMeetingWithAttendeesCommandInput,
|
|
105
|
-
CreateMeetingWithAttendeesCommandOutput,
|
|
106
|
-
} from "./commands/CreateMeetingWithAttendeesCommand";
|
|
107
47
|
import {
|
|
108
48
|
CreatePhoneNumberOrderCommandInput,
|
|
109
49
|
CreatePhoneNumberOrderCommandOutput,
|
|
110
50
|
} from "./commands/CreatePhoneNumberOrderCommand";
|
|
111
|
-
import {
|
|
112
|
-
CreateProxySessionCommandInput,
|
|
113
|
-
CreateProxySessionCommandOutput,
|
|
114
|
-
} from "./commands/CreateProxySessionCommand";
|
|
115
51
|
import {
|
|
116
52
|
CreateRoomCommandInput,
|
|
117
53
|
CreateRoomCommandOutput,
|
|
@@ -120,94 +56,22 @@ import {
|
|
|
120
56
|
CreateRoomMembershipCommandInput,
|
|
121
57
|
CreateRoomMembershipCommandOutput,
|
|
122
58
|
} from "./commands/CreateRoomMembershipCommand";
|
|
123
|
-
import {
|
|
124
|
-
CreateSipMediaApplicationCallCommandInput,
|
|
125
|
-
CreateSipMediaApplicationCallCommandOutput,
|
|
126
|
-
} from "./commands/CreateSipMediaApplicationCallCommand";
|
|
127
|
-
import {
|
|
128
|
-
CreateSipMediaApplicationCommandInput,
|
|
129
|
-
CreateSipMediaApplicationCommandOutput,
|
|
130
|
-
} from "./commands/CreateSipMediaApplicationCommand";
|
|
131
|
-
import {
|
|
132
|
-
CreateSipRuleCommandInput,
|
|
133
|
-
CreateSipRuleCommandOutput,
|
|
134
|
-
} from "./commands/CreateSipRuleCommand";
|
|
135
59
|
import {
|
|
136
60
|
CreateUserCommandInput,
|
|
137
61
|
CreateUserCommandOutput,
|
|
138
62
|
} from "./commands/CreateUserCommand";
|
|
139
|
-
import {
|
|
140
|
-
CreateVoiceConnectorCommandInput,
|
|
141
|
-
CreateVoiceConnectorCommandOutput,
|
|
142
|
-
} from "./commands/CreateVoiceConnectorCommand";
|
|
143
|
-
import {
|
|
144
|
-
CreateVoiceConnectorGroupCommandInput,
|
|
145
|
-
CreateVoiceConnectorGroupCommandOutput,
|
|
146
|
-
} from "./commands/CreateVoiceConnectorGroupCommand";
|
|
147
63
|
import {
|
|
148
64
|
DeleteAccountCommandInput,
|
|
149
65
|
DeleteAccountCommandOutput,
|
|
150
66
|
} from "./commands/DeleteAccountCommand";
|
|
151
|
-
import {
|
|
152
|
-
DeleteAppInstanceAdminCommandInput,
|
|
153
|
-
DeleteAppInstanceAdminCommandOutput,
|
|
154
|
-
} from "./commands/DeleteAppInstanceAdminCommand";
|
|
155
|
-
import {
|
|
156
|
-
DeleteAppInstanceCommandInput,
|
|
157
|
-
DeleteAppInstanceCommandOutput,
|
|
158
|
-
} from "./commands/DeleteAppInstanceCommand";
|
|
159
|
-
import {
|
|
160
|
-
DeleteAppInstanceStreamingConfigurationsCommandInput,
|
|
161
|
-
DeleteAppInstanceStreamingConfigurationsCommandOutput,
|
|
162
|
-
} from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
|
|
163
|
-
import {
|
|
164
|
-
DeleteAppInstanceUserCommandInput,
|
|
165
|
-
DeleteAppInstanceUserCommandOutput,
|
|
166
|
-
} from "./commands/DeleteAppInstanceUserCommand";
|
|
167
|
-
import {
|
|
168
|
-
DeleteAttendeeCommandInput,
|
|
169
|
-
DeleteAttendeeCommandOutput,
|
|
170
|
-
} from "./commands/DeleteAttendeeCommand";
|
|
171
|
-
import {
|
|
172
|
-
DeleteChannelBanCommandInput,
|
|
173
|
-
DeleteChannelBanCommandOutput,
|
|
174
|
-
} from "./commands/DeleteChannelBanCommand";
|
|
175
|
-
import {
|
|
176
|
-
DeleteChannelCommandInput,
|
|
177
|
-
DeleteChannelCommandOutput,
|
|
178
|
-
} from "./commands/DeleteChannelCommand";
|
|
179
|
-
import {
|
|
180
|
-
DeleteChannelMembershipCommandInput,
|
|
181
|
-
DeleteChannelMembershipCommandOutput,
|
|
182
|
-
} from "./commands/DeleteChannelMembershipCommand";
|
|
183
|
-
import {
|
|
184
|
-
DeleteChannelMessageCommandInput,
|
|
185
|
-
DeleteChannelMessageCommandOutput,
|
|
186
|
-
} from "./commands/DeleteChannelMessageCommand";
|
|
187
|
-
import {
|
|
188
|
-
DeleteChannelModeratorCommandInput,
|
|
189
|
-
DeleteChannelModeratorCommandOutput,
|
|
190
|
-
} from "./commands/DeleteChannelModeratorCommand";
|
|
191
67
|
import {
|
|
192
68
|
DeleteEventsConfigurationCommandInput,
|
|
193
69
|
DeleteEventsConfigurationCommandOutput,
|
|
194
70
|
} from "./commands/DeleteEventsConfigurationCommand";
|
|
195
|
-
import {
|
|
196
|
-
DeleteMediaCapturePipelineCommandInput,
|
|
197
|
-
DeleteMediaCapturePipelineCommandOutput,
|
|
198
|
-
} from "./commands/DeleteMediaCapturePipelineCommand";
|
|
199
|
-
import {
|
|
200
|
-
DeleteMeetingCommandInput,
|
|
201
|
-
DeleteMeetingCommandOutput,
|
|
202
|
-
} from "./commands/DeleteMeetingCommand";
|
|
203
71
|
import {
|
|
204
72
|
DeletePhoneNumberCommandInput,
|
|
205
73
|
DeletePhoneNumberCommandOutput,
|
|
206
74
|
} from "./commands/DeletePhoneNumberCommand";
|
|
207
|
-
import {
|
|
208
|
-
DeleteProxySessionCommandInput,
|
|
209
|
-
DeleteProxySessionCommandOutput,
|
|
210
|
-
} from "./commands/DeleteProxySessionCommand";
|
|
211
75
|
import {
|
|
212
76
|
DeleteRoomCommandInput,
|
|
213
77
|
DeleteRoomCommandOutput,
|
|
@@ -216,94 +80,10 @@ import {
|
|
|
216
80
|
DeleteRoomMembershipCommandInput,
|
|
217
81
|
DeleteRoomMembershipCommandOutput,
|
|
218
82
|
} from "./commands/DeleteRoomMembershipCommand";
|
|
219
|
-
import {
|
|
220
|
-
DeleteSipMediaApplicationCommandInput,
|
|
221
|
-
DeleteSipMediaApplicationCommandOutput,
|
|
222
|
-
} from "./commands/DeleteSipMediaApplicationCommand";
|
|
223
|
-
import {
|
|
224
|
-
DeleteSipRuleCommandInput,
|
|
225
|
-
DeleteSipRuleCommandOutput,
|
|
226
|
-
} from "./commands/DeleteSipRuleCommand";
|
|
227
|
-
import {
|
|
228
|
-
DeleteVoiceConnectorCommandInput,
|
|
229
|
-
DeleteVoiceConnectorCommandOutput,
|
|
230
|
-
} from "./commands/DeleteVoiceConnectorCommand";
|
|
231
|
-
import {
|
|
232
|
-
DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
233
|
-
DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
234
|
-
} from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
235
|
-
import {
|
|
236
|
-
DeleteVoiceConnectorGroupCommandInput,
|
|
237
|
-
DeleteVoiceConnectorGroupCommandOutput,
|
|
238
|
-
} from "./commands/DeleteVoiceConnectorGroupCommand";
|
|
239
|
-
import {
|
|
240
|
-
DeleteVoiceConnectorOriginationCommandInput,
|
|
241
|
-
DeleteVoiceConnectorOriginationCommandOutput,
|
|
242
|
-
} from "./commands/DeleteVoiceConnectorOriginationCommand";
|
|
243
|
-
import {
|
|
244
|
-
DeleteVoiceConnectorProxyCommandInput,
|
|
245
|
-
DeleteVoiceConnectorProxyCommandOutput,
|
|
246
|
-
} from "./commands/DeleteVoiceConnectorProxyCommand";
|
|
247
|
-
import {
|
|
248
|
-
DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
249
|
-
DeleteVoiceConnectorStreamingConfigurationCommandOutput,
|
|
250
|
-
} from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
251
|
-
import {
|
|
252
|
-
DeleteVoiceConnectorTerminationCommandInput,
|
|
253
|
-
DeleteVoiceConnectorTerminationCommandOutput,
|
|
254
|
-
} from "./commands/DeleteVoiceConnectorTerminationCommand";
|
|
255
|
-
import {
|
|
256
|
-
DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
257
|
-
DeleteVoiceConnectorTerminationCredentialsCommandOutput,
|
|
258
|
-
} from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
259
|
-
import {
|
|
260
|
-
DescribeAppInstanceAdminCommandInput,
|
|
261
|
-
DescribeAppInstanceAdminCommandOutput,
|
|
262
|
-
} from "./commands/DescribeAppInstanceAdminCommand";
|
|
263
|
-
import {
|
|
264
|
-
DescribeAppInstanceCommandInput,
|
|
265
|
-
DescribeAppInstanceCommandOutput,
|
|
266
|
-
} from "./commands/DescribeAppInstanceCommand";
|
|
267
|
-
import {
|
|
268
|
-
DescribeAppInstanceUserCommandInput,
|
|
269
|
-
DescribeAppInstanceUserCommandOutput,
|
|
270
|
-
} from "./commands/DescribeAppInstanceUserCommand";
|
|
271
|
-
import {
|
|
272
|
-
DescribeChannelBanCommandInput,
|
|
273
|
-
DescribeChannelBanCommandOutput,
|
|
274
|
-
} from "./commands/DescribeChannelBanCommand";
|
|
275
|
-
import {
|
|
276
|
-
DescribeChannelCommandInput,
|
|
277
|
-
DescribeChannelCommandOutput,
|
|
278
|
-
} from "./commands/DescribeChannelCommand";
|
|
279
|
-
import {
|
|
280
|
-
DescribeChannelMembershipCommandInput,
|
|
281
|
-
DescribeChannelMembershipCommandOutput,
|
|
282
|
-
} from "./commands/DescribeChannelMembershipCommand";
|
|
283
|
-
import {
|
|
284
|
-
DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
285
|
-
DescribeChannelMembershipForAppInstanceUserCommandOutput,
|
|
286
|
-
} from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
|
|
287
|
-
import {
|
|
288
|
-
DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
289
|
-
DescribeChannelModeratedByAppInstanceUserCommandOutput,
|
|
290
|
-
} from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
|
|
291
|
-
import {
|
|
292
|
-
DescribeChannelModeratorCommandInput,
|
|
293
|
-
DescribeChannelModeratorCommandOutput,
|
|
294
|
-
} from "./commands/DescribeChannelModeratorCommand";
|
|
295
83
|
import {
|
|
296
84
|
DisassociatePhoneNumberFromUserCommandInput,
|
|
297
85
|
DisassociatePhoneNumberFromUserCommandOutput,
|
|
298
86
|
} from "./commands/DisassociatePhoneNumberFromUserCommand";
|
|
299
|
-
import {
|
|
300
|
-
DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
301
|
-
DisassociatePhoneNumbersFromVoiceConnectorCommandOutput,
|
|
302
|
-
} from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
303
|
-
import {
|
|
304
|
-
DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
305
|
-
DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput,
|
|
306
|
-
} from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
307
87
|
import {
|
|
308
88
|
DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
309
89
|
DisassociateSigninDelegateGroupsFromAccountCommandOutput,
|
|
@@ -316,26 +96,10 @@ import {
|
|
|
316
96
|
GetAccountSettingsCommandInput,
|
|
317
97
|
GetAccountSettingsCommandOutput,
|
|
318
98
|
} from "./commands/GetAccountSettingsCommand";
|
|
319
|
-
import {
|
|
320
|
-
GetAppInstanceRetentionSettingsCommandInput,
|
|
321
|
-
GetAppInstanceRetentionSettingsCommandOutput,
|
|
322
|
-
} from "./commands/GetAppInstanceRetentionSettingsCommand";
|
|
323
|
-
import {
|
|
324
|
-
GetAppInstanceStreamingConfigurationsCommandInput,
|
|
325
|
-
GetAppInstanceStreamingConfigurationsCommandOutput,
|
|
326
|
-
} from "./commands/GetAppInstanceStreamingConfigurationsCommand";
|
|
327
|
-
import {
|
|
328
|
-
GetAttendeeCommandInput,
|
|
329
|
-
GetAttendeeCommandOutput,
|
|
330
|
-
} from "./commands/GetAttendeeCommand";
|
|
331
99
|
import {
|
|
332
100
|
GetBotCommandInput,
|
|
333
101
|
GetBotCommandOutput,
|
|
334
102
|
} from "./commands/GetBotCommand";
|
|
335
|
-
import {
|
|
336
|
-
GetChannelMessageCommandInput,
|
|
337
|
-
GetChannelMessageCommandOutput,
|
|
338
|
-
} from "./commands/GetChannelMessageCommand";
|
|
339
103
|
import {
|
|
340
104
|
GetEventsConfigurationCommandInput,
|
|
341
105
|
GetEventsConfigurationCommandOutput,
|
|
@@ -344,18 +108,6 @@ import {
|
|
|
344
108
|
GetGlobalSettingsCommandInput,
|
|
345
109
|
GetGlobalSettingsCommandOutput,
|
|
346
110
|
} from "./commands/GetGlobalSettingsCommand";
|
|
347
|
-
import {
|
|
348
|
-
GetMediaCapturePipelineCommandInput,
|
|
349
|
-
GetMediaCapturePipelineCommandOutput,
|
|
350
|
-
} from "./commands/GetMediaCapturePipelineCommand";
|
|
351
|
-
import {
|
|
352
|
-
GetMeetingCommandInput,
|
|
353
|
-
GetMeetingCommandOutput,
|
|
354
|
-
} from "./commands/GetMeetingCommand";
|
|
355
|
-
import {
|
|
356
|
-
GetMessagingSessionEndpointCommandInput,
|
|
357
|
-
GetMessagingSessionEndpointCommandOutput,
|
|
358
|
-
} from "./commands/GetMessagingSessionEndpointCommand";
|
|
359
111
|
import {
|
|
360
112
|
GetPhoneNumberCommandInput,
|
|
361
113
|
GetPhoneNumberCommandOutput,
|
|
@@ -368,10 +120,6 @@ import {
|
|
|
368
120
|
GetPhoneNumberSettingsCommandInput,
|
|
369
121
|
GetPhoneNumberSettingsCommandOutput,
|
|
370
122
|
} from "./commands/GetPhoneNumberSettingsCommand";
|
|
371
|
-
import {
|
|
372
|
-
GetProxySessionCommandInput,
|
|
373
|
-
GetProxySessionCommandOutput,
|
|
374
|
-
} from "./commands/GetProxySessionCommand";
|
|
375
123
|
import {
|
|
376
124
|
GetRetentionSettingsCommandInput,
|
|
377
125
|
GetRetentionSettingsCommandOutput,
|
|
@@ -380,18 +128,6 @@ import {
|
|
|
380
128
|
GetRoomCommandInput,
|
|
381
129
|
GetRoomCommandOutput,
|
|
382
130
|
} from "./commands/GetRoomCommand";
|
|
383
|
-
import {
|
|
384
|
-
GetSipMediaApplicationCommandInput,
|
|
385
|
-
GetSipMediaApplicationCommandOutput,
|
|
386
|
-
} from "./commands/GetSipMediaApplicationCommand";
|
|
387
|
-
import {
|
|
388
|
-
GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
389
|
-
GetSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
390
|
-
} from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
391
|
-
import {
|
|
392
|
-
GetSipRuleCommandInput,
|
|
393
|
-
GetSipRuleCommandOutput,
|
|
394
|
-
} from "./commands/GetSipRuleCommand";
|
|
395
131
|
import {
|
|
396
132
|
GetUserCommandInput,
|
|
397
133
|
GetUserCommandOutput,
|
|
@@ -400,42 +136,6 @@ import {
|
|
|
400
136
|
GetUserSettingsCommandInput,
|
|
401
137
|
GetUserSettingsCommandOutput,
|
|
402
138
|
} from "./commands/GetUserSettingsCommand";
|
|
403
|
-
import {
|
|
404
|
-
GetVoiceConnectorCommandInput,
|
|
405
|
-
GetVoiceConnectorCommandOutput,
|
|
406
|
-
} from "./commands/GetVoiceConnectorCommand";
|
|
407
|
-
import {
|
|
408
|
-
GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
409
|
-
GetVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
410
|
-
} from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
411
|
-
import {
|
|
412
|
-
GetVoiceConnectorGroupCommandInput,
|
|
413
|
-
GetVoiceConnectorGroupCommandOutput,
|
|
414
|
-
} from "./commands/GetVoiceConnectorGroupCommand";
|
|
415
|
-
import {
|
|
416
|
-
GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
417
|
-
GetVoiceConnectorLoggingConfigurationCommandOutput,
|
|
418
|
-
} from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
419
|
-
import {
|
|
420
|
-
GetVoiceConnectorOriginationCommandInput,
|
|
421
|
-
GetVoiceConnectorOriginationCommandOutput,
|
|
422
|
-
} from "./commands/GetVoiceConnectorOriginationCommand";
|
|
423
|
-
import {
|
|
424
|
-
GetVoiceConnectorProxyCommandInput,
|
|
425
|
-
GetVoiceConnectorProxyCommandOutput,
|
|
426
|
-
} from "./commands/GetVoiceConnectorProxyCommand";
|
|
427
|
-
import {
|
|
428
|
-
GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
429
|
-
GetVoiceConnectorStreamingConfigurationCommandOutput,
|
|
430
|
-
} from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
431
|
-
import {
|
|
432
|
-
GetVoiceConnectorTerminationCommandInput,
|
|
433
|
-
GetVoiceConnectorTerminationCommandOutput,
|
|
434
|
-
} from "./commands/GetVoiceConnectorTerminationCommand";
|
|
435
|
-
import {
|
|
436
|
-
GetVoiceConnectorTerminationHealthCommandInput,
|
|
437
|
-
GetVoiceConnectorTerminationHealthCommandOutput,
|
|
438
|
-
} from "./commands/GetVoiceConnectorTerminationHealthCommand";
|
|
439
139
|
import {
|
|
440
140
|
InviteUsersCommandInput,
|
|
441
141
|
InviteUsersCommandOutput,
|
|
@@ -444,70 +144,10 @@ import {
|
|
|
444
144
|
ListAccountsCommandInput,
|
|
445
145
|
ListAccountsCommandOutput,
|
|
446
146
|
} from "./commands/ListAccountsCommand";
|
|
447
|
-
import {
|
|
448
|
-
ListAppInstanceAdminsCommandInput,
|
|
449
|
-
ListAppInstanceAdminsCommandOutput,
|
|
450
|
-
} from "./commands/ListAppInstanceAdminsCommand";
|
|
451
|
-
import {
|
|
452
|
-
ListAppInstancesCommandInput,
|
|
453
|
-
ListAppInstancesCommandOutput,
|
|
454
|
-
} from "./commands/ListAppInstancesCommand";
|
|
455
|
-
import {
|
|
456
|
-
ListAppInstanceUsersCommandInput,
|
|
457
|
-
ListAppInstanceUsersCommandOutput,
|
|
458
|
-
} from "./commands/ListAppInstanceUsersCommand";
|
|
459
|
-
import {
|
|
460
|
-
ListAttendeesCommandInput,
|
|
461
|
-
ListAttendeesCommandOutput,
|
|
462
|
-
} from "./commands/ListAttendeesCommand";
|
|
463
|
-
import {
|
|
464
|
-
ListAttendeeTagsCommandInput,
|
|
465
|
-
ListAttendeeTagsCommandOutput,
|
|
466
|
-
} from "./commands/ListAttendeeTagsCommand";
|
|
467
147
|
import {
|
|
468
148
|
ListBotsCommandInput,
|
|
469
149
|
ListBotsCommandOutput,
|
|
470
150
|
} from "./commands/ListBotsCommand";
|
|
471
|
-
import {
|
|
472
|
-
ListChannelBansCommandInput,
|
|
473
|
-
ListChannelBansCommandOutput,
|
|
474
|
-
} from "./commands/ListChannelBansCommand";
|
|
475
|
-
import {
|
|
476
|
-
ListChannelMembershipsCommandInput,
|
|
477
|
-
ListChannelMembershipsCommandOutput,
|
|
478
|
-
} from "./commands/ListChannelMembershipsCommand";
|
|
479
|
-
import {
|
|
480
|
-
ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
481
|
-
ListChannelMembershipsForAppInstanceUserCommandOutput,
|
|
482
|
-
} from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
|
|
483
|
-
import {
|
|
484
|
-
ListChannelMessagesCommandInput,
|
|
485
|
-
ListChannelMessagesCommandOutput,
|
|
486
|
-
} from "./commands/ListChannelMessagesCommand";
|
|
487
|
-
import {
|
|
488
|
-
ListChannelModeratorsCommandInput,
|
|
489
|
-
ListChannelModeratorsCommandOutput,
|
|
490
|
-
} from "./commands/ListChannelModeratorsCommand";
|
|
491
|
-
import {
|
|
492
|
-
ListChannelsCommandInput,
|
|
493
|
-
ListChannelsCommandOutput,
|
|
494
|
-
} from "./commands/ListChannelsCommand";
|
|
495
|
-
import {
|
|
496
|
-
ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
497
|
-
ListChannelsModeratedByAppInstanceUserCommandOutput,
|
|
498
|
-
} from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
|
|
499
|
-
import {
|
|
500
|
-
ListMediaCapturePipelinesCommandInput,
|
|
501
|
-
ListMediaCapturePipelinesCommandOutput,
|
|
502
|
-
} from "./commands/ListMediaCapturePipelinesCommand";
|
|
503
|
-
import {
|
|
504
|
-
ListMeetingsCommandInput,
|
|
505
|
-
ListMeetingsCommandOutput,
|
|
506
|
-
} from "./commands/ListMeetingsCommand";
|
|
507
|
-
import {
|
|
508
|
-
ListMeetingTagsCommandInput,
|
|
509
|
-
ListMeetingTagsCommandOutput,
|
|
510
|
-
} from "./commands/ListMeetingTagsCommand";
|
|
511
151
|
import {
|
|
512
152
|
ListPhoneNumberOrdersCommandInput,
|
|
513
153
|
ListPhoneNumberOrdersCommandOutput,
|
|
@@ -516,10 +156,6 @@ import {
|
|
|
516
156
|
ListPhoneNumbersCommandInput,
|
|
517
157
|
ListPhoneNumbersCommandOutput,
|
|
518
158
|
} from "./commands/ListPhoneNumbersCommand";
|
|
519
|
-
import {
|
|
520
|
-
ListProxySessionsCommandInput,
|
|
521
|
-
ListProxySessionsCommandOutput,
|
|
522
|
-
} from "./commands/ListProxySessionsCommand";
|
|
523
159
|
import {
|
|
524
160
|
ListRoomMembershipsCommandInput,
|
|
525
161
|
ListRoomMembershipsCommandOutput,
|
|
@@ -528,50 +164,18 @@ import {
|
|
|
528
164
|
ListRoomsCommandInput,
|
|
529
165
|
ListRoomsCommandOutput,
|
|
530
166
|
} from "./commands/ListRoomsCommand";
|
|
531
|
-
import {
|
|
532
|
-
ListSipMediaApplicationsCommandInput,
|
|
533
|
-
ListSipMediaApplicationsCommandOutput,
|
|
534
|
-
} from "./commands/ListSipMediaApplicationsCommand";
|
|
535
|
-
import {
|
|
536
|
-
ListSipRulesCommandInput,
|
|
537
|
-
ListSipRulesCommandOutput,
|
|
538
|
-
} from "./commands/ListSipRulesCommand";
|
|
539
167
|
import {
|
|
540
168
|
ListSupportedPhoneNumberCountriesCommandInput,
|
|
541
169
|
ListSupportedPhoneNumberCountriesCommandOutput,
|
|
542
170
|
} from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
543
|
-
import {
|
|
544
|
-
ListTagsForResourceCommandInput,
|
|
545
|
-
ListTagsForResourceCommandOutput,
|
|
546
|
-
} from "./commands/ListTagsForResourceCommand";
|
|
547
171
|
import {
|
|
548
172
|
ListUsersCommandInput,
|
|
549
173
|
ListUsersCommandOutput,
|
|
550
174
|
} from "./commands/ListUsersCommand";
|
|
551
|
-
import {
|
|
552
|
-
ListVoiceConnectorGroupsCommandInput,
|
|
553
|
-
ListVoiceConnectorGroupsCommandOutput,
|
|
554
|
-
} from "./commands/ListVoiceConnectorGroupsCommand";
|
|
555
|
-
import {
|
|
556
|
-
ListVoiceConnectorsCommandInput,
|
|
557
|
-
ListVoiceConnectorsCommandOutput,
|
|
558
|
-
} from "./commands/ListVoiceConnectorsCommand";
|
|
559
|
-
import {
|
|
560
|
-
ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
561
|
-
ListVoiceConnectorTerminationCredentialsCommandOutput,
|
|
562
|
-
} from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
563
175
|
import {
|
|
564
176
|
LogoutUserCommandInput,
|
|
565
177
|
LogoutUserCommandOutput,
|
|
566
178
|
} from "./commands/LogoutUserCommand";
|
|
567
|
-
import {
|
|
568
|
-
PutAppInstanceRetentionSettingsCommandInput,
|
|
569
|
-
PutAppInstanceRetentionSettingsCommandOutput,
|
|
570
|
-
} from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
571
|
-
import {
|
|
572
|
-
PutAppInstanceStreamingConfigurationsCommandInput,
|
|
573
|
-
PutAppInstanceStreamingConfigurationsCommandOutput,
|
|
574
|
-
} from "./commands/PutAppInstanceStreamingConfigurationsCommand";
|
|
575
179
|
import {
|
|
576
180
|
PutEventsConfigurationCommandInput,
|
|
577
181
|
PutEventsConfigurationCommandOutput,
|
|
@@ -580,42 +184,6 @@ import {
|
|
|
580
184
|
PutRetentionSettingsCommandInput,
|
|
581
185
|
PutRetentionSettingsCommandOutput,
|
|
582
186
|
} from "./commands/PutRetentionSettingsCommand";
|
|
583
|
-
import {
|
|
584
|
-
PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
585
|
-
PutSipMediaApplicationLoggingConfigurationCommandOutput,
|
|
586
|
-
} from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
587
|
-
import {
|
|
588
|
-
PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
589
|
-
PutVoiceConnectorEmergencyCallingConfigurationCommandOutput,
|
|
590
|
-
} from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
591
|
-
import {
|
|
592
|
-
PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
593
|
-
PutVoiceConnectorLoggingConfigurationCommandOutput,
|
|
594
|
-
} from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
595
|
-
import {
|
|
596
|
-
PutVoiceConnectorOriginationCommandInput,
|
|
597
|
-
PutVoiceConnectorOriginationCommandOutput,
|
|
598
|
-
} from "./commands/PutVoiceConnectorOriginationCommand";
|
|
599
|
-
import {
|
|
600
|
-
PutVoiceConnectorProxyCommandInput,
|
|
601
|
-
PutVoiceConnectorProxyCommandOutput,
|
|
602
|
-
} from "./commands/PutVoiceConnectorProxyCommand";
|
|
603
|
-
import {
|
|
604
|
-
PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
605
|
-
PutVoiceConnectorStreamingConfigurationCommandOutput,
|
|
606
|
-
} from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
607
|
-
import {
|
|
608
|
-
PutVoiceConnectorTerminationCommandInput,
|
|
609
|
-
PutVoiceConnectorTerminationCommandOutput,
|
|
610
|
-
} from "./commands/PutVoiceConnectorTerminationCommand";
|
|
611
|
-
import {
|
|
612
|
-
PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
613
|
-
PutVoiceConnectorTerminationCredentialsCommandOutput,
|
|
614
|
-
} from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
615
|
-
import {
|
|
616
|
-
RedactChannelMessageCommandInput,
|
|
617
|
-
RedactChannelMessageCommandOutput,
|
|
618
|
-
} from "./commands/RedactChannelMessageCommand";
|
|
619
187
|
import {
|
|
620
188
|
RedactConversationMessageCommandInput,
|
|
621
189
|
RedactConversationMessageCommandOutput,
|
|
@@ -640,42 +208,6 @@ import {
|
|
|
640
208
|
SearchAvailablePhoneNumbersCommandInput,
|
|
641
209
|
SearchAvailablePhoneNumbersCommandOutput,
|
|
642
210
|
} from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
643
|
-
import {
|
|
644
|
-
SendChannelMessageCommandInput,
|
|
645
|
-
SendChannelMessageCommandOutput,
|
|
646
|
-
} from "./commands/SendChannelMessageCommand";
|
|
647
|
-
import {
|
|
648
|
-
StartMeetingTranscriptionCommandInput,
|
|
649
|
-
StartMeetingTranscriptionCommandOutput,
|
|
650
|
-
} from "./commands/StartMeetingTranscriptionCommand";
|
|
651
|
-
import {
|
|
652
|
-
StopMeetingTranscriptionCommandInput,
|
|
653
|
-
StopMeetingTranscriptionCommandOutput,
|
|
654
|
-
} from "./commands/StopMeetingTranscriptionCommand";
|
|
655
|
-
import {
|
|
656
|
-
TagAttendeeCommandInput,
|
|
657
|
-
TagAttendeeCommandOutput,
|
|
658
|
-
} from "./commands/TagAttendeeCommand";
|
|
659
|
-
import {
|
|
660
|
-
TagMeetingCommandInput,
|
|
661
|
-
TagMeetingCommandOutput,
|
|
662
|
-
} from "./commands/TagMeetingCommand";
|
|
663
|
-
import {
|
|
664
|
-
TagResourceCommandInput,
|
|
665
|
-
TagResourceCommandOutput,
|
|
666
|
-
} from "./commands/TagResourceCommand";
|
|
667
|
-
import {
|
|
668
|
-
UntagAttendeeCommandInput,
|
|
669
|
-
UntagAttendeeCommandOutput,
|
|
670
|
-
} from "./commands/UntagAttendeeCommand";
|
|
671
|
-
import {
|
|
672
|
-
UntagMeetingCommandInput,
|
|
673
|
-
UntagMeetingCommandOutput,
|
|
674
|
-
} from "./commands/UntagMeetingCommand";
|
|
675
|
-
import {
|
|
676
|
-
UntagResourceCommandInput,
|
|
677
|
-
UntagResourceCommandOutput,
|
|
678
|
-
} from "./commands/UntagResourceCommand";
|
|
679
211
|
import {
|
|
680
212
|
UpdateAccountCommandInput,
|
|
681
213
|
UpdateAccountCommandOutput,
|
|
@@ -684,30 +216,10 @@ import {
|
|
|
684
216
|
UpdateAccountSettingsCommandInput,
|
|
685
217
|
UpdateAccountSettingsCommandOutput,
|
|
686
218
|
} from "./commands/UpdateAccountSettingsCommand";
|
|
687
|
-
import {
|
|
688
|
-
UpdateAppInstanceCommandInput,
|
|
689
|
-
UpdateAppInstanceCommandOutput,
|
|
690
|
-
} from "./commands/UpdateAppInstanceCommand";
|
|
691
|
-
import {
|
|
692
|
-
UpdateAppInstanceUserCommandInput,
|
|
693
|
-
UpdateAppInstanceUserCommandOutput,
|
|
694
|
-
} from "./commands/UpdateAppInstanceUserCommand";
|
|
695
219
|
import {
|
|
696
220
|
UpdateBotCommandInput,
|
|
697
221
|
UpdateBotCommandOutput,
|
|
698
222
|
} from "./commands/UpdateBotCommand";
|
|
699
|
-
import {
|
|
700
|
-
UpdateChannelCommandInput,
|
|
701
|
-
UpdateChannelCommandOutput,
|
|
702
|
-
} from "./commands/UpdateChannelCommand";
|
|
703
|
-
import {
|
|
704
|
-
UpdateChannelMessageCommandInput,
|
|
705
|
-
UpdateChannelMessageCommandOutput,
|
|
706
|
-
} from "./commands/UpdateChannelMessageCommand";
|
|
707
|
-
import {
|
|
708
|
-
UpdateChannelReadMarkerCommandInput,
|
|
709
|
-
UpdateChannelReadMarkerCommandOutput,
|
|
710
|
-
} from "./commands/UpdateChannelReadMarkerCommand";
|
|
711
223
|
import {
|
|
712
224
|
UpdateGlobalSettingsCommandInput,
|
|
713
225
|
UpdateGlobalSettingsCommandOutput,
|
|
@@ -720,10 +232,6 @@ import {
|
|
|
720
232
|
UpdatePhoneNumberSettingsCommandInput,
|
|
721
233
|
UpdatePhoneNumberSettingsCommandOutput,
|
|
722
234
|
} from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
723
|
-
import {
|
|
724
|
-
UpdateProxySessionCommandInput,
|
|
725
|
-
UpdateProxySessionCommandOutput,
|
|
726
|
-
} from "./commands/UpdateProxySessionCommand";
|
|
727
235
|
import {
|
|
728
236
|
UpdateRoomCommandInput,
|
|
729
237
|
UpdateRoomCommandOutput,
|
|
@@ -732,18 +240,6 @@ import {
|
|
|
732
240
|
UpdateRoomMembershipCommandInput,
|
|
733
241
|
UpdateRoomMembershipCommandOutput,
|
|
734
242
|
} from "./commands/UpdateRoomMembershipCommand";
|
|
735
|
-
import {
|
|
736
|
-
UpdateSipMediaApplicationCallCommandInput,
|
|
737
|
-
UpdateSipMediaApplicationCallCommandOutput,
|
|
738
|
-
} from "./commands/UpdateSipMediaApplicationCallCommand";
|
|
739
|
-
import {
|
|
740
|
-
UpdateSipMediaApplicationCommandInput,
|
|
741
|
-
UpdateSipMediaApplicationCommandOutput,
|
|
742
|
-
} from "./commands/UpdateSipMediaApplicationCommand";
|
|
743
|
-
import {
|
|
744
|
-
UpdateSipRuleCommandInput,
|
|
745
|
-
UpdateSipRuleCommandOutput,
|
|
746
|
-
} from "./commands/UpdateSipRuleCommand";
|
|
747
243
|
import {
|
|
748
244
|
UpdateUserCommandInput,
|
|
749
245
|
UpdateUserCommandOutput,
|
|
@@ -752,57 +248,7 @@ import {
|
|
|
752
248
|
UpdateUserSettingsCommandInput,
|
|
753
249
|
UpdateUserSettingsCommandOutput,
|
|
754
250
|
} from "./commands/UpdateUserSettingsCommand";
|
|
755
|
-
import {
|
|
756
|
-
UpdateVoiceConnectorCommandInput,
|
|
757
|
-
UpdateVoiceConnectorCommandOutput,
|
|
758
|
-
} from "./commands/UpdateVoiceConnectorCommand";
|
|
759
|
-
import {
|
|
760
|
-
UpdateVoiceConnectorGroupCommandInput,
|
|
761
|
-
UpdateVoiceConnectorGroupCommandOutput,
|
|
762
|
-
} from "./commands/UpdateVoiceConnectorGroupCommand";
|
|
763
|
-
import {
|
|
764
|
-
ValidateE911AddressCommandInput,
|
|
765
|
-
ValidateE911AddressCommandOutput,
|
|
766
|
-
} from "./commands/ValidateE911AddressCommand";
|
|
767
251
|
export interface Chime {
|
|
768
|
-
associatePhoneNumbersWithVoiceConnector(
|
|
769
|
-
args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
770
|
-
options?: __HttpHandlerOptions
|
|
771
|
-
): Promise<AssociatePhoneNumbersWithVoiceConnectorCommandOutput>;
|
|
772
|
-
associatePhoneNumbersWithVoiceConnector(
|
|
773
|
-
args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
774
|
-
cb: (
|
|
775
|
-
err: any,
|
|
776
|
-
data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
|
|
777
|
-
) => void
|
|
778
|
-
): void;
|
|
779
|
-
associatePhoneNumbersWithVoiceConnector(
|
|
780
|
-
args: AssociatePhoneNumbersWithVoiceConnectorCommandInput,
|
|
781
|
-
options: __HttpHandlerOptions,
|
|
782
|
-
cb: (
|
|
783
|
-
err: any,
|
|
784
|
-
data?: AssociatePhoneNumbersWithVoiceConnectorCommandOutput
|
|
785
|
-
) => void
|
|
786
|
-
): void;
|
|
787
|
-
associatePhoneNumbersWithVoiceConnectorGroup(
|
|
788
|
-
args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
789
|
-
options?: __HttpHandlerOptions
|
|
790
|
-
): Promise<AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput>;
|
|
791
|
-
associatePhoneNumbersWithVoiceConnectorGroup(
|
|
792
|
-
args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
793
|
-
cb: (
|
|
794
|
-
err: any,
|
|
795
|
-
data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
|
|
796
|
-
) => void
|
|
797
|
-
): void;
|
|
798
|
-
associatePhoneNumbersWithVoiceConnectorGroup(
|
|
799
|
-
args: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput,
|
|
800
|
-
options: __HttpHandlerOptions,
|
|
801
|
-
cb: (
|
|
802
|
-
err: any,
|
|
803
|
-
data?: AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput
|
|
804
|
-
) => void
|
|
805
|
-
): void;
|
|
806
252
|
associatePhoneNumberWithUser(
|
|
807
253
|
args: AssociatePhoneNumberWithUserCommandInput,
|
|
808
254
|
options?: __HttpHandlerOptions
|
|
@@ -835,32 +281,6 @@ export interface Chime {
|
|
|
835
281
|
data?: AssociateSigninDelegateGroupsWithAccountCommandOutput
|
|
836
282
|
) => void
|
|
837
283
|
): void;
|
|
838
|
-
batchCreateAttendee(
|
|
839
|
-
args: BatchCreateAttendeeCommandInput,
|
|
840
|
-
options?: __HttpHandlerOptions
|
|
841
|
-
): Promise<BatchCreateAttendeeCommandOutput>;
|
|
842
|
-
batchCreateAttendee(
|
|
843
|
-
args: BatchCreateAttendeeCommandInput,
|
|
844
|
-
cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
|
|
845
|
-
): void;
|
|
846
|
-
batchCreateAttendee(
|
|
847
|
-
args: BatchCreateAttendeeCommandInput,
|
|
848
|
-
options: __HttpHandlerOptions,
|
|
849
|
-
cb: (err: any, data?: BatchCreateAttendeeCommandOutput) => void
|
|
850
|
-
): void;
|
|
851
|
-
batchCreateChannelMembership(
|
|
852
|
-
args: BatchCreateChannelMembershipCommandInput,
|
|
853
|
-
options?: __HttpHandlerOptions
|
|
854
|
-
): Promise<BatchCreateChannelMembershipCommandOutput>;
|
|
855
|
-
batchCreateChannelMembership(
|
|
856
|
-
args: BatchCreateChannelMembershipCommandInput,
|
|
857
|
-
cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
|
|
858
|
-
): void;
|
|
859
|
-
batchCreateChannelMembership(
|
|
860
|
-
args: BatchCreateChannelMembershipCommandInput,
|
|
861
|
-
options: __HttpHandlerOptions,
|
|
862
|
-
cb: (err: any, data?: BatchCreateChannelMembershipCommandOutput) => void
|
|
863
|
-
): void;
|
|
864
284
|
batchCreateRoomMembership(
|
|
865
285
|
args: BatchCreateRoomMembershipCommandInput,
|
|
866
286
|
options?: __HttpHandlerOptions
|
|
@@ -952,58 +372,6 @@ export interface Chime {
|
|
|
952
372
|
options: __HttpHandlerOptions,
|
|
953
373
|
cb: (err: any, data?: CreateAccountCommandOutput) => void
|
|
954
374
|
): void;
|
|
955
|
-
createAppInstance(
|
|
956
|
-
args: CreateAppInstanceCommandInput,
|
|
957
|
-
options?: __HttpHandlerOptions
|
|
958
|
-
): Promise<CreateAppInstanceCommandOutput>;
|
|
959
|
-
createAppInstance(
|
|
960
|
-
args: CreateAppInstanceCommandInput,
|
|
961
|
-
cb: (err: any, data?: CreateAppInstanceCommandOutput) => void
|
|
962
|
-
): void;
|
|
963
|
-
createAppInstance(
|
|
964
|
-
args: CreateAppInstanceCommandInput,
|
|
965
|
-
options: __HttpHandlerOptions,
|
|
966
|
-
cb: (err: any, data?: CreateAppInstanceCommandOutput) => void
|
|
967
|
-
): void;
|
|
968
|
-
createAppInstanceAdmin(
|
|
969
|
-
args: CreateAppInstanceAdminCommandInput,
|
|
970
|
-
options?: __HttpHandlerOptions
|
|
971
|
-
): Promise<CreateAppInstanceAdminCommandOutput>;
|
|
972
|
-
createAppInstanceAdmin(
|
|
973
|
-
args: CreateAppInstanceAdminCommandInput,
|
|
974
|
-
cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void
|
|
975
|
-
): void;
|
|
976
|
-
createAppInstanceAdmin(
|
|
977
|
-
args: CreateAppInstanceAdminCommandInput,
|
|
978
|
-
options: __HttpHandlerOptions,
|
|
979
|
-
cb: (err: any, data?: CreateAppInstanceAdminCommandOutput) => void
|
|
980
|
-
): void;
|
|
981
|
-
createAppInstanceUser(
|
|
982
|
-
args: CreateAppInstanceUserCommandInput,
|
|
983
|
-
options?: __HttpHandlerOptions
|
|
984
|
-
): Promise<CreateAppInstanceUserCommandOutput>;
|
|
985
|
-
createAppInstanceUser(
|
|
986
|
-
args: CreateAppInstanceUserCommandInput,
|
|
987
|
-
cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void
|
|
988
|
-
): void;
|
|
989
|
-
createAppInstanceUser(
|
|
990
|
-
args: CreateAppInstanceUserCommandInput,
|
|
991
|
-
options: __HttpHandlerOptions,
|
|
992
|
-
cb: (err: any, data?: CreateAppInstanceUserCommandOutput) => void
|
|
993
|
-
): void;
|
|
994
|
-
createAttendee(
|
|
995
|
-
args: CreateAttendeeCommandInput,
|
|
996
|
-
options?: __HttpHandlerOptions
|
|
997
|
-
): Promise<CreateAttendeeCommandOutput>;
|
|
998
|
-
createAttendee(
|
|
999
|
-
args: CreateAttendeeCommandInput,
|
|
1000
|
-
cb: (err: any, data?: CreateAttendeeCommandOutput) => void
|
|
1001
|
-
): void;
|
|
1002
|
-
createAttendee(
|
|
1003
|
-
args: CreateAttendeeCommandInput,
|
|
1004
|
-
options: __HttpHandlerOptions,
|
|
1005
|
-
cb: (err: any, data?: CreateAttendeeCommandOutput) => void
|
|
1006
|
-
): void;
|
|
1007
375
|
createBot(
|
|
1008
376
|
args: CreateBotCommandInput,
|
|
1009
377
|
options?: __HttpHandlerOptions
|
|
@@ -1017,84 +385,6 @@ export interface Chime {
|
|
|
1017
385
|
options: __HttpHandlerOptions,
|
|
1018
386
|
cb: (err: any, data?: CreateBotCommandOutput) => void
|
|
1019
387
|
): void;
|
|
1020
|
-
createChannel(
|
|
1021
|
-
args: CreateChannelCommandInput,
|
|
1022
|
-
options?: __HttpHandlerOptions
|
|
1023
|
-
): Promise<CreateChannelCommandOutput>;
|
|
1024
|
-
createChannel(
|
|
1025
|
-
args: CreateChannelCommandInput,
|
|
1026
|
-
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
1027
|
-
): void;
|
|
1028
|
-
createChannel(
|
|
1029
|
-
args: CreateChannelCommandInput,
|
|
1030
|
-
options: __HttpHandlerOptions,
|
|
1031
|
-
cb: (err: any, data?: CreateChannelCommandOutput) => void
|
|
1032
|
-
): void;
|
|
1033
|
-
createChannelBan(
|
|
1034
|
-
args: CreateChannelBanCommandInput,
|
|
1035
|
-
options?: __HttpHandlerOptions
|
|
1036
|
-
): Promise<CreateChannelBanCommandOutput>;
|
|
1037
|
-
createChannelBan(
|
|
1038
|
-
args: CreateChannelBanCommandInput,
|
|
1039
|
-
cb: (err: any, data?: CreateChannelBanCommandOutput) => void
|
|
1040
|
-
): void;
|
|
1041
|
-
createChannelBan(
|
|
1042
|
-
args: CreateChannelBanCommandInput,
|
|
1043
|
-
options: __HttpHandlerOptions,
|
|
1044
|
-
cb: (err: any, data?: CreateChannelBanCommandOutput) => void
|
|
1045
|
-
): void;
|
|
1046
|
-
createChannelMembership(
|
|
1047
|
-
args: CreateChannelMembershipCommandInput,
|
|
1048
|
-
options?: __HttpHandlerOptions
|
|
1049
|
-
): Promise<CreateChannelMembershipCommandOutput>;
|
|
1050
|
-
createChannelMembership(
|
|
1051
|
-
args: CreateChannelMembershipCommandInput,
|
|
1052
|
-
cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
|
|
1053
|
-
): void;
|
|
1054
|
-
createChannelMembership(
|
|
1055
|
-
args: CreateChannelMembershipCommandInput,
|
|
1056
|
-
options: __HttpHandlerOptions,
|
|
1057
|
-
cb: (err: any, data?: CreateChannelMembershipCommandOutput) => void
|
|
1058
|
-
): void;
|
|
1059
|
-
createChannelModerator(
|
|
1060
|
-
args: CreateChannelModeratorCommandInput,
|
|
1061
|
-
options?: __HttpHandlerOptions
|
|
1062
|
-
): Promise<CreateChannelModeratorCommandOutput>;
|
|
1063
|
-
createChannelModerator(
|
|
1064
|
-
args: CreateChannelModeratorCommandInput,
|
|
1065
|
-
cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
|
|
1066
|
-
): void;
|
|
1067
|
-
createChannelModerator(
|
|
1068
|
-
args: CreateChannelModeratorCommandInput,
|
|
1069
|
-
options: __HttpHandlerOptions,
|
|
1070
|
-
cb: (err: any, data?: CreateChannelModeratorCommandOutput) => void
|
|
1071
|
-
): void;
|
|
1072
|
-
createMediaCapturePipeline(
|
|
1073
|
-
args: CreateMediaCapturePipelineCommandInput,
|
|
1074
|
-
options?: __HttpHandlerOptions
|
|
1075
|
-
): Promise<CreateMediaCapturePipelineCommandOutput>;
|
|
1076
|
-
createMediaCapturePipeline(
|
|
1077
|
-
args: CreateMediaCapturePipelineCommandInput,
|
|
1078
|
-
cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void
|
|
1079
|
-
): void;
|
|
1080
|
-
createMediaCapturePipeline(
|
|
1081
|
-
args: CreateMediaCapturePipelineCommandInput,
|
|
1082
|
-
options: __HttpHandlerOptions,
|
|
1083
|
-
cb: (err: any, data?: CreateMediaCapturePipelineCommandOutput) => void
|
|
1084
|
-
): void;
|
|
1085
|
-
createMeeting(
|
|
1086
|
-
args: CreateMeetingCommandInput,
|
|
1087
|
-
options?: __HttpHandlerOptions
|
|
1088
|
-
): Promise<CreateMeetingCommandOutput>;
|
|
1089
|
-
createMeeting(
|
|
1090
|
-
args: CreateMeetingCommandInput,
|
|
1091
|
-
cb: (err: any, data?: CreateMeetingCommandOutput) => void
|
|
1092
|
-
): void;
|
|
1093
|
-
createMeeting(
|
|
1094
|
-
args: CreateMeetingCommandInput,
|
|
1095
|
-
options: __HttpHandlerOptions,
|
|
1096
|
-
cb: (err: any, data?: CreateMeetingCommandOutput) => void
|
|
1097
|
-
): void;
|
|
1098
388
|
createMeetingDialOut(
|
|
1099
389
|
args: CreateMeetingDialOutCommandInput,
|
|
1100
390
|
options?: __HttpHandlerOptions
|
|
@@ -1108,19 +398,6 @@ export interface Chime {
|
|
|
1108
398
|
options: __HttpHandlerOptions,
|
|
1109
399
|
cb: (err: any, data?: CreateMeetingDialOutCommandOutput) => void
|
|
1110
400
|
): void;
|
|
1111
|
-
createMeetingWithAttendees(
|
|
1112
|
-
args: CreateMeetingWithAttendeesCommandInput,
|
|
1113
|
-
options?: __HttpHandlerOptions
|
|
1114
|
-
): Promise<CreateMeetingWithAttendeesCommandOutput>;
|
|
1115
|
-
createMeetingWithAttendees(
|
|
1116
|
-
args: CreateMeetingWithAttendeesCommandInput,
|
|
1117
|
-
cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
|
|
1118
|
-
): void;
|
|
1119
|
-
createMeetingWithAttendees(
|
|
1120
|
-
args: CreateMeetingWithAttendeesCommandInput,
|
|
1121
|
-
options: __HttpHandlerOptions,
|
|
1122
|
-
cb: (err: any, data?: CreateMeetingWithAttendeesCommandOutput) => void
|
|
1123
|
-
): void;
|
|
1124
401
|
createPhoneNumberOrder(
|
|
1125
402
|
args: CreatePhoneNumberOrderCommandInput,
|
|
1126
403
|
options?: __HttpHandlerOptions
|
|
@@ -1134,19 +411,6 @@ export interface Chime {
|
|
|
1134
411
|
options: __HttpHandlerOptions,
|
|
1135
412
|
cb: (err: any, data?: CreatePhoneNumberOrderCommandOutput) => void
|
|
1136
413
|
): void;
|
|
1137
|
-
createProxySession(
|
|
1138
|
-
args: CreateProxySessionCommandInput,
|
|
1139
|
-
options?: __HttpHandlerOptions
|
|
1140
|
-
): Promise<CreateProxySessionCommandOutput>;
|
|
1141
|
-
createProxySession(
|
|
1142
|
-
args: CreateProxySessionCommandInput,
|
|
1143
|
-
cb: (err: any, data?: CreateProxySessionCommandOutput) => void
|
|
1144
|
-
): void;
|
|
1145
|
-
createProxySession(
|
|
1146
|
-
args: CreateProxySessionCommandInput,
|
|
1147
|
-
options: __HttpHandlerOptions,
|
|
1148
|
-
cb: (err: any, data?: CreateProxySessionCommandOutput) => void
|
|
1149
|
-
): void;
|
|
1150
414
|
createRoom(
|
|
1151
415
|
args: CreateRoomCommandInput,
|
|
1152
416
|
options?: __HttpHandlerOptions
|
|
@@ -1173,45 +437,6 @@ export interface Chime {
|
|
|
1173
437
|
options: __HttpHandlerOptions,
|
|
1174
438
|
cb: (err: any, data?: CreateRoomMembershipCommandOutput) => void
|
|
1175
439
|
): void;
|
|
1176
|
-
createSipMediaApplication(
|
|
1177
|
-
args: CreateSipMediaApplicationCommandInput,
|
|
1178
|
-
options?: __HttpHandlerOptions
|
|
1179
|
-
): Promise<CreateSipMediaApplicationCommandOutput>;
|
|
1180
|
-
createSipMediaApplication(
|
|
1181
|
-
args: CreateSipMediaApplicationCommandInput,
|
|
1182
|
-
cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
|
|
1183
|
-
): void;
|
|
1184
|
-
createSipMediaApplication(
|
|
1185
|
-
args: CreateSipMediaApplicationCommandInput,
|
|
1186
|
-
options: __HttpHandlerOptions,
|
|
1187
|
-
cb: (err: any, data?: CreateSipMediaApplicationCommandOutput) => void
|
|
1188
|
-
): void;
|
|
1189
|
-
createSipMediaApplicationCall(
|
|
1190
|
-
args: CreateSipMediaApplicationCallCommandInput,
|
|
1191
|
-
options?: __HttpHandlerOptions
|
|
1192
|
-
): Promise<CreateSipMediaApplicationCallCommandOutput>;
|
|
1193
|
-
createSipMediaApplicationCall(
|
|
1194
|
-
args: CreateSipMediaApplicationCallCommandInput,
|
|
1195
|
-
cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
|
|
1196
|
-
): void;
|
|
1197
|
-
createSipMediaApplicationCall(
|
|
1198
|
-
args: CreateSipMediaApplicationCallCommandInput,
|
|
1199
|
-
options: __HttpHandlerOptions,
|
|
1200
|
-
cb: (err: any, data?: CreateSipMediaApplicationCallCommandOutput) => void
|
|
1201
|
-
): void;
|
|
1202
|
-
createSipRule(
|
|
1203
|
-
args: CreateSipRuleCommandInput,
|
|
1204
|
-
options?: __HttpHandlerOptions
|
|
1205
|
-
): Promise<CreateSipRuleCommandOutput>;
|
|
1206
|
-
createSipRule(
|
|
1207
|
-
args: CreateSipRuleCommandInput,
|
|
1208
|
-
cb: (err: any, data?: CreateSipRuleCommandOutput) => void
|
|
1209
|
-
): void;
|
|
1210
|
-
createSipRule(
|
|
1211
|
-
args: CreateSipRuleCommandInput,
|
|
1212
|
-
options: __HttpHandlerOptions,
|
|
1213
|
-
cb: (err: any, data?: CreateSipRuleCommandOutput) => void
|
|
1214
|
-
): void;
|
|
1215
440
|
createUser(
|
|
1216
441
|
args: CreateUserCommandInput,
|
|
1217
442
|
options?: __HttpHandlerOptions
|
|
@@ -1225,32 +450,6 @@ export interface Chime {
|
|
|
1225
450
|
options: __HttpHandlerOptions,
|
|
1226
451
|
cb: (err: any, data?: CreateUserCommandOutput) => void
|
|
1227
452
|
): void;
|
|
1228
|
-
createVoiceConnector(
|
|
1229
|
-
args: CreateVoiceConnectorCommandInput,
|
|
1230
|
-
options?: __HttpHandlerOptions
|
|
1231
|
-
): Promise<CreateVoiceConnectorCommandOutput>;
|
|
1232
|
-
createVoiceConnector(
|
|
1233
|
-
args: CreateVoiceConnectorCommandInput,
|
|
1234
|
-
cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
|
|
1235
|
-
): void;
|
|
1236
|
-
createVoiceConnector(
|
|
1237
|
-
args: CreateVoiceConnectorCommandInput,
|
|
1238
|
-
options: __HttpHandlerOptions,
|
|
1239
|
-
cb: (err: any, data?: CreateVoiceConnectorCommandOutput) => void
|
|
1240
|
-
): void;
|
|
1241
|
-
createVoiceConnectorGroup(
|
|
1242
|
-
args: CreateVoiceConnectorGroupCommandInput,
|
|
1243
|
-
options?: __HttpHandlerOptions
|
|
1244
|
-
): Promise<CreateVoiceConnectorGroupCommandOutput>;
|
|
1245
|
-
createVoiceConnectorGroup(
|
|
1246
|
-
args: CreateVoiceConnectorGroupCommandInput,
|
|
1247
|
-
cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
|
|
1248
|
-
): void;
|
|
1249
|
-
createVoiceConnectorGroup(
|
|
1250
|
-
args: CreateVoiceConnectorGroupCommandInput,
|
|
1251
|
-
options: __HttpHandlerOptions,
|
|
1252
|
-
cb: (err: any, data?: CreateVoiceConnectorGroupCommandOutput) => void
|
|
1253
|
-
): void;
|
|
1254
453
|
deleteAccount(
|
|
1255
454
|
args: DeleteAccountCommandInput,
|
|
1256
455
|
options?: __HttpHandlerOptions
|
|
@@ -1264,217 +463,42 @@ export interface Chime {
|
|
|
1264
463
|
options: __HttpHandlerOptions,
|
|
1265
464
|
cb: (err: any, data?: DeleteAccountCommandOutput) => void
|
|
1266
465
|
): void;
|
|
1267
|
-
|
|
1268
|
-
args:
|
|
466
|
+
deleteEventsConfiguration(
|
|
467
|
+
args: DeleteEventsConfigurationCommandInput,
|
|
1269
468
|
options?: __HttpHandlerOptions
|
|
1270
|
-
): Promise<
|
|
1271
|
-
|
|
1272
|
-
args:
|
|
1273
|
-
cb: (err: any, data?:
|
|
469
|
+
): Promise<DeleteEventsConfigurationCommandOutput>;
|
|
470
|
+
deleteEventsConfiguration(
|
|
471
|
+
args: DeleteEventsConfigurationCommandInput,
|
|
472
|
+
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
|
|
1274
473
|
): void;
|
|
1275
|
-
|
|
1276
|
-
args:
|
|
474
|
+
deleteEventsConfiguration(
|
|
475
|
+
args: DeleteEventsConfigurationCommandInput,
|
|
1277
476
|
options: __HttpHandlerOptions,
|
|
1278
|
-
cb: (err: any, data?:
|
|
477
|
+
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
|
|
1279
478
|
): void;
|
|
1280
|
-
|
|
1281
|
-
args:
|
|
479
|
+
deletePhoneNumber(
|
|
480
|
+
args: DeletePhoneNumberCommandInput,
|
|
1282
481
|
options?: __HttpHandlerOptions
|
|
1283
|
-
): Promise<
|
|
1284
|
-
|
|
1285
|
-
args:
|
|
1286
|
-
cb: (err: any, data?:
|
|
482
|
+
): Promise<DeletePhoneNumberCommandOutput>;
|
|
483
|
+
deletePhoneNumber(
|
|
484
|
+
args: DeletePhoneNumberCommandInput,
|
|
485
|
+
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
|
|
1287
486
|
): void;
|
|
1288
|
-
|
|
1289
|
-
args:
|
|
487
|
+
deletePhoneNumber(
|
|
488
|
+
args: DeletePhoneNumberCommandInput,
|
|
1290
489
|
options: __HttpHandlerOptions,
|
|
1291
|
-
cb: (err: any, data?:
|
|
490
|
+
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
|
|
1292
491
|
): void;
|
|
1293
|
-
|
|
1294
|
-
args:
|
|
492
|
+
deleteRoom(
|
|
493
|
+
args: DeleteRoomCommandInput,
|
|
1295
494
|
options?: __HttpHandlerOptions
|
|
1296
|
-
): Promise<
|
|
1297
|
-
|
|
1298
|
-
args:
|
|
1299
|
-
cb: (
|
|
1300
|
-
err: any,
|
|
1301
|
-
data?: DeleteAppInstanceStreamingConfigurationsCommandOutput
|
|
1302
|
-
) => void
|
|
495
|
+
): Promise<DeleteRoomCommandOutput>;
|
|
496
|
+
deleteRoom(
|
|
497
|
+
args: DeleteRoomCommandInput,
|
|
498
|
+
cb: (err: any, data?: DeleteRoomCommandOutput) => void
|
|
1303
499
|
): void;
|
|
1304
|
-
|
|
1305
|
-
args:
|
|
1306
|
-
options: __HttpHandlerOptions,
|
|
1307
|
-
cb: (
|
|
1308
|
-
err: any,
|
|
1309
|
-
data?: DeleteAppInstanceStreamingConfigurationsCommandOutput
|
|
1310
|
-
) => void
|
|
1311
|
-
): void;
|
|
1312
|
-
deleteAppInstanceUser(
|
|
1313
|
-
args: DeleteAppInstanceUserCommandInput,
|
|
1314
|
-
options?: __HttpHandlerOptions
|
|
1315
|
-
): Promise<DeleteAppInstanceUserCommandOutput>;
|
|
1316
|
-
deleteAppInstanceUser(
|
|
1317
|
-
args: DeleteAppInstanceUserCommandInput,
|
|
1318
|
-
cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void
|
|
1319
|
-
): void;
|
|
1320
|
-
deleteAppInstanceUser(
|
|
1321
|
-
args: DeleteAppInstanceUserCommandInput,
|
|
1322
|
-
options: __HttpHandlerOptions,
|
|
1323
|
-
cb: (err: any, data?: DeleteAppInstanceUserCommandOutput) => void
|
|
1324
|
-
): void;
|
|
1325
|
-
deleteAttendee(
|
|
1326
|
-
args: DeleteAttendeeCommandInput,
|
|
1327
|
-
options?: __HttpHandlerOptions
|
|
1328
|
-
): Promise<DeleteAttendeeCommandOutput>;
|
|
1329
|
-
deleteAttendee(
|
|
1330
|
-
args: DeleteAttendeeCommandInput,
|
|
1331
|
-
cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
|
|
1332
|
-
): void;
|
|
1333
|
-
deleteAttendee(
|
|
1334
|
-
args: DeleteAttendeeCommandInput,
|
|
1335
|
-
options: __HttpHandlerOptions,
|
|
1336
|
-
cb: (err: any, data?: DeleteAttendeeCommandOutput) => void
|
|
1337
|
-
): void;
|
|
1338
|
-
deleteChannel(
|
|
1339
|
-
args: DeleteChannelCommandInput,
|
|
1340
|
-
options?: __HttpHandlerOptions
|
|
1341
|
-
): Promise<DeleteChannelCommandOutput>;
|
|
1342
|
-
deleteChannel(
|
|
1343
|
-
args: DeleteChannelCommandInput,
|
|
1344
|
-
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
1345
|
-
): void;
|
|
1346
|
-
deleteChannel(
|
|
1347
|
-
args: DeleteChannelCommandInput,
|
|
1348
|
-
options: __HttpHandlerOptions,
|
|
1349
|
-
cb: (err: any, data?: DeleteChannelCommandOutput) => void
|
|
1350
|
-
): void;
|
|
1351
|
-
deleteChannelBan(
|
|
1352
|
-
args: DeleteChannelBanCommandInput,
|
|
1353
|
-
options?: __HttpHandlerOptions
|
|
1354
|
-
): Promise<DeleteChannelBanCommandOutput>;
|
|
1355
|
-
deleteChannelBan(
|
|
1356
|
-
args: DeleteChannelBanCommandInput,
|
|
1357
|
-
cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
|
|
1358
|
-
): void;
|
|
1359
|
-
deleteChannelBan(
|
|
1360
|
-
args: DeleteChannelBanCommandInput,
|
|
1361
|
-
options: __HttpHandlerOptions,
|
|
1362
|
-
cb: (err: any, data?: DeleteChannelBanCommandOutput) => void
|
|
1363
|
-
): void;
|
|
1364
|
-
deleteChannelMembership(
|
|
1365
|
-
args: DeleteChannelMembershipCommandInput,
|
|
1366
|
-
options?: __HttpHandlerOptions
|
|
1367
|
-
): Promise<DeleteChannelMembershipCommandOutput>;
|
|
1368
|
-
deleteChannelMembership(
|
|
1369
|
-
args: DeleteChannelMembershipCommandInput,
|
|
1370
|
-
cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
|
|
1371
|
-
): void;
|
|
1372
|
-
deleteChannelMembership(
|
|
1373
|
-
args: DeleteChannelMembershipCommandInput,
|
|
1374
|
-
options: __HttpHandlerOptions,
|
|
1375
|
-
cb: (err: any, data?: DeleteChannelMembershipCommandOutput) => void
|
|
1376
|
-
): void;
|
|
1377
|
-
deleteChannelMessage(
|
|
1378
|
-
args: DeleteChannelMessageCommandInput,
|
|
1379
|
-
options?: __HttpHandlerOptions
|
|
1380
|
-
): Promise<DeleteChannelMessageCommandOutput>;
|
|
1381
|
-
deleteChannelMessage(
|
|
1382
|
-
args: DeleteChannelMessageCommandInput,
|
|
1383
|
-
cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
|
|
1384
|
-
): void;
|
|
1385
|
-
deleteChannelMessage(
|
|
1386
|
-
args: DeleteChannelMessageCommandInput,
|
|
1387
|
-
options: __HttpHandlerOptions,
|
|
1388
|
-
cb: (err: any, data?: DeleteChannelMessageCommandOutput) => void
|
|
1389
|
-
): void;
|
|
1390
|
-
deleteChannelModerator(
|
|
1391
|
-
args: DeleteChannelModeratorCommandInput,
|
|
1392
|
-
options?: __HttpHandlerOptions
|
|
1393
|
-
): Promise<DeleteChannelModeratorCommandOutput>;
|
|
1394
|
-
deleteChannelModerator(
|
|
1395
|
-
args: DeleteChannelModeratorCommandInput,
|
|
1396
|
-
cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
|
|
1397
|
-
): void;
|
|
1398
|
-
deleteChannelModerator(
|
|
1399
|
-
args: DeleteChannelModeratorCommandInput,
|
|
1400
|
-
options: __HttpHandlerOptions,
|
|
1401
|
-
cb: (err: any, data?: DeleteChannelModeratorCommandOutput) => void
|
|
1402
|
-
): void;
|
|
1403
|
-
deleteEventsConfiguration(
|
|
1404
|
-
args: DeleteEventsConfigurationCommandInput,
|
|
1405
|
-
options?: __HttpHandlerOptions
|
|
1406
|
-
): Promise<DeleteEventsConfigurationCommandOutput>;
|
|
1407
|
-
deleteEventsConfiguration(
|
|
1408
|
-
args: DeleteEventsConfigurationCommandInput,
|
|
1409
|
-
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
|
|
1410
|
-
): void;
|
|
1411
|
-
deleteEventsConfiguration(
|
|
1412
|
-
args: DeleteEventsConfigurationCommandInput,
|
|
1413
|
-
options: __HttpHandlerOptions,
|
|
1414
|
-
cb: (err: any, data?: DeleteEventsConfigurationCommandOutput) => void
|
|
1415
|
-
): void;
|
|
1416
|
-
deleteMediaCapturePipeline(
|
|
1417
|
-
args: DeleteMediaCapturePipelineCommandInput,
|
|
1418
|
-
options?: __HttpHandlerOptions
|
|
1419
|
-
): Promise<DeleteMediaCapturePipelineCommandOutput>;
|
|
1420
|
-
deleteMediaCapturePipeline(
|
|
1421
|
-
args: DeleteMediaCapturePipelineCommandInput,
|
|
1422
|
-
cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void
|
|
1423
|
-
): void;
|
|
1424
|
-
deleteMediaCapturePipeline(
|
|
1425
|
-
args: DeleteMediaCapturePipelineCommandInput,
|
|
1426
|
-
options: __HttpHandlerOptions,
|
|
1427
|
-
cb: (err: any, data?: DeleteMediaCapturePipelineCommandOutput) => void
|
|
1428
|
-
): void;
|
|
1429
|
-
deleteMeeting(
|
|
1430
|
-
args: DeleteMeetingCommandInput,
|
|
1431
|
-
options?: __HttpHandlerOptions
|
|
1432
|
-
): Promise<DeleteMeetingCommandOutput>;
|
|
1433
|
-
deleteMeeting(
|
|
1434
|
-
args: DeleteMeetingCommandInput,
|
|
1435
|
-
cb: (err: any, data?: DeleteMeetingCommandOutput) => void
|
|
1436
|
-
): void;
|
|
1437
|
-
deleteMeeting(
|
|
1438
|
-
args: DeleteMeetingCommandInput,
|
|
1439
|
-
options: __HttpHandlerOptions,
|
|
1440
|
-
cb: (err: any, data?: DeleteMeetingCommandOutput) => void
|
|
1441
|
-
): void;
|
|
1442
|
-
deletePhoneNumber(
|
|
1443
|
-
args: DeletePhoneNumberCommandInput,
|
|
1444
|
-
options?: __HttpHandlerOptions
|
|
1445
|
-
): Promise<DeletePhoneNumberCommandOutput>;
|
|
1446
|
-
deletePhoneNumber(
|
|
1447
|
-
args: DeletePhoneNumberCommandInput,
|
|
1448
|
-
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
|
|
1449
|
-
): void;
|
|
1450
|
-
deletePhoneNumber(
|
|
1451
|
-
args: DeletePhoneNumberCommandInput,
|
|
1452
|
-
options: __HttpHandlerOptions,
|
|
1453
|
-
cb: (err: any, data?: DeletePhoneNumberCommandOutput) => void
|
|
1454
|
-
): void;
|
|
1455
|
-
deleteProxySession(
|
|
1456
|
-
args: DeleteProxySessionCommandInput,
|
|
1457
|
-
options?: __HttpHandlerOptions
|
|
1458
|
-
): Promise<DeleteProxySessionCommandOutput>;
|
|
1459
|
-
deleteProxySession(
|
|
1460
|
-
args: DeleteProxySessionCommandInput,
|
|
1461
|
-
cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
|
|
1462
|
-
): void;
|
|
1463
|
-
deleteProxySession(
|
|
1464
|
-
args: DeleteProxySessionCommandInput,
|
|
1465
|
-
options: __HttpHandlerOptions,
|
|
1466
|
-
cb: (err: any, data?: DeleteProxySessionCommandOutput) => void
|
|
1467
|
-
): void;
|
|
1468
|
-
deleteRoom(
|
|
1469
|
-
args: DeleteRoomCommandInput,
|
|
1470
|
-
options?: __HttpHandlerOptions
|
|
1471
|
-
): Promise<DeleteRoomCommandOutput>;
|
|
1472
|
-
deleteRoom(
|
|
1473
|
-
args: DeleteRoomCommandInput,
|
|
1474
|
-
cb: (err: any, data?: DeleteRoomCommandOutput) => void
|
|
1475
|
-
): void;
|
|
1476
|
-
deleteRoom(
|
|
1477
|
-
args: DeleteRoomCommandInput,
|
|
500
|
+
deleteRoom(
|
|
501
|
+
args: DeleteRoomCommandInput,
|
|
1478
502
|
options: __HttpHandlerOptions,
|
|
1479
503
|
cb: (err: any, data?: DeleteRoomCommandOutput) => void
|
|
1480
504
|
): void;
|
|
@@ -1491,283 +515,6 @@ export interface Chime {
|
|
|
1491
515
|
options: __HttpHandlerOptions,
|
|
1492
516
|
cb: (err: any, data?: DeleteRoomMembershipCommandOutput) => void
|
|
1493
517
|
): void;
|
|
1494
|
-
deleteSipMediaApplication(
|
|
1495
|
-
args: DeleteSipMediaApplicationCommandInput,
|
|
1496
|
-
options?: __HttpHandlerOptions
|
|
1497
|
-
): Promise<DeleteSipMediaApplicationCommandOutput>;
|
|
1498
|
-
deleteSipMediaApplication(
|
|
1499
|
-
args: DeleteSipMediaApplicationCommandInput,
|
|
1500
|
-
cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
|
|
1501
|
-
): void;
|
|
1502
|
-
deleteSipMediaApplication(
|
|
1503
|
-
args: DeleteSipMediaApplicationCommandInput,
|
|
1504
|
-
options: __HttpHandlerOptions,
|
|
1505
|
-
cb: (err: any, data?: DeleteSipMediaApplicationCommandOutput) => void
|
|
1506
|
-
): void;
|
|
1507
|
-
deleteSipRule(
|
|
1508
|
-
args: DeleteSipRuleCommandInput,
|
|
1509
|
-
options?: __HttpHandlerOptions
|
|
1510
|
-
): Promise<DeleteSipRuleCommandOutput>;
|
|
1511
|
-
deleteSipRule(
|
|
1512
|
-
args: DeleteSipRuleCommandInput,
|
|
1513
|
-
cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
|
|
1514
|
-
): void;
|
|
1515
|
-
deleteSipRule(
|
|
1516
|
-
args: DeleteSipRuleCommandInput,
|
|
1517
|
-
options: __HttpHandlerOptions,
|
|
1518
|
-
cb: (err: any, data?: DeleteSipRuleCommandOutput) => void
|
|
1519
|
-
): void;
|
|
1520
|
-
deleteVoiceConnector(
|
|
1521
|
-
args: DeleteVoiceConnectorCommandInput,
|
|
1522
|
-
options?: __HttpHandlerOptions
|
|
1523
|
-
): Promise<DeleteVoiceConnectorCommandOutput>;
|
|
1524
|
-
deleteVoiceConnector(
|
|
1525
|
-
args: DeleteVoiceConnectorCommandInput,
|
|
1526
|
-
cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
|
|
1527
|
-
): void;
|
|
1528
|
-
deleteVoiceConnector(
|
|
1529
|
-
args: DeleteVoiceConnectorCommandInput,
|
|
1530
|
-
options: __HttpHandlerOptions,
|
|
1531
|
-
cb: (err: any, data?: DeleteVoiceConnectorCommandOutput) => void
|
|
1532
|
-
): void;
|
|
1533
|
-
deleteVoiceConnectorEmergencyCallingConfiguration(
|
|
1534
|
-
args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
1535
|
-
options?: __HttpHandlerOptions
|
|
1536
|
-
): Promise<DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
1537
|
-
deleteVoiceConnectorEmergencyCallingConfiguration(
|
|
1538
|
-
args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
1539
|
-
cb: (
|
|
1540
|
-
err: any,
|
|
1541
|
-
data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
1542
|
-
) => void
|
|
1543
|
-
): void;
|
|
1544
|
-
deleteVoiceConnectorEmergencyCallingConfiguration(
|
|
1545
|
-
args: DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
1546
|
-
options: __HttpHandlerOptions,
|
|
1547
|
-
cb: (
|
|
1548
|
-
err: any,
|
|
1549
|
-
data?: DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
1550
|
-
) => void
|
|
1551
|
-
): void;
|
|
1552
|
-
deleteVoiceConnectorGroup(
|
|
1553
|
-
args: DeleteVoiceConnectorGroupCommandInput,
|
|
1554
|
-
options?: __HttpHandlerOptions
|
|
1555
|
-
): Promise<DeleteVoiceConnectorGroupCommandOutput>;
|
|
1556
|
-
deleteVoiceConnectorGroup(
|
|
1557
|
-
args: DeleteVoiceConnectorGroupCommandInput,
|
|
1558
|
-
cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
|
|
1559
|
-
): void;
|
|
1560
|
-
deleteVoiceConnectorGroup(
|
|
1561
|
-
args: DeleteVoiceConnectorGroupCommandInput,
|
|
1562
|
-
options: __HttpHandlerOptions,
|
|
1563
|
-
cb: (err: any, data?: DeleteVoiceConnectorGroupCommandOutput) => void
|
|
1564
|
-
): void;
|
|
1565
|
-
deleteVoiceConnectorOrigination(
|
|
1566
|
-
args: DeleteVoiceConnectorOriginationCommandInput,
|
|
1567
|
-
options?: __HttpHandlerOptions
|
|
1568
|
-
): Promise<DeleteVoiceConnectorOriginationCommandOutput>;
|
|
1569
|
-
deleteVoiceConnectorOrigination(
|
|
1570
|
-
args: DeleteVoiceConnectorOriginationCommandInput,
|
|
1571
|
-
cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
|
|
1572
|
-
): void;
|
|
1573
|
-
deleteVoiceConnectorOrigination(
|
|
1574
|
-
args: DeleteVoiceConnectorOriginationCommandInput,
|
|
1575
|
-
options: __HttpHandlerOptions,
|
|
1576
|
-
cb: (err: any, data?: DeleteVoiceConnectorOriginationCommandOutput) => void
|
|
1577
|
-
): void;
|
|
1578
|
-
deleteVoiceConnectorProxy(
|
|
1579
|
-
args: DeleteVoiceConnectorProxyCommandInput,
|
|
1580
|
-
options?: __HttpHandlerOptions
|
|
1581
|
-
): Promise<DeleteVoiceConnectorProxyCommandOutput>;
|
|
1582
|
-
deleteVoiceConnectorProxy(
|
|
1583
|
-
args: DeleteVoiceConnectorProxyCommandInput,
|
|
1584
|
-
cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
|
|
1585
|
-
): void;
|
|
1586
|
-
deleteVoiceConnectorProxy(
|
|
1587
|
-
args: DeleteVoiceConnectorProxyCommandInput,
|
|
1588
|
-
options: __HttpHandlerOptions,
|
|
1589
|
-
cb: (err: any, data?: DeleteVoiceConnectorProxyCommandOutput) => void
|
|
1590
|
-
): void;
|
|
1591
|
-
deleteVoiceConnectorStreamingConfiguration(
|
|
1592
|
-
args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
1593
|
-
options?: __HttpHandlerOptions
|
|
1594
|
-
): Promise<DeleteVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
1595
|
-
deleteVoiceConnectorStreamingConfiguration(
|
|
1596
|
-
args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
1597
|
-
cb: (
|
|
1598
|
-
err: any,
|
|
1599
|
-
data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
|
|
1600
|
-
) => void
|
|
1601
|
-
): void;
|
|
1602
|
-
deleteVoiceConnectorStreamingConfiguration(
|
|
1603
|
-
args: DeleteVoiceConnectorStreamingConfigurationCommandInput,
|
|
1604
|
-
options: __HttpHandlerOptions,
|
|
1605
|
-
cb: (
|
|
1606
|
-
err: any,
|
|
1607
|
-
data?: DeleteVoiceConnectorStreamingConfigurationCommandOutput
|
|
1608
|
-
) => void
|
|
1609
|
-
): void;
|
|
1610
|
-
deleteVoiceConnectorTermination(
|
|
1611
|
-
args: DeleteVoiceConnectorTerminationCommandInput,
|
|
1612
|
-
options?: __HttpHandlerOptions
|
|
1613
|
-
): Promise<DeleteVoiceConnectorTerminationCommandOutput>;
|
|
1614
|
-
deleteVoiceConnectorTermination(
|
|
1615
|
-
args: DeleteVoiceConnectorTerminationCommandInput,
|
|
1616
|
-
cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
|
|
1617
|
-
): void;
|
|
1618
|
-
deleteVoiceConnectorTermination(
|
|
1619
|
-
args: DeleteVoiceConnectorTerminationCommandInput,
|
|
1620
|
-
options: __HttpHandlerOptions,
|
|
1621
|
-
cb: (err: any, data?: DeleteVoiceConnectorTerminationCommandOutput) => void
|
|
1622
|
-
): void;
|
|
1623
|
-
deleteVoiceConnectorTerminationCredentials(
|
|
1624
|
-
args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
1625
|
-
options?: __HttpHandlerOptions
|
|
1626
|
-
): Promise<DeleteVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
1627
|
-
deleteVoiceConnectorTerminationCredentials(
|
|
1628
|
-
args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
1629
|
-
cb: (
|
|
1630
|
-
err: any,
|
|
1631
|
-
data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
|
|
1632
|
-
) => void
|
|
1633
|
-
): void;
|
|
1634
|
-
deleteVoiceConnectorTerminationCredentials(
|
|
1635
|
-
args: DeleteVoiceConnectorTerminationCredentialsCommandInput,
|
|
1636
|
-
options: __HttpHandlerOptions,
|
|
1637
|
-
cb: (
|
|
1638
|
-
err: any,
|
|
1639
|
-
data?: DeleteVoiceConnectorTerminationCredentialsCommandOutput
|
|
1640
|
-
) => void
|
|
1641
|
-
): void;
|
|
1642
|
-
describeAppInstance(
|
|
1643
|
-
args: DescribeAppInstanceCommandInput,
|
|
1644
|
-
options?: __HttpHandlerOptions
|
|
1645
|
-
): Promise<DescribeAppInstanceCommandOutput>;
|
|
1646
|
-
describeAppInstance(
|
|
1647
|
-
args: DescribeAppInstanceCommandInput,
|
|
1648
|
-
cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void
|
|
1649
|
-
): void;
|
|
1650
|
-
describeAppInstance(
|
|
1651
|
-
args: DescribeAppInstanceCommandInput,
|
|
1652
|
-
options: __HttpHandlerOptions,
|
|
1653
|
-
cb: (err: any, data?: DescribeAppInstanceCommandOutput) => void
|
|
1654
|
-
): void;
|
|
1655
|
-
describeAppInstanceAdmin(
|
|
1656
|
-
args: DescribeAppInstanceAdminCommandInput,
|
|
1657
|
-
options?: __HttpHandlerOptions
|
|
1658
|
-
): Promise<DescribeAppInstanceAdminCommandOutput>;
|
|
1659
|
-
describeAppInstanceAdmin(
|
|
1660
|
-
args: DescribeAppInstanceAdminCommandInput,
|
|
1661
|
-
cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void
|
|
1662
|
-
): void;
|
|
1663
|
-
describeAppInstanceAdmin(
|
|
1664
|
-
args: DescribeAppInstanceAdminCommandInput,
|
|
1665
|
-
options: __HttpHandlerOptions,
|
|
1666
|
-
cb: (err: any, data?: DescribeAppInstanceAdminCommandOutput) => void
|
|
1667
|
-
): void;
|
|
1668
|
-
describeAppInstanceUser(
|
|
1669
|
-
args: DescribeAppInstanceUserCommandInput,
|
|
1670
|
-
options?: __HttpHandlerOptions
|
|
1671
|
-
): Promise<DescribeAppInstanceUserCommandOutput>;
|
|
1672
|
-
describeAppInstanceUser(
|
|
1673
|
-
args: DescribeAppInstanceUserCommandInput,
|
|
1674
|
-
cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void
|
|
1675
|
-
): void;
|
|
1676
|
-
describeAppInstanceUser(
|
|
1677
|
-
args: DescribeAppInstanceUserCommandInput,
|
|
1678
|
-
options: __HttpHandlerOptions,
|
|
1679
|
-
cb: (err: any, data?: DescribeAppInstanceUserCommandOutput) => void
|
|
1680
|
-
): void;
|
|
1681
|
-
describeChannel(
|
|
1682
|
-
args: DescribeChannelCommandInput,
|
|
1683
|
-
options?: __HttpHandlerOptions
|
|
1684
|
-
): Promise<DescribeChannelCommandOutput>;
|
|
1685
|
-
describeChannel(
|
|
1686
|
-
args: DescribeChannelCommandInput,
|
|
1687
|
-
cb: (err: any, data?: DescribeChannelCommandOutput) => void
|
|
1688
|
-
): void;
|
|
1689
|
-
describeChannel(
|
|
1690
|
-
args: DescribeChannelCommandInput,
|
|
1691
|
-
options: __HttpHandlerOptions,
|
|
1692
|
-
cb: (err: any, data?: DescribeChannelCommandOutput) => void
|
|
1693
|
-
): void;
|
|
1694
|
-
describeChannelBan(
|
|
1695
|
-
args: DescribeChannelBanCommandInput,
|
|
1696
|
-
options?: __HttpHandlerOptions
|
|
1697
|
-
): Promise<DescribeChannelBanCommandOutput>;
|
|
1698
|
-
describeChannelBan(
|
|
1699
|
-
args: DescribeChannelBanCommandInput,
|
|
1700
|
-
cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
|
|
1701
|
-
): void;
|
|
1702
|
-
describeChannelBan(
|
|
1703
|
-
args: DescribeChannelBanCommandInput,
|
|
1704
|
-
options: __HttpHandlerOptions,
|
|
1705
|
-
cb: (err: any, data?: DescribeChannelBanCommandOutput) => void
|
|
1706
|
-
): void;
|
|
1707
|
-
describeChannelMembership(
|
|
1708
|
-
args: DescribeChannelMembershipCommandInput,
|
|
1709
|
-
options?: __HttpHandlerOptions
|
|
1710
|
-
): Promise<DescribeChannelMembershipCommandOutput>;
|
|
1711
|
-
describeChannelMembership(
|
|
1712
|
-
args: DescribeChannelMembershipCommandInput,
|
|
1713
|
-
cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
|
|
1714
|
-
): void;
|
|
1715
|
-
describeChannelMembership(
|
|
1716
|
-
args: DescribeChannelMembershipCommandInput,
|
|
1717
|
-
options: __HttpHandlerOptions,
|
|
1718
|
-
cb: (err: any, data?: DescribeChannelMembershipCommandOutput) => void
|
|
1719
|
-
): void;
|
|
1720
|
-
describeChannelMembershipForAppInstanceUser(
|
|
1721
|
-
args: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
1722
|
-
options?: __HttpHandlerOptions
|
|
1723
|
-
): Promise<DescribeChannelMembershipForAppInstanceUserCommandOutput>;
|
|
1724
|
-
describeChannelMembershipForAppInstanceUser(
|
|
1725
|
-
args: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
1726
|
-
cb: (
|
|
1727
|
-
err: any,
|
|
1728
|
-
data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
|
|
1729
|
-
) => void
|
|
1730
|
-
): void;
|
|
1731
|
-
describeChannelMembershipForAppInstanceUser(
|
|
1732
|
-
args: DescribeChannelMembershipForAppInstanceUserCommandInput,
|
|
1733
|
-
options: __HttpHandlerOptions,
|
|
1734
|
-
cb: (
|
|
1735
|
-
err: any,
|
|
1736
|
-
data?: DescribeChannelMembershipForAppInstanceUserCommandOutput
|
|
1737
|
-
) => void
|
|
1738
|
-
): void;
|
|
1739
|
-
describeChannelModeratedByAppInstanceUser(
|
|
1740
|
-
args: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
1741
|
-
options?: __HttpHandlerOptions
|
|
1742
|
-
): Promise<DescribeChannelModeratedByAppInstanceUserCommandOutput>;
|
|
1743
|
-
describeChannelModeratedByAppInstanceUser(
|
|
1744
|
-
args: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
1745
|
-
cb: (
|
|
1746
|
-
err: any,
|
|
1747
|
-
data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
|
|
1748
|
-
) => void
|
|
1749
|
-
): void;
|
|
1750
|
-
describeChannelModeratedByAppInstanceUser(
|
|
1751
|
-
args: DescribeChannelModeratedByAppInstanceUserCommandInput,
|
|
1752
|
-
options: __HttpHandlerOptions,
|
|
1753
|
-
cb: (
|
|
1754
|
-
err: any,
|
|
1755
|
-
data?: DescribeChannelModeratedByAppInstanceUserCommandOutput
|
|
1756
|
-
) => void
|
|
1757
|
-
): void;
|
|
1758
|
-
describeChannelModerator(
|
|
1759
|
-
args: DescribeChannelModeratorCommandInput,
|
|
1760
|
-
options?: __HttpHandlerOptions
|
|
1761
|
-
): Promise<DescribeChannelModeratorCommandOutput>;
|
|
1762
|
-
describeChannelModerator(
|
|
1763
|
-
args: DescribeChannelModeratorCommandInput,
|
|
1764
|
-
cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
|
|
1765
|
-
): void;
|
|
1766
|
-
describeChannelModerator(
|
|
1767
|
-
args: DescribeChannelModeratorCommandInput,
|
|
1768
|
-
options: __HttpHandlerOptions,
|
|
1769
|
-
cb: (err: any, data?: DescribeChannelModeratorCommandOutput) => void
|
|
1770
|
-
): void;
|
|
1771
518
|
disassociatePhoneNumberFromUser(
|
|
1772
519
|
args: DisassociatePhoneNumberFromUserCommandInput,
|
|
1773
520
|
options?: __HttpHandlerOptions
|
|
@@ -1781,44 +528,6 @@ export interface Chime {
|
|
|
1781
528
|
options: __HttpHandlerOptions,
|
|
1782
529
|
cb: (err: any, data?: DisassociatePhoneNumberFromUserCommandOutput) => void
|
|
1783
530
|
): void;
|
|
1784
|
-
disassociatePhoneNumbersFromVoiceConnector(
|
|
1785
|
-
args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
1786
|
-
options?: __HttpHandlerOptions
|
|
1787
|
-
): Promise<DisassociatePhoneNumbersFromVoiceConnectorCommandOutput>;
|
|
1788
|
-
disassociatePhoneNumbersFromVoiceConnector(
|
|
1789
|
-
args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
1790
|
-
cb: (
|
|
1791
|
-
err: any,
|
|
1792
|
-
data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
|
|
1793
|
-
) => void
|
|
1794
|
-
): void;
|
|
1795
|
-
disassociatePhoneNumbersFromVoiceConnector(
|
|
1796
|
-
args: DisassociatePhoneNumbersFromVoiceConnectorCommandInput,
|
|
1797
|
-
options: __HttpHandlerOptions,
|
|
1798
|
-
cb: (
|
|
1799
|
-
err: any,
|
|
1800
|
-
data?: DisassociatePhoneNumbersFromVoiceConnectorCommandOutput
|
|
1801
|
-
) => void
|
|
1802
|
-
): void;
|
|
1803
|
-
disassociatePhoneNumbersFromVoiceConnectorGroup(
|
|
1804
|
-
args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
1805
|
-
options?: __HttpHandlerOptions
|
|
1806
|
-
): Promise<DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput>;
|
|
1807
|
-
disassociatePhoneNumbersFromVoiceConnectorGroup(
|
|
1808
|
-
args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
1809
|
-
cb: (
|
|
1810
|
-
err: any,
|
|
1811
|
-
data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
|
|
1812
|
-
) => void
|
|
1813
|
-
): void;
|
|
1814
|
-
disassociatePhoneNumbersFromVoiceConnectorGroup(
|
|
1815
|
-
args: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput,
|
|
1816
|
-
options: __HttpHandlerOptions,
|
|
1817
|
-
cb: (
|
|
1818
|
-
err: any,
|
|
1819
|
-
data?: DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput
|
|
1820
|
-
) => void
|
|
1821
|
-
): void;
|
|
1822
531
|
disassociateSigninDelegateGroupsFromAccount(
|
|
1823
532
|
args: DisassociateSigninDelegateGroupsFromAccountCommandInput,
|
|
1824
533
|
options?: __HttpHandlerOptions
|
|
@@ -1864,51 +573,6 @@ export interface Chime {
|
|
|
1864
573
|
options: __HttpHandlerOptions,
|
|
1865
574
|
cb: (err: any, data?: GetAccountSettingsCommandOutput) => void
|
|
1866
575
|
): void;
|
|
1867
|
-
getAppInstanceRetentionSettings(
|
|
1868
|
-
args: GetAppInstanceRetentionSettingsCommandInput,
|
|
1869
|
-
options?: __HttpHandlerOptions
|
|
1870
|
-
): Promise<GetAppInstanceRetentionSettingsCommandOutput>;
|
|
1871
|
-
getAppInstanceRetentionSettings(
|
|
1872
|
-
args: GetAppInstanceRetentionSettingsCommandInput,
|
|
1873
|
-
cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void
|
|
1874
|
-
): void;
|
|
1875
|
-
getAppInstanceRetentionSettings(
|
|
1876
|
-
args: GetAppInstanceRetentionSettingsCommandInput,
|
|
1877
|
-
options: __HttpHandlerOptions,
|
|
1878
|
-
cb: (err: any, data?: GetAppInstanceRetentionSettingsCommandOutput) => void
|
|
1879
|
-
): void;
|
|
1880
|
-
getAppInstanceStreamingConfigurations(
|
|
1881
|
-
args: GetAppInstanceStreamingConfigurationsCommandInput,
|
|
1882
|
-
options?: __HttpHandlerOptions
|
|
1883
|
-
): Promise<GetAppInstanceStreamingConfigurationsCommandOutput>;
|
|
1884
|
-
getAppInstanceStreamingConfigurations(
|
|
1885
|
-
args: GetAppInstanceStreamingConfigurationsCommandInput,
|
|
1886
|
-
cb: (
|
|
1887
|
-
err: any,
|
|
1888
|
-
data?: GetAppInstanceStreamingConfigurationsCommandOutput
|
|
1889
|
-
) => void
|
|
1890
|
-
): void;
|
|
1891
|
-
getAppInstanceStreamingConfigurations(
|
|
1892
|
-
args: GetAppInstanceStreamingConfigurationsCommandInput,
|
|
1893
|
-
options: __HttpHandlerOptions,
|
|
1894
|
-
cb: (
|
|
1895
|
-
err: any,
|
|
1896
|
-
data?: GetAppInstanceStreamingConfigurationsCommandOutput
|
|
1897
|
-
) => void
|
|
1898
|
-
): void;
|
|
1899
|
-
getAttendee(
|
|
1900
|
-
args: GetAttendeeCommandInput,
|
|
1901
|
-
options?: __HttpHandlerOptions
|
|
1902
|
-
): Promise<GetAttendeeCommandOutput>;
|
|
1903
|
-
getAttendee(
|
|
1904
|
-
args: GetAttendeeCommandInput,
|
|
1905
|
-
cb: (err: any, data?: GetAttendeeCommandOutput) => void
|
|
1906
|
-
): void;
|
|
1907
|
-
getAttendee(
|
|
1908
|
-
args: GetAttendeeCommandInput,
|
|
1909
|
-
options: __HttpHandlerOptions,
|
|
1910
|
-
cb: (err: any, data?: GetAttendeeCommandOutput) => void
|
|
1911
|
-
): void;
|
|
1912
576
|
getBot(
|
|
1913
577
|
args: GetBotCommandInput,
|
|
1914
578
|
options?: __HttpHandlerOptions
|
|
@@ -1922,19 +586,6 @@ export interface Chime {
|
|
|
1922
586
|
options: __HttpHandlerOptions,
|
|
1923
587
|
cb: (err: any, data?: GetBotCommandOutput) => void
|
|
1924
588
|
): void;
|
|
1925
|
-
getChannelMessage(
|
|
1926
|
-
args: GetChannelMessageCommandInput,
|
|
1927
|
-
options?: __HttpHandlerOptions
|
|
1928
|
-
): Promise<GetChannelMessageCommandOutput>;
|
|
1929
|
-
getChannelMessage(
|
|
1930
|
-
args: GetChannelMessageCommandInput,
|
|
1931
|
-
cb: (err: any, data?: GetChannelMessageCommandOutput) => void
|
|
1932
|
-
): void;
|
|
1933
|
-
getChannelMessage(
|
|
1934
|
-
args: GetChannelMessageCommandInput,
|
|
1935
|
-
options: __HttpHandlerOptions,
|
|
1936
|
-
cb: (err: any, data?: GetChannelMessageCommandOutput) => void
|
|
1937
|
-
): void;
|
|
1938
589
|
getEventsConfiguration(
|
|
1939
590
|
args: GetEventsConfigurationCommandInput,
|
|
1940
591
|
options?: __HttpHandlerOptions
|
|
@@ -1962,46 +613,6 @@ export interface Chime {
|
|
|
1962
613
|
options: __HttpHandlerOptions,
|
|
1963
614
|
cb: (err: any, data?: GetGlobalSettingsCommandOutput) => void
|
|
1964
615
|
): void;
|
|
1965
|
-
getMediaCapturePipeline(
|
|
1966
|
-
args: GetMediaCapturePipelineCommandInput,
|
|
1967
|
-
options?: __HttpHandlerOptions
|
|
1968
|
-
): Promise<GetMediaCapturePipelineCommandOutput>;
|
|
1969
|
-
getMediaCapturePipeline(
|
|
1970
|
-
args: GetMediaCapturePipelineCommandInput,
|
|
1971
|
-
cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void
|
|
1972
|
-
): void;
|
|
1973
|
-
getMediaCapturePipeline(
|
|
1974
|
-
args: GetMediaCapturePipelineCommandInput,
|
|
1975
|
-
options: __HttpHandlerOptions,
|
|
1976
|
-
cb: (err: any, data?: GetMediaCapturePipelineCommandOutput) => void
|
|
1977
|
-
): void;
|
|
1978
|
-
getMeeting(
|
|
1979
|
-
args: GetMeetingCommandInput,
|
|
1980
|
-
options?: __HttpHandlerOptions
|
|
1981
|
-
): Promise<GetMeetingCommandOutput>;
|
|
1982
|
-
getMeeting(
|
|
1983
|
-
args: GetMeetingCommandInput,
|
|
1984
|
-
cb: (err: any, data?: GetMeetingCommandOutput) => void
|
|
1985
|
-
): void;
|
|
1986
|
-
getMeeting(
|
|
1987
|
-
args: GetMeetingCommandInput,
|
|
1988
|
-
options: __HttpHandlerOptions,
|
|
1989
|
-
cb: (err: any, data?: GetMeetingCommandOutput) => void
|
|
1990
|
-
): void;
|
|
1991
|
-
getMessagingSessionEndpoint(): Promise<GetMessagingSessionEndpointCommandOutput>;
|
|
1992
|
-
getMessagingSessionEndpoint(
|
|
1993
|
-
args: GetMessagingSessionEndpointCommandInput,
|
|
1994
|
-
options?: __HttpHandlerOptions
|
|
1995
|
-
): Promise<GetMessagingSessionEndpointCommandOutput>;
|
|
1996
|
-
getMessagingSessionEndpoint(
|
|
1997
|
-
args: GetMessagingSessionEndpointCommandInput,
|
|
1998
|
-
cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
|
|
1999
|
-
): void;
|
|
2000
|
-
getMessagingSessionEndpoint(
|
|
2001
|
-
args: GetMessagingSessionEndpointCommandInput,
|
|
2002
|
-
options: __HttpHandlerOptions,
|
|
2003
|
-
cb: (err: any, data?: GetMessagingSessionEndpointCommandOutput) => void
|
|
2004
|
-
): void;
|
|
2005
616
|
getPhoneNumber(
|
|
2006
617
|
args: GetPhoneNumberCommandInput,
|
|
2007
618
|
options?: __HttpHandlerOptions
|
|
@@ -2042,19 +653,6 @@ export interface Chime {
|
|
|
2042
653
|
options: __HttpHandlerOptions,
|
|
2043
654
|
cb: (err: any, data?: GetPhoneNumberSettingsCommandOutput) => void
|
|
2044
655
|
): void;
|
|
2045
|
-
getProxySession(
|
|
2046
|
-
args: GetProxySessionCommandInput,
|
|
2047
|
-
options?: __HttpHandlerOptions
|
|
2048
|
-
): Promise<GetProxySessionCommandOutput>;
|
|
2049
|
-
getProxySession(
|
|
2050
|
-
args: GetProxySessionCommandInput,
|
|
2051
|
-
cb: (err: any, data?: GetProxySessionCommandOutput) => void
|
|
2052
|
-
): void;
|
|
2053
|
-
getProxySession(
|
|
2054
|
-
args: GetProxySessionCommandInput,
|
|
2055
|
-
options: __HttpHandlerOptions,
|
|
2056
|
-
cb: (err: any, data?: GetProxySessionCommandOutput) => void
|
|
2057
|
-
): void;
|
|
2058
656
|
getRetentionSettings(
|
|
2059
657
|
args: GetRetentionSettingsCommandInput,
|
|
2060
658
|
options?: __HttpHandlerOptions
|
|
@@ -2072,478 +670,80 @@ export interface Chime {
|
|
|
2072
670
|
args: GetRoomCommandInput,
|
|
2073
671
|
options?: __HttpHandlerOptions
|
|
2074
672
|
): Promise<GetRoomCommandOutput>;
|
|
2075
|
-
getRoom(
|
|
2076
|
-
args: GetRoomCommandInput,
|
|
2077
|
-
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
2078
|
-
): void;
|
|
2079
|
-
getRoom(
|
|
2080
|
-
args: GetRoomCommandInput,
|
|
2081
|
-
options: __HttpHandlerOptions,
|
|
2082
|
-
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
2083
|
-
): void;
|
|
2084
|
-
getSipMediaApplication(
|
|
2085
|
-
args: GetSipMediaApplicationCommandInput,
|
|
2086
|
-
options?: __HttpHandlerOptions
|
|
2087
|
-
): Promise<GetSipMediaApplicationCommandOutput>;
|
|
2088
|
-
getSipMediaApplication(
|
|
2089
|
-
args: GetSipMediaApplicationCommandInput,
|
|
2090
|
-
cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
|
|
2091
|
-
): void;
|
|
2092
|
-
getSipMediaApplication(
|
|
2093
|
-
args: GetSipMediaApplicationCommandInput,
|
|
2094
|
-
options: __HttpHandlerOptions,
|
|
2095
|
-
cb: (err: any, data?: GetSipMediaApplicationCommandOutput) => void
|
|
2096
|
-
): void;
|
|
2097
|
-
getSipMediaApplicationLoggingConfiguration(
|
|
2098
|
-
args: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
2099
|
-
options?: __HttpHandlerOptions
|
|
2100
|
-
): Promise<GetSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
2101
|
-
getSipMediaApplicationLoggingConfiguration(
|
|
2102
|
-
args: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
2103
|
-
cb: (
|
|
2104
|
-
err: any,
|
|
2105
|
-
data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
|
|
2106
|
-
) => void
|
|
2107
|
-
): void;
|
|
2108
|
-
getSipMediaApplicationLoggingConfiguration(
|
|
2109
|
-
args: GetSipMediaApplicationLoggingConfigurationCommandInput,
|
|
2110
|
-
options: __HttpHandlerOptions,
|
|
2111
|
-
cb: (
|
|
2112
|
-
err: any,
|
|
2113
|
-
data?: GetSipMediaApplicationLoggingConfigurationCommandOutput
|
|
2114
|
-
) => void
|
|
2115
|
-
): void;
|
|
2116
|
-
getSipRule(
|
|
2117
|
-
args: GetSipRuleCommandInput,
|
|
2118
|
-
options?: __HttpHandlerOptions
|
|
2119
|
-
): Promise<GetSipRuleCommandOutput>;
|
|
2120
|
-
getSipRule(
|
|
2121
|
-
args: GetSipRuleCommandInput,
|
|
2122
|
-
cb: (err: any, data?: GetSipRuleCommandOutput) => void
|
|
2123
|
-
): void;
|
|
2124
|
-
getSipRule(
|
|
2125
|
-
args: GetSipRuleCommandInput,
|
|
2126
|
-
options: __HttpHandlerOptions,
|
|
2127
|
-
cb: (err: any, data?: GetSipRuleCommandOutput) => void
|
|
2128
|
-
): void;
|
|
2129
|
-
getUser(
|
|
2130
|
-
args: GetUserCommandInput,
|
|
2131
|
-
options?: __HttpHandlerOptions
|
|
2132
|
-
): Promise<GetUserCommandOutput>;
|
|
2133
|
-
getUser(
|
|
2134
|
-
args: GetUserCommandInput,
|
|
2135
|
-
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
2136
|
-
): void;
|
|
2137
|
-
getUser(
|
|
2138
|
-
args: GetUserCommandInput,
|
|
2139
|
-
options: __HttpHandlerOptions,
|
|
2140
|
-
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
2141
|
-
): void;
|
|
2142
|
-
getUserSettings(
|
|
2143
|
-
args: GetUserSettingsCommandInput,
|
|
2144
|
-
options?: __HttpHandlerOptions
|
|
2145
|
-
): Promise<GetUserSettingsCommandOutput>;
|
|
2146
|
-
getUserSettings(
|
|
2147
|
-
args: GetUserSettingsCommandInput,
|
|
2148
|
-
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
2149
|
-
): void;
|
|
2150
|
-
getUserSettings(
|
|
2151
|
-
args: GetUserSettingsCommandInput,
|
|
2152
|
-
options: __HttpHandlerOptions,
|
|
2153
|
-
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
2154
|
-
): void;
|
|
2155
|
-
getVoiceConnector(
|
|
2156
|
-
args: GetVoiceConnectorCommandInput,
|
|
2157
|
-
options?: __HttpHandlerOptions
|
|
2158
|
-
): Promise<GetVoiceConnectorCommandOutput>;
|
|
2159
|
-
getVoiceConnector(
|
|
2160
|
-
args: GetVoiceConnectorCommandInput,
|
|
2161
|
-
cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
|
|
2162
|
-
): void;
|
|
2163
|
-
getVoiceConnector(
|
|
2164
|
-
args: GetVoiceConnectorCommandInput,
|
|
2165
|
-
options: __HttpHandlerOptions,
|
|
2166
|
-
cb: (err: any, data?: GetVoiceConnectorCommandOutput) => void
|
|
2167
|
-
): void;
|
|
2168
|
-
getVoiceConnectorEmergencyCallingConfiguration(
|
|
2169
|
-
args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
2170
|
-
options?: __HttpHandlerOptions
|
|
2171
|
-
): Promise<GetVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
2172
|
-
getVoiceConnectorEmergencyCallingConfiguration(
|
|
2173
|
-
args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
2174
|
-
cb: (
|
|
2175
|
-
err: any,
|
|
2176
|
-
data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
2177
|
-
) => void
|
|
2178
|
-
): void;
|
|
2179
|
-
getVoiceConnectorEmergencyCallingConfiguration(
|
|
2180
|
-
args: GetVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
2181
|
-
options: __HttpHandlerOptions,
|
|
2182
|
-
cb: (
|
|
2183
|
-
err: any,
|
|
2184
|
-
data?: GetVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
2185
|
-
) => void
|
|
2186
|
-
): void;
|
|
2187
|
-
getVoiceConnectorGroup(
|
|
2188
|
-
args: GetVoiceConnectorGroupCommandInput,
|
|
2189
|
-
options?: __HttpHandlerOptions
|
|
2190
|
-
): Promise<GetVoiceConnectorGroupCommandOutput>;
|
|
2191
|
-
getVoiceConnectorGroup(
|
|
2192
|
-
args: GetVoiceConnectorGroupCommandInput,
|
|
2193
|
-
cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
|
|
2194
|
-
): void;
|
|
2195
|
-
getVoiceConnectorGroup(
|
|
2196
|
-
args: GetVoiceConnectorGroupCommandInput,
|
|
2197
|
-
options: __HttpHandlerOptions,
|
|
2198
|
-
cb: (err: any, data?: GetVoiceConnectorGroupCommandOutput) => void
|
|
2199
|
-
): void;
|
|
2200
|
-
getVoiceConnectorLoggingConfiguration(
|
|
2201
|
-
args: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
2202
|
-
options?: __HttpHandlerOptions
|
|
2203
|
-
): Promise<GetVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
2204
|
-
getVoiceConnectorLoggingConfiguration(
|
|
2205
|
-
args: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
2206
|
-
cb: (
|
|
2207
|
-
err: any,
|
|
2208
|
-
data?: GetVoiceConnectorLoggingConfigurationCommandOutput
|
|
2209
|
-
) => void
|
|
2210
|
-
): void;
|
|
2211
|
-
getVoiceConnectorLoggingConfiguration(
|
|
2212
|
-
args: GetVoiceConnectorLoggingConfigurationCommandInput,
|
|
2213
|
-
options: __HttpHandlerOptions,
|
|
2214
|
-
cb: (
|
|
2215
|
-
err: any,
|
|
2216
|
-
data?: GetVoiceConnectorLoggingConfigurationCommandOutput
|
|
2217
|
-
) => void
|
|
2218
|
-
): void;
|
|
2219
|
-
getVoiceConnectorOrigination(
|
|
2220
|
-
args: GetVoiceConnectorOriginationCommandInput,
|
|
2221
|
-
options?: __HttpHandlerOptions
|
|
2222
|
-
): Promise<GetVoiceConnectorOriginationCommandOutput>;
|
|
2223
|
-
getVoiceConnectorOrigination(
|
|
2224
|
-
args: GetVoiceConnectorOriginationCommandInput,
|
|
2225
|
-
cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
|
|
2226
|
-
): void;
|
|
2227
|
-
getVoiceConnectorOrigination(
|
|
2228
|
-
args: GetVoiceConnectorOriginationCommandInput,
|
|
2229
|
-
options: __HttpHandlerOptions,
|
|
2230
|
-
cb: (err: any, data?: GetVoiceConnectorOriginationCommandOutput) => void
|
|
2231
|
-
): void;
|
|
2232
|
-
getVoiceConnectorProxy(
|
|
2233
|
-
args: GetVoiceConnectorProxyCommandInput,
|
|
2234
|
-
options?: __HttpHandlerOptions
|
|
2235
|
-
): Promise<GetVoiceConnectorProxyCommandOutput>;
|
|
2236
|
-
getVoiceConnectorProxy(
|
|
2237
|
-
args: GetVoiceConnectorProxyCommandInput,
|
|
2238
|
-
cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
|
|
2239
|
-
): void;
|
|
2240
|
-
getVoiceConnectorProxy(
|
|
2241
|
-
args: GetVoiceConnectorProxyCommandInput,
|
|
2242
|
-
options: __HttpHandlerOptions,
|
|
2243
|
-
cb: (err: any, data?: GetVoiceConnectorProxyCommandOutput) => void
|
|
2244
|
-
): void;
|
|
2245
|
-
getVoiceConnectorStreamingConfiguration(
|
|
2246
|
-
args: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
2247
|
-
options?: __HttpHandlerOptions
|
|
2248
|
-
): Promise<GetVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
2249
|
-
getVoiceConnectorStreamingConfiguration(
|
|
2250
|
-
args: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
2251
|
-
cb: (
|
|
2252
|
-
err: any,
|
|
2253
|
-
data?: GetVoiceConnectorStreamingConfigurationCommandOutput
|
|
2254
|
-
) => void
|
|
2255
|
-
): void;
|
|
2256
|
-
getVoiceConnectorStreamingConfiguration(
|
|
2257
|
-
args: GetVoiceConnectorStreamingConfigurationCommandInput,
|
|
2258
|
-
options: __HttpHandlerOptions,
|
|
2259
|
-
cb: (
|
|
2260
|
-
err: any,
|
|
2261
|
-
data?: GetVoiceConnectorStreamingConfigurationCommandOutput
|
|
2262
|
-
) => void
|
|
2263
|
-
): void;
|
|
2264
|
-
getVoiceConnectorTermination(
|
|
2265
|
-
args: GetVoiceConnectorTerminationCommandInput,
|
|
2266
|
-
options?: __HttpHandlerOptions
|
|
2267
|
-
): Promise<GetVoiceConnectorTerminationCommandOutput>;
|
|
2268
|
-
getVoiceConnectorTermination(
|
|
2269
|
-
args: GetVoiceConnectorTerminationCommandInput,
|
|
2270
|
-
cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
|
|
2271
|
-
): void;
|
|
2272
|
-
getVoiceConnectorTermination(
|
|
2273
|
-
args: GetVoiceConnectorTerminationCommandInput,
|
|
2274
|
-
options: __HttpHandlerOptions,
|
|
2275
|
-
cb: (err: any, data?: GetVoiceConnectorTerminationCommandOutput) => void
|
|
2276
|
-
): void;
|
|
2277
|
-
getVoiceConnectorTerminationHealth(
|
|
2278
|
-
args: GetVoiceConnectorTerminationHealthCommandInput,
|
|
2279
|
-
options?: __HttpHandlerOptions
|
|
2280
|
-
): Promise<GetVoiceConnectorTerminationHealthCommandOutput>;
|
|
2281
|
-
getVoiceConnectorTerminationHealth(
|
|
2282
|
-
args: GetVoiceConnectorTerminationHealthCommandInput,
|
|
2283
|
-
cb: (
|
|
2284
|
-
err: any,
|
|
2285
|
-
data?: GetVoiceConnectorTerminationHealthCommandOutput
|
|
2286
|
-
) => void
|
|
2287
|
-
): void;
|
|
2288
|
-
getVoiceConnectorTerminationHealth(
|
|
2289
|
-
args: GetVoiceConnectorTerminationHealthCommandInput,
|
|
2290
|
-
options: __HttpHandlerOptions,
|
|
2291
|
-
cb: (
|
|
2292
|
-
err: any,
|
|
2293
|
-
data?: GetVoiceConnectorTerminationHealthCommandOutput
|
|
2294
|
-
) => void
|
|
2295
|
-
): void;
|
|
2296
|
-
inviteUsers(
|
|
2297
|
-
args: InviteUsersCommandInput,
|
|
2298
|
-
options?: __HttpHandlerOptions
|
|
2299
|
-
): Promise<InviteUsersCommandOutput>;
|
|
2300
|
-
inviteUsers(
|
|
2301
|
-
args: InviteUsersCommandInput,
|
|
2302
|
-
cb: (err: any, data?: InviteUsersCommandOutput) => void
|
|
2303
|
-
): void;
|
|
2304
|
-
inviteUsers(
|
|
2305
|
-
args: InviteUsersCommandInput,
|
|
2306
|
-
options: __HttpHandlerOptions,
|
|
2307
|
-
cb: (err: any, data?: InviteUsersCommandOutput) => void
|
|
2308
|
-
): void;
|
|
2309
|
-
listAccounts(): Promise<ListAccountsCommandOutput>;
|
|
2310
|
-
listAccounts(
|
|
2311
|
-
args: ListAccountsCommandInput,
|
|
2312
|
-
options?: __HttpHandlerOptions
|
|
2313
|
-
): Promise<ListAccountsCommandOutput>;
|
|
2314
|
-
listAccounts(
|
|
2315
|
-
args: ListAccountsCommandInput,
|
|
2316
|
-
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
2317
|
-
): void;
|
|
2318
|
-
listAccounts(
|
|
2319
|
-
args: ListAccountsCommandInput,
|
|
2320
|
-
options: __HttpHandlerOptions,
|
|
2321
|
-
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
2322
|
-
): void;
|
|
2323
|
-
listAppInstanceAdmins(
|
|
2324
|
-
args: ListAppInstanceAdminsCommandInput,
|
|
2325
|
-
options?: __HttpHandlerOptions
|
|
2326
|
-
): Promise<ListAppInstanceAdminsCommandOutput>;
|
|
2327
|
-
listAppInstanceAdmins(
|
|
2328
|
-
args: ListAppInstanceAdminsCommandInput,
|
|
2329
|
-
cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void
|
|
2330
|
-
): void;
|
|
2331
|
-
listAppInstanceAdmins(
|
|
2332
|
-
args: ListAppInstanceAdminsCommandInput,
|
|
2333
|
-
options: __HttpHandlerOptions,
|
|
2334
|
-
cb: (err: any, data?: ListAppInstanceAdminsCommandOutput) => void
|
|
2335
|
-
): void;
|
|
2336
|
-
listAppInstances(): Promise<ListAppInstancesCommandOutput>;
|
|
2337
|
-
listAppInstances(
|
|
2338
|
-
args: ListAppInstancesCommandInput,
|
|
2339
|
-
options?: __HttpHandlerOptions
|
|
2340
|
-
): Promise<ListAppInstancesCommandOutput>;
|
|
2341
|
-
listAppInstances(
|
|
2342
|
-
args: ListAppInstancesCommandInput,
|
|
2343
|
-
cb: (err: any, data?: ListAppInstancesCommandOutput) => void
|
|
2344
|
-
): void;
|
|
2345
|
-
listAppInstances(
|
|
2346
|
-
args: ListAppInstancesCommandInput,
|
|
2347
|
-
options: __HttpHandlerOptions,
|
|
2348
|
-
cb: (err: any, data?: ListAppInstancesCommandOutput) => void
|
|
2349
|
-
): void;
|
|
2350
|
-
listAppInstanceUsers(
|
|
2351
|
-
args: ListAppInstanceUsersCommandInput,
|
|
2352
|
-
options?: __HttpHandlerOptions
|
|
2353
|
-
): Promise<ListAppInstanceUsersCommandOutput>;
|
|
2354
|
-
listAppInstanceUsers(
|
|
2355
|
-
args: ListAppInstanceUsersCommandInput,
|
|
2356
|
-
cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void
|
|
2357
|
-
): void;
|
|
2358
|
-
listAppInstanceUsers(
|
|
2359
|
-
args: ListAppInstanceUsersCommandInput,
|
|
2360
|
-
options: __HttpHandlerOptions,
|
|
2361
|
-
cb: (err: any, data?: ListAppInstanceUsersCommandOutput) => void
|
|
2362
|
-
): void;
|
|
2363
|
-
listAttendees(
|
|
2364
|
-
args: ListAttendeesCommandInput,
|
|
2365
|
-
options?: __HttpHandlerOptions
|
|
2366
|
-
): Promise<ListAttendeesCommandOutput>;
|
|
2367
|
-
listAttendees(
|
|
2368
|
-
args: ListAttendeesCommandInput,
|
|
2369
|
-
cb: (err: any, data?: ListAttendeesCommandOutput) => void
|
|
2370
|
-
): void;
|
|
2371
|
-
listAttendees(
|
|
2372
|
-
args: ListAttendeesCommandInput,
|
|
2373
|
-
options: __HttpHandlerOptions,
|
|
2374
|
-
cb: (err: any, data?: ListAttendeesCommandOutput) => void
|
|
2375
|
-
): void;
|
|
2376
|
-
listAttendeeTags(
|
|
2377
|
-
args: ListAttendeeTagsCommandInput,
|
|
2378
|
-
options?: __HttpHandlerOptions
|
|
2379
|
-
): Promise<ListAttendeeTagsCommandOutput>;
|
|
2380
|
-
listAttendeeTags(
|
|
2381
|
-
args: ListAttendeeTagsCommandInput,
|
|
2382
|
-
cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void
|
|
2383
|
-
): void;
|
|
2384
|
-
listAttendeeTags(
|
|
2385
|
-
args: ListAttendeeTagsCommandInput,
|
|
2386
|
-
options: __HttpHandlerOptions,
|
|
2387
|
-
cb: (err: any, data?: ListAttendeeTagsCommandOutput) => void
|
|
2388
|
-
): void;
|
|
2389
|
-
listBots(
|
|
2390
|
-
args: ListBotsCommandInput,
|
|
2391
|
-
options?: __HttpHandlerOptions
|
|
2392
|
-
): Promise<ListBotsCommandOutput>;
|
|
2393
|
-
listBots(
|
|
2394
|
-
args: ListBotsCommandInput,
|
|
2395
|
-
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
2396
|
-
): void;
|
|
2397
|
-
listBots(
|
|
2398
|
-
args: ListBotsCommandInput,
|
|
2399
|
-
options: __HttpHandlerOptions,
|
|
2400
|
-
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
2401
|
-
): void;
|
|
2402
|
-
listChannelBans(
|
|
2403
|
-
args: ListChannelBansCommandInput,
|
|
2404
|
-
options?: __HttpHandlerOptions
|
|
2405
|
-
): Promise<ListChannelBansCommandOutput>;
|
|
2406
|
-
listChannelBans(
|
|
2407
|
-
args: ListChannelBansCommandInput,
|
|
2408
|
-
cb: (err: any, data?: ListChannelBansCommandOutput) => void
|
|
2409
|
-
): void;
|
|
2410
|
-
listChannelBans(
|
|
2411
|
-
args: ListChannelBansCommandInput,
|
|
2412
|
-
options: __HttpHandlerOptions,
|
|
2413
|
-
cb: (err: any, data?: ListChannelBansCommandOutput) => void
|
|
2414
|
-
): void;
|
|
2415
|
-
listChannelMemberships(
|
|
2416
|
-
args: ListChannelMembershipsCommandInput,
|
|
2417
|
-
options?: __HttpHandlerOptions
|
|
2418
|
-
): Promise<ListChannelMembershipsCommandOutput>;
|
|
2419
|
-
listChannelMemberships(
|
|
2420
|
-
args: ListChannelMembershipsCommandInput,
|
|
2421
|
-
cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
|
|
2422
|
-
): void;
|
|
2423
|
-
listChannelMemberships(
|
|
2424
|
-
args: ListChannelMembershipsCommandInput,
|
|
2425
|
-
options: __HttpHandlerOptions,
|
|
2426
|
-
cb: (err: any, data?: ListChannelMembershipsCommandOutput) => void
|
|
2427
|
-
): void;
|
|
2428
|
-
listChannelMembershipsForAppInstanceUser(): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
|
|
2429
|
-
listChannelMembershipsForAppInstanceUser(
|
|
2430
|
-
args: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
2431
|
-
options?: __HttpHandlerOptions
|
|
2432
|
-
): Promise<ListChannelMembershipsForAppInstanceUserCommandOutput>;
|
|
2433
|
-
listChannelMembershipsForAppInstanceUser(
|
|
2434
|
-
args: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
2435
|
-
cb: (
|
|
2436
|
-
err: any,
|
|
2437
|
-
data?: ListChannelMembershipsForAppInstanceUserCommandOutput
|
|
2438
|
-
) => void
|
|
2439
|
-
): void;
|
|
2440
|
-
listChannelMembershipsForAppInstanceUser(
|
|
2441
|
-
args: ListChannelMembershipsForAppInstanceUserCommandInput,
|
|
2442
|
-
options: __HttpHandlerOptions,
|
|
2443
|
-
cb: (
|
|
2444
|
-
err: any,
|
|
2445
|
-
data?: ListChannelMembershipsForAppInstanceUserCommandOutput
|
|
2446
|
-
) => void
|
|
2447
|
-
): void;
|
|
2448
|
-
listChannelMessages(
|
|
2449
|
-
args: ListChannelMessagesCommandInput,
|
|
2450
|
-
options?: __HttpHandlerOptions
|
|
2451
|
-
): Promise<ListChannelMessagesCommandOutput>;
|
|
2452
|
-
listChannelMessages(
|
|
2453
|
-
args: ListChannelMessagesCommandInput,
|
|
2454
|
-
cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
|
|
2455
|
-
): void;
|
|
2456
|
-
listChannelMessages(
|
|
2457
|
-
args: ListChannelMessagesCommandInput,
|
|
2458
|
-
options: __HttpHandlerOptions,
|
|
2459
|
-
cb: (err: any, data?: ListChannelMessagesCommandOutput) => void
|
|
2460
|
-
): void;
|
|
2461
|
-
listChannelModerators(
|
|
2462
|
-
args: ListChannelModeratorsCommandInput,
|
|
2463
|
-
options?: __HttpHandlerOptions
|
|
2464
|
-
): Promise<ListChannelModeratorsCommandOutput>;
|
|
2465
|
-
listChannelModerators(
|
|
2466
|
-
args: ListChannelModeratorsCommandInput,
|
|
2467
|
-
cb: (err: any, data?: ListChannelModeratorsCommandOutput) => void
|
|
673
|
+
getRoom(
|
|
674
|
+
args: GetRoomCommandInput,
|
|
675
|
+
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
2468
676
|
): void;
|
|
2469
|
-
|
|
2470
|
-
args:
|
|
677
|
+
getRoom(
|
|
678
|
+
args: GetRoomCommandInput,
|
|
2471
679
|
options: __HttpHandlerOptions,
|
|
2472
|
-
cb: (err: any, data?:
|
|
680
|
+
cb: (err: any, data?: GetRoomCommandOutput) => void
|
|
2473
681
|
): void;
|
|
2474
|
-
|
|
2475
|
-
args:
|
|
682
|
+
getUser(
|
|
683
|
+
args: GetUserCommandInput,
|
|
2476
684
|
options?: __HttpHandlerOptions
|
|
2477
|
-
): Promise<
|
|
2478
|
-
|
|
2479
|
-
args:
|
|
2480
|
-
cb: (err: any, data?:
|
|
685
|
+
): Promise<GetUserCommandOutput>;
|
|
686
|
+
getUser(
|
|
687
|
+
args: GetUserCommandInput,
|
|
688
|
+
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
2481
689
|
): void;
|
|
2482
|
-
|
|
2483
|
-
args:
|
|
690
|
+
getUser(
|
|
691
|
+
args: GetUserCommandInput,
|
|
2484
692
|
options: __HttpHandlerOptions,
|
|
2485
|
-
cb: (err: any, data?:
|
|
693
|
+
cb: (err: any, data?: GetUserCommandOutput) => void
|
|
2486
694
|
): void;
|
|
2487
|
-
|
|
2488
|
-
|
|
2489
|
-
args: ListChannelsModeratedByAppInstanceUserCommandInput,
|
|
695
|
+
getUserSettings(
|
|
696
|
+
args: GetUserSettingsCommandInput,
|
|
2490
697
|
options?: __HttpHandlerOptions
|
|
2491
|
-
): Promise<
|
|
2492
|
-
|
|
2493
|
-
args:
|
|
2494
|
-
cb: (
|
|
2495
|
-
err: any,
|
|
2496
|
-
data?: ListChannelsModeratedByAppInstanceUserCommandOutput
|
|
2497
|
-
) => void
|
|
698
|
+
): Promise<GetUserSettingsCommandOutput>;
|
|
699
|
+
getUserSettings(
|
|
700
|
+
args: GetUserSettingsCommandInput,
|
|
701
|
+
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
2498
702
|
): void;
|
|
2499
|
-
|
|
2500
|
-
args:
|
|
703
|
+
getUserSettings(
|
|
704
|
+
args: GetUserSettingsCommandInput,
|
|
2501
705
|
options: __HttpHandlerOptions,
|
|
2502
|
-
cb: (
|
|
2503
|
-
err: any,
|
|
2504
|
-
data?: ListChannelsModeratedByAppInstanceUserCommandOutput
|
|
2505
|
-
) => void
|
|
706
|
+
cb: (err: any, data?: GetUserSettingsCommandOutput) => void
|
|
2506
707
|
): void;
|
|
2507
|
-
|
|
2508
|
-
|
|
2509
|
-
args: ListMediaCapturePipelinesCommandInput,
|
|
708
|
+
inviteUsers(
|
|
709
|
+
args: InviteUsersCommandInput,
|
|
2510
710
|
options?: __HttpHandlerOptions
|
|
2511
|
-
): Promise<
|
|
2512
|
-
|
|
2513
|
-
args:
|
|
2514
|
-
cb: (err: any, data?:
|
|
711
|
+
): Promise<InviteUsersCommandOutput>;
|
|
712
|
+
inviteUsers(
|
|
713
|
+
args: InviteUsersCommandInput,
|
|
714
|
+
cb: (err: any, data?: InviteUsersCommandOutput) => void
|
|
2515
715
|
): void;
|
|
2516
|
-
|
|
2517
|
-
args:
|
|
716
|
+
inviteUsers(
|
|
717
|
+
args: InviteUsersCommandInput,
|
|
2518
718
|
options: __HttpHandlerOptions,
|
|
2519
|
-
cb: (err: any, data?:
|
|
719
|
+
cb: (err: any, data?: InviteUsersCommandOutput) => void
|
|
2520
720
|
): void;
|
|
2521
|
-
|
|
2522
|
-
|
|
2523
|
-
args:
|
|
721
|
+
listAccounts(): Promise<ListAccountsCommandOutput>;
|
|
722
|
+
listAccounts(
|
|
723
|
+
args: ListAccountsCommandInput,
|
|
2524
724
|
options?: __HttpHandlerOptions
|
|
2525
|
-
): Promise<
|
|
2526
|
-
|
|
2527
|
-
args:
|
|
2528
|
-
cb: (err: any, data?:
|
|
725
|
+
): Promise<ListAccountsCommandOutput>;
|
|
726
|
+
listAccounts(
|
|
727
|
+
args: ListAccountsCommandInput,
|
|
728
|
+
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
2529
729
|
): void;
|
|
2530
|
-
|
|
2531
|
-
args:
|
|
730
|
+
listAccounts(
|
|
731
|
+
args: ListAccountsCommandInput,
|
|
2532
732
|
options: __HttpHandlerOptions,
|
|
2533
|
-
cb: (err: any, data?:
|
|
733
|
+
cb: (err: any, data?: ListAccountsCommandOutput) => void
|
|
2534
734
|
): void;
|
|
2535
|
-
|
|
2536
|
-
args:
|
|
735
|
+
listBots(
|
|
736
|
+
args: ListBotsCommandInput,
|
|
2537
737
|
options?: __HttpHandlerOptions
|
|
2538
|
-
): Promise<
|
|
2539
|
-
|
|
2540
|
-
args:
|
|
2541
|
-
cb: (err: any, data?:
|
|
738
|
+
): Promise<ListBotsCommandOutput>;
|
|
739
|
+
listBots(
|
|
740
|
+
args: ListBotsCommandInput,
|
|
741
|
+
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
2542
742
|
): void;
|
|
2543
|
-
|
|
2544
|
-
args:
|
|
743
|
+
listBots(
|
|
744
|
+
args: ListBotsCommandInput,
|
|
2545
745
|
options: __HttpHandlerOptions,
|
|
2546
|
-
cb: (err: any, data?:
|
|
746
|
+
cb: (err: any, data?: ListBotsCommandOutput) => void
|
|
2547
747
|
): void;
|
|
2548
748
|
listPhoneNumberOrders(): Promise<ListPhoneNumberOrdersCommandOutput>;
|
|
2549
749
|
listPhoneNumberOrders(
|
|
@@ -2573,19 +773,6 @@ export interface Chime {
|
|
|
2573
773
|
options: __HttpHandlerOptions,
|
|
2574
774
|
cb: (err: any, data?: ListPhoneNumbersCommandOutput) => void
|
|
2575
775
|
): void;
|
|
2576
|
-
listProxySessions(
|
|
2577
|
-
args: ListProxySessionsCommandInput,
|
|
2578
|
-
options?: __HttpHandlerOptions
|
|
2579
|
-
): Promise<ListProxySessionsCommandOutput>;
|
|
2580
|
-
listProxySessions(
|
|
2581
|
-
args: ListProxySessionsCommandInput,
|
|
2582
|
-
cb: (err: any, data?: ListProxySessionsCommandOutput) => void
|
|
2583
|
-
): void;
|
|
2584
|
-
listProxySessions(
|
|
2585
|
-
args: ListProxySessionsCommandInput,
|
|
2586
|
-
options: __HttpHandlerOptions,
|
|
2587
|
-
cb: (err: any, data?: ListProxySessionsCommandOutput) => void
|
|
2588
|
-
): void;
|
|
2589
776
|
listRoomMemberships(
|
|
2590
777
|
args: ListRoomMembershipsCommandInput,
|
|
2591
778
|
options?: __HttpHandlerOptions
|
|
@@ -2612,34 +799,6 @@ export interface Chime {
|
|
|
2612
799
|
options: __HttpHandlerOptions,
|
|
2613
800
|
cb: (err: any, data?: ListRoomsCommandOutput) => void
|
|
2614
801
|
): void;
|
|
2615
|
-
listSipMediaApplications(): Promise<ListSipMediaApplicationsCommandOutput>;
|
|
2616
|
-
listSipMediaApplications(
|
|
2617
|
-
args: ListSipMediaApplicationsCommandInput,
|
|
2618
|
-
options?: __HttpHandlerOptions
|
|
2619
|
-
): Promise<ListSipMediaApplicationsCommandOutput>;
|
|
2620
|
-
listSipMediaApplications(
|
|
2621
|
-
args: ListSipMediaApplicationsCommandInput,
|
|
2622
|
-
cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
|
|
2623
|
-
): void;
|
|
2624
|
-
listSipMediaApplications(
|
|
2625
|
-
args: ListSipMediaApplicationsCommandInput,
|
|
2626
|
-
options: __HttpHandlerOptions,
|
|
2627
|
-
cb: (err: any, data?: ListSipMediaApplicationsCommandOutput) => void
|
|
2628
|
-
): void;
|
|
2629
|
-
listSipRules(): Promise<ListSipRulesCommandOutput>;
|
|
2630
|
-
listSipRules(
|
|
2631
|
-
args: ListSipRulesCommandInput,
|
|
2632
|
-
options?: __HttpHandlerOptions
|
|
2633
|
-
): Promise<ListSipRulesCommandOutput>;
|
|
2634
|
-
listSipRules(
|
|
2635
|
-
args: ListSipRulesCommandInput,
|
|
2636
|
-
cb: (err: any, data?: ListSipRulesCommandOutput) => void
|
|
2637
|
-
): void;
|
|
2638
|
-
listSipRules(
|
|
2639
|
-
args: ListSipRulesCommandInput,
|
|
2640
|
-
options: __HttpHandlerOptions,
|
|
2641
|
-
cb: (err: any, data?: ListSipRulesCommandOutput) => void
|
|
2642
|
-
): void;
|
|
2643
802
|
listSupportedPhoneNumberCountries(
|
|
2644
803
|
args: ListSupportedPhoneNumberCountriesCommandInput,
|
|
2645
804
|
options?: __HttpHandlerOptions
|
|
@@ -2659,19 +818,6 @@ export interface Chime {
|
|
|
2659
818
|
data?: ListSupportedPhoneNumberCountriesCommandOutput
|
|
2660
819
|
) => void
|
|
2661
820
|
): void;
|
|
2662
|
-
listTagsForResource(
|
|
2663
|
-
args: ListTagsForResourceCommandInput,
|
|
2664
|
-
options?: __HttpHandlerOptions
|
|
2665
|
-
): Promise<ListTagsForResourceCommandOutput>;
|
|
2666
|
-
listTagsForResource(
|
|
2667
|
-
args: ListTagsForResourceCommandInput,
|
|
2668
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2669
|
-
): void;
|
|
2670
|
-
listTagsForResource(
|
|
2671
|
-
args: ListTagsForResourceCommandInput,
|
|
2672
|
-
options: __HttpHandlerOptions,
|
|
2673
|
-
cb: (err: any, data?: ListTagsForResourceCommandOutput) => void
|
|
2674
|
-
): void;
|
|
2675
821
|
listUsers(
|
|
2676
822
|
args: ListUsersCommandInput,
|
|
2677
823
|
options?: __HttpHandlerOptions
|
|
@@ -2685,53 +831,6 @@ export interface Chime {
|
|
|
2685
831
|
options: __HttpHandlerOptions,
|
|
2686
832
|
cb: (err: any, data?: ListUsersCommandOutput) => void
|
|
2687
833
|
): void;
|
|
2688
|
-
listVoiceConnectorGroups(): Promise<ListVoiceConnectorGroupsCommandOutput>;
|
|
2689
|
-
listVoiceConnectorGroups(
|
|
2690
|
-
args: ListVoiceConnectorGroupsCommandInput,
|
|
2691
|
-
options?: __HttpHandlerOptions
|
|
2692
|
-
): Promise<ListVoiceConnectorGroupsCommandOutput>;
|
|
2693
|
-
listVoiceConnectorGroups(
|
|
2694
|
-
args: ListVoiceConnectorGroupsCommandInput,
|
|
2695
|
-
cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
|
|
2696
|
-
): void;
|
|
2697
|
-
listVoiceConnectorGroups(
|
|
2698
|
-
args: ListVoiceConnectorGroupsCommandInput,
|
|
2699
|
-
options: __HttpHandlerOptions,
|
|
2700
|
-
cb: (err: any, data?: ListVoiceConnectorGroupsCommandOutput) => void
|
|
2701
|
-
): void;
|
|
2702
|
-
listVoiceConnectors(): Promise<ListVoiceConnectorsCommandOutput>;
|
|
2703
|
-
listVoiceConnectors(
|
|
2704
|
-
args: ListVoiceConnectorsCommandInput,
|
|
2705
|
-
options?: __HttpHandlerOptions
|
|
2706
|
-
): Promise<ListVoiceConnectorsCommandOutput>;
|
|
2707
|
-
listVoiceConnectors(
|
|
2708
|
-
args: ListVoiceConnectorsCommandInput,
|
|
2709
|
-
cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
|
|
2710
|
-
): void;
|
|
2711
|
-
listVoiceConnectors(
|
|
2712
|
-
args: ListVoiceConnectorsCommandInput,
|
|
2713
|
-
options: __HttpHandlerOptions,
|
|
2714
|
-
cb: (err: any, data?: ListVoiceConnectorsCommandOutput) => void
|
|
2715
|
-
): void;
|
|
2716
|
-
listVoiceConnectorTerminationCredentials(
|
|
2717
|
-
args: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
2718
|
-
options?: __HttpHandlerOptions
|
|
2719
|
-
): Promise<ListVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
2720
|
-
listVoiceConnectorTerminationCredentials(
|
|
2721
|
-
args: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
2722
|
-
cb: (
|
|
2723
|
-
err: any,
|
|
2724
|
-
data?: ListVoiceConnectorTerminationCredentialsCommandOutput
|
|
2725
|
-
) => void
|
|
2726
|
-
): void;
|
|
2727
|
-
listVoiceConnectorTerminationCredentials(
|
|
2728
|
-
args: ListVoiceConnectorTerminationCredentialsCommandInput,
|
|
2729
|
-
options: __HttpHandlerOptions,
|
|
2730
|
-
cb: (
|
|
2731
|
-
err: any,
|
|
2732
|
-
data?: ListVoiceConnectorTerminationCredentialsCommandOutput
|
|
2733
|
-
) => void
|
|
2734
|
-
): void;
|
|
2735
834
|
logoutUser(
|
|
2736
835
|
args: LogoutUserCommandInput,
|
|
2737
836
|
options?: __HttpHandlerOptions
|
|
@@ -2745,38 +844,6 @@ export interface Chime {
|
|
|
2745
844
|
options: __HttpHandlerOptions,
|
|
2746
845
|
cb: (err: any, data?: LogoutUserCommandOutput) => void
|
|
2747
846
|
): void;
|
|
2748
|
-
putAppInstanceRetentionSettings(
|
|
2749
|
-
args: PutAppInstanceRetentionSettingsCommandInput,
|
|
2750
|
-
options?: __HttpHandlerOptions
|
|
2751
|
-
): Promise<PutAppInstanceRetentionSettingsCommandOutput>;
|
|
2752
|
-
putAppInstanceRetentionSettings(
|
|
2753
|
-
args: PutAppInstanceRetentionSettingsCommandInput,
|
|
2754
|
-
cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void
|
|
2755
|
-
): void;
|
|
2756
|
-
putAppInstanceRetentionSettings(
|
|
2757
|
-
args: PutAppInstanceRetentionSettingsCommandInput,
|
|
2758
|
-
options: __HttpHandlerOptions,
|
|
2759
|
-
cb: (err: any, data?: PutAppInstanceRetentionSettingsCommandOutput) => void
|
|
2760
|
-
): void;
|
|
2761
|
-
putAppInstanceStreamingConfigurations(
|
|
2762
|
-
args: PutAppInstanceStreamingConfigurationsCommandInput,
|
|
2763
|
-
options?: __HttpHandlerOptions
|
|
2764
|
-
): Promise<PutAppInstanceStreamingConfigurationsCommandOutput>;
|
|
2765
|
-
putAppInstanceStreamingConfigurations(
|
|
2766
|
-
args: PutAppInstanceStreamingConfigurationsCommandInput,
|
|
2767
|
-
cb: (
|
|
2768
|
-
err: any,
|
|
2769
|
-
data?: PutAppInstanceStreamingConfigurationsCommandOutput
|
|
2770
|
-
) => void
|
|
2771
|
-
): void;
|
|
2772
|
-
putAppInstanceStreamingConfigurations(
|
|
2773
|
-
args: PutAppInstanceStreamingConfigurationsCommandInput,
|
|
2774
|
-
options: __HttpHandlerOptions,
|
|
2775
|
-
cb: (
|
|
2776
|
-
err: any,
|
|
2777
|
-
data?: PutAppInstanceStreamingConfigurationsCommandOutput
|
|
2778
|
-
) => void
|
|
2779
|
-
): void;
|
|
2780
847
|
putEventsConfiguration(
|
|
2781
848
|
args: PutEventsConfigurationCommandInput,
|
|
2782
849
|
options?: __HttpHandlerOptions
|
|
@@ -2803,153 +870,6 @@ export interface Chime {
|
|
|
2803
870
|
options: __HttpHandlerOptions,
|
|
2804
871
|
cb: (err: any, data?: PutRetentionSettingsCommandOutput) => void
|
|
2805
872
|
): void;
|
|
2806
|
-
putSipMediaApplicationLoggingConfiguration(
|
|
2807
|
-
args: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
2808
|
-
options?: __HttpHandlerOptions
|
|
2809
|
-
): Promise<PutSipMediaApplicationLoggingConfigurationCommandOutput>;
|
|
2810
|
-
putSipMediaApplicationLoggingConfiguration(
|
|
2811
|
-
args: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
2812
|
-
cb: (
|
|
2813
|
-
err: any,
|
|
2814
|
-
data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
|
|
2815
|
-
) => void
|
|
2816
|
-
): void;
|
|
2817
|
-
putSipMediaApplicationLoggingConfiguration(
|
|
2818
|
-
args: PutSipMediaApplicationLoggingConfigurationCommandInput,
|
|
2819
|
-
options: __HttpHandlerOptions,
|
|
2820
|
-
cb: (
|
|
2821
|
-
err: any,
|
|
2822
|
-
data?: PutSipMediaApplicationLoggingConfigurationCommandOutput
|
|
2823
|
-
) => void
|
|
2824
|
-
): void;
|
|
2825
|
-
putVoiceConnectorEmergencyCallingConfiguration(
|
|
2826
|
-
args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
2827
|
-
options?: __HttpHandlerOptions
|
|
2828
|
-
): Promise<PutVoiceConnectorEmergencyCallingConfigurationCommandOutput>;
|
|
2829
|
-
putVoiceConnectorEmergencyCallingConfiguration(
|
|
2830
|
-
args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
2831
|
-
cb: (
|
|
2832
|
-
err: any,
|
|
2833
|
-
data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
2834
|
-
) => void
|
|
2835
|
-
): void;
|
|
2836
|
-
putVoiceConnectorEmergencyCallingConfiguration(
|
|
2837
|
-
args: PutVoiceConnectorEmergencyCallingConfigurationCommandInput,
|
|
2838
|
-
options: __HttpHandlerOptions,
|
|
2839
|
-
cb: (
|
|
2840
|
-
err: any,
|
|
2841
|
-
data?: PutVoiceConnectorEmergencyCallingConfigurationCommandOutput
|
|
2842
|
-
) => void
|
|
2843
|
-
): void;
|
|
2844
|
-
putVoiceConnectorLoggingConfiguration(
|
|
2845
|
-
args: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
2846
|
-
options?: __HttpHandlerOptions
|
|
2847
|
-
): Promise<PutVoiceConnectorLoggingConfigurationCommandOutput>;
|
|
2848
|
-
putVoiceConnectorLoggingConfiguration(
|
|
2849
|
-
args: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
2850
|
-
cb: (
|
|
2851
|
-
err: any,
|
|
2852
|
-
data?: PutVoiceConnectorLoggingConfigurationCommandOutput
|
|
2853
|
-
) => void
|
|
2854
|
-
): void;
|
|
2855
|
-
putVoiceConnectorLoggingConfiguration(
|
|
2856
|
-
args: PutVoiceConnectorLoggingConfigurationCommandInput,
|
|
2857
|
-
options: __HttpHandlerOptions,
|
|
2858
|
-
cb: (
|
|
2859
|
-
err: any,
|
|
2860
|
-
data?: PutVoiceConnectorLoggingConfigurationCommandOutput
|
|
2861
|
-
) => void
|
|
2862
|
-
): void;
|
|
2863
|
-
putVoiceConnectorOrigination(
|
|
2864
|
-
args: PutVoiceConnectorOriginationCommandInput,
|
|
2865
|
-
options?: __HttpHandlerOptions
|
|
2866
|
-
): Promise<PutVoiceConnectorOriginationCommandOutput>;
|
|
2867
|
-
putVoiceConnectorOrigination(
|
|
2868
|
-
args: PutVoiceConnectorOriginationCommandInput,
|
|
2869
|
-
cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
|
|
2870
|
-
): void;
|
|
2871
|
-
putVoiceConnectorOrigination(
|
|
2872
|
-
args: PutVoiceConnectorOriginationCommandInput,
|
|
2873
|
-
options: __HttpHandlerOptions,
|
|
2874
|
-
cb: (err: any, data?: PutVoiceConnectorOriginationCommandOutput) => void
|
|
2875
|
-
): void;
|
|
2876
|
-
putVoiceConnectorProxy(
|
|
2877
|
-
args: PutVoiceConnectorProxyCommandInput,
|
|
2878
|
-
options?: __HttpHandlerOptions
|
|
2879
|
-
): Promise<PutVoiceConnectorProxyCommandOutput>;
|
|
2880
|
-
putVoiceConnectorProxy(
|
|
2881
|
-
args: PutVoiceConnectorProxyCommandInput,
|
|
2882
|
-
cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
|
|
2883
|
-
): void;
|
|
2884
|
-
putVoiceConnectorProxy(
|
|
2885
|
-
args: PutVoiceConnectorProxyCommandInput,
|
|
2886
|
-
options: __HttpHandlerOptions,
|
|
2887
|
-
cb: (err: any, data?: PutVoiceConnectorProxyCommandOutput) => void
|
|
2888
|
-
): void;
|
|
2889
|
-
putVoiceConnectorStreamingConfiguration(
|
|
2890
|
-
args: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
2891
|
-
options?: __HttpHandlerOptions
|
|
2892
|
-
): Promise<PutVoiceConnectorStreamingConfigurationCommandOutput>;
|
|
2893
|
-
putVoiceConnectorStreamingConfiguration(
|
|
2894
|
-
args: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
2895
|
-
cb: (
|
|
2896
|
-
err: any,
|
|
2897
|
-
data?: PutVoiceConnectorStreamingConfigurationCommandOutput
|
|
2898
|
-
) => void
|
|
2899
|
-
): void;
|
|
2900
|
-
putVoiceConnectorStreamingConfiguration(
|
|
2901
|
-
args: PutVoiceConnectorStreamingConfigurationCommandInput,
|
|
2902
|
-
options: __HttpHandlerOptions,
|
|
2903
|
-
cb: (
|
|
2904
|
-
err: any,
|
|
2905
|
-
data?: PutVoiceConnectorStreamingConfigurationCommandOutput
|
|
2906
|
-
) => void
|
|
2907
|
-
): void;
|
|
2908
|
-
putVoiceConnectorTermination(
|
|
2909
|
-
args: PutVoiceConnectorTerminationCommandInput,
|
|
2910
|
-
options?: __HttpHandlerOptions
|
|
2911
|
-
): Promise<PutVoiceConnectorTerminationCommandOutput>;
|
|
2912
|
-
putVoiceConnectorTermination(
|
|
2913
|
-
args: PutVoiceConnectorTerminationCommandInput,
|
|
2914
|
-
cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
|
|
2915
|
-
): void;
|
|
2916
|
-
putVoiceConnectorTermination(
|
|
2917
|
-
args: PutVoiceConnectorTerminationCommandInput,
|
|
2918
|
-
options: __HttpHandlerOptions,
|
|
2919
|
-
cb: (err: any, data?: PutVoiceConnectorTerminationCommandOutput) => void
|
|
2920
|
-
): void;
|
|
2921
|
-
putVoiceConnectorTerminationCredentials(
|
|
2922
|
-
args: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
2923
|
-
options?: __HttpHandlerOptions
|
|
2924
|
-
): Promise<PutVoiceConnectorTerminationCredentialsCommandOutput>;
|
|
2925
|
-
putVoiceConnectorTerminationCredentials(
|
|
2926
|
-
args: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
2927
|
-
cb: (
|
|
2928
|
-
err: any,
|
|
2929
|
-
data?: PutVoiceConnectorTerminationCredentialsCommandOutput
|
|
2930
|
-
) => void
|
|
2931
|
-
): void;
|
|
2932
|
-
putVoiceConnectorTerminationCredentials(
|
|
2933
|
-
args: PutVoiceConnectorTerminationCredentialsCommandInput,
|
|
2934
|
-
options: __HttpHandlerOptions,
|
|
2935
|
-
cb: (
|
|
2936
|
-
err: any,
|
|
2937
|
-
data?: PutVoiceConnectorTerminationCredentialsCommandOutput
|
|
2938
|
-
) => void
|
|
2939
|
-
): void;
|
|
2940
|
-
redactChannelMessage(
|
|
2941
|
-
args: RedactChannelMessageCommandInput,
|
|
2942
|
-
options?: __HttpHandlerOptions
|
|
2943
|
-
): Promise<RedactChannelMessageCommandOutput>;
|
|
2944
|
-
redactChannelMessage(
|
|
2945
|
-
args: RedactChannelMessageCommandInput,
|
|
2946
|
-
cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
|
|
2947
|
-
): void;
|
|
2948
|
-
redactChannelMessage(
|
|
2949
|
-
args: RedactChannelMessageCommandInput,
|
|
2950
|
-
options: __HttpHandlerOptions,
|
|
2951
|
-
cb: (err: any, data?: RedactChannelMessageCommandOutput) => void
|
|
2952
|
-
): void;
|
|
2953
873
|
redactConversationMessage(
|
|
2954
874
|
args: RedactConversationMessageCommandInput,
|
|
2955
875
|
options?: __HttpHandlerOptions
|
|
@@ -3029,123 +949,6 @@ export interface Chime {
|
|
|
3029
949
|
options: __HttpHandlerOptions,
|
|
3030
950
|
cb: (err: any, data?: SearchAvailablePhoneNumbersCommandOutput) => void
|
|
3031
951
|
): void;
|
|
3032
|
-
sendChannelMessage(
|
|
3033
|
-
args: SendChannelMessageCommandInput,
|
|
3034
|
-
options?: __HttpHandlerOptions
|
|
3035
|
-
): Promise<SendChannelMessageCommandOutput>;
|
|
3036
|
-
sendChannelMessage(
|
|
3037
|
-
args: SendChannelMessageCommandInput,
|
|
3038
|
-
cb: (err: any, data?: SendChannelMessageCommandOutput) => void
|
|
3039
|
-
): void;
|
|
3040
|
-
sendChannelMessage(
|
|
3041
|
-
args: SendChannelMessageCommandInput,
|
|
3042
|
-
options: __HttpHandlerOptions,
|
|
3043
|
-
cb: (err: any, data?: SendChannelMessageCommandOutput) => void
|
|
3044
|
-
): void;
|
|
3045
|
-
startMeetingTranscription(
|
|
3046
|
-
args: StartMeetingTranscriptionCommandInput,
|
|
3047
|
-
options?: __HttpHandlerOptions
|
|
3048
|
-
): Promise<StartMeetingTranscriptionCommandOutput>;
|
|
3049
|
-
startMeetingTranscription(
|
|
3050
|
-
args: StartMeetingTranscriptionCommandInput,
|
|
3051
|
-
cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
|
|
3052
|
-
): void;
|
|
3053
|
-
startMeetingTranscription(
|
|
3054
|
-
args: StartMeetingTranscriptionCommandInput,
|
|
3055
|
-
options: __HttpHandlerOptions,
|
|
3056
|
-
cb: (err: any, data?: StartMeetingTranscriptionCommandOutput) => void
|
|
3057
|
-
): void;
|
|
3058
|
-
stopMeetingTranscription(
|
|
3059
|
-
args: StopMeetingTranscriptionCommandInput,
|
|
3060
|
-
options?: __HttpHandlerOptions
|
|
3061
|
-
): Promise<StopMeetingTranscriptionCommandOutput>;
|
|
3062
|
-
stopMeetingTranscription(
|
|
3063
|
-
args: StopMeetingTranscriptionCommandInput,
|
|
3064
|
-
cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
|
|
3065
|
-
): void;
|
|
3066
|
-
stopMeetingTranscription(
|
|
3067
|
-
args: StopMeetingTranscriptionCommandInput,
|
|
3068
|
-
options: __HttpHandlerOptions,
|
|
3069
|
-
cb: (err: any, data?: StopMeetingTranscriptionCommandOutput) => void
|
|
3070
|
-
): void;
|
|
3071
|
-
tagAttendee(
|
|
3072
|
-
args: TagAttendeeCommandInput,
|
|
3073
|
-
options?: __HttpHandlerOptions
|
|
3074
|
-
): Promise<TagAttendeeCommandOutput>;
|
|
3075
|
-
tagAttendee(
|
|
3076
|
-
args: TagAttendeeCommandInput,
|
|
3077
|
-
cb: (err: any, data?: TagAttendeeCommandOutput) => void
|
|
3078
|
-
): void;
|
|
3079
|
-
tagAttendee(
|
|
3080
|
-
args: TagAttendeeCommandInput,
|
|
3081
|
-
options: __HttpHandlerOptions,
|
|
3082
|
-
cb: (err: any, data?: TagAttendeeCommandOutput) => void
|
|
3083
|
-
): void;
|
|
3084
|
-
tagMeeting(
|
|
3085
|
-
args: TagMeetingCommandInput,
|
|
3086
|
-
options?: __HttpHandlerOptions
|
|
3087
|
-
): Promise<TagMeetingCommandOutput>;
|
|
3088
|
-
tagMeeting(
|
|
3089
|
-
args: TagMeetingCommandInput,
|
|
3090
|
-
cb: (err: any, data?: TagMeetingCommandOutput) => void
|
|
3091
|
-
): void;
|
|
3092
|
-
tagMeeting(
|
|
3093
|
-
args: TagMeetingCommandInput,
|
|
3094
|
-
options: __HttpHandlerOptions,
|
|
3095
|
-
cb: (err: any, data?: TagMeetingCommandOutput) => void
|
|
3096
|
-
): void;
|
|
3097
|
-
tagResource(
|
|
3098
|
-
args: TagResourceCommandInput,
|
|
3099
|
-
options?: __HttpHandlerOptions
|
|
3100
|
-
): Promise<TagResourceCommandOutput>;
|
|
3101
|
-
tagResource(
|
|
3102
|
-
args: TagResourceCommandInput,
|
|
3103
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
3104
|
-
): void;
|
|
3105
|
-
tagResource(
|
|
3106
|
-
args: TagResourceCommandInput,
|
|
3107
|
-
options: __HttpHandlerOptions,
|
|
3108
|
-
cb: (err: any, data?: TagResourceCommandOutput) => void
|
|
3109
|
-
): void;
|
|
3110
|
-
untagAttendee(
|
|
3111
|
-
args: UntagAttendeeCommandInput,
|
|
3112
|
-
options?: __HttpHandlerOptions
|
|
3113
|
-
): Promise<UntagAttendeeCommandOutput>;
|
|
3114
|
-
untagAttendee(
|
|
3115
|
-
args: UntagAttendeeCommandInput,
|
|
3116
|
-
cb: (err: any, data?: UntagAttendeeCommandOutput) => void
|
|
3117
|
-
): void;
|
|
3118
|
-
untagAttendee(
|
|
3119
|
-
args: UntagAttendeeCommandInput,
|
|
3120
|
-
options: __HttpHandlerOptions,
|
|
3121
|
-
cb: (err: any, data?: UntagAttendeeCommandOutput) => void
|
|
3122
|
-
): void;
|
|
3123
|
-
untagMeeting(
|
|
3124
|
-
args: UntagMeetingCommandInput,
|
|
3125
|
-
options?: __HttpHandlerOptions
|
|
3126
|
-
): Promise<UntagMeetingCommandOutput>;
|
|
3127
|
-
untagMeeting(
|
|
3128
|
-
args: UntagMeetingCommandInput,
|
|
3129
|
-
cb: (err: any, data?: UntagMeetingCommandOutput) => void
|
|
3130
|
-
): void;
|
|
3131
|
-
untagMeeting(
|
|
3132
|
-
args: UntagMeetingCommandInput,
|
|
3133
|
-
options: __HttpHandlerOptions,
|
|
3134
|
-
cb: (err: any, data?: UntagMeetingCommandOutput) => void
|
|
3135
|
-
): void;
|
|
3136
|
-
untagResource(
|
|
3137
|
-
args: UntagResourceCommandInput,
|
|
3138
|
-
options?: __HttpHandlerOptions
|
|
3139
|
-
): Promise<UntagResourceCommandOutput>;
|
|
3140
|
-
untagResource(
|
|
3141
|
-
args: UntagResourceCommandInput,
|
|
3142
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3143
|
-
): void;
|
|
3144
|
-
untagResource(
|
|
3145
|
-
args: UntagResourceCommandInput,
|
|
3146
|
-
options: __HttpHandlerOptions,
|
|
3147
|
-
cb: (err: any, data?: UntagResourceCommandOutput) => void
|
|
3148
|
-
): void;
|
|
3149
952
|
updateAccount(
|
|
3150
953
|
args: UpdateAccountCommandInput,
|
|
3151
954
|
options?: __HttpHandlerOptions
|
|
@@ -3172,32 +975,6 @@ export interface Chime {
|
|
|
3172
975
|
options: __HttpHandlerOptions,
|
|
3173
976
|
cb: (err: any, data?: UpdateAccountSettingsCommandOutput) => void
|
|
3174
977
|
): void;
|
|
3175
|
-
updateAppInstance(
|
|
3176
|
-
args: UpdateAppInstanceCommandInput,
|
|
3177
|
-
options?: __HttpHandlerOptions
|
|
3178
|
-
): Promise<UpdateAppInstanceCommandOutput>;
|
|
3179
|
-
updateAppInstance(
|
|
3180
|
-
args: UpdateAppInstanceCommandInput,
|
|
3181
|
-
cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void
|
|
3182
|
-
): void;
|
|
3183
|
-
updateAppInstance(
|
|
3184
|
-
args: UpdateAppInstanceCommandInput,
|
|
3185
|
-
options: __HttpHandlerOptions,
|
|
3186
|
-
cb: (err: any, data?: UpdateAppInstanceCommandOutput) => void
|
|
3187
|
-
): void;
|
|
3188
|
-
updateAppInstanceUser(
|
|
3189
|
-
args: UpdateAppInstanceUserCommandInput,
|
|
3190
|
-
options?: __HttpHandlerOptions
|
|
3191
|
-
): Promise<UpdateAppInstanceUserCommandOutput>;
|
|
3192
|
-
updateAppInstanceUser(
|
|
3193
|
-
args: UpdateAppInstanceUserCommandInput,
|
|
3194
|
-
cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void
|
|
3195
|
-
): void;
|
|
3196
|
-
updateAppInstanceUser(
|
|
3197
|
-
args: UpdateAppInstanceUserCommandInput,
|
|
3198
|
-
options: __HttpHandlerOptions,
|
|
3199
|
-
cb: (err: any, data?: UpdateAppInstanceUserCommandOutput) => void
|
|
3200
|
-
): void;
|
|
3201
978
|
updateBot(
|
|
3202
979
|
args: UpdateBotCommandInput,
|
|
3203
980
|
options?: __HttpHandlerOptions
|
|
@@ -3211,45 +988,6 @@ export interface Chime {
|
|
|
3211
988
|
options: __HttpHandlerOptions,
|
|
3212
989
|
cb: (err: any, data?: UpdateBotCommandOutput) => void
|
|
3213
990
|
): void;
|
|
3214
|
-
updateChannel(
|
|
3215
|
-
args: UpdateChannelCommandInput,
|
|
3216
|
-
options?: __HttpHandlerOptions
|
|
3217
|
-
): Promise<UpdateChannelCommandOutput>;
|
|
3218
|
-
updateChannel(
|
|
3219
|
-
args: UpdateChannelCommandInput,
|
|
3220
|
-
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
3221
|
-
): void;
|
|
3222
|
-
updateChannel(
|
|
3223
|
-
args: UpdateChannelCommandInput,
|
|
3224
|
-
options: __HttpHandlerOptions,
|
|
3225
|
-
cb: (err: any, data?: UpdateChannelCommandOutput) => void
|
|
3226
|
-
): void;
|
|
3227
|
-
updateChannelMessage(
|
|
3228
|
-
args: UpdateChannelMessageCommandInput,
|
|
3229
|
-
options?: __HttpHandlerOptions
|
|
3230
|
-
): Promise<UpdateChannelMessageCommandOutput>;
|
|
3231
|
-
updateChannelMessage(
|
|
3232
|
-
args: UpdateChannelMessageCommandInput,
|
|
3233
|
-
cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
|
|
3234
|
-
): void;
|
|
3235
|
-
updateChannelMessage(
|
|
3236
|
-
args: UpdateChannelMessageCommandInput,
|
|
3237
|
-
options: __HttpHandlerOptions,
|
|
3238
|
-
cb: (err: any, data?: UpdateChannelMessageCommandOutput) => void
|
|
3239
|
-
): void;
|
|
3240
|
-
updateChannelReadMarker(
|
|
3241
|
-
args: UpdateChannelReadMarkerCommandInput,
|
|
3242
|
-
options?: __HttpHandlerOptions
|
|
3243
|
-
): Promise<UpdateChannelReadMarkerCommandOutput>;
|
|
3244
|
-
updateChannelReadMarker(
|
|
3245
|
-
args: UpdateChannelReadMarkerCommandInput,
|
|
3246
|
-
cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
|
|
3247
|
-
): void;
|
|
3248
|
-
updateChannelReadMarker(
|
|
3249
|
-
args: UpdateChannelReadMarkerCommandInput,
|
|
3250
|
-
options: __HttpHandlerOptions,
|
|
3251
|
-
cb: (err: any, data?: UpdateChannelReadMarkerCommandOutput) => void
|
|
3252
|
-
): void;
|
|
3253
991
|
updateGlobalSettings(): Promise<UpdateGlobalSettingsCommandOutput>;
|
|
3254
992
|
updateGlobalSettings(
|
|
3255
993
|
args: UpdateGlobalSettingsCommandInput,
|
|
@@ -3290,19 +1028,6 @@ export interface Chime {
|
|
|
3290
1028
|
options: __HttpHandlerOptions,
|
|
3291
1029
|
cb: (err: any, data?: UpdatePhoneNumberSettingsCommandOutput) => void
|
|
3292
1030
|
): void;
|
|
3293
|
-
updateProxySession(
|
|
3294
|
-
args: UpdateProxySessionCommandInput,
|
|
3295
|
-
options?: __HttpHandlerOptions
|
|
3296
|
-
): Promise<UpdateProxySessionCommandOutput>;
|
|
3297
|
-
updateProxySession(
|
|
3298
|
-
args: UpdateProxySessionCommandInput,
|
|
3299
|
-
cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
|
|
3300
|
-
): void;
|
|
3301
|
-
updateProxySession(
|
|
3302
|
-
args: UpdateProxySessionCommandInput,
|
|
3303
|
-
options: __HttpHandlerOptions,
|
|
3304
|
-
cb: (err: any, data?: UpdateProxySessionCommandOutput) => void
|
|
3305
|
-
): void;
|
|
3306
1031
|
updateRoom(
|
|
3307
1032
|
args: UpdateRoomCommandInput,
|
|
3308
1033
|
options?: __HttpHandlerOptions
|
|
@@ -3329,45 +1054,6 @@ export interface Chime {
|
|
|
3329
1054
|
options: __HttpHandlerOptions,
|
|
3330
1055
|
cb: (err: any, data?: UpdateRoomMembershipCommandOutput) => void
|
|
3331
1056
|
): void;
|
|
3332
|
-
updateSipMediaApplication(
|
|
3333
|
-
args: UpdateSipMediaApplicationCommandInput,
|
|
3334
|
-
options?: __HttpHandlerOptions
|
|
3335
|
-
): Promise<UpdateSipMediaApplicationCommandOutput>;
|
|
3336
|
-
updateSipMediaApplication(
|
|
3337
|
-
args: UpdateSipMediaApplicationCommandInput,
|
|
3338
|
-
cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
|
|
3339
|
-
): void;
|
|
3340
|
-
updateSipMediaApplication(
|
|
3341
|
-
args: UpdateSipMediaApplicationCommandInput,
|
|
3342
|
-
options: __HttpHandlerOptions,
|
|
3343
|
-
cb: (err: any, data?: UpdateSipMediaApplicationCommandOutput) => void
|
|
3344
|
-
): void;
|
|
3345
|
-
updateSipMediaApplicationCall(
|
|
3346
|
-
args: UpdateSipMediaApplicationCallCommandInput,
|
|
3347
|
-
options?: __HttpHandlerOptions
|
|
3348
|
-
): Promise<UpdateSipMediaApplicationCallCommandOutput>;
|
|
3349
|
-
updateSipMediaApplicationCall(
|
|
3350
|
-
args: UpdateSipMediaApplicationCallCommandInput,
|
|
3351
|
-
cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
|
|
3352
|
-
): void;
|
|
3353
|
-
updateSipMediaApplicationCall(
|
|
3354
|
-
args: UpdateSipMediaApplicationCallCommandInput,
|
|
3355
|
-
options: __HttpHandlerOptions,
|
|
3356
|
-
cb: (err: any, data?: UpdateSipMediaApplicationCallCommandOutput) => void
|
|
3357
|
-
): void;
|
|
3358
|
-
updateSipRule(
|
|
3359
|
-
args: UpdateSipRuleCommandInput,
|
|
3360
|
-
options?: __HttpHandlerOptions
|
|
3361
|
-
): Promise<UpdateSipRuleCommandOutput>;
|
|
3362
|
-
updateSipRule(
|
|
3363
|
-
args: UpdateSipRuleCommandInput,
|
|
3364
|
-
cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
|
|
3365
|
-
): void;
|
|
3366
|
-
updateSipRule(
|
|
3367
|
-
args: UpdateSipRuleCommandInput,
|
|
3368
|
-
options: __HttpHandlerOptions,
|
|
3369
|
-
cb: (err: any, data?: UpdateSipRuleCommandOutput) => void
|
|
3370
|
-
): void;
|
|
3371
1057
|
updateUser(
|
|
3372
1058
|
args: UpdateUserCommandInput,
|
|
3373
1059
|
options?: __HttpHandlerOptions
|
|
@@ -3394,44 +1080,5 @@ export interface Chime {
|
|
|
3394
1080
|
options: __HttpHandlerOptions,
|
|
3395
1081
|
cb: (err: any, data?: UpdateUserSettingsCommandOutput) => void
|
|
3396
1082
|
): void;
|
|
3397
|
-
updateVoiceConnector(
|
|
3398
|
-
args: UpdateVoiceConnectorCommandInput,
|
|
3399
|
-
options?: __HttpHandlerOptions
|
|
3400
|
-
): Promise<UpdateVoiceConnectorCommandOutput>;
|
|
3401
|
-
updateVoiceConnector(
|
|
3402
|
-
args: UpdateVoiceConnectorCommandInput,
|
|
3403
|
-
cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
|
|
3404
|
-
): void;
|
|
3405
|
-
updateVoiceConnector(
|
|
3406
|
-
args: UpdateVoiceConnectorCommandInput,
|
|
3407
|
-
options: __HttpHandlerOptions,
|
|
3408
|
-
cb: (err: any, data?: UpdateVoiceConnectorCommandOutput) => void
|
|
3409
|
-
): void;
|
|
3410
|
-
updateVoiceConnectorGroup(
|
|
3411
|
-
args: UpdateVoiceConnectorGroupCommandInput,
|
|
3412
|
-
options?: __HttpHandlerOptions
|
|
3413
|
-
): Promise<UpdateVoiceConnectorGroupCommandOutput>;
|
|
3414
|
-
updateVoiceConnectorGroup(
|
|
3415
|
-
args: UpdateVoiceConnectorGroupCommandInput,
|
|
3416
|
-
cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
|
|
3417
|
-
): void;
|
|
3418
|
-
updateVoiceConnectorGroup(
|
|
3419
|
-
args: UpdateVoiceConnectorGroupCommandInput,
|
|
3420
|
-
options: __HttpHandlerOptions,
|
|
3421
|
-
cb: (err: any, data?: UpdateVoiceConnectorGroupCommandOutput) => void
|
|
3422
|
-
): void;
|
|
3423
|
-
validateE911Address(
|
|
3424
|
-
args: ValidateE911AddressCommandInput,
|
|
3425
|
-
options?: __HttpHandlerOptions
|
|
3426
|
-
): Promise<ValidateE911AddressCommandOutput>;
|
|
3427
|
-
validateE911Address(
|
|
3428
|
-
args: ValidateE911AddressCommandInput,
|
|
3429
|
-
cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
|
|
3430
|
-
): void;
|
|
3431
|
-
validateE911Address(
|
|
3432
|
-
args: ValidateE911AddressCommandInput,
|
|
3433
|
-
options: __HttpHandlerOptions,
|
|
3434
|
-
cb: (err: any, data?: ValidateE911AddressCommandOutput) => void
|
|
3435
|
-
): void;
|
|
3436
1083
|
}
|
|
3437
1084
|
export declare class Chime extends ChimeClient implements Chime {}
|