@aws-sdk/client-network-firewall 3.890.0 → 3.891.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-types/commands/AcceptNetworkFirewallTransitGatewayAttachmentCommand.d.ts +2 -0
- package/dist-types/commands/AssociateAvailabilityZonesCommand.d.ts +2 -0
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +2 -0
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +2 -0
- package/dist-types/commands/CreateFirewallCommand.d.ts +2 -0
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +3 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/CreateVpcEndpointAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +2 -0
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DeleteVpcEndpointAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFirewallMetadataCommand.d.ts +2 -0
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +3 -0
- package/dist-types/commands/DescribeFlowOperationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -0
- package/dist-types/commands/DescribeRuleGroupSummaryCommand.d.ts +2 -0
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/DescribeVpcEndpointAssociationCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateAvailabilityZonesCommand.d.ts +2 -0
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -0
- package/dist-types/commands/GetAnalysisReportResultsCommand.d.ts +2 -0
- package/dist-types/commands/ListAnalysisReportsCommand.d.ts +2 -0
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +2 -0
- package/dist-types/commands/ListFirewallsCommand.d.ts +2 -0
- package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +2 -0
- package/dist-types/commands/ListFlowOperationsCommand.d.ts +2 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -0
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -0
- package/dist-types/commands/ListVpcEndpointAssociationsCommand.d.ts +2 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -0
- package/dist-types/commands/RejectNetworkFirewallTransitGatewayAttachmentCommand.d.ts +3 -1
- package/dist-types/commands/StartAnalysisReportCommand.d.ts +2 -0
- package/dist-types/commands/StartFlowCaptureCommand.d.ts +2 -0
- package/dist-types/commands/StartFlowFlushCommand.d.ts +2 -0
- package/dist-types/commands/TagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -0
- package/dist-types/commands/UpdateAvailabilityZoneChangeProtectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFirewallAnalysisSettingsCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +3 -0
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -0
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -0
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +9 -5
- package/dist-types/ts3.4/models/models_0.d.ts +1 -0
- package/package.json +10 -10
|
@@ -38,6 +38,8 @@ declare const AcceptNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { NetworkFirewallClient, AcceptNetworkFirewallTransitGatewayAttachmentCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
40
|
* // const { NetworkFirewallClient, AcceptNetworkFirewallTransitGatewayAttachmentCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
42
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
41
43
|
* const client = new NetworkFirewallClient(config);
|
|
42
44
|
* const input = { // AcceptNetworkFirewallTransitGatewayAttachmentRequest
|
|
43
45
|
* TransitGatewayAttachmentId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const AssociateAvailabilityZonesCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { NetworkFirewallClient, AssociateAvailabilityZonesCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
36
|
* // const { NetworkFirewallClient, AssociateAvailabilityZonesCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
38
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
39
|
* const client = new NetworkFirewallClient(config);
|
|
38
40
|
* const input = { // AssociateAvailabilityZonesRequest
|
|
39
41
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -37,6 +37,8 @@ declare const AssociateFirewallPolicyCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { NetworkFirewallClient, AssociateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
39
39
|
* // const { NetworkFirewallClient, AssociateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
40
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
41
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
40
42
|
* const client = new NetworkFirewallClient(config);
|
|
41
43
|
* const input = { // AssociateFirewallPolicyRequest
|
|
42
44
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const AssociateSubnetsCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { NetworkFirewallClient, AssociateSubnetsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
40
|
* // const { NetworkFirewallClient, AssociateSubnetsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
42
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
41
43
|
* const client = new NetworkFirewallClient(config);
|
|
42
44
|
* const input = { // AssociateSubnetsRequest
|
|
43
45
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -40,6 +40,8 @@ declare const CreateFirewallCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { NetworkFirewallClient, CreateFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
42
42
|
* // const { NetworkFirewallClient, CreateFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
43
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
44
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
43
45
|
* const client = new NetworkFirewallClient(config);
|
|
44
46
|
* const input = { // CreateFirewallRequest
|
|
45
47
|
* FirewallName: "STRING_VALUE", // required
|
|
@@ -36,6 +36,8 @@ declare const CreateFirewallPolicyCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, CreateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, CreateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // CreateFirewallPolicyRequest
|
|
41
43
|
* FirewallPolicyName: "STRING_VALUE", // required
|
|
@@ -96,6 +98,7 @@ declare const CreateFirewallPolicyCommand_base: {
|
|
|
96
98
|
* },
|
|
97
99
|
* },
|
|
98
100
|
* },
|
|
101
|
+
* EnableTLSSessionHolding: true || false,
|
|
99
102
|
* },
|
|
100
103
|
* Description: "STRING_VALUE",
|
|
101
104
|
* Tags: [ // TagList
|
|
@@ -36,6 +36,8 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, CreateRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, CreateRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // CreateRuleGroupRequest
|
|
41
43
|
* RuleGroupName: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { NetworkFirewallClient, CreateTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
42
42
|
* // const { NetworkFirewallClient, CreateTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
43
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
44
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
43
45
|
* const client = new NetworkFirewallClient(config);
|
|
44
46
|
* const input = { // CreateTLSInspectionConfigurationRequest
|
|
45
47
|
* TLSInspectionConfigurationName: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const CreateVpcEndpointAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, CreateVpcEndpointAssociationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, CreateVpcEndpointAssociationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // CreateVpcEndpointAssociationRequest
|
|
38
40
|
* FirewallArn: "STRING_VALUE", // required
|
|
@@ -43,6 +43,8 @@ declare const DeleteFirewallCommand_base: {
|
|
|
43
43
|
* ```javascript
|
|
44
44
|
* import { NetworkFirewallClient, DeleteFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
45
45
|
* // const { NetworkFirewallClient, DeleteFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
46
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
47
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
46
48
|
* const client = new NetworkFirewallClient(config);
|
|
47
49
|
* const input = { // DeleteFirewallRequest
|
|
48
50
|
* FirewallName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteFirewallPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DeleteFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DeleteFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DeleteFirewallPolicyRequest
|
|
38
40
|
* FirewallPolicyName: "STRING_VALUE",
|
|
@@ -29,7 +29,7 @@ declare const DeleteNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
29
29
|
/**
|
|
30
30
|
* <p>Deletes a transit gateway attachment from a Network Firewall. Either the firewall owner or the transit gateway owner can delete the attachment.</p>
|
|
31
31
|
* <important>
|
|
32
|
-
* <p>After you delete a transit gateway attachment,
|
|
32
|
+
* <p>After you delete a transit gateway attachment, traffic will no longer flow through the firewall endpoints.</p>
|
|
33
33
|
* </important>
|
|
34
34
|
* <p>After you initiate the delete operation, use <a>DescribeFirewall</a> to monitor the deletion status.</p>
|
|
35
35
|
* @example
|
|
@@ -37,6 +37,8 @@ declare const DeleteNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { NetworkFirewallClient, DeleteNetworkFirewallTransitGatewayAttachmentCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
39
39
|
* // const { NetworkFirewallClient, DeleteNetworkFirewallTransitGatewayAttachmentCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
40
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
41
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
40
42
|
* const client = new NetworkFirewallClient(config);
|
|
41
43
|
* const input = { // DeleteNetworkFirewallTransitGatewayAttachmentRequest
|
|
42
44
|
* TransitGatewayAttachmentId: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DeleteResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DeleteResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DeleteResourcePolicyRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DeleteRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DeleteRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DeleteRuleGroupRequest
|
|
38
40
|
* RuleGroupName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DeleteTLSInspectionConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DeleteTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DeleteTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DeleteTLSInspectionConfigurationRequest
|
|
38
40
|
* TLSInspectionConfigurationArn: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const DeleteVpcEndpointAssociationCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { NetworkFirewallClient, DeleteVpcEndpointAssociationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
41
41
|
* // const { NetworkFirewallClient, DeleteVpcEndpointAssociationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
42
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
43
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
42
44
|
* const client = new NetworkFirewallClient(config);
|
|
43
45
|
* const input = { // DeleteVpcEndpointAssociationRequest
|
|
44
46
|
* VpcEndpointAssociationArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeFirewallCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeFirewallCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeFirewallCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeFirewallRequest
|
|
38
40
|
* FirewallName: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const DescribeFirewallMetadataCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { NetworkFirewallClient, DescribeFirewallMetadataCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
36
|
* // const { NetworkFirewallClient, DescribeFirewallMetadataCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
38
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
39
|
* const client = new NetworkFirewallClient(config);
|
|
38
40
|
* const input = { // DescribeFirewallMetadataRequest
|
|
39
41
|
* FirewallArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeFirewallPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeFirewallPolicyRequest
|
|
38
40
|
* FirewallPolicyName: "STRING_VALUE",
|
|
@@ -120,6 +122,7 @@ declare const DescribeFirewallPolicyCommand_base: {
|
|
|
120
122
|
* // },
|
|
121
123
|
* // },
|
|
122
124
|
* // },
|
|
125
|
+
* // EnableTLSSessionHolding: true || false,
|
|
123
126
|
* // },
|
|
124
127
|
* // };
|
|
125
128
|
*
|
|
@@ -33,6 +33,8 @@ declare const DescribeFlowOperationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeFlowOperationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeFlowOperationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeFlowOperationRequest
|
|
38
40
|
* FirewallArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeLoggingConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeLoggingConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeLoggingConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeLoggingConfigurationRequest
|
|
38
40
|
* FirewallArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeResourcePolicyRequest
|
|
38
40
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const DescribeRuleGroupCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeRuleGroupRequest
|
|
38
40
|
* RuleGroupName: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const DescribeRuleGroupMetadataCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, DescribeRuleGroupMetadataCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, DescribeRuleGroupMetadataCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // DescribeRuleGroupMetadataRequest
|
|
41
43
|
* RuleGroupName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const DescribeRuleGroupSummaryCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { NetworkFirewallClient, DescribeRuleGroupSummaryCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
37
37
|
* // const { NetworkFirewallClient, DescribeRuleGroupSummaryCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
38
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
39
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
38
40
|
* const client = new NetworkFirewallClient(config);
|
|
39
41
|
* const input = { // DescribeRuleGroupSummaryRequest
|
|
40
42
|
* RuleGroupName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeTLSInspectionConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeTLSInspectionConfigurationRequest
|
|
38
40
|
* TLSInspectionConfigurationArn: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const DescribeVpcEndpointAssociationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, DescribeVpcEndpointAssociationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, DescribeVpcEndpointAssociationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // DescribeVpcEndpointAssociationRequest
|
|
38
40
|
* VpcEndpointAssociationArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const DisassociateAvailabilityZonesCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { NetworkFirewallClient, DisassociateAvailabilityZonesCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
39
39
|
* // const { NetworkFirewallClient, DisassociateAvailabilityZonesCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
40
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
41
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
40
42
|
* const client = new NetworkFirewallClient(config);
|
|
41
43
|
* const input = { // DisassociateAvailabilityZonesRequest
|
|
42
44
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const DisassociateSubnetsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, DisassociateSubnetsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, DisassociateSubnetsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // DisassociateSubnetsRequest
|
|
41
43
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const GetAnalysisReportResultsCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { NetworkFirewallClient, GetAnalysisReportResultsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
36
|
* // const { NetworkFirewallClient, GetAnalysisReportResultsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
38
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
39
|
* const client = new NetworkFirewallClient(config);
|
|
38
40
|
* const input = { // GetAnalysisReportResultsRequest
|
|
39
41
|
* FirewallName: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListAnalysisReportsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, ListAnalysisReportsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, ListAnalysisReportsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // ListAnalysisReportsRequest
|
|
38
40
|
* FirewallName: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const ListFirewallPoliciesCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { NetworkFirewallClient, ListFirewallPoliciesCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
37
37
|
* // const { NetworkFirewallClient, ListFirewallPoliciesCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
38
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
39
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
38
40
|
* const client = new NetworkFirewallClient(config);
|
|
39
41
|
* const input = { // ListFirewallPoliciesRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListFirewallsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, ListFirewallsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, ListFirewallsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // ListFirewallsRequest
|
|
41
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListFlowOperationResultsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, ListFlowOperationResultsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, ListFlowOperationResultsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // ListFlowOperationResultsRequest
|
|
41
43
|
* FirewallArn: "STRING_VALUE", // required
|
|
@@ -37,6 +37,8 @@ declare const ListFlowOperationsCommand_base: {
|
|
|
37
37
|
* ```javascript
|
|
38
38
|
* import { NetworkFirewallClient, ListFlowOperationsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
39
39
|
* // const { NetworkFirewallClient, ListFlowOperationsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
40
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
41
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
40
42
|
* const client = new NetworkFirewallClient(config);
|
|
41
43
|
* const input = { // ListFlowOperationsRequest
|
|
42
44
|
* FirewallArn: "STRING_VALUE", // required
|
|
@@ -35,6 +35,8 @@ declare const ListRuleGroupsCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { NetworkFirewallClient, ListRuleGroupsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
37
37
|
* // const { NetworkFirewallClient, ListRuleGroupsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
38
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
39
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
38
40
|
* const client = new NetworkFirewallClient(config);
|
|
39
41
|
* const input = { // ListRuleGroupsRequest
|
|
40
42
|
* NextToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const ListTLSInspectionConfigurationsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, ListTLSInspectionConfigurationsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, ListTLSInspectionConfigurationsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // ListTLSInspectionConfigurationsRequest
|
|
38
40
|
* NextToken: "STRING_VALUE",
|
|
@@ -39,6 +39,8 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { NetworkFirewallClient, ListTagsForResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
41
41
|
* // const { NetworkFirewallClient, ListTagsForResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
42
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
43
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
42
44
|
* const client = new NetworkFirewallClient(config);
|
|
43
45
|
* const input = { // ListTagsForResourceRequest
|
|
44
46
|
* NextToken: "STRING_VALUE",
|
|
@@ -36,6 +36,8 @@ declare const ListVpcEndpointAssociationsCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, ListVpcEndpointAssociationsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, ListVpcEndpointAssociationsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // ListVpcEndpointAssociationsRequest
|
|
41
43
|
* NextToken: "STRING_VALUE",
|
|
@@ -48,6 +48,8 @@ declare const PutResourcePolicyCommand_base: {
|
|
|
48
48
|
* ```javascript
|
|
49
49
|
* import { NetworkFirewallClient, PutResourcePolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
50
50
|
* // const { NetworkFirewallClient, PutResourcePolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
51
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
52
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
51
53
|
* const client = new NetworkFirewallClient(config);
|
|
52
54
|
* const input = { // PutResourcePolicyRequest
|
|
53
55
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -28,7 +28,7 @@ declare const RejectNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
28
28
|
};
|
|
29
29
|
/**
|
|
30
30
|
* <p>Rejects a transit gateway attachment request for Network Firewall. When you reject the attachment request, Network Firewall cancels the creation of routing components between the transit gateway and firewall endpoints.</p>
|
|
31
|
-
* <p>Only the
|
|
31
|
+
* <p>Only the transit gateway owner can reject the attachment. After rejection, no traffic will flow through the firewall endpoints for this attachment.</p>
|
|
32
32
|
* <p>Use <a>DescribeFirewall</a> to monitor the rejection status. To accept the attachment instead of rejecting it, use <a>AcceptNetworkFirewallTransitGatewayAttachment</a>.</p>
|
|
33
33
|
* <note>
|
|
34
34
|
* <p>Once rejected, you cannot reverse this action. To establish connectivity, you must create a new transit gateway-attached firewall.</p>
|
|
@@ -38,6 +38,8 @@ declare const RejectNetworkFirewallTransitGatewayAttachmentCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { NetworkFirewallClient, RejectNetworkFirewallTransitGatewayAttachmentCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
40
|
* // const { NetworkFirewallClient, RejectNetworkFirewallTransitGatewayAttachmentCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
42
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
41
43
|
* const client = new NetworkFirewallClient(config);
|
|
42
44
|
* const input = { // RejectNetworkFirewallTransitGatewayAttachmentRequest
|
|
43
45
|
* TransitGatewayAttachmentId: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const StartAnalysisReportCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { NetworkFirewallClient, StartAnalysisReportCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
36
|
* // const { NetworkFirewallClient, StartAnalysisReportCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
38
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
39
|
* const client = new NetworkFirewallClient(config);
|
|
38
40
|
* const input = { // StartAnalysisReportRequest
|
|
39
41
|
* FirewallName: "STRING_VALUE",
|
|
@@ -41,6 +41,8 @@ declare const StartFlowCaptureCommand_base: {
|
|
|
41
41
|
* ```javascript
|
|
42
42
|
* import { NetworkFirewallClient, StartFlowCaptureCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
43
43
|
* // const { NetworkFirewallClient, StartFlowCaptureCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
44
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
45
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
44
46
|
* const client = new NetworkFirewallClient(config);
|
|
45
47
|
* const input = { // StartFlowCaptureRequest
|
|
46
48
|
* FirewallArn: "STRING_VALUE", // required
|
|
@@ -40,6 +40,8 @@ declare const StartFlowFlushCommand_base: {
|
|
|
40
40
|
* ```javascript
|
|
41
41
|
* import { NetworkFirewallClient, StartFlowFlushCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
42
42
|
* // const { NetworkFirewallClient, StartFlowFlushCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
43
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
44
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
43
45
|
* const client = new NetworkFirewallClient(config);
|
|
44
46
|
* const input = { // StartFlowFlushRequest
|
|
45
47
|
* FirewallArn: "STRING_VALUE", // required
|
|
@@ -38,6 +38,8 @@ declare const TagResourceCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { NetworkFirewallClient, TagResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
40
|
* // const { NetworkFirewallClient, TagResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
42
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
41
43
|
* const client = new NetworkFirewallClient(config);
|
|
42
44
|
* const input = { // TagResourceRequest
|
|
43
45
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -39,6 +39,8 @@ declare const UntagResourceCommand_base: {
|
|
|
39
39
|
* ```javascript
|
|
40
40
|
* import { NetworkFirewallClient, UntagResourceCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
41
41
|
* // const { NetworkFirewallClient, UntagResourceCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
42
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
43
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
42
44
|
* const client = new NetworkFirewallClient(config);
|
|
43
45
|
* const input = { // UntagResourceRequest
|
|
44
46
|
* ResourceArn: "STRING_VALUE", // required
|
|
@@ -34,6 +34,8 @@ declare const UpdateAvailabilityZoneChangeProtectionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { NetworkFirewallClient, UpdateAvailabilityZoneChangeProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
36
|
* // const { NetworkFirewallClient, UpdateAvailabilityZoneChangeProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
38
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
39
|
* const client = new NetworkFirewallClient(config);
|
|
38
40
|
* const input = { // UpdateAvailabilityZoneChangeProtectionRequest
|
|
39
41
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateFirewallAnalysisSettingsCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, UpdateFirewallAnalysisSettingsCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, UpdateFirewallAnalysisSettingsCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // UpdateFirewallAnalysisSettingsRequest
|
|
38
40
|
* EnabledAnalysisTypes: [ // EnabledAnalysisTypes
|
|
@@ -36,6 +36,8 @@ declare const UpdateFirewallDeleteProtectionCommand_base: {
|
|
|
36
36
|
* ```javascript
|
|
37
37
|
* import { NetworkFirewallClient, UpdateFirewallDeleteProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
38
38
|
* // const { NetworkFirewallClient, UpdateFirewallDeleteProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
39
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
40
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
39
41
|
* const client = new NetworkFirewallClient(config);
|
|
40
42
|
* const input = { // UpdateFirewallDeleteProtectionRequest
|
|
41
43
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -34,6 +34,8 @@ declare const UpdateFirewallDescriptionCommand_base: {
|
|
|
34
34
|
* ```javascript
|
|
35
35
|
* import { NetworkFirewallClient, UpdateFirewallDescriptionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
36
36
|
* // const { NetworkFirewallClient, UpdateFirewallDescriptionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
37
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
38
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
37
39
|
* const client = new NetworkFirewallClient(config);
|
|
38
40
|
* const input = { // UpdateFirewallDescriptionRequest
|
|
39
41
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateFirewallEncryptionConfigurationCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, UpdateFirewallEncryptionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, UpdateFirewallEncryptionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // UpdateFirewallEncryptionConfigurationRequest
|
|
38
40
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -35,6 +35,8 @@ declare const UpdateFirewallPolicyChangeProtectionCommand_base: {
|
|
|
35
35
|
* ```javascript
|
|
36
36
|
* import { NetworkFirewallClient, UpdateFirewallPolicyChangeProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
37
37
|
* // const { NetworkFirewallClient, UpdateFirewallPolicyChangeProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
38
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
39
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
38
40
|
* const client = new NetworkFirewallClient(config);
|
|
39
41
|
* const input = { // UpdateFirewallPolicyChangeProtectionRequest
|
|
40
42
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -33,6 +33,8 @@ declare const UpdateFirewallPolicyCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, UpdateFirewallPolicyCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, UpdateFirewallPolicyCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // UpdateFirewallPolicyRequest
|
|
38
40
|
* UpdateToken: "STRING_VALUE", // required
|
|
@@ -95,6 +97,7 @@ declare const UpdateFirewallPolicyCommand_base: {
|
|
|
95
97
|
* },
|
|
96
98
|
* },
|
|
97
99
|
* },
|
|
100
|
+
* EnableTLSSessionHolding: true || false,
|
|
98
101
|
* },
|
|
99
102
|
* Description: "STRING_VALUE",
|
|
100
103
|
* DryRun: true || false,
|
|
@@ -58,6 +58,8 @@ declare const UpdateLoggingConfigurationCommand_base: {
|
|
|
58
58
|
* ```javascript
|
|
59
59
|
* import { NetworkFirewallClient, UpdateLoggingConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
60
60
|
* // const { NetworkFirewallClient, UpdateLoggingConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
61
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
62
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
61
63
|
* const client = new NetworkFirewallClient(config);
|
|
62
64
|
* const input = { // UpdateLoggingConfigurationRequest
|
|
63
65
|
* FirewallArn: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const UpdateRuleGroupCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { NetworkFirewallClient, UpdateRuleGroupCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
40
|
* // const { NetworkFirewallClient, UpdateRuleGroupCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
42
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
41
43
|
* const client = new NetworkFirewallClient(config);
|
|
42
44
|
* const input = { // UpdateRuleGroupRequest
|
|
43
45
|
* UpdateToken: "STRING_VALUE", // required
|
|
@@ -33,6 +33,8 @@ declare const UpdateSubnetChangeProtectionCommand_base: {
|
|
|
33
33
|
* ```javascript
|
|
34
34
|
* import { NetworkFirewallClient, UpdateSubnetChangeProtectionCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
35
35
|
* // const { NetworkFirewallClient, UpdateSubnetChangeProtectionCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
36
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
37
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
36
38
|
* const client = new NetworkFirewallClient(config);
|
|
37
39
|
* const input = { // UpdateSubnetChangeProtectionRequest
|
|
38
40
|
* UpdateToken: "STRING_VALUE",
|
|
@@ -38,6 +38,8 @@ declare const UpdateTLSInspectionConfigurationCommand_base: {
|
|
|
38
38
|
* ```javascript
|
|
39
39
|
* import { NetworkFirewallClient, UpdateTLSInspectionConfigurationCommand } from "@aws-sdk/client-network-firewall"; // ES Modules import
|
|
40
40
|
* // const { NetworkFirewallClient, UpdateTLSInspectionConfigurationCommand } = require("@aws-sdk/client-network-firewall"); // CommonJS import
|
|
41
|
+
* // import type { NetworkFirewallClientConfig } from "@aws-sdk/client-network-firewall";
|
|
42
|
+
* const config = {}; // type is NetworkFirewallClientConfig
|
|
41
43
|
* const client = new NetworkFirewallClient(config);
|
|
42
44
|
* const input = { // UpdateTLSInspectionConfigurationRequest
|
|
43
45
|
* TLSInspectionConfigurationArn: "STRING_VALUE",
|
|
@@ -991,7 +991,7 @@ export interface CreateFirewallRequest {
|
|
|
991
991
|
*/
|
|
992
992
|
TransitGatewayId?: string | undefined;
|
|
993
993
|
/**
|
|
994
|
-
* <p>Required. The Availability Zones where you want to create firewall endpoints for a transit gateway-attached firewall. You must specify at least one Availability Zone. Consider enabling the firewall in every Availability Zone where you have workloads to maintain Availability Zone
|
|
994
|
+
* <p>Required. The Availability Zones where you want to create firewall endpoints for a transit gateway-attached firewall. You must specify at least one Availability Zone. Consider enabling the firewall in every Availability Zone where you have workloads to maintain Availability Zone isolation.</p>
|
|
995
995
|
* <p>You can modify Availability Zones later using <a>AssociateAvailabilityZones</a> or <a>DisassociateAvailabilityZones</a>, but this may briefly disrupt traffic. The <code>AvailabilityZoneChangeProtection</code> setting controls whether you can make these modifications.</p>
|
|
996
996
|
* @public
|
|
997
997
|
*/
|
|
@@ -1447,12 +1447,11 @@ export type StreamExceptionPolicy = (typeof StreamExceptionPolicy)[keyof typeof
|
|
|
1447
1447
|
export interface StatefulEngineOptions {
|
|
1448
1448
|
/**
|
|
1449
1449
|
* <p>Indicates how to manage the order of stateful rule evaluation for the policy. <code>STRICT_ORDER</code> is the
|
|
1450
|
-
* recommended option, but <code>DEFAULT_ACTION_ORDER</code> is the default option.
|
|
1451
|
-
*
|
|
1450
|
+
* recommended option, but <code>DEFAULT_ACTION_ORDER</code> is the default option. With <code>STRICT_ORDER</code>,
|
|
1451
|
+
* provide your rules in the order that you want them to be evaluated.
|
|
1452
1452
|
* You can then choose one or more default actions for packets that don't match any rules.
|
|
1453
1453
|
* Choose <code>STRICT_ORDER</code> to have the stateful rules engine determine the evaluation order of your rules.
|
|
1454
|
-
* The default action for this rule order is
|
|
1455
|
-
* <code>PASS</code>, followed by <code>DROP</code>, <code>REJECT</code>, and <code>ALERT</code> actions.
|
|
1454
|
+
* The default action for this rule order is <code>PASS</code>, followed by <code>DROP</code>, <code>REJECT</code>, and <code>ALERT</code> actions.
|
|
1456
1455
|
* Stateful rules are provided to the rule engine as Suricata compatible strings, and Suricata evaluates them based on your settings.
|
|
1457
1456
|
* For more information, see
|
|
1458
1457
|
* <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/suricata-rule-evaluation-order.html">Evaluation order for stateful rules</a> in the <i>Network Firewall Developer Guide</i>.
|
|
@@ -1699,6 +1698,11 @@ export interface FirewallPolicy {
|
|
|
1699
1698
|
* @public
|
|
1700
1699
|
*/
|
|
1701
1700
|
PolicyVariables?: PolicyVariables | undefined;
|
|
1701
|
+
/**
|
|
1702
|
+
* <p>When true, prevents TCP and TLS packets from reaching destination servers until TLS Inspection has evaluated Server Name Indication (SNI) rules. Requires an associated TLS Inspection configuration.</p>
|
|
1703
|
+
* @public
|
|
1704
|
+
*/
|
|
1705
|
+
EnableTLSSessionHolding?: boolean | undefined;
|
|
1702
1706
|
}
|
|
1703
1707
|
/**
|
|
1704
1708
|
* @public
|
|
@@ -387,6 +387,7 @@ export interface FirewallPolicy {
|
|
|
387
387
|
StatefulEngineOptions?: StatefulEngineOptions | undefined;
|
|
388
388
|
TLSInspectionConfigurationArn?: string | undefined;
|
|
389
389
|
PolicyVariables?: PolicyVariables | undefined;
|
|
390
|
+
EnableTLSSessionHolding?: boolean | undefined;
|
|
390
391
|
}
|
|
391
392
|
export interface CreateFirewallPolicyRequest {
|
|
392
393
|
FirewallPolicyName: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-network-firewall",
|
|
3
3
|
"description": "AWS SDK for JavaScript Network Firewall Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.891.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-network-firewall",
|
|
@@ -21,16 +21,16 @@
|
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
23
|
"@aws-sdk/core": "3.890.0",
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.891.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.891.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.891.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.891.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.891.0",
|
|
29
29
|
"@aws-sdk/region-config-resolver": "3.890.0",
|
|
30
30
|
"@aws-sdk/types": "3.887.0",
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.891.0",
|
|
32
32
|
"@aws-sdk/util-user-agent-browser": "3.887.0",
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.891.0",
|
|
34
34
|
"@smithy/config-resolver": "^4.2.2",
|
|
35
35
|
"@smithy/core": "^3.11.0",
|
|
36
36
|
"@smithy/fetch-http-handler": "^5.2.1",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
"@smithy/invalid-dependency": "^4.1.1",
|
|
39
39
|
"@smithy/middleware-content-length": "^4.1.1",
|
|
40
40
|
"@smithy/middleware-endpoint": "^4.2.2",
|
|
41
|
-
"@smithy/middleware-retry": "^4.2.
|
|
41
|
+
"@smithy/middleware-retry": "^4.2.3",
|
|
42
42
|
"@smithy/middleware-serde": "^4.1.1",
|
|
43
43
|
"@smithy/middleware-stack": "^4.1.1",
|
|
44
44
|
"@smithy/node-config-provider": "^4.2.2",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"@smithy/util-defaults-mode-node": "^4.1.2",
|
|
55
55
|
"@smithy/util-endpoints": "^3.1.2",
|
|
56
56
|
"@smithy/util-middleware": "^4.1.1",
|
|
57
|
-
"@smithy/util-retry": "^4.1.
|
|
57
|
+
"@smithy/util-retry": "^4.1.2",
|
|
58
58
|
"@smithy/util-utf8": "^4.1.0",
|
|
59
59
|
"tslib": "^2.6.2"
|
|
60
60
|
},
|