aws_sdk_chatbot/
types.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::_custom_action_attachment::CustomActionAttachment;

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

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

pub use crate::types::_custom_action_definition::CustomActionDefinition;

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

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

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

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

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

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

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

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

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

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

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

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;