[][src]Trait rusoto_chime::Chime

pub trait Chime {
#[must_use]    pub fn associate_phone_number_with_user<'life0, 'async_trait>(
        &'life0 self,
        input: AssociatePhoneNumberWithUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumberWithUserResponse, RusotoError<AssociatePhoneNumberWithUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_phone_numbers_with_voice_connector<'life0, 'async_trait>(
        &'life0 self,
        input: AssociatePhoneNumbersWithVoiceConnectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumbersWithVoiceConnectorResponse, RusotoError<AssociatePhoneNumbersWithVoiceConnectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_phone_numbers_with_voice_connector_group<'life0, 'async_trait>(
        &'life0 self,
        input: AssociatePhoneNumbersWithVoiceConnectorGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumbersWithVoiceConnectorGroupResponse, RusotoError<AssociatePhoneNumbersWithVoiceConnectorGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn associate_signin_delegate_groups_with_account<'life0, 'async_trait>(
        &'life0 self,
        input: AssociateSigninDelegateGroupsWithAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<AssociateSigninDelegateGroupsWithAccountResponse, RusotoError<AssociateSigninDelegateGroupsWithAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_create_attendee<'life0, 'async_trait>(
        &'life0 self,
        input: BatchCreateAttendeeRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchCreateAttendeeResponse, RusotoError<BatchCreateAttendeeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_create_room_membership<'life0, 'async_trait>(
        &'life0 self,
        input: BatchCreateRoomMembershipRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchCreateRoomMembershipResponse, RusotoError<BatchCreateRoomMembershipError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_delete_phone_number<'life0, 'async_trait>(
        &'life0 self,
        input: BatchDeletePhoneNumberRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchDeletePhoneNumberResponse, RusotoError<BatchDeletePhoneNumberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_suspend_user<'life0, 'async_trait>(
        &'life0 self,
        input: BatchSuspendUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchSuspendUserResponse, RusotoError<BatchSuspendUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_unsuspend_user<'life0, 'async_trait>(
        &'life0 self,
        input: BatchUnsuspendUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchUnsuspendUserResponse, RusotoError<BatchUnsuspendUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_update_phone_number<'life0, 'async_trait>(
        &'life0 self,
        input: BatchUpdatePhoneNumberRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchUpdatePhoneNumberResponse, RusotoError<BatchUpdatePhoneNumberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn batch_update_user<'life0, 'async_trait>(
        &'life0 self,
        input: BatchUpdateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<BatchUpdateUserResponse, RusotoError<BatchUpdateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_account<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAccountResponse, RusotoError<CreateAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_attendee<'life0, 'async_trait>(
        &'life0 self,
        input: CreateAttendeeRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateAttendeeResponse, RusotoError<CreateAttendeeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_bot<'life0, 'async_trait>(
        &'life0 self,
        input: CreateBotRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateBotResponse, RusotoError<CreateBotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_meeting<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMeetingRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMeetingResponse, RusotoError<CreateMeetingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_meeting_with_attendees<'life0, 'async_trait>(
        &'life0 self,
        input: CreateMeetingWithAttendeesRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateMeetingWithAttendeesResponse, RusotoError<CreateMeetingWithAttendeesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_phone_number_order<'life0, 'async_trait>(
        &'life0 self,
        input: CreatePhoneNumberOrderRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreatePhoneNumberOrderResponse, RusotoError<CreatePhoneNumberOrderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_proxy_session<'life0, 'async_trait>(
        &'life0 self,
        input: CreateProxySessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateProxySessionResponse, RusotoError<CreateProxySessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_room<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRoomRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRoomResponse, RusotoError<CreateRoomError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_room_membership<'life0, 'async_trait>(
        &'life0 self,
        input: CreateRoomMembershipRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateRoomMembershipResponse, RusotoError<CreateRoomMembershipError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_user<'life0, 'async_trait>(
        &'life0 self,
        input: CreateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_voice_connector<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVoiceConnectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVoiceConnectorResponse, RusotoError<CreateVoiceConnectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn create_voice_connector_group<'life0, 'async_trait>(
        &'life0 self,
        input: CreateVoiceConnectorGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<CreateVoiceConnectorGroupResponse, RusotoError<CreateVoiceConnectorGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_account<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<DeleteAccountResponse, RusotoError<DeleteAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_attendee<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteAttendeeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAttendeeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_events_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteEventsConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteEventsConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_meeting<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteMeetingRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMeetingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_phone_number<'life0, 'async_trait>(
        &'life0 self,
        input: DeletePhoneNumberRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePhoneNumberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_proxy_session<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteProxySessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteProxySessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_room<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRoomRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRoomError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_room_membership<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteRoomMembershipRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRoomMembershipError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorEmergencyCallingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_group<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_origination<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorOriginationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorOriginationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_proxy<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorProxyRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorProxyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_streaming_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorStreamingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_termination<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorTerminationRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorTerminationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn delete_voice_connector_termination_credentials<'life0, 'async_trait>(
        &'life0 self,
        input: DeleteVoiceConnectorTerminationCredentialsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_phone_number_from_user<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociatePhoneNumberFromUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumberFromUserResponse, RusotoError<DisassociatePhoneNumberFromUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_phone_numbers_from_voice_connector<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociatePhoneNumbersFromVoiceConnectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumbersFromVoiceConnectorResponse, RusotoError<DisassociatePhoneNumbersFromVoiceConnectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_phone_numbers_from_voice_connector_group<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, RusotoError<DisassociatePhoneNumbersFromVoiceConnectorGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn disassociate_signin_delegate_groups_from_account<'life0, 'async_trait>(
        &'life0 self,
        input: DisassociateSigninDelegateGroupsFromAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<DisassociateSigninDelegateGroupsFromAccountResponse, RusotoError<DisassociateSigninDelegateGroupsFromAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_account<'life0, 'async_trait>(
        &'life0 self,
        input: GetAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAccountResponse, RusotoError<GetAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_account_settings<'life0, 'async_trait>(
        &'life0 self,
        input: GetAccountSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAccountSettingsResponse, RusotoError<GetAccountSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_attendee<'life0, 'async_trait>(
        &'life0 self,
        input: GetAttendeeRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetAttendeeResponse, RusotoError<GetAttendeeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_bot<'life0, 'async_trait>(
        &'life0 self,
        input: GetBotRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetBotResponse, RusotoError<GetBotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_events_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetEventsConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetEventsConfigurationResponse, RusotoError<GetEventsConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_global_settings<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetGlobalSettingsResponse, RusotoError<GetGlobalSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_meeting<'life0, 'async_trait>(
        &'life0 self,
        input: GetMeetingRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetMeetingResponse, RusotoError<GetMeetingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_phone_number<'life0, 'async_trait>(
        &'life0 self,
        input: GetPhoneNumberRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberResponse, RusotoError<GetPhoneNumberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_phone_number_order<'life0, 'async_trait>(
        &'life0 self,
        input: GetPhoneNumberOrderRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberOrderResponse, RusotoError<GetPhoneNumberOrderError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_phone_number_settings<'life0, 'async_trait>(
        &'life0 self
    ) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberSettingsResponse, RusotoError<GetPhoneNumberSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_proxy_session<'life0, 'async_trait>(
        &'life0 self,
        input: GetProxySessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetProxySessionResponse, RusotoError<GetProxySessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_retention_settings<'life0, 'async_trait>(
        &'life0 self,
        input: GetRetentionSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRetentionSettingsResponse, RusotoError<GetRetentionSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_room<'life0, 'async_trait>(
        &'life0 self,
        input: GetRoomRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetRoomResponse, RusotoError<GetRoomError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_user<'life0, 'async_trait>(
        &'life0 self,
        input: GetUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUserResponse, RusotoError<GetUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_user_settings<'life0, 'async_trait>(
        &'life0 self,
        input: GetUserSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetUserSettingsResponse, RusotoError<GetUserSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorResponse, RusotoError<GetVoiceConnectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorEmergencyCallingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorEmergencyCallingConfigurationResponse, RusotoError<GetVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_group<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorGroupResponse, RusotoError<GetVoiceConnectorGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_logging_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorLoggingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorLoggingConfigurationResponse, RusotoError<GetVoiceConnectorLoggingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_origination<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorOriginationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorOriginationResponse, RusotoError<GetVoiceConnectorOriginationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_proxy<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorProxyRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorProxyResponse, RusotoError<GetVoiceConnectorProxyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_streaming_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorStreamingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorStreamingConfigurationResponse, RusotoError<GetVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_termination<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorTerminationRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorTerminationResponse, RusotoError<GetVoiceConnectorTerminationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn get_voice_connector_termination_health<'life0, 'async_trait>(
        &'life0 self,
        input: GetVoiceConnectorTerminationHealthRequest
    ) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorTerminationHealthResponse, RusotoError<GetVoiceConnectorTerminationHealthError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn invite_users<'life0, 'async_trait>(
        &'life0 self,
        input: InviteUsersRequest
    ) -> Pin<Box<dyn Future<Output = Result<InviteUsersResponse, RusotoError<InviteUsersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_accounts<'life0, 'async_trait>(
        &'life0 self,
        input: ListAccountsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAccountsResponse, RusotoError<ListAccountsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_attendee_tags<'life0, 'async_trait>(
        &'life0 self,
        input: ListAttendeeTagsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAttendeeTagsResponse, RusotoError<ListAttendeeTagsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_attendees<'life0, 'async_trait>(
        &'life0 self,
        input: ListAttendeesRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListAttendeesResponse, RusotoError<ListAttendeesError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_bots<'life0, 'async_trait>(
        &'life0 self,
        input: ListBotsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListBotsResponse, RusotoError<ListBotsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_meeting_tags<'life0, 'async_trait>(
        &'life0 self,
        input: ListMeetingTagsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMeetingTagsResponse, RusotoError<ListMeetingTagsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_meetings<'life0, 'async_trait>(
        &'life0 self,
        input: ListMeetingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListMeetingsResponse, RusotoError<ListMeetingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_phone_number_orders<'life0, 'async_trait>(
        &'life0 self,
        input: ListPhoneNumberOrdersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPhoneNumberOrdersResponse, RusotoError<ListPhoneNumberOrdersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_phone_numbers<'life0, 'async_trait>(
        &'life0 self,
        input: ListPhoneNumbersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListPhoneNumbersResponse, RusotoError<ListPhoneNumbersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_proxy_sessions<'life0, 'async_trait>(
        &'life0 self,
        input: ListProxySessionsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListProxySessionsResponse, RusotoError<ListProxySessionsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_room_memberships<'life0, 'async_trait>(
        &'life0 self,
        input: ListRoomMembershipsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRoomMembershipsResponse, RusotoError<ListRoomMembershipsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_rooms<'life0, 'async_trait>(
        &'life0 self,
        input: ListRoomsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListRoomsResponse, RusotoError<ListRoomsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_tags_for_resource<'life0, 'async_trait>(
        &'life0 self,
        input: ListTagsForResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_users<'life0, 'async_trait>(
        &'life0 self,
        input: ListUsersRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_voice_connector_groups<'life0, 'async_trait>(
        &'life0 self,
        input: ListVoiceConnectorGroupsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorGroupsResponse, RusotoError<ListVoiceConnectorGroupsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_voice_connector_termination_credentials<'life0, 'async_trait>(
        &'life0 self,
        input: ListVoiceConnectorTerminationCredentialsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorTerminationCredentialsResponse, RusotoError<ListVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn list_voice_connectors<'life0, 'async_trait>(
        &'life0 self,
        input: ListVoiceConnectorsRequest
    ) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorsResponse, RusotoError<ListVoiceConnectorsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn logout_user<'life0, 'async_trait>(
        &'life0 self,
        input: LogoutUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<LogoutUserResponse, RusotoError<LogoutUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_events_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: PutEventsConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutEventsConfigurationResponse, RusotoError<PutEventsConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_retention_settings<'life0, 'async_trait>(
        &'life0 self,
        input: PutRetentionSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutRetentionSettingsResponse, RusotoError<PutRetentionSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorEmergencyCallingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorEmergencyCallingConfigurationResponse, RusotoError<PutVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_logging_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorLoggingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorLoggingConfigurationResponse, RusotoError<PutVoiceConnectorLoggingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_origination<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorOriginationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorOriginationResponse, RusotoError<PutVoiceConnectorOriginationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_proxy<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorProxyRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorProxyResponse, RusotoError<PutVoiceConnectorProxyError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_streaming_configuration<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorStreamingConfigurationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorStreamingConfigurationResponse, RusotoError<PutVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_termination<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorTerminationRequest
    ) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorTerminationResponse, RusotoError<PutVoiceConnectorTerminationError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn put_voice_connector_termination_credentials<'life0, 'async_trait>(
        &'life0 self,
        input: PutVoiceConnectorTerminationCredentialsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn redact_conversation_message<'life0, 'async_trait>(
        &'life0 self,
        input: RedactConversationMessageRequest
    ) -> Pin<Box<dyn Future<Output = Result<RedactConversationMessageResponse, RusotoError<RedactConversationMessageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn redact_room_message<'life0, 'async_trait>(
        &'life0 self,
        input: RedactRoomMessageRequest
    ) -> Pin<Box<dyn Future<Output = Result<RedactRoomMessageResponse, RusotoError<RedactRoomMessageError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn regenerate_security_token<'life0, 'async_trait>(
        &'life0 self,
        input: RegenerateSecurityTokenRequest
    ) -> Pin<Box<dyn Future<Output = Result<RegenerateSecurityTokenResponse, RusotoError<RegenerateSecurityTokenError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn reset_personal_pin<'life0, 'async_trait>(
        &'life0 self,
        input: ResetPersonalPINRequest
    ) -> Pin<Box<dyn Future<Output = Result<ResetPersonalPINResponse, RusotoError<ResetPersonalPINError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn restore_phone_number<'life0, 'async_trait>(
        &'life0 self,
        input: RestorePhoneNumberRequest
    ) -> Pin<Box<dyn Future<Output = Result<RestorePhoneNumberResponse, RusotoError<RestorePhoneNumberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn search_available_phone_numbers<'life0, 'async_trait>(
        &'life0 self,
        input: SearchAvailablePhoneNumbersRequest
    ) -> Pin<Box<dyn Future<Output = Result<SearchAvailablePhoneNumbersResponse, RusotoError<SearchAvailablePhoneNumbersError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_attendee<'life0, 'async_trait>(
        &'life0 self,
        input: TagAttendeeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagAttendeeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_meeting<'life0, 'async_trait>(
        &'life0 self,
        input: TagMeetingRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagMeetingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn tag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: TagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_attendee<'life0, 'async_trait>(
        &'life0 self,
        input: UntagAttendeeRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagAttendeeError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_meeting<'life0, 'async_trait>(
        &'life0 self,
        input: UntagMeetingRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagMeetingError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn untag_resource<'life0, 'async_trait>(
        &'life0 self,
        input: UntagResourceRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_account<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAccountRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAccountResponse, RusotoError<UpdateAccountError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_account_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateAccountSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateAccountSettingsResponse, RusotoError<UpdateAccountSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_bot<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateBotRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateBotResponse, RusotoError<UpdateBotError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_global_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateGlobalSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateGlobalSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_phone_number<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePhoneNumberRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdatePhoneNumberResponse, RusotoError<UpdatePhoneNumberError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_phone_number_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdatePhoneNumberSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdatePhoneNumberSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_proxy_session<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateProxySessionRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateProxySessionResponse, RusotoError<UpdateProxySessionError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_room<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRoomRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRoomResponse, RusotoError<UpdateRoomError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_room_membership<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateRoomMembershipRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateRoomMembershipResponse, RusotoError<UpdateRoomMembershipError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_user<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUserRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_user_settings<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateUserSettingsRequest
    ) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateUserSettingsError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_voice_connector<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVoiceConnectorRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVoiceConnectorResponse, RusotoError<UpdateVoiceConnectorError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
;
#[must_use] pub fn update_voice_connector_group<'life0, 'async_trait>(
        &'life0 self,
        input: UpdateVoiceConnectorGroupRequest
    ) -> Pin<Box<dyn Future<Output = Result<UpdateVoiceConnectorGroupResponse, RusotoError<UpdateVoiceConnectorGroupError>>> + Send + 'async_trait>>
    where
        'life0: 'async_trait,
        Self: 'async_trait
; }

Trait representing the capabilities of the Amazon Chime API. Amazon Chime clients implement this trait.

Required methods

#[must_use]pub fn associate_phone_number_with_user<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePhoneNumberWithUserRequest
) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumberWithUserResponse, RusotoError<AssociatePhoneNumberWithUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a phone number with the specified Amazon Chime user.

#[must_use]pub fn associate_phone_numbers_with_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePhoneNumbersWithVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumbersWithVoiceConnectorResponse, RusotoError<AssociatePhoneNumbersWithVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates phone numbers with the specified Amazon Chime Voice Connector.

#[must_use]pub fn associate_phone_numbers_with_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePhoneNumbersWithVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumbersWithVoiceConnectorGroupResponse, RusotoError<AssociatePhoneNumbersWithVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates phone numbers with the specified Amazon Chime Voice Connector group.

#[must_use]pub fn associate_signin_delegate_groups_with_account<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateSigninDelegateGroupsWithAccountRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateSigninDelegateGroupsWithAccountResponse, RusotoError<AssociateSigninDelegateGroupsWithAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified sign-in delegate groups with the specified Amazon Chime account.

#[must_use]pub fn batch_create_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: BatchCreateAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<BatchCreateAttendeeResponse, RusotoError<BatchCreateAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn batch_create_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: BatchCreateRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<BatchCreateRoomMembershipResponse, RusotoError<BatchCreateRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be either users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.

#[must_use]pub fn batch_delete_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeletePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeletePhoneNumberResponse, RusotoError<BatchDeletePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.

Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.

#[must_use]pub fn batch_suspend_user<'life0, 'async_trait>(
    &'life0 self,
    input: BatchSuspendUserRequest
) -> Pin<Box<dyn Future<Output = Result<BatchSuspendUserResponse, RusotoError<BatchSuspendUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Users suspended from a Team account are disassociated from the account, but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so.

Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action.

To sign out users without suspending them, use the LogoutUser action.

#[must_use]pub fn batch_unsuspend_user<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUnsuspendUserRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUnsuspendUserResponse, RusotoError<BatchUnsuspendUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.

#[must_use]pub fn batch_update_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUpdatePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUpdatePhoneNumberResponse, RusotoError<BatchUpdatePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates phone number product types or calling names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update either the product type or the calling name.

For product types, choose from Amazon Chime Business Calling and Amazon Chime Voice Connector. For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.

#[must_use]pub fn batch_update_user<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUpdateUserResponse, RusotoError<BatchUpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.

#[must_use]pub fn create_account<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAccountRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAccountResponse, RusotoError<CreateAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

#[must_use]pub fn create_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAttendeeResponse, RusotoError<CreateAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn create_bot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateBotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateBotResponse, RusotoError<CreateBotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a bot for an Amazon Chime Enterprise account.

#[must_use]pub fn create_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMeetingResponse, RusotoError<CreateMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn create_meeting_with_attendees<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMeetingWithAttendeesRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMeetingWithAttendeesResponse, RusotoError<CreateMeetingWithAttendeesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn create_phone_number_order<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePhoneNumberOrderRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePhoneNumberOrderResponse, RusotoError<CreatePhoneNumberOrderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an order for phone numbers to be provisioned. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

#[must_use]pub fn create_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProxySessionResponse, RusotoError<CreateProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.

#[must_use]pub fn create_room<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRoomRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRoomResponse, RusotoError<CreateRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a chat room for the specified Amazon Chime Enterprise account.

#[must_use]pub fn create_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRoomMembershipResponse, RusotoError<CreateRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The member role designates whether the member is a chat room administrator or a general chat room member.

#[must_use]pub fn create_user<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a user under the specified Amazon Chime account.

#[must_use]pub fn create_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVoiceConnectorResponse, RusotoError<CreateVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region.

Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.

#[must_use]pub fn create_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVoiceConnectorGroupResponse, RusotoError<CreateVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems in the request.

You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.

#[must_use]pub fn delete_account<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAccountRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAccountResponse, RusotoError<DeleteAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime account. You must suspend all users before deleting a Team account. You can use the BatchSuspendUser action to do so.

For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.

Deleted accounts appear in your Disabled accounts list for 90 days. To restore a deleted account from your Disabled accounts list, you must contact AWS Support.

After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

#[must_use]pub fn delete_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn delete_events_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteEventsConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteEventsConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the events configuration that allows a bot to receive outgoing events.

#[must_use]pub fn delete_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime SDK meeting. When a meeting is deleted, its attendees are also deleted and clients can no longer join it. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn delete_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted.

Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.

#[must_use]pub fn delete_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified proxy session from the specified Amazon Chime Voice Connector.

#[must_use]pub fn delete_room<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRoomRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a chat room in an Amazon Chime Enterprise account.

#[must_use]pub fn delete_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a member from a chat room in an Amazon Chime Enterprise account.

#[must_use]pub fn delete_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.

#[must_use]pub fn delete_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorEmergencyCallingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.

#[must_use]pub fn delete_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted.

#[must_use]pub fn delete_voice_connector_origination<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorOriginationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorOriginationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the origination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.

#[must_use]pub fn delete_voice_connector_proxy<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorProxyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorProxyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the proxy configuration from the specified Amazon Chime Voice Connector.

#[must_use]pub fn delete_voice_connector_streaming_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorStreamingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the streaming configuration for the specified Amazon Chime Voice Connector.

#[must_use]pub fn delete_voice_connector_termination<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorTerminationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the termination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.

#[must_use]pub fn delete_voice_connector_termination_credentials<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorTerminationCredentialsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified SIP credentials used by your equipment to authenticate during call termination.

#[must_use]pub fn disassociate_phone_number_from_user<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePhoneNumberFromUserRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumberFromUserResponse, RusotoError<DisassociatePhoneNumberFromUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the primary provisioned phone number from the specified Amazon Chime user.

#[must_use]pub fn disassociate_phone_numbers_from_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePhoneNumbersFromVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumbersFromVoiceConnectorResponse, RusotoError<DisassociatePhoneNumbersFromVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.

#[must_use]pub fn disassociate_phone_numbers_from_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, RusotoError<DisassociatePhoneNumbersFromVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.

#[must_use]pub fn disassociate_signin_delegate_groups_from_account<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateSigninDelegateGroupsFromAccountRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateSigninDelegateGroupsFromAccountResponse, RusotoError<DisassociateSigninDelegateGroupsFromAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.

#[must_use]pub fn get_account<'life0, 'async_trait>(
    &'life0 self,
    input: GetAccountRequest
) -> Pin<Box<dyn Future<Output = Result<GetAccountResponse, RusotoError<GetAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.

#[must_use]pub fn get_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetAccountSettingsResponse, RusotoError<GetAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

#[must_use]pub fn get_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: GetAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<GetAttendeeResponse, RusotoError<GetAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn get_bot<'life0, 'async_trait>(
    &'life0 self,
    input: GetBotRequest
) -> Pin<Box<dyn Future<Output = Result<GetBotResponse, RusotoError<GetBotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.

#[must_use]pub fn get_events_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetEventsConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetEventsConfigurationResponse, RusotoError<GetEventsConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.

#[must_use]pub fn get_global_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetGlobalSettingsResponse, RusotoError<GetGlobalSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

#[must_use]pub fn get_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: GetMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<GetMeetingResponse, RusotoError<GetMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn get_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: GetPhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberResponse, RusotoError<GetPhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.

#[must_use]pub fn get_phone_number_order<'life0, 'async_trait>(
    &'life0 self,
    input: GetPhoneNumberOrderRequest
) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberOrderResponse, RusotoError<GetPhoneNumberOrderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified phone number order, such as order creation timestamp, phone numbers in E.164 format, product type, and order status.

#[must_use]pub fn get_phone_number_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberSettingsResponse, RusotoError<GetPhoneNumberSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.

#[must_use]pub fn get_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: GetProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<GetProxySessionResponse, RusotoError<GetProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the specified proxy session details for the specified Amazon Chime Voice Connector.

#[must_use]pub fn get_retention_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetRetentionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRetentionSettingsResponse, RusotoError<GetRetentionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.

#[must_use]pub fn get_room<'life0, 'async_trait>(
    &'life0 self,
    input: GetRoomRequest
) -> Pin<Box<dyn Future<Output = Result<GetRoomResponse, RusotoError<GetRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.

#[must_use]pub fn get_user<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserResponse, RusotoError<GetUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified user ID, such as primary email address, license type, and personal meeting PIN.

To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.

#[must_use]pub fn get_user_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserSettingsResponse, RusotoError<GetUserSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves settings for the specified user ID, such as any associated phone number settings.

#[must_use]pub fn get_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorResponse, RusotoError<GetVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps, name, outbound host, and encryption requirements.

#[must_use]pub fn get_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorEmergencyCallingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorEmergencyCallingConfigurationResponse, RusotoError<GetVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.

#[must_use]pub fn get_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorGroupResponse, RusotoError<GetVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps, name, and associated VoiceConnectorItems.

#[must_use]pub fn get_voice_connector_logging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorLoggingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorLoggingConfigurationResponse, RusotoError<GetVoiceConnectorLoggingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

#[must_use]pub fn get_voice_connector_origination<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorOriginationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorOriginationResponse, RusotoError<GetVoiceConnectorOriginationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves origination setting details for the specified Amazon Chime Voice Connector.

#[must_use]pub fn get_voice_connector_proxy<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorProxyRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorProxyResponse, RusotoError<GetVoiceConnectorProxyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the proxy configuration details for the specified Amazon Chime Voice Connector.

#[must_use]pub fn get_voice_connector_streaming_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorStreamingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorStreamingConfigurationResponse, RusotoError<GetVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.

#[must_use]pub fn get_voice_connector_termination<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorTerminationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorTerminationResponse, RusotoError<GetVoiceConnectorTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves termination setting details for the specified Amazon Chime Voice Connector.

#[must_use]pub fn get_voice_connector_termination_health<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorTerminationHealthRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorTerminationHealthResponse, RusotoError<GetVoiceConnectorTerminationHealthError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.

#[must_use]pub fn invite_users<'life0, 'async_trait>(
    &'life0 self,
    input: InviteUsersRequest
) -> Pin<Box<dyn Future<Output = Result<InviteUsersResponse, RusotoError<InviteUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.

#[must_use]pub fn list_accounts<'life0, 'async_trait>(
    &'life0 self,
    input: ListAccountsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAccountsResponse, RusotoError<ListAccountsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.

#[must_use]pub fn list_attendee_tags<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttendeeTagsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttendeeTagsResponse, RusotoError<ListAttendeeTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags applied to an Amazon Chime SDK attendee resource.

#[must_use]pub fn list_attendees<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttendeesRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttendeesResponse, RusotoError<ListAttendeesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn list_bots<'life0, 'async_trait>(
    &'life0 self,
    input: ListBotsRequest
) -> Pin<Box<dyn Future<Output = Result<ListBotsResponse, RusotoError<ListBotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.

#[must_use]pub fn list_meeting_tags<'life0, 'async_trait>(
    &'life0 self,
    input: ListMeetingTagsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMeetingTagsResponse, RusotoError<ListMeetingTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags applied to an Amazon Chime SDK meeting resource.

#[must_use]pub fn list_meetings<'life0, 'async_trait>(
    &'life0 self,
    input: ListMeetingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMeetingsResponse, RusotoError<ListMeetingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

#[must_use]pub fn list_phone_number_orders<'life0, 'async_trait>(
    &'life0 self,
    input: ListPhoneNumberOrdersRequest
) -> Pin<Box<dyn Future<Output = Result<ListPhoneNumberOrdersResponse, RusotoError<ListPhoneNumberOrdersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the phone number orders for the administrator's Amazon Chime account.

#[must_use]pub fn list_phone_numbers<'life0, 'async_trait>(
    &'life0 self,
    input: ListPhoneNumbersRequest
) -> Pin<Box<dyn Future<Output = Result<ListPhoneNumbersResponse, RusotoError<ListPhoneNumbersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.

#[must_use]pub fn list_proxy_sessions<'life0, 'async_trait>(
    &'life0 self,
    input: ListProxySessionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProxySessionsResponse, RusotoError<ListProxySessionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the proxy sessions for the specified Amazon Chime Voice Connector.

#[must_use]pub fn list_room_memberships<'life0, 'async_trait>(
    &'life0 self,
    input: ListRoomMembershipsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRoomMembershipsResponse, RusotoError<ListRoomMembershipsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.

#[must_use]pub fn list_rooms<'life0, 'async_trait>(
    &'life0 self,
    input: ListRoomsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRoomsResponse, RusotoError<ListRoomsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.

#[must_use]pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags applied to an Amazon Chime SDK meeting resource.

#[must_use]pub fn list_users<'life0, 'async_trait>(
    &'life0 self,
    input: ListUsersRequest
) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.

#[must_use]pub fn list_voice_connector_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListVoiceConnectorGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorGroupsResponse, RusotoError<ListVoiceConnectorGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.

#[must_use]pub fn list_voice_connector_termination_credentials<'life0, 'async_trait>(
    &'life0 self,
    input: ListVoiceConnectorTerminationCredentialsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorTerminationCredentialsResponse, RusotoError<ListVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the SIP credentials for the specified Amazon Chime Voice Connector.

#[must_use]pub fn list_voice_connectors<'life0, 'async_trait>(
    &'life0 self,
    input: ListVoiceConnectorsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorsResponse, RusotoError<ListVoiceConnectorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Chime Voice Connectors for the administrator's AWS account.

#[must_use]pub fn logout_user<'life0, 'async_trait>(
    &'life0 self,
    input: LogoutUserRequest
) -> Pin<Box<dyn Future<Output = Result<LogoutUserResponse, RusotoError<LogoutUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Logs out the specified user from all of the devices they are currently logged into.

#[must_use]pub fn put_events_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutEventsConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutEventsConfigurationResponse, RusotoError<PutEventsConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see Bot.

#[must_use]pub fn put_retention_settings<'life0, 'async_trait>(
    &'life0 self,
    input: PutRetentionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<PutRetentionSettingsResponse, RusotoError<PutRetentionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to monitor usage of this API for your account. For more information, see Logging Amazon Chime API Calls with AWS CloudTrail in the Amazon Chime Administration Guide.

To turn off existing retention settings, remove the number of days from the corresponding RetentionDays field in the RetentionSettings object. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.

#[must_use]pub fn put_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorEmergencyCallingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorEmergencyCallingConfigurationResponse, RusotoError<PutVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.

#[must_use]pub fn put_voice_connector_logging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorLoggingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorLoggingConfigurationResponse, RusotoError<PutVoiceConnectorLoggingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

#[must_use]pub fn put_voice_connector_origination<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorOriginationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorOriginationResponse, RusotoError<PutVoiceConnectorOriginationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds origination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.

#[must_use]pub fn put_voice_connector_proxy<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorProxyRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorProxyResponse, RusotoError<PutVoiceConnectorProxyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.

#[must_use]pub fn put_voice_connector_streaming_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorStreamingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorStreamingConfigurationResponse, RusotoError<PutVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Amazon Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.

#[must_use]pub fn put_voice_connector_termination<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorTerminationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorTerminationResponse, RusotoError<PutVoiceConnectorTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds termination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.

#[must_use]pub fn put_voice_connector_termination_credentials<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorTerminationCredentialsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds termination SIP credentials for the specified Amazon Chime Voice Connector.

#[must_use]pub fn redact_conversation_message<'life0, 'async_trait>(
    &'life0 self,
    input: RedactConversationMessageRequest
) -> Pin<Box<dyn Future<Output = Result<RedactConversationMessageResponse, RusotoError<RedactConversationMessageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Redacts the specified message from the specified Amazon Chime conversation.

#[must_use]pub fn redact_room_message<'life0, 'async_trait>(
    &'life0 self,
    input: RedactRoomMessageRequest
) -> Pin<Box<dyn Future<Output = Result<RedactRoomMessageResponse, RusotoError<RedactRoomMessageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Redacts the specified message from the specified Amazon Chime chat room.

#[must_use]pub fn regenerate_security_token<'life0, 'async_trait>(
    &'life0 self,
    input: RegenerateSecurityTokenRequest
) -> Pin<Box<dyn Future<Output = Result<RegenerateSecurityTokenResponse, RusotoError<RegenerateSecurityTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Regenerates the security token for a bot.

#[must_use]pub fn reset_personal_pin<'life0, 'async_trait>(
    &'life0 self,
    input: ResetPersonalPINRequest
) -> Pin<Box<dyn Future<Output = Result<ResetPersonalPINResponse, RusotoError<ResetPersonalPINError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.

#[must_use]pub fn restore_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: RestorePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<RestorePhoneNumberResponse, RusotoError<RestorePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Moves a phone number from the Deletion queue back into the phone number Inventory.

#[must_use]pub fn search_available_phone_numbers<'life0, 'async_trait>(
    &'life0 self,
    input: SearchAvailablePhoneNumbersRequest
) -> Pin<Box<dyn Future<Output = Result<SearchAvailablePhoneNumbersResponse, RusotoError<SearchAvailablePhoneNumbersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Searches phone numbers that can be ordered.

#[must_use]pub fn tag_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: TagAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Applies the specified tags to the specified Amazon Chime SDK attendee.

#[must_use]pub fn tag_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: TagMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Applies the specified tags to the specified Amazon Chime SDK meeting.

#[must_use]pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Applies the specified tags to the specified Amazon Chime SDK meeting resource.

#[must_use]pub fn untag_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: UntagAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Untags the specified tags from the specified Amazon Chime SDK attendee.

#[must_use]pub fn untag_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: UntagMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Untags the specified tags from the specified Amazon Chime SDK meeting.

#[must_use]pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Untags the specified tags from the specified Amazon Chime SDK meeting resource.

#[must_use]pub fn update_account<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountResponse, RusotoError<UpdateAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.

#[must_use]pub fn update_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountSettingsResponse, RusotoError<UpdateAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

#[must_use]pub fn update_bot<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateBotRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateBotResponse, RusotoError<UpdateBotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.

#[must_use]pub fn update_global_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateGlobalSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateGlobalSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

#[must_use]pub fn update_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<UpdatePhoneNumberResponse, RusotoError<UpdatePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.

For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.

#[must_use]pub fn update_phone_number_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePhoneNumberSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdatePhoneNumberSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.

#[must_use]pub fn update_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateProxySessionResponse, RusotoError<UpdateProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified proxy session details, such as voice or SMS capabilities.

#[must_use]pub fn update_room<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRoomRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRoomResponse, RusotoError<UpdateRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.

#[must_use]pub fn update_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRoomMembershipResponse, RusotoError<UpdateRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account. The member role designates whether the member is a chat room administrator or a general chat room member. The member role can be updated only for user IDs.

#[must_use]pub fn update_user<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates user details for a specified user ID. Currently, only LicenseType updates are supported for this action.

#[must_use]pub fn update_user_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateUserSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the settings for the specified user, such as phone number settings.

#[must_use]pub fn update_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVoiceConnectorResponse, RusotoError<UpdateVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates details for the specified Amazon Chime Voice Connector.

#[must_use]pub fn update_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVoiceConnectorGroupResponse, RusotoError<UpdateVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates details for the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.

Loading content...

Implementors

impl Chime for ChimeClient[src]

pub fn associate_phone_number_with_user<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePhoneNumberWithUserRequest
) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumberWithUserResponse, RusotoError<AssociatePhoneNumberWithUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates a phone number with the specified Amazon Chime user.

pub fn associate_phone_numbers_with_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePhoneNumbersWithVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumbersWithVoiceConnectorResponse, RusotoError<AssociatePhoneNumbersWithVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates phone numbers with the specified Amazon Chime Voice Connector.

pub fn associate_phone_numbers_with_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: AssociatePhoneNumbersWithVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<AssociatePhoneNumbersWithVoiceConnectorGroupResponse, RusotoError<AssociatePhoneNumbersWithVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates phone numbers with the specified Amazon Chime Voice Connector group.

pub fn associate_signin_delegate_groups_with_account<'life0, 'async_trait>(
    &'life0 self,
    input: AssociateSigninDelegateGroupsWithAccountRequest
) -> Pin<Box<dyn Future<Output = Result<AssociateSigninDelegateGroupsWithAccountResponse, RusotoError<AssociateSigninDelegateGroupsWithAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Associates the specified sign-in delegate groups with the specified Amazon Chime account.

pub fn batch_create_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: BatchCreateAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<BatchCreateAttendeeResponse, RusotoError<BatchCreateAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates up to 100 new attendees for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn batch_create_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: BatchCreateRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<BatchCreateRoomMembershipResponse, RusotoError<BatchCreateRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds up to 50 members to a chat room in an Amazon Chime Enterprise account. Members can be either users or bots. The member role designates whether the member is a chat room administrator or a general chat room member.

pub fn batch_delete_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: BatchDeletePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<BatchDeletePhoneNumberResponse, RusotoError<BatchDeletePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Moves phone numbers into the Deletion queue. Phone numbers must be disassociated from any users or Amazon Chime Voice Connectors before they can be deleted.

Phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.

pub fn batch_suspend_user<'life0, 'async_trait>(
    &'life0 self,
    input: BatchSuspendUserRequest
) -> Pin<Box<dyn Future<Output = Result<BatchSuspendUserResponse, RusotoError<BatchSuspendUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Suspends up to 50 users from a Team or EnterpriseLWA Amazon Chime account. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Users suspended from a Team account are disassociated from the account, but they can continue to use Amazon Chime as free users. To remove the suspension from suspended Team account users, invite them to the Team account again. You can use the InviteUsers action to do so.

Users suspended from an EnterpriseLWA account are immediately signed out of Amazon Chime and can no longer sign in. To remove the suspension from suspended EnterpriseLWA account users, use the BatchUnsuspendUser action.

To sign out users without suspending them, use the LogoutUser action.

pub fn batch_unsuspend_user<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUnsuspendUserRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUnsuspendUserResponse, RusotoError<BatchUnsuspendUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes the suspension from up to 50 previously suspended users for the specified Amazon Chime EnterpriseLWA account. Only users on EnterpriseLWA accounts can be unsuspended using this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

Previously suspended users who are unsuspended using this action are returned to Registered status. Users who are not previously suspended are ignored.

pub fn batch_update_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUpdatePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUpdatePhoneNumberResponse, RusotoError<BatchUpdatePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates phone number product types or calling names. You can update one attribute at a time for each UpdatePhoneNumberRequestItem. For example, you can update either the product type or the calling name.

For product types, choose from Amazon Chime Business Calling and Amazon Chime Voice Connector. For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.

pub fn batch_update_user<'life0, 'async_trait>(
    &'life0 self,
    input: BatchUpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<BatchUpdateUserResponse, RusotoError<BatchUpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates user details within the UpdateUserRequestItem object for up to 20 users for the specified Amazon Chime account. Currently, only LicenseType updates are supported for this action.

pub fn create_account<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAccountRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAccountResponse, RusotoError<CreateAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an Amazon Chime account under the administrator's AWS account. Only Team account types are currently supported for this action. For more information about different account types, see Managing Your Amazon Chime Accounts in the Amazon Chime Administration Guide.

pub fn create_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: CreateAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<CreateAttendeeResponse, RusotoError<CreateAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new attendee for an active Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn create_bot<'life0, 'async_trait>(
    &'life0 self,
    input: CreateBotRequest
) -> Pin<Box<dyn Future<Output = Result<CreateBotResponse, RusotoError<CreateBotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a bot for an Amazon Chime Enterprise account.

pub fn create_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMeetingResponse, RusotoError<CreateMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Amazon Chime SDK meeting in the specified media Region with no initial attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn create_meeting_with_attendees<'life0, 'async_trait>(
    &'life0 self,
    input: CreateMeetingWithAttendeesRequest
) -> Pin<Box<dyn Future<Output = Result<CreateMeetingWithAttendeesResponse, RusotoError<CreateMeetingWithAttendeesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a new Amazon Chime SDK meeting in the specified media Region, with attendees. For more information about specifying media Regions, see Amazon Chime SDK Media Regions in the Amazon Chime Developer Guide. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn create_phone_number_order<'life0, 'async_trait>(
    &'life0 self,
    input: CreatePhoneNumberOrderRequest
) -> Pin<Box<dyn Future<Output = Result<CreatePhoneNumberOrderResponse, RusotoError<CreatePhoneNumberOrderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an order for phone numbers to be provisioned. Choose from Amazon Chime Business Calling and Amazon Chime Voice Connector product types. For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

pub fn create_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: CreateProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<CreateProxySessionResponse, RusotoError<CreateProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a proxy session on the specified Amazon Chime Voice Connector for the specified participant phone numbers.

pub fn create_room<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRoomRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRoomResponse, RusotoError<CreateRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a chat room for the specified Amazon Chime Enterprise account.

pub fn create_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: CreateRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<CreateRoomMembershipResponse, RusotoError<CreateRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a member to a chat room in an Amazon Chime Enterprise account. A member can be either a user or a bot. The member role designates whether the member is a chat room administrator or a general chat room member.

pub fn create_user<'life0, 'async_trait>(
    &'life0 self,
    input: CreateUserRequest
) -> Pin<Box<dyn Future<Output = Result<CreateUserResponse, RusotoError<CreateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates a user under the specified Amazon Chime account.

pub fn create_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVoiceConnectorResponse, RusotoError<CreateVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an Amazon Chime Voice Connector under the administrator's AWS account. You can choose to create an Amazon Chime Voice Connector in a specific AWS Region.

Enabling CreateVoiceConnectorRequest$RequireEncryption configures your Amazon Chime Voice Connector to use TLS transport for SIP signaling and Secure RTP (SRTP) for media. Inbound calls use TLS transport, and unencrypted outbound calls are blocked.

pub fn create_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: CreateVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<CreateVoiceConnectorGroupResponse, RusotoError<CreateVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an Amazon Chime Voice Connector group under the administrator's AWS account. You can associate Amazon Chime Voice Connectors with the Amazon Chime Voice Connector group by including VoiceConnectorItems in the request.

You can include Amazon Chime Voice Connectors from different AWS Regions in your group. This creates a fault tolerant mechanism for fallback in case of availability events.

pub fn delete_account<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAccountRequest
) -> Pin<Box<dyn Future<Output = Result<DeleteAccountResponse, RusotoError<DeleteAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime account. You must suspend all users before deleting a Team account. You can use the BatchSuspendUser action to do so.

For EnterpriseLWA and EnterpriseAD accounts, you must release the claimed domains for your Amazon Chime account before deletion. As soon as you release the domain, all users under that account are suspended.

Deleted accounts appear in your Disabled accounts list for 90 days. To restore a deleted account from your Disabled accounts list, you must contact AWS Support.

After 90 days, deleted accounts are permanently removed from your Disabled accounts list.

pub fn delete_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes an attendee from the specified Amazon Chime SDK meeting and deletes their JoinToken. Attendees are automatically deleted when a Amazon Chime SDK meeting is deleted. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn delete_events_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteEventsConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteEventsConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the events configuration that allows a bot to receive outgoing events.

pub fn delete_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime SDK meeting. When a meeting is deleted, its attendees are also deleted and clients can no longer join it. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn delete_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: DeletePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeletePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Moves the specified phone number into the Deletion queue. A phone number must be disassociated from any users or Amazon Chime Voice Connectors before it can be deleted.

Deleted phone numbers remain in the Deletion queue for 7 days before they are deleted permanently.

pub fn delete_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified proxy session from the specified Amazon Chime Voice Connector.

pub fn delete_room<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRoomRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes a chat room in an Amazon Chime Enterprise account.

pub fn delete_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Removes a member from a chat room in an Amazon Chime Enterprise account.

pub fn delete_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime Voice Connector. Any phone numbers associated with the Amazon Chime Voice Connector must be disassociated from it before it can be deleted.

pub fn delete_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorEmergencyCallingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the emergency calling configuration details from the specified Amazon Chime Voice Connector.

pub fn delete_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified Amazon Chime Voice Connector group. Any VoiceConnectorItems and phone numbers associated with the group must be removed before it can be deleted.

pub fn delete_voice_connector_origination<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorOriginationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorOriginationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the origination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the origination settings.

pub fn delete_voice_connector_proxy<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorProxyRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorProxyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the proxy configuration from the specified Amazon Chime Voice Connector.

pub fn delete_voice_connector_streaming_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorStreamingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the streaming configuration for the specified Amazon Chime Voice Connector.

pub fn delete_voice_connector_termination<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorTerminationRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the termination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to deleting the termination settings.

pub fn delete_voice_connector_termination_credentials<'life0, 'async_trait>(
    &'life0 self,
    input: DeleteVoiceConnectorTerminationCredentialsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<DeleteVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Deletes the specified SIP credentials used by your equipment to authenticate during call termination.

pub fn disassociate_phone_number_from_user<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePhoneNumberFromUserRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumberFromUserResponse, RusotoError<DisassociatePhoneNumberFromUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the primary provisioned phone number from the specified Amazon Chime user.

pub fn disassociate_phone_numbers_from_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePhoneNumbersFromVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumbersFromVoiceConnectorResponse, RusotoError<DisassociatePhoneNumbersFromVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector.

pub fn disassociate_phone_numbers_from_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociatePhoneNumbersFromVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociatePhoneNumbersFromVoiceConnectorGroupResponse, RusotoError<DisassociatePhoneNumbersFromVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified phone numbers from the specified Amazon Chime Voice Connector group.

pub fn disassociate_signin_delegate_groups_from_account<'life0, 'async_trait>(
    &'life0 self,
    input: DisassociateSigninDelegateGroupsFromAccountRequest
) -> Pin<Box<dyn Future<Output = Result<DisassociateSigninDelegateGroupsFromAccountResponse, RusotoError<DisassociateSigninDelegateGroupsFromAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Disassociates the specified sign-in delegate groups from the specified Amazon Chime account.

pub fn get_account<'life0, 'async_trait>(
    &'life0 self,
    input: GetAccountRequest
) -> Pin<Box<dyn Future<Output = Result<GetAccountResponse, RusotoError<GetAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified Amazon Chime account, such as account type and supported licenses.

pub fn get_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetAccountSettingsResponse, RusotoError<GetAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves account settings for the specified Amazon Chime account ID, such as remote control and dial out settings. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

pub fn get_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: GetAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<GetAttendeeResponse, RusotoError<GetAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the Amazon Chime SDK attendee details for a specified meeting ID and attendee ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn get_bot<'life0, 'async_trait>(
    &'life0 self,
    input: GetBotRequest
) -> Pin<Box<dyn Future<Output = Result<GetBotResponse, RusotoError<GetBotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified bot, such as bot email address, bot type, status, and display name.

pub fn get_events_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetEventsConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetEventsConfigurationResponse, RusotoError<GetEventsConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets details for an events configuration that allows a bot to receive outgoing events, such as an HTTPS endpoint or Lambda function ARN.

pub fn get_global_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetGlobalSettingsResponse, RusotoError<GetGlobalSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

pub fn get_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: GetMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<GetMeetingResponse, RusotoError<GetMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the Amazon Chime SDK meeting details for the specified meeting ID. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn get_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: GetPhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberResponse, RusotoError<GetPhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified phone number ID, such as associations, capabilities, and product type.

pub fn get_phone_number_order<'life0, 'async_trait>(
    &'life0 self,
    input: GetPhoneNumberOrderRequest
) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberOrderResponse, RusotoError<GetPhoneNumberOrderError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified phone number order, such as order creation timestamp, phone numbers in E.164 format, product type, and order status.

pub fn get_phone_number_settings<'life0, 'async_trait>(
    &'life0 self
) -> Pin<Box<dyn Future<Output = Result<GetPhoneNumberSettingsResponse, RusotoError<GetPhoneNumberSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the phone number settings for the administrator's AWS account, such as the default outbound calling name.

pub fn get_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: GetProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<GetProxySessionResponse, RusotoError<GetProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the specified proxy session details for the specified Amazon Chime Voice Connector.

pub fn get_retention_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetRetentionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetRetentionSettingsResponse, RusotoError<GetRetentionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the retention settings for the specified Amazon Chime Enterprise account. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.

pub fn get_room<'life0, 'async_trait>(
    &'life0 self,
    input: GetRoomRequest
) -> Pin<Box<dyn Future<Output = Result<GetRoomResponse, RusotoError<GetRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves room details, such as the room name, for a room in an Amazon Chime Enterprise account.

pub fn get_user<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserResponse, RusotoError<GetUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified user ID, such as primary email address, license type, and personal meeting PIN.

To retrieve user details with an email address instead of a user ID, use the ListUsers action, and then filter by email address.

pub fn get_user_settings<'life0, 'async_trait>(
    &'life0 self,
    input: GetUserSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<GetUserSettingsResponse, RusotoError<GetUserSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves settings for the specified user ID, such as any associated phone number settings.

pub fn get_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorResponse, RusotoError<GetVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified Amazon Chime Voice Connector, such as timestamps, name, outbound host, and encryption requirements.

pub fn get_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorEmergencyCallingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorEmergencyCallingConfigurationResponse, RusotoError<GetVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the emergency calling configuration details for the specified Amazon Chime Voice Connector.

pub fn get_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorGroupResponse, RusotoError<GetVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves details for the specified Amazon Chime Voice Connector group, such as timestamps, name, and associated VoiceConnectorItems.

pub fn get_voice_connector_logging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorLoggingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorLoggingConfigurationResponse, RusotoError<GetVoiceConnectorLoggingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the logging configuration details for the specified Amazon Chime Voice Connector. Shows whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

pub fn get_voice_connector_origination<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorOriginationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorOriginationResponse, RusotoError<GetVoiceConnectorOriginationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves origination setting details for the specified Amazon Chime Voice Connector.

pub fn get_voice_connector_proxy<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorProxyRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorProxyResponse, RusotoError<GetVoiceConnectorProxyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Gets the proxy configuration details for the specified Amazon Chime Voice Connector.

pub fn get_voice_connector_streaming_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorStreamingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorStreamingConfigurationResponse, RusotoError<GetVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves the streaming configuration details for the specified Amazon Chime Voice Connector. Shows whether media streaming is enabled for sending to Amazon Kinesis. It also shows the retention period, in hours, for the Amazon Kinesis data.

pub fn get_voice_connector_termination<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorTerminationRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorTerminationResponse, RusotoError<GetVoiceConnectorTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves termination setting details for the specified Amazon Chime Voice Connector.

pub fn get_voice_connector_termination_health<'life0, 'async_trait>(
    &'life0 self,
    input: GetVoiceConnectorTerminationHealthRequest
) -> Pin<Box<dyn Future<Output = Result<GetVoiceConnectorTerminationHealthResponse, RusotoError<GetVoiceConnectorTerminationHealthError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Retrieves information about the last time a SIP OPTIONS ping was received from your SIP infrastructure for the specified Amazon Chime Voice Connector.

pub fn invite_users<'life0, 'async_trait>(
    &'life0 self,
    input: InviteUsersRequest
) -> Pin<Box<dyn Future<Output = Result<InviteUsersResponse, RusotoError<InviteUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Sends email to a maximum of 50 users, inviting them to the specified Amazon Chime Team account. Only Team account types are currently supported for this action.

pub fn list_accounts<'life0, 'async_trait>(
    &'life0 self,
    input: ListAccountsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAccountsResponse, RusotoError<ListAccountsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Chime accounts under the administrator's AWS account. You can filter accounts by account name prefix. To find out which Amazon Chime account a user belongs to, you can filter by the user's email address, which returns one account result.

pub fn list_attendee_tags<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttendeeTagsRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttendeeTagsResponse, RusotoError<ListAttendeeTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags applied to an Amazon Chime SDK attendee resource.

pub fn list_attendees<'life0, 'async_trait>(
    &'life0 self,
    input: ListAttendeesRequest
) -> Pin<Box<dyn Future<Output = Result<ListAttendeesResponse, RusotoError<ListAttendeesError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the attendees for the specified Amazon Chime SDK meeting. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn list_bots<'life0, 'async_trait>(
    &'life0 self,
    input: ListBotsRequest
) -> Pin<Box<dyn Future<Output = Result<ListBotsResponse, RusotoError<ListBotsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the bots associated with the administrator's Amazon Chime Enterprise account ID.

pub fn list_meeting_tags<'life0, 'async_trait>(
    &'life0 self,
    input: ListMeetingTagsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMeetingTagsResponse, RusotoError<ListMeetingTagsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags applied to an Amazon Chime SDK meeting resource.

pub fn list_meetings<'life0, 'async_trait>(
    &'life0 self,
    input: ListMeetingsRequest
) -> Pin<Box<dyn Future<Output = Result<ListMeetingsResponse, RusotoError<ListMeetingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists up to 100 active Amazon Chime SDK meetings. For more information about the Amazon Chime SDK, see Using the Amazon Chime SDK in the Amazon Chime Developer Guide.

pub fn list_phone_number_orders<'life0, 'async_trait>(
    &'life0 self,
    input: ListPhoneNumberOrdersRequest
) -> Pin<Box<dyn Future<Output = Result<ListPhoneNumberOrdersResponse, RusotoError<ListPhoneNumberOrdersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the phone number orders for the administrator's Amazon Chime account.

pub fn list_phone_numbers<'life0, 'async_trait>(
    &'life0 self,
    input: ListPhoneNumbersRequest
) -> Pin<Box<dyn Future<Output = Result<ListPhoneNumbersResponse, RusotoError<ListPhoneNumbersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the phone numbers for the specified Amazon Chime account, Amazon Chime user, Amazon Chime Voice Connector, or Amazon Chime Voice Connector group.

pub fn list_proxy_sessions<'life0, 'async_trait>(
    &'life0 self,
    input: ListProxySessionsRequest
) -> Pin<Box<dyn Future<Output = Result<ListProxySessionsResponse, RusotoError<ListProxySessionsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the proxy sessions for the specified Amazon Chime Voice Connector.

pub fn list_room_memberships<'life0, 'async_trait>(
    &'life0 self,
    input: ListRoomMembershipsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRoomMembershipsResponse, RusotoError<ListRoomMembershipsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the membership details for the specified room in an Amazon Chime Enterprise account, such as the members' IDs, email addresses, and names.

pub fn list_rooms<'life0, 'async_trait>(
    &'life0 self,
    input: ListRoomsRequest
) -> Pin<Box<dyn Future<Output = Result<ListRoomsResponse, RusotoError<ListRoomsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the room details for the specified Amazon Chime Enterprise account. Optionally, filter the results by a member ID (user ID or bot ID) to see a list of rooms that the member belongs to.

pub fn list_tags_for_resource<'life0, 'async_trait>(
    &'life0 self,
    input: ListTagsForResourceRequest
) -> Pin<Box<dyn Future<Output = Result<ListTagsForResourceResponse, RusotoError<ListTagsForResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the tags applied to an Amazon Chime SDK meeting resource.

pub fn list_users<'life0, 'async_trait>(
    &'life0 self,
    input: ListUsersRequest
) -> Pin<Box<dyn Future<Output = Result<ListUsersResponse, RusotoError<ListUsersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the users that belong to the specified Amazon Chime account. You can specify an email address to list only the user that the email address belongs to.

pub fn list_voice_connector_groups<'life0, 'async_trait>(
    &'life0 self,
    input: ListVoiceConnectorGroupsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorGroupsResponse, RusotoError<ListVoiceConnectorGroupsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Chime Voice Connector groups for the administrator's AWS account.

pub fn list_voice_connector_termination_credentials<'life0, 'async_trait>(
    &'life0 self,
    input: ListVoiceConnectorTerminationCredentialsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorTerminationCredentialsResponse, RusotoError<ListVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the SIP credentials for the specified Amazon Chime Voice Connector.

pub fn list_voice_connectors<'life0, 'async_trait>(
    &'life0 self,
    input: ListVoiceConnectorsRequest
) -> Pin<Box<dyn Future<Output = Result<ListVoiceConnectorsResponse, RusotoError<ListVoiceConnectorsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Lists the Amazon Chime Voice Connectors for the administrator's AWS account.

pub fn logout_user<'life0, 'async_trait>(
    &'life0 self,
    input: LogoutUserRequest
) -> Pin<Box<dyn Future<Output = Result<LogoutUserResponse, RusotoError<LogoutUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Logs out the specified user from all of the devices they are currently logged into.

pub fn put_events_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutEventsConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutEventsConfigurationResponse, RusotoError<PutEventsConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Creates an events configuration that allows a bot to receive outgoing events sent by Amazon Chime. Choose either an HTTPS endpoint or a Lambda function ARN. For more information, see Bot.

pub fn put_retention_settings<'life0, 'async_trait>(
    &'life0 self,
    input: PutRetentionSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<PutRetentionSettingsResponse, RusotoError<PutRetentionSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts retention settings for the specified Amazon Chime Enterprise account. We recommend using AWS CloudTrail to monitor usage of this API for your account. For more information, see Logging Amazon Chime API Calls with AWS CloudTrail in the Amazon Chime Administration Guide.

To turn off existing retention settings, remove the number of days from the corresponding RetentionDays field in the RetentionSettings object. For more information about retention settings, see Managing Chat Retention Policies in the Amazon Chime Administration Guide.

pub fn put_voice_connector_emergency_calling_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorEmergencyCallingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorEmergencyCallingConfigurationResponse, RusotoError<PutVoiceConnectorEmergencyCallingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts emergency calling configuration details to the specified Amazon Chime Voice Connector, such as emergency phone numbers and calling countries. Origination and termination settings must be enabled for the Amazon Chime Voice Connector before emergency calling can be configured.

pub fn put_voice_connector_logging_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorLoggingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorLoggingConfigurationResponse, RusotoError<PutVoiceConnectorLoggingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a logging configuration for the specified Amazon Chime Voice Connector. The logging configuration specifies whether SIP message logs are enabled for sending to Amazon CloudWatch Logs.

pub fn put_voice_connector_origination<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorOriginationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorOriginationResponse, RusotoError<PutVoiceConnectorOriginationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds origination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off origination settings.

pub fn put_voice_connector_proxy<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorProxyRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorProxyResponse, RusotoError<PutVoiceConnectorProxyError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Puts the specified proxy configuration to the specified Amazon Chime Voice Connector.

pub fn put_voice_connector_streaming_configuration<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorStreamingConfigurationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorStreamingConfigurationResponse, RusotoError<PutVoiceConnectorStreamingConfigurationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds a streaming configuration for the specified Amazon Chime Voice Connector. The streaming configuration specifies whether media streaming is enabled for sending to Amazon Kinesis. It also sets the retention period, in hours, for the Amazon Kinesis data.

pub fn put_voice_connector_termination<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorTerminationRequest
) -> Pin<Box<dyn Future<Output = Result<PutVoiceConnectorTerminationResponse, RusotoError<PutVoiceConnectorTerminationError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds termination settings for the specified Amazon Chime Voice Connector.

If emergency calling is configured for the Amazon Chime Voice Connector, it must be deleted prior to turning off termination settings.

pub fn put_voice_connector_termination_credentials<'life0, 'async_trait>(
    &'life0 self,
    input: PutVoiceConnectorTerminationCredentialsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<PutVoiceConnectorTerminationCredentialsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Adds termination SIP credentials for the specified Amazon Chime Voice Connector.

pub fn redact_conversation_message<'life0, 'async_trait>(
    &'life0 self,
    input: RedactConversationMessageRequest
) -> Pin<Box<dyn Future<Output = Result<RedactConversationMessageResponse, RusotoError<RedactConversationMessageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Redacts the specified message from the specified Amazon Chime conversation.

pub fn redact_room_message<'life0, 'async_trait>(
    &'life0 self,
    input: RedactRoomMessageRequest
) -> Pin<Box<dyn Future<Output = Result<RedactRoomMessageResponse, RusotoError<RedactRoomMessageError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Redacts the specified message from the specified Amazon Chime chat room.

pub fn regenerate_security_token<'life0, 'async_trait>(
    &'life0 self,
    input: RegenerateSecurityTokenRequest
) -> Pin<Box<dyn Future<Output = Result<RegenerateSecurityTokenResponse, RusotoError<RegenerateSecurityTokenError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Regenerates the security token for a bot.

pub fn reset_personal_pin<'life0, 'async_trait>(
    &'life0 self,
    input: ResetPersonalPINRequest
) -> Pin<Box<dyn Future<Output = Result<ResetPersonalPINResponse, RusotoError<ResetPersonalPINError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Resets the personal meeting PIN for the specified user on an Amazon Chime account. Returns the User object with the updated personal meeting PIN.

pub fn restore_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: RestorePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<RestorePhoneNumberResponse, RusotoError<RestorePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Moves a phone number from the Deletion queue back into the phone number Inventory.

pub fn search_available_phone_numbers<'life0, 'async_trait>(
    &'life0 self,
    input: SearchAvailablePhoneNumbersRequest
) -> Pin<Box<dyn Future<Output = Result<SearchAvailablePhoneNumbersResponse, RusotoError<SearchAvailablePhoneNumbersError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Searches phone numbers that can be ordered.

pub fn tag_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: TagAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Applies the specified tags to the specified Amazon Chime SDK attendee.

pub fn tag_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: TagMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Applies the specified tags to the specified Amazon Chime SDK meeting.

pub fn tag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: TagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<TagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Applies the specified tags to the specified Amazon Chime SDK meeting resource.

pub fn untag_attendee<'life0, 'async_trait>(
    &'life0 self,
    input: UntagAttendeeRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagAttendeeError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Untags the specified tags from the specified Amazon Chime SDK attendee.

pub fn untag_meeting<'life0, 'async_trait>(
    &'life0 self,
    input: UntagMeetingRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagMeetingError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Untags the specified tags from the specified Amazon Chime SDK meeting.

pub fn untag_resource<'life0, 'async_trait>(
    &'life0 self,
    input: UntagResourceRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UntagResourceError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Untags the specified tags from the specified Amazon Chime SDK meeting resource.

pub fn update_account<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountResponse, RusotoError<UpdateAccountError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates account details for the specified Amazon Chime account. Currently, only account name updates are supported for this action.

pub fn update_account_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateAccountSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateAccountSettingsResponse, RusotoError<UpdateAccountSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the settings for the specified Amazon Chime account. You can update settings for remote control of shared screens, or for the dial-out option. For more information about these settings, see Use the Policies Page in the Amazon Chime Administration Guide.

pub fn update_bot<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateBotRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateBotResponse, RusotoError<UpdateBotError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the status of the specified bot, such as starting or stopping the bot from running in your Amazon Chime Enterprise account.

pub fn update_global_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateGlobalSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateGlobalSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates global settings for the administrator's AWS account, such as Amazon Chime Business Calling and Amazon Chime Voice Connector settings.

pub fn update_phone_number<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePhoneNumberRequest
) -> Pin<Box<dyn Future<Output = Result<UpdatePhoneNumberResponse, RusotoError<UpdatePhoneNumberError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates phone number details, such as product type or calling name, for the specified phone number ID. You can update one phone number detail at a time. For example, you can update either the product type or the calling name in one action.

For toll-free numbers, you must use the Amazon Chime Voice Connector product type.

Updates to outbound calling names can take up to 72 hours to complete. Pending updates to outbound calling names must be complete before you can request another update.

pub fn update_phone_number_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdatePhoneNumberSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdatePhoneNumberSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the phone number settings for the administrator's AWS account, such as the default outbound calling name. You can update the default outbound calling name once every seven days. Outbound calling names can take up to 72 hours to update.

pub fn update_proxy_session<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateProxySessionRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateProxySessionResponse, RusotoError<UpdateProxySessionError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the specified proxy session details, such as voice or SMS capabilities.

pub fn update_room<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRoomRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRoomResponse, RusotoError<UpdateRoomError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates room details, such as the room name, for a room in an Amazon Chime Enterprise account.

pub fn update_room_membership<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateRoomMembershipRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateRoomMembershipResponse, RusotoError<UpdateRoomMembershipError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates room membership details, such as the member role, for a room in an Amazon Chime Enterprise account. The member role designates whether the member is a chat room administrator or a general chat room member. The member role can be updated only for user IDs.

pub fn update_user<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateUserResponse, RusotoError<UpdateUserError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates user details for a specified user ID. Currently, only LicenseType updates are supported for this action.

pub fn update_user_settings<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateUserSettingsRequest
) -> Pin<Box<dyn Future<Output = Result<(), RusotoError<UpdateUserSettingsError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates the settings for the specified user, such as phone number settings.

pub fn update_voice_connector<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVoiceConnectorRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVoiceConnectorResponse, RusotoError<UpdateVoiceConnectorError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates details for the specified Amazon Chime Voice Connector.

pub fn update_voice_connector_group<'life0, 'async_trait>(
    &'life0 self,
    input: UpdateVoiceConnectorGroupRequest
) -> Pin<Box<dyn Future<Output = Result<UpdateVoiceConnectorGroupResponse, RusotoError<UpdateVoiceConnectorGroupError>>> + Send + 'async_trait>> where
    'life0: 'async_trait,
    Self: 'async_trait, 
[src]

Updates details for the specified Amazon Chime Voice Connector group, such as the name and Amazon Chime Voice Connector priority ranking.

Loading content...