@aws-sdk/client-wafv2 3.533.0 → 3.535.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 (113) hide show
  1. package/dist-types/WAFV2.d.ts +2 -1
  2. package/dist-types/WAFV2Client.d.ts +1 -1
  3. package/dist-types/commands/AssociateWebACLCommand.d.ts +2 -1
  4. package/dist-types/commands/CheckCapacityCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateAPIKeyCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateIPSetCommand.d.ts +2 -1
  7. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +2 -1
  8. package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/CreateWebACLCommand.d.ts +2 -1
  10. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +2 -1
  11. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +2 -1
  12. package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -1
  13. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -1
  14. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +2 -1
  15. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +2 -1
  16. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -1
  17. package/dist-types/commands/DeleteWebACLCommand.d.ts +2 -1
  18. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +2 -1
  19. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +2 -1
  20. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +2 -1
  21. package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -1
  22. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +2 -1
  23. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +2 -1
  24. package/dist-types/commands/GetIPSetCommand.d.ts +2 -1
  25. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -1
  26. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +2 -1
  27. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +2 -1
  28. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +2 -1
  29. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +2 -1
  30. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +2 -1
  31. package/dist-types/commands/GetRuleGroupCommand.d.ts +2 -1
  32. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -1
  33. package/dist-types/commands/GetWebACLCommand.d.ts +2 -1
  34. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +2 -1
  35. package/dist-types/commands/ListAPIKeysCommand.d.ts +2 -1
  36. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +2 -1
  37. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +2 -1
  38. package/dist-types/commands/ListIPSetsCommand.d.ts +2 -1
  39. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -1
  40. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +2 -1
  41. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +2 -1
  42. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +2 -1
  43. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +2 -1
  44. package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -1
  45. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  46. package/dist-types/commands/ListWebACLsCommand.d.ts +2 -1
  47. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -1
  48. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +2 -1
  49. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +2 -1
  50. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  51. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  52. package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -1
  53. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +2 -1
  54. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +2 -1
  55. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -1
  56. package/dist-types/commands/UpdateWebACLCommand.d.ts +2 -1
  57. package/dist-types/models/models_0.d.ts +781 -781
  58. package/dist-types/ts3.4/WAFV2.d.ts +1 -0
  59. package/dist-types/ts3.4/commands/AssociateWebACLCommand.d.ts +9 -0
  60. package/dist-types/ts3.4/commands/CheckCapacityCommand.d.ts +9 -0
  61. package/dist-types/ts3.4/commands/CreateAPIKeyCommand.d.ts +9 -0
  62. package/dist-types/ts3.4/commands/CreateIPSetCommand.d.ts +9 -0
  63. package/dist-types/ts3.4/commands/CreateRegexPatternSetCommand.d.ts +9 -0
  64. package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +9 -0
  65. package/dist-types/ts3.4/commands/CreateWebACLCommand.d.ts +9 -0
  66. package/dist-types/ts3.4/commands/DeleteAPIKeyCommand.d.ts +9 -0
  67. package/dist-types/ts3.4/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +9 -0
  68. package/dist-types/ts3.4/commands/DeleteIPSetCommand.d.ts +9 -0
  69. package/dist-types/ts3.4/commands/DeleteLoggingConfigurationCommand.d.ts +9 -0
  70. package/dist-types/ts3.4/commands/DeletePermissionPolicyCommand.d.ts +9 -0
  71. package/dist-types/ts3.4/commands/DeleteRegexPatternSetCommand.d.ts +9 -0
  72. package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +9 -0
  73. package/dist-types/ts3.4/commands/DeleteWebACLCommand.d.ts +9 -0
  74. package/dist-types/ts3.4/commands/DescribeAllManagedProductsCommand.d.ts +9 -0
  75. package/dist-types/ts3.4/commands/DescribeManagedProductsByVendorCommand.d.ts +9 -0
  76. package/dist-types/ts3.4/commands/DescribeManagedRuleGroupCommand.d.ts +9 -0
  77. package/dist-types/ts3.4/commands/DisassociateWebACLCommand.d.ts +9 -0
  78. package/dist-types/ts3.4/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +9 -0
  79. package/dist-types/ts3.4/commands/GetDecryptedAPIKeyCommand.d.ts +9 -0
  80. package/dist-types/ts3.4/commands/GetIPSetCommand.d.ts +9 -0
  81. package/dist-types/ts3.4/commands/GetLoggingConfigurationCommand.d.ts +9 -0
  82. package/dist-types/ts3.4/commands/GetManagedRuleSetCommand.d.ts +9 -0
  83. package/dist-types/ts3.4/commands/GetMobileSdkReleaseCommand.d.ts +9 -0
  84. package/dist-types/ts3.4/commands/GetPermissionPolicyCommand.d.ts +9 -0
  85. package/dist-types/ts3.4/commands/GetRateBasedStatementManagedKeysCommand.d.ts +9 -0
  86. package/dist-types/ts3.4/commands/GetRegexPatternSetCommand.d.ts +9 -0
  87. package/dist-types/ts3.4/commands/GetRuleGroupCommand.d.ts +9 -0
  88. package/dist-types/ts3.4/commands/GetSampledRequestsCommand.d.ts +9 -0
  89. package/dist-types/ts3.4/commands/GetWebACLCommand.d.ts +9 -0
  90. package/dist-types/ts3.4/commands/GetWebACLForResourceCommand.d.ts +9 -0
  91. package/dist-types/ts3.4/commands/ListAPIKeysCommand.d.ts +9 -0
  92. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +9 -0
  93. package/dist-types/ts3.4/commands/ListAvailableManagedRuleGroupsCommand.d.ts +9 -0
  94. package/dist-types/ts3.4/commands/ListIPSetsCommand.d.ts +9 -0
  95. package/dist-types/ts3.4/commands/ListLoggingConfigurationsCommand.d.ts +9 -0
  96. package/dist-types/ts3.4/commands/ListManagedRuleSetsCommand.d.ts +9 -0
  97. package/dist-types/ts3.4/commands/ListMobileSdkReleasesCommand.d.ts +9 -0
  98. package/dist-types/ts3.4/commands/ListRegexPatternSetsCommand.d.ts +9 -0
  99. package/dist-types/ts3.4/commands/ListResourcesForWebACLCommand.d.ts +9 -0
  100. package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +9 -0
  101. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
  102. package/dist-types/ts3.4/commands/ListWebACLsCommand.d.ts +9 -0
  103. package/dist-types/ts3.4/commands/PutLoggingConfigurationCommand.d.ts +9 -0
  104. package/dist-types/ts3.4/commands/PutManagedRuleSetVersionsCommand.d.ts +9 -0
  105. package/dist-types/ts3.4/commands/PutPermissionPolicyCommand.d.ts +9 -0
  106. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
  107. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
  108. package/dist-types/ts3.4/commands/UpdateIPSetCommand.d.ts +9 -0
  109. package/dist-types/ts3.4/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +9 -0
  110. package/dist-types/ts3.4/commands/UpdateRegexPatternSetCommand.d.ts +9 -0
  111. package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +9 -0
  112. package/dist-types/ts3.4/commands/UpdateWebACLCommand.d.ts +9 -0
  113. package/package.json +40 -40
