@aws-sdk/client-wafv2 3.890.0 → 3.893.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 (55) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +2 -0
  2. package/dist-types/commands/CheckCapacityCommand.d.ts +2 -0
  3. package/dist-types/commands/CreateAPIKeyCommand.d.ts +2 -0
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +2 -0
  5. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +2 -0
  6. package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -0
  7. package/dist-types/commands/CreateWebACLCommand.d.ts +2 -0
  8. package/dist-types/commands/DeleteAPIKeyCommand.d.ts +2 -0
  9. package/dist-types/commands/DeleteFirewallManagerRuleGroupsCommand.d.ts +2 -0
  10. package/dist-types/commands/DeleteIPSetCommand.d.ts +2 -0
  11. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +2 -0
  12. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +2 -0
  13. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +2 -0
  14. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -0
  15. package/dist-types/commands/DeleteWebACLCommand.d.ts +2 -0
  16. package/dist-types/commands/DescribeAllManagedProductsCommand.d.ts +2 -0
  17. package/dist-types/commands/DescribeManagedProductsByVendorCommand.d.ts +2 -0
  18. package/dist-types/commands/DescribeManagedRuleGroupCommand.d.ts +2 -0
  19. package/dist-types/commands/DisassociateWebACLCommand.d.ts +2 -0
  20. package/dist-types/commands/GenerateMobileSdkReleaseUrlCommand.d.ts +2 -0
  21. package/dist-types/commands/GetDecryptedAPIKeyCommand.d.ts +2 -0
  22. package/dist-types/commands/GetIPSetCommand.d.ts +2 -0
  23. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +2 -0
  24. package/dist-types/commands/GetManagedRuleSetCommand.d.ts +2 -0
  25. package/dist-types/commands/GetMobileSdkReleaseCommand.d.ts +2 -0
  26. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +2 -0
  27. package/dist-types/commands/GetRateBasedStatementManagedKeysCommand.d.ts +2 -0
  28. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +2 -0
  29. package/dist-types/commands/GetRuleGroupCommand.d.ts +2 -0
  30. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -0
  31. package/dist-types/commands/GetWebACLCommand.d.ts +2 -0
  32. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +2 -0
  33. package/dist-types/commands/ListAPIKeysCommand.d.ts +2 -0
  34. package/dist-types/commands/ListAvailableManagedRuleGroupVersionsCommand.d.ts +2 -0
  35. package/dist-types/commands/ListAvailableManagedRuleGroupsCommand.d.ts +2 -0
  36. package/dist-types/commands/ListIPSetsCommand.d.ts +2 -0
  37. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +2 -0
  38. package/dist-types/commands/ListManagedRuleSetsCommand.d.ts +2 -0
  39. package/dist-types/commands/ListMobileSdkReleasesCommand.d.ts +2 -0
  40. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +2 -0
  41. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +2 -0
  42. package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -0
  43. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
  44. package/dist-types/commands/ListWebACLsCommand.d.ts +2 -0
  45. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +2 -0
  46. package/dist-types/commands/PutManagedRuleSetVersionsCommand.d.ts +2 -0
  47. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +2 -0
  48. package/dist-types/commands/TagResourceCommand.d.ts +2 -0
  49. package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
  50. package/dist-types/commands/UpdateIPSetCommand.d.ts +2 -0
  51. package/dist-types/commands/UpdateManagedRuleSetVersionExpiryDateCommand.d.ts +2 -0
  52. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +2 -0
  53. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -0
  54. package/dist-types/commands/UpdateWebACLCommand.d.ts +2 -0
  55. package/package.json +19 -19
