aws_sdk_securitylake/
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 `CreateAwsLogSource` operation.
5pub mod create_aws_log_source;
6
7/// Types for the `CreateCustomLogSource` operation.
8pub mod create_custom_log_source;
9
10/// Types for the `CreateDataLake` operation.
11pub mod create_data_lake;
12
13/// Types for the `CreateDataLakeExceptionSubscription` operation.
14pub mod create_data_lake_exception_subscription;
15
16/// Types for the `CreateDataLakeOrganizationConfiguration` operation.
17pub mod create_data_lake_organization_configuration;
18
19/// Types for the `CreateSubscriber` operation.
20pub mod create_subscriber;
21
22/// Types for the `CreateSubscriberNotification` operation.
23pub mod create_subscriber_notification;
24
25/// Types for the `DeleteAwsLogSource` operation.
26pub mod delete_aws_log_source;
27
28/// Types for the `DeleteCustomLogSource` operation.
29pub mod delete_custom_log_source;
30
31/// Types for the `DeleteDataLake` operation.
32pub mod delete_data_lake;
33
34/// Types for the `DeleteDataLakeExceptionSubscription` operation.
35pub mod delete_data_lake_exception_subscription;
36
37/// Types for the `DeleteDataLakeOrganizationConfiguration` operation.
38pub mod delete_data_lake_organization_configuration;
39
40/// Types for the `DeleteSubscriber` operation.
41pub mod delete_subscriber;
42
43/// Types for the `DeleteSubscriberNotification` operation.
44pub mod delete_subscriber_notification;
45
46/// Types for the `DeregisterDataLakeDelegatedAdministrator` operation.
47pub mod deregister_data_lake_delegated_administrator;
48
49/// Types for the `GetDataLakeExceptionSubscription` operation.
50pub mod get_data_lake_exception_subscription;
51
52/// Types for the `GetDataLakeOrganizationConfiguration` operation.
53pub mod get_data_lake_organization_configuration;
54
55/// Types for the `GetDataLakeSources` operation.
56pub mod get_data_lake_sources;
57
58/// Types for the `GetSubscriber` operation.
59pub mod get_subscriber;
60
61/// Types for the `ListDataLakeExceptions` operation.
62pub mod list_data_lake_exceptions;
63
64/// Types for the `ListDataLakes` operation.
65pub mod list_data_lakes;
66
67/// Types for the `ListLogSources` operation.
68pub mod list_log_sources;
69
70/// Types for the `ListSubscribers` operation.
71pub mod list_subscribers;
72
73/// Types for the `ListTagsForResource` operation.
74pub mod list_tags_for_resource;
75
76/// Types for the `RegisterDataLakeDelegatedAdministrator` operation.
77pub mod register_data_lake_delegated_administrator;
78
79/// Types for the `TagResource` operation.
80pub mod tag_resource;
81
82/// Types for the `UntagResource` operation.
83pub mod untag_resource;
84
85/// Types for the `UpdateDataLake` operation.
86pub mod update_data_lake;
87
88/// Types for the `UpdateDataLakeExceptionSubscription` operation.
89pub mod update_data_lake_exception_subscription;
90
91/// Types for the `UpdateSubscriber` operation.
92pub mod update_subscriber;
93
94/// Types for the `UpdateSubscriberNotification` operation.
95pub mod update_subscriber_notification;