aws_sdk_mailmanager/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 `CreateAddonInstance` operation.
5pub mod create_addon_instance;
6
7/// Types for the `CreateAddonSubscription` operation.
8pub mod create_addon_subscription;
9
10/// Types for the `CreateAddressList` operation.
11pub mod create_address_list;
12
13/// Types for the `CreateAddressListImportJob` operation.
14pub mod create_address_list_import_job;
15
16/// Types for the `CreateArchive` operation.
17pub mod create_archive;
18
19/// Types for the `CreateIngressPoint` operation.
20pub mod create_ingress_point;
21
22/// Types for the `CreateRelay` operation.
23pub mod create_relay;
24
25/// Types for the `CreateRuleSet` operation.
26pub mod create_rule_set;
27
28/// Types for the `CreateTrafficPolicy` operation.
29pub mod create_traffic_policy;
30
31/// Types for the `DeleteAddonInstance` operation.
32pub mod delete_addon_instance;
33
34/// Types for the `DeleteAddonSubscription` operation.
35pub mod delete_addon_subscription;
36
37/// Types for the `DeleteAddressList` operation.
38pub mod delete_address_list;
39
40/// Types for the `DeleteArchive` operation.
41pub mod delete_archive;
42
43/// Types for the `DeleteIngressPoint` operation.
44pub mod delete_ingress_point;
45
46/// Types for the `DeleteRelay` operation.
47pub mod delete_relay;
48
49/// Types for the `DeleteRuleSet` operation.
50pub mod delete_rule_set;
51
52/// Types for the `DeleteTrafficPolicy` operation.
53pub mod delete_traffic_policy;
54
55/// Types for the `DeregisterMemberFromAddressList` operation.
56pub mod deregister_member_from_address_list;
57
58/// Types for the `GetAddonInstance` operation.
59pub mod get_addon_instance;
60
61/// Types for the `GetAddonSubscription` operation.
62pub mod get_addon_subscription;
63
64/// Types for the `GetAddressList` operation.
65pub mod get_address_list;
66
67/// Types for the `GetAddressListImportJob` operation.
68pub mod get_address_list_import_job;
69
70/// Types for the `GetArchive` operation.
71pub mod get_archive;
72
73/// Types for the `GetArchiveExport` operation.
74pub mod get_archive_export;
75
76/// Types for the `GetArchiveMessage` operation.
77pub mod get_archive_message;
78
79/// Types for the `GetArchiveMessageContent` operation.
80pub mod get_archive_message_content;
81
82/// Types for the `GetArchiveSearch` operation.
83pub mod get_archive_search;
84
85/// Types for the `GetArchiveSearchResults` operation.
86pub mod get_archive_search_results;
87
88/// Types for the `GetIngressPoint` operation.
89pub mod get_ingress_point;
90
91/// Types for the `GetMemberOfAddressList` operation.
92pub mod get_member_of_address_list;
93
94/// Types for the `GetRelay` operation.
95pub mod get_relay;
96
97/// Types for the `GetRuleSet` operation.
98pub mod get_rule_set;
99
100/// Types for the `GetTrafficPolicy` operation.
101pub mod get_traffic_policy;
102
103/// Types for the `ListAddonInstances` operation.
104pub mod list_addon_instances;
105
106/// Types for the `ListAddonSubscriptions` operation.
107pub mod list_addon_subscriptions;
108
109/// Types for the `ListAddressListImportJobs` operation.
110pub mod list_address_list_import_jobs;
111
112/// Types for the `ListAddressLists` operation.
113pub mod list_address_lists;
114
115/// Types for the `ListArchiveExports` operation.
116pub mod list_archive_exports;
117
118/// Types for the `ListArchiveSearches` operation.
119pub mod list_archive_searches;
120
121/// Types for the `ListArchives` operation.
122pub mod list_archives;
123
124/// Types for the `ListIngressPoints` operation.
125pub mod list_ingress_points;
126
127/// Types for the `ListMembersOfAddressList` operation.
128pub mod list_members_of_address_list;
129
130/// Types for the `ListRelays` operation.
131pub mod list_relays;
132
133/// Types for the `ListRuleSets` operation.
134pub mod list_rule_sets;
135
136/// Types for the `ListTagsForResource` operation.
137pub mod list_tags_for_resource;
138
139/// Types for the `ListTrafficPolicies` operation.
140pub mod list_traffic_policies;
141
142/// Types for the `RegisterMemberToAddressList` operation.
143pub mod register_member_to_address_list;
144
145/// Types for the `StartAddressListImportJob` operation.
146pub mod start_address_list_import_job;
147
148/// Types for the `StartArchiveExport` operation.
149pub mod start_archive_export;
150
151/// Types for the `StartArchiveSearch` operation.
152pub mod start_archive_search;
153
154/// Types for the `StopAddressListImportJob` operation.
155pub mod stop_address_list_import_job;
156
157/// Types for the `StopArchiveExport` operation.
158pub mod stop_archive_export;
159
160/// Types for the `StopArchiveSearch` operation.
161pub mod stop_archive_search;
162
163/// Types for the `TagResource` operation.
164pub mod tag_resource;
165
166/// Types for the `UntagResource` operation.
167pub mod untag_resource;
168
169/// Types for the `UpdateArchive` operation.
170pub mod update_archive;
171
172/// Types for the `UpdateIngressPoint` operation.
173pub mod update_ingress_point;
174
175/// Types for the `UpdateRelay` operation.
176pub mod update_relay;
177
178/// Types for the `UpdateRuleSet` operation.
179pub mod update_rule_set;
180
181/// Types for the `UpdateTrafficPolicy` operation.
182pub mod update_traffic_policy;