@@ -22,10 +22,10 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
22
22
  }
23
23
  declare const GetRuleGroupCommand_base: {
24
24
  new (input: GetRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (...[input]: [] | [GetRuleGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<GetRuleGroupCommandInput, GetRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified <a>RuleGroup</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1070,6 +1070,7 @@ declare const GetRuleGroupCommand_base: {
1070
1070
  * @throws {@link WAFV2ServiceException}
1071
1071
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1072
1072
  *
1073
+ * @public
1073
1074
  */
1074
1075
  export declare class GetRuleGroupCommand extends GetRuleGroupCommand_base {
1075
1076
  }
@@ -22,10 +22,10 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
22
22
  }
23
23
  declare const GetSampledRequestsCommand_base: {
24
24
  new (input: GetSampledRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetSampledRequestsCommandInput): import("@smithy/smithy-client").CommandImpl<GetSampledRequestsCommandInput, GetSampledRequestsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Gets detailed information about a specified number of requests--a sample--that WAF
30
30
  * randomly selects from among the first 5,000 requests that your Amazon Web Services resource received
31
31
  * during a time range that you choose. You can specify a sample size of up to 500 requests,
@@ -148,6 +148,7 @@ declare const GetSampledRequestsCommand_base: {
148
148
  * @throws {@link WAFV2ServiceException}
149
149
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
150
150
  *
151
+ * @public
151
152
  */
152
153
  export declare class GetSampledRequestsCommand extends GetSampledRequestsCommand_base {
153
154
  }
@@ -22,10 +22,10 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
22
22
  }
23
23
  declare const GetWebACLCommand_base: {
24
24
  new (input: GetWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebACLCommandInput, GetWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the specified <a>WebACL</a>.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -1265,6 +1265,7 @@ declare const GetWebACLCommand_base: {
1265
1265
  * @throws {@link WAFV2ServiceException}
1266
1266
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1267
1267
  *
1268
+ * @public
1268
1269
  */
1269
1270
  export declare class GetWebACLCommand extends GetWebACLCommand_base {
1270
1271
  }
@@ -22,10 +22,10 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
22
22
  }
23
23
  declare const GetWebACLForResourceCommand_base: {
24
24
  new (input: GetWebACLForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: GetWebACLForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<GetWebACLForResourceCommandInput, GetWebACLForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the <a>WebACL</a> for the specified resource. </p>
30
30
  * <p>This call uses <code>GetWebACL</code>, to verify that your account has permission to access the retrieved web ACL.
31
31
  * If you get an error that indicates that your account isn't authorized to perform <code>wafv2:GetWebACL</code> on the resource,
@@ -1278,6 +1278,7 @@ declare const GetWebACLForResourceCommand_base: {
1278
1278
  * @throws {@link WAFV2ServiceException}
1279
1279
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1280
1280
  *
1281
+ * @public
1281
1282
  */
1282
1283
  export declare class GetWebACLForResourceCommand extends GetWebACLForResourceCommand_base {
1283
1284
  }
@@ -22,10 +22,10 @@ export interface ListAPIKeysCommandOutput extends ListAPIKeysResponse, __Metadat
22
22
  }
23
23
  declare const ListAPIKeysCommand_base: {
24
24
  new (input: ListAPIKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListAPIKeysCommandInput, ListAPIKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAPIKeysCommandInput): import("@smithy/smithy-client").CommandImpl<ListAPIKeysCommandInput, ListAPIKeysCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of the API keys that you've defined for the specified scope. </p>
30
30
  * <p>API keys are required for the integration of the CAPTCHA API in your JavaScript client applications.
31
31
  * The API lets you customize the placement and characteristics of the CAPTCHA puzzle for your end users.
@@ -101,6 +101,7 @@ declare const ListAPIKeysCommand_base: {
101
101
  * @throws {@link WAFV2ServiceException}
102
102
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
103
103
  *
104
+ * @public
104
105
  */
105
106
  export declare class ListAPIKeysCommand extends ListAPIKeysCommand_base {
106
107
  }
@@ -22,10 +22,10 @@ export interface ListAvailableManagedRuleGroupVersionsCommandOutput extends List
22
22
  }
23
23
  declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
24
24
  new (input: ListAvailableManagedRuleGroupVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAvailableManagedRuleGroupVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableManagedRuleGroupVersionsCommandInput, ListAvailableManagedRuleGroupVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Returns a list of the available versions for the specified managed rule group. </p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -98,6 +98,7 @@ declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
98
98
  * @throws {@link WAFV2ServiceException}
99
99
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class ListAvailableManagedRuleGroupVersionsCommand extends ListAvailableManagedRuleGroupVersionsCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface ListAvailableManagedRuleGroupsCommandOutput extends ListAvailab
22
22
  }
23
23
  declare const ListAvailableManagedRuleGroupsCommand_base: {
24
24
  new (input: ListAvailableManagedRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListAvailableManagedRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListAvailableManagedRuleGroupsCommandInput, ListAvailableManagedRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of managed rule groups that are available for you to use. This list
30
30
  * includes all Amazon Web Services Managed Rules rule groups and all of the Amazon Web Services Marketplace managed rule groups that you're
31
31
  * subscribed to.</p>
@@ -93,6 +93,7 @@ declare const ListAvailableManagedRuleGroupsCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListAvailableManagedRuleGroupsCommand extends ListAvailableManagedRuleGroupsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
22
22
  }
23
23
  declare const ListIPSetsCommand_base: {
24
24
  new (input: ListIPSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListIPSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListIPSetsCommandInput, ListIPSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of <a>IPSetSummary</a> objects for the IP sets that you
30
30
  * manage.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const ListIPSetsCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListIPSetsCommand extends ListIPSetsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
22
22
  }
23
23
  declare const ListLoggingConfigurationsCommand_base: {
24
24
  new (input: ListLoggingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListLoggingConfigurationsCommandInput): import("@smithy/smithy-client").CommandImpl<ListLoggingConfigurationsCommandInput, ListLoggingConfigurationsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of your <a>LoggingConfiguration</a> objects.</p>
30
30
  * @example
31
31
  * Use a bare-bones client and the command you need to make an API call.
@@ -171,6 +171,7 @@ declare const ListLoggingConfigurationsCommand_base: {
171
171
  * @throws {@link WAFV2ServiceException}
172
172
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
173
173
  *
174
+ * @public
174
175
  */
175
176
  export declare class ListLoggingConfigurationsCommand extends ListLoggingConfigurationsCommand_base {
176
177
  }
@@ -22,10 +22,10 @@ export interface ListManagedRuleSetsCommandOutput extends ListManagedRuleSetsRes
22
22
  }
23
23
  declare const ListManagedRuleSetsCommand_base: {
24
24
  new (input: ListManagedRuleSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListManagedRuleSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListManagedRuleSetsCommandInput, ListManagedRuleSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the managed rule sets that you own. </p>
30
30
  * <note>
31
31
  * <p>This is intended for use only by vendors of managed rule sets. Vendors are Amazon Web Services and Amazon Web Services Marketplace sellers. </p>
@@ -97,6 +97,7 @@ declare const ListManagedRuleSetsCommand_base: {
97
97
  * @throws {@link WAFV2ServiceException}
98
98
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
99
99
  *
100
+ * @public
100
101
  */
101
102
  export declare class ListManagedRuleSetsCommand extends ListManagedRuleSetsCommand_base {
102
103
  }
@@ -22,10 +22,10 @@ export interface ListMobileSdkReleasesCommandOutput extends ListMobileSdkRelease
22
22
  }
23
23
  declare const ListMobileSdkReleasesCommand_base: {
24
24
  new (input: ListMobileSdkReleasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListMobileSdkReleasesCommandInput): import("@smithy/smithy-client").CommandImpl<ListMobileSdkReleasesCommandInput, ListMobileSdkReleasesCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves a list of the available releases for the mobile SDK and the specified device
30
30
  * platform. </p>
31
31
  * <p>The mobile SDK is not generally available. Customers who have access to the mobile SDK can use it to establish and manage WAF tokens for use in HTTP(S) requests from a mobile device to WAF. For more information, see
@@ -92,6 +92,7 @@ declare const ListMobileSdkReleasesCommand_base: {
92
92
  * @throws {@link WAFV2ServiceException}
93
93
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
94
94
  *
95
+ * @public
95
96
  */
96
97
  export declare class ListMobileSdkReleasesCommand extends ListMobileSdkReleasesCommand_base {
97
98
  }
@@ -22,10 +22,10 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR
22
22
  }
23
23
  declare const ListRegexPatternSetsCommand_base: {
24
24
  new (input: ListRegexPatternSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRegexPatternSetsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRegexPatternSetsCommandInput, ListRegexPatternSetsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of <a>RegexPatternSetSummary</a> objects for the regex
30
30
  * pattern sets that you manage.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const ListRegexPatternSetsCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListRegexPatternSetsCommand extends ListRegexPatternSetsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb
22
22
  }
23
23
  declare const ListResourcesForWebACLCommand_base: {
24
24
  new (input: ListResourcesForWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListResourcesForWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<ListResourcesForWebACLCommandInput, ListResourcesForWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of the Amazon Resource Names (ARNs) for the regional resources that
30
30
  * are associated with the specified web ACL. </p>
31
31
  * <p>For Amazon CloudFront, don't use this call. Instead, use the CloudFront call
@@ -99,6 +99,7 @@ declare const ListResourcesForWebACLCommand_base: {
99
99
  * @throws {@link WAFV2ServiceException}
100
100
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
101
101
  *
102
+ * @public
102
103
  */
103
104
  export declare class ListResourcesForWebACLCommand extends ListResourcesForWebACLCommand_base {
104
105
  }
@@ -22,10 +22,10 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
22
22
  }
23
23
  declare const ListRuleGroupsCommand_base: {
24
24
  new (input: ListRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListRuleGroupsCommandInput): import("@smithy/smithy-client").CommandImpl<ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of <a>RuleGroupSummary</a> objects for the rule groups
30
30
  * that you manage. </p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const ListRuleGroupsCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListRuleGroupsCommand extends ListRuleGroupsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
22
22
  }
23
23
  declare const ListTagsForResourceCommand_base: {
24
24
  new (input: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListTagsForResourceCommandInput): import("@smithy/smithy-client").CommandImpl<ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves the <a>TagInfoForResource</a> for the specified resource. Tags are
30
30
  * key:value pairs that you can use to categorize and manage your resources, for purposes like
31
31
  * billing. For example, you might set the tag key to "customer" and the value to the customer
@@ -112,6 +112,7 @@ declare const ListTagsForResourceCommand_base: {
112
112
  * @throws {@link WAFV2ServiceException}
113
113
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
114
114
  *
115
+ * @public
115
116
  */
116
117
  export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {
117
118
  }
@@ -22,10 +22,10 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat
22
22
  }
23
23
  declare const ListWebACLsCommand_base: {
24
24
  new (input: ListWebACLsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: ListWebACLsCommandInput): import("@smithy/smithy-client").CommandImpl<ListWebACLsCommandInput, ListWebACLsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Retrieves an array of <a>WebACLSummary</a> objects for the web ACLs that you
30
30
  * manage.</p>
31
31
  * @example
@@ -93,6 +93,7 @@ declare const ListWebACLsCommand_base: {
93
93
  * @throws {@link WAFV2ServiceException}
94
94
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
95
95
  *
96
+ * @public
96
97
  */
97
98
  export declare class ListWebACLsCommand extends ListWebACLsCommand_base {
98
99
  }
@@ -22,10 +22,10 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
22
22
  }
23
23
  declare const PutLoggingConfigurationCommand_base: {
24
24
  new (input: PutLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<PutLoggingConfigurationCommandInput, PutLoggingConfigurationCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Enables the specified <a>LoggingConfiguration</a>, to start logging from a
30
30
  * web ACL, according to the configuration provided. </p>
31
31
  * <note>
@@ -325,6 +325,7 @@ declare const PutLoggingConfigurationCommand_base: {
325
325
  * @throws {@link WAFV2ServiceException}
326
326
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
327
327
  *
328
+ * @public
328
329
  */
329
330
  export declare class PutLoggingConfigurationCommand extends PutLoggingConfigurationCommand_base {
330
331
  }
@@ -22,10 +22,10 @@ export interface PutManagedRuleSetVersionsCommandOutput extends PutManagedRuleSe
22
22
  }
23
23
  declare const PutManagedRuleSetVersionsCommand_base: {
24
24
  new (input: PutManagedRuleSetVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutManagedRuleSetVersionsCommandInput): import("@smithy/smithy-client").CommandImpl<PutManagedRuleSetVersionsCommandInput, PutManagedRuleSetVersionsCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Defines the versions of your managed rule set that you are offering to the customers.
30
30
  * Customers see your offerings as managed rule groups with versioning.</p>
31
31
  * <note>
@@ -113,6 +113,7 @@ declare const PutManagedRuleSetVersionsCommand_base: {
113
113
  * @throws {@link WAFV2ServiceException}
114
114
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
115
115
  *
116
+ * @public
116
117
  */
117
118
  export declare class PutManagedRuleSetVersionsCommand extends PutManagedRuleSetVersionsCommand_base {
118
119
  }
@@ -22,10 +22,10 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
22
22
  }
23
23
  declare const PutPermissionPolicyCommand_base: {
24
24
  new (input: PutPermissionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: PutPermissionPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<PutPermissionPolicyCommandInput, PutPermissionPolicyCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Attaches an IAM policy to the specified resource. Use this to share a rule group across
30
30
  * accounts.</p>
31
31
  * <p>You must be the owner of the rule group to perform this operation.</p>
@@ -125,6 +125,7 @@ declare const PutPermissionPolicyCommand_base: {
125
125
  * @throws {@link WAFV2ServiceException}
126
126
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
127
127
  *
128
+ * @public
128
129
  */
129
130
  export declare class PutPermissionPolicyCommand extends PutPermissionPolicyCommand_base {
130
131
  }
@@ -22,10 +22,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
22
22
  }
23
23
  declare const TagResourceCommand_base: {
24
24
  new (input: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: TagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<TagResourceCommandInput, TagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Associates tags with the specified Amazon Web Services resource. Tags are key:value pairs that you can
30
30
  * use to categorize and manage your resources, for purposes like billing. For example, you
31
31
  * might set the tag key to "customer" and the value to the customer name or ID. You can
@@ -111,6 +111,7 @@ declare const TagResourceCommand_base: {
111
111
  * @throws {@link WAFV2ServiceException}
112
112
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
113
113
  *
114
+ * @public
114
115
  */
115
116
  export declare class TagResourceCommand extends TagResourceCommand_base {
116
117
  }
@@ -22,10 +22,10 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
22
22
  }
23
23
  declare const UntagResourceCommand_base: {
24
24
  new (input: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UntagResourceCommandInput): import("@smithy/smithy-client").CommandImpl<UntagResourceCommandInput, UntagResourceCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Disassociates tags from an Amazon Web Services resource. Tags are key:value pairs that you can
30
30
  * associate with Amazon Web Services resources. For example, the tag key might be "customer" and the tag
31
31
  * value might be "companyA." You can specify one or more tags to add to each container. You
@@ -98,6 +98,7 @@ declare const UntagResourceCommand_base: {
98
98
  * @throws {@link WAFV2ServiceException}
99
99
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
100
100
  *
101
+ * @public
101
102
  */
102
103
  export declare class UntagResourceCommand extends UntagResourceCommand_base {
103
104
  }
@@ -22,10 +22,10 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
22
22
  }
23
23
  declare const UpdateIPSetCommand_base: {
24
24
  new (input: UpdateIPSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateIPSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateIPSetCommandInput, UpdateIPSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified <a>IPSet</a>. </p>
30
30
  * <note>
31
31
  * <p>This operation completely replaces the mutable specifications that you already have for the IP set with the ones that you provide to this call. </p>
@@ -144,6 +144,7 @@ declare const UpdateIPSetCommand_base: {
144
144
  * @throws {@link WAFV2ServiceException}
145
145
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
146
146
  *
147
+ * @public
147
148
  */
148
149
  export declare class UpdateIPSetCommand extends UpdateIPSetCommand_base {
149
150
  }
@@ -22,10 +22,10 @@ export interface UpdateManagedRuleSetVersionExpiryDateCommandOutput extends Upda
22
22
  }
23
23
  declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
24
24
  new (input: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateManagedRuleSetVersionExpiryDateCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateManagedRuleSetVersionExpiryDateCommandInput, UpdateManagedRuleSetVersionExpiryDateCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the expiration information for your managed rule set. Use this to initiate the
30
30
  * expiration of a managed rule group version. After you initiate expiration for a version,
31
31
  * WAF excludes it from the response to <a>ListAvailableManagedRuleGroupVersions</a> for the managed rule group. </p>
@@ -105,6 +105,7 @@ declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
105
105
  * @throws {@link WAFV2ServiceException}
106
106
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
107
107
  *
108
+ * @public
108
109
  */
109
110
  export declare class UpdateManagedRuleSetVersionExpiryDateCommand extends UpdateManagedRuleSetVersionExpiryDateCommand_base {
110
111
  }
@@ -22,10 +22,10 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
22
22
  }
23
23
  declare const UpdateRegexPatternSetCommand_base: {
24
24
  new (input: UpdateRegexPatternSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRegexPatternSetCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRegexPatternSetCommandInput, UpdateRegexPatternSetCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified <a>RegexPatternSet</a>.</p>
30
30
  * <note>
31
31
  * <p>This operation completely replaces the mutable specifications that you already have for the regex pattern set with the ones that you provide to this call. </p>
@@ -146,6 +146,7 @@ declare const UpdateRegexPatternSetCommand_base: {
146
146
  * @throws {@link WAFV2ServiceException}
147
147
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
148
148
  *
149
+ * @public
149
150
  */
150
151
  export declare class UpdateRegexPatternSetCommand extends UpdateRegexPatternSetCommand_base {
151
152
  }
@@ -22,10 +22,10 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
22
22
  }
23
23
  declare const UpdateRuleGroupCommand_base: {
24
24
  new (input: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateRuleGroupCommandInput, UpdateRuleGroupCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified <a>RuleGroup</a>.</p>
30
30
  * <note>
31
31
  * <p>This operation completely replaces the mutable specifications that you already have for the rule group with the ones that you provide to this call. </p>
@@ -1128,6 +1128,7 @@ declare const UpdateRuleGroupCommand_base: {
1128
1128
  * @throws {@link WAFV2ServiceException}
1129
1129
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1130
1130
  *
1131
+ * @public
1131
1132
  */
1132
1133
  export declare class UpdateRuleGroupCommand extends UpdateRuleGroupCommand_base {
1133
1134
  }
@@ -22,10 +22,10 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
22
22
  }
23
23
  declare const UpdateWebACLCommand_base: {
24
24
  new (input: UpdateWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
+ new (__0_0: UpdateWebACLCommandInput): import("@smithy/smithy-client").CommandImpl<UpdateWebACLCommandInput, UpdateWebACLCommandOutput, WAFV2ClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
25
26
  getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
26
27
  };
27
28
  /**
28
- * @public
29
29
  * <p>Updates the specified <a>WebACL</a>. While updating a web ACL, WAF provides
30
30
  * continuous coverage to the resources that you have associated with the web ACL. </p>
31
31
  * <note>
@@ -1146,6 +1146,7 @@ declare const UpdateWebACLCommand_base: {
1146
1146
  * @throws {@link WAFV2ServiceException}
1147
1147
  * <p>Base exception class for all service exceptions from WAFV2 service.</p>
1148
1148
  *
1149
+ * @public
1149
1150
  */
1150
1151
  export declare class UpdateWebACLCommand extends UpdateWebACLCommand_base {
1151
1152
  }