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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;

/// Types for the `AddTags` operation.
pub mod add_tags;

/// Types for the `CancelQuery` operation.
pub mod cancel_query;

/// Types for the `CreateChannel` operation.
pub mod create_channel;

/// Types for the `CreateEventDataStore` operation.
pub mod create_event_data_store;

/// Types for the `CreateTrail` operation.
pub mod create_trail;

/// Types for the `DeleteChannel` operation.
pub mod delete_channel;

/// Types for the `DeleteEventDataStore` operation.
pub mod delete_event_data_store;

/// Types for the `DeleteResourcePolicy` operation.
pub mod delete_resource_policy;

/// Types for the `DeleteTrail` operation.
pub mod delete_trail;

/// Types for the `DeregisterOrganizationDelegatedAdmin` operation.
pub mod deregister_organization_delegated_admin;

/// Types for the `DescribeQuery` operation.
pub mod describe_query;

/// Types for the `DescribeTrails` operation.
pub mod describe_trails;

/// Types for the `DisableFederation` operation.
pub mod disable_federation;

/// Types for the `EnableFederation` operation.
pub mod enable_federation;

/// Types for the `GetChannel` operation.
pub mod get_channel;

/// Types for the `GetEventDataStore` operation.
pub mod get_event_data_store;

/// Types for the `GetEventSelectors` operation.
pub mod get_event_selectors;

/// Types for the `GetImport` operation.
pub mod get_import;

/// Types for the `GetInsightSelectors` operation.
pub mod get_insight_selectors;

/// Types for the `GetQueryResults` operation.
pub mod get_query_results;

/// Types for the `GetResourcePolicy` operation.
pub mod get_resource_policy;

/// Types for the `GetTrail` operation.
pub mod get_trail;

/// Types for the `GetTrailStatus` operation.
pub mod get_trail_status;

/// Types for the `ListChannels` operation.
pub mod list_channels;

/// Types for the `ListEventDataStores` operation.
pub mod list_event_data_stores;

/// Types for the `ListImportFailures` operation.
pub mod list_import_failures;

/// Types for the `ListImports` operation.
pub mod list_imports;

/// Types for the `ListInsightsMetricData` operation.
pub mod list_insights_metric_data;

/// Types for the `ListPublicKeys` operation.
pub mod list_public_keys;

/// Types for the `ListQueries` operation.
pub mod list_queries;

/// Types for the `ListTags` operation.
pub mod list_tags;

/// Types for the `ListTrails` operation.
pub mod list_trails;

/// Types for the `LookupEvents` operation.
pub mod lookup_events;

/// Types for the `PutEventSelectors` operation.
pub mod put_event_selectors;

/// Types for the `PutInsightSelectors` operation.
pub mod put_insight_selectors;

/// Types for the `PutResourcePolicy` operation.
pub mod put_resource_policy;

/// Types for the `RegisterOrganizationDelegatedAdmin` operation.
pub mod register_organization_delegated_admin;

/// Types for the `RemoveTags` operation.
pub mod remove_tags;

/// Types for the `RestoreEventDataStore` operation.
pub mod restore_event_data_store;

/// Types for the `StartEventDataStoreIngestion` operation.
pub mod start_event_data_store_ingestion;

/// Types for the `StartImport` operation.
pub mod start_import;

/// Types for the `StartLogging` operation.
pub mod start_logging;

/// Types for the `StartQuery` operation.
pub mod start_query;

/// Types for the `StopEventDataStoreIngestion` operation.
pub mod stop_event_data_store_ingestion;

/// Types for the `StopImport` operation.
pub mod stop_import;

/// Types for the `StopLogging` operation.
pub mod stop_logging;

/// Types for the `UpdateChannel` operation.
pub mod update_channel;

/// Types for the `UpdateEventDataStore` operation.
pub mod update_event_data_store;

/// Types for the `UpdateTrail` operation.
pub mod update_trail;