Expand description
Data structures used by operation inputs/outputs.
Modules§
Structs§
- Account
Preferences Preferences related to AWS Chatbot usage in the calling AWS account.
- Association
Listing A listing of an association with a channel configuration.
- Chime
Webhook Configuration An AWS Chatbot configuration for Amazon Chime.
- Configured
Team A Microsoft Teams team that is authorized with AWS Chatbot.
- Custom
Action Represents a parameterized command that can be invoked as an alias or as a notification button in the chat client.
- Custom
Action Attachment Defines when a custom action button should be attached to a notification.
- Custom
Action Attachment Criteria A criteria for when a button should be shown based on values in the notification
- Custom
Action Definition The definition of the command to run when invoked as an alias or as an action button.
- Slack
Channel Configuration An AWS Chatbot configuration for Slack.
- Slack
User Identity Identifes a user level permission for a channel configuration.
- Slack
Workspace 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.
- Teams
Channel Configuration An AWS Chatbot configuration for Microsoft Teams.
- Teams
User Identity Identifes a user level permission for a channel configuration.
Enums§
- Custom
Action Attachment Criteria Operator - 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.