aws-sdk-chatbot 1.91.0

AWS SDK for AWS Chatbot
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_custom_action_definition::CustomActionDefinition;

pub use crate::types::_chime_webhook_configuration::ChimeWebhookConfiguration;

pub use crate::types::_teams_channel_configuration::TeamsChannelConfiguration;

pub use crate::types::_slack_channel_configuration::SlackChannelConfiguration;

pub use crate::types::_account_preferences::AccountPreferences;

pub use crate::types::_custom_action_attachment::CustomActionAttachment;

pub use crate::types::_tag::Tag;

pub use crate::types::_custom_action::CustomAction;

pub use crate::types::_slack_user_identity::SlackUserIdentity;

pub use crate::types::_slack_workspace::SlackWorkspace;

pub use crate::types::_association_listing::AssociationListing;

pub use crate::types::_configured_team::ConfiguredTeam;

pub use crate::types::_teams_user_identity::TeamsUserIdentity;

pub use crate::types::_custom_action_attachment_criteria::CustomActionAttachmentCriteria;

pub use crate::types::_custom_action_attachment_criteria_operator::CustomActionAttachmentCriteriaOperator;

mod _account_preferences;

mod _association_listing;

mod _chime_webhook_configuration;

mod _configured_team;

mod _custom_action;

mod _custom_action_attachment;

mod _custom_action_attachment_criteria;

mod _custom_action_attachment_criteria_operator;

mod _custom_action_definition;

mod _slack_channel_configuration;

mod _slack_user_identity;

mod _slack_workspace;

mod _tag;

mod _teams_channel_configuration;

mod _teams_user_identity;

/// Builders
pub mod builders;

/// Error types that AWS Chatbot can respond with.
pub mod error;