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
67
68
69
70
71
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `CreateChimeWebhookConfiguration` operation.
pub mod create_chime_webhook_configuration;

/// Types for the `CreateMicrosoftTeamsChannelConfiguration` operation.
pub mod create_microsoft_teams_channel_configuration;

/// Types for the `CreateSlackChannelConfiguration` operation.
pub mod create_slack_channel_configuration;

/// Types for the `DeleteChimeWebhookConfiguration` operation.
pub mod delete_chime_webhook_configuration;

/// Types for the `DeleteMicrosoftTeamsChannelConfiguration` operation.
pub mod delete_microsoft_teams_channel_configuration;

/// Types for the `DeleteMicrosoftTeamsConfiguredTeam` operation.
pub mod delete_microsoft_teams_configured_team;

/// Types for the `DeleteMicrosoftTeamsUserIdentity` operation.
pub mod delete_microsoft_teams_user_identity;

/// Types for the `DeleteSlackChannelConfiguration` operation.
pub mod delete_slack_channel_configuration;

/// Types for the `DeleteSlackUserIdentity` operation.
pub mod delete_slack_user_identity;

/// Types for the `DeleteSlackWorkspaceAuthorization` operation.
pub mod delete_slack_workspace_authorization;

/// Types for the `DescribeChimeWebhookConfigurations` operation.
pub mod describe_chime_webhook_configurations;

/// Types for the `DescribeSlackChannelConfigurations` operation.
pub mod describe_slack_channel_configurations;

/// Types for the `DescribeSlackUserIdentities` operation.
pub mod describe_slack_user_identities;

/// Types for the `DescribeSlackWorkspaces` operation.
pub mod describe_slack_workspaces;

/// Types for the `GetAccountPreferences` operation.
pub mod get_account_preferences;

/// Types for the `GetMicrosoftTeamsChannelConfiguration` operation.
pub mod get_microsoft_teams_channel_configuration;

/// Types for the `ListMicrosoftTeamsChannelConfigurations` operation.
pub mod list_microsoft_teams_channel_configurations;

/// Types for the `ListMicrosoftTeamsConfiguredTeams` operation.
pub mod list_microsoft_teams_configured_teams;

/// Types for the `ListMicrosoftTeamsUserIdentities` operation.
pub mod list_microsoft_teams_user_identities;

/// Types for the `UpdateAccountPreferences` operation.
pub mod update_account_preferences;

/// Types for the `UpdateChimeWebhookConfiguration` operation.
pub mod update_chime_webhook_configuration;

/// Types for the `UpdateMicrosoftTeamsChannelConfiguration` operation.
pub mod update_microsoft_teams_channel_configuration;

/// Types for the `UpdateSlackChannelConfiguration` operation.
pub mod update_slack_channel_configuration;