@aws-sdk/client-network-firewall 3.758.0 → 3.772.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 +3 -3
package/dist-cjs/index.js
CHANGED
|
@@ -19,8 +19,8 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
19
19
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
20
20
|
|
|
21
21
|
// src/index.ts
|
|
22
|
-
var
|
|
23
|
-
__export(
|
|
22
|
+
var index_exports = {};
|
|
23
|
+
__export(index_exports, {
|
|
24
24
|
AssociateFirewallPolicyCommand: () => AssociateFirewallPolicyCommand,
|
|
25
25
|
AssociateSubnetsCommand: () => AssociateSubnetsCommand,
|
|
26
26
|
AttachmentStatus: () => AttachmentStatus,
|
|
@@ -36,6 +36,7 @@ __export(src_exports, {
|
|
|
36
36
|
DeleteTLSInspectionConfigurationCommand: () => DeleteTLSInspectionConfigurationCommand,
|
|
37
37
|
DescribeFirewallCommand: () => DescribeFirewallCommand,
|
|
38
38
|
DescribeFirewallPolicyCommand: () => DescribeFirewallPolicyCommand,
|
|
39
|
+
DescribeFlowOperationCommand: () => DescribeFlowOperationCommand,
|
|
39
40
|
DescribeLoggingConfigurationCommand: () => DescribeLoggingConfigurationCommand,
|
|
40
41
|
DescribeResourcePolicyCommand: () => DescribeResourcePolicyCommand,
|
|
41
42
|
DescribeRuleGroupCommand: () => DescribeRuleGroupCommand,
|
|
@@ -45,6 +46,8 @@ __export(src_exports, {
|
|
|
45
46
|
EnabledAnalysisType: () => EnabledAnalysisType,
|
|
46
47
|
EncryptionType: () => EncryptionType,
|
|
47
48
|
FirewallStatusValue: () => FirewallStatusValue,
|
|
49
|
+
FlowOperationStatus: () => FlowOperationStatus,
|
|
50
|
+
FlowOperationType: () => FlowOperationType,
|
|
48
51
|
GeneratedRulesType: () => GeneratedRulesType,
|
|
49
52
|
GetAnalysisReportResultsCommand: () => GetAnalysisReportResultsCommand,
|
|
50
53
|
IPAddressType: () => IPAddressType,
|
|
@@ -59,6 +62,8 @@ __export(src_exports, {
|
|
|
59
62
|
ListAnalysisReportsCommand: () => ListAnalysisReportsCommand,
|
|
60
63
|
ListFirewallPoliciesCommand: () => ListFirewallPoliciesCommand,
|
|
61
64
|
ListFirewallsCommand: () => ListFirewallsCommand,
|
|
65
|
+
ListFlowOperationResultsCommand: () => ListFlowOperationResultsCommand,
|
|
66
|
+
ListFlowOperationsCommand: () => ListFlowOperationsCommand,
|
|
62
67
|
ListRuleGroupsCommand: () => ListRuleGroupsCommand,
|
|
63
68
|
ListTLSInspectionConfigurationsCommand: () => ListTLSInspectionConfigurationsCommand,
|
|
64
69
|
ListTagsForResourceCommand: () => ListTagsForResourceCommand,
|
|
@@ -80,6 +85,8 @@ __export(src_exports, {
|
|
|
80
85
|
RuleGroupType: () => RuleGroupType,
|
|
81
86
|
RuleOrder: () => RuleOrder,
|
|
82
87
|
StartAnalysisReportCommand: () => StartAnalysisReportCommand,
|
|
88
|
+
StartFlowCaptureCommand: () => StartFlowCaptureCommand,
|
|
89
|
+
StartFlowFlushCommand: () => StartFlowFlushCommand,
|
|
83
90
|
StatefulAction: () => StatefulAction,
|
|
84
91
|
StatefulRuleDirection: () => StatefulRuleDirection,
|
|
85
92
|
StatefulRuleProtocol: () => StatefulRuleProtocol,
|
|
@@ -105,11 +112,13 @@ __export(src_exports, {
|
|
|
105
112
|
paginateListAnalysisReports: () => paginateListAnalysisReports,
|
|
106
113
|
paginateListFirewallPolicies: () => paginateListFirewallPolicies,
|
|
107
114
|
paginateListFirewalls: () => paginateListFirewalls,
|
|
115
|
+
paginateListFlowOperationResults: () => paginateListFlowOperationResults,
|
|
116
|
+
paginateListFlowOperations: () => paginateListFlowOperations,
|
|
108
117
|
paginateListRuleGroups: () => paginateListRuleGroups,
|
|
109
118
|
paginateListTLSInspectionConfigurations: () => paginateListTLSInspectionConfigurations,
|
|
110
119
|
paginateListTagsForResource: () => paginateListTagsForResource
|
|
111
120
|
});
|
|
112
|
-
module.exports = __toCommonJS(
|
|
121
|
+
module.exports = __toCommonJS(index_exports);
|
|
113
122
|
|
|
114
123
|
// src/NetworkFirewallClient.ts
|
|
115
124
|
var import_middleware_host_header = require("@aws-sdk/middleware-host-header");
|
|
@@ -236,9 +245,9 @@ var NetworkFirewallClient = class extends import_smithy_client.Client {
|
|
|
236
245
|
this.middlewareStack.use(
|
|
237
246
|
(0, import_core.getHttpAuthSchemeEndpointRuleSetPlugin)(this.config, {
|
|
238
247
|
httpAuthSchemeParametersProvider: import_httpAuthSchemeProvider.defaultNetworkFirewallHttpAuthSchemeParametersProvider,
|
|
239
|
-
identityProviderConfigProvider: async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
248
|
+
identityProviderConfigProvider: /* @__PURE__ */ __name(async (config) => new import_core.DefaultIdentityProviderConfig({
|
|
240
249
|
"aws.auth#sigv4": config.credentials
|
|
241
|
-
})
|
|
250
|
+
}), "identityProviderConfigProvider")
|
|
242
251
|
})
|
|
243
252
|
);
|
|
244
253
|
this.middlewareStack.use((0, import_core.getHttpSigningPlugin)(this.config));
|
|
@@ -597,6 +606,16 @@ var InvalidResourcePolicyException = class _InvalidResourcePolicyException exten
|
|
|
597
606
|
this.Message = opts.Message;
|
|
598
607
|
}
|
|
599
608
|
};
|
|
609
|
+
var FlowOperationStatus = {
|
|
610
|
+
COMPLETED: "COMPLETED",
|
|
611
|
+
COMPLETED_WITH_ERRORS: "COMPLETED_WITH_ERRORS",
|
|
612
|
+
FAILED: "FAILED",
|
|
613
|
+
IN_PROGRESS: "IN_PROGRESS"
|
|
614
|
+
};
|
|
615
|
+
var FlowOperationType = {
|
|
616
|
+
FLOW_CAPTURE: "FLOW_CAPTURE",
|
|
617
|
+
FLOW_FLUSH: "FLOW_FLUSH"
|
|
618
|
+
};
|
|
600
619
|
var LogDestinationType = {
|
|
601
620
|
CLOUDWATCH_LOGS: "CloudWatchLogs",
|
|
602
621
|
KINESIS_DATA_FIREHOSE: "KinesisDataFirehose",
|
|
@@ -735,6 +754,12 @@ var se_DescribeFirewallPolicyCommand = /* @__PURE__ */ __name(async (input, cont
|
|
|
735
754
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
736
755
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
737
756
|
}, "se_DescribeFirewallPolicyCommand");
|
|
757
|
+
var se_DescribeFlowOperationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
758
|
+
const headers = sharedHeaders("DescribeFlowOperation");
|
|
759
|
+
let body;
|
|
760
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
761
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
762
|
+
}, "se_DescribeFlowOperationCommand");
|
|
738
763
|
var se_DescribeLoggingConfigurationCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
739
764
|
const headers = sharedHeaders("DescribeLoggingConfiguration");
|
|
740
765
|
let body;
|
|
@@ -795,6 +820,18 @@ var se_ListFirewallsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
|
795
820
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
796
821
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
797
822
|
}, "se_ListFirewallsCommand");
|
|
823
|
+
var se_ListFlowOperationResultsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
824
|
+
const headers = sharedHeaders("ListFlowOperationResults");
|
|
825
|
+
let body;
|
|
826
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
827
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
828
|
+
}, "se_ListFlowOperationResultsCommand");
|
|
829
|
+
var se_ListFlowOperationsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
830
|
+
const headers = sharedHeaders("ListFlowOperations");
|
|
831
|
+
let body;
|
|
832
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
833
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
834
|
+
}, "se_ListFlowOperationsCommand");
|
|
798
835
|
var se_ListRuleGroupsCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
799
836
|
const headers = sharedHeaders("ListRuleGroups");
|
|
800
837
|
let body;
|
|
@@ -825,6 +862,18 @@ var se_StartAnalysisReportCommand = /* @__PURE__ */ __name(async (input, context
|
|
|
825
862
|
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
826
863
|
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
827
864
|
}, "se_StartAnalysisReportCommand");
|
|
865
|
+
var se_StartFlowCaptureCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
866
|
+
const headers = sharedHeaders("StartFlowCapture");
|
|
867
|
+
let body;
|
|
868
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
869
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
870
|
+
}, "se_StartFlowCaptureCommand");
|
|
871
|
+
var se_StartFlowFlushCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
872
|
+
const headers = sharedHeaders("StartFlowFlush");
|
|
873
|
+
let body;
|
|
874
|
+
body = JSON.stringify((0, import_smithy_client._json)(input));
|
|
875
|
+
return buildHttpRpcRequest(context, headers, "/", void 0, body);
|
|
876
|
+
}, "se_StartFlowFlushCommand");
|
|
828
877
|
var se_TagResourceCommand = /* @__PURE__ */ __name(async (input, context) => {
|
|
829
878
|
const headers = sharedHeaders("TagResource");
|
|
830
879
|
let body;
|
|
@@ -1066,6 +1115,19 @@ var de_DescribeFirewallPolicyCommand = /* @__PURE__ */ __name(async (output, con
|
|
|
1066
1115
|
};
|
|
1067
1116
|
return response;
|
|
1068
1117
|
}, "de_DescribeFirewallPolicyCommand");
|
|
1118
|
+
var de_DescribeFlowOperationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1119
|
+
if (output.statusCode >= 300) {
|
|
1120
|
+
return de_CommandError(output, context);
|
|
1121
|
+
}
|
|
1122
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1123
|
+
let contents = {};
|
|
1124
|
+
contents = de_DescribeFlowOperationResponse(data, context);
|
|
1125
|
+
const response = {
|
|
1126
|
+
$metadata: deserializeMetadata(output),
|
|
1127
|
+
...contents
|
|
1128
|
+
};
|
|
1129
|
+
return response;
|
|
1130
|
+
}, "de_DescribeFlowOperationCommand");
|
|
1069
1131
|
var de_DescribeLoggingConfigurationCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1070
1132
|
if (output.statusCode >= 300) {
|
|
1071
1133
|
return de_CommandError(output, context);
|
|
@@ -1196,6 +1258,32 @@ var de_ListFirewallsCommand = /* @__PURE__ */ __name(async (output, context) =>
|
|
|
1196
1258
|
};
|
|
1197
1259
|
return response;
|
|
1198
1260
|
}, "de_ListFirewallsCommand");
|
|
1261
|
+
var de_ListFlowOperationResultsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1262
|
+
if (output.statusCode >= 300) {
|
|
1263
|
+
return de_CommandError(output, context);
|
|
1264
|
+
}
|
|
1265
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1266
|
+
let contents = {};
|
|
1267
|
+
contents = de_ListFlowOperationResultsResponse(data, context);
|
|
1268
|
+
const response = {
|
|
1269
|
+
$metadata: deserializeMetadata(output),
|
|
1270
|
+
...contents
|
|
1271
|
+
};
|
|
1272
|
+
return response;
|
|
1273
|
+
}, "de_ListFlowOperationResultsCommand");
|
|
1274
|
+
var de_ListFlowOperationsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1275
|
+
if (output.statusCode >= 300) {
|
|
1276
|
+
return de_CommandError(output, context);
|
|
1277
|
+
}
|
|
1278
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1279
|
+
let contents = {};
|
|
1280
|
+
contents = de_ListFlowOperationsResponse(data, context);
|
|
1281
|
+
const response = {
|
|
1282
|
+
$metadata: deserializeMetadata(output),
|
|
1283
|
+
...contents
|
|
1284
|
+
};
|
|
1285
|
+
return response;
|
|
1286
|
+
}, "de_ListFlowOperationsCommand");
|
|
1199
1287
|
var de_ListRuleGroupsCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1200
1288
|
if (output.statusCode >= 300) {
|
|
1201
1289
|
return de_CommandError(output, context);
|
|
@@ -1261,6 +1349,32 @@ var de_StartAnalysisReportCommand = /* @__PURE__ */ __name(async (output, contex
|
|
|
1261
1349
|
};
|
|
1262
1350
|
return response;
|
|
1263
1351
|
}, "de_StartAnalysisReportCommand");
|
|
1352
|
+
var de_StartFlowCaptureCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1353
|
+
if (output.statusCode >= 300) {
|
|
1354
|
+
return de_CommandError(output, context);
|
|
1355
|
+
}
|
|
1356
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1357
|
+
let contents = {};
|
|
1358
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1359
|
+
const response = {
|
|
1360
|
+
$metadata: deserializeMetadata(output),
|
|
1361
|
+
...contents
|
|
1362
|
+
};
|
|
1363
|
+
return response;
|
|
1364
|
+
}, "de_StartFlowCaptureCommand");
|
|
1365
|
+
var de_StartFlowFlushCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1366
|
+
if (output.statusCode >= 300) {
|
|
1367
|
+
return de_CommandError(output, context);
|
|
1368
|
+
}
|
|
1369
|
+
const data = await (0, import_core2.parseJsonBody)(output.body, context);
|
|
1370
|
+
let contents = {};
|
|
1371
|
+
contents = (0, import_smithy_client._json)(data);
|
|
1372
|
+
const response = {
|
|
1373
|
+
$metadata: deserializeMetadata(output),
|
|
1374
|
+
...contents
|
|
1375
|
+
};
|
|
1376
|
+
return response;
|
|
1377
|
+
}, "de_StartFlowFlushCommand");
|
|
1264
1378
|
var de_TagResourceCommand = /* @__PURE__ */ __name(async (output, context) => {
|
|
1265
1379
|
if (output.statusCode >= 300) {
|
|
1266
1380
|
return de_CommandError(output, context);
|
|
@@ -1611,7 +1725,7 @@ var de_AnalysisReport = /* @__PURE__ */ __name((output, context) => {
|
|
|
1611
1725
|
return (0, import_smithy_client.take)(output, {
|
|
1612
1726
|
AnalysisReportId: import_smithy_client.expectString,
|
|
1613
1727
|
AnalysisType: import_smithy_client.expectString,
|
|
1614
|
-
ReportTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1728
|
+
ReportTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReportTime"),
|
|
1615
1729
|
Status: import_smithy_client.expectString
|
|
1616
1730
|
});
|
|
1617
1731
|
}, "de_AnalysisReport");
|
|
@@ -1630,58 +1744,70 @@ var de_AnalysisReports = /* @__PURE__ */ __name((output, context) => {
|
|
|
1630
1744
|
var de_AnalysisTypeReportResult = /* @__PURE__ */ __name((output, context) => {
|
|
1631
1745
|
return (0, import_smithy_client.take)(output, {
|
|
1632
1746
|
Domain: import_smithy_client.expectString,
|
|
1633
|
-
FirstAccessed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1747
|
+
FirstAccessed: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FirstAccessed"),
|
|
1634
1748
|
Hits: import_smithy_client._json,
|
|
1635
|
-
LastAccessed: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1749
|
+
LastAccessed: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastAccessed"),
|
|
1636
1750
|
Protocol: import_smithy_client.expectString,
|
|
1637
1751
|
UniqueSources: import_smithy_client._json
|
|
1638
1752
|
});
|
|
1639
1753
|
}, "de_AnalysisTypeReportResult");
|
|
1640
1754
|
var de_CreateFirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1641
1755
|
return (0, import_smithy_client.take)(output, {
|
|
1642
|
-
FirewallPolicyResponse: (_) => de_FirewallPolicyResponse(_, context),
|
|
1756
|
+
FirewallPolicyResponse: /* @__PURE__ */ __name((_) => de_FirewallPolicyResponse(_, context), "FirewallPolicyResponse"),
|
|
1643
1757
|
UpdateToken: import_smithy_client.expectString
|
|
1644
1758
|
});
|
|
1645
1759
|
}, "de_CreateFirewallPolicyResponse");
|
|
1646
1760
|
var de_CreateRuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1647
1761
|
return (0, import_smithy_client.take)(output, {
|
|
1648
|
-
RuleGroupResponse: (_) => de_RuleGroupResponse(_, context),
|
|
1762
|
+
RuleGroupResponse: /* @__PURE__ */ __name((_) => de_RuleGroupResponse(_, context), "RuleGroupResponse"),
|
|
1649
1763
|
UpdateToken: import_smithy_client.expectString
|
|
1650
1764
|
});
|
|
1651
1765
|
}, "de_CreateRuleGroupResponse");
|
|
1652
1766
|
var de_CreateTLSInspectionConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1653
1767
|
return (0, import_smithy_client.take)(output, {
|
|
1654
|
-
TLSInspectionConfigurationResponse: (_) => de_TLSInspectionConfigurationResponse(_, context),
|
|
1768
|
+
TLSInspectionConfigurationResponse: /* @__PURE__ */ __name((_) => de_TLSInspectionConfigurationResponse(_, context), "TLSInspectionConfigurationResponse"),
|
|
1655
1769
|
UpdateToken: import_smithy_client.expectString
|
|
1656
1770
|
});
|
|
1657
1771
|
}, "de_CreateTLSInspectionConfigurationResponse");
|
|
1658
1772
|
var de_DeleteFirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1659
1773
|
return (0, import_smithy_client.take)(output, {
|
|
1660
|
-
FirewallPolicyResponse: (_) => de_FirewallPolicyResponse(_, context)
|
|
1774
|
+
FirewallPolicyResponse: /* @__PURE__ */ __name((_) => de_FirewallPolicyResponse(_, context), "FirewallPolicyResponse")
|
|
1661
1775
|
});
|
|
1662
1776
|
}, "de_DeleteFirewallPolicyResponse");
|
|
1663
1777
|
var de_DeleteRuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1664
1778
|
return (0, import_smithy_client.take)(output, {
|
|
1665
|
-
RuleGroupResponse: (_) => de_RuleGroupResponse(_, context)
|
|
1779
|
+
RuleGroupResponse: /* @__PURE__ */ __name((_) => de_RuleGroupResponse(_, context), "RuleGroupResponse")
|
|
1666
1780
|
});
|
|
1667
1781
|
}, "de_DeleteRuleGroupResponse");
|
|
1668
1782
|
var de_DeleteTLSInspectionConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1669
1783
|
return (0, import_smithy_client.take)(output, {
|
|
1670
|
-
TLSInspectionConfigurationResponse: (_) => de_TLSInspectionConfigurationResponse(_, context)
|
|
1784
|
+
TLSInspectionConfigurationResponse: /* @__PURE__ */ __name((_) => de_TLSInspectionConfigurationResponse(_, context), "TLSInspectionConfigurationResponse")
|
|
1671
1785
|
});
|
|
1672
1786
|
}, "de_DeleteTLSInspectionConfigurationResponse");
|
|
1673
1787
|
var de_DescribeFirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1674
1788
|
return (0, import_smithy_client.take)(output, {
|
|
1675
1789
|
FirewallPolicy: import_smithy_client._json,
|
|
1676
|
-
FirewallPolicyResponse: (_) => de_FirewallPolicyResponse(_, context),
|
|
1790
|
+
FirewallPolicyResponse: /* @__PURE__ */ __name((_) => de_FirewallPolicyResponse(_, context), "FirewallPolicyResponse"),
|
|
1677
1791
|
UpdateToken: import_smithy_client.expectString
|
|
1678
1792
|
});
|
|
1679
1793
|
}, "de_DescribeFirewallPolicyResponse");
|
|
1794
|
+
var de_DescribeFlowOperationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1795
|
+
return (0, import_smithy_client.take)(output, {
|
|
1796
|
+
AvailabilityZone: import_smithy_client.expectString,
|
|
1797
|
+
FirewallArn: import_smithy_client.expectString,
|
|
1798
|
+
FlowOperation: import_smithy_client._json,
|
|
1799
|
+
FlowOperationId: import_smithy_client.expectString,
|
|
1800
|
+
FlowOperationStatus: import_smithy_client.expectString,
|
|
1801
|
+
FlowOperationType: import_smithy_client.expectString,
|
|
1802
|
+
FlowRequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FlowRequestTimestamp"),
|
|
1803
|
+
StatusMessage: import_smithy_client.expectString
|
|
1804
|
+
});
|
|
1805
|
+
}, "de_DescribeFlowOperationResponse");
|
|
1680
1806
|
var de_DescribeRuleGroupMetadataResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1681
1807
|
return (0, import_smithy_client.take)(output, {
|
|
1682
1808
|
Capacity: import_smithy_client.expectInt32,
|
|
1683
1809
|
Description: import_smithy_client.expectString,
|
|
1684
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1810
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1685
1811
|
RuleGroupArn: import_smithy_client.expectString,
|
|
1686
1812
|
RuleGroupName: import_smithy_client.expectString,
|
|
1687
1813
|
StatefulRuleOptions: import_smithy_client._json,
|
|
@@ -1691,14 +1817,14 @@ var de_DescribeRuleGroupMetadataResponse = /* @__PURE__ */ __name((output, conte
|
|
|
1691
1817
|
var de_DescribeRuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1692
1818
|
return (0, import_smithy_client.take)(output, {
|
|
1693
1819
|
RuleGroup: import_smithy_client._json,
|
|
1694
|
-
RuleGroupResponse: (_) => de_RuleGroupResponse(_, context),
|
|
1820
|
+
RuleGroupResponse: /* @__PURE__ */ __name((_) => de_RuleGroupResponse(_, context), "RuleGroupResponse"),
|
|
1695
1821
|
UpdateToken: import_smithy_client.expectString
|
|
1696
1822
|
});
|
|
1697
1823
|
}, "de_DescribeRuleGroupResponse");
|
|
1698
1824
|
var de_DescribeTLSInspectionConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1699
1825
|
return (0, import_smithy_client.take)(output, {
|
|
1700
1826
|
TLSInspectionConfiguration: import_smithy_client._json,
|
|
1701
|
-
TLSInspectionConfigurationResponse: (_) => de_TLSInspectionConfigurationResponse(_, context),
|
|
1827
|
+
TLSInspectionConfigurationResponse: /* @__PURE__ */ __name((_) => de_TLSInspectionConfigurationResponse(_, context), "TLSInspectionConfigurationResponse"),
|
|
1702
1828
|
UpdateToken: import_smithy_client.expectString
|
|
1703
1829
|
});
|
|
1704
1830
|
}, "de_DescribeTLSInspectionConfigurationResponse");
|
|
@@ -1712,28 +1838,60 @@ var de_FirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1712
1838
|
FirewallPolicyId: import_smithy_client.expectString,
|
|
1713
1839
|
FirewallPolicyName: import_smithy_client.expectString,
|
|
1714
1840
|
FirewallPolicyStatus: import_smithy_client.expectString,
|
|
1715
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1841
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1716
1842
|
NumberOfAssociations: import_smithy_client.expectInt32,
|
|
1717
1843
|
Tags: import_smithy_client._json
|
|
1718
1844
|
});
|
|
1719
1845
|
}, "de_FirewallPolicyResponse");
|
|
1846
|
+
var de_FlowOperationMetadata = /* @__PURE__ */ __name((output, context) => {
|
|
1847
|
+
return (0, import_smithy_client.take)(output, {
|
|
1848
|
+
FlowOperationId: import_smithy_client.expectString,
|
|
1849
|
+
FlowOperationStatus: import_smithy_client.expectString,
|
|
1850
|
+
FlowOperationType: import_smithy_client.expectString,
|
|
1851
|
+
FlowRequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FlowRequestTimestamp")
|
|
1852
|
+
});
|
|
1853
|
+
}, "de_FlowOperationMetadata");
|
|
1854
|
+
var de_FlowOperations = /* @__PURE__ */ __name((output, context) => {
|
|
1855
|
+
const retVal = (output || []).filter((e) => e != null).map((entry) => {
|
|
1856
|
+
return de_FlowOperationMetadata(entry, context);
|
|
1857
|
+
});
|
|
1858
|
+
return retVal;
|
|
1859
|
+
}, "de_FlowOperations");
|
|
1720
1860
|
var de_GetAnalysisReportResultsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1721
1861
|
return (0, import_smithy_client.take)(output, {
|
|
1722
|
-
AnalysisReportResults: (_) => de_AnalysisReportResults(_, context),
|
|
1862
|
+
AnalysisReportResults: /* @__PURE__ */ __name((_) => de_AnalysisReportResults(_, context), "AnalysisReportResults"),
|
|
1723
1863
|
AnalysisType: import_smithy_client.expectString,
|
|
1724
|
-
EndTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1864
|
+
EndTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "EndTime"),
|
|
1725
1865
|
NextToken: import_smithy_client.expectString,
|
|
1726
|
-
ReportTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1727
|
-
StartTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1866
|
+
ReportTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "ReportTime"),
|
|
1867
|
+
StartTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "StartTime"),
|
|
1728
1868
|
Status: import_smithy_client.expectString
|
|
1729
1869
|
});
|
|
1730
1870
|
}, "de_GetAnalysisReportResultsResponse");
|
|
1731
1871
|
var de_ListAnalysisReportsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1732
1872
|
return (0, import_smithy_client.take)(output, {
|
|
1733
|
-
AnalysisReports: (_) => de_AnalysisReports(_, context),
|
|
1873
|
+
AnalysisReports: /* @__PURE__ */ __name((_) => de_AnalysisReports(_, context), "AnalysisReports"),
|
|
1734
1874
|
NextToken: import_smithy_client.expectString
|
|
1735
1875
|
});
|
|
1736
1876
|
}, "de_ListAnalysisReportsResponse");
|
|
1877
|
+
var de_ListFlowOperationResultsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1878
|
+
return (0, import_smithy_client.take)(output, {
|
|
1879
|
+
AvailabilityZone: import_smithy_client.expectString,
|
|
1880
|
+
FirewallArn: import_smithy_client.expectString,
|
|
1881
|
+
FlowOperationId: import_smithy_client.expectString,
|
|
1882
|
+
FlowOperationStatus: import_smithy_client.expectString,
|
|
1883
|
+
FlowRequestTimestamp: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "FlowRequestTimestamp"),
|
|
1884
|
+
Flows: import_smithy_client._json,
|
|
1885
|
+
NextToken: import_smithy_client.expectString,
|
|
1886
|
+
StatusMessage: import_smithy_client.expectString
|
|
1887
|
+
});
|
|
1888
|
+
}, "de_ListFlowOperationResultsResponse");
|
|
1889
|
+
var de_ListFlowOperationsResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1890
|
+
return (0, import_smithy_client.take)(output, {
|
|
1891
|
+
FlowOperations: /* @__PURE__ */ __name((_) => de_FlowOperations(_, context), "FlowOperations"),
|
|
1892
|
+
NextToken: import_smithy_client.expectString
|
|
1893
|
+
});
|
|
1894
|
+
}, "de_ListFlowOperationsResponse");
|
|
1737
1895
|
var de_RuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1738
1896
|
return (0, import_smithy_client.take)(output, {
|
|
1739
1897
|
AnalysisResults: import_smithy_client._json,
|
|
@@ -1741,7 +1899,7 @@ var de_RuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
|
1741
1899
|
ConsumedCapacity: import_smithy_client.expectInt32,
|
|
1742
1900
|
Description: import_smithy_client.expectString,
|
|
1743
1901
|
EncryptionConfiguration: import_smithy_client._json,
|
|
1744
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1902
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1745
1903
|
NumberOfAssociations: import_smithy_client.expectInt32,
|
|
1746
1904
|
RuleGroupArn: import_smithy_client.expectString,
|
|
1747
1905
|
RuleGroupId: import_smithy_client.expectString,
|
|
@@ -1759,7 +1917,7 @@ var de_TLSInspectionConfigurationResponse = /* @__PURE__ */ __name((output, cont
|
|
|
1759
1917
|
Certificates: import_smithy_client._json,
|
|
1760
1918
|
Description: import_smithy_client.expectString,
|
|
1761
1919
|
EncryptionConfiguration: import_smithy_client._json,
|
|
1762
|
-
LastModifiedTime: (_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))),
|
|
1920
|
+
LastModifiedTime: /* @__PURE__ */ __name((_) => (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseEpochTimestamp)((0, import_smithy_client.expectNumber)(_))), "LastModifiedTime"),
|
|
1763
1921
|
NumberOfAssociations: import_smithy_client.expectInt32,
|
|
1764
1922
|
TLSInspectionConfigurationArn: import_smithy_client.expectString,
|
|
1765
1923
|
TLSInspectionConfigurationId: import_smithy_client.expectString,
|
|
@@ -1770,19 +1928,19 @@ var de_TLSInspectionConfigurationResponse = /* @__PURE__ */ __name((output, cont
|
|
|
1770
1928
|
}, "de_TLSInspectionConfigurationResponse");
|
|
1771
1929
|
var de_UpdateFirewallPolicyResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1772
1930
|
return (0, import_smithy_client.take)(output, {
|
|
1773
|
-
FirewallPolicyResponse: (_) => de_FirewallPolicyResponse(_, context),
|
|
1931
|
+
FirewallPolicyResponse: /* @__PURE__ */ __name((_) => de_FirewallPolicyResponse(_, context), "FirewallPolicyResponse"),
|
|
1774
1932
|
UpdateToken: import_smithy_client.expectString
|
|
1775
1933
|
});
|
|
1776
1934
|
}, "de_UpdateFirewallPolicyResponse");
|
|
1777
1935
|
var de_UpdateRuleGroupResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1778
1936
|
return (0, import_smithy_client.take)(output, {
|
|
1779
|
-
RuleGroupResponse: (_) => de_RuleGroupResponse(_, context),
|
|
1937
|
+
RuleGroupResponse: /* @__PURE__ */ __name((_) => de_RuleGroupResponse(_, context), "RuleGroupResponse"),
|
|
1780
1938
|
UpdateToken: import_smithy_client.expectString
|
|
1781
1939
|
});
|
|
1782
1940
|
}, "de_UpdateRuleGroupResponse");
|
|
1783
1941
|
var de_UpdateTLSInspectionConfigurationResponse = /* @__PURE__ */ __name((output, context) => {
|
|
1784
1942
|
return (0, import_smithy_client.take)(output, {
|
|
1785
|
-
TLSInspectionConfigurationResponse: (_) => de_TLSInspectionConfigurationResponse(_, context),
|
|
1943
|
+
TLSInspectionConfigurationResponse: /* @__PURE__ */ __name((_) => de_TLSInspectionConfigurationResponse(_, context), "TLSInspectionConfigurationResponse"),
|
|
1786
1944
|
UpdateToken: import_smithy_client.expectString
|
|
1787
1945
|
});
|
|
1788
1946
|
}, "de_UpdateTLSInspectionConfigurationResponse");
|
|
@@ -2011,6 +2169,21 @@ var DescribeFirewallPolicyCommand = class extends import_smithy_client.Command.c
|
|
|
2011
2169
|
}
|
|
2012
2170
|
};
|
|
2013
2171
|
|
|
2172
|
+
// src/commands/DescribeFlowOperationCommand.ts
|
|
2173
|
+
|
|
2174
|
+
|
|
2175
|
+
|
|
2176
|
+
var DescribeFlowOperationCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2177
|
+
return [
|
|
2178
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2179
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2180
|
+
];
|
|
2181
|
+
}).s("NetworkFirewall_20201112", "DescribeFlowOperation", {}).n("NetworkFirewallClient", "DescribeFlowOperationCommand").f(void 0, void 0).ser(se_DescribeFlowOperationCommand).de(de_DescribeFlowOperationCommand).build() {
|
|
2182
|
+
static {
|
|
2183
|
+
__name(this, "DescribeFlowOperationCommand");
|
|
2184
|
+
}
|
|
2185
|
+
};
|
|
2186
|
+
|
|
2014
2187
|
// src/commands/DescribeLoggingConfigurationCommand.ts
|
|
2015
2188
|
|
|
2016
2189
|
|
|
@@ -2161,6 +2334,36 @@ var ListFirewallsCommand = class extends import_smithy_client.Command.classBuild
|
|
|
2161
2334
|
}
|
|
2162
2335
|
};
|
|
2163
2336
|
|
|
2337
|
+
// src/commands/ListFlowOperationResultsCommand.ts
|
|
2338
|
+
|
|
2339
|
+
|
|
2340
|
+
|
|
2341
|
+
var ListFlowOperationResultsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2342
|
+
return [
|
|
2343
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2344
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2345
|
+
];
|
|
2346
|
+
}).s("NetworkFirewall_20201112", "ListFlowOperationResults", {}).n("NetworkFirewallClient", "ListFlowOperationResultsCommand").f(void 0, void 0).ser(se_ListFlowOperationResultsCommand).de(de_ListFlowOperationResultsCommand).build() {
|
|
2347
|
+
static {
|
|
2348
|
+
__name(this, "ListFlowOperationResultsCommand");
|
|
2349
|
+
}
|
|
2350
|
+
};
|
|
2351
|
+
|
|
2352
|
+
// src/commands/ListFlowOperationsCommand.ts
|
|
2353
|
+
|
|
2354
|
+
|
|
2355
|
+
|
|
2356
|
+
var ListFlowOperationsCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2357
|
+
return [
|
|
2358
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2359
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2360
|
+
];
|
|
2361
|
+
}).s("NetworkFirewall_20201112", "ListFlowOperations", {}).n("NetworkFirewallClient", "ListFlowOperationsCommand").f(void 0, void 0).ser(se_ListFlowOperationsCommand).de(de_ListFlowOperationsCommand).build() {
|
|
2362
|
+
static {
|
|
2363
|
+
__name(this, "ListFlowOperationsCommand");
|
|
2364
|
+
}
|
|
2365
|
+
};
|
|
2366
|
+
|
|
2164
2367
|
// src/commands/ListRuleGroupsCommand.ts
|
|
2165
2368
|
|
|
2166
2369
|
|
|
@@ -2236,6 +2439,36 @@ var StartAnalysisReportCommand = class extends import_smithy_client.Command.clas
|
|
|
2236
2439
|
}
|
|
2237
2440
|
};
|
|
2238
2441
|
|
|
2442
|
+
// src/commands/StartFlowCaptureCommand.ts
|
|
2443
|
+
|
|
2444
|
+
|
|
2445
|
+
|
|
2446
|
+
var StartFlowCaptureCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2447
|
+
return [
|
|
2448
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2449
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2450
|
+
];
|
|
2451
|
+
}).s("NetworkFirewall_20201112", "StartFlowCapture", {}).n("NetworkFirewallClient", "StartFlowCaptureCommand").f(void 0, void 0).ser(se_StartFlowCaptureCommand).de(de_StartFlowCaptureCommand).build() {
|
|
2452
|
+
static {
|
|
2453
|
+
__name(this, "StartFlowCaptureCommand");
|
|
2454
|
+
}
|
|
2455
|
+
};
|
|
2456
|
+
|
|
2457
|
+
// src/commands/StartFlowFlushCommand.ts
|
|
2458
|
+
|
|
2459
|
+
|
|
2460
|
+
|
|
2461
|
+
var StartFlowFlushCommand = class extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
2462
|
+
return [
|
|
2463
|
+
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
2464
|
+
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
2465
|
+
];
|
|
2466
|
+
}).s("NetworkFirewall_20201112", "StartFlowFlush", {}).n("NetworkFirewallClient", "StartFlowFlushCommand").f(void 0, void 0).ser(se_StartFlowFlushCommand).de(de_StartFlowFlushCommand).build() {
|
|
2467
|
+
static {
|
|
2468
|
+
__name(this, "StartFlowFlushCommand");
|
|
2469
|
+
}
|
|
2470
|
+
};
|
|
2471
|
+
|
|
2239
2472
|
// src/commands/TagResourceCommand.ts
|
|
2240
2473
|
|
|
2241
2474
|
|
|
@@ -2431,6 +2664,7 @@ var commands = {
|
|
|
2431
2664
|
DeleteTLSInspectionConfigurationCommand,
|
|
2432
2665
|
DescribeFirewallCommand,
|
|
2433
2666
|
DescribeFirewallPolicyCommand,
|
|
2667
|
+
DescribeFlowOperationCommand,
|
|
2434
2668
|
DescribeLoggingConfigurationCommand,
|
|
2435
2669
|
DescribeResourcePolicyCommand,
|
|
2436
2670
|
DescribeRuleGroupCommand,
|
|
@@ -2441,11 +2675,15 @@ var commands = {
|
|
|
2441
2675
|
ListAnalysisReportsCommand,
|
|
2442
2676
|
ListFirewallPoliciesCommand,
|
|
2443
2677
|
ListFirewallsCommand,
|
|
2678
|
+
ListFlowOperationResultsCommand,
|
|
2679
|
+
ListFlowOperationsCommand,
|
|
2444
2680
|
ListRuleGroupsCommand,
|
|
2445
2681
|
ListTagsForResourceCommand,
|
|
2446
2682
|
ListTLSInspectionConfigurationsCommand,
|
|
2447
2683
|
PutResourcePolicyCommand,
|
|
2448
2684
|
StartAnalysisReportCommand,
|
|
2685
|
+
StartFlowCaptureCommand,
|
|
2686
|
+
StartFlowFlushCommand,
|
|
2449
2687
|
TagResourceCommand,
|
|
2450
2688
|
UntagResourceCommand,
|
|
2451
2689
|
UpdateFirewallAnalysisSettingsCommand,
|
|
@@ -2482,6 +2720,14 @@ var paginateListFirewallPolicies = (0, import_core.createPaginator)(NetworkFirew
|
|
|
2482
2720
|
|
|
2483
2721
|
var paginateListFirewalls = (0, import_core.createPaginator)(NetworkFirewallClient, ListFirewallsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2484
2722
|
|
|
2723
|
+
// src/pagination/ListFlowOperationResultsPaginator.ts
|
|
2724
|
+
|
|
2725
|
+
var paginateListFlowOperationResults = (0, import_core.createPaginator)(NetworkFirewallClient, ListFlowOperationResultsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2726
|
+
|
|
2727
|
+
// src/pagination/ListFlowOperationsPaginator.ts
|
|
2728
|
+
|
|
2729
|
+
var paginateListFlowOperations = (0, import_core.createPaginator)(NetworkFirewallClient, ListFlowOperationsCommand, "NextToken", "NextToken", "MaxResults");
|
|
2730
|
+
|
|
2485
2731
|
// src/pagination/ListRuleGroupsPaginator.ts
|
|
2486
2732
|
|
|
2487
2733
|
var paginateListRuleGroups = (0, import_core.createPaginator)(NetworkFirewallClient, ListRuleGroupsCommand, "NextToken", "NextToken", "MaxResults");
|
|
@@ -2514,6 +2760,7 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
|
|
|
2514
2760
|
DeleteTLSInspectionConfigurationCommand,
|
|
2515
2761
|
DescribeFirewallCommand,
|
|
2516
2762
|
DescribeFirewallPolicyCommand,
|
|
2763
|
+
DescribeFlowOperationCommand,
|
|
2517
2764
|
DescribeLoggingConfigurationCommand,
|
|
2518
2765
|
DescribeResourcePolicyCommand,
|
|
2519
2766
|
DescribeRuleGroupCommand,
|
|
@@ -2524,11 +2771,15 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
|
|
|
2524
2771
|
ListAnalysisReportsCommand,
|
|
2525
2772
|
ListFirewallPoliciesCommand,
|
|
2526
2773
|
ListFirewallsCommand,
|
|
2774
|
+
ListFlowOperationResultsCommand,
|
|
2775
|
+
ListFlowOperationsCommand,
|
|
2527
2776
|
ListRuleGroupsCommand,
|
|
2528
2777
|
ListTLSInspectionConfigurationsCommand,
|
|
2529
2778
|
ListTagsForResourceCommand,
|
|
2530
2779
|
PutResourcePolicyCommand,
|
|
2531
2780
|
StartAnalysisReportCommand,
|
|
2781
|
+
StartFlowCaptureCommand,
|
|
2782
|
+
StartFlowFlushCommand,
|
|
2532
2783
|
TagResourceCommand,
|
|
2533
2784
|
UntagResourceCommand,
|
|
2534
2785
|
UpdateFirewallAnalysisSettingsCommand,
|
|
@@ -2545,6 +2796,8 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
|
|
|
2545
2796
|
paginateListAnalysisReports,
|
|
2546
2797
|
paginateListFirewallPolicies,
|
|
2547
2798
|
paginateListFirewalls,
|
|
2799
|
+
paginateListFlowOperationResults,
|
|
2800
|
+
paginateListFlowOperations,
|
|
2548
2801
|
paginateListRuleGroups,
|
|
2549
2802
|
paginateListTLSInspectionConfigurations,
|
|
2550
2803
|
paginateListTagsForResource,
|
|
@@ -2578,6 +2831,8 @@ var paginateListTagsForResource = (0, import_core.createPaginator)(NetworkFirewa
|
|
|
2578
2831
|
RuleGroupType,
|
|
2579
2832
|
UnsupportedOperationException,
|
|
2580
2833
|
InvalidResourcePolicyException,
|
|
2834
|
+
FlowOperationStatus,
|
|
2835
|
+
FlowOperationType,
|
|
2581
2836
|
LogDestinationType,
|
|
2582
2837
|
LogType,
|
|
2583
2838
|
ResourceManagedType,
|
|
@@ -12,6 +12,7 @@ import { DeleteRuleGroupCommand, } from "./commands/DeleteRuleGroupCommand";
|
|
|
12
12
|
import { DeleteTLSInspectionConfigurationCommand, } from "./commands/DeleteTLSInspectionConfigurationCommand";
|
|
13
13
|
import { DescribeFirewallCommand, } from "./commands/DescribeFirewallCommand";
|
|
14
14
|
import { DescribeFirewallPolicyCommand, } from "./commands/DescribeFirewallPolicyCommand";
|
|
15
|
+
import { DescribeFlowOperationCommand, } from "./commands/DescribeFlowOperationCommand";
|
|
15
16
|
import { DescribeLoggingConfigurationCommand, } from "./commands/DescribeLoggingConfigurationCommand";
|
|
16
17
|
import { DescribeResourcePolicyCommand, } from "./commands/DescribeResourcePolicyCommand";
|
|
17
18
|
import { DescribeRuleGroupCommand, } from "./commands/DescribeRuleGroupCommand";
|
|
@@ -22,11 +23,15 @@ import { GetAnalysisReportResultsCommand, } from "./commands/GetAnalysisReportRe
|
|
|
22
23
|
import { ListAnalysisReportsCommand, } from "./commands/ListAnalysisReportsCommand";
|
|
23
24
|
import { ListFirewallPoliciesCommand, } from "./commands/ListFirewallPoliciesCommand";
|
|
24
25
|
import { ListFirewallsCommand, } from "./commands/ListFirewallsCommand";
|
|
26
|
+
import { ListFlowOperationResultsCommand, } from "./commands/ListFlowOperationResultsCommand";
|
|
27
|
+
import { ListFlowOperationsCommand, } from "./commands/ListFlowOperationsCommand";
|
|
25
28
|
import { ListRuleGroupsCommand, } from "./commands/ListRuleGroupsCommand";
|
|
26
29
|
import { ListTagsForResourceCommand, } from "./commands/ListTagsForResourceCommand";
|
|
27
30
|
import { ListTLSInspectionConfigurationsCommand, } from "./commands/ListTLSInspectionConfigurationsCommand";
|
|
28
31
|
import { PutResourcePolicyCommand, } from "./commands/PutResourcePolicyCommand";
|
|
29
32
|
import { StartAnalysisReportCommand, } from "./commands/StartAnalysisReportCommand";
|
|
33
|
+
import { StartFlowCaptureCommand, } from "./commands/StartFlowCaptureCommand";
|
|
34
|
+
import { StartFlowFlushCommand, } from "./commands/StartFlowFlushCommand";
|
|
30
35
|
import { TagResourceCommand } from "./commands/TagResourceCommand";
|
|
31
36
|
import { UntagResourceCommand, } from "./commands/UntagResourceCommand";
|
|
32
37
|
import { UpdateFirewallAnalysisSettingsCommand, } from "./commands/UpdateFirewallAnalysisSettingsCommand";
|
|
@@ -54,6 +59,7 @@ const commands = {
|
|
|
54
59
|
DeleteTLSInspectionConfigurationCommand,
|
|
55
60
|
DescribeFirewallCommand,
|
|
56
61
|
DescribeFirewallPolicyCommand,
|
|
62
|
+
DescribeFlowOperationCommand,
|
|
57
63
|
DescribeLoggingConfigurationCommand,
|
|
58
64
|
DescribeResourcePolicyCommand,
|
|
59
65
|
DescribeRuleGroupCommand,
|
|
@@ -64,11 +70,15 @@ const commands = {
|
|
|
64
70
|
ListAnalysisReportsCommand,
|
|
65
71
|
ListFirewallPoliciesCommand,
|
|
66
72
|
ListFirewallsCommand,
|
|
73
|
+
ListFlowOperationResultsCommand,
|
|
74
|
+
ListFlowOperationsCommand,
|
|
67
75
|
ListRuleGroupsCommand,
|
|
68
76
|
ListTagsForResourceCommand,
|
|
69
77
|
ListTLSInspectionConfigurationsCommand,
|
|
70
78
|
PutResourcePolicyCommand,
|
|
71
79
|
StartAnalysisReportCommand,
|
|
80
|
+
StartFlowCaptureCommand,
|
|
81
|
+
StartFlowFlushCommand,
|
|
72
82
|
TagResourceCommand,
|
|
73
83
|
UntagResourceCommand,
|
|
74
84
|
UpdateFirewallAnalysisSettingsCommand,
|