@aws-sdk/client-network-firewall 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 (55) hide show
  1. package/dist-cjs/NetworkFirewall.js +1 -83
  2. package/dist-cjs/NetworkFirewallClient.js +1 -43
  3. package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +1 -28
  4. package/dist-cjs/commands/AssociateSubnetsCommand.js +1 -28
  5. package/dist-cjs/commands/CreateFirewallCommand.js +1 -28
  6. package/dist-cjs/commands/CreateFirewallPolicyCommand.js +1 -28
  7. package/dist-cjs/commands/CreateRuleGroupCommand.js +1 -28
  8. package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +1 -28
  9. package/dist-cjs/commands/DeleteFirewallCommand.js +1 -28
  10. package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +1 -28
  11. package/dist-cjs/commands/DeleteResourcePolicyCommand.js +1 -28
  12. package/dist-cjs/commands/DeleteRuleGroupCommand.js +1 -28
  13. package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +1 -28
  14. package/dist-cjs/commands/DescribeFirewallCommand.js +1 -28
  15. package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +1 -28
  16. package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +1 -28
  17. package/dist-cjs/commands/DescribeResourcePolicyCommand.js +1 -28
  18. package/dist-cjs/commands/DescribeRuleGroupCommand.js +1 -28
  19. package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +1 -28
  20. package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +1 -28
  21. package/dist-cjs/commands/DisassociateSubnetsCommand.js +1 -28
  22. package/dist-cjs/commands/ListFirewallPoliciesCommand.js +1 -28
  23. package/dist-cjs/commands/ListFirewallsCommand.js +1 -28
  24. package/dist-cjs/commands/ListRuleGroupsCommand.js +1 -28
  25. package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +1 -28
  26. package/dist-cjs/commands/ListTagsForResourceCommand.js +1 -28
  27. package/dist-cjs/commands/PutResourcePolicyCommand.js +1 -28
  28. package/dist-cjs/commands/TagResourceCommand.js +1 -28
  29. package/dist-cjs/commands/UntagResourceCommand.js +1 -28
  30. package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +1 -28
  31. package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +1 -28
  32. package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +1 -28
  33. package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +1 -28
  34. package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +1 -28
  35. package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +1 -28
  36. package/dist-cjs/commands/UpdateRuleGroupCommand.js +1 -28
  37. package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +1 -28
  38. package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +1 -28
  39. package/dist-cjs/commands/index.js +1 -39
  40. package/dist-cjs/endpoint/EndpointParameters.js +1 -18
  41. package/dist-cjs/extensionConfiguration.js +1 -2
  42. package/dist-cjs/index.js +3451 -11
  43. package/dist-cjs/models/NetworkFirewallServiceException.js +1 -12
  44. package/dist-cjs/models/index.js +1 -4
  45. package/dist-cjs/models/models_0.js +1 -300
  46. package/dist-cjs/pagination/Interfaces.js +1 -2
  47. package/dist-cjs/pagination/ListFirewallPoliciesPaginator.js +1 -7
  48. package/dist-cjs/pagination/ListFirewallsPaginator.js +1 -7
  49. package/dist-cjs/pagination/ListRuleGroupsPaginator.js +1 -7
  50. package/dist-cjs/pagination/ListTLSInspectionConfigurationsPaginator.js +1 -7
  51. package/dist-cjs/pagination/ListTagsForResourcePaginator.js +1 -7
  52. package/dist-cjs/pagination/index.js +1 -9
  53. package/dist-cjs/protocols/Aws_json1_0.js +1 -2207
  54. package/dist-cjs/runtimeExtensions.js +1 -22
  55. package/package.json +40 -40
