Module types

Module types 

Source
Expand description

Data structures used by operation inputs/outputs.

Modules§

builders
Builders
error
Error types that AWS Chatbot can respond with.

Structs§

AccountPreferences

Preferences related to AWS Chatbot usage in the calling AWS account.

AssociationListing

A listing of an association with a channel configuration.

ChimeWebhookConfiguration

An AWS Chatbot configuration for Amazon Chime.

ConfiguredTeam

A Microsoft Teams team that is authorized with AWS Chatbot.

CustomAction

Represents a parameterized command that can be invoked as an alias or as a notification button in the chat client.

CustomActionAttachment

Defines when a custom action button should be attached to a notification.

CustomActionAttachmentCriteria

A criteria for when a button should be shown based on values in the notification

CustomActionDefinition

The definition of the command to run when invoked as an alias or as an action button.

SlackChannelConfiguration

An AWS Chatbot configuration for Slack.

SlackUserIdentity

Identifes a user level permission for a channel configuration.

SlackWorkspace

A Slack workspace.

Tag

A key-value pair. A tag consists of a tag key and a tag value. Tag keys and tag values are both required, but tag values can be empty (null) strings.

Do not include confidential or sensitive information in this field.

For more information, see User-Defined Tag Restrictions in the AWS Billing and Cost Management User Guide.

TeamsChannelConfiguration

An AWS Chatbot configuration for Microsoft Teams.

TeamsUserIdentity

Identifes a user level permission for a channel configuration.

Enums§

CustomActionAttachmentCriteriaOperator
When writing a match expression against CustomActionAttachmentCriteriaOperator, it is important to ensure your code is forward-compatible. That is, if a match arm handles a case for a feature that is supported by the service but has not been represented as an enum variant in a current version of SDK, your code should continue to work when you upgrade SDK to a future version in which the enum does include a variant for that feature.