View Source AWS.Chatbot (aws-elixir v1.0.0)

AWS Chatbot API

Summary

Functions

Deletes the Microsoft Teams team authorization allowing for channels to be configured in that Microsoft Teams team.

Deletes the Slack workspace authorization that allows channels to be configured in that workspace.

Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn

Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn

Lists all Slack user identities with a mapped role.

Lists all authorized Slack Workspaces for AWS Account

Get Chatbot account level preferences

Lists MS Teams Channel Configurations optionally filtered by TeamId

Lists all authorized MS teams for AWS Account

Lists all Microsoft Teams user identities with a mapped role.

Update Chatbot account level preferences

Functions

Link to this function

create_chime_webhook_configuration(client, input, options \\ [])

View Source

Creates Chime Webhook Configuration

Link to this function

create_microsoft_teams_channel_configuration(client, input, options \\ [])

View Source

Creates MS Teams Channel Configuration

Link to this function

create_slack_channel_configuration(client, input, options \\ [])

View Source

Creates Slack Channel Configuration

Link to this function

delete_chime_webhook_configuration(client, input, options \\ [])

View Source

Deletes a Chime Webhook Configuration

Link to this function

delete_microsoft_teams_channel_configuration(client, input, options \\ [])

View Source

Deletes MS Teams Channel Configuration

Link to this function

delete_microsoft_teams_configured_team(client, input, options \\ [])

View Source

Deletes 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.

Link to this function

delete_microsoft_teams_user_identity(client, input, options \\ [])

View Source

Deletes a Teams user identity

Link to this function

delete_slack_channel_configuration(client, input, options \\ [])

View Source

Deletes Slack Channel Configuration

Link to this function

delete_slack_user_identity(client, input, options \\ [])

View Source

Deletes a Slack user identity

Link to this function

delete_slack_workspace_authorization(client, input, options \\ [])

View Source

Deletes the Slack workspace authorization that allows channels to be configured in that workspace.

This requires all configured channels in the workspace to be deleted.

Link to this function

describe_chime_webhook_configurations(client, input, options \\ [])

View Source

Lists Chime Webhook Configurations optionally filtered by ChatConfigurationArn

Link to this function

describe_slack_channel_configurations(client, input, options \\ [])

View Source

Lists Slack Channel Configurations optionally filtered by ChatConfigurationArn

Link to this function

describe_slack_user_identities(client, input, options \\ [])

View Source

Lists all Slack user identities with a mapped role.

Link to this function

describe_slack_workspaces(client, input, options \\ [])

View Source

Lists all authorized Slack Workspaces for AWS Account

Link to this function

get_account_preferences(client, input, options \\ [])

View Source

Get Chatbot account level preferences

Link to this function

get_microsoft_teams_channel_configuration(client, input, options \\ [])

View Source

Get a single MS Teams Channel Configurations

Link to this function

list_microsoft_teams_channel_configurations(client, input, options \\ [])

View Source

Lists MS Teams Channel Configurations optionally filtered by TeamId

Link to this function

list_microsoft_teams_configured_teams(client, input, options \\ [])

View Source

Lists all authorized MS teams for AWS Account

Link to this function

list_microsoft_teams_user_identities(client, input, options \\ [])

View Source

Lists all Microsoft Teams user identities with a mapped role.

Link to this function

update_account_preferences(client, input, options \\ [])

View Source

Update Chatbot account level preferences

Link to this function

update_chime_webhook_configuration(client, input, options \\ [])

View Source

Updates a Chime Webhook Configuration

Link to this function

update_microsoft_teams_channel_configuration(client, input, options \\ [])

View Source

Updates MS Teams Channel Configuration

Link to this function

update_slack_channel_configuration(client, input, options \\ [])

View Source

Updates Slack Channel Configuration