@aws-sdk/client-network-firewall 3.533.0 → 3.540.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/endpoint/endpointResolver.js +4 -2
- package/dist-cjs/index.js +0 -3
- package/dist-es/endpoint/endpointResolver.js +3 -1
- package/dist-es/index.js +0 -1
- package/dist-types/NetworkFirewall.d.ts +18 -1
- package/dist-types/NetworkFirewallClient.d.ts +1 -1
- package/dist-types/commands/AssociateFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/AssociateSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/CreateFirewallCommand.d.ts +2 -1
- package/dist-types/commands/CreateFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/CreateRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFirewallCommand.d.ts +2 -1
- package/dist-types/commands/DeleteFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DeleteRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFirewallCommand.d.ts +2 -1
- package/dist-types/commands/DescribeFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DescribeResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeRuleGroupMetadataCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/DisassociateSubnetsCommand.d.ts +2 -1
- package/dist-types/commands/ListFirewallPoliciesCommand.d.ts +2 -1
- package/dist-types/commands/ListFirewallsCommand.d.ts +2 -1
- package/dist-types/commands/ListRuleGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListTLSInspectionConfigurationsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/PutResourcePolicyCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallDeleteProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallDescriptionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateFirewallPolicyCommand.d.ts +2 -1
- package/dist-types/commands/UpdateLoggingConfigurationCommand.d.ts +2 -1
- package/dist-types/commands/UpdateRuleGroupCommand.d.ts +2 -1
- package/dist-types/commands/UpdateSubnetChangeProtectionCommand.d.ts +2 -1
- package/dist-types/commands/UpdateTLSInspectionConfigurationCommand.d.ts +2 -1
- package/dist-types/index.d.ts +0 -1
- package/dist-types/models/models_0.d.ts +468 -468
- package/dist-types/ts3.4/NetworkFirewall.d.ts +17 -0
- package/dist-types/ts3.4/commands/AssociateFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/AssociateSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFirewallCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFirewallCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFirewallCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeRuleGroupMetadataCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DisassociateSubnetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFirewallPoliciesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListFirewallsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListRuleGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTLSInspectionConfigurationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/PutResourcePolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDeleteProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallDescriptionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallEncryptionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyChangeProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateFirewallPolicyCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateLoggingConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateRuleGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateSubnetChangeProtectionCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateTLSInspectionConfigurationCommand.d.ts +9 -0
- package/dist-types/ts3.4/index.d.ts +0 -1
- package/package.json +40 -40
|
@@ -1,12 +1,14 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.defaultEndpointResolver = void 0;
|
|
4
|
-
const util_endpoints_1 = require("@
|
|
4
|
+
const util_endpoints_1 = require("@aws-sdk/util-endpoints");
|
|
5
|
+
const util_endpoints_2 = require("@smithy/util-endpoints");
|
|
5
6
|
const ruleset_1 = require("./ruleset");
|
|
6
7
|
const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
7
|
-
return (0,
|
|
8
|
+
return (0, util_endpoints_2.resolveEndpoint)(ruleset_1.ruleSet, {
|
|
8
9
|
endpointParams: endpointParams,
|
|
9
10
|
logger: context.logger,
|
|
10
11
|
});
|
|
11
12
|
};
|
|
12
13
|
exports.defaultEndpointResolver = defaultEndpointResolver;
|
|
14
|
+
util_endpoints_2.customEndpointFunctions.aws = util_endpoints_1.awsEndpointFunctions;
|
package/dist-cjs/index.js
CHANGED
|
@@ -2333,9 +2333,6 @@ var paginateListTLSInspectionConfigurations = (0, import_core.createPaginator)(N
|
|
|
2333
2333
|
// src/pagination/ListTagsForResourcePaginator.ts
|
|
2334
2334
|
|
|
2335
2335
|
var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewallClient, ListTagsForResourceCommand, "NextToken", "NextToken", "MaxResults");
|
|
2336
|
-
|
|
2337
|
-
// src/index.ts
|
|
2338
|
-
var import_util_endpoints = require("@aws-sdk/util-endpoints");
|
|
2339
2336
|
// Annotate the CommonJS export names for ESM import in node:
|
|
2340
2337
|
|
|
2341
2338
|
0 && (module.exports = {
|
|
@@ -1,4 +1,5 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
3
|
import { ruleSet } from "./ruleset";
|
|
3
4
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
4
5
|
return resolveEndpoint(ruleSet, {
|
|
@@ -6,3 +7,4 @@ export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
|
6
7
|
logger: context.logger,
|
|
7
8
|
});
|
|
8
9
|
};
|
|
10
|
+
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/dist-es/index.js
CHANGED
|
@@ -76,12 +76,14 @@ export interface NetworkFirewall {
|
|
|
76
76
|
/**
|
|
77
77
|
* @see {@link DeleteFirewallCommand}
|
|
78
78
|
*/
|
|
79
|
+
deleteFirewall(): Promise<DeleteFirewallCommandOutput>;
|
|
79
80
|
deleteFirewall(args: DeleteFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallCommandOutput>;
|
|
80
81
|
deleteFirewall(args: DeleteFirewallCommandInput, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
|
|
81
82
|
deleteFirewall(args: DeleteFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallCommandOutput) => void): void;
|
|
82
83
|
/**
|
|
83
84
|
* @see {@link DeleteFirewallPolicyCommand}
|
|
84
85
|
*/
|
|
86
|
+
deleteFirewallPolicy(): Promise<DeleteFirewallPolicyCommandOutput>;
|
|
85
87
|
deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFirewallPolicyCommandOutput>;
|
|
86
88
|
deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
|
|
87
89
|
deleteFirewallPolicy(args: DeleteFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFirewallPolicyCommandOutput) => void): void;
|
|
@@ -94,30 +96,35 @@ export interface NetworkFirewall {
|
|
|
94
96
|
/**
|
|
95
97
|
* @see {@link DeleteRuleGroupCommand}
|
|
96
98
|
*/
|
|
99
|
+
deleteRuleGroup(): Promise<DeleteRuleGroupCommandOutput>;
|
|
97
100
|
deleteRuleGroup(args: DeleteRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteRuleGroupCommandOutput>;
|
|
98
101
|
deleteRuleGroup(args: DeleteRuleGroupCommandInput, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
|
|
99
102
|
deleteRuleGroup(args: DeleteRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteRuleGroupCommandOutput) => void): void;
|
|
100
103
|
/**
|
|
101
104
|
* @see {@link DeleteTLSInspectionConfigurationCommand}
|
|
102
105
|
*/
|
|
106
|
+
deleteTLSInspectionConfiguration(): Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
103
107
|
deleteTLSInspectionConfiguration(args: DeleteTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DeleteTLSInspectionConfigurationCommandOutput>;
|
|
104
108
|
deleteTLSInspectionConfiguration(args: DeleteTLSInspectionConfigurationCommandInput, cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void): void;
|
|
105
109
|
deleteTLSInspectionConfiguration(args: DeleteTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteTLSInspectionConfigurationCommandOutput) => void): void;
|
|
106
110
|
/**
|
|
107
111
|
* @see {@link DescribeFirewallCommand}
|
|
108
112
|
*/
|
|
113
|
+
describeFirewall(): Promise<DescribeFirewallCommandOutput>;
|
|
109
114
|
describeFirewall(args: DescribeFirewallCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallCommandOutput>;
|
|
110
115
|
describeFirewall(args: DescribeFirewallCommandInput, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
|
|
111
116
|
describeFirewall(args: DescribeFirewallCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallCommandOutput) => void): void;
|
|
112
117
|
/**
|
|
113
118
|
* @see {@link DescribeFirewallPolicyCommand}
|
|
114
119
|
*/
|
|
120
|
+
describeFirewallPolicy(): Promise<DescribeFirewallPolicyCommandOutput>;
|
|
115
121
|
describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFirewallPolicyCommandOutput>;
|
|
116
122
|
describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
|
|
117
123
|
describeFirewallPolicy(args: DescribeFirewallPolicyCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void): void;
|
|
118
124
|
/**
|
|
119
125
|
* @see {@link DescribeLoggingConfigurationCommand}
|
|
120
126
|
*/
|
|
127
|
+
describeLoggingConfiguration(): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
121
128
|
describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
122
129
|
describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
|
|
123
130
|
describeLoggingConfiguration(args: DescribeLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeLoggingConfigurationCommandOutput) => void): void;
|
|
@@ -130,18 +137,21 @@ export interface NetworkFirewall {
|
|
|
130
137
|
/**
|
|
131
138
|
* @see {@link DescribeRuleGroupCommand}
|
|
132
139
|
*/
|
|
140
|
+
describeRuleGroup(): Promise<DescribeRuleGroupCommandOutput>;
|
|
133
141
|
describeRuleGroup(args: DescribeRuleGroupCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupCommandOutput>;
|
|
134
142
|
describeRuleGroup(args: DescribeRuleGroupCommandInput, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
|
|
135
143
|
describeRuleGroup(args: DescribeRuleGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupCommandOutput) => void): void;
|
|
136
144
|
/**
|
|
137
145
|
* @see {@link DescribeRuleGroupMetadataCommand}
|
|
138
146
|
*/
|
|
147
|
+
describeRuleGroupMetadata(): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
139
148
|
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRuleGroupMetadataCommandOutput>;
|
|
140
149
|
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
|
|
141
150
|
describeRuleGroupMetadata(args: DescribeRuleGroupMetadataCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRuleGroupMetadataCommandOutput) => void): void;
|
|
142
151
|
/**
|
|
143
152
|
* @see {@link DescribeTLSInspectionConfigurationCommand}
|
|
144
153
|
*/
|
|
154
|
+
describeTLSInspectionConfiguration(): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
145
155
|
describeTLSInspectionConfiguration(args: DescribeTLSInspectionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<DescribeTLSInspectionConfigurationCommandOutput>;
|
|
146
156
|
describeTLSInspectionConfiguration(args: DescribeTLSInspectionConfigurationCommandInput, cb: (err: any, data?: DescribeTLSInspectionConfigurationCommandOutput) => void): void;
|
|
147
157
|
describeTLSInspectionConfiguration(args: DescribeTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTLSInspectionConfigurationCommandOutput) => void): void;
|
|
@@ -154,18 +164,21 @@ export interface NetworkFirewall {
|
|
|
154
164
|
/**
|
|
155
165
|
* @see {@link ListFirewallPoliciesCommand}
|
|
156
166
|
*/
|
|
167
|
+
listFirewallPolicies(): Promise<ListFirewallPoliciesCommandOutput>;
|
|
157
168
|
listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options?: __HttpHandlerOptions): Promise<ListFirewallPoliciesCommandOutput>;
|
|
158
169
|
listFirewallPolicies(args: ListFirewallPoliciesCommandInput, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
|
|
159
170
|
listFirewallPolicies(args: ListFirewallPoliciesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallPoliciesCommandOutput) => void): void;
|
|
160
171
|
/**
|
|
161
172
|
* @see {@link ListFirewallsCommand}
|
|
162
173
|
*/
|
|
174
|
+
listFirewalls(): Promise<ListFirewallsCommandOutput>;
|
|
163
175
|
listFirewalls(args: ListFirewallsCommandInput, options?: __HttpHandlerOptions): Promise<ListFirewallsCommandOutput>;
|
|
164
176
|
listFirewalls(args: ListFirewallsCommandInput, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
|
|
165
177
|
listFirewalls(args: ListFirewallsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListFirewallsCommandOutput) => void): void;
|
|
166
178
|
/**
|
|
167
179
|
* @see {@link ListRuleGroupsCommand}
|
|
168
180
|
*/
|
|
181
|
+
listRuleGroups(): Promise<ListRuleGroupsCommandOutput>;
|
|
169
182
|
listRuleGroups(args: ListRuleGroupsCommandInput, options?: __HttpHandlerOptions): Promise<ListRuleGroupsCommandOutput>;
|
|
170
183
|
listRuleGroups(args: ListRuleGroupsCommandInput, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
|
|
171
184
|
listRuleGroups(args: ListRuleGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListRuleGroupsCommandOutput) => void): void;
|
|
@@ -178,6 +191,7 @@ export interface NetworkFirewall {
|
|
|
178
191
|
/**
|
|
179
192
|
* @see {@link ListTLSInspectionConfigurationsCommand}
|
|
180
193
|
*/
|
|
194
|
+
listTLSInspectionConfigurations(): Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
181
195
|
listTLSInspectionConfigurations(args: ListTLSInspectionConfigurationsCommandInput, options?: __HttpHandlerOptions): Promise<ListTLSInspectionConfigurationsCommandOutput>;
|
|
182
196
|
listTLSInspectionConfigurations(args: ListTLSInspectionConfigurationsCommandInput, cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void): void;
|
|
183
197
|
listTLSInspectionConfigurations(args: ListTLSInspectionConfigurationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTLSInspectionConfigurationsCommandOutput) => void): void;
|
|
@@ -208,12 +222,14 @@ export interface NetworkFirewall {
|
|
|
208
222
|
/**
|
|
209
223
|
* @see {@link UpdateFirewallDescriptionCommand}
|
|
210
224
|
*/
|
|
225
|
+
updateFirewallDescription(): Promise<UpdateFirewallDescriptionCommandOutput>;
|
|
211
226
|
updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallDescriptionCommandOutput>;
|
|
212
227
|
updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
|
|
213
228
|
updateFirewallDescription(args: UpdateFirewallDescriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallDescriptionCommandOutput) => void): void;
|
|
214
229
|
/**
|
|
215
230
|
* @see {@link UpdateFirewallEncryptionConfigurationCommand}
|
|
216
231
|
*/
|
|
232
|
+
updateFirewallEncryptionConfiguration(): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
217
233
|
updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateFirewallEncryptionConfigurationCommandOutput>;
|
|
218
234
|
updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void): void;
|
|
219
235
|
updateFirewallEncryptionConfiguration(args: UpdateFirewallEncryptionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateFirewallEncryptionConfigurationCommandOutput) => void): void;
|
|
@@ -232,6 +248,7 @@ export interface NetworkFirewall {
|
|
|
232
248
|
/**
|
|
233
249
|
* @see {@link UpdateLoggingConfigurationCommand}
|
|
234
250
|
*/
|
|
251
|
+
updateLoggingConfiguration(): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
235
252
|
updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options?: __HttpHandlerOptions): Promise<UpdateLoggingConfigurationCommandOutput>;
|
|
236
253
|
updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
|
|
237
254
|
updateLoggingConfiguration(args: UpdateLoggingConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateLoggingConfigurationCommandOutput) => void): void;
|
|
@@ -255,7 +272,6 @@ export interface NetworkFirewall {
|
|
|
255
272
|
updateTLSInspectionConfiguration(args: UpdateTLSInspectionConfigurationCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateTLSInspectionConfigurationCommandOutput) => void): void;
|
|
256
273
|
}
|
|
257
274
|
/**
|
|
258
|
-
* @public
|
|
259
275
|
* <p>This is the API Reference for Network Firewall. This guide is for developers who need
|
|
260
276
|
* detailed information about the Network Firewall API actions, data types, and errors. </p>
|
|
261
277
|
* <ul>
|
|
@@ -334,6 +350,7 @@ export interface NetworkFirewall {
|
|
|
334
350
|
* endpoints.</p>
|
|
335
351
|
* </li>
|
|
336
352
|
* </ol>
|
|
353
|
+
* @public
|
|
337
354
|
*/
|
|
338
355
|
export declare class NetworkFirewall extends NetworkFirewallClient implements NetworkFirewall {
|
|
339
356
|
}
|
|
@@ -187,7 +187,6 @@ export type NetworkFirewallClientResolvedConfigType = __SmithyResolvedConfigurat
|
|
|
187
187
|
export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClientResolvedConfigType {
|
|
188
188
|
}
|
|
189
189
|
/**
|
|
190
|
-
* @public
|
|
191
190
|
* <p>This is the API Reference for Network Firewall. This guide is for developers who need
|
|
192
191
|
* detailed information about the Network Firewall API actions, data types, and errors. </p>
|
|
193
192
|
* <ul>
|
|
@@ -266,6 +265,7 @@ export interface NetworkFirewallClientResolvedConfig extends NetworkFirewallClie
|
|
|
266
265
|
* endpoints.</p>
|
|
267
266
|
* </li>
|
|
268
267
|
* </ol>
|
|
268
|
+
* @public
|
|
269
269
|
*/
|
|
270
270
|
export declare class NetworkFirewallClient extends __Client<__HttpHandlerOptions, ServiceInputTypes, ServiceOutputTypes, NetworkFirewallClientResolvedConfig> {
|
|
271
271
|
/**
|
|
@@ -22,10 +22,10 @@ export interface AssociateFirewallPolicyCommandOutput extends AssociateFirewallP
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateFirewallPolicyCommand_base: {
|
|
24
24
|
new (input: AssociateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateFirewallPolicyCommandInput, AssociateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates a <a>FirewallPolicy</a> to a <a>Firewall</a>. </p>
|
|
30
30
|
* <p>A firewall policy defines how to monitor and manage your VPC network traffic, using a
|
|
31
31
|
* collection of inspection rule groups and other settings. Each firewall requires one
|
|
@@ -96,6 +96,7 @@ declare const AssociateFirewallPolicyCommand_base: {
|
|
|
96
96
|
* @throws {@link NetworkFirewallServiceException}
|
|
97
97
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
98
98
|
*
|
|
99
|
+
* @public
|
|
99
100
|
*/
|
|
100
101
|
export declare class AssociateFirewallPolicyCommand extends AssociateFirewallPolicyCommand_base {
|
|
101
102
|
}
|
|
@@ -22,10 +22,10 @@ export interface AssociateSubnetsCommandOutput extends AssociateSubnetsResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const AssociateSubnetsCommand_base: {
|
|
24
24
|
new (input: AssociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: AssociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<AssociateSubnetsCommandInput, AssociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Associates the specified subnets in the Amazon VPC to the firewall. You can specify one
|
|
30
30
|
* subnet for each of the Availability Zones that the VPC spans. </p>
|
|
31
31
|
* <p>This request creates an Network Firewall firewall endpoint in each of the subnets. To
|
|
@@ -111,6 +111,7 @@ declare const AssociateSubnetsCommand_base: {
|
|
|
111
111
|
* @throws {@link NetworkFirewallServiceException}
|
|
112
112
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
113
113
|
*
|
|
114
|
+
* @public
|
|
114
115
|
*/
|
|
115
116
|
export declare class AssociateSubnetsCommand extends AssociateSubnetsCommand_base {
|
|
116
117
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFirewallCommandOutput extends CreateFirewallResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFirewallCommand_base: {
|
|
24
24
|
new (input: CreateFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFirewallCommandInput, CreateFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates an Network Firewall <a>Firewall</a> and accompanying <a>FirewallStatus</a> for a VPC. </p>
|
|
30
30
|
* <p>The firewall defines the configuration settings for an Network Firewall firewall. The settings that you can define at creation include the firewall policy, the subnets in your VPC to use for the firewall endpoints, and any tags that are attached to the firewall Amazon Web Services resource. </p>
|
|
31
31
|
* <p>After you create a firewall, you can provide additional settings, like the logging configuration. </p>
|
|
@@ -172,6 +172,7 @@ declare const CreateFirewallCommand_base: {
|
|
|
172
172
|
* @throws {@link NetworkFirewallServiceException}
|
|
173
173
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
174
174
|
*
|
|
175
|
+
* @public
|
|
175
176
|
*/
|
|
176
177
|
export declare class CreateFirewallCommand extends CreateFirewallCommand_base {
|
|
177
178
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateFirewallPolicyCommandOutput extends CreateFirewallPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateFirewallPolicyCommand_base: {
|
|
24
24
|
new (input: CreateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<CreateFirewallPolicyCommandInput, CreateFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates the firewall policy for the firewall according to the specifications. </p>
|
|
30
30
|
* <p>An Network Firewall firewall policy defines the behavior of a firewall, in a collection of
|
|
31
31
|
* stateless and stateful rule groups and other settings. You can use one firewall policy for
|
|
@@ -173,6 +173,7 @@ declare const CreateFirewallPolicyCommand_base: {
|
|
|
173
173
|
* @throws {@link NetworkFirewallServiceException}
|
|
174
174
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
175
175
|
*
|
|
176
|
+
* @public
|
|
176
177
|
*/
|
|
177
178
|
export declare class CreateFirewallPolicyCommand extends CreateFirewallPolicyCommand_base {
|
|
178
179
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateRuleGroupCommandOutput extends CreateRuleGroupResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateRuleGroupCommand_base: {
|
|
24
24
|
new (input: CreateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<CreateRuleGroupCommandInput, CreateRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Creates the specified stateless or stateful rule group, which includes the rules for
|
|
30
30
|
* network traffic inspection, a capacity setting, and tags. </p>
|
|
31
31
|
* <p>You provide your rule group specification in your request using either
|
|
@@ -266,6 +266,7 @@ declare const CreateRuleGroupCommand_base: {
|
|
|
266
266
|
* @throws {@link NetworkFirewallServiceException}
|
|
267
267
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
268
268
|
*
|
|
269
|
+
* @public
|
|
269
270
|
*/
|
|
270
271
|
export declare class CreateRuleGroupCommand extends CreateRuleGroupCommand_base {
|
|
271
272
|
}
|
|
@@ -22,10 +22,10 @@ export interface CreateTLSInspectionConfigurationCommandOutput extends CreateTLS
|
|
|
22
22
|
}
|
|
23
23
|
declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
24
24
|
new (input: CreateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: CreateTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<CreateTLSInspectionConfigurationCommandInput, CreateTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
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>
|
|
30
30
|
* <p>After you create a TLS inspection configuration, you can associate it with a new firewall policy.</p>
|
|
31
31
|
* <p>To update the settings for a TLS inspection configuration, use <a>UpdateTLSInspectionConfiguration</a>.</p>
|
|
@@ -180,6 +180,7 @@ declare const CreateTLSInspectionConfigurationCommand_base: {
|
|
|
180
180
|
* @throws {@link NetworkFirewallServiceException}
|
|
181
181
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
182
182
|
*
|
|
183
|
+
* @public
|
|
183
184
|
*/
|
|
184
185
|
export declare class CreateTLSInspectionConfigurationCommand extends CreateTLSInspectionConfigurationCommand_base {
|
|
185
186
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFirewallCommandOutput extends DeleteFirewallResponse, __M
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFirewallCommand_base: {
|
|
24
24
|
new (input: DeleteFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteFirewallCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteFirewallCommandInput, DeleteFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified <a>Firewall</a> and its <a>FirewallStatus</a>.
|
|
30
30
|
* This operation requires the firewall's <code>DeleteProtection</code> flag to be
|
|
31
31
|
* <code>FALSE</code>. You can't revert this operation. </p>
|
|
@@ -154,6 +154,7 @@ declare const DeleteFirewallCommand_base: {
|
|
|
154
154
|
* @throws {@link NetworkFirewallServiceException}
|
|
155
155
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
156
156
|
*
|
|
157
|
+
* @public
|
|
157
158
|
*/
|
|
158
159
|
export declare class DeleteFirewallCommand extends DeleteFirewallCommand_base {
|
|
159
160
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteFirewallPolicyCommandOutput extends DeleteFirewallPolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteFirewallPolicyCommand_base: {
|
|
24
24
|
new (input: DeleteFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteFirewallPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteFirewallPolicyCommandInput, DeleteFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified <a>FirewallPolicy</a>. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -107,6 +107,7 @@ declare const DeleteFirewallPolicyCommand_base: {
|
|
|
107
107
|
* @throws {@link NetworkFirewallServiceException}
|
|
108
108
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
109
109
|
*
|
|
110
|
+
* @public
|
|
110
111
|
*/
|
|
111
112
|
export declare class DeleteFirewallPolicyCommand extends DeleteFirewallPolicyCommand_base {
|
|
112
113
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteResourcePolicyCommandOutput extends DeleteResourcePolicyR
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteResourcePolicyCommand_base: {
|
|
24
24
|
new (input: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DeleteResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteResourcePolicyCommandInput, DeleteResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -80,6 +80,7 @@ declare const DeleteResourcePolicyCommand_base: {
|
|
|
80
80
|
* @throws {@link NetworkFirewallServiceException}
|
|
81
81
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
82
82
|
*
|
|
83
|
+
* @public
|
|
83
84
|
*/
|
|
84
85
|
export declare class DeleteResourcePolicyCommand extends DeleteResourcePolicyCommand_base {
|
|
85
86
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteRuleGroupCommandOutput extends DeleteRuleGroupResponse, _
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteRuleGroupCommand_base: {
|
|
24
24
|
new (input: DeleteRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteRuleGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified <a>RuleGroup</a>. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -123,6 +123,7 @@ declare const DeleteRuleGroupCommand_base: {
|
|
|
123
123
|
* @throws {@link NetworkFirewallServiceException}
|
|
124
124
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
125
125
|
*
|
|
126
|
+
* @public
|
|
126
127
|
*/
|
|
127
128
|
export declare class DeleteRuleGroupCommand extends DeleteRuleGroupCommand_base {
|
|
128
129
|
}
|
|
@@ -22,10 +22,10 @@ export interface DeleteTLSInspectionConfigurationCommandOutput extends DeleteTLS
|
|
|
22
22
|
}
|
|
23
23
|
declare const DeleteTLSInspectionConfigurationCommand_base: {
|
|
24
24
|
new (input: DeleteTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DeleteTLSInspectionConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Deletes the specified <a>TLSInspectionConfiguration</a>.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -116,6 +116,7 @@ declare const DeleteTLSInspectionConfigurationCommand_base: {
|
|
|
116
116
|
* @throws {@link NetworkFirewallServiceException}
|
|
117
117
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
118
118
|
*
|
|
119
|
+
* @public
|
|
119
120
|
*/
|
|
120
121
|
export declare class DeleteTLSInspectionConfigurationCommand extends DeleteTLSInspectionConfigurationCommand_base {
|
|
121
122
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFirewallCommandOutput extends DescribeFirewallResponse,
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFirewallCommand_base: {
|
|
24
24
|
new (input: DescribeFirewallCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeFirewallCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeFirewallCommandInput, DescribeFirewallCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the data objects for the specified firewall. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -138,6 +138,7 @@ declare const DescribeFirewallCommand_base: {
|
|
|
138
138
|
* @throws {@link NetworkFirewallServiceException}
|
|
139
139
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
140
140
|
*
|
|
141
|
+
* @public
|
|
141
142
|
*/
|
|
142
143
|
export declare class DescribeFirewallCommand extends DescribeFirewallCommand_base {
|
|
143
144
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeFirewallPolicyCommandOutput extends DescribeFirewallPol
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeFirewallPolicyCommand_base: {
|
|
24
24
|
new (input: DescribeFirewallPolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeFirewallPolicyCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the data objects for the specified firewall policy. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -155,6 +155,7 @@ declare const DescribeFirewallPolicyCommand_base: {
|
|
|
155
155
|
* @throws {@link NetworkFirewallServiceException}
|
|
156
156
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
157
157
|
*
|
|
158
|
+
* @public
|
|
158
159
|
*/
|
|
159
160
|
export declare class DescribeFirewallPolicyCommand extends DescribeFirewallPolicyCommand_base {
|
|
160
161
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeLoggingConfigurationCommandOutput extends DescribeLoggi
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeLoggingConfigurationCommand_base: {
|
|
24
24
|
new (input: DescribeLoggingConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeLoggingConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the logging configuration for the specified firewall. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -91,6 +91,7 @@ declare const DescribeLoggingConfigurationCommand_base: {
|
|
|
91
91
|
* @throws {@link NetworkFirewallServiceException}
|
|
92
92
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
93
93
|
*
|
|
94
|
+
* @public
|
|
94
95
|
*/
|
|
95
96
|
export declare class DescribeLoggingConfigurationCommand extends DescribeLoggingConfigurationCommand_base {
|
|
96
97
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeResourcePolicyCommandOutput extends DescribeResourcePol
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeResourcePolicyCommand_base: {
|
|
24
24
|
new (input: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DescribeResourcePolicyCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves a resource policy that you created in a <a>PutResourcePolicy</a> request. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -79,6 +79,7 @@ declare const DescribeResourcePolicyCommand_base: {
|
|
|
79
79
|
* @throws {@link NetworkFirewallServiceException}
|
|
80
80
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
81
81
|
*
|
|
82
|
+
* @public
|
|
82
83
|
*/
|
|
83
84
|
export declare class DescribeResourcePolicyCommand extends DescribeResourcePolicyCommand_base {
|
|
84
85
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRuleGroupCommandOutput extends DescribeRuleGroupRespons
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRuleGroupCommand_base: {
|
|
24
24
|
new (input: DescribeRuleGroupCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeRuleGroupCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the data objects for the specified rule group. </p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -242,6 +242,7 @@ declare const DescribeRuleGroupCommand_base: {
|
|
|
242
242
|
* @throws {@link NetworkFirewallServiceException}
|
|
243
243
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
244
244
|
*
|
|
245
|
+
* @public
|
|
245
246
|
*/
|
|
246
247
|
export declare class DescribeRuleGroupCommand extends DescribeRuleGroupCommand_base {
|
|
247
248
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeRuleGroupMetadataCommandOutput extends DescribeRuleGrou
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeRuleGroupMetadataCommand_base: {
|
|
24
24
|
new (input: DescribeRuleGroupMetadataCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeRuleGroupMetadataCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeRuleGroupMetadataCommandInput, DescribeRuleGroupMetadataCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>High-level information about a rule group, returned by operations like create and describe.
|
|
30
30
|
* You can use the information provided in the metadata to retrieve and manage a rule group.
|
|
31
31
|
* You can retrieve all objects for a rule group by calling <a>DescribeRuleGroup</a>.
|
|
@@ -92,6 +92,7 @@ declare const DescribeRuleGroupMetadataCommand_base: {
|
|
|
92
92
|
* @throws {@link NetworkFirewallServiceException}
|
|
93
93
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
94
94
|
*
|
|
95
|
+
* @public
|
|
95
96
|
*/
|
|
96
97
|
export declare class DescribeRuleGroupMetadataCommand extends DescribeRuleGroupMetadataCommand_base {
|
|
97
98
|
}
|
|
@@ -22,10 +22,10 @@ export interface DescribeTLSInspectionConfigurationCommandOutput extends Describ
|
|
|
22
22
|
}
|
|
23
23
|
declare const DescribeTLSInspectionConfigurationCommand_base: {
|
|
24
24
|
new (input: DescribeTLSInspectionConfigurationCommandInput): import("@smithy/smithy-client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [DescribeTLSInspectionConfigurationCommandInput]): import("@smithy/smithy-client").CommandImpl<DescribeTLSInspectionConfigurationCommandInput, DescribeTLSInspectionConfigurationCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Returns the data objects for the specified TLS inspection configuration.</p>
|
|
30
30
|
* @example
|
|
31
31
|
* Use a bare-bones client and the command you need to make an API call.
|
|
@@ -158,6 +158,7 @@ declare const DescribeTLSInspectionConfigurationCommand_base: {
|
|
|
158
158
|
* @throws {@link NetworkFirewallServiceException}
|
|
159
159
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
160
160
|
*
|
|
161
|
+
* @public
|
|
161
162
|
*/
|
|
162
163
|
export declare class DescribeTLSInspectionConfigurationCommand extends DescribeTLSInspectionConfigurationCommand_base {
|
|
163
164
|
}
|
|
@@ -22,10 +22,10 @@ export interface DisassociateSubnetsCommandOutput extends DisassociateSubnetsRes
|
|
|
22
22
|
}
|
|
23
23
|
declare const DisassociateSubnetsCommand_base: {
|
|
24
24
|
new (input: DisassociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (__0_0: DisassociateSubnetsCommandInput): import("@smithy/smithy-client").CommandImpl<DisassociateSubnetsCommandInput, DisassociateSubnetsCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Removes the specified subnet associations from the firewall. This removes the
|
|
30
30
|
* firewall endpoints from the subnets and removes any network filtering protections that the endpoints
|
|
31
31
|
* were providing.
|
|
@@ -102,6 +102,7 @@ declare const DisassociateSubnetsCommand_base: {
|
|
|
102
102
|
* @throws {@link NetworkFirewallServiceException}
|
|
103
103
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
104
104
|
*
|
|
105
|
+
* @public
|
|
105
106
|
*/
|
|
106
107
|
export declare class DisassociateSubnetsCommand extends DisassociateSubnetsCommand_base {
|
|
107
108
|
}
|
|
@@ -22,10 +22,10 @@ export interface ListFirewallPoliciesCommandOutput extends ListFirewallPoliciesR
|
|
|
22
22
|
}
|
|
23
23
|
declare const ListFirewallPoliciesCommand_base: {
|
|
24
24
|
new (input: ListFirewallPoliciesCommandInput): import("@smithy/smithy-client").CommandImpl<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
|
+
new (...[input]: [] | [ListFirewallPoliciesCommandInput]): import("@smithy/smithy-client").CommandImpl<ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput, NetworkFirewallClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes>;
|
|
25
26
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
26
27
|
};
|
|
27
28
|
/**
|
|
28
|
-
* @public
|
|
29
29
|
* <p>Retrieves the metadata for the firewall policies that you have defined. Depending on
|
|
30
30
|
* your setting for max results and the number of firewall policies, a single call might not
|
|
31
31
|
* return the full list. </p>
|
|
@@ -85,6 +85,7 @@ declare const ListFirewallPoliciesCommand_base: {
|
|
|
85
85
|
* @throws {@link NetworkFirewallServiceException}
|
|
86
86
|
* <p>Base exception class for all service exceptions from NetworkFirewall service.</p>
|
|
87
87
|
*
|
|
88
|
+
* @public
|
|
88
89
|
*/
|
|
89
90
|
export declare class ListFirewallPoliciesCommand extends ListFirewallPoliciesCommand_base {
|
|
90
91
|
}
|