@aws-sdk/client-waf-regional 3.300.0 → 3.301.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 (81) hide show
  1. package/dist-types/commands/AssociateWebACLCommand.d.ts +1 -1
  2. package/dist-types/commands/CreateByteMatchSetCommand.d.ts +1 -1
  3. package/dist-types/commands/CreateGeoMatchSetCommand.d.ts +1 -1
  4. package/dist-types/commands/CreateIPSetCommand.d.ts +1 -1
  5. package/dist-types/commands/CreateRateBasedRuleCommand.d.ts +3 -3
  6. package/dist-types/commands/CreateRegexMatchSetCommand.d.ts +1 -1
  7. package/dist-types/commands/CreateRegexPatternSetCommand.d.ts +1 -1
  8. package/dist-types/commands/CreateRuleCommand.d.ts +3 -3
  9. package/dist-types/commands/CreateRuleGroupCommand.d.ts +3 -3
  10. package/dist-types/commands/CreateSizeConstraintSetCommand.d.ts +1 -1
  11. package/dist-types/commands/CreateSqlInjectionMatchSetCommand.d.ts +1 -1
  12. package/dist-types/commands/CreateWebACLCommand.d.ts +4 -4
  13. package/dist-types/commands/CreateWebACLMigrationStackCommand.d.ts +1 -1
  14. package/dist-types/commands/CreateXssMatchSetCommand.d.ts +1 -1
  15. package/dist-types/commands/DeleteByteMatchSetCommand.d.ts +1 -1
  16. package/dist-types/commands/DeleteGeoMatchSetCommand.d.ts +1 -1
  17. package/dist-types/commands/DeleteIPSetCommand.d.ts +1 -1
  18. package/dist-types/commands/DeleteLoggingConfigurationCommand.d.ts +1 -1
  19. package/dist-types/commands/DeletePermissionPolicyCommand.d.ts +1 -1
  20. package/dist-types/commands/DeleteRateBasedRuleCommand.d.ts +1 -1
  21. package/dist-types/commands/DeleteRegexMatchSetCommand.d.ts +1 -1
  22. package/dist-types/commands/DeleteRegexPatternSetCommand.d.ts +1 -1
  23. package/dist-types/commands/DeleteRuleCommand.d.ts +1 -1
  24. package/dist-types/commands/DeleteRuleGroupCommand.d.ts +1 -1
  25. package/dist-types/commands/DeleteSizeConstraintSetCommand.d.ts +1 -1
  26. package/dist-types/commands/DeleteSqlInjectionMatchSetCommand.d.ts +1 -1
  27. package/dist-types/commands/DeleteWebACLCommand.d.ts +1 -1
  28. package/dist-types/commands/DeleteXssMatchSetCommand.d.ts +1 -1
  29. package/dist-types/commands/DisassociateWebACLCommand.d.ts +1 -1
  30. package/dist-types/commands/GetByteMatchSetCommand.d.ts +1 -1
  31. package/dist-types/commands/GetChangeTokenStatusCommand.d.ts +1 -1
  32. package/dist-types/commands/GetGeoMatchSetCommand.d.ts +1 -1
  33. package/dist-types/commands/GetIPSetCommand.d.ts +1 -1
  34. package/dist-types/commands/GetLoggingConfigurationCommand.d.ts +1 -1
  35. package/dist-types/commands/GetPermissionPolicyCommand.d.ts +1 -1
  36. package/dist-types/commands/GetRateBasedRuleCommand.d.ts +1 -1
  37. package/dist-types/commands/GetRateBasedRuleManagedKeysCommand.d.ts +1 -1
  38. package/dist-types/commands/GetRegexMatchSetCommand.d.ts +1 -1
  39. package/dist-types/commands/GetRegexPatternSetCommand.d.ts +1 -1
  40. package/dist-types/commands/GetRuleCommand.d.ts +1 -1
  41. package/dist-types/commands/GetRuleGroupCommand.d.ts +1 -1
  42. package/dist-types/commands/GetSampledRequestsCommand.d.ts +2 -2
  43. package/dist-types/commands/GetSizeConstraintSetCommand.d.ts +1 -1
  44. package/dist-types/commands/GetSqlInjectionMatchSetCommand.d.ts +1 -1
  45. package/dist-types/commands/GetWebACLCommand.d.ts +1 -1
  46. package/dist-types/commands/GetWebACLForResourceCommand.d.ts +1 -1
  47. package/dist-types/commands/GetXssMatchSetCommand.d.ts +1 -1
  48. package/dist-types/commands/ListActivatedRulesInRuleGroupCommand.d.ts +1 -1
  49. package/dist-types/commands/ListByteMatchSetsCommand.d.ts +1 -1
  50. package/dist-types/commands/ListGeoMatchSetsCommand.d.ts +1 -1
  51. package/dist-types/commands/ListIPSetsCommand.d.ts +1 -1
  52. package/dist-types/commands/ListLoggingConfigurationsCommand.d.ts +1 -1
  53. package/dist-types/commands/ListRateBasedRulesCommand.d.ts +1 -1
  54. package/dist-types/commands/ListRegexMatchSetsCommand.d.ts +1 -1
  55. package/dist-types/commands/ListRegexPatternSetsCommand.d.ts +1 -1
  56. package/dist-types/commands/ListResourcesForWebACLCommand.d.ts +1 -1
  57. package/dist-types/commands/ListRuleGroupsCommand.d.ts +1 -1
  58. package/dist-types/commands/ListRulesCommand.d.ts +1 -1
  59. package/dist-types/commands/ListSizeConstraintSetsCommand.d.ts +1 -1
  60. package/dist-types/commands/ListSqlInjectionMatchSetsCommand.d.ts +1 -1
  61. package/dist-types/commands/ListSubscribedRuleGroupsCommand.d.ts +1 -1
  62. package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
  63. package/dist-types/commands/ListWebACLsCommand.d.ts +1 -1
  64. package/dist-types/commands/ListXssMatchSetsCommand.d.ts +1 -1
  65. package/dist-types/commands/PutLoggingConfigurationCommand.d.ts +5 -5
  66. package/dist-types/commands/PutPermissionPolicyCommand.d.ts +1 -1
  67. package/dist-types/commands/TagResourceCommand.d.ts +3 -3
  68. package/dist-types/commands/UntagResourceCommand.d.ts +2 -2
  69. package/dist-types/commands/UpdateByteMatchSetCommand.d.ts +5 -5
  70. package/dist-types/commands/UpdateGeoMatchSetCommand.d.ts +4 -4
  71. package/dist-types/commands/UpdateIPSetCommand.d.ts +4 -4
  72. package/dist-types/commands/UpdateRateBasedRuleCommand.d.ts +4 -4
  73. package/dist-types/commands/UpdateRegexMatchSetCommand.d.ts +5 -5
  74. package/dist-types/commands/UpdateRegexPatternSetCommand.d.ts +3 -3
  75. package/dist-types/commands/UpdateRuleCommand.d.ts +4 -4
  76. package/dist-types/commands/UpdateRuleGroupCommand.d.ts +8 -8
  77. package/dist-types/commands/UpdateSizeConstraintSetCommand.d.ts +5 -5
  78. package/dist-types/commands/UpdateSqlInjectionMatchSetCommand.d.ts +5 -5
  79. package/dist-types/commands/UpdateWebACLCommand.d.ts +8 -8
  80. package/dist-types/commands/UpdateXssMatchSetCommand.d.ts +5 -5
  81. package/package.json +3 -3
