aws_sdk_wafv2/operation.rs
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 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use ::aws_types::request_id::RequestId;
/// Types for the `AssociateWebACL` operation.
pub mod associate_web_acl;
/// Types for the `CheckCapacity` operation.
pub mod check_capacity;
/// Types for the `CreateAPIKey` operation.
pub mod create_api_key;
/// Types for the `CreateIPSet` operation.
pub mod create_ip_set;
/// Types for the `CreateRegexPatternSet` operation.
pub mod create_regex_pattern_set;
/// Types for the `CreateRuleGroup` operation.
pub mod create_rule_group;
/// Types for the `CreateWebACL` operation.
pub mod create_web_acl;
/// Types for the `DeleteAPIKey` operation.
pub mod delete_api_key;
/// Types for the `DeleteFirewallManagerRuleGroups` operation.
pub mod delete_firewall_manager_rule_groups;
/// Types for the `DeleteIPSet` operation.
pub mod delete_ip_set;
/// Types for the `DeleteLoggingConfiguration` operation.
pub mod delete_logging_configuration;
/// Types for the `DeletePermissionPolicy` operation.
pub mod delete_permission_policy;
/// Types for the `DeleteRegexPatternSet` operation.
pub mod delete_regex_pattern_set;
/// Types for the `DeleteRuleGroup` operation.
pub mod delete_rule_group;
/// Types for the `DeleteWebACL` operation.
pub mod delete_web_acl;
/// Types for the `DescribeAllManagedProducts` operation.
pub mod describe_all_managed_products;
/// Types for the `DescribeManagedProductsByVendor` operation.
pub mod describe_managed_products_by_vendor;
/// Types for the `DescribeManagedRuleGroup` operation.
pub mod describe_managed_rule_group;
/// Types for the `DisassociateWebACL` operation.
pub mod disassociate_web_acl;
/// Types for the `GenerateMobileSdkReleaseUrl` operation.
pub mod generate_mobile_sdk_release_url;
/// Types for the `GetDecryptedAPIKey` operation.
pub mod get_decrypted_api_key;
/// Types for the `GetIPSet` operation.
pub mod get_ip_set;
/// Types for the `GetLoggingConfiguration` operation.
pub mod get_logging_configuration;
/// Types for the `GetManagedRuleSet` operation.
pub mod get_managed_rule_set;
/// Types for the `GetMobileSdkRelease` operation.
pub mod get_mobile_sdk_release;
/// Types for the `GetPermissionPolicy` operation.
pub mod get_permission_policy;
/// Types for the `GetRateBasedStatementManagedKeys` operation.
pub mod get_rate_based_statement_managed_keys;
/// Types for the `GetRegexPatternSet` operation.
pub mod get_regex_pattern_set;
/// Types for the `GetRuleGroup` operation.
pub mod get_rule_group;
/// Types for the `GetSampledRequests` operation.
pub mod get_sampled_requests;
/// Types for the `GetWebACL` operation.
pub mod get_web_acl;
/// Types for the `GetWebACLForResource` operation.
pub mod get_web_acl_for_resource;
/// Types for the `ListAPIKeys` operation.
pub mod list_api_keys;
/// Types for the `ListAvailableManagedRuleGroupVersions` operation.
pub mod list_available_managed_rule_group_versions;
/// Types for the `ListAvailableManagedRuleGroups` operation.
pub mod list_available_managed_rule_groups;
/// Types for the `ListIPSets` operation.
pub mod list_ip_sets;
/// Types for the `ListLoggingConfigurations` operation.
pub mod list_logging_configurations;
/// Types for the `ListManagedRuleSets` operation.
pub mod list_managed_rule_sets;
/// Types for the `ListMobileSdkReleases` operation.
pub mod list_mobile_sdk_releases;
/// Types for the `ListRegexPatternSets` operation.
pub mod list_regex_pattern_sets;
/// Types for the `ListResourcesForWebACL` operation.
pub mod list_resources_for_web_acl;
/// Types for the `ListRuleGroups` operation.
pub mod list_rule_groups;
/// Types for the `ListTagsForResource` operation.
pub mod list_tags_for_resource;
/// Types for the `ListWebACLs` operation.
pub mod list_web_acls;
/// Types for the `PutLoggingConfiguration` operation.
pub mod put_logging_configuration;
/// Types for the `PutManagedRuleSetVersions` operation.
pub mod put_managed_rule_set_versions;
/// Types for the `PutPermissionPolicy` operation.
pub mod put_permission_policy;
/// Types for the `TagResource` operation.
pub mod tag_resource;
/// Types for the `UntagResource` operation.
pub mod untag_resource;
/// Types for the `UpdateIPSet` operation.
pub mod update_ip_set;
/// Types for the `UpdateManagedRuleSetVersionExpiryDate` operation.
pub mod update_managed_rule_set_version_expiry_date;
/// Types for the `UpdateRegexPatternSet` operation.
pub mod update_regex_pattern_set;
/// Types for the `UpdateRuleGroup` operation.
pub mod update_rule_group;
/// Types for the `UpdateWebACL` operation.
pub mod update_web_acl;