@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
package/dist-cjs/WAFV2.js CHANGED
@@ -1,117 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFV2 = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateWebACLCommand_1 = require("./commands/AssociateWebACLCommand");
6
- const CheckCapacityCommand_1 = require("./commands/CheckCapacityCommand");
7
- const CreateAPIKeyCommand_1 = require("./commands/CreateAPIKeyCommand");
8
- const CreateIPSetCommand_1 = require("./commands/CreateIPSetCommand");
9
- const CreateRegexPatternSetCommand_1 = require("./commands/CreateRegexPatternSetCommand");
10
- const CreateRuleGroupCommand_1 = require("./commands/CreateRuleGroupCommand");
11
- const CreateWebACLCommand_1 = require("./commands/CreateWebACLCommand");
12
- const DeleteFirewallManagerRuleGroupsCommand_1 = require("./commands/DeleteFirewallManagerRuleGroupsCommand");
13
- const DeleteIPSetCommand_1 = require("./commands/DeleteIPSetCommand");
14
- const DeleteLoggingConfigurationCommand_1 = require("./commands/DeleteLoggingConfigurationCommand");
15
- const DeletePermissionPolicyCommand_1 = require("./commands/DeletePermissionPolicyCommand");
16
- const DeleteRegexPatternSetCommand_1 = require("./commands/DeleteRegexPatternSetCommand");
17
- const DeleteRuleGroupCommand_1 = require("./commands/DeleteRuleGroupCommand");
18
- const DeleteWebACLCommand_1 = require("./commands/DeleteWebACLCommand");
19
- const DescribeAllManagedProductsCommand_1 = require("./commands/DescribeAllManagedProductsCommand");
20
- const DescribeManagedProductsByVendorCommand_1 = require("./commands/DescribeManagedProductsByVendorCommand");
21
- const DescribeManagedRuleGroupCommand_1 = require("./commands/DescribeManagedRuleGroupCommand");
22
- const DisassociateWebACLCommand_1 = require("./commands/DisassociateWebACLCommand");
23
- const GenerateMobileSdkReleaseUrlCommand_1 = require("./commands/GenerateMobileSdkReleaseUrlCommand");
24
- const GetDecryptedAPIKeyCommand_1 = require("./commands/GetDecryptedAPIKeyCommand");
25
- const GetIPSetCommand_1 = require("./commands/GetIPSetCommand");
26
- const GetLoggingConfigurationCommand_1 = require("./commands/GetLoggingConfigurationCommand");
27
- const GetManagedRuleSetCommand_1 = require("./commands/GetManagedRuleSetCommand");
28
- const GetMobileSdkReleaseCommand_1 = require("./commands/GetMobileSdkReleaseCommand");
29
- const GetPermissionPolicyCommand_1 = require("./commands/GetPermissionPolicyCommand");
30
- const GetRateBasedStatementManagedKeysCommand_1 = require("./commands/GetRateBasedStatementManagedKeysCommand");
31
- const GetRegexPatternSetCommand_1 = require("./commands/GetRegexPatternSetCommand");
32
- const GetRuleGroupCommand_1 = require("./commands/GetRuleGroupCommand");
33
- const GetSampledRequestsCommand_1 = require("./commands/GetSampledRequestsCommand");
34
- const GetWebACLCommand_1 = require("./commands/GetWebACLCommand");
35
- const GetWebACLForResourceCommand_1 = require("./commands/GetWebACLForResourceCommand");
36
- const ListAPIKeysCommand_1 = require("./commands/ListAPIKeysCommand");
37
- const ListAvailableManagedRuleGroupsCommand_1 = require("./commands/ListAvailableManagedRuleGroupsCommand");
38
- const ListAvailableManagedRuleGroupVersionsCommand_1 = require("./commands/ListAvailableManagedRuleGroupVersionsCommand");
39
- const ListIPSetsCommand_1 = require("./commands/ListIPSetsCommand");
40
- const ListLoggingConfigurationsCommand_1 = require("./commands/ListLoggingConfigurationsCommand");
41
- const ListManagedRuleSetsCommand_1 = require("./commands/ListManagedRuleSetsCommand");
42
- const ListMobileSdkReleasesCommand_1 = require("./commands/ListMobileSdkReleasesCommand");
43
- const ListRegexPatternSetsCommand_1 = require("./commands/ListRegexPatternSetsCommand");
44
- const ListResourcesForWebACLCommand_1 = require("./commands/ListResourcesForWebACLCommand");
45
- const ListRuleGroupsCommand_1 = require("./commands/ListRuleGroupsCommand");
46
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
47
- const ListWebACLsCommand_1 = require("./commands/ListWebACLsCommand");
48
- const PutLoggingConfigurationCommand_1 = require("./commands/PutLoggingConfigurationCommand");
49
- const PutManagedRuleSetVersionsCommand_1 = require("./commands/PutManagedRuleSetVersionsCommand");
50
- const PutPermissionPolicyCommand_1 = require("./commands/PutPermissionPolicyCommand");
51
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
52
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
53
- const UpdateIPSetCommand_1 = require("./commands/UpdateIPSetCommand");
54
- const UpdateManagedRuleSetVersionExpiryDateCommand_1 = require("./commands/UpdateManagedRuleSetVersionExpiryDateCommand");
55
- const UpdateRegexPatternSetCommand_1 = require("./commands/UpdateRegexPatternSetCommand");
56
- const UpdateRuleGroupCommand_1 = require("./commands/UpdateRuleGroupCommand");
57
- const UpdateWebACLCommand_1 = require("./commands/UpdateWebACLCommand");
58
- const WAFV2Client_1 = require("./WAFV2Client");
59
- const commands = {
60
- AssociateWebACLCommand: AssociateWebACLCommand_1.AssociateWebACLCommand,
61
- CheckCapacityCommand: CheckCapacityCommand_1.CheckCapacityCommand,
62
- CreateAPIKeyCommand: CreateAPIKeyCommand_1.CreateAPIKeyCommand,
63
- CreateIPSetCommand: CreateIPSetCommand_1.CreateIPSetCommand,
64
- CreateRegexPatternSetCommand: CreateRegexPatternSetCommand_1.CreateRegexPatternSetCommand,
65
- CreateRuleGroupCommand: CreateRuleGroupCommand_1.CreateRuleGroupCommand,
66
- CreateWebACLCommand: CreateWebACLCommand_1.CreateWebACLCommand,
67
- DeleteFirewallManagerRuleGroupsCommand: DeleteFirewallManagerRuleGroupsCommand_1.DeleteFirewallManagerRuleGroupsCommand,
68
- DeleteIPSetCommand: DeleteIPSetCommand_1.DeleteIPSetCommand,
69
- DeleteLoggingConfigurationCommand: DeleteLoggingConfigurationCommand_1.DeleteLoggingConfigurationCommand,
70
- DeletePermissionPolicyCommand: DeletePermissionPolicyCommand_1.DeletePermissionPolicyCommand,
71
- DeleteRegexPatternSetCommand: DeleteRegexPatternSetCommand_1.DeleteRegexPatternSetCommand,
72
- DeleteRuleGroupCommand: DeleteRuleGroupCommand_1.DeleteRuleGroupCommand,
73
- DeleteWebACLCommand: DeleteWebACLCommand_1.DeleteWebACLCommand,
74
- DescribeAllManagedProductsCommand: DescribeAllManagedProductsCommand_1.DescribeAllManagedProductsCommand,
75
- DescribeManagedProductsByVendorCommand: DescribeManagedProductsByVendorCommand_1.DescribeManagedProductsByVendorCommand,
76
- DescribeManagedRuleGroupCommand: DescribeManagedRuleGroupCommand_1.DescribeManagedRuleGroupCommand,
77
- DisassociateWebACLCommand: DisassociateWebACLCommand_1.DisassociateWebACLCommand,
78
- GenerateMobileSdkReleaseUrlCommand: GenerateMobileSdkReleaseUrlCommand_1.GenerateMobileSdkReleaseUrlCommand,
79
- GetDecryptedAPIKeyCommand: GetDecryptedAPIKeyCommand_1.GetDecryptedAPIKeyCommand,
80
- GetIPSetCommand: GetIPSetCommand_1.GetIPSetCommand,
81
- GetLoggingConfigurationCommand: GetLoggingConfigurationCommand_1.GetLoggingConfigurationCommand,
82
- GetManagedRuleSetCommand: GetManagedRuleSetCommand_1.GetManagedRuleSetCommand,
83
- GetMobileSdkReleaseCommand: GetMobileSdkReleaseCommand_1.GetMobileSdkReleaseCommand,
84
- GetPermissionPolicyCommand: GetPermissionPolicyCommand_1.GetPermissionPolicyCommand,
85
- GetRateBasedStatementManagedKeysCommand: GetRateBasedStatementManagedKeysCommand_1.GetRateBasedStatementManagedKeysCommand,
86
- GetRegexPatternSetCommand: GetRegexPatternSetCommand_1.GetRegexPatternSetCommand,
87
- GetRuleGroupCommand: GetRuleGroupCommand_1.GetRuleGroupCommand,
88
- GetSampledRequestsCommand: GetSampledRequestsCommand_1.GetSampledRequestsCommand,
89
- GetWebACLCommand: GetWebACLCommand_1.GetWebACLCommand,
90
- GetWebACLForResourceCommand: GetWebACLForResourceCommand_1.GetWebACLForResourceCommand,
91
- ListAPIKeysCommand: ListAPIKeysCommand_1.ListAPIKeysCommand,
92
- ListAvailableManagedRuleGroupsCommand: ListAvailableManagedRuleGroupsCommand_1.ListAvailableManagedRuleGroupsCommand,
93
- ListAvailableManagedRuleGroupVersionsCommand: ListAvailableManagedRuleGroupVersionsCommand_1.ListAvailableManagedRuleGroupVersionsCommand,
94
- ListIPSetsCommand: ListIPSetsCommand_1.ListIPSetsCommand,
95
- ListLoggingConfigurationsCommand: ListLoggingConfigurationsCommand_1.ListLoggingConfigurationsCommand,
96
- ListManagedRuleSetsCommand: ListManagedRuleSetsCommand_1.ListManagedRuleSetsCommand,
97
- ListMobileSdkReleasesCommand: ListMobileSdkReleasesCommand_1.ListMobileSdkReleasesCommand,
98
- ListRegexPatternSetsCommand: ListRegexPatternSetsCommand_1.ListRegexPatternSetsCommand,
99
- ListResourcesForWebACLCommand: ListResourcesForWebACLCommand_1.ListResourcesForWebACLCommand,
100
- ListRuleGroupsCommand: ListRuleGroupsCommand_1.ListRuleGroupsCommand,
101
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
102
- ListWebACLsCommand: ListWebACLsCommand_1.ListWebACLsCommand,
103
- PutLoggingConfigurationCommand: PutLoggingConfigurationCommand_1.PutLoggingConfigurationCommand,
104
- PutManagedRuleSetVersionsCommand: PutManagedRuleSetVersionsCommand_1.PutManagedRuleSetVersionsCommand,
105
- PutPermissionPolicyCommand: PutPermissionPolicyCommand_1.PutPermissionPolicyCommand,
106
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
107
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
108
- UpdateIPSetCommand: UpdateIPSetCommand_1.UpdateIPSetCommand,
109
- UpdateManagedRuleSetVersionExpiryDateCommand: UpdateManagedRuleSetVersionExpiryDateCommand_1.UpdateManagedRuleSetVersionExpiryDateCommand,
110
- UpdateRegexPatternSetCommand: UpdateRegexPatternSetCommand_1.UpdateRegexPatternSetCommand,
111
- UpdateRuleGroupCommand: UpdateRuleGroupCommand_1.UpdateRuleGroupCommand,
112
- UpdateWebACLCommand: UpdateWebACLCommand_1.UpdateWebACLCommand,
113
- };
114
- class WAFV2 extends WAFV2Client_1.WAFV2Client {
115
- }
116
- exports.WAFV2 = WAFV2;
117
- (0, smithy_client_1.createAggregatedClient)(commands, WAFV2);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.WAFV2Client = exports.__Client = void 0;
4
- const middleware_host_header_1 = require("@aws-sdk/middleware-host-header");
5
- const middleware_logger_1 = require("@aws-sdk/middleware-logger");
6
- const middleware_recursion_detection_1 = require("@aws-sdk/middleware-recursion-detection");
7
- const middleware_signing_1 = require("@aws-sdk/middleware-signing");
8
- const middleware_user_agent_1 = require("@aws-sdk/middleware-user-agent");
9
- const config_resolver_1 = require("@smithy/config-resolver");
10
- const middleware_content_length_1 = require("@smithy/middleware-content-length");
11
- const middleware_endpoint_1 = require("@smithy/middleware-endpoint");
12
- const middleware_retry_1 = require("@smithy/middleware-retry");
13
- const smithy_client_1 = require("@smithy/smithy-client");
14
- Object.defineProperty(exports, "__Client", { enumerable: true, get: function () { return smithy_client_1.Client; } });
15
- const EndpointParameters_1 = require("./endpoint/EndpointParameters");
16
- const runtimeConfig_1 = require("./runtimeConfig");
17
- const runtimeExtensions_1 = require("./runtimeExtensions");
18
- class WAFV2Client extends smithy_client_1.Client {
19
- constructor(...[configuration]) {
20
- const _config_0 = (0, runtimeConfig_1.getRuntimeConfig)(configuration || {});
21
- const _config_1 = (0, EndpointParameters_1.resolveClientEndpointParameters)(_config_0);
22
- const _config_2 = (0, config_resolver_1.resolveRegionConfig)(_config_1);
23
- const _config_3 = (0, middleware_endpoint_1.resolveEndpointConfig)(_config_2);
24
- const _config_4 = (0, middleware_retry_1.resolveRetryConfig)(_config_3);
25
- const _config_5 = (0, middleware_host_header_1.resolveHostHeaderConfig)(_config_4);
26
- const _config_6 = (0, middleware_signing_1.resolveAwsAuthConfig)(_config_5);
27
- const _config_7 = (0, middleware_user_agent_1.resolveUserAgentConfig)(_config_6);
28
- const _config_8 = (0, runtimeExtensions_1.resolveRuntimeExtensions)(_config_7, configuration?.extensions || []);
29
- super(_config_8);
30
- this.config = _config_8;
31
- this.middlewareStack.use((0, middleware_retry_1.getRetryPlugin)(this.config));
32
- this.middlewareStack.use((0, middleware_content_length_1.getContentLengthPlugin)(this.config));
33
- this.middlewareStack.use((0, middleware_host_header_1.getHostHeaderPlugin)(this.config));
34
- this.middlewareStack.use((0, middleware_logger_1.getLoggerPlugin)(this.config));
35
- this.middlewareStack.use((0, middleware_recursion_detection_1.getRecursionDetectionPlugin)(this.config));
36
- this.middlewareStack.use((0, middleware_signing_1.getAwsAuthPlugin)(this.config));
37
- this.middlewareStack.use((0, middleware_user_agent_1.getUserAgentPlugin)(this.config));
38
- }
39
- destroy() {
40
- super.destroy();
41
- }
42
- }
43
- exports.WAFV2Client = WAFV2Client;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateWebACLCommand = 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 AssociateWebACLCommand 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", "AssociateWebACL", {})
22
- .n("WAFV2Client", "AssociateWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_AssociateWebACLCommand)
25
- .de(Aws_json1_1_1.de_AssociateWebACLCommand)
26
- .build() {
27
- }
28
- exports.AssociateWebACLCommand = AssociateWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CheckCapacityCommand = 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 CheckCapacityCommand 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", "CheckCapacity", {})
22
- .n("WAFV2Client", "CheckCapacityCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CheckCapacityCommand)
25
- .de(Aws_json1_1_1.de_CheckCapacityCommand)
26
- .build() {
27
- }
28
- exports.CheckCapacityCommand = CheckCapacityCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateAPIKeyCommand = 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 CreateAPIKeyCommand 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", "CreateAPIKey", {})
22
- .n("WAFV2Client", "CreateAPIKeyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateAPIKeyCommand)
25
- .de(Aws_json1_1_1.de_CreateAPIKeyCommand)
26
- .build() {
27
- }
28
- exports.CreateAPIKeyCommand = CreateAPIKeyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateIPSetCommand = 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 CreateIPSetCommand 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", "CreateIPSet", {})
22
- .n("WAFV2Client", "CreateIPSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateIPSetCommand)
25
- .de(Aws_json1_1_1.de_CreateIPSetCommand)
26
- .build() {
27
- }
28
- exports.CreateIPSetCommand = CreateIPSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRegexPatternSetCommand = 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 CreateRegexPatternSetCommand 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", "CreateRegexPatternSet", {})
22
- .n("WAFV2Client", "CreateRegexPatternSetCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRegexPatternSetCommand)
25
- .de(Aws_json1_1_1.de_CreateRegexPatternSetCommand)
26
- .build() {
27
- }
28
- exports.CreateRegexPatternSetCommand = CreateRegexPatternSetCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateRuleGroupCommand = 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 CreateRuleGroupCommand 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", "CreateRuleGroup", {})
22
- .n("WAFV2Client", "CreateRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateRuleGroupCommand)
25
- .de(Aws_json1_1_1.de_CreateRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.CreateRuleGroupCommand = CreateRuleGroupCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateWebACLCommand = 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 CreateWebACLCommand 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", "CreateWebACL", {})
22
- .n("WAFV2Client", "CreateWebACLCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_CreateWebACLCommand)
25
- .de(Aws_json1_1_1.de_CreateWebACLCommand)
26
- .build() {
27
- }
28
- exports.CreateWebACLCommand = CreateWebACLCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFirewallManagerRuleGroupsCommand = 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 DeleteFirewallManagerRuleGroupsCommand 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", "DeleteFirewallManagerRuleGroups", {})
22
- .n("WAFV2Client", "DeleteFirewallManagerRuleGroupsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DeleteFirewallManagerRuleGroupsCommand)
25
- .de(Aws_json1_1_1.de_DeleteFirewallManagerRuleGroupsCommand)
26
- .build() {
27
- }
28
- exports.DeleteFirewallManagerRuleGroupsCommand = DeleteFirewallManagerRuleGroupsCommand;
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_20190729", "DeleteIPSet", {})
22
- .n("WAFV2Client", "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_20190729", "DeleteLoggingConfiguration", {})
22
- .n("WAFV2Client", "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_20190729", "DeletePermissionPolicy", {})
22
- .n("WAFV2Client", "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.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_20190729", "DeleteRegexPatternSet", {})
22
- .n("WAFV2Client", "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.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_20190729", "DeleteRuleGroup", {})
22
- .n("WAFV2Client", "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.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_20190729", "DeleteWebACL", {})
22
- .n("WAFV2Client", "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.DescribeAllManagedProductsCommand = 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 DescribeAllManagedProductsCommand 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", "DescribeAllManagedProducts", {})
22
- .n("WAFV2Client", "DescribeAllManagedProductsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_1_1.se_DescribeAllManagedProductsCommand)
25
- .de(Aws_json1_1_1.de_DescribeAllManagedProductsCommand)
26
- .build() {
27
- }
28
- exports.DescribeAllManagedProductsCommand = DescribeAllManagedProductsCommand;
1
+ module.exports = require("../index.js");