pub struct Client { /* private fields */ }
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

Creates a client with the given service configuration.

Returns the client’s configuration.

Constructs a fluent builder for the AssociatePhoneNumbersWithVoiceConnector operation.

Constructs a fluent builder for the AssociatePhoneNumbersWithVoiceConnectorGroup operation.

Constructs a fluent builder for the AssociatePhoneNumberWithUser operation.

Constructs a fluent builder for the AssociateSigninDelegateGroupsWithAccount operation.

Constructs a fluent builder for the BatchCreateAttendee operation.

Constructs a fluent builder for the BatchCreateChannelMembership operation.

Constructs a fluent builder for the BatchCreateRoomMembership operation.

Constructs a fluent builder for the BatchDeletePhoneNumber operation.

Constructs a fluent builder for the BatchSuspendUser operation.

Constructs a fluent builder for the BatchUnsuspendUser operation.

Constructs a fluent builder for the BatchUpdatePhoneNumber operation.

Constructs a fluent builder for the BatchUpdateUser operation.

Constructs a fluent builder for the CreateAccount operation.

Constructs a fluent builder for the CreateAppInstance operation.

Constructs a fluent builder for the CreateAppInstanceAdmin operation.

Constructs a fluent builder for the CreateAppInstanceUser operation.

Constructs a fluent builder for the CreateAttendee operation.

Constructs a fluent builder for the CreateBot operation.

Constructs a fluent builder for the CreateChannel operation.

Constructs a fluent builder for the CreateChannelBan operation.

Constructs a fluent builder for the CreateChannelMembership operation.

Constructs a fluent builder for the CreateChannelModerator operation.

Constructs a fluent builder for the CreateMediaCapturePipeline operation.

Constructs a fluent builder for the CreateMeeting operation.

Constructs a fluent builder for the CreateMeetingDialOut operation.

Constructs a fluent builder for the CreateMeetingWithAttendees operation.

Constructs a fluent builder for the CreatePhoneNumberOrder operation.

Constructs a fluent builder for the CreateProxySession operation.

Constructs a fluent builder for the CreateRoom operation.

Constructs a fluent builder for the CreateRoomMembership operation.

Constructs a fluent builder for the CreateSipMediaApplication operation.

Constructs a fluent builder for the CreateSipMediaApplicationCall operation.

Constructs a fluent builder for the CreateSipRule operation.

Constructs a fluent builder for the CreateUser operation.

Constructs a fluent builder for the CreateVoiceConnector operation.

Constructs a fluent builder for the CreateVoiceConnectorGroup operation.

Constructs a fluent builder for the DeleteAccount operation.

Constructs a fluent builder for the DeleteAppInstance operation.

Constructs a fluent builder for the DeleteAppInstanceAdmin operation.

Constructs a fluent builder for the DeleteAppInstanceStreamingConfigurations operation.

Constructs a fluent builder for the DeleteAppInstanceUser operation.

Constructs a fluent builder for the DeleteAttendee operation.

Constructs a fluent builder for the DeleteChannel operation.

Constructs a fluent builder for the DeleteChannelBan operation.

Constructs a fluent builder for the DeleteChannelMembership operation.

Constructs a fluent builder for the DeleteChannelMessage operation.

Constructs a fluent builder for the DeleteChannelModerator operation.

Constructs a fluent builder for the DeleteEventsConfiguration operation.

Constructs a fluent builder for the DeleteMediaCapturePipeline operation.

Constructs a fluent builder for the DeleteMeeting operation.

Constructs a fluent builder for the DeletePhoneNumber operation.

Constructs a fluent builder for the DeleteProxySession operation.

Constructs a fluent builder for the DeleteRoom operation.

Constructs a fluent builder for the DeleteRoomMembership operation.

Constructs a fluent builder for the DeleteSipMediaApplication operation.

Constructs a fluent builder for the DeleteSipRule operation.

Constructs a fluent builder for the DeleteVoiceConnector operation.

Constructs a fluent builder for the DeleteVoiceConnectorEmergencyCallingConfiguration operation.

Constructs a fluent builder for the DeleteVoiceConnectorGroup operation.

