@aws-sdk/client-network-firewall 3.927.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_DescribeRuleGroupCommand, se_DescribeRuleGroupCommand } from "../protocols/Aws_json1_0";
4
+ import { DescribeRuleGroup } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeRuleGroupCommand 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", "DescribeRuleGroup", {})
17
13
  .n("NetworkFirewallClient", "DescribeRuleGroupCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeRuleGroupCommand)
20
- .de(de_DescribeRuleGroupCommand)
14
+ .sc(DescribeRuleGroup)
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_DescribeRuleGroupMetadataCommand, se_DescribeRuleGroupMetadataCommand } from "../protocols/Aws_json1_0";
4
+ import { DescribeRuleGroupMetadata } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeRuleGroupMetadataCommand 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", "DescribeRuleGroupMetadata", {})
17
13
  .n("NetworkFirewallClient", "DescribeRuleGroupMetadataCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeRuleGroupMetadataCommand)
20
- .de(de_DescribeRuleGroupMetadataCommand)
14
+ .sc(DescribeRuleGroupMetadata)
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_DescribeRuleGroupSummaryCommand, se_DescribeRuleGroupSummaryCommand } from "../protocols/Aws_json1_0";
4
+ import { DescribeRuleGroupSummary } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeRuleGroupSummaryCommand 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", "DescribeRuleGroupSummary", {})
17
13
  .n("NetworkFirewallClient", "DescribeRuleGroupSummaryCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeRuleGroupSummaryCommand)
20
- .de(de_DescribeRuleGroupSummaryCommand)
14
+ .sc(DescribeRuleGroupSummary)
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_DescribeTLSInspectionConfigurationCommand, se_DescribeTLSInspectionConfigurationCommand, } from "../protocols/Aws_json1_0";
4
+ import { DescribeTLSInspectionConfiguration } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeTLSInspectionConfigurationCommand 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", "DescribeTLSInspectionConfiguration", {})
17
13
  .n("NetworkFirewallClient", "DescribeTLSInspectionConfigurationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeTLSInspectionConfigurationCommand)
20
- .de(de_DescribeTLSInspectionConfigurationCommand)
14
+ .sc(DescribeTLSInspectionConfiguration)
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_DescribeVpcEndpointAssociationCommand, se_DescribeVpcEndpointAssociationCommand, } from "../protocols/Aws_json1_0";
4
+ import { DescribeVpcEndpointAssociation } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DescribeVpcEndpointAssociationCommand 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", "DescribeVpcEndpointAssociation", {})
17
13
  .n("NetworkFirewallClient", "DescribeVpcEndpointAssociationCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DescribeVpcEndpointAssociationCommand)
20
- .de(de_DescribeVpcEndpointAssociationCommand)
14
+ .sc(DescribeVpcEndpointAssociation)
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_DisassociateAvailabilityZonesCommand, se_DisassociateAvailabilityZonesCommand, } from "../protocols/Aws_json1_0";
4
+ import { DisassociateAvailabilityZones } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateAvailabilityZonesCommand 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", "DisassociateAvailabilityZones", {})
17
13
  .n("NetworkFirewallClient", "DisassociateAvailabilityZonesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateAvailabilityZonesCommand)
20
- .de(de_DisassociateAvailabilityZonesCommand)
14
+ .sc(DisassociateAvailabilityZones)
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_DisassociateSubnetsCommand, se_DisassociateSubnetsCommand } from "../protocols/Aws_json1_0";
4
+ import { DisassociateSubnets } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class DisassociateSubnetsCommand 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", "DisassociateSubnets", {})
17
13
  .n("NetworkFirewallClient", "DisassociateSubnetsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_DisassociateSubnetsCommand)
20
- .de(de_DisassociateSubnetsCommand)
14
+ .sc(DisassociateSubnets)
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_GetAnalysisReportResultsCommand, se_GetAnalysisReportResultsCommand } from "../protocols/Aws_json1_0";
4
+ import { GetAnalysisReportResults } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class GetAnalysisReportResultsCommand 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", "GetAnalysisReportResults", {})
17
13
  .n("NetworkFirewallClient", "GetAnalysisReportResultsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_GetAnalysisReportResultsCommand)
20
- .de(de_GetAnalysisReportResultsCommand)
14
+ .sc(GetAnalysisReportResults)
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_ListAnalysisReportsCommand, se_ListAnalysisReportsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListAnalysisReports } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListAnalysisReportsCommand 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", "ListAnalysisReports", {})
17
13
  .n("NetworkFirewallClient", "ListAnalysisReportsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListAnalysisReportsCommand)
20
- .de(de_ListAnalysisReportsCommand)
14
+ .sc(ListAnalysisReports)
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_ListFirewallPoliciesCommand, se_ListFirewallPoliciesCommand } from "../protocols/Aws_json1_0";
4
+ import { ListFirewallPolicies } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFirewallPoliciesCommand 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", "ListFirewallPolicies", {})
17
13
  .n("NetworkFirewallClient", "ListFirewallPoliciesCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFirewallPoliciesCommand)
20
- .de(de_ListFirewallPoliciesCommand)
14
+ .sc(ListFirewallPolicies)
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_ListFirewallsCommand, se_ListFirewallsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListFirewalls } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFirewallsCommand 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", "ListFirewalls", {})
17
13
  .n("NetworkFirewallClient", "ListFirewallsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFirewallsCommand)
20
- .de(de_ListFirewallsCommand)
14
+ .sc(ListFirewalls)
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_ListFlowOperationResultsCommand, se_ListFlowOperationResultsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListFlowOperationResults } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFlowOperationResultsCommand 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", "ListFlowOperationResults", {})
17
13
  .n("NetworkFirewallClient", "ListFlowOperationResultsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFlowOperationResultsCommand)
20
- .de(de_ListFlowOperationResultsCommand)
14
+ .sc(ListFlowOperationResults)
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_ListFlowOperationsCommand, se_ListFlowOperationsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListFlowOperations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListFlowOperationsCommand 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", "ListFlowOperations", {})
17
13
  .n("NetworkFirewallClient", "ListFlowOperationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListFlowOperationsCommand)
20
- .de(de_ListFlowOperationsCommand)
14
+ .sc(ListFlowOperations)
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_ListRuleGroupsCommand, se_ListRuleGroupsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListRuleGroups } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListRuleGroupsCommand 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", "ListRuleGroups", {})
17
13
  .n("NetworkFirewallClient", "ListRuleGroupsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListRuleGroupsCommand)
20
- .de(de_ListRuleGroupsCommand)
14
+ .sc(ListRuleGroups)
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_ListTLSInspectionConfigurationsCommand, se_ListTLSInspectionConfigurationsCommand, } from "../protocols/Aws_json1_0";
4
+ import { ListTLSInspectionConfigurations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTLSInspectionConfigurationsCommand 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", "ListTLSInspectionConfigurations", {})
17
13
  .n("NetworkFirewallClient", "ListTLSInspectionConfigurationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTLSInspectionConfigurationsCommand)
20
- .de(de_ListTLSInspectionConfigurationsCommand)
14
+ .sc(ListTLSInspectionConfigurations)
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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { ListTagsForResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListTagsForResourceCommand 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", "ListTagsForResource", {})
17
13
  .n("NetworkFirewallClient", "ListTagsForResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListTagsForResourceCommand)
20
- .de(de_ListTagsForResourceCommand)
14
+ .sc(ListTagsForResource)
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_ListVpcEndpointAssociationsCommand, se_ListVpcEndpointAssociationsCommand } from "../protocols/Aws_json1_0";
4
+ import { ListVpcEndpointAssociations } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class ListVpcEndpointAssociationsCommand 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", "ListVpcEndpointAssociations", {})
17
13
  .n("NetworkFirewallClient", "ListVpcEndpointAssociationsCommand")
18
- .f(void 0, void 0)
19
- .ser(se_ListVpcEndpointAssociationsCommand)
20
- .de(de_ListVpcEndpointAssociationsCommand)
14
+ .sc(ListVpcEndpointAssociations)
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_PutResourcePolicyCommand, se_PutResourcePolicyCommand } from "../protocols/Aws_json1_0";
4
+ import { PutResourcePolicy } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class PutResourcePolicyCommand 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", "PutResourcePolicy", {})
17
13
  .n("NetworkFirewallClient", "PutResourcePolicyCommand")
18
- .f(void 0, void 0)
19
- .ser(se_PutResourcePolicyCommand)
20
- .de(de_PutResourcePolicyCommand)
14
+ .sc(PutResourcePolicy)
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_RejectNetworkFirewallTransitGatewayAttachmentCommand, se_RejectNetworkFirewallTransitGatewayAttachmentCommand, } from "../protocols/Aws_json1_0";
4
+ import { RejectNetworkFirewallTransitGatewayAttachment } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class RejectNetworkFirewallTransitGatewayAttachmentCommand 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", "RejectNetworkFirewallTransitGatewayAttachment", {})
17
13
  .n("NetworkFirewallClient", "RejectNetworkFirewallTransitGatewayAttachmentCommand")
18
- .f(void 0, void 0)
19
- .ser(se_RejectNetworkFirewallTransitGatewayAttachmentCommand)
20
- .de(de_RejectNetworkFirewallTransitGatewayAttachmentCommand)
14
+ .sc(RejectNetworkFirewallTransitGatewayAttachment)
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_StartAnalysisReportCommand, se_StartAnalysisReportCommand } from "../protocols/Aws_json1_0";
4
+ import { StartAnalysisReport } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartAnalysisReportCommand 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", "StartAnalysisReport", {})
17
13
  .n("NetworkFirewallClient", "StartAnalysisReportCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartAnalysisReportCommand)
20
- .de(de_StartAnalysisReportCommand)
14
+ .sc(StartAnalysisReport)
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_StartFlowCaptureCommand, se_StartFlowCaptureCommand } from "../protocols/Aws_json1_0";
4
+ import { StartFlowCapture } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartFlowCaptureCommand 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", "StartFlowCapture", {})
17
13
  .n("NetworkFirewallClient", "StartFlowCaptureCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartFlowCaptureCommand)
20
- .de(de_StartFlowCaptureCommand)
14
+ .sc(StartFlowCapture)
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_StartFlowFlushCommand, se_StartFlowFlushCommand } from "../protocols/Aws_json1_0";
4
+ import { StartFlowFlush } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class StartFlowFlushCommand 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", "StartFlowFlush", {})
17
13
  .n("NetworkFirewallClient", "StartFlowFlushCommand")
18
- .f(void 0, void 0)
19
- .ser(se_StartFlowFlushCommand)
20
- .de(de_StartFlowFlushCommand)
14
+ .sc(StartFlowFlush)
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_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_json1_0";
4
+ import { TagResource } from "../schemas/schemas_0";
6
5
  export { $Command };
7
6
  export class TagResourceCommand 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", "TagResource", {})
17
13
  .n("NetworkFirewallClient", "TagResourceCommand")
18
- .f(void 0, void 0)
19
- .ser(se_TagResourceCommand)
20
- .de(de_TagResourceCommand)
14
+ .sc(TagResource)
21
15
  .build() {
22
16
  }