@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
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,51 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.36.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.35.0...v3.36.0) (2021-10-08)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* publish files in dist-* only ([#2873](https://github.com/aws/aws-sdk-js-v3/issues/2873)) ([53b4243](https://github.com/aws/aws-sdk-js-v3/commit/53b4243b066f25ff2412d5f0dea1036054b2df32))
|
|
12
|
+
* **codegen:** ts-ignore packageInfo imports in codegen ([#2875](https://github.com/aws/aws-sdk-js-v3/issues/2875)) ([99d9267](https://github.com/aws/aws-sdk-js-v3/commit/99d926762193e83a354edec6e9de2b0543449704))
|
|
13
|
+
* **tsconfig:** remove sourceMap ([#2867](https://github.com/aws/aws-sdk-js-v3/issues/2867)) ([d25f526](https://github.com/aws/aws-sdk-js-v3/commit/d25f526627a02a2ca28675fecce66c76b6c97966))
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
# [3.35.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.34.0...v3.35.0) (2021-10-04)
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
### Features
|
|
23
|
+
|
|
24
|
+
* **clients:** eslint --fix using esprint ([#2849](https://github.com/aws/aws-sdk-js-v3/issues/2849)) ([94d0a2d](https://github.com/aws/aws-sdk-js-v3/commit/94d0a2d8a0579ee0a742337937ad05735cfbc1ba))
|
|
25
|
+
* **clients:** move source files to 'src' folder ([#2845](https://github.com/aws/aws-sdk-js-v3/issues/2845)) ([e0025cd](https://github.com/aws/aws-sdk-js-v3/commit/e0025cddbba244a41ddf1fd1adb761142e15c22d))
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
# [3.34.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.33.0...v3.34.0) (2021-09-24)
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
### Features
|
|
35
|
+
|
|
36
|
+
* **clients:** remove comments from transpiled JS files ([#2817](https://github.com/aws/aws-sdk-js-v3/issues/2817)) ([d01420b](https://github.com/aws/aws-sdk-js-v3/commit/d01420b247966c8ec84c1dd0a1b42512ede10c90))
|
|
37
|
+
* **clients:** update clients as of 09/24/2021 ([#2826](https://github.com/aws/aws-sdk-js-v3/issues/2826)) ([845ca6e](https://github.com/aws/aws-sdk-js-v3/commit/845ca6e1f77c27d76ced3d309e0bf28e3f2b517f))
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
# [3.33.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.32.0...v3.33.0) (2021-09-21)
|
|
44
|
+
|
|
45
|
+
**Note:** Version bump only for package @aws-sdk/client-wafv2
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
6
51
|
# [3.32.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.31.0...v3.32.0) (2021-09-17)
|
|
7
52
|
|
|
8
53
|
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WAFV2 = void 0;
|
|
4
|
-
const WAFV2Client_1 = require("./WAFV2Client");
|
|
5
4
|
const AssociateWebACLCommand_1 = require("./commands/AssociateWebACLCommand");
|
|
6
5
|
const CheckCapacityCommand_1 = require("./commands/CheckCapacityCommand");
|
|
7
6
|
const CreateIPSetCommand_1 = require("./commands/CreateIPSetCommand");
|
|
@@ -27,8 +26,8 @@ const GetRuleGroupCommand_1 = require("./commands/GetRuleGroupCommand");
|
|
|
27
26
|
const GetSampledRequestsCommand_1 = require("./commands/GetSampledRequestsCommand");
|
|
28
27
|
const GetWebACLCommand_1 = require("./commands/GetWebACLCommand");
|
|
29
28
|
const GetWebACLForResourceCommand_1 = require("./commands/GetWebACLForResourceCommand");
|
|
30
|
-
const ListAvailableManagedRuleGroupVersionsCommand_1 = require("./commands/ListAvailableManagedRuleGroupVersionsCommand");
|
|
31
29
|
const ListAvailableManagedRuleGroupsCommand_1 = require("./commands/ListAvailableManagedRuleGroupsCommand");
|
|
30
|
+
const ListAvailableManagedRuleGroupVersionsCommand_1 = require("./commands/ListAvailableManagedRuleGroupVersionsCommand");
|
|
32
31
|
const ListIPSetsCommand_1 = require("./commands/ListIPSetsCommand");
|
|
33
32
|
const ListLoggingConfigurationsCommand_1 = require("./commands/ListLoggingConfigurationsCommand");
|
|
34
33
|
const ListManagedRuleSetsCommand_1 = require("./commands/ListManagedRuleSetsCommand");
|
|
@@ -47,6 +46,7 @@ const UpdateManagedRuleSetVersionExpiryDateCommand_1 = require("./commands/Updat
|
|
|
47
46
|
const UpdateRegexPatternSetCommand_1 = require("./commands/UpdateRegexPatternSetCommand");
|
|
48
47
|
const UpdateRuleGroupCommand_1 = require("./commands/UpdateRuleGroupCommand");
|
|
49
48
|
const UpdateWebACLCommand_1 = require("./commands/UpdateWebACLCommand");
|
|
49
|
+
const WAFV2Client_1 = require("./WAFV2Client");
|
|
50
50
|
/**
|
|
51
51
|
* <fullname>WAF</fullname>
|
|
52
52
|
* <note>
|
|
@@ -741,4 +741,3 @@ class WAFV2 extends WAFV2Client_1.WAFV2Client {
|
|
|
741
741
|
}
|
|
742
742
|
}
|
|
743
743
|
exports.WAFV2 = WAFV2;
|
|
744
|
-
//# sourceMappingURL=WAFV2.js.map
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.WAFV2Client = void 0;
|
|
4
|
-
const runtimeConfig_1 = require("./runtimeConfig");
|
|
5
4
|
const config_resolver_1 = require("@aws-sdk/config-resolver");
|
|
6
5
|
const middleware_content_length_1 = require("@aws-sdk/middleware-content-length");
|
|
7
6
|
const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
|
|
@@ -10,6 +9,7 @@ const middleware_retry_1 = require("@aws-sdk/middleware-retry");
|
|
|
10
9
|
const middleware_signing_1 = require("@aws-sdk/middleware-signing");
|
|
11
10
|
const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
|
|
12
11
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
12
|
+
const runtimeConfig_1 = require("./runtimeConfig");
|
|
13
13
|
/**
|
|
14
14
|
* <fullname>WAF</fullname>
|
|
15
15
|
* <note>
|
|
@@ -73,13 +73,13 @@ const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
|
73
73
|
*/
|
|
74
74
|
class WAFV2Client extends smithy_client_1.Client {
|
|
75
75
|
constructor(configuration) {
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
76
|
+
const _config_0 = runtimeConfig_1.getRuntimeConfig(configuration);
|
|
77
|
+
const _config_1 = config_resolver_1.resolveRegionConfig(_config_0);
|
|
78
|
+
const _config_2 = config_resolver_1.resolveEndpointsConfig(_config_1);
|
|
79
|
+
const _config_3 = middleware_retry_1.resolveRetryConfig(_config_2);
|
|
80
|
+
const _config_4 = middleware_host_header_1.resolveHostHeaderConfig(_config_3);
|
|
81
|
+
const _config_5 = middleware_signing_1.resolveAwsAuthConfig(_config_4);
|
|
82
|
+
const _config_6 = middleware_user_agent_1.resolveUserAgentConfig(_config_5);
|
|
83
83
|
super(_config_6);
|
|
84
84
|
this.config = _config_6;
|
|
85
85
|
this.middlewareStack.use(middleware_retry_1.getRetryPlugin(this.config));
|
|
@@ -99,4 +99,3 @@ class WAFV2Client extends smithy_client_1.Client {
|
|
|
99
99
|
}
|
|
100
100
|
}
|
|
101
101
|
exports.WAFV2Client = WAFV2Client;
|
|
102
|
-
//# sourceMappingURL=WAFV2Client.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.AssociateWebACLCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Associates a web ACL with a regional application resource, to protect the resource.
|
|
10
10
|
* A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API. </p>
|
|
@@ -62,4 +62,3 @@ class AssociateWebACLCommand extends smithy_client_1.Command {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
exports.AssociateWebACLCommand = AssociateWebACLCommand;
|
|
65
|
-
//# sourceMappingURL=AssociateWebACLCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CheckCapacityCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the web ACL capacity unit (WCU) requirements for a specified scope and set of rules.
|
|
10
10
|
* You can use this to check the capacity requirements for the rules you want to use in a
|
|
@@ -69,4 +69,3 @@ class CheckCapacityCommand extends smithy_client_1.Command {
|
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
exports.CheckCapacityCommand = CheckCapacityCommand;
|
|
72
|
-
//# sourceMappingURL=CheckCapacityCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateIPSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates an <a>IPSet</a>, which you use to identify web requests that
|
|
10
10
|
* originate from specific IP addresses or ranges of IP addresses. For example, if you're
|
|
@@ -61,4 +61,3 @@ class CreateIPSetCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.CreateIPSetCommand = CreateIPSetCommand;
|
|
64
|
-
//# sourceMappingURL=CreateIPSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateRegexPatternSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a <a>RegexPatternSet</a>, which you reference in a <a>RegexPatternSetReferenceStatement</a>, to have WAF inspect a web request
|
|
10
10
|
* component for the specified patterns.</p>
|
|
@@ -59,4 +59,3 @@ class CreateRegexPatternSetCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
|
|
62
|
-
//# sourceMappingURL=CreateRegexPatternSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateRuleGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a <a>RuleGroup</a> per the specifications provided. </p>
|
|
10
10
|
* <p> A rule group defines a collection of rules to inspect and control web requests that you can use in a <a>WebACL</a>. When you create a rule group, you define an immutable capacity limit. If you update a rule group, you must stay within the capacity. This allows others to reuse the rule group with confidence in its capacity requirements. </p>
|
|
@@ -59,4 +59,3 @@ class CreateRuleGroupCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
|
|
62
|
-
//# sourceMappingURL=CreateRuleGroupCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.CreateWebACLCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Creates a <a>WebACL</a> per the specifications provided.</p>
|
|
10
10
|
* <p> A web ACL defines a collection of rules to use to inspect and control web requests. Each rule has an action defined (allow, block, or count) for requests that match the statement of the rule. In the web ACL, you assign a default action to take (allow, block) for any request that does not match any of the rules. The rules in a web ACL can be a combination of the types <a>Rule</a>, <a>RuleGroup</a>, and managed rule group. You can associate a web ACL with one or more Amazon Web Services resources to protect. The resources can be an Amazon CloudFront distribution, an Amazon API Gateway REST API, an Application Load Balancer, or an AppSync GraphQL API. </p>
|
|
@@ -59,4 +59,3 @@ class CreateWebACLCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.CreateWebACLCommand = CreateWebACLCommand;
|
|
62
|
-
//# sourceMappingURL=CreateWebACLCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteFirewallManagerRuleGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes all rule groups that are managed by Firewall Manager for the specified web ACL. </p>
|
|
10
10
|
* <p>You can only use this if <code>ManagedByFirewallManager</code> is false in the specified
|
|
@@ -60,4 +60,3 @@ class DeleteFirewallManagerRuleGroupsCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.DeleteFirewallManagerRuleGroupsCommand = DeleteFirewallManagerRuleGroupsCommand;
|
|
63
|
-
//# sourceMappingURL=DeleteFirewallManagerRuleGroupsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteIPSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified <a>IPSet</a>. </p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteIPSetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteIPSetCommand = DeleteIPSetCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteIPSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteLoggingConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the <a>LoggingConfiguration</a> from the specified web ACL.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteLoggingConfigurationCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteLoggingConfigurationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeletePermissionPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Permanently deletes an IAM policy from the specified rule group.</p>
|
|
10
10
|
* <p>You must be the owner of the rule group to perform this operation.</p>
|
|
@@ -59,4 +59,3 @@ class DeletePermissionPolicyCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DeletePermissionPolicyCommand = DeletePermissionPolicyCommand;
|
|
62
|
-
//# sourceMappingURL=DeletePermissionPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteRegexPatternSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified <a>RegexPatternSet</a>.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteRegexPatternSetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteRegexPatternSetCommand = DeleteRegexPatternSetCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteRegexPatternSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteRuleGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified <a>RuleGroup</a>.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class DeleteRuleGroupCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
|
|
61
|
-
//# sourceMappingURL=DeleteRuleGroupCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DeleteWebACLCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Deletes the specified <a>WebACL</a>.</p>
|
|
10
10
|
* <p>You can only use this if <code>ManagedByFirewallManager</code> is false in the specified
|
|
@@ -60,4 +60,3 @@ class DeleteWebACLCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.DeleteWebACLCommand = DeleteWebACLCommand;
|
|
63
|
-
//# sourceMappingURL=DeleteWebACLCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DescribeManagedRuleGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Provides high-level information for a managed rule group, including descriptions of the
|
|
10
10
|
* rules. </p>
|
|
@@ -59,4 +59,3 @@ class DescribeManagedRuleGroupCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.DescribeManagedRuleGroupCommand = DescribeManagedRuleGroupCommand;
|
|
62
|
-
//# sourceMappingURL=DescribeManagedRuleGroupCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.DisassociateWebACLCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Disassociates a web ACL from a regional application resource. A regional application can be an Application Load Balancer (ALB), an Amazon API Gateway REST API, or an AppSync GraphQL API. </p>
|
|
10
10
|
* <p>For Amazon CloudFront, don't use this call. Instead, use your CloudFront distribution configuration. To
|
|
@@ -61,4 +61,3 @@ class DisassociateWebACLCommand extends smithy_client_1.Command {
|
|
|
61
61
|
}
|
|
62
62
|
}
|
|
63
63
|
exports.DisassociateWebACLCommand = DisassociateWebACLCommand;
|
|
64
|
-
//# sourceMappingURL=DisassociateWebACLCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetIPSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the specified <a>IPSet</a>.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetIPSetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetIPSetCommand = GetIPSetCommand;
|
|
61
|
-
//# sourceMappingURL=GetIPSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetLoggingConfigurationCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the <a>LoggingConfiguration</a> for the specified web ACL.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetLoggingConfigurationCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
|
|
61
|
-
//# sourceMappingURL=GetLoggingConfigurationCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetManagedRuleSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the specified managed rule set. </p>
|
|
10
10
|
* <note>
|
|
@@ -62,4 +62,3 @@ class GetManagedRuleSetCommand extends smithy_client_1.Command {
|
|
|
62
62
|
}
|
|
63
63
|
}
|
|
64
64
|
exports.GetManagedRuleSetCommand = GetManagedRuleSetCommand;
|
|
65
|
-
//# sourceMappingURL=GetManagedRuleSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetPermissionPolicyCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns the IAM policy that is attached to the specified rule group.</p>
|
|
10
10
|
* <p>You must be the owner of the rule group to perform this operation.</p>
|
|
@@ -59,4 +59,3 @@ class GetPermissionPolicyCommand extends smithy_client_1.Command {
|
|
|
59
59
|
}
|
|
60
60
|
}
|
|
61
61
|
exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
|
|
62
|
-
//# sourceMappingURL=GetPermissionPolicyCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetRateBasedStatementManagedKeysCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the keys that are currently blocked by a rate-based rule instance. The maximum number of managed keys that can be blocked for a single rate-based rule instance is 10,000. If more than 10,000 addresses exceed the rate limit, those with the highest rates are blocked.</p>
|
|
10
10
|
* <p>For a rate-based rule that you've defined inside a rule group, provide the name of the rule group reference statement in your request, in addition to the rate-based rule name and the web ACL name. </p>
|
|
@@ -60,4 +60,3 @@ class GetRateBasedStatementManagedKeysCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.GetRateBasedStatementManagedKeysCommand = GetRateBasedStatementManagedKeysCommand;
|
|
63
|
-
//# sourceMappingURL=GetRateBasedStatementManagedKeysCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetRegexPatternSetCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the specified <a>RegexPatternSet</a>.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetRegexPatternSetCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
|
|
61
|
-
//# sourceMappingURL=GetRegexPatternSetCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetRuleGroupCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the specified <a>RuleGroup</a>.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetRuleGroupCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetRuleGroupCommand = GetRuleGroupCommand;
|
|
61
|
-
//# sourceMappingURL=GetRuleGroupCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetSampledRequestsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Gets detailed information about a specified number of requests--a sample--that WAF
|
|
10
10
|
* randomly selects from among the first 5,000 requests that your Amazon Web Services resource received
|
|
@@ -67,4 +67,3 @@ class GetSampledRequestsCommand extends smithy_client_1.Command {
|
|
|
67
67
|
}
|
|
68
68
|
}
|
|
69
69
|
exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
|
|
70
|
-
//# sourceMappingURL=GetSampledRequestsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetWebACLCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the specified <a>WebACL</a>.</p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetWebACLCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetWebACLCommand = GetWebACLCommand;
|
|
61
|
-
//# sourceMappingURL=GetWebACLCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.GetWebACLForResourceCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves the <a>WebACL</a> for the specified resource. </p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class GetWebACLForResourceCommand extends smithy_client_1.Command {
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.GetWebACLForResourceCommand = GetWebACLForResourceCommand;
|
|
61
|
-
//# sourceMappingURL=GetWebACLForResourceCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAvailableManagedRuleGroupVersionsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Returns a list of the available versions for the specified managed rule group. </p>
|
|
10
10
|
* @example
|
|
@@ -58,4 +58,3 @@ class ListAvailableManagedRuleGroupVersionsCommand extends smithy_client_1.Comma
|
|
|
58
58
|
}
|
|
59
59
|
}
|
|
60
60
|
exports.ListAvailableManagedRuleGroupVersionsCommand = ListAvailableManagedRuleGroupVersionsCommand;
|
|
61
|
-
//# sourceMappingURL=ListAvailableManagedRuleGroupVersionsCommand.js.map
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.ListAvailableManagedRuleGroupsCommand = void 0;
|
|
4
|
-
const models_0_1 = require("../models/models_0");
|
|
5
|
-
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
6
4
|
const middleware_serde_1 = require("@aws-sdk/middleware-serde");
|
|
7
5
|
const smithy_client_1 = require("@aws-sdk/smithy-client");
|
|
6
|
+
const models_0_1 = require("../models/models_0");
|
|
7
|
+
const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
|
|
8
8
|
/**
|
|
9
9
|
* <p>Retrieves an array of managed rule groups that are available for you to use. This list
|
|
10
10
|
* includes all Amazon Web Services Managed Rules rule groups and all of the Amazon Web Services Marketplace managed rule groups that you're
|
|
@@ -60,4 +60,3 @@ class ListAvailableManagedRuleGroupsCommand extends smithy_client_1.Command {
|
|
|
60
60
|
}
|
|
61
61
|
}
|
|
62
62
|
exports.ListAvailableManagedRuleGroupsCommand = ListAvailableManagedRuleGroupsCommand;
|
|
63
|
-
//# sourceMappingURL=ListAvailableManagedRuleGroupsCommand.js.map
|