@@ -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
  * };
@@ -34,7 +34,7 @@ export interface ListRegexPatternSetsCommandOutput extends ListRegexPatternSetsR
34
34
  * import { WAFRegionalClient, ListRegexPatternSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListRegexPatternSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListRegexPatternSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListResourcesForWebACLCommandOutput extends ListResourcesForWeb
34
34
  * import { WAFRegionalClient, ListResourcesForWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListResourcesForWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListResourcesForWebACLRequest
38
38
  * WebACLId: "STRING_VALUE", // required
39
39
  * ResourceType: "STRING_VALUE",
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListRuleGroupsCommandOutput extends ListRuleGroupsResponse, __M
34
34
  * import { WAFRegionalClient, ListRuleGroupsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListRuleGroupsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListRuleGroupsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListRulesCommandOutput extends ListRulesResponse, __MetadataBea
34
34
  * import { WAFRegionalClient, ListRulesCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListRulesCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListRulesRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListSizeConstraintSetsCommandOutput extends ListSizeConstraintS
34
34
  * import { WAFRegionalClient, ListSizeConstraintSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListSizeConstraintSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListSizeConstraintSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListSqlInjectionMatchSetsCommandOutput extends ListSqlInjection
34
34
  * import { WAFRegionalClient, ListSqlInjectionMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListSqlInjectionMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListSqlInjectionMatchSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListSubscribedRuleGroupsCommandOutput extends ListSubscribedRul
34
34
  * import { WAFRegionalClient, ListSubscribedRuleGroupsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListSubscribedRuleGroupsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListSubscribedRuleGroupsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -35,7 +35,7 @@ export interface ListTagsForResourceCommandOutput extends ListTagsForResourceRes
35
35
  * import { WAFRegionalClient, ListTagsForResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
36
36
  * // const { WAFRegionalClient, ListTagsForResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
37
37
  * const client = new WAFRegionalClient(config);
38
- * const input = {
38
+ * const input = { // ListTagsForResourceRequest
39
39
  * NextMarker: "STRING_VALUE",
40
40
  * Limit: Number("int"),
41
41
  * ResourceARN: "STRING_VALUE", // required
@@ -34,7 +34,7 @@ export interface ListWebACLsCommandOutput extends ListWebACLsResponse, __Metadat
34
34
  * import { WAFRegionalClient, ListWebACLsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListWebACLsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListWebACLsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -34,7 +34,7 @@ export interface ListXssMatchSetsCommandOutput extends ListXssMatchSetsResponse,
34
34
  * import { WAFRegionalClient, ListXssMatchSetsCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, ListXssMatchSetsCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // ListXssMatchSetsRequest
38
38
  * NextMarker: "STRING_VALUE",
39
39
  * Limit: Number("int"),
40
40
  * };
@@ -51,14 +51,14 @@ export interface PutLoggingConfigurationCommandOutput extends PutLoggingConfigur
51
51
  * import { WAFRegionalClient, PutLoggingConfigurationCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
52
52
  * // const { WAFRegionalClient, PutLoggingConfigurationCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
53
53
  * const client = new WAFRegionalClient(config);
54
- * const input = {
55
- * LoggingConfiguration: {
54
+ * const input = { // PutLoggingConfigurationRequest
55
+ * LoggingConfiguration: { // LoggingConfiguration
56
56
  * ResourceArn: "STRING_VALUE", // required
57
- * LogDestinationConfigs: [ // required
57
+ * LogDestinationConfigs: [ // LogDestinationConfigs // required
58
58
  * "STRING_VALUE",
59
59
  * ],
60
- * RedactedFields: [
61
- * {
60
+ * RedactedFields: [ // RedactedFields
61
+ * { // FieldToMatch
62
62
  * Type: "STRING_VALUE", // required
63
63
  * Data: "STRING_VALUE",
64
64
  * },
@@ -66,7 +66,7 @@ export interface PutPermissionPolicyCommandOutput extends PutPermissionPolicyRes
66
66
  * import { WAFRegionalClient, PutPermissionPolicyCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
67
67
  * // const { WAFRegionalClient, PutPermissionPolicyCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
68
68
  * const client = new WAFRegionalClient(config);
69
- * const input = {
69
+ * const input = { // PutPermissionPolicyRequest
70
70
  * ResourceArn: "STRING_VALUE", // required
71
71
  * Policy: "STRING_VALUE", // required
72
72
  * };
@@ -35,10 +35,10 @@ export interface TagResourceCommandOutput extends TagResourceResponse, __Metadat
35
35
  * import { WAFRegionalClient, TagResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
36
36
  * // const { WAFRegionalClient, TagResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
37
37
  * const client = new WAFRegionalClient(config);
38
- * const input = {
38
+ * const input = { // TagResourceRequest
39
39
  * ResourceARN: "STRING_VALUE", // required
40
- * Tags: [ // required
41
- * {
40
+ * Tags: [ // TagList // required
41
+ * { // Tag
42
42
  * Key: "STRING_VALUE", // required
43
43
  * Value: "STRING_VALUE", // required
44
44
  * },
@@ -34,9 +34,9 @@ export interface UntagResourceCommandOutput extends UntagResourceResponse, __Met
34
34
  * import { WAFRegionalClient, UntagResourceCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
35
35
  * // const { WAFRegionalClient, UntagResourceCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
36
36
  * const client = new WAFRegionalClient(config);
37
- * const input = {
37
+ * const input = { // UntagResourceRequest
38
38
  * ResourceARN: "STRING_VALUE", // required
39
- * TagKeys: [ // required
39
+ * TagKeys: [ // TagKeyList // required
40
40
  * "STRING_VALUE",
41
41
  * ],
42
42
  * };
@@ -72,14 +72,14 @@ export interface UpdateByteMatchSetCommandOutput extends UpdateByteMatchSetRespo
72
72
  * import { WAFRegionalClient, UpdateByteMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
73
73
  * // const { WAFRegionalClient, UpdateByteMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
74
74
  * const client = new WAFRegionalClient(config);
75
- * const input = {
75
+ * const input = { // UpdateByteMatchSetRequest
76
76
  * ByteMatchSetId: "STRING_VALUE", // required
77
77
  * ChangeToken: "STRING_VALUE", // required
78
- * Updates: [ // required
79
- * {
78
+ * Updates: [ // ByteMatchSetUpdates // required
79
+ * { // ByteMatchSetUpdate
80
80
  * Action: "STRING_VALUE", // required
81
- * ByteMatchTuple: {
82
- * FieldToMatch: {
81
+ * ByteMatchTuple: { // ByteMatchTuple
82
+ * FieldToMatch: { // FieldToMatch
83
83
  * Type: "STRING_VALUE", // required
84
84
  * Data: "STRING_VALUE",
85
85
  * },
@@ -64,13 +64,13 @@ export interface UpdateGeoMatchSetCommandOutput extends UpdateGeoMatchSetRespons
64
64
  * import { WAFRegionalClient, UpdateGeoMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
65
65
  * // const { WAFRegionalClient, UpdateGeoMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
66
66
  * const client = new WAFRegionalClient(config);
67
- * const input = {
67
+ * const input = { // UpdateGeoMatchSetRequest
68
68
  * GeoMatchSetId: "STRING_VALUE", // required
69
69
  * ChangeToken: "STRING_VALUE", // required
70
- * Updates: [ // required
71
- * {
70
+ * Updates: [ // GeoMatchSetUpdates // required
71
+ * { // GeoMatchSetUpdate
72
72
  * Action: "STRING_VALUE", // required
73
- * GeoMatchConstraint: {
73
+ * GeoMatchConstraint: { // GeoMatchConstraint
74
74
  * Type: "STRING_VALUE", // required
75
75
  * Value: "STRING_VALUE", // required
76
76
  * },
@@ -99,13 +99,13 @@ export interface UpdateIPSetCommandOutput extends UpdateIPSetResponse, __Metadat
99
99
  * import { WAFRegionalClient, UpdateIPSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
100
100
  * // const { WAFRegionalClient, UpdateIPSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
101
101
  * const client = new WAFRegionalClient(config);
102
- * const input = {
102
+ * const input = { // UpdateIPSetRequest
103
103
  * IPSetId: "STRING_VALUE", // required
104
104
  * ChangeToken: "STRING_VALUE", // required
105
- * Updates: [ // required
106
- * {
105
+ * Updates: [ // IPSetUpdates // required
106
+ * { // IPSetUpdate
107
107
  * Action: "STRING_VALUE", // required
108
- * IPSetDescriptor: {
108
+ * IPSetDescriptor: { // IPSetDescriptor
109
109
  * Type: "STRING_VALUE", // required
110
110
  * Value: "STRING_VALUE", // required
111
111
  * },
@@ -80,13 +80,13 @@ export interface UpdateRateBasedRuleCommandOutput extends UpdateRateBasedRuleRes
80
80
  * import { WAFRegionalClient, UpdateRateBasedRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
81
81
  * // const { WAFRegionalClient, UpdateRateBasedRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
82
82
  * const client = new WAFRegionalClient(config);
83
- * const input = {
83
+ * const input = { // UpdateRateBasedRuleRequest
84
84
  * RuleId: "STRING_VALUE", // required
85
85
  * ChangeToken: "STRING_VALUE", // required
86
- * Updates: [ // required
87
- * {
86
+ * Updates: [ // RuleUpdates // required
87
+ * { // RuleUpdate
88
88
  * Action: "STRING_VALUE", // required
89
- * Predicate: {
89
+ * Predicate: { // Predicate
90
90
  * Negated: true || false, // required
91
91
  * Type: "STRING_VALUE", // required
92
92
  * DataId: "STRING_VALUE", // required
@@ -68,13 +68,13 @@ export interface UpdateRegexMatchSetCommandOutput extends UpdateRegexMatchSetRes
68
68
  * import { WAFRegionalClient, UpdateRegexMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
69
69
  * // const { WAFRegionalClient, UpdateRegexMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
70
70
  * const client = new WAFRegionalClient(config);
71
- * const input = {
71
+ * const input = { // UpdateRegexMatchSetRequest
72
72
  * RegexMatchSetId: "STRING_VALUE", // required
73
- * Updates: [ // required
74
- * {
73
+ * Updates: [ // RegexMatchSetUpdates // required
74
+ * { // RegexMatchSetUpdate
75
75
  * Action: "STRING_VALUE", // required
76
- * RegexMatchTuple: {
77
- * FieldToMatch: {
76
+ * RegexMatchTuple: { // RegexMatchTuple
77
+ * FieldToMatch: { // FieldToMatch
78
78
  * Type: "STRING_VALUE", // required
79
79
  * Data: "STRING_VALUE",
80
80
  * },
@@ -73,10 +73,10 @@ export interface UpdateRegexPatternSetCommandOutput extends UpdateRegexPatternSe
73
73
  * import { WAFRegionalClient, UpdateRegexPatternSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
74
74
  * // const { WAFRegionalClient, UpdateRegexPatternSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
75
75
  * const client = new WAFRegionalClient(config);
76
- * const input = {
76
+ * const input = { // UpdateRegexPatternSetRequest
77
77
  * RegexPatternSetId: "STRING_VALUE", // required
78
- * Updates: [ // required
79
- * {
78
+ * Updates: [ // RegexPatternSetUpdates // required
79
+ * { // RegexPatternSetUpdate
80
80
  * Action: "STRING_VALUE", // required
81
81
  * RegexPatternString: "STRING_VALUE", // required
82
82
  * },
@@ -75,13 +75,13 @@ export interface UpdateRuleCommandOutput extends UpdateRuleResponse, __MetadataB
75
75
  * import { WAFRegionalClient, UpdateRuleCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
76
76
  * // const { WAFRegionalClient, UpdateRuleCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
77
77
  * const client = new WAFRegionalClient(config);
78
- * const input = {
78
+ * const input = { // UpdateRuleRequest
79
79
  * RuleId: "STRING_VALUE", // required
80
80
  * ChangeToken: "STRING_VALUE", // required
81
- * Updates: [ // required
82
- * {
81
+ * Updates: [ // RuleUpdates // required
82
+ * { // RuleUpdate
83
83
  * Action: "STRING_VALUE", // required
84
- * Predicate: {
84
+ * Predicate: { // Predicate
85
85
  * Negated: true || false, // required
86
86
  * Type: "STRING_VALUE", // required
87
87
  * DataId: "STRING_VALUE", // required
@@ -58,23 +58,23 @@ export interface UpdateRuleGroupCommandOutput extends UpdateRuleGroupResponse, _
58
58
  * import { WAFRegionalClient, UpdateRuleGroupCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
59
59
  * // const { WAFRegionalClient, UpdateRuleGroupCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
60
60
  * const client = new WAFRegionalClient(config);
61
- * const input = {
61
+ * const input = { // UpdateRuleGroupRequest
62
62
  * RuleGroupId: "STRING_VALUE", // required
63
- * Updates: [ // required
64
- * {
63
+ * Updates: [ // RuleGroupUpdates // required
64
+ * { // RuleGroupUpdate
65
65
  * Action: "STRING_VALUE", // required
66
- * ActivatedRule: {
66
+ * ActivatedRule: { // ActivatedRule
67
67
  * Priority: Number("int"), // required
68
68
  * RuleId: "STRING_VALUE", // required
69
- * Action: {
69
+ * Action: { // WafAction
70
70
  * Type: "STRING_VALUE", // required
71
71
  * },
72
- * OverrideAction: {
72
+ * OverrideAction: { // WafOverrideAction
73
73
  * Type: "STRING_VALUE", // required
74
74
  * },
75
75
  * Type: "STRING_VALUE",
76
- * ExcludedRules: [
77
- * {
76
+ * ExcludedRules: [ // ExcludedRules
77
+ * { // ExcludedRule
78
78
  * RuleId: "STRING_VALUE", // required
79
79
  * },
80
80
  * ],
@@ -76,14 +76,14 @@ export interface UpdateSizeConstraintSetCommandOutput extends UpdateSizeConstrai
76
76
  * import { WAFRegionalClient, UpdateSizeConstraintSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
77
77
  * // const { WAFRegionalClient, UpdateSizeConstraintSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
78
78
  * const client = new WAFRegionalClient(config);
79
- * const input = {
79
+ * const input = { // UpdateSizeConstraintSetRequest
80
80
  * SizeConstraintSetId: "STRING_VALUE", // required
81
81
  * ChangeToken: "STRING_VALUE", // required
82
- * Updates: [ // required
83
- * {
82
+ * Updates: [ // SizeConstraintSetUpdates // required
83
+ * { // SizeConstraintSetUpdate
84
84
  * Action: "STRING_VALUE", // required
85
- * SizeConstraint: {
86
- * FieldToMatch: {
85
+ * SizeConstraint: { // SizeConstraint
86
+ * FieldToMatch: { // FieldToMatch
87
87
  * Type: "STRING_VALUE", // required
88
88
  * Data: "STRING_VALUE",
89
89
  * },
@@ -75,14 +75,14 @@ export interface UpdateSqlInjectionMatchSetCommandOutput extends UpdateSqlInject
75
75
  * import { WAFRegionalClient, UpdateSqlInjectionMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
76
76
  * // const { WAFRegionalClient, UpdateSqlInjectionMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
77
77
  * const client = new WAFRegionalClient(config);
78
- * const input = {
78
+ * const input = { // UpdateSqlInjectionMatchSetRequest
79
79
  * SqlInjectionMatchSetId: "STRING_VALUE", // required
80
80
  * ChangeToken: "STRING_VALUE", // required
81
- * Updates: [ // required
82
- * {
81
+ * Updates: [ // SqlInjectionMatchSetUpdates // required
82
+ * { // SqlInjectionMatchSetUpdate
83
83
  * Action: "STRING_VALUE", // required
84
- * SqlInjectionMatchTuple: {
85
- * FieldToMatch: {
84
+ * SqlInjectionMatchTuple: { // SqlInjectionMatchTuple
85
+ * FieldToMatch: { // FieldToMatch
86
86
  * Type: "STRING_VALUE", // required
87
87
  * Data: "STRING_VALUE",
88
88
  * },
@@ -105,24 +105,24 @@ export interface UpdateWebACLCommandOutput extends UpdateWebACLResponse, __Metad
105
105
  * import { WAFRegionalClient, UpdateWebACLCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
106
106
  * // const { WAFRegionalClient, UpdateWebACLCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
107
107
  * const client = new WAFRegionalClient(config);
108
- * const input = {
108
+ * const input = { // UpdateWebACLRequest
109
109
  * WebACLId: "STRING_VALUE", // required
110
110
  * ChangeToken: "STRING_VALUE", // required
111
- * Updates: [
112
- * {
111
+ * Updates: [ // WebACLUpdates
112
+ * { // WebACLUpdate
113
113
  * Action: "STRING_VALUE", // required
114
- * ActivatedRule: {
114
+ * ActivatedRule: { // ActivatedRule
115
115
  * Priority: Number("int"), // required
116
116
  * RuleId: "STRING_VALUE", // required
117
- * Action: {
117
+ * Action: { // WafAction
118
118
  * Type: "STRING_VALUE", // required
119
119
  * },
120
- * OverrideAction: {
120
+ * OverrideAction: { // WafOverrideAction
121
121
  * Type: "STRING_VALUE", // required
122
122
  * },
123
123
  * Type: "STRING_VALUE",
124
- * ExcludedRules: [
125
- * {
124
+ * ExcludedRules: [ // ExcludedRules
125
+ * { // ExcludedRule
126
126
  * RuleId: "STRING_VALUE", // required
127
127
  * },
128
128
  * ],
@@ -77,14 +77,14 @@ export interface UpdateXssMatchSetCommandOutput extends UpdateXssMatchSetRespons
77
77
  * import { WAFRegionalClient, UpdateXssMatchSetCommand } from "@aws-sdk/client-waf-regional"; // ES Modules import
78
78
  * // const { WAFRegionalClient, UpdateXssMatchSetCommand } = require("@aws-sdk/client-waf-regional"); // CommonJS import
79
79
  * const client = new WAFRegionalClient(config);
80
- * const input = {
80
+ * const input = { // UpdateXssMatchSetRequest
81
81
  * XssMatchSetId: "STRING_VALUE", // required
82
82
  * ChangeToken: "STRING_VALUE", // required
83
- * Updates: [ // required
84
- * {
83
+ * Updates: [ // XssMatchSetUpdates // required
84
+ * { // XssMatchSetUpdate
85
85
  * Action: "STRING_VALUE", // required
86
- * XssMatchTuple: {
87
- * FieldToMatch: {
86
+ * XssMatchTuple: { // XssMatchTuple
87
+ * FieldToMatch: { // FieldToMatch
88
88
  * Type: "STRING_VALUE", // required
89
89
  * Data: "STRING_VALUE",
90
90
  * },
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-waf-regional",
3
3
  "description": "AWS SDK for JavaScript Waf Regional Client for Node.js, Browser and React Native",
4
- "version": "3.300.0",
4
+ "version": "3.301.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "tsc -p tsconfig.cjs.json",
@@ -21,9 +21,9 @@
21
21
  "dependencies": {
22
22
  "@aws-crypto/sha256-browser": "3.0.0",
23
23
  "@aws-crypto/sha256-js": "3.0.0",
24
- "@aws-sdk/client-sts": "3.300.0",
24
+ "@aws-sdk/client-sts": "3.301.0",
25
25
  "@aws-sdk/config-resolver": "3.300.0",
26
- "@aws-sdk/credential-provider-node": "3.300.0",
26
+ "@aws-sdk/credential-provider-node": "3.301.0",
27
27
  "@aws-sdk/fetch-http-handler": "3.296.0",
28
28
  "@aws-sdk/hash-node": "3.296.0",
29
29
  "@aws-sdk/invalid-dependency": "3.296.0",