@aws-sdk/client-waf-regional 3.300.0 → 3.303.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 (85) hide show
  1. package/dist-cjs/models/models_0.js +364 -382
  2. package/dist-es/models/models_0.js +364 -382
  3. package/dist-types/commands/AssociateWebACLCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -1
  6. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +3 -3
  8. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -1
  9. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -1
  10. package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
  11. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -3
  12. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +1 -1
  13. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateWebACLCommand.d.ts +4 -4
  15. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -1
  16. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -1
  19. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  21. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +1 -1
  29. package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -1
  30. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +1 -1
  31. package/dist-types/commands/DisassociateWebACLCommand.d.ts +1 -1
  32. package/dist-types/commands/GetByteMatchSetCommand.d.ts +1 -1
  33. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
  34. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -1
  35. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  36. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
  37. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -1
  38. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -1
  39. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -1
  40. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -1
  41. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -1
  42. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  43. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -1
  44. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -2
  45. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +1 -1
  46. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +1 -1
  47. package/dist-types/commands/GetWebACLCommand.d.ts +1 -1
  48. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +1 -1
  49. package/dist-types/commands/GetXssMatchSetCommand.d.ts +1 -1
  50. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -1
  51. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
  54. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -1
  56. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -1
  57. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -1
  59. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  61. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +1 -1
  63. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  65. package/dist-types/commands/ListWebACLsCommand.d.ts +1 -1
  66. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +1 -1
  67. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +5 -5
  68. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
  69. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  70. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  71. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +5 -5
  72. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +4 -4
  73. package/dist-types/commands/UpdateIPSetCommand.d.ts +4 -4
  74. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +4 -4
  75. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +5 -5
  76. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
  77. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
  78. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +8 -8
  79. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +5 -5
  80. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +5 -5
  81. package/dist-types/commands/UpdateWebACLCommand.d.ts +8 -8
  82. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +5 -5
  83. package/dist-types/models/models_0.d.ts +458 -368
  84. package/dist-types/ts3.4/models/models_0.d.ts +394 -364
  85. package/package.json +34 -34
@@ -34,7 +34,7 @@ export interface AssociateWebACLCommandOutput extends AssociateWebACLResponse, _
34
34
  * import { WAFRegionalClient, AssociateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, AssociateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // AssociateWebACLRequest
38
38
  * WebACLId: "STRING_VALUE", // required
39
39
  * ResourceArn: "STRING_VALUE", // required
40
40
  * };
