@aws-sdk/client-chime 3.31.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 +42 -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/endpoints.js +63 -0
- package/dist-cjs/endpoints.js.map +1 -0
- package/dist-cjs/index.js +224 -0
- package/dist-cjs/index.js.map +1 -0
- package/dist-cjs/models/index.js +6 -0
- package/dist-cjs/models/index.js.map +1 -0
- package/dist-cjs/models/models_0.js +2827 -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/runtimeConfig.native.js +20 -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/endpoints.js +59 -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/models/models_0.js +1351 -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/pagination/ListAccountsPaginator.js +75 -0
- package/dist-es/pagination/ListAccountsPaginator.js.map +1 -0
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +75 -0
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js.map +1 -0
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +75 -0
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js.map +1 -0
- package/dist-es/pagination/ListAppInstancesPaginator.js +75 -0
- package/dist-es/pagination/ListAppInstancesPaginator.js.map +1 -0
- package/dist-es/pagination/ListAttendeesPaginator.js +75 -0
- package/dist-es/pagination/ListAttendeesPaginator.js.map +1 -0
- package/dist-es/pagination/ListBotsPaginator.js +75 -0
- package/dist-es/pagination/ListBotsPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelBansPaginator.js +75 -0
- package/dist-es/pagination/ListChannelBansPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +75 -0
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelMembershipsPaginator.js +75 -0
- package/dist-es/pagination/ListChannelMembershipsPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelMessagesPaginator.js +75 -0
- package/dist-es/pagination/ListChannelMessagesPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelModeratorsPaginator.js +75 -0
- package/dist-es/pagination/ListChannelModeratorsPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +75 -0
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js.map +1 -0
- package/dist-es/pagination/ListChannelsPaginator.js +75 -0
- package/dist-es/pagination/ListChannelsPaginator.js.map +1 -0
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +75 -0
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js.map +1 -0
- package/dist-es/pagination/ListMeetingsPaginator.js +75 -0
- package/dist-es/pagination/ListMeetingsPaginator.js.map +1 -0
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js +75 -0
- package/dist-es/pagination/ListPhoneNumberOrdersPaginator.js.map +1 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js +75 -0
- package/dist-es/pagination/ListPhoneNumbersPaginator.js.map +1 -0
- package/dist-es/pagination/ListProxySessionsPaginator.js +75 -0
- package/dist-es/pagination/ListProxySessionsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRoomMembershipsPaginator.js +75 -0
- package/dist-es/pagination/ListRoomMembershipsPaginator.js.map +1 -0
- package/dist-es/pagination/ListRoomsPaginator.js +75 -0
- package/dist-es/pagination/ListRoomsPaginator.js.map +1 -0
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +75 -0
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js.map +1 -0
- package/dist-es/pagination/ListSipRulesPaginator.js +75 -0
- package/dist-es/pagination/ListSipRulesPaginator.js.map +1 -0
- package/dist-es/pagination/ListUsersPaginator.js +75 -0
- package/dist-es/pagination/ListUsersPaginator.js.map +1 -0
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +75 -0
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js.map +1 -0
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +75 -0
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js.map +1 -0
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js +75 -0
- package/dist-es/pagination/SearchAvailablePhoneNumbersPaginator.js.map +1 -0
- package/dist-es/protocols/Aws_restJson1.js +30053 -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/runtimeConfig.native.js +9 -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/models/models_0.d.ts +5244 -0
- package/dist-types/models/models_1.d.ts +3114 -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/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/runtimeConfig.d.ts +37 -0
- package/dist-types/runtimeConfig.native.d.ts +36 -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/ts3.4/models/models_0.d.ts +5244 -0
- package/dist-types/ts3.4/models/models_1.d.ts +3114 -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/ts3.4/runtimeConfig.browser.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +37 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +36 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +50 -50
- 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/src/models/models_0.ts +6899 -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 -3
- package/tsconfig.json +7 -7
- package/tsconfig.types.json +9 -0
- 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 +0 -63
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js +0 -224
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js +0 -6
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js +0 -2826
- 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 -26947
- 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 +0 -20
- 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 -2903
- package/dist/es/Chime.js.map +0 -1
- package/dist/es/ChimeClient.js +0 -85
- package/dist/es/ChimeClient.js.map +0 -1
- package/dist/es/commands/AssociatePhoneNumberWithUserCommand.js +0 -65
- package/dist/es/commands/AssociatePhoneNumberWithUserCommand.js.map +0 -1
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -65
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -65
- package/dist/es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +0 -65
- package/dist/es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateAttendeeCommand.js +0 -70
- package/dist/es/commands/BatchCreateAttendeeCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateChannelMembershipCommand.js +0 -65
- package/dist/es/commands/BatchCreateChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/BatchCreateRoomMembershipCommand.js +0 -65
- package/dist/es/commands/BatchCreateRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/BatchDeletePhoneNumberCommand.js +0 -73
- package/dist/es/commands/BatchDeletePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/BatchSuspendUserCommand.js +0 -81
- package/dist/es/commands/BatchSuspendUserCommand.js.map +0 -1
- package/dist/es/commands/BatchUnsuspendUserCommand.js +0 -77
- package/dist/es/commands/BatchUnsuspendUserCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdatePhoneNumberCommand.js +0 -67
- package/dist/es/commands/BatchUpdatePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/BatchUpdateUserCommand.js +0 -65
- package/dist/es/commands/BatchUpdateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateAccountCommand.js +0 -67
- package/dist/es/commands/CreateAccountCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceAdminCommand.js +0 -79
- package/dist/es/commands/CreateAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceCommand.js +0 -66
- package/dist/es/commands/CreateAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/CreateAppInstanceUserCommand.js +0 -66
- package/dist/es/commands/CreateAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/CreateAttendeeCommand.js +0 -70
- package/dist/es/commands/CreateAttendeeCommand.js.map +0 -1
- package/dist/es/commands/CreateBotCommand.js +0 -65
- package/dist/es/commands/CreateBotCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelBanCommand.js +0 -76
- package/dist/es/commands/CreateChannelBanCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelCommand.js +0 -75
- package/dist/es/commands/CreateChannelCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelMembershipCommand.js +0 -102
- package/dist/es/commands/CreateChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/CreateChannelModeratorCommand.js +0 -89
- package/dist/es/commands/CreateChannelModeratorCommand.js.map +0 -1
- package/dist/es/commands/CreateMediaCapturePipelineCommand.js +0 -65
- package/dist/es/commands/CreateMediaCapturePipelineCommand.js.map +0 -1
- package/dist/es/commands/CreateMeetingCommand.js +0 -75
- package/dist/es/commands/CreateMeetingCommand.js.map +0 -1
- package/dist/es/commands/CreateMeetingDialOutCommand.js +0 -69
- package/dist/es/commands/CreateMeetingDialOutCommand.js.map +0 -1
- package/dist/es/commands/CreateMeetingWithAttendeesCommand.js +0 -75
- package/dist/es/commands/CreateMeetingWithAttendeesCommand.js.map +0 -1
- package/dist/es/commands/CreatePhoneNumberOrderCommand.js +0 -66
- package/dist/es/commands/CreatePhoneNumberOrderCommand.js.map +0 -1
- package/dist/es/commands/CreateProxySessionCommand.js +0 -65
- package/dist/es/commands/CreateProxySessionCommand.js.map +0 -1
- package/dist/es/commands/CreateRoomCommand.js +0 -65
- package/dist/es/commands/CreateRoomCommand.js.map +0 -1
- package/dist/es/commands/CreateRoomMembershipCommand.js +0 -65
- package/dist/es/commands/CreateRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/CreateSipMediaApplicationCallCommand.js +0 -66
- package/dist/es/commands/CreateSipMediaApplicationCallCommand.js.map +0 -1
- package/dist/es/commands/CreateSipMediaApplicationCommand.js +0 -65
- package/dist/es/commands/CreateSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/CreateSipRuleCommand.js +0 -65
- package/dist/es/commands/CreateSipRuleCommand.js.map +0 -1
- package/dist/es/commands/CreateUserCommand.js +0 -65
- package/dist/es/commands/CreateUserCommand.js.map +0 -1
- package/dist/es/commands/CreateVoiceConnectorCommand.js +0 -71
- package/dist/es/commands/CreateVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/CreateVoiceConnectorGroupCommand.js +0 -69
- package/dist/es/commands/CreateVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteAccountCommand.js +0 -78
- package/dist/es/commands/DeleteAccountCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceAdminCommand.js +0 -65
- package/dist/es/commands/DeleteAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceCommand.js +0 -65
- package/dist/es/commands/DeleteAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -65
- package/dist/es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/DeleteAppInstanceUserCommand.js +0 -65
- package/dist/es/commands/DeleteAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DeleteAttendeeCommand.js +0 -68
- package/dist/es/commands/DeleteAttendeeCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelBanCommand.js +0 -71
- package/dist/es/commands/DeleteChannelBanCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelCommand.js +0 -72
- package/dist/es/commands/DeleteChannelCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelMembershipCommand.js +0 -71
- package/dist/es/commands/DeleteChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelMessageCommand.js +0 -73
- package/dist/es/commands/DeleteChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/DeleteChannelModeratorCommand.js +0 -71
- package/dist/es/commands/DeleteChannelModeratorCommand.js.map +0 -1
- package/dist/es/commands/DeleteEventsConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteEventsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteMediaCapturePipelineCommand.js +0 -65
- package/dist/es/commands/DeleteMediaCapturePipelineCommand.js.map +0 -1
- package/dist/es/commands/DeleteMeetingCommand.js +0 -68
- package/dist/es/commands/DeleteMeetingCommand.js.map +0 -1
- package/dist/es/commands/DeletePhoneNumberCommand.js +0 -71
- package/dist/es/commands/DeletePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/DeleteProxySessionCommand.js +0 -65
- package/dist/es/commands/DeleteProxySessionCommand.js.map +0 -1
- package/dist/es/commands/DeleteRoomCommand.js +0 -65
- package/dist/es/commands/DeleteRoomCommand.js.map +0 -1
- package/dist/es/commands/DeleteRoomMembershipCommand.js +0 -65
- package/dist/es/commands/DeleteRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/DeleteSipMediaApplicationCommand.js +0 -65
- package/dist/es/commands/DeleteSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/DeleteSipRuleCommand.js +0 -65
- package/dist/es/commands/DeleteSipRuleCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorCommand.js +0 -67
- package/dist/es/commands/DeleteVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorGroupCommand.js +0 -67
- package/dist/es/commands/DeleteVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -69
- package/dist/es/commands/DeleteVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorProxyCommand.js +0 -65
- package/dist/es/commands/DeleteVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -65
- package/dist/es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -69
- package/dist/es/commands/DeleteVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -65
- package/dist/es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceAdminCommand.js +0 -65
- package/dist/es/commands/DescribeAppInstanceAdminCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceCommand.js +0 -65
- package/dist/es/commands/DescribeAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/DescribeAppInstanceUserCommand.js +0 -65
- package/dist/es/commands/DescribeAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelBanCommand.js +0 -72
- package/dist/es/commands/DescribeChannelBanCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelCommand.js +0 -73
- package/dist/es/commands/DescribeChannelCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelMembershipCommand.js +0 -70
- package/dist/es/commands/DescribeChannelMembershipCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -72
- package/dist/es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -72
- package/dist/es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/DescribeChannelModeratorCommand.js +0 -70
- package/dist/es/commands/DescribeChannelModeratorCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePhoneNumberFromUserCommand.js +0 -65
- package/dist/es/commands/DisassociatePhoneNumberFromUserCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -65
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -65
- package/dist/es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +0 -65
- package/dist/es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAccountCommand.js +0 -66
- package/dist/es/commands/GetAccountCommand.js.map +0 -1
- package/dist/es/commands/GetAccountSettingsCommand.js +0 -68
- package/dist/es/commands/GetAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -65
- package/dist/es/commands/GetAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -65
- package/dist/es/commands/GetAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/GetAttendeeCommand.js +0 -71
- package/dist/es/commands/GetAttendeeCommand.js.map +0 -1
- package/dist/es/commands/GetBotCommand.js +0 -65
- package/dist/es/commands/GetBotCommand.js.map +0 -1
- package/dist/es/commands/GetChannelMessageCommand.js +0 -71
- package/dist/es/commands/GetChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/GetEventsConfigurationCommand.js +0 -65
- package/dist/es/commands/GetEventsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetGlobalSettingsCommand.js +0 -66
- package/dist/es/commands/GetGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetMediaCapturePipelineCommand.js +0 -65
- package/dist/es/commands/GetMediaCapturePipelineCommand.js.map +0 -1
- package/dist/es/commands/GetMeetingCommand.js +0 -71
- package/dist/es/commands/GetMeetingCommand.js.map +0 -1
- package/dist/es/commands/GetMessagingSessionEndpointCommand.js +0 -65
- package/dist/es/commands/GetMessagingSessionEndpointCommand.js.map +0 -1
- package/dist/es/commands/GetPhoneNumberCommand.js +0 -65
- package/dist/es/commands/GetPhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/GetPhoneNumberOrderCommand.js +0 -66
- package/dist/es/commands/GetPhoneNumberOrderCommand.js.map +0 -1
- package/dist/es/commands/GetPhoneNumberSettingsCommand.js +0 -65
- package/dist/es/commands/GetPhoneNumberSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetProxySessionCommand.js +0 -65
- package/dist/es/commands/GetProxySessionCommand.js.map +0 -1
- package/dist/es/commands/GetRetentionSettingsCommand.js +0 -68
- package/dist/es/commands/GetRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetRoomCommand.js +0 -65
- package/dist/es/commands/GetRoomCommand.js.map +0 -1
- package/dist/es/commands/GetSipMediaApplicationCommand.js +0 -65
- package/dist/es/commands/GetSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -65
- package/dist/es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetSipRuleCommand.js +0 -65
- package/dist/es/commands/GetSipRuleCommand.js.map +0 -1
- package/dist/es/commands/GetUserCommand.js +0 -70
- package/dist/es/commands/GetUserCommand.js.map +0 -1
- package/dist/es/commands/GetUserSettingsCommand.js +0 -66
- package/dist/es/commands/GetUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorCommand.js +0 -65
- package/dist/es/commands/GetVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -65
- package/dist/es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorGroupCommand.js +0 -66
- package/dist/es/commands/GetVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -65
- package/dist/es/commands/GetVoiceConnectorLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorOriginationCommand.js +0 -65
- package/dist/es/commands/GetVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorProxyCommand.js +0 -65
- package/dist/es/commands/GetVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -67
- package/dist/es/commands/GetVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorTerminationCommand.js +0 -65
- package/dist/es/commands/GetVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -66
- package/dist/es/commands/GetVoiceConnectorTerminationHealthCommand.js.map +0 -1
- package/dist/es/commands/InviteUsersCommand.js +0 -67
- package/dist/es/commands/InviteUsersCommand.js.map +0 -1
- package/dist/es/commands/ListAccountsCommand.js +0 -67
- package/dist/es/commands/ListAccountsCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstanceAdminsCommand.js +0 -65
- package/dist/es/commands/ListAppInstanceAdminsCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstanceUsersCommand.js +0 -67
- package/dist/es/commands/ListAppInstanceUsersCommand.js.map +0 -1
- package/dist/es/commands/ListAppInstancesCommand.js +0 -65
- package/dist/es/commands/ListAppInstancesCommand.js.map +0 -1
- package/dist/es/commands/ListAttendeeTagsCommand.js +0 -65
- package/dist/es/commands/ListAttendeeTagsCommand.js.map +0 -1
- package/dist/es/commands/ListAttendeesCommand.js +0 -69
- package/dist/es/commands/ListAttendeesCommand.js.map +0 -1
- package/dist/es/commands/ListBotsCommand.js +0 -65
- package/dist/es/commands/ListBotsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelBansCommand.js +0 -72
- package/dist/es/commands/ListChannelBansCommand.js.map +0 -1
- package/dist/es/commands/ListChannelMembershipsCommand.js +0 -72
- package/dist/es/commands/ListChannelMembershipsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -72
- package/dist/es/commands/ListChannelMembershipsForAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/ListChannelMessagesCommand.js +0 -75
- package/dist/es/commands/ListChannelMessagesCommand.js.map +0 -1
- package/dist/es/commands/ListChannelModeratorsCommand.js +0 -70
- package/dist/es/commands/ListChannelModeratorsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsCommand.js +0 -86
- package/dist/es/commands/ListChannelsCommand.js.map +0 -1
- package/dist/es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -71
- package/dist/es/commands/ListChannelsModeratedByAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/ListMediaCapturePipelinesCommand.js +0 -65
- package/dist/es/commands/ListMediaCapturePipelinesCommand.js.map +0 -1
- package/dist/es/commands/ListMeetingTagsCommand.js +0 -65
- package/dist/es/commands/ListMeetingTagsCommand.js.map +0 -1
- package/dist/es/commands/ListMeetingsCommand.js +0 -68
- package/dist/es/commands/ListMeetingsCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumberOrdersCommand.js +0 -65
- package/dist/es/commands/ListPhoneNumberOrdersCommand.js.map +0 -1
- package/dist/es/commands/ListPhoneNumbersCommand.js +0 -65
- package/dist/es/commands/ListPhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/ListProxySessionsCommand.js +0 -65
- package/dist/es/commands/ListProxySessionsCommand.js.map +0 -1
- package/dist/es/commands/ListRoomMembershipsCommand.js +0 -66
- package/dist/es/commands/ListRoomMembershipsCommand.js.map +0 -1
- package/dist/es/commands/ListRoomsCommand.js +0 -65
- package/dist/es/commands/ListRoomsCommand.js.map +0 -1
- package/dist/es/commands/ListSipMediaApplicationsCommand.js +0 -65
- package/dist/es/commands/ListSipMediaApplicationsCommand.js.map +0 -1
- package/dist/es/commands/ListSipRulesCommand.js +0 -65
- package/dist/es/commands/ListSipRulesCommand.js.map +0 -1
- package/dist/es/commands/ListSupportedPhoneNumberCountriesCommand.js +0 -65
- package/dist/es/commands/ListSupportedPhoneNumberCountriesCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js +0 -65
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListUsersCommand.js +0 -66
- package/dist/es/commands/ListUsersCommand.js.map +0 -1
- package/dist/es/commands/ListVoiceConnectorGroupsCommand.js +0 -65
- package/dist/es/commands/ListVoiceConnectorGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -65
- package/dist/es/commands/ListVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/es/commands/ListVoiceConnectorsCommand.js +0 -65
- package/dist/es/commands/ListVoiceConnectorsCommand.js.map +0 -1
- package/dist/es/commands/LogoutUserCommand.js +0 -65
- package/dist/es/commands/LogoutUserCommand.js.map +0 -1
- package/dist/es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -65
- package/dist/es/commands/PutAppInstanceRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -65
- package/dist/es/commands/PutAppInstanceStreamingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/PutEventsConfigurationCommand.js +0 -67
- package/dist/es/commands/PutEventsConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutRetentionSettingsCommand.js +0 -77
- package/dist/es/commands/PutRetentionSettingsCommand.js.map +0 -1
- package/dist/es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -65
- package/dist/es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -66
- package/dist/es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -65
- package/dist/es/commands/PutVoiceConnectorLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorOriginationCommand.js +0 -69
- package/dist/es/commands/PutVoiceConnectorOriginationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorProxyCommand.js +0 -65
- package/dist/es/commands/PutVoiceConnectorProxyCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -67
- package/dist/es/commands/PutVoiceConnectorStreamingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorTerminationCommand.js +0 -69
- package/dist/es/commands/PutVoiceConnectorTerminationCommand.js.map +0 -1
- package/dist/es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -65
- package/dist/es/commands/PutVoiceConnectorTerminationCredentialsCommand.js.map +0 -1
- package/dist/es/commands/RedactChannelMessageCommand.js +0 -72
- package/dist/es/commands/RedactChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/RedactConversationMessageCommand.js +0 -65
- package/dist/es/commands/RedactConversationMessageCommand.js.map +0 -1
- package/dist/es/commands/RedactRoomMessageCommand.js +0 -65
- package/dist/es/commands/RedactRoomMessageCommand.js.map +0 -1
- package/dist/es/commands/RegenerateSecurityTokenCommand.js +0 -65
- package/dist/es/commands/RegenerateSecurityTokenCommand.js.map +0 -1
- package/dist/es/commands/ResetPersonalPINCommand.js +0 -66
- package/dist/es/commands/ResetPersonalPINCommand.js.map +0 -1
- package/dist/es/commands/RestorePhoneNumberCommand.js +0 -66
- package/dist/es/commands/RestorePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/SearchAvailablePhoneNumbersCommand.js +0 -69
- package/dist/es/commands/SearchAvailablePhoneNumbersCommand.js.map +0 -1
- package/dist/es/commands/SendChannelMessageCommand.js +0 -74
- package/dist/es/commands/SendChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/StartMeetingTranscriptionCommand.js +0 -65
- package/dist/es/commands/StartMeetingTranscriptionCommand.js.map +0 -1
- package/dist/es/commands/StopMeetingTranscriptionCommand.js +0 -65
- package/dist/es/commands/StopMeetingTranscriptionCommand.js.map +0 -1
- package/dist/es/commands/TagAttendeeCommand.js +0 -65
- package/dist/es/commands/TagAttendeeCommand.js.map +0 -1
- package/dist/es/commands/TagMeetingCommand.js +0 -65
- package/dist/es/commands/TagMeetingCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js +0 -65
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagAttendeeCommand.js +0 -65
- package/dist/es/commands/UntagAttendeeCommand.js.map +0 -1
- package/dist/es/commands/UntagMeetingCommand.js +0 -65
- package/dist/es/commands/UntagMeetingCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js +0 -65
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccountCommand.js +0 -65
- package/dist/es/commands/UpdateAccountCommand.js.map +0 -1
- package/dist/es/commands/UpdateAccountSettingsCommand.js +0 -69
- package/dist/es/commands/UpdateAccountSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateAppInstanceCommand.js +0 -65
- package/dist/es/commands/UpdateAppInstanceCommand.js.map +0 -1
- package/dist/es/commands/UpdateAppInstanceUserCommand.js +0 -65
- package/dist/es/commands/UpdateAppInstanceUserCommand.js.map +0 -1
- package/dist/es/commands/UpdateBotCommand.js +0 -65
- package/dist/es/commands/UpdateBotCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelCommand.js +0 -72
- package/dist/es/commands/UpdateChannelCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelMessageCommand.js +0 -71
- package/dist/es/commands/UpdateChannelMessageCommand.js.map +0 -1
- package/dist/es/commands/UpdateChannelReadMarkerCommand.js +0 -71
- package/dist/es/commands/UpdateChannelReadMarkerCommand.js.map +0 -1
- package/dist/es/commands/UpdateGlobalSettingsCommand.js +0 -65
- package/dist/es/commands/UpdateGlobalSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdatePhoneNumberCommand.js +0 -67
- package/dist/es/commands/UpdatePhoneNumberCommand.js.map +0 -1
- package/dist/es/commands/UpdatePhoneNumberSettingsCommand.js +0 -67
- package/dist/es/commands/UpdatePhoneNumberSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateProxySessionCommand.js +0 -65
- package/dist/es/commands/UpdateProxySessionCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoomCommand.js +0 -65
- package/dist/es/commands/UpdateRoomCommand.js.map +0 -1
- package/dist/es/commands/UpdateRoomMembershipCommand.js +0 -68
- package/dist/es/commands/UpdateRoomMembershipCommand.js.map +0 -1
- package/dist/es/commands/UpdateSipMediaApplicationCallCommand.js +0 -65
- package/dist/es/commands/UpdateSipMediaApplicationCallCommand.js.map +0 -1
- package/dist/es/commands/UpdateSipMediaApplicationCommand.js +0 -65
- package/dist/es/commands/UpdateSipMediaApplicationCommand.js.map +0 -1
- package/dist/es/commands/UpdateSipRuleCommand.js +0 -65
- package/dist/es/commands/UpdateSipRuleCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserCommand.js +0 -65
- package/dist/es/commands/UpdateUserCommand.js.map +0 -1
- package/dist/es/commands/UpdateUserSettingsCommand.js +0 -65
- package/dist/es/commands/UpdateUserSettingsCommand.js.map +0 -1
- package/dist/es/commands/UpdateVoiceConnectorCommand.js +0 -65
- package/dist/es/commands/UpdateVoiceConnectorCommand.js.map +0 -1
- package/dist/es/commands/UpdateVoiceConnectorGroupCommand.js +0 -66
- package/dist/es/commands/UpdateVoiceConnectorGroupCommand.js.map +0 -1
- package/dist/es/endpoints.js +0 -59
- 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 +0 -2131
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/models/models_1.js +0 -1338
- 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 +0 -87
- package/dist/es/pagination/ListAccountsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstanceAdminsPaginator.js +0 -87
- package/dist/es/pagination/ListAppInstanceAdminsPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstanceUsersPaginator.js +0 -87
- package/dist/es/pagination/ListAppInstanceUsersPaginator.js.map +0 -1
- package/dist/es/pagination/ListAppInstancesPaginator.js +0 -87
- package/dist/es/pagination/ListAppInstancesPaginator.js.map +0 -1
- package/dist/es/pagination/ListAttendeesPaginator.js +0 -87
- package/dist/es/pagination/ListAttendeesPaginator.js.map +0 -1
- package/dist/es/pagination/ListBotsPaginator.js +0 -87
- package/dist/es/pagination/ListBotsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelBansPaginator.js +0 -87
- package/dist/es/pagination/ListChannelBansPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -87
- package/dist/es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelMembershipsPaginator.js +0 -87
- package/dist/es/pagination/ListChannelMembershipsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelMessagesPaginator.js +0 -87
- package/dist/es/pagination/ListChannelMessagesPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelModeratorsPaginator.js +0 -87
- package/dist/es/pagination/ListChannelModeratorsPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -87
- package/dist/es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js.map +0 -1
- package/dist/es/pagination/ListChannelsPaginator.js +0 -87
- package/dist/es/pagination/ListChannelsPaginator.js.map +0 -1
- package/dist/es/pagination/ListMediaCapturePipelinesPaginator.js +0 -87
- package/dist/es/pagination/ListMediaCapturePipelinesPaginator.js.map +0 -1
- package/dist/es/pagination/ListMeetingsPaginator.js +0 -87
- package/dist/es/pagination/ListMeetingsPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumberOrdersPaginator.js +0 -87
- package/dist/es/pagination/ListPhoneNumberOrdersPaginator.js.map +0 -1
- package/dist/es/pagination/ListPhoneNumbersPaginator.js +0 -87
- package/dist/es/pagination/ListPhoneNumbersPaginator.js.map +0 -1
- package/dist/es/pagination/ListProxySessionsPaginator.js +0 -87
- package/dist/es/pagination/ListProxySessionsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoomMembershipsPaginator.js +0 -87
- package/dist/es/pagination/ListRoomMembershipsPaginator.js.map +0 -1
- package/dist/es/pagination/ListRoomsPaginator.js +0 -87
- package/dist/es/pagination/ListRoomsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSipMediaApplicationsPaginator.js +0 -87
- package/dist/es/pagination/ListSipMediaApplicationsPaginator.js.map +0 -1
- package/dist/es/pagination/ListSipRulesPaginator.js +0 -87
- package/dist/es/pagination/ListSipRulesPaginator.js.map +0 -1
- package/dist/es/pagination/ListUsersPaginator.js +0 -87
- package/dist/es/pagination/ListUsersPaginator.js.map +0 -1
- package/dist/es/pagination/ListVoiceConnectorGroupsPaginator.js +0 -87
- package/dist/es/pagination/ListVoiceConnectorGroupsPaginator.js.map +0 -1
- package/dist/es/pagination/ListVoiceConnectorsPaginator.js +0 -87
- package/dist/es/pagination/ListVoiceConnectorsPaginator.js.map +0 -1
- package/dist/es/pagination/SearchAvailablePhoneNumbersPaginator.js +0 -87
- package/dist/es/pagination/SearchAvailablePhoneNumbersPaginator.js.map +0 -1
- package/dist/es/protocols/Aws_restJson1.js +0 -30039
- package/dist/es/protocols/Aws_restJson1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js +0 -20
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js +0 -25
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js +0 -12
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js +0 -17
- 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/models/models_0.d.ts +0 -5238
- package/dist/types/models/models_1.d.ts +0 -3108
- 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.browser.d.ts +0 -36
- package/dist/types/runtimeConfig.d.ts +0 -36
- package/dist/types/runtimeConfig.native.d.ts +0 -35
- 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/models/models_0.d.ts +0 -5238
- package/dist/types/ts3.4/models/models_1.d.ts +0 -3108
- 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.browser.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.d.ts +0 -36
- package/dist/types/ts3.4/runtimeConfig.native.d.ts +0 -35
- package/endpoints.ts +0 -63
- package/models/models_0.ts +0 -6893
- package/models/models_1.ts +0 -4262
- 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 -30112
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
|
@@ -1,3108 +0,0 @@
|
|
|
1
|
-
import { Account, AccountSettings, AlexaForBusinessMetadata, AppInstanceAdminSummary, AppInstanceRetentionSettings, AppInstanceStreamingConfiguration, AppInstanceSummary, AppInstanceUserSummary, Attendee, Bot, BusinessCallingSettings, Capability, ChannelBanSummary, ChannelMembershipForAppInstanceUserSummary, ChannelMembershipSummary, ChannelMembershipType, ChannelMessagePersistenceType, ChannelMessageSummary, ChannelMessageType, ChannelMode, ChannelModeratedByAppInstanceUserSummary, ChannelModeratorSummary, ChannelPrivacy, ChannelSummary, Credential, EmailStatus, EmergencyCallingConfiguration, EngineTranscribeMedicalSettings, EngineTranscribeSettings, EventsConfiguration, InviteStatus, License, MediaCapturePipeline, Meeting, PhoneNumber, PhoneNumberAssociationName, PhoneNumberOrder, PhoneNumberProductType, PhoneNumberStatus, PhoneNumberType, ProxySession, ProxySessionStatus, RetentionSettings, Room, RoomMembership, RoomMembershipRole, SipMediaApplication, SipMediaApplicationCall, SipMediaApplicationEndpoint, SipMediaApplicationLoggingConfiguration, SipRule, SipRuleTargetApplication, Tag, User, UserSettings, UserType, VoiceConnector, VoiceConnectorGroup, VoiceConnectorItem, VoiceConnectorSettings } from "./models_0";
|
|
2
|
-
export interface GetUserSettingsResponse {
|
|
3
|
-
/**
|
|
4
|
-
* <p>The user settings.</p>
|
|
5
|
-
*/
|
|
6
|
-
UserSettings?: UserSettings;
|
|
7
|
-
}
|
|
8
|
-
export declare namespace GetUserSettingsResponse {
|
|
9
|
-
/**
|
|
10
|
-
* @internal
|
|
11
|
-
*/
|
|
12
|
-
const filterSensitiveLog: (obj: GetUserSettingsResponse) => any;
|
|
13
|
-
}
|
|
14
|
-
export interface GetVoiceConnectorRequest {
|
|
15
|
-
/**
|
|
16
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
17
|
-
*/
|
|
18
|
-
VoiceConnectorId: string | undefined;
|
|
19
|
-
}
|
|
20
|
-
export declare namespace GetVoiceConnectorRequest {
|
|
21
|
-
/**
|
|
22
|
-
* @internal
|
|
23
|
-
*/
|
|
24
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorRequest) => any;
|
|
25
|
-
}
|
|
26
|
-
export interface GetVoiceConnectorResponse {
|
|
27
|
-
/**
|
|
28
|
-
* <p>The Amazon Chime Voice Connector details.</p>
|
|
29
|
-
*/
|
|
30
|
-
VoiceConnector?: VoiceConnector;
|
|
31
|
-
}
|
|
32
|
-
export declare namespace GetVoiceConnectorResponse {
|
|
33
|
-
/**
|
|
34
|
-
* @internal
|
|
35
|
-
*/
|
|
36
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorResponse) => any;
|
|
37
|
-
}
|
|
38
|
-
export interface GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
39
|
-
/**
|
|
40
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
41
|
-
*/
|
|
42
|
-
VoiceConnectorId: string | undefined;
|
|
43
|
-
}
|
|
44
|
-
export declare namespace GetVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationRequest) => any;
|
|
49
|
-
}
|
|
50
|
-
export interface GetVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
51
|
-
/**
|
|
52
|
-
* <p>The emergency calling configuration details.</p>
|
|
53
|
-
*/
|
|
54
|
-
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
55
|
-
}
|
|
56
|
-
export declare namespace GetVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
57
|
-
/**
|
|
58
|
-
* @internal
|
|
59
|
-
*/
|
|
60
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorEmergencyCallingConfigurationResponse) => any;
|
|
61
|
-
}
|
|
62
|
-
export interface GetVoiceConnectorGroupRequest {
|
|
63
|
-
/**
|
|
64
|
-
* <p>The Amazon Chime Voice Connector group ID.</p>
|
|
65
|
-
*/
|
|
66
|
-
VoiceConnectorGroupId: string | undefined;
|
|
67
|
-
}
|
|
68
|
-
export declare namespace GetVoiceConnectorGroupRequest {
|
|
69
|
-
/**
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
72
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorGroupRequest) => any;
|
|
73
|
-
}
|
|
74
|
-
export interface GetVoiceConnectorGroupResponse {
|
|
75
|
-
/**
|
|
76
|
-
* <p>The Amazon Chime Voice Connector group details.</p>
|
|
77
|
-
*/
|
|
78
|
-
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
79
|
-
}
|
|
80
|
-
export declare namespace GetVoiceConnectorGroupResponse {
|
|
81
|
-
/**
|
|
82
|
-
* @internal
|
|
83
|
-
*/
|
|
84
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorGroupResponse) => any;
|
|
85
|
-
}
|
|
86
|
-
export interface GetVoiceConnectorLoggingConfigurationRequest {
|
|
87
|
-
/**
|
|
88
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
89
|
-
*/
|
|
90
|
-
VoiceConnectorId: string | undefined;
|
|
91
|
-
}
|
|
92
|
-
export declare namespace GetVoiceConnectorLoggingConfigurationRequest {
|
|
93
|
-
/**
|
|
94
|
-
* @internal
|
|
95
|
-
*/
|
|
96
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorLoggingConfigurationRequest) => any;
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* <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>
|
|
100
|
-
*/
|
|
101
|
-
export interface LoggingConfiguration {
|
|
102
|
-
/**
|
|
103
|
-
* <p>When true, enables SIP message logs for sending to Amazon CloudWatch Logs.</p>
|
|
104
|
-
*/
|
|
105
|
-
EnableSIPLogs?: boolean;
|
|
106
|
-
}
|
|
107
|
-
export declare namespace LoggingConfiguration {
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
const filterSensitiveLog: (obj: LoggingConfiguration) => any;
|
|
112
|
-
}
|
|
113
|
-
export interface GetVoiceConnectorLoggingConfigurationResponse {
|
|
114
|
-
/**
|
|
115
|
-
* <p>The logging configuration details.</p>
|
|
116
|
-
*/
|
|
117
|
-
LoggingConfiguration?: LoggingConfiguration;
|
|
118
|
-
}
|
|
119
|
-
export declare namespace GetVoiceConnectorLoggingConfigurationResponse {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorLoggingConfigurationResponse) => any;
|
|
124
|
-
}
|
|
125
|
-
export interface GetVoiceConnectorOriginationRequest {
|
|
126
|
-
/**
|
|
127
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
128
|
-
*/
|
|
129
|
-
VoiceConnectorId: string | undefined;
|
|
130
|
-
}
|
|
131
|
-
export declare namespace GetVoiceConnectorOriginationRequest {
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorOriginationRequest) => any;
|
|
136
|
-
}
|
|
137
|
-
export declare enum OriginationRouteProtocol {
|
|
138
|
-
TCP = "TCP",
|
|
139
|
-
UDP = "UDP"
|
|
140
|
-
}
|
|
141
|
-
/**
|
|
142
|
-
* <p>Origination routes define call distribution properties for your SIP hosts to receive inbound
|
|
143
|
-
* calls using your Amazon Chime Voice Connector. Limit: Ten origination routes for each
|
|
144
|
-
* Amazon Chime Voice Connector.</p>
|
|
145
|
-
*/
|
|
146
|
-
export interface OriginationRoute {
|
|
147
|
-
/**
|
|
148
|
-
* <p>The FQDN or IP address to contact for origination traffic.</p>
|
|
149
|
-
*/
|
|
150
|
-
Host?: string;
|
|
151
|
-
/**
|
|
152
|
-
* <p>The designated origination route port. Defaults to 5060.</p>
|
|
153
|
-
*/
|
|
154
|
-
Port?: number;
|
|
155
|
-
/**
|
|
156
|
-
* <p>The protocol to use for the origination route. Encryption-enabled Amazon Chime Voice Connectors use TCP protocol by default.</p>
|
|
157
|
-
*/
|
|
158
|
-
Protocol?: OriginationRouteProtocol | string;
|
|
159
|
-
/**
|
|
160
|
-
* <p>The priority associated with the host, with 1 being the highest priority. Higher priority
|
|
161
|
-
* hosts are attempted first.</p>
|
|
162
|
-
*/
|
|
163
|
-
Priority?: number;
|
|
164
|
-
/**
|
|
165
|
-
* <p>The weight associated with the host. If hosts are equal in priority, calls are redistributed among
|
|
166
|
-
* them based on their relative weight.</p>
|
|
167
|
-
*/
|
|
168
|
-
Weight?: number;
|
|
169
|
-
}
|
|
170
|
-
export declare namespace OriginationRoute {
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
const filterSensitiveLog: (obj: OriginationRoute) => any;
|
|
175
|
-
}
|
|
176
|
-
/**
|
|
177
|
-
* <p>Origination settings enable your SIP hosts to receive inbound calls using your Amazon Chime
|
|
178
|
-
* Voice Connector.</p>
|
|
179
|
-
*/
|
|
180
|
-
export interface Origination {
|
|
181
|
-
/**
|
|
182
|
-
* <p>The call distribution properties defined for your SIP hosts. Valid range: Minimum value of 1.
|
|
183
|
-
* Maximum value of 20.</p>
|
|
184
|
-
*/
|
|
185
|
-
Routes?: OriginationRoute[];
|
|
186
|
-
/**
|
|
187
|
-
* <p>When origination settings are disabled, inbound calls are not enabled for your Amazon Chime
|
|
188
|
-
* Voice Connector.</p>
|
|
189
|
-
*/
|
|
190
|
-
Disabled?: boolean;
|
|
191
|
-
}
|
|
192
|
-
export declare namespace Origination {
|
|
193
|
-
/**
|
|
194
|
-
* @internal
|
|
195
|
-
*/
|
|
196
|
-
const filterSensitiveLog: (obj: Origination) => any;
|
|
197
|
-
}
|
|
198
|
-
export interface GetVoiceConnectorOriginationResponse {
|
|
199
|
-
/**
|
|
200
|
-
* <p>The origination setting details.</p>
|
|
201
|
-
*/
|
|
202
|
-
Origination?: Origination;
|
|
203
|
-
}
|
|
204
|
-
export declare namespace GetVoiceConnectorOriginationResponse {
|
|
205
|
-
/**
|
|
206
|
-
* @internal
|
|
207
|
-
*/
|
|
208
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorOriginationResponse) => any;
|
|
209
|
-
}
|
|
210
|
-
export interface GetVoiceConnectorProxyRequest {
|
|
211
|
-
/**
|
|
212
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
213
|
-
*/
|
|
214
|
-
VoiceConnectorId: string | undefined;
|
|
215
|
-
}
|
|
216
|
-
export declare namespace GetVoiceConnectorProxyRequest {
|
|
217
|
-
/**
|
|
218
|
-
* @internal
|
|
219
|
-
*/
|
|
220
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorProxyRequest) => any;
|
|
221
|
-
}
|
|
222
|
-
/**
|
|
223
|
-
* <p>The proxy configuration for an Amazon Chime Voice Connector.</p>
|
|
224
|
-
*/
|
|
225
|
-
export interface Proxy {
|
|
226
|
-
/**
|
|
227
|
-
* <p>The default number of minutes allowed for proxy sessions.</p>
|
|
228
|
-
*/
|
|
229
|
-
DefaultSessionExpiryMinutes?: number;
|
|
230
|
-
/**
|
|
231
|
-
* <p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>
|
|
232
|
-
*/
|
|
233
|
-
Disabled?: boolean;
|
|
234
|
-
/**
|
|
235
|
-
* <p>The phone number to route calls to after a proxy session expires.</p>
|
|
236
|
-
*/
|
|
237
|
-
FallBackPhoneNumber?: string;
|
|
238
|
-
/**
|
|
239
|
-
* <p>The countries for proxy phone numbers to be selected from.</p>
|
|
240
|
-
*/
|
|
241
|
-
PhoneNumberCountries?: string[];
|
|
242
|
-
}
|
|
243
|
-
export declare namespace Proxy {
|
|
244
|
-
/**
|
|
245
|
-
* @internal
|
|
246
|
-
*/
|
|
247
|
-
const filterSensitiveLog: (obj: Proxy) => any;
|
|
248
|
-
}
|
|
249
|
-
export interface GetVoiceConnectorProxyResponse {
|
|
250
|
-
/**
|
|
251
|
-
* <p>The proxy configuration details.</p>
|
|
252
|
-
*/
|
|
253
|
-
Proxy?: Proxy;
|
|
254
|
-
}
|
|
255
|
-
export declare namespace GetVoiceConnectorProxyResponse {
|
|
256
|
-
/**
|
|
257
|
-
* @internal
|
|
258
|
-
*/
|
|
259
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorProxyResponse) => any;
|
|
260
|
-
}
|
|
261
|
-
export interface GetVoiceConnectorStreamingConfigurationRequest {
|
|
262
|
-
/**
|
|
263
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
264
|
-
*/
|
|
265
|
-
VoiceConnectorId: string | undefined;
|
|
266
|
-
}
|
|
267
|
-
export declare namespace GetVoiceConnectorStreamingConfigurationRequest {
|
|
268
|
-
/**
|
|
269
|
-
* @internal
|
|
270
|
-
*/
|
|
271
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorStreamingConfigurationRequest) => any;
|
|
272
|
-
}
|
|
273
|
-
export declare enum NotificationTarget {
|
|
274
|
-
EventBridge = "EventBridge",
|
|
275
|
-
SNS = "SNS",
|
|
276
|
-
SQS = "SQS"
|
|
277
|
-
}
|
|
278
|
-
/**
|
|
279
|
-
* <p>The targeted recipient for a streaming configuration notification.</p>
|
|
280
|
-
*/
|
|
281
|
-
export interface StreamingNotificationTarget {
|
|
282
|
-
/**
|
|
283
|
-
* <p>The streaming notification target.</p>
|
|
284
|
-
*/
|
|
285
|
-
NotificationTarget: NotificationTarget | string | undefined;
|
|
286
|
-
}
|
|
287
|
-
export declare namespace StreamingNotificationTarget {
|
|
288
|
-
/**
|
|
289
|
-
* @internal
|
|
290
|
-
*/
|
|
291
|
-
const filterSensitiveLog: (obj: StreamingNotificationTarget) => any;
|
|
292
|
-
}
|
|
293
|
-
/**
|
|
294
|
-
* <p>The streaming configuration associated with an Amazon Chime Voice Connector. Specifies whether
|
|
295
|
-
* media streaming is enabled for sending to Amazon Kinesis, and shows the retention period
|
|
296
|
-
* for the Amazon Kinesis data, in hours.</p>
|
|
297
|
-
*/
|
|
298
|
-
export interface StreamingConfiguration {
|
|
299
|
-
/**
|
|
300
|
-
* <p>The retention period, in hours, for the Amazon Kinesis data.</p>
|
|
301
|
-
*/
|
|
302
|
-
DataRetentionInHours: number | undefined;
|
|
303
|
-
/**
|
|
304
|
-
* <p>When true, media streaming to Amazon Kinesis is turned off.</p>
|
|
305
|
-
*/
|
|
306
|
-
Disabled?: boolean;
|
|
307
|
-
/**
|
|
308
|
-
* <p>The streaming notification targets.</p>
|
|
309
|
-
*/
|
|
310
|
-
StreamingNotificationTargets?: StreamingNotificationTarget[];
|
|
311
|
-
}
|
|
312
|
-
export declare namespace StreamingConfiguration {
|
|
313
|
-
/**
|
|
314
|
-
* @internal
|
|
315
|
-
*/
|
|
316
|
-
const filterSensitiveLog: (obj: StreamingConfiguration) => any;
|
|
317
|
-
}
|
|
318
|
-
export interface GetVoiceConnectorStreamingConfigurationResponse {
|
|
319
|
-
/**
|
|
320
|
-
* <p>The streaming configuration details.</p>
|
|
321
|
-
*/
|
|
322
|
-
StreamingConfiguration?: StreamingConfiguration;
|
|
323
|
-
}
|
|
324
|
-
export declare namespace GetVoiceConnectorStreamingConfigurationResponse {
|
|
325
|
-
/**
|
|
326
|
-
* @internal
|
|
327
|
-
*/
|
|
328
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorStreamingConfigurationResponse) => any;
|
|
329
|
-
}
|
|
330
|
-
export interface GetVoiceConnectorTerminationRequest {
|
|
331
|
-
/**
|
|
332
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
333
|
-
*/
|
|
334
|
-
VoiceConnectorId: string | undefined;
|
|
335
|
-
}
|
|
336
|
-
export declare namespace GetVoiceConnectorTerminationRequest {
|
|
337
|
-
/**
|
|
338
|
-
* @internal
|
|
339
|
-
*/
|
|
340
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorTerminationRequest) => any;
|
|
341
|
-
}
|
|
342
|
-
/**
|
|
343
|
-
* <p>Termination settings enable your SIP hosts to make outbound calls using your Amazon Chime
|
|
344
|
-
* Voice Connector.</p>
|
|
345
|
-
*/
|
|
346
|
-
export interface Termination {
|
|
347
|
-
/**
|
|
348
|
-
* <p>The limit on calls per second. Max value based on account service quota. Default value of
|
|
349
|
-
* 1.</p>
|
|
350
|
-
*/
|
|
351
|
-
CpsLimit?: number;
|
|
352
|
-
/**
|
|
353
|
-
* <p>The default caller ID phone number.</p>
|
|
354
|
-
*/
|
|
355
|
-
DefaultPhoneNumber?: string;
|
|
356
|
-
/**
|
|
357
|
-
* <p>The countries to which calls are allowed, in ISO 3166-1 alpha-2 format. Required.</p>
|
|
358
|
-
*/
|
|
359
|
-
CallingRegions?: string[];
|
|
360
|
-
/**
|
|
361
|
-
* <p>The IP addresses allowed to make calls, in CIDR format. Required.</p>
|
|
362
|
-
*/
|
|
363
|
-
CidrAllowedList?: string[];
|
|
364
|
-
/**
|
|
365
|
-
* <p>When termination settings are disabled, outbound calls can not be made.</p>
|
|
366
|
-
*/
|
|
367
|
-
Disabled?: boolean;
|
|
368
|
-
}
|
|
369
|
-
export declare namespace Termination {
|
|
370
|
-
/**
|
|
371
|
-
* @internal
|
|
372
|
-
*/
|
|
373
|
-
const filterSensitiveLog: (obj: Termination) => any;
|
|
374
|
-
}
|
|
375
|
-
export interface GetVoiceConnectorTerminationResponse {
|
|
376
|
-
/**
|
|
377
|
-
* <p>The termination setting details.</p>
|
|
378
|
-
*/
|
|
379
|
-
Termination?: Termination;
|
|
380
|
-
}
|
|
381
|
-
export declare namespace GetVoiceConnectorTerminationResponse {
|
|
382
|
-
/**
|
|
383
|
-
* @internal
|
|
384
|
-
*/
|
|
385
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorTerminationResponse) => any;
|
|
386
|
-
}
|
|
387
|
-
export interface GetVoiceConnectorTerminationHealthRequest {
|
|
388
|
-
/**
|
|
389
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
390
|
-
*/
|
|
391
|
-
VoiceConnectorId: string | undefined;
|
|
392
|
-
}
|
|
393
|
-
export declare namespace GetVoiceConnectorTerminationHealthRequest {
|
|
394
|
-
/**
|
|
395
|
-
* @internal
|
|
396
|
-
*/
|
|
397
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorTerminationHealthRequest) => any;
|
|
398
|
-
}
|
|
399
|
-
/**
|
|
400
|
-
* <p>The termination health details, including the source IP address and timestamp of the last
|
|
401
|
-
* successful SIP <code>OPTIONS</code> message from your SIP infrastructure.</p>
|
|
402
|
-
*/
|
|
403
|
-
export interface TerminationHealth {
|
|
404
|
-
/**
|
|
405
|
-
* <p>The timestamp, in ISO 8601 format.</p>
|
|
406
|
-
*/
|
|
407
|
-
Timestamp?: Date;
|
|
408
|
-
/**
|
|
409
|
-
* <p>The source IP address.</p>
|
|
410
|
-
*/
|
|
411
|
-
Source?: string;
|
|
412
|
-
}
|
|
413
|
-
export declare namespace TerminationHealth {
|
|
414
|
-
/**
|
|
415
|
-
* @internal
|
|
416
|
-
*/
|
|
417
|
-
const filterSensitiveLog: (obj: TerminationHealth) => any;
|
|
418
|
-
}
|
|
419
|
-
export interface GetVoiceConnectorTerminationHealthResponse {
|
|
420
|
-
/**
|
|
421
|
-
* <p>The termination health details.</p>
|
|
422
|
-
*/
|
|
423
|
-
TerminationHealth?: TerminationHealth;
|
|
424
|
-
}
|
|
425
|
-
export declare namespace GetVoiceConnectorTerminationHealthResponse {
|
|
426
|
-
/**
|
|
427
|
-
* @internal
|
|
428
|
-
*/
|
|
429
|
-
const filterSensitiveLog: (obj: GetVoiceConnectorTerminationHealthResponse) => any;
|
|
430
|
-
}
|
|
431
|
-
/**
|
|
432
|
-
* <p>Invitation object returned after emailing users to invite them to join the Amazon Chime
|
|
433
|
-
* <code>Team</code> account.</p>
|
|
434
|
-
*/
|
|
435
|
-
export interface Invite {
|
|
436
|
-
/**
|
|
437
|
-
* <p>The invite ID.</p>
|
|
438
|
-
*/
|
|
439
|
-
InviteId?: string;
|
|
440
|
-
/**
|
|
441
|
-
* <p>The status of the invite.</p>
|
|
442
|
-
*/
|
|
443
|
-
Status?: InviteStatus | string;
|
|
444
|
-
/**
|
|
445
|
-
* <p>The email address to which the invite is sent.</p>
|
|
446
|
-
*/
|
|
447
|
-
EmailAddress?: string;
|
|
448
|
-
/**
|
|
449
|
-
* <p>The status of the invite email.</p>
|
|
450
|
-
*/
|
|
451
|
-
EmailStatus?: EmailStatus | string;
|
|
452
|
-
}
|
|
453
|
-
export declare namespace Invite {
|
|
454
|
-
/**
|
|
455
|
-
* @internal
|
|
456
|
-
*/
|
|
457
|
-
const filterSensitiveLog: (obj: Invite) => any;
|
|
458
|
-
}
|
|
459
|
-
export interface InviteUsersRequest {
|
|
460
|
-
/**
|
|
461
|
-
* <p>The Amazon Chime account ID.</p>
|
|
462
|
-
*/
|
|
463
|
-
AccountId: string | undefined;
|
|
464
|
-
/**
|
|
465
|
-
* <p>The user email addresses to which to send the email invitation.</p>
|
|
466
|
-
*/
|
|
467
|
-
UserEmailList: string[] | undefined;
|
|
468
|
-
/**
|
|
469
|
-
* <p>The user type.</p>
|
|
470
|
-
*/
|
|
471
|
-
UserType?: UserType | string;
|
|
472
|
-
}
|
|
473
|
-
export declare namespace InviteUsersRequest {
|
|
474
|
-
/**
|
|
475
|
-
* @internal
|
|
476
|
-
*/
|
|
477
|
-
const filterSensitiveLog: (obj: InviteUsersRequest) => any;
|
|
478
|
-
}
|
|
479
|
-
export interface InviteUsersResponse {
|
|
480
|
-
/**
|
|
481
|
-
* <p>The email invitation details.</p>
|
|
482
|
-
*/
|
|
483
|
-
Invites?: Invite[];
|
|
484
|
-
}
|
|
485
|
-
export declare namespace InviteUsersResponse {
|
|
486
|
-
/**
|
|
487
|
-
* @internal
|
|
488
|
-
*/
|
|
489
|
-
const filterSensitiveLog: (obj: InviteUsersResponse) => any;
|
|
490
|
-
}
|
|
491
|
-
export interface ListAccountsRequest {
|
|
492
|
-
/**
|
|
493
|
-
* <p>Amazon Chime account name prefix with which to filter results.</p>
|
|
494
|
-
*/
|
|
495
|
-
Name?: string;
|
|
496
|
-
/**
|
|
497
|
-
* <p>User email address with which to filter results.</p>
|
|
498
|
-
*/
|
|
499
|
-
UserEmail?: string;
|
|
500
|
-
/**
|
|
501
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
502
|
-
*/
|
|
503
|
-
NextToken?: string;
|
|
504
|
-
/**
|
|
505
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
506
|
-
*/
|
|
507
|
-
MaxResults?: number;
|
|
508
|
-
}
|
|
509
|
-
export declare namespace ListAccountsRequest {
|
|
510
|
-
/**
|
|
511
|
-
* @internal
|
|
512
|
-
*/
|
|
513
|
-
const filterSensitiveLog: (obj: ListAccountsRequest) => any;
|
|
514
|
-
}
|
|
515
|
-
export interface ListAccountsResponse {
|
|
516
|
-
/**
|
|
517
|
-
* <p>List of Amazon Chime accounts and account details.</p>
|
|
518
|
-
*/
|
|
519
|
-
Accounts?: Account[];
|
|
520
|
-
/**
|
|
521
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
522
|
-
*/
|
|
523
|
-
NextToken?: string;
|
|
524
|
-
}
|
|
525
|
-
export declare namespace ListAccountsResponse {
|
|
526
|
-
/**
|
|
527
|
-
* @internal
|
|
528
|
-
*/
|
|
529
|
-
const filterSensitiveLog: (obj: ListAccountsResponse) => any;
|
|
530
|
-
}
|
|
531
|
-
export interface ListAppInstanceAdminsRequest {
|
|
532
|
-
/**
|
|
533
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
534
|
-
*/
|
|
535
|
-
AppInstanceArn: string | undefined;
|
|
536
|
-
/**
|
|
537
|
-
* <p>The maximum number of administrators that you want to return.</p>
|
|
538
|
-
*/
|
|
539
|
-
MaxResults?: number;
|
|
540
|
-
/**
|
|
541
|
-
* <p>The token returned from previous API requests until the number of administrators is reached.</p>
|
|
542
|
-
*/
|
|
543
|
-
NextToken?: string;
|
|
544
|
-
}
|
|
545
|
-
export declare namespace ListAppInstanceAdminsRequest {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
|
-
const filterSensitiveLog: (obj: ListAppInstanceAdminsRequest) => any;
|
|
550
|
-
}
|
|
551
|
-
export interface ListAppInstanceAdminsResponse {
|
|
552
|
-
/**
|
|
553
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
554
|
-
*/
|
|
555
|
-
AppInstanceArn?: string;
|
|
556
|
-
/**
|
|
557
|
-
* <p>The information for each administrator.</p>
|
|
558
|
-
*/
|
|
559
|
-
AppInstanceAdmins?: AppInstanceAdminSummary[];
|
|
560
|
-
/**
|
|
561
|
-
* <p>The token returned from previous API requests until the number of administrators is reached.</p>
|
|
562
|
-
*/
|
|
563
|
-
NextToken?: string;
|
|
564
|
-
}
|
|
565
|
-
export declare namespace ListAppInstanceAdminsResponse {
|
|
566
|
-
/**
|
|
567
|
-
* @internal
|
|
568
|
-
*/
|
|
569
|
-
const filterSensitiveLog: (obj: ListAppInstanceAdminsResponse) => any;
|
|
570
|
-
}
|
|
571
|
-
export interface ListAppInstancesRequest {
|
|
572
|
-
/**
|
|
573
|
-
* <p>The maximum number of <code>AppInstance</code>s that you want to return.</p>
|
|
574
|
-
*/
|
|
575
|
-
MaxResults?: number;
|
|
576
|
-
/**
|
|
577
|
-
* <p>The token passed by previous API requests until you reach the maximum number of <code>AppInstance</code>s.</p>
|
|
578
|
-
*/
|
|
579
|
-
NextToken?: string;
|
|
580
|
-
}
|
|
581
|
-
export declare namespace ListAppInstancesRequest {
|
|
582
|
-
/**
|
|
583
|
-
* @internal
|
|
584
|
-
*/
|
|
585
|
-
const filterSensitiveLog: (obj: ListAppInstancesRequest) => any;
|
|
586
|
-
}
|
|
587
|
-
export interface ListAppInstancesResponse {
|
|
588
|
-
/**
|
|
589
|
-
* <p>The information for each <code>AppInstance</code>.</p>
|
|
590
|
-
*/
|
|
591
|
-
AppInstances?: AppInstanceSummary[];
|
|
592
|
-
/**
|
|
593
|
-
* <p>The token passed by previous API requests until the maximum number of <code>AppInstance</code>s is reached.</p>
|
|
594
|
-
*/
|
|
595
|
-
NextToken?: string;
|
|
596
|
-
}
|
|
597
|
-
export declare namespace ListAppInstancesResponse {
|
|
598
|
-
/**
|
|
599
|
-
* @internal
|
|
600
|
-
*/
|
|
601
|
-
const filterSensitiveLog: (obj: ListAppInstancesResponse) => any;
|
|
602
|
-
}
|
|
603
|
-
export interface ListAppInstanceUsersRequest {
|
|
604
|
-
/**
|
|
605
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
606
|
-
*/
|
|
607
|
-
AppInstanceArn: string | undefined;
|
|
608
|
-
/**
|
|
609
|
-
* <p>The maximum number of requests that you want returned.</p>
|
|
610
|
-
*/
|
|
611
|
-
MaxResults?: number;
|
|
612
|
-
/**
|
|
613
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
614
|
-
*/
|
|
615
|
-
NextToken?: string;
|
|
616
|
-
}
|
|
617
|
-
export declare namespace ListAppInstanceUsersRequest {
|
|
618
|
-
/**
|
|
619
|
-
* @internal
|
|
620
|
-
*/
|
|
621
|
-
const filterSensitiveLog: (obj: ListAppInstanceUsersRequest) => any;
|
|
622
|
-
}
|
|
623
|
-
export interface ListAppInstanceUsersResponse {
|
|
624
|
-
/**
|
|
625
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
626
|
-
*/
|
|
627
|
-
AppInstanceArn?: string;
|
|
628
|
-
/**
|
|
629
|
-
* <p>The information for each requested <code>AppInstanceUser</code>.</p>
|
|
630
|
-
*/
|
|
631
|
-
AppInstanceUsers?: AppInstanceUserSummary[];
|
|
632
|
-
/**
|
|
633
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
634
|
-
*/
|
|
635
|
-
NextToken?: string;
|
|
636
|
-
}
|
|
637
|
-
export declare namespace ListAppInstanceUsersResponse {
|
|
638
|
-
/**
|
|
639
|
-
* @internal
|
|
640
|
-
*/
|
|
641
|
-
const filterSensitiveLog: (obj: ListAppInstanceUsersResponse) => any;
|
|
642
|
-
}
|
|
643
|
-
export interface ListAttendeesRequest {
|
|
644
|
-
/**
|
|
645
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
646
|
-
*/
|
|
647
|
-
MeetingId: string | undefined;
|
|
648
|
-
/**
|
|
649
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
650
|
-
*/
|
|
651
|
-
NextToken?: string;
|
|
652
|
-
/**
|
|
653
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
654
|
-
*/
|
|
655
|
-
MaxResults?: number;
|
|
656
|
-
}
|
|
657
|
-
export declare namespace ListAttendeesRequest {
|
|
658
|
-
/**
|
|
659
|
-
* @internal
|
|
660
|
-
*/
|
|
661
|
-
const filterSensitiveLog: (obj: ListAttendeesRequest) => any;
|
|
662
|
-
}
|
|
663
|
-
export interface ListAttendeesResponse {
|
|
664
|
-
/**
|
|
665
|
-
* <p>The Amazon Chime SDK attendee information.</p>
|
|
666
|
-
*/
|
|
667
|
-
Attendees?: Attendee[];
|
|
668
|
-
/**
|
|
669
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
670
|
-
*/
|
|
671
|
-
NextToken?: string;
|
|
672
|
-
}
|
|
673
|
-
export declare namespace ListAttendeesResponse {
|
|
674
|
-
/**
|
|
675
|
-
* @internal
|
|
676
|
-
*/
|
|
677
|
-
const filterSensitiveLog: (obj: ListAttendeesResponse) => any;
|
|
678
|
-
}
|
|
679
|
-
export interface ListAttendeeTagsRequest {
|
|
680
|
-
/**
|
|
681
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
682
|
-
*/
|
|
683
|
-
MeetingId: string | undefined;
|
|
684
|
-
/**
|
|
685
|
-
* <p>The Amazon Chime SDK attendee ID.</p>
|
|
686
|
-
*/
|
|
687
|
-
AttendeeId: string | undefined;
|
|
688
|
-
}
|
|
689
|
-
export declare namespace ListAttendeeTagsRequest {
|
|
690
|
-
/**
|
|
691
|
-
* @internal
|
|
692
|
-
*/
|
|
693
|
-
const filterSensitiveLog: (obj: ListAttendeeTagsRequest) => any;
|
|
694
|
-
}
|
|
695
|
-
export interface ListAttendeeTagsResponse {
|
|
696
|
-
/**
|
|
697
|
-
* <p>A list of tag key-value pairs.</p>
|
|
698
|
-
*/
|
|
699
|
-
Tags?: Tag[];
|
|
700
|
-
}
|
|
701
|
-
export declare namespace ListAttendeeTagsResponse {
|
|
702
|
-
/**
|
|
703
|
-
* @internal
|
|
704
|
-
*/
|
|
705
|
-
const filterSensitiveLog: (obj: ListAttendeeTagsResponse) => any;
|
|
706
|
-
}
|
|
707
|
-
export interface ListBotsRequest {
|
|
708
|
-
/**
|
|
709
|
-
* <p>The Amazon Chime account ID.</p>
|
|
710
|
-
*/
|
|
711
|
-
AccountId: string | undefined;
|
|
712
|
-
/**
|
|
713
|
-
* <p>The maximum number of results to return in a single call. The default is 10.</p>
|
|
714
|
-
*/
|
|
715
|
-
MaxResults?: number;
|
|
716
|
-
/**
|
|
717
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
718
|
-
*/
|
|
719
|
-
NextToken?: string;
|
|
720
|
-
}
|
|
721
|
-
export declare namespace ListBotsRequest {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
|
-
const filterSensitiveLog: (obj: ListBotsRequest) => any;
|
|
726
|
-
}
|
|
727
|
-
export interface ListBotsResponse {
|
|
728
|
-
/**
|
|
729
|
-
* <p>List of bots and bot details.</p>
|
|
730
|
-
*/
|
|
731
|
-
Bots?: Bot[];
|
|
732
|
-
/**
|
|
733
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
734
|
-
*/
|
|
735
|
-
NextToken?: string;
|
|
736
|
-
}
|
|
737
|
-
export declare namespace ListBotsResponse {
|
|
738
|
-
/**
|
|
739
|
-
* @internal
|
|
740
|
-
*/
|
|
741
|
-
const filterSensitiveLog: (obj: ListBotsResponse) => any;
|
|
742
|
-
}
|
|
743
|
-
export interface ListChannelBansRequest {
|
|
744
|
-
/**
|
|
745
|
-
* <p>The ARN of the channel.</p>
|
|
746
|
-
*/
|
|
747
|
-
ChannelArn: string | undefined;
|
|
748
|
-
/**
|
|
749
|
-
* <p>The maximum number of bans that you want returned.</p>
|
|
750
|
-
*/
|
|
751
|
-
MaxResults?: number;
|
|
752
|
-
/**
|
|
753
|
-
* <p>The token passed by previous API calls until all requested bans are returned.</p>
|
|
754
|
-
*/
|
|
755
|
-
NextToken?: string;
|
|
756
|
-
/**
|
|
757
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
758
|
-
*/
|
|
759
|
-
ChimeBearer?: string;
|
|
760
|
-
}
|
|
761
|
-
export declare namespace ListChannelBansRequest {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
|
-
const filterSensitiveLog: (obj: ListChannelBansRequest) => any;
|
|
766
|
-
}
|
|
767
|
-
export interface ListChannelBansResponse {
|
|
768
|
-
/**
|
|
769
|
-
* <p>The ARN of the channel.</p>
|
|
770
|
-
*/
|
|
771
|
-
ChannelArn?: string;
|
|
772
|
-
/**
|
|
773
|
-
* <p>The token passed by previous API calls until all requested bans are returned.</p>
|
|
774
|
-
*/
|
|
775
|
-
NextToken?: string;
|
|
776
|
-
/**
|
|
777
|
-
* <p>The information for each requested ban.</p>
|
|
778
|
-
*/
|
|
779
|
-
ChannelBans?: ChannelBanSummary[];
|
|
780
|
-
}
|
|
781
|
-
export declare namespace ListChannelBansResponse {
|
|
782
|
-
/**
|
|
783
|
-
* @internal
|
|
784
|
-
*/
|
|
785
|
-
const filterSensitiveLog: (obj: ListChannelBansResponse) => any;
|
|
786
|
-
}
|
|
787
|
-
export interface ListChannelMembershipsRequest {
|
|
788
|
-
/**
|
|
789
|
-
* <p>The maximum number of channel memberships that you want returned.</p>
|
|
790
|
-
*/
|
|
791
|
-
ChannelArn: string | undefined;
|
|
792
|
-
/**
|
|
793
|
-
* <p>The membership type of a user, <code>DEFAULT</code> or <code>HIDDEN</code>. Default
|
|
794
|
-
* members are always returned as part of <code>ListChannelMemberships</code>. Hidden members
|
|
795
|
-
* are only returned if the type filter in <code>ListChannelMemberships</code> equals
|
|
796
|
-
* <code>HIDDEN</code>. Otherwise hidden members are not returned.</p>
|
|
797
|
-
*/
|
|
798
|
-
Type?: ChannelMembershipType | string;
|
|
799
|
-
/**
|
|
800
|
-
* <p>The maximum number of channel memberships that you want returned.</p>
|
|
801
|
-
*/
|
|
802
|
-
MaxResults?: number;
|
|
803
|
-
/**
|
|
804
|
-
* <p>The token passed by previous API calls until all requested channel memberships are
|
|
805
|
-
* returned.</p>
|
|
806
|
-
*/
|
|
807
|
-
NextToken?: string;
|
|
808
|
-
/**
|
|
809
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
810
|
-
*/
|
|
811
|
-
ChimeBearer?: string;
|
|
812
|
-
}
|
|
813
|
-
export declare namespace ListChannelMembershipsRequest {
|
|
814
|
-
/**
|
|
815
|
-
* @internal
|
|
816
|
-
*/
|
|
817
|
-
const filterSensitiveLog: (obj: ListChannelMembershipsRequest) => any;
|
|
818
|
-
}
|
|
819
|
-
export interface ListChannelMembershipsResponse {
|
|
820
|
-
/**
|
|
821
|
-
* <p>The ARN of the channel.</p>
|
|
822
|
-
*/
|
|
823
|
-
ChannelArn?: string;
|
|
824
|
-
/**
|
|
825
|
-
* <p>The information for the requested channel memberships.</p>
|
|
826
|
-
*/
|
|
827
|
-
ChannelMemberships?: ChannelMembershipSummary[];
|
|
828
|
-
/**
|
|
829
|
-
* <p>The token passed by previous API calls until all requested channel memberships are
|
|
830
|
-
* returned.</p>
|
|
831
|
-
*/
|
|
832
|
-
NextToken?: string;
|
|
833
|
-
}
|
|
834
|
-
export declare namespace ListChannelMembershipsResponse {
|
|
835
|
-
/**
|
|
836
|
-
* @internal
|
|
837
|
-
*/
|
|
838
|
-
const filterSensitiveLog: (obj: ListChannelMembershipsResponse) => any;
|
|
839
|
-
}
|
|
840
|
-
export interface ListChannelMembershipsForAppInstanceUserRequest {
|
|
841
|
-
/**
|
|
842
|
-
* <p>The ARN of the <code>AppInstanceUser</code>s</p>
|
|
843
|
-
*/
|
|
844
|
-
AppInstanceUserArn?: string;
|
|
845
|
-
/**
|
|
846
|
-
* <p>The maximum number of users that you want returned.</p>
|
|
847
|
-
*/
|
|
848
|
-
MaxResults?: number;
|
|
849
|
-
/**
|
|
850
|
-
* <p>The token returned from previous API requests until the number of channel memberships is reached.</p>
|
|
851
|
-
*/
|
|
852
|
-
NextToken?: string;
|
|
853
|
-
/**
|
|
854
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
855
|
-
*/
|
|
856
|
-
ChimeBearer?: string;
|
|
857
|
-
}
|
|
858
|
-
export declare namespace ListChannelMembershipsForAppInstanceUserRequest {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
|
-
const filterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserRequest) => any;
|
|
863
|
-
}
|
|
864
|
-
export interface ListChannelMembershipsForAppInstanceUserResponse {
|
|
865
|
-
/**
|
|
866
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
867
|
-
*/
|
|
868
|
-
ChannelMemberships?: ChannelMembershipForAppInstanceUserSummary[];
|
|
869
|
-
/**
|
|
870
|
-
* <p>The token passed by previous API calls until all requested users are returned.</p>
|
|
871
|
-
*/
|
|
872
|
-
NextToken?: string;
|
|
873
|
-
}
|
|
874
|
-
export declare namespace ListChannelMembershipsForAppInstanceUserResponse {
|
|
875
|
-
/**
|
|
876
|
-
* @internal
|
|
877
|
-
*/
|
|
878
|
-
const filterSensitiveLog: (obj: ListChannelMembershipsForAppInstanceUserResponse) => any;
|
|
879
|
-
}
|
|
880
|
-
export declare enum SortOrder {
|
|
881
|
-
ASCENDING = "ASCENDING",
|
|
882
|
-
DESCENDING = "DESCENDING"
|
|
883
|
-
}
|
|
884
|
-
export interface ListChannelMessagesRequest {
|
|
885
|
-
/**
|
|
886
|
-
* <p>The ARN of the channel.</p>
|
|
887
|
-
*/
|
|
888
|
-
ChannelArn: string | undefined;
|
|
889
|
-
/**
|
|
890
|
-
* <p>The order in which you want messages sorted. Default is Descending, based on time
|
|
891
|
-
* created.</p>
|
|
892
|
-
*/
|
|
893
|
-
SortOrder?: SortOrder | string;
|
|
894
|
-
/**
|
|
895
|
-
* <p>The initial or starting time stamp for your requested messages.</p>
|
|
896
|
-
*/
|
|
897
|
-
NotBefore?: Date;
|
|
898
|
-
/**
|
|
899
|
-
* <p>The final or ending time stamp for your requested messages.</p>
|
|
900
|
-
*/
|
|
901
|
-
NotAfter?: Date;
|
|
902
|
-
/**
|
|
903
|
-
* <p>The maximum number of messages that you want returned.</p>
|
|
904
|
-
*/
|
|
905
|
-
MaxResults?: number;
|
|
906
|
-
/**
|
|
907
|
-
* <p>The token passed by previous API calls until all requested messages are returned.</p>
|
|
908
|
-
*/
|
|
909
|
-
NextToken?: string;
|
|
910
|
-
/**
|
|
911
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
912
|
-
*/
|
|
913
|
-
ChimeBearer?: string;
|
|
914
|
-
}
|
|
915
|
-
export declare namespace ListChannelMessagesRequest {
|
|
916
|
-
/**
|
|
917
|
-
* @internal
|
|
918
|
-
*/
|
|
919
|
-
const filterSensitiveLog: (obj: ListChannelMessagesRequest) => any;
|
|
920
|
-
}
|
|
921
|
-
export interface ListChannelMessagesResponse {
|
|
922
|
-
/**
|
|
923
|
-
* <p>The ARN of the channel containing the requested messages.</p>
|
|
924
|
-
*/
|
|
925
|
-
ChannelArn?: string;
|
|
926
|
-
/**
|
|
927
|
-
* <p>The token passed by previous API calls until all requested messages are returned.</p>
|
|
928
|
-
*/
|
|
929
|
-
NextToken?: string;
|
|
930
|
-
/**
|
|
931
|
-
* <p>The information about, and content of, each requested message.</p>
|
|
932
|
-
*/
|
|
933
|
-
ChannelMessages?: ChannelMessageSummary[];
|
|
934
|
-
}
|
|
935
|
-
export declare namespace ListChannelMessagesResponse {
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
|
-
const filterSensitiveLog: (obj: ListChannelMessagesResponse) => any;
|
|
940
|
-
}
|
|
941
|
-
export interface ListChannelModeratorsRequest {
|
|
942
|
-
/**
|
|
943
|
-
* <p>The ARN of the channel.</p>
|
|
944
|
-
*/
|
|
945
|
-
ChannelArn: string | undefined;
|
|
946
|
-
/**
|
|
947
|
-
* <p>The maximum number of moderators that you want returned.</p>
|
|
948
|
-
*/
|
|
949
|
-
MaxResults?: number;
|
|
950
|
-
/**
|
|
951
|
-
* <p>The token passed by previous API calls until all requested moderators are
|
|
952
|
-
* returned.</p>
|
|
953
|
-
*/
|
|
954
|
-
NextToken?: string;
|
|
955
|
-
/**
|
|
956
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
957
|
-
*/
|
|
958
|
-
ChimeBearer?: string;
|
|
959
|
-
}
|
|
960
|
-
export declare namespace ListChannelModeratorsRequest {
|
|
961
|
-
/**
|
|
962
|
-
* @internal
|
|
963
|
-
*/
|
|
964
|
-
const filterSensitiveLog: (obj: ListChannelModeratorsRequest) => any;
|
|
965
|
-
}
|
|
966
|
-
export interface ListChannelModeratorsResponse {
|
|
967
|
-
/**
|
|
968
|
-
* <p>The ARN of the channel.</p>
|
|
969
|
-
*/
|
|
970
|
-
ChannelArn?: string;
|
|
971
|
-
/**
|
|
972
|
-
* <p>The token passed by previous API calls until all requested moderators are
|
|
973
|
-
* returned.</p>
|
|
974
|
-
*/
|
|
975
|
-
NextToken?: string;
|
|
976
|
-
/**
|
|
977
|
-
* <p>The information about and names of each moderator.</p>
|
|
978
|
-
*/
|
|
979
|
-
ChannelModerators?: ChannelModeratorSummary[];
|
|
980
|
-
}
|
|
981
|
-
export declare namespace ListChannelModeratorsResponse {
|
|
982
|
-
/**
|
|
983
|
-
* @internal
|
|
984
|
-
*/
|
|
985
|
-
const filterSensitiveLog: (obj: ListChannelModeratorsResponse) => any;
|
|
986
|
-
}
|
|
987
|
-
export interface ListChannelsRequest {
|
|
988
|
-
/**
|
|
989
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
990
|
-
*/
|
|
991
|
-
AppInstanceArn: string | undefined;
|
|
992
|
-
/**
|
|
993
|
-
* <p>The privacy setting. <code>PUBLIC</code> retrieves all the public channels.
|
|
994
|
-
* <code>PRIVATE</code> retrieves private channels. Only an <code>AppInstanceAdmin</code>
|
|
995
|
-
* can retrieve private channels. </p>
|
|
996
|
-
*/
|
|
997
|
-
Privacy?: ChannelPrivacy | string;
|
|
998
|
-
/**
|
|
999
|
-
* <p>The maximum number of channels that you want to return.</p>
|
|
1000
|
-
*/
|
|
1001
|
-
MaxResults?: number;
|
|
1002
|
-
/**
|
|
1003
|
-
* <p>The token passed by previous API calls until all requested channels are returned.</p>
|
|
1004
|
-
*/
|
|
1005
|
-
NextToken?: string;
|
|
1006
|
-
/**
|
|
1007
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1008
|
-
*/
|
|
1009
|
-
ChimeBearer?: string;
|
|
1010
|
-
}
|
|
1011
|
-
export declare namespace ListChannelsRequest {
|
|
1012
|
-
/**
|
|
1013
|
-
* @internal
|
|
1014
|
-
*/
|
|
1015
|
-
const filterSensitiveLog: (obj: ListChannelsRequest) => any;
|
|
1016
|
-
}
|
|
1017
|
-
export interface ListChannelsResponse {
|
|
1018
|
-
/**
|
|
1019
|
-
* <p>The information about each channel.</p>
|
|
1020
|
-
*/
|
|
1021
|
-
Channels?: ChannelSummary[];
|
|
1022
|
-
/**
|
|
1023
|
-
* <p>The token returned from previous API requests until the number of channels is
|
|
1024
|
-
* reached.</p>
|
|
1025
|
-
*/
|
|
1026
|
-
NextToken?: string;
|
|
1027
|
-
}
|
|
1028
|
-
export declare namespace ListChannelsResponse {
|
|
1029
|
-
/**
|
|
1030
|
-
* @internal
|
|
1031
|
-
*/
|
|
1032
|
-
const filterSensitiveLog: (obj: ListChannelsResponse) => any;
|
|
1033
|
-
}
|
|
1034
|
-
export interface ListChannelsModeratedByAppInstanceUserRequest {
|
|
1035
|
-
/**
|
|
1036
|
-
* <p>The ARN of the user in the moderated channel.</p>
|
|
1037
|
-
*/
|
|
1038
|
-
AppInstanceUserArn?: string;
|
|
1039
|
-
/**
|
|
1040
|
-
* <p>The maximum number of channels in the request.</p>
|
|
1041
|
-
*/
|
|
1042
|
-
MaxResults?: number;
|
|
1043
|
-
/**
|
|
1044
|
-
* <p>The token returned from previous API requests until the number of channels moderated by
|
|
1045
|
-
* the user is reached.</p>
|
|
1046
|
-
*/
|
|
1047
|
-
NextToken?: string;
|
|
1048
|
-
/**
|
|
1049
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
1050
|
-
*/
|
|
1051
|
-
ChimeBearer?: string;
|
|
1052
|
-
}
|
|
1053
|
-
export declare namespace ListChannelsModeratedByAppInstanceUserRequest {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserRequest) => any;
|
|
1058
|
-
}
|
|
1059
|
-
export interface ListChannelsModeratedByAppInstanceUserResponse {
|
|
1060
|
-
/**
|
|
1061
|
-
* <p>The moderated channels in the request.</p>
|
|
1062
|
-
*/
|
|
1063
|
-
Channels?: ChannelModeratedByAppInstanceUserSummary[];
|
|
1064
|
-
/**
|
|
1065
|
-
* <p>The token returned from previous API requests until the number of channels moderated by
|
|
1066
|
-
* the user is reached.</p>
|
|
1067
|
-
*/
|
|
1068
|
-
NextToken?: string;
|
|
1069
|
-
}
|
|
1070
|
-
export declare namespace ListChannelsModeratedByAppInstanceUserResponse {
|
|
1071
|
-
/**
|
|
1072
|
-
* @internal
|
|
1073
|
-
*/
|
|
1074
|
-
const filterSensitiveLog: (obj: ListChannelsModeratedByAppInstanceUserResponse) => any;
|
|
1075
|
-
}
|
|
1076
|
-
export interface ListMediaCapturePipelinesRequest {
|
|
1077
|
-
/**
|
|
1078
|
-
* <p>The token used to retrieve the next page of results.</p>
|
|
1079
|
-
*/
|
|
1080
|
-
NextToken?: string;
|
|
1081
|
-
/**
|
|
1082
|
-
* <p>The maximum number of results to return in a single call. Valid Range: 1 - 99.</p>
|
|
1083
|
-
*/
|
|
1084
|
-
MaxResults?: number;
|
|
1085
|
-
}
|
|
1086
|
-
export declare namespace ListMediaCapturePipelinesRequest {
|
|
1087
|
-
/**
|
|
1088
|
-
* @internal
|
|
1089
|
-
*/
|
|
1090
|
-
const filterSensitiveLog: (obj: ListMediaCapturePipelinesRequest) => any;
|
|
1091
|
-
}
|
|
1092
|
-
export interface ListMediaCapturePipelinesResponse {
|
|
1093
|
-
/**
|
|
1094
|
-
* <p>The media capture pipeline objects in the list.</p>
|
|
1095
|
-
*/
|
|
1096
|
-
MediaCapturePipelines?: MediaCapturePipeline[];
|
|
1097
|
-
/**
|
|
1098
|
-
* <p>The token used to retrieve the next page of results. </p>
|
|
1099
|
-
*/
|
|
1100
|
-
NextToken?: string;
|
|
1101
|
-
}
|
|
1102
|
-
export declare namespace ListMediaCapturePipelinesResponse {
|
|
1103
|
-
/**
|
|
1104
|
-
* @internal
|
|
1105
|
-
*/
|
|
1106
|
-
const filterSensitiveLog: (obj: ListMediaCapturePipelinesResponse) => any;
|
|
1107
|
-
}
|
|
1108
|
-
export interface ListMeetingsRequest {
|
|
1109
|
-
/**
|
|
1110
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1111
|
-
*/
|
|
1112
|
-
NextToken?: string;
|
|
1113
|
-
/**
|
|
1114
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1115
|
-
*/
|
|
1116
|
-
MaxResults?: number;
|
|
1117
|
-
}
|
|
1118
|
-
export declare namespace ListMeetingsRequest {
|
|
1119
|
-
/**
|
|
1120
|
-
* @internal
|
|
1121
|
-
*/
|
|
1122
|
-
const filterSensitiveLog: (obj: ListMeetingsRequest) => any;
|
|
1123
|
-
}
|
|
1124
|
-
export interface ListMeetingsResponse {
|
|
1125
|
-
/**
|
|
1126
|
-
* <p>The Amazon Chime SDK meeting information.</p>
|
|
1127
|
-
*/
|
|
1128
|
-
Meetings?: Meeting[];
|
|
1129
|
-
/**
|
|
1130
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1131
|
-
*/
|
|
1132
|
-
NextToken?: string;
|
|
1133
|
-
}
|
|
1134
|
-
export declare namespace ListMeetingsResponse {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
|
-
const filterSensitiveLog: (obj: ListMeetingsResponse) => any;
|
|
1139
|
-
}
|
|
1140
|
-
export interface ListMeetingTagsRequest {
|
|
1141
|
-
/**
|
|
1142
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
1143
|
-
*/
|
|
1144
|
-
MeetingId: string | undefined;
|
|
1145
|
-
}
|
|
1146
|
-
export declare namespace ListMeetingTagsRequest {
|
|
1147
|
-
/**
|
|
1148
|
-
* @internal
|
|
1149
|
-
*/
|
|
1150
|
-
const filterSensitiveLog: (obj: ListMeetingTagsRequest) => any;
|
|
1151
|
-
}
|
|
1152
|
-
export interface ListMeetingTagsResponse {
|
|
1153
|
-
/**
|
|
1154
|
-
* <p>A list of tag key-value pairs.</p>
|
|
1155
|
-
*/
|
|
1156
|
-
Tags?: Tag[];
|
|
1157
|
-
}
|
|
1158
|
-
export declare namespace ListMeetingTagsResponse {
|
|
1159
|
-
/**
|
|
1160
|
-
* @internal
|
|
1161
|
-
*/
|
|
1162
|
-
const filterSensitiveLog: (obj: ListMeetingTagsResponse) => any;
|
|
1163
|
-
}
|
|
1164
|
-
export interface ListPhoneNumberOrdersRequest {
|
|
1165
|
-
/**
|
|
1166
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1167
|
-
*/
|
|
1168
|
-
NextToken?: string;
|
|
1169
|
-
/**
|
|
1170
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1171
|
-
*/
|
|
1172
|
-
MaxResults?: number;
|
|
1173
|
-
}
|
|
1174
|
-
export declare namespace ListPhoneNumberOrdersRequest {
|
|
1175
|
-
/**
|
|
1176
|
-
* @internal
|
|
1177
|
-
*/
|
|
1178
|
-
const filterSensitiveLog: (obj: ListPhoneNumberOrdersRequest) => any;
|
|
1179
|
-
}
|
|
1180
|
-
export interface ListPhoneNumberOrdersResponse {
|
|
1181
|
-
/**
|
|
1182
|
-
* <p>The phone number order details.</p>
|
|
1183
|
-
*/
|
|
1184
|
-
PhoneNumberOrders?: PhoneNumberOrder[];
|
|
1185
|
-
/**
|
|
1186
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1187
|
-
*/
|
|
1188
|
-
NextToken?: string;
|
|
1189
|
-
}
|
|
1190
|
-
export declare namespace ListPhoneNumberOrdersResponse {
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
|
-
const filterSensitiveLog: (obj: ListPhoneNumberOrdersResponse) => any;
|
|
1195
|
-
}
|
|
1196
|
-
export interface ListPhoneNumbersRequest {
|
|
1197
|
-
/**
|
|
1198
|
-
* <p>The phone number status.</p>
|
|
1199
|
-
*/
|
|
1200
|
-
Status?: PhoneNumberStatus | string;
|
|
1201
|
-
/**
|
|
1202
|
-
* <p>The phone number product type.</p>
|
|
1203
|
-
*/
|
|
1204
|
-
ProductType?: PhoneNumberProductType | string;
|
|
1205
|
-
/**
|
|
1206
|
-
* <p>The filter to use to limit the number of results.</p>
|
|
1207
|
-
*/
|
|
1208
|
-
FilterName?: PhoneNumberAssociationName | string;
|
|
1209
|
-
/**
|
|
1210
|
-
* <p>The value to use for the filter.</p>
|
|
1211
|
-
*/
|
|
1212
|
-
FilterValue?: string;
|
|
1213
|
-
/**
|
|
1214
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1215
|
-
*/
|
|
1216
|
-
MaxResults?: number;
|
|
1217
|
-
/**
|
|
1218
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1219
|
-
*/
|
|
1220
|
-
NextToken?: string;
|
|
1221
|
-
}
|
|
1222
|
-
export declare namespace ListPhoneNumbersRequest {
|
|
1223
|
-
/**
|
|
1224
|
-
* @internal
|
|
1225
|
-
*/
|
|
1226
|
-
const filterSensitiveLog: (obj: ListPhoneNumbersRequest) => any;
|
|
1227
|
-
}
|
|
1228
|
-
export interface ListPhoneNumbersResponse {
|
|
1229
|
-
/**
|
|
1230
|
-
* <p>The phone number details.</p>
|
|
1231
|
-
*/
|
|
1232
|
-
PhoneNumbers?: PhoneNumber[];
|
|
1233
|
-
/**
|
|
1234
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1235
|
-
*/
|
|
1236
|
-
NextToken?: string;
|
|
1237
|
-
}
|
|
1238
|
-
export declare namespace ListPhoneNumbersResponse {
|
|
1239
|
-
/**
|
|
1240
|
-
* @internal
|
|
1241
|
-
*/
|
|
1242
|
-
const filterSensitiveLog: (obj: ListPhoneNumbersResponse) => any;
|
|
1243
|
-
}
|
|
1244
|
-
export interface ListProxySessionsRequest {
|
|
1245
|
-
/**
|
|
1246
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
1247
|
-
*/
|
|
1248
|
-
VoiceConnectorId: string | undefined;
|
|
1249
|
-
/**
|
|
1250
|
-
* <p>The proxy session status.</p>
|
|
1251
|
-
*/
|
|
1252
|
-
Status?: ProxySessionStatus | string;
|
|
1253
|
-
/**
|
|
1254
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1255
|
-
*/
|
|
1256
|
-
NextToken?: string;
|
|
1257
|
-
/**
|
|
1258
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1259
|
-
*/
|
|
1260
|
-
MaxResults?: number;
|
|
1261
|
-
}
|
|
1262
|
-
export declare namespace ListProxySessionsRequest {
|
|
1263
|
-
/**
|
|
1264
|
-
* @internal
|
|
1265
|
-
*/
|
|
1266
|
-
const filterSensitiveLog: (obj: ListProxySessionsRequest) => any;
|
|
1267
|
-
}
|
|
1268
|
-
export interface ListProxySessionsResponse {
|
|
1269
|
-
/**
|
|
1270
|
-
* <p>The proxy session details.</p>
|
|
1271
|
-
*/
|
|
1272
|
-
ProxySessions?: ProxySession[];
|
|
1273
|
-
/**
|
|
1274
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1275
|
-
*/
|
|
1276
|
-
NextToken?: string;
|
|
1277
|
-
}
|
|
1278
|
-
export declare namespace ListProxySessionsResponse {
|
|
1279
|
-
/**
|
|
1280
|
-
* @internal
|
|
1281
|
-
*/
|
|
1282
|
-
const filterSensitiveLog: (obj: ListProxySessionsResponse) => any;
|
|
1283
|
-
}
|
|
1284
|
-
export interface ListRoomMembershipsRequest {
|
|
1285
|
-
/**
|
|
1286
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1287
|
-
*/
|
|
1288
|
-
AccountId: string | undefined;
|
|
1289
|
-
/**
|
|
1290
|
-
* <p>The room ID.</p>
|
|
1291
|
-
*/
|
|
1292
|
-
RoomId: string | undefined;
|
|
1293
|
-
/**
|
|
1294
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1295
|
-
*/
|
|
1296
|
-
MaxResults?: number;
|
|
1297
|
-
/**
|
|
1298
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1299
|
-
*/
|
|
1300
|
-
NextToken?: string;
|
|
1301
|
-
}
|
|
1302
|
-
export declare namespace ListRoomMembershipsRequest {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
|
-
const filterSensitiveLog: (obj: ListRoomMembershipsRequest) => any;
|
|
1307
|
-
}
|
|
1308
|
-
export interface ListRoomMembershipsResponse {
|
|
1309
|
-
/**
|
|
1310
|
-
* <p>The room membership details.</p>
|
|
1311
|
-
*/
|
|
1312
|
-
RoomMemberships?: RoomMembership[];
|
|
1313
|
-
/**
|
|
1314
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1315
|
-
*/
|
|
1316
|
-
NextToken?: string;
|
|
1317
|
-
}
|
|
1318
|
-
export declare namespace ListRoomMembershipsResponse {
|
|
1319
|
-
/**
|
|
1320
|
-
* @internal
|
|
1321
|
-
*/
|
|
1322
|
-
const filterSensitiveLog: (obj: ListRoomMembershipsResponse) => any;
|
|
1323
|
-
}
|
|
1324
|
-
export interface ListRoomsRequest {
|
|
1325
|
-
/**
|
|
1326
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1327
|
-
*/
|
|
1328
|
-
AccountId: string | undefined;
|
|
1329
|
-
/**
|
|
1330
|
-
* <p>The member ID (user ID or bot ID).</p>
|
|
1331
|
-
*/
|
|
1332
|
-
MemberId?: string;
|
|
1333
|
-
/**
|
|
1334
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1335
|
-
*/
|
|
1336
|
-
MaxResults?: number;
|
|
1337
|
-
/**
|
|
1338
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1339
|
-
*/
|
|
1340
|
-
NextToken?: string;
|
|
1341
|
-
}
|
|
1342
|
-
export declare namespace ListRoomsRequest {
|
|
1343
|
-
/**
|
|
1344
|
-
* @internal
|
|
1345
|
-
*/
|
|
1346
|
-
const filterSensitiveLog: (obj: ListRoomsRequest) => any;
|
|
1347
|
-
}
|
|
1348
|
-
export interface ListRoomsResponse {
|
|
1349
|
-
/**
|
|
1350
|
-
* <p>The room details.</p>
|
|
1351
|
-
*/
|
|
1352
|
-
Rooms?: Room[];
|
|
1353
|
-
/**
|
|
1354
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1355
|
-
*/
|
|
1356
|
-
NextToken?: string;
|
|
1357
|
-
}
|
|
1358
|
-
export declare namespace ListRoomsResponse {
|
|
1359
|
-
/**
|
|
1360
|
-
* @internal
|
|
1361
|
-
*/
|
|
1362
|
-
const filterSensitiveLog: (obj: ListRoomsResponse) => any;
|
|
1363
|
-
}
|
|
1364
|
-
export interface ListSipMediaApplicationsRequest {
|
|
1365
|
-
/**
|
|
1366
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
1367
|
-
*/
|
|
1368
|
-
MaxResults?: number;
|
|
1369
|
-
/**
|
|
1370
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1371
|
-
*/
|
|
1372
|
-
NextToken?: string;
|
|
1373
|
-
}
|
|
1374
|
-
export declare namespace ListSipMediaApplicationsRequest {
|
|
1375
|
-
/**
|
|
1376
|
-
* @internal
|
|
1377
|
-
*/
|
|
1378
|
-
const filterSensitiveLog: (obj: ListSipMediaApplicationsRequest) => any;
|
|
1379
|
-
}
|
|
1380
|
-
export interface ListSipMediaApplicationsResponse {
|
|
1381
|
-
/**
|
|
1382
|
-
* <p>List of SIP media applications and application details.</p>
|
|
1383
|
-
*/
|
|
1384
|
-
SipMediaApplications?: SipMediaApplication[];
|
|
1385
|
-
/**
|
|
1386
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1387
|
-
*/
|
|
1388
|
-
NextToken?: string;
|
|
1389
|
-
}
|
|
1390
|
-
export declare namespace ListSipMediaApplicationsResponse {
|
|
1391
|
-
/**
|
|
1392
|
-
* @internal
|
|
1393
|
-
*/
|
|
1394
|
-
const filterSensitiveLog: (obj: ListSipMediaApplicationsResponse) => any;
|
|
1395
|
-
}
|
|
1396
|
-
export interface ListSipRulesRequest {
|
|
1397
|
-
/**
|
|
1398
|
-
* <p>The SIP media application ID.</p>
|
|
1399
|
-
*/
|
|
1400
|
-
SipMediaApplicationId?: string;
|
|
1401
|
-
/**
|
|
1402
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
1403
|
-
*/
|
|
1404
|
-
MaxResults?: number;
|
|
1405
|
-
/**
|
|
1406
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1407
|
-
*/
|
|
1408
|
-
NextToken?: string;
|
|
1409
|
-
}
|
|
1410
|
-
export declare namespace ListSipRulesRequest {
|
|
1411
|
-
/**
|
|
1412
|
-
* @internal
|
|
1413
|
-
*/
|
|
1414
|
-
const filterSensitiveLog: (obj: ListSipRulesRequest) => any;
|
|
1415
|
-
}
|
|
1416
|
-
export interface ListSipRulesResponse {
|
|
1417
|
-
/**
|
|
1418
|
-
* <p>List of SIP rules and rule details.</p>
|
|
1419
|
-
*/
|
|
1420
|
-
SipRules?: SipRule[];
|
|
1421
|
-
/**
|
|
1422
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1423
|
-
*/
|
|
1424
|
-
NextToken?: string;
|
|
1425
|
-
}
|
|
1426
|
-
export declare namespace ListSipRulesResponse {
|
|
1427
|
-
/**
|
|
1428
|
-
* @internal
|
|
1429
|
-
*/
|
|
1430
|
-
const filterSensitiveLog: (obj: ListSipRulesResponse) => any;
|
|
1431
|
-
}
|
|
1432
|
-
export interface ListSupportedPhoneNumberCountriesRequest {
|
|
1433
|
-
/**
|
|
1434
|
-
* <p>The phone number product type.</p>
|
|
1435
|
-
*/
|
|
1436
|
-
ProductType: PhoneNumberProductType | string | undefined;
|
|
1437
|
-
}
|
|
1438
|
-
export declare namespace ListSupportedPhoneNumberCountriesRequest {
|
|
1439
|
-
/**
|
|
1440
|
-
* @internal
|
|
1441
|
-
*/
|
|
1442
|
-
const filterSensitiveLog: (obj: ListSupportedPhoneNumberCountriesRequest) => any;
|
|
1443
|
-
}
|
|
1444
|
-
/**
|
|
1445
|
-
* <p>The phone number country.</p>
|
|
1446
|
-
*/
|
|
1447
|
-
export interface PhoneNumberCountry {
|
|
1448
|
-
/**
|
|
1449
|
-
* <p>The phone number country code. Format: ISO 3166-1 alpha-2.</p>
|
|
1450
|
-
*/
|
|
1451
|
-
CountryCode?: string;
|
|
1452
|
-
/**
|
|
1453
|
-
* <p>The supported phone number types. </p>
|
|
1454
|
-
*/
|
|
1455
|
-
SupportedPhoneNumberTypes?: (PhoneNumberType | string)[];
|
|
1456
|
-
}
|
|
1457
|
-
export declare namespace PhoneNumberCountry {
|
|
1458
|
-
/**
|
|
1459
|
-
* @internal
|
|
1460
|
-
*/
|
|
1461
|
-
const filterSensitiveLog: (obj: PhoneNumberCountry) => any;
|
|
1462
|
-
}
|
|
1463
|
-
export interface ListSupportedPhoneNumberCountriesResponse {
|
|
1464
|
-
/**
|
|
1465
|
-
* <p>The supported phone number countries.</p>
|
|
1466
|
-
*/
|
|
1467
|
-
PhoneNumberCountries?: PhoneNumberCountry[];
|
|
1468
|
-
}
|
|
1469
|
-
export declare namespace ListSupportedPhoneNumberCountriesResponse {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
|
-
const filterSensitiveLog: (obj: ListSupportedPhoneNumberCountriesResponse) => any;
|
|
1474
|
-
}
|
|
1475
|
-
export interface ListTagsForResourceRequest {
|
|
1476
|
-
/**
|
|
1477
|
-
* <p>The resource ARN.</p>
|
|
1478
|
-
*/
|
|
1479
|
-
ResourceARN: string | undefined;
|
|
1480
|
-
}
|
|
1481
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1482
|
-
/**
|
|
1483
|
-
* @internal
|
|
1484
|
-
*/
|
|
1485
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1486
|
-
}
|
|
1487
|
-
export interface ListTagsForResourceResponse {
|
|
1488
|
-
/**
|
|
1489
|
-
* <p>A list of tag-key value pairs.</p>
|
|
1490
|
-
*/
|
|
1491
|
-
Tags?: Tag[];
|
|
1492
|
-
}
|
|
1493
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1494
|
-
/**
|
|
1495
|
-
* @internal
|
|
1496
|
-
*/
|
|
1497
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1498
|
-
}
|
|
1499
|
-
export interface ListUsersRequest {
|
|
1500
|
-
/**
|
|
1501
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1502
|
-
*/
|
|
1503
|
-
AccountId: string | undefined;
|
|
1504
|
-
/**
|
|
1505
|
-
* <p>Optional. The user email address used to filter results. Maximum 1.</p>
|
|
1506
|
-
*/
|
|
1507
|
-
UserEmail?: string;
|
|
1508
|
-
/**
|
|
1509
|
-
* <p>The user type.</p>
|
|
1510
|
-
*/
|
|
1511
|
-
UserType?: UserType | string;
|
|
1512
|
-
/**
|
|
1513
|
-
* <p>The maximum number of results to return in a single call. Defaults to 100.</p>
|
|
1514
|
-
*/
|
|
1515
|
-
MaxResults?: number;
|
|
1516
|
-
/**
|
|
1517
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1518
|
-
*/
|
|
1519
|
-
NextToken?: string;
|
|
1520
|
-
}
|
|
1521
|
-
export declare namespace ListUsersRequest {
|
|
1522
|
-
/**
|
|
1523
|
-
* @internal
|
|
1524
|
-
*/
|
|
1525
|
-
const filterSensitiveLog: (obj: ListUsersRequest) => any;
|
|
1526
|
-
}
|
|
1527
|
-
export interface ListUsersResponse {
|
|
1528
|
-
/**
|
|
1529
|
-
* <p>List of users and user details.</p>
|
|
1530
|
-
*/
|
|
1531
|
-
Users?: User[];
|
|
1532
|
-
/**
|
|
1533
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1534
|
-
*/
|
|
1535
|
-
NextToken?: string;
|
|
1536
|
-
}
|
|
1537
|
-
export declare namespace ListUsersResponse {
|
|
1538
|
-
/**
|
|
1539
|
-
* @internal
|
|
1540
|
-
*/
|
|
1541
|
-
const filterSensitiveLog: (obj: ListUsersResponse) => any;
|
|
1542
|
-
}
|
|
1543
|
-
export interface ListVoiceConnectorGroupsRequest {
|
|
1544
|
-
/**
|
|
1545
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1546
|
-
*/
|
|
1547
|
-
NextToken?: string;
|
|
1548
|
-
/**
|
|
1549
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1550
|
-
*/
|
|
1551
|
-
MaxResults?: number;
|
|
1552
|
-
}
|
|
1553
|
-
export declare namespace ListVoiceConnectorGroupsRequest {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
|
-
const filterSensitiveLog: (obj: ListVoiceConnectorGroupsRequest) => any;
|
|
1558
|
-
}
|
|
1559
|
-
export interface ListVoiceConnectorGroupsResponse {
|
|
1560
|
-
/**
|
|
1561
|
-
* <p>The details of the Amazon Chime Voice Connector groups.</p>
|
|
1562
|
-
*/
|
|
1563
|
-
VoiceConnectorGroups?: VoiceConnectorGroup[];
|
|
1564
|
-
/**
|
|
1565
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1566
|
-
*/
|
|
1567
|
-
NextToken?: string;
|
|
1568
|
-
}
|
|
1569
|
-
export declare namespace ListVoiceConnectorGroupsResponse {
|
|
1570
|
-
/**
|
|
1571
|
-
* @internal
|
|
1572
|
-
*/
|
|
1573
|
-
const filterSensitiveLog: (obj: ListVoiceConnectorGroupsResponse) => any;
|
|
1574
|
-
}
|
|
1575
|
-
export interface ListVoiceConnectorsRequest {
|
|
1576
|
-
/**
|
|
1577
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1578
|
-
*/
|
|
1579
|
-
NextToken?: string;
|
|
1580
|
-
/**
|
|
1581
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
1582
|
-
*/
|
|
1583
|
-
MaxResults?: number;
|
|
1584
|
-
}
|
|
1585
|
-
export declare namespace ListVoiceConnectorsRequest {
|
|
1586
|
-
/**
|
|
1587
|
-
* @internal
|
|
1588
|
-
*/
|
|
1589
|
-
const filterSensitiveLog: (obj: ListVoiceConnectorsRequest) => any;
|
|
1590
|
-
}
|
|
1591
|
-
export interface ListVoiceConnectorsResponse {
|
|
1592
|
-
/**
|
|
1593
|
-
* <p>The details of the Amazon Chime Voice Connectors.</p>
|
|
1594
|
-
*/
|
|
1595
|
-
VoiceConnectors?: VoiceConnector[];
|
|
1596
|
-
/**
|
|
1597
|
-
* <p>The token to use to retrieve the next page of results.</p>
|
|
1598
|
-
*/
|
|
1599
|
-
NextToken?: string;
|
|
1600
|
-
}
|
|
1601
|
-
export declare namespace ListVoiceConnectorsResponse {
|
|
1602
|
-
/**
|
|
1603
|
-
* @internal
|
|
1604
|
-
*/
|
|
1605
|
-
const filterSensitiveLog: (obj: ListVoiceConnectorsResponse) => any;
|
|
1606
|
-
}
|
|
1607
|
-
export interface ListVoiceConnectorTerminationCredentialsRequest {
|
|
1608
|
-
/**
|
|
1609
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1610
|
-
*/
|
|
1611
|
-
VoiceConnectorId: string | undefined;
|
|
1612
|
-
}
|
|
1613
|
-
export declare namespace ListVoiceConnectorTerminationCredentialsRequest {
|
|
1614
|
-
/**
|
|
1615
|
-
* @internal
|
|
1616
|
-
*/
|
|
1617
|
-
const filterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsRequest) => any;
|
|
1618
|
-
}
|
|
1619
|
-
export interface ListVoiceConnectorTerminationCredentialsResponse {
|
|
1620
|
-
/**
|
|
1621
|
-
* <p>A list of user names.</p>
|
|
1622
|
-
*/
|
|
1623
|
-
Usernames?: string[];
|
|
1624
|
-
}
|
|
1625
|
-
export declare namespace ListVoiceConnectorTerminationCredentialsResponse {
|
|
1626
|
-
/**
|
|
1627
|
-
* @internal
|
|
1628
|
-
*/
|
|
1629
|
-
const filterSensitiveLog: (obj: ListVoiceConnectorTerminationCredentialsResponse) => any;
|
|
1630
|
-
}
|
|
1631
|
-
export interface LogoutUserRequest {
|
|
1632
|
-
/**
|
|
1633
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1634
|
-
*/
|
|
1635
|
-
AccountId: string | undefined;
|
|
1636
|
-
/**
|
|
1637
|
-
* <p>The user ID.</p>
|
|
1638
|
-
*/
|
|
1639
|
-
UserId: string | undefined;
|
|
1640
|
-
}
|
|
1641
|
-
export declare namespace LogoutUserRequest {
|
|
1642
|
-
/**
|
|
1643
|
-
* @internal
|
|
1644
|
-
*/
|
|
1645
|
-
const filterSensitiveLog: (obj: LogoutUserRequest) => any;
|
|
1646
|
-
}
|
|
1647
|
-
export interface LogoutUserResponse {
|
|
1648
|
-
}
|
|
1649
|
-
export declare namespace LogoutUserResponse {
|
|
1650
|
-
/**
|
|
1651
|
-
* @internal
|
|
1652
|
-
*/
|
|
1653
|
-
const filterSensitiveLog: (obj: LogoutUserResponse) => any;
|
|
1654
|
-
}
|
|
1655
|
-
export interface PutAppInstanceRetentionSettingsRequest {
|
|
1656
|
-
/**
|
|
1657
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1658
|
-
*/
|
|
1659
|
-
AppInstanceArn: string | undefined;
|
|
1660
|
-
/**
|
|
1661
|
-
* <p>The time in days to retain data. Data type: number.</p>
|
|
1662
|
-
*/
|
|
1663
|
-
AppInstanceRetentionSettings: AppInstanceRetentionSettings | undefined;
|
|
1664
|
-
}
|
|
1665
|
-
export declare namespace PutAppInstanceRetentionSettingsRequest {
|
|
1666
|
-
/**
|
|
1667
|
-
* @internal
|
|
1668
|
-
*/
|
|
1669
|
-
const filterSensitiveLog: (obj: PutAppInstanceRetentionSettingsRequest) => any;
|
|
1670
|
-
}
|
|
1671
|
-
export interface PutAppInstanceRetentionSettingsResponse {
|
|
1672
|
-
/**
|
|
1673
|
-
* <p>The time in days to retain data. Data type: number.</p>
|
|
1674
|
-
*/
|
|
1675
|
-
AppInstanceRetentionSettings?: AppInstanceRetentionSettings;
|
|
1676
|
-
/**
|
|
1677
|
-
* <p>The time at which the API deletes data.</p>
|
|
1678
|
-
*/
|
|
1679
|
-
InitiateDeletionTimestamp?: Date;
|
|
1680
|
-
}
|
|
1681
|
-
export declare namespace PutAppInstanceRetentionSettingsResponse {
|
|
1682
|
-
/**
|
|
1683
|
-
* @internal
|
|
1684
|
-
*/
|
|
1685
|
-
const filterSensitiveLog: (obj: PutAppInstanceRetentionSettingsResponse) => any;
|
|
1686
|
-
}
|
|
1687
|
-
export interface PutAppInstanceStreamingConfigurationsRequest {
|
|
1688
|
-
/**
|
|
1689
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
1690
|
-
*/
|
|
1691
|
-
AppInstanceArn: string | undefined;
|
|
1692
|
-
/**
|
|
1693
|
-
* <p>The streaming configurations set for an <code>AppInstance</code>.</p>
|
|
1694
|
-
*/
|
|
1695
|
-
AppInstanceStreamingConfigurations: AppInstanceStreamingConfiguration[] | undefined;
|
|
1696
|
-
}
|
|
1697
|
-
export declare namespace PutAppInstanceStreamingConfigurationsRequest {
|
|
1698
|
-
/**
|
|
1699
|
-
* @internal
|
|
1700
|
-
*/
|
|
1701
|
-
const filterSensitiveLog: (obj: PutAppInstanceStreamingConfigurationsRequest) => any;
|
|
1702
|
-
}
|
|
1703
|
-
export interface PutAppInstanceStreamingConfigurationsResponse {
|
|
1704
|
-
/**
|
|
1705
|
-
* <p>The streaming configurations of an <code>AppInstance</code>.</p>
|
|
1706
|
-
*/
|
|
1707
|
-
AppInstanceStreamingConfigurations?: AppInstanceStreamingConfiguration[];
|
|
1708
|
-
}
|
|
1709
|
-
export declare namespace PutAppInstanceStreamingConfigurationsResponse {
|
|
1710
|
-
/**
|
|
1711
|
-
* @internal
|
|
1712
|
-
*/
|
|
1713
|
-
const filterSensitiveLog: (obj: PutAppInstanceStreamingConfigurationsResponse) => any;
|
|
1714
|
-
}
|
|
1715
|
-
export interface PutEventsConfigurationRequest {
|
|
1716
|
-
/**
|
|
1717
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1718
|
-
*/
|
|
1719
|
-
AccountId: string | undefined;
|
|
1720
|
-
/**
|
|
1721
|
-
* <p>The bot ID.</p>
|
|
1722
|
-
*/
|
|
1723
|
-
BotId: string | undefined;
|
|
1724
|
-
/**
|
|
1725
|
-
* <p>HTTPS endpoint that allows the bot to receive outgoing events.</p>
|
|
1726
|
-
*/
|
|
1727
|
-
OutboundEventsHTTPSEndpoint?: string;
|
|
1728
|
-
/**
|
|
1729
|
-
* <p>Lambda function ARN that allows the bot to receive outgoing events.</p>
|
|
1730
|
-
*/
|
|
1731
|
-
LambdaFunctionArn?: string;
|
|
1732
|
-
}
|
|
1733
|
-
export declare namespace PutEventsConfigurationRequest {
|
|
1734
|
-
/**
|
|
1735
|
-
* @internal
|
|
1736
|
-
*/
|
|
1737
|
-
const filterSensitiveLog: (obj: PutEventsConfigurationRequest) => any;
|
|
1738
|
-
}
|
|
1739
|
-
export interface PutEventsConfigurationResponse {
|
|
1740
|
-
/**
|
|
1741
|
-
* <p>The configuration that allows a bot to receive outgoing events. Can be either an HTTPS endpoint or a Lambda function ARN.</p>
|
|
1742
|
-
*/
|
|
1743
|
-
EventsConfiguration?: EventsConfiguration;
|
|
1744
|
-
}
|
|
1745
|
-
export declare namespace PutEventsConfigurationResponse {
|
|
1746
|
-
/**
|
|
1747
|
-
* @internal
|
|
1748
|
-
*/
|
|
1749
|
-
const filterSensitiveLog: (obj: PutEventsConfigurationResponse) => any;
|
|
1750
|
-
}
|
|
1751
|
-
export interface PutRetentionSettingsRequest {
|
|
1752
|
-
/**
|
|
1753
|
-
* <p>The Amazon Chime account ID.</p>
|
|
1754
|
-
*/
|
|
1755
|
-
AccountId: string | undefined;
|
|
1756
|
-
/**
|
|
1757
|
-
* <p>The retention settings.</p>
|
|
1758
|
-
*/
|
|
1759
|
-
RetentionSettings: RetentionSettings | undefined;
|
|
1760
|
-
}
|
|
1761
|
-
export declare namespace PutRetentionSettingsRequest {
|
|
1762
|
-
/**
|
|
1763
|
-
* @internal
|
|
1764
|
-
*/
|
|
1765
|
-
const filterSensitiveLog: (obj: PutRetentionSettingsRequest) => any;
|
|
1766
|
-
}
|
|
1767
|
-
export interface PutRetentionSettingsResponse {
|
|
1768
|
-
/**
|
|
1769
|
-
* <p>The retention settings.</p>
|
|
1770
|
-
*/
|
|
1771
|
-
RetentionSettings?: RetentionSettings;
|
|
1772
|
-
/**
|
|
1773
|
-
* <p>The timestamp representing the time at which the specified items are permanently deleted, in ISO 8601 format.</p>
|
|
1774
|
-
*/
|
|
1775
|
-
InitiateDeletionTimestamp?: Date;
|
|
1776
|
-
}
|
|
1777
|
-
export declare namespace PutRetentionSettingsResponse {
|
|
1778
|
-
/**
|
|
1779
|
-
* @internal
|
|
1780
|
-
*/
|
|
1781
|
-
const filterSensitiveLog: (obj: PutRetentionSettingsResponse) => any;
|
|
1782
|
-
}
|
|
1783
|
-
export interface PutSipMediaApplicationLoggingConfigurationRequest {
|
|
1784
|
-
/**
|
|
1785
|
-
* <p>The SIP media application ID.</p>
|
|
1786
|
-
*/
|
|
1787
|
-
SipMediaApplicationId: string | undefined;
|
|
1788
|
-
/**
|
|
1789
|
-
* <p>The actual logging configuration.</p>
|
|
1790
|
-
*/
|
|
1791
|
-
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
1792
|
-
}
|
|
1793
|
-
export declare namespace PutSipMediaApplicationLoggingConfigurationRequest {
|
|
1794
|
-
/**
|
|
1795
|
-
* @internal
|
|
1796
|
-
*/
|
|
1797
|
-
const filterSensitiveLog: (obj: PutSipMediaApplicationLoggingConfigurationRequest) => any;
|
|
1798
|
-
}
|
|
1799
|
-
export interface PutSipMediaApplicationLoggingConfigurationResponse {
|
|
1800
|
-
/**
|
|
1801
|
-
* <p>Logging configuration of the SIP media application.</p>
|
|
1802
|
-
*/
|
|
1803
|
-
SipMediaApplicationLoggingConfiguration?: SipMediaApplicationLoggingConfiguration;
|
|
1804
|
-
}
|
|
1805
|
-
export declare namespace PutSipMediaApplicationLoggingConfigurationResponse {
|
|
1806
|
-
/**
|
|
1807
|
-
* @internal
|
|
1808
|
-
*/
|
|
1809
|
-
const filterSensitiveLog: (obj: PutSipMediaApplicationLoggingConfigurationResponse) => any;
|
|
1810
|
-
}
|
|
1811
|
-
export interface PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
1812
|
-
/**
|
|
1813
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1814
|
-
*/
|
|
1815
|
-
VoiceConnectorId: string | undefined;
|
|
1816
|
-
/**
|
|
1817
|
-
* <p>The emergency calling configuration details.</p>
|
|
1818
|
-
*/
|
|
1819
|
-
EmergencyCallingConfiguration: EmergencyCallingConfiguration | undefined;
|
|
1820
|
-
}
|
|
1821
|
-
export declare namespace PutVoiceConnectorEmergencyCallingConfigurationRequest {
|
|
1822
|
-
/**
|
|
1823
|
-
* @internal
|
|
1824
|
-
*/
|
|
1825
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationRequest) => any;
|
|
1826
|
-
}
|
|
1827
|
-
export interface PutVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
1828
|
-
/**
|
|
1829
|
-
* <p>The emergency calling configuration details.</p>
|
|
1830
|
-
*/
|
|
1831
|
-
EmergencyCallingConfiguration?: EmergencyCallingConfiguration;
|
|
1832
|
-
}
|
|
1833
|
-
export declare namespace PutVoiceConnectorEmergencyCallingConfigurationResponse {
|
|
1834
|
-
/**
|
|
1835
|
-
* @internal
|
|
1836
|
-
*/
|
|
1837
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorEmergencyCallingConfigurationResponse) => any;
|
|
1838
|
-
}
|
|
1839
|
-
export interface PutVoiceConnectorLoggingConfigurationRequest {
|
|
1840
|
-
/**
|
|
1841
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1842
|
-
*/
|
|
1843
|
-
VoiceConnectorId: string | undefined;
|
|
1844
|
-
/**
|
|
1845
|
-
* <p>The logging configuration details to add.</p>
|
|
1846
|
-
*/
|
|
1847
|
-
LoggingConfiguration: LoggingConfiguration | undefined;
|
|
1848
|
-
}
|
|
1849
|
-
export declare namespace PutVoiceConnectorLoggingConfigurationRequest {
|
|
1850
|
-
/**
|
|
1851
|
-
* @internal
|
|
1852
|
-
*/
|
|
1853
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorLoggingConfigurationRequest) => any;
|
|
1854
|
-
}
|
|
1855
|
-
export interface PutVoiceConnectorLoggingConfigurationResponse {
|
|
1856
|
-
/**
|
|
1857
|
-
* <p>The updated logging configuration details.</p>
|
|
1858
|
-
*/
|
|
1859
|
-
LoggingConfiguration?: LoggingConfiguration;
|
|
1860
|
-
}
|
|
1861
|
-
export declare namespace PutVoiceConnectorLoggingConfigurationResponse {
|
|
1862
|
-
/**
|
|
1863
|
-
* @internal
|
|
1864
|
-
*/
|
|
1865
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorLoggingConfigurationResponse) => any;
|
|
1866
|
-
}
|
|
1867
|
-
export interface PutVoiceConnectorOriginationRequest {
|
|
1868
|
-
/**
|
|
1869
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1870
|
-
*/
|
|
1871
|
-
VoiceConnectorId: string | undefined;
|
|
1872
|
-
/**
|
|
1873
|
-
* <p>The origination setting details to add.</p>
|
|
1874
|
-
*/
|
|
1875
|
-
Origination: Origination | undefined;
|
|
1876
|
-
}
|
|
1877
|
-
export declare namespace PutVoiceConnectorOriginationRequest {
|
|
1878
|
-
/**
|
|
1879
|
-
* @internal
|
|
1880
|
-
*/
|
|
1881
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorOriginationRequest) => any;
|
|
1882
|
-
}
|
|
1883
|
-
export interface PutVoiceConnectorOriginationResponse {
|
|
1884
|
-
/**
|
|
1885
|
-
* <p>The updated origination setting details.</p>
|
|
1886
|
-
*/
|
|
1887
|
-
Origination?: Origination;
|
|
1888
|
-
}
|
|
1889
|
-
export declare namespace PutVoiceConnectorOriginationResponse {
|
|
1890
|
-
/**
|
|
1891
|
-
* @internal
|
|
1892
|
-
*/
|
|
1893
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorOriginationResponse) => any;
|
|
1894
|
-
}
|
|
1895
|
-
export interface PutVoiceConnectorProxyRequest {
|
|
1896
|
-
/**
|
|
1897
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
1898
|
-
*/
|
|
1899
|
-
VoiceConnectorId: string | undefined;
|
|
1900
|
-
/**
|
|
1901
|
-
* <p>The default number of minutes allowed for proxy sessions.</p>
|
|
1902
|
-
*/
|
|
1903
|
-
DefaultSessionExpiryMinutes: number | undefined;
|
|
1904
|
-
/**
|
|
1905
|
-
* <p>The countries for proxy phone numbers to be selected from.</p>
|
|
1906
|
-
*/
|
|
1907
|
-
PhoneNumberPoolCountries: string[] | undefined;
|
|
1908
|
-
/**
|
|
1909
|
-
* <p>The phone number to route calls to after a proxy session expires.</p>
|
|
1910
|
-
*/
|
|
1911
|
-
FallBackPhoneNumber?: string;
|
|
1912
|
-
/**
|
|
1913
|
-
* <p>When true, stops proxy sessions from being created on the specified Amazon Chime Voice Connector.</p>
|
|
1914
|
-
*/
|
|
1915
|
-
Disabled?: boolean;
|
|
1916
|
-
}
|
|
1917
|
-
export declare namespace PutVoiceConnectorProxyRequest {
|
|
1918
|
-
/**
|
|
1919
|
-
* @internal
|
|
1920
|
-
*/
|
|
1921
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorProxyRequest) => any;
|
|
1922
|
-
}
|
|
1923
|
-
export interface PutVoiceConnectorProxyResponse {
|
|
1924
|
-
/**
|
|
1925
|
-
* <p>The proxy configuration details.</p>
|
|
1926
|
-
*/
|
|
1927
|
-
Proxy?: Proxy;
|
|
1928
|
-
}
|
|
1929
|
-
export declare namespace PutVoiceConnectorProxyResponse {
|
|
1930
|
-
/**
|
|
1931
|
-
* @internal
|
|
1932
|
-
*/
|
|
1933
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorProxyResponse) => any;
|
|
1934
|
-
}
|
|
1935
|
-
export interface PutVoiceConnectorStreamingConfigurationRequest {
|
|
1936
|
-
/**
|
|
1937
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1938
|
-
*/
|
|
1939
|
-
VoiceConnectorId: string | undefined;
|
|
1940
|
-
/**
|
|
1941
|
-
* <p>The streaming configuration details to add.</p>
|
|
1942
|
-
*/
|
|
1943
|
-
StreamingConfiguration: StreamingConfiguration | undefined;
|
|
1944
|
-
}
|
|
1945
|
-
export declare namespace PutVoiceConnectorStreamingConfigurationRequest {
|
|
1946
|
-
/**
|
|
1947
|
-
* @internal
|
|
1948
|
-
*/
|
|
1949
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorStreamingConfigurationRequest) => any;
|
|
1950
|
-
}
|
|
1951
|
-
export interface PutVoiceConnectorStreamingConfigurationResponse {
|
|
1952
|
-
/**
|
|
1953
|
-
* <p>The updated streaming configuration details.</p>
|
|
1954
|
-
*/
|
|
1955
|
-
StreamingConfiguration?: StreamingConfiguration;
|
|
1956
|
-
}
|
|
1957
|
-
export declare namespace PutVoiceConnectorStreamingConfigurationResponse {
|
|
1958
|
-
/**
|
|
1959
|
-
* @internal
|
|
1960
|
-
*/
|
|
1961
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorStreamingConfigurationResponse) => any;
|
|
1962
|
-
}
|
|
1963
|
-
export interface PutVoiceConnectorTerminationRequest {
|
|
1964
|
-
/**
|
|
1965
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1966
|
-
*/
|
|
1967
|
-
VoiceConnectorId: string | undefined;
|
|
1968
|
-
/**
|
|
1969
|
-
* <p>The termination setting details to add.</p>
|
|
1970
|
-
*/
|
|
1971
|
-
Termination: Termination | undefined;
|
|
1972
|
-
}
|
|
1973
|
-
export declare namespace PutVoiceConnectorTerminationRequest {
|
|
1974
|
-
/**
|
|
1975
|
-
* @internal
|
|
1976
|
-
*/
|
|
1977
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorTerminationRequest) => any;
|
|
1978
|
-
}
|
|
1979
|
-
export interface PutVoiceConnectorTerminationResponse {
|
|
1980
|
-
/**
|
|
1981
|
-
* <p>The updated termination setting details.</p>
|
|
1982
|
-
*/
|
|
1983
|
-
Termination?: Termination;
|
|
1984
|
-
}
|
|
1985
|
-
export declare namespace PutVoiceConnectorTerminationResponse {
|
|
1986
|
-
/**
|
|
1987
|
-
* @internal
|
|
1988
|
-
*/
|
|
1989
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorTerminationResponse) => any;
|
|
1990
|
-
}
|
|
1991
|
-
export interface PutVoiceConnectorTerminationCredentialsRequest {
|
|
1992
|
-
/**
|
|
1993
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
1994
|
-
*/
|
|
1995
|
-
VoiceConnectorId: string | undefined;
|
|
1996
|
-
/**
|
|
1997
|
-
* <p>The termination SIP credentials.</p>
|
|
1998
|
-
*/
|
|
1999
|
-
Credentials?: Credential[];
|
|
2000
|
-
}
|
|
2001
|
-
export declare namespace PutVoiceConnectorTerminationCredentialsRequest {
|
|
2002
|
-
/**
|
|
2003
|
-
* @internal
|
|
2004
|
-
*/
|
|
2005
|
-
const filterSensitiveLog: (obj: PutVoiceConnectorTerminationCredentialsRequest) => any;
|
|
2006
|
-
}
|
|
2007
|
-
export interface RedactChannelMessageRequest {
|
|
2008
|
-
/**
|
|
2009
|
-
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
2010
|
-
*/
|
|
2011
|
-
ChannelArn: string | undefined;
|
|
2012
|
-
/**
|
|
2013
|
-
* <p>The ID of the message being redacted.</p>
|
|
2014
|
-
*/
|
|
2015
|
-
MessageId: string | undefined;
|
|
2016
|
-
/**
|
|
2017
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
2018
|
-
*/
|
|
2019
|
-
ChimeBearer?: string;
|
|
2020
|
-
}
|
|
2021
|
-
export declare namespace RedactChannelMessageRequest {
|
|
2022
|
-
/**
|
|
2023
|
-
* @internal
|
|
2024
|
-
*/
|
|
2025
|
-
const filterSensitiveLog: (obj: RedactChannelMessageRequest) => any;
|
|
2026
|
-
}
|
|
2027
|
-
export interface RedactChannelMessageResponse {
|
|
2028
|
-
/**
|
|
2029
|
-
* <p>The ARN of the channel containing the messages that you want to redact.</p>
|
|
2030
|
-
*/
|
|
2031
|
-
ChannelArn?: string;
|
|
2032
|
-
/**
|
|
2033
|
-
* <p>The ID of the message being redacted.</p>
|
|
2034
|
-
*/
|
|
2035
|
-
MessageId?: string;
|
|
2036
|
-
}
|
|
2037
|
-
export declare namespace RedactChannelMessageResponse {
|
|
2038
|
-
/**
|
|
2039
|
-
* @internal
|
|
2040
|
-
*/
|
|
2041
|
-
const filterSensitiveLog: (obj: RedactChannelMessageResponse) => any;
|
|
2042
|
-
}
|
|
2043
|
-
export interface RedactConversationMessageRequest {
|
|
2044
|
-
/**
|
|
2045
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2046
|
-
*/
|
|
2047
|
-
AccountId: string | undefined;
|
|
2048
|
-
/**
|
|
2049
|
-
* <p>The conversation ID.</p>
|
|
2050
|
-
*/
|
|
2051
|
-
ConversationId: string | undefined;
|
|
2052
|
-
/**
|
|
2053
|
-
* <p>The message ID.</p>
|
|
2054
|
-
*/
|
|
2055
|
-
MessageId: string | undefined;
|
|
2056
|
-
}
|
|
2057
|
-
export declare namespace RedactConversationMessageRequest {
|
|
2058
|
-
/**
|
|
2059
|
-
* @internal
|
|
2060
|
-
*/
|
|
2061
|
-
const filterSensitiveLog: (obj: RedactConversationMessageRequest) => any;
|
|
2062
|
-
}
|
|
2063
|
-
export interface RedactConversationMessageResponse {
|
|
2064
|
-
}
|
|
2065
|
-
export declare namespace RedactConversationMessageResponse {
|
|
2066
|
-
/**
|
|
2067
|
-
* @internal
|
|
2068
|
-
*/
|
|
2069
|
-
const filterSensitiveLog: (obj: RedactConversationMessageResponse) => any;
|
|
2070
|
-
}
|
|
2071
|
-
export interface RedactRoomMessageRequest {
|
|
2072
|
-
/**
|
|
2073
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2074
|
-
*/
|
|
2075
|
-
AccountId: string | undefined;
|
|
2076
|
-
/**
|
|
2077
|
-
* <p>The room ID.</p>
|
|
2078
|
-
*/
|
|
2079
|
-
RoomId: string | undefined;
|
|
2080
|
-
/**
|
|
2081
|
-
* <p>The message ID.</p>
|
|
2082
|
-
*/
|
|
2083
|
-
MessageId: string | undefined;
|
|
2084
|
-
}
|
|
2085
|
-
export declare namespace RedactRoomMessageRequest {
|
|
2086
|
-
/**
|
|
2087
|
-
* @internal
|
|
2088
|
-
*/
|
|
2089
|
-
const filterSensitiveLog: (obj: RedactRoomMessageRequest) => any;
|
|
2090
|
-
}
|
|
2091
|
-
export interface RedactRoomMessageResponse {
|
|
2092
|
-
}
|
|
2093
|
-
export declare namespace RedactRoomMessageResponse {
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
const filterSensitiveLog: (obj: RedactRoomMessageResponse) => any;
|
|
2098
|
-
}
|
|
2099
|
-
export interface RegenerateSecurityTokenRequest {
|
|
2100
|
-
/**
|
|
2101
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2102
|
-
*/
|
|
2103
|
-
AccountId: string | undefined;
|
|
2104
|
-
/**
|
|
2105
|
-
* <p>The bot ID.</p>
|
|
2106
|
-
*/
|
|
2107
|
-
BotId: string | undefined;
|
|
2108
|
-
}
|
|
2109
|
-
export declare namespace RegenerateSecurityTokenRequest {
|
|
2110
|
-
/**
|
|
2111
|
-
* @internal
|
|
2112
|
-
*/
|
|
2113
|
-
const filterSensitiveLog: (obj: RegenerateSecurityTokenRequest) => any;
|
|
2114
|
-
}
|
|
2115
|
-
export interface RegenerateSecurityTokenResponse {
|
|
2116
|
-
/**
|
|
2117
|
-
* <p>A resource that allows Enterprise account administrators to configure an interface to receive events from Amazon Chime.</p>
|
|
2118
|
-
*/
|
|
2119
|
-
Bot?: Bot;
|
|
2120
|
-
}
|
|
2121
|
-
export declare namespace RegenerateSecurityTokenResponse {
|
|
2122
|
-
/**
|
|
2123
|
-
* @internal
|
|
2124
|
-
*/
|
|
2125
|
-
const filterSensitiveLog: (obj: RegenerateSecurityTokenResponse) => any;
|
|
2126
|
-
}
|
|
2127
|
-
export interface ResetPersonalPINRequest {
|
|
2128
|
-
/**
|
|
2129
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2130
|
-
*/
|
|
2131
|
-
AccountId: string | undefined;
|
|
2132
|
-
/**
|
|
2133
|
-
* <p>The user ID.</p>
|
|
2134
|
-
*/
|
|
2135
|
-
UserId: string | undefined;
|
|
2136
|
-
}
|
|
2137
|
-
export declare namespace ResetPersonalPINRequest {
|
|
2138
|
-
/**
|
|
2139
|
-
* @internal
|
|
2140
|
-
*/
|
|
2141
|
-
const filterSensitiveLog: (obj: ResetPersonalPINRequest) => any;
|
|
2142
|
-
}
|
|
2143
|
-
export interface ResetPersonalPINResponse {
|
|
2144
|
-
/**
|
|
2145
|
-
* <p>The user details and new personal meeting PIN.</p>
|
|
2146
|
-
*/
|
|
2147
|
-
User?: User;
|
|
2148
|
-
}
|
|
2149
|
-
export declare namespace ResetPersonalPINResponse {
|
|
2150
|
-
/**
|
|
2151
|
-
* @internal
|
|
2152
|
-
*/
|
|
2153
|
-
const filterSensitiveLog: (obj: ResetPersonalPINResponse) => any;
|
|
2154
|
-
}
|
|
2155
|
-
export interface RestorePhoneNumberRequest {
|
|
2156
|
-
/**
|
|
2157
|
-
* <p>The phone number.</p>
|
|
2158
|
-
*/
|
|
2159
|
-
PhoneNumberId: string | undefined;
|
|
2160
|
-
}
|
|
2161
|
-
export declare namespace RestorePhoneNumberRequest {
|
|
2162
|
-
/**
|
|
2163
|
-
* @internal
|
|
2164
|
-
*/
|
|
2165
|
-
const filterSensitiveLog: (obj: RestorePhoneNumberRequest) => any;
|
|
2166
|
-
}
|
|
2167
|
-
export interface RestorePhoneNumberResponse {
|
|
2168
|
-
/**
|
|
2169
|
-
* <p>The phone number details.</p>
|
|
2170
|
-
*/
|
|
2171
|
-
PhoneNumber?: PhoneNumber;
|
|
2172
|
-
}
|
|
2173
|
-
export declare namespace RestorePhoneNumberResponse {
|
|
2174
|
-
/**
|
|
2175
|
-
* @internal
|
|
2176
|
-
*/
|
|
2177
|
-
const filterSensitiveLog: (obj: RestorePhoneNumberResponse) => any;
|
|
2178
|
-
}
|
|
2179
|
-
export interface SearchAvailablePhoneNumbersRequest {
|
|
2180
|
-
/**
|
|
2181
|
-
* <p>The area code used to filter results. Only applies to the US.</p>
|
|
2182
|
-
*/
|
|
2183
|
-
AreaCode?: string;
|
|
2184
|
-
/**
|
|
2185
|
-
* <p>The city used to filter results. Only applies to the US.</p>
|
|
2186
|
-
*/
|
|
2187
|
-
City?: string;
|
|
2188
|
-
/**
|
|
2189
|
-
* <p>The country used to filter results. Defaults to the US Format: ISO 3166-1 alpha-2.</p>
|
|
2190
|
-
*/
|
|
2191
|
-
Country?: string;
|
|
2192
|
-
/**
|
|
2193
|
-
* <p>The state used to filter results. Required only if you provide <code>City</code>. Only applies to the US.</p>
|
|
2194
|
-
*/
|
|
2195
|
-
State?: string;
|
|
2196
|
-
/**
|
|
2197
|
-
* <p>The toll-free prefix that you use to filter results. Only applies to the US.</p>
|
|
2198
|
-
*/
|
|
2199
|
-
TollFreePrefix?: string;
|
|
2200
|
-
/**
|
|
2201
|
-
* <p>The phone number type used to filter results. Required for non-US numbers.</p>
|
|
2202
|
-
*/
|
|
2203
|
-
PhoneNumberType?: PhoneNumberType | string;
|
|
2204
|
-
/**
|
|
2205
|
-
* <p>The maximum number of results to return in a single call.</p>
|
|
2206
|
-
*/
|
|
2207
|
-
MaxResults?: number;
|
|
2208
|
-
/**
|
|
2209
|
-
* <p>The token used to retrieve the next page of results.</p>
|
|
2210
|
-
*/
|
|
2211
|
-
NextToken?: string;
|
|
2212
|
-
}
|
|
2213
|
-
export declare namespace SearchAvailablePhoneNumbersRequest {
|
|
2214
|
-
/**
|
|
2215
|
-
* @internal
|
|
2216
|
-
*/
|
|
2217
|
-
const filterSensitiveLog: (obj: SearchAvailablePhoneNumbersRequest) => any;
|
|
2218
|
-
}
|
|
2219
|
-
export interface SearchAvailablePhoneNumbersResponse {
|
|
2220
|
-
/**
|
|
2221
|
-
* <p>List of phone numbers, in E.164 format.</p>
|
|
2222
|
-
*/
|
|
2223
|
-
E164PhoneNumbers?: string[];
|
|
2224
|
-
/**
|
|
2225
|
-
* <p>The token used to retrieve the next page of search results.</p>
|
|
2226
|
-
*/
|
|
2227
|
-
NextToken?: string;
|
|
2228
|
-
}
|
|
2229
|
-
export declare namespace SearchAvailablePhoneNumbersResponse {
|
|
2230
|
-
/**
|
|
2231
|
-
* @internal
|
|
2232
|
-
*/
|
|
2233
|
-
const filterSensitiveLog: (obj: SearchAvailablePhoneNumbersResponse) => any;
|
|
2234
|
-
}
|
|
2235
|
-
export interface SendChannelMessageRequest {
|
|
2236
|
-
/**
|
|
2237
|
-
* <p>The ARN of the channel.</p>
|
|
2238
|
-
*/
|
|
2239
|
-
ChannelArn: string | undefined;
|
|
2240
|
-
/**
|
|
2241
|
-
* <p>The content of the message.</p>
|
|
2242
|
-
*/
|
|
2243
|
-
Content: string | undefined;
|
|
2244
|
-
/**
|
|
2245
|
-
* <p>The type of message, <code>STANDARD</code> or <code>CONTROL</code>.</p>
|
|
2246
|
-
*/
|
|
2247
|
-
Type: ChannelMessageType | string | undefined;
|
|
2248
|
-
/**
|
|
2249
|
-
* <p>Boolean that controls whether the message is persisted on the back end. Required.</p>
|
|
2250
|
-
*/
|
|
2251
|
-
Persistence: ChannelMessagePersistenceType | string | undefined;
|
|
2252
|
-
/**
|
|
2253
|
-
* <p>The optional metadata for each message.</p>
|
|
2254
|
-
*/
|
|
2255
|
-
Metadata?: string;
|
|
2256
|
-
/**
|
|
2257
|
-
* <p>The <code>Idempotency</code> token for each client request.</p>
|
|
2258
|
-
*/
|
|
2259
|
-
ClientRequestToken?: string;
|
|
2260
|
-
/**
|
|
2261
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
2262
|
-
*/
|
|
2263
|
-
ChimeBearer?: string;
|
|
2264
|
-
}
|
|
2265
|
-
export declare namespace SendChannelMessageRequest {
|
|
2266
|
-
/**
|
|
2267
|
-
* @internal
|
|
2268
|
-
*/
|
|
2269
|
-
const filterSensitiveLog: (obj: SendChannelMessageRequest) => any;
|
|
2270
|
-
}
|
|
2271
|
-
export interface SendChannelMessageResponse {
|
|
2272
|
-
/**
|
|
2273
|
-
* <p>The ARN of the channel.</p>
|
|
2274
|
-
*/
|
|
2275
|
-
ChannelArn?: string;
|
|
2276
|
-
/**
|
|
2277
|
-
* <p>The ID string assigned to each message.</p>
|
|
2278
|
-
*/
|
|
2279
|
-
MessageId?: string;
|
|
2280
|
-
}
|
|
2281
|
-
export declare namespace SendChannelMessageResponse {
|
|
2282
|
-
/**
|
|
2283
|
-
* @internal
|
|
2284
|
-
*/
|
|
2285
|
-
const filterSensitiveLog: (obj: SendChannelMessageResponse) => any;
|
|
2286
|
-
}
|
|
2287
|
-
/**
|
|
2288
|
-
* <p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>
|
|
2289
|
-
*/
|
|
2290
|
-
export interface TranscriptionConfiguration {
|
|
2291
|
-
/**
|
|
2292
|
-
* <p>The transcription configuration settings passed to Amazon Transcribe.</p>
|
|
2293
|
-
*/
|
|
2294
|
-
EngineTranscribeSettings?: EngineTranscribeSettings;
|
|
2295
|
-
/**
|
|
2296
|
-
* <p>The transcription configuration settings passed to Amazon Transcribe.</p>
|
|
2297
|
-
*/
|
|
2298
|
-
EngineTranscribeMedicalSettings?: EngineTranscribeMedicalSettings;
|
|
2299
|
-
}
|
|
2300
|
-
export declare namespace TranscriptionConfiguration {
|
|
2301
|
-
/**
|
|
2302
|
-
* @internal
|
|
2303
|
-
*/
|
|
2304
|
-
const filterSensitiveLog: (obj: TranscriptionConfiguration) => any;
|
|
2305
|
-
}
|
|
2306
|
-
export interface StartMeetingTranscriptionRequest {
|
|
2307
|
-
/**
|
|
2308
|
-
* <p>The unique ID of the meeting being transcribed.</p>
|
|
2309
|
-
*/
|
|
2310
|
-
MeetingId: string | undefined;
|
|
2311
|
-
/**
|
|
2312
|
-
* <p>The configuration for the current transcription operation. Must contain <code>EngineTranscribeSettings</code> or <code>EngineTranscribeMedicalSettings</code>.</p>
|
|
2313
|
-
*/
|
|
2314
|
-
TranscriptionConfiguration: TranscriptionConfiguration | undefined;
|
|
2315
|
-
}
|
|
2316
|
-
export declare namespace StartMeetingTranscriptionRequest {
|
|
2317
|
-
/**
|
|
2318
|
-
* @internal
|
|
2319
|
-
*/
|
|
2320
|
-
const filterSensitiveLog: (obj: StartMeetingTranscriptionRequest) => any;
|
|
2321
|
-
}
|
|
2322
|
-
export interface StartMeetingTranscriptionResponse {
|
|
2323
|
-
}
|
|
2324
|
-
export declare namespace StartMeetingTranscriptionResponse {
|
|
2325
|
-
/**
|
|
2326
|
-
* @internal
|
|
2327
|
-
*/
|
|
2328
|
-
const filterSensitiveLog: (obj: StartMeetingTranscriptionResponse) => any;
|
|
2329
|
-
}
|
|
2330
|
-
export interface StopMeetingTranscriptionRequest {
|
|
2331
|
-
/**
|
|
2332
|
-
* <p>The unique ID of the meeting for which you stop transcription.</p>
|
|
2333
|
-
*/
|
|
2334
|
-
MeetingId: string | undefined;
|
|
2335
|
-
}
|
|
2336
|
-
export declare namespace StopMeetingTranscriptionRequest {
|
|
2337
|
-
/**
|
|
2338
|
-
* @internal
|
|
2339
|
-
*/
|
|
2340
|
-
const filterSensitiveLog: (obj: StopMeetingTranscriptionRequest) => any;
|
|
2341
|
-
}
|
|
2342
|
-
export interface StopMeetingTranscriptionResponse {
|
|
2343
|
-
}
|
|
2344
|
-
export declare namespace StopMeetingTranscriptionResponse {
|
|
2345
|
-
/**
|
|
2346
|
-
* @internal
|
|
2347
|
-
*/
|
|
2348
|
-
const filterSensitiveLog: (obj: StopMeetingTranscriptionResponse) => any;
|
|
2349
|
-
}
|
|
2350
|
-
export interface TagAttendeeRequest {
|
|
2351
|
-
/**
|
|
2352
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
2353
|
-
*/
|
|
2354
|
-
MeetingId: string | undefined;
|
|
2355
|
-
/**
|
|
2356
|
-
* <p>The Amazon Chime SDK attendee ID.</p>
|
|
2357
|
-
*/
|
|
2358
|
-
AttendeeId: string | undefined;
|
|
2359
|
-
/**
|
|
2360
|
-
* <p>The tag key-value pairs.</p>
|
|
2361
|
-
*/
|
|
2362
|
-
Tags: Tag[] | undefined;
|
|
2363
|
-
}
|
|
2364
|
-
export declare namespace TagAttendeeRequest {
|
|
2365
|
-
/**
|
|
2366
|
-
* @internal
|
|
2367
|
-
*/
|
|
2368
|
-
const filterSensitiveLog: (obj: TagAttendeeRequest) => any;
|
|
2369
|
-
}
|
|
2370
|
-
export interface TagMeetingRequest {
|
|
2371
|
-
/**
|
|
2372
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
2373
|
-
*/
|
|
2374
|
-
MeetingId: string | undefined;
|
|
2375
|
-
/**
|
|
2376
|
-
* <p>The tag key-value pairs.</p>
|
|
2377
|
-
*/
|
|
2378
|
-
Tags: Tag[] | undefined;
|
|
2379
|
-
}
|
|
2380
|
-
export declare namespace TagMeetingRequest {
|
|
2381
|
-
/**
|
|
2382
|
-
* @internal
|
|
2383
|
-
*/
|
|
2384
|
-
const filterSensitiveLog: (obj: TagMeetingRequest) => any;
|
|
2385
|
-
}
|
|
2386
|
-
export interface TagResourceRequest {
|
|
2387
|
-
/**
|
|
2388
|
-
* <p>The resource ARN.</p>
|
|
2389
|
-
*/
|
|
2390
|
-
ResourceARN: string | undefined;
|
|
2391
|
-
/**
|
|
2392
|
-
* <p>The tag key-value pairs.</p>
|
|
2393
|
-
*/
|
|
2394
|
-
Tags: Tag[] | undefined;
|
|
2395
|
-
}
|
|
2396
|
-
export declare namespace TagResourceRequest {
|
|
2397
|
-
/**
|
|
2398
|
-
* @internal
|
|
2399
|
-
*/
|
|
2400
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
2401
|
-
}
|
|
2402
|
-
export interface UntagAttendeeRequest {
|
|
2403
|
-
/**
|
|
2404
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
2405
|
-
*/
|
|
2406
|
-
MeetingId: string | undefined;
|
|
2407
|
-
/**
|
|
2408
|
-
* <p>The Amazon Chime SDK attendee ID.</p>
|
|
2409
|
-
*/
|
|
2410
|
-
AttendeeId: string | undefined;
|
|
2411
|
-
/**
|
|
2412
|
-
* <p>The tag keys.</p>
|
|
2413
|
-
*/
|
|
2414
|
-
TagKeys: string[] | undefined;
|
|
2415
|
-
}
|
|
2416
|
-
export declare namespace UntagAttendeeRequest {
|
|
2417
|
-
/**
|
|
2418
|
-
* @internal
|
|
2419
|
-
*/
|
|
2420
|
-
const filterSensitiveLog: (obj: UntagAttendeeRequest) => any;
|
|
2421
|
-
}
|
|
2422
|
-
export interface UntagMeetingRequest {
|
|
2423
|
-
/**
|
|
2424
|
-
* <p>The Amazon Chime SDK meeting ID.</p>
|
|
2425
|
-
*/
|
|
2426
|
-
MeetingId: string | undefined;
|
|
2427
|
-
/**
|
|
2428
|
-
* <p>The tag keys.</p>
|
|
2429
|
-
*/
|
|
2430
|
-
TagKeys: string[] | undefined;
|
|
2431
|
-
}
|
|
2432
|
-
export declare namespace UntagMeetingRequest {
|
|
2433
|
-
/**
|
|
2434
|
-
* @internal
|
|
2435
|
-
*/
|
|
2436
|
-
const filterSensitiveLog: (obj: UntagMeetingRequest) => any;
|
|
2437
|
-
}
|
|
2438
|
-
export interface UntagResourceRequest {
|
|
2439
|
-
/**
|
|
2440
|
-
* <p>The resource ARN.</p>
|
|
2441
|
-
*/
|
|
2442
|
-
ResourceARN: string | undefined;
|
|
2443
|
-
/**
|
|
2444
|
-
* <p>The tag keys.</p>
|
|
2445
|
-
*/
|
|
2446
|
-
TagKeys: string[] | undefined;
|
|
2447
|
-
}
|
|
2448
|
-
export declare namespace UntagResourceRequest {
|
|
2449
|
-
/**
|
|
2450
|
-
* @internal
|
|
2451
|
-
*/
|
|
2452
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
2453
|
-
}
|
|
2454
|
-
export interface UpdateAccountRequest {
|
|
2455
|
-
/**
|
|
2456
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2457
|
-
*/
|
|
2458
|
-
AccountId: string | undefined;
|
|
2459
|
-
/**
|
|
2460
|
-
* <p>The new name for the specified Amazon Chime account.</p>
|
|
2461
|
-
*/
|
|
2462
|
-
Name?: string;
|
|
2463
|
-
/**
|
|
2464
|
-
* <p>The default license applied when you add users to an Amazon Chime account.</p>
|
|
2465
|
-
*/
|
|
2466
|
-
DefaultLicense?: License | string;
|
|
2467
|
-
}
|
|
2468
|
-
export declare namespace UpdateAccountRequest {
|
|
2469
|
-
/**
|
|
2470
|
-
* @internal
|
|
2471
|
-
*/
|
|
2472
|
-
const filterSensitiveLog: (obj: UpdateAccountRequest) => any;
|
|
2473
|
-
}
|
|
2474
|
-
export interface UpdateAccountResponse {
|
|
2475
|
-
/**
|
|
2476
|
-
* <p>The updated Amazon Chime account details.</p>
|
|
2477
|
-
*/
|
|
2478
|
-
Account?: Account;
|
|
2479
|
-
}
|
|
2480
|
-
export declare namespace UpdateAccountResponse {
|
|
2481
|
-
/**
|
|
2482
|
-
* @internal
|
|
2483
|
-
*/
|
|
2484
|
-
const filterSensitiveLog: (obj: UpdateAccountResponse) => any;
|
|
2485
|
-
}
|
|
2486
|
-
export interface UpdateAccountSettingsRequest {
|
|
2487
|
-
/**
|
|
2488
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2489
|
-
*/
|
|
2490
|
-
AccountId: string | undefined;
|
|
2491
|
-
/**
|
|
2492
|
-
* <p>The Amazon Chime account settings to update.</p>
|
|
2493
|
-
*/
|
|
2494
|
-
AccountSettings: AccountSettings | undefined;
|
|
2495
|
-
}
|
|
2496
|
-
export declare namespace UpdateAccountSettingsRequest {
|
|
2497
|
-
/**
|
|
2498
|
-
* @internal
|
|
2499
|
-
*/
|
|
2500
|
-
const filterSensitiveLog: (obj: UpdateAccountSettingsRequest) => any;
|
|
2501
|
-
}
|
|
2502
|
-
export interface UpdateAccountSettingsResponse {
|
|
2503
|
-
}
|
|
2504
|
-
export declare namespace UpdateAccountSettingsResponse {
|
|
2505
|
-
/**
|
|
2506
|
-
* @internal
|
|
2507
|
-
*/
|
|
2508
|
-
const filterSensitiveLog: (obj: UpdateAccountSettingsResponse) => any;
|
|
2509
|
-
}
|
|
2510
|
-
export interface UpdateAppInstanceRequest {
|
|
2511
|
-
/**
|
|
2512
|
-
* <p>The ARN of the <code>AppInstance</code>.</p>
|
|
2513
|
-
*/
|
|
2514
|
-
AppInstanceArn: string | undefined;
|
|
2515
|
-
/**
|
|
2516
|
-
* <p>The name that you want to change.</p>
|
|
2517
|
-
*/
|
|
2518
|
-
Name: string | undefined;
|
|
2519
|
-
/**
|
|
2520
|
-
* <p>The metadata that you want to change.</p>
|
|
2521
|
-
*/
|
|
2522
|
-
Metadata?: string;
|
|
2523
|
-
}
|
|
2524
|
-
export declare namespace UpdateAppInstanceRequest {
|
|
2525
|
-
/**
|
|
2526
|
-
* @internal
|
|
2527
|
-
*/
|
|
2528
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceRequest) => any;
|
|
2529
|
-
}
|
|
2530
|
-
export interface UpdateAppInstanceResponse {
|
|
2531
|
-
/**
|
|
2532
|
-
* <p>The ARN of the <code>AppInstance</code>. </p>
|
|
2533
|
-
*/
|
|
2534
|
-
AppInstanceArn?: string;
|
|
2535
|
-
}
|
|
2536
|
-
export declare namespace UpdateAppInstanceResponse {
|
|
2537
|
-
/**
|
|
2538
|
-
* @internal
|
|
2539
|
-
*/
|
|
2540
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceResponse) => any;
|
|
2541
|
-
}
|
|
2542
|
-
export interface UpdateAppInstanceUserRequest {
|
|
2543
|
-
/**
|
|
2544
|
-
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
2545
|
-
*/
|
|
2546
|
-
AppInstanceUserArn: string | undefined;
|
|
2547
|
-
/**
|
|
2548
|
-
* <p>The name of the <code>AppInstanceUser</code>.</p>
|
|
2549
|
-
*/
|
|
2550
|
-
Name: string | undefined;
|
|
2551
|
-
/**
|
|
2552
|
-
* <p>The metadata of the <code>AppInstanceUser</code>.</p>
|
|
2553
|
-
*/
|
|
2554
|
-
Metadata?: string;
|
|
2555
|
-
}
|
|
2556
|
-
export declare namespace UpdateAppInstanceUserRequest {
|
|
2557
|
-
/**
|
|
2558
|
-
* @internal
|
|
2559
|
-
*/
|
|
2560
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceUserRequest) => any;
|
|
2561
|
-
}
|
|
2562
|
-
export interface UpdateAppInstanceUserResponse {
|
|
2563
|
-
/**
|
|
2564
|
-
* <p>The ARN of the <code>AppInstanceUser</code>.</p>
|
|
2565
|
-
*/
|
|
2566
|
-
AppInstanceUserArn?: string;
|
|
2567
|
-
}
|
|
2568
|
-
export declare namespace UpdateAppInstanceUserResponse {
|
|
2569
|
-
/**
|
|
2570
|
-
* @internal
|
|
2571
|
-
*/
|
|
2572
|
-
const filterSensitiveLog: (obj: UpdateAppInstanceUserResponse) => any;
|
|
2573
|
-
}
|
|
2574
|
-
export interface UpdateBotRequest {
|
|
2575
|
-
/**
|
|
2576
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2577
|
-
*/
|
|
2578
|
-
AccountId: string | undefined;
|
|
2579
|
-
/**
|
|
2580
|
-
* <p>The bot ID.</p>
|
|
2581
|
-
*/
|
|
2582
|
-
BotId: string | undefined;
|
|
2583
|
-
/**
|
|
2584
|
-
* <p>When true, stops the specified bot from running in your account.</p>
|
|
2585
|
-
*/
|
|
2586
|
-
Disabled?: boolean;
|
|
2587
|
-
}
|
|
2588
|
-
export declare namespace UpdateBotRequest {
|
|
2589
|
-
/**
|
|
2590
|
-
* @internal
|
|
2591
|
-
*/
|
|
2592
|
-
const filterSensitiveLog: (obj: UpdateBotRequest) => any;
|
|
2593
|
-
}
|
|
2594
|
-
export interface UpdateBotResponse {
|
|
2595
|
-
/**
|
|
2596
|
-
* <p>The updated bot details.</p>
|
|
2597
|
-
*/
|
|
2598
|
-
Bot?: Bot;
|
|
2599
|
-
}
|
|
2600
|
-
export declare namespace UpdateBotResponse {
|
|
2601
|
-
/**
|
|
2602
|
-
* @internal
|
|
2603
|
-
*/
|
|
2604
|
-
const filterSensitiveLog: (obj: UpdateBotResponse) => any;
|
|
2605
|
-
}
|
|
2606
|
-
export interface UpdateChannelRequest {
|
|
2607
|
-
/**
|
|
2608
|
-
* <p>The ARN of the channel.</p>
|
|
2609
|
-
*/
|
|
2610
|
-
ChannelArn: string | undefined;
|
|
2611
|
-
/**
|
|
2612
|
-
* <p>The name of the channel.</p>
|
|
2613
|
-
*/
|
|
2614
|
-
Name: string | undefined;
|
|
2615
|
-
/**
|
|
2616
|
-
* <p>The mode of the update request.</p>
|
|
2617
|
-
*/
|
|
2618
|
-
Mode: ChannelMode | string | undefined;
|
|
2619
|
-
/**
|
|
2620
|
-
* <p>The metadata for the update request.</p>
|
|
2621
|
-
*/
|
|
2622
|
-
Metadata?: string;
|
|
2623
|
-
/**
|
|
2624
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
2625
|
-
*/
|
|
2626
|
-
ChimeBearer?: string;
|
|
2627
|
-
}
|
|
2628
|
-
export declare namespace UpdateChannelRequest {
|
|
2629
|
-
/**
|
|
2630
|
-
* @internal
|
|
2631
|
-
*/
|
|
2632
|
-
const filterSensitiveLog: (obj: UpdateChannelRequest) => any;
|
|
2633
|
-
}
|
|
2634
|
-
export interface UpdateChannelResponse {
|
|
2635
|
-
/**
|
|
2636
|
-
* <p>The ARN of the channel.</p>
|
|
2637
|
-
*/
|
|
2638
|
-
ChannelArn?: string;
|
|
2639
|
-
}
|
|
2640
|
-
export declare namespace UpdateChannelResponse {
|
|
2641
|
-
/**
|
|
2642
|
-
* @internal
|
|
2643
|
-
*/
|
|
2644
|
-
const filterSensitiveLog: (obj: UpdateChannelResponse) => any;
|
|
2645
|
-
}
|
|
2646
|
-
export interface UpdateChannelMessageRequest {
|
|
2647
|
-
/**
|
|
2648
|
-
* <p>The ARN of the channel.</p>
|
|
2649
|
-
*/
|
|
2650
|
-
ChannelArn: string | undefined;
|
|
2651
|
-
/**
|
|
2652
|
-
* <p>The ID string of the message being updated.</p>
|
|
2653
|
-
*/
|
|
2654
|
-
MessageId: string | undefined;
|
|
2655
|
-
/**
|
|
2656
|
-
* <p>The content of the message being updated.</p>
|
|
2657
|
-
*/
|
|
2658
|
-
Content?: string;
|
|
2659
|
-
/**
|
|
2660
|
-
* <p>The metadata of the message being updated.</p>
|
|
2661
|
-
*/
|
|
2662
|
-
Metadata?: string;
|
|
2663
|
-
/**
|
|
2664
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
2665
|
-
*/
|
|
2666
|
-
ChimeBearer?: string;
|
|
2667
|
-
}
|
|
2668
|
-
export declare namespace UpdateChannelMessageRequest {
|
|
2669
|
-
/**
|
|
2670
|
-
* @internal
|
|
2671
|
-
*/
|
|
2672
|
-
const filterSensitiveLog: (obj: UpdateChannelMessageRequest) => any;
|
|
2673
|
-
}
|
|
2674
|
-
export interface UpdateChannelMessageResponse {
|
|
2675
|
-
/**
|
|
2676
|
-
* <p>The ARN of the channel.</p>
|
|
2677
|
-
*/
|
|
2678
|
-
ChannelArn?: string;
|
|
2679
|
-
/**
|
|
2680
|
-
* <p>The ID string of the message being updated.</p>
|
|
2681
|
-
*/
|
|
2682
|
-
MessageId?: string;
|
|
2683
|
-
}
|
|
2684
|
-
export declare namespace UpdateChannelMessageResponse {
|
|
2685
|
-
/**
|
|
2686
|
-
* @internal
|
|
2687
|
-
*/
|
|
2688
|
-
const filterSensitiveLog: (obj: UpdateChannelMessageResponse) => any;
|
|
2689
|
-
}
|
|
2690
|
-
export interface UpdateChannelReadMarkerRequest {
|
|
2691
|
-
/**
|
|
2692
|
-
* <p>The ARN of the channel.</p>
|
|
2693
|
-
*/
|
|
2694
|
-
ChannelArn: string | undefined;
|
|
2695
|
-
/**
|
|
2696
|
-
* <p>The <code>AppInstanceUserArn</code> of the user that makes the API call.</p>
|
|
2697
|
-
*/
|
|
2698
|
-
ChimeBearer?: string;
|
|
2699
|
-
}
|
|
2700
|
-
export declare namespace UpdateChannelReadMarkerRequest {
|
|
2701
|
-
/**
|
|
2702
|
-
* @internal
|
|
2703
|
-
*/
|
|
2704
|
-
const filterSensitiveLog: (obj: UpdateChannelReadMarkerRequest) => any;
|
|
2705
|
-
}
|
|
2706
|
-
export interface UpdateChannelReadMarkerResponse {
|
|
2707
|
-
/**
|
|
2708
|
-
* <p>The ARN of the channel.</p>
|
|
2709
|
-
*/
|
|
2710
|
-
ChannelArn?: string;
|
|
2711
|
-
}
|
|
2712
|
-
export declare namespace UpdateChannelReadMarkerResponse {
|
|
2713
|
-
/**
|
|
2714
|
-
* @internal
|
|
2715
|
-
*/
|
|
2716
|
-
const filterSensitiveLog: (obj: UpdateChannelReadMarkerResponse) => any;
|
|
2717
|
-
}
|
|
2718
|
-
export interface UpdateGlobalSettingsRequest {
|
|
2719
|
-
/**
|
|
2720
|
-
* <p>The Amazon Chime Business Calling settings.</p>
|
|
2721
|
-
*/
|
|
2722
|
-
BusinessCalling: BusinessCallingSettings | undefined;
|
|
2723
|
-
/**
|
|
2724
|
-
* <p>The Amazon Chime Voice Connector settings.</p>
|
|
2725
|
-
*/
|
|
2726
|
-
VoiceConnector: VoiceConnectorSettings | undefined;
|
|
2727
|
-
}
|
|
2728
|
-
export declare namespace UpdateGlobalSettingsRequest {
|
|
2729
|
-
/**
|
|
2730
|
-
* @internal
|
|
2731
|
-
*/
|
|
2732
|
-
const filterSensitiveLog: (obj: UpdateGlobalSettingsRequest) => any;
|
|
2733
|
-
}
|
|
2734
|
-
export interface UpdatePhoneNumberRequest {
|
|
2735
|
-
/**
|
|
2736
|
-
* <p>The phone number ID.</p>
|
|
2737
|
-
*/
|
|
2738
|
-
PhoneNumberId: string | undefined;
|
|
2739
|
-
/**
|
|
2740
|
-
* <p>The product type.</p>
|
|
2741
|
-
*/
|
|
2742
|
-
ProductType?: PhoneNumberProductType | string;
|
|
2743
|
-
/**
|
|
2744
|
-
* <p>The outbound calling name associated with the phone number.</p>
|
|
2745
|
-
*/
|
|
2746
|
-
CallingName?: string;
|
|
2747
|
-
}
|
|
2748
|
-
export declare namespace UpdatePhoneNumberRequest {
|
|
2749
|
-
/**
|
|
2750
|
-
* @internal
|
|
2751
|
-
*/
|
|
2752
|
-
const filterSensitiveLog: (obj: UpdatePhoneNumberRequest) => any;
|
|
2753
|
-
}
|
|
2754
|
-
export interface UpdatePhoneNumberResponse {
|
|
2755
|
-
/**
|
|
2756
|
-
* <p>The updated phone number details.</p>
|
|
2757
|
-
*/
|
|
2758
|
-
PhoneNumber?: PhoneNumber;
|
|
2759
|
-
}
|
|
2760
|
-
export declare namespace UpdatePhoneNumberResponse {
|
|
2761
|
-
/**
|
|
2762
|
-
* @internal
|
|
2763
|
-
*/
|
|
2764
|
-
const filterSensitiveLog: (obj: UpdatePhoneNumberResponse) => any;
|
|
2765
|
-
}
|
|
2766
|
-
export interface UpdatePhoneNumberSettingsRequest {
|
|
2767
|
-
/**
|
|
2768
|
-
* <p>The default outbound calling name for the account.</p>
|
|
2769
|
-
*/
|
|
2770
|
-
CallingName: string | undefined;
|
|
2771
|
-
}
|
|
2772
|
-
export declare namespace UpdatePhoneNumberSettingsRequest {
|
|
2773
|
-
/**
|
|
2774
|
-
* @internal
|
|
2775
|
-
*/
|
|
2776
|
-
const filterSensitiveLog: (obj: UpdatePhoneNumberSettingsRequest) => any;
|
|
2777
|
-
}
|
|
2778
|
-
export interface UpdateProxySessionRequest {
|
|
2779
|
-
/**
|
|
2780
|
-
* <p>The Amazon Chime voice connector ID.</p>
|
|
2781
|
-
*/
|
|
2782
|
-
VoiceConnectorId: string | undefined;
|
|
2783
|
-
/**
|
|
2784
|
-
* <p>The proxy session ID.</p>
|
|
2785
|
-
*/
|
|
2786
|
-
ProxySessionId: string | undefined;
|
|
2787
|
-
/**
|
|
2788
|
-
* <p>The proxy session capabilities.</p>
|
|
2789
|
-
*/
|
|
2790
|
-
Capabilities: (Capability | string)[] | undefined;
|
|
2791
|
-
/**
|
|
2792
|
-
* <p>The number of minutes allowed for the proxy session.</p>
|
|
2793
|
-
*/
|
|
2794
|
-
ExpiryMinutes?: number;
|
|
2795
|
-
}
|
|
2796
|
-
export declare namespace UpdateProxySessionRequest {
|
|
2797
|
-
/**
|
|
2798
|
-
* @internal
|
|
2799
|
-
*/
|
|
2800
|
-
const filterSensitiveLog: (obj: UpdateProxySessionRequest) => any;
|
|
2801
|
-
}
|
|
2802
|
-
export interface UpdateProxySessionResponse {
|
|
2803
|
-
/**
|
|
2804
|
-
* <p>The proxy session details.</p>
|
|
2805
|
-
*/
|
|
2806
|
-
ProxySession?: ProxySession;
|
|
2807
|
-
}
|
|
2808
|
-
export declare namespace UpdateProxySessionResponse {
|
|
2809
|
-
/**
|
|
2810
|
-
* @internal
|
|
2811
|
-
*/
|
|
2812
|
-
const filterSensitiveLog: (obj: UpdateProxySessionResponse) => any;
|
|
2813
|
-
}
|
|
2814
|
-
export interface UpdateRoomRequest {
|
|
2815
|
-
/**
|
|
2816
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2817
|
-
*/
|
|
2818
|
-
AccountId: string | undefined;
|
|
2819
|
-
/**
|
|
2820
|
-
* <p>The room ID.</p>
|
|
2821
|
-
*/
|
|
2822
|
-
RoomId: string | undefined;
|
|
2823
|
-
/**
|
|
2824
|
-
* <p>The room name.</p>
|
|
2825
|
-
*/
|
|
2826
|
-
Name?: string;
|
|
2827
|
-
}
|
|
2828
|
-
export declare namespace UpdateRoomRequest {
|
|
2829
|
-
/**
|
|
2830
|
-
* @internal
|
|
2831
|
-
*/
|
|
2832
|
-
const filterSensitiveLog: (obj: UpdateRoomRequest) => any;
|
|
2833
|
-
}
|
|
2834
|
-
export interface UpdateRoomResponse {
|
|
2835
|
-
/**
|
|
2836
|
-
* <p>The room details.</p>
|
|
2837
|
-
*/
|
|
2838
|
-
Room?: Room;
|
|
2839
|
-
}
|
|
2840
|
-
export declare namespace UpdateRoomResponse {
|
|
2841
|
-
/**
|
|
2842
|
-
* @internal
|
|
2843
|
-
*/
|
|
2844
|
-
const filterSensitiveLog: (obj: UpdateRoomResponse) => any;
|
|
2845
|
-
}
|
|
2846
|
-
export interface UpdateRoomMembershipRequest {
|
|
2847
|
-
/**
|
|
2848
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2849
|
-
*/
|
|
2850
|
-
AccountId: string | undefined;
|
|
2851
|
-
/**
|
|
2852
|
-
* <p>The room ID.</p>
|
|
2853
|
-
*/
|
|
2854
|
-
RoomId: string | undefined;
|
|
2855
|
-
/**
|
|
2856
|
-
* <p>The member ID.</p>
|
|
2857
|
-
*/
|
|
2858
|
-
MemberId: string | undefined;
|
|
2859
|
-
/**
|
|
2860
|
-
* <p>The role of the member.</p>
|
|
2861
|
-
*/
|
|
2862
|
-
Role?: RoomMembershipRole | string;
|
|
2863
|
-
}
|
|
2864
|
-
export declare namespace UpdateRoomMembershipRequest {
|
|
2865
|
-
/**
|
|
2866
|
-
* @internal
|
|
2867
|
-
*/
|
|
2868
|
-
const filterSensitiveLog: (obj: UpdateRoomMembershipRequest) => any;
|
|
2869
|
-
}
|
|
2870
|
-
export interface UpdateRoomMembershipResponse {
|
|
2871
|
-
/**
|
|
2872
|
-
* <p>The room membership details.</p>
|
|
2873
|
-
*/
|
|
2874
|
-
RoomMembership?: RoomMembership;
|
|
2875
|
-
}
|
|
2876
|
-
export declare namespace UpdateRoomMembershipResponse {
|
|
2877
|
-
/**
|
|
2878
|
-
* @internal
|
|
2879
|
-
*/
|
|
2880
|
-
const filterSensitiveLog: (obj: UpdateRoomMembershipResponse) => any;
|
|
2881
|
-
}
|
|
2882
|
-
export interface UpdateSipMediaApplicationRequest {
|
|
2883
|
-
/**
|
|
2884
|
-
* <p>The SIP media application ID.</p>
|
|
2885
|
-
*/
|
|
2886
|
-
SipMediaApplicationId: string | undefined;
|
|
2887
|
-
/**
|
|
2888
|
-
* <p>The new name for the specified SIP media application.</p>
|
|
2889
|
-
*/
|
|
2890
|
-
Name?: string;
|
|
2891
|
-
/**
|
|
2892
|
-
* <p>The new set of endpoints for the specified SIP media application.</p>
|
|
2893
|
-
*/
|
|
2894
|
-
Endpoints?: SipMediaApplicationEndpoint[];
|
|
2895
|
-
}
|
|
2896
|
-
export declare namespace UpdateSipMediaApplicationRequest {
|
|
2897
|
-
/**
|
|
2898
|
-
* @internal
|
|
2899
|
-
*/
|
|
2900
|
-
const filterSensitiveLog: (obj: UpdateSipMediaApplicationRequest) => any;
|
|
2901
|
-
}
|
|
2902
|
-
export interface UpdateSipMediaApplicationResponse {
|
|
2903
|
-
/**
|
|
2904
|
-
* <p>The updated SIP media application details.</p>
|
|
2905
|
-
*/
|
|
2906
|
-
SipMediaApplication?: SipMediaApplication;
|
|
2907
|
-
}
|
|
2908
|
-
export declare namespace UpdateSipMediaApplicationResponse {
|
|
2909
|
-
/**
|
|
2910
|
-
* @internal
|
|
2911
|
-
*/
|
|
2912
|
-
const filterSensitiveLog: (obj: UpdateSipMediaApplicationResponse) => any;
|
|
2913
|
-
}
|
|
2914
|
-
export interface UpdateSipMediaApplicationCallRequest {
|
|
2915
|
-
/**
|
|
2916
|
-
* <p>The ID of the SIP media application handling the call.</p>
|
|
2917
|
-
*/
|
|
2918
|
-
SipMediaApplicationId: string | undefined;
|
|
2919
|
-
/**
|
|
2920
|
-
* <p>The ID of the call transaction.</p>
|
|
2921
|
-
*/
|
|
2922
|
-
TransactionId: string | undefined;
|
|
2923
|
-
/**
|
|
2924
|
-
* <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>
|
|
2925
|
-
*/
|
|
2926
|
-
Arguments: {
|
|
2927
|
-
[key: string]: string;
|
|
2928
|
-
} | undefined;
|
|
2929
|
-
}
|
|
2930
|
-
export declare namespace UpdateSipMediaApplicationCallRequest {
|
|
2931
|
-
/**
|
|
2932
|
-
* @internal
|
|
2933
|
-
*/
|
|
2934
|
-
const filterSensitiveLog: (obj: UpdateSipMediaApplicationCallRequest) => any;
|
|
2935
|
-
}
|
|
2936
|
-
export interface UpdateSipMediaApplicationCallResponse {
|
|
2937
|
-
/**
|
|
2938
|
-
* <p>A <code>Call</code> instance for a SIP media application.</p>
|
|
2939
|
-
*/
|
|
2940
|
-
SipMediaApplicationCall?: SipMediaApplicationCall;
|
|
2941
|
-
}
|
|
2942
|
-
export declare namespace UpdateSipMediaApplicationCallResponse {
|
|
2943
|
-
/**
|
|
2944
|
-
* @internal
|
|
2945
|
-
*/
|
|
2946
|
-
const filterSensitiveLog: (obj: UpdateSipMediaApplicationCallResponse) => any;
|
|
2947
|
-
}
|
|
2948
|
-
export interface UpdateSipRuleRequest {
|
|
2949
|
-
/**
|
|
2950
|
-
* <p>The SIP rule ID.</p>
|
|
2951
|
-
*/
|
|
2952
|
-
SipRuleId: string | undefined;
|
|
2953
|
-
/**
|
|
2954
|
-
* <p>The new name for the specified SIP rule.</p>
|
|
2955
|
-
*/
|
|
2956
|
-
Name: string | undefined;
|
|
2957
|
-
/**
|
|
2958
|
-
* <p>The new value specified to indicate whether the rule is disabled.</p>
|
|
2959
|
-
*/
|
|
2960
|
-
Disabled?: boolean;
|
|
2961
|
-
/**
|
|
2962
|
-
* <p>The new value of the list of target applications.</p>
|
|
2963
|
-
*/
|
|
2964
|
-
TargetApplications?: SipRuleTargetApplication[];
|
|
2965
|
-
}
|
|
2966
|
-
export declare namespace UpdateSipRuleRequest {
|
|
2967
|
-
/**
|
|
2968
|
-
* @internal
|
|
2969
|
-
*/
|
|
2970
|
-
const filterSensitiveLog: (obj: UpdateSipRuleRequest) => any;
|
|
2971
|
-
}
|
|
2972
|
-
export interface UpdateSipRuleResponse {
|
|
2973
|
-
/**
|
|
2974
|
-
* <p>Updated SIP rule details.</p>
|
|
2975
|
-
*/
|
|
2976
|
-
SipRule?: SipRule;
|
|
2977
|
-
}
|
|
2978
|
-
export declare namespace UpdateSipRuleResponse {
|
|
2979
|
-
/**
|
|
2980
|
-
* @internal
|
|
2981
|
-
*/
|
|
2982
|
-
const filterSensitiveLog: (obj: UpdateSipRuleResponse) => any;
|
|
2983
|
-
}
|
|
2984
|
-
export interface UpdateUserRequest {
|
|
2985
|
-
/**
|
|
2986
|
-
* <p>The Amazon Chime account ID.</p>
|
|
2987
|
-
*/
|
|
2988
|
-
AccountId: string | undefined;
|
|
2989
|
-
/**
|
|
2990
|
-
* <p>The user ID.</p>
|
|
2991
|
-
*/
|
|
2992
|
-
UserId: string | undefined;
|
|
2993
|
-
/**
|
|
2994
|
-
* <p>The user license type to update. This must be a supported license type for the Amazon Chime
|
|
2995
|
-
* account that the user belongs to.</p>
|
|
2996
|
-
*/
|
|
2997
|
-
LicenseType?: License | string;
|
|
2998
|
-
/**
|
|
2999
|
-
* <p>The user type.</p>
|
|
3000
|
-
*/
|
|
3001
|
-
UserType?: UserType | string;
|
|
3002
|
-
/**
|
|
3003
|
-
* <p>The Alexa for Business metadata.</p>
|
|
3004
|
-
*/
|
|
3005
|
-
AlexaForBusinessMetadata?: AlexaForBusinessMetadata;
|
|
3006
|
-
}
|
|
3007
|
-
export declare namespace UpdateUserRequest {
|
|
3008
|
-
/**
|
|
3009
|
-
* @internal
|
|
3010
|
-
*/
|
|
3011
|
-
const filterSensitiveLog: (obj: UpdateUserRequest) => any;
|
|
3012
|
-
}
|
|
3013
|
-
export interface UpdateUserResponse {
|
|
3014
|
-
/**
|
|
3015
|
-
* <p>The updated user details.</p>
|
|
3016
|
-
*/
|
|
3017
|
-
User?: User;
|
|
3018
|
-
}
|
|
3019
|
-
export declare namespace UpdateUserResponse {
|
|
3020
|
-
/**
|
|
3021
|
-
* @internal
|
|
3022
|
-
*/
|
|
3023
|
-
const filterSensitiveLog: (obj: UpdateUserResponse) => any;
|
|
3024
|
-
}
|
|
3025
|
-
export interface UpdateUserSettingsRequest {
|
|
3026
|
-
/**
|
|
3027
|
-
* <p>The Amazon Chime account ID.</p>
|
|
3028
|
-
*/
|
|
3029
|
-
AccountId: string | undefined;
|
|
3030
|
-
/**
|
|
3031
|
-
* <p>The user ID.</p>
|
|
3032
|
-
*/
|
|
3033
|
-
UserId: string | undefined;
|
|
3034
|
-
/**
|
|
3035
|
-
* <p>The user settings to update.</p>
|
|
3036
|
-
*/
|
|
3037
|
-
UserSettings: UserSettings | undefined;
|
|
3038
|
-
}
|
|
3039
|
-
export declare namespace UpdateUserSettingsRequest {
|
|
3040
|
-
/**
|
|
3041
|
-
* @internal
|
|
3042
|
-
*/
|
|
3043
|
-
const filterSensitiveLog: (obj: UpdateUserSettingsRequest) => any;
|
|
3044
|
-
}
|
|
3045
|
-
export interface UpdateVoiceConnectorRequest {
|
|
3046
|
-
/**
|
|
3047
|
-
* <p>The Amazon Chime Voice Connector ID.</p>
|
|
3048
|
-
*/
|
|
3049
|
-
VoiceConnectorId: string | undefined;
|
|
3050
|
-
/**
|
|
3051
|
-
* <p>The name of the Amazon Chime Voice Connector.</p>
|
|
3052
|
-
*/
|
|
3053
|
-
Name: string | undefined;
|
|
3054
|
-
/**
|
|
3055
|
-
* <p>When enabled, requires encryption for the Amazon Chime Voice Connector.</p>
|
|
3056
|
-
*/
|
|
3057
|
-
RequireEncryption: boolean | undefined;
|
|
3058
|
-
}
|
|
3059
|
-
export declare namespace UpdateVoiceConnectorRequest {
|
|
3060
|
-
/**
|
|
3061
|
-
* @internal
|
|
3062
|
-
*/
|
|
3063
|
-
const filterSensitiveLog: (obj: UpdateVoiceConnectorRequest) => any;
|
|
3064
|
-
}
|
|
3065
|
-
export interface UpdateVoiceConnectorResponse {
|
|
3066
|
-
/**
|
|
3067
|
-
* <p>The updated Amazon Chime Voice Connector details.</p>
|
|
3068
|
-
*/
|
|
3069
|
-
VoiceConnector?: VoiceConnector;
|
|
3070
|
-
}
|
|
3071
|
-
export declare namespace UpdateVoiceConnectorResponse {
|
|
3072
|
-
/**
|
|
3073
|
-
* @internal
|
|
3074
|
-
*/
|
|
3075
|
-
const filterSensitiveLog: (obj: UpdateVoiceConnectorResponse) => any;
|
|
3076
|
-
}
|
|
3077
|
-
export interface UpdateVoiceConnectorGroupRequest {
|
|
3078
|
-
/**
|
|
3079
|
-
* <p>The Amazon Chime Voice Connector group ID.</p>
|
|
3080
|
-
*/
|
|
3081
|
-
VoiceConnectorGroupId: string | undefined;
|
|
3082
|
-
/**
|
|
3083
|
-
* <p>The name of the Amazon Chime Voice Connector group.</p>
|
|
3084
|
-
*/
|
|
3085
|
-
Name: string | undefined;
|
|
3086
|
-
/**
|
|
3087
|
-
* <p>The <code>VoiceConnectorItems</code> to associate with the group.</p>
|
|
3088
|
-
*/
|
|
3089
|
-
VoiceConnectorItems: VoiceConnectorItem[] | undefined;
|
|
3090
|
-
}
|
|
3091
|
-
export declare namespace UpdateVoiceConnectorGroupRequest {
|
|
3092
|
-
/**
|
|
3093
|
-
* @internal
|
|
3094
|
-
*/
|
|
3095
|
-
const filterSensitiveLog: (obj: UpdateVoiceConnectorGroupRequest) => any;
|
|
3096
|
-
}
|
|
3097
|
-
export interface UpdateVoiceConnectorGroupResponse {
|
|
3098
|
-
/**
|
|
3099
|
-
* <p>The updated Amazon Chime Voice Connector group details.</p>
|
|
3100
|
-
*/
|
|
3101
|
-
VoiceConnectorGroup?: VoiceConnectorGroup;
|
|
3102
|
-
}
|
|
3103
|
-
export declare namespace UpdateVoiceConnectorGroupResponse {
|
|
3104
|
-
/**
|
|
3105
|
-
* @internal
|
|
3106
|
-
*/
|
|
3107
|
-
const filterSensitiveLog: (obj: UpdateVoiceConnectorGroupResponse) => any;
|
|
3108
|
-
}
|