Constructs a fluent builder for the DeleteVoiceConnectorOrigination operation.

Constructs a fluent builder for the DeleteVoiceConnectorProxy operation.

Constructs a fluent builder for the DeleteVoiceConnectorStreamingConfiguration operation.

Constructs a fluent builder for the DeleteVoiceConnectorTermination operation.

Constructs a fluent builder for the DeleteVoiceConnectorTerminationCredentials operation.

Constructs a fluent builder for the DescribeAppInstance operation.

Constructs a fluent builder for the DescribeAppInstanceAdmin operation.

Constructs a fluent builder for the DescribeAppInstanceUser operation.

Constructs a fluent builder for the DescribeChannel operation.

Constructs a fluent builder for the DescribeChannelBan operation.

Constructs a fluent builder for the DescribeChannelMembership operation.

Constructs a fluent builder for the DescribeChannelMembershipForAppInstanceUser operation.

Constructs a fluent builder for the DescribeChannelModeratedByAppInstanceUser operation.

Constructs a fluent builder for the DescribeChannelModerator operation.

Constructs a fluent builder for the DisassociatePhoneNumberFromUser operation.

Constructs a fluent builder for the DisassociatePhoneNumbersFromVoiceConnector operation.

Constructs a fluent builder for the DisassociatePhoneNumbersFromVoiceConnectorGroup operation.

Constructs a fluent builder for the DisassociateSigninDelegateGroupsFromAccount operation.

Constructs a fluent builder for the GetAccount operation.

Constructs a fluent builder for the GetAccountSettings operation.

Constructs a fluent builder for the GetAppInstanceRetentionSettings operation.

Constructs a fluent builder for the GetAppInstanceStreamingConfigurations operation.

Constructs a fluent builder for the GetAttendee operation.

Constructs a fluent builder for the GetBot operation.

Constructs a fluent builder for the GetChannelMessage operation.

Constructs a fluent builder for the GetEventsConfiguration operation.

Constructs a fluent builder for the GetGlobalSettings operation.

Constructs a fluent builder for the GetMediaCapturePipeline operation.

Constructs a fluent builder for the GetMeeting operation.

Constructs a fluent builder for the GetMessagingSessionEndpoint operation.

Constructs a fluent builder for the GetPhoneNumber operation.

Constructs a fluent builder for the GetPhoneNumberOrder operation.

Constructs a fluent builder for the GetPhoneNumberSettings operation.

Constructs a fluent builder for the GetProxySession operation.

Constructs a fluent builder for the GetRetentionSettings operation.

Constructs a fluent builder for the GetRoom operation.

Constructs a fluent builder for the GetSipMediaApplication operation.

Constructs a fluent builder for the GetSipMediaApplicationLoggingConfiguration operation.

Constructs a fluent builder for the GetSipRule operation.

Constructs a fluent builder for the GetUser operation.

Constructs a fluent builder for the GetUserSettings operation.

Constructs a fluent builder for the GetVoiceConnector operation.

Constructs a fluent builder for the GetVoiceConnectorEmergencyCallingConfiguration operation.

Constructs a fluent builder for the GetVoiceConnectorGroup operation.

Constructs a fluent builder for the GetVoiceConnectorLoggingConfiguration operation.

Constructs a fluent builder for the GetVoiceConnectorOrigination operation.

Constructs a fluent builder for the GetVoiceConnectorProxy operation.

Constructs a fluent builder for the GetVoiceConnectorStreamingConfiguration operation.

Constructs a fluent builder for the GetVoiceConnectorTermination operation.

Constructs a fluent builder for the GetVoiceConnectorTerminationHealth operation.

Constructs a fluent builder for the InviteUsers operation.

Constructs a fluent builder for the ListAccounts operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListAppInstanceAdmins operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListAppInstances operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListAppInstanceUsers operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListAttendees operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListAttendeeTags operation.

Constructs a fluent builder for the ListBots operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannelBans operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannelMemberships operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannelMembershipsForAppInstanceUser operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannelMessages operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannelModerators operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannels operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListChannelsModeratedByAppInstanceUser operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListMediaCapturePipelines operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListMeetings operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListMeetingTags operation.

