@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
|
@@ -7,12 +7,8 @@ import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol
|
|
|
7
7
|
import { Client as __Client, DefaultsMode as __DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@smithy/smithy-client";
|
|
8
8
|
import { AwsCredentialIdentityProvider, BodyLengthCalculator as __BodyLengthCalculator, CheckOptionalClientConfig as __CheckOptionalClientConfig, ChecksumConstructor as __ChecksumConstructor, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
|
-
import { AssociatePhoneNumbersWithVoiceConnectorCommandInput, AssociatePhoneNumbersWithVoiceConnectorCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorCommand";
|
|
11
|
-
import { AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput, AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput } from "./commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand";
|
|
12
10
|
import { AssociatePhoneNumberWithUserCommandInput, AssociatePhoneNumberWithUserCommandOutput } from "./commands/AssociatePhoneNumberWithUserCommand";
|
|
13
11
|
import { AssociateSigninDelegateGroupsWithAccountCommandInput, AssociateSigninDelegateGroupsWithAccountCommandOutput } from "./commands/AssociateSigninDelegateGroupsWithAccountCommand";
|
|
14
|
-
import { BatchCreateAttendeeCommandInput, BatchCreateAttendeeCommandOutput } from "./commands/BatchCreateAttendeeCommand";
|
|
15
|
-
import { BatchCreateChannelMembershipCommandInput, BatchCreateChannelMembershipCommandOutput } from "./commands/BatchCreateChannelMembershipCommand";
|
|
16
12
|
import { BatchCreateRoomMembershipCommandInput, BatchCreateRoomMembershipCommandOutput } from "./commands/BatchCreateRoomMembershipCommand";
|
|
17
13
|
import { BatchDeletePhoneNumberCommandInput, BatchDeletePhoneNumberCommandOutput } from "./commands/BatchDeletePhoneNumberCommand";
|
|
18
14
|
import { BatchSuspendUserCommandInput, BatchSuspendUserCommandOutput } from "./commands/BatchSuspendUserCommand";
|
|
@@ -20,195 +16,70 @@ import { BatchUnsuspendUserCommandInput, BatchUnsuspendUserCommandOutput } from
|
|
|
20
16
|
import { BatchUpdatePhoneNumberCommandInput, BatchUpdatePhoneNumberCommandOutput } from "./commands/BatchUpdatePhoneNumberCommand";
|
|
21
17
|
import { BatchUpdateUserCommandInput, BatchUpdateUserCommandOutput } from "./commands/BatchUpdateUserCommand";
|
|
22
18
|
import { CreateAccountCommandInput, CreateAccountCommandOutput } from "./commands/CreateAccountCommand";
|
|
23
|
-
import { CreateAppInstanceAdminCommandInput, CreateAppInstanceAdminCommandOutput } from "./commands/CreateAppInstanceAdminCommand";
|
|
24
|
-
import { CreateAppInstanceCommandInput, CreateAppInstanceCommandOutput } from "./commands/CreateAppInstanceCommand";
|
|
25
|
-
import { CreateAppInstanceUserCommandInput, CreateAppInstanceUserCommandOutput } from "./commands/CreateAppInstanceUserCommand";
|
|
26
|
-
import { CreateAttendeeCommandInput, CreateAttendeeCommandOutput } from "./commands/CreateAttendeeCommand";
|
|
27
19
|
import { CreateBotCommandInput, CreateBotCommandOutput } from "./commands/CreateBotCommand";
|
|
28
|
-
import { CreateChannelBanCommandInput, CreateChannelBanCommandOutput } from "./commands/CreateChannelBanCommand";
|
|
29
|
-
import { CreateChannelCommandInput, CreateChannelCommandOutput } from "./commands/CreateChannelCommand";
|
|
30
|
-
import { CreateChannelMembershipCommandInput, CreateChannelMembershipCommandOutput } from "./commands/CreateChannelMembershipCommand";
|
|
31
|
-
import { CreateChannelModeratorCommandInput, CreateChannelModeratorCommandOutput } from "./commands/CreateChannelModeratorCommand";
|
|
32
|
-
import { CreateMediaCapturePipelineCommandInput, CreateMediaCapturePipelineCommandOutput } from "./commands/CreateMediaCapturePipelineCommand";
|
|
33
|
-
import { CreateMeetingCommandInput, CreateMeetingCommandOutput } from "./commands/CreateMeetingCommand";
|
|
34
20
|
import { CreateMeetingDialOutCommandInput, CreateMeetingDialOutCommandOutput } from "./commands/CreateMeetingDialOutCommand";
|
|
35
|
-
import { CreateMeetingWithAttendeesCommandInput, CreateMeetingWithAttendeesCommandOutput } from "./commands/CreateMeetingWithAttendeesCommand";
|
|
36
21
|
import { CreatePhoneNumberOrderCommandInput, CreatePhoneNumberOrderCommandOutput } from "./commands/CreatePhoneNumberOrderCommand";
|
|
37
|
-
import { CreateProxySessionCommandInput, CreateProxySessionCommandOutput } from "./commands/CreateProxySessionCommand";
|
|
38
22
|
import { CreateRoomCommandInput, CreateRoomCommandOutput } from "./commands/CreateRoomCommand";
|
|
39
23
|
import { CreateRoomMembershipCommandInput, CreateRoomMembershipCommandOutput } from "./commands/CreateRoomMembershipCommand";
|
|
40
|
-
import { CreateSipMediaApplicationCallCommandInput, CreateSipMediaApplicationCallCommandOutput } from "./commands/CreateSipMediaApplicationCallCommand";
|
|
41
|
-
import { CreateSipMediaApplicationCommandInput, CreateSipMediaApplicationCommandOutput } from "./commands/CreateSipMediaApplicationCommand";
|
|
42
|
-
import { CreateSipRuleCommandInput, CreateSipRuleCommandOutput } from "./commands/CreateSipRuleCommand";
|
|
43
24
|
import { CreateUserCommandInput, CreateUserCommandOutput } from "./commands/CreateUserCommand";
|
|
44
|
-
import { CreateVoiceConnectorCommandInput, CreateVoiceConnectorCommandOutput } from "./commands/CreateVoiceConnectorCommand";
|
|
45
|
-
import { CreateVoiceConnectorGroupCommandInput, CreateVoiceConnectorGroupCommandOutput } from "./commands/CreateVoiceConnectorGroupCommand";
|
|
46
25
|
import { DeleteAccountCommandInput, DeleteAccountCommandOutput } from "./commands/DeleteAccountCommand";
|
|
47
|
-
import { DeleteAppInstanceAdminCommandInput, DeleteAppInstanceAdminCommandOutput } from "./commands/DeleteAppInstanceAdminCommand";
|
|
48
|
-
import { DeleteAppInstanceCommandInput, DeleteAppInstanceCommandOutput } from "./commands/DeleteAppInstanceCommand";
|
|
49
|
-
import { DeleteAppInstanceStreamingConfigurationsCommandInput, DeleteAppInstanceStreamingConfigurationsCommandOutput } from "./commands/DeleteAppInstanceStreamingConfigurationsCommand";
|
|
50
|
-
import { DeleteAppInstanceUserCommandInput, DeleteAppInstanceUserCommandOutput } from "./commands/DeleteAppInstanceUserCommand";
|
|
51
|
-
import { DeleteAttendeeCommandInput, DeleteAttendeeCommandOutput } from "./commands/DeleteAttendeeCommand";
|
|
52
|
-
import { DeleteChannelBanCommandInput, DeleteChannelBanCommandOutput } from "./commands/DeleteChannelBanCommand";
|
|
53
|
-
import { DeleteChannelCommandInput, DeleteChannelCommandOutput } from "./commands/DeleteChannelCommand";
|
|
54
|
-
import { DeleteChannelMembershipCommandInput, DeleteChannelMembershipCommandOutput } from "./commands/DeleteChannelMembershipCommand";
|
|
55
|
-
import { DeleteChannelMessageCommandInput, DeleteChannelMessageCommandOutput } from "./commands/DeleteChannelMessageCommand";
|
|
56
|
-
import { DeleteChannelModeratorCommandInput, DeleteChannelModeratorCommandOutput } from "./commands/DeleteChannelModeratorCommand";
|
|
57
26
|
import { DeleteEventsConfigurationCommandInput, DeleteEventsConfigurationCommandOutput } from "./commands/DeleteEventsConfigurationCommand";
|
|
58
|
-
import { DeleteMediaCapturePipelineCommandInput, DeleteMediaCapturePipelineCommandOutput } from "./commands/DeleteMediaCapturePipelineCommand";
|
|
59
|
-
import { DeleteMeetingCommandInput, DeleteMeetingCommandOutput } from "./commands/DeleteMeetingCommand";
|
|
60
27
|
import { DeletePhoneNumberCommandInput, DeletePhoneNumberCommandOutput } from "./commands/DeletePhoneNumberCommand";
|
|
61
|
-
import { DeleteProxySessionCommandInput, DeleteProxySessionCommandOutput } from "./commands/DeleteProxySessionCommand";
|
|
62
28
|
import { DeleteRoomCommandInput, DeleteRoomCommandOutput } from "./commands/DeleteRoomCommand";
|
|
63
29
|
import { DeleteRoomMembershipCommandInput, DeleteRoomMembershipCommandOutput } from "./commands/DeleteRoomMembershipCommand";
|
|
64
|
-
import { DeleteSipMediaApplicationCommandInput, DeleteSipMediaApplicationCommandOutput } from "./commands/DeleteSipMediaApplicationCommand";
|
|
65
|
-
import { DeleteSipRuleCommandInput, DeleteSipRuleCommandOutput } from "./commands/DeleteSipRuleCommand";
|
|
66
|
-
import { DeleteVoiceConnectorCommandInput, DeleteVoiceConnectorCommandOutput } from "./commands/DeleteVoiceConnectorCommand";
|
|
67
|
-
import { DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput, DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
68
|
-
import { DeleteVoiceConnectorGroupCommandInput, DeleteVoiceConnectorGroupCommandOutput } from "./commands/DeleteVoiceConnectorGroupCommand";
|
|
69
|
-
import { DeleteVoiceConnectorOriginationCommandInput, DeleteVoiceConnectorOriginationCommandOutput } from "./commands/DeleteVoiceConnectorOriginationCommand";
|
|
70
|
-
import { DeleteVoiceConnectorProxyCommandInput, DeleteVoiceConnectorProxyCommandOutput } from "./commands/DeleteVoiceConnectorProxyCommand";
|
|
71
|
-
import { DeleteVoiceConnectorStreamingConfigurationCommandInput, DeleteVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/DeleteVoiceConnectorStreamingConfigurationCommand";
|
|
72
|
-
import { DeleteVoiceConnectorTerminationCommandInput, DeleteVoiceConnectorTerminationCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCommand";
|
|
73
|
-
import { DeleteVoiceConnectorTerminationCredentialsCommandInput, DeleteVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/DeleteVoiceConnectorTerminationCredentialsCommand";
|
|
74
|
-
import { DescribeAppInstanceAdminCommandInput, DescribeAppInstanceAdminCommandOutput } from "./commands/DescribeAppInstanceAdminCommand";
|
|
75
|
-
import { DescribeAppInstanceCommandInput, DescribeAppInstanceCommandOutput } from "./commands/DescribeAppInstanceCommand";
|
|
76
|
-
import { DescribeAppInstanceUserCommandInput, DescribeAppInstanceUserCommandOutput } from "./commands/DescribeAppInstanceUserCommand";
|
|
77
|
-
import { DescribeChannelBanCommandInput, DescribeChannelBanCommandOutput } from "./commands/DescribeChannelBanCommand";
|
|
78
|
-
import { DescribeChannelCommandInput, DescribeChannelCommandOutput } from "./commands/DescribeChannelCommand";
|
|
79
|
-
import { DescribeChannelMembershipCommandInput, DescribeChannelMembershipCommandOutput } from "./commands/DescribeChannelMembershipCommand";
|
|
80
|
-
import { DescribeChannelMembershipForAppInstanceUserCommandInput, DescribeChannelMembershipForAppInstanceUserCommandOutput } from "./commands/DescribeChannelMembershipForAppInstanceUserCommand";
|
|
81
|
-
import { DescribeChannelModeratedByAppInstanceUserCommandInput, DescribeChannelModeratedByAppInstanceUserCommandOutput } from "./commands/DescribeChannelModeratedByAppInstanceUserCommand";
|
|
82
|
-
import { DescribeChannelModeratorCommandInput, DescribeChannelModeratorCommandOutput } from "./commands/DescribeChannelModeratorCommand";
|
|
83
30
|
import { DisassociatePhoneNumberFromUserCommandInput, DisassociatePhoneNumberFromUserCommandOutput } from "./commands/DisassociatePhoneNumberFromUserCommand";
|
|
84
|
-
import { DisassociatePhoneNumbersFromVoiceConnectorCommandInput, DisassociatePhoneNumbersFromVoiceConnectorCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorCommand";
|
|
85
|
-
import { DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput, DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput } from "./commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand";
|
|
86
31
|
import { DisassociateSigninDelegateGroupsFromAccountCommandInput, DisassociateSigninDelegateGroupsFromAccountCommandOutput } from "./commands/DisassociateSigninDelegateGroupsFromAccountCommand";
|
|
87
32
|
import { GetAccountCommandInput, GetAccountCommandOutput } from "./commands/GetAccountCommand";
|
|
88
33
|
import { GetAccountSettingsCommandInput, GetAccountSettingsCommandOutput } from "./commands/GetAccountSettingsCommand";
|
|
89
|
-
import { GetAppInstanceRetentionSettingsCommandInput, GetAppInstanceRetentionSettingsCommandOutput } from "./commands/GetAppInstanceRetentionSettingsCommand";
|
|
90
|
-
import { GetAppInstanceStreamingConfigurationsCommandInput, GetAppInstanceStreamingConfigurationsCommandOutput } from "./commands/GetAppInstanceStreamingConfigurationsCommand";
|
|
91
|
-
import { GetAttendeeCommandInput, GetAttendeeCommandOutput } from "./commands/GetAttendeeCommand";
|
|
92
34
|
import { GetBotCommandInput, GetBotCommandOutput } from "./commands/GetBotCommand";
|
|
93
|
-
import { GetChannelMessageCommandInput, GetChannelMessageCommandOutput } from "./commands/GetChannelMessageCommand";
|
|
94
35
|
import { GetEventsConfigurationCommandInput, GetEventsConfigurationCommandOutput } from "./commands/GetEventsConfigurationCommand";
|
|
95
36
|
import { GetGlobalSettingsCommandInput, GetGlobalSettingsCommandOutput } from "./commands/GetGlobalSettingsCommand";
|
|
96
|
-
import { GetMediaCapturePipelineCommandInput, GetMediaCapturePipelineCommandOutput } from "./commands/GetMediaCapturePipelineCommand";
|
|
97
|
-
import { GetMeetingCommandInput, GetMeetingCommandOutput } from "./commands/GetMeetingCommand";
|
|
98
|
-
import { GetMessagingSessionEndpointCommandInput, GetMessagingSessionEndpointCommandOutput } from "./commands/GetMessagingSessionEndpointCommand";
|
|
99
37
|
import { GetPhoneNumberCommandInput, GetPhoneNumberCommandOutput } from "./commands/GetPhoneNumberCommand";
|
|
100
38
|
import { GetPhoneNumberOrderCommandInput, GetPhoneNumberOrderCommandOutput } from "./commands/GetPhoneNumberOrderCommand";
|
|
101
39
|
import { GetPhoneNumberSettingsCommandInput, GetPhoneNumberSettingsCommandOutput } from "./commands/GetPhoneNumberSettingsCommand";
|
|
102
|
-
import { GetProxySessionCommandInput, GetProxySessionCommandOutput } from "./commands/GetProxySessionCommand";
|
|
103
40
|
import { GetRetentionSettingsCommandInput, GetRetentionSettingsCommandOutput } from "./commands/GetRetentionSettingsCommand";
|
|
104
41
|
import { GetRoomCommandInput, GetRoomCommandOutput } from "./commands/GetRoomCommand";
|
|
105
|
-
import { GetSipMediaApplicationCommandInput, GetSipMediaApplicationCommandOutput } from "./commands/GetSipMediaApplicationCommand";
|
|
106
|
-
import { GetSipMediaApplicationLoggingConfigurationCommandInput, GetSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/GetSipMediaApplicationLoggingConfigurationCommand";
|
|
107
|
-
import { GetSipRuleCommandInput, GetSipRuleCommandOutput } from "./commands/GetSipRuleCommand";
|
|
108
42
|
import { GetUserCommandInput, GetUserCommandOutput } from "./commands/GetUserCommand";
|
|
109
43
|
import { GetUserSettingsCommandInput, GetUserSettingsCommandOutput } from "./commands/GetUserSettingsCommand";
|
|
110
|
-
import { GetVoiceConnectorCommandInput, GetVoiceConnectorCommandOutput } from "./commands/GetVoiceConnectorCommand";
|
|
111
|
-
import { GetVoiceConnectorEmergencyCallingConfigurationCommandInput, GetVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/GetVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
112
|
-
import { GetVoiceConnectorGroupCommandInput, GetVoiceConnectorGroupCommandOutput } from "./commands/GetVoiceConnectorGroupCommand";
|
|
113
|
-
import { GetVoiceConnectorLoggingConfigurationCommandInput, GetVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/GetVoiceConnectorLoggingConfigurationCommand";
|
|
114
|
-
import { GetVoiceConnectorOriginationCommandInput, GetVoiceConnectorOriginationCommandOutput } from "./commands/GetVoiceConnectorOriginationCommand";
|
|
115
|
-
import { GetVoiceConnectorProxyCommandInput, GetVoiceConnectorProxyCommandOutput } from "./commands/GetVoiceConnectorProxyCommand";
|
|
116
|
-
import { GetVoiceConnectorStreamingConfigurationCommandInput, GetVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/GetVoiceConnectorStreamingConfigurationCommand";
|
|
117
|
-
import { GetVoiceConnectorTerminationCommandInput, GetVoiceConnectorTerminationCommandOutput } from "./commands/GetVoiceConnectorTerminationCommand";
|
|
118
|
-
import { GetVoiceConnectorTerminationHealthCommandInput, GetVoiceConnectorTerminationHealthCommandOutput } from "./commands/GetVoiceConnectorTerminationHealthCommand";
|
|
119
44
|
import { InviteUsersCommandInput, InviteUsersCommandOutput } from "./commands/InviteUsersCommand";
|
|
120
45
|
import { ListAccountsCommandInput, ListAccountsCommandOutput } from "./commands/ListAccountsCommand";
|
|
121
|
-
import { ListAppInstanceAdminsCommandInput, ListAppInstanceAdminsCommandOutput } from "./commands/ListAppInstanceAdminsCommand";
|
|
122
|
-
import { ListAppInstancesCommandInput, ListAppInstancesCommandOutput } from "./commands/ListAppInstancesCommand";
|
|
123
|
-
import { ListAppInstanceUsersCommandInput, ListAppInstanceUsersCommandOutput } from "./commands/ListAppInstanceUsersCommand";
|
|
124
|
-
import { ListAttendeesCommandInput, ListAttendeesCommandOutput } from "./commands/ListAttendeesCommand";
|
|
125
|
-
import { ListAttendeeTagsCommandInput, ListAttendeeTagsCommandOutput } from "./commands/ListAttendeeTagsCommand";
|
|
126
46
|
import { ListBotsCommandInput, ListBotsCommandOutput } from "./commands/ListBotsCommand";
|
|
127
|
-
import { ListChannelBansCommandInput, ListChannelBansCommandOutput } from "./commands/ListChannelBansCommand";
|
|
128
|
-
import { ListChannelMembershipsCommandInput, ListChannelMembershipsCommandOutput } from "./commands/ListChannelMembershipsCommand";
|
|
129
|
-
import { ListChannelMembershipsForAppInstanceUserCommandInput, ListChannelMembershipsForAppInstanceUserCommandOutput } from "./commands/ListChannelMembershipsForAppInstanceUserCommand";
|
|
130
|
-
import { ListChannelMessagesCommandInput, ListChannelMessagesCommandOutput } from "./commands/ListChannelMessagesCommand";
|
|
131
|
-
import { ListChannelModeratorsCommandInput, ListChannelModeratorsCommandOutput } from "./commands/ListChannelModeratorsCommand";
|
|
132
|
-
import { ListChannelsCommandInput, ListChannelsCommandOutput } from "./commands/ListChannelsCommand";
|
|
133
|
-
import { ListChannelsModeratedByAppInstanceUserCommandInput, ListChannelsModeratedByAppInstanceUserCommandOutput } from "./commands/ListChannelsModeratedByAppInstanceUserCommand";
|
|
134
|
-
import { ListMediaCapturePipelinesCommandInput, ListMediaCapturePipelinesCommandOutput } from "./commands/ListMediaCapturePipelinesCommand";
|
|
135
|
-
import { ListMeetingsCommandInput, ListMeetingsCommandOutput } from "./commands/ListMeetingsCommand";
|
|
136
|
-
import { ListMeetingTagsCommandInput, ListMeetingTagsCommandOutput } from "./commands/ListMeetingTagsCommand";
|
|
137
47
|
import { ListPhoneNumberOrdersCommandInput, ListPhoneNumberOrdersCommandOutput } from "./commands/ListPhoneNumberOrdersCommand";
|
|
138
48
|
import { ListPhoneNumbersCommandInput, ListPhoneNumbersCommandOutput } from "./commands/ListPhoneNumbersCommand";
|
|
139
|
-
import { ListProxySessionsCommandInput, ListProxySessionsCommandOutput } from "./commands/ListProxySessionsCommand";
|
|
140
49
|
import { ListRoomMembershipsCommandInput, ListRoomMembershipsCommandOutput } from "./commands/ListRoomMembershipsCommand";
|
|
141
50
|
import { ListRoomsCommandInput, ListRoomsCommandOutput } from "./commands/ListRoomsCommand";
|
|
142
|
-
import { ListSipMediaApplicationsCommandInput, ListSipMediaApplicationsCommandOutput } from "./commands/ListSipMediaApplicationsCommand";
|
|
143
|
-
import { ListSipRulesCommandInput, ListSipRulesCommandOutput } from "./commands/ListSipRulesCommand";
|
|
144
51
|
import { ListSupportedPhoneNumberCountriesCommandInput, ListSupportedPhoneNumberCountriesCommandOutput } from "./commands/ListSupportedPhoneNumberCountriesCommand";
|
|
145
|
-
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "./commands/ListTagsForResourceCommand";
|
|
146
52
|
import { ListUsersCommandInput, ListUsersCommandOutput } from "./commands/ListUsersCommand";
|
|
147
|
-
import { ListVoiceConnectorGroupsCommandInput, ListVoiceConnectorGroupsCommandOutput } from "./commands/ListVoiceConnectorGroupsCommand";
|
|
148
|
-
import { ListVoiceConnectorsCommandInput, ListVoiceConnectorsCommandOutput } from "./commands/ListVoiceConnectorsCommand";
|
|
149
|
-
import { ListVoiceConnectorTerminationCredentialsCommandInput, ListVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/ListVoiceConnectorTerminationCredentialsCommand";
|
|
150
53
|
import { LogoutUserCommandInput, LogoutUserCommandOutput } from "./commands/LogoutUserCommand";
|
|
151
|
-
import { PutAppInstanceRetentionSettingsCommandInput, PutAppInstanceRetentionSettingsCommandOutput } from "./commands/PutAppInstanceRetentionSettingsCommand";
|
|
152
|
-
import { PutAppInstanceStreamingConfigurationsCommandInput, PutAppInstanceStreamingConfigurationsCommandOutput } from "./commands/PutAppInstanceStreamingConfigurationsCommand";
|
|
153
54
|
import { PutEventsConfigurationCommandInput, PutEventsConfigurationCommandOutput } from "./commands/PutEventsConfigurationCommand";
|
|
154
55
|
import { PutRetentionSettingsCommandInput, PutRetentionSettingsCommandOutput } from "./commands/PutRetentionSettingsCommand";
|
|
155
|
-
import { PutSipMediaApplicationLoggingConfigurationCommandInput, PutSipMediaApplicationLoggingConfigurationCommandOutput } from "./commands/PutSipMediaApplicationLoggingConfigurationCommand";
|
|
156
|
-
import { PutVoiceConnectorEmergencyCallingConfigurationCommandInput, PutVoiceConnectorEmergencyCallingConfigurationCommandOutput } from "./commands/PutVoiceConnectorEmergencyCallingConfigurationCommand";
|
|
157
|
-
import { PutVoiceConnectorLoggingConfigurationCommandInput, PutVoiceConnectorLoggingConfigurationCommandOutput } from "./commands/PutVoiceConnectorLoggingConfigurationCommand";
|
|
158
|
-
import { PutVoiceConnectorOriginationCommandInput, PutVoiceConnectorOriginationCommandOutput } from "./commands/PutVoiceConnectorOriginationCommand";
|
|
159
|
-
import { PutVoiceConnectorProxyCommandInput, PutVoiceConnectorProxyCommandOutput } from "./commands/PutVoiceConnectorProxyCommand";
|
|
160
|
-
import { PutVoiceConnectorStreamingConfigurationCommandInput, PutVoiceConnectorStreamingConfigurationCommandOutput } from "./commands/PutVoiceConnectorStreamingConfigurationCommand";
|
|
161
|
-
import { PutVoiceConnectorTerminationCommandInput, PutVoiceConnectorTerminationCommandOutput } from "./commands/PutVoiceConnectorTerminationCommand";
|
|
162
|
-
import { PutVoiceConnectorTerminationCredentialsCommandInput, PutVoiceConnectorTerminationCredentialsCommandOutput } from "./commands/PutVoiceConnectorTerminationCredentialsCommand";
|
|
163
|
-
import { RedactChannelMessageCommandInput, RedactChannelMessageCommandOutput } from "./commands/RedactChannelMessageCommand";
|
|
164
56
|
import { RedactConversationMessageCommandInput, RedactConversationMessageCommandOutput } from "./commands/RedactConversationMessageCommand";
|
|
165
57
|
import { RedactRoomMessageCommandInput, RedactRoomMessageCommandOutput } from "./commands/RedactRoomMessageCommand";
|
|
166
58
|
import { RegenerateSecurityTokenCommandInput, RegenerateSecurityTokenCommandOutput } from "./commands/RegenerateSecurityTokenCommand";
|
|
167
59
|
import { ResetPersonalPINCommandInput, ResetPersonalPINCommandOutput } from "./commands/ResetPersonalPINCommand";
|
|
168
60
|
import { RestorePhoneNumberCommandInput, RestorePhoneNumberCommandOutput } from "./commands/RestorePhoneNumberCommand";
|
|
169
61
|
import { SearchAvailablePhoneNumbersCommandInput, SearchAvailablePhoneNumbersCommandOutput } from "./commands/SearchAvailablePhoneNumbersCommand";
|
|
170
|
-
import { SendChannelMessageCommandInput, SendChannelMessageCommandOutput } from "./commands/SendChannelMessageCommand";
|
|
171
|
-
import { StartMeetingTranscriptionCommandInput, StartMeetingTranscriptionCommandOutput } from "./commands/StartMeetingTranscriptionCommand";
|
|
172
|
-
import { StopMeetingTranscriptionCommandInput, StopMeetingTranscriptionCommandOutput } from "./commands/StopMeetingTranscriptionCommand";
|
|
173
|
-
import { TagAttendeeCommandInput, TagAttendeeCommandOutput } from "./commands/TagAttendeeCommand";
|
|
174
|
-
import { TagMeetingCommandInput, TagMeetingCommandOutput } from "./commands/TagMeetingCommand";
|
|
175
|
-
import { TagResourceCommandInput, TagResourceCommandOutput } from "./commands/TagResourceCommand";
|
|
176
|
-
import { UntagAttendeeCommandInput, UntagAttendeeCommandOutput } from "./commands/UntagAttendeeCommand";
|
|
177
|
-
import { UntagMeetingCommandInput, UntagMeetingCommandOutput } from "./commands/UntagMeetingCommand";
|
|
178
|
-
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./commands/UntagResourceCommand";
|
|
179
62
|
import { UpdateAccountCommandInput, UpdateAccountCommandOutput } from "./commands/UpdateAccountCommand";
|
|
180
63
|
import { UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput } from "./commands/UpdateAccountSettingsCommand";
|
|
181
|
-
import { UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput } from "./commands/UpdateAppInstanceCommand";
|
|
182
|
-
import { UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput } from "./commands/UpdateAppInstanceUserCommand";
|
|
183
64
|
import { UpdateBotCommandInput, UpdateBotCommandOutput } from "./commands/UpdateBotCommand";
|
|
184
|
-
import { UpdateChannelCommandInput, UpdateChannelCommandOutput } from "./commands/UpdateChannelCommand";
|
|
185
|
-
import { UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput } from "./commands/UpdateChannelMessageCommand";
|
|
186
|
-
import { UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput } from "./commands/UpdateChannelReadMarkerCommand";
|
|
187
65
|
import { UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput } from "./commands/UpdateGlobalSettingsCommand";
|
|
188
66
|
import { UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput } from "./commands/UpdatePhoneNumberCommand";
|
|
189
67
|
import { UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput } from "./commands/UpdatePhoneNumberSettingsCommand";
|
|
190
|
-
import { UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput } from "./commands/UpdateProxySessionCommand";
|
|
191
68
|
import { UpdateRoomCommandInput, UpdateRoomCommandOutput } from "./commands/UpdateRoomCommand";
|
|
192
69
|
import { UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput } from "./commands/UpdateRoomMembershipCommand";
|
|
193
|
-
import { UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput } from "./commands/UpdateSipMediaApplicationCallCommand";
|
|
194
|
-
import { UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput } from "./commands/UpdateSipMediaApplicationCommand";
|
|
195
|
-
import { UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput } from "./commands/UpdateSipRuleCommand";
|
|
196
70
|
import { UpdateUserCommandInput, UpdateUserCommandOutput } from "./commands/UpdateUserCommand";
|
|
197
71
|
import { UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput } from "./commands/UpdateUserSettingsCommand";
|
|
198
|
-
import { UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput } from "./commands/UpdateVoiceConnectorCommand";
|
|
199
|
-
import { UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput } from "./commands/UpdateVoiceConnectorGroupCommand";
|
|
200
|
-
import { ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput } from "./commands/ValidateE911AddressCommand";
|
|
201
72
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
202
73
|
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
203
74
|
export { __Client };
|
|
204
75
|
/**
|
|
205
76
|
* @public
|
|
206
77
|
*/
|
|
207
|
-
export type ServiceInputTypes = AssociatePhoneNumberWithUserCommandInput |
|
|
78
|
+
export type ServiceInputTypes = AssociatePhoneNumberWithUserCommandInput | AssociateSigninDelegateGroupsWithAccountCommandInput | BatchCreateRoomMembershipCommandInput | BatchDeletePhoneNumberCommandInput | BatchSuspendUserCommandInput | BatchUnsuspendUserCommandInput | BatchUpdatePhoneNumberCommandInput | BatchUpdateUserCommandInput | CreateAccountCommandInput | CreateBotCommandInput | CreateMeetingDialOutCommandInput | CreatePhoneNumberOrderCommandInput | CreateRoomCommandInput | CreateRoomMembershipCommandInput | CreateUserCommandInput | DeleteAccountCommandInput | DeleteEventsConfigurationCommandInput | DeletePhoneNumberCommandInput | DeleteRoomCommandInput | DeleteRoomMembershipCommandInput | DisassociatePhoneNumberFromUserCommandInput | DisassociateSigninDelegateGroupsFromAccountCommandInput | GetAccountCommandInput | GetAccountSettingsCommandInput | GetBotCommandInput | GetEventsConfigurationCommandInput | GetGlobalSettingsCommandInput | GetPhoneNumberCommandInput | GetPhoneNumberOrderCommandInput | GetPhoneNumberSettingsCommandInput | GetRetentionSettingsCommandInput | GetRoomCommandInput | GetUserCommandInput | GetUserSettingsCommandInput | InviteUsersCommandInput | ListAccountsCommandInput | ListBotsCommandInput | ListPhoneNumberOrdersCommandInput | ListPhoneNumbersCommandInput | ListRoomMembershipsCommandInput | ListRoomsCommandInput | ListSupportedPhoneNumberCountriesCommandInput | ListUsersCommandInput | LogoutUserCommandInput | PutEventsConfigurationCommandInput | PutRetentionSettingsCommandInput | RedactConversationMessageCommandInput | RedactRoomMessageCommandInput | RegenerateSecurityTokenCommandInput | ResetPersonalPINCommandInput | RestorePhoneNumberCommandInput | SearchAvailablePhoneNumbersCommandInput | UpdateAccountCommandInput | UpdateAccountSettingsCommandInput | UpdateBotCommandInput | UpdateGlobalSettingsCommandInput | UpdatePhoneNumberCommandInput | UpdatePhoneNumberSettingsCommandInput | UpdateRoomCommandInput | UpdateRoomMembershipCommandInput | UpdateUserCommandInput | UpdateUserSettingsCommandInput;
|
|
208
79
|
/**
|
|
209
80
|
* @public
|
|
210
81
|
*/
|
|
211
|
-
export type ServiceOutputTypes = AssociatePhoneNumberWithUserCommandOutput |
|
|
82
|
+
export type ServiceOutputTypes = AssociatePhoneNumberWithUserCommandOutput | AssociateSigninDelegateGroupsWithAccountCommandOutput | BatchCreateRoomMembershipCommandOutput | BatchDeletePhoneNumberCommandOutput | BatchSuspendUserCommandOutput | BatchUnsuspendUserCommandOutput | BatchUpdatePhoneNumberCommandOutput | BatchUpdateUserCommandOutput | CreateAccountCommandOutput | CreateBotCommandOutput | CreateMeetingDialOutCommandOutput | CreatePhoneNumberOrderCommandOutput | CreateRoomCommandOutput | CreateRoomMembershipCommandOutput | CreateUserCommandOutput | DeleteAccountCommandOutput | DeleteEventsConfigurationCommandOutput | DeletePhoneNumberCommandOutput | DeleteRoomCommandOutput | DeleteRoomMembershipCommandOutput | DisassociatePhoneNumberFromUserCommandOutput | DisassociateSigninDelegateGroupsFromAccountCommandOutput | GetAccountCommandOutput | GetAccountSettingsCommandOutput | GetBotCommandOutput | GetEventsConfigurationCommandOutput | GetGlobalSettingsCommandOutput | GetPhoneNumberCommandOutput | GetPhoneNumberOrderCommandOutput | GetPhoneNumberSettingsCommandOutput | GetRetentionSettingsCommandOutput | GetRoomCommandOutput | GetUserCommandOutput | GetUserSettingsCommandOutput | InviteUsersCommandOutput | ListAccountsCommandOutput | ListBotsCommandOutput | ListPhoneNumberOrdersCommandOutput | ListPhoneNumbersCommandOutput | ListRoomMembershipsCommandOutput | ListRoomsCommandOutput | ListSupportedPhoneNumberCountriesCommandOutput | ListUsersCommandOutput | LogoutUserCommandOutput | PutEventsConfigurationCommandOutput | PutRetentionSettingsCommandOutput | RedactConversationMessageCommandOutput | RedactRoomMessageCommandOutput | RegenerateSecurityTokenCommandOutput | ResetPersonalPINCommandOutput | RestorePhoneNumberCommandOutput | SearchAvailablePhoneNumbersCommandOutput | UpdateAccountCommandOutput | UpdateAccountSettingsCommandOutput | UpdateBotCommandOutput | UpdateGlobalSettingsCommandOutput | UpdatePhoneNumberCommandOutput | UpdatePhoneNumberSettingsCommandOutput | UpdateRoomCommandOutput | UpdateRoomMembershipCommandOutput | UpdateUserCommandOutput | UpdateUserSettingsCommandOutput;
|
|
212
83
|
/**
|
|
213
84
|
* @public
|
|
214
85
|
*/
|
|
@@ -33,7 +33,7 @@ declare const CreateMeetingDialOutCommand_base: {
|
|
|
33
33
|
* <code>CreateSipMediaApplicationCall</code> action with the corresponding SIP media application ID.</p>
|
|
34
34
|
* <important>
|
|
35
35
|
* <p>
|
|
36
|
-
* <b>This API is
|
|
36
|
+
* <b>This API is not available in a dedicated namespace.</b>
|
|
37
37
|
* </p>
|
|
38
38
|
* </important>
|
|
39
39
|
* @example
|
|
@@ -1,8 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetRetentionSettingsRequest } from "../models/models_0";
|
|
5
|
-
import { GetRetentionSettingsResponse } from "../models/models_1";
|
|
4
|
+
import { GetRetentionSettingsRequest, GetRetentionSettingsResponse } from "../models/models_0";
|
|
6
5
|
/**
|
|
7
6
|
* @public
|
|
8
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetRoomRequest, GetRoomResponse } from "../models/
|
|
4
|
+
import { GetRoomRequest, GetRoomResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetUserRequest, GetUserResponse } from "../models/
|
|
4
|
+
import { GetUserRequest, GetUserResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/
|
|
4
|
+
import { GetUserSettingsRequest, GetUserSettingsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { InviteUsersRequest, InviteUsersResponse } from "../models/
|
|
4
|
+
import { InviteUsersRequest, InviteUsersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListAccountsRequest, ListAccountsResponse } from "../models/
|
|
4
|
+
import { ListAccountsRequest, ListAccountsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListBotsRequest, ListBotsResponse } from "../models/
|
|
4
|
+
import { ListBotsRequest, ListBotsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListPhoneNumberOrdersRequest, ListPhoneNumberOrdersResponse } from "../models/
|
|
4
|
+
import { ListPhoneNumberOrdersRequest, ListPhoneNumberOrdersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/
|
|
4
|
+
import { ListPhoneNumbersRequest, ListPhoneNumbersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListRoomMembershipsRequest, ListRoomMembershipsResponse } from "../models/
|
|
4
|
+
import { ListRoomMembershipsRequest, ListRoomMembershipsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListRoomsRequest, ListRoomsResponse } from "../models/
|
|
4
|
+
import { ListRoomsRequest, ListRoomsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListSupportedPhoneNumberCountriesRequest, ListSupportedPhoneNumberCountriesResponse } from "../models/
|
|
4
|
+
import { ListSupportedPhoneNumberCountriesRequest, ListSupportedPhoneNumberCountriesResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ListUsersRequest, ListUsersResponse } from "../models/
|
|
4
|
+
import { ListUsersRequest, ListUsersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { LogoutUserRequest, LogoutUserResponse } from "../models/
|
|
4
|
+
import { LogoutUserRequest, LogoutUserResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { PutEventsConfigurationRequest, PutEventsConfigurationResponse } from "../models/
|
|
4
|
+
import { PutEventsConfigurationRequest, PutEventsConfigurationResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { PutRetentionSettingsRequest, PutRetentionSettingsResponse } from "../models/
|
|
4
|
+
import { PutRetentionSettingsRequest, PutRetentionSettingsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { RedactConversationMessageRequest, RedactConversationMessageResponse } from "../models/
|
|
4
|
+
import { RedactConversationMessageRequest, RedactConversationMessageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { RedactRoomMessageRequest, RedactRoomMessageResponse } from "../models/
|
|
4
|
+
import { RedactRoomMessageRequest, RedactRoomMessageResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { RegenerateSecurityTokenRequest, RegenerateSecurityTokenResponse } from "../models/
|
|
4
|
+
import { RegenerateSecurityTokenRequest, RegenerateSecurityTokenResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { ResetPersonalPINRequest, ResetPersonalPINResponse } from "../models/
|
|
4
|
+
import { ResetPersonalPINRequest, ResetPersonalPINResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { RestorePhoneNumberRequest, RestorePhoneNumberResponse } from "../models/
|
|
4
|
+
import { RestorePhoneNumberRequest, RestorePhoneNumberResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResponse } from "../models/
|
|
4
|
+
import { SearchAvailablePhoneNumbersRequest, SearchAvailablePhoneNumbersResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateAccountRequest, UpdateAccountResponse } from "../models/
|
|
4
|
+
import { UpdateAccountRequest, UpdateAccountResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/
|
|
4
|
+
import { UpdateAccountSettingsRequest, UpdateAccountSettingsResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateBotRequest, UpdateBotResponse } from "../models/
|
|
4
|
+
import { UpdateBotRequest, UpdateBotResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateGlobalSettingsRequest } from "../models/
|
|
4
|
+
import { UpdateGlobalSettingsRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/
|
|
4
|
+
import { UpdatePhoneNumberRequest, UpdatePhoneNumberResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdatePhoneNumberSettingsRequest } from "../models/
|
|
4
|
+
import { UpdatePhoneNumberSettingsRequest } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateRoomRequest, UpdateRoomResponse } from "../models/
|
|
4
|
+
import { UpdateRoomRequest, UpdateRoomResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateRoomMembershipRequest, UpdateRoomMembershipResponse } from "../models/
|
|
4
|
+
import { UpdateRoomMembershipRequest, UpdateRoomMembershipResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
3
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
4
|
-
import { UpdateUserRequest, UpdateUserResponse } from "../models/
|
|
4
|
+
import { UpdateUserRequest, UpdateUserResponse } from "../models/models_0";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|