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

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

/// Types for the `DeleteAccountAlias` operation.
pub mod delete_account_alias;

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

/// Types for the `DeleteSlackWorkspaceConfiguration` operation.
pub mod delete_slack_workspace_configuration;

/// Types for the `GetAccountAlias` operation.
pub mod get_account_alias;

/// Types for the `ListSlackChannelConfigurations` operation.
pub mod list_slack_channel_configurations;

/// Types for the `ListSlackWorkspaceConfigurations` operation.
pub mod list_slack_workspace_configurations;

/// Types for the `PutAccountAlias` operation.
pub mod put_account_alias;

/// Types for the `RegisterSlackWorkspaceForOrganization` operation.
pub mod register_slack_workspace_for_organization;

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