aws_sdk_chatbot/operation.rs
1// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
2pub use ::aws_types::request_id::RequestId;
3
4/// Types for the `AssociateToConfiguration` operation.
5pub mod associate_to_configuration;
6
7/// Types for the `CreateChimeWebhookConfiguration` operation.
8pub mod create_chime_webhook_configuration;
9
10/// Types for the `CreateCustomAction` operation.
11pub mod create_custom_action;
12
13/// Types for the `CreateMicrosoftTeamsChannelConfiguration` operation.
14pub mod create_microsoft_teams_channel_configuration;
15
16/// Types for the `CreateSlackChannelConfiguration` operation.
17pub mod create_slack_channel_configuration;
18
19/// Types for the `DeleteChimeWebhookConfiguration` operation.
20pub mod delete_chime_webhook_configuration;
21
22/// Types for the `DeleteCustomAction` operation.
23pub mod delete_custom_action;
24
25/// Types for the `DeleteMicrosoftTeamsChannelConfiguration` operation.
26pub mod delete_microsoft_teams_channel_configuration;
27
28/// Types for the `DeleteMicrosoftTeamsConfiguredTeam` operation.
29pub mod delete_microsoft_teams_configured_team;
30
31/// Types for the `DeleteMicrosoftTeamsUserIdentity` operation.
32pub mod delete_microsoft_teams_user_identity;
33
34/// Types for the `DeleteSlackChannelConfiguration` operation.
35pub mod delete_slack_channel_configuration;
36
37/// Types for the `DeleteSlackUserIdentity` operation.
38pub mod delete_slack_user_identity;
39
40/// Types for the `DeleteSlackWorkspaceAuthorization` operation.
41pub mod delete_slack_workspace_authorization;
42
43/// Types for the `DescribeChimeWebhookConfigurations` operation.
44pub mod describe_chime_webhook_configurations;
45
46/// Types for the `DescribeSlackChannelConfigurations` operation.
47pub mod describe_slack_channel_configurations;
48
49/// Types for the `DescribeSlackUserIdentities` operation.
50pub mod describe_slack_user_identities;
51
52/// Types for the `DescribeSlackWorkspaces` operation.
53pub mod describe_slack_workspaces;
54
55/// Types for the `DisassociateFromConfiguration` operation.
56pub mod disassociate_from_configuration;
57
58/// Types for the `GetAccountPreferences` operation.
59pub mod get_account_preferences;
60
61/// Types for the `GetCustomAction` operation.
62pub mod get_custom_action;
63
64/// Types for the `GetMicrosoftTeamsChannelConfiguration` operation.
65pub mod get_microsoft_teams_channel_configuration;
66
67/// Types for the `ListAssociations` operation.
68pub mod list_associations;
69
70/// Types for the `ListCustomActions` operation.
71pub mod list_custom_actions;
72
73/// Types for the `ListMicrosoftTeamsChannelConfigurations` operation.
74pub mod list_microsoft_teams_channel_configurations;
75
76/// Types for the `ListMicrosoftTeamsConfiguredTeams` operation.
77pub mod list_microsoft_teams_configured_teams;
78
79/// Types for the `ListMicrosoftTeamsUserIdentities` operation.
80pub mod list_microsoft_teams_user_identities;
81
82/// Types for the `ListTagsForResource` operation.
83pub mod list_tags_for_resource;
84
85/// Types for the `TagResource` operation.
86pub mod tag_resource;
87
88/// Types for the `UntagResource` operation.
89pub mod untag_resource;
90
91/// Types for the `UpdateAccountPreferences` operation.
92pub mod update_account_preferences;
93
94/// Types for the `UpdateChimeWebhookConfiguration` operation.
95pub mod update_chime_webhook_configuration;
96
97/// Types for the `UpdateCustomAction` operation.
98pub mod update_custom_action;
99
100/// Types for the `UpdateMicrosoftTeamsChannelConfiguration` operation.
101pub mod update_microsoft_teams_channel_configuration;
102
103/// Types for the `UpdateSlackChannelConfiguration` operation.
104pub mod update_slack_channel_configuration;