@aws-sdk/client-chime 3.194.0 → 3.196.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 +11 -0
- package/dist-cjs/ChimeClient.js +11 -8
- package/dist-cjs/commands/AssociatePhoneNumberWithUserCommand.js +10 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +10 -0
- package/dist-cjs/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +10 -0
- package/dist-cjs/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +10 -0
- package/dist-cjs/commands/BatchCreateAttendeeCommand.js +10 -0
- package/dist-cjs/commands/BatchCreateChannelMembershipCommand.js +10 -0
- package/dist-cjs/commands/BatchCreateRoomMembershipCommand.js +10 -0
- package/dist-cjs/commands/BatchDeletePhoneNumberCommand.js +10 -0
- package/dist-cjs/commands/BatchSuspendUserCommand.js +10 -0
- package/dist-cjs/commands/BatchUnsuspendUserCommand.js +10 -0
- package/dist-cjs/commands/BatchUpdatePhoneNumberCommand.js +10 -0
- package/dist-cjs/commands/BatchUpdateUserCommand.js +10 -0
- package/dist-cjs/commands/CreateAccountCommand.js +10 -0
- package/dist-cjs/commands/CreateAppInstanceAdminCommand.js +10 -0
- package/dist-cjs/commands/CreateAppInstanceCommand.js +10 -0
- package/dist-cjs/commands/CreateAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/CreateAttendeeCommand.js +10 -0
- package/dist-cjs/commands/CreateBotCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelBanCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelMembershipCommand.js +10 -0
- package/dist-cjs/commands/CreateChannelModeratorCommand.js +10 -0
- package/dist-cjs/commands/CreateMediaCapturePipelineCommand.js +10 -0
- package/dist-cjs/commands/CreateMeetingCommand.js +10 -0
- package/dist-cjs/commands/CreateMeetingDialOutCommand.js +10 -0
- package/dist-cjs/commands/CreateMeetingWithAttendeesCommand.js +10 -0
- package/dist-cjs/commands/CreatePhoneNumberOrderCommand.js +10 -0
- package/dist-cjs/commands/CreateProxySessionCommand.js +10 -0
- package/dist-cjs/commands/CreateRoomCommand.js +10 -0
- package/dist-cjs/commands/CreateRoomMembershipCommand.js +10 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCallCommand.js +10 -0
- package/dist-cjs/commands/CreateSipMediaApplicationCommand.js +10 -0
- package/dist-cjs/commands/CreateSipRuleCommand.js +10 -0
- package/dist-cjs/commands/CreateUserCommand.js +10 -0
- package/dist-cjs/commands/CreateVoiceConnectorCommand.js +10 -0
- package/dist-cjs/commands/CreateVoiceConnectorGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteAccountCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppInstanceAdminCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppInstanceCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/DeleteAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/DeleteAttendeeCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelBanCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelMembershipCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelMessageCommand.js +10 -0
- package/dist-cjs/commands/DeleteChannelModeratorCommand.js +10 -0
- package/dist-cjs/commands/DeleteEventsConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteMediaCapturePipelineCommand.js +10 -0
- package/dist-cjs/commands/DeleteMeetingCommand.js +10 -0
- package/dist-cjs/commands/DeletePhoneNumberCommand.js +10 -0
- package/dist-cjs/commands/DeleteProxySessionCommand.js +10 -0
- package/dist-cjs/commands/DeleteRoomCommand.js +10 -0
- package/dist-cjs/commands/DeleteRoomMembershipCommand.js +10 -0
- package/dist-cjs/commands/DeleteSipMediaApplicationCommand.js +10 -0
- package/dist-cjs/commands/DeleteSipRuleCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorGroupCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorOriginationCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorProxyCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCommand.js +10 -0
- package/dist-cjs/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppInstanceAdminCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppInstanceCommand.js +10 -0
- package/dist-cjs/commands/DescribeAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelBanCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelMembershipCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/DescribeChannelModeratorCommand.js +10 -0
- package/dist-cjs/commands/DisassociatePhoneNumberFromUserCommand.js +10 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +10 -0
- package/dist-cjs/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +10 -0
- package/dist-cjs/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +10 -0
- package/dist-cjs/commands/GetAccountCommand.js +10 -0
- package/dist-cjs/commands/GetAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetAppInstanceRetentionSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetAppInstanceStreamingConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/GetAttendeeCommand.js +10 -0
- package/dist-cjs/commands/GetBotCommand.js +10 -0
- package/dist-cjs/commands/GetChannelMessageCommand.js +10 -0
- package/dist-cjs/commands/GetEventsConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetGlobalSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetMediaCapturePipelineCommand.js +10 -0
- package/dist-cjs/commands/GetMeetingCommand.js +10 -0
- package/dist-cjs/commands/GetMessagingSessionEndpointCommand.js +10 -0
- package/dist-cjs/commands/GetPhoneNumberCommand.js +10 -0
- package/dist-cjs/commands/GetPhoneNumberOrderCommand.js +10 -0
- package/dist-cjs/commands/GetPhoneNumberSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetProxySessionCommand.js +10 -0
- package/dist-cjs/commands/GetRetentionSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetRoomCommand.js +10 -0
- package/dist-cjs/commands/GetSipMediaApplicationCommand.js +10 -0
- package/dist-cjs/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetSipRuleCommand.js +10 -0
- package/dist-cjs/commands/GetUserCommand.js +10 -0
- package/dist-cjs/commands/GetUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorGroupCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorOriginationCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorProxyCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorStreamingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationCommand.js +10 -0
- package/dist-cjs/commands/GetVoiceConnectorTerminationHealthCommand.js +10 -0
- package/dist-cjs/commands/InviteUsersCommand.js +10 -0
- package/dist-cjs/commands/ListAccountsCommand.js +10 -0
- package/dist-cjs/commands/ListAppInstanceAdminsCommand.js +10 -0
- package/dist-cjs/commands/ListAppInstanceUsersCommand.js +10 -0
- package/dist-cjs/commands/ListAppInstancesCommand.js +10 -0
- package/dist-cjs/commands/ListAttendeeTagsCommand.js +10 -0
- package/dist-cjs/commands/ListAttendeesCommand.js +10 -0
- package/dist-cjs/commands/ListBotsCommand.js +10 -0
- package/dist-cjs/commands/ListChannelBansCommand.js +10 -0
- package/dist-cjs/commands/ListChannelMembershipsCommand.js +10 -0
- package/dist-cjs/commands/ListChannelMembershipsForAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/ListChannelMessagesCommand.js +10 -0
- package/dist-cjs/commands/ListChannelModeratorsCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsCommand.js +10 -0
- package/dist-cjs/commands/ListChannelsModeratedByAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/ListMediaCapturePipelinesCommand.js +10 -0
- package/dist-cjs/commands/ListMeetingTagsCommand.js +10 -0
- package/dist-cjs/commands/ListMeetingsCommand.js +10 -0
- package/dist-cjs/commands/ListPhoneNumberOrdersCommand.js +10 -0
- package/dist-cjs/commands/ListPhoneNumbersCommand.js +10 -0
- package/dist-cjs/commands/ListProxySessionsCommand.js +10 -0
- package/dist-cjs/commands/ListRoomMembershipsCommand.js +10 -0
- package/dist-cjs/commands/ListRoomsCommand.js +10 -0
- package/dist-cjs/commands/ListSipMediaApplicationsCommand.js +10 -0
- package/dist-cjs/commands/ListSipRulesCommand.js +10 -0
- package/dist-cjs/commands/ListSupportedPhoneNumberCountriesCommand.js +10 -0
- package/dist-cjs/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-cjs/commands/ListUsersCommand.js +10 -0
- package/dist-cjs/commands/ListVoiceConnectorGroupsCommand.js +10 -0
- package/dist-cjs/commands/ListVoiceConnectorTerminationCredentialsCommand.js +10 -0
- package/dist-cjs/commands/ListVoiceConnectorsCommand.js +10 -0
- package/dist-cjs/commands/LogoutUserCommand.js +10 -0
- package/dist-cjs/commands/PutAppInstanceRetentionSettingsCommand.js +10 -0
- package/dist-cjs/commands/PutAppInstanceStreamingConfigurationsCommand.js +10 -0
- package/dist-cjs/commands/PutEventsConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutRetentionSettingsCommand.js +10 -0
- package/dist-cjs/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorLoggingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorOriginationCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorProxyCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorStreamingConfigurationCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCommand.js +10 -0
- package/dist-cjs/commands/PutVoiceConnectorTerminationCredentialsCommand.js +10 -0
- package/dist-cjs/commands/RedactChannelMessageCommand.js +10 -0
- package/dist-cjs/commands/RedactConversationMessageCommand.js +10 -0
- package/dist-cjs/commands/RedactRoomMessageCommand.js +10 -0
- package/dist-cjs/commands/RegenerateSecurityTokenCommand.js +10 -0
- package/dist-cjs/commands/ResetPersonalPINCommand.js +10 -0
- package/dist-cjs/commands/RestorePhoneNumberCommand.js +10 -0
- package/dist-cjs/commands/SearchAvailablePhoneNumbersCommand.js +10 -0
- package/dist-cjs/commands/SendChannelMessageCommand.js +10 -0
- package/dist-cjs/commands/StartMeetingTranscriptionCommand.js +10 -0
- package/dist-cjs/commands/StopMeetingTranscriptionCommand.js +10 -0
- package/dist-cjs/commands/TagAttendeeCommand.js +10 -0
- package/dist-cjs/commands/TagMeetingCommand.js +10 -0
- package/dist-cjs/commands/TagResourceCommand.js +10 -0
- package/dist-cjs/commands/UntagAttendeeCommand.js +10 -0
- package/dist-cjs/commands/UntagMeetingCommand.js +10 -0
- package/dist-cjs/commands/UntagResourceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAccountCommand.js +10 -0
- package/dist-cjs/commands/UpdateAccountSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateAppInstanceCommand.js +10 -0
- package/dist-cjs/commands/UpdateAppInstanceUserCommand.js +10 -0
- package/dist-cjs/commands/UpdateBotCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelMessageCommand.js +10 -0
- package/dist-cjs/commands/UpdateChannelReadMarkerCommand.js +10 -0
- package/dist-cjs/commands/UpdateGlobalSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdatePhoneNumberCommand.js +10 -0
- package/dist-cjs/commands/UpdatePhoneNumberSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateProxySessionCommand.js +10 -0
- package/dist-cjs/commands/UpdateRoomCommand.js +10 -0
- package/dist-cjs/commands/UpdateRoomMembershipCommand.js +10 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCallCommand.js +10 -0
- package/dist-cjs/commands/UpdateSipMediaApplicationCommand.js +10 -0
- package/dist-cjs/commands/UpdateSipRuleCommand.js +10 -0
- package/dist-cjs/commands/UpdateUserCommand.js +10 -0
- package/dist-cjs/commands/UpdateUserSettingsCommand.js +10 -0
- package/dist-cjs/commands/UpdateVoiceConnectorCommand.js +10 -0
- package/dist-cjs/commands/UpdateVoiceConnectorGroupCommand.js +10 -0
- package/dist-cjs/commands/ValidateE911AddressCommand.js +10 -0
- package/dist-cjs/endpoint/EndpointParameters.js +13 -0
- package/dist-cjs/endpoint/endpointResolver.js +12 -0
- package/dist-cjs/endpoint/ruleset.js +594 -0
- package/dist-cjs/runtimeConfig.shared.js +3 -3
- package/dist-es/ChimeClient.js +12 -9
- package/dist-es/commands/AssociatePhoneNumberWithUserCommand.js +10 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +10 -0
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +10 -0
- package/dist-es/commands/AssociateSigninDelegateGroupsWithAccountCommand.js +10 -0
- package/dist-es/commands/BatchCreateAttendeeCommand.js +10 -0
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +10 -0
- package/dist-es/commands/BatchCreateRoomMembershipCommand.js +10 -0
- package/dist-es/commands/BatchDeletePhoneNumberCommand.js +10 -0
- package/dist-es/commands/BatchSuspendUserCommand.js +10 -0
- package/dist-es/commands/BatchUnsuspendUserCommand.js +10 -0
- package/dist-es/commands/BatchUpdatePhoneNumberCommand.js +10 -0
- package/dist-es/commands/BatchUpdateUserCommand.js +10 -0
- package/dist-es/commands/CreateAccountCommand.js +10 -0
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +10 -0
- package/dist-es/commands/CreateAppInstanceCommand.js +10 -0
- package/dist-es/commands/CreateAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/CreateAttendeeCommand.js +10 -0
- package/dist-es/commands/CreateBotCommand.js +10 -0
- package/dist-es/commands/CreateChannelBanCommand.js +10 -0
- package/dist-es/commands/CreateChannelCommand.js +10 -0
- package/dist-es/commands/CreateChannelMembershipCommand.js +10 -0
- package/dist-es/commands/CreateChannelModeratorCommand.js +10 -0
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +10 -0
- package/dist-es/commands/CreateMeetingCommand.js +10 -0
- package/dist-es/commands/CreateMeetingDialOutCommand.js +10 -0
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +10 -0
- package/dist-es/commands/CreatePhoneNumberOrderCommand.js +10 -0
- package/dist-es/commands/CreateProxySessionCommand.js +10 -0
- package/dist-es/commands/CreateRoomCommand.js +10 -0
- package/dist-es/commands/CreateRoomMembershipCommand.js +10 -0
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +10 -0
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +10 -0
- package/dist-es/commands/CreateSipRuleCommand.js +10 -0
- package/dist-es/commands/CreateUserCommand.js +10 -0
- package/dist-es/commands/CreateVoiceConnectorCommand.js +10 -0
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +10 -0
- package/dist-es/commands/DeleteAccountCommand.js +10 -0
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +10 -0
- package/dist-es/commands/DeleteAppInstanceCommand.js +10 -0
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +10 -0
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/DeleteAttendeeCommand.js +10 -0
- package/dist-es/commands/DeleteChannelBanCommand.js +10 -0
- package/dist-es/commands/DeleteChannelCommand.js +10 -0
- package/dist-es/commands/DeleteChannelMembershipCommand.js +10 -0
- package/dist-es/commands/DeleteChannelMessageCommand.js +10 -0
- package/dist-es/commands/DeleteChannelModeratorCommand.js +10 -0
- package/dist-es/commands/DeleteEventsConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +10 -0
- package/dist-es/commands/DeleteMeetingCommand.js +10 -0
- package/dist-es/commands/DeletePhoneNumberCommand.js +10 -0
- package/dist-es/commands/DeleteProxySessionCommand.js +10 -0
- package/dist-es/commands/DeleteRoomCommand.js +10 -0
- package/dist-es/commands/DeleteRoomMembershipCommand.js +10 -0
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +10 -0
- package/dist-es/commands/DeleteSipRuleCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +10 -0
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +10 -0
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +10 -0
- package/dist-es/commands/DescribeAppInstanceCommand.js +10 -0
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/DescribeChannelBanCommand.js +10 -0
- package/dist-es/commands/DescribeChannelCommand.js +10 -0
- package/dist-es/commands/DescribeChannelMembershipCommand.js +10 -0
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/DescribeChannelModeratorCommand.js +10 -0
- package/dist-es/commands/DisassociatePhoneNumberFromUserCommand.js +10 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +10 -0
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +10 -0
- package/dist-es/commands/DisassociateSigninDelegateGroupsFromAccountCommand.js +10 -0
- package/dist-es/commands/GetAccountCommand.js +10 -0
- package/dist-es/commands/GetAccountSettingsCommand.js +10 -0
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +10 -0
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +10 -0
- package/dist-es/commands/GetAttendeeCommand.js +10 -0
- package/dist-es/commands/GetBotCommand.js +10 -0
- package/dist-es/commands/GetChannelMessageCommand.js +10 -0
- package/dist-es/commands/GetEventsConfigurationCommand.js +10 -0
- package/dist-es/commands/GetGlobalSettingsCommand.js +10 -0
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +10 -0
- package/dist-es/commands/GetMeetingCommand.js +10 -0
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +10 -0
- package/dist-es/commands/GetPhoneNumberCommand.js +10 -0
- package/dist-es/commands/GetPhoneNumberOrderCommand.js +10 -0
- package/dist-es/commands/GetPhoneNumberSettingsCommand.js +10 -0
- package/dist-es/commands/GetProxySessionCommand.js +10 -0
- package/dist-es/commands/GetRetentionSettingsCommand.js +10 -0
- package/dist-es/commands/GetRoomCommand.js +10 -0
- package/dist-es/commands/GetSipMediaApplicationCommand.js +10 -0
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/GetSipRuleCommand.js +10 -0
- package/dist-es/commands/GetUserCommand.js +10 -0
- package/dist-es/commands/GetUserSettingsCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +10 -0
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +10 -0
- package/dist-es/commands/InviteUsersCommand.js +10 -0
- package/dist-es/commands/ListAccountsCommand.js +10 -0
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +10 -0
- package/dist-es/commands/ListAppInstanceUsersCommand.js +10 -0
- package/dist-es/commands/ListAppInstancesCommand.js +10 -0
- package/dist-es/commands/ListAttendeeTagsCommand.js +10 -0
- package/dist-es/commands/ListAttendeesCommand.js +10 -0
- package/dist-es/commands/ListBotsCommand.js +10 -0
- package/dist-es/commands/ListChannelBansCommand.js +10 -0
- package/dist-es/commands/ListChannelMembershipsCommand.js +10 -0
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/ListChannelMessagesCommand.js +10 -0
- package/dist-es/commands/ListChannelModeratorsCommand.js +10 -0
- package/dist-es/commands/ListChannelsCommand.js +10 -0
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +10 -0
- package/dist-es/commands/ListMeetingTagsCommand.js +10 -0
- package/dist-es/commands/ListMeetingsCommand.js +10 -0
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +10 -0
- package/dist-es/commands/ListPhoneNumbersCommand.js +10 -0
- package/dist-es/commands/ListProxySessionsCommand.js +10 -0
- package/dist-es/commands/ListRoomMembershipsCommand.js +10 -0
- package/dist-es/commands/ListRoomsCommand.js +10 -0
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +10 -0
- package/dist-es/commands/ListSipRulesCommand.js +10 -0
- package/dist-es/commands/ListSupportedPhoneNumberCountriesCommand.js +10 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +10 -0
- package/dist-es/commands/ListUsersCommand.js +10 -0
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +10 -0
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +10 -0
- package/dist-es/commands/ListVoiceConnectorsCommand.js +10 -0
- package/dist-es/commands/LogoutUserCommand.js +10 -0
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +10 -0
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +10 -0
- package/dist-es/commands/PutEventsConfigurationCommand.js +10 -0
- package/dist-es/commands/PutRetentionSettingsCommand.js +10 -0
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +10 -0
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +10 -0
- package/dist-es/commands/RedactChannelMessageCommand.js +10 -0
- package/dist-es/commands/RedactConversationMessageCommand.js +10 -0
- package/dist-es/commands/RedactRoomMessageCommand.js +10 -0
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +10 -0
- package/dist-es/commands/ResetPersonalPINCommand.js +10 -0
- package/dist-es/commands/RestorePhoneNumberCommand.js +10 -0
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +10 -0
- package/dist-es/commands/SendChannelMessageCommand.js +10 -0
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +10 -0
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +10 -0
- package/dist-es/commands/TagAttendeeCommand.js +10 -0
- package/dist-es/commands/TagMeetingCommand.js +10 -0
- package/dist-es/commands/TagResourceCommand.js +10 -0
- package/dist-es/commands/UntagAttendeeCommand.js +10 -0
- package/dist-es/commands/UntagMeetingCommand.js +10 -0
- package/dist-es/commands/UntagResourceCommand.js +10 -0
- package/dist-es/commands/UpdateAccountCommand.js +10 -0
- package/dist-es/commands/UpdateAccountSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateAppInstanceCommand.js +10 -0
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +10 -0
- package/dist-es/commands/UpdateBotCommand.js +10 -0
- package/dist-es/commands/UpdateChannelCommand.js +10 -0
- package/dist-es/commands/UpdateChannelMessageCommand.js +10 -0
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +10 -0
- package/dist-es/commands/UpdateGlobalSettingsCommand.js +10 -0
- package/dist-es/commands/UpdatePhoneNumberCommand.js +10 -0
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateProxySessionCommand.js +10 -0
- package/dist-es/commands/UpdateRoomCommand.js +10 -0
- package/dist-es/commands/UpdateRoomMembershipCommand.js +10 -0
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +10 -0
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +10 -0
- package/dist-es/commands/UpdateSipRuleCommand.js +10 -0
- package/dist-es/commands/UpdateUserCommand.js +10 -0
- package/dist-es/commands/UpdateUserSettingsCommand.js +10 -0
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +10 -0
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +10 -0
- package/dist-es/commands/ValidateE911AddressCommand.js +10 -0
- package/dist-es/endpoint/EndpointParameters.js +8 -0
- package/dist-es/endpoint/endpointResolver.js +8 -0
- package/dist-es/endpoint/ruleset.js +591 -0
- package/dist-es/runtimeConfig.shared.js +2 -2
- package/dist-types/ChimeClient.d.ts +6 -9
- package/dist-types/commands/AssociatePhoneNumberWithUserCommand.d.ts +2 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +2 -0
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +2 -0
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +2 -0
- package/dist-types/commands/BatchCreateRoomMembershipCommand.d.ts +2 -0
- package/dist-types/commands/BatchDeletePhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/BatchSuspendUserCommand.d.ts +2 -0
- package/dist-types/commands/BatchUnsuspendUserCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdatePhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/BatchUpdateUserCommand.d.ts +2 -0
- package/dist-types/commands/CreateAccountCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +2 -0
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/CreateAttendeeCommand.d.ts +2 -0
- package/dist-types/commands/CreateBotCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelBanCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +2 -0
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +2 -0
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +2 -0
- package/dist-types/commands/CreateMeetingCommand.d.ts +2 -0
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +2 -0
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
- package/dist-types/commands/CreatePhoneNumberOrderCommand.d.ts +2 -0
- package/dist-types/commands/CreateProxySessionCommand.d.ts +2 -0
- package/dist-types/commands/CreateRoomCommand.d.ts +2 -0
- package/dist-types/commands/CreateRoomMembershipCommand.d.ts +2 -0
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +2 -0
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/commands/CreateSipRuleCommand.d.ts +2 -0
- package/dist-types/commands/CreateUserCommand.d.ts +2 -0
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAccountCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +2 -0
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteEventsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -0
- package/dist-types/commands/DeleteMeetingCommand.d.ts +2 -0
- package/dist-types/commands/DeletePhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRoomCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRoomMembershipCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +2 -0
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +2 -0
- package/dist-types/commands/DisassociatePhoneNumberFromUserCommand.d.ts +2 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountCommand.d.ts +2 -0
- package/dist-types/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/GetAttendeeCommand.d.ts +2 -0
- package/dist-types/commands/GetBotCommand.d.ts +2 -0
- package/dist-types/commands/GetChannelMessageCommand.d.ts +2 -0
- package/dist-types/commands/GetEventsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +2 -0
- package/dist-types/commands/GetMeetingCommand.d.ts +2 -0
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +2 -0
- package/dist-types/commands/GetPhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/GetPhoneNumberOrderCommand.d.ts +2 -0
- package/dist-types/commands/GetPhoneNumberSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetProxySessionCommand.d.ts +2 -0
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetRoomCommand.d.ts +2 -0
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetSipRuleCommand.d.ts +2 -0
- package/dist-types/commands/GetUserCommand.d.ts +2 -0
- package/dist-types/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +2 -0
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +2 -0
- package/dist-types/commands/InviteUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListAccountsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +2 -0
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListAppInstancesCommand.d.ts +2 -0
- package/dist-types/commands/ListAttendeeTagsCommand.d.ts +2 -0
- package/dist-types/commands/ListAttendeesCommand.d.ts +2 -0
- package/dist-types/commands/ListBotsCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelBansCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +2 -0
- package/dist-types/commands/ListMeetingTagsCommand.d.ts +2 -0
- package/dist-types/commands/ListMeetingsCommand.d.ts +2 -0
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +2 -0
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +2 -0
- package/dist-types/commands/ListProxySessionsCommand.d.ts +2 -0
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +2 -0
- package/dist-types/commands/ListRoomsCommand.d.ts +2 -0
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +2 -0
- package/dist-types/commands/ListSipRulesCommand.d.ts +2 -0
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +2 -0
- package/dist-types/commands/LogoutUserCommand.d.ts +2 -0
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +2 -0
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +2 -0
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +2 -0
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +2 -0
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +2 -0
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +2 -0
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -0
- package/dist-types/commands/SendChannelMessageCommand.d.ts +2 -0
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
- package/dist-types/commands/TagAttendeeCommand.d.ts +2 -0
- package/dist-types/commands/TagMeetingCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagAttendeeCommand.d.ts +2 -0
- package/dist-types/commands/UntagMeetingCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/commands/UpdateBotCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +2 -0
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +2 -0
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +2 -0
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRoomCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserCommand.d.ts +2 -0
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +2 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +19 -0
- package/dist-types/endpoint/endpointResolver.d.ts +5 -0
- package/dist-types/endpoint/ruleset.d.ts +2 -0
- package/dist-types/runtimeConfig.browser.d.ts +4 -2
- package/dist-types/runtimeConfig.d.ts +4 -2
- package/dist-types/runtimeConfig.native.d.ts +4 -2
- package/dist-types/runtimeConfig.shared.d.ts +3 -1
- package/dist-types/ts3.4/ChimeClient.d.ts +15 -8
- package/dist-types/ts3.4/commands/AssociatePhoneNumberWithUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/AssociateSigninDelegateGroupsWithAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchCreateRoomMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchDeletePhoneNumberCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchSuspendUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUnsuspendUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUpdatePhoneNumberCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/BatchUpdateUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateBotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMeetingDialOutCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreatePhoneNumberOrderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRoomCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateRoomMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteEventsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeletePhoneNumberCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRoomCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteRoomMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumberFromUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/DisassociateSigninDelegateGroupsFromAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetBotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetEventsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberOrderCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetPhoneNumberSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +2 -0
- package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +2 -0
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +26 -0
- package/dist-types/ts3.4/endpoint/endpointResolver.d.ts +8 -0
- package/dist-types/ts3.4/endpoint/ruleset.d.ts +2 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.d.ts +14 -4
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +14 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +6 -1
- package/package.json +5 -3
- package/dist-cjs/endpoints.js +0 -144
- package/dist-es/endpoints.js +0 -140
- package/dist-types/endpoints.d.ts +0 -2
- package/dist-types/ts3.4/endpoints.d.ts +0 -2
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAccountCommandOutput extends UpdateAccountResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAccountCommand extends $Command<UpdateAccountCommandInput, UpdateAccountCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAccountCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAccountCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -29,6 +30,7 @@ export interface UpdateAccountSettingsCommandOutput extends UpdateAccountSetting
|
|
|
29
30
|
*/
|
|
30
31
|
export declare class UpdateAccountSettingsCommand extends $Command<UpdateAccountSettingsCommandInput, UpdateAccountSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
31
32
|
readonly input: UpdateAccountSettingsCommandInput;
|
|
33
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
32
34
|
constructor(input: UpdateAccountSettingsCommandInput);
|
|
33
35
|
/**
|
|
34
36
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAppInstanceCommandOutput extends UpdateAppInstanceRespons
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAppInstanceCommand extends $Command<UpdateAppInstanceCommandInput, UpdateAppInstanceCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAppInstanceCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAppInstanceCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateAppInstanceUserCommandOutput extends UpdateAppInstanceUse
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateAppInstanceUserCommand extends $Command<UpdateAppInstanceUserCommandInput, UpdateAppInstanceUserCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateAppInstanceUserCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateAppInstanceUserCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateBotCommandOutput extends UpdateBotResponse, __MetadataBea
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateBotCommand extends $Command<UpdateBotCommandInput, UpdateBotCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateBotCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateBotCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -32,6 +33,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
|
|
|
32
33
|
*/
|
|
33
34
|
export declare class UpdateChannelCommand extends $Command<UpdateChannelCommandInput, UpdateChannelCommandOutput, ChimeClientResolvedConfig> {
|
|
34
35
|
readonly input: UpdateChannelCommandInput;
|
|
36
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
35
37
|
constructor(input: UpdateChannelCommandInput);
|
|
36
38
|
/**
|
|
37
39
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -31,6 +32,7 @@ export interface UpdateChannelMessageCommandOutput extends UpdateChannelMessageR
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class UpdateChannelMessageCommand extends $Command<UpdateChannelMessageCommandInput, UpdateChannelMessageCommandOutput, ChimeClientResolvedConfig> {
|
|
33
34
|
readonly input: UpdateChannelMessageCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: UpdateChannelMessageCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -31,6 +32,7 @@ export interface UpdateChannelReadMarkerCommandOutput extends UpdateChannelReadM
|
|
|
31
32
|
*/
|
|
32
33
|
export declare class UpdateChannelReadMarkerCommand extends $Command<UpdateChannelReadMarkerCommandInput, UpdateChannelReadMarkerCommandOutput, ChimeClientResolvedConfig> {
|
|
33
34
|
readonly input: UpdateChannelReadMarkerCommandInput;
|
|
35
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
34
36
|
constructor(input: UpdateChannelReadMarkerCommandInput);
|
|
35
37
|
/**
|
|
36
38
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateGlobalSettingsCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateGlobalSettingsCommand extends $Command<UpdateGlobalSettingsCommandInput, UpdateGlobalSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateGlobalSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateGlobalSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdatePhoneNumberCommandOutput extends UpdatePhoneNumberRespons
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdatePhoneNumberCommand extends $Command<UpdatePhoneNumberCommandInput, UpdatePhoneNumberCommandOutput, ChimeClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdatePhoneNumberCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdatePhoneNumberCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -27,6 +28,7 @@ export interface UpdatePhoneNumberSettingsCommandOutput extends __MetadataBearer
|
|
|
27
28
|
*/
|
|
28
29
|
export declare class UpdatePhoneNumberSettingsCommand extends $Command<UpdatePhoneNumberSettingsCommandInput, UpdatePhoneNumberSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
29
30
|
readonly input: UpdatePhoneNumberSettingsCommandInput;
|
|
31
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
30
32
|
constructor(input: UpdatePhoneNumberSettingsCommandInput);
|
|
31
33
|
/**
|
|
32
34
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateProxySessionCommandOutput extends UpdateProxySessionRespo
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateProxySessionCommand extends $Command<UpdateProxySessionCommandInput, UpdateProxySessionCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateProxySessionCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateProxySessionCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateRoomCommandOutput extends UpdateRoomResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateRoomCommand extends $Command<UpdateRoomCommandInput, UpdateRoomCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateRoomCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateRoomCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -28,6 +29,7 @@ export interface UpdateRoomMembershipCommandOutput extends UpdateRoomMembershipR
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class UpdateRoomMembershipCommand extends $Command<UpdateRoomMembershipCommandInput, UpdateRoomMembershipCommandOutput, ChimeClientResolvedConfig> {
|
|
30
31
|
readonly input: UpdateRoomMembershipCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: UpdateRoomMembershipCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateSipMediaApplicationCallCommandOutput extends UpdateSipMed
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSipMediaApplicationCallCommand extends $Command<UpdateSipMediaApplicationCallCommandInput, UpdateSipMediaApplicationCallCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSipMediaApplicationCallCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSipMediaApplicationCallCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateSipMediaApplicationCommandOutput extends UpdateSipMediaAp
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSipMediaApplicationCommand extends $Command<UpdateSipMediaApplicationCommandInput, UpdateSipMediaApplicationCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSipMediaApplicationCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSipMediaApplicationCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateSipRuleCommandOutput extends UpdateSipRuleResponse, __Met
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateSipRuleCommand extends $Command<UpdateSipRuleCommandInput, UpdateSipRuleCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateSipRuleCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateSipRuleCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateUserCommandOutput extends UpdateUserResponse, __MetadataB
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateUserCommand extends $Command<UpdateUserCommandInput, UpdateUserCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateUserCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateUserCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateUserSettingsCommandOutput extends __MetadataBearer {
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateUserSettingsCommand extends $Command<UpdateUserSettingsCommandInput, UpdateUserSettingsCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateUserSettingsCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateUserSettingsCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -25,6 +26,7 @@ export interface UpdateVoiceConnectorCommandOutput extends UpdateVoiceConnectorR
|
|
|
25
26
|
*/
|
|
26
27
|
export declare class UpdateVoiceConnectorCommand extends $Command<UpdateVoiceConnectorCommandInput, UpdateVoiceConnectorCommandOutput, ChimeClientResolvedConfig> {
|
|
27
28
|
readonly input: UpdateVoiceConnectorCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: UpdateVoiceConnectorCommandInput);
|
|
29
31
|
/**
|
|
30
32
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -26,6 +27,7 @@ export interface UpdateVoiceConnectorGroupCommandOutput extends UpdateVoiceConne
|
|
|
26
27
|
*/
|
|
27
28
|
export declare class UpdateVoiceConnectorGroupCommand extends $Command<UpdateVoiceConnectorGroupCommandInput, UpdateVoiceConnectorGroupCommandOutput, ChimeClientResolvedConfig> {
|
|
28
29
|
readonly input: UpdateVoiceConnectorGroupCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
29
31
|
constructor(input: UpdateVoiceConnectorGroupCommandInput);
|
|
30
32
|
/**
|
|
31
33
|
* @internal
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
4
|
import { ChimeClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ChimeClient";
|
|
@@ -28,6 +29,7 @@ export interface ValidateE911AddressCommandOutput extends ValidateE911AddressRes
|
|
|
28
29
|
*/
|
|
29
30
|
export declare class ValidateE911AddressCommand extends $Command<ValidateE911AddressCommandInput, ValidateE911AddressCommandOutput, ChimeClientResolvedConfig> {
|
|
30
31
|
readonly input: ValidateE911AddressCommandInput;
|
|
32
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
33
|
constructor(input: ValidateE911AddressCommandInput);
|
|
32
34
|
/**
|
|
33
35
|
* @internal
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import { EndpointParameters as __EndpointParameters, Provider } from "@aws-sdk/types";
|
|
2
|
+
export interface ClientInputEndpointParameters {
|
|
3
|
+
region?: string | Provider<string>;
|
|
4
|
+
useDualstackEndpoint?: boolean | Provider<boolean>;
|
|
5
|
+
useFipsEndpoint?: boolean | Provider<boolean>;
|
|
6
|
+
endpoint?: string | Provider<string>;
|
|
7
|
+
}
|
|
8
|
+
export declare type ClientResolvedEndpointParameters = ClientInputEndpointParameters & {
|
|
9
|
+
defaultSigningName: string;
|
|
10
|
+
};
|
|
11
|
+
export declare const resolveClientEndpointParameters: <T>(options: T & ClientInputEndpointParameters) => T & ClientInputEndpointParameters & {
|
|
12
|
+
defaultSigningName: string;
|
|
13
|
+
};
|
|
14
|
+
export interface EndpointParameters extends __EndpointParameters {
|
|
15
|
+
Region?: string;
|
|
16
|
+
UseDualStack?: boolean;
|
|
17
|
+
UseFIPS?: boolean;
|
|
18
|
+
Endpoint?: string;
|
|
19
|
+
}
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ChimeClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -26,8 +26,10 @@ export declare const getRuntimeConfig: (config: ChimeClientConfig) => {
|
|
|
26
26
|
disableHostPrefix: boolean;
|
|
27
27
|
logger: import("@aws-sdk/types").Logger;
|
|
28
28
|
serviceId: string;
|
|
29
|
-
|
|
30
|
-
|
|
29
|
+
endpoint?: ((string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | import("@aws-sdk/types").EndpointV2 | import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2>) & (string | import("@aws-sdk/types").Provider<string>)) | undefined;
|
|
30
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
31
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
32
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
31
33
|
tls?: boolean | undefined;
|
|
32
34
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
33
35
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -23,10 +23,12 @@ export declare const getRuntimeConfig: (config: ChimeClientConfig) => {
|
|
|
23
23
|
serviceId: string;
|
|
24
24
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
26
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
27
|
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode>;
|
|
29
|
-
endpoint?: string | import("@aws-sdk/types").Endpoint
|
|
28
|
+
endpoint?: string | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Endpoint & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").EndpointV2 & import("@aws-sdk/types").Provider<string>) | (import("@aws-sdk/types").Provider<import("@aws-sdk/types").EndpointV2> & import("@aws-sdk/types").Provider<string>) | undefined;
|
|
29
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
30
|
+
logger?: import("@aws-sdk/types").Logger | undefined;
|
|
31
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
30
32
|
tls?: boolean | undefined;
|
|
31
33
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
32
34
|
credentials?: import("@aws-sdk/types").Credentials | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials> | undefined;
|
|
@@ -6,8 +6,10 @@ import { ChimeClientConfig } from "./ChimeClient";
|
|
|
6
6
|
export declare const getRuntimeConfig: (config: ChimeClientConfig) => {
|
|
7
7
|
apiVersion: string;
|
|
8
8
|
disableHostPrefix: boolean;
|
|
9
|
+
endpointProvider: (endpointParams: import("./endpoint/EndpointParameters").EndpointParameters, context?: {
|
|
10
|
+
logger?: __Logger | undefined;
|
|
11
|
+
}) => import("@aws-sdk/types").EndpointV2;
|
|
9
12
|
logger: __Logger;
|
|
10
|
-
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
11
13
|
serviceId: string;
|
|
12
14
|
urlParser: import("@aws-sdk/types").UrlParser;
|
|
13
15
|
};
|
|
@@ -1,9 +1,11 @@
|
|
|
1
1
|
import {
|
|
2
|
-
EndpointsInputConfig,
|
|
3
|
-
EndpointsResolvedConfig,
|
|
4
2
|
RegionInputConfig,
|
|
5
3
|
RegionResolvedConfig,
|
|
6
4
|
} from "@aws-sdk/config-resolver";
|
|
5
|
+
import {
|
|
6
|
+
EndpointInputConfig,
|
|
7
|
+
EndpointResolvedConfig,
|
|
8
|
+
} from "@aws-sdk/middleware-endpoint";
|
|
7
9
|
import {
|
|
8
10
|
HostHeaderInputConfig,
|
|
9
11
|
HostHeaderResolvedConfig,
|
|
@@ -37,7 +39,6 @@ import {
|
|
|
37
39
|
Logger as __Logger,
|
|
38
40
|
Provider as __Provider,
|
|
39
41
|
Provider,
|
|
40
|
-
RegionInfoProvider,
|
|
41
42
|
StreamCollector as __StreamCollector,
|
|
42
43
|
UrlParser as __UrlParser,
|
|
43
44
|
UserAgent as __UserAgent,
|
|
@@ -806,6 +807,11 @@ import {
|
|
|
806
807
|
ValidateE911AddressCommandInput,
|
|
807
808
|
ValidateE911AddressCommandOutput,
|
|
808
809
|
} from "./commands/ValidateE911AddressCommand";
|
|
810
|
+
import {
|
|
811
|
+
ClientInputEndpointParameters,
|
|
812
|
+
ClientResolvedEndpointParameters,
|
|
813
|
+
EndpointParameters,
|
|
814
|
+
} from "./endpoint/EndpointParameters";
|
|
809
815
|
export declare type ServiceInputTypes =
|
|
810
816
|
| AssociatePhoneNumberWithUserCommandInput
|
|
811
817
|
| AssociatePhoneNumbersWithVoiceConnectorCommandInput
|
|
@@ -1211,7 +1217,6 @@ export interface ClientDefaults
|
|
|
1211
1217
|
serviceId?: string;
|
|
1212
1218
|
region?: string | __Provider<string>;
|
|
1213
1219
|
credentialDefaultProvider?: (input: any) => __Provider<__Credentials>;
|
|
1214
|
-
regionInfoProvider?: RegionInfoProvider;
|
|
1215
1220
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
1216
1221
|
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
1217
1222
|
}
|
|
@@ -1220,21 +1225,23 @@ declare type ChimeClientConfigType = Partial<
|
|
|
1220
1225
|
> &
|
|
1221
1226
|
ClientDefaults &
|
|
1222
1227
|
RegionInputConfig &
|
|
1223
|
-
|
|
1228
|
+
EndpointInputConfig<EndpointParameters> &
|
|
1224
1229
|
RetryInputConfig &
|
|
1225
1230
|
HostHeaderInputConfig &
|
|
1226
1231
|
AwsAuthInputConfig &
|
|
1227
|
-
UserAgentInputConfig
|
|
1232
|
+
UserAgentInputConfig &
|
|
1233
|
+
ClientInputEndpointParameters;
|
|
1228
1234
|
export interface ChimeClientConfig extends ChimeClientConfigType {}
|
|
1229
1235
|
declare type ChimeClientResolvedConfigType =
|
|
1230
1236
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
1231
1237
|
Required<ClientDefaults> &
|
|
1232
1238
|
RegionResolvedConfig &
|
|
1233
|
-
|
|
1239
|
+
EndpointResolvedConfig<EndpointParameters> &
|
|
1234
1240
|
RetryResolvedConfig &
|
|
1235
1241
|
HostHeaderResolvedConfig &
|
|
1236
1242
|
AwsAuthResolvedConfig &
|
|
1237
|
-
UserAgentResolvedConfig
|
|
1243
|
+
UserAgentResolvedConfig &
|
|
1244
|
+
ClientResolvedEndpointParameters;
|
|
1238
1245
|
export interface ChimeClientResolvedConfig
|
|
1239
1246
|
extends ChimeClientResolvedConfigType {}
|
|
1240
1247
|
export declare class ChimeClient extends __Client<
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociatePhoneNumberWithUserCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociatePhoneNumberWithUserCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociatePhoneNumberWithUserCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociatePhoneNumbersWithVoiceConnectorCommand extends $Com
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociatePhoneNumbersWithVoiceConnectorCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociatePhoneNumbersWithVoiceConnectorCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociatePhoneNumbersWithVoiceConnectorGroupCommand extends
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class AssociateSigninDelegateGroupsWithAccountCommand extends $Co
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: AssociateSigninDelegateGroupsWithAccountCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: AssociateSigninDelegateGroupsWithAccountCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchCreateAttendeeCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchCreateAttendeeCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchCreateAttendeeCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchCreateChannelMembershipCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchCreateChannelMembershipCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchCreateChannelMembershipCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchCreateRoomMembershipCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchCreateRoomMembershipCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchCreateRoomMembershipCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchDeletePhoneNumberCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchDeletePhoneNumberCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchDeletePhoneNumberCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -24,6 +25,7 @@ export declare class BatchSuspendUserCommand extends $Command<
|
|
|
24
25
|
ChimeClientResolvedConfig
|
|
25
26
|
> {
|
|
26
27
|
readonly input: BatchSuspendUserCommandInput;
|
|
28
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
27
29
|
constructor(input: BatchSuspendUserCommandInput);
|
|
28
30
|
resolveMiddleware(
|
|
29
31
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchUnsuspendUserCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchUnsuspendUserCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchUnsuspendUserCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@aws-sdk/middleware-endpoint";
|
|
1
2
|
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
3
|
import {
|
|
3
4
|
Handler,
|
|
@@ -25,6 +26,7 @@ export declare class BatchUpdatePhoneNumberCommand extends $Command<
|
|
|
25
26
|
ChimeClientResolvedConfig
|
|
26
27
|
> {
|
|
27
28
|
readonly input: BatchUpdatePhoneNumberCommandInput;
|
|
29
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
28
30
|
constructor(input: BatchUpdatePhoneNumberCommandInput);
|
|
29
31
|
resolveMiddleware(
|
|
30
32
|
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|