View Source AWS.Chatbot (aws-elixir v1.0.4)
The AWS Chatbot API Reference provides descriptions, API request parameters, and the XML response for each of the AWS Chatbot API actions.
AWS Chatbot APIs are currently available in the following Regions:
*
US East (Ohio) - us-east-2
*
US West (Oregon) - us-west-2
*
Asia Pacific (Singapore) - ap-southeast-1
*
Europe (Ireland) - eu-west-1
The AWS Chatbot console can only be used in US East (Ohio). Your configuration data however, is stored in each of the relevant available Regions.
Your AWS CloudTrail events are logged in whatever Region you call from, not US East (N. Virginia) by default.
Link to this section Summary
Functions
Links a resource (for example, a custom action) to a channel configuration.
Creates an AWS Chatbot configuration for Amazon Chime.
Creates a custom action that can be invoked as an alias or as a button on a notification.
Creates an AWS Chatbot configuration for Microsoft Teams.
Creates an AWS Chatbot confugration for Slack.
Deletes a Amazon Chime webhook configuration for AWS Chatbot.
Deletes a custom action.
Deletes a Microsoft Teams channel configuration for AWS Chatbot
Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.
Identifes a user level permission for a channel configuration.
Deletes a Slack channel configuration for AWS Chatbot
Deletes a user level permission for a Slack channel configuration.
Deletes the Slack workspace authorization that allows channels to be configured in that workspace.
Lists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn
Lists Slack channel configurations optionally filtered by ChatConfigurationArn
Lists all Slack user identities with a mapped role.
List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.
Unlink a resource, for example a custom action, from a channel configuration.
Returns AWS Chatbot account preferences.
Returns a custom action.
Returns a Microsoft Teams channel configuration in an AWS account.
Lists resources associated with a channel configuration.
Lists custom actions defined in this account.
Lists all AWS Chatbot Microsoft Teams channel configurations in an AWS account.
Lists all authorized Microsoft Teams for an AWS Account
A list all Microsoft Teams user identities with a mapped role.
Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).
Updates AWS Chatbot account preferences.
Updates a Amazon Chime webhook configuration.
Updates a custom action.
Updates an Microsoft Teams channel configuration.
Updates a Slack channel configuration.
Link to this section Functions
Links a resource (for example, a custom action) to a channel configuration.
Creates an AWS Chatbot configuration for Amazon Chime.
Creates a custom action that can be invoked as an alias or as a button on a notification.
create_microsoft_teams_channel_configuration(client, input, options \\ [])
View SourceCreates an AWS Chatbot configuration for Microsoft Teams.
Creates an AWS Chatbot confugration for Slack.
Deletes a Amazon Chime webhook configuration for AWS Chatbot.
Deletes a custom action.
delete_microsoft_teams_channel_configuration(client, input, options \\ [])
View SourceDeletes a Microsoft Teams channel configuration for AWS Chatbot
delete_microsoft_teams_configured_team(client, input, options \\ [])
View SourceDeletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.
Note that the Microsoft Teams team must have no channels configured to remove it.
delete_microsoft_teams_user_identity(client, input, options \\ [])
View SourceIdentifes a user level permission for a channel configuration.
Deletes a Slack channel configuration for AWS Chatbot
Deletes a user level permission for a Slack channel configuration.
delete_slack_workspace_authorization(client, input, options \\ [])
View SourceDeletes the Slack workspace authorization that allows channels to be configured in that workspace.
This requires all configured channels in the workspace to be deleted.
describe_chime_webhook_configurations(client, input, options \\ [])
View SourceLists Amazon Chime webhook configurations optionally filtered by ChatConfigurationArn
describe_slack_channel_configurations(client, input, options \\ [])
View SourceLists Slack channel configurations optionally filtered by ChatConfigurationArn
Lists all Slack user identities with a mapped role.
List all authorized Slack workspaces connected to the AWS Account onboarded with AWS Chatbot.
Unlink a resource, for example a custom action, from a channel configuration.
Returns AWS Chatbot account preferences.
Returns a custom action.
get_microsoft_teams_channel_configuration(client, input, options \\ [])
View SourceReturns a Microsoft Teams channel configuration in an AWS account.
Lists resources associated with a channel configuration.
Lists custom actions defined in this account.
list_microsoft_teams_channel_configurations(client, input, options \\ [])
View SourceLists all AWS Chatbot Microsoft Teams channel configurations in an AWS account.
list_microsoft_teams_configured_teams(client, input, options \\ [])
View SourceLists all authorized Microsoft Teams for an AWS Account
list_microsoft_teams_user_identities(client, input, options \\ [])
View SourceA list all Microsoft Teams user identities with a mapped role.
Lists all of the tags associated with the Amazon Resource Name (ARN) that you specify.
The resource can be a user, server, or role.
Attaches a key-value pair to a resource, as identified by its Amazon Resource Name (ARN).
Resources are users, servers, roles, and other entities.
Detaches a key-value pair from a resource, as identified by its Amazon Resource Name (ARN).
Resources are users, servers, roles, and other entities.
Updates AWS Chatbot account preferences.
Updates a Amazon Chime webhook configuration.
Updates a custom action.
update_microsoft_teams_channel_configuration(client, input, options \\ [])
View SourceUpdates an Microsoft Teams channel configuration.
Updates a Slack channel configuration.