Expand description
Data structures used by operation inputs/outputs.
Modules§
- Builders
- Error types that AWS Chatbot can respond with.
Structs§
Preferences related to AWS Chatbot usage in the calling AWS account.
A listing of an association with a channel configuration.
An AWS Chatbot configuration for Amazon Chime.
A Microsoft Teams team that is authorized with AWS Chatbot.
Represents a parameterized command that can be invoked as an alias or as a notification button in the chat client.
Defines when a custom action button should be attached to a notification.
A criteria for when a button should be shown based on values in the notification
The definition of the command to run when invoked as an alias or as an action button.
An AWS Chatbot configuration for Slack.
Identifes a user level permission for a channel configuration.
A Slack workspace.
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.
An AWS Chatbot configuration for Microsoft Teams.
Identifes a user level permission for a channel configuration.
Enums§
- 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.