aws_sdk_supportapp/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 `CreateSlackChannelConfiguration` operation.
5pub mod create_slack_channel_configuration;
6
7/// Types for the `DeleteAccountAlias` operation.
8pub mod delete_account_alias;
9
10/// Types for the `DeleteSlackChannelConfiguration` operation.
11pub mod delete_slack_channel_configuration;
12
13/// Types for the `DeleteSlackWorkspaceConfiguration` operation.
14pub mod delete_slack_workspace_configuration;
15
16/// Types for the `GetAccountAlias` operation.
17pub mod get_account_alias;
18
19/// Types for the `ListSlackChannelConfigurations` operation.
20pub mod list_slack_channel_configurations;
21
22/// Types for the `ListSlackWorkspaceConfigurations` operation.
23pub mod list_slack_workspace_configurations;
24
25/// Types for the `PutAccountAlias` operation.
26pub mod put_account_alias;
27
28/// Types for the `RegisterSlackWorkspaceForOrganization` operation.
29pub mod register_slack_workspace_for_organization;
30
31/// Types for the `UpdateSlackChannelConfiguration` operation.
32pub mod update_slack_channel_configuration;