@@ -1,83 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NetworkFirewall = void 0;
4
- const smithy_client_1 = require("@smithy/smithy-client");
5
- const AssociateFirewallPolicyCommand_1 = require("./commands/AssociateFirewallPolicyCommand");
6
- const AssociateSubnetsCommand_1 = require("./commands/AssociateSubnetsCommand");
7
- const CreateFirewallCommand_1 = require("./commands/CreateFirewallCommand");
8
- const CreateFirewallPolicyCommand_1 = require("./commands/CreateFirewallPolicyCommand");
9
- const CreateRuleGroupCommand_1 = require("./commands/CreateRuleGroupCommand");
10
- const CreateTLSInspectionConfigurationCommand_1 = require("./commands/CreateTLSInspectionConfigurationCommand");
11
- const DeleteFirewallCommand_1 = require("./commands/DeleteFirewallCommand");
12
- const DeleteFirewallPolicyCommand_1 = require("./commands/DeleteFirewallPolicyCommand");
13
- const DeleteResourcePolicyCommand_1 = require("./commands/DeleteResourcePolicyCommand");
14
- const DeleteRuleGroupCommand_1 = require("./commands/DeleteRuleGroupCommand");
15
- const DeleteTLSInspectionConfigurationCommand_1 = require("./commands/DeleteTLSInspectionConfigurationCommand");
16
- const DescribeFirewallCommand_1 = require("./commands/DescribeFirewallCommand");
17
- const DescribeFirewallPolicyCommand_1 = require("./commands/DescribeFirewallPolicyCommand");
18
- const DescribeLoggingConfigurationCommand_1 = require("./commands/DescribeLoggingConfigurationCommand");
19
- const DescribeResourcePolicyCommand_1 = require("./commands/DescribeResourcePolicyCommand");
20
- const DescribeRuleGroupCommand_1 = require("./commands/DescribeRuleGroupCommand");
21
- const DescribeRuleGroupMetadataCommand_1 = require("./commands/DescribeRuleGroupMetadataCommand");
22
- const DescribeTLSInspectionConfigurationCommand_1 = require("./commands/DescribeTLSInspectionConfigurationCommand");
23
- const DisassociateSubnetsCommand_1 = require("./commands/DisassociateSubnetsCommand");
24
- const ListFirewallPoliciesCommand_1 = require("./commands/ListFirewallPoliciesCommand");
25
- const ListFirewallsCommand_1 = require("./commands/ListFirewallsCommand");
26
- const ListRuleGroupsCommand_1 = require("./commands/ListRuleGroupsCommand");
27
- const ListTagsForResourceCommand_1 = require("./commands/ListTagsForResourceCommand");
28
- const ListTLSInspectionConfigurationsCommand_1 = require("./commands/ListTLSInspectionConfigurationsCommand");
29
- const PutResourcePolicyCommand_1 = require("./commands/PutResourcePolicyCommand");
30
- const TagResourceCommand_1 = require("./commands/TagResourceCommand");
31
- const UntagResourceCommand_1 = require("./commands/UntagResourceCommand");
32
- const UpdateFirewallDeleteProtectionCommand_1 = require("./commands/UpdateFirewallDeleteProtectionCommand");
33
- const UpdateFirewallDescriptionCommand_1 = require("./commands/UpdateFirewallDescriptionCommand");
34
- const UpdateFirewallEncryptionConfigurationCommand_1 = require("./commands/UpdateFirewallEncryptionConfigurationCommand");
35
- const UpdateFirewallPolicyChangeProtectionCommand_1 = require("./commands/UpdateFirewallPolicyChangeProtectionCommand");
36
- const UpdateFirewallPolicyCommand_1 = require("./commands/UpdateFirewallPolicyCommand");
37
- const UpdateLoggingConfigurationCommand_1 = require("./commands/UpdateLoggingConfigurationCommand");
38
- const UpdateRuleGroupCommand_1 = require("./commands/UpdateRuleGroupCommand");
39
- const UpdateSubnetChangeProtectionCommand_1 = require("./commands/UpdateSubnetChangeProtectionCommand");
40
- const UpdateTLSInspectionConfigurationCommand_1 = require("./commands/UpdateTLSInspectionConfigurationCommand");
41
- const NetworkFirewallClient_1 = require("./NetworkFirewallClient");
42
- const commands = {
43
- AssociateFirewallPolicyCommand: AssociateFirewallPolicyCommand_1.AssociateFirewallPolicyCommand,
44
- AssociateSubnetsCommand: AssociateSubnetsCommand_1.AssociateSubnetsCommand,
45
- CreateFirewallCommand: CreateFirewallCommand_1.CreateFirewallCommand,
46
- CreateFirewallPolicyCommand: CreateFirewallPolicyCommand_1.CreateFirewallPolicyCommand,
47
- CreateRuleGroupCommand: CreateRuleGroupCommand_1.CreateRuleGroupCommand,
48
- CreateTLSInspectionConfigurationCommand: CreateTLSInspectionConfigurationCommand_1.CreateTLSInspectionConfigurationCommand,
49
- DeleteFirewallCommand: DeleteFirewallCommand_1.DeleteFirewallCommand,
50
- DeleteFirewallPolicyCommand: DeleteFirewallPolicyCommand_1.DeleteFirewallPolicyCommand,
51
- DeleteResourcePolicyCommand: DeleteResourcePolicyCommand_1.DeleteResourcePolicyCommand,
52
- DeleteRuleGroupCommand: DeleteRuleGroupCommand_1.DeleteRuleGroupCommand,
53
- DeleteTLSInspectionConfigurationCommand: DeleteTLSInspectionConfigurationCommand_1.DeleteTLSInspectionConfigurationCommand,
54
- DescribeFirewallCommand: DescribeFirewallCommand_1.DescribeFirewallCommand,
55
- DescribeFirewallPolicyCommand: DescribeFirewallPolicyCommand_1.DescribeFirewallPolicyCommand,
56
- DescribeLoggingConfigurationCommand: DescribeLoggingConfigurationCommand_1.DescribeLoggingConfigurationCommand,
57
- DescribeResourcePolicyCommand: DescribeResourcePolicyCommand_1.DescribeResourcePolicyCommand,
58
- DescribeRuleGroupCommand: DescribeRuleGroupCommand_1.DescribeRuleGroupCommand,
59
- DescribeRuleGroupMetadataCommand: DescribeRuleGroupMetadataCommand_1.DescribeRuleGroupMetadataCommand,
60
- DescribeTLSInspectionConfigurationCommand: DescribeTLSInspectionConfigurationCommand_1.DescribeTLSInspectionConfigurationCommand,
61
- DisassociateSubnetsCommand: DisassociateSubnetsCommand_1.DisassociateSubnetsCommand,
62
- ListFirewallPoliciesCommand: ListFirewallPoliciesCommand_1.ListFirewallPoliciesCommand,
63
- ListFirewallsCommand: ListFirewallsCommand_1.ListFirewallsCommand,
64
- ListRuleGroupsCommand: ListRuleGroupsCommand_1.ListRuleGroupsCommand,
65
- ListTagsForResourceCommand: ListTagsForResourceCommand_1.ListTagsForResourceCommand,
66
- ListTLSInspectionConfigurationsCommand: ListTLSInspectionConfigurationsCommand_1.ListTLSInspectionConfigurationsCommand,
67
- PutResourcePolicyCommand: PutResourcePolicyCommand_1.PutResourcePolicyCommand,
68
- TagResourceCommand: TagResourceCommand_1.TagResourceCommand,
69
- UntagResourceCommand: UntagResourceCommand_1.UntagResourceCommand,
70
- UpdateFirewallDeleteProtectionCommand: UpdateFirewallDeleteProtectionCommand_1.UpdateFirewallDeleteProtectionCommand,
71
- UpdateFirewallDescriptionCommand: UpdateFirewallDescriptionCommand_1.UpdateFirewallDescriptionCommand,
72
- UpdateFirewallEncryptionConfigurationCommand: UpdateFirewallEncryptionConfigurationCommand_1.UpdateFirewallEncryptionConfigurationCommand,
73
- UpdateFirewallPolicyCommand: UpdateFirewallPolicyCommand_1.UpdateFirewallPolicyCommand,
74
- UpdateFirewallPolicyChangeProtectionCommand: UpdateFirewallPolicyChangeProtectionCommand_1.UpdateFirewallPolicyChangeProtectionCommand,
75
- UpdateLoggingConfigurationCommand: UpdateLoggingConfigurationCommand_1.UpdateLoggingConfigurationCommand,
76
- UpdateRuleGroupCommand: UpdateRuleGroupCommand_1.UpdateRuleGroupCommand,
77
- UpdateSubnetChangeProtectionCommand: UpdateSubnetChangeProtectionCommand_1.UpdateSubnetChangeProtectionCommand,
78
- UpdateTLSInspectionConfigurationCommand: UpdateTLSInspectionConfigurationCommand_1.UpdateTLSInspectionConfigurationCommand,
79
- };
80
- class NetworkFirewall extends NetworkFirewallClient_1.NetworkFirewallClient {
81
- }
82
- exports.NetworkFirewall = NetworkFirewall;
83
- (0, smithy_client_1.createAggregatedClient)(commands, NetworkFirewall);
1
+ module.exports = require("./index.js");
@@ -1,43 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.NetworkFirewallClient = 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 NetworkFirewallClient 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.NetworkFirewallClient = NetworkFirewallClient;
1
+ module.exports = require("./index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateFirewallPolicyCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class AssociateFirewallPolicyCommand 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("NetworkFirewall_20201112", "AssociateFirewallPolicy", {})
22
- .n("NetworkFirewallClient", "AssociateFirewallPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_AssociateFirewallPolicyCommand)
25
- .de(Aws_json1_0_1.de_AssociateFirewallPolicyCommand)
26
- .build() {
27
- }
28
- exports.AssociateFirewallPolicyCommand = AssociateFirewallPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.AssociateSubnetsCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class AssociateSubnetsCommand 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("NetworkFirewall_20201112", "AssociateSubnets", {})
22
- .n("NetworkFirewallClient", "AssociateSubnetsCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_AssociateSubnetsCommand)
25
- .de(Aws_json1_0_1.de_AssociateSubnetsCommand)
26
- .build() {
27
- }
28
- exports.AssociateSubnetsCommand = AssociateSubnetsCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFirewallCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateFirewallCommand 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("NetworkFirewall_20201112", "CreateFirewall", {})
22
- .n("NetworkFirewallClient", "CreateFirewallCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateFirewallCommand)
25
- .de(Aws_json1_0_1.de_CreateFirewallCommand)
26
- .build() {
27
- }
28
- exports.CreateFirewallCommand = CreateFirewallCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.CreateFirewallPolicyCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateFirewallPolicyCommand 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("NetworkFirewall_20201112", "CreateFirewallPolicy", {})
22
- .n("NetworkFirewallClient", "CreateFirewallPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateFirewallPolicyCommand)
25
- .de(Aws_json1_0_1.de_CreateFirewallPolicyCommand)
26
- .build() {
27
- }
28
- exports.CreateFirewallPolicyCommand = CreateFirewallPolicyCommand;
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_0_1 = require("../protocols/Aws_json1_0");
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("NetworkFirewall_20201112", "CreateRuleGroup", {})
22
- .n("NetworkFirewallClient", "CreateRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateRuleGroupCommand)
25
- .de(Aws_json1_0_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.CreateTLSInspectionConfigurationCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class CreateTLSInspectionConfigurationCommand 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("NetworkFirewall_20201112", "CreateTLSInspectionConfiguration", {})
22
- .n("NetworkFirewallClient", "CreateTLSInspectionConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_CreateTLSInspectionConfigurationCommand)
25
- .de(Aws_json1_0_1.de_CreateTLSInspectionConfigurationCommand)
26
- .build() {
27
- }
28
- exports.CreateTLSInspectionConfigurationCommand = CreateTLSInspectionConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFirewallCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteFirewallCommand 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("NetworkFirewall_20201112", "DeleteFirewall", {})
22
- .n("NetworkFirewallClient", "DeleteFirewallCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteFirewallCommand)
25
- .de(Aws_json1_0_1.de_DeleteFirewallCommand)
26
- .build() {
27
- }
28
- exports.DeleteFirewallCommand = DeleteFirewallCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteFirewallPolicyCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteFirewallPolicyCommand 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("NetworkFirewall_20201112", "DeleteFirewallPolicy", {})
22
- .n("NetworkFirewallClient", "DeleteFirewallPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteFirewallPolicyCommand)
25
- .de(Aws_json1_0_1.de_DeleteFirewallPolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteFirewallPolicyCommand = DeleteFirewallPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DeleteResourcePolicyCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteResourcePolicyCommand 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("NetworkFirewall_20201112", "DeleteResourcePolicy", {})
22
- .n("NetworkFirewallClient", "DeleteResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteResourcePolicyCommand)
25
- .de(Aws_json1_0_1.de_DeleteResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DeleteResourcePolicyCommand = DeleteResourcePolicyCommand;
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_0_1 = require("../protocols/Aws_json1_0");
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("NetworkFirewall_20201112", "DeleteRuleGroup", {})
22
- .n("NetworkFirewallClient", "DeleteRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteRuleGroupCommand)
25
- .de(Aws_json1_0_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.DeleteTLSInspectionConfigurationCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DeleteTLSInspectionConfigurationCommand 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("NetworkFirewall_20201112", "DeleteTLSInspectionConfiguration", {})
22
- .n("NetworkFirewallClient", "DeleteTLSInspectionConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DeleteTLSInspectionConfigurationCommand)
25
- .de(Aws_json1_0_1.de_DeleteTLSInspectionConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DeleteTLSInspectionConfigurationCommand = DeleteTLSInspectionConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFirewallCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeFirewallCommand 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("NetworkFirewall_20201112", "DescribeFirewall", {})
22
- .n("NetworkFirewallClient", "DescribeFirewallCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeFirewallCommand)
25
- .de(Aws_json1_0_1.de_DescribeFirewallCommand)
26
- .build() {
27
- }
28
- exports.DescribeFirewallCommand = DescribeFirewallCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeFirewallPolicyCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeFirewallPolicyCommand 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("NetworkFirewall_20201112", "DescribeFirewallPolicy", {})
22
- .n("NetworkFirewallClient", "DescribeFirewallPolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeFirewallPolicyCommand)
25
- .de(Aws_json1_0_1.de_DescribeFirewallPolicyCommand)
26
- .build() {
27
- }
28
- exports.DescribeFirewallPolicyCommand = DescribeFirewallPolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeLoggingConfigurationCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeLoggingConfigurationCommand 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("NetworkFirewall_20201112", "DescribeLoggingConfiguration", {})
22
- .n("NetworkFirewallClient", "DescribeLoggingConfigurationCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeLoggingConfigurationCommand)
25
- .de(Aws_json1_0_1.de_DescribeLoggingConfigurationCommand)
26
- .build() {
27
- }
28
- exports.DescribeLoggingConfigurationCommand = DescribeLoggingConfigurationCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeResourcePolicyCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeResourcePolicyCommand 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("NetworkFirewall_20201112", "DescribeResourcePolicy", {})
22
- .n("NetworkFirewallClient", "DescribeResourcePolicyCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeResourcePolicyCommand)
25
- .de(Aws_json1_0_1.de_DescribeResourcePolicyCommand)
26
- .build() {
27
- }
28
- exports.DescribeResourcePolicyCommand = DescribeResourcePolicyCommand;
1
+ module.exports = require("../index.js");
@@ -1,28 +1 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.DescribeRuleGroupCommand = 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_0_1 = require("../protocols/Aws_json1_0");
10
- class DescribeRuleGroupCommand 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("NetworkFirewall_20201112", "DescribeRuleGroup", {})
22
- .n("NetworkFirewallClient", "DescribeRuleGroupCommand")
23
- .f(void 0, void 0)
24
- .ser(Aws_json1_0_1.se_DescribeRuleGroupCommand)
25
- .de(Aws_json1_0_1.de_DescribeRuleGroupCommand)
26
- .build() {
27
- }
28
- exports.DescribeRuleGroupCommand = DescribeRuleGroupCommand;
1
+ module.exports = require("../index.js");