@aws-sdk/client-waf 3.35.0 → 3.38.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 +47 -0
- package/dist-cjs/WAF.js +0 -14
- package/dist-cjs/WAFClient.js +0 -19
- package/dist-cjs/commands/CreateByteMatchSetCommand.js +0 -56
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js +0 -53
- package/dist-cjs/commands/CreateIPSetCommand.js +0 -58
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js +0 -118
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js +0 -56
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js +0 -52
- package/dist-cjs/commands/CreateRuleCommand.js +0 -76
- package/dist-cjs/commands/CreateRuleGroupCommand.js +0 -47
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +0 -56
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +0 -54
- package/dist-cjs/commands/CreateWebACLCommand.js +0 -64
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +0 -32
- package/dist-cjs/commands/CreateXssMatchSetCommand.js +0 -54
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js +0 -48
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +0 -48
- package/dist-cjs/commands/DeleteIPSetCommand.js +0 -48
- package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +0 -34
- package/dist-cjs/commands/DeletePermissionPolicyCommand.js +0 -34
- package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +0 -52
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +0 -48
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +0 -34
- package/dist-cjs/commands/DeleteRuleCommand.js +0 -48
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +0 -48
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +0 -48
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +0 -49
- package/dist-cjs/commands/DeleteWebACLCommand.js +0 -46
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js +0 -49
- package/dist-cjs/commands/GetByteMatchSetCommand.js +0 -33
- package/dist-cjs/commands/GetChangeTokenCommand.js +0 -39
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js +0 -49
- package/dist-cjs/commands/GetGeoMatchSetCommand.js +0 -33
- package/dist-cjs/commands/GetIPSetCommand.js +0 -33
- package/dist-cjs/commands/GetLoggingConfigurationCommand.js +0 -33
- package/dist-cjs/commands/GetPermissionPolicyCommand.js +0 -33
- package/dist-cjs/commands/GetRateBasedRuleCommand.js +0 -35
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +0 -35
- package/dist-cjs/commands/GetRegexMatchSetCommand.js +0 -33
- package/dist-cjs/commands/GetRegexPatternSetCommand.js +0 -33
- package/dist-cjs/commands/GetRuleCommand.js +0 -33
- package/dist-cjs/commands/GetRuleGroupCommand.js +0 -34
- package/dist-cjs/commands/GetSampledRequestsCommand.js +0 -37
- package/dist-cjs/commands/GetSizeConstraintSetCommand.js +0 -33
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +0 -33
- package/dist-cjs/commands/GetWebACLCommand.js +0 -33
- package/dist-cjs/commands/GetXssMatchSetCommand.js +0 -33
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +0 -33
- package/dist-cjs/commands/ListByteMatchSetsCommand.js +0 -33
- package/dist-cjs/commands/ListGeoMatchSetsCommand.js +0 -33
- package/dist-cjs/commands/ListIPSetsCommand.js +0 -33
- package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +0 -33
- package/dist-cjs/commands/ListRateBasedRulesCommand.js +0 -33
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js +0 -33
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js +0 -33
- package/dist-cjs/commands/ListRuleGroupsCommand.js +0 -33
- package/dist-cjs/commands/ListRulesCommand.js +0 -33
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +0 -33
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +0 -33
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +0 -33
- package/dist-cjs/commands/ListTagsForResourceCommand.js +0 -34
- package/dist-cjs/commands/ListWebACLsCommand.js +0 -33
- package/dist-cjs/commands/ListXssMatchSetsCommand.js +0 -33
- package/dist-cjs/commands/PutLoggingConfigurationCommand.js +0 -50
- package/dist-cjs/commands/PutPermissionPolicyCommand.js +0 -65
- package/dist-cjs/commands/TagResourceCommand.js +0 -34
- package/dist-cjs/commands/UntagResourceCommand.js +0 -33
- package/dist-cjs/commands/UpdateByteMatchSetCommand.js +0 -71
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +0 -63
- package/dist-cjs/commands/UpdateIPSetCommand.js +0 -98
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +0 -79
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +0 -67
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +0 -72
- package/dist-cjs/commands/UpdateRuleCommand.js +0 -74
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +0 -57
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +0 -75
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +0 -74
- package/dist-cjs/commands/UpdateWebACLCommand.js +0 -104
- package/dist-cjs/commands/UpdateXssMatchSetCommand.js +0 -76
- package/dist-cjs/commands/index.js +80 -0
- package/dist-cjs/endpoints.js +1 -2
- package/dist-cjs/index.js +3 -80
- package/dist-cjs/models/index.js +0 -1
- package/dist-cjs/models/models_0.js +0 -685
- package/dist-cjs/protocols/Aws_json1_1.js +0 -6
- package/dist-cjs/runtimeConfig.browser.js +1 -6
- package/dist-cjs/runtimeConfig.js +2 -7
- package/dist-cjs/runtimeConfig.native.js +0 -4
- package/dist-cjs/runtimeConfig.shared.js +0 -4
- package/dist-es/WAF.js +0 -1
- package/dist-es/WAFClient.js +0 -1
- package/dist-es/commands/CreateByteMatchSetCommand.js +0 -1
- package/dist-es/commands/CreateGeoMatchSetCommand.js +0 -1
- package/dist-es/commands/CreateIPSetCommand.js +0 -1
- package/dist-es/commands/CreateRateBasedRuleCommand.js +0 -1
- package/dist-es/commands/CreateRegexMatchSetCommand.js +0 -1
- package/dist-es/commands/CreateRegexPatternSetCommand.js +0 -1
- package/dist-es/commands/CreateRuleCommand.js +0 -1
- package/dist-es/commands/CreateRuleGroupCommand.js +0 -1
- package/dist-es/commands/CreateSizeConstraintSetCommand.js +0 -1
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js +0 -1
- package/dist-es/commands/CreateWebACLCommand.js +0 -1
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js +0 -1
- package/dist-es/commands/CreateXssMatchSetCommand.js +0 -1
- package/dist-es/commands/DeleteByteMatchSetCommand.js +0 -1
- package/dist-es/commands/DeleteGeoMatchSetCommand.js +0 -1
- package/dist-es/commands/DeleteIPSetCommand.js +0 -1
- package/dist-es/commands/DeleteLoggingConfigurationCommand.js +0 -1
- package/dist-es/commands/DeletePermissionPolicyCommand.js +0 -1
- package/dist-es/commands/DeleteRateBasedRuleCommand.js +0 -1
- package/dist-es/commands/DeleteRegexMatchSetCommand.js +0 -1
- package/dist-es/commands/DeleteRegexPatternSetCommand.js +0 -1
- package/dist-es/commands/DeleteRuleCommand.js +0 -1
- package/dist-es/commands/DeleteRuleGroupCommand.js +0 -1
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js +0 -1
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js +0 -1
- package/dist-es/commands/DeleteWebACLCommand.js +0 -1
- package/dist-es/commands/DeleteXssMatchSetCommand.js +0 -1
- package/dist-es/commands/GetByteMatchSetCommand.js +0 -1
- package/dist-es/commands/GetChangeTokenCommand.js +0 -1
- package/dist-es/commands/GetChangeTokenStatusCommand.js +0 -1
- package/dist-es/commands/GetGeoMatchSetCommand.js +0 -1
- package/dist-es/commands/GetIPSetCommand.js +0 -1
- package/dist-es/commands/GetLoggingConfigurationCommand.js +0 -1
- package/dist-es/commands/GetPermissionPolicyCommand.js +0 -1
- package/dist-es/commands/GetRateBasedRuleCommand.js +0 -1
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js +0 -1
- package/dist-es/commands/GetRegexMatchSetCommand.js +0 -1
- package/dist-es/commands/GetRegexPatternSetCommand.js +0 -1
- package/dist-es/commands/GetRuleCommand.js +0 -1
- package/dist-es/commands/GetRuleGroupCommand.js +0 -1
- package/dist-es/commands/GetSampledRequestsCommand.js +0 -1
- package/dist-es/commands/GetSizeConstraintSetCommand.js +0 -1
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js +0 -1
- package/dist-es/commands/GetWebACLCommand.js +0 -1
- package/dist-es/commands/GetXssMatchSetCommand.js +0 -1
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js +0 -1
- package/dist-es/commands/ListByteMatchSetsCommand.js +0 -1
- package/dist-es/commands/ListGeoMatchSetsCommand.js +0 -1
- package/dist-es/commands/ListIPSetsCommand.js +0 -1
- package/dist-es/commands/ListLoggingConfigurationsCommand.js +0 -1
- package/dist-es/commands/ListRateBasedRulesCommand.js +0 -1
- package/dist-es/commands/ListRegexMatchSetsCommand.js +0 -1
- package/dist-es/commands/ListRegexPatternSetsCommand.js +0 -1
- package/dist-es/commands/ListRuleGroupsCommand.js +0 -1
- package/dist-es/commands/ListRulesCommand.js +0 -1
- package/dist-es/commands/ListSizeConstraintSetsCommand.js +0 -1
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js +0 -1
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.js +0 -1
- package/dist-es/commands/ListTagsForResourceCommand.js +0 -1
- package/dist-es/commands/ListWebACLsCommand.js +0 -1
- package/dist-es/commands/ListXssMatchSetsCommand.js +0 -1
- package/dist-es/commands/PutLoggingConfigurationCommand.js +0 -1
- package/dist-es/commands/PutPermissionPolicyCommand.js +0 -1
- package/dist-es/commands/TagResourceCommand.js +0 -1
- package/dist-es/commands/UntagResourceCommand.js +0 -1
- package/dist-es/commands/UpdateByteMatchSetCommand.js +0 -1
- package/dist-es/commands/UpdateGeoMatchSetCommand.js +0 -1
- package/dist-es/commands/UpdateIPSetCommand.js +0 -1
- package/dist-es/commands/UpdateRateBasedRuleCommand.js +0 -1
- package/dist-es/commands/UpdateRegexMatchSetCommand.js +0 -1
- package/dist-es/commands/UpdateRegexPatternSetCommand.js +0 -1
- package/dist-es/commands/UpdateRuleCommand.js +0 -1
- package/dist-es/commands/UpdateRuleGroupCommand.js +0 -1
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js +0 -1
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js +0 -1
- package/dist-es/commands/UpdateWebACLCommand.js +0 -1
- package/dist-es/commands/UpdateXssMatchSetCommand.js +0 -1
- package/dist-es/commands/index.js +77 -0
- package/dist-es/endpoints.js +1 -2
- package/dist-es/index.js +3 -80
- package/dist-es/models/index.js +0 -1
- package/dist-es/models/models_0.js +0 -1
- package/dist-es/protocols/Aws_json1_1.js +0 -1
- package/dist-es/runtimeConfig.browser.js +1 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/runtimeConfig.native.js +0 -1
- package/dist-es/runtimeConfig.shared.js +0 -1
- package/dist-types/commands/index.d.ts +77 -0
- package/dist-types/index.d.ts +3 -79
- package/dist-types/ts3.4/WAF.d.ts +78 -1975
- package/dist-types/ts3.4/WAFClient.d.ts +24 -99
- package/dist-types/ts3.4/commands/CreateByteMatchSetCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/CreateGeoMatchSetCommand.d.ts +2 -48
- package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +2 -53
- package/dist-types/ts3.4/commands/CreateRateBasedRuleCommand.d.ts +2 -113
- package/dist-types/ts3.4/commands/CreateRegexMatchSetCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/CreateRuleCommand.d.ts +2 -71
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +2 -42
- package/dist-types/ts3.4/commands/CreateSizeConstraintSetCommand.d.ts +2 -51
- package/dist-types/ts3.4/commands/CreateSqlInjectionMatchSetCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +2 -59
- package/dist-types/ts3.4/commands/CreateWebACLMigrationStackCommand.d.ts +2 -27
- package/dist-types/ts3.4/commands/CreateXssMatchSetCommand.d.ts +2 -49
- package/dist-types/ts3.4/commands/DeleteByteMatchSetCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteGeoMatchSetCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeleteRateBasedRuleCommand.d.ts +2 -47
- package/dist-types/ts3.4/commands/DeleteRegexMatchSetCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/DeleteRuleCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteSizeConstraintSetCommand.d.ts +2 -43
- package/dist-types/ts3.4/commands/DeleteSqlInjectionMatchSetCommand.d.ts +2 -44
- package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +2 -41
- package/dist-types/ts3.4/commands/DeleteXssMatchSetCommand.d.ts +2 -44
- package/dist-types/ts3.4/commands/GetByteMatchSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetChangeTokenCommand.d.ts +2 -34
- package/dist-types/ts3.4/commands/GetChangeTokenStatusCommand.d.ts +2 -44
- package/dist-types/ts3.4/commands/GetGeoMatchSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetRateBasedRuleCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/GetRateBasedRuleManagedKeysCommand.d.ts +2 -30
- package/dist-types/ts3.4/commands/GetRegexMatchSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetRuleCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +2 -32
- package/dist-types/ts3.4/commands/GetSizeConstraintSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetSqlInjectionMatchSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/GetXssMatchSetCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListActivatedRulesInRuleGroupCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListByteMatchSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListGeoMatchSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListRateBasedRulesCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListRegexMatchSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListRulesCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListSizeConstraintSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListSqlInjectionMatchSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListSubscribedRuleGroupsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/ListXssMatchSetsCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +2 -45
- package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +2 -60
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -29
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -28
- package/dist-types/ts3.4/commands/UpdateByteMatchSetCommand.d.ts +2 -66
- package/dist-types/ts3.4/commands/UpdateGeoMatchSetCommand.d.ts +2 -58
- package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +2 -93
- package/dist-types/ts3.4/commands/UpdateRateBasedRuleCommand.d.ts +2 -74
- package/dist-types/ts3.4/commands/UpdateRegexMatchSetCommand.d.ts +2 -62
- package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +2 -67
- package/dist-types/ts3.4/commands/UpdateRuleCommand.d.ts +2 -69
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +2 -52
- package/dist-types/ts3.4/commands/UpdateSizeConstraintSetCommand.d.ts +2 -70
- package/dist-types/ts3.4/commands/UpdateSqlInjectionMatchSetCommand.d.ts +2 -69
- package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +2 -99
- package/dist-types/ts3.4/commands/UpdateXssMatchSetCommand.d.ts +2 -71
- package/dist-types/ts3.4/commands/index.d.ts +77 -0
- package/dist-types/ts3.4/index.d.ts +3 -79
- package/dist-types/ts3.4/models/models_0.d.ts +734 -4389
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -3
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +1 -3
- package/package.json +33 -30
- package/dist-cjs/WAF.js.map +0 -1
- package/dist-cjs/WAFClient.js.map +0 -1
- package/dist-cjs/commands/CreateByteMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateGeoMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateIPSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRateBasedRuleCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRegexMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRuleCommand.js.map +0 -1
- package/dist-cjs/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSizeConstraintSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/CreateWebACLCommand.js.map +0 -1
- package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
- package/dist-cjs/commands/CreateXssMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteByteMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteGeoMatchSetCommand.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/DeleteRateBasedRuleCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRegexMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRuleCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist-cjs/commands/DeleteXssMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetByteMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetChangeTokenCommand.js.map +0 -1
- package/dist-cjs/commands/GetChangeTokenStatusCommand.js.map +0 -1
- package/dist-cjs/commands/GetGeoMatchSetCommand.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/GetPermissionPolicyCommand.js.map +0 -1
- package/dist-cjs/commands/GetRateBasedRuleCommand.js.map +0 -1
- package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
- package/dist-cjs/commands/GetRegexMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetRuleCommand.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/GetSizeConstraintSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/GetWebACLCommand.js.map +0 -1
- package/dist-cjs/commands/GetXssMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
- package/dist-cjs/commands/ListByteMatchSetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListGeoMatchSetsCommand.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/ListRateBasedRulesCommand.js.map +0 -1
- package/dist-cjs/commands/ListRegexMatchSetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist-cjs/commands/ListRulesCommand.js.map +0 -1
- package/dist-cjs/commands/ListSizeConstraintSetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
- package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.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/ListXssMatchSetsCommand.js.map +0 -1
- package/dist-cjs/commands/PutLoggingConfigurationCommand.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/UpdateByteMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateGeoMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRateBasedRuleCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRegexMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRuleCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist-cjs/commands/UpdateXssMatchSetCommand.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/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/WAF.js.map +0 -1
- package/dist-es/WAFClient.js.map +0 -1
- package/dist-es/commands/CreateByteMatchSetCommand.js.map +0 -1
- package/dist-es/commands/CreateGeoMatchSetCommand.js.map +0 -1
- package/dist-es/commands/CreateIPSetCommand.js.map +0 -1
- package/dist-es/commands/CreateRateBasedRuleCommand.js.map +0 -1
- package/dist-es/commands/CreateRegexMatchSetCommand.js.map +0 -1
- package/dist-es/commands/CreateRegexPatternSetCommand.js.map +0 -1
- package/dist-es/commands/CreateRuleCommand.js.map +0 -1
- package/dist-es/commands/CreateRuleGroupCommand.js.map +0 -1
- package/dist-es/commands/CreateSizeConstraintSetCommand.js.map +0 -1
- package/dist-es/commands/CreateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-es/commands/CreateWebACLCommand.js.map +0 -1
- package/dist-es/commands/CreateWebACLMigrationStackCommand.js.map +0 -1
- package/dist-es/commands/CreateXssMatchSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteByteMatchSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteGeoMatchSetCommand.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/DeleteRateBasedRuleCommand.js.map +0 -1
- package/dist-es/commands/DeleteRegexMatchSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteRegexPatternSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteRuleCommand.js.map +0 -1
- package/dist-es/commands/DeleteRuleGroupCommand.js.map +0 -1
- package/dist-es/commands/DeleteSizeConstraintSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-es/commands/DeleteWebACLCommand.js.map +0 -1
- package/dist-es/commands/DeleteXssMatchSetCommand.js.map +0 -1
- package/dist-es/commands/GetByteMatchSetCommand.js.map +0 -1
- package/dist-es/commands/GetChangeTokenCommand.js.map +0 -1
- package/dist-es/commands/GetChangeTokenStatusCommand.js.map +0 -1
- package/dist-es/commands/GetGeoMatchSetCommand.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/GetPermissionPolicyCommand.js.map +0 -1
- package/dist-es/commands/GetRateBasedRuleCommand.js.map +0 -1
- package/dist-es/commands/GetRateBasedRuleManagedKeysCommand.js.map +0 -1
- package/dist-es/commands/GetRegexMatchSetCommand.js.map +0 -1
- package/dist-es/commands/GetRegexPatternSetCommand.js.map +0 -1
- package/dist-es/commands/GetRuleCommand.js.map +0 -1
- package/dist-es/commands/GetRuleGroupCommand.js.map +0 -1
- package/dist-es/commands/GetSampledRequestsCommand.js.map +0 -1
- package/dist-es/commands/GetSizeConstraintSetCommand.js.map +0 -1
- package/dist-es/commands/GetSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-es/commands/GetWebACLCommand.js.map +0 -1
- package/dist-es/commands/GetXssMatchSetCommand.js.map +0 -1
- package/dist-es/commands/ListActivatedRulesInRuleGroupCommand.js.map +0 -1
- package/dist-es/commands/ListByteMatchSetsCommand.js.map +0 -1
- package/dist-es/commands/ListGeoMatchSetsCommand.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/ListRateBasedRulesCommand.js.map +0 -1
- package/dist-es/commands/ListRegexMatchSetsCommand.js.map +0 -1
- package/dist-es/commands/ListRegexPatternSetsCommand.js.map +0 -1
- package/dist-es/commands/ListRuleGroupsCommand.js.map +0 -1
- package/dist-es/commands/ListRulesCommand.js.map +0 -1
- package/dist-es/commands/ListSizeConstraintSetsCommand.js.map +0 -1
- package/dist-es/commands/ListSqlInjectionMatchSetsCommand.js.map +0 -1
- package/dist-es/commands/ListSubscribedRuleGroupsCommand.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/ListXssMatchSetsCommand.js.map +0 -1
- package/dist-es/commands/PutLoggingConfigurationCommand.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/UpdateByteMatchSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateGeoMatchSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateIPSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateRateBasedRuleCommand.js.map +0 -1
- package/dist-es/commands/UpdateRegexMatchSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateRegexPatternSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateRuleCommand.js.map +0 -1
- package/dist-es/commands/UpdateRuleGroupCommand.js.map +0 -1
- package/dist-es/commands/UpdateSizeConstraintSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateSqlInjectionMatchSetCommand.js.map +0 -1
- package/dist-es/commands/UpdateWebACLCommand.js.map +0 -1
- package/dist-es/commands/UpdateXssMatchSetCommand.js.map +0 -1
- package/dist-es/endpoints.js.map +0 -1
- package/dist-es/index.js.map +0 -1
- package/dist-es/models/index.js.map +0 -1
- package/dist-es/models/models_0.js.map +0 -1
- 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/jest.config.js +0 -4
- package/src/WAF.ts +0 -4456
- package/src/WAFClient.ts +0 -576
- package/src/commands/CreateByteMatchSetCommand.ts +0 -126
- package/src/commands/CreateGeoMatchSetCommand.ts +0 -123
- package/src/commands/CreateIPSetCommand.ts +0 -128
- package/src/commands/CreateRateBasedRuleCommand.ts +0 -188
- package/src/commands/CreateRegexMatchSetCommand.ts +0 -126
- package/src/commands/CreateRegexPatternSetCommand.ts +0 -122
- package/src/commands/CreateRuleCommand.ts +0 -146
- package/src/commands/CreateRuleGroupCommand.ts +0 -117
- package/src/commands/CreateSizeConstraintSetCommand.ts +0 -126
- package/src/commands/CreateSqlInjectionMatchSetCommand.ts +0 -127
- package/src/commands/CreateWebACLCommand.ts +0 -134
- package/src/commands/CreateWebACLMigrationStackCommand.ts +0 -105
- package/src/commands/CreateXssMatchSetCommand.ts +0 -124
- package/src/commands/DeleteByteMatchSetCommand.ts +0 -118
- package/src/commands/DeleteGeoMatchSetCommand.ts +0 -118
- package/src/commands/DeleteIPSetCommand.ts +0 -118
- package/src/commands/DeleteLoggingConfigurationCommand.ts +0 -107
- package/src/commands/DeletePermissionPolicyCommand.ts +0 -104
- package/src/commands/DeleteRateBasedRuleCommand.ts +0 -122
- package/src/commands/DeleteRegexMatchSetCommand.ts +0 -118
- package/src/commands/DeleteRegexPatternSetCommand.ts +0 -104
- package/src/commands/DeleteRuleCommand.ts +0 -118
- package/src/commands/DeleteRuleGroupCommand.ts +0 -118
- package/src/commands/DeleteSizeConstraintSetCommand.ts +0 -118
- package/src/commands/DeleteSqlInjectionMatchSetCommand.ts +0 -122
- package/src/commands/DeleteWebACLCommand.ts +0 -116
- package/src/commands/DeleteXssMatchSetCommand.ts +0 -119
- package/src/commands/GetByteMatchSetCommand.ts +0 -103
- package/src/commands/GetChangeTokenCommand.ts +0 -109
- package/src/commands/GetChangeTokenStatusCommand.ts +0 -119
- package/src/commands/GetGeoMatchSetCommand.ts +0 -103
- package/src/commands/GetIPSetCommand.ts +0 -96
- package/src/commands/GetLoggingConfigurationCommand.ts +0 -103
- package/src/commands/GetPermissionPolicyCommand.ts +0 -103
- package/src/commands/GetRateBasedRuleCommand.ts +0 -105
- package/src/commands/GetRateBasedRuleManagedKeysCommand.ts +0 -110
- package/src/commands/GetRegexMatchSetCommand.ts +0 -103
- package/src/commands/GetRegexPatternSetCommand.ts +0 -103
- package/src/commands/GetRuleCommand.ts +0 -96
- package/src/commands/GetRuleGroupCommand.ts +0 -104
- package/src/commands/GetSampledRequestsCommand.ts +0 -107
- package/src/commands/GetSizeConstraintSetCommand.ts +0 -103
- package/src/commands/GetSqlInjectionMatchSetCommand.ts +0 -103
- package/src/commands/GetWebACLCommand.ts +0 -96
- package/src/commands/GetXssMatchSetCommand.ts +0 -103
- package/src/commands/ListActivatedRulesInRuleGroupCommand.ts +0 -108
- package/src/commands/ListByteMatchSetsCommand.ts +0 -103
- package/src/commands/ListGeoMatchSetsCommand.ts +0 -103
- package/src/commands/ListIPSetsCommand.ts +0 -103
- package/src/commands/ListLoggingConfigurationsCommand.ts +0 -106
- package/src/commands/ListRateBasedRulesCommand.ts +0 -103
- package/src/commands/ListRegexMatchSetsCommand.ts +0 -103
- package/src/commands/ListRegexPatternSetsCommand.ts +0 -103
- package/src/commands/ListRuleGroupsCommand.ts +0 -103
- package/src/commands/ListRulesCommand.ts +0 -96
- package/src/commands/ListSizeConstraintSetsCommand.ts +0 -103
- package/src/commands/ListSqlInjectionMatchSetsCommand.ts +0 -106
- package/src/commands/ListSubscribedRuleGroupsCommand.ts +0 -103
- package/src/commands/ListTagsForResourceCommand.ts +0 -104
- package/src/commands/ListWebACLsCommand.ts +0 -103
- package/src/commands/ListXssMatchSetsCommand.ts +0 -103
- package/src/commands/PutLoggingConfigurationCommand.ts +0 -120
- package/src/commands/PutPermissionPolicyCommand.ts +0 -135
- package/src/commands/TagResourceCommand.ts +0 -104
- package/src/commands/UntagResourceCommand.ts +0 -103
- package/src/commands/UpdateByteMatchSetCommand.ts +0 -141
- package/src/commands/UpdateGeoMatchSetCommand.ts +0 -133
- package/src/commands/UpdateIPSetCommand.ts +0 -168
- package/src/commands/UpdateRateBasedRuleCommand.ts +0 -149
- package/src/commands/UpdateRegexMatchSetCommand.ts +0 -137
- package/src/commands/UpdateRegexPatternSetCommand.ts +0 -142
- package/src/commands/UpdateRuleCommand.ts +0 -144
- package/src/commands/UpdateRuleGroupCommand.ts +0 -127
- package/src/commands/UpdateSizeConstraintSetCommand.ts +0 -145
- package/src/commands/UpdateSqlInjectionMatchSetCommand.ts +0 -147
- package/src/commands/UpdateWebACLCommand.ts +0 -174
- package/src/commands/UpdateXssMatchSetCommand.ts +0 -146
- package/src/endpoints.ts +0 -68
- package/src/index.ts +0 -80
- package/src/models/index.ts +0 -1
- package/src/models/models_0.ts +0 -7494
- package/src/protocols/Aws_json1_1.ts +0 -11232
- package/src/runtimeConfig.browser.ts +0 -41
- package/src/runtimeConfig.native.ts +0 -17
- package/src/runtimeConfig.shared.ts +0 -17
- package/src/runtimeConfig.ts +0 -46
- package/tsconfig.es.json +0 -10
- package/tsconfig.json +0 -33
- package/tsconfig.types.json +0 -9
|
@@ -6,37 +6,11 @@ export interface ListSubscribedRuleGroupsCommandInput extends ListSubscribedRule
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListSubscribedRuleGroupsCommandOutput extends ListSubscribedRuleGroupsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Returns an array of <a>RuleGroup</a> objects that you are subscribed to.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { WAFClient, ListSubscribedRuleGroupsCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
23
|
-
* // const { WAFClient, ListSubscribedRuleGroupsCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
24
|
-
* const client = new WAFClient(config);
|
|
25
|
-
* const command = new ListSubscribedRuleGroupsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link ListSubscribedRuleGroupsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link ListSubscribedRuleGroupsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class ListSubscribedRuleGroupsCommand extends $Command<ListSubscribedRuleGroupsCommandInput, ListSubscribedRuleGroupsCommandOutput, WAFClientResolvedConfig> {
|
|
35
11
|
readonly input: ListSubscribedRuleGroupsCommandInput;
|
|
36
12
|
constructor(input: ListSubscribedRuleGroupsCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListSubscribedRuleGroupsCommandInput, ListSubscribedRuleGroupsCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,38 +6,11 @@ export interface ListTagsForResourceCommandInput extends ListTagsForResourceRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Retrieves the tags associated with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.</p>
|
|
19
|
-
* <p>Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules. </p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { WAFClient, ListTagsForResourceCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
24
|
-
* // const { WAFClient, ListTagsForResourceCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
25
|
-
* const client = new WAFClient(config);
|
|
26
|
-
* const command = new ListTagsForResourceCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
9
|
+
|
|
35
10
|
export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFClientResolvedConfig> {
|
|
36
11
|
readonly input: ListTagsForResourceCommandInput;
|
|
37
12
|
constructor(input: ListTagsForResourceCommandInput);
|
|
38
|
-
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
13
|
+
|
|
41
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput>;
|
|
42
15
|
private serialize;
|
|
43
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface ListWebACLsCommandInput extends ListWebACLsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Returns an array of <a>WebACLSummary</a> objects in the response.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { WAFClient, ListWebACLsCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
23
|
-
* // const { WAFClient, ListWebACLsCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
24
|
-
* const client = new WAFClient(config);
|
|
25
|
-
* const command = new ListWebACLsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link ListWebACLsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link ListWebACLsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class ListWebACLsCommand extends $Command<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFClientResolvedConfig> {
|
|
35
11
|
readonly input: ListWebACLsCommandInput;
|
|
36
12
|
constructor(input: ListWebACLsCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListWebACLsCommandInput, ListWebACLsCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface ListXssMatchSetsCommandInput extends ListXssMatchSetsRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Returns an array of <a>XssMatchSet</a> objects.</p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { WAFClient, ListXssMatchSetsCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
23
|
-
* // const { WAFClient, ListXssMatchSetsCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
24
|
-
* const client = new WAFClient(config);
|
|
25
|
-
* const command = new ListXssMatchSetsCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link ListXssMatchSetsCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link ListXssMatchSetsCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class ListXssMatchSetsCommand extends $Command<ListXssMatchSetsCommandInput, ListXssMatchSetsCommandOutput, WAFClientResolvedConfig> {
|
|
35
11
|
readonly input: ListXssMatchSetsCommandInput;
|
|
36
12
|
constructor(input: ListXssMatchSetsCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<ListXssMatchSetsCommandInput, ListXssMatchSetsCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,54 +6,11 @@ export interface PutLoggingConfigurationCommandInput extends PutLoggingConfigura
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigurationResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Associates a <a>LoggingConfiguration</a> with a specified web ACL.</p>
|
|
19
|
-
* <p>You can access information about all traffic that AWS WAF inspects using the following
|
|
20
|
-
* steps:</p>
|
|
21
|
-
* <ol>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>Create an Amazon Kinesis Data
|
|
24
|
-
* Firehose. </p>
|
|
25
|
-
* <p>Create the data firehose with a PUT source and in the region that you are operating. However, if you are capturing logs for Amazon CloudFront, always create the firehose in US East (N. Virginia). </p>
|
|
26
|
-
* <note>
|
|
27
|
-
* <p>Do not create the data firehose using a <code>Kinesis stream</code> as your source.</p>
|
|
28
|
-
* </note>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>Associate that firehose to your web ACL using a <code>PutLoggingConfiguration</code> request.</p>
|
|
32
|
-
* </li>
|
|
33
|
-
* </ol>
|
|
34
|
-
*
|
|
35
|
-
* <p>When you successfully enable logging using a <code>PutLoggingConfiguration</code> request, AWS WAF will create a service linked role with the necessary permissions to write logs to the Amazon Kinesis Data Firehose. For more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/logging.html">Logging Web ACL Traffic Information</a> in the <i>AWS WAF Developer Guide</i>.</p>
|
|
36
|
-
* @example
|
|
37
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
38
|
-
* ```javascript
|
|
39
|
-
* import { WAFClient, PutLoggingConfigurationCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
40
|
-
* // const { WAFClient, PutLoggingConfigurationCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
41
|
-
* const client = new WAFClient(config);
|
|
42
|
-
* const command = new PutLoggingConfigurationCommand(input);
|
|
43
|
-
* const response = await client.send(command);
|
|
44
|
-
* ```
|
|
45
|
-
*
|
|
46
|
-
* @see {@link PutLoggingConfigurationCommandInput} for command's `input` shape.
|
|
47
|
-
* @see {@link PutLoggingConfigurationCommandOutput} for command's `response` shape.
|
|
48
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
49
|
-
*
|
|
50
|
-
*/
|
|
9
|
+
|
|
51
10
|
export declare class PutLoggingConfigurationCommand extends $Command<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
|
|
52
11
|
readonly input: PutLoggingConfigurationCommandInput;
|
|
53
12
|
constructor(input: PutLoggingConfigurationCommandInput);
|
|
54
|
-
|
|
55
|
-
* @internal
|
|
56
|
-
*/
|
|
13
|
+
|
|
57
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput>;
|
|
58
15
|
private serialize;
|
|
59
16
|
private deserialize;
|
|
@@ -6,69 +6,11 @@ export interface PutPermissionPolicyCommandInput extends PutPermissionPolicyRequ
|
|
|
6
6
|
}
|
|
7
7
|
export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Attaches an IAM policy to the specified resource. The only supported use for this action is to share a RuleGroup across accounts.</p>
|
|
19
|
-
* <p>The <code>PutPermissionPolicy</code> is subject to the following restrictions:</p>
|
|
20
|
-
* <ul>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p>You can attach only one policy with each <code>PutPermissionPolicy</code> request.</p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>The policy must include an <code>Effect</code>, <code>Action</code> and <code>Principal</code>. </p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
*
|
|
29
|
-
* <p>
|
|
30
|
-
* <code>Effect</code> must specify <code>Allow</code>.</p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>The <code>Action</code> in the policy must be <code>waf:UpdateWebACL</code>, <code>waf-regional:UpdateWebACL</code>, <code>waf:GetRuleGroup</code> and <code>waf-regional:GetRuleGroup</code> . Any extra or wildcard actions in the policy will be rejected.</p>
|
|
34
|
-
* </li>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>The policy cannot include a <code>Resource</code> parameter.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* <li>
|
|
39
|
-
* <p>The ARN in the request must be a valid WAF RuleGroup ARN and the RuleGroup must exist in the same region.</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>The user making the request must be the owner of the RuleGroup.</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* <li>
|
|
45
|
-
* <p>Your policy must be composed using IAM Policy version 2012-10-17.</p>
|
|
46
|
-
* </li>
|
|
47
|
-
* </ul>
|
|
48
|
-
* <p>For more information, see <a href="https://docs.aws.amazon.com/IAM/latest/UserGuide/access_policies.html">IAM Policies</a>. </p>
|
|
49
|
-
*
|
|
50
|
-
* <p>An example of a valid policy parameter is shown in the Examples section below.</p>
|
|
51
|
-
* @example
|
|
52
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
53
|
-
* ```javascript
|
|
54
|
-
* import { WAFClient, PutPermissionPolicyCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
55
|
-
* // const { WAFClient, PutPermissionPolicyCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
56
|
-
* const client = new WAFClient(config);
|
|
57
|
-
* const command = new PutPermissionPolicyCommand(input);
|
|
58
|
-
* const response = await client.send(command);
|
|
59
|
-
* ```
|
|
60
|
-
*
|
|
61
|
-
* @see {@link PutPermissionPolicyCommandInput} for command's `input` shape.
|
|
62
|
-
* @see {@link PutPermissionPolicyCommandOutput} for command's `response` shape.
|
|
63
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
64
|
-
*
|
|
65
|
-
*/
|
|
9
|
+
|
|
66
10
|
export declare class PutPermissionPolicyCommand extends $Command<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
|
|
67
11
|
readonly input: PutPermissionPolicyCommandInput;
|
|
68
12
|
constructor(input: PutPermissionPolicyCommandInput);
|
|
69
|
-
|
|
70
|
-
* @internal
|
|
71
|
-
*/
|
|
13
|
+
|
|
72
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput>;
|
|
73
15
|
private serialize;
|
|
74
16
|
private deserialize;
|
|
@@ -6,38 +6,11 @@ export interface TagResourceCommandInput extends TagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface TagResourceCommandOutput extends TagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Associates tags with the specified AWS resource. Tags are key:value pairs that you can use to categorize and manage your resources, for purposes like billing. For example, you might set the tag key to "customer" and the value to the customer name or ID. You can specify one or more tags to add to each AWS resource, up to 50 tags for a resource.</p>
|
|
19
|
-
* <p>Tagging is only available through the API, SDKs, and CLI. You can't manage or view tags through the AWS WAF Classic console. You can use this action to tag the AWS resources that you manage through AWS WAF Classic: web ACLs, rule groups, and rules. </p>
|
|
20
|
-
* @example
|
|
21
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
22
|
-
* ```javascript
|
|
23
|
-
* import { WAFClient, TagResourceCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
24
|
-
* // const { WAFClient, TagResourceCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
25
|
-
* const client = new WAFClient(config);
|
|
26
|
-
* const command = new TagResourceCommand(input);
|
|
27
|
-
* const response = await client.send(command);
|
|
28
|
-
* ```
|
|
29
|
-
*
|
|
30
|
-
* @see {@link TagResourceCommandInput} for command's `input` shape.
|
|
31
|
-
* @see {@link TagResourceCommandOutput} for command's `response` shape.
|
|
32
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
33
|
-
*
|
|
34
|
-
*/
|
|
9
|
+
|
|
35
10
|
export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WAFClientResolvedConfig> {
|
|
36
11
|
readonly input: TagResourceCommandInput;
|
|
37
12
|
constructor(input: TagResourceCommandInput);
|
|
38
|
-
|
|
39
|
-
* @internal
|
|
40
|
-
*/
|
|
13
|
+
|
|
41
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TagResourceCommandInput, TagResourceCommandOutput>;
|
|
42
15
|
private serialize;
|
|
43
16
|
private deserialize;
|
|
@@ -6,37 +6,11 @@ export interface UntagResourceCommandInput extends UntagResourceRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UntagResourceCommandOutput extends UntagResourceResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p></p>
|
|
19
|
-
* @example
|
|
20
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
-
* ```javascript
|
|
22
|
-
* import { WAFClient, UntagResourceCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
23
|
-
* // const { WAFClient, UntagResourceCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
24
|
-
* const client = new WAFClient(config);
|
|
25
|
-
* const command = new UntagResourceCommand(input);
|
|
26
|
-
* const response = await client.send(command);
|
|
27
|
-
* ```
|
|
28
|
-
*
|
|
29
|
-
* @see {@link UntagResourceCommandInput} for command's `input` shape.
|
|
30
|
-
* @see {@link UntagResourceCommandOutput} for command's `response` shape.
|
|
31
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
9
|
+
|
|
34
10
|
export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WAFClientResolvedConfig> {
|
|
35
11
|
readonly input: UntagResourceCommandInput;
|
|
36
12
|
constructor(input: UntagResourceCommandInput);
|
|
37
|
-
|
|
38
|
-
* @internal
|
|
39
|
-
*/
|
|
13
|
+
|
|
40
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UntagResourceCommandInput, UntagResourceCommandOutput>;
|
|
41
15
|
private serialize;
|
|
42
16
|
private deserialize;
|
|
@@ -6,75 +6,11 @@ export interface UpdateByteMatchSetCommandInput extends UpdateByteMatchSetReques
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Inserts or deletes <a>ByteMatchTuple</a> objects (filters) in a <a>ByteMatchSet</a>. For each <code>ByteMatchTuple</code> object,
|
|
19
|
-
* you specify the following values: </p>
|
|
20
|
-
* <ul>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p>Whether to insert or delete the object from the array. If you want to change a <code>ByteMatchSetUpdate</code> object,
|
|
23
|
-
* you delete the existing object and add a new one.</p>
|
|
24
|
-
* </li>
|
|
25
|
-
* <li>
|
|
26
|
-
* <p>The part of a web request that you want AWS WAF to inspect, such as a query string or the value of the <code>User-Agent</code> header. </p>
|
|
27
|
-
* </li>
|
|
28
|
-
* <li>
|
|
29
|
-
* <p>The bytes (typically a string that corresponds with ASCII characters) that you want AWS WAF to look for. For more information, including how you specify
|
|
30
|
-
* the values for the AWS WAF API and the AWS CLI or SDKs, see <code>TargetString</code> in the <a>ByteMatchTuple</a> data type. </p>
|
|
31
|
-
* </li>
|
|
32
|
-
* <li>
|
|
33
|
-
* <p>Where to look, such as at the beginning or the end of a query string.</p>
|
|
34
|
-
* </li>
|
|
35
|
-
* <li>
|
|
36
|
-
* <p>Whether to perform any conversions on the request, such as converting it to lowercase, before inspecting it for the specified string.</p>
|
|
37
|
-
* </li>
|
|
38
|
-
* </ul>
|
|
39
|
-
* <p>For example, you can add a <code>ByteMatchSetUpdate</code> object that matches web requests in which <code>User-Agent</code> headers contain
|
|
40
|
-
* the string <code>BadBot</code>. You can then configure AWS WAF to block those requests.</p>
|
|
41
|
-
* <p>To create and configure a <code>ByteMatchSet</code>, perform the following steps:</p>
|
|
42
|
-
* <ol>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>Create a <code>ByteMatchSet.</code> For more information, see <a>CreateByteMatchSet</a>.</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* <li>
|
|
47
|
-
* <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an
|
|
48
|
-
* <code>UpdateByteMatchSet</code> request.</p>
|
|
49
|
-
* </li>
|
|
50
|
-
* <li>
|
|
51
|
-
* <p>Submit an <code>UpdateByteMatchSet</code> request to specify the part of the request that you want AWS WAF to inspect
|
|
52
|
-
* (for example, the header or the URI) and the value that you want AWS WAF to watch for.</p>
|
|
53
|
-
* </li>
|
|
54
|
-
* </ol>
|
|
55
|
-
* <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the
|
|
56
|
-
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer Guide</a>.</p>
|
|
57
|
-
* @example
|
|
58
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
59
|
-
* ```javascript
|
|
60
|
-
* import { WAFClient, UpdateByteMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
61
|
-
* // const { WAFClient, UpdateByteMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
62
|
-
* const client = new WAFClient(config);
|
|
63
|
-
* const command = new UpdateByteMatchSetCommand(input);
|
|
64
|
-
* const response = await client.send(command);
|
|
65
|
-
* ```
|
|
66
|
-
*
|
|
67
|
-
* @see {@link UpdateByteMatchSetCommandInput} for command's `input` shape.
|
|
68
|
-
* @see {@link UpdateByteMatchSetCommandOutput} for command's `response` shape.
|
|
69
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
70
|
-
*
|
|
71
|
-
*/
|
|
9
|
+
|
|
72
10
|
export declare class UpdateByteMatchSetCommand extends $Command<UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
73
11
|
readonly input: UpdateByteMatchSetCommandInput;
|
|
74
12
|
constructor(input: UpdateByteMatchSetCommandInput);
|
|
75
|
-
|
|
76
|
-
* @internal
|
|
77
|
-
*/
|
|
13
|
+
|
|
78
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput>;
|
|
79
15
|
private serialize;
|
|
80
16
|
private deserialize;
|
|
@@ -6,67 +6,11 @@ export interface UpdateGeoMatchSetCommandInput extends UpdateGeoMatchSetRequest
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Inserts or deletes <a>GeoMatchConstraint</a> objects in an <code>GeoMatchSet</code>. For each <code>GeoMatchConstraint</code> object,
|
|
19
|
-
* you specify the following values: </p>
|
|
20
|
-
* <ul>
|
|
21
|
-
* <li>
|
|
22
|
-
* <p>Whether to insert or delete the object from the array. If you want to change an <code>GeoMatchConstraint</code> object, you delete the existing object and add a new one.</p>
|
|
23
|
-
* </li>
|
|
24
|
-
* <li>
|
|
25
|
-
* <p>The <code>Type</code>. The only valid value for <code>Type</code> is <code>Country</code>.</p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>The <code>Value</code>, which is a two character code for the country to add to the <code>GeoMatchConstraint</code> object. Valid codes are listed in <a>GeoMatchConstraint$Value</a>.</p>
|
|
29
|
-
* </li>
|
|
30
|
-
* </ul>
|
|
31
|
-
*
|
|
32
|
-
* <p>To create and configure an <code>GeoMatchSet</code>, perform the following steps:</p>
|
|
33
|
-
* <ol>
|
|
34
|
-
* <li>
|
|
35
|
-
* <p>Submit a <a>CreateGeoMatchSet</a> request.</p>
|
|
36
|
-
* </li>
|
|
37
|
-
* <li>
|
|
38
|
-
* <p>Use <a>GetChangeToken</a> to get the change token that you provide in the <code>ChangeToken</code> parameter of an
|
|
39
|
-
* <a>UpdateGeoMatchSet</a> request.</p>
|
|
40
|
-
* </li>
|
|
41
|
-
* <li>
|
|
42
|
-
* <p>Submit an <code>UpdateGeoMatchSet</code> request to specify the country that you want AWS WAF to watch for.</p>
|
|
43
|
-
* </li>
|
|
44
|
-
* </ol>
|
|
45
|
-
* <p>When you update an <code>GeoMatchSet</code>, you specify the country that you want to add and/or the country that you want to delete.
|
|
46
|
-
* If you want to change a country, you delete the existing country and add the new one.</p>
|
|
47
|
-
* <p>For more information about how to use the AWS WAF API to allow or block HTTP requests, see the
|
|
48
|
-
* <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF Developer Guide</a>.</p>
|
|
49
|
-
* @example
|
|
50
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
51
|
-
* ```javascript
|
|
52
|
-
* import { WAFClient, UpdateGeoMatchSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
53
|
-
* // const { WAFClient, UpdateGeoMatchSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
54
|
-
* const client = new WAFClient(config);
|
|
55
|
-
* const command = new UpdateGeoMatchSetCommand(input);
|
|
56
|
-
* const response = await client.send(command);
|
|
57
|
-
* ```
|
|
58
|
-
*
|
|
59
|
-
* @see {@link UpdateGeoMatchSetCommandInput} for command's `input` shape.
|
|
60
|
-
* @see {@link UpdateGeoMatchSetCommandOutput} for command's `response` shape.
|
|
61
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
62
|
-
*
|
|
63
|
-
*/
|
|
9
|
+
|
|
64
10
|
export declare class UpdateGeoMatchSetCommand extends $Command<UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
|
|
65
11
|
readonly input: UpdateGeoMatchSetCommandInput;
|
|
66
12
|
constructor(input: UpdateGeoMatchSetCommandInput);
|
|
67
|
-
|
|
68
|
-
* @internal
|
|
69
|
-
*/
|
|
13
|
+
|
|
70
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput>;
|
|
71
15
|
private serialize;
|
|
72
16
|
private deserialize;
|
|
@@ -6,102 +6,11 @@ export interface UpdateIPSetCommandInput extends UpdateIPSetRequest {
|
|
|
6
6
|
}
|
|
7
7
|
export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __MetadataBearer {
|
|
8
8
|
}
|
|
9
|
-
|
|
10
|
-
* <note>
|
|
11
|
-
* <p>This is <b>AWS WAF Classic</b> documentation. For
|
|
12
|
-
* more information, see <a href="https://docs.aws.amazon.com/waf/latest/developerguide/classic-waf-chapter.html">AWS
|
|
13
|
-
* WAF Classic</a> in the developer guide.</p>
|
|
14
|
-
* <p>
|
|
15
|
-
* <b>For the latest version of AWS
|
|
16
|
-
* WAF</b>, use the AWS WAFV2 API and see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/waf-chapter.html">AWS WAF Developer Guide</a>. With the latest version, AWS WAF has a single set of endpoints for regional and global use. </p>
|
|
17
|
-
* </note>
|
|
18
|
-
* <p>Inserts or deletes <a>IPSetDescriptor</a> objects in an
|
|
19
|
-
* <code>IPSet</code>. For each <code>IPSetDescriptor</code> object, you specify the following
|
|
20
|
-
* values: </p>
|
|
21
|
-
* <ul>
|
|
22
|
-
* <li>
|
|
23
|
-
* <p>Whether to insert or delete the object from the array. If you want to change an
|
|
24
|
-
* <code>IPSetDescriptor</code> object, you delete the existing object and add a new
|
|
25
|
-
* one.</p>
|
|
26
|
-
* </li>
|
|
27
|
-
* <li>
|
|
28
|
-
* <p>The IP address version, <code>IPv4</code> or <code>IPv6</code>. </p>
|
|
29
|
-
* </li>
|
|
30
|
-
* <li>
|
|
31
|
-
* <p>The IP address in CIDR notation, for example, <code>192.0.2.0/24</code> (for
|
|
32
|
-
* the range of IP addresses from <code>192.0.2.0</code> to <code>192.0.2.255</code>) or
|
|
33
|
-
* <code>192.0.2.44/32</code> (for the individual IP address
|
|
34
|
-
* <code>192.0.2.44</code>). </p>
|
|
35
|
-
* </li>
|
|
36
|
-
* </ul>
|
|
37
|
-
* <p>AWS WAF supports IPv4 address ranges: /8 and any range between /16 through /32. AWS
|
|
38
|
-
* WAF supports IPv6 address ranges: /24, /32, /48, /56, /64, and /128. For more
|
|
39
|
-
* information about CIDR notation, see the Wikipedia entry <a href="https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing">Classless
|
|
40
|
-
* Inter-Domain Routing</a>.</p>
|
|
41
|
-
* <p>IPv6 addresses can be represented using any of the following formats:</p>
|
|
42
|
-
* <ul>
|
|
43
|
-
* <li>
|
|
44
|
-
* <p>1111:0000:0000:0000:0000:0000:0000:0111/128</p>
|
|
45
|
-
* </li>
|
|
46
|
-
* <li>
|
|
47
|
-
* <p>1111:0:0:0:0:0:0:0111/128</p>
|
|
48
|
-
* </li>
|
|
49
|
-
* <li>
|
|
50
|
-
* <p>1111::0111/128</p>
|
|
51
|
-
* </li>
|
|
52
|
-
* <li>
|
|
53
|
-
* <p>1111::111/128</p>
|
|
54
|
-
* </li>
|
|
55
|
-
* </ul>
|
|
56
|
-
* <p>You use an <code>IPSet</code> to specify which web requests you want to allow or
|
|
57
|
-
* block based on the IP addresses that the requests originated from. For example, if you're
|
|
58
|
-
* receiving a lot of requests from one or a small number of IP addresses and you want to
|
|
59
|
-
* block the requests, you can create an <code>IPSet</code> that specifies those IP addresses,
|
|
60
|
-
* and then configure AWS WAF to block the requests. </p>
|
|
61
|
-
* <p>To create and configure an <code>IPSet</code>, perform the following steps:</p>
|
|
62
|
-
* <ol>
|
|
63
|
-
* <li>
|
|
64
|
-
* <p>Submit a <a>CreateIPSet</a> request.</p>
|
|
65
|
-
* </li>
|
|
66
|
-
* <li>
|
|
67
|
-
* <p>Use <a>GetChangeToken</a> to get the change token that you provide
|
|
68
|
-
* in the <code>ChangeToken</code> parameter of an <a>UpdateIPSet</a>
|
|
69
|
-
* request.</p>
|
|
70
|
-
* </li>
|
|
71
|
-
* <li>
|
|
72
|
-
* <p>Submit an <code>UpdateIPSet</code> request to specify the IP addresses that you
|
|
73
|
-
* want AWS WAF to watch for.</p>
|
|
74
|
-
* </li>
|
|
75
|
-
* </ol>
|
|
76
|
-
* <p>When you update an <code>IPSet</code>, you specify the IP addresses that you want to
|
|
77
|
-
* add and/or the IP addresses that you want to delete. If you want to change an IP address,
|
|
78
|
-
* you delete the existing IP address and add the new one.</p>
|
|
79
|
-
* <p>You can insert a maximum of 1000 addresses in a single
|
|
80
|
-
* request.</p>
|
|
81
|
-
* <p>For more information about how to use the AWS WAF API to allow or block HTTP
|
|
82
|
-
* requests, see the <a href="https://docs.aws.amazon.com/waf/latest/developerguide/">AWS WAF
|
|
83
|
-
* Developer Guide</a>.</p>
|
|
84
|
-
* @example
|
|
85
|
-
* Use a bare-bones client and the command you need to make an API call.
|
|
86
|
-
* ```javascript
|
|
87
|
-
* import { WAFClient, UpdateIPSetCommand } from "@aws-sdk/client-waf"; // ES Modules import
|
|
88
|
-
* // const { WAFClient, UpdateIPSetCommand } = require("@aws-sdk/client-waf"); // CommonJS import
|
|
89
|
-
* const client = new WAFClient(config);
|
|
90
|
-
* const command = new UpdateIPSetCommand(input);
|
|
91
|
-
* const response = await client.send(command);
|
|
92
|
-
* ```
|
|
93
|
-
*
|
|
94
|
-
* @see {@link UpdateIPSetCommandInput} for command's `input` shape.
|
|
95
|
-
* @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
|
|
96
|
-
* @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
|
|
97
|
-
*
|
|
98
|
-
*/
|
|
9
|
+
|
|
99
10
|
export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFClientResolvedConfig> {
|
|
100
11
|
readonly input: UpdateIPSetCommandInput;
|
|
101
12
|
constructor(input: UpdateIPSetCommandInput);
|
|
102
|
-
|
|
103
|
-
* @internal
|
|
104
|
-
*/
|
|
13
|
+
|
|
105
14
|
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: WAFClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateIPSetCommandInput, UpdateIPSetCommandOutput>;
|
|
106
15
|
private serialize;
|
|
107
16
|
private deserialize;
|