ConnectCampaignsClient

Provide APIs to create and manage Amazon Connect Campaigns.

Properties

Link copied to clipboard
abstract override val config: ConnectCampaignsClient.Config

ConnectCampaignsClient's configuration

Functions

Link copied to clipboard

Creates a campaign for the specified Amazon Connect account. This API is idempotent.

Link copied to clipboard

Deletes a campaign from the specified Amazon Connect account.

Link copied to clipboard

Deletes a connect instance config from the specified AWS account.

Link copied to clipboard

Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.

Link copied to clipboard

Describes the specific campaign.

Link copied to clipboard

Get state of a campaign for the specified Amazon Connect account.

Link copied to clipboard

Get state of campaigns for the specified Amazon Connect account.

Link copied to clipboard

Get the specific Connect instance config.

Link copied to clipboard

Get the specific instance onboarding job status.

Link copied to clipboard
abstract suspend fun listCampaigns(input: ListCampaignsRequest = ListCampaignsRequest { }): ListCampaignsResponse

Provides summary information about the campaigns under the specified Amazon Connect account.

Link copied to clipboard

List tags for a resource.

Link copied to clipboard

Pauses a campaign for the specified Amazon Connect account.

Link copied to clipboard

Creates dials requests for the specified campaign Amazon Connect account. This API is idempotent.

Link copied to clipboard

Stops a campaign for the specified Amazon Connect account.

Link copied to clipboard

Starts a campaign for the specified Amazon Connect account.

Link copied to clipboard

Onboard the specific Amazon Connect instance to Connect Campaigns.

Link copied to clipboard

Stops a campaign for the specified Amazon Connect account.

Link copied to clipboard
abstract suspend fun tagResource(input: TagResourceRequest): TagResourceResponse

Tag a resource.

Link copied to clipboard

Untag a resource.

Link copied to clipboard

Updates the dialer config of a campaign. This API is idempotent.

Link copied to clipboard

Updates the name of a campaign. This API is idempotent.

Link copied to clipboard

Updates the outbound call config of a campaign. This API is idempotent.

Inherited functions

Link copied to clipboard
expect abstract fun close()
Link copied to clipboard

Creates a campaign for the specified Amazon Connect account. This API is idempotent.

Link copied to clipboard

Deletes a campaign from the specified Amazon Connect account.

Link copied to clipboard

Deletes a connect instance config from the specified AWS account.

Link copied to clipboard

Delete the Connect Campaigns onboarding job for the specified Amazon Connect instance.

Link copied to clipboard

Describes the specific campaign.

Link copied to clipboard

Get state of a campaign for the specified Amazon Connect account.

Link copied to clipboard

Get state of campaigns for the specified Amazon Connect account.

Link copied to clipboard

Get the specific Connect instance config.

Link copied to clipboard

Get the specific instance onboarding job status.

Link copied to clipboard

Provides summary information about the campaigns under the specified Amazon Connect account.

Link copied to clipboard

List tags for a resource.

Link copied to clipboard

Pauses a campaign for the specified Amazon Connect account.

Link copied to clipboard

Creates dials requests for the specified campaign Amazon Connect account. This API is idempotent.

Link copied to clipboard

Stops a campaign for the specified Amazon Connect account.

Link copied to clipboard

Starts a campaign for the specified Amazon Connect account.

Link copied to clipboard

Onboard the specific Amazon Connect instance to Connect Campaigns.

Link copied to clipboard

Stops a campaign for the specified Amazon Connect account.

Link copied to clipboard

Tag a resource.

Link copied to clipboard

Untag a resource.

Link copied to clipboard

Updates the dialer config of a campaign. This API is idempotent.

Link copied to clipboard

Updates the name of a campaign. This API is idempotent.

Link copied to clipboard

Updates the outbound call config of a campaign. This API is idempotent.

Link copied to clipboard

Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.