@aws-sdk/client-network-firewall 3.926.0 → 3.928.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 (78) hide show
  1. package/dist-cjs/index.js +2205 -1977
  2. package/dist-cjs/runtimeConfig.shared.js +7 -0
  3. package/dist-es/NetworkFirewallClient.js +2 -0
  4. package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
  5. package/dist-es/commands/AssociateAvailabilityZonesCommand.js +3 -9
  6. package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -9
  7. package/dist-es/commands/AssociateSubnetsCommand.js +3 -9
  8. package/dist-es/commands/CreateFirewallCommand.js +3 -9
  9. package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -9
  10. package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
  11. package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +3 -9
  12. package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +3 -9
  13. package/dist-es/commands/DeleteFirewallCommand.js +3 -9
  14. package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -9
  15. package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
  16. package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
  17. package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
  18. package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +3 -9
  19. package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +3 -9
  20. package/dist-es/commands/DescribeFirewallCommand.js +3 -9
  21. package/dist-es/commands/DescribeFirewallMetadataCommand.js +3 -9
  22. package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -9
  23. package/dist-es/commands/DescribeFlowOperationCommand.js +3 -9
  24. package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -9
  25. package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
  26. package/dist-es/commands/DescribeRuleGroupCommand.js +3 -9
  27. package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -9
  28. package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +3 -9
  29. package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +3 -9
  30. package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +3 -9
  31. package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +3 -9
  32. package/dist-es/commands/DisassociateSubnetsCommand.js +3 -9
  33. package/dist-es/commands/GetAnalysisReportResultsCommand.js +3 -9
  34. package/dist-es/commands/ListAnalysisReportsCommand.js +3 -9
  35. package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -9
  36. package/dist-es/commands/ListFirewallsCommand.js +3 -9
  37. package/dist-es/commands/ListFlowOperationResultsCommand.js +3 -9
  38. package/dist-es/commands/ListFlowOperationsCommand.js +3 -9
  39. package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
  40. package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +3 -9
  41. package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
  42. package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +3 -9
  43. package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
  44. package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
  45. package/dist-es/commands/StartAnalysisReportCommand.js +3 -9
  46. package/dist-es/commands/StartFlowCaptureCommand.js +3 -9
  47. package/dist-es/commands/StartFlowFlushCommand.js +3 -9
  48. package/dist-es/commands/TagResourceCommand.js +3 -9
  49. package/dist-es/commands/UntagResourceCommand.js +3 -9
  50. package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +3 -9
  51. package/dist-es/commands/UpdateFirewallAnalysisSettingsCommand.js +3 -9
  52. package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -9
  53. package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -9
  54. package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -9
  55. package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -9
  56. package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -9
  57. package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
  58. package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
  59. package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -9
  60. package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +3 -9
  61. package/dist-es/runtimeConfig.shared.js +7 -0
  62. package/dist-es/schemas/schemas_0.js +2070 -0
  63. package/dist-types/NetworkFirewallClient.d.ts +10 -1
  64. package/dist-types/runtimeConfig.browser.d.ts +1 -0
  65. package/dist-types/runtimeConfig.d.ts +1 -0
  66. package/dist-types/runtimeConfig.native.d.ts +1 -0
  67. package/dist-types/runtimeConfig.shared.d.ts +1 -0
  68. package/dist-types/schemas/schemas_0.d.ts +316 -0
  69. package/dist-types/ts3.4/NetworkFirewallClient.d.ts +4 -0
  70. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
  71. package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
  72. package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
  73. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
  74. package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
  75. package/package.json +5 -5
  76. package/dist-es/protocols/Aws_json1_0.js +0 -1546
  77. package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
  78. package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +0 -689
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { UntagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UntagResourceCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UntagResource", {})
17
13
  .n("NetworkFirewallClient", "UntagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UntagResourceCommand)
20
- .de(de_UntagResourceCommand)
14
+ .sc(UntagResource)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateAvailabilityZoneChangeProtectionCommand, se_UpdateAvailabilityZoneChangeProtectionCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateAvailabilityZoneChangeProtection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateAvailabilityZoneChangeProtectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateAvailabilityZoneChangeProtection", {})
17
13
  .n("NetworkFirewallClient", "UpdateAvailabilityZoneChangeProtectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateAvailabilityZoneChangeProtectionCommand)
20
- .de(de_UpdateAvailabilityZoneChangeProtectionCommand)
14
+ .sc(UpdateAvailabilityZoneChangeProtection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallAnalysisSettingsCommand, se_UpdateFirewallAnalysisSettingsCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateFirewallAnalysisSettings } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallAnalysisSettingsCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateFirewallAnalysisSettings", {})
17
13
  .n("NetworkFirewallClient", "UpdateFirewallAnalysisSettingsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallAnalysisSettingsCommand)
20
- .de(de_UpdateFirewallAnalysisSettingsCommand)
14
+ .sc(UpdateFirewallAnalysisSettings)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallDeleteProtectionCommand, se_UpdateFirewallDeleteProtectionCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateFirewallDeleteProtection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallDeleteProtectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateFirewallDeleteProtection", {})
17
13
  .n("NetworkFirewallClient", "UpdateFirewallDeleteProtectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallDeleteProtectionCommand)
20
- .de(de_UpdateFirewallDeleteProtectionCommand)
14
+ .sc(UpdateFirewallDeleteProtection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallDescriptionCommand, se_UpdateFirewallDescriptionCommand } from "../protocols/Aws_json1_0";
4
+ import { UpdateFirewallDescription } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallDescriptionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateFirewallDescription", {})
17
13
  .n("NetworkFirewallClient", "UpdateFirewallDescriptionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallDescriptionCommand)
20
- .de(de_UpdateFirewallDescriptionCommand)
14
+ .sc(UpdateFirewallDescription)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallEncryptionConfigurationCommand, se_UpdateFirewallEncryptionConfigurationCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateFirewallEncryptionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallEncryptionConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateFirewallEncryptionConfiguration", {})
17
13
  .n("NetworkFirewallClient", "UpdateFirewallEncryptionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallEncryptionConfigurationCommand)
20
- .de(de_UpdateFirewallEncryptionConfigurationCommand)
14
+ .sc(UpdateFirewallEncryptionConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallPolicyChangeProtectionCommand, se_UpdateFirewallPolicyChangeProtectionCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateFirewallPolicyChangeProtection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallPolicyChangeProtectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateFirewallPolicyChangeProtection", {})
17
13
  .n("NetworkFirewallClient", "UpdateFirewallPolicyChangeProtectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallPolicyChangeProtectionCommand)
20
- .de(de_UpdateFirewallPolicyChangeProtectionCommand)
14
+ .sc(UpdateFirewallPolicyChangeProtection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateFirewallPolicyCommand, se_UpdateFirewallPolicyCommand } from "../protocols/Aws_json1_0";
4
+ import { UpdateFirewallPolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateFirewallPolicyCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateFirewallPolicy", {})
17
13
  .n("NetworkFirewallClient", "UpdateFirewallPolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateFirewallPolicyCommand)
20
- .de(de_UpdateFirewallPolicyCommand)
14
+ .sc(UpdateFirewallPolicy)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateLoggingConfigurationCommand, se_UpdateLoggingConfigurationCommand } from "../protocols/Aws_json1_0";
4
+ import { UpdateLoggingConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateLoggingConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateLoggingConfiguration", {})
17
13
  .n("NetworkFirewallClient", "UpdateLoggingConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateLoggingConfigurationCommand)
20
- .de(de_UpdateLoggingConfigurationCommand)
14
+ .sc(UpdateLoggingConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateRuleGroupCommand, se_UpdateRuleGroupCommand } from "../protocols/Aws_json1_0";
4
+ import { UpdateRuleGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateRuleGroupCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateRuleGroup", {})
17
13
  .n("NetworkFirewallClient", "UpdateRuleGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateRuleGroupCommand)
20
- .de(de_UpdateRuleGroupCommand)
14
+ .sc(UpdateRuleGroup)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateSubnetChangeProtectionCommand, se_UpdateSubnetChangeProtectionCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateSubnetChangeProtection } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateSubnetChangeProtectionCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateSubnetChangeProtection", {})
17
13
  .n("NetworkFirewallClient", "UpdateSubnetChangeProtectionCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateSubnetChangeProtectionCommand)
20
- .de(de_UpdateSubnetChangeProtectionCommand)
14
+ .sc(UpdateSubnetChangeProtection)
21
15
  .build() {
22
16
  }
@@ -1,22 +1,16 @@
1
1
  import { getEndpointPlugin } from "@smithy/middleware-endpoint";
2
- import { getSerdePlugin } from "@smithy/middleware-serde";
3
2
  import { Command as $Command } from "@smithy/smithy-client";
4
3
  import { commonParams } from "../endpoint/EndpointParameters";
5
- import { de_UpdateTLSInspectionConfigurationCommand, se_UpdateTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0";
4
+ import { UpdateTLSInspectionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class UpdateTLSInspectionConfigurationCommand extends $Command
8
7
  .classBuilder()
9
8
  .ep(commonParams)
10
9
  .m(function (Command, cs, config, o) {
11
- return [
12
- getSerdePlugin(config, this.serialize, this.deserialize),
13
- getEndpointPlugin(config, Command.getEndpointParameterInstructions()),
14
- ];
10
+ return [getEndpointPlugin(config, Command.getEndpointParameterInstructions())];
15
11
  })
16
12
  .s("NetworkFirewall_20201112", "UpdateTLSInspectionConfiguration", {})
17
13
  .n("NetworkFirewallClient", "UpdateTLSInspectionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_UpdateTLSInspectionConfigurationCommand)
20
- .de(de_UpdateTLSInspectionConfigurationCommand)
14
+ .sc(UpdateTLSInspectionConfiguration)
21
15
  .build() {
22
16
  }
@@ -1,4 +1,5 @@
1
1
  import { AwsSdkSigV4Signer } from "@aws-sdk/core";
2
+ import { AwsJson1_0Protocol } from "@aws-sdk/core/protocols";
2
3
  import { NoOpLogger } from "@smithy/smithy-client";
3
4
  import { parseUrl } from "@smithy/url-parser";
4
5
  import { fromBase64, toBase64 } from "@smithy/util-base64";
@@ -22,6 +23,12 @@ export const getRuntimeConfig = (config) => {
22
23
  },
23
24
  ],
24
25
  logger: config?.logger ?? new NoOpLogger(),
26
+ protocol: config?.protocol ??
27
+ new AwsJson1_0Protocol({
28
+ defaultNamespace: "com.amazonaws.networkfirewall",
29
+ serviceTarget: "NetworkFirewall_20201112",
30
+ awsQueryCompatible: false,
31
+ }),
25
32
  serviceId: config?.serviceId ?? "Network Firewall",
26
33
  urlParser: config?.urlParser ?? parseUrl,
27
34
  utf8Decoder: config?.utf8Decoder ?? fromUtf8,