@aws-sdk/client-chime 3.34.0 → 3.35.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/CHANGELOG.md +12 -0
- package/dist-cjs/Chime.js +2900 -0
- package/dist-cjs/Chime.js.map +1 -0
- package/dist-cjs/ChimeClient.js +83 -0
- package/dist-cjs/ChimeClient.js.map +1 -0
- package/dist-cjs/commands/AssociatePhoneNumberWithUserCommand.js +61 -0
- package/dist-cjs/commands/AssociatePhoneNumberWithUserCommand.js.map +1 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +61 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js.map +1 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +61 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-cjs/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +61 -0
- package/dist-cjs/commands/AssociateSigninDelegateGroupsWithAccountCommand.js.map +1 -0
- package/dist-cjs/commands/BatchCreateAttendeeCommand.js +66 -0
- package/dist-cjs/commands/BatchCreateAttendeeCommand.js.map +1 -0
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +61 -0
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/BatchCreateRoomMembershipCommand.js +61 -0
- package/dist-cjs/commands/BatchCreateRoomMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js +69 -0
- package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js.map +1 -0
- package/dist-cjs/commands/BatchSuspendUserCommand.js +77 -0
- package/dist-cjs/commands/BatchSuspendUserCommand.js.map +1 -0
- package/dist-cjs/commands/BatchUnsuspendUserCommand.js +73 -0
- package/dist-cjs/commands/BatchUnsuspendUserCommand.js.map +1 -0
- package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js +63 -0
- package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js.map +1 -0
- package/dist-cjs/commands/BatchUpdateUserCommand.js +61 -0
- package/dist-cjs/commands/BatchUpdateUserCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAccountCommand.js +63 -0
- package/dist-cjs/commands/CreateAccountCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +75 -0
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAppInstanceCommand.js +62 -0
- package/dist-cjs/commands/CreateAppInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +62 -0
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/CreateAttendeeCommand.js +66 -0
- package/dist-cjs/commands/CreateAttendeeCommand.js.map +1 -0
- package/dist-cjs/commands/CreateBotCommand.js +61 -0
- package/dist-cjs/commands/CreateBotCommand.js.map +1 -0
- package/dist-cjs/commands/CreateChannelBanCommand.js +72 -0
- package/dist-cjs/commands/CreateChannelBanCommand.js.map +1 -0
- package/dist-cjs/commands/CreateChannelCommand.js +71 -0
- package/dist-cjs/commands/CreateChannelCommand.js.map +1 -0
- package/dist-cjs/commands/CreateChannelMembershipCommand.js +98 -0
- package/dist-cjs/commands/CreateChannelMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/CreateChannelModeratorCommand.js +85 -0
- package/dist-cjs/commands/CreateChannelModeratorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +61 -0
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMeetingCommand.js +71 -0
- package/dist-cjs/commands/CreateMeetingCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMeetingDialOutCommand.js +65 -0
- package/dist-cjs/commands/CreateMeetingDialOutCommand.js.map +1 -0
- package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +71 -0
- package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js.map +1 -0
- package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js +62 -0
- package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js.map +1 -0
- package/dist-cjs/commands/CreateProxySessionCommand.js +61 -0
- package/dist-cjs/commands/CreateProxySessionCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRoomCommand.js +61 -0
- package/dist-cjs/commands/CreateRoomCommand.js.map +1 -0
- package/dist-cjs/commands/CreateRoomMembershipCommand.js +61 -0
- package/dist-cjs/commands/CreateRoomMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js +62 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js.map +1 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCommand.js +61 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCommand.js.map +1 -0
- package/dist-cjs/commands/CreateSipRuleCommand.js +61 -0
- package/dist-cjs/commands/CreateSipRuleCommand.js.map +1 -0
- package/dist-cjs/commands/CreateUserCommand.js +61 -0
- package/dist-cjs/commands/CreateUserCommand.js.map +1 -0
- package/dist-cjs/commands/CreateVoiceConnectorCommand.js +67 -0
- package/dist-cjs/commands/CreateVoiceConnectorCommand.js.map +1 -0
- package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js +65 -0
- package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAccountCommand.js +74 -0
- package/dist-cjs/commands/DeleteAccountCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +61 -0
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +61 -0
- package/dist-cjs/commands/DeleteAppInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/DeleteAppInstanceStreamingConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +61 -0
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteAttendeeCommand.js +64 -0
- package/dist-cjs/commands/DeleteAttendeeCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteChannelBanCommand.js +67 -0
- package/dist-cjs/commands/DeleteChannelBanCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +68 -0
- package/dist-cjs/commands/DeleteChannelCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js +67 -0
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteChannelMessageCommand.js +69 -0
- package/dist-cjs/commands/DeleteChannelMessageCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js +67 -0
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteEventsConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteEventsConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +61 -0
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteMeetingCommand.js +64 -0
- package/dist-cjs/commands/DeleteMeetingCommand.js.map +1 -0
- package/dist-cjs/commands/DeletePhoneNumberCommand.js +67 -0
- package/dist-cjs/commands/DeletePhoneNumberCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteProxySessionCommand.js +61 -0
- package/dist-cjs/commands/DeleteProxySessionCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRoomCommand.js +61 -0
- package/dist-cjs/commands/DeleteRoomCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteRoomMembershipCommand.js +61 -0
- package/dist-cjs/commands/DeleteRoomMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js +61 -0
- package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteSipRuleCommand.js +61 -0
- package/dist-cjs/commands/DeleteSipRuleCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorCommand.js +63 -0
- package/dist-cjs/commands/DeleteVoiceConnectorCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js +63 -0
- package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js +65 -0
- package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js +61 -0
- package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js +65 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js.map +1 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +61 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +61 -0
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +61 -0
- package/dist-cjs/commands/DescribeAppInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +61 -0
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeChannelBanCommand.js +68 -0
- package/dist-cjs/commands/DescribeChannelBanCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +69 -0
- package/dist-cjs/commands/DescribeChannelCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js +66 -0
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +68 -0
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +68 -0
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js +66 -0
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociatePhoneNumberFromUserCommand.js +61 -0
- package/dist-cjs/commands/DisassociatePhoneNumberFromUserCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +61 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +61 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-cjs/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +61 -0
- package/dist-cjs/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccountCommand.js +62 -0
- package/dist-cjs/commands/GetAccountCommand.js.map +1 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +64 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +61 -0
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetAppInstanceStreamingConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/GetAppInstanceStreamingConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/GetAttendeeCommand.js +67 -0
- package/dist-cjs/commands/GetAttendeeCommand.js.map +1 -0
- package/dist-cjs/commands/GetBotCommand.js +61 -0
- package/dist-cjs/commands/GetBotCommand.js.map +1 -0
- package/dist-cjs/commands/GetChannelMessageCommand.js +67 -0
- package/dist-cjs/commands/GetChannelMessageCommand.js.map +1 -0
- package/dist-cjs/commands/GetEventsConfigurationCommand.js +61 -0
- package/dist-cjs/commands/GetEventsConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetGlobalSettingsCommand.js +62 -0
- package/dist-cjs/commands/GetGlobalSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +61 -0
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js.map +1 -0
- package/dist-cjs/commands/GetMeetingCommand.js +67 -0
- package/dist-cjs/commands/GetMeetingCommand.js.map +1 -0
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +61 -0
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js.map +1 -0
- package/dist-cjs/commands/GetPhoneNumberCommand.js +61 -0
- package/dist-cjs/commands/GetPhoneNumberCommand.js.map +1 -0
- package/dist-cjs/commands/GetPhoneNumberOrderCommand.js +62 -0
- package/dist-cjs/commands/GetPhoneNumberOrderCommand.js.map +1 -0
- package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js +61 -0
- package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetProxySessionCommand.js +61 -0
- package/dist-cjs/commands/GetProxySessionCommand.js.map +1 -0
- package/dist-cjs/commands/GetRetentionSettingsCommand.js +64 -0
- package/dist-cjs/commands/GetRetentionSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetRoomCommand.js +61 -0
- package/dist-cjs/commands/GetRoomCommand.js.map +1 -0
- package/dist-cjs/commands/GetSipMediaApplicationCommand.js +61 -0
- package/dist-cjs/commands/GetSipMediaApplicationCommand.js.map +1 -0
- package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetSipRuleCommand.js +61 -0
- package/dist-cjs/commands/GetSipRuleCommand.js.map +1 -0
- package/dist-cjs/commands/GetUserCommand.js +66 -0
- package/dist-cjs/commands/GetUserCommand.js.map +1 -0
- package/dist-cjs/commands/GetUserSettingsCommand.js +62 -0
- package/dist-cjs/commands/GetUserSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorCommand.js +61 -0
- package/dist-cjs/commands/GetVoiceConnectorCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js +62 -0
- package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js +61 -0
- package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js +61 -0
- package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +63 -0
- package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js +61 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js.map +1 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +62 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js.map +1 -0
- package/dist-cjs/commands/InviteUsersCommand.js +63 -0
- package/dist-cjs/commands/InviteUsersCommand.js.map +1 -0
- package/dist-cjs/commands/ListAccountsCommand.js +63 -0
- package/dist-cjs/commands/ListAccountsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +61 -0
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +63 -0
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js.map +1 -0
- package/dist-cjs/commands/ListAppInstancesCommand.js +61 -0
- package/dist-cjs/commands/ListAppInstancesCommand.js.map +1 -0
- package/dist-cjs/commands/ListAttendeeTagsCommand.js +61 -0
- package/dist-cjs/commands/ListAttendeeTagsCommand.js.map +1 -0
- package/dist-cjs/commands/ListAttendeesCommand.js +65 -0
- package/dist-cjs/commands/ListAttendeesCommand.js.map +1 -0
- package/dist-cjs/commands/ListBotsCommand.js +61 -0
- package/dist-cjs/commands/ListBotsCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelBansCommand.js +68 -0
- package/dist-cjs/commands/ListChannelBansCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelMembershipsCommand.js +68 -0
- package/dist-cjs/commands/ListChannelMembershipsCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +68 -0
- package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelMessagesCommand.js +71 -0
- package/dist-cjs/commands/ListChannelMessagesCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelModeratorsCommand.js +66 -0
- package/dist-cjs/commands/ListChannelModeratorsCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelsCommand.js +82 -0
- package/dist-cjs/commands/ListChannelsCommand.js.map +1 -0
- package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +67 -0
- package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +61 -0
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js.map +1 -0
- package/dist-cjs/commands/ListMeetingTagsCommand.js +61 -0
- package/dist-cjs/commands/ListMeetingTagsCommand.js.map +1 -0
- package/dist-cjs/commands/ListMeetingsCommand.js +64 -0
- package/dist-cjs/commands/ListMeetingsCommand.js.map +1 -0
- package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js +61 -0
- package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js.map +1 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +61 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js.map +1 -0
- package/dist-cjs/commands/ListProxySessionsCommand.js +61 -0
- package/dist-cjs/commands/ListProxySessionsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRoomMembershipsCommand.js +62 -0
- package/dist-cjs/commands/ListRoomMembershipsCommand.js.map +1 -0
- package/dist-cjs/commands/ListRoomsCommand.js +61 -0
- package/dist-cjs/commands/ListRoomsCommand.js.map +1 -0
- package/dist-cjs/commands/ListSipMediaApplicationsCommand.js +61 -0
- package/dist-cjs/commands/ListSipMediaApplicationsCommand.js.map +1 -0
- package/dist-cjs/commands/ListSipRulesCommand.js +61 -0
- package/dist-cjs/commands/ListSipRulesCommand.js.map +1 -0
- package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +61 -0
- package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js.map +1 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +61 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-cjs/commands/ListUsersCommand.js +62 -0
- package/dist-cjs/commands/ListUsersCommand.js.map +1 -0
- package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js +61 -0
- package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js.map +1 -0
- package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +61 -0
- package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js.map +1 -0
- package/dist-cjs/commands/ListVoiceConnectorsCommand.js +61 -0
- package/dist-cjs/commands/ListVoiceConnectorsCommand.js.map +1 -0
- package/dist-cjs/commands/LogoutUserCommand.js +61 -0
- package/dist-cjs/commands/LogoutUserCommand.js.map +1 -0
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +61 -0
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/PutAppInstanceStreamingConfigurationsCommand.js +61 -0
- package/dist-cjs/commands/PutAppInstanceStreamingConfigurationsCommand.js.map +1 -0
- package/dist-cjs/commands/PutEventsConfigurationCommand.js +63 -0
- package/dist-cjs/commands/PutEventsConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutRetentionSettingsCommand.js +73 -0
- package/dist-cjs/commands/PutRetentionSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +62 -0
- package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +61 -0
- package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js +65 -0
- package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js +61 -0
- package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +63 -0
- package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js +65 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js.map +1 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +61 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js.map +1 -0
- package/dist-cjs/commands/RedactChannelMessageCommand.js +68 -0
- package/dist-cjs/commands/RedactChannelMessageCommand.js.map +1 -0
- package/dist-cjs/commands/RedactConversationMessageCommand.js +61 -0
- package/dist-cjs/commands/RedactConversationMessageCommand.js.map +1 -0
- package/dist-cjs/commands/RedactRoomMessageCommand.js +61 -0
- package/dist-cjs/commands/RedactRoomMessageCommand.js.map +1 -0
- package/dist-cjs/commands/RegenerateSecurityTokenCommand.js +61 -0
- package/dist-cjs/commands/RegenerateSecurityTokenCommand.js.map +1 -0
- package/dist-cjs/commands/ResetPersonalPINCommand.js +62 -0
- package/dist-cjs/commands/ResetPersonalPINCommand.js.map +1 -0
- package/dist-cjs/commands/RestorePhoneNumberCommand.js +62 -0
- package/dist-cjs/commands/RestorePhoneNumberCommand.js.map +1 -0
- package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +65 -0
- package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js.map +1 -0
- package/dist-cjs/commands/SendChannelMessageCommand.js +70 -0
- package/dist-cjs/commands/SendChannelMessageCommand.js.map +1 -0
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +61 -0
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +61 -0
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js.map +1 -0
- package/dist-cjs/commands/TagAttendeeCommand.js +61 -0
- package/dist-cjs/commands/TagAttendeeCommand.js.map +1 -0
- package/dist-cjs/commands/TagMeetingCommand.js +61 -0
- package/dist-cjs/commands/TagMeetingCommand.js.map +1 -0
- package/dist-cjs/commands/TagResourceCommand.js +61 -0
- package/dist-cjs/commands/TagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UntagAttendeeCommand.js +61 -0
- package/dist-cjs/commands/UntagAttendeeCommand.js.map +1 -0
- package/dist-cjs/commands/UntagMeetingCommand.js +61 -0
- package/dist-cjs/commands/UntagMeetingCommand.js.map +1 -0
- package/dist-cjs/commands/UntagResourceCommand.js +61 -0
- package/dist-cjs/commands/UntagResourceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAccountCommand.js +61 -0
- package/dist-cjs/commands/UpdateAccountCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +65 -0
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +61 -0
- package/dist-cjs/commands/UpdateAppInstanceCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +61 -0
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateBotCommand.js +61 -0
- package/dist-cjs/commands/UpdateBotCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +68 -0
- package/dist-cjs/commands/UpdateChannelCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateChannelMessageCommand.js +67 -0
- package/dist-cjs/commands/UpdateChannelMessageCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +67 -0
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +61 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +63 -0
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js.map +1 -0
- package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js +63 -0
- package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateProxySessionCommand.js +61 -0
- package/dist-cjs/commands/UpdateProxySessionCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoomCommand.js +61 -0
- package/dist-cjs/commands/UpdateRoomCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateRoomMembershipCommand.js +64 -0
- package/dist-cjs/commands/UpdateRoomMembershipCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js +61 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js +61 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateSipRuleCommand.js +61 -0
- package/dist-cjs/commands/UpdateSipRuleCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +61 -0
- package/dist-cjs/commands/UpdateUserSettingsCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateVoiceConnectorCommand.js +61 -0
- package/dist-cjs/commands/UpdateVoiceConnectorCommand.js.map +1 -0
- package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js +62 -0
- package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js.map +1 -0
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/{dist/cjs → dist-cjs}/index.js +0 -0
- package/dist-cjs/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/index.js +0 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/{dist/cjs → dist-cjs}/models/models_0.js +0 -0
- package/dist-cjs/models/models_0.js.map +1 -0
- package/dist-cjs/models/models_1.js +1802 -0
- package/dist-cjs/models/models_1.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/Interfaces.js +0 -0
- package/dist-cjs/pagination/Interfaces.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAccountsPaginator.js +0 -0
- package/dist-cjs/pagination/ListAccountsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAppInstanceAdminsPaginator.js +0 -0
- package/dist-cjs/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAppInstanceUsersPaginator.js +0 -0
- package/dist-cjs/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAppInstancesPaginator.js +0 -0
- package/dist-cjs/pagination/ListAppInstancesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListAttendeesPaginator.js +0 -0
- package/dist-cjs/pagination/ListAttendeesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListBotsPaginator.js +0 -0
- package/dist-cjs/pagination/ListBotsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelBansPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelBansPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelMembershipsPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelMembershipsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelMessagesPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelMessagesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelModeratorsPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelModeratorsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListChannelsPaginator.js +0 -0
- package/dist-cjs/pagination/ListChannelsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListMediaCapturePipelinesPaginator.js +0 -0
- package/dist-cjs/pagination/ListMediaCapturePipelinesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListMeetingsPaginator.js +0 -0
- package/dist-cjs/pagination/ListMeetingsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListPhoneNumberOrdersPaginator.js +0 -0
- package/dist-cjs/pagination/ListPhoneNumberOrdersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListPhoneNumbersPaginator.js +0 -0
- package/dist-cjs/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListProxySessionsPaginator.js +0 -0
- package/dist-cjs/pagination/ListProxySessionsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListRoomMembershipsPaginator.js +0 -0
- package/dist-cjs/pagination/ListRoomMembershipsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListRoomsPaginator.js +0 -0
- package/dist-cjs/pagination/ListRoomsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListSipMediaApplicationsPaginator.js +0 -0
- package/dist-cjs/pagination/ListSipMediaApplicationsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListSipRulesPaginator.js +0 -0
- package/dist-cjs/pagination/ListSipRulesPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListUsersPaginator.js +0 -0
- package/dist-cjs/pagination/ListUsersPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListVoiceConnectorGroupsPaginator.js +0 -0
- package/dist-cjs/pagination/ListVoiceConnectorGroupsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/ListVoiceConnectorsPaginator.js +0 -0
- package/dist-cjs/pagination/ListVoiceConnectorsPaginator.js.map +1 -0
- package/{dist/cjs → dist-cjs}/pagination/SearchAvailablePhoneNumbersPaginator.js +0 -0
- package/dist-cjs/pagination/SearchAvailablePhoneNumbersPaginator.js.map +1 -0
- package/dist-cjs/protocols/Aws_restJson1.js +26968 -0
- package/dist-cjs/protocols/Aws_restJson1.js.map +1 -0
- package/dist-cjs/runtimeConfig.browser.js +42 -0
- package/dist-cjs/runtimeConfig.browser.js.map +1 -0
- package/dist-cjs/runtimeConfig.js +47 -0
- package/dist-cjs/runtimeConfig.js.map +1 -0
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -0
- package/dist-cjs/runtimeConfig.native.js.map +1 -0
- package/dist-cjs/runtimeConfig.shared.js +21 -0
- package/dist-cjs/runtimeConfig.shared.js.map +1 -0
- package/dist-es/Chime.js +2861 -0
- package/dist-es/Chime.js.map +1 -0
- package/dist-es/ChimeClient.js +38 -0
- package/dist-es/ChimeClient.js.map +1 -0
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +40 -0
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js.map +1 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +40 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js.map +1 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +40 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +40 -0
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js.map +1 -0
- package/dist-es/commands/BatchCreateAttendeeCommand.js +40 -0
- package/dist-es/commands/BatchCreateAttendeeCommand.js.map +1 -0
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +40 -0
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js.map +1 -0
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +40 -0
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js.map +1 -0
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +40 -0
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js.map +1 -0
- package/dist-es/commands/BatchSuspendUserCommand.js +40 -0
- package/dist-es/commands/BatchSuspendUserCommand.js.map +1 -0
- package/dist-es/commands/BatchUnsuspendUserCommand.js +40 -0
- package/dist-es/commands/BatchUnsuspendUserCommand.js.map +1 -0
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +40 -0
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js.map +1 -0
- package/dist-es/commands/BatchUpdateUserCommand.js +40 -0
- package/dist-es/commands/BatchUpdateUserCommand.js.map +1 -0
- package/dist-es/commands/CreateAccountCommand.js +40 -0
- package/dist-es/commands/CreateAccountCommand.js.map +1 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +40 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js.map +1 -0
- package/dist-es/commands/CreateAppInstanceCommand.js +40 -0
- package/dist-es/commands/CreateAppInstanceCommand.js.map +1 -0
- package/dist-es/commands/CreateAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/CreateAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/CreateAttendeeCommand.js +40 -0
- package/dist-es/commands/CreateAttendeeCommand.js.map +1 -0
- package/dist-es/commands/CreateBotCommand.js +40 -0
- package/dist-es/commands/CreateBotCommand.js.map +1 -0
- package/dist-es/commands/CreateChannelBanCommand.js +40 -0
- package/dist-es/commands/CreateChannelBanCommand.js.map +1 -0
- package/dist-es/commands/CreateChannelCommand.js +40 -0
- package/dist-es/commands/CreateChannelCommand.js.map +1 -0
- package/dist-es/commands/CreateChannelMembershipCommand.js +40 -0
- package/dist-es/commands/CreateChannelMembershipCommand.js.map +1 -0
- package/dist-es/commands/CreateChannelModeratorCommand.js +40 -0
- package/dist-es/commands/CreateChannelModeratorCommand.js.map +1 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +40 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js.map +1 -0
- package/dist-es/commands/CreateMeetingCommand.js +40 -0
- package/dist-es/commands/CreateMeetingCommand.js.map +1 -0
- package/dist-es/commands/CreateMeetingDialOutCommand.js +40 -0
- package/dist-es/commands/CreateMeetingDialOutCommand.js.map +1 -0
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +40 -0
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js.map +1 -0
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +40 -0
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js.map +1 -0
- package/dist-es/commands/CreateProxySessionCommand.js +40 -0
- package/dist-es/commands/CreateProxySessionCommand.js.map +1 -0
- package/dist-es/commands/CreateRoomCommand.js +40 -0
- package/dist-es/commands/CreateRoomCommand.js.map +1 -0
- package/dist-es/commands/CreateRoomMembershipCommand.js +40 -0
- package/dist-es/commands/CreateRoomMembershipCommand.js.map +1 -0
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +40 -0
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js.map +1 -0
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +40 -0
- package/dist-es/commands/CreateSipMediaApplicationCommand.js.map +1 -0
- package/dist-es/commands/CreateSipRuleCommand.js +40 -0
- package/dist-es/commands/CreateSipRuleCommand.js.map +1 -0
- package/dist-es/commands/CreateUserCommand.js +40 -0
- package/dist-es/commands/CreateUserCommand.js.map +1 -0
- package/dist-es/commands/CreateVoiceConnectorCommand.js +40 -0
- package/dist-es/commands/CreateVoiceConnectorCommand.js.map +1 -0
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +40 -0
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteAccountCommand.js +40 -0
- package/dist-es/commands/DeleteAccountCommand.js.map +1 -0
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +40 -0
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js.map +1 -0
- package/dist-es/commands/DeleteAppInstanceCommand.js +40 -0
- package/dist-es/commands/DeleteAppInstanceCommand.js.map +1 -0
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +40 -0
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/DeleteAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/DeleteAttendeeCommand.js +40 -0
- package/dist-es/commands/DeleteAttendeeCommand.js.map +1 -0
- package/dist-es/commands/DeleteChannelBanCommand.js +40 -0
- package/dist-es/commands/DeleteChannelBanCommand.js.map +1 -0
- package/dist-es/commands/DeleteChannelCommand.js +40 -0
- package/dist-es/commands/DeleteChannelCommand.js.map +1 -0
- package/dist-es/commands/DeleteChannelMembershipCommand.js +40 -0
- package/dist-es/commands/DeleteChannelMembershipCommand.js.map +1 -0
- package/dist-es/commands/DeleteChannelMessageCommand.js +40 -0
- package/dist-es/commands/DeleteChannelMessageCommand.js.map +1 -0
- package/dist-es/commands/DeleteChannelModeratorCommand.js +40 -0
- package/dist-es/commands/DeleteChannelModeratorCommand.js.map +1 -0
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +40 -0
- package/dist-es/commands/DeleteEventsConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +40 -0
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js.map +1 -0
- package/dist-es/commands/DeleteMeetingCommand.js +40 -0
- package/dist-es/commands/DeleteMeetingCommand.js.map +1 -0
- package/dist-es/commands/DeletePhoneNumberCommand.js +40 -0
- package/dist-es/commands/DeletePhoneNumberCommand.js.map +1 -0
- package/dist-es/commands/DeleteProxySessionCommand.js +40 -0
- package/dist-es/commands/DeleteProxySessionCommand.js.map +1 -0
- package/dist-es/commands/DeleteRoomCommand.js +40 -0
- package/dist-es/commands/DeleteRoomCommand.js.map +1 -0
- package/dist-es/commands/DeleteRoomMembershipCommand.js +40 -0
- package/dist-es/commands/DeleteRoomMembershipCommand.js.map +1 -0
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +40 -0
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js.map +1 -0
- package/dist-es/commands/DeleteSipRuleCommand.js +40 -0
- package/dist-es/commands/DeleteSipRuleCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js.map +1 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +40 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js.map +1 -0
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +40 -0
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js.map +1 -0
- package/dist-es/commands/DescribeAppInstanceCommand.js +40 -0
- package/dist-es/commands/DescribeAppInstanceCommand.js.map +1 -0
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/DescribeAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/DescribeChannelBanCommand.js +40 -0
- package/dist-es/commands/DescribeChannelBanCommand.js.map +1 -0
- package/dist-es/commands/DescribeChannelCommand.js +40 -0
- package/dist-es/commands/DescribeChannelCommand.js.map +1 -0
- package/dist-es/commands/DescribeChannelMembershipCommand.js +40 -0
- package/dist-es/commands/DescribeChannelMembershipCommand.js.map +1 -0
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/DescribeChannelModeratorCommand.js +40 -0
- package/dist-es/commands/DescribeChannelModeratorCommand.js.map +1 -0
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +40 -0
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js.map +1 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +40 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js.map +1 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +40 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +40 -0
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js.map +1 -0
- package/dist-es/commands/GetAccountCommand.js +40 -0
- package/dist-es/commands/GetAccountCommand.js.map +1 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +40 -0
- package/dist-es/commands/GetAccountSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +40 -0
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +40 -0
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/GetAttendeeCommand.js +40 -0
- package/dist-es/commands/GetAttendeeCommand.js.map +1 -0
- package/dist-es/commands/GetBotCommand.js +40 -0
- package/dist-es/commands/GetBotCommand.js.map +1 -0
- package/dist-es/commands/GetChannelMessageCommand.js +40 -0
- package/dist-es/commands/GetChannelMessageCommand.js.map +1 -0
- package/dist-es/commands/GetEventsConfigurationCommand.js +40 -0
- package/dist-es/commands/GetEventsConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetGlobalSettingsCommand.js +40 -0
- package/dist-es/commands/GetGlobalSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +40 -0
- package/dist-es/commands/GetMediaCapturePipelineCommand.js.map +1 -0
- package/dist-es/commands/GetMeetingCommand.js +40 -0
- package/dist-es/commands/GetMeetingCommand.js.map +1 -0
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +40 -0
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js.map +1 -0
- package/dist-es/commands/GetPhoneNumberCommand.js +40 -0
- package/dist-es/commands/GetPhoneNumberCommand.js.map +1 -0
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +40 -0
- package/dist-es/commands/GetPhoneNumberOrderCommand.js.map +1 -0
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +40 -0
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetProxySessionCommand.js +40 -0
- package/dist-es/commands/GetProxySessionCommand.js.map +1 -0
- package/dist-es/commands/GetRetentionSettingsCommand.js +40 -0
- package/dist-es/commands/GetRetentionSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetRoomCommand.js +40 -0
- package/dist-es/commands/GetRoomCommand.js.map +1 -0
- package/dist-es/commands/GetSipMediaApplicationCommand.js +40 -0
- package/dist-es/commands/GetSipMediaApplicationCommand.js.map +1 -0
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetSipRuleCommand.js +40 -0
- package/dist-es/commands/GetSipRuleCommand.js.map +1 -0
- package/dist-es/commands/GetUserCommand.js +40 -0
- package/dist-es/commands/GetUserCommand.js.map +1 -0
- package/dist-es/commands/GetUserSettingsCommand.js +41 -0
- package/dist-es/commands/GetUserSettingsCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js.map +1 -0
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +40 -0
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js.map +1 -0
- package/dist-es/commands/InviteUsersCommand.js +40 -0
- package/dist-es/commands/InviteUsersCommand.js.map +1 -0
- package/dist-es/commands/ListAccountsCommand.js +40 -0
- package/dist-es/commands/ListAccountsCommand.js.map +1 -0
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +40 -0
- package/dist-es/commands/ListAppInstanceAdminsCommand.js.map +1 -0
- package/dist-es/commands/ListAppInstanceUsersCommand.js +40 -0
- package/dist-es/commands/ListAppInstanceUsersCommand.js.map +1 -0
- package/dist-es/commands/ListAppInstancesCommand.js +40 -0
- package/dist-es/commands/ListAppInstancesCommand.js.map +1 -0
- package/dist-es/commands/ListAttendeeTagsCommand.js +40 -0
- package/dist-es/commands/ListAttendeeTagsCommand.js.map +1 -0
- package/dist-es/commands/ListAttendeesCommand.js +40 -0
- package/dist-es/commands/ListAttendeesCommand.js.map +1 -0
- package/dist-es/commands/ListBotsCommand.js +40 -0
- package/dist-es/commands/ListBotsCommand.js.map +1 -0
- package/dist-es/commands/ListChannelBansCommand.js +40 -0
- package/dist-es/commands/ListChannelBansCommand.js.map +1 -0
- package/dist-es/commands/ListChannelMembershipsCommand.js +40 -0
- package/dist-es/commands/ListChannelMembershipsCommand.js.map +1 -0
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/ListChannelMessagesCommand.js +40 -0
- package/dist-es/commands/ListChannelMessagesCommand.js.map +1 -0
- package/dist-es/commands/ListChannelModeratorsCommand.js +40 -0
- package/dist-es/commands/ListChannelModeratorsCommand.js.map +1 -0
- package/dist-es/commands/ListChannelsCommand.js +40 -0
- package/dist-es/commands/ListChannelsCommand.js.map +1 -0
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +40 -0
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js.map +1 -0
- package/dist-es/commands/ListMeetingTagsCommand.js +40 -0
- package/dist-es/commands/ListMeetingTagsCommand.js.map +1 -0
- package/dist-es/commands/ListMeetingsCommand.js +40 -0
- package/dist-es/commands/ListMeetingsCommand.js.map +1 -0
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +40 -0
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js.map +1 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +40 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js.map +1 -0
- package/dist-es/commands/ListProxySessionsCommand.js +40 -0
- package/dist-es/commands/ListProxySessionsCommand.js.map +1 -0
- package/dist-es/commands/ListRoomMembershipsCommand.js +40 -0
- package/dist-es/commands/ListRoomMembershipsCommand.js.map +1 -0
- package/dist-es/commands/ListRoomsCommand.js +40 -0
- package/dist-es/commands/ListRoomsCommand.js.map +1 -0
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +40 -0
- package/dist-es/commands/ListSipMediaApplicationsCommand.js.map +1 -0
- package/dist-es/commands/ListSipRulesCommand.js +40 -0
- package/dist-es/commands/ListSipRulesCommand.js.map +1 -0
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +40 -0
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js.map +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +40 -0
- package/dist-es/commands/ListTagsForResourceCommand.js.map +1 -0
- package/dist-es/commands/ListUsersCommand.js +40 -0
- package/dist-es/commands/ListUsersCommand.js.map +1 -0
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +40 -0
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js.map +1 -0
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +40 -0
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js.map +1 -0
- package/dist-es/commands/ListVoiceConnectorsCommand.js +40 -0
- package/dist-es/commands/ListVoiceConnectorsCommand.js.map +1 -0
- package/dist-es/commands/LogoutUserCommand.js +40 -0
- package/dist-es/commands/LogoutUserCommand.js.map +1 -0
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +40 -0
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js.map +1 -0
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +40 -0
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js.map +1 -0
- package/dist-es/commands/PutEventsConfigurationCommand.js +40 -0
- package/dist-es/commands/PutEventsConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutRetentionSettingsCommand.js +40 -0
- package/dist-es/commands/PutRetentionSettingsCommand.js.map +1 -0
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js.map +1 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +40 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js.map +1 -0
- package/dist-es/commands/RedactChannelMessageCommand.js +40 -0
- package/dist-es/commands/RedactChannelMessageCommand.js.map +1 -0
- package/dist-es/commands/RedactConversationMessageCommand.js +40 -0
- package/dist-es/commands/RedactConversationMessageCommand.js.map +1 -0
- package/dist-es/commands/RedactRoomMessageCommand.js +40 -0
- package/dist-es/commands/RedactRoomMessageCommand.js.map +1 -0
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +40 -0
- package/dist-es/commands/RegenerateSecurityTokenCommand.js.map +1 -0
- package/dist-es/commands/ResetPersonalPINCommand.js +40 -0
- package/dist-es/commands/ResetPersonalPINCommand.js.map +1 -0
- package/dist-es/commands/RestorePhoneNumberCommand.js +40 -0
- package/dist-es/commands/RestorePhoneNumberCommand.js.map +1 -0
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +40 -0
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js.map +1 -0
- package/dist-es/commands/SendChannelMessageCommand.js +40 -0
- package/dist-es/commands/SendChannelMessageCommand.js.map +1 -0
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +40 -0
- package/dist-es/commands/StartMeetingTranscriptionCommand.js.map +1 -0
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +40 -0
- package/dist-es/commands/StopMeetingTranscriptionCommand.js.map +1 -0
- package/dist-es/commands/TagAttendeeCommand.js +40 -0
- package/dist-es/commands/TagAttendeeCommand.js.map +1 -0
- package/dist-es/commands/TagMeetingCommand.js +40 -0
- package/dist-es/commands/TagMeetingCommand.js.map +1 -0
- package/dist-es/commands/TagResourceCommand.js +40 -0
- package/dist-es/commands/TagResourceCommand.js.map +1 -0
- package/dist-es/commands/UntagAttendeeCommand.js +40 -0
- package/dist-es/commands/UntagAttendeeCommand.js.map +1 -0
- package/dist-es/commands/UntagMeetingCommand.js +40 -0
- package/dist-es/commands/UntagMeetingCommand.js.map +1 -0
- package/dist-es/commands/UntagResourceCommand.js +40 -0
- package/dist-es/commands/UntagResourceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAccountCommand.js +40 -0
- package/dist-es/commands/UpdateAccountCommand.js.map +1 -0
- package/dist-es/commands/UpdateAccountSettingsCommand.js +40 -0
- package/dist-es/commands/UpdateAccountSettingsCommand.js.map +1 -0
- package/dist-es/commands/UpdateAppInstanceCommand.js +40 -0
- package/dist-es/commands/UpdateAppInstanceCommand.js.map +1 -0
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +40 -0
- package/dist-es/commands/UpdateAppInstanceUserCommand.js.map +1 -0
- package/dist-es/commands/UpdateBotCommand.js +40 -0
- package/dist-es/commands/UpdateBotCommand.js.map +1 -0
- package/dist-es/commands/UpdateChannelCommand.js +40 -0
- package/dist-es/commands/UpdateChannelCommand.js.map +1 -0
- package/dist-es/commands/UpdateChannelMessageCommand.js +40 -0
- package/dist-es/commands/UpdateChannelMessageCommand.js.map +1 -0
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +40 -0
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js.map +1 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +40 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js.map +1 -0
- package/dist-es/commands/UpdatePhoneNumberCommand.js +40 -0
- package/dist-es/commands/UpdatePhoneNumberCommand.js.map +1 -0
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +40 -0
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js.map +1 -0
- package/dist-es/commands/UpdateProxySessionCommand.js +40 -0
- package/dist-es/commands/UpdateProxySessionCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoomCommand.js +40 -0
- package/dist-es/commands/UpdateRoomCommand.js.map +1 -0
- package/dist-es/commands/UpdateRoomMembershipCommand.js +40 -0
- package/dist-es/commands/UpdateRoomMembershipCommand.js.map +1 -0
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +40 -0
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js.map +1 -0
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +40 -0
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js.map +1 -0
- package/dist-es/commands/UpdateSipRuleCommand.js +40 -0
- package/dist-es/commands/UpdateSipRuleCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserCommand.js +40 -0
- package/dist-es/commands/UpdateUserCommand.js.map +1 -0
- package/dist-es/commands/UpdateUserSettingsCommand.js +40 -0
- package/dist-es/commands/UpdateUserSettingsCommand.js.map +1 -0
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +40 -0
- package/dist-es/commands/UpdateVoiceConnectorCommand.js.map +1 -0
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +40 -0
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js.map +1 -0
- package/{dist/es → dist-es}/endpoints.js +0 -0
- package/dist-es/endpoints.js.map +1 -0
- package/{dist/es → dist-es}/index.js +0 -0
- package/dist-es/index.js.map +1 -0
- package/{dist/es → dist-es}/models/index.js +0 -0
- package/dist-es/models/index.js.map +1 -0
- package/{dist/es → dist-es}/models/models_0.js +0 -0
- package/dist-es/models/models_0.js.map +1 -0
- package/dist-es/models/models_1.js +792 -0
- package/dist-es/models/models_1.js.map +1 -0
- package/{dist/es → dist-es}/pagination/Interfaces.js +0 -0
- package/dist-es/pagination/Interfaces.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAccountsPaginator.js +0 -0
- package/dist-es/pagination/ListAccountsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAppInstanceAdminsPaginator.js +0 -0
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAppInstanceUsersPaginator.js +0 -0
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAppInstancesPaginator.js +0 -0
- package/dist-es/pagination/ListAppInstancesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListAttendeesPaginator.js +0 -0
- package/dist-es/pagination/ListAttendeesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListBotsPaginator.js +0 -0
- package/dist-es/pagination/ListBotsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelBansPaginator.js +0 -0
- package/dist-es/pagination/ListChannelBansPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -0
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelMembershipsPaginator.js +0 -0
- package/dist-es/pagination/ListChannelMembershipsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelMessagesPaginator.js +0 -0
- package/dist-es/pagination/ListChannelMessagesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelModeratorsPaginator.js +0 -0
- package/dist-es/pagination/ListChannelModeratorsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -0
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListChannelsPaginator.js +0 -0
- package/dist-es/pagination/ListChannelsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListMediaCapturePipelinesPaginator.js +0 -0
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListMeetingsPaginator.js +0 -0
- package/dist-es/pagination/ListMeetingsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListPhoneNumberOrdersPaginator.js +0 -0
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListPhoneNumbersPaginator.js +0 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListProxySessionsPaginator.js +0 -0
- package/dist-es/pagination/ListProxySessionsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListRoomMembershipsPaginator.js +0 -0
- package/dist-es/pagination/ListRoomMembershipsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListRoomsPaginator.js +0 -0
- package/dist-es/pagination/ListRoomsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListSipMediaApplicationsPaginator.js +0 -0
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListSipRulesPaginator.js +0 -0
- package/dist-es/pagination/ListSipRulesPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListUsersPaginator.js +0 -0
- package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListVoiceConnectorGroupsPaginator.js +0 -0
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/ListVoiceConnectorsPaginator.js +0 -0
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js.map +1 -0
- package/{dist/es → dist-es}/pagination/SearchAvailablePhoneNumbersPaginator.js +0 -0
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js.map +1 -0
- package/{dist/es → dist-es}/protocols/Aws_restJson1.js +0 -0
- package/dist-es/protocols/Aws_restJson1.js.map +1 -0
- package/dist-es/runtimeConfig.browser.js +17 -0
- package/dist-es/runtimeConfig.browser.js.map +1 -0
- package/dist-es/runtimeConfig.js +22 -0
- package/dist-es/runtimeConfig.js.map +1 -0
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -0
- package/dist-es/runtimeConfig.native.js.map +1 -0
- package/dist-es/runtimeConfig.shared.js +14 -0
- package/dist-es/runtimeConfig.shared.js.map +1 -0
- package/dist-types/Chime.d.ts +1861 -0
- package/dist-types/ChimeClient.d.ts +361 -0
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +35 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +35 -0
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +35 -0
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +40 -0
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +35 -0
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +35 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +43 -0
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +51 -0
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +47 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +37 -0
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +35 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +37 -0
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +49 -0
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +36 -0
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +36 -0
- package/dist-types/commands/CreateAttendeeCommand.d.ts +40 -0
- package/dist-types/commands/CreateBotCommand.d.ts +35 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +46 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +45 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +72 -0
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +59 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/commands/CreateMeetingCommand.d.ts +45 -0
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +39 -0
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +45 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +36 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoomCommand.d.ts +35 -0
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +35 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +36 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +35 -0
- package/dist-types/commands/CreateUserCommand.d.ts +35 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +41 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +39 -0
- package/dist-types/commands/DeleteAccountCommand.d.ts +48 -0
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +35 -0
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +38 -0
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +41 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +42 -0
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +41 -0
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +43 -0
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +41 -0
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/commands/DeleteMeetingCommand.d.ts +38 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +41 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRoomCommand.d.ts +35 -0
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +35 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +39 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +39 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +35 -0
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +35 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +42 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +43 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +40 -0
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +42 -0
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +42 -0
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +40 -0
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +35 -0
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +35 -0
- package/dist-types/commands/GetAccountCommand.d.ts +36 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +38 -0
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +35 -0
- package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/GetAttendeeCommand.d.ts +41 -0
- package/dist-types/commands/GetBotCommand.d.ts +35 -0
- package/dist-types/commands/GetChannelMessageCommand.d.ts +41 -0
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +36 -0
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/commands/GetMeetingCommand.d.ts +41 -0
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +35 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +35 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +36 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +35 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +35 -0
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +38 -0
- package/dist-types/commands/GetRoomCommand.d.ts +35 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +35 -0
- package/dist-types/commands/GetUserCommand.d.ts +40 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +36 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +36 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +35 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +35 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +35 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +36 -0
- package/dist-types/commands/InviteUsersCommand.d.ts +37 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +37 -0
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +35 -0
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +37 -0
- package/dist-types/commands/ListAppInstancesCommand.d.ts +35 -0
- package/dist-types/commands/ListAttendeeTagsCommand.d.ts +35 -0
- package/dist-types/commands/ListAttendeesCommand.d.ts +39 -0
- package/dist-types/commands/ListBotsCommand.d.ts +35 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +42 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +42 -0
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +42 -0
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +45 -0
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +40 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +56 -0
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -0
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +35 -0
- package/dist-types/commands/ListMeetingTagsCommand.d.ts +35 -0
- package/dist-types/commands/ListMeetingsCommand.d.ts +38 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +35 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +35 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +35 -0
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +36 -0
- package/dist-types/commands/ListRoomsCommand.d.ts +35 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +35 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +35 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +35 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/commands/ListUsersCommand.d.ts +36 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +35 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +35 -0
- package/dist-types/commands/LogoutUserCommand.d.ts +35 -0
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +35 -0
- package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +35 -0
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +47 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +36 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +39 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +35 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +37 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +39 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +35 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +42 -0
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +35 -0
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +35 -0
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +35 -0
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +36 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +36 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -0
- package/dist-types/commands/SendChannelMessageCommand.d.ts +44 -0
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +35 -0
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +35 -0
- package/dist-types/commands/TagAttendeeCommand.d.ts +35 -0
- package/dist-types/commands/TagMeetingCommand.d.ts +35 -0
- package/dist-types/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UntagAttendeeCommand.d.ts +35 -0
- package/dist-types/commands/UntagMeetingCommand.d.ts +35 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +39 -0
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +35 -0
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +35 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +35 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +42 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +41 -0
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +41 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +35 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +37 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoomCommand.d.ts +35 -0
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +38 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +35 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +35 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +36 -0
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/models/models_1.d.ts +0 -0
- package/dist-types/pagination/Interfaces.d.ts +6 -0
- package/dist-types/pagination/ListAccountsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAppInstancesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListAttendeesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelBansPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +4 -0
- package/dist-types/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListMeetingsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListProxySessionsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoomMembershipsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListRoomsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListSipRulesPaginator.d.ts +4 -0
- package/dist-types/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
- package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
- package/dist-types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/protocols/Aws_restJson1.d.ts +572 -0
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/dist-types/ts3.4/Chime.d.ts +1861 -0
- package/dist-types/ts3.4/ChimeClient.d.ts +361 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +49 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +46 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +72 -0
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +59 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +48 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +43 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +45 -0
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +40 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +56 -0
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +47 -0
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +36 -0
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +44 -0
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +39 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +41 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +37 -0
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +38 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +35 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_1.d.ts +0 -0
- package/dist-types/ts3.4/pagination/Interfaces.d.ts +6 -0
- package/dist-types/ts3.4/pagination/ListAccountsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListBotsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListRoomsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListUsersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +4 -0
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +572 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +0 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.native.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +42 -42
- package/src/Chime.ts +7379 -0
- package/src/ChimeClient.ts +1187 -0
- package/src/commands/AssociatePhoneNumberWithUserCommand.ts +100 -0
- package/src/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +110 -0
- package/src/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +110 -0
- package/src/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +110 -0
- package/src/commands/BatchCreateAttendeeCommand.ts +100 -0
- package/src/commands/BatchCreateChannelMembershipCommand.ts +100 -0
- package/src/commands/BatchCreateRoomMembershipCommand.ts +98 -0
- package/src/commands/BatchDeletePhoneNumberCommand.ts +103 -0
- package/src/commands/BatchSuspendUserCommand.ts +111 -0
- package/src/commands/BatchUnsuspendUserCommand.ts +107 -0
- package/src/commands/BatchUpdatePhoneNumberCommand.ts +97 -0
- package/src/commands/BatchUpdateUserCommand.ts +95 -0
- package/src/commands/CreateAccountCommand.ts +97 -0
- package/src/commands/CreateAppInstanceAdminCommand.ts +109 -0
- package/src/commands/CreateAppInstanceCommand.ts +96 -0
- package/src/commands/CreateAppInstanceUserCommand.ts +96 -0
- package/src/commands/CreateAttendeeCommand.ts +100 -0
- package/src/commands/CreateBotCommand.ts +95 -0
- package/src/commands/CreateChannelBanCommand.ts +106 -0
- package/src/commands/CreateChannelCommand.ts +105 -0
- package/src/commands/CreateChannelMembershipCommand.ts +132 -0
- package/src/commands/CreateChannelModeratorCommand.ts +119 -0
- package/src/commands/CreateMediaCapturePipelineCommand.ts +98 -0
- package/src/commands/CreateMeetingCommand.ts +105 -0
- package/src/commands/CreateMeetingDialOutCommand.ts +99 -0
- package/src/commands/CreateMeetingWithAttendeesCommand.ts +108 -0
- package/src/commands/CreatePhoneNumberOrderCommand.ts +96 -0
- package/src/commands/CreateProxySessionCommand.ts +95 -0
- package/src/commands/CreateRoomCommand.ts +95 -0
- package/src/commands/CreateRoomMembershipCommand.ts +95 -0
- package/src/commands/CreateSipMediaApplicationCallCommand.ts +101 -0
- package/src/commands/CreateSipMediaApplicationCommand.ts +98 -0
- package/src/commands/CreateSipRuleCommand.ts +95 -0
- package/src/commands/CreateUserCommand.ts +95 -0
- package/src/commands/CreateVoiceConnectorCommand.ts +101 -0
- package/src/commands/CreateVoiceConnectorGroupCommand.ts +102 -0
- package/src/commands/DeleteAccountCommand.ts +108 -0
- package/src/commands/DeleteAppInstanceAdminCommand.ts +95 -0
- package/src/commands/DeleteAppInstanceCommand.ts +95 -0
- package/src/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +105 -0
- package/src/commands/DeleteAppInstanceUserCommand.ts +95 -0
- package/src/commands/DeleteAttendeeCommand.ts +98 -0
- package/src/commands/DeleteChannelBanCommand.ts +101 -0
- package/src/commands/DeleteChannelCommand.ts +102 -0
- package/src/commands/DeleteChannelMembershipCommand.ts +101 -0
- package/src/commands/DeleteChannelMessageCommand.ts +103 -0
- package/src/commands/DeleteChannelModeratorCommand.ts +101 -0
- package/src/commands/DeleteEventsConfigurationCommand.ts +98 -0
- package/src/commands/DeleteMediaCapturePipelineCommand.ts +98 -0
- package/src/commands/DeleteMeetingCommand.ts +98 -0
- package/src/commands/DeletePhoneNumberCommand.ts +101 -0
- package/src/commands/DeleteProxySessionCommand.ts +95 -0
- package/src/commands/DeleteRoomCommand.ts +95 -0
- package/src/commands/DeleteRoomMembershipCommand.ts +95 -0
- package/src/commands/DeleteSipMediaApplicationCommand.ts +98 -0
- package/src/commands/DeleteSipRuleCommand.ts +95 -0
- package/src/commands/DeleteVoiceConnectorCommand.ts +97 -0
- package/src/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +105 -0
- package/src/commands/DeleteVoiceConnectorGroupCommand.ts +100 -0
- package/src/commands/DeleteVoiceConnectorOriginationCommand.ts +105 -0
- package/src/commands/DeleteVoiceConnectorProxyCommand.ts +98 -0
- package/src/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +105 -0
- package/src/commands/DeleteVoiceConnectorTerminationCommand.ts +105 -0
- package/src/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +105 -0
- package/src/commands/DescribeAppInstanceAdminCommand.ts +95 -0
- package/src/commands/DescribeAppInstanceCommand.ts +95 -0
- package/src/commands/DescribeAppInstanceUserCommand.ts +95 -0
- package/src/commands/DescribeChannelBanCommand.ts +102 -0
- package/src/commands/DescribeChannelCommand.ts +103 -0
- package/src/commands/DescribeChannelMembershipCommand.ts +103 -0
- package/src/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +117 -0
- package/src/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +117 -0
- package/src/commands/DescribeChannelModeratorCommand.ts +100 -0
- package/src/commands/DisassociatePhoneNumberFromUserCommand.ts +103 -0
- package/src/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +110 -0
- package/src/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +110 -0
- package/src/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +110 -0
- package/src/commands/GetAccountCommand.ts +96 -0
- package/src/commands/GetAccountSettingsCommand.ts +98 -0
- package/src/commands/GetAppInstanceRetentionSettingsCommand.ts +103 -0
- package/src/commands/GetAppInstanceStreamingConfigurationsCommand.ts +107 -0
- package/src/commands/GetAttendeeCommand.ts +101 -0
- package/src/commands/GetBotCommand.ts +88 -0
- package/src/commands/GetChannelMessageCommand.ts +101 -0
- package/src/commands/GetEventsConfigurationCommand.ts +95 -0
- package/src/commands/GetGlobalSettingsCommand.ts +96 -0
- package/src/commands/GetMediaCapturePipelineCommand.ts +95 -0
- package/src/commands/GetMeetingCommand.ts +101 -0
- package/src/commands/GetMessagingSessionEndpointCommand.ts +100 -0
- package/src/commands/GetPhoneNumberCommand.ts +95 -0
- package/src/commands/GetPhoneNumberOrderCommand.ts +96 -0
- package/src/commands/GetPhoneNumberSettingsCommand.ts +95 -0
- package/src/commands/GetProxySessionCommand.ts +95 -0
- package/src/commands/GetRetentionSettingsCommand.ts +98 -0
- package/src/commands/GetRoomCommand.ts +91 -0
- package/src/commands/GetSipMediaApplicationCommand.ts +95 -0
- package/src/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +110 -0
- package/src/commands/GetSipRuleCommand.ts +95 -0
- package/src/commands/GetUserCommand.ts +96 -0
- package/src/commands/GetUserSettingsCommand.ts +96 -0
- package/src/commands/GetVoiceConnectorCommand.ts +95 -0
- package/src/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +110 -0
- package/src/commands/GetVoiceConnectorGroupCommand.ts +96 -0
- package/src/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +107 -0
- package/src/commands/GetVoiceConnectorOriginationCommand.ts +100 -0
- package/src/commands/GetVoiceConnectorProxyCommand.ts +95 -0
- package/src/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +112 -0
- package/src/commands/GetVoiceConnectorTerminationCommand.ts +100 -0
- package/src/commands/GetVoiceConnectorTerminationHealthCommand.ts +107 -0
- package/src/commands/InviteUsersCommand.ts +97 -0
- package/src/commands/ListAccountsCommand.ts +97 -0
- package/src/commands/ListAppInstanceAdminsCommand.ts +95 -0
- package/src/commands/ListAppInstanceUsersCommand.ts +97 -0
- package/src/commands/ListAppInstancesCommand.ts +95 -0
- package/src/commands/ListAttendeeTagsCommand.ts +95 -0
- package/src/commands/ListAttendeesCommand.ts +99 -0
- package/src/commands/ListBotsCommand.ts +91 -0
- package/src/commands/ListChannelBansCommand.ts +102 -0
- package/src/commands/ListChannelMembershipsCommand.ts +102 -0
- package/src/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +117 -0
- package/src/commands/ListChannelMessagesCommand.ts +105 -0
- package/src/commands/ListChannelModeratorsCommand.ts +100 -0
- package/src/commands/ListChannelsCommand.ts +116 -0
- package/src/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +113 -0
- package/src/commands/ListMediaCapturePipelinesCommand.ts +98 -0
- package/src/commands/ListMeetingTagsCommand.ts +95 -0
- package/src/commands/ListMeetingsCommand.ts +98 -0
- package/src/commands/ListPhoneNumberOrdersCommand.ts +95 -0
- package/src/commands/ListPhoneNumbersCommand.ts +95 -0
- package/src/commands/ListProxySessionsCommand.ts +95 -0
- package/src/commands/ListRoomMembershipsCommand.ts +96 -0
- package/src/commands/ListRoomsCommand.ts +95 -0
- package/src/commands/ListSipMediaApplicationsCommand.ts +95 -0
- package/src/commands/ListSipRulesCommand.ts +95 -0
- package/src/commands/ListSupportedPhoneNumberCountriesCommand.ts +106 -0
- package/src/commands/ListTagsForResourceCommand.ts +95 -0
- package/src/commands/ListUsersCommand.ts +96 -0
- package/src/commands/ListVoiceConnectorGroupsCommand.ts +95 -0
- package/src/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +110 -0
- package/src/commands/ListVoiceConnectorsCommand.ts +95 -0
- package/src/commands/LogoutUserCommand.ts +95 -0
- package/src/commands/PutAppInstanceRetentionSettingsCommand.ts +103 -0
- package/src/commands/PutAppInstanceStreamingConfigurationsCommand.ts +107 -0
- package/src/commands/PutEventsConfigurationCommand.ts +97 -0
- package/src/commands/PutRetentionSettingsCommand.ts +107 -0
- package/src/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +110 -0
- package/src/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +111 -0
- package/src/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +107 -0
- package/src/commands/PutVoiceConnectorOriginationCommand.ts +104 -0
- package/src/commands/PutVoiceConnectorProxyCommand.ts +95 -0
- package/src/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +112 -0
- package/src/commands/PutVoiceConnectorTerminationCommand.ts +104 -0
- package/src/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +105 -0
- package/src/commands/RedactChannelMessageCommand.ts +102 -0
- package/src/commands/RedactConversationMessageCommand.ts +98 -0
- package/src/commands/RedactRoomMessageCommand.ts +95 -0
- package/src/commands/RegenerateSecurityTokenCommand.ts +95 -0
- package/src/commands/ResetPersonalPINCommand.ts +96 -0
- package/src/commands/RestorePhoneNumberCommand.ts +96 -0
- package/src/commands/SearchAvailablePhoneNumbersCommand.ts +104 -0
- package/src/commands/SendChannelMessageCommand.ts +104 -0
- package/src/commands/StartMeetingTranscriptionCommand.ts +98 -0
- package/src/commands/StopMeetingTranscriptionCommand.ts +95 -0
- package/src/commands/TagAttendeeCommand.ts +95 -0
- package/src/commands/TagMeetingCommand.ts +95 -0
- package/src/commands/TagResourceCommand.ts +95 -0
- package/src/commands/UntagAttendeeCommand.ts +95 -0
- package/src/commands/UntagMeetingCommand.ts +95 -0
- package/src/commands/UntagResourceCommand.ts +95 -0
- package/src/commands/UpdateAccountCommand.ts +95 -0
- package/src/commands/UpdateAccountSettingsCommand.ts +99 -0
- package/src/commands/UpdateAppInstanceCommand.ts +95 -0
- package/src/commands/UpdateAppInstanceUserCommand.ts +95 -0
- package/src/commands/UpdateBotCommand.ts +95 -0
- package/src/commands/UpdateChannelCommand.ts +102 -0
- package/src/commands/UpdateChannelMessageCommand.ts +101 -0
- package/src/commands/UpdateChannelReadMarkerCommand.ts +101 -0
- package/src/commands/UpdateGlobalSettingsCommand.ts +95 -0
- package/src/commands/UpdatePhoneNumberCommand.ts +97 -0
- package/src/commands/UpdatePhoneNumberSettingsCommand.ts +100 -0
- package/src/commands/UpdateProxySessionCommand.ts +95 -0
- package/src/commands/UpdateRoomCommand.ts +95 -0
- package/src/commands/UpdateRoomMembershipCommand.ts +98 -0
- package/src/commands/UpdateSipMediaApplicationCallCommand.ts +100 -0
- package/src/commands/UpdateSipMediaApplicationCommand.ts +98 -0
- package/src/commands/UpdateSipRuleCommand.ts +95 -0
- package/src/commands/UpdateUserCommand.ts +95 -0
- package/src/commands/UpdateUserSettingsCommand.ts +95 -0
- package/src/commands/UpdateVoiceConnectorCommand.ts +95 -0
- package/src/commands/UpdateVoiceConnectorGroupCommand.ts +99 -0
- package/src/endpoints.ts +63 -0
- package/{index.ts → src/index.ts} +0 -0
- package/{models → src/models}/index.ts +0 -0
- package/{models → src/models}/models_0.ts +0 -0
- package/src/models/models_1.ts +4269 -0
- package/src/pagination/Interfaces.ts +8 -0
- package/src/pagination/ListAccountsPaginator.ts +59 -0
- package/src/pagination/ListAppInstanceAdminsPaginator.ts +59 -0
- package/src/pagination/ListAppInstanceUsersPaginator.ts +59 -0
- package/src/pagination/ListAppInstancesPaginator.ts +59 -0
- package/src/pagination/ListAttendeesPaginator.ts +59 -0
- package/src/pagination/ListBotsPaginator.ts +55 -0
- package/src/pagination/ListChannelBansPaginator.ts +59 -0
- package/src/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts +59 -0
- package/src/pagination/ListChannelMembershipsPaginator.ts +59 -0
- package/src/pagination/ListChannelMessagesPaginator.ts +59 -0
- package/src/pagination/ListChannelModeratorsPaginator.ts +59 -0
- package/src/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts +59 -0
- package/src/pagination/ListChannelsPaginator.ts +59 -0
- package/src/pagination/ListMediaCapturePipelinesPaginator.ts +59 -0
- package/src/pagination/ListMeetingsPaginator.ts +59 -0
- package/src/pagination/ListPhoneNumberOrdersPaginator.ts +59 -0
- package/src/pagination/ListPhoneNumbersPaginator.ts +59 -0
- package/src/pagination/ListProxySessionsPaginator.ts +59 -0
- package/src/pagination/ListRoomMembershipsPaginator.ts +59 -0
- package/src/pagination/ListRoomsPaginator.ts +55 -0
- package/src/pagination/ListSipMediaApplicationsPaginator.ts +59 -0
- package/src/pagination/ListSipRulesPaginator.ts +59 -0
- package/src/pagination/ListUsersPaginator.ts +55 -0
- package/src/pagination/ListVoiceConnectorGroupsPaginator.ts +59 -0
- package/src/pagination/ListVoiceConnectorsPaginator.ts +59 -0
- package/src/pagination/SearchAvailablePhoneNumbersPaginator.ts +59 -0
- package/src/protocols/Aws_restJson1.ts +30142 -0
- package/src/runtimeConfig.browser.ts +41 -0
- package/src/runtimeConfig.native.ts +17 -0
- package/src/runtimeConfig.shared.ts +17 -0
- package/src/runtimeConfig.ts +46 -0
- package/tsconfig.es.json +1 -1
- package/tsconfig.json +4 -2
- package/tsconfig.types.json +3 -2
- package/Chime.ts +0 -7378
- package/ChimeClient.ts +0 -1186
- package/commands/AssociatePhoneNumberWithUserCommand.ts +0 -99
- package/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.ts +0 -109
- package/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.ts +0 -109
- package/commands/AssociateSigninDelegateGroupsWithAccountCommand.ts +0 -109
- package/commands/BatchCreateAttendeeCommand.ts +0 -99
- package/commands/BatchCreateChannelMembershipCommand.ts +0 -99
- package/commands/BatchCreateRoomMembershipCommand.ts +0 -97
- package/commands/BatchDeletePhoneNumberCommand.ts +0 -102
- package/commands/BatchSuspendUserCommand.ts +0 -110
- package/commands/BatchUnsuspendUserCommand.ts +0 -106
- package/commands/BatchUpdatePhoneNumberCommand.ts +0 -96
- package/commands/BatchUpdateUserCommand.ts +0 -94
- package/commands/CreateAccountCommand.ts +0 -96
- package/commands/CreateAppInstanceAdminCommand.ts +0 -108
- package/commands/CreateAppInstanceCommand.ts +0 -95
- package/commands/CreateAppInstanceUserCommand.ts +0 -95
- package/commands/CreateAttendeeCommand.ts +0 -99
- package/commands/CreateBotCommand.ts +0 -94
- package/commands/CreateChannelBanCommand.ts +0 -105
- package/commands/CreateChannelCommand.ts +0 -104
- package/commands/CreateChannelMembershipCommand.ts +0 -131
- package/commands/CreateChannelModeratorCommand.ts +0 -118
- package/commands/CreateMediaCapturePipelineCommand.ts +0 -97
- package/commands/CreateMeetingCommand.ts +0 -104
- package/commands/CreateMeetingDialOutCommand.ts +0 -98
- package/commands/CreateMeetingWithAttendeesCommand.ts +0 -107
- package/commands/CreatePhoneNumberOrderCommand.ts +0 -95
- package/commands/CreateProxySessionCommand.ts +0 -94
- package/commands/CreateRoomCommand.ts +0 -94
- package/commands/CreateRoomMembershipCommand.ts +0 -94
- package/commands/CreateSipMediaApplicationCallCommand.ts +0 -100
- package/commands/CreateSipMediaApplicationCommand.ts +0 -97
- package/commands/CreateSipRuleCommand.ts +0 -94
- package/commands/CreateUserCommand.ts +0 -94
- package/commands/CreateVoiceConnectorCommand.ts +0 -100
- package/commands/CreateVoiceConnectorGroupCommand.ts +0 -101
- package/commands/DeleteAccountCommand.ts +0 -107
- package/commands/DeleteAppInstanceAdminCommand.ts +0 -94
- package/commands/DeleteAppInstanceCommand.ts +0 -94
- package/commands/DeleteAppInstanceStreamingConfigurationsCommand.ts +0 -104
- package/commands/DeleteAppInstanceUserCommand.ts +0 -94
- package/commands/DeleteAttendeeCommand.ts +0 -97
- package/commands/DeleteChannelBanCommand.ts +0 -100
- package/commands/DeleteChannelCommand.ts +0 -101
- package/commands/DeleteChannelMembershipCommand.ts +0 -100
- package/commands/DeleteChannelMessageCommand.ts +0 -102
- package/commands/DeleteChannelModeratorCommand.ts +0 -100
- package/commands/DeleteEventsConfigurationCommand.ts +0 -97
- package/commands/DeleteMediaCapturePipelineCommand.ts +0 -97
- package/commands/DeleteMeetingCommand.ts +0 -97
- package/commands/DeletePhoneNumberCommand.ts +0 -100
- package/commands/DeleteProxySessionCommand.ts +0 -94
- package/commands/DeleteRoomCommand.ts +0 -94
- package/commands/DeleteRoomMembershipCommand.ts +0 -94
- package/commands/DeleteSipMediaApplicationCommand.ts +0 -97
- package/commands/DeleteSipRuleCommand.ts +0 -94
- package/commands/DeleteVoiceConnectorCommand.ts +0 -96
- package/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.ts +0 -104
- package/commands/DeleteVoiceConnectorGroupCommand.ts +0 -99
- package/commands/DeleteVoiceConnectorOriginationCommand.ts +0 -104
- package/commands/DeleteVoiceConnectorProxyCommand.ts +0 -97
- package/commands/DeleteVoiceConnectorStreamingConfigurationCommand.ts +0 -104
- package/commands/DeleteVoiceConnectorTerminationCommand.ts +0 -104
- package/commands/DeleteVoiceConnectorTerminationCredentialsCommand.ts +0 -104
- package/commands/DescribeAppInstanceAdminCommand.ts +0 -94
- package/commands/DescribeAppInstanceCommand.ts +0 -94
- package/commands/DescribeAppInstanceUserCommand.ts +0 -94
- package/commands/DescribeChannelBanCommand.ts +0 -101
- package/commands/DescribeChannelCommand.ts +0 -102
- package/commands/DescribeChannelMembershipCommand.ts +0 -102
- package/commands/DescribeChannelMembershipForAppInstanceUserCommand.ts +0 -116
- package/commands/DescribeChannelModeratedByAppInstanceUserCommand.ts +0 -116
- package/commands/DescribeChannelModeratorCommand.ts +0 -99
- package/commands/DisassociatePhoneNumberFromUserCommand.ts +0 -102
- package/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.ts +0 -109
- package/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.ts +0 -109
- package/commands/DisassociateSigninDelegateGroupsFromAccountCommand.ts +0 -109
- package/commands/GetAccountCommand.ts +0 -95
- package/commands/GetAccountSettingsCommand.ts +0 -97
- package/commands/GetAppInstanceRetentionSettingsCommand.ts +0 -102
- package/commands/GetAppInstanceStreamingConfigurationsCommand.ts +0 -106
- package/commands/GetAttendeeCommand.ts +0 -100
- package/commands/GetBotCommand.ts +0 -87
- package/commands/GetChannelMessageCommand.ts +0 -100
- package/commands/GetEventsConfigurationCommand.ts +0 -94
- package/commands/GetGlobalSettingsCommand.ts +0 -95
- package/commands/GetMediaCapturePipelineCommand.ts +0 -94
- package/commands/GetMeetingCommand.ts +0 -100
- package/commands/GetMessagingSessionEndpointCommand.ts +0 -99
- package/commands/GetPhoneNumberCommand.ts +0 -94
- package/commands/GetPhoneNumberOrderCommand.ts +0 -95
- package/commands/GetPhoneNumberSettingsCommand.ts +0 -94
- package/commands/GetProxySessionCommand.ts +0 -94
- package/commands/GetRetentionSettingsCommand.ts +0 -97
- package/commands/GetRoomCommand.ts +0 -90
- package/commands/GetSipMediaApplicationCommand.ts +0 -94
- package/commands/GetSipMediaApplicationLoggingConfigurationCommand.ts +0 -109
- package/commands/GetSipRuleCommand.ts +0 -94
- package/commands/GetUserCommand.ts +0 -95
- package/commands/GetUserSettingsCommand.ts +0 -95
- package/commands/GetVoiceConnectorCommand.ts +0 -94
- package/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.ts +0 -109
- package/commands/GetVoiceConnectorGroupCommand.ts +0 -95
- package/commands/GetVoiceConnectorLoggingConfigurationCommand.ts +0 -106
- package/commands/GetVoiceConnectorOriginationCommand.ts +0 -99
- package/commands/GetVoiceConnectorProxyCommand.ts +0 -94
- package/commands/GetVoiceConnectorStreamingConfigurationCommand.ts +0 -111
- package/commands/GetVoiceConnectorTerminationCommand.ts +0 -99
- package/commands/GetVoiceConnectorTerminationHealthCommand.ts +0 -106
- package/commands/InviteUsersCommand.ts +0 -96
- package/commands/ListAccountsCommand.ts +0 -96
- package/commands/ListAppInstanceAdminsCommand.ts +0 -94
- package/commands/ListAppInstanceUsersCommand.ts +0 -96
- package/commands/ListAppInstancesCommand.ts +0 -94
- package/commands/ListAttendeeTagsCommand.ts +0 -94
- package/commands/ListAttendeesCommand.ts +0 -98
- package/commands/ListBotsCommand.ts +0 -90
- package/commands/ListChannelBansCommand.ts +0 -101
- package/commands/ListChannelMembershipsCommand.ts +0 -101
- package/commands/ListChannelMembershipsForAppInstanceUserCommand.ts +0 -116
- package/commands/ListChannelMessagesCommand.ts +0 -104
- package/commands/ListChannelModeratorsCommand.ts +0 -99
- package/commands/ListChannelsCommand.ts +0 -115
- package/commands/ListChannelsModeratedByAppInstanceUserCommand.ts +0 -112
- package/commands/ListMediaCapturePipelinesCommand.ts +0 -97
- package/commands/ListMeetingTagsCommand.ts +0 -94
- package/commands/ListMeetingsCommand.ts +0 -97
- package/commands/ListPhoneNumberOrdersCommand.ts +0 -94
- package/commands/ListPhoneNumbersCommand.ts +0 -94
- package/commands/ListProxySessionsCommand.ts +0 -94
- package/commands/ListRoomMembershipsCommand.ts +0 -95
- package/commands/ListRoomsCommand.ts +0 -94
- package/commands/ListSipMediaApplicationsCommand.ts +0 -94
- package/commands/ListSipRulesCommand.ts +0 -94
- package/commands/ListSupportedPhoneNumberCountriesCommand.ts +0 -105
- package/commands/ListTagsForResourceCommand.ts +0 -94
- package/commands/ListUsersCommand.ts +0 -95
- package/commands/ListVoiceConnectorGroupsCommand.ts +0 -94
- package/commands/ListVoiceConnectorTerminationCredentialsCommand.ts +0 -109
- package/commands/ListVoiceConnectorsCommand.ts +0 -94
- package/commands/LogoutUserCommand.ts +0 -94
- package/commands/PutAppInstanceRetentionSettingsCommand.ts +0 -102
- package/commands/PutAppInstanceStreamingConfigurationsCommand.ts +0 -106
- package/commands/PutEventsConfigurationCommand.ts +0 -96
- package/commands/PutRetentionSettingsCommand.ts +0 -106
- package/commands/PutSipMediaApplicationLoggingConfigurationCommand.ts +0 -109
- package/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.ts +0 -110
- package/commands/PutVoiceConnectorLoggingConfigurationCommand.ts +0 -106
- package/commands/PutVoiceConnectorOriginationCommand.ts +0 -103
- package/commands/PutVoiceConnectorProxyCommand.ts +0 -94
- package/commands/PutVoiceConnectorStreamingConfigurationCommand.ts +0 -111
- package/commands/PutVoiceConnectorTerminationCommand.ts +0 -103
- package/commands/PutVoiceConnectorTerminationCredentialsCommand.ts +0 -104
- package/commands/RedactChannelMessageCommand.ts +0 -101
- package/commands/RedactConversationMessageCommand.ts +0 -97
- package/commands/RedactRoomMessageCommand.ts +0 -94
- package/commands/RegenerateSecurityTokenCommand.ts +0 -94
- package/commands/ResetPersonalPINCommand.ts +0 -95
- package/commands/RestorePhoneNumberCommand.ts +0 -95
- package/commands/SearchAvailablePhoneNumbersCommand.ts +0 -103
- package/commands/SendChannelMessageCommand.ts +0 -103
- package/commands/StartMeetingTranscriptionCommand.ts +0 -97
- package/commands/StopMeetingTranscriptionCommand.ts +0 -94
- package/commands/TagAttendeeCommand.ts +0 -94
- package/commands/TagMeetingCommand.ts +0 -94
- package/commands/TagResourceCommand.ts +0 -94
- package/commands/UntagAttendeeCommand.ts +0 -94
- package/commands/UntagMeetingCommand.ts +0 -94
- package/commands/UntagResourceCommand.ts +0 -94
- package/commands/UpdateAccountCommand.ts +0 -94
- package/commands/UpdateAccountSettingsCommand.ts +0 -98
- package/commands/UpdateAppInstanceCommand.ts +0 -94
- package/commands/UpdateAppInstanceUserCommand.ts +0 -94
- package/commands/UpdateBotCommand.ts +0 -94
- package/commands/UpdateChannelCommand.ts +0 -101
- package/commands/UpdateChannelMessageCommand.ts +0 -100
- package/commands/UpdateChannelReadMarkerCommand.ts +0 -100
- package/commands/UpdateGlobalSettingsCommand.ts +0 -94
- package/commands/UpdatePhoneNumberCommand.ts +0 -96
- package/commands/UpdatePhoneNumberSettingsCommand.ts +0 -99
- package/commands/UpdateProxySessionCommand.ts +0 -94
- package/commands/UpdateRoomCommand.ts +0 -94
- package/commands/UpdateRoomMembershipCommand.ts +0 -97
- package/commands/UpdateSipMediaApplicationCallCommand.ts +0 -99
- package/commands/UpdateSipMediaApplicationCommand.ts +0 -97
- package/commands/UpdateSipRuleCommand.ts +0 -94
- package/commands/UpdateUserCommand.ts +0 -94
- package/commands/UpdateUserSettingsCommand.ts +0 -94
- package/commands/UpdateVoiceConnectorCommand.ts +0 -94
- package/commands/UpdateVoiceConnectorGroupCommand.ts +0 -98
- package/dist/cjs/Chime.js +0 -2900
- package/dist/cjs/Chime.js.map +0 -1
- package/dist/cjs/ChimeClient.js +0 -83
- package/dist/cjs/ChimeClient.js.map +0 -1
- package/dist/cjs/commands/AssociatePhoneNumberWithUserCommand.js +0 -61
- package/dist/cjs/commands/AssociatePhoneNumberWithUserCommand.js.map +0 -1
- package/dist/cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -61
- package/dist/cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -61
- package/dist/cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/cjs/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +0 -61
- package/dist/cjs/commands/AssociateSigninDelegateGroupsWithAccountCommand.js.map +0 -1
- package/dist/cjs/commands/BatchCreateAttendeeCommand.js +0 -66
- package/dist/cjs/commands/BatchCreateAttendeeCommand.js.map +0 -1
- package/dist/cjs/commands/BatchCreateChannelMembershipCommand.js +0 -61
- package/dist/cjs/commands/BatchCreateChannelMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/BatchCreateRoomMembershipCommand.js +0 -61
- package/dist/cjs/commands/BatchCreateRoomMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/BatchDeletePhoneNumberCommand.js +0 -69
- package/dist/cjs/commands/BatchDeletePhoneNumberCommand.js.map +0 -1
- package/dist/cjs/commands/BatchSuspendUserCommand.js +0 -77
- package/dist/cjs/commands/BatchSuspendUserCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUnsuspendUserCommand.js +0 -73
- package/dist/cjs/commands/BatchUnsuspendUserCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdatePhoneNumberCommand.js +0 -63
- package/dist/cjs/commands/BatchUpdatePhoneNumberCommand.js.map +0 -1
- package/dist/cjs/commands/BatchUpdateUserCommand.js +0 -61
- package/dist/cjs/commands/BatchUpdateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAccountCommand.js +0 -63
- package/dist/cjs/commands/CreateAccountCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAppInstanceAdminCommand.js +0 -75
- package/dist/cjs/commands/CreateAppInstanceAdminCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAppInstanceCommand.js +0 -62
- package/dist/cjs/commands/CreateAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAppInstanceUserCommand.js +0 -62
- package/dist/cjs/commands/CreateAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateAttendeeCommand.js +0 -66
- package/dist/cjs/commands/CreateAttendeeCommand.js.map +0 -1
- package/dist/cjs/commands/CreateBotCommand.js +0 -61
- package/dist/cjs/commands/CreateBotCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelBanCommand.js +0 -72
- package/dist/cjs/commands/CreateChannelBanCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelCommand.js +0 -71
- package/dist/cjs/commands/CreateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelMembershipCommand.js +0 -98
- package/dist/cjs/commands/CreateChannelMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/CreateChannelModeratorCommand.js +0 -85
- package/dist/cjs/commands/CreateChannelModeratorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMediaCapturePipelineCommand.js +0 -61
- package/dist/cjs/commands/CreateMediaCapturePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMeetingCommand.js +0 -71
- package/dist/cjs/commands/CreateMeetingCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMeetingDialOutCommand.js +0 -65
- package/dist/cjs/commands/CreateMeetingDialOutCommand.js.map +0 -1
- package/dist/cjs/commands/CreateMeetingWithAttendeesCommand.js +0 -71
- package/dist/cjs/commands/CreateMeetingWithAttendeesCommand.js.map +0 -1
- package/dist/cjs/commands/CreatePhoneNumberOrderCommand.js +0 -62
- package/dist/cjs/commands/CreatePhoneNumberOrderCommand.js.map +0 -1
- package/dist/cjs/commands/CreateProxySessionCommand.js +0 -61
- package/dist/cjs/commands/CreateProxySessionCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoomCommand.js +0 -61
- package/dist/cjs/commands/CreateRoomCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRoomMembershipCommand.js +0 -61
- package/dist/cjs/commands/CreateRoomMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSipMediaApplicationCallCommand.js +0 -62
- package/dist/cjs/commands/CreateSipMediaApplicationCallCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSipMediaApplicationCommand.js +0 -61
- package/dist/cjs/commands/CreateSipMediaApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/CreateSipRuleCommand.js +0 -61
- package/dist/cjs/commands/CreateSipRuleCommand.js.map +0 -1
- package/dist/cjs/commands/CreateUserCommand.js +0 -61
- package/dist/cjs/commands/CreateUserCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVoiceConnectorCommand.js +0 -67
- package/dist/cjs/commands/CreateVoiceConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/CreateVoiceConnectorGroupCommand.js +0 -65
- package/dist/cjs/commands/CreateVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAccountCommand.js +0 -74
- package/dist/cjs/commands/DeleteAccountCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceAdminCommand.js +0 -61
- package/dist/cjs/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceCommand.js +0 -61
- package/dist/cjs/commands/DeleteAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -61
- package/dist/cjs/commands/DeleteAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAppInstanceUserCommand.js +0 -61
- package/dist/cjs/commands/DeleteAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteAttendeeCommand.js +0 -64
- package/dist/cjs/commands/DeleteAttendeeCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelBanCommand.js +0 -67
- package/dist/cjs/commands/DeleteChannelBanCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelCommand.js +0 -68
- package/dist/cjs/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelMembershipCommand.js +0 -67
- package/dist/cjs/commands/DeleteChannelMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelMessageCommand.js +0 -69
- package/dist/cjs/commands/DeleteChannelMessageCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteChannelModeratorCommand.js +0 -67
- package/dist/cjs/commands/DeleteChannelModeratorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteEventsConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteEventsConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMediaCapturePipelineCommand.js +0 -61
- package/dist/cjs/commands/DeleteMediaCapturePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteMeetingCommand.js +0 -64
- package/dist/cjs/commands/DeleteMeetingCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePhoneNumberCommand.js +0 -67
- package/dist/cjs/commands/DeletePhoneNumberCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteProxySessionCommand.js +0 -61
- package/dist/cjs/commands/DeleteProxySessionCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRoomCommand.js +0 -61
- package/dist/cjs/commands/DeleteRoomCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRoomMembershipCommand.js +0 -61
- package/dist/cjs/commands/DeleteRoomMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSipMediaApplicationCommand.js +0 -61
- package/dist/cjs/commands/DeleteSipMediaApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteSipRuleCommand.js +0 -61
- package/dist/cjs/commands/DeleteSipRuleCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorCommand.js +0 -63
- package/dist/cjs/commands/DeleteVoiceConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorGroupCommand.js +0 -63
- package/dist/cjs/commands/DeleteVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorOriginationCommand.js +0 -65
- package/dist/cjs/commands/DeleteVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorProxyCommand.js +0 -61
- package/dist/cjs/commands/DeleteVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorTerminationCommand.js +0 -65
- package/dist/cjs/commands/DeleteVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -61
- package/dist/cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAppInstanceAdminCommand.js +0 -61
- package/dist/cjs/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAppInstanceCommand.js +0 -61
- package/dist/cjs/commands/DescribeAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeAppInstanceUserCommand.js +0 -61
- package/dist/cjs/commands/DescribeAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelBanCommand.js +0 -68
- package/dist/cjs/commands/DescribeChannelBanCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelCommand.js +0 -69
- package/dist/cjs/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelMembershipCommand.js +0 -66
- package/dist/cjs/commands/DescribeChannelMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -68
- package/dist/cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -68
- package/dist/cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeChannelModeratorCommand.js +0 -66
- package/dist/cjs/commands/DescribeChannelModeratorCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociatePhoneNumberFromUserCommand.js +0 -61
- package/dist/cjs/commands/DisassociatePhoneNumberFromUserCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -61
- package/dist/cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -61
- package/dist/cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +0 -61
- package/dist/cjs/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountCommand.js +0 -62
- package/dist/cjs/commands/GetAccountCommand.js.map +0 -1
- package/dist/cjs/commands/GetAccountSettingsCommand.js +0 -64
- package/dist/cjs/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAppInstanceRetentionSettingsCommand.js +0 -61
- package/dist/cjs/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -61
- package/dist/cjs/commands/GetAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/GetAttendeeCommand.js +0 -67
- package/dist/cjs/commands/GetAttendeeCommand.js.map +0 -1
- package/dist/cjs/commands/GetBotCommand.js +0 -61
- package/dist/cjs/commands/GetBotCommand.js.map +0 -1
- package/dist/cjs/commands/GetChannelMessageCommand.js +0 -67
- package/dist/cjs/commands/GetChannelMessageCommand.js.map +0 -1
- package/dist/cjs/commands/GetEventsConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetEventsConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetGlobalSettingsCommand.js +0 -62
- package/dist/cjs/commands/GetGlobalSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetMediaCapturePipelineCommand.js +0 -61
- package/dist/cjs/commands/GetMediaCapturePipelineCommand.js.map +0 -1
- package/dist/cjs/commands/GetMeetingCommand.js +0 -67
- package/dist/cjs/commands/GetMeetingCommand.js.map +0 -1
- package/dist/cjs/commands/GetMessagingSessionEndpointCommand.js +0 -61
- package/dist/cjs/commands/GetMessagingSessionEndpointCommand.js.map +0 -1
- package/dist/cjs/commands/GetPhoneNumberCommand.js +0 -61
- package/dist/cjs/commands/GetPhoneNumberCommand.js.map +0 -1
- package/dist/cjs/commands/GetPhoneNumberOrderCommand.js +0 -62
- package/dist/cjs/commands/GetPhoneNumberOrderCommand.js.map +0 -1
- package/dist/cjs/commands/GetPhoneNumberSettingsCommand.js +0 -61
- package/dist/cjs/commands/GetPhoneNumberSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetProxySessionCommand.js +0 -61
- package/dist/cjs/commands/GetProxySessionCommand.js.map +0 -1
- package/dist/cjs/commands/GetRetentionSettingsCommand.js +0 -64
- package/dist/cjs/commands/GetRetentionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetRoomCommand.js +0 -61
- package/dist/cjs/commands/GetRoomCommand.js.map +0 -1
- package/dist/cjs/commands/GetSipMediaApplicationCommand.js +0 -61
- package/dist/cjs/commands/GetSipMediaApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetSipRuleCommand.js +0 -61
- package/dist/cjs/commands/GetSipRuleCommand.js.map +0 -1
- package/dist/cjs/commands/GetUserCommand.js +0 -66
- package/dist/cjs/commands/GetUserCommand.js.map +0 -1
- package/dist/cjs/commands/GetUserSettingsCommand.js +0 -62
- package/dist/cjs/commands/GetUserSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorCommand.js +0 -61
- package/dist/cjs/commands/GetVoiceConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorGroupCommand.js +0 -62
- package/dist/cjs/commands/GetVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorOriginationCommand.js +0 -61
- package/dist/cjs/commands/GetVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorProxyCommand.js +0 -61
- package/dist/cjs/commands/GetVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -63
- package/dist/cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorTerminationCommand.js +0 -61
- package/dist/cjs/commands/GetVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -62
- package/dist/cjs/commands/GetVoiceConnectorTerminationHealthCommand.js.map +0 -1
- package/dist/cjs/commands/InviteUsersCommand.js +0 -63
- package/dist/cjs/commands/InviteUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ListAccountsCommand.js +0 -63
- package/dist/cjs/commands/ListAccountsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppInstanceAdminsCommand.js +0 -61
- package/dist/cjs/commands/ListAppInstanceAdminsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppInstanceUsersCommand.js +0 -63
- package/dist/cjs/commands/ListAppInstanceUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ListAppInstancesCommand.js +0 -61
- package/dist/cjs/commands/ListAppInstancesCommand.js.map +0 -1
- package/dist/cjs/commands/ListAttendeeTagsCommand.js +0 -61
- package/dist/cjs/commands/ListAttendeeTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAttendeesCommand.js +0 -65
- package/dist/cjs/commands/ListAttendeesCommand.js.map +0 -1
- package/dist/cjs/commands/ListBotsCommand.js +0 -61
- package/dist/cjs/commands/ListBotsCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelBansCommand.js +0 -68
- package/dist/cjs/commands/ListChannelBansCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelMembershipsCommand.js +0 -68
- package/dist/cjs/commands/ListChannelMembershipsCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -68
- package/dist/cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelMessagesCommand.js +0 -71
- package/dist/cjs/commands/ListChannelMessagesCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelModeratorsCommand.js +0 -66
- package/dist/cjs/commands/ListChannelModeratorsCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsCommand.js +0 -82
- package/dist/cjs/commands/ListChannelsCommand.js.map +0 -1
- package/dist/cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -67
- package/dist/cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/ListMediaCapturePipelinesCommand.js +0 -61
- package/dist/cjs/commands/ListMediaCapturePipelinesCommand.js.map +0 -1
- package/dist/cjs/commands/ListMeetingTagsCommand.js +0 -61
- package/dist/cjs/commands/ListMeetingTagsCommand.js.map +0 -1
- package/dist/cjs/commands/ListMeetingsCommand.js +0 -64
- package/dist/cjs/commands/ListMeetingsCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumberOrdersCommand.js +0 -61
- package/dist/cjs/commands/ListPhoneNumberOrdersCommand.js.map +0 -1
- package/dist/cjs/commands/ListPhoneNumbersCommand.js +0 -61
- package/dist/cjs/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/ListProxySessionsCommand.js +0 -61
- package/dist/cjs/commands/ListProxySessionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoomMembershipsCommand.js +0 -62
- package/dist/cjs/commands/ListRoomMembershipsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRoomsCommand.js +0 -61
- package/dist/cjs/commands/ListRoomsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSipMediaApplicationsCommand.js +0 -61
- package/dist/cjs/commands/ListSipMediaApplicationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListSipRulesCommand.js +0 -61
- package/dist/cjs/commands/ListSipRulesCommand.js.map +0 -1
- package/dist/cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +0 -61
- package/dist/cjs/commands/ListSupportedPhoneNumberCountriesCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js +0 -61
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListUsersCommand.js +0 -62
- package/dist/cjs/commands/ListUsersCommand.js.map +0 -1
- package/dist/cjs/commands/ListVoiceConnectorGroupsCommand.js +0 -61
- package/dist/cjs/commands/ListVoiceConnectorGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -61
- package/dist/cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/ListVoiceConnectorsCommand.js +0 -61
- package/dist/cjs/commands/ListVoiceConnectorsCommand.js.map +0 -1
- package/dist/cjs/commands/LogoutUserCommand.js +0 -61
- package/dist/cjs/commands/LogoutUserCommand.js.map +0 -1
- package/dist/cjs/commands/PutAppInstanceRetentionSettingsCommand.js +0 -61
- package/dist/cjs/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -61
- package/dist/cjs/commands/PutAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/PutEventsConfigurationCommand.js +0 -63
- package/dist/cjs/commands/PutEventsConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutRetentionSettingsCommand.js +0 -73
- package/dist/cjs/commands/PutRetentionSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -62
- package/dist/cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -61
- package/dist/cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorOriginationCommand.js +0 -65
- package/dist/cjs/commands/PutVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorProxyCommand.js +0 -61
- package/dist/cjs/commands/PutVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -63
- package/dist/cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorTerminationCommand.js +0 -65
- package/dist/cjs/commands/PutVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -61
- package/dist/cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/cjs/commands/RedactChannelMessageCommand.js +0 -68
- package/dist/cjs/commands/RedactChannelMessageCommand.js.map +0 -1
- package/dist/cjs/commands/RedactConversationMessageCommand.js +0 -61
- package/dist/cjs/commands/RedactConversationMessageCommand.js.map +0 -1
- package/dist/cjs/commands/RedactRoomMessageCommand.js +0 -61
- package/dist/cjs/commands/RedactRoomMessageCommand.js.map +0 -1
- package/dist/cjs/commands/RegenerateSecurityTokenCommand.js +0 -61
- package/dist/cjs/commands/RegenerateSecurityTokenCommand.js.map +0 -1
- package/dist/cjs/commands/ResetPersonalPINCommand.js +0 -62
- package/dist/cjs/commands/ResetPersonalPINCommand.js.map +0 -1
- package/dist/cjs/commands/RestorePhoneNumberCommand.js +0 -62
- package/dist/cjs/commands/RestorePhoneNumberCommand.js.map +0 -1
- package/dist/cjs/commands/SearchAvailablePhoneNumbersCommand.js +0 -65
- package/dist/cjs/commands/SearchAvailablePhoneNumbersCommand.js.map +0 -1
- package/dist/cjs/commands/SendChannelMessageCommand.js +0 -70
- package/dist/cjs/commands/SendChannelMessageCommand.js.map +0 -1
- package/dist/cjs/commands/StartMeetingTranscriptionCommand.js +0 -61
- package/dist/cjs/commands/StartMeetingTranscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/StopMeetingTranscriptionCommand.js +0 -61
- package/dist/cjs/commands/StopMeetingTranscriptionCommand.js.map +0 -1
- package/dist/cjs/commands/TagAttendeeCommand.js +0 -61
- package/dist/cjs/commands/TagAttendeeCommand.js.map +0 -1
- package/dist/cjs/commands/TagMeetingCommand.js +0 -61
- package/dist/cjs/commands/TagMeetingCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js +0 -61
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagAttendeeCommand.js +0 -61
- package/dist/cjs/commands/UntagAttendeeCommand.js.map +0 -1
- package/dist/cjs/commands/UntagMeetingCommand.js +0 -61
- package/dist/cjs/commands/UntagMeetingCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js +0 -61
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAccountCommand.js +0 -61
- package/dist/cjs/commands/UpdateAccountCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAccountSettingsCommand.js +0 -65
- package/dist/cjs/commands/UpdateAccountSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAppInstanceCommand.js +0 -61
- package/dist/cjs/commands/UpdateAppInstanceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateAppInstanceUserCommand.js +0 -61
- package/dist/cjs/commands/UpdateAppInstanceUserCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateBotCommand.js +0 -61
- package/dist/cjs/commands/UpdateBotCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelCommand.js +0 -68
- package/dist/cjs/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelMessageCommand.js +0 -67
- package/dist/cjs/commands/UpdateChannelMessageCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateChannelReadMarkerCommand.js +0 -67
- package/dist/cjs/commands/UpdateChannelReadMarkerCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateGlobalSettingsCommand.js +0 -61
- package/dist/cjs/commands/UpdateGlobalSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePhoneNumberCommand.js +0 -63
- package/dist/cjs/commands/UpdatePhoneNumberCommand.js.map +0 -1
- package/dist/cjs/commands/UpdatePhoneNumberSettingsCommand.js +0 -63
- package/dist/cjs/commands/UpdatePhoneNumberSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateProxySessionCommand.js +0 -61
- package/dist/cjs/commands/UpdateProxySessionCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoomCommand.js +0 -61
- package/dist/cjs/commands/UpdateRoomCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRoomMembershipCommand.js +0 -64
- package/dist/cjs/commands/UpdateRoomMembershipCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSipMediaApplicationCallCommand.js +0 -61
- package/dist/cjs/commands/UpdateSipMediaApplicationCallCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSipMediaApplicationCommand.js +0 -61
- package/dist/cjs/commands/UpdateSipMediaApplicationCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateSipRuleCommand.js +0 -61
- package/dist/cjs/commands/UpdateSipRuleCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateUserSettingsCommand.js +0 -61
- package/dist/cjs/commands/UpdateUserSettingsCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVoiceConnectorCommand.js +0 -61
- package/dist/cjs/commands/UpdateVoiceConnectorCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateVoiceConnectorGroupCommand.js +0 -62
- package/dist/cjs/commands/UpdateVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/models/models_1.js +0 -1802
- package/dist/cjs/models/models_1.js.map +0 -1
- package/dist/cjs/package.json +0 -93
- package/dist/cjs/pagination/Interfaces.js.map +0 -1
- package/dist/cjs/pagination/ListAccountsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAppInstancesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListAttendeesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelBansPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelMembershipsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelMessagesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelModeratorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMediaCapturePipelinesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListMeetingsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumberOrdersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListProxySessionsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoomMembershipsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListRoomsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSipMediaApplicationsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListSipRulesPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVoiceConnectorGroupsPaginator.js.map +0 -1
- package/dist/cjs/pagination/ListVoiceConnectorsPaginator.js.map +0 -1
- package/dist/cjs/pagination/SearchAvailablePhoneNumbersPaginator.js.map +0 -1
- package/dist/cjs/protocols/Aws_restJson1.js +0 -26968
- package/dist/cjs/protocols/Aws_restJson1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js +0 -41
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js +0 -46
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js +0 -21
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/Chime.js +0 -2861
- package/dist/es/Chime.js.map +0 -1
- package/dist/es/ChimeClient.js +0 -38
- package/dist/es/ChimeClient.js.map +0 -1
- package/dist/es/commands/AssociatePhoneNumberWithUserCommand.js +0 -40
- package/dist/es/commands/AssociatePhoneNumberWithUserCommand.js.map +0 -1
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -40
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -40
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +0 -40
- package/dist/es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateAttendeeCommand.js +0 -40
- package/dist/es/commands/BatchCreateAttendeeCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateChannelMembershipCommand.js +0 -40
- package/dist/es/commands/BatchCreateChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateRoomMembershipCommand.js +0 -40
- package/dist/es/commands/BatchCreateRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/BatchDeletePhoneNumberCommand.js +0 -40
- package/dist/es/commands/BatchDeletePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/BatchSuspendUserCommand.js +0 -40
- package/dist/es/commands/BatchSuspendUserCommand.js.map +0 -1
- package/dist/es/commands/BatchUnsuspendUserCommand.js +0 -40
- package/dist/es/commands/BatchUnsuspendUserCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdatePhoneNumberCommand.js +0 -40
- package/dist/es/commands/BatchUpdatePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateUserCommand.js +0 -40
- package/dist/es/commands/BatchUpdateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateAccountCommand.js +0 -40
- package/dist/es/commands/CreateAccountCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceAdminCommand.js +0 -40
- package/dist/es/commands/CreateAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceCommand.js +0 -40
- package/dist/es/commands/CreateAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/CreateAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/CreateAttendeeCommand.js +0 -40
- package/dist/es/commands/CreateAttendeeCommand.js.map +0 -1
- package/dist/es/commands/CreateBotCommand.js +0 -40
- package/dist/es/commands/CreateBotCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelBanCommand.js +0 -40
- package/dist/es/commands/CreateChannelBanCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js +0 -40
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelMembershipCommand.js +0 -40
- package/dist/es/commands/CreateChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelModeratorCommand.js +0 -40
- package/dist/es/commands/CreateChannelModeratorCommand.js.map +0 -1
- package/dist/es/commands/CreateMediaCapturePipelineCommand.js +0 -40
- package/dist/es/commands/CreateMediaCapturePipelineCommand.js.map +0 -1
- package/dist/es/commands/CreateMeetingCommand.js +0 -40
- package/dist/es/commands/CreateMeetingCommand.js.map +0 -1
- package/dist/es/commands/CreateMeetingDialOutCommand.js +0 -40
- package/dist/es/commands/CreateMeetingDialOutCommand.js.map +0 -1
- package/dist/es/commands/CreateMeetingWithAttendeesCommand.js +0 -40
- package/dist/es/commands/CreateMeetingWithAttendeesCommand.js.map +0 -1
- package/dist/es/commands/CreatePhoneNumberOrderCommand.js +0 -40
- package/dist/es/commands/CreatePhoneNumberOrderCommand.js.map +0 -1
- package/dist/es/commands/CreateProxySessionCommand.js +0 -40
- package/dist/es/commands/CreateProxySessionCommand.js.map +0 -1
- package/dist/es/commands/CreateRoomCommand.js +0 -40
- package/dist/es/commands/CreateRoomCommand.js.map +0 -1
- package/dist/es/commands/CreateRoomMembershipCommand.js +0 -40
- package/dist/es/commands/CreateRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/CreateSipMediaApplicationCallCommand.js +0 -40
- package/dist/es/commands/CreateSipMediaApplicationCallCommand.js.map +0 -1
- package/dist/es/commands/CreateSipMediaApplicationCommand.js +0 -40
- package/dist/es/commands/CreateSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateSipRuleCommand.js +0 -40
- package/dist/es/commands/CreateSipRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -40
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateVoiceConnectorCommand.js +0 -40
- package/dist/es/commands/CreateVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/CreateVoiceConnectorGroupCommand.js +0 -40
- package/dist/es/commands/CreateVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccountCommand.js +0 -40
- package/dist/es/commands/DeleteAccountCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceAdminCommand.js +0 -40
- package/dist/es/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceCommand.js +0 -40
- package/dist/es/commands/DeleteAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -40
- package/dist/es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/DeleteAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteAttendeeCommand.js +0 -40
- package/dist/es/commands/DeleteAttendeeCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelBanCommand.js +0 -40
- package/dist/es/commands/DeleteChannelBanCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js +0 -40
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelMembershipCommand.js +0 -40
- package/dist/es/commands/DeleteChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelMessageCommand.js +0 -40
- package/dist/es/commands/DeleteChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelModeratorCommand.js +0 -40
- package/dist/es/commands/DeleteChannelModeratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventsConfigurationCommand.js +0 -40
- package/dist/es/commands/DeleteEventsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteMediaCapturePipelineCommand.js +0 -40
- package/dist/es/commands/DeleteMediaCapturePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeleteMeetingCommand.js +0 -40
- package/dist/es/commands/DeleteMeetingCommand.js.map +0 -1
- package/dist/es/commands/DeletePhoneNumberCommand.js +0 -40
- package/dist/es/commands/DeletePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/DeleteProxySessionCommand.js +0 -40
- package/dist/es/commands/DeleteProxySessionCommand.js.map +0 -1
- package/dist/es/commands/DeleteRoomCommand.js +0 -40
- package/dist/es/commands/DeleteRoomCommand.js.map +0 -1
- package/dist/es/commands/DeleteRoomMembershipCommand.js +0 -40
- package/dist/es/commands/DeleteRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/DeleteSipMediaApplicationCommand.js +0 -40
- package/dist/es/commands/DeleteSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteSipRuleCommand.js +0 -40
- package/dist/es/commands/DeleteSipRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorGroupCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorProxyCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -40
- package/dist/es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceAdminCommand.js +0 -40
- package/dist/es/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceCommand.js +0 -40
- package/dist/es/commands/DescribeAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/DescribeAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelBanCommand.js +0 -40
- package/dist/es/commands/DescribeChannelBanCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelCommand.js +0 -40
- package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelMembershipCommand.js +0 -40
- package/dist/es/commands/DescribeChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelModeratorCommand.js +0 -40
- package/dist/es/commands/DescribeChannelModeratorCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePhoneNumberFromUserCommand.js +0 -40
- package/dist/es/commands/DisassociatePhoneNumberFromUserCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -40
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -40
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +0 -40
- package/dist/es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAccountCommand.js +0 -40
- package/dist/es/commands/GetAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +0 -40
- package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -40
- package/dist/es/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -40
- package/dist/es/commands/GetAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/GetAttendeeCommand.js +0 -40
- package/dist/es/commands/GetAttendeeCommand.js.map +0 -1
- package/dist/es/commands/GetBotCommand.js +0 -40
- package/dist/es/commands/GetBotCommand.js.map +0 -1
- package/dist/es/commands/GetChannelMessageCommand.js +0 -40
- package/dist/es/commands/GetChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/GetEventsConfigurationCommand.js +0 -40
- package/dist/es/commands/GetEventsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetGlobalSettingsCommand.js +0 -40
- package/dist/es/commands/GetGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetMediaCapturePipelineCommand.js +0 -40
- package/dist/es/commands/GetMediaCapturePipelineCommand.js.map +0 -1
- package/dist/es/commands/GetMeetingCommand.js +0 -40
- package/dist/es/commands/GetMeetingCommand.js.map +0 -1
- package/dist/es/commands/GetMessagingSessionEndpointCommand.js +0 -40
- package/dist/es/commands/GetMessagingSessionEndpointCommand.js.map +0 -1
- package/dist/es/commands/GetPhoneNumberCommand.js +0 -40
- package/dist/es/commands/GetPhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/GetPhoneNumberOrderCommand.js +0 -40
- package/dist/es/commands/GetPhoneNumberOrderCommand.js.map +0 -1
- package/dist/es/commands/GetPhoneNumberSettingsCommand.js +0 -40
- package/dist/es/commands/GetPhoneNumberSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetProxySessionCommand.js +0 -40
- package/dist/es/commands/GetProxySessionCommand.js.map +0 -1
- package/dist/es/commands/GetRetentionSettingsCommand.js +0 -40
- package/dist/es/commands/GetRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetRoomCommand.js +0 -40
- package/dist/es/commands/GetRoomCommand.js.map +0 -1
- package/dist/es/commands/GetSipMediaApplicationCommand.js +0 -40
- package/dist/es/commands/GetSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetSipRuleCommand.js +0 -40
- package/dist/es/commands/GetSipRuleCommand.js.map +0 -1
- package/dist/es/commands/GetUserCommand.js +0 -40
- package/dist/es/commands/GetUserCommand.js.map +0 -1
- package/dist/es/commands/GetUserSettingsCommand.js +0 -41
- package/dist/es/commands/GetUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorGroupCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorOriginationCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorProxyCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorTerminationCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -40
- package/dist/es/commands/GetVoiceConnectorTerminationHealthCommand.js.map +0 -1
- package/dist/es/commands/InviteUsersCommand.js +0 -40
- package/dist/es/commands/InviteUsersCommand.js.map +0 -1
- package/dist/es/commands/ListAccountsCommand.js +0 -40
- package/dist/es/commands/ListAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstanceAdminsCommand.js +0 -40
- package/dist/es/commands/ListAppInstanceAdminsCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstanceUsersCommand.js +0 -40
- package/dist/es/commands/ListAppInstanceUsersCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstancesCommand.js +0 -40
- package/dist/es/commands/ListAppInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListAttendeeTagsCommand.js +0 -40
- package/dist/es/commands/ListAttendeeTagsCommand.js.map +0 -1
- package/dist/es/commands/ListAttendeesCommand.js +0 -40
- package/dist/es/commands/ListAttendeesCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -40
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelBansCommand.js +0 -40
- package/dist/es/commands/ListChannelBansCommand.js.map +0 -1
- package/dist/es/commands/ListChannelMembershipsCommand.js +0 -40
- package/dist/es/commands/ListChannelMembershipsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/ListChannelMembershipsForAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/ListChannelMessagesCommand.js +0 -40
- package/dist/es/commands/ListChannelMessagesCommand.js.map +0 -1
- package/dist/es/commands/ListChannelModeratorsCommand.js +0 -40
- package/dist/es/commands/ListChannelModeratorsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js +0 -40
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/ListChannelsModeratedByAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/ListMediaCapturePipelinesCommand.js +0 -40
- package/dist/es/commands/ListMediaCapturePipelinesCommand.js.map +0 -1
- package/dist/es/commands/ListMeetingTagsCommand.js +0 -40
- package/dist/es/commands/ListMeetingTagsCommand.js.map +0 -1
- package/dist/es/commands/ListMeetingsCommand.js +0 -40
- package/dist/es/commands/ListMeetingsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumberOrdersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumberOrdersCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -40
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListProxySessionsCommand.js +0 -40
- package/dist/es/commands/ListProxySessionsCommand.js.map +0 -1
- package/dist/es/commands/ListRoomMembershipsCommand.js +0 -40
- package/dist/es/commands/ListRoomMembershipsCommand.js.map +0 -1
- package/dist/es/commands/ListRoomsCommand.js +0 -40
- package/dist/es/commands/ListRoomsCommand.js.map +0 -1
- package/dist/es/commands/ListSipMediaApplicationsCommand.js +0 -40
- package/dist/es/commands/ListSipMediaApplicationsCommand.js.map +0 -1
- package/dist/es/commands/ListSipRulesCommand.js +0 -40
- package/dist/es/commands/ListSipRulesCommand.js.map +0 -1
- package/dist/es/commands/ListSupportedPhoneNumberCountriesCommand.js +0 -40
- package/dist/es/commands/ListSupportedPhoneNumberCountriesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -40
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -40
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ListVoiceConnectorGroupsCommand.js +0 -40
- package/dist/es/commands/ListVoiceConnectorGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -40
- package/dist/es/commands/ListVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/es/commands/ListVoiceConnectorsCommand.js +0 -40
- package/dist/es/commands/ListVoiceConnectorsCommand.js.map +0 -1
- package/dist/es/commands/LogoutUserCommand.js +0 -40
- package/dist/es/commands/LogoutUserCommand.js.map +0 -1
- package/dist/es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -40
- package/dist/es/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -40
- package/dist/es/commands/PutAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PutEventsConfigurationCommand.js +0 -40
- package/dist/es/commands/PutEventsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutRetentionSettingsCommand.js +0 -40
- package/dist/es/commands/PutRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorOriginationCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorProxyCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorTerminationCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -40
- package/dist/es/commands/PutVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/es/commands/RedactChannelMessageCommand.js +0 -40
- package/dist/es/commands/RedactChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/RedactConversationMessageCommand.js +0 -40
- package/dist/es/commands/RedactConversationMessageCommand.js.map +0 -1
- package/dist/es/commands/RedactRoomMessageCommand.js +0 -40
- package/dist/es/commands/RedactRoomMessageCommand.js.map +0 -1
- package/dist/es/commands/RegenerateSecurityTokenCommand.js +0 -40
- package/dist/es/commands/RegenerateSecurityTokenCommand.js.map +0 -1
- package/dist/es/commands/ResetPersonalPINCommand.js +0 -40
- package/dist/es/commands/ResetPersonalPINCommand.js.map +0 -1
- package/dist/es/commands/RestorePhoneNumberCommand.js +0 -40
- package/dist/es/commands/RestorePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/SearchAvailablePhoneNumbersCommand.js +0 -40
- package/dist/es/commands/SearchAvailablePhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/SendChannelMessageCommand.js +0 -40
- package/dist/es/commands/SendChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/StartMeetingTranscriptionCommand.js +0 -40
- package/dist/es/commands/StartMeetingTranscriptionCommand.js.map +0 -1
- package/dist/es/commands/StopMeetingTranscriptionCommand.js +0 -40
- package/dist/es/commands/StopMeetingTranscriptionCommand.js.map +0 -1
- package/dist/es/commands/TagAttendeeCommand.js +0 -40
- package/dist/es/commands/TagAttendeeCommand.js.map +0 -1
- package/dist/es/commands/TagMeetingCommand.js +0 -40
- package/dist/es/commands/TagMeetingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -40
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagAttendeeCommand.js +0 -40
- package/dist/es/commands/UntagAttendeeCommand.js.map +0 -1
- package/dist/es/commands/UntagMeetingCommand.js +0 -40
- package/dist/es/commands/UntagMeetingCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -40
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccountCommand.js +0 -40
- package/dist/es/commands/UpdateAccountCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccountSettingsCommand.js +0 -40
- package/dist/es/commands/UpdateAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateAppInstanceCommand.js +0 -40
- package/dist/es/commands/UpdateAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAppInstanceUserCommand.js +0 -40
- package/dist/es/commands/UpdateAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/UpdateBotCommand.js +0 -40
- package/dist/es/commands/UpdateBotCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js +0 -40
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelMessageCommand.js +0 -40
- package/dist/es/commands/UpdateChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelReadMarkerCommand.js +0 -40
- package/dist/es/commands/UpdateChannelReadMarkerCommand.js.map +0 -1
- package/dist/es/commands/UpdateGlobalSettingsCommand.js +0 -40
- package/dist/es/commands/UpdateGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdatePhoneNumberCommand.js +0 -40
- package/dist/es/commands/UpdatePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/UpdatePhoneNumberSettingsCommand.js +0 -40
- package/dist/es/commands/UpdatePhoneNumberSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateProxySessionCommand.js +0 -40
- package/dist/es/commands/UpdateProxySessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoomCommand.js +0 -40
- package/dist/es/commands/UpdateRoomCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoomMembershipCommand.js +0 -40
- package/dist/es/commands/UpdateRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/UpdateSipMediaApplicationCallCommand.js +0 -40
- package/dist/es/commands/UpdateSipMediaApplicationCallCommand.js.map +0 -1
- package/dist/es/commands/UpdateSipMediaApplicationCommand.js +0 -40
- package/dist/es/commands/UpdateSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateSipRuleCommand.js +0 -40
- package/dist/es/commands/UpdateSipRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserCommand.js +0 -40
- package/dist/es/commands/UpdateUserCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSettingsCommand.js +0 -40
- package/dist/es/commands/UpdateUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateVoiceConnectorCommand.js +0 -40
- package/dist/es/commands/UpdateVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/UpdateVoiceConnectorGroupCommand.js +0 -40
- package/dist/es/commands/UpdateVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -792
- package/dist/es/models/models_1.js.map +0 -1
- package/dist/es/package.json +0 -93
- package/dist/es/pagination/Interfaces.js.map +0 -1
- package/dist/es/pagination/ListAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListAttendeesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelBansPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelMembershipsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelMessagesPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelModeratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMediaCapturePipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/ListMeetingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumberOrdersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListProxySessionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoomMembershipsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoomsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSipMediaApplicationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSipRulesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/pagination/ListVoiceConnectorGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVoiceConnectorsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchAvailablePhoneNumbersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -17
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -22
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -14
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/dist/types/Chime.d.ts +0 -1861
- package/dist/types/ChimeClient.d.ts +0 -361
- package/dist/types/commands/AssociatePhoneNumberWithUserCommand.d.ts +0 -35
- package/dist/types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -35
- package/dist/types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +0 -35
- package/dist/types/commands/BatchCreateAttendeeCommand.d.ts +0 -40
- package/dist/types/commands/BatchCreateChannelMembershipCommand.d.ts +0 -35
- package/dist/types/commands/BatchCreateRoomMembershipCommand.d.ts +0 -35
- package/dist/types/commands/BatchDeletePhoneNumberCommand.d.ts +0 -43
- package/dist/types/commands/BatchSuspendUserCommand.d.ts +0 -51
- package/dist/types/commands/BatchUnsuspendUserCommand.d.ts +0 -47
- package/dist/types/commands/BatchUpdatePhoneNumberCommand.d.ts +0 -37
- package/dist/types/commands/BatchUpdateUserCommand.d.ts +0 -35
- package/dist/types/commands/CreateAccountCommand.d.ts +0 -37
- package/dist/types/commands/CreateAppInstanceAdminCommand.d.ts +0 -49
- package/dist/types/commands/CreateAppInstanceCommand.d.ts +0 -36
- package/dist/types/commands/CreateAppInstanceUserCommand.d.ts +0 -36
- package/dist/types/commands/CreateAttendeeCommand.d.ts +0 -40
- package/dist/types/commands/CreateBotCommand.d.ts +0 -35
- package/dist/types/commands/CreateChannelBanCommand.d.ts +0 -46
- package/dist/types/commands/CreateChannelCommand.d.ts +0 -45
- package/dist/types/commands/CreateChannelMembershipCommand.d.ts +0 -72
- package/dist/types/commands/CreateChannelModeratorCommand.d.ts +0 -59
- package/dist/types/commands/CreateMediaCapturePipelineCommand.d.ts +0 -35
- package/dist/types/commands/CreateMeetingCommand.d.ts +0 -45
- package/dist/types/commands/CreateMeetingDialOutCommand.d.ts +0 -39
- package/dist/types/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -45
- package/dist/types/commands/CreatePhoneNumberOrderCommand.d.ts +0 -36
- package/dist/types/commands/CreateProxySessionCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoomCommand.d.ts +0 -35
- package/dist/types/commands/CreateRoomMembershipCommand.d.ts +0 -35
- package/dist/types/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -36
- package/dist/types/commands/CreateSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/commands/CreateSipRuleCommand.d.ts +0 -35
- package/dist/types/commands/CreateUserCommand.d.ts +0 -35
- package/dist/types/commands/CreateVoiceConnectorCommand.d.ts +0 -41
- package/dist/types/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -39
- package/dist/types/commands/DeleteAccountCommand.d.ts +0 -48
- package/dist/types/commands/DeleteAppInstanceAdminCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAppInstanceCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAppInstanceUserCommand.d.ts +0 -35
- package/dist/types/commands/DeleteAttendeeCommand.d.ts +0 -38
- package/dist/types/commands/DeleteChannelBanCommand.d.ts +0 -41
- package/dist/types/commands/DeleteChannelCommand.d.ts +0 -42
- package/dist/types/commands/DeleteChannelMembershipCommand.d.ts +0 -41
- package/dist/types/commands/DeleteChannelMessageCommand.d.ts +0 -43
- package/dist/types/commands/DeleteChannelModeratorCommand.d.ts +0 -41
- package/dist/types/commands/DeleteEventsConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -35
- package/dist/types/commands/DeleteMeetingCommand.d.ts +0 -38
- package/dist/types/commands/DeletePhoneNumberCommand.d.ts +0 -41
- package/dist/types/commands/DeleteProxySessionCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRoomCommand.d.ts +0 -35
- package/dist/types/commands/DeleteRoomMembershipCommand.d.ts +0 -35
- package/dist/types/commands/DeleteSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteSipRuleCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVoiceConnectorCommand.d.ts +0 -37
- package/dist/types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -37
- package/dist/types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -39
- package/dist/types/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -39
- package/dist/types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAppInstanceAdminCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAppInstanceCommand.d.ts +0 -35
- package/dist/types/commands/DescribeAppInstanceUserCommand.d.ts +0 -35
- package/dist/types/commands/DescribeChannelBanCommand.d.ts +0 -42
- package/dist/types/commands/DescribeChannelCommand.d.ts +0 -43
- package/dist/types/commands/DescribeChannelMembershipCommand.d.ts +0 -40
- package/dist/types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -42
- package/dist/types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -42
- package/dist/types/commands/DescribeChannelModeratorCommand.d.ts +0 -40
- package/dist/types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +0 -35
- package/dist/types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -35
- package/dist/types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +0 -35
- package/dist/types/commands/GetAccountCommand.d.ts +0 -36
- package/dist/types/commands/GetAccountSettingsCommand.d.ts +0 -38
- package/dist/types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -35
- package/dist/types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -35
- package/dist/types/commands/GetAttendeeCommand.d.ts +0 -41
- package/dist/types/commands/GetBotCommand.d.ts +0 -35
- package/dist/types/commands/GetChannelMessageCommand.d.ts +0 -41
- package/dist/types/commands/GetEventsConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetGlobalSettingsCommand.d.ts +0 -36
- package/dist/types/commands/GetMediaCapturePipelineCommand.d.ts +0 -35
- package/dist/types/commands/GetMeetingCommand.d.ts +0 -41
- package/dist/types/commands/GetMessagingSessionEndpointCommand.d.ts +0 -35
- package/dist/types/commands/GetPhoneNumberCommand.d.ts +0 -35
- package/dist/types/commands/GetPhoneNumberOrderCommand.d.ts +0 -36
- package/dist/types/commands/GetPhoneNumberSettingsCommand.d.ts +0 -35
- package/dist/types/commands/GetProxySessionCommand.d.ts +0 -35
- package/dist/types/commands/GetRetentionSettingsCommand.d.ts +0 -38
- package/dist/types/commands/GetRoomCommand.d.ts +0 -35
- package/dist/types/commands/GetSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetSipRuleCommand.d.ts +0 -35
- package/dist/types/commands/GetUserCommand.d.ts +0 -40
- package/dist/types/commands/GetUserSettingsCommand.d.ts +0 -36
- package/dist/types/commands/GetVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetVoiceConnectorGroupCommand.d.ts +0 -36
- package/dist/types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -35
- package/dist/types/commands/GetVoiceConnectorProxyCommand.d.ts +0 -35
- package/dist/types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -35
- package/dist/types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -36
- package/dist/types/commands/InviteUsersCommand.d.ts +0 -37
- package/dist/types/commands/ListAccountsCommand.d.ts +0 -37
- package/dist/types/commands/ListAppInstanceAdminsCommand.d.ts +0 -35
- package/dist/types/commands/ListAppInstanceUsersCommand.d.ts +0 -37
- package/dist/types/commands/ListAppInstancesCommand.d.ts +0 -35
- package/dist/types/commands/ListAttendeeTagsCommand.d.ts +0 -35
- package/dist/types/commands/ListAttendeesCommand.d.ts +0 -39
- package/dist/types/commands/ListBotsCommand.d.ts +0 -35
- package/dist/types/commands/ListChannelBansCommand.d.ts +0 -42
- package/dist/types/commands/ListChannelMembershipsCommand.d.ts +0 -42
- package/dist/types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -42
- package/dist/types/commands/ListChannelMessagesCommand.d.ts +0 -45
- package/dist/types/commands/ListChannelModeratorsCommand.d.ts +0 -40
- package/dist/types/commands/ListChannelsCommand.d.ts +0 -56
- package/dist/types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -41
- package/dist/types/commands/ListMediaCapturePipelinesCommand.d.ts +0 -35
- package/dist/types/commands/ListMeetingTagsCommand.d.ts +0 -35
- package/dist/types/commands/ListMeetingsCommand.d.ts +0 -38
- package/dist/types/commands/ListPhoneNumberOrdersCommand.d.ts +0 -35
- package/dist/types/commands/ListPhoneNumbersCommand.d.ts +0 -35
- package/dist/types/commands/ListProxySessionsCommand.d.ts +0 -35
- package/dist/types/commands/ListRoomMembershipsCommand.d.ts +0 -36
- package/dist/types/commands/ListRoomsCommand.d.ts +0 -35
- package/dist/types/commands/ListSipMediaApplicationsCommand.d.ts +0 -35
- package/dist/types/commands/ListSipRulesCommand.d.ts +0 -35
- package/dist/types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +0 -35
- package/dist/types/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/commands/ListUsersCommand.d.ts +0 -36
- package/dist/types/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -35
- package/dist/types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -35
- package/dist/types/commands/ListVoiceConnectorsCommand.d.ts +0 -35
- package/dist/types/commands/LogoutUserCommand.d.ts +0 -35
- package/dist/types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -35
- package/dist/types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -35
- package/dist/types/commands/PutEventsConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/PutRetentionSettingsCommand.d.ts +0 -47
- package/dist/types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -36
- package/dist/types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -39
- package/dist/types/commands/PutVoiceConnectorProxyCommand.d.ts +0 -35
- package/dist/types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -37
- package/dist/types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -39
- package/dist/types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -35
- package/dist/types/commands/RedactChannelMessageCommand.d.ts +0 -42
- package/dist/types/commands/RedactConversationMessageCommand.d.ts +0 -35
- package/dist/types/commands/RedactRoomMessageCommand.d.ts +0 -35
- package/dist/types/commands/RegenerateSecurityTokenCommand.d.ts +0 -35
- package/dist/types/commands/ResetPersonalPINCommand.d.ts +0 -36
- package/dist/types/commands/RestorePhoneNumberCommand.d.ts +0 -36
- package/dist/types/commands/SearchAvailablePhoneNumbersCommand.d.ts +0 -39
- package/dist/types/commands/SendChannelMessageCommand.d.ts +0 -44
- package/dist/types/commands/StartMeetingTranscriptionCommand.d.ts +0 -35
- package/dist/types/commands/StopMeetingTranscriptionCommand.d.ts +0 -35
- package/dist/types/commands/TagAttendeeCommand.d.ts +0 -35
- package/dist/types/commands/TagMeetingCommand.d.ts +0 -35
- package/dist/types/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UntagAttendeeCommand.d.ts +0 -35
- package/dist/types/commands/UntagMeetingCommand.d.ts +0 -35
- package/dist/types/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAccountCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAccountSettingsCommand.d.ts +0 -39
- package/dist/types/commands/UpdateAppInstanceCommand.d.ts +0 -35
- package/dist/types/commands/UpdateAppInstanceUserCommand.d.ts +0 -35
- package/dist/types/commands/UpdateBotCommand.d.ts +0 -35
- package/dist/types/commands/UpdateChannelCommand.d.ts +0 -42
- package/dist/types/commands/UpdateChannelMessageCommand.d.ts +0 -41
- package/dist/types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -41
- package/dist/types/commands/UpdateGlobalSettingsCommand.d.ts +0 -35
- package/dist/types/commands/UpdatePhoneNumberCommand.d.ts +0 -37
- package/dist/types/commands/UpdatePhoneNumberSettingsCommand.d.ts +0 -37
- package/dist/types/commands/UpdateProxySessionCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoomCommand.d.ts +0 -35
- package/dist/types/commands/UpdateRoomMembershipCommand.d.ts +0 -38
- package/dist/types/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -35
- package/dist/types/commands/UpdateSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/commands/UpdateSipRuleCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserCommand.d.ts +0 -35
- package/dist/types/commands/UpdateUserSettingsCommand.d.ts +0 -35
- package/dist/types/commands/UpdateVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -36
- package/dist/types/pagination/Interfaces.d.ts +0 -6
- package/dist/types/pagination/ListAccountsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAppInstanceUsersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAppInstancesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListAttendeesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelBansPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelMembershipsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelMessagesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelModeratorsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -4
- package/dist/types/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListMeetingsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumberOrdersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListProxySessionsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoomMembershipsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListRoomsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListSipRulesPaginator.d.ts +0 -4
- package/dist/types/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -4
- package/dist/types/pagination/ListVoiceConnectorsPaginator.d.ts +0 -4
- package/dist/types/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/protocols/Aws_restJson1.d.ts +0 -572
- package/dist/types/runtimeConfig.d.ts +0 -37
- package/dist/types/ts3.4/Chime.d.ts +0 -1861
- package/dist/types/ts3.4/ChimeClient.d.ts +0 -361
- package/dist/types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/BatchSuspendUserCommand.d.ts +0 -51
- package/dist/types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/BatchUpdateUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateAccountCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -49
- package/dist/types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/CreateBotCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -46
- package/dist/types/ts3.4/commands/CreateChannelCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -72
- package/dist/types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -59
- package/dist/types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateProxySessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoomCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateSipRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteAccountCommand.d.ts +0 -48
- package/dist/types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/DeleteProxySessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRoomCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteSipRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -43
- package/dist/types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAccountCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetAccountSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetBotCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetMeetingCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPhoneNumberCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetProxySessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/GetRoomCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetSipRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetUserCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/GetUserSettingsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/InviteUsersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListAccountsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/ListBotsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -45
- package/dist/types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -40
- package/dist/types/ts3.4/commands/ListChannelsCommand.d.ts +0 -56
- package/dist/types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMeetingTagsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListMeetingsCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListProxySessionsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListRoomsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSipRulesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListUsersCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/LogoutUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +0 -47
- package/dist/types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/RedactConversationMessageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RedactRoomMessageCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/ResetPersonalPINCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +0 -36
- package/dist/types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -44
- package/dist/types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagAttendeeCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagMeetingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/TagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagAttendeeCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagMeetingCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UntagResourceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAccountCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +0 -39
- package/dist/types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateBotCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -42
- package/dist/types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -41
- package/dist/types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +0 -37
- package/dist/types/ts3.4/commands/UpdateProxySessionCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoomCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +0 -38
- package/dist/types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateSipRuleCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +0 -35
- package/dist/types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -36
- package/dist/types/ts3.4/pagination/Interfaces.d.ts +0 -6
- package/dist/types/ts3.4/pagination/ListAccountsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListBotsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelBansPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListMeetingsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumberOrdersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListPhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoomMembershipsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListRoomsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListSipRulesPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListUsersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +0 -4
- package/dist/types/ts3.4/pagination/SearchAvailablePhoneNumbersPaginator.d.ts +0 -4
- package/dist/types/ts3.4/protocols/Aws_restJson1.d.ts +0 -572
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -37
- package/endpoints.ts +0 -63
- package/models/models_1.ts +0 -4268
- package/pagination/Interfaces.ts +0 -7
- package/pagination/ListAccountsPaginator.ts +0 -58
- package/pagination/ListAppInstanceAdminsPaginator.ts +0 -58
- package/pagination/ListAppInstanceUsersPaginator.ts +0 -58
- package/pagination/ListAppInstancesPaginator.ts +0 -58
- package/pagination/ListAttendeesPaginator.ts +0 -58
- package/pagination/ListBotsPaginator.ts +0 -54
- package/pagination/ListChannelBansPaginator.ts +0 -58
- package/pagination/ListChannelMembershipsForAppInstanceUserPaginator.ts +0 -58
- package/pagination/ListChannelMembershipsPaginator.ts +0 -58
- package/pagination/ListChannelMessagesPaginator.ts +0 -58
- package/pagination/ListChannelModeratorsPaginator.ts +0 -58
- package/pagination/ListChannelsModeratedByAppInstanceUserPaginator.ts +0 -58
- package/pagination/ListChannelsPaginator.ts +0 -58
- package/pagination/ListMediaCapturePipelinesPaginator.ts +0 -58
- package/pagination/ListMeetingsPaginator.ts +0 -58
- package/pagination/ListPhoneNumberOrdersPaginator.ts +0 -58
- package/pagination/ListPhoneNumbersPaginator.ts +0 -58
- package/pagination/ListProxySessionsPaginator.ts +0 -58
- package/pagination/ListRoomMembershipsPaginator.ts +0 -58
- package/pagination/ListRoomsPaginator.ts +0 -54
- package/pagination/ListSipMediaApplicationsPaginator.ts +0 -58
- package/pagination/ListSipRulesPaginator.ts +0 -58
- package/pagination/ListUsersPaginator.ts +0 -54
- package/pagination/ListVoiceConnectorGroupsPaginator.ts +0 -58
- package/pagination/ListVoiceConnectorsPaginator.ts +0 -58
- package/pagination/SearchAvailablePhoneNumbersPaginator.ts +0 -58
- package/protocols/Aws_restJson1.ts +0 -30134
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
package/models/models_1.ts
DELETED
|
@@ -1,4268 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
Account,
|
|
3
|
-
AccountSettings,
|
|
4
|
-
AlexaForBusinessMetadata,
|
|
5
|
-
AppInstanceAdminSummary,
|
|
6
|
-
AppInstanceRetentionSettings,
|
|
7
|
-
AppInstanceStreamingConfiguration,
|
|
8
|
-
AppInstanceSummary,
|
|
9
|
-
AppInstanceUserSummary,
|
|
10
|
-
Attendee,
|
|
11
|
-
Bot,
|
|
12
|
-
BusinessCallingSettings,
|
|
13
|
-
Capability,
|
|
14
|
-
ChannelBanSummary,
|
|
15
|
-
ChannelMembershipForAppInstanceUserSummary,
|
|
16
|
-
ChannelMembershipSummary,
|
|
17
|
-
ChannelMembershipType,
|
|
18
|
-
ChannelMessagePersistenceType,
|
|
19
|
-
ChannelMessageSummary,
|
|
20
|
-
ChannelMessageType,
|
|
21
|
-
ChannelMode,
|
|
22
|
-
ChannelModeratedByAppInstanceUserSummary,
|
|
23
|
-
ChannelModeratorSummary,
|
|
24
|
-
ChannelPrivacy,
|
|
25
|
-
ChannelSummary,
|
|
26
|
-
Credential,
|
|
27
|
-
EmailStatus,
|
|
28
|
-
EmergencyCallingConfiguration,
|
|
29
|
-
EngineTranscribeMedicalSettings,
|
|
30
|
-
EngineTranscribeSettings,
|
|
31
|
-
EventsConfiguration,
|
|
32
|
-
InviteStatus,
|
|
33
|
-
License,
|
|
34
|
-
MediaCapturePipeline,
|
|
35
|
-
Meeting,
|
|
36
|
-
PhoneNumber,
|
|
37
|
-
PhoneNumberAssociationName,
|
|
38
|
-
PhoneNumberOrder,
|
|
39
|
-
PhoneNumberProductType,
|
|
40
|
-
PhoneNumberStatus,
|
|
41
|
-
PhoneNumberType,
|
|
42
|
-
ProxySession,
|
|
43
|
-
ProxySessionStatus,
|
|
44
|
-
RetentionSettings,
|
|
45
|
-
Room,
|
|
46
|
-
RoomMembership,
|
|
47
|
-
RoomMembershipRole,
|
|
48
|
-
SipMediaApplication,
|
|
49
|
-
SipMediaApplicationCall,
|
|
50
|
-
SipMediaApplicationEndpoint,
|
|
51
|
-
SipMediaApplicationLoggingConfiguration,
|
|
52
|
-
SipRule,
|
|
53
|
-
SipRuleTargetApplication,
|
|
54
|
-
Tag,
|
|
55
|
-
User,
|
|
56
|
-
UserSettings,
|
|
57
|
-
UserType,
|
|
58
|
-
VoiceConnector,
|
|
59
|
-
VoiceConnectorGroup,
|
|
60
|
-
VoiceConnectorItem,
|
|
61
|
-
VoiceConnectorSettings,
|
|
62
|
-
} from "./models_0";
|
|
63
|
-
import { SENSITIVE_STRING } from "@aws-sdk/smithy-client";
|
|
64
|
-
|
|
65
|
-
export interface GetUserSettingsResponse {
|
|
66
|
-
/**
|
|
67
|
-
* <p>The user settings.</p>
|
|
68
|
-
*/
|
|
69
|
-
UserSettings?: UserSettings;
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
export namespace GetUserSettingsResponse {
|
|
73
|
-
/**
|
|
74
|
-
* @internal
|
|
75
|
-
*/
|
|
76
|
-
export const filterSensitiveLog = (obj: GetUserSettingsResponse): any => ({
|
|
77
|
-
...obj,
|
|
78
|
-
});
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
export interface GetVoiceConnectorRequest {
|
|
82
|
-
/**
|
|
83
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
84
|
-
*/
|
|
85
|
-
VoiceConnectorId: string | undefined;
|
|
86
|
-
}
|
|
87
|
-
|
|
88
|
-
export namespace GetVoiceConnectorRequest {
|
|
89
|
-
/**
|
|
90
|
-
* @internal
|
|
91
|
-
*/
|
|
92
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorRequest): any => ({
|
|
93
|
-
...obj,
|
|
94
|
-
});
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
export interface GetVoiceConnectorResponse {
|
|
98
|
-
/**
|
|
99
|
-
* <p>The Amazon Chime Voice Connector details.</p>
|
|
100
|
-
*/
|
|
101
|
-
VoiceConnector?: VoiceConnector;
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
export namespace GetVoiceConnectorResponse {
|
|
105
|
-
/**
|
|
106
|
-
* @internal
|
|
107
|
-
*/
|
|
108
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorResponse): any => ({
|
|
109
|
-
...obj,
|
|
110
|
-
});
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
114
|
-
/**
|
|
115
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
116
|
-
*/
|
|
117
|
-
VoiceConnectorId: string | undefined;
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
export namespace GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
121
|
-
/**
|
|
122
|
-
* @internal
|
|
123
|
-
*/
|
|
124
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorEmergencyCallingConfigurationRequest): any => ({
|
|
125
|
-
...obj,
|
|
126
|
-
});
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
130
|
-
/**
|
|
131
|
-
* <p>The emergency calling configuration details.</p>
|
|
132
|
-
*/
|
|
133
|
-
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
134
|
-
}
|
|
135
|
-
|
|
136
|
-
export namespace GetVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
137
|
-
/**
|
|
138
|
-
* @internal
|
|
139
|
-
*/
|
|
140
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorEmergencyCallingConfigurationResponse): any => ({
|
|
141
|
-
...obj,
|
|
142
|
-
...(obj.EmergencyCallingConfiguration && {
|
|
143
|
-
EmergencyCallingConfiguration: EmergencyCallingConfiguration.filterSensitiveLog(
|
|
144
|
-
obj.EmergencyCallingConfiguration
|
|
145
|
-
),
|
|
146
|
-
}),
|
|
147
|
-
});
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
export interface GetVoiceConnectorGroupRequest {
|
|
151
|
-
/**
|
|
152
|
-
* <p>The Amazon Chime Voice Connector group ID.</p>
|
|
153
|
-
*/
|
|
154
|
-
VoiceConnectorGroupId: string | undefined;
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
export namespace GetVoiceConnectorGroupRequest {
|
|
158
|
-
/**
|
|
159
|
-
* @internal
|
|
160
|
-
*/
|
|
161
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorGroupRequest): any => ({
|
|
162
|
-
...obj,
|
|
163
|
-
});
|
|
164
|
-
}
|
|
165
|
-
|
|
166
|
-
export interface GetVoiceConnectorGroupResponse {
|
|
167
|
-
/**
|
|
168
|
-
* <p>The Amazon Chime Voice Connector group details.</p>
|
|
169
|
-
*/
|
|
170
|
-
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
171
|
-
}
|
|
172
|
-
|
|
173
|
-
export namespace GetVoiceConnectorGroupResponse {
|
|
174
|
-
/**
|
|
175
|
-
* @internal
|
|
176
|
-
*/
|
|
177
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorGroupResponse): any => ({
|
|
178
|
-
...obj,
|
|
179
|
-
});
|
|
180
|
-
}
|
|
181
|
-
|
|
182
|
-
export interface GetVoiceConnectorLoggingConfigurationRequest {
|
|
183
|
-
/**
|
|
184
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
185
|
-
*/
|
|
186
|
-
VoiceConnectorId: string | undefined;
|
|
187
|
-
}
|
|
188
|
-
|
|
189
|
-
export namespace GetVoiceConnectorLoggingConfigurationRequest {
|
|
190
|
-
/**
|
|
191
|
-
* @internal
|
|
192
|
-
*/
|
|
193
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorLoggingConfigurationRequest): any => ({
|
|
194
|
-
...obj,
|
|
195
|
-
});
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
/**
|
|
199
|
-
* <p>The logging configuration associated with an Amazon Chime Voice Connector. Specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.</p>
|
|
200
|
-
*/
|
|
201
|
-
export interface LoggingConfiguration {
|
|
202
|
-
/**
|
|
203
|
-
* <p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>
|
|
204
|
-
*/
|
|
205
|
-
EnableSIPLogs?: boolean;
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
export namespace LoggingConfiguration {
|
|
209
|
-
/**
|
|
210
|
-
* @internal
|
|
211
|
-
*/
|
|
212
|
-
export const filterSensitiveLog = (obj: LoggingConfiguration): any => ({
|
|
213
|
-
...obj,
|
|
214
|
-
});
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
export interface GetVoiceConnectorLoggingConfigurationResponse {
|
|
218
|
-
/**
|
|
219
|
-
* <p>The logging configuration details.</p>
|
|
220
|
-
*/
|
|
221
|
-
LoggingConfiguration?: LoggingConfiguration;
|
|
222
|
-
}
|
|
223
|
-
|
|
224
|
-
export namespace GetVoiceConnectorLoggingConfigurationResponse {
|
|
225
|
-
/**
|
|
226
|
-
* @internal
|
|
227
|
-
*/
|
|
228
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorLoggingConfigurationResponse): any => ({
|
|
229
|
-
...obj,
|
|
230
|
-
});
|
|
231
|
-
}
|
|
232
|
-
|
|
233
|
-
export interface GetVoiceConnectorOriginationRequest {
|
|
234
|
-
/**
|
|
235
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
236
|
-
*/
|
|
237
|
-
VoiceConnectorId: string | undefined;
|
|
238
|
-
}
|
|
239
|
-
|
|
240
|
-
export namespace GetVoiceConnectorOriginationRequest {
|
|
241
|
-
/**
|
|
242
|
-
* @internal
|
|
243
|
-
*/
|
|
244
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorOriginationRequest): any => ({
|
|
245
|
-
...obj,
|
|
246
|
-
});
|
|
247
|
-
}
|
|
248
|
-
|
|
249
|
-
export enum OriginationRouteProtocol {
|
|
250
|
-
TCP = "TCP",
|
|
251
|
-
UDP = "UDP",
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* <p>Origination routes define call distribution properties for your SIP hosts to receive inbound
|
|
256
|
-
* calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each
|
|
257
|
-
* Amazon Chime Voice Connector.</p>
|
|
258
|
-
* <note>
|
|
259
|
-
* <p>The parameters listed below are not required, but you must use at least one. </p>
|
|
260
|
-
* </note>
|
|
261
|
-
*/
|
|
262
|
-
export interface OriginationRoute {
|
|
263
|
-
/**
|
|
264
|
-
* <p>The FQDN or IP address to contact for origination traffic.</p>
|
|
265
|
-
*/
|
|
266
|
-
Host?: string;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* <p>The designated origination route port. Defaults to 5060.</p>
|
|
270
|
-
*/
|
|
271
|
-
Port?: number;
|
|
272
|
-
|
|
273
|
-
/**
|
|
274
|
-
* <p>The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.</p>
|
|
275
|
-
*/
|
|
276
|
-
Protocol?: OriginationRouteProtocol | string;
|
|
277
|
-
|
|
278
|
-
/**
|
|
279
|
-
* <p>The priority associated with the host, with 1 being the highest priority. Higher priority
|
|
280
|
-
* hosts are attempted first.</p>
|
|
281
|
-
*/
|
|
282
|
-
Priority?: number;
|
|
283
|
-
|
|
284
|
-
/**
|
|
285
|
-
* <p>The weight associated with the host. If hosts are equal in priority, calls are redistributed among
|
|
286
|
-
* them based on their relative weight.</p>
|
|
287
|
-
*/
|
|
288
|
-
Weight?: number;
|
|
289
|
-
}
|
|
290
|
-
|
|
291
|
-
export namespace OriginationRoute {
|
|
292
|
-
/**
|
|
293
|
-
* @internal
|
|
294
|
-
*/
|
|
295
|
-
export const filterSensitiveLog = (obj: OriginationRoute): any => ({
|
|
296
|
-
...obj,
|
|
297
|
-
});
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
/**
|
|
301
|
-
* <p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime
|
|
302
|
-
* Voice Connector.</p>
|
|
303
|
-
* <note>
|
|
304
|
-
* <p>The parameters listed below are not required, but you must use at least one. </p>
|
|
305
|
-
* </note>
|
|
306
|
-
*/
|
|
307
|
-
export interface Origination {
|
|
308
|
-
/**
|
|
309
|
-
* <p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.
|
|
310
|
-
* Maximum value of 20. This parameter is not required, but you must specify this parameter or <code>Disabled</code>.</p>
|
|
311
|
-
*/
|
|
312
|
-
Routes?: OriginationRoute[];
|
|
313
|
-
|
|
314
|
-
/**
|
|
315
|
-
* <p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime
|
|
316
|
-
* Voice Connector. This parameter is not required, but you must specify this parameter or <code>Routes</code>.</p>
|
|
317
|
-
*/
|
|
318
|
-
Disabled?: boolean;
|
|
319
|
-
}
|
|
320
|
-
|
|
321
|
-
export namespace Origination {
|
|
322
|
-
/**
|
|
323
|
-
* @internal
|
|
324
|
-
*/
|
|
325
|
-
export const filterSensitiveLog = (obj: Origination): any => ({
|
|
326
|
-
...obj,
|
|
327
|
-
});
|
|
328
|
-
}
|
|
329
|
-
|
|
330
|
-
export interface GetVoiceConnectorOriginationResponse {
|
|
331
|
-
/**
|
|
332
|
-
* <p>The origination setting details.</p>
|
|
333
|
-
*/
|
|
334
|
-
Origination?: Origination;
|
|
335
|
-
}
|
|
336
|
-
|
|
337
|
-
export namespace GetVoiceConnectorOriginationResponse {
|
|
338
|
-
/**
|
|
339
|
-
* @internal
|
|
340
|
-
*/
|
|
341
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorOriginationResponse): any => ({
|
|
342
|
-
...obj,
|
|
343
|
-
});
|
|
344
|
-
}
|
|
345
|
-
|
|
346
|
-
export interface GetVoiceConnectorProxyRequest {
|
|
347
|
-
/**
|
|
348
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
349
|
-
*/
|
|
350
|
-
VoiceConnectorId: string | undefined;
|
|
351
|
-
}
|
|
352
|
-
|
|
353
|
-
export namespace GetVoiceConnectorProxyRequest {
|
|
354
|
-
/**
|
|
355
|
-
* @internal
|
|
356
|
-
*/
|
|
357
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorProxyRequest): any => ({
|
|
358
|
-
...obj,
|
|
359
|
-
});
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
/**
|
|
363
|
-
* <p>The proxy configuration for an Amazon Chime Voice Connector.</p>
|
|
364
|
-
*/
|
|
365
|
-
export interface Proxy {
|
|
366
|
-
/**
|
|
367
|
-
* <p>The default number of minutes allowed for proxy sessions.</p>
|
|
368
|
-
*/
|
|
369
|
-
DefaultSessionExpiryMinutes?: number;
|
|
370
|
-
|
|
371
|
-
/**
|
|
372
|
-
* <p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>
|
|
373
|
-
*/
|
|
374
|
-
Disabled?: boolean;
|
|
375
|
-
|
|
376
|
-
/**
|
|
377
|
-
* <p>The phone number to route calls to after a proxy session expires.</p>
|
|
378
|
-
*/
|
|
379
|
-
FallBackPhoneNumber?: string;
|
|
380
|
-
|
|
381
|
-
/**
|
|
382
|
-
* <p>The countries for proxy phone numbers to be selected from.</p>
|
|
383
|
-
*/
|
|
384
|
-
PhoneNumberCountries?: string[];
|
|
385
|
-
}
|
|
386
|
-
|
|
387
|
-
export namespace Proxy {
|
|
388
|
-
/**
|
|
389
|
-
* @internal
|
|
390
|
-
*/
|
|
391
|
-
export const filterSensitiveLog = (obj: Proxy): any => ({
|
|
392
|
-
...obj,
|
|
393
|
-
...(obj.FallBackPhoneNumber && { FallBackPhoneNumber: SENSITIVE_STRING }),
|
|
394
|
-
});
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
export interface GetVoiceConnectorProxyResponse {
|
|
398
|
-
/**
|
|
399
|
-
* <p>The proxy configuration details.</p>
|
|
400
|
-
*/
|
|
401
|
-
Proxy?: Proxy;
|
|
402
|
-
}
|
|
403
|
-
|
|
404
|
-
export namespace GetVoiceConnectorProxyResponse {
|
|
405
|
-
/**
|
|
406
|
-
* @internal
|
|
407
|
-
*/
|
|
408
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorProxyResponse): any => ({
|
|
409
|
-
...obj,
|
|
410
|
-
...(obj.Proxy && { Proxy: Proxy.filterSensitiveLog(obj.Proxy) }),
|
|
411
|
-
});
|
|
412
|
-
}
|
|
413
|
-
|
|
414
|
-
export interface GetVoiceConnectorStreamingConfigurationRequest {
|
|
415
|
-
/**
|
|
416
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
417
|
-
*/
|
|
418
|
-
VoiceConnectorId: string | undefined;
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
export namespace GetVoiceConnectorStreamingConfigurationRequest {
|
|
422
|
-
/**
|
|
423
|
-
* @internal
|
|
424
|
-
*/
|
|
425
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorStreamingConfigurationRequest): any => ({
|
|
426
|
-
...obj,
|
|
427
|
-
});
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
export enum NotificationTarget {
|
|
431
|
-
EventBridge = "EventBridge",
|
|
432
|
-
SNS = "SNS",
|
|
433
|
-
SQS = "SQS",
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
/**
|
|
437
|
-
* <p>The targeted recipient for a streaming configuration notification.</p>
|
|
438
|
-
*/
|
|
439
|
-
export interface StreamingNotificationTarget {
|
|
440
|
-
/**
|
|
441
|
-
* <p>The streaming notification target.</p>
|
|
442
|
-
*/
|
|
443
|
-
NotificationTarget: NotificationTarget | string | undefined;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
export namespace StreamingNotificationTarget {
|
|
447
|
-
/**
|
|
448
|
-
* @internal
|
|
449
|
-
*/
|
|
450
|
-
export const filterSensitiveLog = (obj: StreamingNotificationTarget): any => ({
|
|
451
|
-
...obj,
|
|
452
|
-
});
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
/**
|
|
456
|
-
* <p>The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether
|
|
457
|
-
* media streaming is enabled for sending to Amazon Kinesis, and shows the retention period
|
|
458
|
-
* for the Amazon Kinesis data, in hours.</p>
|
|
459
|
-
*/
|
|
460
|
-
export interface StreamingConfiguration {
|
|
461
|
-
/**
|
|
462
|
-
* <p>The retention period, in hours, for the Amazon Kinesis data.</p>
|
|
463
|
-
*/
|
|
464
|
-
DataRetentionInHours: number | undefined;
|
|
465
|
-
|
|
466
|
-
/**
|
|
467
|
-
* <p>When true, media streaming to Amazon Kinesis is turned off.</p>
|
|
468
|
-
*/
|
|
469
|
-
Disabled?: boolean;
|
|
470
|
-
|
|
471
|
-
/**
|
|
472
|
-
* <p>The streaming notification targets.</p>
|
|
473
|
-
*/
|
|
474
|
-
StreamingNotificationTargets?: StreamingNotificationTarget[];
|
|
475
|
-
}
|
|
476
|
-
|
|
477
|
-
export namespace StreamingConfiguration {
|
|
478
|
-
/**
|
|
479
|
-
* @internal
|
|
480
|
-
*/
|
|
481
|
-
export const filterSensitiveLog = (obj: StreamingConfiguration): any => ({
|
|
482
|
-
...obj,
|
|
483
|
-
});
|
|
484
|
-
}
|
|
485
|
-
|
|
486
|
-
export interface GetVoiceConnectorStreamingConfigurationResponse {
|
|
487
|
-
/**
|
|
488
|
-
* <p>The streaming configuration details.</p>
|
|
489
|
-
*/
|
|
490
|
-
StreamingConfiguration?: StreamingConfiguration;
|
|
491
|
-
}
|
|
492
|
-
|
|
493
|
-
export namespace GetVoiceConnectorStreamingConfigurationResponse {
|
|
494
|
-
/**
|
|
495
|
-
* @internal
|
|
496
|
-
*/
|
|
497
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorStreamingConfigurationResponse): any => ({
|
|
498
|
-
...obj,
|
|
499
|
-
});
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
export interface GetVoiceConnectorTerminationRequest {
|
|
503
|
-
/**
|
|
504
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
505
|
-
*/
|
|
506
|
-
VoiceConnectorId: string | undefined;
|
|
507
|
-
}
|
|
508
|
-
|
|
509
|
-
export namespace GetVoiceConnectorTerminationRequest {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorTerminationRequest): any => ({
|
|
514
|
-
...obj,
|
|
515
|
-
});
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
/**
|
|
519
|
-
* <p>Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime
|
|
520
|
-
* Voice Connector.</p>
|
|
521
|
-
*/
|
|
522
|
-
export interface Termination {
|
|
523
|
-
/**
|
|
524
|
-
* <p>The limit on calls per second. Max value based on account service quota. Default value of
|
|
525
|
-
* 1.</p>
|
|
526
|
-
*/
|
|
527
|
-
CpsLimit?: number;
|
|
528
|
-
|
|
529
|
-
/**
|
|
530
|
-
* <p>The default caller ID phone number.</p>
|
|
531
|
-
*/
|
|
532
|
-
DefaultPhoneNumber?: string;
|
|
533
|
-
|
|
534
|
-
/**
|
|
535
|
-
* <p>The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.</p>
|
|
536
|
-
*/
|
|
537
|
-
CallingRegions?: string[];
|
|
538
|
-
|
|
539
|
-
/**
|
|
540
|
-
* <p>The IP addresses allowed to make calls, in CIDR format. Required.</p>
|
|
541
|
-
*/
|
|
542
|
-
CidrAllowedList?: string[];
|
|
543
|
-
|
|
544
|
-
/**
|
|
545
|
-
* <p>When termination settings are disabled, outbound calls can not be made.</p>
|
|
546
|
-
*/
|
|
547
|
-
Disabled?: boolean;
|
|
548
|
-
}
|
|
549
|
-
|
|
550
|
-
export namespace Termination {
|
|
551
|
-
/**
|
|
552
|
-
* @internal
|
|
553
|
-
*/
|
|
554
|
-
export const filterSensitiveLog = (obj: Termination): any => ({
|
|
555
|
-
...obj,
|
|
556
|
-
...(obj.DefaultPhoneNumber && { DefaultPhoneNumber: SENSITIVE_STRING }),
|
|
557
|
-
});
|
|
558
|
-
}
|
|
559
|
-
|
|
560
|
-
export interface GetVoiceConnectorTerminationResponse {
|
|
561
|
-
/**
|
|
562
|
-
* <p>The termination setting details.</p>
|
|
563
|
-
*/
|
|
564
|
-
Termination?: Termination;
|
|
565
|
-
}
|
|
566
|
-
|
|
567
|
-
export namespace GetVoiceConnectorTerminationResponse {
|
|
568
|
-
/**
|
|
569
|
-
* @internal
|
|
570
|
-
*/
|
|
571
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorTerminationResponse): any => ({
|
|
572
|
-
...obj,
|
|
573
|
-
...(obj.Termination && { Termination: Termination.filterSensitiveLog(obj.Termination) }),
|
|
574
|
-
});
|
|
575
|
-
}
|
|
576
|
-
|
|
577
|
-
export interface GetVoiceConnectorTerminationHealthRequest {
|
|
578
|
-
/**
|
|
579
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
580
|
-
*/
|
|
581
|
-
VoiceConnectorId: string | undefined;
|
|
582
|
-
}
|
|
583
|
-
|
|
584
|
-
export namespace GetVoiceConnectorTerminationHealthRequest {
|
|
585
|
-
/**
|
|
586
|
-
* @internal
|
|
587
|
-
*/
|
|
588
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorTerminationHealthRequest): any => ({
|
|
589
|
-
...obj,
|
|
590
|
-
});
|
|
591
|
-
}
|
|
592
|
-
|
|
593
|
-
/**
|
|
594
|
-
* <p>The termination health details, including the source IP address and timestamp of the last
|
|
595
|
-
* successful SIP <code>OPTIONS</code> message from your SIP infrastructure.</p>
|
|
596
|
-
*/
|
|
597
|
-
export interface TerminationHealth {
|
|
598
|
-
/**
|
|
599
|
-
* <p>The timestamp, in ISO 8601 format.</p>
|
|
600
|
-
*/
|
|
601
|
-
Timestamp?: Date;
|
|
602
|
-
|
|
603
|
-
/**
|
|
604
|
-
* <p>The source IP address.</p>
|
|
605
|
-
*/
|
|
606
|
-
Source?: string;
|
|
607
|
-
}
|
|
608
|
-
|
|
609
|
-
export namespace TerminationHealth {
|
|
610
|
-
/**
|
|
611
|
-
* @internal
|
|
612
|
-
*/
|
|
613
|
-
export const filterSensitiveLog = (obj: TerminationHealth): any => ({
|
|
614
|
-
...obj,
|
|
615
|
-
});
|
|
616
|
-
}
|
|
617
|
-
|
|
618
|
-
export interface GetVoiceConnectorTerminationHealthResponse {
|
|
619
|
-
/**
|
|
620
|
-
* <p>The termination health details.</p>
|
|
621
|
-
*/
|
|
622
|
-
TerminationHealth?: TerminationHealth;
|
|
623
|
-
}
|
|
624
|
-
|
|
625
|
-
export namespace GetVoiceConnectorTerminationHealthResponse {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
|
-
export const filterSensitiveLog = (obj: GetVoiceConnectorTerminationHealthResponse): any => ({
|
|
630
|
-
...obj,
|
|
631
|
-
});
|
|
632
|
-
}
|
|
633
|
-
|
|
634
|
-
/**
|
|
635
|
-
* <p>Invitation object returned after emailing users to invite them to join the Amazon Chime
|
|
636
|
-
* <code>Team</code> account.</p>
|
|
637
|
-
*/
|
|
638
|
-
export interface Invite {
|
|
639
|
-
/**
|
|
640
|
-
* <p>The invite ID.</p>
|
|
641
|
-
*/
|
|
642
|
-
InviteId?: string;
|
|
643
|
-
|
|
644
|
-
/**
|
|
645
|
-
* <p>The status of the invite.</p>
|
|
646
|
-
*/
|
|
647
|
-
Status?: InviteStatus | string;
|
|
648
|
-
|
|
649
|
-
/**
|
|
650
|
-
* <p>The email address to which the invite is sent.</p>
|
|
651
|
-
*/
|
|
652
|
-
EmailAddress?: string;
|
|
653
|
-
|
|
654
|
-
/**
|
|
655
|
-
* <p>The status of the invite email.</p>
|
|
656
|
-
*/
|
|
657
|
-
EmailStatus?: EmailStatus | string;
|
|
658
|
-
}
|
|
659
|
-
|
|
660
|
-
export namespace Invite {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
|
-
export const filterSensitiveLog = (obj: Invite): any => ({
|
|
665
|
-
...obj,
|
|
666
|
-
...(obj.EmailAddress && { EmailAddress: SENSITIVE_STRING }),
|
|
667
|
-
});
|
|
668
|
-
}
|
|
669
|
-
|
|
670
|
-
export interface InviteUsersRequest {
|
|
671
|
-
/**
|
|
672
|
-
* <p>The Amazon Chime account ID.</p>
|
|
673
|
-
*/
|
|
674
|
-
AccountId: string | undefined;
|
|
675
|
-
|
|
676
|
-
/**
|
|
677
|
-
* <p>The user email addresses to which to send the email invitation.</p>
|
|
678
|
-
*/
|
|
679
|
-
UserEmailList: string[] | undefined;
|
|
680
|
-
|
|
681
|
-
/**
|
|
682
|
-
* <p>The user type.</p>
|
|
683
|
-
*/
|
|
684
|
-
UserType?: UserType | string;
|
|
685
|
-
}
|
|
686
|
-
|
|
687
|
-
export namespace InviteUsersRequest {
|
|
688
|
-
/**
|
|
689
|
-
* @internal
|
|
690
|
-
*/
|
|
691
|
-
export const filterSensitiveLog = (obj: InviteUsersRequest): any => ({
|
|
692
|
-
...obj,
|
|
693
|
-
...(obj.UserEmailList && { UserEmailList: SENSITIVE_STRING }),
|
|
694
|
-
});
|
|
695
|
-
}
|
|
696
|
-
|
|
697
|
-
export interface InviteUsersResponse {
|
|
698
|
-
/**
|
|
699
|
-
* <p>The email invitation details.</p>
|
|
700
|
-
*/
|
|
701
|
-
Invites?: Invite[];
|
|
702
|
-
}
|
|
703
|
-
|
|
704
|
-
export namespace InviteUsersResponse {
|
|
705
|
-
/**
|
|
706
|
-
* @internal
|
|
707
|
-
*/
|
|
708
|
-
export const filterSensitiveLog = (obj: InviteUsersResponse): any => ({
|
|
709
|
-
...obj,
|
|
710
|
-
...(obj.Invites && { Invites: obj.Invites.map((item) => Invite.filterSensitiveLog(item)) }),
|
|
711
|
-
});
|
|
712
|
-
}
|
|
713
|
-
|
|
714
|
-
export interface ListAccountsRequest {
|
|
715
|
-
/**
|
|
716
|
-
* <p>Amazon Chime account name prefix with which to filter results.</p>
|
|
717
|
-
*/
|
|
718
|
-
Name?: string;
|
|
719
|
-
|
|
720
|
-
/**
|
|
721
|
-
* <p>User email address with which to filter results.</p>
|
|
722
|
-
*/
|
|
723
|
-
UserEmail?: string;
|
|
724
|
-
|
|
725
|
-
/**
|
|
726
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
727
|
-
*/
|
|
728
|
-
NextToken?: string;
|
|
729
|
-
|
|
730
|
-
/**
|
|
731
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
732
|
-
*/
|
|
733
|
-
MaxResults?: number;
|
|
734
|
-
}
|
|
735
|
-
|
|
736
|
-
export namespace ListAccountsRequest {
|
|
737
|
-
/**
|
|
738
|
-
* @internal
|
|
739
|
-
*/
|
|
740
|
-
export const filterSensitiveLog = (obj: ListAccountsRequest): any => ({
|
|
741
|
-
...obj,
|
|
742
|
-
...(obj.UserEmail && { UserEmail: SENSITIVE_STRING }),
|
|
743
|
-
});
|
|
744
|
-
}
|
|
745
|
-
|
|
746
|
-
export interface ListAccountsResponse {
|
|
747
|
-
/**
|
|
748
|
-
* <p>List of Amazon Chime accounts and account details.</p>
|
|
749
|
-
*/
|
|
750
|
-
Accounts?: Account[];
|
|
751
|
-
|
|
752
|
-
/**
|
|
753
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
754
|
-
*/
|
|
755
|
-
NextToken?: string;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
export namespace ListAccountsResponse {
|
|
759
|
-
/**
|
|
760
|
-
* @internal
|
|
761
|
-
*/
|
|
762
|
-
export const filterSensitiveLog = (obj: ListAccountsResponse): any => ({
|
|
763
|
-
...obj,
|
|
764
|
-
});
|
|
765
|
-
}
|
|
766
|
-
|
|
767
|
-
export interface ListAppInstanceAdminsRequest {
|
|
768
|
-
/**
|
|
769
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
770
|
-
*/
|
|
771
|
-
AppInstanceArn: string | undefined;
|
|
772
|
-
|
|
773
|
-
/**
|
|
774
|
-
* <p>The maximum number of administrators that you want to return.</p>
|
|
775
|
-
*/
|
|
776
|
-
MaxResults?: number;
|
|
777
|
-
|
|
778
|
-
/**
|
|
779
|
-
* <p>The token returned from previous API requests until the number of administrators is reached.</p>
|
|
780
|
-
*/
|
|
781
|
-
NextToken?: string;
|
|
782
|
-
}
|
|
783
|
-
|
|
784
|
-
export namespace ListAppInstanceAdminsRequest {
|
|
785
|
-
/**
|
|
786
|
-
* @internal
|
|
787
|
-
*/
|
|
788
|
-
export const filterSensitiveLog = (obj: ListAppInstanceAdminsRequest): any => ({
|
|
789
|
-
...obj,
|
|
790
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
791
|
-
});
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
export interface ListAppInstanceAdminsResponse {
|
|
795
|
-
/**
|
|
796
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
797
|
-
*/
|
|
798
|
-
AppInstanceArn?: string;
|
|
799
|
-
|
|
800
|
-
/**
|
|
801
|
-
* <p>The information for each administrator.</p>
|
|
802
|
-
*/
|
|
803
|
-
AppInstanceAdmins?: AppInstanceAdminSummary[];
|
|
804
|
-
|
|
805
|
-
/**
|
|
806
|
-
* <p>The token returned from previous API requests until the number of administrators is reached.</p>
|
|
807
|
-
*/
|
|
808
|
-
NextToken?: string;
|
|
809
|
-
}
|
|
810
|
-
|
|
811
|
-
export namespace ListAppInstanceAdminsResponse {
|
|
812
|
-
/**
|
|
813
|
-
* @internal
|
|
814
|
-
*/
|
|
815
|
-
export const filterSensitiveLog = (obj: ListAppInstanceAdminsResponse): any => ({
|
|
816
|
-
...obj,
|
|
817
|
-
...(obj.AppInstanceAdmins && {
|
|
818
|
-
AppInstanceAdmins: obj.AppInstanceAdmins.map((item) => AppInstanceAdminSummary.filterSensitiveLog(item)),
|
|
819
|
-
}),
|
|
820
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
821
|
-
});
|
|
822
|
-
}
|
|
823
|
-
|
|
824
|
-
export interface ListAppInstancesRequest {
|
|
825
|
-
/**
|
|
826
|
-
* <p>The maximum number of <code>AppInstance</code>s that you want to return.</p>
|
|
827
|
-
*/
|
|
828
|
-
MaxResults?: number;
|
|
829
|
-
|
|
830
|
-
/**
|
|
831
|
-
* <p>The token passed by previous API requests until you reach the maximum number of <code>AppInstance</code>s.</p>
|
|
832
|
-
*/
|
|
833
|
-
NextToken?: string;
|
|
834
|
-
}
|
|
835
|
-
|
|
836
|
-
export namespace ListAppInstancesRequest {
|
|
837
|
-
/**
|
|
838
|
-
* @internal
|
|
839
|
-
*/
|
|
840
|
-
export const filterSensitiveLog = (obj: ListAppInstancesRequest): any => ({
|
|
841
|
-
...obj,
|
|
842
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
843
|
-
});
|
|
844
|
-
}
|
|
845
|
-
|
|
846
|
-
export interface ListAppInstancesResponse {
|
|
847
|
-
/**
|
|
848
|
-
* <p>The information for each <code>AppInstance</code>.</p>
|
|
849
|
-
*/
|
|
850
|
-
AppInstances?: AppInstanceSummary[];
|
|
851
|
-
|
|
852
|
-
/**
|
|
853
|
-
* <p>The token passed by previous API requests until the maximum number of <code>AppInstance</code>s is reached.</p>
|
|
854
|
-
*/
|
|
855
|
-
NextToken?: string;
|
|
856
|
-
}
|
|
857
|
-
|
|
858
|
-
export namespace ListAppInstancesResponse {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
export const filterSensitiveLog = (obj: ListAppInstancesResponse): any => ({
|
|
863
|
-
...obj,
|
|
864
|
-
...(obj.AppInstances && {
|
|
865
|
-
AppInstances: obj.AppInstances.map((item) => AppInstanceSummary.filterSensitiveLog(item)),
|
|
866
|
-
}),
|
|
867
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
868
|
-
});
|
|
869
|
-
}
|
|
870
|
-
|
|
871
|
-
export interface ListAppInstanceUsersRequest {
|
|
872
|
-
/**
|
|
873
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
874
|
-
*/
|
|
875
|
-
AppInstanceArn: string | undefined;
|
|
876
|
-
|
|
877
|
-
/**
|
|
878
|
-
* <p>The maximum number of requests that you want returned.</p>
|
|
879
|
-
*/
|
|
880
|
-
MaxResults?: number;
|
|
881
|
-
|
|
882
|
-
/**
|
|
883
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
884
|
-
*/
|
|
885
|
-
NextToken?: string;
|
|
886
|
-
}
|
|
887
|
-
|
|
888
|
-
export namespace ListAppInstanceUsersRequest {
|
|
889
|
-
/**
|
|
890
|
-
* @internal
|
|
891
|
-
*/
|
|
892
|
-
export const filterSensitiveLog = (obj: ListAppInstanceUsersRequest): any => ({
|
|
893
|
-
...obj,
|
|
894
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
895
|
-
});
|
|
896
|
-
}
|
|
897
|
-
|
|
898
|
-
export interface ListAppInstanceUsersResponse {
|
|
899
|
-
/**
|
|
900
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
901
|
-
*/
|
|
902
|
-
AppInstanceArn?: string;
|
|
903
|
-
|
|
904
|
-
/**
|
|
905
|
-
* <p>The information for each requested <code>AppInstanceUser</code>.</p>
|
|
906
|
-
*/
|
|
907
|
-
AppInstanceUsers?: AppInstanceUserSummary[];
|
|
908
|
-
|
|
909
|
-
/**
|
|
910
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
911
|
-
*/
|
|
912
|
-
NextToken?: string;
|
|
913
|
-
}
|
|
914
|
-
|
|
915
|
-
export namespace ListAppInstanceUsersResponse {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
export const filterSensitiveLog = (obj: ListAppInstanceUsersResponse): any => ({
|
|
920
|
-
...obj,
|
|
921
|
-
...(obj.AppInstanceUsers && {
|
|
922
|
-
AppInstanceUsers: obj.AppInstanceUsers.map((item) => AppInstanceUserSummary.filterSensitiveLog(item)),
|
|
923
|
-
}),
|
|
924
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
925
|
-
});
|
|
926
|
-
}
|
|
927
|
-
|
|
928
|
-
export interface ListAttendeesRequest {
|
|
929
|
-
/**
|
|
930
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
931
|
-
*/
|
|
932
|
-
MeetingId: string | undefined;
|
|
933
|
-
|
|
934
|
-
/**
|
|
935
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
936
|
-
*/
|
|
937
|
-
NextToken?: string;
|
|
938
|
-
|
|
939
|
-
/**
|
|
940
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
941
|
-
*/
|
|
942
|
-
MaxResults?: number;
|
|
943
|
-
}
|
|
944
|
-
|
|
945
|
-
export namespace ListAttendeesRequest {
|
|
946
|
-
/**
|
|
947
|
-
* @internal
|
|
948
|
-
*/
|
|
949
|
-
export const filterSensitiveLog = (obj: ListAttendeesRequest): any => ({
|
|
950
|
-
...obj,
|
|
951
|
-
});
|
|
952
|
-
}
|
|
953
|
-
|
|
954
|
-
export interface ListAttendeesResponse {
|
|
955
|
-
/**
|
|
956
|
-
* <p>The Amazon Chime SDK attendee information.</p>
|
|
957
|
-
*/
|
|
958
|
-
Attendees?: Attendee[];
|
|
959
|
-
|
|
960
|
-
/**
|
|
961
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
962
|
-
*/
|
|
963
|
-
NextToken?: string;
|
|
964
|
-
}
|
|
965
|
-
|
|
966
|
-
export namespace ListAttendeesResponse {
|
|
967
|
-
/**
|
|
968
|
-
* @internal
|
|
969
|
-
*/
|
|
970
|
-
export const filterSensitiveLog = (obj: ListAttendeesResponse): any => ({
|
|
971
|
-
...obj,
|
|
972
|
-
...(obj.Attendees && { Attendees: obj.Attendees.map((item) => Attendee.filterSensitiveLog(item)) }),
|
|
973
|
-
});
|
|
974
|
-
}
|
|
975
|
-
|
|
976
|
-
export interface ListAttendeeTagsRequest {
|
|
977
|
-
/**
|
|
978
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
979
|
-
*/
|
|
980
|
-
MeetingId: string | undefined;
|
|
981
|
-
|
|
982
|
-
/**
|
|
983
|
-
* <p>The Amazon Chime SDK attendee ID.</p>
|
|
984
|
-
*/
|
|
985
|
-
AttendeeId: string | undefined;
|
|
986
|
-
}
|
|
987
|
-
|
|
988
|
-
export namespace ListAttendeeTagsRequest {
|
|
989
|
-
/**
|
|
990
|
-
* @internal
|
|
991
|
-
*/
|
|
992
|
-
export const filterSensitiveLog = (obj: ListAttendeeTagsRequest): any => ({
|
|
993
|
-
...obj,
|
|
994
|
-
});
|
|
995
|
-
}
|
|
996
|
-
|
|
997
|
-
export interface ListAttendeeTagsResponse {
|
|
998
|
-
/**
|
|
999
|
-
* <p>A list of tag key-value pairs.</p>
|
|
1000
|
-
*/
|
|
1001
|
-
Tags?: Tag[];
|
|
1002
|
-
}
|
|
1003
|
-
|
|
1004
|
-
export namespace ListAttendeeTagsResponse {
|
|
1005
|
-
/**
|
|
1006
|
-
* @internal
|
|
1007
|
-
*/
|
|
1008
|
-
export const filterSensitiveLog = (obj: ListAttendeeTagsResponse): any => ({
|
|
1009
|
-
...obj,
|
|
1010
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => Tag.filterSensitiveLog(item)) }),
|
|
1011
|
-
});
|
|
1012
|
-
}
|
|
1013
|
-
|
|
1014
|
-
export interface ListBotsRequest {
|
|
1015
|
-
/**
|
|
1016
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1017
|
-
*/
|
|
1018
|
-
AccountId: string | undefined;
|
|
1019
|
-
|
|
1020
|
-
/**
|
|
1021
|
-
* <p>The maximum number of results to return in a single call. The default is 10.</p>
|
|
1022
|
-
*/
|
|
1023
|
-
MaxResults?: number;
|
|
1024
|
-
|
|
1025
|
-
/**
|
|
1026
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1027
|
-
*/
|
|
1028
|
-
NextToken?: string;
|
|
1029
|
-
}
|
|
1030
|
-
|
|
1031
|
-
export namespace ListBotsRequest {
|
|
1032
|
-
/**
|
|
1033
|
-
* @internal
|
|
1034
|
-
*/
|
|
1035
|
-
export const filterSensitiveLog = (obj: ListBotsRequest): any => ({
|
|
1036
|
-
...obj,
|
|
1037
|
-
});
|
|
1038
|
-
}
|
|
1039
|
-
|
|
1040
|
-
export interface ListBotsResponse {
|
|
1041
|
-
/**
|
|
1042
|
-
* <p>List of bots and bot details.</p>
|
|
1043
|
-
*/
|
|
1044
|
-
Bots?: Bot[];
|
|
1045
|
-
|
|
1046
|
-
/**
|
|
1047
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1048
|
-
*/
|
|
1049
|
-
NextToken?: string;
|
|
1050
|
-
}
|
|
1051
|
-
|
|
1052
|
-
export namespace ListBotsResponse {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
|
-
export const filterSensitiveLog = (obj: ListBotsResponse): any => ({
|
|
1057
|
-
...obj,
|
|
1058
|
-
...(obj.Bots && { Bots: obj.Bots.map((item) => Bot.filterSensitiveLog(item)) }),
|
|
1059
|
-
});
|
|
1060
|
-
}
|
|
1061
|
-
|
|
1062
|
-
export interface ListChannelBansRequest {
|
|
1063
|
-
/**
|
|
1064
|
-
* <p>The ARN of the channel.</p>
|
|
1065
|
-
*/
|
|
1066
|
-
ChannelArn: string | undefined;
|
|
1067
|
-
|
|
1068
|
-
/**
|
|
1069
|
-
* <p>The maximum number of bans that you want returned.</p>
|
|
1070
|
-
*/
|
|
1071
|
-
MaxResults?: number;
|
|
1072
|
-
|
|
1073
|
-
/**
|
|
1074
|
-
* <p>The token passed by previous API calls until all requested bans are returned.</p>
|
|
1075
|
-
*/
|
|
1076
|
-
NextToken?: string;
|
|
1077
|
-
|
|
1078
|
-
/**
|
|
1079
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1080
|
-
*/
|
|
1081
|
-
ChimeBearer?: string;
|
|
1082
|
-
}
|
|
1083
|
-
|
|
1084
|
-
export namespace ListChannelBansRequest {
|
|
1085
|
-
/**
|
|
1086
|
-
* @internal
|
|
1087
|
-
*/
|
|
1088
|
-
export const filterSensitiveLog = (obj: ListChannelBansRequest): any => ({
|
|
1089
|
-
...obj,
|
|
1090
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1091
|
-
});
|
|
1092
|
-
}
|
|
1093
|
-
|
|
1094
|
-
export interface ListChannelBansResponse {
|
|
1095
|
-
/**
|
|
1096
|
-
* <p>The ARN of the channel.</p>
|
|
1097
|
-
*/
|
|
1098
|
-
ChannelArn?: string;
|
|
1099
|
-
|
|
1100
|
-
/**
|
|
1101
|
-
* <p>The token passed by previous API calls until all requested bans are returned.</p>
|
|
1102
|
-
*/
|
|
1103
|
-
NextToken?: string;
|
|
1104
|
-
|
|
1105
|
-
/**
|
|
1106
|
-
* <p>The information for each requested ban.</p>
|
|
1107
|
-
*/
|
|
1108
|
-
ChannelBans?: ChannelBanSummary[];
|
|
1109
|
-
}
|
|
1110
|
-
|
|
1111
|
-
export namespace ListChannelBansResponse {
|
|
1112
|
-
/**
|
|
1113
|
-
* @internal
|
|
1114
|
-
*/
|
|
1115
|
-
export const filterSensitiveLog = (obj: ListChannelBansResponse): any => ({
|
|
1116
|
-
...obj,
|
|
1117
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1118
|
-
...(obj.ChannelBans && { ChannelBans: obj.ChannelBans.map((item) => ChannelBanSummary.filterSensitiveLog(item)) }),
|
|
1119
|
-
});
|
|
1120
|
-
}
|
|
1121
|
-
|
|
1122
|
-
export interface ListChannelMembershipsRequest {
|
|
1123
|
-
/**
|
|
1124
|
-
* <p>The maximum number of channel memberships that you want returned.</p>
|
|
1125
|
-
*/
|
|
1126
|
-
ChannelArn: string | undefined;
|
|
1127
|
-
|
|
1128
|
-
/**
|
|
1129
|
-
* <p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default
|
|
1130
|
-
* members are always returned as part of <code>ListChannelMemberships</code>. Hidden members
|
|
1131
|
-
* are only returned if the type filter in <code>ListChannelMemberships</code> equals
|
|
1132
|
-
* <code>HIDDEN</code>. Otherwise hidden members are not returned.</p>
|
|
1133
|
-
*/
|
|
1134
|
-
Type?: ChannelMembershipType | string;
|
|
1135
|
-
|
|
1136
|
-
/**
|
|
1137
|
-
* <p>The maximum number of channel memberships that you want returned.</p>
|
|
1138
|
-
*/
|
|
1139
|
-
MaxResults?: number;
|
|
1140
|
-
|
|
1141
|
-
/**
|
|
1142
|
-
* <p>The token passed by previous API calls until all requested channel memberships are
|
|
1143
|
-
* returned.</p>
|
|
1144
|
-
*/
|
|
1145
|
-
NextToken?: string;
|
|
1146
|
-
|
|
1147
|
-
/**
|
|
1148
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1149
|
-
*/
|
|
1150
|
-
ChimeBearer?: string;
|
|
1151
|
-
}
|
|
1152
|
-
|
|
1153
|
-
export namespace ListChannelMembershipsRequest {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
export const filterSensitiveLog = (obj: ListChannelMembershipsRequest): any => ({
|
|
1158
|
-
...obj,
|
|
1159
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1160
|
-
});
|
|
1161
|
-
}
|
|
1162
|
-
|
|
1163
|
-
export interface ListChannelMembershipsResponse {
|
|
1164
|
-
/**
|
|
1165
|
-
* <p>The ARN of the channel.</p>
|
|
1166
|
-
*/
|
|
1167
|
-
ChannelArn?: string;
|
|
1168
|
-
|
|
1169
|
-
/**
|
|
1170
|
-
* <p>The information for the requested channel memberships.</p>
|
|
1171
|
-
*/
|
|
1172
|
-
ChannelMemberships?: ChannelMembershipSummary[];
|
|
1173
|
-
|
|
1174
|
-
/**
|
|
1175
|
-
* <p>The token passed by previous API calls until all requested channel memberships are
|
|
1176
|
-
* returned.</p>
|
|
1177
|
-
*/
|
|
1178
|
-
NextToken?: string;
|
|
1179
|
-
}
|
|
1180
|
-
|
|
1181
|
-
export namespace ListChannelMembershipsResponse {
|
|
1182
|
-
/**
|
|
1183
|
-
* @internal
|
|
1184
|
-
*/
|
|
1185
|
-
export const filterSensitiveLog = (obj: ListChannelMembershipsResponse): any => ({
|
|
1186
|
-
...obj,
|
|
1187
|
-
...(obj.ChannelMemberships && {
|
|
1188
|
-
ChannelMemberships: obj.ChannelMemberships.map((item) => ChannelMembershipSummary.filterSensitiveLog(item)),
|
|
1189
|
-
}),
|
|
1190
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1191
|
-
});
|
|
1192
|
-
}
|
|
1193
|
-
|
|
1194
|
-
export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
1195
|
-
/**
|
|
1196
|
-
* <p>The ARN of the <code>AppInstanceUser</code>s</p>
|
|
1197
|
-
*/
|
|
1198
|
-
AppInstanceUserArn?: string;
|
|
1199
|
-
|
|
1200
|
-
/**
|
|
1201
|
-
* <p>The maximum number of users that you want returned.</p>
|
|
1202
|
-
*/
|
|
1203
|
-
MaxResults?: number;
|
|
1204
|
-
|
|
1205
|
-
/**
|
|
1206
|
-
* <p>The token returned from previous API requests until the number of channel memberships is reached.</p>
|
|
1207
|
-
*/
|
|
1208
|
-
NextToken?: string;
|
|
1209
|
-
|
|
1210
|
-
/**
|
|
1211
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1212
|
-
*/
|
|
1213
|
-
ChimeBearer?: string;
|
|
1214
|
-
}
|
|
1215
|
-
|
|
1216
|
-
export namespace ListChannelMembershipsForAppInstanceUserRequest {
|
|
1217
|
-
/**
|
|
1218
|
-
* @internal
|
|
1219
|
-
*/
|
|
1220
|
-
export const filterSensitiveLog = (obj: ListChannelMembershipsForAppInstanceUserRequest): any => ({
|
|
1221
|
-
...obj,
|
|
1222
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1223
|
-
});
|
|
1224
|
-
}
|
|
1225
|
-
|
|
1226
|
-
export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
1227
|
-
/**
|
|
1228
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
1229
|
-
*/
|
|
1230
|
-
ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
|
|
1231
|
-
|
|
1232
|
-
/**
|
|
1233
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
1234
|
-
*/
|
|
1235
|
-
NextToken?: string;
|
|
1236
|
-
}
|
|
1237
|
-
|
|
1238
|
-
export namespace ListChannelMembershipsForAppInstanceUserResponse {
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
export const filterSensitiveLog = (obj: ListChannelMembershipsForAppInstanceUserResponse): any => ({
|
|
1243
|
-
...obj,
|
|
1244
|
-
...(obj.ChannelMemberships && {
|
|
1245
|
-
ChannelMemberships: obj.ChannelMemberships.map((item) =>
|
|
1246
|
-
ChannelMembershipForAppInstanceUserSummary.filterSensitiveLog(item)
|
|
1247
|
-
),
|
|
1248
|
-
}),
|
|
1249
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1250
|
-
});
|
|
1251
|
-
}
|
|
1252
|
-
|
|
1253
|
-
export enum SortOrder {
|
|
1254
|
-
ASCENDING = "ASCENDING",
|
|
1255
|
-
DESCENDING = "DESCENDING",
|
|
1256
|
-
}
|
|
1257
|
-
|
|
1258
|
-
export interface ListChannelMessagesRequest {
|
|
1259
|
-
/**
|
|
1260
|
-
* <p>The ARN of the channel.</p>
|
|
1261
|
-
*/
|
|
1262
|
-
ChannelArn: string | undefined;
|
|
1263
|
-
|
|
1264
|
-
/**
|
|
1265
|
-
* <p>The order in which you want messages sorted. Default is Descending, based on time
|
|
1266
|
-
* created.</p>
|
|
1267
|
-
*/
|
|
1268
|
-
SortOrder?: SortOrder | string;
|
|
1269
|
-
|
|
1270
|
-
/**
|
|
1271
|
-
* <p>The initial or starting time stamp for your requested messages.</p>
|
|
1272
|
-
*/
|
|
1273
|
-
NotBefore?: Date;
|
|
1274
|
-
|
|
1275
|
-
/**
|
|
1276
|
-
* <p>The final or ending time stamp for your requested messages.</p>
|
|
1277
|
-
*/
|
|
1278
|
-
NotAfter?: Date;
|
|
1279
|
-
|
|
1280
|
-
/**
|
|
1281
|
-
* <p>The maximum number of messages that you want returned.</p>
|
|
1282
|
-
*/
|
|
1283
|
-
MaxResults?: number;
|
|
1284
|
-
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>The token passed by previous API calls until all requested messages are returned.</p>
|
|
1287
|
-
*/
|
|
1288
|
-
NextToken?: string;
|
|
1289
|
-
|
|
1290
|
-
/**
|
|
1291
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1292
|
-
*/
|
|
1293
|
-
ChimeBearer?: string;
|
|
1294
|
-
}
|
|
1295
|
-
|
|
1296
|
-
export namespace ListChannelMessagesRequest {
|
|
1297
|
-
/**
|
|
1298
|
-
* @internal
|
|
1299
|
-
*/
|
|
1300
|
-
export const filterSensitiveLog = (obj: ListChannelMessagesRequest): any => ({
|
|
1301
|
-
...obj,
|
|
1302
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1303
|
-
});
|
|
1304
|
-
}
|
|
1305
|
-
|
|
1306
|
-
export interface ListChannelMessagesResponse {
|
|
1307
|
-
/**
|
|
1308
|
-
* <p>The ARN of the channel containing the requested messages.</p>
|
|
1309
|
-
*/
|
|
1310
|
-
ChannelArn?: string;
|
|
1311
|
-
|
|
1312
|
-
/**
|
|
1313
|
-
* <p>The token passed by previous API calls until all requested messages are returned.</p>
|
|
1314
|
-
*/
|
|
1315
|
-
NextToken?: string;
|
|
1316
|
-
|
|
1317
|
-
/**
|
|
1318
|
-
* <p>The information about, and content of, each requested message.</p>
|
|
1319
|
-
*/
|
|
1320
|
-
ChannelMessages?: ChannelMessageSummary[];
|
|
1321
|
-
}
|
|
1322
|
-
|
|
1323
|
-
export namespace ListChannelMessagesResponse {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
|
-
export const filterSensitiveLog = (obj: ListChannelMessagesResponse): any => ({
|
|
1328
|
-
...obj,
|
|
1329
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1330
|
-
...(obj.ChannelMessages && {
|
|
1331
|
-
ChannelMessages: obj.ChannelMessages.map((item) => ChannelMessageSummary.filterSensitiveLog(item)),
|
|
1332
|
-
}),
|
|
1333
|
-
});
|
|
1334
|
-
}
|
|
1335
|
-
|
|
1336
|
-
export interface ListChannelModeratorsRequest {
|
|
1337
|
-
/**
|
|
1338
|
-
* <p>The ARN of the channel.</p>
|
|
1339
|
-
*/
|
|
1340
|
-
ChannelArn: string | undefined;
|
|
1341
|
-
|
|
1342
|
-
/**
|
|
1343
|
-
* <p>The maximum number of moderators that you want returned.</p>
|
|
1344
|
-
*/
|
|
1345
|
-
MaxResults?: number;
|
|
1346
|
-
|
|
1347
|
-
/**
|
|
1348
|
-
* <p>The token passed by previous API calls until all requested moderators are
|
|
1349
|
-
* returned.</p>
|
|
1350
|
-
*/
|
|
1351
|
-
NextToken?: string;
|
|
1352
|
-
|
|
1353
|
-
/**
|
|
1354
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1355
|
-
*/
|
|
1356
|
-
ChimeBearer?: string;
|
|
1357
|
-
}
|
|
1358
|
-
|
|
1359
|
-
export namespace ListChannelModeratorsRequest {
|
|
1360
|
-
/**
|
|
1361
|
-
* @internal
|
|
1362
|
-
*/
|
|
1363
|
-
export const filterSensitiveLog = (obj: ListChannelModeratorsRequest): any => ({
|
|
1364
|
-
...obj,
|
|
1365
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1366
|
-
});
|
|
1367
|
-
}
|
|
1368
|
-
|
|
1369
|
-
export interface ListChannelModeratorsResponse {
|
|
1370
|
-
/**
|
|
1371
|
-
* <p>The ARN of the channel.</p>
|
|
1372
|
-
*/
|
|
1373
|
-
ChannelArn?: string;
|
|
1374
|
-
|
|
1375
|
-
/**
|
|
1376
|
-
* <p>The token passed by previous API calls until all requested moderators are
|
|
1377
|
-
* returned.</p>
|
|
1378
|
-
*/
|
|
1379
|
-
NextToken?: string;
|
|
1380
|
-
|
|
1381
|
-
/**
|
|
1382
|
-
* <p>The information about and names of each moderator.</p>
|
|
1383
|
-
*/
|
|
1384
|
-
ChannelModerators?: ChannelModeratorSummary[];
|
|
1385
|
-
}
|
|
1386
|
-
|
|
1387
|
-
export namespace ListChannelModeratorsResponse {
|
|
1388
|
-
/**
|
|
1389
|
-
* @internal
|
|
1390
|
-
*/
|
|
1391
|
-
export const filterSensitiveLog = (obj: ListChannelModeratorsResponse): any => ({
|
|
1392
|
-
...obj,
|
|
1393
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1394
|
-
...(obj.ChannelModerators && {
|
|
1395
|
-
ChannelModerators: obj.ChannelModerators.map((item) => ChannelModeratorSummary.filterSensitiveLog(item)),
|
|
1396
|
-
}),
|
|
1397
|
-
});
|
|
1398
|
-
}
|
|
1399
|
-
|
|
1400
|
-
export interface ListChannelsRequest {
|
|
1401
|
-
/**
|
|
1402
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1403
|
-
*/
|
|
1404
|
-
AppInstanceArn: string | undefined;
|
|
1405
|
-
|
|
1406
|
-
/**
|
|
1407
|
-
* <p>The privacy setting. <code>PUBLIC</code> retrieves all the public channels.
|
|
1408
|
-
* <code>PRIVATE</code> retrieves private channels. Only an <code>AppInstanceAdmin</code>
|
|
1409
|
-
* can retrieve private channels. </p>
|
|
1410
|
-
*/
|
|
1411
|
-
Privacy?: ChannelPrivacy | string;
|
|
1412
|
-
|
|
1413
|
-
/**
|
|
1414
|
-
* <p>The maximum number of channels that you want to return.</p>
|
|
1415
|
-
*/
|
|
1416
|
-
MaxResults?: number;
|
|
1417
|
-
|
|
1418
|
-
/**
|
|
1419
|
-
* <p>The token passed by previous API calls until all requested channels are returned.</p>
|
|
1420
|
-
*/
|
|
1421
|
-
NextToken?: string;
|
|
1422
|
-
|
|
1423
|
-
/**
|
|
1424
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1425
|
-
*/
|
|
1426
|
-
ChimeBearer?: string;
|
|
1427
|
-
}
|
|
1428
|
-
|
|
1429
|
-
export namespace ListChannelsRequest {
|
|
1430
|
-
/**
|
|
1431
|
-
* @internal
|
|
1432
|
-
*/
|
|
1433
|
-
export const filterSensitiveLog = (obj: ListChannelsRequest): any => ({
|
|
1434
|
-
...obj,
|
|
1435
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1436
|
-
});
|
|
1437
|
-
}
|
|
1438
|
-
|
|
1439
|
-
export interface ListChannelsResponse {
|
|
1440
|
-
/**
|
|
1441
|
-
* <p>The information about each channel.</p>
|
|
1442
|
-
*/
|
|
1443
|
-
Channels?: ChannelSummary[];
|
|
1444
|
-
|
|
1445
|
-
/**
|
|
1446
|
-
* <p>The token returned from previous API requests until the number of channels is
|
|
1447
|
-
* reached.</p>
|
|
1448
|
-
*/
|
|
1449
|
-
NextToken?: string;
|
|
1450
|
-
}
|
|
1451
|
-
|
|
1452
|
-
export namespace ListChannelsResponse {
|
|
1453
|
-
/**
|
|
1454
|
-
* @internal
|
|
1455
|
-
*/
|
|
1456
|
-
export const filterSensitiveLog = (obj: ListChannelsResponse): any => ({
|
|
1457
|
-
...obj,
|
|
1458
|
-
...(obj.Channels && { Channels: obj.Channels.map((item) => ChannelSummary.filterSensitiveLog(item)) }),
|
|
1459
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1460
|
-
});
|
|
1461
|
-
}
|
|
1462
|
-
|
|
1463
|
-
export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
1464
|
-
/**
|
|
1465
|
-
* <p>The ARN of the user in the moderated channel.</p>
|
|
1466
|
-
*/
|
|
1467
|
-
AppInstanceUserArn?: string;
|
|
1468
|
-
|
|
1469
|
-
/**
|
|
1470
|
-
* <p>The maximum number of channels in the request.</p>
|
|
1471
|
-
*/
|
|
1472
|
-
MaxResults?: number;
|
|
1473
|
-
|
|
1474
|
-
/**
|
|
1475
|
-
* <p>The token returned from previous API requests until the number of channels moderated by
|
|
1476
|
-
* the user is reached.</p>
|
|
1477
|
-
*/
|
|
1478
|
-
NextToken?: string;
|
|
1479
|
-
|
|
1480
|
-
/**
|
|
1481
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1482
|
-
*/
|
|
1483
|
-
ChimeBearer?: string;
|
|
1484
|
-
}
|
|
1485
|
-
|
|
1486
|
-
export namespace ListChannelsModeratedByAppInstanceUserRequest {
|
|
1487
|
-
/**
|
|
1488
|
-
* @internal
|
|
1489
|
-
*/
|
|
1490
|
-
export const filterSensitiveLog = (obj: ListChannelsModeratedByAppInstanceUserRequest): any => ({
|
|
1491
|
-
...obj,
|
|
1492
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1493
|
-
});
|
|
1494
|
-
}
|
|
1495
|
-
|
|
1496
|
-
export interface ListChannelsModeratedByAppInstanceUserResponse {
|
|
1497
|
-
/**
|
|
1498
|
-
* <p>The moderated channels in the request.</p>
|
|
1499
|
-
*/
|
|
1500
|
-
Channels?: ChannelModeratedByAppInstanceUserSummary[];
|
|
1501
|
-
|
|
1502
|
-
/**
|
|
1503
|
-
* <p>The token returned from previous API requests until the number of channels moderated by
|
|
1504
|
-
* the user is reached.</p>
|
|
1505
|
-
*/
|
|
1506
|
-
NextToken?: string;
|
|
1507
|
-
}
|
|
1508
|
-
|
|
1509
|
-
export namespace ListChannelsModeratedByAppInstanceUserResponse {
|
|
1510
|
-
/**
|
|
1511
|
-
* @internal
|
|
1512
|
-
*/
|
|
1513
|
-
export const filterSensitiveLog = (obj: ListChannelsModeratedByAppInstanceUserResponse): any => ({
|
|
1514
|
-
...obj,
|
|
1515
|
-
...(obj.Channels && {
|
|
1516
|
-
Channels: obj.Channels.map((item) => ChannelModeratedByAppInstanceUserSummary.filterSensitiveLog(item)),
|
|
1517
|
-
}),
|
|
1518
|
-
...(obj.NextToken && { NextToken: SENSITIVE_STRING }),
|
|
1519
|
-
});
|
|
1520
|
-
}
|
|
1521
|
-
|
|
1522
|
-
export interface ListMediaCapturePipelinesRequest {
|
|
1523
|
-
/**
|
|
1524
|
-
* <p>The token used to retrieve the next page of results.</p>
|
|
1525
|
-
*/
|
|
1526
|
-
NextToken?: string;
|
|
1527
|
-
|
|
1528
|
-
/**
|
|
1529
|
-
* <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
|
|
1530
|
-
*/
|
|
1531
|
-
MaxResults?: number;
|
|
1532
|
-
}
|
|
1533
|
-
|
|
1534
|
-
export namespace ListMediaCapturePipelinesRequest {
|
|
1535
|
-
/**
|
|
1536
|
-
* @internal
|
|
1537
|
-
*/
|
|
1538
|
-
export const filterSensitiveLog = (obj: ListMediaCapturePipelinesRequest): any => ({
|
|
1539
|
-
...obj,
|
|
1540
|
-
});
|
|
1541
|
-
}
|
|
1542
|
-
|
|
1543
|
-
export interface ListMediaCapturePipelinesResponse {
|
|
1544
|
-
/**
|
|
1545
|
-
* <p>The media capture pipeline objects in the list.</p>
|
|
1546
|
-
*/
|
|
1547
|
-
MediaCapturePipelines?: MediaCapturePipeline[];
|
|
1548
|
-
|
|
1549
|
-
/**
|
|
1550
|
-
* <p>The token used to retrieve the next page of results. </p>
|
|
1551
|
-
*/
|
|
1552
|
-
NextToken?: string;
|
|
1553
|
-
}
|
|
1554
|
-
|
|
1555
|
-
export namespace ListMediaCapturePipelinesResponse {
|
|
1556
|
-
/**
|
|
1557
|
-
* @internal
|
|
1558
|
-
*/
|
|
1559
|
-
export const filterSensitiveLog = (obj: ListMediaCapturePipelinesResponse): any => ({
|
|
1560
|
-
...obj,
|
|
1561
|
-
...(obj.MediaCapturePipelines && {
|
|
1562
|
-
MediaCapturePipelines: obj.MediaCapturePipelines.map((item) => MediaCapturePipeline.filterSensitiveLog(item)),
|
|
1563
|
-
}),
|
|
1564
|
-
});
|
|
1565
|
-
}
|
|
1566
|
-
|
|
1567
|
-
export interface ListMeetingsRequest {
|
|
1568
|
-
/**
|
|
1569
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1570
|
-
*/
|
|
1571
|
-
NextToken?: string;
|
|
1572
|
-
|
|
1573
|
-
/**
|
|
1574
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1575
|
-
*/
|
|
1576
|
-
MaxResults?: number;
|
|
1577
|
-
}
|
|
1578
|
-
|
|
1579
|
-
export namespace ListMeetingsRequest {
|
|
1580
|
-
/**
|
|
1581
|
-
* @internal
|
|
1582
|
-
*/
|
|
1583
|
-
export const filterSensitiveLog = (obj: ListMeetingsRequest): any => ({
|
|
1584
|
-
...obj,
|
|
1585
|
-
});
|
|
1586
|
-
}
|
|
1587
|
-
|
|
1588
|
-
export interface ListMeetingsResponse {
|
|
1589
|
-
/**
|
|
1590
|
-
* <p>The Amazon Chime SDK meeting information.</p>
|
|
1591
|
-
*/
|
|
1592
|
-
Meetings?: Meeting[];
|
|
1593
|
-
|
|
1594
|
-
/**
|
|
1595
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1596
|
-
*/
|
|
1597
|
-
NextToken?: string;
|
|
1598
|
-
}
|
|
1599
|
-
|
|
1600
|
-
export namespace ListMeetingsResponse {
|
|
1601
|
-
/**
|
|
1602
|
-
* @internal
|
|
1603
|
-
*/
|
|
1604
|
-
export const filterSensitiveLog = (obj: ListMeetingsResponse): any => ({
|
|
1605
|
-
...obj,
|
|
1606
|
-
...(obj.Meetings && { Meetings: obj.Meetings.map((item) => Meeting.filterSensitiveLog(item)) }),
|
|
1607
|
-
});
|
|
1608
|
-
}
|
|
1609
|
-
|
|
1610
|
-
export interface ListMeetingTagsRequest {
|
|
1611
|
-
/**
|
|
1612
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
1613
|
-
*/
|
|
1614
|
-
MeetingId: string | undefined;
|
|
1615
|
-
}
|
|
1616
|
-
|
|
1617
|
-
export namespace ListMeetingTagsRequest {
|
|
1618
|
-
/**
|
|
1619
|
-
* @internal
|
|
1620
|
-
*/
|
|
1621
|
-
export const filterSensitiveLog = (obj: ListMeetingTagsRequest): any => ({
|
|
1622
|
-
...obj,
|
|
1623
|
-
});
|
|
1624
|
-
}
|
|
1625
|
-
|
|
1626
|
-
export interface ListMeetingTagsResponse {
|
|
1627
|
-
/**
|
|
1628
|
-
* <p>A list of tag key-value pairs.</p>
|
|
1629
|
-
*/
|
|
1630
|
-
Tags?: Tag[];
|
|
1631
|
-
}
|
|
1632
|
-
|
|
1633
|
-
export namespace ListMeetingTagsResponse {
|
|
1634
|
-
/**
|
|
1635
|
-
* @internal
|
|
1636
|
-
*/
|
|
1637
|
-
export const filterSensitiveLog = (obj: ListMeetingTagsResponse): any => ({
|
|
1638
|
-
...obj,
|
|
1639
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => Tag.filterSensitiveLog(item)) }),
|
|
1640
|
-
});
|
|
1641
|
-
}
|
|
1642
|
-
|
|
1643
|
-
export interface ListPhoneNumberOrdersRequest {
|
|
1644
|
-
/**
|
|
1645
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1646
|
-
*/
|
|
1647
|
-
NextToken?: string;
|
|
1648
|
-
|
|
1649
|
-
/**
|
|
1650
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1651
|
-
*/
|
|
1652
|
-
MaxResults?: number;
|
|
1653
|
-
}
|
|
1654
|
-
|
|
1655
|
-
export namespace ListPhoneNumberOrdersRequest {
|
|
1656
|
-
/**
|
|
1657
|
-
* @internal
|
|
1658
|
-
*/
|
|
1659
|
-
export const filterSensitiveLog = (obj: ListPhoneNumberOrdersRequest): any => ({
|
|
1660
|
-
...obj,
|
|
1661
|
-
});
|
|
1662
|
-
}
|
|
1663
|
-
|
|
1664
|
-
export interface ListPhoneNumberOrdersResponse {
|
|
1665
|
-
/**
|
|
1666
|
-
* <p>The phone number order details.</p>
|
|
1667
|
-
*/
|
|
1668
|
-
PhoneNumberOrders?: PhoneNumberOrder[];
|
|
1669
|
-
|
|
1670
|
-
/**
|
|
1671
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1672
|
-
*/
|
|
1673
|
-
NextToken?: string;
|
|
1674
|
-
}
|
|
1675
|
-
|
|
1676
|
-
export namespace ListPhoneNumberOrdersResponse {
|
|
1677
|
-
/**
|
|
1678
|
-
* @internal
|
|
1679
|
-
*/
|
|
1680
|
-
export const filterSensitiveLog = (obj: ListPhoneNumberOrdersResponse): any => ({
|
|
1681
|
-
...obj,
|
|
1682
|
-
});
|
|
1683
|
-
}
|
|
1684
|
-
|
|
1685
|
-
export interface ListPhoneNumbersRequest {
|
|
1686
|
-
/**
|
|
1687
|
-
* <p>The phone number status.</p>
|
|
1688
|
-
*/
|
|
1689
|
-
Status?: PhoneNumberStatus | string;
|
|
1690
|
-
|
|
1691
|
-
/**
|
|
1692
|
-
* <p>The phone number product type.</p>
|
|
1693
|
-
*/
|
|
1694
|
-
ProductType?: PhoneNumberProductType | string;
|
|
1695
|
-
|
|
1696
|
-
/**
|
|
1697
|
-
* <p>The filter to use to limit the number of results.</p>
|
|
1698
|
-
*/
|
|
1699
|
-
FilterName?: PhoneNumberAssociationName | string;
|
|
1700
|
-
|
|
1701
|
-
/**
|
|
1702
|
-
* <p>The value to use for the filter.</p>
|
|
1703
|
-
*/
|
|
1704
|
-
FilterValue?: string;
|
|
1705
|
-
|
|
1706
|
-
/**
|
|
1707
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1708
|
-
*/
|
|
1709
|
-
MaxResults?: number;
|
|
1710
|
-
|
|
1711
|
-
/**
|
|
1712
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1713
|
-
*/
|
|
1714
|
-
NextToken?: string;
|
|
1715
|
-
}
|
|
1716
|
-
|
|
1717
|
-
export namespace ListPhoneNumbersRequest {
|
|
1718
|
-
/**
|
|
1719
|
-
* @internal
|
|
1720
|
-
*/
|
|
1721
|
-
export const filterSensitiveLog = (obj: ListPhoneNumbersRequest): any => ({
|
|
1722
|
-
...obj,
|
|
1723
|
-
});
|
|
1724
|
-
}
|
|
1725
|
-
|
|
1726
|
-
export interface ListPhoneNumbersResponse {
|
|
1727
|
-
/**
|
|
1728
|
-
* <p>The phone number details.</p>
|
|
1729
|
-
*/
|
|
1730
|
-
PhoneNumbers?: PhoneNumber[];
|
|
1731
|
-
|
|
1732
|
-
/**
|
|
1733
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1734
|
-
*/
|
|
1735
|
-
NextToken?: string;
|
|
1736
|
-
}
|
|
1737
|
-
|
|
1738
|
-
export namespace ListPhoneNumbersResponse {
|
|
1739
|
-
/**
|
|
1740
|
-
* @internal
|
|
1741
|
-
*/
|
|
1742
|
-
export const filterSensitiveLog = (obj: ListPhoneNumbersResponse): any => ({
|
|
1743
|
-
...obj,
|
|
1744
|
-
...(obj.PhoneNumbers && { PhoneNumbers: obj.PhoneNumbers.map((item) => PhoneNumber.filterSensitiveLog(item)) }),
|
|
1745
|
-
});
|
|
1746
|
-
}
|
|
1747
|
-
|
|
1748
|
-
export interface ListProxySessionsRequest {
|
|
1749
|
-
/**
|
|
1750
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
1751
|
-
*/
|
|
1752
|
-
VoiceConnectorId: string | undefined;
|
|
1753
|
-
|
|
1754
|
-
/**
|
|
1755
|
-
* <p>The proxy session status.</p>
|
|
1756
|
-
*/
|
|
1757
|
-
Status?: ProxySessionStatus | string;
|
|
1758
|
-
|
|
1759
|
-
/**
|
|
1760
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1761
|
-
*/
|
|
1762
|
-
NextToken?: string;
|
|
1763
|
-
|
|
1764
|
-
/**
|
|
1765
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1766
|
-
*/
|
|
1767
|
-
MaxResults?: number;
|
|
1768
|
-
}
|
|
1769
|
-
|
|
1770
|
-
export namespace ListProxySessionsRequest {
|
|
1771
|
-
/**
|
|
1772
|
-
* @internal
|
|
1773
|
-
*/
|
|
1774
|
-
export const filterSensitiveLog = (obj: ListProxySessionsRequest): any => ({
|
|
1775
|
-
...obj,
|
|
1776
|
-
});
|
|
1777
|
-
}
|
|
1778
|
-
|
|
1779
|
-
export interface ListProxySessionsResponse {
|
|
1780
|
-
/**
|
|
1781
|
-
* <p>The proxy session details.</p>
|
|
1782
|
-
*/
|
|
1783
|
-
ProxySessions?: ProxySession[];
|
|
1784
|
-
|
|
1785
|
-
/**
|
|
1786
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1787
|
-
*/
|
|
1788
|
-
NextToken?: string;
|
|
1789
|
-
}
|
|
1790
|
-
|
|
1791
|
-
export namespace ListProxySessionsResponse {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
|
-
export const filterSensitiveLog = (obj: ListProxySessionsResponse): any => ({
|
|
1796
|
-
...obj,
|
|
1797
|
-
});
|
|
1798
|
-
}
|
|
1799
|
-
|
|
1800
|
-
export interface ListRoomMembershipsRequest {
|
|
1801
|
-
/**
|
|
1802
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1803
|
-
*/
|
|
1804
|
-
AccountId: string | undefined;
|
|
1805
|
-
|
|
1806
|
-
/**
|
|
1807
|
-
* <p>The room ID.</p>
|
|
1808
|
-
*/
|
|
1809
|
-
RoomId: string | undefined;
|
|
1810
|
-
|
|
1811
|
-
/**
|
|
1812
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1813
|
-
*/
|
|
1814
|
-
MaxResults?: number;
|
|
1815
|
-
|
|
1816
|
-
/**
|
|
1817
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1818
|
-
*/
|
|
1819
|
-
NextToken?: string;
|
|
1820
|
-
}
|
|
1821
|
-
|
|
1822
|
-
export namespace ListRoomMembershipsRequest {
|
|
1823
|
-
/**
|
|
1824
|
-
* @internal
|
|
1825
|
-
*/
|
|
1826
|
-
export const filterSensitiveLog = (obj: ListRoomMembershipsRequest): any => ({
|
|
1827
|
-
...obj,
|
|
1828
|
-
});
|
|
1829
|
-
}
|
|
1830
|
-
|
|
1831
|
-
export interface ListRoomMembershipsResponse {
|
|
1832
|
-
/**
|
|
1833
|
-
* <p>The room membership details.</p>
|
|
1834
|
-
*/
|
|
1835
|
-
RoomMemberships?: RoomMembership[];
|
|
1836
|
-
|
|
1837
|
-
/**
|
|
1838
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1839
|
-
*/
|
|
1840
|
-
NextToken?: string;
|
|
1841
|
-
}
|
|
1842
|
-
|
|
1843
|
-
export namespace ListRoomMembershipsResponse {
|
|
1844
|
-
/**
|
|
1845
|
-
* @internal
|
|
1846
|
-
*/
|
|
1847
|
-
export const filterSensitiveLog = (obj: ListRoomMembershipsResponse): any => ({
|
|
1848
|
-
...obj,
|
|
1849
|
-
...(obj.RoomMemberships && {
|
|
1850
|
-
RoomMemberships: obj.RoomMemberships.map((item) => RoomMembership.filterSensitiveLog(item)),
|
|
1851
|
-
}),
|
|
1852
|
-
});
|
|
1853
|
-
}
|
|
1854
|
-
|
|
1855
|
-
export interface ListRoomsRequest {
|
|
1856
|
-
/**
|
|
1857
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1858
|
-
*/
|
|
1859
|
-
AccountId: string | undefined;
|
|
1860
|
-
|
|
1861
|
-
/**
|
|
1862
|
-
* <p>The member ID (user ID or bot ID).</p>
|
|
1863
|
-
*/
|
|
1864
|
-
MemberId?: string;
|
|
1865
|
-
|
|
1866
|
-
/**
|
|
1867
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1868
|
-
*/
|
|
1869
|
-
MaxResults?: number;
|
|
1870
|
-
|
|
1871
|
-
/**
|
|
1872
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1873
|
-
*/
|
|
1874
|
-
NextToken?: string;
|
|
1875
|
-
}
|
|
1876
|
-
|
|
1877
|
-
export namespace ListRoomsRequest {
|
|
1878
|
-
/**
|
|
1879
|
-
* @internal
|
|
1880
|
-
*/
|
|
1881
|
-
export const filterSensitiveLog = (obj: ListRoomsRequest): any => ({
|
|
1882
|
-
...obj,
|
|
1883
|
-
});
|
|
1884
|
-
}
|
|
1885
|
-
|
|
1886
|
-
export interface ListRoomsResponse {
|
|
1887
|
-
/**
|
|
1888
|
-
* <p>The room details.</p>
|
|
1889
|
-
*/
|
|
1890
|
-
Rooms?: Room[];
|
|
1891
|
-
|
|
1892
|
-
/**
|
|
1893
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1894
|
-
*/
|
|
1895
|
-
NextToken?: string;
|
|
1896
|
-
}
|
|
1897
|
-
|
|
1898
|
-
export namespace ListRoomsResponse {
|
|
1899
|
-
/**
|
|
1900
|
-
* @internal
|
|
1901
|
-
*/
|
|
1902
|
-
export const filterSensitiveLog = (obj: ListRoomsResponse): any => ({
|
|
1903
|
-
...obj,
|
|
1904
|
-
...(obj.Rooms && { Rooms: obj.Rooms.map((item) => Room.filterSensitiveLog(item)) }),
|
|
1905
|
-
});
|
|
1906
|
-
}
|
|
1907
|
-
|
|
1908
|
-
export interface ListSipMediaApplicationsRequest {
|
|
1909
|
-
/**
|
|
1910
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
1911
|
-
*/
|
|
1912
|
-
MaxResults?: number;
|
|
1913
|
-
|
|
1914
|
-
/**
|
|
1915
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1916
|
-
*/
|
|
1917
|
-
NextToken?: string;
|
|
1918
|
-
}
|
|
1919
|
-
|
|
1920
|
-
export namespace ListSipMediaApplicationsRequest {
|
|
1921
|
-
/**
|
|
1922
|
-
* @internal
|
|
1923
|
-
*/
|
|
1924
|
-
export const filterSensitiveLog = (obj: ListSipMediaApplicationsRequest): any => ({
|
|
1925
|
-
...obj,
|
|
1926
|
-
});
|
|
1927
|
-
}
|
|
1928
|
-
|
|
1929
|
-
export interface ListSipMediaApplicationsResponse {
|
|
1930
|
-
/**
|
|
1931
|
-
* <p>List of SIP media applications and application details.</p>
|
|
1932
|
-
*/
|
|
1933
|
-
SipMediaApplications?: SipMediaApplication[];
|
|
1934
|
-
|
|
1935
|
-
/**
|
|
1936
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1937
|
-
*/
|
|
1938
|
-
NextToken?: string;
|
|
1939
|
-
}
|
|
1940
|
-
|
|
1941
|
-
export namespace ListSipMediaApplicationsResponse {
|
|
1942
|
-
/**
|
|
1943
|
-
* @internal
|
|
1944
|
-
*/
|
|
1945
|
-
export const filterSensitiveLog = (obj: ListSipMediaApplicationsResponse): any => ({
|
|
1946
|
-
...obj,
|
|
1947
|
-
});
|
|
1948
|
-
}
|
|
1949
|
-
|
|
1950
|
-
export interface ListSipRulesRequest {
|
|
1951
|
-
/**
|
|
1952
|
-
* <p>The SIP media application ID.</p>
|
|
1953
|
-
*/
|
|
1954
|
-
SipMediaApplicationId?: string;
|
|
1955
|
-
|
|
1956
|
-
/**
|
|
1957
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
1958
|
-
*/
|
|
1959
|
-
MaxResults?: number;
|
|
1960
|
-
|
|
1961
|
-
/**
|
|
1962
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1963
|
-
*/
|
|
1964
|
-
NextToken?: string;
|
|
1965
|
-
}
|
|
1966
|
-
|
|
1967
|
-
export namespace ListSipRulesRequest {
|
|
1968
|
-
/**
|
|
1969
|
-
* @internal
|
|
1970
|
-
*/
|
|
1971
|
-
export const filterSensitiveLog = (obj: ListSipRulesRequest): any => ({
|
|
1972
|
-
...obj,
|
|
1973
|
-
});
|
|
1974
|
-
}
|
|
1975
|
-
|
|
1976
|
-
export interface ListSipRulesResponse {
|
|
1977
|
-
/**
|
|
1978
|
-
* <p>List of SIP rules and rule details.</p>
|
|
1979
|
-
*/
|
|
1980
|
-
SipRules?: SipRule[];
|
|
1981
|
-
|
|
1982
|
-
/**
|
|
1983
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1984
|
-
*/
|
|
1985
|
-
NextToken?: string;
|
|
1986
|
-
}
|
|
1987
|
-
|
|
1988
|
-
export namespace ListSipRulesResponse {
|
|
1989
|
-
/**
|
|
1990
|
-
* @internal
|
|
1991
|
-
*/
|
|
1992
|
-
export const filterSensitiveLog = (obj: ListSipRulesResponse): any => ({
|
|
1993
|
-
...obj,
|
|
1994
|
-
});
|
|
1995
|
-
}
|
|
1996
|
-
|
|
1997
|
-
export interface ListSupportedPhoneNumberCountriesRequest {
|
|
1998
|
-
/**
|
|
1999
|
-
* <p>The phone number product type.</p>
|
|
2000
|
-
*/
|
|
2001
|
-
ProductType: PhoneNumberProductType | string | undefined;
|
|
2002
|
-
}
|
|
2003
|
-
|
|
2004
|
-
export namespace ListSupportedPhoneNumberCountriesRequest {
|
|
2005
|
-
/**
|
|
2006
|
-
* @internal
|
|
2007
|
-
*/
|
|
2008
|
-
export const filterSensitiveLog = (obj: ListSupportedPhoneNumberCountriesRequest): any => ({
|
|
2009
|
-
...obj,
|
|
2010
|
-
});
|
|
2011
|
-
}
|
|
2012
|
-
|
|
2013
|
-
/**
|
|
2014
|
-
* <p>The phone number country.</p>
|
|
2015
|
-
*/
|
|
2016
|
-
export interface PhoneNumberCountry {
|
|
2017
|
-
/**
|
|
2018
|
-
* <p>The phone number country code. Format: ISO 3166-1 alpha-2.</p>
|
|
2019
|
-
*/
|
|
2020
|
-
CountryCode?: string;
|
|
2021
|
-
|
|
2022
|
-
/**
|
|
2023
|
-
* <p>The supported phone number types. </p>
|
|
2024
|
-
*/
|
|
2025
|
-
SupportedPhoneNumberTypes?: (PhoneNumberType | string)[];
|
|
2026
|
-
}
|
|
2027
|
-
|
|
2028
|
-
export namespace PhoneNumberCountry {
|
|
2029
|
-
/**
|
|
2030
|
-
* @internal
|
|
2031
|
-
*/
|
|
2032
|
-
export const filterSensitiveLog = (obj: PhoneNumberCountry): any => ({
|
|
2033
|
-
...obj,
|
|
2034
|
-
});
|
|
2035
|
-
}
|
|
2036
|
-
|
|
2037
|
-
export interface ListSupportedPhoneNumberCountriesResponse {
|
|
2038
|
-
/**
|
|
2039
|
-
* <p>The supported phone number countries.</p>
|
|
2040
|
-
*/
|
|
2041
|
-
PhoneNumberCountries?: PhoneNumberCountry[];
|
|
2042
|
-
}
|
|
2043
|
-
|
|
2044
|
-
export namespace ListSupportedPhoneNumberCountriesResponse {
|
|
2045
|
-
/**
|
|
2046
|
-
* @internal
|
|
2047
|
-
*/
|
|
2048
|
-
export const filterSensitiveLog = (obj: ListSupportedPhoneNumberCountriesResponse): any => ({
|
|
2049
|
-
...obj,
|
|
2050
|
-
});
|
|
2051
|
-
}
|
|
2052
|
-
|
|
2053
|
-
export interface ListTagsForResourceRequest {
|
|
2054
|
-
/**
|
|
2055
|
-
* <p>The resource ARN.</p>
|
|
2056
|
-
*/
|
|
2057
|
-
ResourceARN: string | undefined;
|
|
2058
|
-
}
|
|
2059
|
-
|
|
2060
|
-
export namespace ListTagsForResourceRequest {
|
|
2061
|
-
/**
|
|
2062
|
-
* @internal
|
|
2063
|
-
*/
|
|
2064
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceRequest): any => ({
|
|
2065
|
-
...obj,
|
|
2066
|
-
...(obj.ResourceARN && { ResourceARN: SENSITIVE_STRING }),
|
|
2067
|
-
});
|
|
2068
|
-
}
|
|
2069
|
-
|
|
2070
|
-
export interface ListTagsForResourceResponse {
|
|
2071
|
-
/**
|
|
2072
|
-
* <p>A list of tag-key value pairs.</p>
|
|
2073
|
-
*/
|
|
2074
|
-
Tags?: Tag[];
|
|
2075
|
-
}
|
|
2076
|
-
|
|
2077
|
-
export namespace ListTagsForResourceResponse {
|
|
2078
|
-
/**
|
|
2079
|
-
* @internal
|
|
2080
|
-
*/
|
|
2081
|
-
export const filterSensitiveLog = (obj: ListTagsForResourceResponse): any => ({
|
|
2082
|
-
...obj,
|
|
2083
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => Tag.filterSensitiveLog(item)) }),
|
|
2084
|
-
});
|
|
2085
|
-
}
|
|
2086
|
-
|
|
2087
|
-
export interface ListUsersRequest {
|
|
2088
|
-
/**
|
|
2089
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2090
|
-
*/
|
|
2091
|
-
AccountId: string | undefined;
|
|
2092
|
-
|
|
2093
|
-
/**
|
|
2094
|
-
* <p>Optional. The user email address used to filter results. Maximum 1.</p>
|
|
2095
|
-
*/
|
|
2096
|
-
UserEmail?: string;
|
|
2097
|
-
|
|
2098
|
-
/**
|
|
2099
|
-
* <p>The user type.</p>
|
|
2100
|
-
*/
|
|
2101
|
-
UserType?: UserType | string;
|
|
2102
|
-
|
|
2103
|
-
/**
|
|
2104
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
2105
|
-
*/
|
|
2106
|
-
MaxResults?: number;
|
|
2107
|
-
|
|
2108
|
-
/**
|
|
2109
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
2110
|
-
*/
|
|
2111
|
-
NextToken?: string;
|
|
2112
|
-
}
|
|
2113
|
-
|
|
2114
|
-
export namespace ListUsersRequest {
|
|
2115
|
-
/**
|
|
2116
|
-
* @internal
|
|
2117
|
-
*/
|
|
2118
|
-
export const filterSensitiveLog = (obj: ListUsersRequest): any => ({
|
|
2119
|
-
...obj,
|
|
2120
|
-
...(obj.UserEmail && { UserEmail: SENSITIVE_STRING }),
|
|
2121
|
-
});
|
|
2122
|
-
}
|
|
2123
|
-
|
|
2124
|
-
export interface ListUsersResponse {
|
|
2125
|
-
/**
|
|
2126
|
-
* <p>List of users and user details.</p>
|
|
2127
|
-
*/
|
|
2128
|
-
Users?: User[];
|
|
2129
|
-
|
|
2130
|
-
/**
|
|
2131
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
2132
|
-
*/
|
|
2133
|
-
NextToken?: string;
|
|
2134
|
-
}
|
|
2135
|
-
|
|
2136
|
-
export namespace ListUsersResponse {
|
|
2137
|
-
/**
|
|
2138
|
-
* @internal
|
|
2139
|
-
*/
|
|
2140
|
-
export const filterSensitiveLog = (obj: ListUsersResponse): any => ({
|
|
2141
|
-
...obj,
|
|
2142
|
-
...(obj.Users && { Users: obj.Users.map((item) => User.filterSensitiveLog(item)) }),
|
|
2143
|
-
});
|
|
2144
|
-
}
|
|
2145
|
-
|
|
2146
|
-
export interface ListVoiceConnectorGroupsRequest {
|
|
2147
|
-
/**
|
|
2148
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
2149
|
-
*/
|
|
2150
|
-
NextToken?: string;
|
|
2151
|
-
|
|
2152
|
-
/**
|
|
2153
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
2154
|
-
*/
|
|
2155
|
-
MaxResults?: number;
|
|
2156
|
-
}
|
|
2157
|
-
|
|
2158
|
-
export namespace ListVoiceConnectorGroupsRequest {
|
|
2159
|
-
/**
|
|
2160
|
-
* @internal
|
|
2161
|
-
*/
|
|
2162
|
-
export const filterSensitiveLog = (obj: ListVoiceConnectorGroupsRequest): any => ({
|
|
2163
|
-
...obj,
|
|
2164
|
-
});
|
|
2165
|
-
}
|
|
2166
|
-
|
|
2167
|
-
export interface ListVoiceConnectorGroupsResponse {
|
|
2168
|
-
/**
|
|
2169
|
-
* <p>The details of the Amazon Chime Voice Connector groups.</p>
|
|
2170
|
-
*/
|
|
2171
|
-
VoiceConnectorGroups?: VoiceConnectorGroup[];
|
|
2172
|
-
|
|
2173
|
-
/**
|
|
2174
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
2175
|
-
*/
|
|
2176
|
-
NextToken?: string;
|
|
2177
|
-
}
|
|
2178
|
-
|
|
2179
|
-
export namespace ListVoiceConnectorGroupsResponse {
|
|
2180
|
-
/**
|
|
2181
|
-
* @internal
|
|
2182
|
-
*/
|
|
2183
|
-
export const filterSensitiveLog = (obj: ListVoiceConnectorGroupsResponse): any => ({
|
|
2184
|
-
...obj,
|
|
2185
|
-
});
|
|
2186
|
-
}
|
|
2187
|
-
|
|
2188
|
-
export interface ListVoiceConnectorsRequest {
|
|
2189
|
-
/**
|
|
2190
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
2191
|
-
*/
|
|
2192
|
-
NextToken?: string;
|
|
2193
|
-
|
|
2194
|
-
/**
|
|
2195
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
2196
|
-
*/
|
|
2197
|
-
MaxResults?: number;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
export namespace ListVoiceConnectorsRequest {
|
|
2201
|
-
/**
|
|
2202
|
-
* @internal
|
|
2203
|
-
*/
|
|
2204
|
-
export const filterSensitiveLog = (obj: ListVoiceConnectorsRequest): any => ({
|
|
2205
|
-
...obj,
|
|
2206
|
-
});
|
|
2207
|
-
}
|
|
2208
|
-
|
|
2209
|
-
export interface ListVoiceConnectorsResponse {
|
|
2210
|
-
/**
|
|
2211
|
-
* <p>The details of the Amazon Chime Voice Connectors.</p>
|
|
2212
|
-
*/
|
|
2213
|
-
VoiceConnectors?: VoiceConnector[];
|
|
2214
|
-
|
|
2215
|
-
/**
|
|
2216
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
2217
|
-
*/
|
|
2218
|
-
NextToken?: string;
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
export namespace ListVoiceConnectorsResponse {
|
|
2222
|
-
/**
|
|
2223
|
-
* @internal
|
|
2224
|
-
*/
|
|
2225
|
-
export const filterSensitiveLog = (obj: ListVoiceConnectorsResponse): any => ({
|
|
2226
|
-
...obj,
|
|
2227
|
-
});
|
|
2228
|
-
}
|
|
2229
|
-
|
|
2230
|
-
export interface ListVoiceConnectorTerminationCredentialsRequest {
|
|
2231
|
-
/**
|
|
2232
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2233
|
-
*/
|
|
2234
|
-
VoiceConnectorId: string | undefined;
|
|
2235
|
-
}
|
|
2236
|
-
|
|
2237
|
-
export namespace ListVoiceConnectorTerminationCredentialsRequest {
|
|
2238
|
-
/**
|
|
2239
|
-
* @internal
|
|
2240
|
-
*/
|
|
2241
|
-
export const filterSensitiveLog = (obj: ListVoiceConnectorTerminationCredentialsRequest): any => ({
|
|
2242
|
-
...obj,
|
|
2243
|
-
});
|
|
2244
|
-
}
|
|
2245
|
-
|
|
2246
|
-
export interface ListVoiceConnectorTerminationCredentialsResponse {
|
|
2247
|
-
/**
|
|
2248
|
-
* <p>A list of user names.</p>
|
|
2249
|
-
*/
|
|
2250
|
-
Usernames?: string[];
|
|
2251
|
-
}
|
|
2252
|
-
|
|
2253
|
-
export namespace ListVoiceConnectorTerminationCredentialsResponse {
|
|
2254
|
-
/**
|
|
2255
|
-
* @internal
|
|
2256
|
-
*/
|
|
2257
|
-
export const filterSensitiveLog = (obj: ListVoiceConnectorTerminationCredentialsResponse): any => ({
|
|
2258
|
-
...obj,
|
|
2259
|
-
...(obj.Usernames && { Usernames: SENSITIVE_STRING }),
|
|
2260
|
-
});
|
|
2261
|
-
}
|
|
2262
|
-
|
|
2263
|
-
export interface LogoutUserRequest {
|
|
2264
|
-
/**
|
|
2265
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2266
|
-
*/
|
|
2267
|
-
AccountId: string | undefined;
|
|
2268
|
-
|
|
2269
|
-
/**
|
|
2270
|
-
* <p>The user ID.</p>
|
|
2271
|
-
*/
|
|
2272
|
-
UserId: string | undefined;
|
|
2273
|
-
}
|
|
2274
|
-
|
|
2275
|
-
export namespace LogoutUserRequest {
|
|
2276
|
-
/**
|
|
2277
|
-
* @internal
|
|
2278
|
-
*/
|
|
2279
|
-
export const filterSensitiveLog = (obj: LogoutUserRequest): any => ({
|
|
2280
|
-
...obj,
|
|
2281
|
-
});
|
|
2282
|
-
}
|
|
2283
|
-
|
|
2284
|
-
export interface LogoutUserResponse {}
|
|
2285
|
-
|
|
2286
|
-
export namespace LogoutUserResponse {
|
|
2287
|
-
/**
|
|
2288
|
-
* @internal
|
|
2289
|
-
*/
|
|
2290
|
-
export const filterSensitiveLog = (obj: LogoutUserResponse): any => ({
|
|
2291
|
-
...obj,
|
|
2292
|
-
});
|
|
2293
|
-
}
|
|
2294
|
-
|
|
2295
|
-
export interface PutAppInstanceRetentionSettingsRequest {
|
|
2296
|
-
/**
|
|
2297
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
2298
|
-
*/
|
|
2299
|
-
AppInstanceArn: string | undefined;
|
|
2300
|
-
|
|
2301
|
-
/**
|
|
2302
|
-
* <p>The time in days to retain data. Data type: number.</p>
|
|
2303
|
-
*/
|
|
2304
|
-
AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
|
|
2305
|
-
}
|
|
2306
|
-
|
|
2307
|
-
export namespace PutAppInstanceRetentionSettingsRequest {
|
|
2308
|
-
/**
|
|
2309
|
-
* @internal
|
|
2310
|
-
*/
|
|
2311
|
-
export const filterSensitiveLog = (obj: PutAppInstanceRetentionSettingsRequest): any => ({
|
|
2312
|
-
...obj,
|
|
2313
|
-
});
|
|
2314
|
-
}
|
|
2315
|
-
|
|
2316
|
-
export interface PutAppInstanceRetentionSettingsResponse {
|
|
2317
|
-
/**
|
|
2318
|
-
* <p>The time in days to retain data. Data type: number.</p>
|
|
2319
|
-
*/
|
|
2320
|
-
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
2321
|
-
|
|
2322
|
-
/**
|
|
2323
|
-
* <p>The time at which the API deletes data.</p>
|
|
2324
|
-
*/
|
|
2325
|
-
InitiateDeletionTimestamp?: Date;
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
|
-
export namespace PutAppInstanceRetentionSettingsResponse {
|
|
2329
|
-
/**
|
|
2330
|
-
* @internal
|
|
2331
|
-
*/
|
|
2332
|
-
export const filterSensitiveLog = (obj: PutAppInstanceRetentionSettingsResponse): any => ({
|
|
2333
|
-
...obj,
|
|
2334
|
-
});
|
|
2335
|
-
}
|
|
2336
|
-
|
|
2337
|
-
export interface PutAppInstanceStreamingConfigurationsRequest {
|
|
2338
|
-
/**
|
|
2339
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
2340
|
-
*/
|
|
2341
|
-
AppInstanceArn: string | undefined;
|
|
2342
|
-
|
|
2343
|
-
/**
|
|
2344
|
-
* <p>The streaming configurations set for an <code>AppInstance</code>.</p>
|
|
2345
|
-
*/
|
|
2346
|
-
AppInstanceStreamingConfigurations: AppInstanceStreamingConfiguration[] | undefined;
|
|
2347
|
-
}
|
|
2348
|
-
|
|
2349
|
-
export namespace PutAppInstanceStreamingConfigurationsRequest {
|
|
2350
|
-
/**
|
|
2351
|
-
* @internal
|
|
2352
|
-
*/
|
|
2353
|
-
export const filterSensitiveLog = (obj: PutAppInstanceStreamingConfigurationsRequest): any => ({
|
|
2354
|
-
...obj,
|
|
2355
|
-
...(obj.AppInstanceStreamingConfigurations && {
|
|
2356
|
-
AppInstanceStreamingConfigurations: obj.AppInstanceStreamingConfigurations.map((item) =>
|
|
2357
|
-
AppInstanceStreamingConfiguration.filterSensitiveLog(item)
|
|
2358
|
-
),
|
|
2359
|
-
}),
|
|
2360
|
-
});
|
|
2361
|
-
}
|
|
2362
|
-
|
|
2363
|
-
export interface PutAppInstanceStreamingConfigurationsResponse {
|
|
2364
|
-
/**
|
|
2365
|
-
* <p>The streaming configurations of an <code>AppInstance</code>.</p>
|
|
2366
|
-
*/
|
|
2367
|
-
AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[];
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
export namespace PutAppInstanceStreamingConfigurationsResponse {
|
|
2371
|
-
/**
|
|
2372
|
-
* @internal
|
|
2373
|
-
*/
|
|
2374
|
-
export const filterSensitiveLog = (obj: PutAppInstanceStreamingConfigurationsResponse): any => ({
|
|
2375
|
-
...obj,
|
|
2376
|
-
...(obj.AppInstanceStreamingConfigurations && {
|
|
2377
|
-
AppInstanceStreamingConfigurations: obj.AppInstanceStreamingConfigurations.map((item) =>
|
|
2378
|
-
AppInstanceStreamingConfiguration.filterSensitiveLog(item)
|
|
2379
|
-
),
|
|
2380
|
-
}),
|
|
2381
|
-
});
|
|
2382
|
-
}
|
|
2383
|
-
|
|
2384
|
-
export interface PutEventsConfigurationRequest {
|
|
2385
|
-
/**
|
|
2386
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2387
|
-
*/
|
|
2388
|
-
AccountId: string | undefined;
|
|
2389
|
-
|
|
2390
|
-
/**
|
|
2391
|
-
* <p>The bot ID.</p>
|
|
2392
|
-
*/
|
|
2393
|
-
BotId: string | undefined;
|
|
2394
|
-
|
|
2395
|
-
/**
|
|
2396
|
-
* <p>HTTPS endpoint that allows the bot to receive outgoing events.</p>
|
|
2397
|
-
*/
|
|
2398
|
-
OutboundEventsHTTPSEndpoint?: string;
|
|
2399
|
-
|
|
2400
|
-
/**
|
|
2401
|
-
* <p>Lambda function ARN that allows the bot to receive outgoing events.</p>
|
|
2402
|
-
*/
|
|
2403
|
-
LambdaFunctionArn?: string;
|
|
2404
|
-
}
|
|
2405
|
-
|
|
2406
|
-
export namespace PutEventsConfigurationRequest {
|
|
2407
|
-
/**
|
|
2408
|
-
* @internal
|
|
2409
|
-
*/
|
|
2410
|
-
export const filterSensitiveLog = (obj: PutEventsConfigurationRequest): any => ({
|
|
2411
|
-
...obj,
|
|
2412
|
-
...(obj.OutboundEventsHTTPSEndpoint && { OutboundEventsHTTPSEndpoint: SENSITIVE_STRING }),
|
|
2413
|
-
...(obj.LambdaFunctionArn && { LambdaFunctionArn: SENSITIVE_STRING }),
|
|
2414
|
-
});
|
|
2415
|
-
}
|
|
2416
|
-
|
|
2417
|
-
export interface PutEventsConfigurationResponse {
|
|
2418
|
-
/**
|
|
2419
|
-
* <p>The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.</p>
|
|
2420
|
-
*/
|
|
2421
|
-
EventsConfiguration?: EventsConfiguration;
|
|
2422
|
-
}
|
|
2423
|
-
|
|
2424
|
-
export namespace PutEventsConfigurationResponse {
|
|
2425
|
-
/**
|
|
2426
|
-
* @internal
|
|
2427
|
-
*/
|
|
2428
|
-
export const filterSensitiveLog = (obj: PutEventsConfigurationResponse): any => ({
|
|
2429
|
-
...obj,
|
|
2430
|
-
...(obj.EventsConfiguration && {
|
|
2431
|
-
EventsConfiguration: EventsConfiguration.filterSensitiveLog(obj.EventsConfiguration),
|
|
2432
|
-
}),
|
|
2433
|
-
});
|
|
2434
|
-
}
|
|
2435
|
-
|
|
2436
|
-
export interface PutRetentionSettingsRequest {
|
|
2437
|
-
/**
|
|
2438
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2439
|
-
*/
|
|
2440
|
-
AccountId: string | undefined;
|
|
2441
|
-
|
|
2442
|
-
/**
|
|
2443
|
-
* <p>The retention settings.</p>
|
|
2444
|
-
*/
|
|
2445
|
-
RetentionSettings: RetentionSettings | undefined;
|
|
2446
|
-
}
|
|
2447
|
-
|
|
2448
|
-
export namespace PutRetentionSettingsRequest {
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
export const filterSensitiveLog = (obj: PutRetentionSettingsRequest): any => ({
|
|
2453
|
-
...obj,
|
|
2454
|
-
});
|
|
2455
|
-
}
|
|
2456
|
-
|
|
2457
|
-
export interface PutRetentionSettingsResponse {
|
|
2458
|
-
/**
|
|
2459
|
-
* <p>The retention settings.</p>
|
|
2460
|
-
*/
|
|
2461
|
-
RetentionSettings?: RetentionSettings;
|
|
2462
|
-
|
|
2463
|
-
/**
|
|
2464
|
-
* <p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>
|
|
2465
|
-
*/
|
|
2466
|
-
InitiateDeletionTimestamp?: Date;
|
|
2467
|
-
}
|
|
2468
|
-
|
|
2469
|
-
export namespace PutRetentionSettingsResponse {
|
|
2470
|
-
/**
|
|
2471
|
-
* @internal
|
|
2472
|
-
*/
|
|
2473
|
-
export const filterSensitiveLog = (obj: PutRetentionSettingsResponse): any => ({
|
|
2474
|
-
...obj,
|
|
2475
|
-
});
|
|
2476
|
-
}
|
|
2477
|
-
|
|
2478
|
-
export interface PutSipMediaApplicationLoggingConfigurationRequest {
|
|
2479
|
-
/**
|
|
2480
|
-
* <p>The SIP media application ID.</p>
|
|
2481
|
-
*/
|
|
2482
|
-
SipMediaApplicationId: string | undefined;
|
|
2483
|
-
|
|
2484
|
-
/**
|
|
2485
|
-
* <p>The actual logging configuration.</p>
|
|
2486
|
-
*/
|
|
2487
|
-
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
2488
|
-
}
|
|
2489
|
-
|
|
2490
|
-
export namespace PutSipMediaApplicationLoggingConfigurationRequest {
|
|
2491
|
-
/**
|
|
2492
|
-
* @internal
|
|
2493
|
-
*/
|
|
2494
|
-
export const filterSensitiveLog = (obj: PutSipMediaApplicationLoggingConfigurationRequest): any => ({
|
|
2495
|
-
...obj,
|
|
2496
|
-
});
|
|
2497
|
-
}
|
|
2498
|
-
|
|
2499
|
-
export interface PutSipMediaApplicationLoggingConfigurationResponse {
|
|
2500
|
-
/**
|
|
2501
|
-
* <p>Logging configuration of the SIP media application.</p>
|
|
2502
|
-
*/
|
|
2503
|
-
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
2504
|
-
}
|
|
2505
|
-
|
|
2506
|
-
export namespace PutSipMediaApplicationLoggingConfigurationResponse {
|
|
2507
|
-
/**
|
|
2508
|
-
* @internal
|
|
2509
|
-
*/
|
|
2510
|
-
export const filterSensitiveLog = (obj: PutSipMediaApplicationLoggingConfigurationResponse): any => ({
|
|
2511
|
-
...obj,
|
|
2512
|
-
});
|
|
2513
|
-
}
|
|
2514
|
-
|
|
2515
|
-
export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
2516
|
-
/**
|
|
2517
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2518
|
-
*/
|
|
2519
|
-
VoiceConnectorId: string | undefined;
|
|
2520
|
-
|
|
2521
|
-
/**
|
|
2522
|
-
* <p>The emergency calling configuration details.</p>
|
|
2523
|
-
*/
|
|
2524
|
-
EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
export namespace PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
2528
|
-
/**
|
|
2529
|
-
* @internal
|
|
2530
|
-
*/
|
|
2531
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorEmergencyCallingConfigurationRequest): any => ({
|
|
2532
|
-
...obj,
|
|
2533
|
-
...(obj.EmergencyCallingConfiguration && {
|
|
2534
|
-
EmergencyCallingConfiguration: EmergencyCallingConfiguration.filterSensitiveLog(
|
|
2535
|
-
obj.EmergencyCallingConfiguration
|
|
2536
|
-
),
|
|
2537
|
-
}),
|
|
2538
|
-
});
|
|
2539
|
-
}
|
|
2540
|
-
|
|
2541
|
-
export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
2542
|
-
/**
|
|
2543
|
-
* <p>The emergency calling configuration details.</p>
|
|
2544
|
-
*/
|
|
2545
|
-
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
2546
|
-
}
|
|
2547
|
-
|
|
2548
|
-
export namespace PutVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
2549
|
-
/**
|
|
2550
|
-
* @internal
|
|
2551
|
-
*/
|
|
2552
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorEmergencyCallingConfigurationResponse): any => ({
|
|
2553
|
-
...obj,
|
|
2554
|
-
...(obj.EmergencyCallingConfiguration && {
|
|
2555
|
-
EmergencyCallingConfiguration: EmergencyCallingConfiguration.filterSensitiveLog(
|
|
2556
|
-
obj.EmergencyCallingConfiguration
|
|
2557
|
-
),
|
|
2558
|
-
}),
|
|
2559
|
-
});
|
|
2560
|
-
}
|
|
2561
|
-
|
|
2562
|
-
export interface PutVoiceConnectorLoggingConfigurationRequest {
|
|
2563
|
-
/**
|
|
2564
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2565
|
-
*/
|
|
2566
|
-
VoiceConnectorId: string | undefined;
|
|
2567
|
-
|
|
2568
|
-
/**
|
|
2569
|
-
* <p>The logging configuration details to add.</p>
|
|
2570
|
-
*/
|
|
2571
|
-
LoggingConfiguration: LoggingConfiguration | undefined;
|
|
2572
|
-
}
|
|
2573
|
-
|
|
2574
|
-
export namespace PutVoiceConnectorLoggingConfigurationRequest {
|
|
2575
|
-
/**
|
|
2576
|
-
* @internal
|
|
2577
|
-
*/
|
|
2578
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorLoggingConfigurationRequest): any => ({
|
|
2579
|
-
...obj,
|
|
2580
|
-
});
|
|
2581
|
-
}
|
|
2582
|
-
|
|
2583
|
-
export interface PutVoiceConnectorLoggingConfigurationResponse {
|
|
2584
|
-
/**
|
|
2585
|
-
* <p>The updated logging configuration details.</p>
|
|
2586
|
-
*/
|
|
2587
|
-
LoggingConfiguration?: LoggingConfiguration;
|
|
2588
|
-
}
|
|
2589
|
-
|
|
2590
|
-
export namespace PutVoiceConnectorLoggingConfigurationResponse {
|
|
2591
|
-
/**
|
|
2592
|
-
* @internal
|
|
2593
|
-
*/
|
|
2594
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorLoggingConfigurationResponse): any => ({
|
|
2595
|
-
...obj,
|
|
2596
|
-
});
|
|
2597
|
-
}
|
|
2598
|
-
|
|
2599
|
-
export interface PutVoiceConnectorOriginationRequest {
|
|
2600
|
-
/**
|
|
2601
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2602
|
-
*/
|
|
2603
|
-
VoiceConnectorId: string | undefined;
|
|
2604
|
-
|
|
2605
|
-
/**
|
|
2606
|
-
* <p>The origination setting details to add.</p>
|
|
2607
|
-
*/
|
|
2608
|
-
Origination: Origination | undefined;
|
|
2609
|
-
}
|
|
2610
|
-
|
|
2611
|
-
export namespace PutVoiceConnectorOriginationRequest {
|
|
2612
|
-
/**
|
|
2613
|
-
* @internal
|
|
2614
|
-
*/
|
|
2615
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorOriginationRequest): any => ({
|
|
2616
|
-
...obj,
|
|
2617
|
-
});
|
|
2618
|
-
}
|
|
2619
|
-
|
|
2620
|
-
export interface PutVoiceConnectorOriginationResponse {
|
|
2621
|
-
/**
|
|
2622
|
-
* <p>The updated origination setting details.</p>
|
|
2623
|
-
*/
|
|
2624
|
-
Origination?: Origination;
|
|
2625
|
-
}
|
|
2626
|
-
|
|
2627
|
-
export namespace PutVoiceConnectorOriginationResponse {
|
|
2628
|
-
/**
|
|
2629
|
-
* @internal
|
|
2630
|
-
*/
|
|
2631
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorOriginationResponse): any => ({
|
|
2632
|
-
...obj,
|
|
2633
|
-
});
|
|
2634
|
-
}
|
|
2635
|
-
|
|
2636
|
-
export interface PutVoiceConnectorProxyRequest {
|
|
2637
|
-
/**
|
|
2638
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
2639
|
-
*/
|
|
2640
|
-
VoiceConnectorId: string | undefined;
|
|
2641
|
-
|
|
2642
|
-
/**
|
|
2643
|
-
* <p>The default number of minutes allowed for proxy sessions.</p>
|
|
2644
|
-
*/
|
|
2645
|
-
DefaultSessionExpiryMinutes: number | undefined;
|
|
2646
|
-
|
|
2647
|
-
/**
|
|
2648
|
-
* <p>The countries for proxy phone numbers to be selected from.</p>
|
|
2649
|
-
*/
|
|
2650
|
-
PhoneNumberPoolCountries: string[] | undefined;
|
|
2651
|
-
|
|
2652
|
-
/**
|
|
2653
|
-
* <p>The phone number to route calls to after a proxy session expires.</p>
|
|
2654
|
-
*/
|
|
2655
|
-
FallBackPhoneNumber?: string;
|
|
2656
|
-
|
|
2657
|
-
/**
|
|
2658
|
-
* <p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>
|
|
2659
|
-
*/
|
|
2660
|
-
Disabled?: boolean;
|
|
2661
|
-
}
|
|
2662
|
-
|
|
2663
|
-
export namespace PutVoiceConnectorProxyRequest {
|
|
2664
|
-
/**
|
|
2665
|
-
* @internal
|
|
2666
|
-
*/
|
|
2667
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorProxyRequest): any => ({
|
|
2668
|
-
...obj,
|
|
2669
|
-
...(obj.FallBackPhoneNumber && { FallBackPhoneNumber: SENSITIVE_STRING }),
|
|
2670
|
-
});
|
|
2671
|
-
}
|
|
2672
|
-
|
|
2673
|
-
export interface PutVoiceConnectorProxyResponse {
|
|
2674
|
-
/**
|
|
2675
|
-
* <p>The proxy configuration details.</p>
|
|
2676
|
-
*/
|
|
2677
|
-
Proxy?: Proxy;
|
|
2678
|
-
}
|
|
2679
|
-
|
|
2680
|
-
export namespace PutVoiceConnectorProxyResponse {
|
|
2681
|
-
/**
|
|
2682
|
-
* @internal
|
|
2683
|
-
*/
|
|
2684
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorProxyResponse): any => ({
|
|
2685
|
-
...obj,
|
|
2686
|
-
...(obj.Proxy && { Proxy: Proxy.filterSensitiveLog(obj.Proxy) }),
|
|
2687
|
-
});
|
|
2688
|
-
}
|
|
2689
|
-
|
|
2690
|
-
export interface PutVoiceConnectorStreamingConfigurationRequest {
|
|
2691
|
-
/**
|
|
2692
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2693
|
-
*/
|
|
2694
|
-
VoiceConnectorId: string | undefined;
|
|
2695
|
-
|
|
2696
|
-
/**
|
|
2697
|
-
* <p>The streaming configuration details to add.</p>
|
|
2698
|
-
*/
|
|
2699
|
-
StreamingConfiguration: StreamingConfiguration | undefined;
|
|
2700
|
-
}
|
|
2701
|
-
|
|
2702
|
-
export namespace PutVoiceConnectorStreamingConfigurationRequest {
|
|
2703
|
-
/**
|
|
2704
|
-
* @internal
|
|
2705
|
-
*/
|
|
2706
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorStreamingConfigurationRequest): any => ({
|
|
2707
|
-
...obj,
|
|
2708
|
-
});
|
|
2709
|
-
}
|
|
2710
|
-
|
|
2711
|
-
export interface PutVoiceConnectorStreamingConfigurationResponse {
|
|
2712
|
-
/**
|
|
2713
|
-
* <p>The updated streaming configuration details.</p>
|
|
2714
|
-
*/
|
|
2715
|
-
StreamingConfiguration?: StreamingConfiguration;
|
|
2716
|
-
}
|
|
2717
|
-
|
|
2718
|
-
export namespace PutVoiceConnectorStreamingConfigurationResponse {
|
|
2719
|
-
/**
|
|
2720
|
-
* @internal
|
|
2721
|
-
*/
|
|
2722
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorStreamingConfigurationResponse): any => ({
|
|
2723
|
-
...obj,
|
|
2724
|
-
});
|
|
2725
|
-
}
|
|
2726
|
-
|
|
2727
|
-
export interface PutVoiceConnectorTerminationRequest {
|
|
2728
|
-
/**
|
|
2729
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2730
|
-
*/
|
|
2731
|
-
VoiceConnectorId: string | undefined;
|
|
2732
|
-
|
|
2733
|
-
/**
|
|
2734
|
-
* <p>The termination setting details to add.</p>
|
|
2735
|
-
*/
|
|
2736
|
-
Termination: Termination | undefined;
|
|
2737
|
-
}
|
|
2738
|
-
|
|
2739
|
-
export namespace PutVoiceConnectorTerminationRequest {
|
|
2740
|
-
/**
|
|
2741
|
-
* @internal
|
|
2742
|
-
*/
|
|
2743
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorTerminationRequest): any => ({
|
|
2744
|
-
...obj,
|
|
2745
|
-
...(obj.Termination && { Termination: Termination.filterSensitiveLog(obj.Termination) }),
|
|
2746
|
-
});
|
|
2747
|
-
}
|
|
2748
|
-
|
|
2749
|
-
export interface PutVoiceConnectorTerminationResponse {
|
|
2750
|
-
/**
|
|
2751
|
-
* <p>The updated termination setting details.</p>
|
|
2752
|
-
*/
|
|
2753
|
-
Termination?: Termination;
|
|
2754
|
-
}
|
|
2755
|
-
|
|
2756
|
-
export namespace PutVoiceConnectorTerminationResponse {
|
|
2757
|
-
/**
|
|
2758
|
-
* @internal
|
|
2759
|
-
*/
|
|
2760
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorTerminationResponse): any => ({
|
|
2761
|
-
...obj,
|
|
2762
|
-
...(obj.Termination && { Termination: Termination.filterSensitiveLog(obj.Termination) }),
|
|
2763
|
-
});
|
|
2764
|
-
}
|
|
2765
|
-
|
|
2766
|
-
export interface PutVoiceConnectorTerminationCredentialsRequest {
|
|
2767
|
-
/**
|
|
2768
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
2769
|
-
*/
|
|
2770
|
-
VoiceConnectorId: string | undefined;
|
|
2771
|
-
|
|
2772
|
-
/**
|
|
2773
|
-
* <p>The termination SIP credentials.</p>
|
|
2774
|
-
*/
|
|
2775
|
-
Credentials?: Credential[];
|
|
2776
|
-
}
|
|
2777
|
-
|
|
2778
|
-
export namespace PutVoiceConnectorTerminationCredentialsRequest {
|
|
2779
|
-
/**
|
|
2780
|
-
* @internal
|
|
2781
|
-
*/
|
|
2782
|
-
export const filterSensitiveLog = (obj: PutVoiceConnectorTerminationCredentialsRequest): any => ({
|
|
2783
|
-
...obj,
|
|
2784
|
-
...(obj.Credentials && { Credentials: obj.Credentials.map((item) => Credential.filterSensitiveLog(item)) }),
|
|
2785
|
-
});
|
|
2786
|
-
}
|
|
2787
|
-
|
|
2788
|
-
export interface RedactChannelMessageRequest {
|
|
2789
|
-
/**
|
|
2790
|
-
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
2791
|
-
*/
|
|
2792
|
-
ChannelArn: string | undefined;
|
|
2793
|
-
|
|
2794
|
-
/**
|
|
2795
|
-
* <p>The ID of the message being redacted.</p>
|
|
2796
|
-
*/
|
|
2797
|
-
MessageId: string | undefined;
|
|
2798
|
-
|
|
2799
|
-
/**
|
|
2800
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
2801
|
-
*/
|
|
2802
|
-
ChimeBearer?: string;
|
|
2803
|
-
}
|
|
2804
|
-
|
|
2805
|
-
export namespace RedactChannelMessageRequest {
|
|
2806
|
-
/**
|
|
2807
|
-
* @internal
|
|
2808
|
-
*/
|
|
2809
|
-
export const filterSensitiveLog = (obj: RedactChannelMessageRequest): any => ({
|
|
2810
|
-
...obj,
|
|
2811
|
-
});
|
|
2812
|
-
}
|
|
2813
|
-
|
|
2814
|
-
export interface RedactChannelMessageResponse {
|
|
2815
|
-
/**
|
|
2816
|
-
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
2817
|
-
*/
|
|
2818
|
-
ChannelArn?: string;
|
|
2819
|
-
|
|
2820
|
-
/**
|
|
2821
|
-
* <p>The ID of the message being redacted.</p>
|
|
2822
|
-
*/
|
|
2823
|
-
MessageId?: string;
|
|
2824
|
-
}
|
|
2825
|
-
|
|
2826
|
-
export namespace RedactChannelMessageResponse {
|
|
2827
|
-
/**
|
|
2828
|
-
* @internal
|
|
2829
|
-
*/
|
|
2830
|
-
export const filterSensitiveLog = (obj: RedactChannelMessageResponse): any => ({
|
|
2831
|
-
...obj,
|
|
2832
|
-
});
|
|
2833
|
-
}
|
|
2834
|
-
|
|
2835
|
-
export interface RedactConversationMessageRequest {
|
|
2836
|
-
/**
|
|
2837
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2838
|
-
*/
|
|
2839
|
-
AccountId: string | undefined;
|
|
2840
|
-
|
|
2841
|
-
/**
|
|
2842
|
-
* <p>The conversation ID.</p>
|
|
2843
|
-
*/
|
|
2844
|
-
ConversationId: string | undefined;
|
|
2845
|
-
|
|
2846
|
-
/**
|
|
2847
|
-
* <p>The message ID.</p>
|
|
2848
|
-
*/
|
|
2849
|
-
MessageId: string | undefined;
|
|
2850
|
-
}
|
|
2851
|
-
|
|
2852
|
-
export namespace RedactConversationMessageRequest {
|
|
2853
|
-
/**
|
|
2854
|
-
* @internal
|
|
2855
|
-
*/
|
|
2856
|
-
export const filterSensitiveLog = (obj: RedactConversationMessageRequest): any => ({
|
|
2857
|
-
...obj,
|
|
2858
|
-
});
|
|
2859
|
-
}
|
|
2860
|
-
|
|
2861
|
-
export interface RedactConversationMessageResponse {}
|
|
2862
|
-
|
|
2863
|
-
export namespace RedactConversationMessageResponse {
|
|
2864
|
-
/**
|
|
2865
|
-
* @internal
|
|
2866
|
-
*/
|
|
2867
|
-
export const filterSensitiveLog = (obj: RedactConversationMessageResponse): any => ({
|
|
2868
|
-
...obj,
|
|
2869
|
-
});
|
|
2870
|
-
}
|
|
2871
|
-
|
|
2872
|
-
export interface RedactRoomMessageRequest {
|
|
2873
|
-
/**
|
|
2874
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2875
|
-
*/
|
|
2876
|
-
AccountId: string | undefined;
|
|
2877
|
-
|
|
2878
|
-
/**
|
|
2879
|
-
* <p>The room ID.</p>
|
|
2880
|
-
*/
|
|
2881
|
-
RoomId: string | undefined;
|
|
2882
|
-
|
|
2883
|
-
/**
|
|
2884
|
-
* <p>The message ID.</p>
|
|
2885
|
-
*/
|
|
2886
|
-
MessageId: string | undefined;
|
|
2887
|
-
}
|
|
2888
|
-
|
|
2889
|
-
export namespace RedactRoomMessageRequest {
|
|
2890
|
-
/**
|
|
2891
|
-
* @internal
|
|
2892
|
-
*/
|
|
2893
|
-
export const filterSensitiveLog = (obj: RedactRoomMessageRequest): any => ({
|
|
2894
|
-
...obj,
|
|
2895
|
-
});
|
|
2896
|
-
}
|
|
2897
|
-
|
|
2898
|
-
export interface RedactRoomMessageResponse {}
|
|
2899
|
-
|
|
2900
|
-
export namespace RedactRoomMessageResponse {
|
|
2901
|
-
/**
|
|
2902
|
-
* @internal
|
|
2903
|
-
*/
|
|
2904
|
-
export const filterSensitiveLog = (obj: RedactRoomMessageResponse): any => ({
|
|
2905
|
-
...obj,
|
|
2906
|
-
});
|
|
2907
|
-
}
|
|
2908
|
-
|
|
2909
|
-
export interface RegenerateSecurityTokenRequest {
|
|
2910
|
-
/**
|
|
2911
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2912
|
-
*/
|
|
2913
|
-
AccountId: string | undefined;
|
|
2914
|
-
|
|
2915
|
-
/**
|
|
2916
|
-
* <p>The bot ID.</p>
|
|
2917
|
-
*/
|
|
2918
|
-
BotId: string | undefined;
|
|
2919
|
-
}
|
|
2920
|
-
|
|
2921
|
-
export namespace RegenerateSecurityTokenRequest {
|
|
2922
|
-
/**
|
|
2923
|
-
* @internal
|
|
2924
|
-
*/
|
|
2925
|
-
export const filterSensitiveLog = (obj: RegenerateSecurityTokenRequest): any => ({
|
|
2926
|
-
...obj,
|
|
2927
|
-
});
|
|
2928
|
-
}
|
|
2929
|
-
|
|
2930
|
-
export interface RegenerateSecurityTokenResponse {
|
|
2931
|
-
/**
|
|
2932
|
-
* <p>A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.</p>
|
|
2933
|
-
*/
|
|
2934
|
-
Bot?: Bot;
|
|
2935
|
-
}
|
|
2936
|
-
|
|
2937
|
-
export namespace RegenerateSecurityTokenResponse {
|
|
2938
|
-
/**
|
|
2939
|
-
* @internal
|
|
2940
|
-
*/
|
|
2941
|
-
export const filterSensitiveLog = (obj: RegenerateSecurityTokenResponse): any => ({
|
|
2942
|
-
...obj,
|
|
2943
|
-
...(obj.Bot && { Bot: Bot.filterSensitiveLog(obj.Bot) }),
|
|
2944
|
-
});
|
|
2945
|
-
}
|
|
2946
|
-
|
|
2947
|
-
export interface ResetPersonalPINRequest {
|
|
2948
|
-
/**
|
|
2949
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2950
|
-
*/
|
|
2951
|
-
AccountId: string | undefined;
|
|
2952
|
-
|
|
2953
|
-
/**
|
|
2954
|
-
* <p>The user ID.</p>
|
|
2955
|
-
*/
|
|
2956
|
-
UserId: string | undefined;
|
|
2957
|
-
}
|
|
2958
|
-
|
|
2959
|
-
export namespace ResetPersonalPINRequest {
|
|
2960
|
-
/**
|
|
2961
|
-
* @internal
|
|
2962
|
-
*/
|
|
2963
|
-
export const filterSensitiveLog = (obj: ResetPersonalPINRequest): any => ({
|
|
2964
|
-
...obj,
|
|
2965
|
-
});
|
|
2966
|
-
}
|
|
2967
|
-
|
|
2968
|
-
export interface ResetPersonalPINResponse {
|
|
2969
|
-
/**
|
|
2970
|
-
* <p>The user details and new personal meeting PIN.</p>
|
|
2971
|
-
*/
|
|
2972
|
-
User?: User;
|
|
2973
|
-
}
|
|
2974
|
-
|
|
2975
|
-
export namespace ResetPersonalPINResponse {
|
|
2976
|
-
/**
|
|
2977
|
-
* @internal
|
|
2978
|
-
*/
|
|
2979
|
-
export const filterSensitiveLog = (obj: ResetPersonalPINResponse): any => ({
|
|
2980
|
-
...obj,
|
|
2981
|
-
...(obj.User && { User: User.filterSensitiveLog(obj.User) }),
|
|
2982
|
-
});
|
|
2983
|
-
}
|
|
2984
|
-
|
|
2985
|
-
export interface RestorePhoneNumberRequest {
|
|
2986
|
-
/**
|
|
2987
|
-
* <p>The phone number.</p>
|
|
2988
|
-
*/
|
|
2989
|
-
PhoneNumberId: string | undefined;
|
|
2990
|
-
}
|
|
2991
|
-
|
|
2992
|
-
export namespace RestorePhoneNumberRequest {
|
|
2993
|
-
/**
|
|
2994
|
-
* @internal
|
|
2995
|
-
*/
|
|
2996
|
-
export const filterSensitiveLog = (obj: RestorePhoneNumberRequest): any => ({
|
|
2997
|
-
...obj,
|
|
2998
|
-
});
|
|
2999
|
-
}
|
|
3000
|
-
|
|
3001
|
-
export interface RestorePhoneNumberResponse {
|
|
3002
|
-
/**
|
|
3003
|
-
* <p>The phone number details.</p>
|
|
3004
|
-
*/
|
|
3005
|
-
PhoneNumber?: PhoneNumber;
|
|
3006
|
-
}
|
|
3007
|
-
|
|
3008
|
-
export namespace RestorePhoneNumberResponse {
|
|
3009
|
-
/**
|
|
3010
|
-
* @internal
|
|
3011
|
-
*/
|
|
3012
|
-
export const filterSensitiveLog = (obj: RestorePhoneNumberResponse): any => ({
|
|
3013
|
-
...obj,
|
|
3014
|
-
...(obj.PhoneNumber && { PhoneNumber: PhoneNumber.filterSensitiveLog(obj.PhoneNumber) }),
|
|
3015
|
-
});
|
|
3016
|
-
}
|
|
3017
|
-
|
|
3018
|
-
export interface SearchAvailablePhoneNumbersRequest {
|
|
3019
|
-
/**
|
|
3020
|
-
* <p>The area code used to filter results. Only applies to the US.</p>
|
|
3021
|
-
*/
|
|
3022
|
-
AreaCode?: string;
|
|
3023
|
-
|
|
3024
|
-
/**
|
|
3025
|
-
* <p>The city used to filter results. Only applies to the US.</p>
|
|
3026
|
-
*/
|
|
3027
|
-
City?: string;
|
|
3028
|
-
|
|
3029
|
-
/**
|
|
3030
|
-
* <p>The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.</p>
|
|
3031
|
-
*/
|
|
3032
|
-
Country?: string;
|
|
3033
|
-
|
|
3034
|
-
/**
|
|
3035
|
-
* <p>The state used to filter results. Required only if you provide <code>City</code>. Only applies to the US.</p>
|
|
3036
|
-
*/
|
|
3037
|
-
State?: string;
|
|
3038
|
-
|
|
3039
|
-
/**
|
|
3040
|
-
* <p>The toll-free prefix that you use to filter results. Only applies to the US.</p>
|
|
3041
|
-
*/
|
|
3042
|
-
TollFreePrefix?: string;
|
|
3043
|
-
|
|
3044
|
-
/**
|
|
3045
|
-
* <p>The phone number type used to filter results. Required for non-US numbers.</p>
|
|
3046
|
-
*/
|
|
3047
|
-
PhoneNumberType?: PhoneNumberType | string;
|
|
3048
|
-
|
|
3049
|
-
/**
|
|
3050
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
3051
|
-
*/
|
|
3052
|
-
MaxResults?: number;
|
|
3053
|
-
|
|
3054
|
-
/**
|
|
3055
|
-
* <p>The token used to retrieve the next page of results.</p>
|
|
3056
|
-
*/
|
|
3057
|
-
NextToken?: string;
|
|
3058
|
-
}
|
|
3059
|
-
|
|
3060
|
-
export namespace SearchAvailablePhoneNumbersRequest {
|
|
3061
|
-
/**
|
|
3062
|
-
* @internal
|
|
3063
|
-
*/
|
|
3064
|
-
export const filterSensitiveLog = (obj: SearchAvailablePhoneNumbersRequest): any => ({
|
|
3065
|
-
...obj,
|
|
3066
|
-
});
|
|
3067
|
-
}
|
|
3068
|
-
|
|
3069
|
-
export interface SearchAvailablePhoneNumbersResponse {
|
|
3070
|
-
/**
|
|
3071
|
-
* <p>List of phone numbers, in E.164 format.</p>
|
|
3072
|
-
*/
|
|
3073
|
-
E164PhoneNumbers?: string[];
|
|
3074
|
-
|
|
3075
|
-
/**
|
|
3076
|
-
* <p>The token used to retrieve the next page of search results.</p>
|
|
3077
|
-
*/
|
|
3078
|
-
NextToken?: string;
|
|
3079
|
-
}
|
|
3080
|
-
|
|
3081
|
-
export namespace SearchAvailablePhoneNumbersResponse {
|
|
3082
|
-
/**
|
|
3083
|
-
* @internal
|
|
3084
|
-
*/
|
|
3085
|
-
export const filterSensitiveLog = (obj: SearchAvailablePhoneNumbersResponse): any => ({
|
|
3086
|
-
...obj,
|
|
3087
|
-
...(obj.E164PhoneNumbers && { E164PhoneNumbers: SENSITIVE_STRING }),
|
|
3088
|
-
});
|
|
3089
|
-
}
|
|
3090
|
-
|
|
3091
|
-
export interface SendChannelMessageRequest {
|
|
3092
|
-
/**
|
|
3093
|
-
* <p>The ARN of the channel.</p>
|
|
3094
|
-
*/
|
|
3095
|
-
ChannelArn: string | undefined;
|
|
3096
|
-
|
|
3097
|
-
/**
|
|
3098
|
-
* <p>The content of the message.</p>
|
|
3099
|
-
*/
|
|
3100
|
-
Content: string | undefined;
|
|
3101
|
-
|
|
3102
|
-
/**
|
|
3103
|
-
* <p>The type of message, <code>STANDARD</code> or <code>CONTROL</code>.</p>
|
|
3104
|
-
*/
|
|
3105
|
-
Type: ChannelMessageType | string | undefined;
|
|
3106
|
-
|
|
3107
|
-
/**
|
|
3108
|
-
* <p>Boolean that controls whether the message is persisted on the back end. Required.</p>
|
|
3109
|
-
*/
|
|
3110
|
-
Persistence: ChannelMessagePersistenceType | string | undefined;
|
|
3111
|
-
|
|
3112
|
-
/**
|
|
3113
|
-
* <p>The optional metadata for each message.</p>
|
|
3114
|
-
*/
|
|
3115
|
-
Metadata?: string;
|
|
3116
|
-
|
|
3117
|
-
/**
|
|
3118
|
-
* <p>The <code>Idempotency</code> token for each client request.</p>
|
|
3119
|
-
*/
|
|
3120
|
-
ClientRequestToken?: string;
|
|
3121
|
-
|
|
3122
|
-
/**
|
|
3123
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
3124
|
-
*/
|
|
3125
|
-
ChimeBearer?: string;
|
|
3126
|
-
}
|
|
3127
|
-
|
|
3128
|
-
export namespace SendChannelMessageRequest {
|
|
3129
|
-
/**
|
|
3130
|
-
* @internal
|
|
3131
|
-
*/
|
|
3132
|
-
export const filterSensitiveLog = (obj: SendChannelMessageRequest): any => ({
|
|
3133
|
-
...obj,
|
|
3134
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
3135
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
3136
|
-
...(obj.ClientRequestToken && { ClientRequestToken: SENSITIVE_STRING }),
|
|
3137
|
-
});
|
|
3138
|
-
}
|
|
3139
|
-
|
|
3140
|
-
export interface SendChannelMessageResponse {
|
|
3141
|
-
/**
|
|
3142
|
-
* <p>The ARN of the channel.</p>
|
|
3143
|
-
*/
|
|
3144
|
-
ChannelArn?: string;
|
|
3145
|
-
|
|
3146
|
-
/**
|
|
3147
|
-
* <p>The ID string assigned to each message.</p>
|
|
3148
|
-
*/
|
|
3149
|
-
MessageId?: string;
|
|
3150
|
-
}
|
|
3151
|
-
|
|
3152
|
-
export namespace SendChannelMessageResponse {
|
|
3153
|
-
/**
|
|
3154
|
-
* @internal
|
|
3155
|
-
*/
|
|
3156
|
-
export const filterSensitiveLog = (obj: SendChannelMessageResponse): any => ({
|
|
3157
|
-
...obj,
|
|
3158
|
-
});
|
|
3159
|
-
}
|
|
3160
|
-
|
|
3161
|
-
/**
|
|
3162
|
-
* <p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>
|
|
3163
|
-
*/
|
|
3164
|
-
export interface TranscriptionConfiguration {
|
|
3165
|
-
/**
|
|
3166
|
-
* <p>The transcription configuration settings passed to Amazon Transcribe.</p>
|
|
3167
|
-
*/
|
|
3168
|
-
EngineTranscribeSettings?: EngineTranscribeSettings;
|
|
3169
|
-
|
|
3170
|
-
/**
|
|
3171
|
-
* <p>The transcription configuration settings passed to Amazon Transcribe Medical.</p>
|
|
3172
|
-
*/
|
|
3173
|
-
EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
|
|
3174
|
-
}
|
|
3175
|
-
|
|
3176
|
-
export namespace TranscriptionConfiguration {
|
|
3177
|
-
/**
|
|
3178
|
-
* @internal
|
|
3179
|
-
*/
|
|
3180
|
-
export const filterSensitiveLog = (obj: TranscriptionConfiguration): any => ({
|
|
3181
|
-
...obj,
|
|
3182
|
-
});
|
|
3183
|
-
}
|
|
3184
|
-
|
|
3185
|
-
export interface StartMeetingTranscriptionRequest {
|
|
3186
|
-
/**
|
|
3187
|
-
* <p>The unique ID of the meeting being transcribed.</p>
|
|
3188
|
-
*/
|
|
3189
|
-
MeetingId: string | undefined;
|
|
3190
|
-
|
|
3191
|
-
/**
|
|
3192
|
-
* <p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>
|
|
3193
|
-
*/
|
|
3194
|
-
TranscriptionConfiguration: TranscriptionConfiguration | undefined;
|
|
3195
|
-
}
|
|
3196
|
-
|
|
3197
|
-
export namespace StartMeetingTranscriptionRequest {
|
|
3198
|
-
/**
|
|
3199
|
-
* @internal
|
|
3200
|
-
*/
|
|
3201
|
-
export const filterSensitiveLog = (obj: StartMeetingTranscriptionRequest): any => ({
|
|
3202
|
-
...obj,
|
|
3203
|
-
});
|
|
3204
|
-
}
|
|
3205
|
-
|
|
3206
|
-
export interface StartMeetingTranscriptionResponse {}
|
|
3207
|
-
|
|
3208
|
-
export namespace StartMeetingTranscriptionResponse {
|
|
3209
|
-
/**
|
|
3210
|
-
* @internal
|
|
3211
|
-
*/
|
|
3212
|
-
export const filterSensitiveLog = (obj: StartMeetingTranscriptionResponse): any => ({
|
|
3213
|
-
...obj,
|
|
3214
|
-
});
|
|
3215
|
-
}
|
|
3216
|
-
|
|
3217
|
-
export interface StopMeetingTranscriptionRequest {
|
|
3218
|
-
/**
|
|
3219
|
-
* <p>The unique ID of the meeting for which you stop transcription.</p>
|
|
3220
|
-
*/
|
|
3221
|
-
MeetingId: string | undefined;
|
|
3222
|
-
}
|
|
3223
|
-
|
|
3224
|
-
export namespace StopMeetingTranscriptionRequest {
|
|
3225
|
-
/**
|
|
3226
|
-
* @internal
|
|
3227
|
-
*/
|
|
3228
|
-
export const filterSensitiveLog = (obj: StopMeetingTranscriptionRequest): any => ({
|
|
3229
|
-
...obj,
|
|
3230
|
-
});
|
|
3231
|
-
}
|
|
3232
|
-
|
|
3233
|
-
export interface StopMeetingTranscriptionResponse {}
|
|
3234
|
-
|
|
3235
|
-
export namespace StopMeetingTranscriptionResponse {
|
|
3236
|
-
/**
|
|
3237
|
-
* @internal
|
|
3238
|
-
*/
|
|
3239
|
-
export const filterSensitiveLog = (obj: StopMeetingTranscriptionResponse): any => ({
|
|
3240
|
-
...obj,
|
|
3241
|
-
});
|
|
3242
|
-
}
|
|
3243
|
-
|
|
3244
|
-
export interface TagAttendeeRequest {
|
|
3245
|
-
/**
|
|
3246
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
3247
|
-
*/
|
|
3248
|
-
MeetingId: string | undefined;
|
|
3249
|
-
|
|
3250
|
-
/**
|
|
3251
|
-
* <p>The Amazon Chime SDK attendee ID.</p>
|
|
3252
|
-
*/
|
|
3253
|
-
AttendeeId: string | undefined;
|
|
3254
|
-
|
|
3255
|
-
/**
|
|
3256
|
-
* <p>The tag key-value pairs.</p>
|
|
3257
|
-
*/
|
|
3258
|
-
Tags: Tag[] | undefined;
|
|
3259
|
-
}
|
|
3260
|
-
|
|
3261
|
-
export namespace TagAttendeeRequest {
|
|
3262
|
-
/**
|
|
3263
|
-
* @internal
|
|
3264
|
-
*/
|
|
3265
|
-
export const filterSensitiveLog = (obj: TagAttendeeRequest): any => ({
|
|
3266
|
-
...obj,
|
|
3267
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => Tag.filterSensitiveLog(item)) }),
|
|
3268
|
-
});
|
|
3269
|
-
}
|
|
3270
|
-
|
|
3271
|
-
export interface TagMeetingRequest {
|
|
3272
|
-
/**
|
|
3273
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
3274
|
-
*/
|
|
3275
|
-
MeetingId: string | undefined;
|
|
3276
|
-
|
|
3277
|
-
/**
|
|
3278
|
-
* <p>The tag key-value pairs.</p>
|
|
3279
|
-
*/
|
|
3280
|
-
Tags: Tag[] | undefined;
|
|
3281
|
-
}
|
|
3282
|
-
|
|
3283
|
-
export namespace TagMeetingRequest {
|
|
3284
|
-
/**
|
|
3285
|
-
* @internal
|
|
3286
|
-
*/
|
|
3287
|
-
export const filterSensitiveLog = (obj: TagMeetingRequest): any => ({
|
|
3288
|
-
...obj,
|
|
3289
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => Tag.filterSensitiveLog(item)) }),
|
|
3290
|
-
});
|
|
3291
|
-
}
|
|
3292
|
-
|
|
3293
|
-
export interface TagResourceRequest {
|
|
3294
|
-
/**
|
|
3295
|
-
* <p>The resource ARN.</p>
|
|
3296
|
-
*/
|
|
3297
|
-
ResourceARN: string | undefined;
|
|
3298
|
-
|
|
3299
|
-
/**
|
|
3300
|
-
* <p>The tag key-value pairs.</p>
|
|
3301
|
-
*/
|
|
3302
|
-
Tags: Tag[] | undefined;
|
|
3303
|
-
}
|
|
3304
|
-
|
|
3305
|
-
export namespace TagResourceRequest {
|
|
3306
|
-
/**
|
|
3307
|
-
* @internal
|
|
3308
|
-
*/
|
|
3309
|
-
export const filterSensitiveLog = (obj: TagResourceRequest): any => ({
|
|
3310
|
-
...obj,
|
|
3311
|
-
...(obj.ResourceARN && { ResourceARN: SENSITIVE_STRING }),
|
|
3312
|
-
...(obj.Tags && { Tags: obj.Tags.map((item) => Tag.filterSensitiveLog(item)) }),
|
|
3313
|
-
});
|
|
3314
|
-
}
|
|
3315
|
-
|
|
3316
|
-
export interface UntagAttendeeRequest {
|
|
3317
|
-
/**
|
|
3318
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
3319
|
-
*/
|
|
3320
|
-
MeetingId: string | undefined;
|
|
3321
|
-
|
|
3322
|
-
/**
|
|
3323
|
-
* <p>The Amazon Chime SDK attendee ID.</p>
|
|
3324
|
-
*/
|
|
3325
|
-
AttendeeId: string | undefined;
|
|
3326
|
-
|
|
3327
|
-
/**
|
|
3328
|
-
* <p>The tag keys.</p>
|
|
3329
|
-
*/
|
|
3330
|
-
TagKeys: string[] | undefined;
|
|
3331
|
-
}
|
|
3332
|
-
|
|
3333
|
-
export namespace UntagAttendeeRequest {
|
|
3334
|
-
/**
|
|
3335
|
-
* @internal
|
|
3336
|
-
*/
|
|
3337
|
-
export const filterSensitiveLog = (obj: UntagAttendeeRequest): any => ({
|
|
3338
|
-
...obj,
|
|
3339
|
-
...(obj.TagKeys && { TagKeys: SENSITIVE_STRING }),
|
|
3340
|
-
});
|
|
3341
|
-
}
|
|
3342
|
-
|
|
3343
|
-
export interface UntagMeetingRequest {
|
|
3344
|
-
/**
|
|
3345
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
3346
|
-
*/
|
|
3347
|
-
MeetingId: string | undefined;
|
|
3348
|
-
|
|
3349
|
-
/**
|
|
3350
|
-
* <p>The tag keys.</p>
|
|
3351
|
-
*/
|
|
3352
|
-
TagKeys: string[] | undefined;
|
|
3353
|
-
}
|
|
3354
|
-
|
|
3355
|
-
export namespace UntagMeetingRequest {
|
|
3356
|
-
/**
|
|
3357
|
-
* @internal
|
|
3358
|
-
*/
|
|
3359
|
-
export const filterSensitiveLog = (obj: UntagMeetingRequest): any => ({
|
|
3360
|
-
...obj,
|
|
3361
|
-
...(obj.TagKeys && { TagKeys: SENSITIVE_STRING }),
|
|
3362
|
-
});
|
|
3363
|
-
}
|
|
3364
|
-
|
|
3365
|
-
export interface UntagResourceRequest {
|
|
3366
|
-
/**
|
|
3367
|
-
* <p>The resource ARN.</p>
|
|
3368
|
-
*/
|
|
3369
|
-
ResourceARN: string | undefined;
|
|
3370
|
-
|
|
3371
|
-
/**
|
|
3372
|
-
* <p>The tag keys.</p>
|
|
3373
|
-
*/
|
|
3374
|
-
TagKeys: string[] | undefined;
|
|
3375
|
-
}
|
|
3376
|
-
|
|
3377
|
-
export namespace UntagResourceRequest {
|
|
3378
|
-
/**
|
|
3379
|
-
* @internal
|
|
3380
|
-
*/
|
|
3381
|
-
export const filterSensitiveLog = (obj: UntagResourceRequest): any => ({
|
|
3382
|
-
...obj,
|
|
3383
|
-
...(obj.ResourceARN && { ResourceARN: SENSITIVE_STRING }),
|
|
3384
|
-
...(obj.TagKeys && { TagKeys: SENSITIVE_STRING }),
|
|
3385
|
-
});
|
|
3386
|
-
}
|
|
3387
|
-
|
|
3388
|
-
export interface UpdateAccountRequest {
|
|
3389
|
-
/**
|
|
3390
|
-
* <p>The Amazon Chime account ID.</p>
|
|
3391
|
-
*/
|
|
3392
|
-
AccountId: string | undefined;
|
|
3393
|
-
|
|
3394
|
-
/**
|
|
3395
|
-
* <p>The new name for the specified Amazon Chime account.</p>
|
|
3396
|
-
*/
|
|
3397
|
-
Name?: string;
|
|
3398
|
-
|
|
3399
|
-
/**
|
|
3400
|
-
* <p>The default license applied when you add users to an Amazon Chime account.</p>
|
|
3401
|
-
*/
|
|
3402
|
-
DefaultLicense?: License | string;
|
|
3403
|
-
}
|
|
3404
|
-
|
|
3405
|
-
export namespace UpdateAccountRequest {
|
|
3406
|
-
/**
|
|
3407
|
-
* @internal
|
|
3408
|
-
*/
|
|
3409
|
-
export const filterSensitiveLog = (obj: UpdateAccountRequest): any => ({
|
|
3410
|
-
...obj,
|
|
3411
|
-
});
|
|
3412
|
-
}
|
|
3413
|
-
|
|
3414
|
-
export interface UpdateAccountResponse {
|
|
3415
|
-
/**
|
|
3416
|
-
* <p>The updated Amazon Chime account details.</p>
|
|
3417
|
-
*/
|
|
3418
|
-
Account?: Account;
|
|
3419
|
-
}
|
|
3420
|
-
|
|
3421
|
-
export namespace UpdateAccountResponse {
|
|
3422
|
-
/**
|
|
3423
|
-
* @internal
|
|
3424
|
-
*/
|
|
3425
|
-
export const filterSensitiveLog = (obj: UpdateAccountResponse): any => ({
|
|
3426
|
-
...obj,
|
|
3427
|
-
});
|
|
3428
|
-
}
|
|
3429
|
-
|
|
3430
|
-
export interface UpdateAccountSettingsRequest {
|
|
3431
|
-
/**
|
|
3432
|
-
* <p>The Amazon Chime account ID.</p>
|
|
3433
|
-
*/
|
|
3434
|
-
AccountId: string | undefined;
|
|
3435
|
-
|
|
3436
|
-
/**
|
|
3437
|
-
* <p>The Amazon Chime account settings to update.</p>
|
|
3438
|
-
*/
|
|
3439
|
-
AccountSettings: AccountSettings | undefined;
|
|
3440
|
-
}
|
|
3441
|
-
|
|
3442
|
-
export namespace UpdateAccountSettingsRequest {
|
|
3443
|
-
/**
|
|
3444
|
-
* @internal
|
|
3445
|
-
*/
|
|
3446
|
-
export const filterSensitiveLog = (obj: UpdateAccountSettingsRequest): any => ({
|
|
3447
|
-
...obj,
|
|
3448
|
-
});
|
|
3449
|
-
}
|
|
3450
|
-
|
|
3451
|
-
export interface UpdateAccountSettingsResponse {}
|
|
3452
|
-
|
|
3453
|
-
export namespace UpdateAccountSettingsResponse {
|
|
3454
|
-
/**
|
|
3455
|
-
* @internal
|
|
3456
|
-
*/
|
|
3457
|
-
export const filterSensitiveLog = (obj: UpdateAccountSettingsResponse): any => ({
|
|
3458
|
-
...obj,
|
|
3459
|
-
});
|
|
3460
|
-
}
|
|
3461
|
-
|
|
3462
|
-
export interface UpdateAppInstanceRequest {
|
|
3463
|
-
/**
|
|
3464
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
3465
|
-
*/
|
|
3466
|
-
AppInstanceArn: string | undefined;
|
|
3467
|
-
|
|
3468
|
-
/**
|
|
3469
|
-
* <p>The name that you want to change.</p>
|
|
3470
|
-
*/
|
|
3471
|
-
Name: string | undefined;
|
|
3472
|
-
|
|
3473
|
-
/**
|
|
3474
|
-
* <p>The metadata that you want to change.</p>
|
|
3475
|
-
*/
|
|
3476
|
-
Metadata?: string;
|
|
3477
|
-
}
|
|
3478
|
-
|
|
3479
|
-
export namespace UpdateAppInstanceRequest {
|
|
3480
|
-
/**
|
|
3481
|
-
* @internal
|
|
3482
|
-
*/
|
|
3483
|
-
export const filterSensitiveLog = (obj: UpdateAppInstanceRequest): any => ({
|
|
3484
|
-
...obj,
|
|
3485
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
3486
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
3487
|
-
});
|
|
3488
|
-
}
|
|
3489
|
-
|
|
3490
|
-
export interface UpdateAppInstanceResponse {
|
|
3491
|
-
/**
|
|
3492
|
-
* <p>The ARN of the <code>AppInstance</code>. </p>
|
|
3493
|
-
*/
|
|
3494
|
-
AppInstanceArn?: string;
|
|
3495
|
-
}
|
|
3496
|
-
|
|
3497
|
-
export namespace UpdateAppInstanceResponse {
|
|
3498
|
-
/**
|
|
3499
|
-
* @internal
|
|
3500
|
-
*/
|
|
3501
|
-
export const filterSensitiveLog = (obj: UpdateAppInstanceResponse): any => ({
|
|
3502
|
-
...obj,
|
|
3503
|
-
});
|
|
3504
|
-
}
|
|
3505
|
-
|
|
3506
|
-
export interface UpdateAppInstanceUserRequest {
|
|
3507
|
-
/**
|
|
3508
|
-
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
3509
|
-
*/
|
|
3510
|
-
AppInstanceUserArn: string | undefined;
|
|
3511
|
-
|
|
3512
|
-
/**
|
|
3513
|
-
* <p>The name of the <code>AppInstanceUser</code>.</p>
|
|
3514
|
-
*/
|
|
3515
|
-
Name: string | undefined;
|
|
3516
|
-
|
|
3517
|
-
/**
|
|
3518
|
-
* <p>The metadata of the <code>AppInstanceUser</code>.</p>
|
|
3519
|
-
*/
|
|
3520
|
-
Metadata?: string;
|
|
3521
|
-
}
|
|
3522
|
-
|
|
3523
|
-
export namespace UpdateAppInstanceUserRequest {
|
|
3524
|
-
/**
|
|
3525
|
-
* @internal
|
|
3526
|
-
*/
|
|
3527
|
-
export const filterSensitiveLog = (obj: UpdateAppInstanceUserRequest): any => ({
|
|
3528
|
-
...obj,
|
|
3529
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
3530
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
3531
|
-
});
|
|
3532
|
-
}
|
|
3533
|
-
|
|
3534
|
-
export interface UpdateAppInstanceUserResponse {
|
|
3535
|
-
/**
|
|
3536
|
-
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
3537
|
-
*/
|
|
3538
|
-
AppInstanceUserArn?: string;
|
|
3539
|
-
}
|
|
3540
|
-
|
|
3541
|
-
export namespace UpdateAppInstanceUserResponse {
|
|
3542
|
-
/**
|
|
3543
|
-
* @internal
|
|
3544
|
-
*/
|
|
3545
|
-
export const filterSensitiveLog = (obj: UpdateAppInstanceUserResponse): any => ({
|
|
3546
|
-
...obj,
|
|
3547
|
-
});
|
|
3548
|
-
}
|
|
3549
|
-
|
|
3550
|
-
export interface UpdateBotRequest {
|
|
3551
|
-
/**
|
|
3552
|
-
* <p>The Amazon Chime account ID.</p>
|
|
3553
|
-
*/
|
|
3554
|
-
AccountId: string | undefined;
|
|
3555
|
-
|
|
3556
|
-
/**
|
|
3557
|
-
* <p>The bot ID.</p>
|
|
3558
|
-
*/
|
|
3559
|
-
BotId: string | undefined;
|
|
3560
|
-
|
|
3561
|
-
/**
|
|
3562
|
-
* <p>When true, stops the specified bot from running in your account.</p>
|
|
3563
|
-
*/
|
|
3564
|
-
Disabled?: boolean;
|
|
3565
|
-
}
|
|
3566
|
-
|
|
3567
|
-
export namespace UpdateBotRequest {
|
|
3568
|
-
/**
|
|
3569
|
-
* @internal
|
|
3570
|
-
*/
|
|
3571
|
-
export const filterSensitiveLog = (obj: UpdateBotRequest): any => ({
|
|
3572
|
-
...obj,
|
|
3573
|
-
});
|
|
3574
|
-
}
|
|
3575
|
-
|
|
3576
|
-
export interface UpdateBotResponse {
|
|
3577
|
-
/**
|
|
3578
|
-
* <p>The updated bot details.</p>
|
|
3579
|
-
*/
|
|
3580
|
-
Bot?: Bot;
|
|
3581
|
-
}
|
|
3582
|
-
|
|
3583
|
-
export namespace UpdateBotResponse {
|
|
3584
|
-
/**
|
|
3585
|
-
* @internal
|
|
3586
|
-
*/
|
|
3587
|
-
export const filterSensitiveLog = (obj: UpdateBotResponse): any => ({
|
|
3588
|
-
...obj,
|
|
3589
|
-
...(obj.Bot && { Bot: Bot.filterSensitiveLog(obj.Bot) }),
|
|
3590
|
-
});
|
|
3591
|
-
}
|
|
3592
|
-
|
|
3593
|
-
export interface UpdateChannelRequest {
|
|
3594
|
-
/**
|
|
3595
|
-
* <p>The ARN of the channel.</p>
|
|
3596
|
-
*/
|
|
3597
|
-
ChannelArn: string | undefined;
|
|
3598
|
-
|
|
3599
|
-
/**
|
|
3600
|
-
* <p>The name of the channel.</p>
|
|
3601
|
-
*/
|
|
3602
|
-
Name: string | undefined;
|
|
3603
|
-
|
|
3604
|
-
/**
|
|
3605
|
-
* <p>The mode of the update request.</p>
|
|
3606
|
-
*/
|
|
3607
|
-
Mode: ChannelMode | string | undefined;
|
|
3608
|
-
|
|
3609
|
-
/**
|
|
3610
|
-
* <p>The metadata for the update request.</p>
|
|
3611
|
-
*/
|
|
3612
|
-
Metadata?: string;
|
|
3613
|
-
|
|
3614
|
-
/**
|
|
3615
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
3616
|
-
*/
|
|
3617
|
-
ChimeBearer?: string;
|
|
3618
|
-
}
|
|
3619
|
-
|
|
3620
|
-
export namespace UpdateChannelRequest {
|
|
3621
|
-
/**
|
|
3622
|
-
* @internal
|
|
3623
|
-
*/
|
|
3624
|
-
export const filterSensitiveLog = (obj: UpdateChannelRequest): any => ({
|
|
3625
|
-
...obj,
|
|
3626
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
3627
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
3628
|
-
});
|
|
3629
|
-
}
|
|
3630
|
-
|
|
3631
|
-
export interface UpdateChannelResponse {
|
|
3632
|
-
/**
|
|
3633
|
-
* <p>The ARN of the channel.</p>
|
|
3634
|
-
*/
|
|
3635
|
-
ChannelArn?: string;
|
|
3636
|
-
}
|
|
3637
|
-
|
|
3638
|
-
export namespace UpdateChannelResponse {
|
|
3639
|
-
/**
|
|
3640
|
-
* @internal
|
|
3641
|
-
*/
|
|
3642
|
-
export const filterSensitiveLog = (obj: UpdateChannelResponse): any => ({
|
|
3643
|
-
...obj,
|
|
3644
|
-
});
|
|
3645
|
-
}
|
|
3646
|
-
|
|
3647
|
-
export interface UpdateChannelMessageRequest {
|
|
3648
|
-
/**
|
|
3649
|
-
* <p>The ARN of the channel.</p>
|
|
3650
|
-
*/
|
|
3651
|
-
ChannelArn: string | undefined;
|
|
3652
|
-
|
|
3653
|
-
/**
|
|
3654
|
-
* <p>The ID string of the message being updated.</p>
|
|
3655
|
-
*/
|
|
3656
|
-
MessageId: string | undefined;
|
|
3657
|
-
|
|
3658
|
-
/**
|
|
3659
|
-
* <p>The content of the message being updated.</p>
|
|
3660
|
-
*/
|
|
3661
|
-
Content?: string;
|
|
3662
|
-
|
|
3663
|
-
/**
|
|
3664
|
-
* <p>The metadata of the message being updated.</p>
|
|
3665
|
-
*/
|
|
3666
|
-
Metadata?: string;
|
|
3667
|
-
|
|
3668
|
-
/**
|
|
3669
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
3670
|
-
*/
|
|
3671
|
-
ChimeBearer?: string;
|
|
3672
|
-
}
|
|
3673
|
-
|
|
3674
|
-
export namespace UpdateChannelMessageRequest {
|
|
3675
|
-
/**
|
|
3676
|
-
* @internal
|
|
3677
|
-
*/
|
|
3678
|
-
export const filterSensitiveLog = (obj: UpdateChannelMessageRequest): any => ({
|
|
3679
|
-
...obj,
|
|
3680
|
-
...(obj.Content && { Content: SENSITIVE_STRING }),
|
|
3681
|
-
...(obj.Metadata && { Metadata: SENSITIVE_STRING }),
|
|
3682
|
-
});
|
|
3683
|
-
}
|
|
3684
|
-
|
|
3685
|
-
export interface UpdateChannelMessageResponse {
|
|
3686
|
-
/**
|
|
3687
|
-
* <p>The ARN of the channel.</p>
|
|
3688
|
-
*/
|
|
3689
|
-
ChannelArn?: string;
|
|
3690
|
-
|
|
3691
|
-
/**
|
|
3692
|
-
* <p>The ID string of the message being updated.</p>
|
|
3693
|
-
*/
|
|
3694
|
-
MessageId?: string;
|
|
3695
|
-
}
|
|
3696
|
-
|
|
3697
|
-
export namespace UpdateChannelMessageResponse {
|
|
3698
|
-
/**
|
|
3699
|
-
* @internal
|
|
3700
|
-
*/
|
|
3701
|
-
export const filterSensitiveLog = (obj: UpdateChannelMessageResponse): any => ({
|
|
3702
|
-
...obj,
|
|
3703
|
-
});
|
|
3704
|
-
}
|
|
3705
|
-
|
|
3706
|
-
export interface UpdateChannelReadMarkerRequest {
|
|
3707
|
-
/**
|
|
3708
|
-
* <p>The ARN of the channel.</p>
|
|
3709
|
-
*/
|
|
3710
|
-
ChannelArn: string | undefined;
|
|
3711
|
-
|
|
3712
|
-
/**
|
|
3713
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
3714
|
-
*/
|
|
3715
|
-
ChimeBearer?: string;
|
|
3716
|
-
}
|
|
3717
|
-
|
|
3718
|
-
export namespace UpdateChannelReadMarkerRequest {
|
|
3719
|
-
/**
|
|
3720
|
-
* @internal
|
|
3721
|
-
*/
|
|
3722
|
-
export const filterSensitiveLog = (obj: UpdateChannelReadMarkerRequest): any => ({
|
|
3723
|
-
...obj,
|
|
3724
|
-
});
|
|
3725
|
-
}
|
|
3726
|
-
|
|
3727
|
-
export interface UpdateChannelReadMarkerResponse {
|
|
3728
|
-
/**
|
|
3729
|
-
* <p>The ARN of the channel.</p>
|
|
3730
|
-
*/
|
|
3731
|
-
ChannelArn?: string;
|
|
3732
|
-
}
|
|
3733
|
-
|
|
3734
|
-
export namespace UpdateChannelReadMarkerResponse {
|
|
3735
|
-
/**
|
|
3736
|
-
* @internal
|
|
3737
|
-
*/
|
|
3738
|
-
export const filterSensitiveLog = (obj: UpdateChannelReadMarkerResponse): any => ({
|
|
3739
|
-
...obj,
|
|
3740
|
-
});
|
|
3741
|
-
}
|
|
3742
|
-
|
|
3743
|
-
export interface UpdateGlobalSettingsRequest {
|
|
3744
|
-
/**
|
|
3745
|
-
* <p>The Amazon Chime Business Calling settings.</p>
|
|
3746
|
-
*/
|
|
3747
|
-
BusinessCalling: BusinessCallingSettings | undefined;
|
|
3748
|
-
|
|
3749
|
-
/**
|
|
3750
|
-
* <p>The Amazon Chime Voice Connector settings.</p>
|
|
3751
|
-
*/
|
|
3752
|
-
VoiceConnector: VoiceConnectorSettings | undefined;
|
|
3753
|
-
}
|
|
3754
|
-
|
|
3755
|
-
export namespace UpdateGlobalSettingsRequest {
|
|
3756
|
-
/**
|
|
3757
|
-
* @internal
|
|
3758
|
-
*/
|
|
3759
|
-
export const filterSensitiveLog = (obj: UpdateGlobalSettingsRequest): any => ({
|
|
3760
|
-
...obj,
|
|
3761
|
-
});
|
|
3762
|
-
}
|
|
3763
|
-
|
|
3764
|
-
export interface UpdatePhoneNumberRequest {
|
|
3765
|
-
/**
|
|
3766
|
-
* <p>The phone number ID.</p>
|
|
3767
|
-
*/
|
|
3768
|
-
PhoneNumberId: string | undefined;
|
|
3769
|
-
|
|
3770
|
-
/**
|
|
3771
|
-
* <p>The product type.</p>
|
|
3772
|
-
*/
|
|
3773
|
-
ProductType?: PhoneNumberProductType | string;
|
|
3774
|
-
|
|
3775
|
-
/**
|
|
3776
|
-
* <p>The outbound calling name associated with the phone number.</p>
|
|
3777
|
-
*/
|
|
3778
|
-
CallingName?: string;
|
|
3779
|
-
}
|
|
3780
|
-
|
|
3781
|
-
export namespace UpdatePhoneNumberRequest {
|
|
3782
|
-
/**
|
|
3783
|
-
* @internal
|
|
3784
|
-
*/
|
|
3785
|
-
export const filterSensitiveLog = (obj: UpdatePhoneNumberRequest): any => ({
|
|
3786
|
-
...obj,
|
|
3787
|
-
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
3788
|
-
});
|
|
3789
|
-
}
|
|
3790
|
-
|
|
3791
|
-
export interface UpdatePhoneNumberResponse {
|
|
3792
|
-
/**
|
|
3793
|
-
* <p>The updated phone number details.</p>
|
|
3794
|
-
*/
|
|
3795
|
-
PhoneNumber?: PhoneNumber;
|
|
3796
|
-
}
|
|
3797
|
-
|
|
3798
|
-
export namespace UpdatePhoneNumberResponse {
|
|
3799
|
-
/**
|
|
3800
|
-
* @internal
|
|
3801
|
-
*/
|
|
3802
|
-
export const filterSensitiveLog = (obj: UpdatePhoneNumberResponse): any => ({
|
|
3803
|
-
...obj,
|
|
3804
|
-
...(obj.PhoneNumber && { PhoneNumber: PhoneNumber.filterSensitiveLog(obj.PhoneNumber) }),
|
|
3805
|
-
});
|
|
3806
|
-
}
|
|
3807
|
-
|
|
3808
|
-
export interface UpdatePhoneNumberSettingsRequest {
|
|
3809
|
-
/**
|
|
3810
|
-
* <p>The default outbound calling name for the account.</p>
|
|
3811
|
-
*/
|
|
3812
|
-
CallingName: string | undefined;
|
|
3813
|
-
}
|
|
3814
|
-
|
|
3815
|
-
export namespace UpdatePhoneNumberSettingsRequest {
|
|
3816
|
-
/**
|
|
3817
|
-
* @internal
|
|
3818
|
-
*/
|
|
3819
|
-
export const filterSensitiveLog = (obj: UpdatePhoneNumberSettingsRequest): any => ({
|
|
3820
|
-
...obj,
|
|
3821
|
-
...(obj.CallingName && { CallingName: SENSITIVE_STRING }),
|
|
3822
|
-
});
|
|
3823
|
-
}
|
|
3824
|
-
|
|
3825
|
-
export interface UpdateProxySessionRequest {
|
|
3826
|
-
/**
|
|
3827
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
3828
|
-
*/
|
|
3829
|
-
VoiceConnectorId: string | undefined;
|
|
3830
|
-
|
|
3831
|
-
/**
|
|
3832
|
-
* <p>The proxy session ID.</p>
|
|
3833
|
-
*/
|
|
3834
|
-
ProxySessionId: string | undefined;
|
|
3835
|
-
|
|
3836
|
-
/**
|
|
3837
|
-
* <p>The proxy session capabilities.</p>
|
|
3838
|
-
*/
|
|
3839
|
-
Capabilities: (Capability | string)[] | undefined;
|
|
3840
|
-
|
|
3841
|
-
/**
|
|
3842
|
-
* <p>The number of minutes allowed for the proxy session.</p>
|
|
3843
|
-
*/
|
|
3844
|
-
ExpiryMinutes?: number;
|
|
3845
|
-
}
|
|
3846
|
-
|
|
3847
|
-
export namespace UpdateProxySessionRequest {
|
|
3848
|
-
/**
|
|
3849
|
-
* @internal
|
|
3850
|
-
*/
|
|
3851
|
-
export const filterSensitiveLog = (obj: UpdateProxySessionRequest): any => ({
|
|
3852
|
-
...obj,
|
|
3853
|
-
});
|
|
3854
|
-
}
|
|
3855
|
-
|
|
3856
|
-
export interface UpdateProxySessionResponse {
|
|
3857
|
-
/**
|
|
3858
|
-
* <p>The proxy session details.</p>
|
|
3859
|
-
*/
|
|
3860
|
-
ProxySession?: ProxySession;
|
|
3861
|
-
}
|
|
3862
|
-
|
|
3863
|
-
export namespace UpdateProxySessionResponse {
|
|
3864
|
-
/**
|
|
3865
|
-
* @internal
|
|
3866
|
-
*/
|
|
3867
|
-
export const filterSensitiveLog = (obj: UpdateProxySessionResponse): any => ({
|
|
3868
|
-
...obj,
|
|
3869
|
-
...(obj.ProxySession && { ProxySession: ProxySession.filterSensitiveLog(obj.ProxySession) }),
|
|
3870
|
-
});
|
|
3871
|
-
}
|
|
3872
|
-
|
|
3873
|
-
export interface UpdateRoomRequest {
|
|
3874
|
-
/**
|
|
3875
|
-
* <p>The Amazon Chime account ID.</p>
|
|
3876
|
-
*/
|
|
3877
|
-
AccountId: string | undefined;
|
|
3878
|
-
|
|
3879
|
-
/**
|
|
3880
|
-
* <p>The room ID.</p>
|
|
3881
|
-
*/
|
|
3882
|
-
RoomId: string | undefined;
|
|
3883
|
-
|
|
3884
|
-
/**
|
|
3885
|
-
* <p>The room name.</p>
|
|
3886
|
-
*/
|
|
3887
|
-
Name?: string;
|
|
3888
|
-
}
|
|
3889
|
-
|
|
3890
|
-
export namespace UpdateRoomRequest {
|
|
3891
|
-
/**
|
|
3892
|
-
* @internal
|
|
3893
|
-
*/
|
|
3894
|
-
export const filterSensitiveLog = (obj: UpdateRoomRequest): any => ({
|
|
3895
|
-
...obj,
|
|
3896
|
-
...(obj.Name && { Name: SENSITIVE_STRING }),
|
|
3897
|
-
});
|
|
3898
|
-
}
|
|
3899
|
-
|
|
3900
|
-
export interface UpdateRoomResponse {
|
|
3901
|
-
/**
|
|
3902
|
-
* <p>The room details.</p>
|
|
3903
|
-
*/
|
|
3904
|
-
Room?: Room;
|
|
3905
|
-
}
|
|
3906
|
-
|
|
3907
|
-
export namespace UpdateRoomResponse {
|
|
3908
|
-
/**
|
|
3909
|
-
* @internal
|
|
3910
|
-
*/
|
|
3911
|
-
export const filterSensitiveLog = (obj: UpdateRoomResponse): any => ({
|
|
3912
|
-
...obj,
|
|
3913
|
-
...(obj.Room && { Room: Room.filterSensitiveLog(obj.Room) }),
|
|
3914
|
-
});
|
|
3915
|
-
}
|
|
3916
|
-
|
|
3917
|
-
export interface UpdateRoomMembershipRequest {
|
|
3918
|
-
/**
|
|
3919
|
-
* <p>The Amazon Chime account ID.</p>
|
|
3920
|
-
*/
|
|
3921
|
-
AccountId: string | undefined;
|
|
3922
|
-
|
|
3923
|
-
/**
|
|
3924
|
-
* <p>The room ID.</p>
|
|
3925
|
-
*/
|
|
3926
|
-
RoomId: string | undefined;
|
|
3927
|
-
|
|
3928
|
-
/**
|
|
3929
|
-
* <p>The member ID.</p>
|
|
3930
|
-
*/
|
|
3931
|
-
MemberId: string | undefined;
|
|
3932
|
-
|
|
3933
|
-
/**
|
|
3934
|
-
* <p>The role of the member.</p>
|
|
3935
|
-
*/
|
|
3936
|
-
Role?: RoomMembershipRole | string;
|
|
3937
|
-
}
|
|
3938
|
-
|
|
3939
|
-
export namespace UpdateRoomMembershipRequest {
|
|
3940
|
-
/**
|
|
3941
|
-
* @internal
|
|
3942
|
-
*/
|
|
3943
|
-
export const filterSensitiveLog = (obj: UpdateRoomMembershipRequest): any => ({
|
|
3944
|
-
...obj,
|
|
3945
|
-
});
|
|
3946
|
-
}
|
|
3947
|
-
|
|
3948
|
-
export interface UpdateRoomMembershipResponse {
|
|
3949
|
-
/**
|
|
3950
|
-
* <p>The room membership details.</p>
|
|
3951
|
-
*/
|
|
3952
|
-
RoomMembership?: RoomMembership;
|
|
3953
|
-
}
|
|
3954
|
-
|
|
3955
|
-
export namespace UpdateRoomMembershipResponse {
|
|
3956
|
-
/**
|
|
3957
|
-
* @internal
|
|
3958
|
-
*/
|
|
3959
|
-
export const filterSensitiveLog = (obj: UpdateRoomMembershipResponse): any => ({
|
|
3960
|
-
...obj,
|
|
3961
|
-
...(obj.RoomMembership && { RoomMembership: RoomMembership.filterSensitiveLog(obj.RoomMembership) }),
|
|
3962
|
-
});
|
|
3963
|
-
}
|
|
3964
|
-
|
|
3965
|
-
export interface UpdateSipMediaApplicationRequest {
|
|
3966
|
-
/**
|
|
3967
|
-
* <p>The SIP media application ID.</p>
|
|
3968
|
-
*/
|
|
3969
|
-
SipMediaApplicationId: string | undefined;
|
|
3970
|
-
|
|
3971
|
-
/**
|
|
3972
|
-
* <p>The new name for the specified SIP media application.</p>
|
|
3973
|
-
*/
|
|
3974
|
-
Name?: string;
|
|
3975
|
-
|
|
3976
|
-
/**
|
|
3977
|
-
* <p>The new set of endpoints for the specified SIP media application.</p>
|
|
3978
|
-
*/
|
|
3979
|
-
Endpoints?: SipMediaApplicationEndpoint[];
|
|
3980
|
-
}
|
|
3981
|
-
|
|
3982
|
-
export namespace UpdateSipMediaApplicationRequest {
|
|
3983
|
-
/**
|
|
3984
|
-
* @internal
|
|
3985
|
-
*/
|
|
3986
|
-
export const filterSensitiveLog = (obj: UpdateSipMediaApplicationRequest): any => ({
|
|
3987
|
-
...obj,
|
|
3988
|
-
...(obj.Endpoints && {
|
|
3989
|
-
Endpoints: obj.Endpoints.map((item) => SipMediaApplicationEndpoint.filterSensitiveLog(item)),
|
|
3990
|
-
}),
|
|
3991
|
-
});
|
|
3992
|
-
}
|
|
3993
|
-
|
|
3994
|
-
export interface UpdateSipMediaApplicationResponse {
|
|
3995
|
-
/**
|
|
3996
|
-
* <p>The updated SIP media application details.</p>
|
|
3997
|
-
*/
|
|
3998
|
-
SipMediaApplication?: SipMediaApplication;
|
|
3999
|
-
}
|
|
4000
|
-
|
|
4001
|
-
export namespace UpdateSipMediaApplicationResponse {
|
|
4002
|
-
/**
|
|
4003
|
-
* @internal
|
|
4004
|
-
*/
|
|
4005
|
-
export const filterSensitiveLog = (obj: UpdateSipMediaApplicationResponse): any => ({
|
|
4006
|
-
...obj,
|
|
4007
|
-
...(obj.SipMediaApplication && {
|
|
4008
|
-
SipMediaApplication: SipMediaApplication.filterSensitiveLog(obj.SipMediaApplication),
|
|
4009
|
-
}),
|
|
4010
|
-
});
|
|
4011
|
-
}
|
|
4012
|
-
|
|
4013
|
-
export interface UpdateSipMediaApplicationCallRequest {
|
|
4014
|
-
/**
|
|
4015
|
-
* <p>The ID of the SIP media application handling the call.</p>
|
|
4016
|
-
*/
|
|
4017
|
-
SipMediaApplicationId: string | undefined;
|
|
4018
|
-
|
|
4019
|
-
/**
|
|
4020
|
-
* <p>The ID of the call transaction.</p>
|
|
4021
|
-
*/
|
|
4022
|
-
TransactionId: string | undefined;
|
|
4023
|
-
|
|
4024
|
-
/**
|
|
4025
|
-
* <p>Arguments made available to the Lambda function as part of the <code>CALL_UPDATE_REQUESTED</code> event. Can contain 0-20 key-value pairs.</p>
|
|
4026
|
-
*/
|
|
4027
|
-
Arguments: { [key: string]: string } | undefined;
|
|
4028
|
-
}
|
|
4029
|
-
|
|
4030
|
-
export namespace UpdateSipMediaApplicationCallRequest {
|
|
4031
|
-
/**
|
|
4032
|
-
* @internal
|
|
4033
|
-
*/
|
|
4034
|
-
export const filterSensitiveLog = (obj: UpdateSipMediaApplicationCallRequest): any => ({
|
|
4035
|
-
...obj,
|
|
4036
|
-
...(obj.Arguments && { Arguments: SENSITIVE_STRING }),
|
|
4037
|
-
});
|
|
4038
|
-
}
|
|
4039
|
-
|
|
4040
|
-
export interface UpdateSipMediaApplicationCallResponse {
|
|
4041
|
-
/**
|
|
4042
|
-
* <p>A <code>Call</code> instance for a SIP media application.</p>
|
|
4043
|
-
*/
|
|
4044
|
-
SipMediaApplicationCall?: SipMediaApplicationCall;
|
|
4045
|
-
}
|
|
4046
|
-
|
|
4047
|
-
export namespace UpdateSipMediaApplicationCallResponse {
|
|
4048
|
-
/**
|
|
4049
|
-
* @internal
|
|
4050
|
-
*/
|
|
4051
|
-
export const filterSensitiveLog = (obj: UpdateSipMediaApplicationCallResponse): any => ({
|
|
4052
|
-
...obj,
|
|
4053
|
-
});
|
|
4054
|
-
}
|
|
4055
|
-
|
|
4056
|
-
export interface UpdateSipRuleRequest {
|
|
4057
|
-
/**
|
|
4058
|
-
* <p>The SIP rule ID.</p>
|
|
4059
|
-
*/
|
|
4060
|
-
SipRuleId: string | undefined;
|
|
4061
|
-
|
|
4062
|
-
/**
|
|
4063
|
-
* <p>The new name for the specified SIP rule.</p>
|
|
4064
|
-
*/
|
|
4065
|
-
Name: string | undefined;
|
|
4066
|
-
|
|
4067
|
-
/**
|
|
4068
|
-
* <p>The new value specified to indicate whether the rule is disabled.</p>
|
|
4069
|
-
*/
|
|
4070
|
-
Disabled?: boolean;
|
|
4071
|
-
|
|
4072
|
-
/**
|
|
4073
|
-
* <p>The new value of the list of target applications.</p>
|
|
4074
|
-
*/
|
|
4075
|
-
TargetApplications?: SipRuleTargetApplication[];
|
|
4076
|
-
}
|
|
4077
|
-
|
|
4078
|
-
export namespace UpdateSipRuleRequest {
|
|
4079
|
-
/**
|
|
4080
|
-
* @internal
|
|
4081
|
-
*/
|
|
4082
|
-
export const filterSensitiveLog = (obj: UpdateSipRuleRequest): any => ({
|
|
4083
|
-
...obj,
|
|
4084
|
-
});
|
|
4085
|
-
}
|
|
4086
|
-
|
|
4087
|
-
export interface UpdateSipRuleResponse {
|
|
4088
|
-
/**
|
|
4089
|
-
* <p>Updated SIP rule details.</p>
|
|
4090
|
-
*/
|
|
4091
|
-
SipRule?: SipRule;
|
|
4092
|
-
}
|
|
4093
|
-
|
|
4094
|
-
export namespace UpdateSipRuleResponse {
|
|
4095
|
-
/**
|
|
4096
|
-
* @internal
|
|
4097
|
-
*/
|
|
4098
|
-
export const filterSensitiveLog = (obj: UpdateSipRuleResponse): any => ({
|
|
4099
|
-
...obj,
|
|
4100
|
-
});
|
|
4101
|
-
}
|
|
4102
|
-
|
|
4103
|
-
export interface UpdateUserRequest {
|
|
4104
|
-
/**
|
|
4105
|
-
* <p>The Amazon Chime account ID.</p>
|
|
4106
|
-
*/
|
|
4107
|
-
AccountId: string | undefined;
|
|
4108
|
-
|
|
4109
|
-
/**
|
|
4110
|
-
* <p>The user ID.</p>
|
|
4111
|
-
*/
|
|
4112
|
-
UserId: string | undefined;
|
|
4113
|
-
|
|
4114
|
-
/**
|
|
4115
|
-
* <p>The user license type to update. This must be a supported license type for the Amazon Chime
|
|
4116
|
-
* account that the user belongs to.</p>
|
|
4117
|
-
*/
|
|
4118
|
-
LicenseType?: License | string;
|
|
4119
|
-
|
|
4120
|
-
/**
|
|
4121
|
-
* <p>The user type.</p>
|
|
4122
|
-
*/
|
|
4123
|
-
UserType?: UserType | string;
|
|
4124
|
-
|
|
4125
|
-
/**
|
|
4126
|
-
* <p>The Alexa for Business metadata.</p>
|
|
4127
|
-
*/
|
|
4128
|
-
AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
|
|
4129
|
-
}
|
|
4130
|
-
|
|
4131
|
-
export namespace UpdateUserRequest {
|
|
4132
|
-
/**
|
|
4133
|
-
* @internal
|
|
4134
|
-
*/
|
|
4135
|
-
export const filterSensitiveLog = (obj: UpdateUserRequest): any => ({
|
|
4136
|
-
...obj,
|
|
4137
|
-
...(obj.AlexaForBusinessMetadata && {
|
|
4138
|
-
AlexaForBusinessMetadata: AlexaForBusinessMetadata.filterSensitiveLog(obj.AlexaForBusinessMetadata),
|
|
4139
|
-
}),
|
|
4140
|
-
});
|
|
4141
|
-
}
|
|
4142
|
-
|
|
4143
|
-
export interface UpdateUserResponse {
|
|
4144
|
-
/**
|
|
4145
|
-
* <p>The updated user details.</p>
|
|
4146
|
-
*/
|
|
4147
|
-
User?: User;
|
|
4148
|
-
}
|
|
4149
|
-
|
|
4150
|
-
export namespace UpdateUserResponse {
|
|
4151
|
-
/**
|
|
4152
|
-
* @internal
|
|
4153
|
-
*/
|
|
4154
|
-
export const filterSensitiveLog = (obj: UpdateUserResponse): any => ({
|
|
4155
|
-
...obj,
|
|
4156
|
-
...(obj.User && { User: User.filterSensitiveLog(obj.User) }),
|
|
4157
|
-
});
|
|
4158
|
-
}
|
|
4159
|
-
|
|
4160
|
-
export interface UpdateUserSettingsRequest {
|
|
4161
|
-
/**
|
|
4162
|
-
* <p>The Amazon Chime account ID.</p>
|
|
4163
|
-
*/
|
|
4164
|
-
AccountId: string | undefined;
|
|
4165
|
-
|
|
4166
|
-
/**
|
|
4167
|
-
* <p>The user ID.</p>
|
|
4168
|
-
*/
|
|
4169
|
-
UserId: string | undefined;
|
|
4170
|
-
|
|
4171
|
-
/**
|
|
4172
|
-
* <p>The user settings to update.</p>
|
|
4173
|
-
*/
|
|
4174
|
-
UserSettings: UserSettings | undefined;
|
|
4175
|
-
}
|
|
4176
|
-
|
|
4177
|
-
export namespace UpdateUserSettingsRequest {
|
|
4178
|
-
/**
|
|
4179
|
-
* @internal
|
|
4180
|
-
*/
|
|
4181
|
-
export const filterSensitiveLog = (obj: UpdateUserSettingsRequest): any => ({
|
|
4182
|
-
...obj,
|
|
4183
|
-
});
|
|
4184
|
-
}
|
|
4185
|
-
|
|
4186
|
-
export interface UpdateVoiceConnectorRequest {
|
|
4187
|
-
/**
|
|
4188
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
4189
|
-
*/
|
|
4190
|
-
VoiceConnectorId: string | undefined;
|
|
4191
|
-
|
|
4192
|
-
/**
|
|
4193
|
-
* <p>The name of the Amazon Chime Voice Connector.</p>
|
|
4194
|
-
*/
|
|
4195
|
-
Name: string | undefined;
|
|
4196
|
-
|
|
4197
|
-
/**
|
|
4198
|
-
* <p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>
|
|
4199
|
-
*/
|
|
4200
|
-
RequireEncryption: boolean | undefined;
|
|
4201
|
-
}
|
|
4202
|
-
|
|
4203
|
-
export namespace UpdateVoiceConnectorRequest {
|
|
4204
|
-
/**
|
|
4205
|
-
* @internal
|
|
4206
|
-
*/
|
|
4207
|
-
export const filterSensitiveLog = (obj: UpdateVoiceConnectorRequest): any => ({
|
|
4208
|
-
...obj,
|
|
4209
|
-
});
|
|
4210
|
-
}
|
|
4211
|
-
|
|
4212
|
-
export interface UpdateVoiceConnectorResponse {
|
|
4213
|
-
/**
|
|
4214
|
-
* <p>The updated Amazon Chime Voice Connector details.</p>
|
|
4215
|
-
*/
|
|
4216
|
-
VoiceConnector?: VoiceConnector;
|
|
4217
|
-
}
|
|
4218
|
-
|
|
4219
|
-
export namespace UpdateVoiceConnectorResponse {
|
|
4220
|
-
/**
|
|
4221
|
-
* @internal
|
|
4222
|
-
*/
|
|
4223
|
-
export const filterSensitiveLog = (obj: UpdateVoiceConnectorResponse): any => ({
|
|
4224
|
-
...obj,
|
|
4225
|
-
});
|
|
4226
|
-
}
|
|
4227
|
-
|
|
4228
|
-
export interface UpdateVoiceConnectorGroupRequest {
|
|
4229
|
-
/**
|
|
4230
|
-
* <p>The Amazon Chime Voice Connector group ID.</p>
|
|
4231
|
-
*/
|
|
4232
|
-
VoiceConnectorGroupId: string | undefined;
|
|
4233
|
-
|
|
4234
|
-
/**
|
|
4235
|
-
* <p>The name of the Amazon Chime Voice Connector group.</p>
|
|
4236
|
-
*/
|
|
4237
|
-
Name: string | undefined;
|
|
4238
|
-
|
|
4239
|
-
/**
|
|
4240
|
-
* <p>The <code>VoiceConnectorItems</code> to associate with the group.</p>
|
|
4241
|
-
*/
|
|
4242
|
-
VoiceConnectorItems: VoiceConnectorItem[] | undefined;
|
|
4243
|
-
}
|
|
4244
|
-
|
|
4245
|
-
export namespace UpdateVoiceConnectorGroupRequest {
|
|
4246
|
-
/**
|
|
4247
|
-
* @internal
|
|
4248
|
-
*/
|
|
4249
|
-
export const filterSensitiveLog = (obj: UpdateVoiceConnectorGroupRequest): any => ({
|
|
4250
|
-
...obj,
|
|
4251
|
-
});
|
|
4252
|
-
}
|
|
4253
|
-
|
|
4254
|
-
export interface UpdateVoiceConnectorGroupResponse {
|
|
4255
|
-
/**
|
|
4256
|
-
* <p>The updated Amazon Chime Voice Connector group details.</p>
|
|
4257
|
-
*/
|
|
4258
|
-
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
4259
|
-
}
|
|
4260
|
-
|
|
4261
|
-
export namespace UpdateVoiceConnectorGroupResponse {
|
|
4262
|
-
/**
|
|
4263
|
-
* @internal
|
|
4264
|
-
*/
|
|
4265
|
-
export const filterSensitiveLog = (obj: UpdateVoiceConnectorGroupResponse): any => ({
|
|
4266
|
-
...obj,
|
|
4267
|
-
});
|
|
4268
|
-
}
|