aws_sdk_wafv2/
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 `AssociateWebACL` operation.
5pub mod associate_web_acl;
6
7/// Types for the `CheckCapacity` operation.
8pub mod check_capacity;
9
10/// Types for the `CreateAPIKey` operation.
11pub mod create_api_key;
12
13/// Types for the `CreateIPSet` operation.
14pub mod create_ip_set;
15
16/// Types for the `CreateRegexPatternSet` operation.
17pub mod create_regex_pattern_set;
18
19/// Types for the `CreateRuleGroup` operation.
20pub mod create_rule_group;
21
22/// Types for the `CreateWebACL` operation.
23pub mod create_web_acl;
24
25/// Types for the `DeleteAPIKey` operation.
26pub mod delete_api_key;
27
28/// Types for the `DeleteFirewallManagerRuleGroups` operation.
29pub mod delete_firewall_manager_rule_groups;
30
31/// Types for the `DeleteIPSet` operation.
32pub mod delete_ip_set;
33
34/// Types for the `DeleteLoggingConfiguration` operation.
35pub mod delete_logging_configuration;
36
37/// Types for the `DeletePermissionPolicy` operation.
38pub mod delete_permission_policy;
39
40/// Types for the `DeleteRegexPatternSet` operation.
41pub mod delete_regex_pattern_set;
42
43/// Types for the `DeleteRuleGroup` operation.
44pub mod delete_rule_group;
45
46/// Types for the `DeleteWebACL` operation.
47pub mod delete_web_acl;
48
49/// Types for the `DescribeAllManagedProducts` operation.
50pub mod describe_all_managed_products;
51
52/// Types for the `DescribeManagedProductsByVendor` operation.
53pub mod describe_managed_products_by_vendor;
54
55/// Types for the `DescribeManagedRuleGroup` operation.
56pub mod describe_managed_rule_group;
57
58/// Types for the `DisassociateWebACL` operation.
59pub mod disassociate_web_acl;
60
61/// Types for the `GenerateMobileSdkReleaseUrl` operation.
62pub mod generate_mobile_sdk_release_url;
63
64/// Types for the `GetDecryptedAPIKey` operation.
65pub mod get_decrypted_api_key;
66
67/// Types for the `GetIPSet` operation.
68pub mod get_ip_set;
69
70/// Types for the `GetLoggingConfiguration` operation.
71pub mod get_logging_configuration;
72
73/// Types for the `GetManagedRuleSet` operation.
74pub mod get_managed_rule_set;
75
76/// Types for the `GetMobileSdkRelease` operation.
77pub mod get_mobile_sdk_release;
78
79/// Types for the `GetPermissionPolicy` operation.
80pub mod get_permission_policy;
81
82/// Types for the `GetRateBasedStatementManagedKeys` operation.
83pub mod get_rate_based_statement_managed_keys;
84
85/// Types for the `GetRegexPatternSet` operation.
86pub mod get_regex_pattern_set;
87
88/// Types for the `GetRuleGroup` operation.
89pub mod get_rule_group;
90
91/// Types for the `GetSampledRequests` operation.
92pub mod get_sampled_requests;
93
94/// Types for the `GetWebACL` operation.
95pub mod get_web_acl;
96
97/// Types for the `GetWebACLForResource` operation.
98pub mod get_web_acl_for_resource;
99
100/// Types for the `ListAPIKeys` operation.
101pub mod list_api_keys;
102
103/// Types for the `ListAvailableManagedRuleGroupVersions` operation.
104pub mod list_available_managed_rule_group_versions;
105
106/// Types for the `ListAvailableManagedRuleGroups` operation.
107pub mod list_available_managed_rule_groups;
108
109/// Types for the `ListIPSets` operation.
110pub mod list_ip_sets;
111
112/// Types for the `ListLoggingConfigurations` operation.
113pub mod list_logging_configurations;
114
115/// Types for the `ListManagedRuleSets` operation.
116pub mod list_managed_rule_sets;
117
118/// Types for the `ListMobileSdkReleases` operation.
119pub mod list_mobile_sdk_releases;
120
121/// Types for the `ListRegexPatternSets` operation.
122pub mod list_regex_pattern_sets;
123
124/// Types for the `ListResourcesForWebACL` operation.
125pub mod list_resources_for_web_acl;
126
127/// Types for the `ListRuleGroups` operation.
128pub mod list_rule_groups;
129
130/// Types for the `ListTagsForResource` operation.
131pub mod list_tags_for_resource;
132
133/// Types for the `ListWebACLs` operation.
134pub mod list_web_acls;
135
136/// Types for the `PutLoggingConfiguration` operation.
137pub mod put_logging_configuration;
138
139/// Types for the `PutManagedRuleSetVersions` operation.
140pub mod put_managed_rule_set_versions;
141
142/// Types for the `PutPermissionPolicy` operation.
143pub mod put_permission_policy;
144
145/// Types for the `TagResource` operation.
146pub mod tag_resource;
147
148/// Types for the `UntagResource` operation.
149pub mod untag_resource;
150
151/// Types for the `UpdateIPSet` operation.
152pub mod update_ip_set;
153
154/// Types for the `UpdateManagedRuleSetVersionExpiryDate` operation.
155pub mod update_managed_rule_set_version_expiry_date;
156
157/// Types for the `UpdateRegexPatternSet` operation.
158pub mod update_regex_pattern_set;
159
160/// Types for the `UpdateRuleGroup` operation.
161pub mod update_rule_group;
162
163/// Types for the `UpdateWebACL` operation.
164pub mod update_web_acl;