SupportAppClient

Amazon Web Services Support App in Slack

You can use the Amazon Web Services Support App in Slack API to manage your support cases in Slack for your Amazon Web Services account. After you configure your Slack workspace and channel with the Amazon Web Services Support App, you can perform the following tasks directly in your Slack channel:

  • Create, search, update, and resolve your support cases

  • Request service quota increases for your account

  • Invite Amazon Web Services Support agents to your channel so that you can chat directly about your support cases

For more information about how to perform these actions in Slack, see the following documentation in the Amazon Web Services Support User Guide:

You can also use the Amazon Web Services Management Console instead of the Amazon Web Services Support App API to manage your Slack configurations. For more information, see Authorize a Slack workspace to enable the Amazon Web Services Support App.

  • You must have a Business or Enterprise Support plan to use the Amazon Web Services Support App API.

  • For more information about the Amazon Web Services Support App endpoints, see the Amazon Web Services Support App in Slack endpoints in the Amazon Web Services General Reference.

Properties

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

SupportAppClient's configuration

Functions

Link copied to clipboard

Creates a Slack channel configuration for your Amazon Web Services account.

Link copied to clipboard
abstract suspend fun deleteAccountAlias(input: DeleteAccountAliasRequest = DeleteAccountAliasRequest { }): DeleteAccountAliasResponse

Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Link copied to clipboard

Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.

Link copied to clipboard

Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't delete your Slack workspace.

Link copied to clipboard
abstract suspend fun getAccountAlias(input: GetAccountAliasRequest = GetAccountAliasRequest { }): GetAccountAliasResponse

Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Link copied to clipboard
abstract suspend fun listSlackChannelConfigurations(input: ListSlackChannelConfigurationsRequest = ListSlackChannelConfigurationsRequest { }): ListSlackChannelConfigurationsResponse

Lists the Slack channel configurations for an Amazon Web Services account.

Link copied to clipboard
abstract suspend fun listSlackWorkspaceConfigurations(input: ListSlackWorkspaceConfigurationsRequest = ListSlackWorkspaceConfigurationsRequest { }): ListSlackWorkspaceConfigurationsResponse

Lists the Slack workspace configurations for an Amazon Web Services account.

Link copied to clipboard

Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Link copied to clipboard

Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be part of an organization in Organizations.

Link copied to clipboard

Updates the configuration for a Slack channel, such as case update notifications.

Inherited functions

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

Creates a Slack channel configuration for your Amazon Web Services account.

Link copied to clipboard

Deletes an alias for an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Link copied to clipboard

Deletes a Slack channel configuration from your Amazon Web Services account. This operation doesn't delete your Slack channel.

Link copied to clipboard

Deletes a Slack workspace configuration from your Amazon Web Services account. This operation doesn't delete your Slack workspace.

Link copied to clipboard

Retrieves the alias from an Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Link copied to clipboard

Lists the Slack channel configurations for an Amazon Web Services account.

Link copied to clipboard

Lists the Slack workspace configurations for an Amazon Web Services account.

Link copied to clipboard

Creates or updates an individual alias for each Amazon Web Services account ID. The alias appears in the Amazon Web Services Support App page of the Amazon Web Services Support Center. The alias also appears in Slack messages from the Amazon Web Services Support App.

Link copied to clipboard

Registers a Slack workspace for your Amazon Web Services account. To call this API, your account must be part of an organization in Organizations.

Link copied to clipboard

Updates the configuration for a Slack channel, such as case update notifications.

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.