@aws-sdk/client-waf 3.39.0 → 3.43.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.
Files changed (93) hide show
  1. package/CHANGELOG.md +38 -0
  2. package/dist-cjs/endpoints.js +86 -9
  3. package/dist-cjs/runtimeConfig.browser.js +6 -3
  4. package/dist-cjs/runtimeConfig.js +5 -3
  5. package/dist-es/endpoints.js +86 -9
  6. package/dist-es/runtimeConfig.browser.js +3 -2
  7. package/dist-es/runtimeConfig.js +3 -3
  8. package/dist-types/WAFClient.d.ts +8 -0
  9. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -1
  15. package/dist-types/commands/CreateRuleCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateRuleGroupCommand.d.ts +1 -1
  17. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +1 -1
  18. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +1 -1
  19. package/dist-types/commands/CreateWebACLCommand.d.ts +1 -1
  20. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -1
  21. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  26. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  31. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
  32. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +1 -1
  33. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +1 -1
  34. package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -1
  35. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetByteMatchSetCommand.d.ts +1 -1
  37. package/dist-types/commands/GetChangeTokenCommand.d.ts +1 -1
  38. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
  39. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -1
  40. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  41. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
  42. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -1
  43. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -1
  44. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -1
  45. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -1
  46. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -1
  47. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  48. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -1
  49. package/dist-types/commands/GetSampledRequestsCommand.d.ts +1 -1
  50. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +1 -1
  51. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +1 -1
  52. package/dist-types/commands/GetWebACLCommand.d.ts +1 -1
  53. package/dist-types/commands/GetXssMatchSetCommand.d.ts +1 -1
  54. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -1
  55. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
  59. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -1
  60. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  64. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +1 -1
  65. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -1
  67. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  68. package/dist-types/commands/ListWebACLsCommand.d.ts +1 -1
  69. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +1 -1
  70. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +1 -1
  71. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
  72. package/dist-types/commands/TagResourceCommand.d.ts +1 -1
  73. package/dist-types/commands/UntagResourceCommand.d.ts +1 -1
  74. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +1 -1
  75. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +1 -1
  76. package/dist-types/commands/UpdateIPSetCommand.d.ts +1 -1
  77. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +1 -1
  78. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +1 -1
  79. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +1 -1
  80. package/dist-types/commands/UpdateRuleCommand.d.ts +1 -1
  81. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +1 -1
  82. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +1 -1
  83. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +1 -1
  84. package/dist-types/commands/UpdateWebACLCommand.d.ts +1 -1
  85. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +1 -1
  86. package/dist-types/runtimeConfig.browser.d.ts +2 -0
  87. package/dist-types/runtimeConfig.d.ts +2 -0
  88. package/dist-types/runtimeConfig.native.d.ts +2 -0
  89. package/dist-types/ts3.4/WAFClient.d.ts +4 -0
  90. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +2 -0
  91. package/dist-types/ts3.4/runtimeConfig.d.ts +2 -0
  92. package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -0
  93. package/package.json +23 -23
@@ -43,7 +43,7 @@ export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetRes
43
43
  *
44
44
  * @see {@link DeleteRegexMatchSetCommandInput} for command's `input` shape.
45
45
  * @see {@link DeleteRegexMatchSetCommandOutput} for command's `response` shape.
46
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DeleteRegexMatchSetCommand extends $Command<DeleteRegexMatchSetCommandInput, DeleteRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
29
29
  *
30
30
  * @see {@link DeleteRegexPatternSetCommandInput} for command's `input` shape.
31
31
  * @see {@link DeleteRegexPatternSetCommandOutput} for command's `response` shape.
32
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class DeleteRegexPatternSetCommand extends $Command<DeleteRegexPatternSetCommandInput, DeleteRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB
43
43
  *
44
44
  * @see {@link DeleteRuleCommandInput} for command's `input` shape.
45
45
  * @see {@link DeleteRuleCommandOutput} for command's `response` shape.
46
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DeleteRuleCommand extends $Command<DeleteRuleCommandInput, DeleteRuleCommandOutput, WAFClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
43
43
  *
44
44
  * @see {@link DeleteRuleGroupCommandInput} for command's `input` shape.
45
45
  * @see {@link DeleteRuleGroupCommandOutput} for command's `response` shape.
