@aws-sdk/client-chime 3.750.0 → 3.757.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +92 -1124
- package/dist-cjs/index.js +1705 -9575
- package/dist-es/Chime.js +0 -258
- package/dist-es/commands/GetRoomCommand.js +1 -1
- package/dist-es/commands/GetUserCommand.js +1 -1
- package/dist-es/commands/InviteUsersCommand.js +1 -1
- package/dist-es/commands/ListAccountsCommand.js +1 -1
- package/dist-es/commands/ListBotsCommand.js +1 -1
- package/dist-es/commands/ListPhoneNumberOrdersCommand.js +1 -1
- package/dist-es/commands/ListPhoneNumbersCommand.js +1 -1
- package/dist-es/commands/ListRoomMembershipsCommand.js +1 -1
- package/dist-es/commands/ListRoomsCommand.js +1 -1
- package/dist-es/commands/ListUsersCommand.js +1 -1
- package/dist-es/commands/PutEventsConfigurationCommand.js +1 -1
- package/dist-es/commands/RegenerateSecurityTokenCommand.js +1 -1
- package/dist-es/commands/ResetPersonalPINCommand.js +1 -1
- package/dist-es/commands/RestorePhoneNumberCommand.js +1 -1
- package/dist-es/commands/SearchAvailablePhoneNumbersCommand.js +1 -1
- package/dist-es/commands/UpdateBotCommand.js +1 -1
- package/dist-es/commands/UpdatePhoneNumberCommand.js +1 -1
- package/dist-es/commands/UpdatePhoneNumberSettingsCommand.js +1 -1
- package/dist-es/commands/UpdateRoomCommand.js +1 -1
- package/dist-es/commands/UpdateRoomMembershipCommand.js +1 -1
- package/dist-es/commands/UpdateUserCommand.js +1 -1
- package/dist-es/commands/index.js +0 -129
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +104 -559
- package/dist-es/pagination/index.js +0 -18
- package/dist-es/protocols/Aws_restJson1.js +516 -4601
- package/dist-types/Chime.d.ts +0 -913
- package/dist-types/ChimeClient.d.ts +2 -131
- package/dist-types/commands/CreateMeetingDialOutCommand.d.ts +1 -1
- package/dist-types/commands/GetRetentionSettingsCommand.d.ts +1 -2
- package/dist-types/commands/GetRoomCommand.d.ts +1 -1
- package/dist-types/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/InviteUsersCommand.d.ts +1 -1
- package/dist-types/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomMembershipsCommand.d.ts +1 -1
- package/dist-types/commands/ListRoomsCommand.d.ts +1 -1
- package/dist-types/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
- package/dist-types/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/commands/LogoutUserCommand.d.ts +1 -1
- package/dist-types/commands/PutEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/commands/PutRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/commands/RedactConversationMessageCommand.d.ts +1 -1
- package/dist-types/commands/RedactRoomMessageCommand.d.ts +1 -1
- package/dist-types/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
- package/dist-types/commands/ResetPersonalPINCommand.d.ts +1 -1
- package/dist-types/commands/RestorePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateBotCommand.d.ts +1 -1
- package/dist-types/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomCommand.d.ts +1 -1
- package/dist-types/commands/UpdateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/commands/index.d.ts +0 -129
- package/dist-types/models/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +1159 -4028
- package/dist-types/pagination/index.d.ts +0 -18
- package/dist-types/protocols/Aws_restJson1.d.ts +93 -1254
- package/dist-types/ts3.4/Chime.d.ts +78 -2431
- package/dist-types/ts3.4/ChimeClient.d.ts +2 -776
- package/dist-types/ts3.4/commands/GetRetentionSettingsCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/GetRoomCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/GetUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/InviteUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListAccountsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListBotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumberOrdersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListPhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoomMembershipsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListRoomsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListSupportedPhoneNumberCountriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ListUsersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/LogoutUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutEventsConfigurationCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/PutRetentionSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RedactConversationMessageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RedactRoomMessageCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RegenerateSecurityTokenCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ResetPersonalPINCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RestorePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/SearchAvailablePhoneNumbersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateAccountSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateBotCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateGlobalSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdatePhoneNumberSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoomCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateRoomMembershipCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/UpdateUserSettingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/index.d.ts +0 -129
- package/dist-types/ts3.4/models/index.d.ts +0 -1
- package/dist-types/ts3.4/models/models_0.d.ts +362 -1214
- package/dist-types/ts3.4/pagination/index.d.ts +0 -18
- package/dist-types/ts3.4/protocols/Aws_restJson1.d.ts +76 -1624
- package/package.json +1 -1
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.js +0 -23
- package/dist-es/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.js +0 -23
- package/dist-es/commands/BatchCreateAttendeeCommand.js +0 -23
- package/dist-es/commands/BatchCreateChannelMembershipCommand.js +0 -23
- package/dist-es/commands/CreateAppInstanceAdminCommand.js +0 -23
- package/dist-es/commands/CreateAppInstanceCommand.js +0 -23
- package/dist-es/commands/CreateAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/CreateAttendeeCommand.js +0 -23
- package/dist-es/commands/CreateChannelBanCommand.js +0 -23
- package/dist-es/commands/CreateChannelCommand.js +0 -23
- package/dist-es/commands/CreateChannelMembershipCommand.js +0 -23
- package/dist-es/commands/CreateChannelModeratorCommand.js +0 -23
- package/dist-es/commands/CreateMediaCapturePipelineCommand.js +0 -23
- package/dist-es/commands/CreateMeetingCommand.js +0 -23
- package/dist-es/commands/CreateMeetingWithAttendeesCommand.js +0 -23
- package/dist-es/commands/CreateProxySessionCommand.js +0 -23
- package/dist-es/commands/CreateSipMediaApplicationCallCommand.js +0 -23
- package/dist-es/commands/CreateSipMediaApplicationCommand.js +0 -23
- package/dist-es/commands/CreateSipRuleCommand.js +0 -22
- package/dist-es/commands/CreateVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/CreateVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceAdminCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceStreamingConfigurationsCommand.js +0 -22
- package/dist-es/commands/DeleteAppInstanceUserCommand.js +0 -22
- package/dist-es/commands/DeleteAttendeeCommand.js +0 -22
- package/dist-es/commands/DeleteChannelBanCommand.js +0 -22
- package/dist-es/commands/DeleteChannelCommand.js +0 -22
- package/dist-es/commands/DeleteChannelMembershipCommand.js +0 -22
- package/dist-es/commands/DeleteChannelMessageCommand.js +0 -22
- package/dist-es/commands/DeleteChannelModeratorCommand.js +0 -22
- package/dist-es/commands/DeleteMediaCapturePipelineCommand.js +0 -22
- package/dist-es/commands/DeleteMeetingCommand.js +0 -22
- package/dist-es/commands/DeleteProxySessionCommand.js +0 -22
- package/dist-es/commands/DeleteSipMediaApplicationCommand.js +0 -22
- package/dist-es/commands/DeleteSipRuleCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorOriginationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorProxyCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorStreamingConfigurationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorTerminationCommand.js +0 -22
- package/dist-es/commands/DeleteVoiceConnectorTerminationCredentialsCommand.js +0 -23
- package/dist-es/commands/DescribeAppInstanceAdminCommand.js +0 -23
- package/dist-es/commands/DescribeAppInstanceCommand.js +0 -23
- package/dist-es/commands/DescribeAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/DescribeChannelBanCommand.js +0 -23
- package/dist-es/commands/DescribeChannelCommand.js +0 -23
- package/dist-es/commands/DescribeChannelMembershipCommand.js +0 -23
- package/dist-es/commands/DescribeChannelMembershipForAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/DescribeChannelModeratedByAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/DescribeChannelModeratorCommand.js +0 -23
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.js +0 -23
- package/dist-es/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.js +0 -23
- package/dist-es/commands/GetAppInstanceRetentionSettingsCommand.js +0 -22
- package/dist-es/commands/GetAppInstanceStreamingConfigurationsCommand.js +0 -23
- package/dist-es/commands/GetAttendeeCommand.js +0 -23
- package/dist-es/commands/GetChannelMessageCommand.js +0 -23
- package/dist-es/commands/GetMediaCapturePipelineCommand.js +0 -23
- package/dist-es/commands/GetMeetingCommand.js +0 -23
- package/dist-es/commands/GetMessagingSessionEndpointCommand.js +0 -22
- package/dist-es/commands/GetProxySessionCommand.js +0 -23
- package/dist-es/commands/GetSipMediaApplicationCommand.js +0 -23
- package/dist-es/commands/GetSipMediaApplicationLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/GetSipRuleCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
- package/dist-es/commands/GetVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorOriginationCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorProxyCommand.js +0 -23
- package/dist-es/commands/GetVoiceConnectorStreamingConfigurationCommand.js +0 -22
- package/dist-es/commands/GetVoiceConnectorTerminationCommand.js +0 -23
- package/dist-es/commands/GetVoiceConnectorTerminationHealthCommand.js +0 -22
- package/dist-es/commands/ListAppInstanceAdminsCommand.js +0 -23
- package/dist-es/commands/ListAppInstanceUsersCommand.js +0 -23
- package/dist-es/commands/ListAppInstancesCommand.js +0 -23
- package/dist-es/commands/ListAttendeeTagsCommand.js +0 -23
- package/dist-es/commands/ListAttendeesCommand.js +0 -23
- package/dist-es/commands/ListChannelBansCommand.js +0 -23
- package/dist-es/commands/ListChannelMembershipsCommand.js +0 -23
- package/dist-es/commands/ListChannelMembershipsForAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/ListChannelMessagesCommand.js +0 -23
- package/dist-es/commands/ListChannelModeratorsCommand.js +0 -23
- package/dist-es/commands/ListChannelsCommand.js +0 -23
- package/dist-es/commands/ListChannelsModeratedByAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/ListMediaCapturePipelinesCommand.js +0 -23
- package/dist-es/commands/ListMeetingTagsCommand.js +0 -23
- package/dist-es/commands/ListMeetingsCommand.js +0 -23
- package/dist-es/commands/ListProxySessionsCommand.js +0 -23
- package/dist-es/commands/ListSipMediaApplicationsCommand.js +0 -23
- package/dist-es/commands/ListSipRulesCommand.js +0 -22
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -23
- package/dist-es/commands/ListVoiceConnectorGroupsCommand.js +0 -22
- package/dist-es/commands/ListVoiceConnectorTerminationCredentialsCommand.js +0 -23
- package/dist-es/commands/ListVoiceConnectorsCommand.js +0 -22
- package/dist-es/commands/PutAppInstanceRetentionSettingsCommand.js +0 -22
- package/dist-es/commands/PutAppInstanceStreamingConfigurationsCommand.js +0 -23
- package/dist-es/commands/PutSipMediaApplicationLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.js +0 -23
- package/dist-es/commands/PutVoiceConnectorLoggingConfigurationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorOriginationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorProxyCommand.js +0 -23
- package/dist-es/commands/PutVoiceConnectorStreamingConfigurationCommand.js +0 -22
- package/dist-es/commands/PutVoiceConnectorTerminationCommand.js +0 -23
- package/dist-es/commands/PutVoiceConnectorTerminationCredentialsCommand.js +0 -23
- package/dist-es/commands/RedactChannelMessageCommand.js +0 -22
- package/dist-es/commands/SendChannelMessageCommand.js +0 -23
- package/dist-es/commands/StartMeetingTranscriptionCommand.js +0 -22
- package/dist-es/commands/StopMeetingTranscriptionCommand.js +0 -22
- package/dist-es/commands/TagAttendeeCommand.js +0 -23
- package/dist-es/commands/TagMeetingCommand.js +0 -23
- package/dist-es/commands/TagResourceCommand.js +0 -23
- package/dist-es/commands/UntagAttendeeCommand.js +0 -23
- package/dist-es/commands/UntagMeetingCommand.js +0 -23
- package/dist-es/commands/UntagResourceCommand.js +0 -23
- package/dist-es/commands/UpdateAppInstanceCommand.js +0 -23
- package/dist-es/commands/UpdateAppInstanceUserCommand.js +0 -23
- package/dist-es/commands/UpdateChannelCommand.js +0 -23
- package/dist-es/commands/UpdateChannelMessageCommand.js +0 -23
- package/dist-es/commands/UpdateChannelReadMarkerCommand.js +0 -22
- package/dist-es/commands/UpdateProxySessionCommand.js +0 -23
- package/dist-es/commands/UpdateSipMediaApplicationCallCommand.js +0 -23
- package/dist-es/commands/UpdateSipMediaApplicationCommand.js +0 -23
- package/dist-es/commands/UpdateSipRuleCommand.js +0 -22
- package/dist-es/commands/UpdateVoiceConnectorCommand.js +0 -22
- package/dist-es/commands/UpdateVoiceConnectorGroupCommand.js +0 -22
- package/dist-es/commands/ValidateE911AddressCommand.js +0 -23
- package/dist-es/models/models_1.js +0 -435
- package/dist-es/pagination/ListAppInstanceAdminsPaginator.js +0 -4
- package/dist-es/pagination/ListAppInstanceUsersPaginator.js +0 -4
- package/dist-es/pagination/ListAppInstancesPaginator.js +0 -4
- package/dist-es/pagination/ListAttendeesPaginator.js +0 -4
- package/dist-es/pagination/ListChannelBansPaginator.js +0 -4
- package/dist-es/pagination/ListChannelMembershipsForAppInstanceUserPaginator.js +0 -4
- package/dist-es/pagination/ListChannelMembershipsPaginator.js +0 -4
- package/dist-es/pagination/ListChannelMessagesPaginator.js +0 -4
- package/dist-es/pagination/ListChannelModeratorsPaginator.js +0 -4
- package/dist-es/pagination/ListChannelsModeratedByAppInstanceUserPaginator.js +0 -4
- package/dist-es/pagination/ListChannelsPaginator.js +0 -4
- package/dist-es/pagination/ListMediaCapturePipelinesPaginator.js +0 -4
- package/dist-es/pagination/ListMeetingsPaginator.js +0 -4
- package/dist-es/pagination/ListProxySessionsPaginator.js +0 -4
- package/dist-es/pagination/ListSipMediaApplicationsPaginator.js +0 -4
- package/dist-es/pagination/ListSipRulesPaginator.js +0 -4
- package/dist-es/pagination/ListVoiceConnectorGroupsPaginator.js +0 -4
- package/dist-es/pagination/ListVoiceConnectorsPaginator.js +0 -4
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -114
- package/dist-types/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -114
- package/dist-types/commands/BatchCreateAttendeeCommand.d.ts +0 -133
- package/dist-types/commands/BatchCreateChannelMembershipCommand.d.ts +0 -123
- package/dist-types/commands/CreateAppInstanceAdminCommand.d.ts +0 -121
- package/dist-types/commands/CreateAppInstanceCommand.d.ts +0 -114
- package/dist-types/commands/CreateAppInstanceUserCommand.d.ts +0 -116
- package/dist-types/commands/CreateAttendeeCommand.d.ts +0 -120
- package/dist-types/commands/CreateChannelBanCommand.d.ts +0 -121
- package/dist-types/commands/CreateChannelCommand.d.ts +0 -125
- package/dist-types/commands/CreateChannelMembershipCommand.d.ts +0 -145
- package/dist-types/commands/CreateChannelModeratorCommand.d.ts +0 -133
- package/dist-types/commands/CreateMediaCapturePipelineCommand.d.ts +0 -164
- package/dist-types/commands/CreateMeetingCommand.d.ts +0 -133
- package/dist-types/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -163
- package/dist-types/commands/CreateProxySessionCommand.d.ts +0 -139
- package/dist-types/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -112
- package/dist-types/commands/CreateSipMediaApplicationCommand.d.ts +0 -125
- package/dist-types/commands/CreateSipRuleCommand.d.ts +0 -133
- package/dist-types/commands/CreateVoiceConnectorCommand.d.ts +0 -118
- package/dist-types/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -126
- package/dist-types/commands/DeleteAppInstanceAdminCommand.d.ts +0 -102
- package/dist-types/commands/DeleteAppInstanceCommand.d.ts +0 -97
- package/dist-types/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -99
- package/dist-types/commands/DeleteAppInstanceUserCommand.d.ts +0 -96
- package/dist-types/commands/DeleteAttendeeCommand.d.ts +0 -103
- package/dist-types/commands/DeleteChannelBanCommand.d.ts +0 -103
- package/dist-types/commands/DeleteChannelCommand.d.ts +0 -103
- package/dist-types/commands/DeleteChannelMembershipCommand.d.ts +0 -107
- package/dist-types/commands/DeleteChannelMessageCommand.d.ts +0 -105
- package/dist-types/commands/DeleteChannelModeratorCommand.d.ts +0 -103
- package/dist-types/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -100
- package/dist-types/commands/DeleteMeetingCommand.d.ts +0 -102
- package/dist-types/commands/DeleteProxySessionCommand.d.ts +0 -100
- package/dist-types/commands/DeleteSipMediaApplicationCommand.d.ts +0 -103
- package/dist-types/commands/DeleteSipRuleCommand.d.ts +0 -103
- package/dist-types/commands/DeleteVoiceConnectorCommand.d.ts +0 -105
- package/dist-types/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -99
- package/dist-types/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -105
- package/dist-types/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -102
- package/dist-types/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -99
- package/dist-types/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -99
- package/dist-types/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -102
- package/dist-types/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -102
- package/dist-types/commands/DescribeAppInstanceAdminCommand.d.ts +0 -106
- package/dist-types/commands/DescribeAppInstanceCommand.d.ts +0 -104
- package/dist-types/commands/DescribeAppInstanceUserCommand.d.ts +0 -104
- package/dist-types/commands/DescribeChannelBanCommand.d.ts +0 -119
- package/dist-types/commands/DescribeChannelCommand.d.ts +0 -118
- package/dist-types/commands/DescribeChannelMembershipCommand.d.ts +0 -121
- package/dist-types/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -119
- package/dist-types/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -115
- package/dist-types/commands/DescribeChannelModeratorCommand.d.ts +0 -119
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -110
- package/dist-types/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -110
- package/dist-types/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -106
- package/dist-types/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -106
- package/dist-types/commands/GetAttendeeCommand.d.ts +0 -110
- package/dist-types/commands/GetChannelMessageCommand.d.ts +0 -123
- package/dist-types/commands/GetMediaCapturePipelineCommand.d.ts +0 -136
- package/dist-types/commands/GetMeetingCommand.d.ts +0 -121
- package/dist-types/commands/GetMessagingSessionEndpointCommand.d.ts +0 -95
- package/dist-types/commands/GetProxySessionCommand.d.ts +0 -126
- package/dist-types/commands/GetSipMediaApplicationCommand.d.ts +0 -112
- package/dist-types/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -103
- package/dist-types/commands/GetSipRuleCommand.d.ts +0 -116
- package/dist-types/commands/GetVoiceConnectorCommand.d.ts +0 -110
- package/dist-types/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/GetVoiceConnectorGroupCommand.d.ts +0 -114
- package/dist-types/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -105
- package/dist-types/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -112
- package/dist-types/commands/GetVoiceConnectorProxyCommand.d.ts +0 -108
- package/dist-types/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -111
- package/dist-types/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -111
- package/dist-types/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -105
- package/dist-types/commands/ListAppInstanceAdminsCommand.d.ts +0 -109
- package/dist-types/commands/ListAppInstanceUsersCommand.d.ts +0 -110
- package/dist-types/commands/ListAppInstancesCommand.d.ts +0 -106
- package/dist-types/commands/ListAttendeeTagsCommand.d.ts +0 -103
- package/dist-types/commands/ListAttendeesCommand.d.ts +0 -114
- package/dist-types/commands/ListChannelBansCommand.d.ts +0 -115
- package/dist-types/commands/ListChannelMembershipsCommand.d.ts +0 -116
- package/dist-types/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -123
- package/dist-types/commands/ListChannelMessagesCommand.d.ts +0 -131
- package/dist-types/commands/ListChannelModeratorsCommand.d.ts +0 -115
- package/dist-types/commands/ListChannelsCommand.d.ts +0 -131
- package/dist-types/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -118
- package/dist-types/commands/ListMediaCapturePipelinesCommand.d.ts +0 -136
- package/dist-types/commands/ListMeetingTagsCommand.d.ts +0 -106
- package/dist-types/commands/ListMeetingsCommand.d.ts +0 -115
- package/dist-types/commands/ListProxySessionsCommand.d.ts +0 -131
- package/dist-types/commands/ListSipMediaApplicationsCommand.d.ts +0 -113
- package/dist-types/commands/ListSipRulesCommand.d.ts +0 -118
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +0 -111
- package/dist-types/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -114
- package/dist-types/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -103
- package/dist-types/commands/ListVoiceConnectorsCommand.d.ts +0 -111
- package/dist-types/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -115
- package/dist-types/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -112
- package/dist-types/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -106
- package/dist-types/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -119
- package/dist-types/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -109
- package/dist-types/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -127
- package/dist-types/commands/PutVoiceConnectorProxyCommand.d.ts +0 -117
- package/dist-types/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -120
- package/dist-types/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -128
- package/dist-types/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -105
- package/dist-types/commands/RedactChannelMessageCommand.d.ts +0 -107
- package/dist-types/commands/SendChannelMessageCommand.d.ts +0 -116
- package/dist-types/commands/StartMeetingTranscriptionCommand.d.ts +0 -144
- package/dist-types/commands/StopMeetingTranscriptionCommand.d.ts +0 -102
- package/dist-types/commands/TagAttendeeCommand.d.ts +0 -105
- package/dist-types/commands/TagMeetingCommand.d.ts +0 -108
- package/dist-types/commands/TagResourceCommand.d.ts +0 -102
- package/dist-types/commands/UntagAttendeeCommand.d.ts +0 -99
- package/dist-types/commands/UntagMeetingCommand.d.ts +0 -102
- package/dist-types/commands/UntagResourceCommand.d.ts +0 -100
- package/dist-types/commands/UpdateAppInstanceCommand.d.ts +0 -104
- package/dist-types/commands/UpdateAppInstanceUserCommand.d.ts +0 -104
- package/dist-types/commands/UpdateChannelCommand.d.ts +0 -113
- package/dist-types/commands/UpdateChannelMessageCommand.d.ts +0 -112
- package/dist-types/commands/UpdateChannelReadMarkerCommand.d.ts +0 -108
- package/dist-types/commands/UpdateProxySessionCommand.d.ts +0 -130
- package/dist-types/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -111
- package/dist-types/commands/UpdateSipMediaApplicationCommand.d.ts +0 -122
- package/dist-types/commands/UpdateSipRuleCommand.d.ts +0 -132
- package/dist-types/commands/UpdateVoiceConnectorCommand.d.ts +0 -112
- package/dist-types/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -125
- package/dist-types/commands/ValidateE911AddressCommand.d.ts +0 -134
- package/dist-types/models/models_1.d.ts +0 -3608
- package/dist-types/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListAppInstanceUsersPaginator.d.ts +0 -7
- package/dist-types/pagination/ListAppInstancesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListAttendeesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelBansPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelMembershipsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelMessagesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelModeratorsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -7
- package/dist-types/pagination/ListChannelsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListMeetingsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListProxySessionsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListSipRulesPaginator.d.ts +0 -7
- package/dist-types/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -7
- package/dist-types/pagination/ListVoiceConnectorsPaginator.d.ts +0 -7
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/AssociatePhoneNumbersWithVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/BatchCreateAttendeeCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/BatchCreateChannelMembershipCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAppInstanceAdminCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAppInstanceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateAttendeeCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateChannelBanCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateChannelCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateChannelMembershipCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateChannelModeratorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateMediaCapturePipelineCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateMeetingCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateMeetingWithAttendeesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateProxySessionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCallCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateSipMediaApplicationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateSipRuleCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/CreateVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/CreateVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DeleteAppInstanceAdminCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteAppInstanceCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteAppInstanceStreamingConfigurationsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteAppInstanceUserCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteAttendeeCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteChannelBanCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteChannelCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteChannelMembershipCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteChannelMessageCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteChannelModeratorCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteMediaCapturePipelineCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteMeetingCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteProxySessionCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteSipMediaApplicationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteSipRuleCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorCommand.d.ts +0 -46
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorGroupCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorOriginationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorProxyCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorStreamingConfigurationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DeleteVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/DescribeAppInstanceAdminCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeAppInstanceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelBanCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/DescribeChannelMembershipCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelMembershipForAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelModeratedByAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DescribeChannelModeratorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetAppInstanceRetentionSettingsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetAttendeeCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/GetChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetMediaCapturePipelineCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetMeetingCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/GetMessagingSessionEndpointCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetProxySessionCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/GetSipMediaApplicationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetSipRuleCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/GetVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorOriginationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorProxyCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/GetVoiceConnectorTerminationHealthCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListAppInstanceAdminsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListAppInstanceUsersCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListAppInstancesCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListAttendeeTagsCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListAttendeesCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListChannelBansCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListChannelMembershipsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelMembershipsForAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelMessagesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelModeratorsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListChannelsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/ListChannelsModeratedByAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListMediaCapturePipelinesCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListMeetingTagsCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/ListMeetingsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/ListProxySessionsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListSipMediaApplicationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListSipRulesCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListVoiceConnectorGroupsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListVoiceConnectorTerminationCredentialsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ListVoiceConnectorsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutAppInstanceRetentionSettingsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutAppInstanceStreamingConfigurationsCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutSipMediaApplicationLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorEmergencyCallingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorLoggingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorOriginationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorProxyCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorStreamingConfigurationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/PutVoiceConnectorTerminationCredentialsCommand.d.ts +0 -47
- package/dist-types/ts3.4/commands/RedactChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/SendChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StartMeetingTranscriptionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/StopMeetingTranscriptionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/TagAttendeeCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/TagMeetingCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UntagAttendeeCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UntagMeetingCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +0 -45
- package/dist-types/ts3.4/commands/UpdateAppInstanceCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateAppInstanceUserCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateChannelCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateChannelMessageCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateChannelReadMarkerCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateProxySessionCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCallCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateSipMediaApplicationCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateSipRuleCommand.d.ts +0 -50
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/UpdateVoiceConnectorGroupCommand.d.ts +0 -51
- package/dist-types/ts3.4/commands/ValidateE911AddressCommand.d.ts +0 -51
- package/dist-types/ts3.4/models/models_1.d.ts +0 -1180
- package/dist-types/ts3.4/pagination/ListAppInstanceAdminsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListAppInstanceUsersPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListAppInstancesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListAttendeesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelBansPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelMembershipsForAppInstanceUserPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelMembershipsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelMessagesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelModeratorsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelsModeratedByAppInstanceUserPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListChannelsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListMediaCapturePipelinesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListMeetingsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListProxySessionsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListSipMediaApplicationsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListSipRulesPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListVoiceConnectorGroupsPaginator.d.ts +0 -11
- package/dist-types/ts3.4/pagination/ListVoiceConnectorsPaginator.d.ts +0 -11
package/README.md
CHANGED
|
@@ -247,1234 +247,370 @@ see LICENSE for more information.
|
|
|
247
247
|
|
|
248
248
|
<details>
|
|
249
249
|
<summary>
|
|
250
|
-
|
|
251
|
-
</summary>
|
|
252
|
-
|
|
253
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociatePhoneNumbersWithVoiceConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumbersWithVoiceConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumbersWithVoiceConnectorCommandOutput/)
|
|
254
|
-
|
|
255
|
-
</details>
|
|
256
|
-
<details>
|
|
257
|
-
<summary>
|
|
258
|
-
AssociatePhoneNumbersWithVoiceConnectorGroup
|
|
259
|
-
</summary>
|
|
260
|
-
|
|
261
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociatePhoneNumbersWithVoiceConnectorGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumbersWithVoiceConnectorGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumbersWithVoiceConnectorGroupCommandOutput/)
|
|
262
|
-
|
|
263
|
-
</details>
|
|
264
|
-
<details>
|
|
265
|
-
<summary>
|
|
266
|
-
AssociatePhoneNumberWithUser
|
|
267
|
-
</summary>
|
|
268
|
-
|
|
269
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociatePhoneNumberWithUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumberWithUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumberWithUserCommandOutput/)
|
|
270
|
-
|
|
271
|
-
</details>
|
|
272
|
-
<details>
|
|
273
|
-
<summary>
|
|
274
|
-
AssociateSigninDelegateGroupsWithAccount
|
|
275
|
-
</summary>
|
|
276
|
-
|
|
277
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociateSigninDelegateGroupsWithAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociateSigninDelegateGroupsWithAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociateSigninDelegateGroupsWithAccountCommandOutput/)
|
|
278
|
-
|
|
279
|
-
</details>
|
|
280
|
-
<details>
|
|
281
|
-
<summary>
|
|
282
|
-
BatchCreateAttendee
|
|
283
|
-
</summary>
|
|
284
|
-
|
|
285
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchCreateAttendeeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateAttendeeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateAttendeeCommandOutput/)
|
|
286
|
-
|
|
287
|
-
</details>
|
|
288
|
-
<details>
|
|
289
|
-
<summary>
|
|
290
|
-
BatchCreateChannelMembership
|
|
291
|
-
</summary>
|
|
292
|
-
|
|
293
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchCreateChannelMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateChannelMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateChannelMembershipCommandOutput/)
|
|
294
|
-
|
|
295
|
-
</details>
|
|
296
|
-
<details>
|
|
297
|
-
<summary>
|
|
298
|
-
BatchCreateRoomMembership
|
|
299
|
-
</summary>
|
|
300
|
-
|
|
301
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchCreateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateRoomMembershipCommandOutput/)
|
|
302
|
-
|
|
303
|
-
</details>
|
|
304
|
-
<details>
|
|
305
|
-
<summary>
|
|
306
|
-
BatchDeletePhoneNumber
|
|
307
|
-
</summary>
|
|
308
|
-
|
|
309
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchDeletePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchDeletePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchDeletePhoneNumberCommandOutput/)
|
|
310
|
-
|
|
311
|
-
</details>
|
|
312
|
-
<details>
|
|
313
|
-
<summary>
|
|
314
|
-
BatchSuspendUser
|
|
315
|
-
</summary>
|
|
316
|
-
|
|
317
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchSuspendUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchSuspendUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchSuspendUserCommandOutput/)
|
|
318
|
-
|
|
319
|
-
</details>
|
|
320
|
-
<details>
|
|
321
|
-
<summary>
|
|
322
|
-
BatchUnsuspendUser
|
|
323
|
-
</summary>
|
|
324
|
-
|
|
325
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUnsuspendUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUnsuspendUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUnsuspendUserCommandOutput/)
|
|
326
|
-
|
|
327
|
-
</details>
|
|
328
|
-
<details>
|
|
329
|
-
<summary>
|
|
330
|
-
BatchUpdatePhoneNumber
|
|
331
|
-
</summary>
|
|
332
|
-
|
|
333
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUpdatePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdatePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdatePhoneNumberCommandOutput/)
|
|
334
|
-
|
|
335
|
-
</details>
|
|
336
|
-
<details>
|
|
337
|
-
<summary>
|
|
338
|
-
BatchUpdateUser
|
|
339
|
-
</summary>
|
|
340
|
-
|
|
341
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUpdateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdateUserCommandOutput/)
|
|
342
|
-
|
|
343
|
-
</details>
|
|
344
|
-
<details>
|
|
345
|
-
<summary>
|
|
346
|
-
CreateAccount
|
|
347
|
-
</summary>
|
|
348
|
-
|
|
349
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAccountCommandOutput/)
|
|
350
|
-
|
|
351
|
-
</details>
|
|
352
|
-
<details>
|
|
353
|
-
<summary>
|
|
354
|
-
CreateAppInstance
|
|
355
|
-
</summary>
|
|
356
|
-
|
|
357
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAppInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAppInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAppInstanceCommandOutput/)
|
|
358
|
-
|
|
359
|
-
</details>
|
|
360
|
-
<details>
|
|
361
|
-
<summary>
|
|
362
|
-
CreateAppInstanceAdmin
|
|
363
|
-
</summary>
|
|
364
|
-
|
|
365
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAppInstanceAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAppInstanceAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAppInstanceAdminCommandOutput/)
|
|
366
|
-
|
|
367
|
-
</details>
|
|
368
|
-
<details>
|
|
369
|
-
<summary>
|
|
370
|
-
CreateAppInstanceUser
|
|
371
|
-
</summary>
|
|
372
|
-
|
|
373
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAppInstanceUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAppInstanceUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAppInstanceUserCommandOutput/)
|
|
374
|
-
|
|
375
|
-
</details>
|
|
376
|
-
<details>
|
|
377
|
-
<summary>
|
|
378
|
-
CreateAttendee
|
|
379
|
-
</summary>
|
|
380
|
-
|
|
381
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAttendeeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAttendeeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAttendeeCommandOutput/)
|
|
382
|
-
|
|
383
|
-
</details>
|
|
384
|
-
<details>
|
|
385
|
-
<summary>
|
|
386
|
-
CreateBot
|
|
387
|
-
</summary>
|
|
388
|
-
|
|
389
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateBotCommandOutput/)
|
|
390
|
-
|
|
391
|
-
</details>
|
|
392
|
-
<details>
|
|
393
|
-
<summary>
|
|
394
|
-
CreateChannel
|
|
395
|
-
</summary>
|
|
396
|
-
|
|
397
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelCommandOutput/)
|
|
398
|
-
|
|
399
|
-
</details>
|
|
400
|
-
<details>
|
|
401
|
-
<summary>
|
|
402
|
-
CreateChannelBan
|
|
403
|
-
</summary>
|
|
404
|
-
|
|
405
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateChannelBanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelBanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelBanCommandOutput/)
|
|
406
|
-
|
|
407
|
-
</details>
|
|
408
|
-
<details>
|
|
409
|
-
<summary>
|
|
410
|
-
CreateChannelMembership
|
|
411
|
-
</summary>
|
|
412
|
-
|
|
413
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateChannelMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelMembershipCommandOutput/)
|
|
414
|
-
|
|
415
|
-
</details>
|
|
416
|
-
<details>
|
|
417
|
-
<summary>
|
|
418
|
-
CreateChannelModerator
|
|
419
|
-
</summary>
|
|
420
|
-
|
|
421
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateChannelModeratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelModeratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateChannelModeratorCommandOutput/)
|
|
422
|
-
|
|
423
|
-
</details>
|
|
424
|
-
<details>
|
|
425
|
-
<summary>
|
|
426
|
-
CreateMediaCapturePipeline
|
|
427
|
-
</summary>
|
|
428
|
-
|
|
429
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateMediaCapturePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMediaCapturePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMediaCapturePipelineCommandOutput/)
|
|
430
|
-
|
|
431
|
-
</details>
|
|
432
|
-
<details>
|
|
433
|
-
<summary>
|
|
434
|
-
CreateMeeting
|
|
435
|
-
</summary>
|
|
436
|
-
|
|
437
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateMeetingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingCommandOutput/)
|
|
438
|
-
|
|
439
|
-
</details>
|
|
440
|
-
<details>
|
|
441
|
-
<summary>
|
|
442
|
-
CreateMeetingDialOut
|
|
443
|
-
</summary>
|
|
444
|
-
|
|
445
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateMeetingDialOutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingDialOutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingDialOutCommandOutput/)
|
|
446
|
-
|
|
447
|
-
</details>
|
|
448
|
-
<details>
|
|
449
|
-
<summary>
|
|
450
|
-
CreateMeetingWithAttendees
|
|
451
|
-
</summary>
|
|
452
|
-
|
|
453
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateMeetingWithAttendeesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingWithAttendeesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingWithAttendeesCommandOutput/)
|
|
454
|
-
|
|
455
|
-
</details>
|
|
456
|
-
<details>
|
|
457
|
-
<summary>
|
|
458
|
-
CreatePhoneNumberOrder
|
|
459
|
-
</summary>
|
|
460
|
-
|
|
461
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreatePhoneNumberOrderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreatePhoneNumberOrderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreatePhoneNumberOrderCommandOutput/)
|
|
462
|
-
|
|
463
|
-
</details>
|
|
464
|
-
<details>
|
|
465
|
-
<summary>
|
|
466
|
-
CreateProxySession
|
|
467
|
-
</summary>
|
|
468
|
-
|
|
469
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateProxySessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateProxySessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateProxySessionCommandOutput/)
|
|
470
|
-
|
|
471
|
-
</details>
|
|
472
|
-
<details>
|
|
473
|
-
<summary>
|
|
474
|
-
CreateRoom
|
|
475
|
-
</summary>
|
|
476
|
-
|
|
477
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomCommandOutput/)
|
|
478
|
-
|
|
479
|
-
</details>
|
|
480
|
-
<details>
|
|
481
|
-
<summary>
|
|
482
|
-
CreateRoomMembership
|
|
483
|
-
</summary>
|
|
484
|
-
|
|
485
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomMembershipCommandOutput/)
|
|
486
|
-
|
|
487
|
-
</details>
|
|
488
|
-
<details>
|
|
489
|
-
<summary>
|
|
490
|
-
CreateSipMediaApplication
|
|
491
|
-
</summary>
|
|
492
|
-
|
|
493
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateSipMediaApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateSipMediaApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateSipMediaApplicationCommandOutput/)
|
|
494
|
-
|
|
495
|
-
</details>
|
|
496
|
-
<details>
|
|
497
|
-
<summary>
|
|
498
|
-
CreateSipMediaApplicationCall
|
|
499
|
-
</summary>
|
|
500
|
-
|
|
501
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateSipMediaApplicationCallCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateSipMediaApplicationCallCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateSipMediaApplicationCallCommandOutput/)
|
|
502
|
-
|
|
503
|
-
</details>
|
|
504
|
-
<details>
|
|
505
|
-
<summary>
|
|
506
|
-
CreateSipRule
|
|
507
|
-
</summary>
|
|
508
|
-
|
|
509
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateSipRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateSipRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateSipRuleCommandOutput/)
|
|
510
|
-
|
|
511
|
-
</details>
|
|
512
|
-
<details>
|
|
513
|
-
<summary>
|
|
514
|
-
CreateUser
|
|
515
|
-
</summary>
|
|
516
|
-
|
|
517
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateUserCommandOutput/)
|
|
518
|
-
|
|
519
|
-
</details>
|
|
520
|
-
<details>
|
|
521
|
-
<summary>
|
|
522
|
-
CreateVoiceConnector
|
|
523
|
-
</summary>
|
|
524
|
-
|
|
525
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateVoiceConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateVoiceConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateVoiceConnectorCommandOutput/)
|
|
526
|
-
|
|
527
|
-
</details>
|
|
528
|
-
<details>
|
|
529
|
-
<summary>
|
|
530
|
-
CreateVoiceConnectorGroup
|
|
531
|
-
</summary>
|
|
532
|
-
|
|
533
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateVoiceConnectorGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateVoiceConnectorGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateVoiceConnectorGroupCommandOutput/)
|
|
534
|
-
|
|
535
|
-
</details>
|
|
536
|
-
<details>
|
|
537
|
-
<summary>
|
|
538
|
-
DeleteAccount
|
|
539
|
-
</summary>
|
|
540
|
-
|
|
541
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAccountCommandOutput/)
|
|
542
|
-
|
|
543
|
-
</details>
|
|
544
|
-
<details>
|
|
545
|
-
<summary>
|
|
546
|
-
DeleteAppInstance
|
|
547
|
-
</summary>
|
|
548
|
-
|
|
549
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAppInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceCommandOutput/)
|
|
550
|
-
|
|
551
|
-
</details>
|
|
552
|
-
<details>
|
|
553
|
-
<summary>
|
|
554
|
-
DeleteAppInstanceAdmin
|
|
555
|
-
</summary>
|
|
556
|
-
|
|
557
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAppInstanceAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceAdminCommandOutput/)
|
|
558
|
-
|
|
559
|
-
</details>
|
|
560
|
-
<details>
|
|
561
|
-
<summary>
|
|
562
|
-
DeleteAppInstanceStreamingConfigurations
|
|
563
|
-
</summary>
|
|
564
|
-
|
|
565
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAppInstanceStreamingConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceStreamingConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceStreamingConfigurationsCommandOutput/)
|
|
566
|
-
|
|
567
|
-
</details>
|
|
568
|
-
<details>
|
|
569
|
-
<summary>
|
|
570
|
-
DeleteAppInstanceUser
|
|
571
|
-
</summary>
|
|
572
|
-
|
|
573
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAppInstanceUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAppInstanceUserCommandOutput/)
|
|
574
|
-
|
|
575
|
-
</details>
|
|
576
|
-
<details>
|
|
577
|
-
<summary>
|
|
578
|
-
DeleteAttendee
|
|
579
|
-
</summary>
|
|
580
|
-
|
|
581
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAttendeeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAttendeeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAttendeeCommandOutput/)
|
|
582
|
-
|
|
583
|
-
</details>
|
|
584
|
-
<details>
|
|
585
|
-
<summary>
|
|
586
|
-
DeleteChannel
|
|
587
|
-
</summary>
|
|
588
|
-
|
|
589
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelCommandOutput/)
|
|
590
|
-
|
|
591
|
-
</details>
|
|
592
|
-
<details>
|
|
593
|
-
<summary>
|
|
594
|
-
DeleteChannelBan
|
|
595
|
-
</summary>
|
|
596
|
-
|
|
597
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteChannelBanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelBanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelBanCommandOutput/)
|
|
598
|
-
|
|
599
|
-
</details>
|
|
600
|
-
<details>
|
|
601
|
-
<summary>
|
|
602
|
-
DeleteChannelMembership
|
|
603
|
-
</summary>
|
|
604
|
-
|
|
605
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteChannelMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelMembershipCommandOutput/)
|
|
606
|
-
|
|
607
|
-
</details>
|
|
608
|
-
<details>
|
|
609
|
-
<summary>
|
|
610
|
-
DeleteChannelMessage
|
|
611
|
-
</summary>
|
|
612
|
-
|
|
613
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteChannelMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelMessageCommandOutput/)
|
|
614
|
-
|
|
615
|
-
</details>
|
|
616
|
-
<details>
|
|
617
|
-
<summary>
|
|
618
|
-
DeleteChannelModerator
|
|
619
|
-
</summary>
|
|
620
|
-
|
|
621
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteChannelModeratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelModeratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteChannelModeratorCommandOutput/)
|
|
622
|
-
|
|
623
|
-
</details>
|
|
624
|
-
<details>
|
|
625
|
-
<summary>
|
|
626
|
-
DeleteEventsConfiguration
|
|
627
|
-
</summary>
|
|
628
|
-
|
|
629
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteEventsConfigurationCommandOutput/)
|
|
630
|
-
|
|
631
|
-
</details>
|
|
632
|
-
<details>
|
|
633
|
-
<summary>
|
|
634
|
-
DeleteMediaCapturePipeline
|
|
635
|
-
</summary>
|
|
636
|
-
|
|
637
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteMediaCapturePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteMediaCapturePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteMediaCapturePipelineCommandOutput/)
|
|
638
|
-
|
|
639
|
-
</details>
|
|
640
|
-
<details>
|
|
641
|
-
<summary>
|
|
642
|
-
DeleteMeeting
|
|
643
|
-
</summary>
|
|
644
|
-
|
|
645
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteMeetingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteMeetingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteMeetingCommandOutput/)
|
|
646
|
-
|
|
647
|
-
</details>
|
|
648
|
-
<details>
|
|
649
|
-
<summary>
|
|
650
|
-
DeletePhoneNumber
|
|
651
|
-
</summary>
|
|
652
|
-
|
|
653
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeletePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeletePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeletePhoneNumberCommandOutput/)
|
|
654
|
-
|
|
655
|
-
</details>
|
|
656
|
-
<details>
|
|
657
|
-
<summary>
|
|
658
|
-
DeleteProxySession
|
|
659
|
-
</summary>
|
|
660
|
-
|
|
661
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteProxySessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteProxySessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteProxySessionCommandOutput/)
|
|
662
|
-
|
|
663
|
-
</details>
|
|
664
|
-
<details>
|
|
665
|
-
<summary>
|
|
666
|
-
DeleteRoom
|
|
667
|
-
</summary>
|
|
668
|
-
|
|
669
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomCommandOutput/)
|
|
670
|
-
|
|
671
|
-
</details>
|
|
672
|
-
<details>
|
|
673
|
-
<summary>
|
|
674
|
-
DeleteRoomMembership
|
|
675
|
-
</summary>
|
|
676
|
-
|
|
677
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomMembershipCommandOutput/)
|
|
678
|
-
|
|
679
|
-
</details>
|
|
680
|
-
<details>
|
|
681
|
-
<summary>
|
|
682
|
-
DeleteSipMediaApplication
|
|
683
|
-
</summary>
|
|
684
|
-
|
|
685
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteSipMediaApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteSipMediaApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteSipMediaApplicationCommandOutput/)
|
|
686
|
-
|
|
687
|
-
</details>
|
|
688
|
-
<details>
|
|
689
|
-
<summary>
|
|
690
|
-
DeleteSipRule
|
|
691
|
-
</summary>
|
|
692
|
-
|
|
693
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteSipRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteSipRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteSipRuleCommandOutput/)
|
|
694
|
-
|
|
695
|
-
</details>
|
|
696
|
-
<details>
|
|
697
|
-
<summary>
|
|
698
|
-
DeleteVoiceConnector
|
|
699
|
-
</summary>
|
|
700
|
-
|
|
701
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorCommandOutput/)
|
|
702
|
-
|
|
703
|
-
</details>
|
|
704
|
-
<details>
|
|
705
|
-
<summary>
|
|
706
|
-
DeleteVoiceConnectorEmergencyCallingConfiguration
|
|
707
|
-
</summary>
|
|
708
|
-
|
|
709
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorEmergencyCallingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorEmergencyCallingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorEmergencyCallingConfigurationCommandOutput/)
|
|
710
|
-
|
|
711
|
-
</details>
|
|
712
|
-
<details>
|
|
713
|
-
<summary>
|
|
714
|
-
DeleteVoiceConnectorGroup
|
|
715
|
-
</summary>
|
|
716
|
-
|
|
717
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorGroupCommandOutput/)
|
|
718
|
-
|
|
719
|
-
</details>
|
|
720
|
-
<details>
|
|
721
|
-
<summary>
|
|
722
|
-
DeleteVoiceConnectorOrigination
|
|
723
|
-
</summary>
|
|
724
|
-
|
|
725
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorOriginationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorOriginationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorOriginationCommandOutput/)
|
|
726
|
-
|
|
727
|
-
</details>
|
|
728
|
-
<details>
|
|
729
|
-
<summary>
|
|
730
|
-
DeleteVoiceConnectorProxy
|
|
731
|
-
</summary>
|
|
732
|
-
|
|
733
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorProxyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorProxyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorProxyCommandOutput/)
|
|
734
|
-
|
|
735
|
-
</details>
|
|
736
|
-
<details>
|
|
737
|
-
<summary>
|
|
738
|
-
DeleteVoiceConnectorStreamingConfiguration
|
|
739
|
-
</summary>
|
|
740
|
-
|
|
741
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorStreamingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorStreamingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorStreamingConfigurationCommandOutput/)
|
|
742
|
-
|
|
743
|
-
</details>
|
|
744
|
-
<details>
|
|
745
|
-
<summary>
|
|
746
|
-
DeleteVoiceConnectorTermination
|
|
747
|
-
</summary>
|
|
748
|
-
|
|
749
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorTerminationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorTerminationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorTerminationCommandOutput/)
|
|
750
|
-
|
|
751
|
-
</details>
|
|
752
|
-
<details>
|
|
753
|
-
<summary>
|
|
754
|
-
DeleteVoiceConnectorTerminationCredentials
|
|
755
|
-
</summary>
|
|
756
|
-
|
|
757
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteVoiceConnectorTerminationCredentialsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorTerminationCredentialsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteVoiceConnectorTerminationCredentialsCommandOutput/)
|
|
758
|
-
|
|
759
|
-
</details>
|
|
760
|
-
<details>
|
|
761
|
-
<summary>
|
|
762
|
-
DescribeAppInstance
|
|
763
|
-
</summary>
|
|
764
|
-
|
|
765
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeAppInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeAppInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeAppInstanceCommandOutput/)
|
|
766
|
-
|
|
767
|
-
</details>
|
|
768
|
-
<details>
|
|
769
|
-
<summary>
|
|
770
|
-
DescribeAppInstanceAdmin
|
|
771
|
-
</summary>
|
|
772
|
-
|
|
773
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeAppInstanceAdminCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeAppInstanceAdminCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeAppInstanceAdminCommandOutput/)
|
|
774
|
-
|
|
775
|
-
</details>
|
|
776
|
-
<details>
|
|
777
|
-
<summary>
|
|
778
|
-
DescribeAppInstanceUser
|
|
779
|
-
</summary>
|
|
780
|
-
|
|
781
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeAppInstanceUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeAppInstanceUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeAppInstanceUserCommandOutput/)
|
|
782
|
-
|
|
783
|
-
</details>
|
|
784
|
-
<details>
|
|
785
|
-
<summary>
|
|
786
|
-
DescribeChannel
|
|
787
|
-
</summary>
|
|
788
|
-
|
|
789
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelCommandOutput/)
|
|
790
|
-
|
|
791
|
-
</details>
|
|
792
|
-
<details>
|
|
793
|
-
<summary>
|
|
794
|
-
DescribeChannelBan
|
|
795
|
-
</summary>
|
|
796
|
-
|
|
797
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeChannelBanCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelBanCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelBanCommandOutput/)
|
|
798
|
-
|
|
799
|
-
</details>
|
|
800
|
-
<details>
|
|
801
|
-
<summary>
|
|
802
|
-
DescribeChannelMembership
|
|
803
|
-
</summary>
|
|
804
|
-
|
|
805
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeChannelMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelMembershipCommandOutput/)
|
|
806
|
-
|
|
807
|
-
</details>
|
|
808
|
-
<details>
|
|
809
|
-
<summary>
|
|
810
|
-
DescribeChannelMembershipForAppInstanceUser
|
|
811
|
-
</summary>
|
|
812
|
-
|
|
813
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeChannelMembershipForAppInstanceUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelMembershipForAppInstanceUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelMembershipForAppInstanceUserCommandOutput/)
|
|
814
|
-
|
|
815
|
-
</details>
|
|
816
|
-
<details>
|
|
817
|
-
<summary>
|
|
818
|
-
DescribeChannelModeratedByAppInstanceUser
|
|
819
|
-
</summary>
|
|
820
|
-
|
|
821
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeChannelModeratedByAppInstanceUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelModeratedByAppInstanceUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelModeratedByAppInstanceUserCommandOutput/)
|
|
822
|
-
|
|
823
|
-
</details>
|
|
824
|
-
<details>
|
|
825
|
-
<summary>
|
|
826
|
-
DescribeChannelModerator
|
|
827
|
-
</summary>
|
|
828
|
-
|
|
829
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DescribeChannelModeratorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelModeratorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DescribeChannelModeratorCommandOutput/)
|
|
830
|
-
|
|
831
|
-
</details>
|
|
832
|
-
<details>
|
|
833
|
-
<summary>
|
|
834
|
-
DisassociatePhoneNumberFromUser
|
|
835
|
-
</summary>
|
|
836
|
-
|
|
837
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociatePhoneNumberFromUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumberFromUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumberFromUserCommandOutput/)
|
|
838
|
-
|
|
839
|
-
</details>
|
|
840
|
-
<details>
|
|
841
|
-
<summary>
|
|
842
|
-
DisassociatePhoneNumbersFromVoiceConnector
|
|
843
|
-
</summary>
|
|
844
|
-
|
|
845
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociatePhoneNumbersFromVoiceConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumbersFromVoiceConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumbersFromVoiceConnectorCommandOutput/)
|
|
846
|
-
|
|
847
|
-
</details>
|
|
848
|
-
<details>
|
|
849
|
-
<summary>
|
|
850
|
-
DisassociatePhoneNumbersFromVoiceConnectorGroup
|
|
851
|
-
</summary>
|
|
852
|
-
|
|
853
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociatePhoneNumbersFromVoiceConnectorGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumbersFromVoiceConnectorGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumbersFromVoiceConnectorGroupCommandOutput/)
|
|
854
|
-
|
|
855
|
-
</details>
|
|
856
|
-
<details>
|
|
857
|
-
<summary>
|
|
858
|
-
DisassociateSigninDelegateGroupsFromAccount
|
|
859
|
-
</summary>
|
|
860
|
-
|
|
861
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociateSigninDelegateGroupsFromAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociateSigninDelegateGroupsFromAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociateSigninDelegateGroupsFromAccountCommandOutput/)
|
|
862
|
-
|
|
863
|
-
</details>
|
|
864
|
-
<details>
|
|
865
|
-
<summary>
|
|
866
|
-
GetAccount
|
|
867
|
-
</summary>
|
|
868
|
-
|
|
869
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountCommandOutput/)
|
|
870
|
-
|
|
871
|
-
</details>
|
|
872
|
-
<details>
|
|
873
|
-
<summary>
|
|
874
|
-
GetAccountSettings
|
|
875
|
-
</summary>
|
|
876
|
-
|
|
877
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountSettingsCommandOutput/)
|
|
878
|
-
|
|
879
|
-
</details>
|
|
880
|
-
<details>
|
|
881
|
-
<summary>
|
|
882
|
-
GetAppInstanceRetentionSettings
|
|
883
|
-
</summary>
|
|
884
|
-
|
|
885
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAppInstanceRetentionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAppInstanceRetentionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAppInstanceRetentionSettingsCommandOutput/)
|
|
886
|
-
|
|
887
|
-
</details>
|
|
888
|
-
<details>
|
|
889
|
-
<summary>
|
|
890
|
-
GetAppInstanceStreamingConfigurations
|
|
891
|
-
</summary>
|
|
892
|
-
|
|
893
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAppInstanceStreamingConfigurationsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAppInstanceStreamingConfigurationsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAppInstanceStreamingConfigurationsCommandOutput/)
|
|
894
|
-
|
|
895
|
-
</details>
|
|
896
|
-
<details>
|
|
897
|
-
<summary>
|
|
898
|
-
GetAttendee
|
|
899
|
-
</summary>
|
|
900
|
-
|
|
901
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAttendeeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAttendeeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAttendeeCommandOutput/)
|
|
902
|
-
|
|
903
|
-
</details>
|
|
904
|
-
<details>
|
|
905
|
-
<summary>
|
|
906
|
-
GetBot
|
|
907
|
-
</summary>
|
|
908
|
-
|
|
909
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetBotCommandOutput/)
|
|
910
|
-
|
|
911
|
-
</details>
|
|
912
|
-
<details>
|
|
913
|
-
<summary>
|
|
914
|
-
GetChannelMessage
|
|
915
|
-
</summary>
|
|
916
|
-
|
|
917
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetChannelMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetChannelMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetChannelMessageCommandOutput/)
|
|
918
|
-
|
|
919
|
-
</details>
|
|
920
|
-
<details>
|
|
921
|
-
<summary>
|
|
922
|
-
GetEventsConfiguration
|
|
923
|
-
</summary>
|
|
924
|
-
|
|
925
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetEventsConfigurationCommandOutput/)
|
|
926
|
-
|
|
927
|
-
</details>
|
|
928
|
-
<details>
|
|
929
|
-
<summary>
|
|
930
|
-
GetGlobalSettings
|
|
931
|
-
</summary>
|
|
932
|
-
|
|
933
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetGlobalSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetGlobalSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetGlobalSettingsCommandOutput/)
|
|
934
|
-
|
|
935
|
-
</details>
|
|
936
|
-
<details>
|
|
937
|
-
<summary>
|
|
938
|
-
GetMediaCapturePipeline
|
|
939
|
-
</summary>
|
|
940
|
-
|
|
941
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetMediaCapturePipelineCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetMediaCapturePipelineCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetMediaCapturePipelineCommandOutput/)
|
|
942
|
-
|
|
943
|
-
</details>
|
|
944
|
-
<details>
|
|
945
|
-
<summary>
|
|
946
|
-
GetMeeting
|
|
947
|
-
</summary>
|
|
948
|
-
|
|
949
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetMeetingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetMeetingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetMeetingCommandOutput/)
|
|
950
|
-
|
|
951
|
-
</details>
|
|
952
|
-
<details>
|
|
953
|
-
<summary>
|
|
954
|
-
GetMessagingSessionEndpoint
|
|
955
|
-
</summary>
|
|
956
|
-
|
|
957
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetMessagingSessionEndpointCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetMessagingSessionEndpointCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetMessagingSessionEndpointCommandOutput/)
|
|
958
|
-
|
|
959
|
-
</details>
|
|
960
|
-
<details>
|
|
961
|
-
<summary>
|
|
962
|
-
GetPhoneNumber
|
|
963
|
-
</summary>
|
|
964
|
-
|
|
965
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberCommandOutput/)
|
|
966
|
-
|
|
967
|
-
</details>
|
|
968
|
-
<details>
|
|
969
|
-
<summary>
|
|
970
|
-
GetPhoneNumberOrder
|
|
971
|
-
</summary>
|
|
972
|
-
|
|
973
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberOrderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberOrderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberOrderCommandOutput/)
|
|
974
|
-
|
|
975
|
-
</details>
|
|
976
|
-
<details>
|
|
977
|
-
<summary>
|
|
978
|
-
GetPhoneNumberSettings
|
|
979
|
-
</summary>
|
|
980
|
-
|
|
981
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberSettingsCommandOutput/)
|
|
982
|
-
|
|
983
|
-
</details>
|
|
984
|
-
<details>
|
|
985
|
-
<summary>
|
|
986
|
-
GetProxySession
|
|
987
|
-
</summary>
|
|
988
|
-
|
|
989
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetProxySessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetProxySessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetProxySessionCommandOutput/)
|
|
990
|
-
|
|
991
|
-
</details>
|
|
992
|
-
<details>
|
|
993
|
-
<summary>
|
|
994
|
-
GetRetentionSettings
|
|
995
|
-
</summary>
|
|
996
|
-
|
|
997
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetRetentionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRetentionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRetentionSettingsCommandOutput/)
|
|
998
|
-
|
|
999
|
-
</details>
|
|
1000
|
-
<details>
|
|
1001
|
-
<summary>
|
|
1002
|
-
GetRoom
|
|
1003
|
-
</summary>
|
|
1004
|
-
|
|
1005
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRoomCommandOutput/)
|
|
1006
|
-
|
|
1007
|
-
</details>
|
|
1008
|
-
<details>
|
|
1009
|
-
<summary>
|
|
1010
|
-
GetSipMediaApplication
|
|
1011
|
-
</summary>
|
|
1012
|
-
|
|
1013
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetSipMediaApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetSipMediaApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetSipMediaApplicationCommandOutput/)
|
|
1014
|
-
|
|
1015
|
-
</details>
|
|
1016
|
-
<details>
|
|
1017
|
-
<summary>
|
|
1018
|
-
GetSipMediaApplicationLoggingConfiguration
|
|
1019
|
-
</summary>
|
|
1020
|
-
|
|
1021
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetSipMediaApplicationLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetSipMediaApplicationLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetSipMediaApplicationLoggingConfigurationCommandOutput/)
|
|
1022
|
-
|
|
1023
|
-
</details>
|
|
1024
|
-
<details>
|
|
1025
|
-
<summary>
|
|
1026
|
-
GetSipRule
|
|
1027
|
-
</summary>
|
|
1028
|
-
|
|
1029
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetSipRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetSipRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetSipRuleCommandOutput/)
|
|
1030
|
-
|
|
1031
|
-
</details>
|
|
1032
|
-
<details>
|
|
1033
|
-
<summary>
|
|
1034
|
-
GetUser
|
|
1035
|
-
</summary>
|
|
1036
|
-
|
|
1037
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserCommandOutput/)
|
|
1038
|
-
|
|
1039
|
-
</details>
|
|
1040
|
-
<details>
|
|
1041
|
-
<summary>
|
|
1042
|
-
GetUserSettings
|
|
1043
|
-
</summary>
|
|
1044
|
-
|
|
1045
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserSettingsCommandOutput/)
|
|
1046
|
-
|
|
1047
|
-
</details>
|
|
1048
|
-
<details>
|
|
1049
|
-
<summary>
|
|
1050
|
-
GetVoiceConnector
|
|
1051
|
-
</summary>
|
|
1052
|
-
|
|
1053
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorCommandOutput/)
|
|
1054
|
-
|
|
1055
|
-
</details>
|
|
1056
|
-
<details>
|
|
1057
|
-
<summary>
|
|
1058
|
-
GetVoiceConnectorEmergencyCallingConfiguration
|
|
1059
|
-
</summary>
|
|
1060
|
-
|
|
1061
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorEmergencyCallingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorEmergencyCallingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorEmergencyCallingConfigurationCommandOutput/)
|
|
1062
|
-
|
|
1063
|
-
</details>
|
|
1064
|
-
<details>
|
|
1065
|
-
<summary>
|
|
1066
|
-
GetVoiceConnectorGroup
|
|
1067
|
-
</summary>
|
|
1068
|
-
|
|
1069
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorGroupCommandOutput/)
|
|
1070
|
-
|
|
1071
|
-
</details>
|
|
1072
|
-
<details>
|
|
1073
|
-
<summary>
|
|
1074
|
-
GetVoiceConnectorLoggingConfiguration
|
|
1075
|
-
</summary>
|
|
1076
|
-
|
|
1077
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorLoggingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorLoggingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorLoggingConfigurationCommandOutput/)
|
|
1078
|
-
|
|
1079
|
-
</details>
|
|
1080
|
-
<details>
|
|
1081
|
-
<summary>
|
|
1082
|
-
GetVoiceConnectorOrigination
|
|
1083
|
-
</summary>
|
|
1084
|
-
|
|
1085
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorOriginationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorOriginationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorOriginationCommandOutput/)
|
|
1086
|
-
|
|
1087
|
-
</details>
|
|
1088
|
-
<details>
|
|
1089
|
-
<summary>
|
|
1090
|
-
GetVoiceConnectorProxy
|
|
1091
|
-
</summary>
|
|
1092
|
-
|
|
1093
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorProxyCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorProxyCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorProxyCommandOutput/)
|
|
1094
|
-
|
|
1095
|
-
</details>
|
|
1096
|
-
<details>
|
|
1097
|
-
<summary>
|
|
1098
|
-
GetVoiceConnectorStreamingConfiguration
|
|
1099
|
-
</summary>
|
|
1100
|
-
|
|
1101
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorStreamingConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorStreamingConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorStreamingConfigurationCommandOutput/)
|
|
1102
|
-
|
|
1103
|
-
</details>
|
|
1104
|
-
<details>
|
|
1105
|
-
<summary>
|
|
1106
|
-
GetVoiceConnectorTermination
|
|
1107
|
-
</summary>
|
|
1108
|
-
|
|
1109
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetVoiceConnectorTerminationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorTerminationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetVoiceConnectorTerminationCommandOutput/)
|
|
1110
|
-
|
|
1111
|
-
</details>
|
|
1112
|
-
<details>
|
|
1113
|
-
<summary>
|
|
1114
|
-
GetVoiceConnectorTerminationHealth
|
|
250
|
+
AssociatePhoneNumberWithUser
|
|
1115
251
|
</summary>
|
|
1116
252
|
|
|
1117
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
253
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociatePhoneNumberWithUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumberWithUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociatePhoneNumberWithUserCommandOutput/)
|
|
1118
254
|
|
|
1119
255
|
</details>
|
|
1120
256
|
<details>
|
|
1121
257
|
<summary>
|
|
1122
|
-
|
|
258
|
+
AssociateSigninDelegateGroupsWithAccount
|
|
1123
259
|
</summary>
|
|
1124
260
|
|
|
1125
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
261
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/AssociateSigninDelegateGroupsWithAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociateSigninDelegateGroupsWithAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/AssociateSigninDelegateGroupsWithAccountCommandOutput/)
|
|
1126
262
|
|
|
1127
263
|
</details>
|
|
1128
264
|
<details>
|
|
1129
265
|
<summary>
|
|
1130
|
-
|
|
266
|
+
BatchCreateRoomMembership
|
|
1131
267
|
</summary>
|
|
1132
268
|
|
|
1133
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
269
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchCreateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchCreateRoomMembershipCommandOutput/)
|
|
1134
270
|
|
|
1135
271
|
</details>
|
|
1136
272
|
<details>
|
|
1137
273
|
<summary>
|
|
1138
|
-
|
|
274
|
+
BatchDeletePhoneNumber
|
|
1139
275
|
</summary>
|
|
1140
276
|
|
|
1141
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
277
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchDeletePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchDeletePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchDeletePhoneNumberCommandOutput/)
|
|
1142
278
|
|
|
1143
279
|
</details>
|
|
1144
280
|
<details>
|
|
1145
281
|
<summary>
|
|
1146
|
-
|
|
282
|
+
BatchSuspendUser
|
|
1147
283
|
</summary>
|
|
1148
284
|
|
|
1149
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
285
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchSuspendUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchSuspendUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchSuspendUserCommandOutput/)
|
|
1150
286
|
|
|
1151
287
|
</details>
|
|
1152
288
|
<details>
|
|
1153
289
|
<summary>
|
|
1154
|
-
|
|
290
|
+
BatchUnsuspendUser
|
|
1155
291
|
</summary>
|
|
1156
292
|
|
|
1157
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
293
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUnsuspendUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUnsuspendUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUnsuspendUserCommandOutput/)
|
|
1158
294
|
|
|
1159
295
|
</details>
|
|
1160
296
|
<details>
|
|
1161
297
|
<summary>
|
|
1162
|
-
|
|
298
|
+
BatchUpdatePhoneNumber
|
|
1163
299
|
</summary>
|
|
1164
300
|
|
|
1165
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
301
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUpdatePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdatePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdatePhoneNumberCommandOutput/)
|
|
1166
302
|
|
|
1167
303
|
</details>
|
|
1168
304
|
<details>
|
|
1169
305
|
<summary>
|
|
1170
|
-
|
|
306
|
+
BatchUpdateUser
|
|
1171
307
|
</summary>
|
|
1172
308
|
|
|
1173
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
309
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/BatchUpdateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/BatchUpdateUserCommandOutput/)
|
|
1174
310
|
|
|
1175
311
|
</details>
|
|
1176
312
|
<details>
|
|
1177
313
|
<summary>
|
|
1178
|
-
|
|
314
|
+
CreateAccount
|
|
1179
315
|
</summary>
|
|
1180
316
|
|
|
1181
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
317
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateAccountCommandOutput/)
|
|
1182
318
|
|
|
1183
319
|
</details>
|
|
1184
320
|
<details>
|
|
1185
321
|
<summary>
|
|
1186
|
-
|
|
322
|
+
CreateBot
|
|
1187
323
|
</summary>
|
|
1188
324
|
|
|
1189
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
325
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateBotCommandOutput/)
|
|
1190
326
|
|
|
1191
327
|
</details>
|
|
1192
328
|
<details>
|
|
1193
329
|
<summary>
|
|
1194
|
-
|
|
330
|
+
CreateMeetingDialOut
|
|
1195
331
|
</summary>
|
|
1196
332
|
|
|
1197
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
333
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateMeetingDialOutCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingDialOutCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateMeetingDialOutCommandOutput/)
|
|
1198
334
|
|
|
1199
335
|
</details>
|
|
1200
336
|
<details>
|
|
1201
337
|
<summary>
|
|
1202
|
-
|
|
338
|
+
CreatePhoneNumberOrder
|
|
1203
339
|
</summary>
|
|
1204
340
|
|
|
1205
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
341
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreatePhoneNumberOrderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreatePhoneNumberOrderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreatePhoneNumberOrderCommandOutput/)
|
|
1206
342
|
|
|
1207
343
|
</details>
|
|
1208
344
|
<details>
|
|
1209
345
|
<summary>
|
|
1210
|
-
|
|
346
|
+
CreateRoom
|
|
1211
347
|
</summary>
|
|
1212
348
|
|
|
1213
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
349
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomCommandOutput/)
|
|
1214
350
|
|
|
1215
351
|
</details>
|
|
1216
352
|
<details>
|
|
1217
353
|
<summary>
|
|
1218
|
-
|
|
354
|
+
CreateRoomMembership
|
|
1219
355
|
</summary>
|
|
1220
356
|
|
|
1221
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
357
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateRoomMembershipCommandOutput/)
|
|
1222
358
|
|
|
1223
359
|
</details>
|
|
1224
360
|
<details>
|
|
1225
361
|
<summary>
|
|
1226
|
-
|
|
362
|
+
CreateUser
|
|
1227
363
|
</summary>
|
|
1228
364
|
|
|
1229
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
365
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/CreateUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/CreateUserCommandOutput/)
|
|
1230
366
|
|
|
1231
367
|
</details>
|
|
1232
368
|
<details>
|
|
1233
369
|
<summary>
|
|
1234
|
-
|
|
370
|
+
DeleteAccount
|
|
1235
371
|
</summary>
|
|
1236
372
|
|
|
1237
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
373
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteAccountCommandOutput/)
|
|
1238
374
|
|
|
1239
375
|
</details>
|
|
1240
376
|
<details>
|
|
1241
377
|
<summary>
|
|
1242
|
-
|
|
378
|
+
DeleteEventsConfiguration
|
|
1243
379
|
</summary>
|
|
1244
380
|
|
|
1245
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
381
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteEventsConfigurationCommandOutput/)
|
|
1246
382
|
|
|
1247
383
|
</details>
|
|
1248
384
|
<details>
|
|
1249
385
|
<summary>
|
|
1250
|
-
|
|
386
|
+
DeletePhoneNumber
|
|
1251
387
|
</summary>
|
|
1252
388
|
|
|
1253
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
389
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeletePhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeletePhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeletePhoneNumberCommandOutput/)
|
|
1254
390
|
|
|
1255
391
|
</details>
|
|
1256
392
|
<details>
|
|
1257
393
|
<summary>
|
|
1258
|
-
|
|
394
|
+
DeleteRoom
|
|
1259
395
|
</summary>
|
|
1260
396
|
|
|
1261
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
397
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomCommandOutput/)
|
|
1262
398
|
|
|
1263
399
|
</details>
|
|
1264
400
|
<details>
|
|
1265
401
|
<summary>
|
|
1266
|
-
|
|
402
|
+
DeleteRoomMembership
|
|
1267
403
|
</summary>
|
|
1268
404
|
|
|
1269
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
405
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DeleteRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DeleteRoomMembershipCommandOutput/)
|
|
1270
406
|
|
|
1271
407
|
</details>
|
|
1272
408
|
<details>
|
|
1273
409
|
<summary>
|
|
1274
|
-
|
|
410
|
+
DisassociatePhoneNumberFromUser
|
|
1275
411
|
</summary>
|
|
1276
412
|
|
|
1277
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
413
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociatePhoneNumberFromUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumberFromUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociatePhoneNumberFromUserCommandOutput/)
|
|
1278
414
|
|
|
1279
415
|
</details>
|
|
1280
416
|
<details>
|
|
1281
417
|
<summary>
|
|
1282
|
-
|
|
418
|
+
DisassociateSigninDelegateGroupsFromAccount
|
|
1283
419
|
</summary>
|
|
1284
420
|
|
|
1285
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
421
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/DisassociateSigninDelegateGroupsFromAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociateSigninDelegateGroupsFromAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/DisassociateSigninDelegateGroupsFromAccountCommandOutput/)
|
|
1286
422
|
|
|
1287
423
|
</details>
|
|
1288
424
|
<details>
|
|
1289
425
|
<summary>
|
|
1290
|
-
|
|
426
|
+
GetAccount
|
|
1291
427
|
</summary>
|
|
1292
428
|
|
|
1293
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
429
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAccountCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountCommandOutput/)
|
|
1294
430
|
|
|
1295
431
|
</details>
|
|
1296
432
|
<details>
|
|
1297
433
|
<summary>
|
|
1298
|
-
|
|
434
|
+
GetAccountSettings
|
|
1299
435
|
</summary>
|
|
1300
436
|
|
|
1301
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
437
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetAccountSettingsCommandOutput/)
|
|
1302
438
|
|
|
1303
439
|
</details>
|
|
1304
440
|
<details>
|
|
1305
441
|
<summary>
|
|
1306
|
-
|
|
442
|
+
GetBot
|
|
1307
443
|
</summary>
|
|
1308
444
|
|
|
1309
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
445
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetBotCommandOutput/)
|
|
1310
446
|
|
|
1311
447
|
</details>
|
|
1312
448
|
<details>
|
|
1313
449
|
<summary>
|
|
1314
|
-
|
|
450
|
+
GetEventsConfiguration
|
|
1315
451
|
</summary>
|
|
1316
452
|
|
|
1317
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
453
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetEventsConfigurationCommandOutput/)
|
|
1318
454
|
|
|
1319
455
|
</details>
|
|
1320
456
|
<details>
|
|
1321
457
|
<summary>
|
|
1322
|
-
|
|
458
|
+
GetGlobalSettings
|
|
1323
459
|
</summary>
|
|
1324
460
|
|
|
1325
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
461
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetGlobalSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetGlobalSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetGlobalSettingsCommandOutput/)
|
|
1326
462
|
|
|
1327
463
|
</details>
|
|
1328
464
|
<details>
|
|
1329
465
|
<summary>
|
|
1330
|
-
|
|
466
|
+
GetPhoneNumber
|
|
1331
467
|
</summary>
|
|
1332
468
|
|
|
1333
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
469
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberCommandOutput/)
|
|
1334
470
|
|
|
1335
471
|
</details>
|
|
1336
472
|
<details>
|
|
1337
473
|
<summary>
|
|
1338
|
-
|
|
474
|
+
GetPhoneNumberOrder
|
|
1339
475
|
</summary>
|
|
1340
476
|
|
|
1341
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
477
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberOrderCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberOrderCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberOrderCommandOutput/)
|
|
1342
478
|
|
|
1343
479
|
</details>
|
|
1344
480
|
<details>
|
|
1345
481
|
<summary>
|
|
1346
|
-
|
|
482
|
+
GetPhoneNumberSettings
|
|
1347
483
|
</summary>
|
|
1348
484
|
|
|
1349
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
485
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetPhoneNumberSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetPhoneNumberSettingsCommandOutput/)
|
|
1350
486
|
|
|
1351
487
|
</details>
|
|
1352
488
|
<details>
|
|
1353
489
|
<summary>
|
|
1354
|
-
|
|
490
|
+
GetRetentionSettings
|
|
1355
491
|
</summary>
|
|
1356
492
|
|
|
1357
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
493
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetRetentionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRetentionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRetentionSettingsCommandOutput/)
|
|
1358
494
|
|
|
1359
495
|
</details>
|
|
1360
496
|
<details>
|
|
1361
497
|
<summary>
|
|
1362
|
-
|
|
498
|
+
GetRoom
|
|
1363
499
|
</summary>
|
|
1364
500
|
|
|
1365
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
501
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetRoomCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRoomCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetRoomCommandOutput/)
|
|
1366
502
|
|
|
1367
503
|
</details>
|
|
1368
504
|
<details>
|
|
1369
505
|
<summary>
|
|
1370
|
-
|
|
506
|
+
GetUser
|
|
1371
507
|
</summary>
|
|
1372
508
|
|
|
1373
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
509
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserCommandOutput/)
|
|
1374
510
|
|
|
1375
511
|
</details>
|
|
1376
512
|
<details>
|
|
1377
513
|
<summary>
|
|
1378
|
-
|
|
514
|
+
GetUserSettings
|
|
1379
515
|
</summary>
|
|
1380
516
|
|
|
1381
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
517
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/GetUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/GetUserSettingsCommandOutput/)
|
|
1382
518
|
|
|
1383
519
|
</details>
|
|
1384
520
|
<details>
|
|
1385
521
|
<summary>
|
|
1386
|
-
|
|
522
|
+
InviteUsers
|
|
1387
523
|
</summary>
|
|
1388
524
|
|
|
1389
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
525
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/InviteUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/InviteUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/InviteUsersCommandOutput/)
|
|
1390
526
|
|
|
1391
527
|
</details>
|
|
1392
528
|
<details>
|
|
1393
529
|
<summary>
|
|
1394
|
-
|
|
530
|
+
ListAccounts
|
|
1395
531
|
</summary>
|
|
1396
532
|
|
|
1397
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
533
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListAccountsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListAccountsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListAccountsCommandOutput/)
|
|
1398
534
|
|
|
1399
535
|
</details>
|
|
1400
536
|
<details>
|
|
1401
537
|
<summary>
|
|
1402
|
-
|
|
538
|
+
ListBots
|
|
1403
539
|
</summary>
|
|
1404
540
|
|
|
1405
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
541
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListBotsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListBotsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListBotsCommandOutput/)
|
|
1406
542
|
|
|
1407
543
|
</details>
|
|
1408
544
|
<details>
|
|
1409
545
|
<summary>
|
|
1410
|
-
|
|
546
|
+
ListPhoneNumberOrders
|
|
1411
547
|
</summary>
|
|
1412
548
|
|
|
1413
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
549
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListPhoneNumberOrdersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumberOrdersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumberOrdersCommandOutput/)
|
|
1414
550
|
|
|
1415
551
|
</details>
|
|
1416
552
|
<details>
|
|
1417
553
|
<summary>
|
|
1418
|
-
|
|
554
|
+
ListPhoneNumbers
|
|
1419
555
|
</summary>
|
|
1420
556
|
|
|
1421
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
557
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListPhoneNumbersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumbersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListPhoneNumbersCommandOutput/)
|
|
1422
558
|
|
|
1423
559
|
</details>
|
|
1424
560
|
<details>
|
|
1425
561
|
<summary>
|
|
1426
|
-
|
|
562
|
+
ListRoomMemberships
|
|
1427
563
|
</summary>
|
|
1428
564
|
|
|
1429
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
565
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListRoomMembershipsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomMembershipsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomMembershipsCommandOutput/)
|
|
1430
566
|
|
|
1431
567
|
</details>
|
|
1432
568
|
<details>
|
|
1433
569
|
<summary>
|
|
1434
|
-
|
|
570
|
+
ListRooms
|
|
1435
571
|
</summary>
|
|
1436
572
|
|
|
1437
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
573
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListRoomsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListRoomsCommandOutput/)
|
|
1438
574
|
|
|
1439
575
|
</details>
|
|
1440
576
|
<details>
|
|
1441
577
|
<summary>
|
|
1442
|
-
|
|
578
|
+
ListSupportedPhoneNumberCountries
|
|
1443
579
|
</summary>
|
|
1444
580
|
|
|
1445
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
581
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListSupportedPhoneNumberCountriesCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListSupportedPhoneNumberCountriesCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListSupportedPhoneNumberCountriesCommandOutput/)
|
|
1446
582
|
|
|
1447
583
|
</details>
|
|
1448
584
|
<details>
|
|
1449
585
|
<summary>
|
|
1450
|
-
|
|
586
|
+
ListUsers
|
|
1451
587
|
</summary>
|
|
1452
588
|
|
|
1453
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
589
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ListUsersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListUsersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ListUsersCommandOutput/)
|
|
1454
590
|
|
|
1455
591
|
</details>
|
|
1456
592
|
<details>
|
|
1457
593
|
<summary>
|
|
1458
|
-
|
|
594
|
+
LogoutUser
|
|
1459
595
|
</summary>
|
|
1460
596
|
|
|
1461
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
597
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/LogoutUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/LogoutUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/LogoutUserCommandOutput/)
|
|
1462
598
|
|
|
1463
599
|
</details>
|
|
1464
600
|
<details>
|
|
1465
601
|
<summary>
|
|
1466
|
-
|
|
602
|
+
PutEventsConfiguration
|
|
1467
603
|
</summary>
|
|
1468
604
|
|
|
1469
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
605
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/PutEventsConfigurationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutEventsConfigurationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutEventsConfigurationCommandOutput/)
|
|
1470
606
|
|
|
1471
607
|
</details>
|
|
1472
608
|
<details>
|
|
1473
609
|
<summary>
|
|
1474
|
-
|
|
610
|
+
PutRetentionSettings
|
|
1475
611
|
</summary>
|
|
1476
612
|
|
|
1477
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/
|
|
613
|
+
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/PutRetentionSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutRetentionSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/PutRetentionSettingsCommandOutput/)
|
|
1478
614
|
|
|
1479
615
|
</details>
|
|
1480
616
|
<details>
|
|
@@ -1524,78 +660,6 @@ SearchAvailablePhoneNumbers
|
|
|
1524
660
|
|
|
1525
661
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/SearchAvailablePhoneNumbersCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/SearchAvailablePhoneNumbersCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/SearchAvailablePhoneNumbersCommandOutput/)
|
|
1526
662
|
|
|
1527
|
-
</details>
|
|
1528
|
-
<details>
|
|
1529
|
-
<summary>
|
|
1530
|
-
SendChannelMessage
|
|
1531
|
-
</summary>
|
|
1532
|
-
|
|
1533
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/SendChannelMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/SendChannelMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/SendChannelMessageCommandOutput/)
|
|
1534
|
-
|
|
1535
|
-
</details>
|
|
1536
|
-
<details>
|
|
1537
|
-
<summary>
|
|
1538
|
-
StartMeetingTranscription
|
|
1539
|
-
</summary>
|
|
1540
|
-
|
|
1541
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/StartMeetingTranscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/StartMeetingTranscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/StartMeetingTranscriptionCommandOutput/)
|
|
1542
|
-
|
|
1543
|
-
</details>
|
|
1544
|
-
<details>
|
|
1545
|
-
<summary>
|
|
1546
|
-
StopMeetingTranscription
|
|
1547
|
-
</summary>
|
|
1548
|
-
|
|
1549
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/StopMeetingTranscriptionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/StopMeetingTranscriptionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/StopMeetingTranscriptionCommandOutput/)
|
|
1550
|
-
|
|
1551
|
-
</details>
|
|
1552
|
-
<details>
|
|
1553
|
-
<summary>
|
|
1554
|
-
TagAttendee
|
|
1555
|
-
</summary>
|
|
1556
|
-
|
|
1557
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/TagAttendeeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/TagAttendeeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/TagAttendeeCommandOutput/)
|
|
1558
|
-
|
|
1559
|
-
</details>
|
|
1560
|
-
<details>
|
|
1561
|
-
<summary>
|
|
1562
|
-
TagMeeting
|
|
1563
|
-
</summary>
|
|
1564
|
-
|
|
1565
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/TagMeetingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/TagMeetingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/TagMeetingCommandOutput/)
|
|
1566
|
-
|
|
1567
|
-
</details>
|
|
1568
|
-
<details>
|
|
1569
|
-
<summary>
|
|
1570
|
-
TagResource
|
|
1571
|
-
</summary>
|
|
1572
|
-
|
|
1573
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/TagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/TagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/TagResourceCommandOutput/)
|
|
1574
|
-
|
|
1575
|
-
</details>
|
|
1576
|
-
<details>
|
|
1577
|
-
<summary>
|
|
1578
|
-
UntagAttendee
|
|
1579
|
-
</summary>
|
|
1580
|
-
|
|
1581
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UntagAttendeeCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UntagAttendeeCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UntagAttendeeCommandOutput/)
|
|
1582
|
-
|
|
1583
|
-
</details>
|
|
1584
|
-
<details>
|
|
1585
|
-
<summary>
|
|
1586
|
-
UntagMeeting
|
|
1587
|
-
</summary>
|
|
1588
|
-
|
|
1589
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UntagMeetingCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UntagMeetingCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UntagMeetingCommandOutput/)
|
|
1590
|
-
|
|
1591
|
-
</details>
|
|
1592
|
-
<details>
|
|
1593
|
-
<summary>
|
|
1594
|
-
UntagResource
|
|
1595
|
-
</summary>
|
|
1596
|
-
|
|
1597
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UntagResourceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UntagResourceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UntagResourceCommandOutput/)
|
|
1598
|
-
|
|
1599
663
|
</details>
|
|
1600
664
|
<details>
|
|
1601
665
|
<summary>
|
|
@@ -1612,22 +676,6 @@ UpdateAccountSettings
|
|
|
1612
676
|
|
|
1613
677
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateAccountSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAccountSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAccountSettingsCommandOutput/)
|
|
1614
678
|
|
|
1615
|
-
</details>
|
|
1616
|
-
<details>
|
|
1617
|
-
<summary>
|
|
1618
|
-
UpdateAppInstance
|
|
1619
|
-
</summary>
|
|
1620
|
-
|
|
1621
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateAppInstanceCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAppInstanceCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAppInstanceCommandOutput/)
|
|
1622
|
-
|
|
1623
|
-
</details>
|
|
1624
|
-
<details>
|
|
1625
|
-
<summary>
|
|
1626
|
-
UpdateAppInstanceUser
|
|
1627
|
-
</summary>
|
|
1628
|
-
|
|
1629
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateAppInstanceUserCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAppInstanceUserCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateAppInstanceUserCommandOutput/)
|
|
1630
|
-
|
|
1631
679
|
</details>
|
|
1632
680
|
<details>
|
|
1633
681
|
<summary>
|
|
@@ -1636,30 +684,6 @@ UpdateBot
|
|
|
1636
684
|
|
|
1637
685
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateBotCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateBotCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateBotCommandOutput/)
|
|
1638
686
|
|
|
1639
|
-
</details>
|
|
1640
|
-
<details>
|
|
1641
|
-
<summary>
|
|
1642
|
-
UpdateChannel
|
|
1643
|
-
</summary>
|
|
1644
|
-
|
|
1645
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateChannelCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateChannelCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateChannelCommandOutput/)
|
|
1646
|
-
|
|
1647
|
-
</details>
|
|
1648
|
-
<details>
|
|
1649
|
-
<summary>
|
|
1650
|
-
UpdateChannelMessage
|
|
1651
|
-
</summary>
|
|
1652
|
-
|
|
1653
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateChannelMessageCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateChannelMessageCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateChannelMessageCommandOutput/)
|
|
1654
|
-
|
|
1655
|
-
</details>
|
|
1656
|
-
<details>
|
|
1657
|
-
<summary>
|
|
1658
|
-
UpdateChannelReadMarker
|
|
1659
|
-
</summary>
|
|
1660
|
-
|
|
1661
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateChannelReadMarkerCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateChannelReadMarkerCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateChannelReadMarkerCommandOutput/)
|
|
1662
|
-
|
|
1663
687
|
</details>
|
|
1664
688
|
<details>
|
|
1665
689
|
<summary>
|
|
@@ -1684,14 +708,6 @@ UpdatePhoneNumberSettings
|
|
|
1684
708
|
|
|
1685
709
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdatePhoneNumberSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdatePhoneNumberSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdatePhoneNumberSettingsCommandOutput/)
|
|
1686
710
|
|
|
1687
|
-
</details>
|
|
1688
|
-
<details>
|
|
1689
|
-
<summary>
|
|
1690
|
-
UpdateProxySession
|
|
1691
|
-
</summary>
|
|
1692
|
-
|
|
1693
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateProxySessionCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateProxySessionCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateProxySessionCommandOutput/)
|
|
1694
|
-
|
|
1695
711
|
</details>
|
|
1696
712
|
<details>
|
|
1697
713
|
<summary>
|
|
@@ -1708,30 +724,6 @@ UpdateRoomMembership
|
|
|
1708
724
|
|
|
1709
725
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateRoomMembershipCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateRoomMembershipCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateRoomMembershipCommandOutput/)
|
|
1710
726
|
|
|
1711
|
-
</details>
|
|
1712
|
-
<details>
|
|
1713
|
-
<summary>
|
|
1714
|
-
UpdateSipMediaApplication
|
|
1715
|
-
</summary>
|
|
1716
|
-
|
|
1717
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateSipMediaApplicationCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateSipMediaApplicationCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateSipMediaApplicationCommandOutput/)
|
|
1718
|
-
|
|
1719
|
-
</details>
|
|
1720
|
-
<details>
|
|
1721
|
-
<summary>
|
|
1722
|
-
UpdateSipMediaApplicationCall
|
|
1723
|
-
</summary>
|
|
1724
|
-
|
|
1725
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateSipMediaApplicationCallCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateSipMediaApplicationCallCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateSipMediaApplicationCallCommandOutput/)
|
|
1726
|
-
|
|
1727
|
-
</details>
|
|
1728
|
-
<details>
|
|
1729
|
-
<summary>
|
|
1730
|
-
UpdateSipRule
|
|
1731
|
-
</summary>
|
|
1732
|
-
|
|
1733
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateSipRuleCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateSipRuleCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateSipRuleCommandOutput/)
|
|
1734
|
-
|
|
1735
727
|
</details>
|
|
1736
728
|
<details>
|
|
1737
729
|
<summary>
|
|
@@ -1749,27 +741,3 @@ UpdateUserSettings
|
|
|
1749
741
|
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateUserSettingsCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateUserSettingsCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateUserSettingsCommandOutput/)
|
|
1750
742
|
|
|
1751
743
|
</details>
|
|
1752
|
-
<details>
|
|
1753
|
-
<summary>
|
|
1754
|
-
UpdateVoiceConnector
|
|
1755
|
-
</summary>
|
|
1756
|
-
|
|
1757
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateVoiceConnectorCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateVoiceConnectorCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateVoiceConnectorCommandOutput/)
|
|
1758
|
-
|
|
1759
|
-
</details>
|
|
1760
|
-
<details>
|
|
1761
|
-
<summary>
|
|
1762
|
-
UpdateVoiceConnectorGroup
|
|
1763
|
-
</summary>
|
|
1764
|
-
|
|
1765
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/UpdateVoiceConnectorGroupCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateVoiceConnectorGroupCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/UpdateVoiceConnectorGroupCommandOutput/)
|
|
1766
|
-
|
|
1767
|
-
</details>
|
|
1768
|
-
<details>
|
|
1769
|
-
<summary>
|
|
1770
|
-
ValidateE911Address
|
|
1771
|
-
</summary>
|
|
1772
|
-
|
|
1773
|
-
[Command API Reference](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/chime/command/ValidateE911AddressCommand/) / [Input](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ValidateE911AddressCommandInput/) / [Output](https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/Package/-aws-sdk-client-chime/Interface/ValidateE911AddressCommandOutput/)
|
|
1774
|
-
|
|
1775
|
-
</details>
|