@@ -58,6 +58,8 @@ declare const AssociateWebACLCommand_base: {
58
58
  * ```javascript
59
59
  * import { WAFV2Client, AssociateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
60
60
  * // const { WAFV2Client, AssociateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
61
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
62
+ * const config = {}; // type is WAFV2ClientConfig
61
63
  * const client = new WAFV2Client(config);
62
64
  * const input = { // AssociateWebACLRequest
63
65
  * WebACLArn: "STRING_VALUE", // required
@@ -44,6 +44,8 @@ declare const CheckCapacityCommand_base: {
44
44
  * ```javascript
45
45
  * import { WAFV2Client, CheckCapacityCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
46
46
  * // const { WAFV2Client, CheckCapacityCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
47
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
48
+ * const config = {}; // type is WAFV2ClientConfig
47
49
  * const client = new WAFV2Client(config);
48
50
  * const input = { // CheckCapacityRequest
49
51
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -38,6 +38,8 @@ declare const CreateAPIKeyCommand_base: {
38
38
  * ```javascript
39
39
  * import { WAFV2Client, CreateAPIKeyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
40
40
  * // const { WAFV2Client, CreateAPIKeyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
41
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
42
+ * const config = {}; // type is WAFV2ClientConfig
41
43
  * const client = new WAFV2Client(config);
42
44
  * const input = { // CreateAPIKeyRequest
43
45
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -36,6 +36,8 @@ declare const CreateIPSetCommand_base: {
36
36
  * ```javascript
37
37
  * import { WAFV2Client, CreateIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
38
38
  * // const { WAFV2Client, CreateIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
39
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
40
+ * const config = {}; // type is WAFV2ClientConfig
39
41
  * const client = new WAFV2Client(config);
40
42
  * const input = { // CreateIPSetRequest
41
43
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const CreateRegexPatternSetCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, CreateRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, CreateRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // CreateRegexPatternSetRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const CreateRuleGroupCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, CreateRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, CreateRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // CreateRuleGroupRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const CreateWebACLCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, CreateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, CreateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // CreateWebACLRequest
39
41
  * Name: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DeleteAPIKeyCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, DeleteAPIKeyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, DeleteAPIKeyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // DeleteAPIKeyRequest
39
41
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -34,6 +34,8 @@ declare const DeleteFirewallManagerRuleGroupsCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, DeleteFirewallManagerRuleGroupsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, DeleteFirewallManagerRuleGroupsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // DeleteFirewallManagerRuleGroupsRequest
39
41
  * WebACLArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteIPSetCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DeleteIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DeleteIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DeleteIPSetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteLoggingConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DeleteLoggingConfigurationCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DeleteLoggingConfigurationCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DeleteLoggingConfigurationRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const DeletePermissionPolicyCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, DeletePermissionPolicyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, DeletePermissionPolicyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // DeletePermissionPolicyRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteRegexPatternSetCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DeleteRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DeleteRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DeleteRegexPatternSetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DeleteRuleGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DeleteRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DeleteRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DeleteRuleGroupRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -66,6 +66,8 @@ declare const DeleteWebACLCommand_base: {
66
66
  * ```javascript
67
67
  * import { WAFV2Client, DeleteWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
68
68
  * // const { WAFV2Client, DeleteWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
69
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
70
+ * const config = {}; // type is WAFV2ClientConfig
69
71
  * const client = new WAFV2Client(config);
70
72
  * const input = { // DeleteWebACLRequest
71
73
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeAllManagedProductsCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DescribeAllManagedProductsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DescribeAllManagedProductsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DescribeAllManagedProductsRequest
38
40
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -33,6 +33,8 @@ declare const DescribeManagedProductsByVendorCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DescribeManagedProductsByVendorCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DescribeManagedProductsByVendorCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DescribeManagedProductsByVendorRequest
38
40
  * VendorName: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const DescribeManagedRuleGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, DescribeManagedRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, DescribeManagedRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // DescribeManagedRuleGroupRequest
38
40
  * VendorName: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const DisassociateWebACLCommand_base: {
40
40
  * ```javascript
41
41
  * import { WAFV2Client, DisassociateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
42
42
  * // const { WAFV2Client, DisassociateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
43
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
44
+ * const config = {}; // type is WAFV2ClientConfig
43
45
  * const client = new WAFV2Client(config);
44
46
  * const input = { // DisassociateWebACLRequest
45
47
  * ResourceArn: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const GenerateMobileSdkReleaseUrlCommand_base: {
35
35
  * ```javascript
36
36
  * import { WAFV2Client, GenerateMobileSdkReleaseUrlCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
37
37
  * // const { WAFV2Client, GenerateMobileSdkReleaseUrlCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
38
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
39
+ * const config = {}; // type is WAFV2ClientConfig
38
40
  * const client = new WAFV2Client(config);
39
41
  * const input = { // GenerateMobileSdkReleaseUrlRequest
40
42
  * Platform: "IOS" || "ANDROID", // required
@@ -36,6 +36,8 @@ declare const GetDecryptedAPIKeyCommand_base: {
36
36
  * ```javascript
37
37
  * import { WAFV2Client, GetDecryptedAPIKeyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
38
38
  * // const { WAFV2Client, GetDecryptedAPIKeyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
39
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
40
+ * const config = {}; // type is WAFV2ClientConfig
39
41
  * const client = new WAFV2Client(config);
40
42
  * const input = { // GetDecryptedAPIKeyRequest
41
43
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -33,6 +33,8 @@ declare const GetIPSetCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, GetIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, GetIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // GetIPSetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetLoggingConfigurationCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, GetLoggingConfigurationCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, GetLoggingConfigurationCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // GetLoggingConfigurationRequest
38
40
  * ResourceArn: "STRING_VALUE", // required
@@ -37,6 +37,8 @@ declare const GetManagedRuleSetCommand_base: {
37
37
  * ```javascript
38
38
  * import { WAFV2Client, GetManagedRuleSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
39
39
  * // const { WAFV2Client, GetManagedRuleSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
40
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
41
+ * const config = {}; // type is WAFV2ClientConfig
40
42
  * const client = new WAFV2Client(config);
41
43
  * const input = { // GetManagedRuleSetRequest
42
44
  * Name: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const GetMobileSdkReleaseCommand_base: {
36
36
  * ```javascript
37
37
  * import { WAFV2Client, GetMobileSdkReleaseCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
38
38
  * // const { WAFV2Client, GetMobileSdkReleaseCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
39
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
40
+ * const config = {}; // type is WAFV2ClientConfig
39
41
  * const client = new WAFV2Client(config);
40
42
  * const input = { // GetMobileSdkReleaseRequest
41
43
  * Platform: "IOS" || "ANDROID", // required
@@ -34,6 +34,8 @@ declare const GetPermissionPolicyCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, GetPermissionPolicyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, GetPermissionPolicyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // GetPermissionPolicyRequest
39
41
  * ResourceArn: "STRING_VALUE", // required
@@ -49,6 +49,8 @@ declare const GetRateBasedStatementManagedKeysCommand_base: {
49
49
  * ```javascript
50
50
  * import { WAFV2Client, GetRateBasedStatementManagedKeysCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
51
51
  * // const { WAFV2Client, GetRateBasedStatementManagedKeysCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
52
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
53
+ * const config = {}; // type is WAFV2ClientConfig
52
54
  * const client = new WAFV2Client(config);
53
55
  * const input = { // GetRateBasedStatementManagedKeysRequest
54
56
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -33,6 +33,8 @@ declare const GetRegexPatternSetCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, GetRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, GetRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // GetRegexPatternSetRequest
38
40
  * Name: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetRuleGroupCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, GetRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, GetRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // GetRuleGroupRequest
38
40
  * Name: "STRING_VALUE",
@@ -42,6 +42,8 @@ declare const GetSampledRequestsCommand_base: {
42
42
  * ```javascript
43
43
  * import { WAFV2Client, GetSampledRequestsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
44
44
  * // const { WAFV2Client, GetSampledRequestsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
45
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
46
+ * const config = {}; // type is WAFV2ClientConfig
45
47
  * const client = new WAFV2Client(config);
46
48
  * const input = { // GetSampledRequestsRequest
47
49
  * WebAclArn: "STRING_VALUE", // required
@@ -33,6 +33,8 @@ declare const GetWebACLCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, GetWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, GetWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // GetWebACLRequest
38
40
  * Name: "STRING_VALUE",
@@ -43,6 +43,8 @@ declare const GetWebACLForResourceCommand_base: {
43
43
  * ```javascript
44
44
  * import { WAFV2Client, GetWebACLForResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
45
45
  * // const { WAFV2Client, GetWebACLForResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
46
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
47
+ * const config = {}; // type is WAFV2ClientConfig
46
48
  * const client = new WAFV2Client(config);
47
49
  * const input = { // GetWebACLForResourceRequest
48
50
  * ResourceArn: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const ListAPIKeysCommand_base: {
36
36
  * ```javascript
37
37
  * import { WAFV2Client, ListAPIKeysCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
38
38
  * // const { WAFV2Client, ListAPIKeysCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
39
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
40
+ * const config = {}; // type is WAFV2ClientConfig
39
41
  * const client = new WAFV2Client(config);
40
42
  * const input = { // ListAPIKeysRequest
41
43
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -33,6 +33,8 @@ declare const ListAvailableManagedRuleGroupVersionsCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, ListAvailableManagedRuleGroupVersionsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, ListAvailableManagedRuleGroupVersionsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // ListAvailableManagedRuleGroupVersionsRequest
38
40
  * VendorName: "STRING_VALUE", // required
@@ -35,6 +35,8 @@ declare const ListAvailableManagedRuleGroupsCommand_base: {
35
35
  * ```javascript
36
36
  * import { WAFV2Client, ListAvailableManagedRuleGroupsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
37
37
  * // const { WAFV2Client, ListAvailableManagedRuleGroupsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
38
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
39
+ * const config = {}; // type is WAFV2ClientConfig
38
40
  * const client = new WAFV2Client(config);
39
41
  * const input = { // ListAvailableManagedRuleGroupsRequest
40
42
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -34,6 +34,8 @@ declare const ListIPSetsCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, ListIPSetsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, ListIPSetsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // ListIPSetsRequest
39
41
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -33,6 +33,8 @@ declare const ListLoggingConfigurationsCommand_base: {
33
33
  * ```javascript
34
34
  * import { WAFV2Client, ListLoggingConfigurationsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
35
35
  * // const { WAFV2Client, ListLoggingConfigurationsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
36
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
37
+ * const config = {}; // type is WAFV2ClientConfig
36
38
  * const client = new WAFV2Client(config);
37
39
  * const input = { // ListLoggingConfigurationsRequest
38
40
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -37,6 +37,8 @@ declare const ListManagedRuleSetsCommand_base: {
37
37
  * ```javascript
38
38
  * import { WAFV2Client, ListManagedRuleSetsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
39
39
  * // const { WAFV2Client, ListManagedRuleSetsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
40
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
41
+ * const config = {}; // type is WAFV2ClientConfig
40
42
  * const client = new WAFV2Client(config);
41
43
  * const input = { // ListManagedRuleSetsRequest
42
44
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -36,6 +36,8 @@ declare const ListMobileSdkReleasesCommand_base: {
36
36
  * ```javascript
37
37
  * import { WAFV2Client, ListMobileSdkReleasesCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
38
38
  * // const { WAFV2Client, ListMobileSdkReleasesCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
39
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
40
+ * const config = {}; // type is WAFV2ClientConfig
39
41
  * const client = new WAFV2Client(config);
40
42
  * const input = { // ListMobileSdkReleasesRequest
41
43
  * Platform: "IOS" || "ANDROID", // required
@@ -34,6 +34,8 @@ declare const ListRegexPatternSetsCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, ListRegexPatternSetsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, ListRegexPatternSetsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // ListRegexPatternSetsRequest
39
41
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -42,6 +42,8 @@ declare const ListResourcesForWebACLCommand_base: {
42
42
  * ```javascript
43
43
  * import { WAFV2Client, ListResourcesForWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
44
44
  * // const { WAFV2Client, ListResourcesForWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
45
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
46
+ * const config = {}; // type is WAFV2ClientConfig
45
47
  * const client = new WAFV2Client(config);
46
48
  * const input = { // ListResourcesForWebACLRequest
47
49
  * WebACLArn: "STRING_VALUE", // required
@@ -34,6 +34,8 @@ declare const ListRuleGroupsCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, ListRuleGroupsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, ListRuleGroupsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // ListRuleGroupsRequest
39
41
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -40,6 +40,8 @@ declare const ListTagsForResourceCommand_base: {
40
40
  * ```javascript
41
41
  * import { WAFV2Client, ListTagsForResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
42
42
  * // const { WAFV2Client, ListTagsForResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
43
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
44
+ * const config = {}; // type is WAFV2ClientConfig
43
45
  * const client = new WAFV2Client(config);
44
46
  * const input = { // ListTagsForResourceRequest
45
47
  * NextMarker: "STRING_VALUE",
@@ -34,6 +34,8 @@ declare const ListWebACLsCommand_base: {
34
34
  * ```javascript
35
35
  * import { WAFV2Client, ListWebACLsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
36
36
  * // const { WAFV2Client, ListWebACLsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
37
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
38
+ * const config = {}; // type is WAFV2ClientConfig
37
39
  * const client = new WAFV2Client(config);
38
40
  * const input = { // ListWebACLsRequest
39
41
  * Scope: "CLOUDFRONT" || "REGIONAL", // required
@@ -76,6 +76,8 @@ declare const PutLoggingConfigurationCommand_base: {
76
76
  * ```javascript
77
77
  * import { WAFV2Client, PutLoggingConfigurationCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
78
78
  * // const { WAFV2Client, PutLoggingConfigurationCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
79
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
80
+ * const config = {}; // type is WAFV2ClientConfig
79
81
  * const client = new WAFV2Client(config);
80
82
  * const input = { // PutLoggingConfigurationRequest
81
83
  * LoggingConfiguration: { // LoggingConfiguration
@@ -44,6 +44,8 @@ declare const PutManagedRuleSetVersionsCommand_base: {
44
44
  * ```javascript
45
45
  * import { WAFV2Client, PutManagedRuleSetVersionsCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
46
46
  * // const { WAFV2Client, PutManagedRuleSetVersionsCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
47
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
48
+ * const config = {}; // type is WAFV2ClientConfig
47
49
  * const client = new WAFV2Client(config);
48
50
  * const input = { // PutManagedRuleSetVersionsRequest
49
51
  * Name: "STRING_VALUE", // required
@@ -51,6 +51,8 @@ declare const PutPermissionPolicyCommand_base: {
51
51
  * ```javascript
52
52
  * import { WAFV2Client, PutPermissionPolicyCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
53
53
  * // const { WAFV2Client, PutPermissionPolicyCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
54
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
55
+ * const config = {}; // type is WAFV2ClientConfig
54
56
  * const client = new WAFV2Client(config);
55
57
  * const input = { // PutPermissionPolicyRequest
56
58
  * ResourceArn: "STRING_VALUE", // required
@@ -40,6 +40,8 @@ declare const TagResourceCommand_base: {
40
40
  * ```javascript
41
41
  * import { WAFV2Client, TagResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
42
42
  * // const { WAFV2Client, TagResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
43
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
44
+ * const config = {}; // type is WAFV2ClientConfig
43
45
  * const client = new WAFV2Client(config);
44
46
  * const input = { // TagResourceRequest
45
47
  * ResourceARN: "STRING_VALUE", // required
@@ -36,6 +36,8 @@ declare const UntagResourceCommand_base: {
36
36
  * ```javascript
37
37
  * import { WAFV2Client, UntagResourceCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
38
38
  * // const { WAFV2Client, UntagResourceCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
39
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
40
+ * const config = {}; // type is WAFV2ClientConfig
39
41
  * const client = new WAFV2Client(config);
40
42
  * const input = { // UntagResourceRequest
41
43
  * ResourceARN: "STRING_VALUE", // required
@@ -68,6 +68,8 @@ declare const UpdateIPSetCommand_base: {
68
68
  * ```javascript
69
69
  * import { WAFV2Client, UpdateIPSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
70
70
  * // const { WAFV2Client, UpdateIPSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
71
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
72
+ * const config = {}; // type is WAFV2ClientConfig
71
73
  * const client = new WAFV2Client(config);
72
74
  * const input = { // UpdateIPSetRequest
73
75
  * Name: "STRING_VALUE", // required
@@ -39,6 +39,8 @@ declare const UpdateManagedRuleSetVersionExpiryDateCommand_base: {
39
39
  * ```javascript
40
40
  * import { WAFV2Client, UpdateManagedRuleSetVersionExpiryDateCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
41
41
  * // const { WAFV2Client, UpdateManagedRuleSetVersionExpiryDateCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
42
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
43
+ * const config = {}; // type is WAFV2ClientConfig
42
44
  * const client = new WAFV2Client(config);
43
45
  * const input = { // UpdateManagedRuleSetVersionExpiryDateRequest
44
46
  * Name: "STRING_VALUE", // required
@@ -68,6 +68,8 @@ declare const UpdateRegexPatternSetCommand_base: {
68
68
  * ```javascript
69
69
  * import { WAFV2Client, UpdateRegexPatternSetCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
70
70
  * // const { WAFV2Client, UpdateRegexPatternSetCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
71
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
72
+ * const config = {}; // type is WAFV2ClientConfig
71
73
  * const client = new WAFV2Client(config);
72
74
  * const input = { // UpdateRegexPatternSetRequest
73
75
  * Name: "STRING_VALUE", // required
@@ -69,6 +69,8 @@ declare const UpdateRuleGroupCommand_base: {
69
69
  * ```javascript
70
70
  * import { WAFV2Client, UpdateRuleGroupCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
71
71
  * // const { WAFV2Client, UpdateRuleGroupCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
72
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
73
+ * const config = {}; // type is WAFV2ClientConfig
72
74
  * const client = new WAFV2Client(config);
73
75
  * const input = { // UpdateRuleGroupRequest
74
76
  * Name: "STRING_VALUE", // required
@@ -70,6 +70,8 @@ declare const UpdateWebACLCommand_base: {
70
70
  * ```javascript
71
71
  * import { WAFV2Client, UpdateWebACLCommand } from "@aws-sdk/client-wafv2"; // ES Modules import
72
72
  * // const { WAFV2Client, UpdateWebACLCommand } = require("@aws-sdk/client-wafv2"); // CommonJS import
73
+ * // import type { WAFV2ClientConfig } from "@aws-sdk/client-wafv2";
74
+ * const config = {}; // type is WAFV2ClientConfig
73
75
  * const client = new WAFV2Client(config);
74
76
  * const input = { // UpdateWebACLRequest
75
77
  * Name: "STRING_VALUE", // required
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-wafv2",
3
3
  "description": "AWS SDK for JavaScript Wafv2 Client for Node.js, Browser and React Native",
4
- "version": "3.890.0",
4
+ "version": "3.893.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-wafv2",
@@ -20,41 +20,41 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.890.0",
24
- "@aws-sdk/credential-provider-node": "3.890.0",
25
- "@aws-sdk/middleware-host-header": "3.887.0",
26
- "@aws-sdk/middleware-logger": "3.887.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.887.0",
28
- "@aws-sdk/middleware-user-agent": "3.890.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.890.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@aws-sdk/util-user-agent-node": "3.890.0",
23
+ "@aws-sdk/core": "3.893.0",
24
+ "@aws-sdk/credential-provider-node": "3.893.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.893.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.2",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
- "@smithy/util-retry": "^4.1.1",
57
+ "@smithy/util-retry": "^4.1.2",
58
58
  "@smithy/util-utf8": "^4.1.0",
59
59
  "tslib": "^2.6.2"
60
60
  },