@aws-sdk/client-wafv2 3.490.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 (65) hide show
  1. package/dist-cjs/WAFV2.js +1 -117
  2. package/dist-cjs/WAFV2Client.js +1 -43
  3. package/dist-cjs/commands/AssociateWebACLCommand.js +1 -28
  4. package/dist-cjs/commands/CheckCapacityCommand.js +1 -28
  5. package/dist-cjs/commands/CreateAPIKeyCommand.js +1 -28
  6. package/dist-cjs/commands/CreateIPSetCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRegexPatternSetCommand.js +1 -28
  8. package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
  9. package/dist-cjs/commands/CreateWebACLCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteFirewallManagerRuleGroupsCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteIPSetCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteLoggingConfigurationCommand.js +1 -28
  13. package/dist-cjs/commands/DeletePermissionPolicyCommand.js +1 -28
  14. package/dist-cjs/commands/DeleteRegexPatternSetCommand.js +1 -28
  15. package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
  16. package/dist-cjs/commands/DeleteWebACLCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeAllManagedProductsCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeManagedProductsByVendorCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeManagedRuleGroupCommand.js +1 -28
  20. package/dist-cjs/commands/DisassociateWebACLCommand.js +1 -28
  21. package/dist-cjs/commands/GenerateMobileSdkReleaseUrlCommand.js +1 -28
  22. package/dist-cjs/commands/GetDecryptedAPIKeyCommand.js +1 -28
  23. package/dist-cjs/commands/GetIPSetCommand.js +1 -28
  24. package/dist-cjs/commands/GetLoggingConfigurationCommand.js +1 -28
  25. package/dist-cjs/commands/GetManagedRuleSetCommand.js +1 -28
  26. package/dist-cjs/commands/GetMobileSdkReleaseCommand.js +1 -28
  27. package/dist-cjs/commands/GetPermissionPolicyCommand.js +1 -28
  28. package/dist-cjs/commands/GetRateBasedStatementManagedKeysCommand.js +1 -28
  29. package/dist-cjs/commands/GetRegexPatternSetCommand.js +1 -28
  30. package/dist-cjs/commands/GetRuleGroupCommand.js +1 -28
  31. package/dist-cjs/commands/GetSampledRequestsCommand.js +1 -28
  32. package/dist-cjs/commands/GetWebACLCommand.js +1 -28
  33. package/dist-cjs/commands/GetWebACLForResourceCommand.js +1 -28
  34. package/dist-cjs/commands/ListAPIKeysCommand.js +1 -28
  35. package/dist-cjs/commands/ListAvailableManagedRuleGroupVersionsCommand.js +1 -28
  36. package/dist-cjs/commands/ListAvailableManagedRuleGroupsCommand.js +1 -28
  37. package/dist-cjs/commands/ListIPSetsCommand.js +1 -28
  38. package/dist-cjs/commands/ListLoggingConfigurationsCommand.js +1 -28
  39. package/dist-cjs/commands/ListManagedRuleSetsCommand.js +1 -28
  40. package/dist-cjs/commands/ListMobileSdkReleasesCommand.js +1 -28
  41. package/dist-cjs/commands/ListRegexPatternSetsCommand.js +1 -28
  42. package/dist-cjs/commands/ListResourcesForWebACLCommand.js +1 -28
  43. package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
  44. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  45. package/dist-cjs/commands/ListWebACLsCommand.js +1 -28
  46. package/dist-cjs/commands/PutLoggingConfigurationCommand.js +1 -28
  47. package/dist-cjs/commands/PutManagedRuleSetVersionsCommand.js +1 -28
  48. package/dist-cjs/commands/PutPermissionPolicyCommand.js +1 -28
  49. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  50. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  51. package/dist-cjs/commands/UpdateIPSetCommand.js +1 -28
  52. package/dist-cjs/commands/UpdateManagedRuleSetVersionExpiryDateCommand.js +1 -28
  53. package/dist-cjs/commands/UpdateRegexPatternSetCommand.js +1 -28
  54. package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
  55. package/dist-cjs/commands/UpdateWebACLCommand.js +1 -28
  56. package/dist-cjs/commands/index.js +1 -56
  57. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  58. package/dist-cjs/extensionConfiguration.js +1 -2
  59. package/dist-cjs/index.js +5563 -10
  60. package/dist-cjs/models/WAFV2ServiceException.js +1 -12
  61. package/dist-cjs/models/index.js +1 -4
  62. package/dist-cjs/models/models_0.js +1 -740
  63. package/dist-cjs/protocols/Aws_json1_1.js +1 -3572
  64. package/dist-cjs/runtimeExtensions.js +1 -22
  65. package/package.json +39 -39
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeManagedProductsByVendorCommand = 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 DescribeManagedProductsByVendorCommand 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_20190729", "DescribeManagedProductsByVendor", {})
22
- .n("WAFV2Client", "DescribeManagedProductsByVendorCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeManagedProductsByVendorCommand)
25
- .de(Aws_json1_1_1.de_DescribeManagedProductsByVendorCommand)
26
- .build() {
27
- }
28
- exports.DescribeManagedProductsByVendorCommand = DescribeManagedProductsByVendorCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeManagedRuleGroupCommand = 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 DescribeManagedRuleGroupCommand 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_20190729", "DescribeManagedRuleGroup", {})
22
- .n("WAFV2Client", "DescribeManagedRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeManagedRuleGroupCommand)
25
- .de(Aws_json1_1_1.de_DescribeManagedRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.DescribeManagedRuleGroupCommand = DescribeManagedRuleGroupCommand;
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_20190729", "DisassociateWebACL", {})
22
- .n("WAFV2Client", "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.GenerateMobileSdkReleaseUrlCommand = 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 GenerateMobileSdkReleaseUrlCommand 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_20190729", "GenerateMobileSdkReleaseUrl", {})
22
- .n("WAFV2Client", "GenerateMobileSdkReleaseUrlCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GenerateMobileSdkReleaseUrlCommand)
25
- .de(Aws_json1_1_1.de_GenerateMobileSdkReleaseUrlCommand)
26
- .build() {
27
- }
28
- exports.GenerateMobileSdkReleaseUrlCommand = GenerateMobileSdkReleaseUrlCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetDecryptedAPIKeyCommand = 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 GetDecryptedAPIKeyCommand 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_20190729", "GetDecryptedAPIKey", {})
22
- .n("WAFV2Client", "GetDecryptedAPIKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetDecryptedAPIKeyCommand)
25
- .de(Aws_json1_1_1.de_GetDecryptedAPIKeyCommand)
26
- .build() {
27
- }
28
- exports.GetDecryptedAPIKeyCommand = GetDecryptedAPIKeyCommand;
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_20190729", "GetIPSet", {})
22
- .n("WAFV2Client", "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");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetLoggingConfigurationCommand = 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 GetLoggingConfigurationCommand 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_20190729", "GetLoggingConfiguration", {})
22
- .n("WAFV2Client", "GetLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetLoggingConfigurationCommand)
25
- .de(Aws_json1_1_1.de_GetLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.GetLoggingConfigurationCommand = GetLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetManagedRuleSetCommand = 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 GetManagedRuleSetCommand 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_20190729", "GetManagedRuleSet", {})
22
- .n("WAFV2Client", "GetManagedRuleSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetManagedRuleSetCommand)
25
- .de(Aws_json1_1_1.de_GetManagedRuleSetCommand)
26
- .build() {
27
- }
28
- exports.GetManagedRuleSetCommand = GetManagedRuleSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetMobileSdkReleaseCommand = 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 GetMobileSdkReleaseCommand 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_20190729", "GetMobileSdkRelease", {})
22
- .n("WAFV2Client", "GetMobileSdkReleaseCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetMobileSdkReleaseCommand)
25
- .de(Aws_json1_1_1.de_GetMobileSdkReleaseCommand)
26
- .build() {
27
- }
28
- exports.GetMobileSdkReleaseCommand = GetMobileSdkReleaseCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetPermissionPolicyCommand = 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 GetPermissionPolicyCommand 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_20190729", "GetPermissionPolicy", {})
22
- .n("WAFV2Client", "GetPermissionPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetPermissionPolicyCommand)
25
- .de(Aws_json1_1_1.de_GetPermissionPolicyCommand)
26
- .build() {
27
- }
28
- exports.GetPermissionPolicyCommand = GetPermissionPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRateBasedStatementManagedKeysCommand = 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 GetRateBasedStatementManagedKeysCommand 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_20190729", "GetRateBasedStatementManagedKeys", {})
22
- .n("WAFV2Client", "GetRateBasedStatementManagedKeysCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetRateBasedStatementManagedKeysCommand)
25
- .de(Aws_json1_1_1.de_GetRateBasedStatementManagedKeysCommand)
26
- .build() {
27
- }
28
- exports.GetRateBasedStatementManagedKeysCommand = GetRateBasedStatementManagedKeysCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRegexPatternSetCommand = 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 GetRegexPatternSetCommand 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_20190729", "GetRegexPatternSet", {})
22
- .n("WAFV2Client", "GetRegexPatternSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetRegexPatternSetCommand)
25
- .de(Aws_json1_1_1.de_GetRegexPatternSetCommand)
26
- .build() {
27
- }
28
- exports.GetRegexPatternSetCommand = GetRegexPatternSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetRuleGroupCommand = 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 GetRuleGroupCommand 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_20190729", "GetRuleGroup", {})
22
- .n("WAFV2Client", "GetRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetRuleGroupCommand)
25
- .de(Aws_json1_1_1.de_GetRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.GetRuleGroupCommand = GetRuleGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetSampledRequestsCommand = 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 GetSampledRequestsCommand 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_20190729", "GetSampledRequests", {})
22
- .n("WAFV2Client", "GetSampledRequestsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetSampledRequestsCommand)
25
- .de(Aws_json1_1_1.de_GetSampledRequestsCommand)
26
- .build() {
27
- }
28
- exports.GetSampledRequestsCommand = GetSampledRequestsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWebACLCommand = 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 GetWebACLCommand 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_20190729", "GetWebACL", {})
22
- .n("WAFV2Client", "GetWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetWebACLCommand)
25
- .de(Aws_json1_1_1.de_GetWebACLCommand)
26
- .build() {
27
- }
28
- exports.GetWebACLCommand = GetWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.GetWebACLForResourceCommand = 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 GetWebACLForResourceCommand 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_20190729", "GetWebACLForResource", {})
22
- .n("WAFV2Client", "GetWebACLForResourceCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_GetWebACLForResourceCommand)
25
- .de(Aws_json1_1_1.de_GetWebACLForResourceCommand)
26
- .build() {
27
- }
28
- exports.GetWebACLForResourceCommand = GetWebACLForResourceCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAPIKeysCommand = 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 ListAPIKeysCommand 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_20190729", "ListAPIKeys", {})
22
- .n("WAFV2Client", "ListAPIKeysCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAPIKeysCommand)
25
- .de(Aws_json1_1_1.de_ListAPIKeysCommand)
26
- .build() {
27
- }
28
- exports.ListAPIKeysCommand = ListAPIKeysCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableManagedRuleGroupVersionsCommand = 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 ListAvailableManagedRuleGroupVersionsCommand 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_20190729", "ListAvailableManagedRuleGroupVersions", {})
22
- .n("WAFV2Client", "ListAvailableManagedRuleGroupVersionsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAvailableManagedRuleGroupVersionsCommand)
25
- .de(Aws_json1_1_1.de_ListAvailableManagedRuleGroupVersionsCommand)
26
- .build() {
27
- }
28
- exports.ListAvailableManagedRuleGroupVersionsCommand = ListAvailableManagedRuleGroupVersionsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListAvailableManagedRuleGroupsCommand = 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 ListAvailableManagedRuleGroupsCommand 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_20190729", "ListAvailableManagedRuleGroups", {})
22
- .n("WAFV2Client", "ListAvailableManagedRuleGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListAvailableManagedRuleGroupsCommand)
25
- .de(Aws_json1_1_1.de_ListAvailableManagedRuleGroupsCommand)
26
- .build() {
27
- }
28
- exports.ListAvailableManagedRuleGroupsCommand = ListAvailableManagedRuleGroupsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListIPSetsCommand = 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 ListIPSetsCommand 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_20190729", "ListIPSets", {})
22
- .n("WAFV2Client", "ListIPSetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListIPSetsCommand)
25
- .de(Aws_json1_1_1.de_ListIPSetsCommand)
26
- .build() {
27
- }
28
- exports.ListIPSetsCommand = ListIPSetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ListLoggingConfigurationsCommand = 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 ListLoggingConfigurationsCommand 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_20190729", "ListLoggingConfigurations", {})
22
- .n("WAFV2Client", "ListLoggingConfigurationsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_ListLoggingConfigurationsCommand)
25
- .de(Aws_json1_1_1.de_ListLoggingConfigurationsCommand)
26
- .build() {
27
- }
28
- exports.ListLoggingConfigurationsCommand = ListLoggingConfigurationsCommand;
1
+ module.exports = require("../index.js");