@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
|
@@ -49,28 +49,6 @@ export const License = {
|
|
|
49
49
|
Pro: "Pro",
|
|
50
50
|
ProTrial: "ProTrial",
|
|
51
51
|
};
|
|
52
|
-
export const AppInstanceDataType = {
|
|
53
|
-
Channel: "Channel",
|
|
54
|
-
ChannelMessage: "ChannelMessage",
|
|
55
|
-
};
|
|
56
|
-
export const ChannelMembershipType = {
|
|
57
|
-
DEFAULT: "DEFAULT",
|
|
58
|
-
HIDDEN: "HIDDEN",
|
|
59
|
-
};
|
|
60
|
-
export const AudioMuxType = {
|
|
61
|
-
AudioOnly: "AudioOnly",
|
|
62
|
-
AudioWithActiveSpeakerVideo: "AudioWithActiveSpeakerVideo",
|
|
63
|
-
};
|
|
64
|
-
export const ContentMuxType = {
|
|
65
|
-
ContentOnly: "ContentOnly",
|
|
66
|
-
};
|
|
67
|
-
export const ArtifactsState = {
|
|
68
|
-
Disabled: "Disabled",
|
|
69
|
-
Enabled: "Enabled",
|
|
70
|
-
};
|
|
71
|
-
export const VideoMuxType = {
|
|
72
|
-
VideoOnly: "VideoOnly",
|
|
73
|
-
};
|
|
74
52
|
export class BadRequestException extends __BaseException {
|
|
75
53
|
name = "BadRequestException";
|
|
76
54
|
$fault = "client";
|
|
@@ -183,22 +161,6 @@ export class UnauthorizedClientException extends __BaseException {
|
|
|
183
161
|
this.Message = opts.Message;
|
|
184
162
|
}
|
|
185
163
|
}
|
|
186
|
-
export class ResourceLimitExceededException extends __BaseException {
|
|
187
|
-
name = "ResourceLimitExceededException";
|
|
188
|
-
$fault = "client";
|
|
189
|
-
Code;
|
|
190
|
-
Message;
|
|
191
|
-
constructor(opts) {
|
|
192
|
-
super({
|
|
193
|
-
name: "ResourceLimitExceededException",
|
|
194
|
-
$fault: "client",
|
|
195
|
-
...opts,
|
|
196
|
-
});
|
|
197
|
-
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
198
|
-
this.Code = opts.Code;
|
|
199
|
-
this.Message = opts.Message;
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
164
|
export const RoomMembershipRole = {
|
|
203
165
|
Administrator: "Administrator",
|
|
204
166
|
Member: "Member",
|
|
@@ -221,26 +183,6 @@ export const CallingNameStatus = {
|
|
|
221
183
|
UpdateInProgress: "UpdateInProgress",
|
|
222
184
|
UpdateSucceeded: "UpdateSucceeded",
|
|
223
185
|
};
|
|
224
|
-
export const Capability = {
|
|
225
|
-
SMS: "SMS",
|
|
226
|
-
Voice: "Voice",
|
|
227
|
-
};
|
|
228
|
-
export const ChannelMode = {
|
|
229
|
-
RESTRICTED: "RESTRICTED",
|
|
230
|
-
UNRESTRICTED: "UNRESTRICTED",
|
|
231
|
-
};
|
|
232
|
-
export const ChannelPrivacy = {
|
|
233
|
-
PRIVATE: "PRIVATE",
|
|
234
|
-
PUBLIC: "PUBLIC",
|
|
235
|
-
};
|
|
236
|
-
export const ChannelMessagePersistenceType = {
|
|
237
|
-
NON_PERSISTENT: "NON_PERSISTENT",
|
|
238
|
-
PERSISTENT: "PERSISTENT",
|
|
239
|
-
};
|
|
240
|
-
export const ChannelMessageType = {
|
|
241
|
-
CONTROL: "CONTROL",
|
|
242
|
-
STANDARD: "STANDARD",
|
|
243
|
-
};
|
|
244
186
|
export class ConflictException extends __BaseException {
|
|
245
187
|
name = "ConflictException";
|
|
246
188
|
$fault = "client";
|
|
@@ -257,19 +199,22 @@ export class ConflictException extends __BaseException {
|
|
|
257
199
|
this.Message = opts.Message;
|
|
258
200
|
}
|
|
259
201
|
}
|
|
260
|
-
export
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
202
|
+
export class ResourceLimitExceededException extends __BaseException {
|
|
203
|
+
name = "ResourceLimitExceededException";
|
|
204
|
+
$fault = "client";
|
|
205
|
+
Code;
|
|
206
|
+
Message;
|
|
207
|
+
constructor(opts) {
|
|
208
|
+
super({
|
|
209
|
+
name: "ResourceLimitExceededException",
|
|
210
|
+
$fault: "client",
|
|
211
|
+
...opts,
|
|
212
|
+
});
|
|
213
|
+
Object.setPrototypeOf(this, ResourceLimitExceededException.prototype);
|
|
214
|
+
this.Code = opts.Code;
|
|
215
|
+
this.Message = opts.Message;
|
|
216
|
+
}
|
|
217
|
+
}
|
|
273
218
|
export const OrderedPhoneNumberStatus = {
|
|
274
219
|
Acquired: "Acquired",
|
|
275
220
|
Failed: "Failed",
|
|
@@ -281,28 +226,11 @@ export const PhoneNumberOrderStatus = {
|
|
|
281
226
|
Processing: "Processing",
|
|
282
227
|
Successful: "Successful",
|
|
283
228
|
};
|
|
284
|
-
export const GeoMatchLevel = {
|
|
285
|
-
AreaCode: "AreaCode",
|
|
286
|
-
Country: "Country",
|
|
287
|
-
};
|
|
288
|
-
export const NumberSelectionBehavior = {
|
|
289
|
-
AvoidSticky: "AvoidSticky",
|
|
290
|
-
PreferSticky: "PreferSticky",
|
|
291
|
-
};
|
|
292
|
-
export const ProxySessionStatus = {
|
|
293
|
-
Closed: "Closed",
|
|
294
|
-
InProgress: "InProgress",
|
|
295
|
-
Open: "Open",
|
|
296
|
-
};
|
|
297
229
|
export const MemberType = {
|
|
298
230
|
Bot: "Bot",
|
|
299
231
|
User: "User",
|
|
300
232
|
Webhook: "Webhook",
|
|
301
233
|
};
|
|
302
|
-
export const SipRuleTriggerType = {
|
|
303
|
-
RequestUriHostname: "RequestUriHostname",
|
|
304
|
-
ToPhoneNumber: "ToPhoneNumber",
|
|
305
|
-
};
|
|
306
234
|
export const InviteStatus = {
|
|
307
235
|
Accepted: "Accepted",
|
|
308
236
|
Failed: "Failed",
|
|
@@ -313,10 +241,6 @@ export const RegistrationStatus = {
|
|
|
313
241
|
Suspended: "Suspended",
|
|
314
242
|
Unregistered: "Unregistered",
|
|
315
243
|
};
|
|
316
|
-
export const VoiceConnectorAwsRegion = {
|
|
317
|
-
US_EAST_1: "us-east-1",
|
|
318
|
-
US_WEST_2: "us-west-2",
|
|
319
|
-
};
|
|
320
244
|
export class UnprocessableEntityException extends __BaseException {
|
|
321
245
|
name = "UnprocessableEntityException";
|
|
322
246
|
$fault = "client";
|
|
@@ -338,79 +262,6 @@ export const EmailStatus = {
|
|
|
338
262
|
NotSent: "NotSent",
|
|
339
263
|
Sent: "Sent",
|
|
340
264
|
};
|
|
341
|
-
export const TranscribeMedicalContentIdentificationType = {
|
|
342
|
-
PHI: "PHI",
|
|
343
|
-
};
|
|
344
|
-
export const TranscribeMedicalLanguageCode = {
|
|
345
|
-
EN_US: "en-US",
|
|
346
|
-
};
|
|
347
|
-
export const TranscribeMedicalRegion = {
|
|
348
|
-
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
349
|
-
AUTO: "auto",
|
|
350
|
-
CA_CENTRAL_1: "ca-central-1",
|
|
351
|
-
EU_WEST_1: "eu-west-1",
|
|
352
|
-
US_EAST_1: "us-east-1",
|
|
353
|
-
US_EAST_2: "us-east-2",
|
|
354
|
-
US_WEST_2: "us-west-2",
|
|
355
|
-
};
|
|
356
|
-
export const TranscribeMedicalSpecialty = {
|
|
357
|
-
Cardiology: "CARDIOLOGY",
|
|
358
|
-
Neurology: "NEUROLOGY",
|
|
359
|
-
Oncology: "ONCOLOGY",
|
|
360
|
-
PrimaryCare: "PRIMARYCARE",
|
|
361
|
-
Radiology: "RADIOLOGY",
|
|
362
|
-
Urology: "UROLOGY",
|
|
363
|
-
};
|
|
364
|
-
export const TranscribeMedicalType = {
|
|
365
|
-
Conversation: "CONVERSATION",
|
|
366
|
-
Dictation: "DICTATION",
|
|
367
|
-
};
|
|
368
|
-
export const TranscribeContentIdentificationType = {
|
|
369
|
-
PII: "PII",
|
|
370
|
-
};
|
|
371
|
-
export const TranscribeContentRedactionType = {
|
|
372
|
-
PII: "PII",
|
|
373
|
-
};
|
|
374
|
-
export const TranscribeLanguageCode = {
|
|
375
|
-
DE_DE: "de-DE",
|
|
376
|
-
EN_AU: "en-AU",
|
|
377
|
-
EN_GB: "en-GB",
|
|
378
|
-
EN_US: "en-US",
|
|
379
|
-
ES_US: "es-US",
|
|
380
|
-
FR_CA: "fr-CA",
|
|
381
|
-
FR_FR: "fr-FR",
|
|
382
|
-
HI_IN: "hi-IN",
|
|
383
|
-
IT_IT: "it-IT",
|
|
384
|
-
JA_JP: "ja-JP",
|
|
385
|
-
KO_KR: "ko-KR",
|
|
386
|
-
PT_BR: "pt-BR",
|
|
387
|
-
TH_TH: "th-TH",
|
|
388
|
-
ZH_CN: "zh-CN",
|
|
389
|
-
};
|
|
390
|
-
export const TranscribePartialResultsStability = {
|
|
391
|
-
HIGH: "high",
|
|
392
|
-
LOW: "low",
|
|
393
|
-
MEDIUM: "medium",
|
|
394
|
-
};
|
|
395
|
-
export const TranscribeRegion = {
|
|
396
|
-
AP_NORTHEAST_1: "ap-northeast-1",
|
|
397
|
-
AP_NORTHEAST_2: "ap-northeast-2",
|
|
398
|
-
AP_SOUTHEAST_2: "ap-southeast-2",
|
|
399
|
-
AUTO: "auto",
|
|
400
|
-
CA_CENTRAL_1: "ca-central-1",
|
|
401
|
-
EU_CENTRAL_1: "eu-central-1",
|
|
402
|
-
EU_WEST_1: "eu-west-1",
|
|
403
|
-
EU_WEST_2: "eu-west-2",
|
|
404
|
-
SA_EAST_1: "sa-east-1",
|
|
405
|
-
US_EAST_1: "us-east-1",
|
|
406
|
-
US_EAST_2: "us-east-2",
|
|
407
|
-
US_WEST_2: "us-west-2",
|
|
408
|
-
};
|
|
409
|
-
export const TranscribeVocabularyFilterMethod = {
|
|
410
|
-
Mask: "mask",
|
|
411
|
-
Remove: "remove",
|
|
412
|
-
Tag: "tag",
|
|
413
|
-
};
|
|
414
265
|
export const PhoneNumberAssociationName = {
|
|
415
266
|
AccountId: "AccountId",
|
|
416
267
|
SipRuleId: "SipRuleId",
|
|
@@ -432,110 +283,14 @@ export const PhoneNumberType = {
|
|
|
432
283
|
Local: "Local",
|
|
433
284
|
TollFree: "TollFree",
|
|
434
285
|
};
|
|
435
|
-
export const AddressFilterSensitiveLog = (obj) => ({
|
|
436
|
-
...obj,
|
|
437
|
-
...(obj.streetName && { streetName: SENSITIVE_STRING }),
|
|
438
|
-
...(obj.streetSuffix && { streetSuffix: SENSITIVE_STRING }),
|
|
439
|
-
...(obj.postDirectional && { postDirectional: SENSITIVE_STRING }),
|
|
440
|
-
...(obj.preDirectional && { preDirectional: SENSITIVE_STRING }),
|
|
441
|
-
...(obj.streetNumber && { streetNumber: SENSITIVE_STRING }),
|
|
442
|
-
...(obj.city && { city: SENSITIVE_STRING }),
|
|
443
|
-
...(obj.state && { state: SENSITIVE_STRING }),
|
|
444
|
-
...(obj.postalCode && { postalCode: SENSITIVE_STRING }),
|
|
445
|
-
...(obj.postalCodePlus4 && { postalCodePlus4: SENSITIVE_STRING }),
|
|
446
|
-
...(obj.country && { country: SENSITIVE_STRING }),
|
|
447
|
-
});
|
|
448
286
|
export const AlexaForBusinessMetadataFilterSensitiveLog = (obj) => ({
|
|
449
287
|
...obj,
|
|
450
288
|
...(obj.AlexaForBusinessRoomArn && { AlexaForBusinessRoomArn: SENSITIVE_STRING }),
|
|
451
289
|
});
|
|
452
|
-
export const AppInstanceFilterSensitiveLog = (obj) => ({
|
|
453
|
-
...obj,
|
|
454
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
455
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
456
|
-
});
|
|
457
|
-
export const IdentityFilterSensitiveLog = (obj) => ({
|
|
458
|
-
...obj,
|
|
459
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
460
|
-
});
|
|
461
|
-
export const AppInstanceAdminFilterSensitiveLog = (obj) => ({
|
|
462
|
-
...obj,
|
|
463
|
-
...(obj.Admin && { Admin: IdentityFilterSensitiveLog(obj.Admin) }),
|
|
464
|
-
});
|
|
465
|
-
export const AppInstanceAdminSummaryFilterSensitiveLog = (obj) => ({
|
|
466
|
-
...obj,
|
|
467
|
-
...(obj.Admin && { Admin: IdentityFilterSensitiveLog(obj.Admin) }),
|
|
468
|
-
});
|
|
469
|
-
export const AppInstanceSummaryFilterSensitiveLog = (obj) => ({
|
|
470
|
-
...obj,
|
|
471
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
472
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
473
|
-
});
|
|
474
|
-
export const AppInstanceStreamingConfigurationFilterSensitiveLog = (obj) => ({
|
|
475
|
-
...obj,
|
|
476
|
-
...(obj.ResourceArn && { ResourceArn: SENSITIVE_STRING }),
|
|
477
|
-
});
|
|
478
|
-
export const AppInstanceUserFilterSensitiveLog = (obj) => ({
|
|
479
|
-
...obj,
|
|
480
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
481
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
482
|
-
});
|
|
483
|
-
export const AppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
484
|
-
...obj,
|
|
485
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
486
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
487
|
-
});
|
|
488
|
-
export const AssociatePhoneNumbersWithVoiceConnectorRequestFilterSensitiveLog = (obj) => ({
|
|
489
|
-
...obj,
|
|
490
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
491
|
-
});
|
|
492
|
-
export const AssociatePhoneNumbersWithVoiceConnectorGroupRequestFilterSensitiveLog = (obj) => ({
|
|
493
|
-
...obj,
|
|
494
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
495
|
-
});
|
|
496
290
|
export const AssociatePhoneNumberWithUserRequestFilterSensitiveLog = (obj) => ({
|
|
497
291
|
...obj,
|
|
498
292
|
...(obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }),
|
|
499
293
|
});
|
|
500
|
-
export const AttendeeFilterSensitiveLog = (obj) => ({
|
|
501
|
-
...obj,
|
|
502
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
503
|
-
...(obj.JoinToken && { JoinToken: SENSITIVE_STRING }),
|
|
504
|
-
});
|
|
505
|
-
export const TagFilterSensitiveLog = (obj) => ({
|
|
506
|
-
...obj,
|
|
507
|
-
...(obj.Key && { Key: SENSITIVE_STRING }),
|
|
508
|
-
...(obj.Value && { Value: SENSITIVE_STRING }),
|
|
509
|
-
});
|
|
510
|
-
export const BatchChannelMembershipsFilterSensitiveLog = (obj) => ({
|
|
511
|
-
...obj,
|
|
512
|
-
...(obj.InvitedBy && { InvitedBy: IdentityFilterSensitiveLog(obj.InvitedBy) }),
|
|
513
|
-
...(obj.Members && { Members: obj.Members.map((item) => IdentityFilterSensitiveLog(item)) }),
|
|
514
|
-
});
|
|
515
|
-
export const CreateAttendeeRequestItemFilterSensitiveLog = (obj) => ({
|
|
516
|
-
...obj,
|
|
517
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
518
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
519
|
-
});
|
|
520
|
-
export const BatchCreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
521
|
-
...obj,
|
|
522
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItemFilterSensitiveLog(item)) }),
|
|
523
|
-
});
|
|
524
|
-
export const CreateAttendeeErrorFilterSensitiveLog = (obj) => ({
|
|
525
|
-
...obj,
|
|
526
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
527
|
-
});
|
|
528
|
-
export const BatchCreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
529
|
-
...obj,
|
|
530
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
531
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeErrorFilterSensitiveLog(item)) }),
|
|
532
|
-
});
|
|
533
|
-
export const BatchCreateChannelMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
534
|
-
...obj,
|
|
535
|
-
...(obj.BatchChannelMemberships && {
|
|
536
|
-
BatchChannelMemberships: BatchChannelMembershipsFilterSensitiveLog(obj.BatchChannelMemberships),
|
|
537
|
-
}),
|
|
538
|
-
});
|
|
539
294
|
export const UpdatePhoneNumberRequestItemFilterSensitiveLog = (obj) => ({
|
|
540
295
|
...obj,
|
|
541
296
|
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
@@ -564,118 +319,6 @@ export const BotFilterSensitiveLog = (obj) => ({
|
|
|
564
319
|
...(obj.BotEmail && { BotEmail: SENSITIVE_STRING }),
|
|
565
320
|
...(obj.SecurityToken && { SecurityToken: SENSITIVE_STRING }),
|
|
566
321
|
});
|
|
567
|
-
export const CandidateAddressFilterSensitiveLog = (obj) => ({
|
|
568
|
-
...obj,
|
|
569
|
-
...(obj.streetInfo && { streetInfo: SENSITIVE_STRING }),
|
|
570
|
-
...(obj.streetNumber && { streetNumber: SENSITIVE_STRING }),
|
|
571
|
-
...(obj.city && { city: SENSITIVE_STRING }),
|
|
572
|
-
...(obj.state && { state: SENSITIVE_STRING }),
|
|
573
|
-
...(obj.postalCode && { postalCode: SENSITIVE_STRING }),
|
|
574
|
-
...(obj.postalCodePlus4 && { postalCodePlus4: SENSITIVE_STRING }),
|
|
575
|
-
...(obj.country && { country: SENSITIVE_STRING }),
|
|
576
|
-
});
|
|
577
|
-
export const ChannelFilterSensitiveLog = (obj) => ({
|
|
578
|
-
...obj,
|
|
579
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
580
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
581
|
-
...(obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }),
|
|
582
|
-
});
|
|
583
|
-
export const ChannelBanFilterSensitiveLog = (obj) => ({
|
|
584
|
-
...obj,
|
|
585
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
586
|
-
...(obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }),
|
|
587
|
-
});
|
|
588
|
-
export const ChannelBanSummaryFilterSensitiveLog = (obj) => ({
|
|
589
|
-
...obj,
|
|
590
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
591
|
-
});
|
|
592
|
-
export const ChannelMembershipFilterSensitiveLog = (obj) => ({
|
|
593
|
-
...obj,
|
|
594
|
-
...(obj.InvitedBy && { InvitedBy: IdentityFilterSensitiveLog(obj.InvitedBy) }),
|
|
595
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
596
|
-
});
|
|
597
|
-
export const ChannelSummaryFilterSensitiveLog = (obj) => ({
|
|
598
|
-
...obj,
|
|
599
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
600
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
601
|
-
});
|
|
602
|
-
export const ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
603
|
-
...obj,
|
|
604
|
-
...(obj.ChannelSummary && { ChannelSummary: ChannelSummaryFilterSensitiveLog(obj.ChannelSummary) }),
|
|
605
|
-
});
|
|
606
|
-
export const ChannelMembershipSummaryFilterSensitiveLog = (obj) => ({
|
|
607
|
-
...obj,
|
|
608
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
609
|
-
});
|
|
610
|
-
export const ChannelMessageFilterSensitiveLog = (obj) => ({
|
|
611
|
-
...obj,
|
|
612
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
613
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
614
|
-
...(obj.Sender && { Sender: IdentityFilterSensitiveLog(obj.Sender) }),
|
|
615
|
-
});
|
|
616
|
-
export const ChannelMessageSummaryFilterSensitiveLog = (obj) => ({
|
|
617
|
-
...obj,
|
|
618
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
619
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
620
|
-
...(obj.Sender && { Sender: IdentityFilterSensitiveLog(obj.Sender) }),
|
|
621
|
-
});
|
|
622
|
-
export const ChannelModeratedByAppInstanceUserSummaryFilterSensitiveLog = (obj) => ({
|
|
623
|
-
...obj,
|
|
624
|
-
...(obj.ChannelSummary && { ChannelSummary: ChannelSummaryFilterSensitiveLog(obj.ChannelSummary) }),
|
|
625
|
-
});
|
|
626
|
-
export const ChannelModeratorFilterSensitiveLog = (obj) => ({
|
|
627
|
-
...obj,
|
|
628
|
-
...(obj.Moderator && { Moderator: IdentityFilterSensitiveLog(obj.Moderator) }),
|
|
629
|
-
...(obj.CreatedBy && { CreatedBy: IdentityFilterSensitiveLog(obj.CreatedBy) }),
|
|
630
|
-
});
|
|
631
|
-
export const ChannelModeratorSummaryFilterSensitiveLog = (obj) => ({
|
|
632
|
-
...obj,
|
|
633
|
-
...(obj.Moderator && { Moderator: IdentityFilterSensitiveLog(obj.Moderator) }),
|
|
634
|
-
});
|
|
635
|
-
export const SelectedVideoStreamsFilterSensitiveLog = (obj) => ({
|
|
636
|
-
...obj,
|
|
637
|
-
...(obj.ExternalUserIds && { ExternalUserIds: SENSITIVE_STRING }),
|
|
638
|
-
});
|
|
639
|
-
export const SourceConfigurationFilterSensitiveLog = (obj) => ({
|
|
640
|
-
...obj,
|
|
641
|
-
...(obj.SelectedVideoStreams && {
|
|
642
|
-
SelectedVideoStreams: SelectedVideoStreamsFilterSensitiveLog(obj.SelectedVideoStreams),
|
|
643
|
-
}),
|
|
644
|
-
});
|
|
645
|
-
export const ChimeSdkMeetingConfigurationFilterSensitiveLog = (obj) => ({
|
|
646
|
-
...obj,
|
|
647
|
-
...(obj.SourceConfiguration && {
|
|
648
|
-
SourceConfiguration: SourceConfigurationFilterSensitiveLog(obj.SourceConfiguration),
|
|
649
|
-
}),
|
|
650
|
-
});
|
|
651
|
-
export const CreateAppInstanceRequestFilterSensitiveLog = (obj) => ({
|
|
652
|
-
...obj,
|
|
653
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
654
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
655
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
656
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
657
|
-
});
|
|
658
|
-
export const CreateAppInstanceAdminResponseFilterSensitiveLog = (obj) => ({
|
|
659
|
-
...obj,
|
|
660
|
-
...(obj.AppInstanceAdmin && { AppInstanceAdmin: IdentityFilterSensitiveLog(obj.AppInstanceAdmin) }),
|
|
661
|
-
});
|
|
662
|
-
export const CreateAppInstanceUserRequestFilterSensitiveLog = (obj) => ({
|
|
663
|
-
...obj,
|
|
664
|
-
...(obj.AppInstanceUserId && { AppInstanceUserId: SENSITIVE_STRING }),
|
|
665
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
666
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
667
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
668
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
669
|
-
});
|
|
670
|
-
export const CreateAttendeeRequestFilterSensitiveLog = (obj) => ({
|
|
671
|
-
...obj,
|
|
672
|
-
...(obj.ExternalUserId && { ExternalUserId: SENSITIVE_STRING }),
|
|
673
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
674
|
-
});
|
|
675
|
-
export const CreateAttendeeResponseFilterSensitiveLog = (obj) => ({
|
|
676
|
-
...obj,
|
|
677
|
-
...(obj.Attendee && { Attendee: AttendeeFilterSensitiveLog(obj.Attendee) }),
|
|
678
|
-
});
|
|
679
322
|
export const CreateBotRequestFilterSensitiveLog = (obj) => ({
|
|
680
323
|
...obj,
|
|
681
324
|
...(obj.DisplayName && { DisplayName: SENSITIVE_STRING }),
|
|
@@ -684,94 +327,12 @@ export const CreateBotResponseFilterSensitiveLog = (obj) => ({
|
|
|
684
327
|
...obj,
|
|
685
328
|
...(obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }),
|
|
686
329
|
});
|
|
687
|
-
export const CreateChannelRequestFilterSensitiveLog = (obj) => ({
|
|
688
|
-
...obj,
|
|
689
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
690
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
691
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
692
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
693
|
-
});
|
|
694
|
-
export const CreateChannelBanResponseFilterSensitiveLog = (obj) => ({
|
|
695
|
-
...obj,
|
|
696
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
697
|
-
});
|
|
698
|
-
export const CreateChannelMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
699
|
-
...obj,
|
|
700
|
-
...(obj.Member && { Member: IdentityFilterSensitiveLog(obj.Member) }),
|
|
701
|
-
});
|
|
702
|
-
export const CreateChannelModeratorResponseFilterSensitiveLog = (obj) => ({
|
|
703
|
-
...obj,
|
|
704
|
-
...(obj.ChannelModerator && { ChannelModerator: IdentityFilterSensitiveLog(obj.ChannelModerator) }),
|
|
705
|
-
});
|
|
706
|
-
export const CreateMediaCapturePipelineRequestFilterSensitiveLog = (obj) => ({
|
|
707
|
-
...obj,
|
|
708
|
-
...(obj.SourceArn && { SourceArn: SENSITIVE_STRING }),
|
|
709
|
-
...(obj.SinkArn && { SinkArn: SENSITIVE_STRING }),
|
|
710
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
711
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
712
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
713
|
-
}),
|
|
714
|
-
});
|
|
715
|
-
export const MediaCapturePipelineFilterSensitiveLog = (obj) => ({
|
|
716
|
-
...obj,
|
|
717
|
-
...(obj.SourceArn && { SourceArn: SENSITIVE_STRING }),
|
|
718
|
-
...(obj.SinkArn && { SinkArn: SENSITIVE_STRING }),
|
|
719
|
-
...(obj.ChimeSdkMeetingConfiguration && {
|
|
720
|
-
ChimeSdkMeetingConfiguration: ChimeSdkMeetingConfigurationFilterSensitiveLog(obj.ChimeSdkMeetingConfiguration),
|
|
721
|
-
}),
|
|
722
|
-
});
|
|
723
|
-
export const CreateMediaCapturePipelineResponseFilterSensitiveLog = (obj) => ({
|
|
724
|
-
...obj,
|
|
725
|
-
...(obj.MediaCapturePipeline && {
|
|
726
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
727
|
-
}),
|
|
728
|
-
});
|
|
729
|
-
export const MeetingNotificationConfigurationFilterSensitiveLog = (obj) => ({
|
|
730
|
-
...obj,
|
|
731
|
-
...(obj.SnsTopicArn && { SnsTopicArn: SENSITIVE_STRING }),
|
|
732
|
-
...(obj.SqsQueueArn && { SqsQueueArn: SENSITIVE_STRING }),
|
|
733
|
-
});
|
|
734
|
-
export const CreateMeetingRequestFilterSensitiveLog = (obj) => ({
|
|
735
|
-
...obj,
|
|
736
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
737
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }),
|
|
738
|
-
...(obj.MeetingHostId && { MeetingHostId: SENSITIVE_STRING }),
|
|
739
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
740
|
-
...(obj.NotificationsConfiguration && {
|
|
741
|
-
NotificationsConfiguration: MeetingNotificationConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
742
|
-
}),
|
|
743
|
-
});
|
|
744
|
-
export const MeetingFilterSensitiveLog = (obj) => ({
|
|
745
|
-
...obj,
|
|
746
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }),
|
|
747
|
-
});
|
|
748
|
-
export const CreateMeetingResponseFilterSensitiveLog = (obj) => ({
|
|
749
|
-
...obj,
|
|
750
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
751
|
-
});
|
|
752
330
|
export const CreateMeetingDialOutRequestFilterSensitiveLog = (obj) => ({
|
|
753
331
|
...obj,
|
|
754
332
|
...(obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING }),
|
|
755
333
|
...(obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING }),
|
|
756
334
|
...(obj.JoinToken && { JoinToken: SENSITIVE_STRING }),
|
|
757
335
|
});
|
|
758
|
-
export const CreateMeetingWithAttendeesRequestFilterSensitiveLog = (obj) => ({
|
|
759
|
-
...obj,
|
|
760
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
761
|
-
...(obj.ExternalMeetingId && { ExternalMeetingId: SENSITIVE_STRING }),
|
|
762
|
-
...(obj.MeetingHostId && { MeetingHostId: SENSITIVE_STRING }),
|
|
763
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => TagFilterSensitiveLog(item)) }),
|
|
764
|
-
...(obj.NotificationsConfiguration && {
|
|
765
|
-
NotificationsConfiguration: MeetingNotificationConfigurationFilterSensitiveLog(obj.NotificationsConfiguration),
|
|
766
|
-
}),
|
|
767
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => CreateAttendeeRequestItemFilterSensitiveLog(item)) }),
|
|
768
|
-
});
|
|
769
|
-
export const CreateMeetingWithAttendeesResponseFilterSensitiveLog = (obj) => ({
|
|
770
|
-
...obj,
|
|
771
|
-
...(obj.Meeting && { Meeting: MeetingFilterSensitiveLog(obj.Meeting) }),
|
|
772
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => AttendeeFilterSensitiveLog(item)) }),
|
|
773
|
-
...(obj.Errors && { Errors: obj.Errors.map((item) => CreateAttendeeErrorFilterSensitiveLog(item)) }),
|
|
774
|
-
});
|
|
775
336
|
export const CreatePhoneNumberOrderRequestFilterSensitiveLog = (obj) => ({
|
|
776
337
|
...obj,
|
|
777
338
|
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
@@ -790,24 +351,6 @@ export const CreatePhoneNumberOrderResponseFilterSensitiveLog = (obj) => ({
|
|
|
790
351
|
...obj,
|
|
791
352
|
...(obj.PhoneNumberOrder && { PhoneNumberOrder: PhoneNumberOrderFilterSensitiveLog(obj.PhoneNumberOrder) }),
|
|
792
353
|
});
|
|
793
|
-
export const CreateProxySessionRequestFilterSensitiveLog = (obj) => ({
|
|
794
|
-
...obj,
|
|
795
|
-
...(obj.ParticipantPhoneNumbers && { ParticipantPhoneNumbers: SENSITIVE_STRING }),
|
|
796
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
797
|
-
});
|
|
798
|
-
export const ParticipantFilterSensitiveLog = (obj) => ({
|
|
799
|
-
...obj,
|
|
800
|
-
...(obj.PhoneNumber && { PhoneNumber: SENSITIVE_STRING }),
|
|
801
|
-
...(obj.ProxyPhoneNumber && { ProxyPhoneNumber: SENSITIVE_STRING }),
|
|
802
|
-
});
|
|
803
|
-
export const ProxySessionFilterSensitiveLog = (obj) => ({
|
|
804
|
-
...obj,
|
|
805
|
-
...(obj.Participants && { Participants: obj.Participants.map((item) => ParticipantFilterSensitiveLog(item)) }),
|
|
806
|
-
});
|
|
807
|
-
export const CreateProxySessionResponseFilterSensitiveLog = (obj) => ({
|
|
808
|
-
...obj,
|
|
809
|
-
...(obj.ProxySession && { ProxySession: ProxySessionFilterSensitiveLog(obj.ProxySession) }),
|
|
810
|
-
});
|
|
811
354
|
export const CreateRoomRequestFilterSensitiveLog = (obj) => ({
|
|
812
355
|
...obj,
|
|
813
356
|
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
@@ -834,30 +377,6 @@ export const CreateRoomMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
|
834
377
|
...obj,
|
|
835
378
|
...(obj.RoomMembership && { RoomMembership: RoomMembershipFilterSensitiveLog(obj.RoomMembership) }),
|
|
836
379
|
});
|
|
837
|
-
export const SipMediaApplicationEndpointFilterSensitiveLog = (obj) => ({
|
|
838
|
-
...obj,
|
|
839
|
-
...(obj.LambdaArn && { LambdaArn: SENSITIVE_STRING }),
|
|
840
|
-
});
|
|
841
|
-
export const CreateSipMediaApplicationRequestFilterSensitiveLog = (obj) => ({
|
|
842
|
-
...obj,
|
|
843
|
-
...(obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => SipMediaApplicationEndpointFilterSensitiveLog(item)) }),
|
|
844
|
-
});
|
|
845
|
-
export const SipMediaApplicationFilterSensitiveLog = (obj) => ({
|
|
846
|
-
...obj,
|
|
847
|
-
...(obj.Endpoints && { Endpoints: obj.Endpoints.map((item) => SipMediaApplicationEndpointFilterSensitiveLog(item)) }),
|
|
848
|
-
});
|
|
849
|
-
export const CreateSipMediaApplicationResponseFilterSensitiveLog = (obj) => ({
|
|
850
|
-
...obj,
|
|
851
|
-
...(obj.SipMediaApplication && {
|
|
852
|
-
SipMediaApplication: SipMediaApplicationFilterSensitiveLog(obj.SipMediaApplication),
|
|
853
|
-
}),
|
|
854
|
-
});
|
|
855
|
-
export const CreateSipMediaApplicationCallRequestFilterSensitiveLog = (obj) => ({
|
|
856
|
-
...obj,
|
|
857
|
-
...(obj.FromPhoneNumber && { FromPhoneNumber: SENSITIVE_STRING }),
|
|
858
|
-
...(obj.ToPhoneNumber && { ToPhoneNumber: SENSITIVE_STRING }),
|
|
859
|
-
...(obj.SipHeaders && { SipHeaders: SENSITIVE_STRING }),
|
|
860
|
-
});
|
|
861
380
|
export const CreateUserRequestFilterSensitiveLog = (obj) => ({
|
|
862
381
|
...obj,
|
|
863
382
|
...(obj.Email && { Email: SENSITIVE_STRING }),
|
|
@@ -875,127 +394,153 @@ export const CreateUserResponseFilterSensitiveLog = (obj) => ({
|
|
|
875
394
|
...obj,
|
|
876
395
|
...(obj.User && { User: UserFilterSensitiveLog(obj.User) }),
|
|
877
396
|
});
|
|
878
|
-
export const
|
|
397
|
+
export const EventsConfigurationFilterSensitiveLog = (obj) => ({
|
|
879
398
|
...obj,
|
|
880
|
-
...(obj.
|
|
881
|
-
...(obj.
|
|
399
|
+
...(obj.OutboundEventsHTTPSEndpoint && { OutboundEventsHTTPSEndpoint: SENSITIVE_STRING }),
|
|
400
|
+
...(obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING }),
|
|
882
401
|
});
|
|
883
|
-
export const
|
|
402
|
+
export const GetBotResponseFilterSensitiveLog = (obj) => ({
|
|
884
403
|
...obj,
|
|
885
|
-
...(obj.
|
|
404
|
+
...(obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }),
|
|
886
405
|
});
|
|
887
|
-
export const
|
|
406
|
+
export const GetEventsConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
888
407
|
...obj,
|
|
889
|
-
...(obj.
|
|
408
|
+
...(obj.EventsConfiguration && {
|
|
409
|
+
EventsConfiguration: EventsConfigurationFilterSensitiveLog(obj.EventsConfiguration),
|
|
410
|
+
}),
|
|
890
411
|
});
|
|
891
|
-
export const
|
|
412
|
+
export const PhoneNumberFilterSensitiveLog = (obj) => ({
|
|
892
413
|
...obj,
|
|
893
|
-
...(obj.
|
|
414
|
+
...(obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }),
|
|
415
|
+
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
894
416
|
});
|
|
895
|
-
export const
|
|
417
|
+
export const GetPhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
896
418
|
...obj,
|
|
897
|
-
...(obj.
|
|
419
|
+
...(obj.PhoneNumber && { PhoneNumber: PhoneNumberFilterSensitiveLog(obj.PhoneNumber) }),
|
|
898
420
|
});
|
|
899
|
-
export const
|
|
421
|
+
export const GetPhoneNumberOrderResponseFilterSensitiveLog = (obj) => ({
|
|
900
422
|
...obj,
|
|
901
|
-
...(obj.
|
|
423
|
+
...(obj.PhoneNumberOrder && { PhoneNumberOrder: PhoneNumberOrderFilterSensitiveLog(obj.PhoneNumberOrder) }),
|
|
902
424
|
});
|
|
903
|
-
export const
|
|
425
|
+
export const GetPhoneNumberSettingsResponseFilterSensitiveLog = (obj) => ({
|
|
904
426
|
...obj,
|
|
905
|
-
...(obj.
|
|
427
|
+
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
906
428
|
});
|
|
907
|
-
export const
|
|
429
|
+
export const GetRoomResponseFilterSensitiveLog = (obj) => ({
|
|
908
430
|
...obj,
|
|
909
|
-
...(obj.
|
|
431
|
+
...(obj.Room && { Room: RoomFilterSensitiveLog(obj.Room) }),
|
|
910
432
|
});
|
|
911
|
-
export const
|
|
433
|
+
export const GetUserResponseFilterSensitiveLog = (obj) => ({
|
|
912
434
|
...obj,
|
|
913
|
-
...(obj.
|
|
914
|
-
ChannelMembership: ChannelMembershipForAppInstanceUserSummaryFilterSensitiveLog(obj.ChannelMembership),
|
|
915
|
-
}),
|
|
435
|
+
...(obj.User && { User: UserFilterSensitiveLog(obj.User) }),
|
|
916
436
|
});
|
|
917
|
-
export const
|
|
437
|
+
export const InviteFilterSensitiveLog = (obj) => ({
|
|
918
438
|
...obj,
|
|
919
|
-
...(obj.
|
|
439
|
+
...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }),
|
|
920
440
|
});
|
|
921
|
-
export const
|
|
441
|
+
export const InviteUsersRequestFilterSensitiveLog = (obj) => ({
|
|
922
442
|
...obj,
|
|
923
|
-
...(obj.
|
|
443
|
+
...(obj.UserEmailList && { UserEmailList: SENSITIVE_STRING }),
|
|
924
444
|
});
|
|
925
|
-
export const
|
|
445
|
+
export const InviteUsersResponseFilterSensitiveLog = (obj) => ({
|
|
926
446
|
...obj,
|
|
927
|
-
...(obj.
|
|
447
|
+
...(obj.Invites && { Invites: obj.Invites.map((item) => InviteFilterSensitiveLog(item)) }),
|
|
928
448
|
});
|
|
929
|
-
export const
|
|
449
|
+
export const ListAccountsRequestFilterSensitiveLog = (obj) => ({
|
|
930
450
|
...obj,
|
|
931
|
-
...(obj.
|
|
451
|
+
...(obj.UserEmail && { UserEmail: SENSITIVE_STRING }),
|
|
932
452
|
});
|
|
933
|
-
export const
|
|
453
|
+
export const ListBotsResponseFilterSensitiveLog = (obj) => ({
|
|
934
454
|
...obj,
|
|
935
|
-
...(obj.
|
|
936
|
-
...(obj.TestPhoneNumber && { TestPhoneNumber: SENSITIVE_STRING }),
|
|
455
|
+
...(obj.Bots && { Bots: obj.Bots.map((item) => BotFilterSensitiveLog(item)) }),
|
|
937
456
|
});
|
|
938
|
-
export const
|
|
457
|
+
export const ListPhoneNumberOrdersResponseFilterSensitiveLog = (obj) => ({
|
|
939
458
|
...obj,
|
|
940
|
-
...(obj.DNIS && { DNIS: obj.DNIS.map((item) => DNISEmergencyCallingConfigurationFilterSensitiveLog(item)) }),
|
|
941
459
|
});
|
|
942
|
-
export const
|
|
460
|
+
export const ListPhoneNumbersResponseFilterSensitiveLog = (obj) => ({
|
|
943
461
|
...obj,
|
|
944
|
-
...(obj.
|
|
945
|
-
...(obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING }),
|
|
462
|
+
...(obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => PhoneNumberFilterSensitiveLog(item)) }),
|
|
946
463
|
});
|
|
947
|
-
export const
|
|
464
|
+
export const ListRoomMembershipsResponseFilterSensitiveLog = (obj) => ({
|
|
948
465
|
...obj,
|
|
949
|
-
...(obj.
|
|
950
|
-
|
|
466
|
+
...(obj.RoomMemberships && {
|
|
467
|
+
RoomMemberships: obj.RoomMemberships.map((item) => RoomMembershipFilterSensitiveLog(item)),
|
|
951
468
|
}),
|
|
952
469
|
});
|
|
953
|
-
export const
|
|
470
|
+
export const ListRoomsResponseFilterSensitiveLog = (obj) => ({
|
|
954
471
|
...obj,
|
|
955
|
-
...(obj.
|
|
472
|
+
...(obj.Rooms && { Rooms: obj.Rooms.map((item) => RoomFilterSensitiveLog(item)) }),
|
|
956
473
|
});
|
|
957
|
-
export const
|
|
474
|
+
export const ListUsersRequestFilterSensitiveLog = (obj) => ({
|
|
958
475
|
...obj,
|
|
959
|
-
...(obj.
|
|
476
|
+
...(obj.UserEmail && { UserEmail: SENSITIVE_STRING }),
|
|
960
477
|
});
|
|
961
|
-
export const
|
|
478
|
+
export const ListUsersResponseFilterSensitiveLog = (obj) => ({
|
|
962
479
|
...obj,
|
|
963
|
-
...(obj.
|
|
480
|
+
...(obj.Users && { Users: obj.Users.map((item) => UserFilterSensitiveLog(item)) }),
|
|
964
481
|
});
|
|
965
|
-
export const
|
|
482
|
+
export const PutEventsConfigurationRequestFilterSensitiveLog = (obj) => ({
|
|
483
|
+
...obj,
|
|
484
|
+
...(obj.OutboundEventsHTTPSEndpoint && { OutboundEventsHTTPSEndpoint: SENSITIVE_STRING }),
|
|
485
|
+
...(obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING }),
|
|
486
|
+
});
|
|
487
|
+
export const PutEventsConfigurationResponseFilterSensitiveLog = (obj) => ({
|
|
966
488
|
...obj,
|
|
967
489
|
...(obj.EventsConfiguration && {
|
|
968
490
|
EventsConfiguration: EventsConfigurationFilterSensitiveLog(obj.EventsConfiguration),
|
|
969
491
|
}),
|
|
970
492
|
});
|
|
971
|
-
export const
|
|
493
|
+
export const RegenerateSecurityTokenResponseFilterSensitiveLog = (obj) => ({
|
|
972
494
|
...obj,
|
|
973
|
-
...(obj.
|
|
974
|
-
MediaCapturePipeline: MediaCapturePipelineFilterSensitiveLog(obj.MediaCapturePipeline),
|
|
975
|
-
}),
|
|
495
|
+
...(obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }),
|
|
976
496
|
});
|
|
977
|
-
export const
|
|
497
|
+
export const ResetPersonalPINResponseFilterSensitiveLog = (obj) => ({
|
|
978
498
|
...obj,
|
|
979
|
-
...(obj.
|
|
499
|
+
...(obj.User && { User: UserFilterSensitiveLog(obj.User) }),
|
|
980
500
|
});
|
|
981
|
-
export const
|
|
501
|
+
export const RestorePhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
502
|
+
...obj,
|
|
503
|
+
...(obj.PhoneNumber && { PhoneNumber: PhoneNumberFilterSensitiveLog(obj.PhoneNumber) }),
|
|
504
|
+
});
|
|
505
|
+
export const SearchAvailablePhoneNumbersResponseFilterSensitiveLog = (obj) => ({
|
|
506
|
+
...obj,
|
|
507
|
+
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
508
|
+
});
|
|
509
|
+
export const UpdateBotResponseFilterSensitiveLog = (obj) => ({
|
|
510
|
+
...obj,
|
|
511
|
+
...(obj.Bot && { Bot: BotFilterSensitiveLog(obj.Bot) }),
|
|
512
|
+
});
|
|
513
|
+
export const UpdatePhoneNumberRequestFilterSensitiveLog = (obj) => ({
|
|
982
514
|
...obj,
|
|
983
|
-
...(obj.E164PhoneNumber && { E164PhoneNumber: SENSITIVE_STRING }),
|
|
984
515
|
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
985
516
|
});
|
|
986
|
-
export const
|
|
517
|
+
export const UpdatePhoneNumberResponseFilterSensitiveLog = (obj) => ({
|
|
987
518
|
...obj,
|
|
988
519
|
...(obj.PhoneNumber && { PhoneNumber: PhoneNumberFilterSensitiveLog(obj.PhoneNumber) }),
|
|
989
520
|
});
|
|
990
|
-
export const
|
|
521
|
+
export const UpdatePhoneNumberSettingsRequestFilterSensitiveLog = (obj) => ({
|
|
991
522
|
...obj,
|
|
992
|
-
...(obj.
|
|
523
|
+
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
993
524
|
});
|
|
994
|
-
export const
|
|
525
|
+
export const UpdateRoomRequestFilterSensitiveLog = (obj) => ({
|
|
995
526
|
...obj,
|
|
996
|
-
...(obj.
|
|
527
|
+
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
997
528
|
});
|
|
998
|
-
export const
|
|
529
|
+
export const UpdateRoomResponseFilterSensitiveLog = (obj) => ({
|
|
999
530
|
...obj,
|
|
1000
|
-
...(obj.
|
|
531
|
+
...(obj.Room && { Room: RoomFilterSensitiveLog(obj.Room) }),
|
|
532
|
+
});
|
|
533
|
+
export const UpdateRoomMembershipResponseFilterSensitiveLog = (obj) => ({
|
|
534
|
+
...obj,
|
|
535
|
+
...(obj.RoomMembership && { RoomMembership: RoomMembershipFilterSensitiveLog(obj.RoomMembership) }),
|
|
536
|
+
});
|
|
537
|
+
export const UpdateUserRequestFilterSensitiveLog = (obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
...(obj.AlexaForBusinessMetadata && {
|
|
540
|
+
AlexaForBusinessMetadata: AlexaForBusinessMetadataFilterSensitiveLog(obj.AlexaForBusinessMetadata),
|
|
541
|
+
}),
|
|
542
|
+
});
|
|
543
|
+
export const UpdateUserResponseFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
...(obj.User && { User: UserFilterSensitiveLog(obj.User) }),
|
|
1001
546
|
});
|