@aws-sdk/client-network-firewall 3.758.0 → 3.774.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/README.md +40 -0
- package/dist-cjs/index.js +284 -29
- package/dist-es/NetworkFirewall.js +10 -0
- package/dist-es/commands/DescribeFlowOperationCommand.js +22 -0
- package/dist-es/commands/ListFlowOperationResultsCommand.js +22 -0
- package/dist-es/commands/ListFlowOperationsCommand.js +22 -0
- package/dist-es/commands/StartFlowCaptureCommand.js +22 -0
- package/dist-es/commands/StartFlowFlushCommand.js +22 -0
- package/dist-es/commands/index.js +5 -0
- package/dist-es/models/models_0.js +10 -0
- package/dist-es/pagination/ListFlowOperationResultsPaginator.js +4 -0
- package/dist-es/pagination/ListFlowOperationsPaginator.js +4 -0
- package/dist-es/pagination/index.js +2 -0
- package/dist-es/protocols/Aws_json1_0.js +141 -0
- package/dist-types/NetworkFirewall.d.ts +35 -0
- package/dist-types/NetworkFirewallClient.d.ts +7 -2
- package/dist-types/commands/DescribeFlowOperationCommand.d.ts +123 -0
- package/dist-types/commands/ListFlowOperationResultsCommand.d.ts +126 -0
- package/dist-types/commands/ListFlowOperationsCommand.d.ts +113 -0
- package/dist-types/commands/StartFlowCaptureCommand.d.ts +124 -0
- package/dist-types/commands/StartFlowFlushCommand.d.ts +123 -0
- package/dist-types/commands/index.d.ts +5 -0
- package/dist-types/models/models_0.d.ts +497 -20
- package/dist-types/pagination/ListFlowOperationResultsPaginator.d.ts +7 -0
- package/dist-types/pagination/ListFlowOperationsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -0
- package/dist-types/protocols/Aws_json1_0.d.ts +45 -0
- package/dist-types/ts3.4/NetworkFirewall.d.ts +85 -0
- package/dist-types/ts3.4/NetworkFirewallClient.d.ts +30 -0
- package/dist-types/ts3.4/commands/DescribeFlowOperationCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowOperationResultsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/ListFlowOperationsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/StartFlowCaptureCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/StartFlowFlushCommand.d.ts +50 -0
- package/dist-types/ts3.4/commands/index.d.ts +5 -0
- package/dist-types/ts3.4/models/models_0.d.ts +106 -0
- package/dist-types/ts3.4/pagination/ListFlowOperationResultsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/ListFlowOperationsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -0
- package/dist-types/ts3.4/protocols/Aws_json1_0.d.ts +60 -0
- package/package.json +7 -7
|
@@ -13,6 +13,7 @@ import { DeleteRuleGroupCommandInput, DeleteRuleGroupCommandOutput } from "../co
|
|
|
13
13
|
import { DeleteTLSInspectionConfigurationCommandInput, DeleteTLSInspectionConfigurationCommandOutput } from "../commands/DeleteTLSInspectionConfigurationCommand";
|
|
14
14
|
import { DescribeFirewallCommandInput, DescribeFirewallCommandOutput } from "../commands/DescribeFirewallCommand";
|
|
15
15
|
import { DescribeFirewallPolicyCommandInput, DescribeFirewallPolicyCommandOutput } from "../commands/DescribeFirewallPolicyCommand";
|
|
16
|
+
import { DescribeFlowOperationCommandInput, DescribeFlowOperationCommandOutput } from "../commands/DescribeFlowOperationCommand";
|
|
16
17
|
import { DescribeLoggingConfigurationCommandInput, DescribeLoggingConfigurationCommandOutput } from "../commands/DescribeLoggingConfigurationCommand";
|
|
17
18
|
import { DescribeResourcePolicyCommandInput, DescribeResourcePolicyCommandOutput } from "../commands/DescribeResourcePolicyCommand";
|
|
18
19
|
import { DescribeRuleGroupCommandInput, DescribeRuleGroupCommandOutput } from "../commands/DescribeRuleGroupCommand";
|
|
@@ -23,11 +24,15 @@ import { GetAnalysisReportResultsCommandInput, GetAnalysisReportResultsCommandOu
|
|
|
23
24
|
import { ListAnalysisReportsCommandInput, ListAnalysisReportsCommandOutput } from "../commands/ListAnalysisReportsCommand";
|
|
24
25
|
import { ListFirewallPoliciesCommandInput, ListFirewallPoliciesCommandOutput } from "../commands/ListFirewallPoliciesCommand";
|
|
25
26
|
import { ListFirewallsCommandInput, ListFirewallsCommandOutput } from "../commands/ListFirewallsCommand";
|
|
27
|
+
import { ListFlowOperationResultsCommandInput, ListFlowOperationResultsCommandOutput } from "../commands/ListFlowOperationResultsCommand";
|
|
28
|
+
import { ListFlowOperationsCommandInput, ListFlowOperationsCommandOutput } from "../commands/ListFlowOperationsCommand";
|
|
26
29
|
import { ListRuleGroupsCommandInput, ListRuleGroupsCommandOutput } from "../commands/ListRuleGroupsCommand";
|
|
27
30
|
import { ListTagsForResourceCommandInput, ListTagsForResourceCommandOutput } from "../commands/ListTagsForResourceCommand";
|
|
28
31
|
import { ListTLSInspectionConfigurationsCommandInput, ListTLSInspectionConfigurationsCommandOutput } from "../commands/ListTLSInspectionConfigurationsCommand";
|
|
29
32
|
import { PutResourcePolicyCommandInput, PutResourcePolicyCommandOutput } from "../commands/PutResourcePolicyCommand";
|
|
30
33
|
import { StartAnalysisReportCommandInput, StartAnalysisReportCommandOutput } from "../commands/StartAnalysisReportCommand";
|
|
34
|
+
import { StartFlowCaptureCommandInput, StartFlowCaptureCommandOutput } from "../commands/StartFlowCaptureCommand";
|
|
35
|
+
import { StartFlowFlushCommandInput, StartFlowFlushCommandOutput } from "../commands/StartFlowFlushCommand";
|
|
31
36
|
import { TagResourceCommandInput, TagResourceCommandOutput } from "../commands/TagResourceCommand";
|
|
32
37
|
import { UntagResourceCommandInput, UntagResourceCommandOutput } from "../commands/UntagResourceCommand";
|
|
33
38
|
import { UpdateFirewallAnalysisSettingsCommandInput, UpdateFirewallAnalysisSettingsCommandOutput } from "../commands/UpdateFirewallAnalysisSettingsCommand";
|
|
@@ -92,6 +97,10 @@ export declare const se_DescribeFirewallCommand: (input: DescribeFirewallCommand
|
|
|
92
97
|
* serializeAws_json1_0DescribeFirewallPolicyCommand
|
|
93
98
|
*/
|
|
94
99
|
export declare const se_DescribeFirewallPolicyCommand: (input: DescribeFirewallPolicyCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
100
|
+
/**
|
|
101
|
+
* serializeAws_json1_0DescribeFlowOperationCommand
|
|
102
|
+
*/
|
|
103
|
+
export declare const se_DescribeFlowOperationCommand: (input: DescribeFlowOperationCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
95
104
|
/**
|
|
96
105
|
* serializeAws_json1_0DescribeLoggingConfigurationCommand
|
|
97
106
|
*/
|
|
@@ -132,6 +141,14 @@ export declare const se_ListFirewallPoliciesCommand: (input: ListFirewallPolicie
|
|
|
132
141
|
* serializeAws_json1_0ListFirewallsCommand
|
|
133
142
|
*/
|
|
134
143
|
export declare const se_ListFirewallsCommand: (input: ListFirewallsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
144
|
+
/**
|
|
145
|
+
* serializeAws_json1_0ListFlowOperationResultsCommand
|
|
146
|
+
*/
|
|
147
|
+
export declare const se_ListFlowOperationResultsCommand: (input: ListFlowOperationResultsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
148
|
+
/**
|
|
149
|
+
* serializeAws_json1_0ListFlowOperationsCommand
|
|
150
|
+
*/
|
|
151
|
+
export declare const se_ListFlowOperationsCommand: (input: ListFlowOperationsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
135
152
|
/**
|
|
136
153
|
* serializeAws_json1_0ListRuleGroupsCommand
|
|
137
154
|
*/
|
|
@@ -152,6 +169,14 @@ export declare const se_PutResourcePolicyCommand: (input: PutResourcePolicyComma
|
|
|
152
169
|
* serializeAws_json1_0StartAnalysisReportCommand
|
|
153
170
|
*/
|
|
154
171
|
export declare const se_StartAnalysisReportCommand: (input: StartAnalysisReportCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
172
|
+
/**
|
|
173
|
+
* serializeAws_json1_0StartFlowCaptureCommand
|
|
174
|
+
*/
|
|
175
|
+
export declare const se_StartFlowCaptureCommand: (input: StartFlowCaptureCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
176
|
+
/**
|
|
177
|
+
* serializeAws_json1_0StartFlowFlushCommand
|
|
178
|
+
*/
|
|
179
|
+
export declare const se_StartFlowFlushCommand: (input: StartFlowFlushCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
155
180
|
/**
|
|
156
181
|
* serializeAws_json1_0TagResourceCommand
|
|
157
182
|
*/
|
|
@@ -252,6 +277,10 @@ export declare const de_DescribeFirewallCommand: (output: __HttpResponse, contex
|
|
|
252
277
|
* deserializeAws_json1_0DescribeFirewallPolicyCommand
|
|
253
278
|
*/
|
|
254
279
|
export declare const de_DescribeFirewallPolicyCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFirewallPolicyCommandOutput>;
|
|
280
|
+
/**
|
|
281
|
+
* deserializeAws_json1_0DescribeFlowOperationCommand
|
|
282
|
+
*/
|
|
283
|
+
export declare const de_DescribeFlowOperationCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeFlowOperationCommandOutput>;
|
|
255
284
|
/**
|
|
256
285
|
* deserializeAws_json1_0DescribeLoggingConfigurationCommand
|
|
257
286
|
*/
|
|
@@ -292,6 +321,14 @@ export declare const de_ListFirewallPoliciesCommand: (output: __HttpResponse, co
|
|
|
292
321
|
* deserializeAws_json1_0ListFirewallsCommand
|
|
293
322
|
*/
|
|
294
323
|
export declare const de_ListFirewallsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFirewallsCommandOutput>;
|
|
324
|
+
/**
|
|
325
|
+
* deserializeAws_json1_0ListFlowOperationResultsCommand
|
|
326
|
+
*/
|
|
327
|
+
export declare const de_ListFlowOperationResultsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowOperationResultsCommandOutput>;
|
|
328
|
+
/**
|
|
329
|
+
* deserializeAws_json1_0ListFlowOperationsCommand
|
|
330
|
+
*/
|
|
331
|
+
export declare const de_ListFlowOperationsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ListFlowOperationsCommandOutput>;
|
|
295
332
|
/**
|
|
296
333
|
* deserializeAws_json1_0ListRuleGroupsCommand
|
|
297
334
|
*/
|
|
@@ -312,6 +349,14 @@ export declare const de_PutResourcePolicyCommand: (output: __HttpResponse, conte
|
|
|
312
349
|
* deserializeAws_json1_0StartAnalysisReportCommand
|
|
313
350
|
*/
|
|
314
351
|
export declare const de_StartAnalysisReportCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartAnalysisReportCommandOutput>;
|
|
352
|
+
/**
|
|
353
|
+
* deserializeAws_json1_0StartFlowCaptureCommand
|
|
354
|
+
*/
|
|
355
|
+
export declare const de_StartFlowCaptureCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowCaptureCommandOutput>;
|
|
356
|
+
/**
|
|
357
|
+
* deserializeAws_json1_0StartFlowFlushCommand
|
|
358
|
+
*/
|
|
359
|
+
export declare const de_StartFlowFlushCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartFlowFlushCommandOutput>;
|
|
315
360
|
/**
|
|
316
361
|
* deserializeAws_json1_0TagResourceCommand
|
|
317
362
|
*/
|
|
@@ -51,6 +51,10 @@ import {
|
|
|
51
51
|
DescribeFirewallPolicyCommandInput,
|
|
52
52
|
DescribeFirewallPolicyCommandOutput,
|
|
53
53
|
} from "./commands/DescribeFirewallPolicyCommand";
|
|
54
|
+
import {
|
|
55
|
+
DescribeFlowOperationCommandInput,
|
|
56
|
+
DescribeFlowOperationCommandOutput,
|
|
57
|
+
} from "./commands/DescribeFlowOperationCommand";
|
|
54
58
|
import {
|
|
55
59
|
DescribeLoggingConfigurationCommandInput,
|
|
56
60
|
DescribeLoggingConfigurationCommandOutput,
|
|
@@ -91,6 +95,14 @@ import {
|
|
|
91
95
|
ListFirewallsCommandInput,
|
|
92
96
|
ListFirewallsCommandOutput,
|
|
93
97
|
} from "./commands/ListFirewallsCommand";
|
|
98
|
+
import {
|
|
99
|
+
ListFlowOperationResultsCommandInput,
|
|
100
|
+
ListFlowOperationResultsCommandOutput,
|
|
101
|
+
} from "./commands/ListFlowOperationResultsCommand";
|
|
102
|
+
import {
|
|
103
|
+
ListFlowOperationsCommandInput,
|
|
104
|
+
ListFlowOperationsCommandOutput,
|
|
105
|
+
} from "./commands/ListFlowOperationsCommand";
|
|
94
106
|
import {
|
|
95
107
|
ListRuleGroupsCommandInput,
|
|
96
108
|
ListRuleGroupsCommandOutput,
|
|
@@ -111,6 +123,14 @@ import {
|
|
|
111
123
|
StartAnalysisReportCommandInput,
|
|
112
124
|
StartAnalysisReportCommandOutput,
|
|
113
125
|
} from "./commands/StartAnalysisReportCommand";
|
|
126
|
+
import {
|
|
127
|
+
StartFlowCaptureCommandInput,
|
|
128
|
+
StartFlowCaptureCommandOutput,
|
|
129
|
+
} from "./commands/StartFlowCaptureCommand";
|
|
130
|
+
import {
|
|
131
|
+
StartFlowFlushCommandInput,
|
|
132
|
+
StartFlowFlushCommandOutput,
|
|
133
|
+
} from "./commands/StartFlowFlushCommand";
|
|
114
134
|
import {
|
|
115
135
|
TagResourceCommandInput,
|
|
116
136
|
TagResourceCommandOutput,
|
|
@@ -336,6 +356,19 @@ export interface NetworkFirewall {
|
|
|
336
356
|
options: __HttpHandlerOptions,
|
|
337
357
|
cb: (err: any, data?: DescribeFirewallPolicyCommandOutput) => void
|
|
338
358
|
): void;
|
|
359
|
+
describeFlowOperation(
|
|
360
|
+
args: DescribeFlowOperationCommandInput,
|
|
361
|
+
options?: __HttpHandlerOptions
|
|
362
|
+
): Promise<DescribeFlowOperationCommandOutput>;
|
|
363
|
+
describeFlowOperation(
|
|
364
|
+
args: DescribeFlowOperationCommandInput,
|
|
365
|
+
cb: (err: any, data?: DescribeFlowOperationCommandOutput) => void
|
|
366
|
+
): void;
|
|
367
|
+
describeFlowOperation(
|
|
368
|
+
args: DescribeFlowOperationCommandInput,
|
|
369
|
+
options: __HttpHandlerOptions,
|
|
370
|
+
cb: (err: any, data?: DescribeFlowOperationCommandOutput) => void
|
|
371
|
+
): void;
|
|
339
372
|
describeLoggingConfiguration(): Promise<DescribeLoggingConfigurationCommandOutput>;
|
|
340
373
|
describeLoggingConfiguration(
|
|
341
374
|
args: DescribeLoggingConfigurationCommandInput,
|
|
@@ -479,6 +512,32 @@ export interface NetworkFirewall {
|
|
|
479
512
|
options: __HttpHandlerOptions,
|
|
480
513
|
cb: (err: any, data?: ListFirewallsCommandOutput) => void
|
|
481
514
|
): void;
|
|
515
|
+
listFlowOperationResults(
|
|
516
|
+
args: ListFlowOperationResultsCommandInput,
|
|
517
|
+
options?: __HttpHandlerOptions
|
|
518
|
+
): Promise<ListFlowOperationResultsCommandOutput>;
|
|
519
|
+
listFlowOperationResults(
|
|
520
|
+
args: ListFlowOperationResultsCommandInput,
|
|
521
|
+
cb: (err: any, data?: ListFlowOperationResultsCommandOutput) => void
|
|
522
|
+
): void;
|
|
523
|
+
listFlowOperationResults(
|
|
524
|
+
args: ListFlowOperationResultsCommandInput,
|
|
525
|
+
options: __HttpHandlerOptions,
|
|
526
|
+
cb: (err: any, data?: ListFlowOperationResultsCommandOutput) => void
|
|
527
|
+
): void;
|
|
528
|
+
listFlowOperations(
|
|
529
|
+
args: ListFlowOperationsCommandInput,
|
|
530
|
+
options?: __HttpHandlerOptions
|
|
531
|
+
): Promise<ListFlowOperationsCommandOutput>;
|
|
532
|
+
listFlowOperations(
|
|
533
|
+
args: ListFlowOperationsCommandInput,
|
|
534
|
+
cb: (err: any, data?: ListFlowOperationsCommandOutput) => void
|
|
535
|
+
): void;
|
|
536
|
+
listFlowOperations(
|
|
537
|
+
args: ListFlowOperationsCommandInput,
|
|
538
|
+
options: __HttpHandlerOptions,
|
|
539
|
+
cb: (err: any, data?: ListFlowOperationsCommandOutput) => void
|
|
540
|
+
): void;
|
|
482
541
|
listRuleGroups(): Promise<ListRuleGroupsCommandOutput>;
|
|
483
542
|
listRuleGroups(
|
|
484
543
|
args: ListRuleGroupsCommandInput,
|
|
@@ -546,6 +605,32 @@ export interface NetworkFirewall {
|
|
|
546
605
|
options: __HttpHandlerOptions,
|
|
547
606
|
cb: (err: any, data?: StartAnalysisReportCommandOutput) => void
|
|
548
607
|
): void;
|
|
608
|
+
startFlowCapture(
|
|
609
|
+
args: StartFlowCaptureCommandInput,
|
|
610
|
+
options?: __HttpHandlerOptions
|
|
611
|
+
): Promise<StartFlowCaptureCommandOutput>;
|
|
612
|
+
startFlowCapture(
|
|
613
|
+
args: StartFlowCaptureCommandInput,
|
|
614
|
+
cb: (err: any, data?: StartFlowCaptureCommandOutput) => void
|
|
615
|
+
): void;
|
|
616
|
+
startFlowCapture(
|
|
617
|
+
args: StartFlowCaptureCommandInput,
|
|
618
|
+
options: __HttpHandlerOptions,
|
|
619
|
+
cb: (err: any, data?: StartFlowCaptureCommandOutput) => void
|
|
620
|
+
): void;
|
|
621
|
+
startFlowFlush(
|
|
622
|
+
args: StartFlowFlushCommandInput,
|
|
623
|
+
options?: __HttpHandlerOptions
|
|
624
|
+
): Promise<StartFlowFlushCommandOutput>;
|
|
625
|
+
startFlowFlush(
|
|
626
|
+
args: StartFlowFlushCommandInput,
|
|
627
|
+
cb: (err: any, data?: StartFlowFlushCommandOutput) => void
|
|
628
|
+
): void;
|
|
629
|
+
startFlowFlush(
|
|
630
|
+
args: StartFlowFlushCommandInput,
|
|
631
|
+
options: __HttpHandlerOptions,
|
|
632
|
+
cb: (err: any, data?: StartFlowFlushCommandOutput) => void
|
|
633
|
+
): void;
|
|
549
634
|
tagResource(
|
|
550
635
|
args: TagResourceCommandInput,
|
|
551
636
|
options?: __HttpHandlerOptions
|
|
@@ -97,6 +97,10 @@ import {
|
|
|
97
97
|
DescribeFirewallPolicyCommandInput,
|
|
98
98
|
DescribeFirewallPolicyCommandOutput,
|
|
99
99
|
} from "./commands/DescribeFirewallPolicyCommand";
|
|
100
|
+
import {
|
|
101
|
+
DescribeFlowOperationCommandInput,
|
|
102
|
+
DescribeFlowOperationCommandOutput,
|
|
103
|
+
} from "./commands/DescribeFlowOperationCommand";
|
|
100
104
|
import {
|
|
101
105
|
DescribeLoggingConfigurationCommandInput,
|
|
102
106
|
DescribeLoggingConfigurationCommandOutput,
|
|
@@ -137,6 +141,14 @@ import {
|
|
|
137
141
|
ListFirewallsCommandInput,
|
|
138
142
|
ListFirewallsCommandOutput,
|
|
139
143
|
} from "./commands/ListFirewallsCommand";
|
|
144
|
+
import {
|
|
145
|
+
ListFlowOperationResultsCommandInput,
|
|
146
|
+
ListFlowOperationResultsCommandOutput,
|
|
147
|
+
} from "./commands/ListFlowOperationResultsCommand";
|
|
148
|
+
import {
|
|
149
|
+
ListFlowOperationsCommandInput,
|
|
150
|
+
ListFlowOperationsCommandOutput,
|
|
151
|
+
} from "./commands/ListFlowOperationsCommand";
|
|
140
152
|
import {
|
|
141
153
|
ListRuleGroupsCommandInput,
|
|
142
154
|
ListRuleGroupsCommandOutput,
|
|
@@ -157,6 +169,14 @@ import {
|
|
|
157
169
|
StartAnalysisReportCommandInput,
|
|
158
170
|
StartAnalysisReportCommandOutput,
|
|
159
171
|
} from "./commands/StartAnalysisReportCommand";
|
|
172
|
+
import {
|
|
173
|
+
StartFlowCaptureCommandInput,
|
|
174
|
+
StartFlowCaptureCommandOutput,
|
|
175
|
+
} from "./commands/StartFlowCaptureCommand";
|
|
176
|
+
import {
|
|
177
|
+
StartFlowFlushCommandInput,
|
|
178
|
+
StartFlowFlushCommandOutput,
|
|
179
|
+
} from "./commands/StartFlowFlushCommand";
|
|
160
180
|
import {
|
|
161
181
|
TagResourceCommandInput,
|
|
162
182
|
TagResourceCommandOutput,
|
|
@@ -226,6 +246,7 @@ export type ServiceInputTypes =
|
|
|
226
246
|
| DeleteTLSInspectionConfigurationCommandInput
|
|
227
247
|
| DescribeFirewallCommandInput
|
|
228
248
|
| DescribeFirewallPolicyCommandInput
|
|
249
|
+
| DescribeFlowOperationCommandInput
|
|
229
250
|
| DescribeLoggingConfigurationCommandInput
|
|
230
251
|
| DescribeResourcePolicyCommandInput
|
|
231
252
|
| DescribeRuleGroupCommandInput
|
|
@@ -236,11 +257,15 @@ export type ServiceInputTypes =
|
|
|
236
257
|
| ListAnalysisReportsCommandInput
|
|
237
258
|
| ListFirewallPoliciesCommandInput
|
|
238
259
|
| ListFirewallsCommandInput
|
|
260
|
+
| ListFlowOperationResultsCommandInput
|
|
261
|
+
| ListFlowOperationsCommandInput
|
|
239
262
|
| ListRuleGroupsCommandInput
|
|
240
263
|
| ListTLSInspectionConfigurationsCommandInput
|
|
241
264
|
| ListTagsForResourceCommandInput
|
|
242
265
|
| PutResourcePolicyCommandInput
|
|
243
266
|
| StartAnalysisReportCommandInput
|
|
267
|
+
| StartFlowCaptureCommandInput
|
|
268
|
+
| StartFlowFlushCommandInput
|
|
244
269
|
| TagResourceCommandInput
|
|
245
270
|
| UntagResourceCommandInput
|
|
246
271
|
| UpdateFirewallAnalysisSettingsCommandInput
|
|
@@ -267,6 +292,7 @@ export type ServiceOutputTypes =
|
|
|
267
292
|
| DeleteTLSInspectionConfigurationCommandOutput
|
|
268
293
|
| DescribeFirewallCommandOutput
|
|
269
294
|
| DescribeFirewallPolicyCommandOutput
|
|
295
|
+
| DescribeFlowOperationCommandOutput
|
|
270
296
|
| DescribeLoggingConfigurationCommandOutput
|
|
271
297
|
| DescribeResourcePolicyCommandOutput
|
|
272
298
|
| DescribeRuleGroupCommandOutput
|
|
@@ -277,11 +303,15 @@ export type ServiceOutputTypes =
|
|
|
277
303
|
| ListAnalysisReportsCommandOutput
|
|
278
304
|
| ListFirewallPoliciesCommandOutput
|
|
279
305
|
| ListFirewallsCommandOutput
|
|
306
|
+
| ListFlowOperationResultsCommandOutput
|
|
307
|
+
| ListFlowOperationsCommandOutput
|
|
280
308
|
| ListRuleGroupsCommandOutput
|
|
281
309
|
| ListTLSInspectionConfigurationsCommandOutput
|
|
282
310
|
| ListTagsForResourceCommandOutput
|
|
283
311
|
| PutResourcePolicyCommandOutput
|
|
284
312
|
| StartAnalysisReportCommandOutput
|
|
313
|
+
| StartFlowCaptureCommandOutput
|
|
314
|
+
| StartFlowFlushCommandOutput
|
|
285
315
|
| TagResourceCommandOutput
|
|
286
316
|
| UntagResourceCommandOutput
|
|
287
317
|
| UpdateFirewallAnalysisSettingsCommandOutput
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
DescribeFlowOperationRequest,
|
|
5
|
+
DescribeFlowOperationResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NetworkFirewallClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NetworkFirewallClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface DescribeFlowOperationCommandInput
|
|
15
|
+
extends DescribeFlowOperationRequest {}
|
|
16
|
+
export interface DescribeFlowOperationCommandOutput
|
|
17
|
+
extends DescribeFlowOperationResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const DescribeFlowOperationCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: DescribeFlowOperationCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
DescribeFlowOperationCommandInput,
|
|
24
|
+
DescribeFlowOperationCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: DescribeFlowOperationCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
DescribeFlowOperationCommandInput,
|
|
33
|
+
DescribeFlowOperationCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class DescribeFlowOperationCommand extends DescribeFlowOperationCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: DescribeFlowOperationRequest;
|
|
44
|
+
output: DescribeFlowOperationResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: DescribeFlowOperationCommandInput;
|
|
48
|
+
output: DescribeFlowOperationCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListFlowOperationResultsRequest,
|
|
5
|
+
ListFlowOperationResultsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NetworkFirewallClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NetworkFirewallClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListFlowOperationResultsCommandInput
|
|
15
|
+
extends ListFlowOperationResultsRequest {}
|
|
16
|
+
export interface ListFlowOperationResultsCommandOutput
|
|
17
|
+
extends ListFlowOperationResultsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListFlowOperationResultsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListFlowOperationResultsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListFlowOperationResultsCommandInput,
|
|
24
|
+
ListFlowOperationResultsCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListFlowOperationResultsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListFlowOperationResultsCommandInput,
|
|
33
|
+
ListFlowOperationResultsCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListFlowOperationResultsCommand extends ListFlowOperationResultsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListFlowOperationResultsRequest;
|
|
44
|
+
output: ListFlowOperationResultsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListFlowOperationResultsCommandInput;
|
|
48
|
+
output: ListFlowOperationResultsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
ListFlowOperationsRequest,
|
|
5
|
+
ListFlowOperationsResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NetworkFirewallClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NetworkFirewallClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface ListFlowOperationsCommandInput
|
|
15
|
+
extends ListFlowOperationsRequest {}
|
|
16
|
+
export interface ListFlowOperationsCommandOutput
|
|
17
|
+
extends ListFlowOperationsResponse,
|
|
18
|
+
__MetadataBearer {}
|
|
19
|
+
declare const ListFlowOperationsCommand_base: {
|
|
20
|
+
new (
|
|
21
|
+
input: ListFlowOperationsCommandInput
|
|
22
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
23
|
+
ListFlowOperationsCommandInput,
|
|
24
|
+
ListFlowOperationsCommandOutput,
|
|
25
|
+
NetworkFirewallClientResolvedConfig,
|
|
26
|
+
ServiceInputTypes,
|
|
27
|
+
ServiceOutputTypes
|
|
28
|
+
>;
|
|
29
|
+
new (
|
|
30
|
+
__0_0: ListFlowOperationsCommandInput
|
|
31
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
32
|
+
ListFlowOperationsCommandInput,
|
|
33
|
+
ListFlowOperationsCommandOutput,
|
|
34
|
+
NetworkFirewallClientResolvedConfig,
|
|
35
|
+
ServiceInputTypes,
|
|
36
|
+
ServiceOutputTypes
|
|
37
|
+
>;
|
|
38
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
39
|
+
};
|
|
40
|
+
export declare class ListFlowOperationsCommand extends ListFlowOperationsCommand_base {
|
|
41
|
+
protected static __types: {
|
|
42
|
+
api: {
|
|
43
|
+
input: ListFlowOperationsRequest;
|
|
44
|
+
output: ListFlowOperationsResponse;
|
|
45
|
+
};
|
|
46
|
+
sdk: {
|
|
47
|
+
input: ListFlowOperationsCommandInput;
|
|
48
|
+
output: ListFlowOperationsCommandOutput;
|
|
49
|
+
};
|
|
50
|
+
};
|
|
51
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartFlowCaptureRequest,
|
|
5
|
+
StartFlowCaptureResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NetworkFirewallClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NetworkFirewallClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartFlowCaptureCommandInput extends StartFlowCaptureRequest {}
|
|
15
|
+
export interface StartFlowCaptureCommandOutput
|
|
16
|
+
extends StartFlowCaptureResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartFlowCaptureCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartFlowCaptureCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartFlowCaptureCommandInput,
|
|
23
|
+
StartFlowCaptureCommandOutput,
|
|
24
|
+
NetworkFirewallClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartFlowCaptureCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartFlowCaptureCommandInput,
|
|
32
|
+
StartFlowCaptureCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartFlowCaptureCommand extends StartFlowCaptureCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartFlowCaptureRequest;
|
|
43
|
+
output: StartFlowCaptureResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartFlowCaptureCommandInput;
|
|
47
|
+
output: StartFlowCaptureCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
+
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import {
|
|
4
|
+
StartFlowFlushRequest,
|
|
5
|
+
StartFlowFlushResponse,
|
|
6
|
+
} from "../models/models_0";
|
|
7
|
+
import {
|
|
8
|
+
NetworkFirewallClientResolvedConfig,
|
|
9
|
+
ServiceInputTypes,
|
|
10
|
+
ServiceOutputTypes,
|
|
11
|
+
} from "../NetworkFirewallClient";
|
|
12
|
+
export { __MetadataBearer };
|
|
13
|
+
export { $Command };
|
|
14
|
+
export interface StartFlowFlushCommandInput extends StartFlowFlushRequest {}
|
|
15
|
+
export interface StartFlowFlushCommandOutput
|
|
16
|
+
extends StartFlowFlushResponse,
|
|
17
|
+
__MetadataBearer {}
|
|
18
|
+
declare const StartFlowFlushCommand_base: {
|
|
19
|
+
new (
|
|
20
|
+
input: StartFlowFlushCommandInput
|
|
21
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
22
|
+
StartFlowFlushCommandInput,
|
|
23
|
+
StartFlowFlushCommandOutput,
|
|
24
|
+
NetworkFirewallClientResolvedConfig,
|
|
25
|
+
ServiceInputTypes,
|
|
26
|
+
ServiceOutputTypes
|
|
27
|
+
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: StartFlowFlushCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
StartFlowFlushCommandInput,
|
|
32
|
+
StartFlowFlushCommandOutput,
|
|
33
|
+
NetworkFirewallClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
37
|
+
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
38
|
+
};
|
|
39
|
+
export declare class StartFlowFlushCommand extends StartFlowFlushCommand_base {
|
|
40
|
+
protected static __types: {
|
|
41
|
+
api: {
|
|
42
|
+
input: StartFlowFlushRequest;
|
|
43
|
+
output: StartFlowFlushResponse;
|
|
44
|
+
};
|
|
45
|
+
sdk: {
|
|
46
|
+
input: StartFlowFlushCommandInput;
|
|
47
|
+
output: StartFlowFlushCommandOutput;
|
|
48
|
+
};
|
|
49
|
+
};
|
|
50
|
+
}
|
|
@@ -11,6 +11,7 @@ export * from "./DeleteRuleGroupCommand";
|
|
|
11
11
|
export * from "./DeleteTLSInspectionConfigurationCommand";
|
|
12
12
|
export * from "./DescribeFirewallCommand";
|
|
13
13
|
export * from "./DescribeFirewallPolicyCommand";
|
|
14
|
+
export * from "./DescribeFlowOperationCommand";
|
|
14
15
|
export * from "./DescribeLoggingConfigurationCommand";
|
|
15
16
|
export * from "./DescribeResourcePolicyCommand";
|
|
16
17
|
export * from "./DescribeRuleGroupCommand";
|
|
@@ -21,11 +22,15 @@ export * from "./GetAnalysisReportResultsCommand";
|
|
|
21
22
|
export * from "./ListAnalysisReportsCommand";
|
|
22
23
|
export * from "./ListFirewallPoliciesCommand";
|
|
23
24
|
export * from "./ListFirewallsCommand";
|
|
25
|
+
export * from "./ListFlowOperationResultsCommand";
|
|
26
|
+
export * from "./ListFlowOperationsCommand";
|
|
24
27
|
export * from "./ListRuleGroupsCommand";
|
|
25
28
|
export * from "./ListTLSInspectionConfigurationsCommand";
|
|
26
29
|
export * from "./ListTagsForResourceCommand";
|
|
27
30
|
export * from "./PutResourcePolicyCommand";
|
|
28
31
|
export * from "./StartAnalysisReportCommand";
|
|
32
|
+
export * from "./StartFlowCaptureCommand";
|
|
33
|
+
export * from "./StartFlowFlushCommand";
|
|
29
34
|
export * from "./TagResourceCommand";
|
|
30
35
|
export * from "./UntagResourceCommand";
|
|
31
36
|
export * from "./UpdateFirewallAnalysisSettingsCommand";
|