@aws-sdk/client-waf-regional 3.489.0 → 3.495.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. package/dist-cjs/WAFRegional.js +1 -173
  2. package/dist-cjs/WAFRegionalClient.js +1 -43
  3. package/dist-cjs/commands/AssociateWebACLCommand.js +1 -28
  4. package/dist-cjs/commands/CreateByteMatchSetCommand.js +1 -28
  5. package/dist-cjs/commands/CreateGeoMatchSetCommand.js +1 -28
  6. package/dist-cjs/commands/CreateIPSetCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRateBasedRuleCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRegexMatchSetCommand.js +1 -28
  9. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +1 -28
  10. package/dist-cjs/commands/CreateRuleCommand.js +1 -28
  11. package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
  12. package/dist-cjs/commands/CreateSizeConstraintSetCommand.js +1 -28
  13. package/dist-cjs/commands/CreateSqlInjectionMatchSetCommand.js +1 -28
  14. package/dist-cjs/commands/CreateWebACLCommand.js +1 -28
  15. package/dist-cjs/commands/CreateWebACLMigrationStackCommand.js +1 -28
  16. package/dist-cjs/commands/CreateXssMatchSetCommand.js +1 -28
  17. package/dist-cjs/commands/DeleteByteMatchSetCommand.js +1 -28
  18. package/dist-cjs/commands/DeleteGeoMatchSetCommand.js +1 -28
  19. package/dist-cjs/commands/DeleteIPSetCommand.js +1 -28
  20. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
  21. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +1 -28
  22. package/dist-cjs/commands/DeleteRateBasedRuleCommand.js +1 -28
  23. package/dist-cjs/commands/DeleteRegexMatchSetCommand.js +1 -28
  24. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +1 -28
  25. package/dist-cjs/commands/DeleteRuleCommand.js +1 -28
  26. package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
  27. package/dist-cjs/commands/DeleteSizeConstraintSetCommand.js +1 -28
  28. package/dist-cjs/commands/DeleteSqlInjectionMatchSetCommand.js +1 -28
  29. package/dist-cjs/commands/DeleteWebACLCommand.js +1 -28
  30. package/dist-cjs/commands/DeleteXssMatchSetCommand.js +1 -28
  31. package/dist-cjs/commands/DisassociateWebACLCommand.js +1 -28
  32. package/dist-cjs/commands/GetByteMatchSetCommand.js +1 -28
  33. package/dist-cjs/commands/GetChangeTokenCommand.js +1 -28
  34. package/dist-cjs/commands/GetChangeTokenStatusCommand.js +1 -28
  35. package/dist-cjs/commands/GetGeoMatchSetCommand.js +1 -28
  36. package/dist-cjs/commands/GetIPSetCommand.js +1 -28
  37. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
  38. package/dist-cjs/commands/GetPermissionPolicyCommand.js +1 -28
  39. package/dist-cjs/commands/GetRateBasedRuleCommand.js +1 -28
  40. package/dist-cjs/commands/GetRateBasedRuleManagedKeysCommand.js +1 -28
  41. package/dist-cjs/commands/GetRegexMatchSetCommand.js +1 -28
  42. package/dist-cjs/commands/GetRegexPatternSetCommand.js +1 -28
  43. package/dist-cjs/commands/GetRuleCommand.js +1 -28
  44. package/dist-cjs/commands/GetRuleGroupCommand.js +1 -28
  45. package/dist-cjs/commands/GetSampledRequestsCommand.js +1 -28
  46. package/dist-cjs/commands/GetSizeConstraintSetCommand.js +1 -28
  47. package/dist-cjs/commands/GetSqlInjectionMatchSetCommand.js +1 -28
  48. package/dist-cjs/commands/GetWebACLCommand.js +1 -28
  49. package/dist-cjs/commands/GetWebACLForResourceCommand.js +1 -28
  50. package/dist-cjs/commands/GetXssMatchSetCommand.js +1 -28
  51. package/dist-cjs/commands/ListActivatedRulesInRuleGroupCommand.js +1 -28
  52. package/dist-cjs/commands/ListByteMatchSetsCommand.js +1 -28
  53. package/dist-cjs/commands/ListGeoMatchSetsCommand.js +1 -28
  54. package/dist-cjs/commands/ListIPSetsCommand.js +1 -28
  55. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
  56. package/dist-cjs/commands/ListRateBasedRulesCommand.js +1 -28
  57. package/dist-cjs/commands/ListRegexMatchSetsCommand.js +1 -28
  58. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +1 -28
  59. package/dist-cjs/commands/ListResourcesForWebACLCommand.js +1 -28
  60. package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
  61. package/dist-cjs/commands/ListRulesCommand.js +1 -28
  62. package/dist-cjs/commands/ListSizeConstraintSetsCommand.js +1 -28
  63. package/dist-cjs/commands/ListSqlInjectionMatchSetsCommand.js +1 -28
  64. package/dist-cjs/commands/ListSubscribedRuleGroupsCommand.js +1 -28
  65. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  66. package/dist-cjs/commands/ListWebACLsCommand.js +1 -28
  67. package/dist-cjs/commands/ListXssMatchSetsCommand.js +1 -28
  68. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +1 -28
  69. package/dist-cjs/commands/PutPermissionPolicyCommand.js +1 -28
  70. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  71. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  72. package/dist-cjs/commands/UpdateByteMatchSetCommand.js +1 -28
  73. package/dist-cjs/commands/UpdateGeoMatchSetCommand.js +1 -28
  74. package/dist-cjs/commands/UpdateIPSetCommand.js +1 -28
  75. package/dist-cjs/commands/UpdateRateBasedRuleCommand.js +1 -28
  76. package/dist-cjs/commands/UpdateRegexMatchSetCommand.js +1 -28
  77. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +1 -28
  78. package/dist-cjs/commands/UpdateRuleCommand.js +1 -28
  79. package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
  80. package/dist-cjs/commands/UpdateSizeConstraintSetCommand.js +1 -28
  81. package/dist-cjs/commands/UpdateSqlInjectionMatchSetCommand.js +1 -28
  82. package/dist-cjs/commands/UpdateWebACLCommand.js +1 -28
  83. package/dist-cjs/commands/UpdateXssMatchSetCommand.js +1 -28
  84. package/dist-cjs/commands/index.js +1 -84
  85. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  86. package/dist-cjs/extensionConfiguration.js +1 -2
  87. package/dist-cjs/index.js +6931 -10
  88. package/dist-cjs/models/WAFRegionalServiceException.js +1 -12
  89. package/dist-cjs/models/index.js +1 -4
  90. package/dist-cjs/models/models_0.js +1 -633
  91. package/dist-cjs/protocols/Aws_json1_1.js +1 -4544
  92. package/dist-cjs/runtimeExtensions.js +1 -22
  93. package/package.json +39 -39
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateXssMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class CreateXssMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "CreateXssMatchSet", {})
22
- .n("WAFRegionalClient", "CreateXssMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateXssMatchSetCommand)
25
- .de(Aws_json1_1_1.de_CreateXssMatchSetCommand)
26
- .build() {
27
- }
28
- exports.CreateXssMatchSetCommand = CreateXssMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteByteMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteByteMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteByteMatchSet", {})
22
- .n("WAFRegionalClient", "DeleteByteMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteByteMatchSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteByteMatchSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteByteMatchSetCommand = DeleteByteMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteGeoMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteGeoMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteGeoMatchSet", {})
22
- .n("WAFRegionalClient", "DeleteGeoMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteGeoMatchSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteGeoMatchSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteGeoMatchSetCommand = DeleteGeoMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteIPSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteIPSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteIPSet", {})
22
- .n("WAFRegionalClient", "DeleteIPSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteIPSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteIPSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteIPSetCommand = DeleteIPSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteLoggingConfigurationCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteLoggingConfigurationCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteLoggingConfiguration", {})
22
- .n("WAFRegionalClient", "DeleteLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteLoggingConfigurationCommand)
25
- .de(Aws_json1_1_1.de_DeleteLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteLoggingConfigurationCommand = DeleteLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeletePermissionPolicyCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeletePermissionPolicyCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeletePermissionPolicy", {})
22
- .n("WAFRegionalClient", "DeletePermissionPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeletePermissionPolicyCommand)
25
- .de(Aws_json1_1_1.de_DeletePermissionPolicyCommand)
26
- .build() {
27
- }
28
- exports.DeletePermissionPolicyCommand = DeletePermissionPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRateBasedRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRateBasedRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteRateBasedRule", {})
22
- .n("WAFRegionalClient", "DeleteRateBasedRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRateBasedRuleCommand)
25
- .de(Aws_json1_1_1.de_DeleteRateBasedRuleCommand)
26
- .build() {
27
- }
28
- exports.DeleteRateBasedRuleCommand = DeleteRateBasedRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRegexMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRegexMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteRegexMatchSet", {})
22
- .n("WAFRegionalClient", "DeleteRegexMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRegexMatchSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteRegexMatchSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteRegexMatchSetCommand = DeleteRegexMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRegexPatternSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRegexPatternSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteRegexPatternSet", {})
22
- .n("WAFRegionalClient", "DeleteRegexPatternSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRegexPatternSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteRegexPatternSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteRegexPatternSetCommand = DeleteRegexPatternSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRuleCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRuleCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteRule", {})
22
- .n("WAFRegionalClient", "DeleteRuleCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRuleCommand)
25
- .de(Aws_json1_1_1.de_DeleteRuleCommand)
26
- .build() {
27
- }
28
- exports.DeleteRuleCommand = DeleteRuleCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteRuleGroupCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteRuleGroupCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteRuleGroup", {})
22
- .n("WAFRegionalClient", "DeleteRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteRuleGroupCommand)
25
- .de(Aws_json1_1_1.de_DeleteRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.DeleteRuleGroupCommand = DeleteRuleGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSizeConstraintSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteSizeConstraintSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteSizeConstraintSet", {})
22
- .n("WAFRegionalClient", "DeleteSizeConstraintSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteSizeConstraintSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteSizeConstraintSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteSizeConstraintSetCommand = DeleteSizeConstraintSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteSqlInjectionMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteSqlInjectionMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteSqlInjectionMatchSet", {})
22
- .n("WAFRegionalClient", "DeleteSqlInjectionMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteSqlInjectionMatchSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteSqlInjectionMatchSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteSqlInjectionMatchSetCommand = DeleteSqlInjectionMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteWebACLCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteWebACLCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteWebACL", {})
22
- .n("WAFRegionalClient", "DeleteWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteWebACLCommand)
25
- .de(Aws_json1_1_1.de_DeleteWebACLCommand)
26
- .build() {
27
- }
28
- exports.DeleteWebACLCommand = DeleteWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteXssMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DeleteXssMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DeleteXssMatchSet", {})
22
- .n("WAFRegionalClient", "DeleteXssMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteXssMatchSetCommand)
25
- .de(Aws_json1_1_1.de_DeleteXssMatchSetCommand)
26
- .build() {
27
- }
28
- exports.DeleteXssMatchSetCommand = DeleteXssMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DisassociateWebACLCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class DisassociateWebACLCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "DisassociateWebACL", {})
22
- .n("WAFRegionalClient", "DisassociateWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DisassociateWebACLCommand)
25
- .de(Aws_json1_1_1.de_DisassociateWebACLCommand)
26
- .build() {
27
- }
28
- exports.DisassociateWebACLCommand = DisassociateWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetByteMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetByteMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "GetByteMatchSet", {})
22
- .n("WAFRegionalClient", "GetByteMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetByteMatchSetCommand)
25
- .de(Aws_json1_1_1.de_GetByteMatchSetCommand)
26
- .build() {
27
- }
28
- exports.GetByteMatchSetCommand = GetByteMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChangeTokenCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetChangeTokenCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "GetChangeToken", {})
22
- .n("WAFRegionalClient", "GetChangeTokenCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetChangeTokenCommand)
25
- .de(Aws_json1_1_1.de_GetChangeTokenCommand)
26
- .build() {
27
- }
28
- exports.GetChangeTokenCommand = GetChangeTokenCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetChangeTokenStatusCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetChangeTokenStatusCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "GetChangeTokenStatus", {})
22
- .n("WAFRegionalClient", "GetChangeTokenStatusCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetChangeTokenStatusCommand)
25
- .de(Aws_json1_1_1.de_GetChangeTokenStatusCommand)
26
- .build() {
27
- }
28
- exports.GetChangeTokenStatusCommand = GetChangeTokenStatusCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetGeoMatchSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetGeoMatchSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "GetGeoMatchSet", {})
22
- .n("WAFRegionalClient", "GetGeoMatchSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetGeoMatchSetCommand)
25
- .de(Aws_json1_1_1.de_GetGeoMatchSetCommand)
26
- .build() {
27
- }
28
- exports.GetGeoMatchSetCommand = GetGeoMatchSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetIPSetCommand = exports.$Command = void 0;
4
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
5
- const middleware_serde_1 = require("@smithy/middleware-serde");
6
- const smithy_client_1 = require("@smithy/smithy-client");
7
- Object.defineProperty(exports, "$Command", { enumerable: true, get: function () { return smithy_client_1.Command; } });
8
- const EndpointParameters_1 = require("../endpoint/EndpointParameters");
9
- const Aws_json1_1_1 = require("../protocols/Aws_json1_1");
10
- class GetIPSetCommand extends smithy_client_1.Command
11
- .classBuilder()
12
- .ep({
13
- ...EndpointParameters_1.commonParams,
14
- })
15
- .m(function (Command, cs, config, o) {
16
- return [
17
- (0, middleware_serde_1.getSerdePlugin)(config, this.serialize, this.deserialize),
18
- (0, middleware_endpoint_1.getEndpointPlugin)(config, Command.getEndpointParameterInstructions()),
19
- ];
20
- })
21
- .s("AWSWAF_Regional_20161128", "GetIPSet", {})
22
- .n("WAFRegionalClient", "GetIPSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetIPSetCommand)
25
- .de(Aws_json1_1_1.de_GetIPSetCommand)
26
- .build() {
27
- }
28
- exports.GetIPSetCommand = GetIPSetCommand;
1
+ module.exports = require("../index.js");