aws-sdk-wafv2 1.130.0

AWS SDK for AWS WAFV2
Documentation
// Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
pub use crate::types::error::_waf_feature_not_included_in_pricing_plan_exception::WafFeatureNotIncludedInPricingPlanException;

pub use crate::types::error::_waf_internal_error_exception::WafInternalErrorException;

pub use crate::types::error::_waf_invalid_operation_exception::WafInvalidOperationException;

pub use crate::types::error::_waf_invalid_parameter_exception::WafInvalidParameterException;

pub use crate::types::error::_waf_limits_exceeded_exception::WafLimitsExceededException;

pub use crate::types::error::_waf_nonexistent_item_exception::WafNonexistentItemException;

pub use crate::types::error::_waf_unavailable_entity_exception::WafUnavailableEntityException;

pub use crate::types::error::_waf_expired_managed_rule_group_version_exception::WafExpiredManagedRuleGroupVersionException;

pub use crate::types::error::_waf_invalid_resource_exception::WafInvalidResourceException;

pub use crate::types::error::_waf_subscription_not_found_exception::WafSubscriptionNotFoundException;

pub use crate::types::error::_waf_duplicate_item_exception::WafDuplicateItemException;

pub use crate::types::error::_waf_optimistic_lock_exception::WafOptimisticLockException;

pub use crate::types::error::_waf_tag_operation_exception::WafTagOperationException;

pub use crate::types::error::_waf_tag_operation_internal_error_exception::WafTagOperationInternalErrorException;

pub use crate::types::error::_waf_configuration_warning_exception::WafConfigurationWarningException;

pub use crate::types::error::_waf_associated_item_exception::WafAssociatedItemException;

pub use crate::types::error::_waf_unsupported_aggregate_key_type_exception::WafUnsupportedAggregateKeyTypeException;

pub use crate::types::error::_waf_log_destination_permission_issue_exception::WafLogDestinationPermissionIssueException;

pub use crate::types::error::_waf_service_linked_role_error_exception::WafServiceLinkedRoleErrorException;

pub use crate::types::error::_waf_invalid_permission_policy_exception::WafInvalidPermissionPolicyException;

mod _waf_associated_item_exception;

mod _waf_configuration_warning_exception;

mod _waf_duplicate_item_exception;

mod _waf_expired_managed_rule_group_version_exception;

mod _waf_feature_not_included_in_pricing_plan_exception;

mod _waf_internal_error_exception;

mod _waf_invalid_operation_exception;

mod _waf_invalid_parameter_exception;

mod _waf_invalid_permission_policy_exception;

mod _waf_invalid_resource_exception;

mod _waf_limits_exceeded_exception;

mod _waf_log_destination_permission_issue_exception;

mod _waf_nonexistent_item_exception;

mod _waf_optimistic_lock_exception;

mod _waf_service_linked_role_error_exception;

mod _waf_subscription_not_found_exception;

mod _waf_tag_operation_exception;

mod _waf_tag_operation_internal_error_exception;

mod _waf_unavailable_entity_exception;

mod _waf_unsupported_aggregate_key_type_exception;

/// Builders
pub mod builders;