@@ -57,7 +57,7 @@ export interface CreateByteMatchSetCommandOutput extends CreateByteMatchSetRespo
57
57
  * import { WAFRegionalClient, CreateByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
58
58
  * // const { WAFRegionalClient, CreateByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
59
59
  * const client = new WAFRegionalClient(config);
60
- * const input = {
60
+ * const input = { // CreateByteMatchSetRequest
61
61
  * Name: "STRING_VALUE", // required
62
62
  * ChangeToken: "STRING_VALUE", // required
63
63
  * };
@@ -54,7 +54,7 @@ export interface CreateGeoMatchSetCommandOutput extends CreateGeoMatchSetRespons
54
54
  * import { WAFRegionalClient, CreateGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
55
55
  * // const { WAFRegionalClient, CreateGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
56
56
  * const client = new WAFRegionalClient(config);
57
- * const input = {
57
+ * const input = { // CreateGeoMatchSetRequest
58
58
  * Name: "STRING_VALUE", // required
59
59
  * ChangeToken: "STRING_VALUE", // required
60
60
  * };
@@ -59,7 +59,7 @@ export interface CreateIPSetCommandOutput extends CreateIPSetResponse, __Metadat
59
59
  * import { WAFRegionalClient, CreateIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
60
60
  * // const { WAFRegionalClient, CreateIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
61
61
  * const client = new WAFRegionalClient(config);
62
- * const input = {
62
+ * const input = { // CreateIPSetRequest
63
63
  * Name: "STRING_VALUE", // required
64
64
  * ChangeToken: "STRING_VALUE", // required
65
65
  * };
@@ -119,14 +119,14 @@ export interface CreateRateBasedRuleCommandOutput extends CreateRateBasedRuleRes
119
119
  * import { WAFRegionalClient, CreateRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
120
120
  * // const { WAFRegionalClient, CreateRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
121
121
  * const client = new WAFRegionalClient(config);
122
- * const input = {
122
+ * const input = { // CreateRateBasedRuleRequest
123
123
  * Name: "STRING_VALUE", // required
124
124
  * MetricName: "STRING_VALUE", // required
125
125
  * RateKey: "STRING_VALUE", // required
126
126
  * RateLimit: Number("long"), // required
127
127
  * ChangeToken: "STRING_VALUE", // required
128
- * Tags: [
129
- * {
128
+ * Tags: [ // TagList
129
+ * { // Tag
130
130
  * Key: "STRING_VALUE", // required
131
131
  * Value: "STRING_VALUE", // required
132
132
  * },
@@ -57,7 +57,7 @@ export interface CreateRegexMatchSetCommandOutput extends CreateRegexMatchSetRes
57
57
  * import { WAFRegionalClient, CreateRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
58
58
  * // const { WAFRegionalClient, CreateRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
59
59
  * const client = new WAFRegionalClient(config);
60
- * const input = {
60
+ * const input = { // CreateRegexMatchSetRequest
61
61
  * Name: "STRING_VALUE", // required
62
62
  * ChangeToken: "STRING_VALUE", // required
63
63
  * };
@@ -53,7 +53,7 @@ export interface CreateRegexPatternSetCommandOutput extends CreateRegexPatternSe
53
53
  * import { WAFRegionalClient, CreateRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
54
54
  * // const { WAFRegionalClient, CreateRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
55
55
  * const client = new WAFRegionalClient(config);
56
- * const input = {
56
+ * const input = { // CreateRegexPatternSetRequest
57
57
  * Name: "STRING_VALUE", // required
58
58
  * ChangeToken: "STRING_VALUE", // required
59
59
  * };
@@ -77,12 +77,12 @@ export interface CreateRuleCommandOutput extends CreateRuleResponse, __MetadataB
77
77
  * import { WAFRegionalClient, CreateRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
78
78
  * // const { WAFRegionalClient, CreateRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
79
79
  * const client = new WAFRegionalClient(config);
80
- * const input = {
80
+ * const input = { // CreateRuleRequest
81
81
  * Name: "STRING_VALUE", // required
82
82
  * MetricName: "STRING_VALUE", // required
83
83
  * ChangeToken: "STRING_VALUE", // required
84
- * Tags: [
85
- * {
84
+ * Tags: [ // TagList
85
+ * { // Tag
86
86
  * Key: "STRING_VALUE", // required
87
87
  * Value: "STRING_VALUE", // required
88
88
  * },
@@ -48,12 +48,12 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
48
48
  * import { WAFRegionalClient, CreateRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
49
49
  * // const { WAFRegionalClient, CreateRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
50
50
  * const client = new WAFRegionalClient(config);
51
- * const input = {
51
+ * const input = { // CreateRuleGroupRequest
52
52
  * Name: "STRING_VALUE", // required
53
53
  * MetricName: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
- * Tags: [
56
- * {
55
+ * Tags: [ // TagList
56
+ * { // Tag
57
57
  * Key: "STRING_VALUE", // required
58
58
  * Value: "STRING_VALUE", // required
59
59
  * },
@@ -57,7 +57,7 @@ export interface CreateSizeConstraintSetCommandOutput extends CreateSizeConstrai
57
57
  * import { WAFRegionalClient, CreateSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
58
58
  * // const { WAFRegionalClient, CreateSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
59
59
  * const client = new WAFRegionalClient(config);
60
- * const input = {
60
+ * const input = { // CreateSizeConstraintSetRequest
61
61
  * Name: "STRING_VALUE", // required
62
62
  * ChangeToken: "STRING_VALUE", // required
63
63
  * };
@@ -55,7 +55,7 @@ export interface CreateSqlInjectionMatchSetCommandOutput extends CreateSqlInject
55
55
  * import { WAFRegionalClient, CreateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
56
56
  * // const { WAFRegionalClient, CreateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
57
57
  * const client = new WAFRegionalClient(config);
58
- * const input = {
58
+ * const input = { // CreateSqlInjectionMatchSetRequest
59
59
  * Name: "STRING_VALUE", // required
60
60
  * ChangeToken: "STRING_VALUE", // required
61
61
  * };
@@ -65,15 +65,15 @@ export interface CreateWebACLCommandOutput extends CreateWebACLResponse, __Metad
65
65
  * import { WAFRegionalClient, CreateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
66
66
  * // const { WAFRegionalClient, CreateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
67
67
  * const client = new WAFRegionalClient(config);
68
- * const input = {
68
+ * const input = { // CreateWebACLRequest
69
69
  * Name: "STRING_VALUE", // required
70
70
  * MetricName: "STRING_VALUE", // required
71
- * DefaultAction: {
71
+ * DefaultAction: { // WafAction
72
72
  * Type: "STRING_VALUE", // required
73
73
  * },
74
74
  * ChangeToken: "STRING_VALUE", // required
75
- * Tags: [
76
- * {
75
+ * Tags: [ // TagList
76
+ * { // Tag
77
77
  * Key: "STRING_VALUE", // required
78
78
  * Value: "STRING_VALUE", // required
79
79
  * },
@@ -33,7 +33,7 @@ export interface CreateWebACLMigrationStackCommandOutput extends CreateWebACLMig
33
33
  * import { WAFRegionalClient, CreateWebACLMigrationStackCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
34
34
  * // const { WAFRegionalClient, CreateWebACLMigrationStackCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
35
35
  * const client = new WAFRegionalClient(config);
36
- * const input = {
36
+ * const input = { // CreateWebACLMigrationStackRequest
37
37
  * WebACLId: "STRING_VALUE", // required
38
38
  * S3BucketName: "STRING_VALUE", // required
39
39
  * IgnoreUnsupportedType: true || false, // required
@@ -55,7 +55,7 @@ export interface CreateXssMatchSetCommandOutput extends CreateXssMatchSetRespons
55
55
  * import { WAFRegionalClient, CreateXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
56
56
  * // const { WAFRegionalClient, CreateXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
57
57
  * const client = new WAFRegionalClient(config);
58
- * const input = {
58
+ * const input = { // CreateXssMatchSetRequest
59
59
  * Name: "STRING_VALUE", // required
60
60
  * ChangeToken: "STRING_VALUE", // required
61
61
  * };
@@ -49,7 +49,7 @@ export interface DeleteByteMatchSetCommandOutput extends DeleteByteMatchSetRespo
49
49
  * import { WAFRegionalClient, DeleteByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteByteMatchSetRequest
53
53
  * ByteMatchSetId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -49,7 +49,7 @@ export interface DeleteGeoMatchSetCommandOutput extends DeleteGeoMatchSetRespons
49
49
  * import { WAFRegionalClient, DeleteGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteGeoMatchSetRequest
53
53
  * GeoMatchSetId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -49,7 +49,7 @@ export interface DeleteIPSetCommandOutput extends DeleteIPSetResponse, __Metadat
49
49
  * import { WAFRegionalClient, DeleteIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteIPSetRequest
53
53
  * IPSetId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -35,7 +35,7 @@ export interface DeleteLoggingConfigurationCommandOutput extends DeleteLoggingCo
35
35
  * import { WAFRegionalClient, DeleteLoggingConfigurationCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
36
36
  * // const { WAFRegionalClient, DeleteLoggingConfigurationCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
37
37
  * const client = new WAFRegionalClient(config);
38
- * const input = {
38
+ * const input = { // DeleteLoggingConfigurationRequest
39
39
  * ResourceArn: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new DeleteLoggingConfigurationCommand(input);
@@ -35,7 +35,7 @@ export interface DeletePermissionPolicyCommandOutput extends DeletePermissionPol
35
35
  * import { WAFRegionalClient, DeletePermissionPolicyCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
36
36
  * // const { WAFRegionalClient, DeletePermissionPolicyCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
37
37
  * const client = new WAFRegionalClient(config);
38
- * const input = {
38
+ * const input = { // DeletePermissionPolicyRequest
39
39
  * ResourceArn: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new DeletePermissionPolicyCommand(input);
@@ -53,7 +53,7 @@ export interface DeleteRateBasedRuleCommandOutput extends DeleteRateBasedRuleRes
53
53
  * import { WAFRegionalClient, DeleteRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
54
54
  * // const { WAFRegionalClient, DeleteRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
55
55
  * const client = new WAFRegionalClient(config);
56
- * const input = {
56
+ * const input = { // DeleteRateBasedRuleRequest
57
57
  * RuleId: "STRING_VALUE", // required
58
58
  * ChangeToken: "STRING_VALUE", // required
59
59
  * };
@@ -49,7 +49,7 @@ export interface DeleteRegexMatchSetCommandOutput extends DeleteRegexMatchSetRes
49
49
  * import { WAFRegionalClient, DeleteRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteRegexMatchSetRequest
53
53
  * RegexMatchSetId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -35,7 +35,7 @@ export interface DeleteRegexPatternSetCommandOutput extends DeleteRegexPatternSe
35
35
  * import { WAFRegionalClient, DeleteRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
36
36
  * // const { WAFRegionalClient, DeleteRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
37
37
  * const client = new WAFRegionalClient(config);
38
- * const input = {
38
+ * const input = { // DeleteRegexPatternSetRequest
39
39
  * RegexPatternSetId: "STRING_VALUE", // required
40
40
  * ChangeToken: "STRING_VALUE", // required
41
41
  * };
@@ -49,7 +49,7 @@ export interface DeleteRuleCommandOutput extends DeleteRuleResponse, __MetadataB
49
49
  * import { WAFRegionalClient, DeleteRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteRuleRequest
53
53
  * RuleId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -49,7 +49,7 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
49
49
  * import { WAFRegionalClient, DeleteRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteRuleGroupRequest
53
53
  * RuleGroupId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -49,7 +49,7 @@ export interface DeleteSizeConstraintSetCommandOutput extends DeleteSizeConstrai
49
49
  * import { WAFRegionalClient, DeleteSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
50
50
  * // const { WAFRegionalClient, DeleteSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
51
51
  * const client = new WAFRegionalClient(config);
52
- * const input = {
52
+ * const input = { // DeleteSizeConstraintSetRequest
53
53
  * SizeConstraintSetId: "STRING_VALUE", // required
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
@@ -50,7 +50,7 @@ export interface DeleteSqlInjectionMatchSetCommandOutput extends DeleteSqlInject
50
50
  * import { WAFRegionalClient, DeleteSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
51
51
  * // const { WAFRegionalClient, DeleteSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
52
52
  * const client = new WAFRegionalClient(config);
53
- * const input = {
53
+ * const input = { // DeleteSqlInjectionMatchSetRequest
54
54
  * SqlInjectionMatchSetId: "STRING_VALUE", // required
55
55
  * ChangeToken: "STRING_VALUE", // required
56
56
  * };
@@ -47,7 +47,7 @@ export interface DeleteWebACLCommandOutput extends DeleteWebACLResponse, __Metad
47
47
  * import { WAFRegionalClient, DeleteWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
48
48
  * // const { WAFRegionalClient, DeleteWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
49
49
  * const client = new WAFRegionalClient(config);
50
- * const input = {
50
+ * const input = { // DeleteWebACLRequest
51
51
  * WebACLId: "STRING_VALUE", // required
52
52
  * ChangeToken: "STRING_VALUE", // required
53
53
  * };
@@ -50,7 +50,7 @@ export interface DeleteXssMatchSetCommandOutput extends DeleteXssMatchSetRespons
50
50
  * import { WAFRegionalClient, DeleteXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
51
51
  * // const { WAFRegionalClient, DeleteXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
52
52
  * const client = new WAFRegionalClient(config);
53
- * const input = {
53
+ * const input = { // DeleteXssMatchSetRequest
54
54
  * XssMatchSetId: "STRING_VALUE", // required
55
55
  * ChangeToken: "STRING_VALUE", // required
56
56
  * };
@@ -34,7 +34,7 @@ export interface DisassociateWebACLCommandOutput extends DisassociateWebACLRespo
34
34
  * import { WAFRegionalClient, DisassociateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, DisassociateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // DisassociateWebACLRequest
38
38
  * ResourceArn: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new DisassociateWebACLCommand(input);
@@ -34,7 +34,7 @@ export interface GetByteMatchSetCommandOutput extends GetByteMatchSetResponse, _
34
34
  * import { WAFRegionalClient, GetByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetByteMatchSetRequest
38
38
  * ByteMatchSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetByteMatchSetCommand(input);
@@ -50,7 +50,7 @@ export interface GetChangeTokenStatusCommandOutput extends GetChangeTokenStatusR
50
50
  * import { WAFRegionalClient, GetChangeTokenStatusCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
51
51
  * // const { WAFRegionalClient, GetChangeTokenStatusCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
52
52
  * const client = new WAFRegionalClient(config);
53
- * const input = {
53
+ * const input = { // GetChangeTokenStatusRequest
54
54
  * ChangeToken: "STRING_VALUE", // required
55
55
  * };
56
56
  * const command = new GetChangeTokenStatusCommand(input);
@@ -34,7 +34,7 @@ export interface GetGeoMatchSetCommandOutput extends GetGeoMatchSetResponse, __M
34
34
  * import { WAFRegionalClient, GetGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetGeoMatchSetRequest
38
38
  * GeoMatchSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetGeoMatchSetCommand(input);
@@ -34,7 +34,7 @@ export interface GetIPSetCommandOutput extends GetIPSetResponse, __MetadataBeare
34
34
  * import { WAFRegionalClient, GetIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetIPSetRequest
38
38
  * IPSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetIPSetCommand(input);
@@ -34,7 +34,7 @@ export interface GetLoggingConfigurationCommandOutput extends GetLoggingConfigur
34
34
  * import { WAFRegionalClient, GetLoggingConfigurationCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetLoggingConfigurationCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetLoggingConfigurationRequest
38
38
  * ResourceArn: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetLoggingConfigurationCommand(input);
@@ -34,7 +34,7 @@ export interface GetPermissionPolicyCommandOutput extends GetPermissionPolicyRes
34
34
  * import { WAFRegionalClient, GetPermissionPolicyCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetPermissionPolicyCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetPermissionPolicyRequest
38
38
  * ResourceArn: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetPermissionPolicyCommand(input);
@@ -36,7 +36,7 @@ export interface GetRateBasedRuleCommandOutput extends GetRateBasedRuleResponse,
36
36
  * import { WAFRegionalClient, GetRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
37
37
  * // const { WAFRegionalClient, GetRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
38
38
  * const client = new WAFRegionalClient(config);
39
- * const input = {
39
+ * const input = { // GetRateBasedRuleRequest
40
40
  * RuleId: "STRING_VALUE", // required
41
41
  * };
42
42
  * const command = new GetRateBasedRuleCommand(input);
@@ -36,7 +36,7 @@ export interface GetRateBasedRuleManagedKeysCommandOutput extends GetRateBasedRu
36
36
  * import { WAFRegionalClient, GetRateBasedRuleManagedKeysCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
37
37
  * // const { WAFRegionalClient, GetRateBasedRuleManagedKeysCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
38
38
  * const client = new WAFRegionalClient(config);
39
- * const input = {
39
+ * const input = { // GetRateBasedRuleManagedKeysRequest
40
40
  * RuleId: "STRING_VALUE", // required
41
41
  * NextMarker: "STRING_VALUE",
42
42
  * };
@@ -34,7 +34,7 @@ export interface GetRegexMatchSetCommandOutput extends GetRegexMatchSetResponse,
34
34
  * import { WAFRegionalClient, GetRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetRegexMatchSetRequest
38
38
  * RegexMatchSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetRegexMatchSetCommand(input);
@@ -34,7 +34,7 @@ export interface GetRegexPatternSetCommandOutput extends GetRegexPatternSetRespo
34
34
  * import { WAFRegionalClient, GetRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetRegexPatternSetRequest
38
38
  * RegexPatternSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetRegexPatternSetCommand(input);
@@ -34,7 +34,7 @@ export interface GetRuleCommandOutput extends GetRuleResponse, __MetadataBearer
34
34
  * import { WAFRegionalClient, GetRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetRuleRequest
38
38
  * RuleId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetRuleCommand(input);
@@ -35,7 +35,7 @@ export interface GetRuleGroupCommandOutput extends GetRuleGroupResponse, __Metad
35
35
  * import { WAFRegionalClient, GetRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
36
36
  * // const { WAFRegionalClient, GetRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
37
37
  * const client = new WAFRegionalClient(config);
38
- * const input = {
38
+ * const input = { // GetRuleGroupRequest
39
39
  * RuleGroupId: "STRING_VALUE", // required
40
40
  * };
41
41
  * const command = new GetRuleGroupCommand(input);
@@ -38,10 +38,10 @@ export interface GetSampledRequestsCommandOutput extends GetSampledRequestsRespo
38
38
  * import { WAFRegionalClient, GetSampledRequestsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
39
39
  * // const { WAFRegionalClient, GetSampledRequestsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
40
40
  * const client = new WAFRegionalClient(config);
41
- * const input = {
41
+ * const input = { // GetSampledRequestsRequest
42
42
  * WebAclId: "STRING_VALUE", // required
43
43
  * RuleId: "STRING_VALUE", // required
44
- * TimeWindow: {
44
+ * TimeWindow: { // TimeWindow
45
45
  * StartTime: new Date("TIMESTAMP"), // required
46
46
  * EndTime: new Date("TIMESTAMP"), // required
47
47
  * },
@@ -34,7 +34,7 @@ export interface GetSizeConstraintSetCommandOutput extends GetSizeConstraintSetR
34
34
  * import { WAFRegionalClient, GetSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetSizeConstraintSetRequest
38
38
  * SizeConstraintSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetSizeConstraintSetCommand(input);
@@ -34,7 +34,7 @@ export interface GetSqlInjectionMatchSetCommandOutput extends GetSqlInjectionMat
34
34
  * import { WAFRegionalClient, GetSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetSqlInjectionMatchSetRequest
38
38
  * SqlInjectionMatchSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetSqlInjectionMatchSetCommand(input);
@@ -34,7 +34,7 @@ export interface GetWebACLCommandOutput extends GetWebACLResponse, __MetadataBea
34
34
  * import { WAFRegionalClient, GetWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetWebACLRequest
38
38
  * WebACLId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetWebACLCommand(input);
@@ -34,7 +34,7 @@ export interface GetWebACLForResourceCommandOutput extends GetWebACLForResourceR
34
34
  * import { WAFRegionalClient, GetWebACLForResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetWebACLForResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetWebACLForResourceRequest
38
38
  * ResourceArn: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetWebACLForResourceCommand(input);
@@ -34,7 +34,7 @@ export interface GetXssMatchSetCommandOutput extends GetXssMatchSetResponse, __M
34
34
  * import { WAFRegionalClient, GetXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, GetXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // GetXssMatchSetRequest
38
38
  * XssMatchSetId: "STRING_VALUE", // required
39
39
  * };
40
40
  * const command = new GetXssMatchSetCommand(input);
@@ -34,7 +34,7 @@ export interface ListActivatedRulesInRuleGroupCommandOutput extends ListActivate
34
34
  * import { WAFRegionalClient, ListActivatedRulesInRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListActivatedRulesInRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListActivatedRulesInRuleGroupRequest
38
38
  * RuleGroupId: "STRING_VALUE",
39
39
  * NextMarker: "STRING_VALUE",
40
40
  * Limit: Number("int"),
@@ -34,7 +34,7 @@ export interface ListByteMatchSetsCommandOutput extends ListByteMatchSetsRespons
34
34
  * import { WAFRegionalClient, ListByteMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListByteMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListByteMatchSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListGeoMatchSetsCommandOutput extends ListGeoMatchSetsResponse,
34
34
  * import { WAFRegionalClient, ListGeoMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListGeoMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListGeoMatchSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListIPSetsCommandOutput extends ListIPSetsResponse, __MetadataB
34
34
  * import { WAFRegionalClient, ListIPSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListIPSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListIPSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListLoggingConfigurationsCommandOutput extends ListLoggingConfi
34
34
  * import { WAFRegionalClient, ListLoggingConfigurationsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListLoggingConfigurationsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListLoggingConfigurationsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListRateBasedRulesCommandOutput extends ListRateBasedRulesRespo
34
34
  * import { WAFRegionalClient, ListRateBasedRulesCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListRateBasedRulesCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListRateBasedRulesRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListRegexMatchSetsCommandOutput extends ListRegexMatchSetsRespo
34
34
  * import { WAFRegionalClient, ListRegexMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListRegexMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListRegexMatchSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };