@aws-sdk/client-network-firewall 3.335.0 → 3.338.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/NetworkFirewallClient.js +2 -1
- package/dist-cjs/commands/AssociateFirewallPolicyCommand.js +2 -1
- package/dist-cjs/commands/AssociateSubnetsCommand.js +2 -1
- package/dist-cjs/commands/CreateFirewallCommand.js +2 -1
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +2 -1
- package/dist-cjs/commands/CreateRuleGroupCommand.js +2 -1
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DeleteFirewallCommand.js +2 -1
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +2 -1
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeFirewallCommand.js +2 -1
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +2 -1
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +2 -1
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +2 -1
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +2 -1
- package/dist-cjs/commands/ListFirewallsCommand.js +2 -1
- package/dist-cjs/commands/ListRuleGroupsCommand.js +2 -1
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +2 -1
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -1
- package/dist-cjs/commands/PutResourcePolicyCommand.js +2 -1
- package/dist-cjs/commands/TagResourceCommand.js +2 -1
- package/dist-cjs/commands/UntagResourceCommand.js +2 -1
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +2 -1
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +2 -1
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +2 -1
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +2 -1
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +2 -1
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +2 -1
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +2 -1
- package/dist-cjs/index.js +2 -2
- package/dist-cjs/models/NetworkFirewallServiceException.js +2 -1
- package/dist-es/NetworkFirewallClient.js +1 -0
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +1 -0
- package/dist-es/commands/AssociateSubnetsCommand.js +1 -0
- package/dist-es/commands/CreateFirewallCommand.js +1 -0
- package/dist-es/commands/CreateFirewallPolicyCommand.js +1 -0
- package/dist-es/commands/CreateRuleGroupCommand.js +1 -0
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +1 -0
- package/dist-es/commands/DeleteFirewallCommand.js +1 -0
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +1 -0
- package/dist-es/commands/DeleteResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DeleteRuleGroupCommand.js +1 -0
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeFirewallCommand.js +1 -0
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +1 -0
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +1 -0
- package/dist-es/commands/DescribeResourcePolicyCommand.js +1 -0
- package/dist-es/commands/DescribeRuleGroupCommand.js +1 -0
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +1 -0
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +1 -0
- package/dist-es/commands/DisassociateSubnetsCommand.js +1 -0
- package/dist-es/commands/ListFirewallPoliciesCommand.js +1 -0
- package/dist-es/commands/ListFirewallsCommand.js +1 -0
- package/dist-es/commands/ListRuleGroupsCommand.js +1 -0
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +1 -0
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -0
- package/dist-es/commands/PutResourcePolicyCommand.js +1 -0
- package/dist-es/commands/TagResourceCommand.js +1 -0
- package/dist-es/commands/UntagResourceCommand.js +1 -0
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +1 -0
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +1 -0
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +1 -0
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +1 -0
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +1 -0
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +1 -0
- package/dist-es/commands/UpdateRuleGroupCommand.js +1 -0
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +1 -0
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +1 -0
- package/dist-es/index.js +2 -2
- package/dist-es/models/NetworkFirewallServiceException.js +1 -0
- package/dist-types/NetworkFirewallClient.d.ts +3 -3
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +4 -0
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +4 -0
- package/dist-types/commands/CreateFirewallCommand.d.ts +4 -0
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +4 -0
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +4 -0
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFirewallCommand.d.ts +4 -0
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +4 -0
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFirewallCommand.d.ts +4 -0
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +4 -0
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +4 -0
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +4 -0
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +4 -0
- package/dist-types/commands/ListFirewallsCommand.d.ts +4 -0
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +4 -0
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +4 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +4 -0
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +4 -0
- package/dist-types/commands/TagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UntagResourceCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +4 -0
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +4 -0
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +4 -0
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +4 -0
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +4 -0
- package/dist-types/index.d.ts +84 -2
- package/dist-types/models/NetworkFirewallServiceException.d.ts +1 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +3 -3
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +1 -0
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +2 -2
- package/dist-types/ts3.4/models/NetworkFirewallServiceException.d.ts +1 -0
- package/package.json +28 -28
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UntagResourceRequest, UntagResourceResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateFirewallDeleteProtectionRequest, UpdateFirewallDeleteProtectionResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateFirewallDescriptionRequest, UpdateFirewallDescriptionResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateFirewallEncryptionConfigurationRequest, UpdateFirewallEncryptionConfigurationResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateFirewallPolicyChangeProtectionRequest, UpdateFirewallPolicyChangeProtectionResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateFirewallPolicyRequest, UpdateFirewallPolicyResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateLoggingConfigurationRequest, UpdateLoggingConfigurationResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateRuleGroupRequest, UpdateRuleGroupResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateSubnetChangeProtectionRequest, UpdateSubnetChangeProtectionResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
|
@@ -3,6 +3,10 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
|
3
3
|
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
4
4
|
import { UpdateTLSInspectionConfigurationRequest, UpdateTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
5
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
|
+
/**
|
|
7
|
+
* @public
|
|
8
|
+
*/
|
|
9
|
+
export { __MetadataBearer, $Command };
|
|
6
10
|
/**
|
|
7
11
|
* @public
|
|
8
12
|
*
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,6 +1,88 @@
|
|
|
1
|
-
|
|
1
|
+
/**
|
|
2
|
+
* <p>This is the API Reference for Network Firewall. This guide is for developers who need
|
|
3
|
+
* detailed information about the Network Firewall API actions, data types, and errors. </p>
|
|
4
|
+
* <ul>
|
|
5
|
+
* <li>
|
|
6
|
+
* <p>The REST API requires you to handle connection details, such as calculating
|
|
7
|
+
* signatures, handling request retries, and error handling. For general information
|
|
8
|
+
* about using the Amazon Web Services REST APIs, see <a href="https://docs.aws.amazon.com/general/latest/gr/aws-apis.html">Amazon Web Services APIs</a>. </p>
|
|
9
|
+
* <p>To access Network Firewall using the REST API endpoint:
|
|
10
|
+
* <code>https://network-firewall.<region>.amazonaws.com </code>
|
|
11
|
+
* </p>
|
|
12
|
+
* </li>
|
|
13
|
+
* <li>
|
|
14
|
+
* <p>Alternatively, you can use one of the Amazon Web Services SDKs to access an API that's tailored to
|
|
15
|
+
* the programming language or platform that you're using. For more information, see
|
|
16
|
+
* <a href="http://aws.amazon.com/tools/#SDKs">Amazon Web Services SDKs</a>.</p>
|
|
17
|
+
* </li>
|
|
18
|
+
* <li>
|
|
19
|
+
* <p>For descriptions of Network Firewall features, including and step-by-step
|
|
20
|
+
* instructions on how to use them through the Network Firewall console, see the <a href="https://docs.aws.amazon.com/network-firewall/latest/developerguide/">Network Firewall Developer
|
|
21
|
+
* Guide</a>.</p>
|
|
22
|
+
* </li>
|
|
23
|
+
* </ul>
|
|
24
|
+
* <p>Network Firewall is a stateful, managed, network firewall and intrusion detection and
|
|
25
|
+
* prevention service for Amazon Virtual Private Cloud (Amazon VPC). With Network Firewall, you can filter traffic at the
|
|
26
|
+
* perimeter of your VPC. This includes filtering traffic going to and coming from an internet
|
|
27
|
+
* gateway, NAT gateway, or over VPN or Direct Connect. Network Firewall uses rules that are compatible
|
|
28
|
+
* with Suricata, a free, open source network analysis and threat detection engine.
|
|
29
|
+
* Network Firewall supports Suricata version 6.0.9. For information about Suricata,
|
|
30
|
+
* see the <a href="https://suricata.io/">Suricata website</a>.</p>
|
|
31
|
+
* <p>You can use Network Firewall to monitor and protect your VPC traffic in a number of ways.
|
|
32
|
+
* The following are just a few examples: </p>
|
|
33
|
+
* <ul>
|
|
34
|
+
* <li>
|
|
35
|
+
* <p>Allow domains or IP addresses for known Amazon Web Services service endpoints, such as Amazon S3, and
|
|
36
|
+
* block all other forms of traffic.</p>
|
|
37
|
+
* </li>
|
|
38
|
+
* <li>
|
|
39
|
+
* <p>Use custom lists of known bad domains to limit the types of domain names that your
|
|
40
|
+
* applications can access.</p>
|
|
41
|
+
* </li>
|
|
42
|
+
* <li>
|
|
43
|
+
* <p>Perform deep packet inspection on traffic entering or leaving your VPC.</p>
|
|
44
|
+
* </li>
|
|
45
|
+
* <li>
|
|
46
|
+
* <p>Use stateful protocol detection to filter protocols like HTTPS, regardless of the
|
|
47
|
+
* port used.</p>
|
|
48
|
+
* </li>
|
|
49
|
+
* </ul>
|
|
50
|
+
* <p>To enable Network Firewall for your VPCs, you perform steps in both Amazon VPC and in
|
|
51
|
+
* Network Firewall. For information about using Amazon VPC, see <a href="https://docs.aws.amazon.com/vpc/latest/userguide/">Amazon VPC User Guide</a>.</p>
|
|
52
|
+
* <p>To start using Network Firewall, do the following: </p>
|
|
53
|
+
* <ol>
|
|
54
|
+
* <li>
|
|
55
|
+
* <p>(Optional) If you don't already have a VPC that you want to protect, create it in
|
|
56
|
+
* Amazon VPC. </p>
|
|
57
|
+
* </li>
|
|
58
|
+
* <li>
|
|
59
|
+
* <p>In Amazon VPC, in each Availability Zone where you want to have a firewall endpoint, create a
|
|
60
|
+
* subnet for the sole use of Network Firewall. </p>
|
|
61
|
+
* </li>
|
|
62
|
+
* <li>
|
|
63
|
+
* <p>In Network Firewall, create stateless and stateful rule groups,
|
|
64
|
+
* to define the components of the network traffic filtering behavior that you want your firewall to have. </p>
|
|
65
|
+
* </li>
|
|
66
|
+
* <li>
|
|
67
|
+
* <p>In Network Firewall, create a firewall policy that uses your rule groups and
|
|
68
|
+
* specifies additional default traffic filtering behavior. </p>
|
|
69
|
+
* </li>
|
|
70
|
+
* <li>
|
|
71
|
+
* <p>In Network Firewall, create a firewall and specify your new firewall policy and
|
|
72
|
+
* VPC subnets. Network Firewall creates a firewall endpoint in each subnet that you
|
|
73
|
+
* specify, with the behavior that's defined in the firewall policy.</p>
|
|
74
|
+
* </li>
|
|
75
|
+
* <li>
|
|
76
|
+
* <p>In Amazon VPC, use ingress routing enhancements to route traffic through the new firewall
|
|
77
|
+
* endpoints.</p>
|
|
78
|
+
* </li>
|
|
79
|
+
* </ol>
|
|
80
|
+
*
|
|
81
|
+
* @packageDocumentation
|
|
82
|
+
*/
|
|
2
83
|
export * from "./NetworkFirewallClient";
|
|
84
|
+
export * from "./NetworkFirewall";
|
|
3
85
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
86
|
export * from "./pagination";
|
|
87
|
+
export * from "./models";
|
|
6
88
|
export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
|
|
@@ -195,6 +195,7 @@ import {
|
|
|
195
195
|
ClientResolvedEndpointParameters,
|
|
196
196
|
EndpointParameters,
|
|
197
197
|
} from "./endpoint/EndpointParameters";
|
|
198
|
+
export { __Client };
|
|
198
199
|
export type ServiceInputTypes =
|
|
199
200
|
| AssociateFirewallPolicyCommandInput
|
|
200
201
|
| AssociateSubnetsCommandInput
|
|
@@ -293,7 +294,7 @@ export interface ClientDefaults
|
|
|
293
294
|
logger?: __Logger;
|
|
294
295
|
defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
|
|
295
296
|
}
|
|
296
|
-
type NetworkFirewallClientConfigType = Partial<
|
|
297
|
+
export type NetworkFirewallClientConfigType = Partial<
|
|
297
298
|
__SmithyConfiguration<__HttpHandlerOptions>
|
|
298
299
|
> &
|
|
299
300
|
ClientDefaults &
|
|
@@ -306,7 +307,7 @@ type NetworkFirewallClientConfigType = Partial<
|
|
|
306
307
|
ClientInputEndpointParameters;
|
|
307
308
|
export interface NetworkFirewallClientConfig
|
|
308
309
|
extends NetworkFirewallClientConfigType {}
|
|
309
|
-
type NetworkFirewallClientResolvedConfigType =
|
|
310
|
+
export type NetworkFirewallClientResolvedConfigType =
|
|
310
311
|
__SmithyResolvedConfiguration<__HttpHandlerOptions> &
|
|
311
312
|
Required<ClientDefaults> &
|
|
312
313
|
RegionResolvedConfig &
|
|
@@ -328,4 +329,3 @@ export declare class NetworkFirewallClient extends __Client<
|
|
|
328
329
|
constructor(configuration: NetworkFirewallClientConfig);
|
|
329
330
|
destroy(): void;
|
|
330
331
|
}
|
|
331
|
-
export {};
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateFirewallPolicyCommandInput
|
|
19
20
|
extends AssociateFirewallPolicyRequest {}
|
|
20
21
|
export interface AssociateFirewallPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {}
|
|
19
20
|
export interface AssociateSubnetsCommandOutput
|
|
20
21
|
extends AssociateSubnetsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFirewallCommandInput extends CreateFirewallRequest {}
|
|
19
20
|
export interface CreateFirewallCommandOutput
|
|
20
21
|
extends CreateFirewallResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateFirewallPolicyCommandInput
|
|
19
20
|
extends CreateFirewallPolicyRequest {}
|
|
20
21
|
export interface CreateFirewallPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {}
|
|
19
20
|
export interface CreateRuleGroupCommandOutput
|
|
20
21
|
extends CreateRuleGroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface CreateTLSInspectionConfigurationCommandInput
|
|
19
20
|
extends CreateTLSInspectionConfigurationRequest {}
|
|
20
21
|
export interface CreateTLSInspectionConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {}
|
|
19
20
|
export interface DeleteFirewallCommandOutput
|
|
20
21
|
extends DeleteFirewallResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteFirewallPolicyCommandInput
|
|
19
20
|
extends DeleteFirewallPolicyRequest {}
|
|
20
21
|
export interface DeleteFirewallPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteResourcePolicyCommandInput
|
|
19
20
|
extends DeleteResourcePolicyRequest {}
|
|
20
21
|
export interface DeleteResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {}
|
|
19
20
|
export interface DeleteRuleGroupCommandOutput
|
|
20
21
|
extends DeleteRuleGroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DeleteTLSInspectionConfigurationCommandInput
|
|
19
20
|
extends DeleteTLSInspectionConfigurationRequest {}
|
|
20
21
|
export interface DeleteTLSInspectionConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {}
|
|
19
20
|
export interface DescribeFirewallCommandOutput
|
|
20
21
|
extends DescribeFirewallResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeFirewallPolicyCommandInput
|
|
19
20
|
extends DescribeFirewallPolicyRequest {}
|
|
20
21
|
export interface DescribeFirewallPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeLoggingConfigurationCommandInput
|
|
19
20
|
extends DescribeLoggingConfigurationRequest {}
|
|
20
21
|
export interface DescribeLoggingConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeResourcePolicyCommandInput
|
|
19
20
|
extends DescribeResourcePolicyRequest {}
|
|
20
21
|
export interface DescribeResourcePolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRuleGroupCommandInput
|
|
19
20
|
extends DescribeRuleGroupRequest {}
|
|
20
21
|
export interface DescribeRuleGroupCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeRuleGroupMetadataCommandInput
|
|
19
20
|
extends DescribeRuleGroupMetadataRequest {}
|
|
20
21
|
export interface DescribeRuleGroupMetadataCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DescribeTLSInspectionConfigurationCommandInput
|
|
19
20
|
extends DescribeTLSInspectionConfigurationRequest {}
|
|
20
21
|
export interface DescribeTLSInspectionConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface DisassociateSubnetsCommandInput
|
|
19
20
|
extends DisassociateSubnetsRequest {}
|
|
20
21
|
export interface DisassociateSubnetsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFirewallPoliciesCommandInput
|
|
19
20
|
extends ListFirewallPoliciesRequest {}
|
|
20
21
|
export interface ListFirewallPoliciesCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListFirewallsCommandInput extends ListFirewallsRequest {}
|
|
19
20
|
export interface ListFirewallsCommandOutput
|
|
20
21
|
extends ListFirewallsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListRuleGroupsCommandInput extends ListRuleGroupsRequest {}
|
|
19
20
|
export interface ListRuleGroupsCommandOutput
|
|
20
21
|
extends ListRuleGroupsResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTLSInspectionConfigurationsCommandInput
|
|
19
20
|
extends ListTLSInspectionConfigurationsRequest {}
|
|
20
21
|
export interface ListTLSInspectionConfigurationsCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface ListTagsForResourceCommandInput
|
|
19
20
|
extends ListTagsForResourceRequest {}
|
|
20
21
|
export interface ListTagsForResourceCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface PutResourcePolicyCommandInput
|
|
19
20
|
extends PutResourcePolicyRequest {}
|
|
20
21
|
export interface PutResourcePolicyCommandOutput
|
|
@@ -12,6 +12,7 @@ import {
|
|
|
12
12
|
ServiceInputTypes,
|
|
13
13
|
ServiceOutputTypes,
|
|
14
14
|
} from "../NetworkFirewallClient";
|
|
15
|
+
export { __MetadataBearer, $Command };
|
|
15
16
|
export interface TagResourceCommandInput extends TagResourceRequest {}
|
|
16
17
|
export interface TagResourceCommandOutput
|
|
17
18
|
extends TagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UntagResourceCommandInput extends UntagResourceRequest {}
|
|
19
20
|
export interface UntagResourceCommandOutput
|
|
20
21
|
extends UntagResourceResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFirewallDeleteProtectionCommandInput
|
|
19
20
|
extends UpdateFirewallDeleteProtectionRequest {}
|
|
20
21
|
export interface UpdateFirewallDeleteProtectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFirewallDescriptionCommandInput
|
|
19
20
|
extends UpdateFirewallDescriptionRequest {}
|
|
20
21
|
export interface UpdateFirewallDescriptionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFirewallEncryptionConfigurationCommandInput
|
|
19
20
|
extends UpdateFirewallEncryptionConfigurationRequest {}
|
|
20
21
|
export interface UpdateFirewallEncryptionConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFirewallPolicyChangeProtectionCommandInput
|
|
19
20
|
extends UpdateFirewallPolicyChangeProtectionRequest {}
|
|
20
21
|
export interface UpdateFirewallPolicyChangeProtectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateFirewallPolicyCommandInput
|
|
19
20
|
extends UpdateFirewallPolicyRequest {}
|
|
20
21
|
export interface UpdateFirewallPolicyCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateLoggingConfigurationCommandInput
|
|
19
20
|
extends UpdateLoggingConfigurationRequest {}
|
|
20
21
|
export interface UpdateLoggingConfigurationCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateRuleGroupCommandInput extends UpdateRuleGroupRequest {}
|
|
19
20
|
export interface UpdateRuleGroupCommandOutput
|
|
20
21
|
extends UpdateRuleGroupResponse,
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateSubnetChangeProtectionCommandInput
|
|
19
20
|
extends UpdateSubnetChangeProtectionRequest {}
|
|
20
21
|
export interface UpdateSubnetChangeProtectionCommandOutput
|
|
@@ -15,6 +15,7 @@ import {
|
|
|
15
15
|
ServiceInputTypes,
|
|
16
16
|
ServiceOutputTypes,
|
|
17
17
|
} from "../NetworkFirewallClient";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
18
19
|
export interface UpdateTLSInspectionConfigurationCommandInput
|
|
19
20
|
extends UpdateTLSInspectionConfigurationRequest {}
|
|
20
21
|
export interface UpdateTLSInspectionConfigurationCommandOutput
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
export * from "./NetworkFirewall";
|
|
2
1
|
export * from "./NetworkFirewallClient";
|
|
2
|
+
export * from "./NetworkFirewall";
|
|
3
3
|
export * from "./commands";
|
|
4
|
-
export * from "./models";
|
|
5
4
|
export * from "./pagination";
|
|
5
|
+
export * from "./models";
|
|
6
6
|
export { NetworkFirewallServiceException } from "./models/NetworkFirewallServiceException";
|
|
@@ -2,6 +2,7 @@ import {
|
|
|
2
2
|
ServiceException as __ServiceException,
|
|
3
3
|
ServiceExceptionOptions as __ServiceExceptionOptions,
|
|
4
4
|
} from "@aws-sdk/smithy-client";
|
|
5
|
+
export { __ServiceException, __ServiceExceptionOptions };
|
|
5
6
|
export declare class NetworkFirewallServiceException extends __ServiceException {
|
|
6
7
|
constructor(options: __ServiceExceptionOptions);
|
|
7
8
|
}
|