@aws-sdk/client-network-firewall 3.478.0 → 3.481.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/commands/AssociateFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/AssociateSubnetsCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallCommand.js +18 -41
- package/dist-cjs/commands/CreateFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/CreateRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/CreateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallCommand.js +18 -41
- package/dist-cjs/commands/DeleteFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DeleteRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/DeleteTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeFirewallCommand.js +18 -41
- package/dist-cjs/commands/DescribeFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/DescribeRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/DescribeRuleGroupMetadataCommand.js +18 -41
- package/dist-cjs/commands/DescribeTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/DisassociateSubnetsCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallPoliciesCommand.js +18 -41
- package/dist-cjs/commands/ListFirewallsCommand.js +18 -41
- package/dist-cjs/commands/ListRuleGroupsCommand.js +18 -41
- package/dist-cjs/commands/ListTLSInspectionConfigurationsCommand.js +18 -41
- package/dist-cjs/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-cjs/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-cjs/commands/TagResourceCommand.js +18 -41
- package/dist-cjs/commands/UntagResourceCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallDeleteProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallDescriptionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallEncryptionConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallPolicyChangeProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateFirewallPolicyCommand.js +18 -41
- package/dist-cjs/commands/UpdateLoggingConfigurationCommand.js +18 -41
- package/dist-cjs/commands/UpdateRuleGroupCommand.js +18 -41
- package/dist-cjs/commands/UpdateSubnetChangeProtectionCommand.js +18 -41
- package/dist-cjs/commands/UpdateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-cjs/endpoint/EndpointParameters.js +7 -1
- package/dist-es/commands/AssociateFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/AssociateSubnetsCommand.js +18 -41
- package/dist-es/commands/CreateFirewallCommand.js +18 -41
- package/dist-es/commands/CreateFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/CreateRuleGroupCommand.js +18 -41
- package/dist-es/commands/CreateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallCommand.js +18 -41
- package/dist-es/commands/DeleteFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/DeleteResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DeleteRuleGroupCommand.js +18 -41
- package/dist-es/commands/DeleteTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeFirewallCommand.js +18 -41
- package/dist-es/commands/DescribeFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/DescribeLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/DescribeResourcePolicyCommand.js +18 -41
- package/dist-es/commands/DescribeRuleGroupCommand.js +18 -41
- package/dist-es/commands/DescribeRuleGroupMetadataCommand.js +18 -41
- package/dist-es/commands/DescribeTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/commands/DisassociateSubnetsCommand.js +18 -41
- package/dist-es/commands/ListFirewallPoliciesCommand.js +18 -41
- package/dist-es/commands/ListFirewallsCommand.js +18 -41
- package/dist-es/commands/ListRuleGroupsCommand.js +18 -41
- package/dist-es/commands/ListTLSInspectionConfigurationsCommand.js +18 -41
- package/dist-es/commands/ListTagsForResourceCommand.js +18 -41
- package/dist-es/commands/PutResourcePolicyCommand.js +18 -41
- package/dist-es/commands/TagResourceCommand.js +18 -41
- package/dist-es/commands/UntagResourceCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallDeleteProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallDescriptionCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallEncryptionConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallPolicyChangeProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateFirewallPolicyCommand.js +18 -41
- package/dist-es/commands/UpdateLoggingConfigurationCommand.js +18 -41
- package/dist-es/commands/UpdateRuleGroupCommand.js +18 -41
- package/dist-es/commands/UpdateSubnetChangeProtectionCommand.js +18 -41
- package/dist-es/commands/UpdateTLSInspectionConfigurationCommand.js +18 -41
- package/dist-es/endpoint/EndpointParameters.js +6 -0
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallCommand.d.ts +6 -21
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallCommand.d.ts +6 -21
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFirewallCommand.d.ts +6 -21
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +6 -21
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +6 -21
- package/dist-types/commands/ListFirewallsCommand.d.ts +6 -21
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +6 -21
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +6 -21
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -21
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +6 -21
- package/dist-types/commands/TagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UntagResourceCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +6 -21
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +6 -21
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +6 -21
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +6 -21
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +6 -21
- package/dist-types/endpoint/EndpointParameters.d.ts +18 -0
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +14 -23
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +12 -24
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +12 -24
- package/dist-types/ts3.4/endpoint/EndpointParameters.d.ts +18 -0
- package/package.json +9 -9
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AssociateFirewallPolicyRequest, AssociateFirewallPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateFirewallPolicyCommandInput extends AssociateFirewallPo
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateFirewallPolicyCommand_base: {
|
|
24
|
+
new (input: AssociateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates a <a>FirewallPolicy</a> to a <a>Firewall</a>. </p>
|
|
@@ -94,23 +97,5 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
|
|
|
94
97
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
95
98
|
*
|
|
96
99
|
*/
|
|
97
|
-
export declare class AssociateFirewallPolicyCommand extends
|
|
98
|
-
readonly input: AssociateFirewallPolicyCommandInput;
|
|
99
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
100
|
-
/**
|
|
101
|
-
* @public
|
|
102
|
-
*/
|
|
103
|
-
constructor(input: AssociateFirewallPolicyCommandInput);
|
|
104
|
-
/**
|
|
105
|
-
* @internal
|
|
106
|
-
*/
|
|
107
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput>;
|
|
108
|
-
/**
|
|
109
|
-
* @internal
|
|
110
|
-
*/
|
|
111
|
-
private serialize;
|
|
112
|
-
/**
|
|
113
|
-
* @internal
|
|
114
|
-
*/
|
|
115
|
-
private deserialize;
|
|
100
|
+
export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {
|
|
116
101
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { AssociateSubnetsRequest, AssociateSubnetsResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface AssociateSubnetsCommandInput extends AssociateSubnetsRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const AssociateSubnetsCommand_base: {
|
|
24
|
+
new (input: AssociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Associates the specified subnets in the Amazon VPC to the firewall. You can specify one
|
|
@@ -109,23 +112,5 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
|
|
|
109
112
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
110
113
|
*
|
|
111
114
|
*/
|
|
112
|
-
export declare class AssociateSubnetsCommand extends
|
|
113
|
-
readonly input: AssociateSubnetsCommandInput;
|
|
114
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
115
|
-
/**
|
|
116
|
-
* @public
|
|
117
|
-
*/
|
|
118
|
-
constructor(input: AssociateSubnetsCommandInput);
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput>;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private serialize;
|
|
127
|
-
/**
|
|
128
|
-
* @internal
|
|
129
|
-
*/
|
|
130
|
-
private deserialize;
|
|
115
|
+
export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {
|
|
131
116
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateFirewallRequest, CreateFirewallResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateFirewallCommandInput extends CreateFirewallRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateFirewallCommand_base: {
|
|
24
|
+
new (input: CreateFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Network Firewall <a>Firewall</a> and accompanying <a>FirewallStatus</a> for a VPC. </p>
|
|
@@ -170,23 +173,5 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
170
173
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
171
174
|
*
|
|
172
175
|
*/
|
|
173
|
-
export declare class CreateFirewallCommand extends
|
|
174
|
-
readonly input: CreateFirewallCommandInput;
|
|
175
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
176
|
-
/**
|
|
177
|
-
* @public
|
|
178
|
-
*/
|
|
179
|
-
constructor(input: CreateFirewallCommandInput);
|
|
180
|
-
/**
|
|
181
|
-
* @internal
|
|
182
|
-
*/
|
|
183
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallCommandInput, CreateFirewallCommandOutput>;
|
|
184
|
-
/**
|
|
185
|
-
* @internal
|
|
186
|
-
*/
|
|
187
|
-
private serialize;
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
private deserialize;
|
|
176
|
+
export declare class CreateFirewallCommand extends CreateFirewallCommand_base {
|
|
192
177
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateFirewallPolicyRequest, CreateFirewallPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateFirewallPolicyCommandInput extends CreateFirewallPolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateFirewallPolicyCommand_base: {
|
|
24
|
+
new (input: CreateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates the firewall policy for the firewall according to the specifications. </p>
|
|
@@ -171,23 +174,5 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
171
174
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
172
175
|
*
|
|
173
176
|
*/
|
|
174
|
-
export declare class CreateFirewallPolicyCommand extends
|
|
175
|
-
readonly input: CreateFirewallPolicyCommandInput;
|
|
176
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
177
|
-
/**
|
|
178
|
-
* @public
|
|
179
|
-
*/
|
|
180
|
-
constructor(input: CreateFirewallPolicyCommandInput);
|
|
181
|
-
/**
|
|
182
|
-
* @internal
|
|
183
|
-
*/
|
|
184
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput>;
|
|
185
|
-
/**
|
|
186
|
-
* @internal
|
|
187
|
-
*/
|
|
188
|
-
private serialize;
|
|
189
|
-
/**
|
|
190
|
-
* @internal
|
|
191
|
-
*/
|
|
192
|
-
private deserialize;
|
|
177
|
+
export declare class CreateFirewallPolicyCommand extends CreateFirewallPolicyCommand_base {
|
|
193
178
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateRuleGroupRequest, CreateRuleGroupResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateRuleGroupCommandInput extends CreateRuleGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateRuleGroupCommand_base: {
|
|
24
|
+
new (input: CreateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates the specified stateless or stateful rule group, which includes the rules for
|
|
@@ -264,23 +267,5 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
264
267
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
265
268
|
*
|
|
266
269
|
*/
|
|
267
|
-
export declare class CreateRuleGroupCommand extends
|
|
268
|
-
readonly input: CreateRuleGroupCommandInput;
|
|
269
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
270
|
-
/**
|
|
271
|
-
* @public
|
|
272
|
-
*/
|
|
273
|
-
constructor(input: CreateRuleGroupCommandInput);
|
|
274
|
-
/**
|
|
275
|
-
* @internal
|
|
276
|
-
*/
|
|
277
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput>;
|
|
278
|
-
/**
|
|
279
|
-
* @internal
|
|
280
|
-
*/
|
|
281
|
-
private serialize;
|
|
282
|
-
/**
|
|
283
|
-
* @internal
|
|
284
|
-
*/
|
|
285
|
-
private deserialize;
|
|
270
|
+
export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
|
|
286
271
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { CreateTLSInspectionConfigurationRequest, CreateTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface CreateTLSInspectionConfigurationCommandInput extends CreateTLSI
|
|
|
21
20
|
*/
|
|
22
21
|
export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
24
|
+
new (input: CreateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Creates an Network Firewall TLS inspection configuration. A TLS inspection configuration contains Certificate Manager certificate associations between and the scope configurations that Network Firewall uses to decrypt and re-encrypt traffic traveling through your firewall.</p>
|
|
@@ -178,23 +181,5 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
178
181
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
179
182
|
*
|
|
180
183
|
*/
|
|
181
|
-
export declare class CreateTLSInspectionConfigurationCommand extends
|
|
182
|
-
readonly input: CreateTLSInspectionConfigurationCommandInput;
|
|
183
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
184
|
-
/**
|
|
185
|
-
* @public
|
|
186
|
-
*/
|
|
187
|
-
constructor(input: CreateTLSInspectionConfigurationCommandInput);
|
|
188
|
-
/**
|
|
189
|
-
* @internal
|
|
190
|
-
*/
|
|
191
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput>;
|
|
192
|
-
/**
|
|
193
|
-
* @internal
|
|
194
|
-
*/
|
|
195
|
-
private serialize;
|
|
196
|
-
/**
|
|
197
|
-
* @internal
|
|
198
|
-
*/
|
|
199
|
-
private deserialize;
|
|
184
|
+
export declare class CreateTLSInspectionConfigurationCommand extends CreateTLSInspectionConfigurationCommand_base {
|
|
200
185
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteFirewallRequest, DeleteFirewallResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFirewallCommandInput extends DeleteFirewallRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFirewallCommand_base: {
|
|
24
|
+
new (input: DeleteFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
|
|
@@ -152,23 +155,5 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
|
|
|
152
155
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
153
156
|
*
|
|
154
157
|
*/
|
|
155
|
-
export declare class DeleteFirewallCommand extends
|
|
156
|
-
readonly input: DeleteFirewallCommandInput;
|
|
157
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
158
|
-
/**
|
|
159
|
-
* @public
|
|
160
|
-
*/
|
|
161
|
-
constructor(input: DeleteFirewallCommandInput);
|
|
162
|
-
/**
|
|
163
|
-
* @internal
|
|
164
|
-
*/
|
|
165
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallCommandInput, DeleteFirewallCommandOutput>;
|
|
166
|
-
/**
|
|
167
|
-
* @internal
|
|
168
|
-
*/
|
|
169
|
-
private serialize;
|
|
170
|
-
/**
|
|
171
|
-
* @internal
|
|
172
|
-
*/
|
|
173
|
-
private deserialize;
|
|
158
|
+
export declare class DeleteFirewallCommand extends DeleteFirewallCommand_base {
|
|
174
159
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteFirewallPolicyRequest, DeleteFirewallPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteFirewallPolicyCommandInput extends DeleteFirewallPolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteFirewallPolicyCommand_base: {
|
|
24
|
+
new (input: DeleteFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified <a>FirewallPolicy</a>. </p>
|
|
@@ -105,23 +108,5 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
|
|
|
105
108
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
106
109
|
*
|
|
107
110
|
*/
|
|
108
|
-
export declare class DeleteFirewallPolicyCommand extends
|
|
109
|
-
readonly input: DeleteFirewallPolicyCommandInput;
|
|
110
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
111
|
-
/**
|
|
112
|
-
* @public
|
|
113
|
-
*/
|
|
114
|
-
constructor(input: DeleteFirewallPolicyCommandInput);
|
|
115
|
-
/**
|
|
116
|
-
* @internal
|
|
117
|
-
*/
|
|
118
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput>;
|
|
119
|
-
/**
|
|
120
|
-
* @internal
|
|
121
|
-
*/
|
|
122
|
-
private serialize;
|
|
123
|
-
/**
|
|
124
|
-
* @internal
|
|
125
|
-
*/
|
|
126
|
-
private deserialize;
|
|
111
|
+
export declare class DeleteFirewallPolicyCommand extends DeleteFirewallPolicyCommand_base {
|
|
127
112
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteResourcePolicyRequest, DeleteResourcePolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteResourcePolicyCommandInput extends DeleteResourcePolicyRe
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteResourcePolicyCommand_base: {
|
|
24
|
+
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
|
|
@@ -78,23 +81,5 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
78
81
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
79
82
|
*
|
|
80
83
|
*/
|
|
81
|
-
export declare class DeleteResourcePolicyCommand extends
|
|
82
|
-
readonly input: DeleteResourcePolicyCommandInput;
|
|
83
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
84
|
-
/**
|
|
85
|
-
* @public
|
|
86
|
-
*/
|
|
87
|
-
constructor(input: DeleteResourcePolicyCommandInput);
|
|
88
|
-
/**
|
|
89
|
-
* @internal
|
|
90
|
-
*/
|
|
91
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput>;
|
|
92
|
-
/**
|
|
93
|
-
* @internal
|
|
94
|
-
*/
|
|
95
|
-
private serialize;
|
|
96
|
-
/**
|
|
97
|
-
* @internal
|
|
98
|
-
*/
|
|
99
|
-
private deserialize;
|
|
84
|
+
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
100
85
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteRuleGroupRequest, DeleteRuleGroupResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteRuleGroupCommandInput extends DeleteRuleGroupRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteRuleGroupCommand_base: {
|
|
24
|
+
new (input: DeleteRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified <a>RuleGroup</a>. </p>
|
|
@@ -121,23 +124,5 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
121
124
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
122
125
|
*
|
|
123
126
|
*/
|
|
124
|
-
export declare class DeleteRuleGroupCommand extends
|
|
125
|
-
readonly input: DeleteRuleGroupCommandInput;
|
|
126
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
127
|
-
/**
|
|
128
|
-
* @public
|
|
129
|
-
*/
|
|
130
|
-
constructor(input: DeleteRuleGroupCommandInput);
|
|
131
|
-
/**
|
|
132
|
-
* @internal
|
|
133
|
-
*/
|
|
134
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput>;
|
|
135
|
-
/**
|
|
136
|
-
* @internal
|
|
137
|
-
*/
|
|
138
|
-
private serialize;
|
|
139
|
-
/**
|
|
140
|
-
* @internal
|
|
141
|
-
*/
|
|
142
|
-
private deserialize;
|
|
127
|
+
export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
|
|
143
128
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DeleteTLSInspectionConfigurationRequest, DeleteTLSInspectionConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DeleteTLSInspectionConfigurationCommandInput extends DeleteTLSI
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLSInspectionConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DeleteTLSInspectionConfigurationCommand_base: {
|
|
24
|
+
new (input: DeleteTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Deletes the specified <a>TLSInspectionConfiguration</a>.</p>
|
|
@@ -114,23 +117,5 @@ export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLS
|
|
|
114
117
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
115
118
|
*
|
|
116
119
|
*/
|
|
117
|
-
export declare class DeleteTLSInspectionConfigurationCommand extends
|
|
118
|
-
readonly input: DeleteTLSInspectionConfigurationCommandInput;
|
|
119
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
120
|
-
/**
|
|
121
|
-
* @public
|
|
122
|
-
*/
|
|
123
|
-
constructor(input: DeleteTLSInspectionConfigurationCommandInput);
|
|
124
|
-
/**
|
|
125
|
-
* @internal
|
|
126
|
-
*/
|
|
127
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput>;
|
|
128
|
-
/**
|
|
129
|
-
* @internal
|
|
130
|
-
*/
|
|
131
|
-
private serialize;
|
|
132
|
-
/**
|
|
133
|
-
* @internal
|
|
134
|
-
*/
|
|
135
|
-
private deserialize;
|
|
120
|
+
export declare class DeleteTLSInspectionConfigurationCommand extends DeleteTLSInspectionConfigurationCommand_base {
|
|
136
121
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeFirewallRequest, DescribeFirewallResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFirewallCommandInput extends DescribeFirewallRequest {
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFirewallCommand_base: {
|
|
24
|
+
new (input: DescribeFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the data objects for the specified firewall. </p>
|
|
@@ -136,23 +139,5 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
|
|
|
136
139
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
137
140
|
*
|
|
138
141
|
*/
|
|
139
|
-
export declare class DescribeFirewallCommand extends
|
|
140
|
-
readonly input: DescribeFirewallCommandInput;
|
|
141
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
142
|
-
/**
|
|
143
|
-
* @public
|
|
144
|
-
*/
|
|
145
|
-
constructor(input: DescribeFirewallCommandInput);
|
|
146
|
-
/**
|
|
147
|
-
* @internal
|
|
148
|
-
*/
|
|
149
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFirewallCommandInput, DescribeFirewallCommandOutput>;
|
|
150
|
-
/**
|
|
151
|
-
* @internal
|
|
152
|
-
*/
|
|
153
|
-
private serialize;
|
|
154
|
-
/**
|
|
155
|
-
* @internal
|
|
156
|
-
*/
|
|
157
|
-
private deserialize;
|
|
142
|
+
export declare class DescribeFirewallCommand extends DescribeFirewallCommand_base {
|
|
158
143
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeFirewallPolicyRequest, DescribeFirewallPolicyResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeFirewallPolicyCommandInput extends DescribeFirewallPoli
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPolicyResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeFirewallPolicyCommand_base: {
|
|
24
|
+
new (input: DescribeFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the data objects for the specified firewall policy. </p>
|
|
@@ -153,23 +156,5 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
|
|
|
153
156
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
154
157
|
*
|
|
155
158
|
*/
|
|
156
|
-
export declare class DescribeFirewallPolicyCommand extends
|
|
157
|
-
readonly input: DescribeFirewallPolicyCommandInput;
|
|
158
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
159
|
-
/**
|
|
160
|
-
* @public
|
|
161
|
-
*/
|
|
162
|
-
constructor(input: DescribeFirewallPolicyCommandInput);
|
|
163
|
-
/**
|
|
164
|
-
* @internal
|
|
165
|
-
*/
|
|
166
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput>;
|
|
167
|
-
/**
|
|
168
|
-
* @internal
|
|
169
|
-
*/
|
|
170
|
-
private serialize;
|
|
171
|
-
/**
|
|
172
|
-
* @internal
|
|
173
|
-
*/
|
|
174
|
-
private deserialize;
|
|
159
|
+
export declare class DescribeFirewallPolicyCommand extends DescribeFirewallPolicyCommand_base {
|
|
175
160
|
}
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
-
import {
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
4
3
|
import { DescribeLoggingConfigurationRequest, DescribeLoggingConfigurationResponse } from "../models/models_0";
|
|
5
4
|
import { NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../NetworkFirewallClient";
|
|
6
5
|
/**
|
|
@@ -21,6 +20,10 @@ export interface DescribeLoggingConfigurationCommandInput extends DescribeLoggin
|
|
|
21
20
|
*/
|
|
22
21
|
export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggingConfigurationResponse, __MetadataBearer {
|
|
23
22
|
}
|
|
23
|
+
declare const DescribeLoggingConfigurationCommand_base: {
|
|
24
|
+
new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
|
+
};
|
|
24
27
|
/**
|
|
25
28
|
* @public
|
|
26
29
|
* <p>Returns the logging configuration for the specified firewall. </p>
|
|
@@ -89,23 +92,5 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
|
|
|
89
92
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
90
93
|
*
|
|
91
94
|
*/
|
|
92
|
-
export declare class DescribeLoggingConfigurationCommand extends
|
|
93
|
-
readonly input: DescribeLoggingConfigurationCommandInput;
|
|
94
|
-
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
95
|
-
/**
|
|
96
|
-
* @public
|
|
97
|
-
*/
|
|
98
|
-
constructor(input: DescribeLoggingConfigurationCommandInput);
|
|
99
|
-
/**
|
|
100
|
-
* @internal
|
|
101
|
-
*/
|
|
102
|
-
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: NetworkFirewallClientResolvedConfig, options?: __HttpHandlerOptions): Handler<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput>;
|
|
103
|
-
/**
|
|
104
|
-
* @internal
|
|
105
|
-
*/
|
|
106
|
-
private serialize;
|
|
107
|
-
/**
|
|
108
|
-
* @internal
|
|
109
|
-
*/
|
|
110
|
-
private deserialize;
|
|
95
|
+
export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
|
|
111
96
|
}
|