@aws-sdk/client-fms 3.56.0 → 3.67.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/CHANGELOG.md +27 -0
- package/README.md +8 -8
- package/dist-cjs/FMS.js +60 -0
- package/dist-cjs/commands/AssociateThirdPartyFirewallCommand.js +36 -0
- package/dist-cjs/commands/DisassociateThirdPartyFirewallCommand.js +36 -0
- package/dist-cjs/commands/GetThirdPartyFirewallAssociationStatusCommand.js +36 -0
- package/dist-cjs/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +36 -0
- package/dist-cjs/commands/index.js +4 -0
- package/dist-cjs/models/models_0.js +108 -3
- package/dist-cjs/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +35 -0
- package/dist-cjs/pagination/index.js +1 -0
- package/dist-cjs/protocols/Aws_json1_1.js +356 -2
- package/dist-es/FMS.js +60 -0
- package/dist-es/commands/AssociateThirdPartyFirewallCommand.js +39 -0
- package/dist-es/commands/DisassociateThirdPartyFirewallCommand.js +39 -0
- package/dist-es/commands/GetThirdPartyFirewallAssociationStatusCommand.js +39 -0
- package/dist-es/commands/ListThirdPartyFirewallFirewallPoliciesCommand.js +39 -0
- package/dist-es/commands/index.js +4 -0
- package/dist-es/models/models_0.js +77 -0
- package/dist-es/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.js +74 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/protocols/Aws_json1_1.js +414 -1
- package/dist-types/FMS.d.ts +84 -59
- package/dist-types/FMSClient.d.ts +12 -8
- package/dist-types/commands/AssociateAdminAccountCommand.d.ts +4 -5
- package/dist-types/commands/AssociateThirdPartyFirewallCommand.d.ts +35 -0
- package/dist-types/commands/DeleteNotificationChannelCommand.d.ts +2 -2
- package/dist-types/commands/DisassociateAdminAccountCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateThirdPartyFirewallCommand.d.ts +35 -0
- package/dist-types/commands/GetAdminAccountCommand.d.ts +2 -2
- package/dist-types/commands/GetComplianceDetailCommand.d.ts +13 -13
- package/dist-types/commands/GetNotificationChannelCommand.d.ts +2 -2
- package/dist-types/commands/GetProtectionStatusCommand.d.ts +1 -2
- package/dist-types/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +35 -0
- package/dist-types/commands/GetViolationDetailsCommand.d.ts +1 -2
- package/dist-types/commands/ListComplianceStatusCommand.d.ts +2 -2
- package/dist-types/commands/ListMemberAccountsCommand.d.ts +2 -2
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +1 -1
- package/dist-types/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +35 -0
- package/dist-types/commands/PutNotificationChannelCommand.d.ts +5 -6
- package/dist-types/commands/PutPolicyCommand.d.ts +12 -11
- package/dist-types/commands/index.d.ts +4 -0
- package/dist-types/models/models_0.d.ts +808 -518
- package/dist-types/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +4 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/protocols/Aws_json1_1.d.ts +12 -0
- package/dist-types/ts3.4/FMS.d.ts +20 -0
- package/dist-types/ts3.4/FMSClient.d.ts +6 -2
- package/dist-types/ts3.4/commands/AssociateThirdPartyFirewallCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/DisassociateThirdPartyFirewallCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/GetThirdPartyFirewallAssociationStatusCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/ListThirdPartyFirewallFirewallPoliciesCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +4 -0
- package/dist-types/ts3.4/models/models_0.d.ts +183 -1
- package/dist-types/ts3.4/pagination/ListThirdPartyFirewallFirewallPoliciesPaginator.d.ts +4 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +18 -18
|
@@ -14,6 +14,17 @@ export var serializeAws_json1_1AssociateAdminAccountCommand = function (input, c
|
|
|
14
14
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
15
15
|
});
|
|
16
16
|
}); };
|
|
17
|
+
export var serializeAws_json1_1AssociateThirdPartyFirewallCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
18
|
+
var headers, body;
|
|
19
|
+
return __generator(this, function (_a) {
|
|
20
|
+
headers = {
|
|
21
|
+
"content-type": "application/x-amz-json-1.1",
|
|
22
|
+
"x-amz-target": "AWSFMS_20180101.AssociateThirdPartyFirewall",
|
|
23
|
+
};
|
|
24
|
+
body = JSON.stringify(serializeAws_json1_1AssociateThirdPartyFirewallRequest(input, context));
|
|
25
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
26
|
+
});
|
|
27
|
+
}); };
|
|
17
28
|
export var serializeAws_json1_1DeleteAppsListCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
18
29
|
var headers, body;
|
|
19
30
|
return __generator(this, function (_a) {
|
|
@@ -69,6 +80,17 @@ export var serializeAws_json1_1DisassociateAdminAccountCommand = function (input
|
|
|
69
80
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
70
81
|
});
|
|
71
82
|
}); };
|
|
83
|
+
export var serializeAws_json1_1DisassociateThirdPartyFirewallCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
84
|
+
var headers, body;
|
|
85
|
+
return __generator(this, function (_a) {
|
|
86
|
+
headers = {
|
|
87
|
+
"content-type": "application/x-amz-json-1.1",
|
|
88
|
+
"x-amz-target": "AWSFMS_20180101.DisassociateThirdPartyFirewall",
|
|
89
|
+
};
|
|
90
|
+
body = JSON.stringify(serializeAws_json1_1DisassociateThirdPartyFirewallRequest(input, context));
|
|
91
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
92
|
+
});
|
|
93
|
+
}); };
|
|
72
94
|
export var serializeAws_json1_1GetAdminAccountCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
73
95
|
var headers, body;
|
|
74
96
|
return __generator(this, function (_a) {
|
|
@@ -146,6 +168,17 @@ export var serializeAws_json1_1GetProtocolsListCommand = function (input, contex
|
|
|
146
168
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
147
169
|
});
|
|
148
170
|
}); };
|
|
171
|
+
export var serializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
172
|
+
var headers, body;
|
|
173
|
+
return __generator(this, function (_a) {
|
|
174
|
+
headers = {
|
|
175
|
+
"content-type": "application/x-amz-json-1.1",
|
|
176
|
+
"x-amz-target": "AWSFMS_20180101.GetThirdPartyFirewallAssociationStatus",
|
|
177
|
+
};
|
|
178
|
+
body = JSON.stringify(serializeAws_json1_1GetThirdPartyFirewallAssociationStatusRequest(input, context));
|
|
179
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
180
|
+
});
|
|
181
|
+
}); };
|
|
149
182
|
export var serializeAws_json1_1GetViolationDetailsCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
150
183
|
var headers, body;
|
|
151
184
|
return __generator(this, function (_a) {
|
|
@@ -223,6 +256,17 @@ export var serializeAws_json1_1ListTagsForResourceCommand = function (input, con
|
|
|
223
256
|
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
224
257
|
});
|
|
225
258
|
}); };
|
|
259
|
+
export var serializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
260
|
+
var headers, body;
|
|
261
|
+
return __generator(this, function (_a) {
|
|
262
|
+
headers = {
|
|
263
|
+
"content-type": "application/x-amz-json-1.1",
|
|
264
|
+
"x-amz-target": "AWSFMS_20180101.ListThirdPartyFirewallFirewallPolicies",
|
|
265
|
+
};
|
|
266
|
+
body = JSON.stringify(serializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesRequest(input, context));
|
|
267
|
+
return [2, buildHttpRpcRequest(context, headers, "/", undefined, body)];
|
|
268
|
+
});
|
|
269
|
+
}); };
|
|
226
270
|
export var serializeAws_json1_1PutAppsListCommand = function (input, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
227
271
|
var headers, body;
|
|
228
272
|
return __generator(this, function (_a) {
|
|
@@ -355,6 +399,68 @@ var deserializeAws_json1_1AssociateAdminAccountCommandError = function (output,
|
|
|
355
399
|
}
|
|
356
400
|
});
|
|
357
401
|
}); };
|
|
402
|
+
export var deserializeAws_json1_1AssociateThirdPartyFirewallCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
403
|
+
var data, contents, response;
|
|
404
|
+
return __generator(this, function (_a) {
|
|
405
|
+
switch (_a.label) {
|
|
406
|
+
case 0:
|
|
407
|
+
if (output.statusCode >= 300) {
|
|
408
|
+
return [2, deserializeAws_json1_1AssociateThirdPartyFirewallCommandError(output, context)];
|
|
409
|
+
}
|
|
410
|
+
return [4, parseBody(output.body, context)];
|
|
411
|
+
case 1:
|
|
412
|
+
data = _a.sent();
|
|
413
|
+
contents = {};
|
|
414
|
+
contents = deserializeAws_json1_1AssociateThirdPartyFirewallResponse(data, context);
|
|
415
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
416
|
+
return [2, Promise.resolve(response)];
|
|
417
|
+
}
|
|
418
|
+
});
|
|
419
|
+
}); };
|
|
420
|
+
var deserializeAws_json1_1AssociateThirdPartyFirewallCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
421
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
422
|
+
var _c;
|
|
423
|
+
return __generator(this, function (_d) {
|
|
424
|
+
switch (_d.label) {
|
|
425
|
+
case 0:
|
|
426
|
+
_a = [__assign({}, output)];
|
|
427
|
+
_c = {};
|
|
428
|
+
return [4, parseBody(output.body, context)];
|
|
429
|
+
case 1:
|
|
430
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
431
|
+
errorCode = "UnknownError";
|
|
432
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
433
|
+
_b = errorCode;
|
|
434
|
+
switch (_b) {
|
|
435
|
+
case "InternalErrorException": return [3, 2];
|
|
436
|
+
case "com.amazonaws.fms#InternalErrorException": return [3, 2];
|
|
437
|
+
case "InvalidInputException": return [3, 4];
|
|
438
|
+
case "com.amazonaws.fms#InvalidInputException": return [3, 4];
|
|
439
|
+
case "InvalidOperationException": return [3, 6];
|
|
440
|
+
case "com.amazonaws.fms#InvalidOperationException": return [3, 6];
|
|
441
|
+
case "ResourceNotFoundException": return [3, 8];
|
|
442
|
+
case "com.amazonaws.fms#ResourceNotFoundException": return [3, 8];
|
|
443
|
+
}
|
|
444
|
+
return [3, 10];
|
|
445
|
+
case 2: return [4, deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context)];
|
|
446
|
+
case 3: throw _d.sent();
|
|
447
|
+
case 4: return [4, deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)];
|
|
448
|
+
case 5: throw _d.sent();
|
|
449
|
+
case 6: return [4, deserializeAws_json1_1InvalidOperationExceptionResponse(parsedOutput, context)];
|
|
450
|
+
case 7: throw _d.sent();
|
|
451
|
+
case 8: return [4, deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
452
|
+
case 9: throw _d.sent();
|
|
453
|
+
case 10:
|
|
454
|
+
parsedBody = parsedOutput.body;
|
|
455
|
+
response = new __BaseException({
|
|
456
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
457
|
+
$fault: "client",
|
|
458
|
+
$metadata: deserializeMetadata(output),
|
|
459
|
+
});
|
|
460
|
+
throw __decorateServiceException(response, parsedBody);
|
|
461
|
+
}
|
|
462
|
+
});
|
|
463
|
+
}); };
|
|
358
464
|
export var deserializeAws_json1_1DeleteAppsListCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
359
465
|
var response;
|
|
360
466
|
return __generator(this, function (_a) {
|
|
@@ -653,6 +759,68 @@ var deserializeAws_json1_1DisassociateAdminAccountCommandError = function (outpu
|
|
|
653
759
|
}
|
|
654
760
|
});
|
|
655
761
|
}); };
|
|
762
|
+
export var deserializeAws_json1_1DisassociateThirdPartyFirewallCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
763
|
+
var data, contents, response;
|
|
764
|
+
return __generator(this, function (_a) {
|
|
765
|
+
switch (_a.label) {
|
|
766
|
+
case 0:
|
|
767
|
+
if (output.statusCode >= 300) {
|
|
768
|
+
return [2, deserializeAws_json1_1DisassociateThirdPartyFirewallCommandError(output, context)];
|
|
769
|
+
}
|
|
770
|
+
return [4, parseBody(output.body, context)];
|
|
771
|
+
case 1:
|
|
772
|
+
data = _a.sent();
|
|
773
|
+
contents = {};
|
|
774
|
+
contents = deserializeAws_json1_1DisassociateThirdPartyFirewallResponse(data, context);
|
|
775
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
776
|
+
return [2, Promise.resolve(response)];
|
|
777
|
+
}
|
|
778
|
+
});
|
|
779
|
+
}); };
|
|
780
|
+
var deserializeAws_json1_1DisassociateThirdPartyFirewallCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
781
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
782
|
+
var _c;
|
|
783
|
+
return __generator(this, function (_d) {
|
|
784
|
+
switch (_d.label) {
|
|
785
|
+
case 0:
|
|
786
|
+
_a = [__assign({}, output)];
|
|
787
|
+
_c = {};
|
|
788
|
+
return [4, parseBody(output.body, context)];
|
|
789
|
+
case 1:
|
|
790
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
791
|
+
errorCode = "UnknownError";
|
|
792
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
793
|
+
_b = errorCode;
|
|
794
|
+
switch (_b) {
|
|
795
|
+
case "InternalErrorException": return [3, 2];
|
|
796
|
+
case "com.amazonaws.fms#InternalErrorException": return [3, 2];
|
|
797
|
+
case "InvalidInputException": return [3, 4];
|
|
798
|
+
case "com.amazonaws.fms#InvalidInputException": return [3, 4];
|
|
799
|
+
case "InvalidOperationException": return [3, 6];
|
|
800
|
+
case "com.amazonaws.fms#InvalidOperationException": return [3, 6];
|
|
801
|
+
case "ResourceNotFoundException": return [3, 8];
|
|
802
|
+
case "com.amazonaws.fms#ResourceNotFoundException": return [3, 8];
|
|
803
|
+
}
|
|
804
|
+
return [3, 10];
|
|
805
|
+
case 2: return [4, deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context)];
|
|
806
|
+
case 3: throw _d.sent();
|
|
807
|
+
case 4: return [4, deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)];
|
|
808
|
+
case 5: throw _d.sent();
|
|
809
|
+
case 6: return [4, deserializeAws_json1_1InvalidOperationExceptionResponse(parsedOutput, context)];
|
|
810
|
+
case 7: throw _d.sent();
|
|
811
|
+
case 8: return [4, deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
812
|
+
case 9: throw _d.sent();
|
|
813
|
+
case 10:
|
|
814
|
+
parsedBody = parsedOutput.body;
|
|
815
|
+
response = new __BaseException({
|
|
816
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
817
|
+
$fault: "client",
|
|
818
|
+
$metadata: deserializeMetadata(output),
|
|
819
|
+
});
|
|
820
|
+
throw __decorateServiceException(response, parsedBody);
|
|
821
|
+
}
|
|
822
|
+
});
|
|
823
|
+
}); };
|
|
656
824
|
export var deserializeAws_json1_1GetAdminAccountCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
657
825
|
var data, contents, response;
|
|
658
826
|
return __generator(this, function (_a) {
|
|
@@ -1067,6 +1235,68 @@ var deserializeAws_json1_1GetProtocolsListCommandError = function (output, conte
|
|
|
1067
1235
|
}
|
|
1068
1236
|
});
|
|
1069
1237
|
}); };
|
|
1238
|
+
export var deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1239
|
+
var data, contents, response;
|
|
1240
|
+
return __generator(this, function (_a) {
|
|
1241
|
+
switch (_a.label) {
|
|
1242
|
+
case 0:
|
|
1243
|
+
if (output.statusCode >= 300) {
|
|
1244
|
+
return [2, deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommandError(output, context)];
|
|
1245
|
+
}
|
|
1246
|
+
return [4, parseBody(output.body, context)];
|
|
1247
|
+
case 1:
|
|
1248
|
+
data = _a.sent();
|
|
1249
|
+
contents = {};
|
|
1250
|
+
contents = deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusResponse(data, context);
|
|
1251
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
1252
|
+
return [2, Promise.resolve(response)];
|
|
1253
|
+
}
|
|
1254
|
+
});
|
|
1255
|
+
}); };
|
|
1256
|
+
var deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1257
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
1258
|
+
var _c;
|
|
1259
|
+
return __generator(this, function (_d) {
|
|
1260
|
+
switch (_d.label) {
|
|
1261
|
+
case 0:
|
|
1262
|
+
_a = [__assign({}, output)];
|
|
1263
|
+
_c = {};
|
|
1264
|
+
return [4, parseBody(output.body, context)];
|
|
1265
|
+
case 1:
|
|
1266
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
1267
|
+
errorCode = "UnknownError";
|
|
1268
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1269
|
+
_b = errorCode;
|
|
1270
|
+
switch (_b) {
|
|
1271
|
+
case "InternalErrorException": return [3, 2];
|
|
1272
|
+
case "com.amazonaws.fms#InternalErrorException": return [3, 2];
|
|
1273
|
+
case "InvalidInputException": return [3, 4];
|
|
1274
|
+
case "com.amazonaws.fms#InvalidInputException": return [3, 4];
|
|
1275
|
+
case "InvalidOperationException": return [3, 6];
|
|
1276
|
+
case "com.amazonaws.fms#InvalidOperationException": return [3, 6];
|
|
1277
|
+
case "ResourceNotFoundException": return [3, 8];
|
|
1278
|
+
case "com.amazonaws.fms#ResourceNotFoundException": return [3, 8];
|
|
1279
|
+
}
|
|
1280
|
+
return [3, 10];
|
|
1281
|
+
case 2: return [4, deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context)];
|
|
1282
|
+
case 3: throw _d.sent();
|
|
1283
|
+
case 4: return [4, deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)];
|
|
1284
|
+
case 5: throw _d.sent();
|
|
1285
|
+
case 6: return [4, deserializeAws_json1_1InvalidOperationExceptionResponse(parsedOutput, context)];
|
|
1286
|
+
case 7: throw _d.sent();
|
|
1287
|
+
case 8: return [4, deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
1288
|
+
case 9: throw _d.sent();
|
|
1289
|
+
case 10:
|
|
1290
|
+
parsedBody = parsedOutput.body;
|
|
1291
|
+
response = new __BaseException({
|
|
1292
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
1293
|
+
$fault: "client",
|
|
1294
|
+
$metadata: deserializeMetadata(output),
|
|
1295
|
+
});
|
|
1296
|
+
throw __decorateServiceException(response, parsedBody);
|
|
1297
|
+
}
|
|
1298
|
+
});
|
|
1299
|
+
}); };
|
|
1070
1300
|
export var deserializeAws_json1_1GetViolationDetailsCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1071
1301
|
var data, contents, response;
|
|
1072
1302
|
return __generator(this, function (_a) {
|
|
@@ -1477,6 +1707,68 @@ var deserializeAws_json1_1ListTagsForResourceCommandError = function (output, co
|
|
|
1477
1707
|
}
|
|
1478
1708
|
});
|
|
1479
1709
|
}); };
|
|
1710
|
+
export var deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1711
|
+
var data, contents, response;
|
|
1712
|
+
return __generator(this, function (_a) {
|
|
1713
|
+
switch (_a.label) {
|
|
1714
|
+
case 0:
|
|
1715
|
+
if (output.statusCode >= 300) {
|
|
1716
|
+
return [2, deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommandError(output, context)];
|
|
1717
|
+
}
|
|
1718
|
+
return [4, parseBody(output.body, context)];
|
|
1719
|
+
case 1:
|
|
1720
|
+
data = _a.sent();
|
|
1721
|
+
contents = {};
|
|
1722
|
+
contents = deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesResponse(data, context);
|
|
1723
|
+
response = __assign({ $metadata: deserializeMetadata(output) }, contents);
|
|
1724
|
+
return [2, Promise.resolve(response)];
|
|
1725
|
+
}
|
|
1726
|
+
});
|
|
1727
|
+
}); };
|
|
1728
|
+
var deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesCommandError = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1729
|
+
var parsedOutput, _a, response, errorCode, _b, parsedBody;
|
|
1730
|
+
var _c;
|
|
1731
|
+
return __generator(this, function (_d) {
|
|
1732
|
+
switch (_d.label) {
|
|
1733
|
+
case 0:
|
|
1734
|
+
_a = [__assign({}, output)];
|
|
1735
|
+
_c = {};
|
|
1736
|
+
return [4, parseBody(output.body, context)];
|
|
1737
|
+
case 1:
|
|
1738
|
+
parsedOutput = __assign.apply(void 0, _a.concat([(_c.body = _d.sent(), _c)]));
|
|
1739
|
+
errorCode = "UnknownError";
|
|
1740
|
+
errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1741
|
+
_b = errorCode;
|
|
1742
|
+
switch (_b) {
|
|
1743
|
+
case "InternalErrorException": return [3, 2];
|
|
1744
|
+
case "com.amazonaws.fms#InternalErrorException": return [3, 2];
|
|
1745
|
+
case "InvalidInputException": return [3, 4];
|
|
1746
|
+
case "com.amazonaws.fms#InvalidInputException": return [3, 4];
|
|
1747
|
+
case "InvalidOperationException": return [3, 6];
|
|
1748
|
+
case "com.amazonaws.fms#InvalidOperationException": return [3, 6];
|
|
1749
|
+
case "ResourceNotFoundException": return [3, 8];
|
|
1750
|
+
case "com.amazonaws.fms#ResourceNotFoundException": return [3, 8];
|
|
1751
|
+
}
|
|
1752
|
+
return [3, 10];
|
|
1753
|
+
case 2: return [4, deserializeAws_json1_1InternalErrorExceptionResponse(parsedOutput, context)];
|
|
1754
|
+
case 3: throw _d.sent();
|
|
1755
|
+
case 4: return [4, deserializeAws_json1_1InvalidInputExceptionResponse(parsedOutput, context)];
|
|
1756
|
+
case 5: throw _d.sent();
|
|
1757
|
+
case 6: return [4, deserializeAws_json1_1InvalidOperationExceptionResponse(parsedOutput, context)];
|
|
1758
|
+
case 7: throw _d.sent();
|
|
1759
|
+
case 8: return [4, deserializeAws_json1_1ResourceNotFoundExceptionResponse(parsedOutput, context)];
|
|
1760
|
+
case 9: throw _d.sent();
|
|
1761
|
+
case 10:
|
|
1762
|
+
parsedBody = parsedOutput.body;
|
|
1763
|
+
response = new __BaseException({
|
|
1764
|
+
name: parsedBody.code || parsedBody.Code || errorCode,
|
|
1765
|
+
$fault: "client",
|
|
1766
|
+
$metadata: deserializeMetadata(output),
|
|
1767
|
+
});
|
|
1768
|
+
throw __decorateServiceException(response, parsedBody);
|
|
1769
|
+
}
|
|
1770
|
+
});
|
|
1771
|
+
}); };
|
|
1480
1772
|
export var deserializeAws_json1_1PutAppsListCommand = function (output, context) { return __awaiter(void 0, void 0, void 0, function () {
|
|
1481
1773
|
var data, contents, response;
|
|
1482
1774
|
return __generator(this, function (_a) {
|
|
@@ -1945,6 +2237,10 @@ var serializeAws_json1_1AppsListData = function (input, context) {
|
|
|
1945
2237
|
var serializeAws_json1_1AssociateAdminAccountRequest = function (input, context) {
|
|
1946
2238
|
return __assign({}, (input.AdminAccount !== undefined && input.AdminAccount !== null && { AdminAccount: input.AdminAccount }));
|
|
1947
2239
|
};
|
|
2240
|
+
var serializeAws_json1_1AssociateThirdPartyFirewallRequest = function (input, context) {
|
|
2241
|
+
return __assign({}, (input.ThirdPartyFirewall !== undefined &&
|
|
2242
|
+
input.ThirdPartyFirewall !== null && { ThirdPartyFirewall: input.ThirdPartyFirewall }));
|
|
2243
|
+
};
|
|
1948
2244
|
var serializeAws_json1_1CustomerPolicyScopeIdList = function (input, context) {
|
|
1949
2245
|
return input
|
|
1950
2246
|
.filter(function (e) { return e != null; })
|
|
@@ -1981,6 +2277,10 @@ var serializeAws_json1_1DeleteProtocolsListRequest = function (input, context) {
|
|
|
1981
2277
|
var serializeAws_json1_1DisassociateAdminAccountRequest = function (input, context) {
|
|
1982
2278
|
return {};
|
|
1983
2279
|
};
|
|
2280
|
+
var serializeAws_json1_1DisassociateThirdPartyFirewallRequest = function (input, context) {
|
|
2281
|
+
return __assign({}, (input.ThirdPartyFirewall !== undefined &&
|
|
2282
|
+
input.ThirdPartyFirewall !== null && { ThirdPartyFirewall: input.ThirdPartyFirewall }));
|
|
2283
|
+
};
|
|
1984
2284
|
var serializeAws_json1_1GetAdminAccountRequest = function (input, context) {
|
|
1985
2285
|
return {};
|
|
1986
2286
|
};
|
|
@@ -2005,6 +2305,10 @@ var serializeAws_json1_1GetProtectionStatusRequest = function (input, context) {
|
|
|
2005
2305
|
var serializeAws_json1_1GetProtocolsListRequest = function (input, context) {
|
|
2006
2306
|
return __assign(__assign({}, (input.DefaultList !== undefined && input.DefaultList !== null && { DefaultList: input.DefaultList })), (input.ListId !== undefined && input.ListId !== null && { ListId: input.ListId }));
|
|
2007
2307
|
};
|
|
2308
|
+
var serializeAws_json1_1GetThirdPartyFirewallAssociationStatusRequest = function (input, context) {
|
|
2309
|
+
return __assign({}, (input.ThirdPartyFirewall !== undefined &&
|
|
2310
|
+
input.ThirdPartyFirewall !== null && { ThirdPartyFirewall: input.ThirdPartyFirewall }));
|
|
2311
|
+
};
|
|
2008
2312
|
var serializeAws_json1_1GetViolationDetailsRequest = function (input, context) {
|
|
2009
2313
|
return __assign(__assign(__assign(__assign({}, (input.MemberAccount !== undefined && input.MemberAccount !== null && { MemberAccount: input.MemberAccount })), (input.PolicyId !== undefined && input.PolicyId !== null && { PolicyId: input.PolicyId })), (input.ResourceId !== undefined && input.ResourceId !== null && { ResourceId: input.ResourceId })), (input.ResourceType !== undefined && input.ResourceType !== null && { ResourceType: input.ResourceType }));
|
|
2010
2314
|
};
|
|
@@ -2026,6 +2330,10 @@ var serializeAws_json1_1ListProtocolsListsRequest = function (input, context) {
|
|
|
2026
2330
|
var serializeAws_json1_1ListTagsForResourceRequest = function (input, context) {
|
|
2027
2331
|
return __assign({}, (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn }));
|
|
2028
2332
|
};
|
|
2333
|
+
var serializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesRequest = function (input, context) {
|
|
2334
|
+
return __assign(__assign(__assign({}, (input.MaxResults !== undefined && input.MaxResults !== null && { MaxResults: input.MaxResults })), (input.NextToken !== undefined && input.NextToken !== null && { NextToken: input.NextToken })), (input.ThirdPartyFirewall !== undefined &&
|
|
2335
|
+
input.ThirdPartyFirewall !== null && { ThirdPartyFirewall: input.ThirdPartyFirewall }));
|
|
2336
|
+
};
|
|
2029
2337
|
var serializeAws_json1_1NetworkFirewallPolicy = function (input, context) {
|
|
2030
2338
|
return __assign({}, (input.FirewallDeploymentModel !== undefined &&
|
|
2031
2339
|
input.FirewallDeploymentModel !== null && { FirewallDeploymentModel: input.FirewallDeploymentModel }));
|
|
@@ -2053,9 +2361,12 @@ var serializeAws_json1_1Policy = function (input, context) {
|
|
|
2053
2361
|
}));
|
|
2054
2362
|
};
|
|
2055
2363
|
var serializeAws_json1_1PolicyOption = function (input, context) {
|
|
2056
|
-
return __assign({}, (input.NetworkFirewallPolicy !== undefined &&
|
|
2364
|
+
return __assign(__assign({}, (input.NetworkFirewallPolicy !== undefined &&
|
|
2057
2365
|
input.NetworkFirewallPolicy !== null && {
|
|
2058
2366
|
NetworkFirewallPolicy: serializeAws_json1_1NetworkFirewallPolicy(input.NetworkFirewallPolicy, context),
|
|
2367
|
+
})), (input.ThirdPartyFirewallPolicy !== undefined &&
|
|
2368
|
+
input.ThirdPartyFirewallPolicy !== null && {
|
|
2369
|
+
ThirdPartyFirewallPolicy: serializeAws_json1_1ThirdPartyFirewallPolicy(input.ThirdPartyFirewallPolicy, context),
|
|
2059
2370
|
}));
|
|
2060
2371
|
};
|
|
2061
2372
|
var serializeAws_json1_1PreviousAppsList = function (input, context) {
|
|
@@ -2175,6 +2486,10 @@ var serializeAws_json1_1TagResourceRequest = function (input, context) {
|
|
|
2175
2486
|
return __assign(__assign({}, (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn })), (input.TagList !== undefined &&
|
|
2176
2487
|
input.TagList !== null && { TagList: serializeAws_json1_1TagList(input.TagList, context) }));
|
|
2177
2488
|
};
|
|
2489
|
+
var serializeAws_json1_1ThirdPartyFirewallPolicy = function (input, context) {
|
|
2490
|
+
return __assign({}, (input.FirewallDeploymentModel !== undefined &&
|
|
2491
|
+
input.FirewallDeploymentModel !== null && { FirewallDeploymentModel: input.FirewallDeploymentModel }));
|
|
2492
|
+
};
|
|
2178
2493
|
var serializeAws_json1_1UntagResourceRequest = function (input, context) {
|
|
2179
2494
|
return __assign(__assign({}, (input.ResourceArn !== undefined && input.ResourceArn !== null && { ResourceArn: input.ResourceArn })), (input.TagKeys !== undefined &&
|
|
2180
2495
|
input.TagKeys !== null && { TagKeys: serializeAws_json1_1TagKeyList(input.TagKeys, context) }));
|
|
@@ -2243,6 +2558,11 @@ var deserializeAws_json1_1AppsListsData = function (output, context) {
|
|
|
2243
2558
|
});
|
|
2244
2559
|
return retVal;
|
|
2245
2560
|
};
|
|
2561
|
+
var deserializeAws_json1_1AssociateThirdPartyFirewallResponse = function (output, context) {
|
|
2562
|
+
return {
|
|
2563
|
+
ThirdPartyFirewallStatus: __expectString(output.ThirdPartyFirewallStatus),
|
|
2564
|
+
};
|
|
2565
|
+
};
|
|
2246
2566
|
var deserializeAws_json1_1AwsEc2InstanceViolation = function (output, context) {
|
|
2247
2567
|
return {
|
|
2248
2568
|
AwsEc2NetworkInterfaceViolations: output.AwsEc2NetworkInterfaceViolations !== undefined && output.AwsEc2NetworkInterfaceViolations !== null
|
|
@@ -2335,6 +2655,11 @@ var deserializeAws_json1_1CustomerPolicyScopeMap = function (output, context) {
|
|
|
2335
2655
|
return __assign(__assign({}, acc), (_b = {}, _b[key] = deserializeAws_json1_1CustomerPolicyScopeIdList(value, context), _b));
|
|
2336
2656
|
}, {});
|
|
2337
2657
|
};
|
|
2658
|
+
var deserializeAws_json1_1DisassociateThirdPartyFirewallResponse = function (output, context) {
|
|
2659
|
+
return {
|
|
2660
|
+
ThirdPartyFirewallStatus: __expectString(output.ThirdPartyFirewallStatus),
|
|
2661
|
+
};
|
|
2662
|
+
};
|
|
2338
2663
|
var deserializeAws_json1_1DnsDuplicateRuleGroupViolation = function (output, context) {
|
|
2339
2664
|
return {
|
|
2340
2665
|
ViolationTarget: __expectString(output.ViolationTarget),
|
|
@@ -2508,6 +2833,14 @@ var deserializeAws_json1_1FirewallSubnetIsOutOfScopeViolation = function (output
|
|
|
2508
2833
|
VpcId: __expectString(output.VpcId),
|
|
2509
2834
|
};
|
|
2510
2835
|
};
|
|
2836
|
+
var deserializeAws_json1_1FirewallSubnetMissingVPCEndpointViolation = function (output, context) {
|
|
2837
|
+
return {
|
|
2838
|
+
FirewallSubnetId: __expectString(output.FirewallSubnetId),
|
|
2839
|
+
SubnetAvailabilityZone: __expectString(output.SubnetAvailabilityZone),
|
|
2840
|
+
SubnetAvailabilityZoneId: __expectString(output.SubnetAvailabilityZoneId),
|
|
2841
|
+
VpcId: __expectString(output.VpcId),
|
|
2842
|
+
};
|
|
2843
|
+
};
|
|
2511
2844
|
var deserializeAws_json1_1FMSPolicyUpdateFirewallCreationConfigAction = function (output, context) {
|
|
2512
2845
|
return {
|
|
2513
2846
|
Description: __expectString(output.Description),
|
|
@@ -2565,6 +2898,12 @@ var deserializeAws_json1_1GetProtocolsListResponse = function (output, context)
|
|
|
2565
2898
|
ProtocolsListArn: __expectString(output.ProtocolsListArn),
|
|
2566
2899
|
};
|
|
2567
2900
|
};
|
|
2901
|
+
var deserializeAws_json1_1GetThirdPartyFirewallAssociationStatusResponse = function (output, context) {
|
|
2902
|
+
return {
|
|
2903
|
+
MarketplaceOnboardingStatus: __expectString(output.MarketplaceOnboardingStatus),
|
|
2904
|
+
ThirdPartyFirewallStatus: __expectString(output.ThirdPartyFirewallStatus),
|
|
2905
|
+
};
|
|
2906
|
+
};
|
|
2568
2907
|
var deserializeAws_json1_1GetViolationDetailsResponse = function (output, context) {
|
|
2569
2908
|
return {
|
|
2570
2909
|
ViolationDetail: output.ViolationDetail !== undefined && output.ViolationDetail !== null
|
|
@@ -2665,6 +3004,14 @@ var deserializeAws_json1_1ListTagsForResourceResponse = function (output, contex
|
|
|
2665
3004
|
: undefined,
|
|
2666
3005
|
};
|
|
2667
3006
|
};
|
|
3007
|
+
var deserializeAws_json1_1ListThirdPartyFirewallFirewallPoliciesResponse = function (output, context) {
|
|
3008
|
+
return {
|
|
3009
|
+
NextToken: __expectString(output.NextToken),
|
|
3010
|
+
ThirdPartyFirewallFirewallPolicies: output.ThirdPartyFirewallFirewallPolicies !== undefined && output.ThirdPartyFirewallFirewallPolicies !== null
|
|
3011
|
+
? deserializeAws_json1_1ThirdPartyFirewallFirewallPolicies(output.ThirdPartyFirewallFirewallPolicies, context)
|
|
3012
|
+
: undefined,
|
|
3013
|
+
};
|
|
3014
|
+
};
|
|
2668
3015
|
var deserializeAws_json1_1MemberAccounts = function (output, context) {
|
|
2669
3016
|
var retVal = (output || [])
|
|
2670
3017
|
.filter(function (e) { return e != null; })
|
|
@@ -2954,6 +3301,9 @@ var deserializeAws_json1_1PolicyOption = function (output, context) {
|
|
|
2954
3301
|
NetworkFirewallPolicy: output.NetworkFirewallPolicy !== undefined && output.NetworkFirewallPolicy !== null
|
|
2955
3302
|
? deserializeAws_json1_1NetworkFirewallPolicy(output.NetworkFirewallPolicy, context)
|
|
2956
3303
|
: undefined,
|
|
3304
|
+
ThirdPartyFirewallPolicy: output.ThirdPartyFirewallPolicy !== undefined && output.ThirdPartyFirewallPolicy !== null
|
|
3305
|
+
? deserializeAws_json1_1ThirdPartyFirewallPolicy(output.ThirdPartyFirewallPolicy, context)
|
|
3306
|
+
: undefined,
|
|
2957
3307
|
};
|
|
2958
3308
|
};
|
|
2959
3309
|
var deserializeAws_json1_1PolicySummary = function (output, context) {
|
|
@@ -3208,6 +3558,10 @@ var deserializeAws_json1_1ResourceViolation = function (output, context) {
|
|
|
3208
3558
|
FirewallSubnetIsOutOfScopeViolation: output.FirewallSubnetIsOutOfScopeViolation !== undefined && output.FirewallSubnetIsOutOfScopeViolation !== null
|
|
3209
3559
|
? deserializeAws_json1_1FirewallSubnetIsOutOfScopeViolation(output.FirewallSubnetIsOutOfScopeViolation, context)
|
|
3210
3560
|
: undefined,
|
|
3561
|
+
FirewallSubnetMissingVPCEndpointViolation: output.FirewallSubnetMissingVPCEndpointViolation !== undefined &&
|
|
3562
|
+
output.FirewallSubnetMissingVPCEndpointViolation !== null
|
|
3563
|
+
? deserializeAws_json1_1FirewallSubnetMissingVPCEndpointViolation(output.FirewallSubnetMissingVPCEndpointViolation, context)
|
|
3564
|
+
: undefined,
|
|
3211
3565
|
NetworkFirewallBlackHoleRouteDetectedViolation: output.NetworkFirewallBlackHoleRouteDetectedViolation !== undefined &&
|
|
3212
3566
|
output.NetworkFirewallBlackHoleRouteDetectedViolation !== null
|
|
3213
3567
|
? deserializeAws_json1_1NetworkFirewallBlackHoleRouteDetectedViolation(output.NetworkFirewallBlackHoleRouteDetectedViolation, context)
|
|
@@ -3254,6 +3608,18 @@ var deserializeAws_json1_1ResourceViolation = function (output, context) {
|
|
|
3254
3608
|
RouteHasOutOfScopeEndpointViolation: output.RouteHasOutOfScopeEndpointViolation !== undefined && output.RouteHasOutOfScopeEndpointViolation !== null
|
|
3255
3609
|
? deserializeAws_json1_1RouteHasOutOfScopeEndpointViolation(output.RouteHasOutOfScopeEndpointViolation, context)
|
|
3256
3610
|
: undefined,
|
|
3611
|
+
ThirdPartyFirewallMissingExpectedRouteTableViolation: output.ThirdPartyFirewallMissingExpectedRouteTableViolation !== undefined &&
|
|
3612
|
+
output.ThirdPartyFirewallMissingExpectedRouteTableViolation !== null
|
|
3613
|
+
? deserializeAws_json1_1ThirdPartyFirewallMissingExpectedRouteTableViolation(output.ThirdPartyFirewallMissingExpectedRouteTableViolation, context)
|
|
3614
|
+
: undefined,
|
|
3615
|
+
ThirdPartyFirewallMissingFirewallViolation: output.ThirdPartyFirewallMissingFirewallViolation !== undefined &&
|
|
3616
|
+
output.ThirdPartyFirewallMissingFirewallViolation !== null
|
|
3617
|
+
? deserializeAws_json1_1ThirdPartyFirewallMissingFirewallViolation(output.ThirdPartyFirewallMissingFirewallViolation, context)
|
|
3618
|
+
: undefined,
|
|
3619
|
+
ThirdPartyFirewallMissingSubnetViolation: output.ThirdPartyFirewallMissingSubnetViolation !== undefined &&
|
|
3620
|
+
output.ThirdPartyFirewallMissingSubnetViolation !== null
|
|
3621
|
+
? deserializeAws_json1_1ThirdPartyFirewallMissingSubnetViolation(output.ThirdPartyFirewallMissingSubnetViolation, context)
|
|
3622
|
+
: undefined,
|
|
3257
3623
|
};
|
|
3258
3624
|
};
|
|
3259
3625
|
var deserializeAws_json1_1ResourceViolations = function (output, context) {
|
|
@@ -3414,6 +3780,53 @@ var deserializeAws_json1_1TargetViolationReasons = function (output, context) {
|
|
|
3414
3780
|
});
|
|
3415
3781
|
return retVal;
|
|
3416
3782
|
};
|
|
3783
|
+
var deserializeAws_json1_1ThirdPartyFirewallFirewallPolicies = function (output, context) {
|
|
3784
|
+
var retVal = (output || [])
|
|
3785
|
+
.filter(function (e) { return e != null; })
|
|
3786
|
+
.map(function (entry) {
|
|
3787
|
+
if (entry === null) {
|
|
3788
|
+
return null;
|
|
3789
|
+
}
|
|
3790
|
+
return deserializeAws_json1_1ThirdPartyFirewallFirewallPolicy(entry, context);
|
|
3791
|
+
});
|
|
3792
|
+
return retVal;
|
|
3793
|
+
};
|
|
3794
|
+
var deserializeAws_json1_1ThirdPartyFirewallFirewallPolicy = function (output, context) {
|
|
3795
|
+
return {
|
|
3796
|
+
FirewallPolicyId: __expectString(output.FirewallPolicyId),
|
|
3797
|
+
FirewallPolicyName: __expectString(output.FirewallPolicyName),
|
|
3798
|
+
};
|
|
3799
|
+
};
|
|
3800
|
+
var deserializeAws_json1_1ThirdPartyFirewallMissingExpectedRouteTableViolation = function (output, context) {
|
|
3801
|
+
return {
|
|
3802
|
+
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
3803
|
+
CurrentRouteTable: __expectString(output.CurrentRouteTable),
|
|
3804
|
+
ExpectedRouteTable: __expectString(output.ExpectedRouteTable),
|
|
3805
|
+
VPC: __expectString(output.VPC),
|
|
3806
|
+
ViolationTarget: __expectString(output.ViolationTarget),
|
|
3807
|
+
};
|
|
3808
|
+
};
|
|
3809
|
+
var deserializeAws_json1_1ThirdPartyFirewallMissingFirewallViolation = function (output, context) {
|
|
3810
|
+
return {
|
|
3811
|
+
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
3812
|
+
TargetViolationReason: __expectString(output.TargetViolationReason),
|
|
3813
|
+
VPC: __expectString(output.VPC),
|
|
3814
|
+
ViolationTarget: __expectString(output.ViolationTarget),
|
|
3815
|
+
};
|
|
3816
|
+
};
|
|
3817
|
+
var deserializeAws_json1_1ThirdPartyFirewallMissingSubnetViolation = function (output, context) {
|
|
3818
|
+
return {
|
|
3819
|
+
AvailabilityZone: __expectString(output.AvailabilityZone),
|
|
3820
|
+
TargetViolationReason: __expectString(output.TargetViolationReason),
|
|
3821
|
+
VPC: __expectString(output.VPC),
|
|
3822
|
+
ViolationTarget: __expectString(output.ViolationTarget),
|
|
3823
|
+
};
|
|
3824
|
+
};
|
|
3825
|
+
var deserializeAws_json1_1ThirdPartyFirewallPolicy = function (output, context) {
|
|
3826
|
+
return {
|
|
3827
|
+
FirewallDeploymentModel: __expectString(output.FirewallDeploymentModel),
|
|
3828
|
+
};
|
|
3829
|
+
};
|
|
3417
3830
|
var deserializeAws_json1_1UntagResourceResponse = function (output, context) {
|
|
3418
3831
|
return {};
|
|
3419
3832
|
};
|