@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.
- package/dist-cjs/index.js +2205 -1977
- package/dist-cjs/runtimeConfig.shared.js +7 -0
- package/dist-es/NetworkFirewallClient.js +2 -0
- package/dist-es/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
- package/dist-es/commands/AssociateAvailabilityZonesCommand.js +3 -9
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +3 -9
- package/dist-es/commands/AssociateSubnetsCommand.js +3 -9
- package/dist-es/commands/CreateFirewallCommand.js +3 -9
- package/dist-es/commands/CreateFirewallPolicyCommand.js +3 -9
- package/dist-es/commands/CreateRuleGroupCommand.js +3 -9
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +3 -9
- package/dist-es/commands/CreateVpcEndpointAssociationCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallCommand.js +3 -9
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +3 -9
- package/dist-es/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
- package/dist-es/commands/DeleteResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DeleteRuleGroupCommand.js +3 -9
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +3 -9
- package/dist-es/commands/DeleteVpcEndpointAssociationCommand.js +3 -9
- package/dist-es/commands/DescribeFirewallCommand.js +3 -9
- package/dist-es/commands/DescribeFirewallMetadataCommand.js +3 -9
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +3 -9
- package/dist-es/commands/DescribeFlowOperationCommand.js +3 -9
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeResourcePolicyCommand.js +3 -9
- package/dist-es/commands/DescribeRuleGroupCommand.js +3 -9
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +3 -9
- package/dist-es/commands/DescribeRuleGroupSummaryCommand.js +3 -9
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +3 -9
- package/dist-es/commands/DescribeVpcEndpointAssociationCommand.js +3 -9
- package/dist-es/commands/DisassociateAvailabilityZonesCommand.js +3 -9
- package/dist-es/commands/DisassociateSubnetsCommand.js +3 -9
- package/dist-es/commands/GetAnalysisReportResultsCommand.js +3 -9
- package/dist-es/commands/ListAnalysisReportsCommand.js +3 -9
- package/dist-es/commands/ListFirewallPoliciesCommand.js +3 -9
- package/dist-es/commands/ListFirewallsCommand.js +3 -9
- package/dist-es/commands/ListFlowOperationResultsCommand.js +3 -9
- package/dist-es/commands/ListFlowOperationsCommand.js +3 -9
- package/dist-es/commands/ListRuleGroupsCommand.js +3 -9
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +3 -9
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -9
- package/dist-es/commands/ListVpcEndpointAssociationsCommand.js +3 -9
- package/dist-es/commands/PutResourcePolicyCommand.js +3 -9
- package/dist-es/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.js +3 -9
- package/dist-es/commands/StartAnalysisReportCommand.js +3 -9
- package/dist-es/commands/StartFlowCaptureCommand.js +3 -9
- package/dist-es/commands/StartFlowFlushCommand.js +3 -9
- package/dist-es/commands/TagResourceCommand.js +3 -9
- package/dist-es/commands/UntagResourceCommand.js +3 -9
- package/dist-es/commands/UpdateAvailabilityZoneChangeProtectionCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallAnalysisSettingsCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +3 -9
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +3 -9
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +3 -9
- package/dist-es/commands/UpdateRuleGroupCommand.js +3 -9
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +3 -9
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +3 -9
- package/dist-es/runtimeConfig.shared.js +7 -0
- package/dist-es/schemas/schemas_0.js +2070 -0
- package/dist-types/NetworkFirewallClient.d.ts +10 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -0
- package/dist-types/runtimeConfig.d.ts +1 -0
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/runtimeConfig.shared.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +316 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +4 -0
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +4 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +322 -0
- package/package.json +5 -5
- package/dist-es/protocols/Aws_json1_0.js +0 -1546
- package/dist-types/protocols/Aws_json1_0.d.ts +0 -515
- 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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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 {
|
|
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
|
-
.
|
|
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,
|