@aws-sdk/client-wafv2 3.32.0 → 3.36.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +45 -0
- package/{dist/cjs → dist-cjs}/WAFV2.js +2 -3
- package/{dist/cjs → dist-cjs}/WAFV2Client.js +8 -9
- package/{dist/cjs → dist-cjs}/commands/AssociateWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CheckCapacityCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateIPSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRegexPatternSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/CreateWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteFirewallManagerRuleGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteIPSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteLoggingConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeletePermissionPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRegexPatternSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DeleteWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DescribeManagedRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/DisassociateWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetIPSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetLoggingConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetManagedRuleSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetPermissionPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetRateBasedStatementManagedKeysCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetRegexPatternSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetSampledRequestsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/GetWebACLForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAvailableManagedRuleGroupVersionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListAvailableManagedRuleGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListIPSetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListLoggingConfigurationsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListManagedRuleSetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRegexPatternSetsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListResourcesForWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListRuleGroupsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListTagsForResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/ListWebACLsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutLoggingConfigurationCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutManagedRuleSetVersionsCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/PutPermissionPolicyCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/TagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UntagResourceCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateIPSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRegexPatternSetCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateRuleGroupCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/commands/UpdateWebACLCommand.js +2 -3
- package/{dist/cjs → dist-cjs}/endpoints.js +0 -1
- package/{dist/cjs → dist-cjs}/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/index.js +0 -1
- package/{dist/cjs → dist-cjs}/models/models_0.js +14 -5
- package/{dist/cjs → dist-cjs}/protocols/Aws_json1_1.js +29 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.browser.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.js +2 -2
- package/{dist/cjs → dist-cjs}/runtimeConfig.native.js +0 -1
- package/{dist/cjs → dist-cjs}/runtimeConfig.shared.js +1 -2
- package/{dist/es → dist-es}/WAFV2.js +3 -65
- package/dist-es/WAFV2Client.js +37 -0
- package/{dist/es → dist-es}/commands/AssociateWebACLCommand.js +4 -34
- package/dist-es/commands/CheckCapacityCommand.js +39 -0
- package/{dist/es → dist-es}/commands/CreateIPSetCommand.js +4 -33
- package/{dist/es → dist-es}/commands/CreateRegexPatternSetCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateRuleGroupCommand.js +4 -31
- package/{dist/es → dist-es}/commands/CreateWebACLCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteFirewallManagerRuleGroupsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DeleteIPSetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteLoggingConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeletePermissionPolicyCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DeleteRegexPatternSetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteRuleGroupCommand.js +4 -30
- package/{dist/es → dist-es}/commands/DeleteWebACLCommand.js +4 -32
- package/{dist/es → dist-es}/commands/DescribeManagedRuleGroupCommand.js +4 -31
- package/{dist/es → dist-es}/commands/DisassociateWebACLCommand.js +4 -33
- package/{dist/es → dist-es}/commands/GetIPSetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetLoggingConfigurationCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetManagedRuleSetCommand.js +4 -34
- package/{dist/es → dist-es}/commands/GetPermissionPolicyCommand.js +4 -31
- package/dist-es/commands/GetRateBasedStatementManagedKeysCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetRegexPatternSetCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetRuleGroupCommand.js +4 -30
- package/dist-es/commands/GetSampledRequestsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/GetWebACLCommand.js +4 -30
- package/{dist/es → dist-es}/commands/GetWebACLForResourceCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAvailableManagedRuleGroupVersionsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListAvailableManagedRuleGroupsCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListIPSetsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListLoggingConfigurationsCommand.js +4 -30
- package/{dist/es → dist-es}/commands/ListManagedRuleSetsCommand.js +4 -34
- package/{dist/es → dist-es}/commands/ListRegexPatternSetsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListResourcesForWebACLCommand.js +4 -32
- package/{dist/es → dist-es}/commands/ListRuleGroupsCommand.js +4 -31
- package/{dist/es → dist-es}/commands/ListTagsForResourceCommand.js +4 -37
- package/{dist/es → dist-es}/commands/ListWebACLsCommand.js +4 -31
- package/dist-es/commands/PutLoggingConfigurationCommand.js +39 -0
- package/dist-es/commands/PutManagedRuleSetVersionsCommand.js +39 -0
- package/{dist/es → dist-es}/commands/PutPermissionPolicyCommand.js +4 -46
- package/{dist/es → dist-es}/commands/TagResourceCommand.js +4 -37
- package/{dist/es → dist-es}/commands/UntagResourceCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateIPSetCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +4 -36
- package/{dist/es → dist-es}/commands/UpdateRegexPatternSetCommand.js +4 -33
- package/{dist/es → dist-es}/commands/UpdateRuleGroupCommand.js +4 -34
- package/dist-es/commands/UpdateWebACLCommand.js +39 -0
- package/{dist/es → dist-es}/endpoints.js +1 -2
- package/{dist/types/index.d.ts → dist-es/index.js} +0 -0
- package/{dist/types/models/index.d.ts → dist-es/models/index.js} +0 -0
- package/{dist/es → dist-es}/models/models_0.js +4 -547
- package/{dist/es → dist-es}/protocols/Aws_json1_1.js +1350 -1332
- package/{dist/es → dist-es}/runtimeConfig.browser.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.js +1 -5
- package/{dist/es → dist-es}/runtimeConfig.native.js +0 -4
- package/{dist/es → dist-es}/runtimeConfig.shared.js +1 -5
- package/{dist/types → dist-types}/WAFV2.d.ts +3 -3
- package/{dist/types → dist-types}/WAFV2Client.d.ts +9 -9
- package/{dist/types → dist-types}/commands/AssociateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CheckCapacityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/CreateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeletePermissionPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DeleteWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DescribeManagedRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/DisassociateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetManagedRuleSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetPermissionPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetRateBasedStatementManagedKeysCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetSampledRequestsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/GetWebACLForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListAvailableManagedRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListIPSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListLoggingConfigurationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListManagedRuleSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListRegexPatternSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListResourcesForWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/ListWebACLsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutManagedRuleSetVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/PutPermissionPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/commands/UpdateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/endpoints.d.ts +0 -0
- package/{index.ts → dist-types/index.d.ts} +0 -0
- package/{models/index.ts → dist-types/models/index.d.ts} +0 -0
- package/{dist/types → dist-types}/models/models_0.d.ts +34 -5
- package/{dist/types → dist-types}/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/runtimeConfig.d.ts +2 -1
- package/{dist/types/ts3.4 → dist-types}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/runtimeConfig.shared.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/WAFV2.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/WAFV2Client.d.ts +9 -9
- package/{dist/types → dist-types}/ts3.4/commands/AssociateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CheckCapacityCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/CreateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DeleteWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/DisassociateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetManagedRuleSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetPermissionPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetSampledRequestsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/GetWebACLForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListIPSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListRuleGroupsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/ListWebACLsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/PutPermissionPolicyCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/TagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UntagResourceCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateIPSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateRuleGroupCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/commands/UpdateWebACLCommand.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/endpoints.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/index.d.ts +0 -0
- package/{dist/types → dist-types}/ts3.4/models/models_0.d.ts +34 -5
- package/{dist/types → dist-types}/ts3.4/protocols/Aws_json1_1.d.ts +3 -3
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.browser.d.ts +1 -0
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.d.ts +2 -1
- package/{dist/types → dist-types/ts3.4}/runtimeConfig.native.d.ts +36 -35
- package/{dist/types → dist-types}/ts3.4/runtimeConfig.shared.d.ts +0 -0
- package/package.json +52 -49
- package/WAFV2.ts +0 -1794
- package/WAFV2Client.ts +0 -494
- package/commands/AssociateWebACLCommand.ts +0 -98
- package/commands/CheckCapacityCommand.ts +0 -105
- package/commands/CreateIPSetCommand.ts +0 -97
- package/commands/CreateRegexPatternSetCommand.ts +0 -95
- package/commands/CreateRuleGroupCommand.ts +0 -95
- package/commands/CreateWebACLCommand.ts +0 -95
- package/commands/DeleteFirewallManagerRuleGroupsCommand.ts +0 -104
- package/commands/DeleteIPSetCommand.ts +0 -94
- package/commands/DeleteLoggingConfigurationCommand.ts +0 -97
- package/commands/DeletePermissionPolicyCommand.ts +0 -95
- package/commands/DeleteRegexPatternSetCommand.ts +0 -94
- package/commands/DeleteRuleGroupCommand.ts +0 -94
- package/commands/DeleteWebACLCommand.ts +0 -96
- package/commands/DescribeManagedRuleGroupCommand.ts +0 -95
- package/commands/DisassociateWebACLCommand.ts +0 -97
- package/commands/GetIPSetCommand.ts +0 -87
- package/commands/GetLoggingConfigurationCommand.ts +0 -94
- package/commands/GetManagedRuleSetCommand.ts +0 -98
- package/commands/GetPermissionPolicyCommand.ts +0 -95
- package/commands/GetRateBasedStatementManagedKeysCommand.ts +0 -104
- package/commands/GetRegexPatternSetCommand.ts +0 -94
- package/commands/GetRuleGroupCommand.ts +0 -94
- package/commands/GetSampledRequestsCommand.ts +0 -103
- package/commands/GetWebACLCommand.ts +0 -91
- package/commands/GetWebACLForResourceCommand.ts +0 -94
- package/commands/ListAvailableManagedRuleGroupVersionsCommand.ts +0 -106
- package/commands/ListAvailableManagedRuleGroupsCommand.ts +0 -104
- package/commands/ListIPSetsCommand.ts +0 -95
- package/commands/ListLoggingConfigurationsCommand.ts +0 -97
- package/commands/ListManagedRuleSetsCommand.ts +0 -98
- package/commands/ListRegexPatternSetsCommand.ts +0 -95
- package/commands/ListResourcesForWebACLCommand.ts +0 -96
- package/commands/ListRuleGroupsCommand.ts +0 -95
- package/commands/ListTagsForResourceCommand.ts +0 -101
- package/commands/ListWebACLsCommand.ts +0 -95
- package/commands/PutLoggingConfigurationCommand.ts +0 -124
- package/commands/PutManagedRuleSetVersionsCommand.ts +0 -108
- package/commands/PutPermissionPolicyCommand.ts +0 -110
- package/commands/TagResourceCommand.ts +0 -101
- package/commands/UntagResourceCommand.ts +0 -97
- package/commands/UpdateIPSetCommand.ts +0 -97
- package/commands/UpdateManagedRuleSetVersionExpiryDateCommand.ts +0 -112
- package/commands/UpdateRegexPatternSetCommand.ts +0 -97
- package/commands/UpdateRuleGroupCommand.ts +0 -98
- package/commands/UpdateWebACLCommand.ts +0 -98
- package/dist/cjs/WAFV2.js.map +0 -1
- package/dist/cjs/WAFV2Client.js.map +0 -1
- package/dist/cjs/commands/AssociateWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/CheckCapacityCommand.js.map +0 -1
- package/dist/cjs/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/CreateWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteFirewallManagerRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/DeletePermissionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/DescribeManagedRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/DisassociateWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/GetIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/GetManagedRuleSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetPermissionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/GetRateBasedStatementManagedKeysCommand.js.map +0 -1
- package/dist/cjs/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/GetRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/GetSampledRequestsCommand.js.map +0 -1
- package/dist/cjs/commands/GetWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/GetWebACLForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableManagedRuleGroupVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/ListAvailableManagedRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListLoggingConfigurationsCommand.js.map +0 -1
- package/dist/cjs/commands/ListManagedRuleSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist/cjs/commands/ListResourcesForWebACLCommand.js.map +0 -1
- package/dist/cjs/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/cjs/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/cjs/commands/ListWebACLsCommand.js.map +0 -1
- package/dist/cjs/commands/PutLoggingConfigurationCommand.js.map +0 -1
- package/dist/cjs/commands/PutManagedRuleSetVersionsCommand.js.map +0 -1
- package/dist/cjs/commands/PutPermissionPolicyCommand.js.map +0 -1
- package/dist/cjs/commands/TagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UntagResourceCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/cjs/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist/cjs/endpoints.js.map +0 -1
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/models/index.js.map +0 -1
- package/dist/cjs/models/models_0.js.map +0 -1
- package/dist/cjs/package.json +0 -91
- package/dist/cjs/protocols/Aws_json1_1.js.map +0 -1
- package/dist/cjs/runtimeConfig.browser.js.map +0 -1
- package/dist/cjs/runtimeConfig.js.map +0 -1
- package/dist/cjs/runtimeConfig.native.js.map +0 -1
- package/dist/cjs/runtimeConfig.shared.js.map +0 -1
- package/dist/es/WAFV2.js.map +0 -1
- package/dist/es/WAFV2Client.js +0 -104
- package/dist/es/WAFV2Client.js.map +0 -1
- package/dist/es/commands/AssociateWebACLCommand.js.map +0 -1
- package/dist/es/commands/CheckCapacityCommand.js +0 -76
- package/dist/es/commands/CheckCapacityCommand.js.map +0 -1
- package/dist/es/commands/CreateIPSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/CreateWebACLCommand.js.map +0 -1
- package/dist/es/commands/DeleteFirewallManagerRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/DeleteIPSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/DeletePermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist/es/commands/DescribeManagedRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/DisassociateWebACLCommand.js.map +0 -1
- package/dist/es/commands/GetIPSetCommand.js.map +0 -1
- package/dist/es/commands/GetLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/GetManagedRuleSetCommand.js.map +0 -1
- package/dist/es/commands/GetPermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/GetRateBasedStatementManagedKeysCommand.js +0 -67
- package/dist/es/commands/GetRateBasedStatementManagedKeysCommand.js.map +0 -1
- package/dist/es/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/GetRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/GetSampledRequestsCommand.js +0 -74
- package/dist/es/commands/GetSampledRequestsCommand.js.map +0 -1
- package/dist/es/commands/GetWebACLCommand.js.map +0 -1
- package/dist/es/commands/GetWebACLForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableManagedRuleGroupVersionsCommand.js.map +0 -1
- package/dist/es/commands/ListAvailableManagedRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListIPSetsCommand.js.map +0 -1
- package/dist/es/commands/ListLoggingConfigurationsCommand.js.map +0 -1
- package/dist/es/commands/ListManagedRuleSetsCommand.js.map +0 -1
- package/dist/es/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist/es/commands/ListResourcesForWebACLCommand.js.map +0 -1
- package/dist/es/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist/es/commands/ListTagsForResourceCommand.js.map +0 -1
- package/dist/es/commands/ListWebACLsCommand.js.map +0 -1
- package/dist/es/commands/PutLoggingConfigurationCommand.js +0 -95
- package/dist/es/commands/PutLoggingConfigurationCommand.js.map +0 -1
- package/dist/es/commands/PutManagedRuleSetVersionsCommand.js +0 -76
- package/dist/es/commands/PutManagedRuleSetVersionsCommand.js.map +0 -1
- package/dist/es/commands/PutPermissionPolicyCommand.js.map +0 -1
- package/dist/es/commands/TagResourceCommand.js.map +0 -1
- package/dist/es/commands/UntagResourceCommand.js.map +0 -1
- package/dist/es/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js.map +0 -1
- package/dist/es/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist/es/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist/es/commands/UpdateWebACLCommand.js +0 -69
- package/dist/es/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist/es/endpoints.js.map +0 -1
- package/dist/es/index.js +0 -49
- package/dist/es/index.js.map +0 -1
- package/dist/es/models/index.js +0 -2
- package/dist/es/models/index.js.map +0 -1
- package/dist/es/models/models_0.js.map +0 -1
- package/dist/es/package.json +0 -91
- package/dist/es/protocols/Aws_json1_1.js.map +0 -1
- package/dist/es/runtimeConfig.browser.js.map +0 -1
- package/dist/es/runtimeConfig.js.map +0 -1
- package/dist/es/runtimeConfig.native.js.map +0 -1
- package/dist/es/runtimeConfig.shared.js.map +0 -1
- package/endpoints.ts +0 -57
- package/jest.config.js +0 -4
- package/models/models_0.ts +0 -6624
- package/protocols/Aws_json1_1.ts +0 -8472
- package/runtimeConfig.browser.ts +0 -40
- package/runtimeConfig.native.ts +0 -16
- package/runtimeConfig.shared.ts +0 -16
- package/runtimeConfig.ts +0 -45
- package/tsconfig.es.json +0 -12
- package/tsconfig.json +0 -32
|
@@ -7,51 +7,30 @@ export var ActionValue;
|
|
|
7
7
|
})(ActionValue || (ActionValue = {}));
|
|
8
8
|
export var ActionCondition;
|
|
9
9
|
(function (ActionCondition) {
|
|
10
|
-
/**
|
|
11
|
-
* @internal
|
|
12
|
-
*/
|
|
13
10
|
ActionCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
14
11
|
})(ActionCondition || (ActionCondition = {}));
|
|
15
12
|
export var All;
|
|
16
13
|
(function (All) {
|
|
17
|
-
/**
|
|
18
|
-
* @internal
|
|
19
|
-
*/
|
|
20
14
|
All.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
21
15
|
})(All || (All = {}));
|
|
22
16
|
export var CustomHTTPHeader;
|
|
23
17
|
(function (CustomHTTPHeader) {
|
|
24
|
-
/**
|
|
25
|
-
* @internal
|
|
26
|
-
*/
|
|
27
18
|
CustomHTTPHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
28
19
|
})(CustomHTTPHeader || (CustomHTTPHeader = {}));
|
|
29
20
|
export var CustomRequestHandling;
|
|
30
21
|
(function (CustomRequestHandling) {
|
|
31
|
-
/**
|
|
32
|
-
* @internal
|
|
33
|
-
*/
|
|
34
22
|
CustomRequestHandling.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
35
23
|
})(CustomRequestHandling || (CustomRequestHandling = {}));
|
|
36
24
|
export var AllowAction;
|
|
37
25
|
(function (AllowAction) {
|
|
38
|
-
/**
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
41
26
|
AllowAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
42
27
|
})(AllowAction || (AllowAction = {}));
|
|
43
28
|
export var AllQueryArguments;
|
|
44
29
|
(function (AllQueryArguments) {
|
|
45
|
-
/**
|
|
46
|
-
* @internal
|
|
47
|
-
*/
|
|
48
30
|
AllQueryArguments.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
49
31
|
})(AllQueryArguments || (AllQueryArguments = {}));
|
|
50
32
|
export var Body;
|
|
51
33
|
(function (Body) {
|
|
52
|
-
/**
|
|
53
|
-
* @internal
|
|
54
|
-
*/
|
|
55
34
|
Body.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
56
35
|
})(Body || (Body = {}));
|
|
57
36
|
export var BodyParsingFallbackBehavior;
|
|
@@ -62,9 +41,6 @@ export var BodyParsingFallbackBehavior;
|
|
|
62
41
|
})(BodyParsingFallbackBehavior || (BodyParsingFallbackBehavior = {}));
|
|
63
42
|
export var JsonMatchPattern;
|
|
64
43
|
(function (JsonMatchPattern) {
|
|
65
|
-
/**
|
|
66
|
-
* @internal
|
|
67
|
-
*/
|
|
68
44
|
JsonMatchPattern.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
69
45
|
})(JsonMatchPattern || (JsonMatchPattern = {}));
|
|
70
46
|
export var JsonMatchScope;
|
|
@@ -75,51 +51,30 @@ export var JsonMatchScope;
|
|
|
75
51
|
})(JsonMatchScope || (JsonMatchScope = {}));
|
|
76
52
|
export var JsonBody;
|
|
77
53
|
(function (JsonBody) {
|
|
78
|
-
/**
|
|
79
|
-
* @internal
|
|
80
|
-
*/
|
|
81
54
|
JsonBody.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
82
55
|
})(JsonBody || (JsonBody = {}));
|
|
83
56
|
export var Method;
|
|
84
57
|
(function (Method) {
|
|
85
|
-
/**
|
|
86
|
-
* @internal
|
|
87
|
-
*/
|
|
88
58
|
Method.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
89
59
|
})(Method || (Method = {}));
|
|
90
60
|
export var QueryString;
|
|
91
61
|
(function (QueryString) {
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
62
|
QueryString.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
96
63
|
})(QueryString || (QueryString = {}));
|
|
97
64
|
export var SingleHeader;
|
|
98
65
|
(function (SingleHeader) {
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
66
|
SingleHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
103
67
|
})(SingleHeader || (SingleHeader = {}));
|
|
104
68
|
export var SingleQueryArgument;
|
|
105
69
|
(function (SingleQueryArgument) {
|
|
106
|
-
/**
|
|
107
|
-
* @internal
|
|
108
|
-
*/
|
|
109
70
|
SingleQueryArgument.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
110
71
|
})(SingleQueryArgument || (SingleQueryArgument = {}));
|
|
111
72
|
export var UriPath;
|
|
112
73
|
(function (UriPath) {
|
|
113
|
-
/**
|
|
114
|
-
* @internal
|
|
115
|
-
*/
|
|
116
74
|
UriPath.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
117
75
|
})(UriPath || (UriPath = {}));
|
|
118
76
|
export var FieldToMatch;
|
|
119
77
|
(function (FieldToMatch) {
|
|
120
|
-
/**
|
|
121
|
-
* @internal
|
|
122
|
-
*/
|
|
123
78
|
FieldToMatch.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
124
79
|
})(FieldToMatch || (FieldToMatch = {}));
|
|
125
80
|
export var PositionalConstraint;
|
|
@@ -156,16 +111,10 @@ export var TextTransformationType;
|
|
|
156
111
|
})(TextTransformationType || (TextTransformationType = {}));
|
|
157
112
|
export var TextTransformation;
|
|
158
113
|
(function (TextTransformation) {
|
|
159
|
-
/**
|
|
160
|
-
* @internal
|
|
161
|
-
*/
|
|
162
114
|
TextTransformation.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
163
115
|
})(TextTransformation || (TextTransformation = {}));
|
|
164
116
|
export var ByteMatchStatement;
|
|
165
117
|
(function (ByteMatchStatement) {
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
118
|
ByteMatchStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
170
119
|
})(ByteMatchStatement || (ByteMatchStatement = {}));
|
|
171
120
|
export var CountryCode;
|
|
@@ -427,16 +376,10 @@ export var FallbackBehavior;
|
|
|
427
376
|
})(FallbackBehavior || (FallbackBehavior = {}));
|
|
428
377
|
export var ForwardedIPConfig;
|
|
429
378
|
(function (ForwardedIPConfig) {
|
|
430
|
-
/**
|
|
431
|
-
* @internal
|
|
432
|
-
*/
|
|
433
379
|
ForwardedIPConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
380
|
})(ForwardedIPConfig || (ForwardedIPConfig = {}));
|
|
435
381
|
export var GeoMatchStatement;
|
|
436
382
|
(function (GeoMatchStatement) {
|
|
437
|
-
/**
|
|
438
|
-
* @internal
|
|
439
|
-
*/
|
|
440
383
|
GeoMatchStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
441
384
|
})(GeoMatchStatement || (GeoMatchStatement = {}));
|
|
442
385
|
export var ForwardedIPPosition;
|
|
@@ -447,16 +390,10 @@ export var ForwardedIPPosition;
|
|
|
447
390
|
})(ForwardedIPPosition || (ForwardedIPPosition = {}));
|
|
448
391
|
export var IPSetForwardedIPConfig;
|
|
449
392
|
(function (IPSetForwardedIPConfig) {
|
|
450
|
-
/**
|
|
451
|
-
* @internal
|
|
452
|
-
*/
|
|
453
393
|
IPSetForwardedIPConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
394
|
})(IPSetForwardedIPConfig || (IPSetForwardedIPConfig = {}));
|
|
455
395
|
export var IPSetReferenceStatement;
|
|
456
396
|
(function (IPSetReferenceStatement) {
|
|
457
|
-
/**
|
|
458
|
-
* @internal
|
|
459
|
-
*/
|
|
460
397
|
IPSetReferenceStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
461
398
|
})(IPSetReferenceStatement || (IPSetReferenceStatement = {}));
|
|
462
399
|
export var LabelMatchScope;
|
|
@@ -466,16 +403,10 @@ export var LabelMatchScope;
|
|
|
466
403
|
})(LabelMatchScope || (LabelMatchScope = {}));
|
|
467
404
|
export var LabelMatchStatement;
|
|
468
405
|
(function (LabelMatchStatement) {
|
|
469
|
-
/**
|
|
470
|
-
* @internal
|
|
471
|
-
*/
|
|
472
406
|
LabelMatchStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
473
407
|
})(LabelMatchStatement || (LabelMatchStatement = {}));
|
|
474
408
|
export var ExcludedRule;
|
|
475
409
|
(function (ExcludedRule) {
|
|
476
|
-
/**
|
|
477
|
-
* @internal
|
|
478
|
-
*/
|
|
479
410
|
ExcludedRule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
480
411
|
})(ExcludedRule || (ExcludedRule = {}));
|
|
481
412
|
export var RateBasedStatementAggregateKeyType;
|
|
@@ -483,18 +414,16 @@ export var RateBasedStatementAggregateKeyType;
|
|
|
483
414
|
RateBasedStatementAggregateKeyType["FORWARDED_IP"] = "FORWARDED_IP";
|
|
484
415
|
RateBasedStatementAggregateKeyType["IP"] = "IP";
|
|
485
416
|
})(RateBasedStatementAggregateKeyType || (RateBasedStatementAggregateKeyType = {}));
|
|
417
|
+
export var RegexMatchStatement;
|
|
418
|
+
(function (RegexMatchStatement) {
|
|
419
|
+
RegexMatchStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
420
|
+
})(RegexMatchStatement || (RegexMatchStatement = {}));
|
|
486
421
|
export var RegexPatternSetReferenceStatement;
|
|
487
422
|
(function (RegexPatternSetReferenceStatement) {
|
|
488
|
-
/**
|
|
489
|
-
* @internal
|
|
490
|
-
*/
|
|
491
423
|
RegexPatternSetReferenceStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
492
424
|
})(RegexPatternSetReferenceStatement || (RegexPatternSetReferenceStatement = {}));
|
|
493
425
|
export var RuleGroupReferenceStatement;
|
|
494
426
|
(function (RuleGroupReferenceStatement) {
|
|
495
|
-
/**
|
|
496
|
-
* @internal
|
|
497
|
-
*/
|
|
498
427
|
RuleGroupReferenceStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
499
428
|
})(RuleGroupReferenceStatement || (RuleGroupReferenceStatement = {}));
|
|
500
429
|
export var ComparisonOperator;
|
|
@@ -508,51 +437,30 @@ export var ComparisonOperator;
|
|
|
508
437
|
})(ComparisonOperator || (ComparisonOperator = {}));
|
|
509
438
|
export var SizeConstraintStatement;
|
|
510
439
|
(function (SizeConstraintStatement) {
|
|
511
|
-
/**
|
|
512
|
-
* @internal
|
|
513
|
-
*/
|
|
514
440
|
SizeConstraintStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
515
441
|
})(SizeConstraintStatement || (SizeConstraintStatement = {}));
|
|
516
442
|
export var SqliMatchStatement;
|
|
517
443
|
(function (SqliMatchStatement) {
|
|
518
|
-
/**
|
|
519
|
-
* @internal
|
|
520
|
-
*/
|
|
521
444
|
SqliMatchStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
522
445
|
})(SqliMatchStatement || (SqliMatchStatement = {}));
|
|
523
446
|
export var XssMatchStatement;
|
|
524
447
|
(function (XssMatchStatement) {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
448
|
XssMatchStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
529
449
|
})(XssMatchStatement || (XssMatchStatement = {}));
|
|
530
450
|
export var AssociateWebACLRequest;
|
|
531
451
|
(function (AssociateWebACLRequest) {
|
|
532
|
-
/**
|
|
533
|
-
* @internal
|
|
534
|
-
*/
|
|
535
452
|
AssociateWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
453
|
})(AssociateWebACLRequest || (AssociateWebACLRequest = {}));
|
|
537
454
|
export var AssociateWebACLResponse;
|
|
538
455
|
(function (AssociateWebACLResponse) {
|
|
539
|
-
/**
|
|
540
|
-
* @internal
|
|
541
|
-
*/
|
|
542
456
|
AssociateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
457
|
})(AssociateWebACLResponse || (AssociateWebACLResponse = {}));
|
|
544
458
|
export var WAFInternalErrorException;
|
|
545
459
|
(function (WAFInternalErrorException) {
|
|
546
|
-
/**
|
|
547
|
-
* @internal
|
|
548
|
-
*/
|
|
549
460
|
WAFInternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
461
|
})(WAFInternalErrorException || (WAFInternalErrorException = {}));
|
|
551
462
|
export var WAFInvalidOperationException;
|
|
552
463
|
(function (WAFInvalidOperationException) {
|
|
553
|
-
/**
|
|
554
|
-
* @internal
|
|
555
|
-
*/
|
|
556
464
|
WAFInvalidOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
465
|
})(WAFInvalidOperationException || (WAFInvalidOperationException = {}));
|
|
558
466
|
export var ParameterExceptionField;
|
|
@@ -616,79 +524,46 @@ export var ParameterExceptionField;
|
|
|
616
524
|
})(ParameterExceptionField || (ParameterExceptionField = {}));
|
|
617
525
|
export var WAFInvalidParameterException;
|
|
618
526
|
(function (WAFInvalidParameterException) {
|
|
619
|
-
/**
|
|
620
|
-
* @internal
|
|
621
|
-
*/
|
|
622
527
|
WAFInvalidParameterException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
528
|
})(WAFInvalidParameterException || (WAFInvalidParameterException = {}));
|
|
624
529
|
export var WAFNonexistentItemException;
|
|
625
530
|
(function (WAFNonexistentItemException) {
|
|
626
|
-
/**
|
|
627
|
-
* @internal
|
|
628
|
-
*/
|
|
629
531
|
WAFNonexistentItemException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
532
|
})(WAFNonexistentItemException || (WAFNonexistentItemException = {}));
|
|
631
533
|
export var WAFUnavailableEntityException;
|
|
632
534
|
(function (WAFUnavailableEntityException) {
|
|
633
|
-
/**
|
|
634
|
-
* @internal
|
|
635
|
-
*/
|
|
636
535
|
WAFUnavailableEntityException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
536
|
})(WAFUnavailableEntityException || (WAFUnavailableEntityException = {}));
|
|
638
537
|
export var CustomResponse;
|
|
639
538
|
(function (CustomResponse) {
|
|
640
|
-
/**
|
|
641
|
-
* @internal
|
|
642
|
-
*/
|
|
643
539
|
CustomResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
540
|
})(CustomResponse || (CustomResponse = {}));
|
|
645
541
|
export var BlockAction;
|
|
646
542
|
(function (BlockAction) {
|
|
647
|
-
/**
|
|
648
|
-
* @internal
|
|
649
|
-
*/
|
|
650
543
|
BlockAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
544
|
})(BlockAction || (BlockAction = {}));
|
|
652
545
|
export var CountAction;
|
|
653
546
|
(function (CountAction) {
|
|
654
|
-
/**
|
|
655
|
-
* @internal
|
|
656
|
-
*/
|
|
657
547
|
CountAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
548
|
})(CountAction || (CountAction = {}));
|
|
659
549
|
export var RuleAction;
|
|
660
550
|
(function (RuleAction) {
|
|
661
|
-
/**
|
|
662
|
-
* @internal
|
|
663
|
-
*/
|
|
664
551
|
RuleAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
552
|
})(RuleAction || (RuleAction = {}));
|
|
666
553
|
export var NoneAction;
|
|
667
554
|
(function (NoneAction) {
|
|
668
|
-
/**
|
|
669
|
-
* @internal
|
|
670
|
-
*/
|
|
671
555
|
NoneAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
556
|
})(NoneAction || (NoneAction = {}));
|
|
673
557
|
export var OverrideAction;
|
|
674
558
|
(function (OverrideAction) {
|
|
675
|
-
/**
|
|
676
|
-
* @internal
|
|
677
|
-
*/
|
|
678
559
|
OverrideAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
560
|
})(OverrideAction || (OverrideAction = {}));
|
|
680
561
|
export var Label;
|
|
681
562
|
(function (Label) {
|
|
682
|
-
/**
|
|
683
|
-
* @internal
|
|
684
|
-
*/
|
|
685
563
|
Label.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
564
|
})(Label || (Label = {}));
|
|
687
565
|
export var VisibilityConfig;
|
|
688
566
|
(function (VisibilityConfig) {
|
|
689
|
-
/**
|
|
690
|
-
* @internal
|
|
691
|
-
*/
|
|
692
567
|
VisibilityConfig.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
568
|
})(VisibilityConfig || (VisibilityConfig = {}));
|
|
694
569
|
export var Scope;
|
|
@@ -698,37 +573,22 @@ export var Scope;
|
|
|
698
573
|
})(Scope || (Scope = {}));
|
|
699
574
|
export var CheckCapacityResponse;
|
|
700
575
|
(function (CheckCapacityResponse) {
|
|
701
|
-
/**
|
|
702
|
-
* @internal
|
|
703
|
-
*/
|
|
704
576
|
CheckCapacityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
705
577
|
})(CheckCapacityResponse || (CheckCapacityResponse = {}));
|
|
706
578
|
export var WAFExpiredManagedRuleGroupVersionException;
|
|
707
579
|
(function (WAFExpiredManagedRuleGroupVersionException) {
|
|
708
|
-
/**
|
|
709
|
-
* @internal
|
|
710
|
-
*/
|
|
711
580
|
WAFExpiredManagedRuleGroupVersionException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
712
581
|
})(WAFExpiredManagedRuleGroupVersionException || (WAFExpiredManagedRuleGroupVersionException = {}));
|
|
713
582
|
export var WAFInvalidResourceException;
|
|
714
583
|
(function (WAFInvalidResourceException) {
|
|
715
|
-
/**
|
|
716
|
-
* @internal
|
|
717
|
-
*/
|
|
718
584
|
WAFInvalidResourceException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
719
585
|
})(WAFInvalidResourceException || (WAFInvalidResourceException = {}));
|
|
720
586
|
export var WAFLimitsExceededException;
|
|
721
587
|
(function (WAFLimitsExceededException) {
|
|
722
|
-
/**
|
|
723
|
-
* @internal
|
|
724
|
-
*/
|
|
725
588
|
WAFLimitsExceededException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
726
589
|
})(WAFLimitsExceededException || (WAFLimitsExceededException = {}));
|
|
727
590
|
export var WAFSubscriptionNotFoundException;
|
|
728
591
|
(function (WAFSubscriptionNotFoundException) {
|
|
729
|
-
/**
|
|
730
|
-
* @internal
|
|
731
|
-
*/
|
|
732
592
|
WAFSubscriptionNotFoundException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
733
593
|
})(WAFSubscriptionNotFoundException || (WAFSubscriptionNotFoundException = {}));
|
|
734
594
|
export var IPAddressVersion;
|
|
@@ -738,86 +598,50 @@ export var IPAddressVersion;
|
|
|
738
598
|
})(IPAddressVersion || (IPAddressVersion = {}));
|
|
739
599
|
export var Tag;
|
|
740
600
|
(function (Tag) {
|
|
741
|
-
/**
|
|
742
|
-
* @internal
|
|
743
|
-
*/
|
|
744
601
|
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
745
602
|
})(Tag || (Tag = {}));
|
|
746
603
|
export var CreateIPSetRequest;
|
|
747
604
|
(function (CreateIPSetRequest) {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
605
|
CreateIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
752
606
|
})(CreateIPSetRequest || (CreateIPSetRequest = {}));
|
|
753
607
|
export var IPSetSummary;
|
|
754
608
|
(function (IPSetSummary) {
|
|
755
|
-
/**
|
|
756
|
-
* @internal
|
|
757
|
-
*/
|
|
758
609
|
IPSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
759
610
|
})(IPSetSummary || (IPSetSummary = {}));
|
|
760
611
|
export var CreateIPSetResponse;
|
|
761
612
|
(function (CreateIPSetResponse) {
|
|
762
|
-
/**
|
|
763
|
-
* @internal
|
|
764
|
-
*/
|
|
765
613
|
CreateIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
766
614
|
})(CreateIPSetResponse || (CreateIPSetResponse = {}));
|
|
767
615
|
export var WAFDuplicateItemException;
|
|
768
616
|
(function (WAFDuplicateItemException) {
|
|
769
|
-
/**
|
|
770
|
-
* @internal
|
|
771
|
-
*/
|
|
772
617
|
WAFDuplicateItemException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
773
618
|
})(WAFDuplicateItemException || (WAFDuplicateItemException = {}));
|
|
774
619
|
export var WAFOptimisticLockException;
|
|
775
620
|
(function (WAFOptimisticLockException) {
|
|
776
|
-
/**
|
|
777
|
-
* @internal
|
|
778
|
-
*/
|
|
779
621
|
WAFOptimisticLockException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
780
622
|
})(WAFOptimisticLockException || (WAFOptimisticLockException = {}));
|
|
781
623
|
export var WAFTagOperationException;
|
|
782
624
|
(function (WAFTagOperationException) {
|
|
783
|
-
/**
|
|
784
|
-
* @internal
|
|
785
|
-
*/
|
|
786
625
|
WAFTagOperationException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
787
626
|
})(WAFTagOperationException || (WAFTagOperationException = {}));
|
|
788
627
|
export var WAFTagOperationInternalErrorException;
|
|
789
628
|
(function (WAFTagOperationInternalErrorException) {
|
|
790
|
-
/**
|
|
791
|
-
* @internal
|
|
792
|
-
*/
|
|
793
629
|
WAFTagOperationInternalErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
794
630
|
})(WAFTagOperationInternalErrorException || (WAFTagOperationInternalErrorException = {}));
|
|
795
631
|
export var Regex;
|
|
796
632
|
(function (Regex) {
|
|
797
|
-
/**
|
|
798
|
-
* @internal
|
|
799
|
-
*/
|
|
800
633
|
Regex.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
801
634
|
})(Regex || (Regex = {}));
|
|
802
635
|
export var CreateRegexPatternSetRequest;
|
|
803
636
|
(function (CreateRegexPatternSetRequest) {
|
|
804
|
-
/**
|
|
805
|
-
* @internal
|
|
806
|
-
*/
|
|
807
637
|
CreateRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
808
638
|
})(CreateRegexPatternSetRequest || (CreateRegexPatternSetRequest = {}));
|
|
809
639
|
export var RegexPatternSetSummary;
|
|
810
640
|
(function (RegexPatternSetSummary) {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
641
|
RegexPatternSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
815
642
|
})(RegexPatternSetSummary || (RegexPatternSetSummary = {}));
|
|
816
643
|
export var CreateRegexPatternSetResponse;
|
|
817
644
|
(function (CreateRegexPatternSetResponse) {
|
|
818
|
-
/**
|
|
819
|
-
* @internal
|
|
820
|
-
*/
|
|
821
645
|
CreateRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
822
646
|
})(CreateRegexPatternSetResponse || (CreateRegexPatternSetResponse = {}));
|
|
823
647
|
export var ResponseContentType;
|
|
@@ -828,219 +652,126 @@ export var ResponseContentType;
|
|
|
828
652
|
})(ResponseContentType || (ResponseContentType = {}));
|
|
829
653
|
export var CustomResponseBody;
|
|
830
654
|
(function (CustomResponseBody) {
|
|
831
|
-
/**
|
|
832
|
-
* @internal
|
|
833
|
-
*/
|
|
834
655
|
CustomResponseBody.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
835
656
|
})(CustomResponseBody || (CustomResponseBody = {}));
|
|
836
657
|
export var RuleGroupSummary;
|
|
837
658
|
(function (RuleGroupSummary) {
|
|
838
|
-
/**
|
|
839
|
-
* @internal
|
|
840
|
-
*/
|
|
841
659
|
RuleGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
842
660
|
})(RuleGroupSummary || (RuleGroupSummary = {}));
|
|
843
661
|
export var CreateRuleGroupResponse;
|
|
844
662
|
(function (CreateRuleGroupResponse) {
|
|
845
|
-
/**
|
|
846
|
-
* @internal
|
|
847
|
-
*/
|
|
848
663
|
CreateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
849
664
|
})(CreateRuleGroupResponse || (CreateRuleGroupResponse = {}));
|
|
850
665
|
export var DefaultAction;
|
|
851
666
|
(function (DefaultAction) {
|
|
852
|
-
/**
|
|
853
|
-
* @internal
|
|
854
|
-
*/
|
|
855
667
|
DefaultAction.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
856
668
|
})(DefaultAction || (DefaultAction = {}));
|
|
857
669
|
export var WebACLSummary;
|
|
858
670
|
(function (WebACLSummary) {
|
|
859
|
-
/**
|
|
860
|
-
* @internal
|
|
861
|
-
*/
|
|
862
671
|
WebACLSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
863
672
|
})(WebACLSummary || (WebACLSummary = {}));
|
|
864
673
|
export var CreateWebACLResponse;
|
|
865
674
|
(function (CreateWebACLResponse) {
|
|
866
|
-
/**
|
|
867
|
-
* @internal
|
|
868
|
-
*/
|
|
869
675
|
CreateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
870
676
|
})(CreateWebACLResponse || (CreateWebACLResponse = {}));
|
|
871
677
|
export var DeleteFirewallManagerRuleGroupsRequest;
|
|
872
678
|
(function (DeleteFirewallManagerRuleGroupsRequest) {
|
|
873
|
-
/**
|
|
874
|
-
* @internal
|
|
875
|
-
*/
|
|
876
679
|
DeleteFirewallManagerRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
877
680
|
})(DeleteFirewallManagerRuleGroupsRequest || (DeleteFirewallManagerRuleGroupsRequest = {}));
|
|
878
681
|
export var DeleteFirewallManagerRuleGroupsResponse;
|
|
879
682
|
(function (DeleteFirewallManagerRuleGroupsResponse) {
|
|
880
|
-
/**
|
|
881
|
-
* @internal
|
|
882
|
-
*/
|
|
883
683
|
DeleteFirewallManagerRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
884
684
|
})(DeleteFirewallManagerRuleGroupsResponse || (DeleteFirewallManagerRuleGroupsResponse = {}));
|
|
885
685
|
export var DeleteIPSetRequest;
|
|
886
686
|
(function (DeleteIPSetRequest) {
|
|
887
|
-
/**
|
|
888
|
-
* @internal
|
|
889
|
-
*/
|
|
890
687
|
DeleteIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
891
688
|
})(DeleteIPSetRequest || (DeleteIPSetRequest = {}));
|
|
892
689
|
export var DeleteIPSetResponse;
|
|
893
690
|
(function (DeleteIPSetResponse) {
|
|
894
|
-
/**
|
|
895
|
-
* @internal
|
|
896
|
-
*/
|
|
897
691
|
DeleteIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
898
692
|
})(DeleteIPSetResponse || (DeleteIPSetResponse = {}));
|
|
899
693
|
export var WAFAssociatedItemException;
|
|
900
694
|
(function (WAFAssociatedItemException) {
|
|
901
|
-
/**
|
|
902
|
-
* @internal
|
|
903
|
-
*/
|
|
904
695
|
WAFAssociatedItemException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
905
696
|
})(WAFAssociatedItemException || (WAFAssociatedItemException = {}));
|
|
906
697
|
export var DeleteLoggingConfigurationRequest;
|
|
907
698
|
(function (DeleteLoggingConfigurationRequest) {
|
|
908
|
-
/**
|
|
909
|
-
* @internal
|
|
910
|
-
*/
|
|
911
699
|
DeleteLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
912
700
|
})(DeleteLoggingConfigurationRequest || (DeleteLoggingConfigurationRequest = {}));
|
|
913
701
|
export var DeleteLoggingConfigurationResponse;
|
|
914
702
|
(function (DeleteLoggingConfigurationResponse) {
|
|
915
|
-
/**
|
|
916
|
-
* @internal
|
|
917
|
-
*/
|
|
918
703
|
DeleteLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
919
704
|
})(DeleteLoggingConfigurationResponse || (DeleteLoggingConfigurationResponse = {}));
|
|
920
705
|
export var DeletePermissionPolicyRequest;
|
|
921
706
|
(function (DeletePermissionPolicyRequest) {
|
|
922
|
-
/**
|
|
923
|
-
* @internal
|
|
924
|
-
*/
|
|
925
707
|
DeletePermissionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
926
708
|
})(DeletePermissionPolicyRequest || (DeletePermissionPolicyRequest = {}));
|
|
927
709
|
export var DeletePermissionPolicyResponse;
|
|
928
710
|
(function (DeletePermissionPolicyResponse) {
|
|
929
|
-
/**
|
|
930
|
-
* @internal
|
|
931
|
-
*/
|
|
932
711
|
DeletePermissionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
933
712
|
})(DeletePermissionPolicyResponse || (DeletePermissionPolicyResponse = {}));
|
|
934
713
|
export var DeleteRegexPatternSetRequest;
|
|
935
714
|
(function (DeleteRegexPatternSetRequest) {
|
|
936
|
-
/**
|
|
937
|
-
* @internal
|
|
938
|
-
*/
|
|
939
715
|
DeleteRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
940
716
|
})(DeleteRegexPatternSetRequest || (DeleteRegexPatternSetRequest = {}));
|
|
941
717
|
export var DeleteRegexPatternSetResponse;
|
|
942
718
|
(function (DeleteRegexPatternSetResponse) {
|
|
943
|
-
/**
|
|
944
|
-
* @internal
|
|
945
|
-
*/
|
|
946
719
|
DeleteRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
947
720
|
})(DeleteRegexPatternSetResponse || (DeleteRegexPatternSetResponse = {}));
|
|
948
721
|
export var DeleteRuleGroupRequest;
|
|
949
722
|
(function (DeleteRuleGroupRequest) {
|
|
950
|
-
/**
|
|
951
|
-
* @internal
|
|
952
|
-
*/
|
|
953
723
|
DeleteRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
954
724
|
})(DeleteRuleGroupRequest || (DeleteRuleGroupRequest = {}));
|
|
955
725
|
export var DeleteRuleGroupResponse;
|
|
956
726
|
(function (DeleteRuleGroupResponse) {
|
|
957
|
-
/**
|
|
958
|
-
* @internal
|
|
959
|
-
*/
|
|
960
727
|
DeleteRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
961
728
|
})(DeleteRuleGroupResponse || (DeleteRuleGroupResponse = {}));
|
|
962
729
|
export var DeleteWebACLRequest;
|
|
963
730
|
(function (DeleteWebACLRequest) {
|
|
964
|
-
/**
|
|
965
|
-
* @internal
|
|
966
|
-
*/
|
|
967
731
|
DeleteWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
968
732
|
})(DeleteWebACLRequest || (DeleteWebACLRequest = {}));
|
|
969
733
|
export var DeleteWebACLResponse;
|
|
970
734
|
(function (DeleteWebACLResponse) {
|
|
971
|
-
/**
|
|
972
|
-
* @internal
|
|
973
|
-
*/
|
|
974
735
|
DeleteWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
975
736
|
})(DeleteWebACLResponse || (DeleteWebACLResponse = {}));
|
|
976
737
|
export var DescribeManagedRuleGroupRequest;
|
|
977
738
|
(function (DescribeManagedRuleGroupRequest) {
|
|
978
|
-
/**
|
|
979
|
-
* @internal
|
|
980
|
-
*/
|
|
981
739
|
DescribeManagedRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
982
740
|
})(DescribeManagedRuleGroupRequest || (DescribeManagedRuleGroupRequest = {}));
|
|
983
741
|
export var LabelSummary;
|
|
984
742
|
(function (LabelSummary) {
|
|
985
|
-
/**
|
|
986
|
-
* @internal
|
|
987
|
-
*/
|
|
988
743
|
LabelSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
989
744
|
})(LabelSummary || (LabelSummary = {}));
|
|
990
745
|
export var RuleSummary;
|
|
991
746
|
(function (RuleSummary) {
|
|
992
|
-
/**
|
|
993
|
-
* @internal
|
|
994
|
-
*/
|
|
995
747
|
RuleSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
996
748
|
})(RuleSummary || (RuleSummary = {}));
|
|
997
749
|
export var DescribeManagedRuleGroupResponse;
|
|
998
750
|
(function (DescribeManagedRuleGroupResponse) {
|
|
999
|
-
/**
|
|
1000
|
-
* @internal
|
|
1001
|
-
*/
|
|
1002
751
|
DescribeManagedRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1003
752
|
})(DescribeManagedRuleGroupResponse || (DescribeManagedRuleGroupResponse = {}));
|
|
1004
753
|
export var DisassociateWebACLRequest;
|
|
1005
754
|
(function (DisassociateWebACLRequest) {
|
|
1006
|
-
/**
|
|
1007
|
-
* @internal
|
|
1008
|
-
*/
|
|
1009
755
|
DisassociateWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1010
756
|
})(DisassociateWebACLRequest || (DisassociateWebACLRequest = {}));
|
|
1011
757
|
export var DisassociateWebACLResponse;
|
|
1012
758
|
(function (DisassociateWebACLResponse) {
|
|
1013
|
-
/**
|
|
1014
|
-
* @internal
|
|
1015
|
-
*/
|
|
1016
759
|
DisassociateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1017
760
|
})(DisassociateWebACLResponse || (DisassociateWebACLResponse = {}));
|
|
1018
761
|
export var GetIPSetRequest;
|
|
1019
762
|
(function (GetIPSetRequest) {
|
|
1020
|
-
/**
|
|
1021
|
-
* @internal
|
|
1022
|
-
*/
|
|
1023
763
|
GetIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1024
764
|
})(GetIPSetRequest || (GetIPSetRequest = {}));
|
|
1025
765
|
export var IPSet;
|
|
1026
766
|
(function (IPSet) {
|
|
1027
|
-
/**
|
|
1028
|
-
* @internal
|
|
1029
|
-
*/
|
|
1030
767
|
IPSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1031
768
|
})(IPSet || (IPSet = {}));
|
|
1032
769
|
export var GetIPSetResponse;
|
|
1033
770
|
(function (GetIPSetResponse) {
|
|
1034
|
-
/**
|
|
1035
|
-
* @internal
|
|
1036
|
-
*/
|
|
1037
771
|
GetIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1038
772
|
})(GetIPSetResponse || (GetIPSetResponse = {}));
|
|
1039
773
|
export var GetLoggingConfigurationRequest;
|
|
1040
774
|
(function (GetLoggingConfigurationRequest) {
|
|
1041
|
-
/**
|
|
1042
|
-
* @internal
|
|
1043
|
-
*/
|
|
1044
775
|
GetLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1045
776
|
})(GetLoggingConfigurationRequest || (GetLoggingConfigurationRequest = {}));
|
|
1046
777
|
export var FilterBehavior;
|
|
@@ -1050,16 +781,10 @@ export var FilterBehavior;
|
|
|
1050
781
|
})(FilterBehavior || (FilterBehavior = {}));
|
|
1051
782
|
export var LabelNameCondition;
|
|
1052
783
|
(function (LabelNameCondition) {
|
|
1053
|
-
/**
|
|
1054
|
-
* @internal
|
|
1055
|
-
*/
|
|
1056
784
|
LabelNameCondition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1057
785
|
})(LabelNameCondition || (LabelNameCondition = {}));
|
|
1058
786
|
export var Condition;
|
|
1059
787
|
(function (Condition) {
|
|
1060
|
-
/**
|
|
1061
|
-
* @internal
|
|
1062
|
-
*/
|
|
1063
788
|
Condition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1064
789
|
})(Condition || (Condition = {}));
|
|
1065
790
|
export var FilterRequirement;
|
|
@@ -1069,282 +794,162 @@ export var FilterRequirement;
|
|
|
1069
794
|
})(FilterRequirement || (FilterRequirement = {}));
|
|
1070
795
|
export var Filter;
|
|
1071
796
|
(function (Filter) {
|
|
1072
|
-
/**
|
|
1073
|
-
* @internal
|
|
1074
|
-
*/
|
|
1075
797
|
Filter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1076
798
|
})(Filter || (Filter = {}));
|
|
1077
799
|
export var LoggingFilter;
|
|
1078
800
|
(function (LoggingFilter) {
|
|
1079
|
-
/**
|
|
1080
|
-
* @internal
|
|
1081
|
-
*/
|
|
1082
801
|
LoggingFilter.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1083
802
|
})(LoggingFilter || (LoggingFilter = {}));
|
|
1084
803
|
export var LoggingConfiguration;
|
|
1085
804
|
(function (LoggingConfiguration) {
|
|
1086
|
-
/**
|
|
1087
|
-
* @internal
|
|
1088
|
-
*/
|
|
1089
805
|
LoggingConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1090
806
|
})(LoggingConfiguration || (LoggingConfiguration = {}));
|
|
1091
807
|
export var GetLoggingConfigurationResponse;
|
|
1092
808
|
(function (GetLoggingConfigurationResponse) {
|
|
1093
|
-
/**
|
|
1094
|
-
* @internal
|
|
1095
|
-
*/
|
|
1096
809
|
GetLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1097
810
|
})(GetLoggingConfigurationResponse || (GetLoggingConfigurationResponse = {}));
|
|
1098
811
|
export var GetManagedRuleSetRequest;
|
|
1099
812
|
(function (GetManagedRuleSetRequest) {
|
|
1100
|
-
/**
|
|
1101
|
-
* @internal
|
|
1102
|
-
*/
|
|
1103
813
|
GetManagedRuleSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1104
814
|
})(GetManagedRuleSetRequest || (GetManagedRuleSetRequest = {}));
|
|
1105
815
|
export var ManagedRuleSetVersion;
|
|
1106
816
|
(function (ManagedRuleSetVersion) {
|
|
1107
|
-
/**
|
|
1108
|
-
* @internal
|
|
1109
|
-
*/
|
|
1110
817
|
ManagedRuleSetVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1111
818
|
})(ManagedRuleSetVersion || (ManagedRuleSetVersion = {}));
|
|
1112
819
|
export var ManagedRuleSet;
|
|
1113
820
|
(function (ManagedRuleSet) {
|
|
1114
|
-
/**
|
|
1115
|
-
* @internal
|
|
1116
|
-
*/
|
|
1117
821
|
ManagedRuleSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1118
822
|
})(ManagedRuleSet || (ManagedRuleSet = {}));
|
|
1119
823
|
export var GetManagedRuleSetResponse;
|
|
1120
824
|
(function (GetManagedRuleSetResponse) {
|
|
1121
|
-
/**
|
|
1122
|
-
* @internal
|
|
1123
|
-
*/
|
|
1124
825
|
GetManagedRuleSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1125
826
|
})(GetManagedRuleSetResponse || (GetManagedRuleSetResponse = {}));
|
|
1126
827
|
export var GetPermissionPolicyRequest;
|
|
1127
828
|
(function (GetPermissionPolicyRequest) {
|
|
1128
|
-
/**
|
|
1129
|
-
* @internal
|
|
1130
|
-
*/
|
|
1131
829
|
GetPermissionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1132
830
|
})(GetPermissionPolicyRequest || (GetPermissionPolicyRequest = {}));
|
|
1133
831
|
export var GetPermissionPolicyResponse;
|
|
1134
832
|
(function (GetPermissionPolicyResponse) {
|
|
1135
|
-
/**
|
|
1136
|
-
* @internal
|
|
1137
|
-
*/
|
|
1138
833
|
GetPermissionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1139
834
|
})(GetPermissionPolicyResponse || (GetPermissionPolicyResponse = {}));
|
|
1140
835
|
export var GetRateBasedStatementManagedKeysRequest;
|
|
1141
836
|
(function (GetRateBasedStatementManagedKeysRequest) {
|
|
1142
|
-
/**
|
|
1143
|
-
* @internal
|
|
1144
|
-
*/
|
|
1145
837
|
GetRateBasedStatementManagedKeysRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1146
838
|
})(GetRateBasedStatementManagedKeysRequest || (GetRateBasedStatementManagedKeysRequest = {}));
|
|
1147
839
|
export var RateBasedStatementManagedKeysIPSet;
|
|
1148
840
|
(function (RateBasedStatementManagedKeysIPSet) {
|
|
1149
|
-
/**
|
|
1150
|
-
* @internal
|
|
1151
|
-
*/
|
|
1152
841
|
RateBasedStatementManagedKeysIPSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1153
842
|
})(RateBasedStatementManagedKeysIPSet || (RateBasedStatementManagedKeysIPSet = {}));
|
|
1154
843
|
export var GetRateBasedStatementManagedKeysResponse;
|
|
1155
844
|
(function (GetRateBasedStatementManagedKeysResponse) {
|
|
1156
|
-
/**
|
|
1157
|
-
* @internal
|
|
1158
|
-
*/
|
|
1159
845
|
GetRateBasedStatementManagedKeysResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1160
846
|
})(GetRateBasedStatementManagedKeysResponse || (GetRateBasedStatementManagedKeysResponse = {}));
|
|
1161
847
|
export var GetRegexPatternSetRequest;
|
|
1162
848
|
(function (GetRegexPatternSetRequest) {
|
|
1163
|
-
/**
|
|
1164
|
-
* @internal
|
|
1165
|
-
*/
|
|
1166
849
|
GetRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1167
850
|
})(GetRegexPatternSetRequest || (GetRegexPatternSetRequest = {}));
|
|
1168
851
|
export var RegexPatternSet;
|
|
1169
852
|
(function (RegexPatternSet) {
|
|
1170
|
-
/**
|
|
1171
|
-
* @internal
|
|
1172
|
-
*/
|
|
1173
853
|
RegexPatternSet.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1174
854
|
})(RegexPatternSet || (RegexPatternSet = {}));
|
|
1175
855
|
export var GetRegexPatternSetResponse;
|
|
1176
856
|
(function (GetRegexPatternSetResponse) {
|
|
1177
|
-
/**
|
|
1178
|
-
* @internal
|
|
1179
|
-
*/
|
|
1180
857
|
GetRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1181
858
|
})(GetRegexPatternSetResponse || (GetRegexPatternSetResponse = {}));
|
|
1182
859
|
export var GetRuleGroupRequest;
|
|
1183
860
|
(function (GetRuleGroupRequest) {
|
|
1184
|
-
/**
|
|
1185
|
-
* @internal
|
|
1186
|
-
*/
|
|
1187
861
|
GetRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1188
862
|
})(GetRuleGroupRequest || (GetRuleGroupRequest = {}));
|
|
1189
863
|
export var TimeWindow;
|
|
1190
864
|
(function (TimeWindow) {
|
|
1191
|
-
/**
|
|
1192
|
-
* @internal
|
|
1193
|
-
*/
|
|
1194
865
|
TimeWindow.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1195
866
|
})(TimeWindow || (TimeWindow = {}));
|
|
1196
867
|
export var GetSampledRequestsRequest;
|
|
1197
868
|
(function (GetSampledRequestsRequest) {
|
|
1198
|
-
/**
|
|
1199
|
-
* @internal
|
|
1200
|
-
*/
|
|
1201
869
|
GetSampledRequestsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1202
870
|
})(GetSampledRequestsRequest || (GetSampledRequestsRequest = {}));
|
|
1203
871
|
export var HTTPHeader;
|
|
1204
872
|
(function (HTTPHeader) {
|
|
1205
|
-
/**
|
|
1206
|
-
* @internal
|
|
1207
|
-
*/
|
|
1208
873
|
HTTPHeader.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1209
874
|
})(HTTPHeader || (HTTPHeader = {}));
|
|
1210
875
|
export var HTTPRequest;
|
|
1211
876
|
(function (HTTPRequest) {
|
|
1212
|
-
/**
|
|
1213
|
-
* @internal
|
|
1214
|
-
*/
|
|
1215
877
|
HTTPRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1216
878
|
})(HTTPRequest || (HTTPRequest = {}));
|
|
1217
879
|
export var SampledHTTPRequest;
|
|
1218
880
|
(function (SampledHTTPRequest) {
|
|
1219
|
-
/**
|
|
1220
|
-
* @internal
|
|
1221
|
-
*/
|
|
1222
881
|
SampledHTTPRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1223
882
|
})(SampledHTTPRequest || (SampledHTTPRequest = {}));
|
|
1224
883
|
export var GetSampledRequestsResponse;
|
|
1225
884
|
(function (GetSampledRequestsResponse) {
|
|
1226
|
-
/**
|
|
1227
|
-
* @internal
|
|
1228
|
-
*/
|
|
1229
885
|
GetSampledRequestsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1230
886
|
})(GetSampledRequestsResponse || (GetSampledRequestsResponse = {}));
|
|
1231
887
|
export var GetWebACLRequest;
|
|
1232
888
|
(function (GetWebACLRequest) {
|
|
1233
|
-
/**
|
|
1234
|
-
* @internal
|
|
1235
|
-
*/
|
|
1236
889
|
GetWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1237
890
|
})(GetWebACLRequest || (GetWebACLRequest = {}));
|
|
1238
891
|
export var GetWebACLForResourceRequest;
|
|
1239
892
|
(function (GetWebACLForResourceRequest) {
|
|
1240
|
-
/**
|
|
1241
|
-
* @internal
|
|
1242
|
-
*/
|
|
1243
893
|
GetWebACLForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1244
894
|
})(GetWebACLForResourceRequest || (GetWebACLForResourceRequest = {}));
|
|
1245
895
|
export var ListAvailableManagedRuleGroupsRequest;
|
|
1246
896
|
(function (ListAvailableManagedRuleGroupsRequest) {
|
|
1247
|
-
/**
|
|
1248
|
-
* @internal
|
|
1249
|
-
*/
|
|
1250
897
|
ListAvailableManagedRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1251
898
|
})(ListAvailableManagedRuleGroupsRequest || (ListAvailableManagedRuleGroupsRequest = {}));
|
|
1252
899
|
export var ManagedRuleGroupSummary;
|
|
1253
900
|
(function (ManagedRuleGroupSummary) {
|
|
1254
|
-
/**
|
|
1255
|
-
* @internal
|
|
1256
|
-
*/
|
|
1257
901
|
ManagedRuleGroupSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1258
902
|
})(ManagedRuleGroupSummary || (ManagedRuleGroupSummary = {}));
|
|
1259
903
|
export var ListAvailableManagedRuleGroupsResponse;
|
|
1260
904
|
(function (ListAvailableManagedRuleGroupsResponse) {
|
|
1261
|
-
/**
|
|
1262
|
-
* @internal
|
|
1263
|
-
*/
|
|
1264
905
|
ListAvailableManagedRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1265
906
|
})(ListAvailableManagedRuleGroupsResponse || (ListAvailableManagedRuleGroupsResponse = {}));
|
|
1266
907
|
export var ListAvailableManagedRuleGroupVersionsRequest;
|
|
1267
908
|
(function (ListAvailableManagedRuleGroupVersionsRequest) {
|
|
1268
|
-
/**
|
|
1269
|
-
* @internal
|
|
1270
|
-
*/
|
|
1271
909
|
ListAvailableManagedRuleGroupVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1272
910
|
})(ListAvailableManagedRuleGroupVersionsRequest || (ListAvailableManagedRuleGroupVersionsRequest = {}));
|
|
1273
911
|
export var ManagedRuleGroupVersion;
|
|
1274
912
|
(function (ManagedRuleGroupVersion) {
|
|
1275
|
-
/**
|
|
1276
|
-
* @internal
|
|
1277
|
-
*/
|
|
1278
913
|
ManagedRuleGroupVersion.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1279
914
|
})(ManagedRuleGroupVersion || (ManagedRuleGroupVersion = {}));
|
|
1280
915
|
export var ListAvailableManagedRuleGroupVersionsResponse;
|
|
1281
916
|
(function (ListAvailableManagedRuleGroupVersionsResponse) {
|
|
1282
|
-
/**
|
|
1283
|
-
* @internal
|
|
1284
|
-
*/
|
|
1285
917
|
ListAvailableManagedRuleGroupVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1286
918
|
})(ListAvailableManagedRuleGroupVersionsResponse || (ListAvailableManagedRuleGroupVersionsResponse = {}));
|
|
1287
919
|
export var ListIPSetsRequest;
|
|
1288
920
|
(function (ListIPSetsRequest) {
|
|
1289
|
-
/**
|
|
1290
|
-
* @internal
|
|
1291
|
-
*/
|
|
1292
921
|
ListIPSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1293
922
|
})(ListIPSetsRequest || (ListIPSetsRequest = {}));
|
|
1294
923
|
export var ListIPSetsResponse;
|
|
1295
924
|
(function (ListIPSetsResponse) {
|
|
1296
|
-
/**
|
|
1297
|
-
* @internal
|
|
1298
|
-
*/
|
|
1299
925
|
ListIPSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1300
926
|
})(ListIPSetsResponse || (ListIPSetsResponse = {}));
|
|
1301
927
|
export var ListLoggingConfigurationsRequest;
|
|
1302
928
|
(function (ListLoggingConfigurationsRequest) {
|
|
1303
|
-
/**
|
|
1304
|
-
* @internal
|
|
1305
|
-
*/
|
|
1306
929
|
ListLoggingConfigurationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1307
930
|
})(ListLoggingConfigurationsRequest || (ListLoggingConfigurationsRequest = {}));
|
|
1308
931
|
export var ListLoggingConfigurationsResponse;
|
|
1309
932
|
(function (ListLoggingConfigurationsResponse) {
|
|
1310
|
-
/**
|
|
1311
|
-
* @internal
|
|
1312
|
-
*/
|
|
1313
933
|
ListLoggingConfigurationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1314
934
|
})(ListLoggingConfigurationsResponse || (ListLoggingConfigurationsResponse = {}));
|
|
1315
935
|
export var ListManagedRuleSetsRequest;
|
|
1316
936
|
(function (ListManagedRuleSetsRequest) {
|
|
1317
|
-
/**
|
|
1318
|
-
* @internal
|
|
1319
|
-
*/
|
|
1320
937
|
ListManagedRuleSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1321
938
|
})(ListManagedRuleSetsRequest || (ListManagedRuleSetsRequest = {}));
|
|
1322
939
|
export var ManagedRuleSetSummary;
|
|
1323
940
|
(function (ManagedRuleSetSummary) {
|
|
1324
|
-
/**
|
|
1325
|
-
* @internal
|
|
1326
|
-
*/
|
|
1327
941
|
ManagedRuleSetSummary.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1328
942
|
})(ManagedRuleSetSummary || (ManagedRuleSetSummary = {}));
|
|
1329
943
|
export var ListManagedRuleSetsResponse;
|
|
1330
944
|
(function (ListManagedRuleSetsResponse) {
|
|
1331
|
-
/**
|
|
1332
|
-
* @internal
|
|
1333
|
-
*/
|
|
1334
945
|
ListManagedRuleSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1335
946
|
})(ListManagedRuleSetsResponse || (ListManagedRuleSetsResponse = {}));
|
|
1336
947
|
export var ListRegexPatternSetsRequest;
|
|
1337
948
|
(function (ListRegexPatternSetsRequest) {
|
|
1338
|
-
/**
|
|
1339
|
-
* @internal
|
|
1340
|
-
*/
|
|
1341
949
|
ListRegexPatternSetsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1342
950
|
})(ListRegexPatternSetsRequest || (ListRegexPatternSetsRequest = {}));
|
|
1343
951
|
export var ListRegexPatternSetsResponse;
|
|
1344
952
|
(function (ListRegexPatternSetsResponse) {
|
|
1345
|
-
/**
|
|
1346
|
-
* @internal
|
|
1347
|
-
*/
|
|
1348
953
|
ListRegexPatternSetsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1349
954
|
})(ListRegexPatternSetsResponse || (ListRegexPatternSetsResponse = {}));
|
|
1350
955
|
export var ResourceType;
|
|
@@ -1355,345 +960,197 @@ export var ResourceType;
|
|
|
1355
960
|
})(ResourceType || (ResourceType = {}));
|
|
1356
961
|
export var ListResourcesForWebACLRequest;
|
|
1357
962
|
(function (ListResourcesForWebACLRequest) {
|
|
1358
|
-
/**
|
|
1359
|
-
* @internal
|
|
1360
|
-
*/
|
|
1361
963
|
ListResourcesForWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1362
964
|
})(ListResourcesForWebACLRequest || (ListResourcesForWebACLRequest = {}));
|
|
1363
965
|
export var ListResourcesForWebACLResponse;
|
|
1364
966
|
(function (ListResourcesForWebACLResponse) {
|
|
1365
|
-
/**
|
|
1366
|
-
* @internal
|
|
1367
|
-
*/
|
|
1368
967
|
ListResourcesForWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1369
968
|
})(ListResourcesForWebACLResponse || (ListResourcesForWebACLResponse = {}));
|
|
1370
969
|
export var ListRuleGroupsRequest;
|
|
1371
970
|
(function (ListRuleGroupsRequest) {
|
|
1372
|
-
/**
|
|
1373
|
-
* @internal
|
|
1374
|
-
*/
|
|
1375
971
|
ListRuleGroupsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1376
972
|
})(ListRuleGroupsRequest || (ListRuleGroupsRequest = {}));
|
|
1377
973
|
export var ListRuleGroupsResponse;
|
|
1378
974
|
(function (ListRuleGroupsResponse) {
|
|
1379
|
-
/**
|
|
1380
|
-
* @internal
|
|
1381
|
-
*/
|
|
1382
975
|
ListRuleGroupsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1383
976
|
})(ListRuleGroupsResponse || (ListRuleGroupsResponse = {}));
|
|
1384
977
|
export var ListTagsForResourceRequest;
|
|
1385
978
|
(function (ListTagsForResourceRequest) {
|
|
1386
|
-
/**
|
|
1387
|
-
* @internal
|
|
1388
|
-
*/
|
|
1389
979
|
ListTagsForResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1390
980
|
})(ListTagsForResourceRequest || (ListTagsForResourceRequest = {}));
|
|
1391
981
|
export var TagInfoForResource;
|
|
1392
982
|
(function (TagInfoForResource) {
|
|
1393
|
-
/**
|
|
1394
|
-
* @internal
|
|
1395
|
-
*/
|
|
1396
983
|
TagInfoForResource.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1397
984
|
})(TagInfoForResource || (TagInfoForResource = {}));
|
|
1398
985
|
export var ListTagsForResourceResponse;
|
|
1399
986
|
(function (ListTagsForResourceResponse) {
|
|
1400
|
-
/**
|
|
1401
|
-
* @internal
|
|
1402
|
-
*/
|
|
1403
987
|
ListTagsForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1404
988
|
})(ListTagsForResourceResponse || (ListTagsForResourceResponse = {}));
|
|
1405
989
|
export var ListWebACLsRequest;
|
|
1406
990
|
(function (ListWebACLsRequest) {
|
|
1407
|
-
/**
|
|
1408
|
-
* @internal
|
|
1409
|
-
*/
|
|
1410
991
|
ListWebACLsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1411
992
|
})(ListWebACLsRequest || (ListWebACLsRequest = {}));
|
|
1412
993
|
export var ListWebACLsResponse;
|
|
1413
994
|
(function (ListWebACLsResponse) {
|
|
1414
|
-
/**
|
|
1415
|
-
* @internal
|
|
1416
|
-
*/
|
|
1417
995
|
ListWebACLsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1418
996
|
})(ListWebACLsResponse || (ListWebACLsResponse = {}));
|
|
1419
997
|
export var PutLoggingConfigurationRequest;
|
|
1420
998
|
(function (PutLoggingConfigurationRequest) {
|
|
1421
|
-
/**
|
|
1422
|
-
* @internal
|
|
1423
|
-
*/
|
|
1424
999
|
PutLoggingConfigurationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1425
1000
|
})(PutLoggingConfigurationRequest || (PutLoggingConfigurationRequest = {}));
|
|
1426
1001
|
export var PutLoggingConfigurationResponse;
|
|
1427
1002
|
(function (PutLoggingConfigurationResponse) {
|
|
1428
|
-
/**
|
|
1429
|
-
* @internal
|
|
1430
|
-
*/
|
|
1431
1003
|
PutLoggingConfigurationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1432
1004
|
})(PutLoggingConfigurationResponse || (PutLoggingConfigurationResponse = {}));
|
|
1433
1005
|
export var WAFServiceLinkedRoleErrorException;
|
|
1434
1006
|
(function (WAFServiceLinkedRoleErrorException) {
|
|
1435
|
-
/**
|
|
1436
|
-
* @internal
|
|
1437
|
-
*/
|
|
1438
1007
|
WAFServiceLinkedRoleErrorException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1439
1008
|
})(WAFServiceLinkedRoleErrorException || (WAFServiceLinkedRoleErrorException = {}));
|
|
1440
1009
|
export var VersionToPublish;
|
|
1441
1010
|
(function (VersionToPublish) {
|
|
1442
|
-
/**
|
|
1443
|
-
* @internal
|
|
1444
|
-
*/
|
|
1445
1011
|
VersionToPublish.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1446
1012
|
})(VersionToPublish || (VersionToPublish = {}));
|
|
1447
1013
|
export var PutManagedRuleSetVersionsRequest;
|
|
1448
1014
|
(function (PutManagedRuleSetVersionsRequest) {
|
|
1449
|
-
/**
|
|
1450
|
-
* @internal
|
|
1451
|
-
*/
|
|
1452
1015
|
PutManagedRuleSetVersionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1453
1016
|
})(PutManagedRuleSetVersionsRequest || (PutManagedRuleSetVersionsRequest = {}));
|
|
1454
1017
|
export var PutManagedRuleSetVersionsResponse;
|
|
1455
1018
|
(function (PutManagedRuleSetVersionsResponse) {
|
|
1456
|
-
/**
|
|
1457
|
-
* @internal
|
|
1458
|
-
*/
|
|
1459
1019
|
PutManagedRuleSetVersionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1460
1020
|
})(PutManagedRuleSetVersionsResponse || (PutManagedRuleSetVersionsResponse = {}));
|
|
1461
1021
|
export var PutPermissionPolicyRequest;
|
|
1462
1022
|
(function (PutPermissionPolicyRequest) {
|
|
1463
|
-
/**
|
|
1464
|
-
* @internal
|
|
1465
|
-
*/
|
|
1466
1023
|
PutPermissionPolicyRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1467
1024
|
})(PutPermissionPolicyRequest || (PutPermissionPolicyRequest = {}));
|
|
1468
1025
|
export var PutPermissionPolicyResponse;
|
|
1469
1026
|
(function (PutPermissionPolicyResponse) {
|
|
1470
|
-
/**
|
|
1471
|
-
* @internal
|
|
1472
|
-
*/
|
|
1473
1027
|
PutPermissionPolicyResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1474
1028
|
})(PutPermissionPolicyResponse || (PutPermissionPolicyResponse = {}));
|
|
1475
1029
|
export var WAFInvalidPermissionPolicyException;
|
|
1476
1030
|
(function (WAFInvalidPermissionPolicyException) {
|
|
1477
|
-
/**
|
|
1478
|
-
* @internal
|
|
1479
|
-
*/
|
|
1480
1031
|
WAFInvalidPermissionPolicyException.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1481
1032
|
})(WAFInvalidPermissionPolicyException || (WAFInvalidPermissionPolicyException = {}));
|
|
1482
1033
|
export var TagResourceRequest;
|
|
1483
1034
|
(function (TagResourceRequest) {
|
|
1484
|
-
/**
|
|
1485
|
-
* @internal
|
|
1486
|
-
*/
|
|
1487
1035
|
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1488
1036
|
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
1489
1037
|
export var TagResourceResponse;
|
|
1490
1038
|
(function (TagResourceResponse) {
|
|
1491
|
-
/**
|
|
1492
|
-
* @internal
|
|
1493
|
-
*/
|
|
1494
1039
|
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1495
1040
|
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
1496
1041
|
export var UntagResourceRequest;
|
|
1497
1042
|
(function (UntagResourceRequest) {
|
|
1498
|
-
/**
|
|
1499
|
-
* @internal
|
|
1500
|
-
*/
|
|
1501
1043
|
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1502
1044
|
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
1503
1045
|
export var UntagResourceResponse;
|
|
1504
1046
|
(function (UntagResourceResponse) {
|
|
1505
|
-
/**
|
|
1506
|
-
* @internal
|
|
1507
|
-
*/
|
|
1508
1047
|
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1509
1048
|
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
1510
1049
|
export var UpdateIPSetRequest;
|
|
1511
1050
|
(function (UpdateIPSetRequest) {
|
|
1512
|
-
/**
|
|
1513
|
-
* @internal
|
|
1514
|
-
*/
|
|
1515
1051
|
UpdateIPSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1516
1052
|
})(UpdateIPSetRequest || (UpdateIPSetRequest = {}));
|
|
1517
1053
|
export var UpdateIPSetResponse;
|
|
1518
1054
|
(function (UpdateIPSetResponse) {
|
|
1519
|
-
/**
|
|
1520
|
-
* @internal
|
|
1521
|
-
*/
|
|
1522
1055
|
UpdateIPSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1523
1056
|
})(UpdateIPSetResponse || (UpdateIPSetResponse = {}));
|
|
1524
1057
|
export var UpdateManagedRuleSetVersionExpiryDateRequest;
|
|
1525
1058
|
(function (UpdateManagedRuleSetVersionExpiryDateRequest) {
|
|
1526
|
-
/**
|
|
1527
|
-
* @internal
|
|
1528
|
-
*/
|
|
1529
1059
|
UpdateManagedRuleSetVersionExpiryDateRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1530
1060
|
})(UpdateManagedRuleSetVersionExpiryDateRequest || (UpdateManagedRuleSetVersionExpiryDateRequest = {}));
|
|
1531
1061
|
export var UpdateManagedRuleSetVersionExpiryDateResponse;
|
|
1532
1062
|
(function (UpdateManagedRuleSetVersionExpiryDateResponse) {
|
|
1533
|
-
/**
|
|
1534
|
-
* @internal
|
|
1535
|
-
*/
|
|
1536
1063
|
UpdateManagedRuleSetVersionExpiryDateResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1537
1064
|
})(UpdateManagedRuleSetVersionExpiryDateResponse || (UpdateManagedRuleSetVersionExpiryDateResponse = {}));
|
|
1538
1065
|
export var UpdateRegexPatternSetRequest;
|
|
1539
1066
|
(function (UpdateRegexPatternSetRequest) {
|
|
1540
|
-
/**
|
|
1541
|
-
* @internal
|
|
1542
|
-
*/
|
|
1543
1067
|
UpdateRegexPatternSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1544
1068
|
})(UpdateRegexPatternSetRequest || (UpdateRegexPatternSetRequest = {}));
|
|
1545
1069
|
export var UpdateRegexPatternSetResponse;
|
|
1546
1070
|
(function (UpdateRegexPatternSetResponse) {
|
|
1547
|
-
/**
|
|
1548
|
-
* @internal
|
|
1549
|
-
*/
|
|
1550
1071
|
UpdateRegexPatternSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1551
1072
|
})(UpdateRegexPatternSetResponse || (UpdateRegexPatternSetResponse = {}));
|
|
1552
1073
|
export var UpdateRuleGroupResponse;
|
|
1553
1074
|
(function (UpdateRuleGroupResponse) {
|
|
1554
|
-
/**
|
|
1555
|
-
* @internal
|
|
1556
|
-
*/
|
|
1557
1075
|
UpdateRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1558
1076
|
})(UpdateRuleGroupResponse || (UpdateRuleGroupResponse = {}));
|
|
1559
1077
|
export var UpdateWebACLResponse;
|
|
1560
1078
|
(function (UpdateWebACLResponse) {
|
|
1561
|
-
/**
|
|
1562
|
-
* @internal
|
|
1563
|
-
*/
|
|
1564
1079
|
UpdateWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1565
1080
|
})(UpdateWebACLResponse || (UpdateWebACLResponse = {}));
|
|
1566
1081
|
export var Statement;
|
|
1567
1082
|
(function (Statement) {
|
|
1568
|
-
/**
|
|
1569
|
-
* @internal
|
|
1570
|
-
*/
|
|
1571
1083
|
Statement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1572
1084
|
})(Statement || (Statement = {}));
|
|
1573
1085
|
export var ManagedRuleGroupStatement;
|
|
1574
1086
|
(function (ManagedRuleGroupStatement) {
|
|
1575
|
-
/**
|
|
1576
|
-
* @internal
|
|
1577
|
-
*/
|
|
1578
1087
|
ManagedRuleGroupStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1579
1088
|
})(ManagedRuleGroupStatement || (ManagedRuleGroupStatement = {}));
|
|
1580
1089
|
export var NotStatement;
|
|
1581
1090
|
(function (NotStatement) {
|
|
1582
|
-
/**
|
|
1583
|
-
* @internal
|
|
1584
|
-
*/
|
|
1585
1091
|
NotStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1586
1092
|
})(NotStatement || (NotStatement = {}));
|
|
1587
1093
|
export var RateBasedStatement;
|
|
1588
1094
|
(function (RateBasedStatement) {
|
|
1589
|
-
/**
|
|
1590
|
-
* @internal
|
|
1591
|
-
*/
|
|
1592
1095
|
RateBasedStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1593
1096
|
})(RateBasedStatement || (RateBasedStatement = {}));
|
|
1594
1097
|
export var Rule;
|
|
1595
1098
|
(function (Rule) {
|
|
1596
|
-
/**
|
|
1597
|
-
* @internal
|
|
1598
|
-
*/
|
|
1599
1099
|
Rule.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1600
1100
|
})(Rule || (Rule = {}));
|
|
1601
1101
|
export var AndStatement;
|
|
1602
1102
|
(function (AndStatement) {
|
|
1603
|
-
/**
|
|
1604
|
-
* @internal
|
|
1605
|
-
*/
|
|
1606
1103
|
AndStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1607
1104
|
})(AndStatement || (AndStatement = {}));
|
|
1608
1105
|
export var OrStatement;
|
|
1609
1106
|
(function (OrStatement) {
|
|
1610
|
-
/**
|
|
1611
|
-
* @internal
|
|
1612
|
-
*/
|
|
1613
1107
|
OrStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1614
1108
|
})(OrStatement || (OrStatement = {}));
|
|
1615
1109
|
export var FirewallManagerStatement;
|
|
1616
1110
|
(function (FirewallManagerStatement) {
|
|
1617
|
-
/**
|
|
1618
|
-
* @internal
|
|
1619
|
-
*/
|
|
1620
1111
|
FirewallManagerStatement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1621
1112
|
})(FirewallManagerStatement || (FirewallManagerStatement = {}));
|
|
1622
1113
|
export var FirewallManagerRuleGroup;
|
|
1623
1114
|
(function (FirewallManagerRuleGroup) {
|
|
1624
|
-
/**
|
|
1625
|
-
* @internal
|
|
1626
|
-
*/
|
|
1627
1115
|
FirewallManagerRuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1628
1116
|
})(FirewallManagerRuleGroup || (FirewallManagerRuleGroup = {}));
|
|
1629
1117
|
export var CheckCapacityRequest;
|
|
1630
1118
|
(function (CheckCapacityRequest) {
|
|
1631
|
-
/**
|
|
1632
|
-
* @internal
|
|
1633
|
-
*/
|
|
1634
1119
|
CheckCapacityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1635
1120
|
})(CheckCapacityRequest || (CheckCapacityRequest = {}));
|
|
1636
1121
|
export var CreateRuleGroupRequest;
|
|
1637
1122
|
(function (CreateRuleGroupRequest) {
|
|
1638
|
-
/**
|
|
1639
|
-
* @internal
|
|
1640
|
-
*/
|
|
1641
1123
|
CreateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1642
1124
|
})(CreateRuleGroupRequest || (CreateRuleGroupRequest = {}));
|
|
1643
1125
|
export var CreateWebACLRequest;
|
|
1644
1126
|
(function (CreateWebACLRequest) {
|
|
1645
|
-
/**
|
|
1646
|
-
* @internal
|
|
1647
|
-
*/
|
|
1648
1127
|
CreateWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1649
1128
|
})(CreateWebACLRequest || (CreateWebACLRequest = {}));
|
|
1650
1129
|
export var RuleGroup;
|
|
1651
1130
|
(function (RuleGroup) {
|
|
1652
|
-
/**
|
|
1653
|
-
* @internal
|
|
1654
|
-
*/
|
|
1655
1131
|
RuleGroup.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1656
1132
|
})(RuleGroup || (RuleGroup = {}));
|
|
1657
1133
|
export var UpdateRuleGroupRequest;
|
|
1658
1134
|
(function (UpdateRuleGroupRequest) {
|
|
1659
|
-
/**
|
|
1660
|
-
* @internal
|
|
1661
|
-
*/
|
|
1662
1135
|
UpdateRuleGroupRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1663
1136
|
})(UpdateRuleGroupRequest || (UpdateRuleGroupRequest = {}));
|
|
1664
1137
|
export var UpdateWebACLRequest;
|
|
1665
1138
|
(function (UpdateWebACLRequest) {
|
|
1666
|
-
/**
|
|
1667
|
-
* @internal
|
|
1668
|
-
*/
|
|
1669
1139
|
UpdateWebACLRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1670
1140
|
})(UpdateWebACLRequest || (UpdateWebACLRequest = {}));
|
|
1671
1141
|
export var GetRuleGroupResponse;
|
|
1672
1142
|
(function (GetRuleGroupResponse) {
|
|
1673
|
-
/**
|
|
1674
|
-
* @internal
|
|
1675
|
-
*/
|
|
1676
1143
|
GetRuleGroupResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1677
1144
|
})(GetRuleGroupResponse || (GetRuleGroupResponse = {}));
|
|
1678
1145
|
export var WebACL;
|
|
1679
1146
|
(function (WebACL) {
|
|
1680
|
-
/**
|
|
1681
|
-
* @internal
|
|
1682
|
-
*/
|
|
1683
1147
|
WebACL.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1684
1148
|
})(WebACL || (WebACL = {}));
|
|
1685
1149
|
export var GetWebACLForResourceResponse;
|
|
1686
1150
|
(function (GetWebACLForResourceResponse) {
|
|
1687
|
-
/**
|
|
1688
|
-
* @internal
|
|
1689
|
-
*/
|
|
1690
1151
|
GetWebACLForResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1691
1152
|
})(GetWebACLForResourceResponse || (GetWebACLForResourceResponse = {}));
|
|
1692
1153
|
export var GetWebACLResponse;
|
|
1693
1154
|
(function (GetWebACLResponse) {
|
|
1694
|
-
/**
|
|
1695
|
-
* @internal
|
|
1696
|
-
*/
|
|
1697
1155
|
GetWebACLResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
1698
1156
|
})(GetWebACLResponse || (GetWebACLResponse = {}));
|
|
1699
|
-
//# sourceMappingURL=models_0.js.map
|