aws_sdk_waf/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 `CreateByteMatchSet` operation.
5pub mod create_byte_match_set;
6
7/// Types for the `CreateGeoMatchSet` operation.
8pub mod create_geo_match_set;
9
10/// Types for the `CreateIPSet` operation.
11pub mod create_ip_set;
12
13/// Types for the `CreateRateBasedRule` operation.
14pub mod create_rate_based_rule;
15
16/// Types for the `CreateRegexMatchSet` operation.
17pub mod create_regex_match_set;
18
19/// Types for the `CreateRegexPatternSet` operation.
20pub mod create_regex_pattern_set;
21
22/// Types for the `CreateRule` operation.
23pub mod create_rule;
24
25/// Types for the `CreateRuleGroup` operation.
26pub mod create_rule_group;
27
28/// Types for the `CreateSizeConstraintSet` operation.
29pub mod create_size_constraint_set;
30
31/// Types for the `CreateSqlInjectionMatchSet` operation.
32pub mod create_sql_injection_match_set;
33
34/// Types for the `CreateWebACL` operation.
35pub mod create_web_acl;
36
37/// Types for the `CreateWebACLMigrationStack` operation.
38pub mod create_web_acl_migration_stack;
39
40/// Types for the `CreateXssMatchSet` operation.
41pub mod create_xss_match_set;
42
43/// Types for the `DeleteByteMatchSet` operation.
44pub mod delete_byte_match_set;
45
46/// Types for the `DeleteGeoMatchSet` operation.
47pub mod delete_geo_match_set;
48
49/// Types for the `DeleteIPSet` operation.
50pub mod delete_ip_set;
51
52/// Types for the `DeleteLoggingConfiguration` operation.
53pub mod delete_logging_configuration;
54
55/// Types for the `DeletePermissionPolicy` operation.
56pub mod delete_permission_policy;
57
58/// Types for the `DeleteRateBasedRule` operation.
59pub mod delete_rate_based_rule;
60
61/// Types for the `DeleteRegexMatchSet` operation.
62pub mod delete_regex_match_set;
63
64/// Types for the `DeleteRegexPatternSet` operation.
65pub mod delete_regex_pattern_set;
66
67/// Types for the `DeleteRule` operation.
68pub mod delete_rule;
69
70/// Types for the `DeleteRuleGroup` operation.
71pub mod delete_rule_group;
72
73/// Types for the `DeleteSizeConstraintSet` operation.
74pub mod delete_size_constraint_set;
75
76/// Types for the `DeleteSqlInjectionMatchSet` operation.
77pub mod delete_sql_injection_match_set;
78
79/// Types for the `DeleteWebACL` operation.
80pub mod delete_web_acl;
81
82/// Types for the `DeleteXssMatchSet` operation.
83pub mod delete_xss_match_set;
84
85/// Types for the `GetByteMatchSet` operation.
86pub mod get_byte_match_set;
87
88/// Types for the `GetChangeToken` operation.
89pub mod get_change_token;
90
91/// Types for the `GetChangeTokenStatus` operation.
92pub mod get_change_token_status;
93
94/// Types for the `GetGeoMatchSet` operation.
95pub mod get_geo_match_set;
96
97/// Types for the `GetIPSet` operation.
98pub mod get_ip_set;
99
100/// Types for the `GetLoggingConfiguration` operation.
101pub mod get_logging_configuration;
102
103/// Types for the `GetPermissionPolicy` operation.
104pub mod get_permission_policy;
105
106/// Types for the `GetRateBasedRule` operation.
107pub mod get_rate_based_rule;
108
109/// Types for the `GetRateBasedRuleManagedKeys` operation.
110pub mod get_rate_based_rule_managed_keys;
111
112/// Types for the `GetRegexMatchSet` operation.
113pub mod get_regex_match_set;
114
115/// Types for the `GetRegexPatternSet` operation.
116pub mod get_regex_pattern_set;
117
118/// Types for the `GetRule` operation.
119pub mod get_rule;
120
121/// Types for the `GetRuleGroup` operation.
122pub mod get_rule_group;
123
124/// Types for the `GetSampledRequests` operation.
125pub mod get_sampled_requests;
126
127/// Types for the `GetSizeConstraintSet` operation.
128pub mod get_size_constraint_set;
129
130/// Types for the `GetSqlInjectionMatchSet` operation.
131pub mod get_sql_injection_match_set;
132
133/// Types for the `GetWebACL` operation.
134pub mod get_web_acl;
135
136/// Types for the `GetXssMatchSet` operation.
137pub mod get_xss_match_set;
138
139/// Types for the `ListActivatedRulesInRuleGroup` operation.
140pub mod list_activated_rules_in_rule_group;
141
142/// Types for the `ListByteMatchSets` operation.
143pub mod list_byte_match_sets;
144
145/// Types for the `ListGeoMatchSets` operation.
146pub mod list_geo_match_sets;
147
148/// Types for the `ListIPSets` operation.
149pub mod list_ip_sets;
150
151/// Types for the `ListLoggingConfigurations` operation.
152pub mod list_logging_configurations;
153
154/// Types for the `ListRateBasedRules` operation.
155pub mod list_rate_based_rules;
156
157/// Types for the `ListRegexMatchSets` operation.
158pub mod list_regex_match_sets;
159
160/// Types for the `ListRegexPatternSets` operation.
161pub mod list_regex_pattern_sets;
162
163/// Types for the `ListRuleGroups` operation.
164pub mod list_rule_groups;
165
166/// Types for the `ListRules` operation.
167pub mod list_rules;
168
169/// Types for the `ListSizeConstraintSets` operation.
170pub mod list_size_constraint_sets;
171
172/// Types for the `ListSqlInjectionMatchSets` operation.
173pub mod list_sql_injection_match_sets;
174
175/// Types for the `ListSubscribedRuleGroups` operation.
176pub mod list_subscribed_rule_groups;
177
178/// Types for the `ListTagsForResource` operation.
179pub mod list_tags_for_resource;
180
181/// Types for the `ListWebACLs` operation.
182pub mod list_web_acls;
183
184/// Types for the `ListXssMatchSets` operation.
185pub mod list_xss_match_sets;
186
187/// Types for the `PutLoggingConfiguration` operation.
188pub mod put_logging_configuration;
189
190/// Types for the `PutPermissionPolicy` operation.
191pub mod put_permission_policy;
192
193/// Types for the `TagResource` operation.
194pub mod tag_resource;
195
196/// Types for the `UntagResource` operation.
197pub mod untag_resource;
198
199/// Types for the `UpdateByteMatchSet` operation.
200pub mod update_byte_match_set;
201
202/// Types for the `UpdateGeoMatchSet` operation.
203pub mod update_geo_match_set;
204
205/// Types for the `UpdateIPSet` operation.
206pub mod update_ip_set;
207
208/// Types for the `UpdateRateBasedRule` operation.
209pub mod update_rate_based_rule;
210
211/// Types for the `UpdateRegexMatchSet` operation.
212pub mod update_regex_match_set;
213
214/// Types for the `UpdateRegexPatternSet` operation.
215pub mod update_regex_pattern_set;
216
217/// Types for the `UpdateRule` operation.
218pub mod update_rule;
219
220/// Types for the `UpdateRuleGroup` operation.
221pub mod update_rule_group;
222
223/// Types for the `UpdateSizeConstraintSet` operation.
224pub mod update_size_constraint_set;
225
226/// Types for the `UpdateSqlInjectionMatchSet` operation.
227pub mod update_sql_injection_match_set;
228
229/// Types for the `UpdateWebACL` operation.
230pub mod update_web_acl;
231
232/// Types for the `UpdateXssMatchSet` operation.
233pub mod update_xss_match_set;