Constructs a fluent builder for the ListPhoneNumberOrders operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListPhoneNumbers operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListProxySessions operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListRoomMemberships operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListRooms operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListSipMediaApplications operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListSipRules operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListSupportedPhoneNumberCountries operation.

Constructs a fluent builder for the ListTagsForResource operation.

Constructs a fluent builder for the ListUsers operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListVoiceConnectorGroups operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListVoiceConnectors operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the ListVoiceConnectorTerminationCredentials operation.

Constructs a fluent builder for the LogoutUser operation.

Constructs a fluent builder for the PutAppInstanceRetentionSettings operation.

Constructs a fluent builder for the PutEventsConfiguration operation.

Constructs a fluent builder for the PutRetentionSettings operation.

Constructs a fluent builder for the PutVoiceConnectorLoggingConfiguration operation.

Constructs a fluent builder for the PutVoiceConnectorOrigination operation.

Constructs a fluent builder for the PutVoiceConnectorProxy operation.

Constructs a fluent builder for the PutVoiceConnectorStreamingConfiguration operation.

Constructs a fluent builder for the PutVoiceConnectorTermination operation.

Constructs a fluent builder for the PutVoiceConnectorTerminationCredentials operation.

Constructs a fluent builder for the RedactChannelMessage operation.

Constructs a fluent builder for the RedactConversationMessage operation.

Constructs a fluent builder for the RedactRoomMessage operation.

Constructs a fluent builder for the RegenerateSecurityToken operation.

Constructs a fluent builder for the ResetPersonalPIN operation.

Constructs a fluent builder for the RestorePhoneNumber operation.

Constructs a fluent builder for the SearchAvailablePhoneNumbers operation. This operation supports pagination; See into_paginator().

Constructs a fluent builder for the SendChannelMessage operation.

Constructs a fluent builder for the StartMeetingTranscription operation.

Constructs a fluent builder for the StopMeetingTranscription operation.

Constructs a fluent builder for the TagAttendee operation.

Constructs a fluent builder for the TagMeeting operation.

Constructs a fluent builder for the TagResource operation.

Constructs a fluent builder for the UntagAttendee operation.

Constructs a fluent builder for the UntagMeeting operation.

Constructs a fluent builder for the UntagResource operation.

Constructs a fluent builder for the UpdateAccount operation.

Constructs a fluent builder for the UpdateAccountSettings operation.

Constructs a fluent builder for the UpdateAppInstance operation.

Constructs a fluent builder for the UpdateAppInstanceUser operation.

Constructs a fluent builder for the UpdateBot operation.

Constructs a fluent builder for the UpdateChannel operation.

Constructs a fluent builder for the UpdateChannelMessage operation.

Constructs a fluent builder for the UpdateChannelReadMarker operation.

Constructs a fluent builder for the UpdateGlobalSettings operation.

Constructs a fluent builder for the UpdatePhoneNumber operation.

Constructs a fluent builder for the UpdatePhoneNumberSettings operation.

Constructs a fluent builder for the UpdateProxySession operation.

Constructs a fluent builder for the UpdateRoom operation.

Constructs a fluent builder for the UpdateRoomMembership operation.

Constructs a fluent builder for the UpdateSipMediaApplication operation.

Constructs a fluent builder for the UpdateSipMediaApplicationCall operation.

Constructs a fluent builder for the UpdateSipRule operation.

Constructs a fluent builder for the UpdateUser operation.

Constructs a fluent builder for the UpdateUserSettings operation.

Constructs a fluent builder for the UpdateVoiceConnector operation.

Constructs a fluent builder for the UpdateVoiceConnectorGroup operation.

Creates a client with the given service config and connector override.

Creates a new client from a shared config.

Creates a new client from the service Config.

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Instruments this type with the provided Span, returning an Instrumented wrapper. Read more

Instruments this type with the current Span, returning an Instrumented wrapper. Read more

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

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