46
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DeleteRuleGroupCommand extends $Command<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, WAFClientResolvedConfig> {
@@ -43,7 +43,7 @@ export interface DeleteSizeConstraintSetCommandOutput extends DeleteSizeConstrai
43
43
  *
44
44
  * @see {@link DeleteSizeConstraintSetCommandInput} for command's `input` shape.
45
45
  * @see {@link DeleteSizeConstraintSetCommandOutput} for command's `response` shape.
46
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
46
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
47
47
  *
48
48
  */
49
49
  export declare class DeleteSizeConstraintSetCommand extends $Command<DeleteSizeConstraintSetCommandInput, DeleteSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface DeleteSqlInjectionMatchSetCommandOutput extends DeleteSqlInject
44
44
  *
45
45
  * @see {@link DeleteSqlInjectionMatchSetCommandInput} for command's `input` shape.
46
46
  * @see {@link DeleteSqlInjectionMatchSetCommandOutput} for command's `response` shape.
47
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class DeleteSqlInjectionMatchSetCommand extends $Command<DeleteSqlInjectionMatchSetCommandInput, DeleteSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -41,7 +41,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
41
41
  *
42
42
  * @see {@link DeleteWebACLCommandInput} for command's `input` shape.
43
43
  * @see {@link DeleteWebACLCommandOutput} for command's `response` shape.
44
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
44
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
45
45
  *
46
46
  */
47
47
  export declare class DeleteWebACLCommand extends $Command<DeleteWebACLCommandInput, DeleteWebACLCommandOutput, WAFClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface DeleteXssMatchSetCommandOutput extends DeleteXssMatchSetRespons
44
44
  *
45
45
  * @see {@link DeleteXssMatchSetCommandInput} for command's `input` shape.
46
46
  * @see {@link DeleteXssMatchSetCommandOutput} for command's `response` shape.
47
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class DeleteXssMatchSetCommand extends $Command<DeleteXssMatchSetCommandInput, DeleteXssMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, _
28
28
  *
29
29
  * @see {@link GetByteMatchSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetByteMatchSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetByteMatchSetCommand extends $Command<GetByteMatchSetCommandInput, GetByteMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -34,7 +34,7 @@ export interface GetChangeTokenCommandOutput extends GetChangeTokenResponse, __M
34
34
  *
35
35
  * @see {@link GetChangeTokenCommandInput} for command's `input` shape.
36
36
  * @see {@link GetChangeTokenCommandOutput} for command's `response` shape.
37
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
37
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
38
38
  *
39
39
  */
40
40
  export declare class GetChangeTokenCommand extends $Command<GetChangeTokenCommandInput, GetChangeTokenCommandOutput, WAFClientResolvedConfig> {
@@ -44,7 +44,7 @@ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusR
44
44
  *
45
45
  * @see {@link GetChangeTokenStatusCommandInput} for command's `input` shape.
46
46
  * @see {@link GetChangeTokenStatusCommandOutput} for command's `response` shape.
47
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
47
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
48
48
  *
49
49
  */
50
50
  export declare class GetChangeTokenStatusCommand extends $Command<GetChangeTokenStatusCommandInput, GetChangeTokenStatusCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __M
28
28
  *
29
29
  * @see {@link GetGeoMatchSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetGeoMatchSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetGeoMatchSetCommand extends $Command<GetGeoMatchSetCommandInput, GetGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
28
28
  *
29
29
  * @see {@link GetIPSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetIPSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetIPSetCommand extends $Command<GetIPSetCommandInput, GetIPSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
28
28
  *
29
29
  * @see {@link GetLoggingConfigurationCommandInput} for command's `input` shape.
30
30
  * @see {@link GetLoggingConfigurationCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetLoggingConfigurationCommand extends $Command<GetLoggingConfigurationCommandInput, GetLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
28
28
  *
29
29
  * @see {@link GetPermissionPolicyCommandInput} for command's `input` shape.
30
30
  * @see {@link GetPermissionPolicyCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetPermissionPolicyCommand extends $Command<GetPermissionPolicyCommandInput, GetPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse,
30
30
  *
31
31
  * @see {@link GetRateBasedRuleCommandInput} for command's `input` shape.
32
32
  * @see {@link GetRateBasedRuleCommandOutput} for command's `response` shape.
33
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class GetRateBasedRuleCommand extends $Command<GetRateBasedRuleCommandInput, GetRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
@@ -30,7 +30,7 @@ export interface GetRateBasedRuleManagedKeysCommandOutput extends GetRateBasedRu
30
30
  *
31
31
  * @see {@link GetRateBasedRuleManagedKeysCommandInput} for command's `input` shape.
32
32
  * @see {@link GetRateBasedRuleManagedKeysCommandOutput} for command's `response` shape.
33
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
33
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
34
34
  *
35
35
  */
36
36
  export declare class GetRateBasedRuleManagedKeysCommand extends $Command<GetRateBasedRuleManagedKeysCommandInput, GetRateBasedRuleManagedKeysCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse,
28
28
  *
29
29
  * @see {@link GetRegexMatchSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetRegexMatchSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetRegexMatchSetCommand extends $Command<GetRegexMatchSetCommandInput, GetRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
28
28
  *
29
29
  * @see {@link GetRegexPatternSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetRegexPatternSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetRegexPatternSetCommand extends $Command<GetRegexPatternSetCommandInput, GetRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer
28
28
  *
29
29
  * @see {@link GetRuleCommandInput} for command's `input` shape.
30
30
  * @see {@link GetRuleCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetRuleCommand extends $Command<GetRuleCommandInput, GetRuleCommandOutput, WAFClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
29
29
  *
30
30
  * @see {@link GetRuleGroupCommandInput} for command's `input` shape.
31
31
  * @see {@link GetRuleGroupCommandOutput} for command's `response` shape.
32
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class GetRuleGroupCommand extends $Command<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFClientResolvedConfig> {
@@ -32,7 +32,7 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
32
32
  *
33
33
  * @see {@link GetSampledRequestsCommandInput} for command's `input` shape.
34
34
  * @see {@link GetSampledRequestsCommandOutput} for command's `response` shape.
35
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
35
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
36
36
  *
37
37
  */
38
38
  export declare class GetSampledRequestsCommand extends $Command<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetSizeConstraintSetCommandOutput extends GetSizeConstraintSetR
28
28
  *
29
29
  * @see {@link GetSizeConstraintSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetSizeConstraintSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetSizeConstraintSetCommand extends $Command<GetSizeConstraintSetCommandInput, GetSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMat
28
28
  *
29
29
  * @see {@link GetSqlInjectionMatchSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetSqlInjectionMatchSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetSqlInjectionMatchSetCommand extends $Command<GetSqlInjectionMatchSetCommandInput, GetSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
28
28
  *
29
29
  * @see {@link GetWebACLCommandInput} for command's `input` shape.
30
30
  * @see {@link GetWebACLCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetWebACLCommand extends $Command<GetWebACLCommandInput, GetWebACLCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __M
28
28
  *
29
29
  * @see {@link GetXssMatchSetCommandInput} for command's `input` shape.
30
30
  * @see {@link GetXssMatchSetCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class GetXssMatchSetCommand extends $Command<GetXssMatchSetCommandInput, GetXssMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListActivatedRulesInRuleGroupCommandOutput extends ListActivate
28
28
  *
29
29
  * @see {@link ListActivatedRulesInRuleGroupCommandInput} for command's `input` shape.
30
30
  * @see {@link ListActivatedRulesInRuleGroupCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListActivatedRulesInRuleGroupCommand extends $Command<ListActivatedRulesInRuleGroupCommandInput, ListActivatedRulesInRuleGroupCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListByteMatchSetsCommandOutput extends ListByteMatchSetsRespons
28
28
  *
29
29
  * @see {@link ListByteMatchSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListByteMatchSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListByteMatchSetsCommand extends $Command<ListByteMatchSetsCommandInput, ListByteMatchSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListGeoMatchSetsCommandOutput extends ListGeoMatchSetsResponse,
28
28
  *
29
29
  * @see {@link ListGeoMatchSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListGeoMatchSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListGeoMatchSetsCommand extends $Command<ListGeoMatchSetsCommandInput, ListGeoMatchSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
28
28
  *
29
29
  * @see {@link ListIPSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListIPSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListIPSetsCommand extends $Command<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
28
28
  *
29
29
  * @see {@link ListLoggingConfigurationsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListLoggingConfigurationsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListLoggingConfigurationsCommand extends $Command<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListRateBasedRulesCommandOutput extends ListRateBasedRulesRespo
28
28
  *
29
29
  * @see {@link ListRateBasedRulesCommandInput} for command's `input` shape.
30
30
  * @see {@link ListRateBasedRulesCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListRateBasedRulesCommand extends $Command<ListRateBasedRulesCommandInput, ListRateBasedRulesCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListRegexMatchSetsCommandOutput extends ListRegexMatchSetsRespo
28
28
  *
29
29
  * @see {@link ListRegexMatchSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListRegexMatchSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListRegexMatchSetsCommand extends $Command<ListRegexMatchSetsCommandInput, ListRegexMatchSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR
28
28
  *
29
29
  * @see {@link ListRegexPatternSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListRegexPatternSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListRegexPatternSetsCommand extends $Command<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
28
28
  *
29
29
  * @see {@link ListRuleGroupsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListRuleGroupsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListRuleGroupsCommand extends $Command<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
28
28
  *
29
29
  * @see {@link ListRulesCommandInput} for command's `input` shape.
30
30
  * @see {@link ListRulesCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListRulesCommand extends $Command<ListRulesCommandInput, ListRulesCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListSizeConstraintSetsCommandOutput extends ListSizeConstraintS
28
28
  *
29
29
  * @see {@link ListSizeConstraintSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListSizeConstraintSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListSizeConstraintSetsCommand extends $Command<ListSizeConstraintSetsCommandInput, ListSizeConstraintSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListSqlInjectionMatchSetsCommandOutput extends ListSqlInjection
28
28
  *
29
29
  * @see {@link ListSqlInjectionMatchSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListSqlInjectionMatchSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListSqlInjectionMatchSetsCommand extends $Command<ListSqlInjectionMatchSetsCommandInput, ListSqlInjectionMatchSetsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListSubscribedRuleGroupsCommandOutput extends ListSubscribedRul
28
28
  *
29
29
  * @see {@link ListSubscribedRuleGroupsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListSubscribedRuleGroupsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListSubscribedRuleGroupsCommand extends $Command<ListSubscribedRuleGroupsCommandInput, ListSubscribedRuleGroupsCommandOutput, WAFClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
29
29
  *
30
30
  * @see {@link ListTagsForResourceCommandInput} for command's `input` shape.
31
31
  * @see {@link ListTagsForResourceCommandOutput} for command's `response` shape.
32
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class ListTagsForResourceCommand extends $Command<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat
28
28
  *
29
29
  * @see {@link ListWebACLsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListWebACLsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListWebACLsCommand extends $Command<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse,
28
28
  *
29
29
  * @see {@link ListXssMatchSetsCommandInput} for command's `input` shape.
30
30
  * @see {@link ListXssMatchSetsCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class ListXssMatchSetsCommand extends $Command<ListXssMatchSetsCommandInput, ListXssMatchSetsCommandOutput, WAFClientResolvedConfig> {
@@ -45,7 +45,7 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
45
45
  *
46
46
  * @see {@link PutLoggingConfigurationCommandInput} for command's `input` shape.
47
47
  * @see {@link PutLoggingConfigurationCommandOutput} for command's `response` shape.
48
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
48
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
49
49
  *
50
50
  */
51
51
  export declare class PutLoggingConfigurationCommand extends $Command<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFClientResolvedConfig> {
@@ -60,7 +60,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
60
60
  *
61
61
  * @see {@link PutPermissionPolicyCommandInput} for command's `input` shape.
62
62
  * @see {@link PutPermissionPolicyCommandOutput} for command's `response` shape.
63
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
63
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
64
64
  *
65
65
  */
66
66
  export declare class PutPermissionPolicyCommand extends $Command<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFClientResolvedConfig> {
@@ -29,7 +29,7 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
29
29
  *
30
30
  * @see {@link TagResourceCommandInput} for command's `input` shape.
31
31
  * @see {@link TagResourceCommandOutput} for command's `response` shape.
32
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
32
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
33
33
  *
34
34
  */
35
35
  export declare class TagResourceCommand extends $Command<TagResourceCommandInput, TagResourceCommandOutput, WAFClientResolvedConfig> {
@@ -28,7 +28,7 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
28
28
  *
29
29
  * @see {@link UntagResourceCommandInput} for command's `input` shape.
30
30
  * @see {@link UntagResourceCommandOutput} for command's `response` shape.
31
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
31
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
32
32
  *
33
33
  */
34
34
  export declare class UntagResourceCommand extends $Command<UntagResourceCommandInput, UntagResourceCommandOutput, WAFClientResolvedConfig> {
@@ -66,7 +66,7 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo
66
66
  *
67
67
  * @see {@link UpdateByteMatchSetCommandInput} for command's `input` shape.
68
68
  * @see {@link UpdateByteMatchSetCommandOutput} for command's `response` shape.
69
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
69
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
70
70
  *
71
71
  */
72
72
  export declare class UpdateByteMatchSetCommand extends $Command<UpdateByteMatchSetCommandInput, UpdateByteMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -58,7 +58,7 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons
58
58
  *
59
59
  * @see {@link UpdateGeoMatchSetCommandInput} for command's `input` shape.
60
60
  * @see {@link UpdateGeoMatchSetCommandOutput} for command's `response` shape.
61
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
61
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
62
62
  *
63
63
  */
64
64
  export declare class UpdateGeoMatchSetCommand extends $Command<UpdateGeoMatchSetCommandInput, UpdateGeoMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -93,7 +93,7 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
93
93
  *
94
94
  * @see {@link UpdateIPSetCommandInput} for command's `input` shape.
95
95
  * @see {@link UpdateIPSetCommandOutput} for command's `response` shape.
96
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
96
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
97
97
  *
98
98
  */
99
99
  export declare class UpdateIPSetCommand extends $Command<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFClientResolvedConfig> {
@@ -74,7 +74,7 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes
74
74
  *
75
75
  * @see {@link UpdateRateBasedRuleCommandInput} for command's `input` shape.
76
76
  * @see {@link UpdateRateBasedRuleCommandOutput} for command's `response` shape.
77
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
77
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
78
78
  *
79
79
  */
80
80
  export declare class UpdateRateBasedRuleCommand extends $Command<UpdateRateBasedRuleCommandInput, UpdateRateBasedRuleCommandOutput, WAFClientResolvedConfig> {
@@ -62,7 +62,7 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes
62
62
  *
63
63
  * @see {@link UpdateRegexMatchSetCommandInput} for command's `input` shape.
64
64
  * @see {@link UpdateRegexMatchSetCommandOutput} for command's `response` shape.
65
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
65
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
66
66
  *
67
67
  */
68
68
  export declare class UpdateRegexMatchSetCommand extends $Command<UpdateRegexMatchSetCommandInput, UpdateRegexMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -67,7 +67,7 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
67
67
  *
68
68
  * @see {@link UpdateRegexPatternSetCommandInput} for command's `input` shape.
69
69
  * @see {@link UpdateRegexPatternSetCommandOutput} for command's `response` shape.
70
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
70
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
71
71
  *
72
72
  */
73
73
  export declare class UpdateRegexPatternSetCommand extends $Command<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFClientResolvedConfig> {
@@ -69,7 +69,7 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
69
69
  *
70
70
  * @see {@link UpdateRuleCommandInput} for command's `input` shape.
71
71
  * @see {@link UpdateRuleCommandOutput} for command's `response` shape.
72
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
72
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
73
73
  *
74
74
  */
75
75
  export declare class UpdateRuleCommand extends $Command<UpdateRuleCommandInput, UpdateRuleCommandOutput, WAFClientResolvedConfig> {
@@ -52,7 +52,7 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
52
52
  *
53
53
  * @see {@link UpdateRuleGroupCommandInput} for command's `input` shape.
54
54
  * @see {@link UpdateRuleGroupCommandOutput} for command's `response` shape.
55
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
55
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
56
56
  *
57
57
  */
58
58
  export declare class UpdateRuleGroupCommand extends $Command<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFClientResolvedConfig> {
@@ -70,7 +70,7 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai
70
70
  *
71
71
  * @see {@link UpdateSizeConstraintSetCommandInput} for command's `input` shape.
72
72
  * @see {@link UpdateSizeConstraintSetCommandOutput} for command's `response` shape.
73
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
73
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
74
74
  *
75
75
  */
76
76
  export declare class UpdateSizeConstraintSetCommand extends $Command<UpdateSizeConstraintSetCommandInput, UpdateSizeConstraintSetCommandOutput, WAFClientResolvedConfig> {
@@ -69,7 +69,7 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject
69
69
  *
70
70
  * @see {@link UpdateSqlInjectionMatchSetCommandInput} for command's `input` shape.
71
71
  * @see {@link UpdateSqlInjectionMatchSetCommandOutput} for command's `response` shape.
72
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
72
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
73
73
  *
74
74
  */
75
75
  export declare class UpdateSqlInjectionMatchSetCommand extends $Command<UpdateSqlInjectionMatchSetCommandInput, UpdateSqlInjectionMatchSetCommandOutput, WAFClientResolvedConfig> {
@@ -99,7 +99,7 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
99
99
  *
100
100
  * @see {@link UpdateWebACLCommandInput} for command's `input` shape.
101
101
  * @see {@link UpdateWebACLCommandOutput} for command's `response` shape.
102
- * @see {@link WAFClientResolvedConfig | config} for command's `input` shape.
102
+ * @see {@link WAFClientResolvedConfig | config} for WAFClient's `config` shape.
103
103
  *
104
104
  */
105
105
  export declare class UpdateWebACLCommand extends $Command<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFClientResolvedConfig> {