Struct aws_sdk_chime::client::Client [−][src]
pub struct Client<C = DynConnector, M = DefaultMiddleware, R = Standard> { /* fields omitted */ }Expand description
Client for Amazon Chime
Client for invoking operations on Amazon Chime. Each operation on Amazon Chime is a method on this
this struct. .send() MUST be invoked on the generated operations to dispatch the request to the service.
Examples
Constructing a client and invoking an operation
// create a shared configuration. This can be used & shared between multiple service clients.
let shared_config = aws_config::load_from_env().await;
let client = aws_sdk_chime::Client::new(&shared_config);
// invoke an operation
/* let rsp = client
.<operation_name>().
.<param>("some value")
.send().await; */Constructing a client with custom configuration
use aws_config::RetryConfig;
let shared_config = aws_config::load_from_env().await;
let config = aws_sdk_chime::config::Builder::from(&shared_config)
.retry_config(RetryConfig::disabled())
.build();
let client = aws_sdk_chime::Client::from_conf(config);Implementations
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
impl<C, M, R> Client<C, M, R> where
C: SmithyConnector,
M: SmithyMiddleware<C>,
R: NewRequestPolicy,
pub fn associate_phone_numbers_with_voice_connector(
&self
) -> AssociatePhoneNumbersWithVoiceConnector<C, M, R>
pub fn associate_phone_numbers_with_voice_connector(
&self
) -> AssociatePhoneNumbersWithVoiceConnector<C, M, R>
Constructs a fluent builder for the AssociatePhoneNumbersWithVoiceConnector operation.
See AssociatePhoneNumbersWithVoiceConnector for more information about the
operation and its arguments.
pub fn associate_phone_numbers_with_voice_connector_group(
&self
) -> AssociatePhoneNumbersWithVoiceConnectorGroup<C, M, R>
pub fn associate_phone_numbers_with_voice_connector_group(
&self
) -> AssociatePhoneNumbersWithVoiceConnectorGroup<C, M, R>
Constructs a fluent builder for the AssociatePhoneNumbersWithVoiceConnectorGroup operation.
See AssociatePhoneNumbersWithVoiceConnectorGroup for more information about the
operation and its arguments.
Constructs a fluent builder for the AssociatePhoneNumberWithUser operation.
See AssociatePhoneNumberWithUser for more information about the
operation and its arguments.
pub fn associate_signin_delegate_groups_with_account(
&self
) -> AssociateSigninDelegateGroupsWithAccount<C, M, R>
pub fn associate_signin_delegate_groups_with_account(
&self
) -> AssociateSigninDelegateGroupsWithAccount<C, M, R>
Constructs a fluent builder for the AssociateSigninDelegateGroupsWithAccount operation.
See AssociateSigninDelegateGroupsWithAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchCreateAttendee operation.
See BatchCreateAttendee for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchCreateChannelMembership operation.
See BatchCreateChannelMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchCreateRoomMembership operation.
See BatchCreateRoomMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchDeletePhoneNumber operation.
See BatchDeletePhoneNumber for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchSuspendUser operation.
See BatchSuspendUser for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchUnsuspendUser operation.
See BatchUnsuspendUser for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchUpdatePhoneNumber operation.
See BatchUpdatePhoneNumber for more information about the
operation and its arguments.
Constructs a fluent builder for the BatchUpdateUser operation.
See BatchUpdateUser for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateAccount operation.
See CreateAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateAppInstance operation.
See CreateAppInstance for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateAppInstanceAdmin operation.
See CreateAppInstanceAdmin for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateAppInstanceUser operation.
See CreateAppInstanceUser for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateAttendee operation.
See CreateAttendee for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateBot operation.
See CreateBot for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateChannel operation.
See CreateChannel for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateChannelBan operation.
See CreateChannelBan for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateChannelMembership operation.
See CreateChannelMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateChannelModerator operation.
See CreateChannelModerator for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateMediaCapturePipeline operation.
See CreateMediaCapturePipeline for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateMeeting operation.
See CreateMeeting for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateMeetingDialOut operation.
See CreateMeetingDialOut for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateMeetingWithAttendees operation.
See CreateMeetingWithAttendees for more information about the
operation and its arguments.
Constructs a fluent builder for the CreatePhoneNumberOrder operation.
See CreatePhoneNumberOrder for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateProxySession operation.
See CreateProxySession for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateRoom operation.
See CreateRoom for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateRoomMembership operation.
See CreateRoomMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateSipMediaApplication operation.
See CreateSipMediaApplication for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateSipMediaApplicationCall operation.
See CreateSipMediaApplicationCall for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateSipRule operation.
See CreateSipRule for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateUser operation.
See CreateUser for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateVoiceConnector operation.
See CreateVoiceConnector for more information about the
operation and its arguments.
Constructs a fluent builder for the CreateVoiceConnectorGroup operation.
See CreateVoiceConnectorGroup for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteAccount operation.
See DeleteAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteAppInstance operation.
See DeleteAppInstance for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteAppInstanceAdmin operation.
See DeleteAppInstanceAdmin for more information about the
operation and its arguments.
pub fn delete_app_instance_streaming_configurations(
&self
) -> DeleteAppInstanceStreamingConfigurations<C, M, R>
pub fn delete_app_instance_streaming_configurations(
&self
) -> DeleteAppInstanceStreamingConfigurations<C, M, R>
Constructs a fluent builder for the DeleteAppInstanceStreamingConfigurations operation.
See DeleteAppInstanceStreamingConfigurations for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteAppInstanceUser operation.
See DeleteAppInstanceUser for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteAttendee operation.
See DeleteAttendee for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteChannel operation.
See DeleteChannel for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteChannelBan operation.
See DeleteChannelBan for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteChannelMembership operation.
See DeleteChannelMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteChannelMessage operation.
See DeleteChannelMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteChannelModerator operation.
See DeleteChannelModerator for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteEventsConfiguration operation.
See DeleteEventsConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteMediaCapturePipeline operation.
See DeleteMediaCapturePipeline for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteMeeting operation.
See DeleteMeeting for more information about the
operation and its arguments.
Constructs a fluent builder for the DeletePhoneNumber operation.
See DeletePhoneNumber for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteProxySession operation.
See DeleteProxySession for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteRoom operation.
See DeleteRoom for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteRoomMembership operation.
See DeleteRoomMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteSipMediaApplication operation.
See DeleteSipMediaApplication for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteSipRule operation.
See DeleteSipRule for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteVoiceConnector operation.
See DeleteVoiceConnector for more information about the
operation and its arguments.
pub fn delete_voice_connector_emergency_calling_configuration(
&self
) -> DeleteVoiceConnectorEmergencyCallingConfiguration<C, M, R>
pub fn delete_voice_connector_emergency_calling_configuration(
&self
) -> DeleteVoiceConnectorEmergencyCallingConfiguration<C, M, R>
Constructs a fluent builder for the DeleteVoiceConnectorEmergencyCallingConfiguration operation.
See DeleteVoiceConnectorEmergencyCallingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteVoiceConnectorGroup operation.
See DeleteVoiceConnectorGroup for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteVoiceConnectorOrigination operation.
See DeleteVoiceConnectorOrigination for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteVoiceConnectorProxy operation.
See DeleteVoiceConnectorProxy for more information about the
operation and its arguments.
pub fn delete_voice_connector_streaming_configuration(
&self
) -> DeleteVoiceConnectorStreamingConfiguration<C, M, R>
pub fn delete_voice_connector_streaming_configuration(
&self
) -> DeleteVoiceConnectorStreamingConfiguration<C, M, R>
Constructs a fluent builder for the DeleteVoiceConnectorStreamingConfiguration operation.
See DeleteVoiceConnectorStreamingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the DeleteVoiceConnectorTermination operation.
See DeleteVoiceConnectorTermination for more information about the
operation and its arguments.
pub fn delete_voice_connector_termination_credentials(
&self
) -> DeleteVoiceConnectorTerminationCredentials<C, M, R>
pub fn delete_voice_connector_termination_credentials(
&self
) -> DeleteVoiceConnectorTerminationCredentials<C, M, R>
Constructs a fluent builder for the DeleteVoiceConnectorTerminationCredentials operation.
See DeleteVoiceConnectorTerminationCredentials for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeAppInstance operation.
See DescribeAppInstance for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeAppInstanceAdmin operation.
See DescribeAppInstanceAdmin for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeAppInstanceUser operation.
See DescribeAppInstanceUser for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeChannel operation.
See DescribeChannel for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeChannelBan operation.
See DescribeChannelBan for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeChannelMembership operation.
See DescribeChannelMembership for more information about the
operation and its arguments.
pub fn describe_channel_membership_for_app_instance_user(
&self
) -> DescribeChannelMembershipForAppInstanceUser<C, M, R>
pub fn describe_channel_membership_for_app_instance_user(
&self
) -> DescribeChannelMembershipForAppInstanceUser<C, M, R>
Constructs a fluent builder for the DescribeChannelMembershipForAppInstanceUser operation.
See DescribeChannelMembershipForAppInstanceUser for more information about the
operation and its arguments.
pub fn describe_channel_moderated_by_app_instance_user(
&self
) -> DescribeChannelModeratedByAppInstanceUser<C, M, R>
pub fn describe_channel_moderated_by_app_instance_user(
&self
) -> DescribeChannelModeratedByAppInstanceUser<C, M, R>
Constructs a fluent builder for the DescribeChannelModeratedByAppInstanceUser operation.
See DescribeChannelModeratedByAppInstanceUser for more information about the
operation and its arguments.
Constructs a fluent builder for the DescribeChannelModerator operation.
See DescribeChannelModerator for more information about the
operation and its arguments.
Constructs a fluent builder for the DisassociatePhoneNumberFromUser operation.
See DisassociatePhoneNumberFromUser for more information about the
operation and its arguments.
pub fn disassociate_phone_numbers_from_voice_connector(
&self
) -> DisassociatePhoneNumbersFromVoiceConnector<C, M, R>
pub fn disassociate_phone_numbers_from_voice_connector(
&self
) -> DisassociatePhoneNumbersFromVoiceConnector<C, M, R>
Constructs a fluent builder for the DisassociatePhoneNumbersFromVoiceConnector operation.
See DisassociatePhoneNumbersFromVoiceConnector for more information about the
operation and its arguments.
pub fn disassociate_phone_numbers_from_voice_connector_group(
&self
) -> DisassociatePhoneNumbersFromVoiceConnectorGroup<C, M, R>
pub fn disassociate_phone_numbers_from_voice_connector_group(
&self
) -> DisassociatePhoneNumbersFromVoiceConnectorGroup<C, M, R>
Constructs a fluent builder for the DisassociatePhoneNumbersFromVoiceConnectorGroup operation.
See DisassociatePhoneNumbersFromVoiceConnectorGroup for more information about the
operation and its arguments.
pub fn disassociate_signin_delegate_groups_from_account(
&self
) -> DisassociateSigninDelegateGroupsFromAccount<C, M, R>
pub fn disassociate_signin_delegate_groups_from_account(
&self
) -> DisassociateSigninDelegateGroupsFromAccount<C, M, R>
Constructs a fluent builder for the DisassociateSigninDelegateGroupsFromAccount operation.
See DisassociateSigninDelegateGroupsFromAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the GetAccount operation.
See GetAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the GetAccountSettings operation.
See GetAccountSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the GetAppInstanceRetentionSettings operation.
See GetAppInstanceRetentionSettings for more information about the
operation and its arguments.
pub fn get_app_instance_streaming_configurations(
&self
) -> GetAppInstanceStreamingConfigurations<C, M, R>
pub fn get_app_instance_streaming_configurations(
&self
) -> GetAppInstanceStreamingConfigurations<C, M, R>
Constructs a fluent builder for the GetAppInstanceStreamingConfigurations operation.
See GetAppInstanceStreamingConfigurations for more information about the
operation and its arguments.
Constructs a fluent builder for the GetAttendee operation.
See GetAttendee for more information about the
operation and its arguments.
Constructs a fluent builder for the GetBot operation.
See GetBot for more information about the
operation and its arguments.
Constructs a fluent builder for the GetChannelMessage operation.
See GetChannelMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the GetEventsConfiguration operation.
See GetEventsConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the GetGlobalSettings operation.
See GetGlobalSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the GetMediaCapturePipeline operation.
See GetMediaCapturePipeline for more information about the
operation and its arguments.
Constructs a fluent builder for the GetMeeting operation.
See GetMeeting for more information about the
operation and its arguments.
Constructs a fluent builder for the GetMessagingSessionEndpoint operation.
See GetMessagingSessionEndpoint for more information about the
operation and its arguments.
Constructs a fluent builder for the GetPhoneNumber operation.
See GetPhoneNumber for more information about the
operation and its arguments.
Constructs a fluent builder for the GetPhoneNumberOrder operation.
See GetPhoneNumberOrder for more information about the
operation and its arguments.
Constructs a fluent builder for the GetPhoneNumberSettings operation.
See GetPhoneNumberSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the GetProxySession operation.
See GetProxySession for more information about the
operation and its arguments.
Constructs a fluent builder for the GetRetentionSettings operation.
See GetRetentionSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the GetRoom operation.
See GetRoom for more information about the
operation and its arguments.
Constructs a fluent builder for the GetSipMediaApplication operation.
See GetSipMediaApplication for more information about the
operation and its arguments.
pub fn get_sip_media_application_logging_configuration(
&self
) -> GetSipMediaApplicationLoggingConfiguration<C, M, R>
pub fn get_sip_media_application_logging_configuration(
&self
) -> GetSipMediaApplicationLoggingConfiguration<C, M, R>
Constructs a fluent builder for the GetSipMediaApplicationLoggingConfiguration operation.
See GetSipMediaApplicationLoggingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the GetSipRule operation.
See GetSipRule for more information about the
operation and its arguments.
Constructs a fluent builder for the GetUser operation.
See GetUser for more information about the
operation and its arguments.
Constructs a fluent builder for the GetUserSettings operation.
See GetUserSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the GetVoiceConnector operation.
See GetVoiceConnector for more information about the
operation and its arguments.
pub fn get_voice_connector_emergency_calling_configuration(
&self
) -> GetVoiceConnectorEmergencyCallingConfiguration<C, M, R>
pub fn get_voice_connector_emergency_calling_configuration(
&self
) -> GetVoiceConnectorEmergencyCallingConfiguration<C, M, R>
Constructs a fluent builder for the GetVoiceConnectorEmergencyCallingConfiguration operation.
See GetVoiceConnectorEmergencyCallingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the GetVoiceConnectorGroup operation.
See GetVoiceConnectorGroup for more information about the
operation and its arguments.
pub fn get_voice_connector_logging_configuration(
&self
) -> GetVoiceConnectorLoggingConfiguration<C, M, R>
pub fn get_voice_connector_logging_configuration(
&self
) -> GetVoiceConnectorLoggingConfiguration<C, M, R>
Constructs a fluent builder for the GetVoiceConnectorLoggingConfiguration operation.
See GetVoiceConnectorLoggingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the GetVoiceConnectorOrigination operation.
See GetVoiceConnectorOrigination for more information about the
operation and its arguments.
Constructs a fluent builder for the GetVoiceConnectorProxy operation.
See GetVoiceConnectorProxy for more information about the
operation and its arguments.
pub fn get_voice_connector_streaming_configuration(
&self
) -> GetVoiceConnectorStreamingConfiguration<C, M, R>
pub fn get_voice_connector_streaming_configuration(
&self
) -> GetVoiceConnectorStreamingConfiguration<C, M, R>
Constructs a fluent builder for the GetVoiceConnectorStreamingConfiguration operation.
See GetVoiceConnectorStreamingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the GetVoiceConnectorTermination operation.
See GetVoiceConnectorTermination for more information about the
operation and its arguments.
pub fn get_voice_connector_termination_health(
&self
) -> GetVoiceConnectorTerminationHealth<C, M, R>
pub fn get_voice_connector_termination_health(
&self
) -> GetVoiceConnectorTerminationHealth<C, M, R>
Constructs a fluent builder for the GetVoiceConnectorTerminationHealth operation.
See GetVoiceConnectorTerminationHealth for more information about the
operation and its arguments.
Constructs a fluent builder for the InviteUsers operation.
See InviteUsers for more information about the
operation and its arguments.
Constructs a fluent builder for the ListAccounts operation.
See ListAccounts for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListAppInstanceAdmins operation.
See ListAppInstanceAdmins for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListAppInstances operation.
See ListAppInstances for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListAppInstanceUsers operation.
See ListAppInstanceUsers for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListAttendees operation.
See ListAttendees for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListAttendeeTags operation.
See ListAttendeeTags for more information about the
operation and its arguments.
Constructs a fluent builder for the ListBots operation.
See ListBots for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListChannelBans operation.
See ListChannelBans for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListChannelMemberships operation.
See ListChannelMemberships for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
pub fn list_channel_memberships_for_app_instance_user(
&self
) -> ListChannelMembershipsForAppInstanceUser<C, M, R>
pub fn list_channel_memberships_for_app_instance_user(
&self
) -> ListChannelMembershipsForAppInstanceUser<C, M, R>
Constructs a fluent builder for the ListChannelMembershipsForAppInstanceUser operation.
See ListChannelMembershipsForAppInstanceUser for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListChannelMessages operation.
See ListChannelMessages for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListChannelModerators operation.
See ListChannelModerators for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListChannels operation.
See ListChannels for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
pub fn list_channels_moderated_by_app_instance_user(
&self
) -> ListChannelsModeratedByAppInstanceUser<C, M, R>
pub fn list_channels_moderated_by_app_instance_user(
&self
) -> ListChannelsModeratedByAppInstanceUser<C, M, R>
Constructs a fluent builder for the ListChannelsModeratedByAppInstanceUser operation.
See ListChannelsModeratedByAppInstanceUser for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListMediaCapturePipelines operation.
See ListMediaCapturePipelines for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListMeetings operation.
See ListMeetings for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListMeetingTags operation.
See ListMeetingTags for more information about the
operation and its arguments.
Constructs a fluent builder for the ListPhoneNumberOrders operation.
See ListPhoneNumberOrders for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListPhoneNumbers operation.
See ListPhoneNumbers for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListProxySessions operation.
See ListProxySessions for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListRoomMemberships operation.
See ListRoomMemberships for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListRooms operation.
See ListRooms for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListSipMediaApplications operation.
See ListSipMediaApplications for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListSipRules operation.
See ListSipRules for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
pub fn list_supported_phone_number_countries(
&self
) -> ListSupportedPhoneNumberCountries<C, M, R>
pub fn list_supported_phone_number_countries(
&self
) -> ListSupportedPhoneNumberCountries<C, M, R>
Constructs a fluent builder for the ListSupportedPhoneNumberCountries operation.
See ListSupportedPhoneNumberCountries for more information about the
operation and its arguments.
Constructs a fluent builder for the ListTagsForResource operation.
See ListTagsForResource for more information about the
operation and its arguments.
Constructs a fluent builder for the ListUsers operation.
See ListUsers for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListVoiceConnectorGroups operation.
See ListVoiceConnectorGroups for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the ListVoiceConnectors operation.
See ListVoiceConnectors for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
pub fn list_voice_connector_termination_credentials(
&self
) -> ListVoiceConnectorTerminationCredentials<C, M, R>
pub fn list_voice_connector_termination_credentials(
&self
) -> ListVoiceConnectorTerminationCredentials<C, M, R>
Constructs a fluent builder for the ListVoiceConnectorTerminationCredentials operation.
See ListVoiceConnectorTerminationCredentials for more information about the
operation and its arguments.
Constructs a fluent builder for the LogoutUser operation.
See LogoutUser for more information about the
operation and its arguments.
Constructs a fluent builder for the PutAppInstanceRetentionSettings operation.
See PutAppInstanceRetentionSettings for more information about the
operation and its arguments.
pub fn put_app_instance_streaming_configurations(
&self
) -> PutAppInstanceStreamingConfigurations<C, M, R>
pub fn put_app_instance_streaming_configurations(
&self
) -> PutAppInstanceStreamingConfigurations<C, M, R>
Constructs a fluent builder for the PutAppInstanceStreamingConfigurations operation.
See PutAppInstanceStreamingConfigurations for more information about the
operation and its arguments.
Constructs a fluent builder for the PutEventsConfiguration operation.
See PutEventsConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the PutRetentionSettings operation.
See PutRetentionSettings for more information about the
operation and its arguments.
pub fn put_sip_media_application_logging_configuration(
&self
) -> PutSipMediaApplicationLoggingConfiguration<C, M, R>
pub fn put_sip_media_application_logging_configuration(
&self
) -> PutSipMediaApplicationLoggingConfiguration<C, M, R>
Constructs a fluent builder for the PutSipMediaApplicationLoggingConfiguration operation.
See PutSipMediaApplicationLoggingConfiguration for more information about the
operation and its arguments.
pub fn put_voice_connector_emergency_calling_configuration(
&self
) -> PutVoiceConnectorEmergencyCallingConfiguration<C, M, R>
pub fn put_voice_connector_emergency_calling_configuration(
&self
) -> PutVoiceConnectorEmergencyCallingConfiguration<C, M, R>
Constructs a fluent builder for the PutVoiceConnectorEmergencyCallingConfiguration operation.
See PutVoiceConnectorEmergencyCallingConfiguration for more information about the
operation and its arguments.
pub fn put_voice_connector_logging_configuration(
&self
) -> PutVoiceConnectorLoggingConfiguration<C, M, R>
pub fn put_voice_connector_logging_configuration(
&self
) -> PutVoiceConnectorLoggingConfiguration<C, M, R>
Constructs a fluent builder for the PutVoiceConnectorLoggingConfiguration operation.
See PutVoiceConnectorLoggingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the PutVoiceConnectorOrigination operation.
See PutVoiceConnectorOrigination for more information about the
operation and its arguments.
Constructs a fluent builder for the PutVoiceConnectorProxy operation.
See PutVoiceConnectorProxy for more information about the
operation and its arguments.
pub fn put_voice_connector_streaming_configuration(
&self
) -> PutVoiceConnectorStreamingConfiguration<C, M, R>
pub fn put_voice_connector_streaming_configuration(
&self
) -> PutVoiceConnectorStreamingConfiguration<C, M, R>
Constructs a fluent builder for the PutVoiceConnectorStreamingConfiguration operation.
See PutVoiceConnectorStreamingConfiguration for more information about the
operation and its arguments.
Constructs a fluent builder for the PutVoiceConnectorTermination operation.
See PutVoiceConnectorTermination for more information about the
operation and its arguments.
pub fn put_voice_connector_termination_credentials(
&self
) -> PutVoiceConnectorTerminationCredentials<C, M, R>
pub fn put_voice_connector_termination_credentials(
&self
) -> PutVoiceConnectorTerminationCredentials<C, M, R>
Constructs a fluent builder for the PutVoiceConnectorTerminationCredentials operation.
See PutVoiceConnectorTerminationCredentials for more information about the
operation and its arguments.
Constructs a fluent builder for the RedactChannelMessage operation.
See RedactChannelMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the RedactConversationMessage operation.
See RedactConversationMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the RedactRoomMessage operation.
See RedactRoomMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the RegenerateSecurityToken operation.
See RegenerateSecurityToken for more information about the
operation and its arguments.
Constructs a fluent builder for the ResetPersonalPIN operation.
See ResetPersonalPIN for more information about the
operation and its arguments.
Constructs a fluent builder for the RestorePhoneNumber operation.
See RestorePhoneNumber for more information about the
operation and its arguments.
Constructs a fluent builder for the SearchAvailablePhoneNumbers operation.
See SearchAvailablePhoneNumbers for more information about the
operation and its arguments.
This operation supports pagination. See into_paginator().
Constructs a fluent builder for the SendChannelMessage operation.
See SendChannelMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the StartMeetingTranscription operation.
See StartMeetingTranscription for more information about the
operation and its arguments.
Constructs a fluent builder for the StopMeetingTranscription operation.
See StopMeetingTranscription for more information about the
operation and its arguments.
Constructs a fluent builder for the TagAttendee operation.
See TagAttendee for more information about the
operation and its arguments.
Constructs a fluent builder for the TagMeeting operation.
See TagMeeting for more information about the
operation and its arguments.
Constructs a fluent builder for the TagResource operation.
See TagResource for more information about the
operation and its arguments.
Constructs a fluent builder for the UntagAttendee operation.
See UntagAttendee for more information about the
operation and its arguments.
Constructs a fluent builder for the UntagMeeting operation.
See UntagMeeting for more information about the
operation and its arguments.
Constructs a fluent builder for the UntagResource operation.
See UntagResource for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateAccount operation.
See UpdateAccount for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateAccountSettings operation.
See UpdateAccountSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateAppInstance operation.
See UpdateAppInstance for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateAppInstanceUser operation.
See UpdateAppInstanceUser for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateBot operation.
See UpdateBot for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateChannel operation.
See UpdateChannel for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateChannelMessage operation.
See UpdateChannelMessage for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateChannelReadMarker operation.
See UpdateChannelReadMarker for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateGlobalSettings operation.
See UpdateGlobalSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdatePhoneNumber operation.
See UpdatePhoneNumber for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdatePhoneNumberSettings operation.
See UpdatePhoneNumberSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateProxySession operation.
See UpdateProxySession for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateRoom operation.
See UpdateRoom for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateRoomMembership operation.
See UpdateRoomMembership for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateSipMediaApplication operation.
See UpdateSipMediaApplication for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateSipMediaApplicationCall operation.
See UpdateSipMediaApplicationCall for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateSipRule operation.
See UpdateSipRule for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateUser operation.
See UpdateUser for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateUserSettings operation.
See UpdateUserSettings for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateVoiceConnector operation.
See UpdateVoiceConnector for more information about the
operation and its arguments.
Constructs a fluent builder for the UpdateVoiceConnectorGroup operation.
See UpdateVoiceConnectorGroup for more information about the
operation and its arguments.
Creates a client with the given service config and connector override.
Trait Implementations
Auto Trait Implementations
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !RefUnwindSafe for Client<C, M, R>
impl<C = DynConnector, M = DefaultMiddleware, R = Standard> !UnwindSafe for Client<C, M, R>
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
