@aws-sdk/client-fms 3.54.0 → 3.56.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 +24 -0
- package/dist-cjs/FMSClient.js +13 -13
- package/dist-cjs/commands/AssociateAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/DeleteAppsListCommand.js +3 -3
- package/dist-cjs/commands/DeleteNotificationChannelCommand.js +3 -3
- package/dist-cjs/commands/DeletePolicyCommand.js +3 -3
- package/dist-cjs/commands/DeleteProtocolsListCommand.js +3 -3
- package/dist-cjs/commands/DisassociateAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/GetAdminAccountCommand.js +3 -3
- package/dist-cjs/commands/GetAppsListCommand.js +3 -3
- package/dist-cjs/commands/GetComplianceDetailCommand.js +3 -3
- package/dist-cjs/commands/GetNotificationChannelCommand.js +3 -3
- package/dist-cjs/commands/GetPolicyCommand.js +3 -3
- package/dist-cjs/commands/GetProtectionStatusCommand.js +3 -3
- package/dist-cjs/commands/GetProtocolsListCommand.js +3 -3
- package/dist-cjs/commands/GetViolationDetailsCommand.js +3 -3
- package/dist-cjs/commands/ListAppsListsCommand.js +3 -3
- package/dist-cjs/commands/ListComplianceStatusCommand.js +3 -3
- package/dist-cjs/commands/ListMemberAccountsCommand.js +3 -3
- package/dist-cjs/commands/ListPoliciesCommand.js +3 -3
- package/dist-cjs/commands/ListProtocolsListsCommand.js +3 -3
- package/dist-cjs/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-cjs/commands/PutAppsListCommand.js +3 -3
- package/dist-cjs/commands/PutNotificationChannelCommand.js +3 -3
- package/dist-cjs/commands/PutPolicyCommand.js +3 -3
- package/dist-cjs/commands/PutProtocolsListCommand.js +3 -3
- package/dist-cjs/commands/TagResourceCommand.js +3 -3
- package/dist-cjs/commands/UntagResourceCommand.js +3 -3
- package/dist-cjs/endpoints.js +1 -1
- package/dist-cjs/protocols/Aws_json1_1.js +250 -250
- package/dist-cjs/runtimeConfig.browser.js +4 -4
- package/dist-cjs/runtimeConfig.js +9 -9
- package/dist-cjs/runtimeConfig.native.js +1 -1
- package/dist-es/FMS.js +26 -26
- package/dist-es/pagination/ListAppsListsPaginator.js +4 -4
- package/dist-es/pagination/ListComplianceStatusPaginator.js +4 -4
- package/dist-es/pagination/ListMemberAccountsPaginator.js +4 -4
- package/dist-es/pagination/ListPoliciesPaginator.js +4 -4
- package/dist-es/pagination/ListProtocolsListsPaginator.js +4 -4
- package/dist-types/runtimeConfig.native.d.ts +2 -2
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +2 -2
- package/package.json +34 -34
|
@@ -308,7 +308,7 @@ const deserializeAws_json1_1AssociateAdminAccountCommandError = async (output, c
|
|
|
308
308
|
$fault: "client",
|
|
309
309
|
$metadata: deserializeMetadata(output),
|
|
310
310
|
});
|
|
311
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
311
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
312
312
|
}
|
|
313
313
|
};
|
|
314
314
|
const deserializeAws_json1_1DeleteAppsListCommand = async (output, context) => {
|
|
@@ -347,7 +347,7 @@ const deserializeAws_json1_1DeleteAppsListCommandError = async (output, context)
|
|
|
347
347
|
$fault: "client",
|
|
348
348
|
$metadata: deserializeMetadata(output),
|
|
349
349
|
});
|
|
350
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
350
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
351
351
|
}
|
|
352
352
|
};
|
|
353
353
|
const deserializeAws_json1_1DeleteNotificationChannelCommand = async (output, context) => {
|
|
@@ -386,7 +386,7 @@ const deserializeAws_json1_1DeleteNotificationChannelCommandError = async (outpu
|
|
|
386
386
|
$fault: "client",
|
|
387
387
|
$metadata: deserializeMetadata(output),
|
|
388
388
|
});
|
|
389
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
389
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
390
390
|
}
|
|
391
391
|
};
|
|
392
392
|
const deserializeAws_json1_1DeletePolicyCommand = async (output, context) => {
|
|
@@ -431,7 +431,7 @@ const deserializeAws_json1_1DeletePolicyCommandError = async (output, context) =
|
|
|
431
431
|
$fault: "client",
|
|
432
432
|
$metadata: deserializeMetadata(output),
|
|
433
433
|
});
|
|
434
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
434
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
435
435
|
}
|
|
436
436
|
};
|
|
437
437
|
const deserializeAws_json1_1DeleteProtocolsListCommand = async (output, context) => {
|
|
@@ -470,7 +470,7 @@ const deserializeAws_json1_1DeleteProtocolsListCommandError = async (output, con
|
|
|
470
470
|
$fault: "client",
|
|
471
471
|
$metadata: deserializeMetadata(output),
|
|
472
472
|
});
|
|
473
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
473
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
474
474
|
}
|
|
475
475
|
};
|
|
476
476
|
const deserializeAws_json1_1DisassociateAdminAccountCommand = async (output, context) => {
|
|
@@ -509,7 +509,7 @@ const deserializeAws_json1_1DisassociateAdminAccountCommandError = async (output
|
|
|
509
509
|
$fault: "client",
|
|
510
510
|
$metadata: deserializeMetadata(output),
|
|
511
511
|
});
|
|
512
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
512
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
513
513
|
}
|
|
514
514
|
};
|
|
515
515
|
const deserializeAws_json1_1GetAdminAccountCommand = async (output, context) => {
|
|
@@ -551,7 +551,7 @@ const deserializeAws_json1_1GetAdminAccountCommandError = async (output, context
|
|
|
551
551
|
$fault: "client",
|
|
552
552
|
$metadata: deserializeMetadata(output),
|
|
553
553
|
});
|
|
554
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
554
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
555
555
|
}
|
|
556
556
|
};
|
|
557
557
|
const deserializeAws_json1_1GetAppsListCommand = async (output, context) => {
|
|
@@ -593,7 +593,7 @@ const deserializeAws_json1_1GetAppsListCommandError = async (output, context) =>
|
|
|
593
593
|
$fault: "client",
|
|
594
594
|
$metadata: deserializeMetadata(output),
|
|
595
595
|
});
|
|
596
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
596
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
597
597
|
}
|
|
598
598
|
};
|
|
599
599
|
const deserializeAws_json1_1GetComplianceDetailCommand = async (output, context) => {
|
|
@@ -638,7 +638,7 @@ const deserializeAws_json1_1GetComplianceDetailCommandError = async (output, con
|
|
|
638
638
|
$fault: "client",
|
|
639
639
|
$metadata: deserializeMetadata(output),
|
|
640
640
|
});
|
|
641
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
641
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
642
642
|
}
|
|
643
643
|
};
|
|
644
644
|
const deserializeAws_json1_1GetNotificationChannelCommand = async (output, context) => {
|
|
@@ -680,7 +680,7 @@ const deserializeAws_json1_1GetNotificationChannelCommandError = async (output,
|
|
|
680
680
|
$fault: "client",
|
|
681
681
|
$metadata: deserializeMetadata(output),
|
|
682
682
|
});
|
|
683
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
683
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
684
684
|
}
|
|
685
685
|
};
|
|
686
686
|
const deserializeAws_json1_1GetPolicyCommand = async (output, context) => {
|
|
@@ -725,7 +725,7 @@ const deserializeAws_json1_1GetPolicyCommandError = async (output, context) => {
|
|
|
725
725
|
$fault: "client",
|
|
726
726
|
$metadata: deserializeMetadata(output),
|
|
727
727
|
});
|
|
728
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
728
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
729
729
|
}
|
|
730
730
|
};
|
|
731
731
|
const deserializeAws_json1_1GetProtectionStatusCommand = async (output, context) => {
|
|
@@ -767,7 +767,7 @@ const deserializeAws_json1_1GetProtectionStatusCommandError = async (output, con
|
|
|
767
767
|
$fault: "client",
|
|
768
768
|
$metadata: deserializeMetadata(output),
|
|
769
769
|
});
|
|
770
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
770
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
771
771
|
}
|
|
772
772
|
};
|
|
773
773
|
const deserializeAws_json1_1GetProtocolsListCommand = async (output, context) => {
|
|
@@ -809,7 +809,7 @@ const deserializeAws_json1_1GetProtocolsListCommandError = async (output, contex
|
|
|
809
809
|
$fault: "client",
|
|
810
810
|
$metadata: deserializeMetadata(output),
|
|
811
811
|
});
|
|
812
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
812
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
813
813
|
}
|
|
814
814
|
};
|
|
815
815
|
const deserializeAws_json1_1GetViolationDetailsCommand = async (output, context) => {
|
|
@@ -851,7 +851,7 @@ const deserializeAws_json1_1GetViolationDetailsCommandError = async (output, con
|
|
|
851
851
|
$fault: "client",
|
|
852
852
|
$metadata: deserializeMetadata(output),
|
|
853
853
|
});
|
|
854
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
854
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
855
855
|
}
|
|
856
856
|
};
|
|
857
857
|
const deserializeAws_json1_1ListAppsListsCommand = async (output, context) => {
|
|
@@ -896,7 +896,7 @@ const deserializeAws_json1_1ListAppsListsCommandError = async (output, context)
|
|
|
896
896
|
$fault: "client",
|
|
897
897
|
$metadata: deserializeMetadata(output),
|
|
898
898
|
});
|
|
899
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
899
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
900
900
|
}
|
|
901
901
|
};
|
|
902
902
|
const deserializeAws_json1_1ListComplianceStatusCommand = async (output, context) => {
|
|
@@ -935,7 +935,7 @@ const deserializeAws_json1_1ListComplianceStatusCommandError = async (output, co
|
|
|
935
935
|
$fault: "client",
|
|
936
936
|
$metadata: deserializeMetadata(output),
|
|
937
937
|
});
|
|
938
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
938
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
939
939
|
}
|
|
940
940
|
};
|
|
941
941
|
const deserializeAws_json1_1ListMemberAccountsCommand = async (output, context) => {
|
|
@@ -974,7 +974,7 @@ const deserializeAws_json1_1ListMemberAccountsCommandError = async (output, cont
|
|
|
974
974
|
$fault: "client",
|
|
975
975
|
$metadata: deserializeMetadata(output),
|
|
976
976
|
});
|
|
977
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
977
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
978
978
|
}
|
|
979
979
|
};
|
|
980
980
|
const deserializeAws_json1_1ListPoliciesCommand = async (output, context) => {
|
|
@@ -1019,7 +1019,7 @@ const deserializeAws_json1_1ListPoliciesCommandError = async (output, context) =
|
|
|
1019
1019
|
$fault: "client",
|
|
1020
1020
|
$metadata: deserializeMetadata(output),
|
|
1021
1021
|
});
|
|
1022
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1022
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1023
1023
|
}
|
|
1024
1024
|
};
|
|
1025
1025
|
const deserializeAws_json1_1ListProtocolsListsCommand = async (output, context) => {
|
|
@@ -1061,7 +1061,7 @@ const deserializeAws_json1_1ListProtocolsListsCommandError = async (output, cont
|
|
|
1061
1061
|
$fault: "client",
|
|
1062
1062
|
$metadata: deserializeMetadata(output),
|
|
1063
1063
|
});
|
|
1064
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1064
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1065
1065
|
}
|
|
1066
1066
|
};
|
|
1067
1067
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1106,7 +1106,7 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
1106
1106
|
$fault: "client",
|
|
1107
1107
|
$metadata: deserializeMetadata(output),
|
|
1108
1108
|
});
|
|
1109
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1109
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1110
1110
|
}
|
|
1111
1111
|
};
|
|
1112
1112
|
const deserializeAws_json1_1PutAppsListCommand = async (output, context) => {
|
|
@@ -1154,7 +1154,7 @@ const deserializeAws_json1_1PutAppsListCommandError = async (output, context) =>
|
|
|
1154
1154
|
$fault: "client",
|
|
1155
1155
|
$metadata: deserializeMetadata(output),
|
|
1156
1156
|
});
|
|
1157
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1157
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1158
1158
|
}
|
|
1159
1159
|
};
|
|
1160
1160
|
const deserializeAws_json1_1PutNotificationChannelCommand = async (output, context) => {
|
|
@@ -1193,7 +1193,7 @@ const deserializeAws_json1_1PutNotificationChannelCommandError = async (output,
|
|
|
1193
1193
|
$fault: "client",
|
|
1194
1194
|
$metadata: deserializeMetadata(output),
|
|
1195
1195
|
});
|
|
1196
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1196
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1197
1197
|
}
|
|
1198
1198
|
};
|
|
1199
1199
|
const deserializeAws_json1_1PutPolicyCommand = async (output, context) => {
|
|
@@ -1244,7 +1244,7 @@ const deserializeAws_json1_1PutPolicyCommandError = async (output, context) => {
|
|
|
1244
1244
|
$fault: "client",
|
|
1245
1245
|
$metadata: deserializeMetadata(output),
|
|
1246
1246
|
});
|
|
1247
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1247
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1248
1248
|
}
|
|
1249
1249
|
};
|
|
1250
1250
|
const deserializeAws_json1_1PutProtocolsListCommand = async (output, context) => {
|
|
@@ -1292,7 +1292,7 @@ const deserializeAws_json1_1PutProtocolsListCommandError = async (output, contex
|
|
|
1292
1292
|
$fault: "client",
|
|
1293
1293
|
$metadata: deserializeMetadata(output),
|
|
1294
1294
|
});
|
|
1295
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1295
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1296
1296
|
}
|
|
1297
1297
|
};
|
|
1298
1298
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1340,7 +1340,7 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1340
1340
|
$fault: "client",
|
|
1341
1341
|
$metadata: deserializeMetadata(output),
|
|
1342
1342
|
});
|
|
1343
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1343
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1344
1344
|
}
|
|
1345
1345
|
};
|
|
1346
1346
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1385,7 +1385,7 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1385
1385
|
$fault: "client",
|
|
1386
1386
|
$metadata: deserializeMetadata(output),
|
|
1387
1387
|
});
|
|
1388
|
-
throw smithy_client_1.decorateServiceException(response, parsedBody);
|
|
1388
|
+
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1389
1389
|
}
|
|
1390
1390
|
};
|
|
1391
1391
|
const deserializeAws_json1_1InternalErrorExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1395,7 +1395,7 @@ const deserializeAws_json1_1InternalErrorExceptionResponse = async (parsedOutput
|
|
|
1395
1395
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1396
1396
|
...deserialized,
|
|
1397
1397
|
});
|
|
1398
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1398
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1399
1399
|
};
|
|
1400
1400
|
const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput, context) => {
|
|
1401
1401
|
const body = parsedOutput.body;
|
|
@@ -1404,7 +1404,7 @@ const deserializeAws_json1_1InvalidInputExceptionResponse = async (parsedOutput,
|
|
|
1404
1404
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1405
1405
|
...deserialized,
|
|
1406
1406
|
});
|
|
1407
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1407
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1408
1408
|
};
|
|
1409
1409
|
const deserializeAws_json1_1InvalidOperationExceptionResponse = async (parsedOutput, context) => {
|
|
1410
1410
|
const body = parsedOutput.body;
|
|
@@ -1413,7 +1413,7 @@ const deserializeAws_json1_1InvalidOperationExceptionResponse = async (parsedOut
|
|
|
1413
1413
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1414
1414
|
...deserialized,
|
|
1415
1415
|
});
|
|
1416
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1416
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1417
1417
|
};
|
|
1418
1418
|
const deserializeAws_json1_1InvalidTypeExceptionResponse = async (parsedOutput, context) => {
|
|
1419
1419
|
const body = parsedOutput.body;
|
|
@@ -1422,7 +1422,7 @@ const deserializeAws_json1_1InvalidTypeExceptionResponse = async (parsedOutput,
|
|
|
1422
1422
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1423
1423
|
...deserialized,
|
|
1424
1424
|
});
|
|
1425
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1425
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1426
1426
|
};
|
|
1427
1427
|
const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput, context) => {
|
|
1428
1428
|
const body = parsedOutput.body;
|
|
@@ -1431,7 +1431,7 @@ const deserializeAws_json1_1LimitExceededExceptionResponse = async (parsedOutput
|
|
|
1431
1431
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1432
1432
|
...deserialized,
|
|
1433
1433
|
});
|
|
1434
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1434
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1435
1435
|
};
|
|
1436
1436
|
const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOutput, context) => {
|
|
1437
1437
|
const body = parsedOutput.body;
|
|
@@ -1440,7 +1440,7 @@ const deserializeAws_json1_1ResourceNotFoundExceptionResponse = async (parsedOut
|
|
|
1440
1440
|
$metadata: deserializeMetadata(parsedOutput),
|
|
1441
1441
|
...deserialized,
|
|
1442
1442
|
});
|
|
1443
|
-
return smithy_client_1.decorateServiceException(exception, body);
|
|
1443
|
+
return (0, smithy_client_1.decorateServiceException)(exception, body);
|
|
1444
1444
|
};
|
|
1445
1445
|
const serializeAws_json1_1App = (input, context) => {
|
|
1446
1446
|
return {
|
|
@@ -1824,15 +1824,15 @@ const serializeAws_json1_1UntagResourceRequest = (input, context) => {
|
|
|
1824
1824
|
};
|
|
1825
1825
|
const deserializeAws_json1_1ActionTarget = (output, context) => {
|
|
1826
1826
|
return {
|
|
1827
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
1828
|
-
ResourceId: smithy_client_1.expectString(output.ResourceId),
|
|
1827
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
1828
|
+
ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
|
|
1829
1829
|
};
|
|
1830
1830
|
};
|
|
1831
1831
|
const deserializeAws_json1_1App = (output, context) => {
|
|
1832
1832
|
return {
|
|
1833
|
-
AppName: smithy_client_1.expectString(output.AppName),
|
|
1834
|
-
Port: smithy_client_1.expectLong(output.Port),
|
|
1835
|
-
Protocol: smithy_client_1.expectString(output.Protocol),
|
|
1833
|
+
AppName: (0, smithy_client_1.expectString)(output.AppName),
|
|
1834
|
+
Port: (0, smithy_client_1.expectLong)(output.Port),
|
|
1835
|
+
Protocol: (0, smithy_client_1.expectString)(output.Protocol),
|
|
1836
1836
|
};
|
|
1837
1837
|
};
|
|
1838
1838
|
const deserializeAws_json1_1AppsList = (output, context) => {
|
|
@@ -1852,14 +1852,14 @@ const deserializeAws_json1_1AppsListData = (output, context) => {
|
|
|
1852
1852
|
? deserializeAws_json1_1AppsList(output.AppsList, context)
|
|
1853
1853
|
: undefined,
|
|
1854
1854
|
CreateTime: output.CreateTime !== undefined && output.CreateTime !== null
|
|
1855
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTime)))
|
|
1855
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTime)))
|
|
1856
1856
|
: undefined,
|
|
1857
1857
|
LastUpdateTime: output.LastUpdateTime !== undefined && output.LastUpdateTime !== null
|
|
1858
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTime)))
|
|
1858
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTime)))
|
|
1859
1859
|
: undefined,
|
|
1860
|
-
ListId: smithy_client_1.expectString(output.ListId),
|
|
1861
|
-
ListName: smithy_client_1.expectString(output.ListName),
|
|
1862
|
-
ListUpdateToken: smithy_client_1.expectString(output.ListUpdateToken),
|
|
1860
|
+
ListId: (0, smithy_client_1.expectString)(output.ListId),
|
|
1861
|
+
ListName: (0, smithy_client_1.expectString)(output.ListName),
|
|
1862
|
+
ListUpdateToken: (0, smithy_client_1.expectString)(output.ListUpdateToken),
|
|
1863
1863
|
PreviousAppsList: output.PreviousAppsList !== undefined && output.PreviousAppsList !== null
|
|
1864
1864
|
? deserializeAws_json1_1PreviousAppsList(output.PreviousAppsList, context)
|
|
1865
1865
|
: undefined,
|
|
@@ -1870,9 +1870,9 @@ const deserializeAws_json1_1AppsListDataSummary = (output, context) => {
|
|
|
1870
1870
|
AppsList: output.AppsList !== undefined && output.AppsList !== null
|
|
1871
1871
|
? deserializeAws_json1_1AppsList(output.AppsList, context)
|
|
1872
1872
|
: undefined,
|
|
1873
|
-
ListArn: smithy_client_1.expectString(output.ListArn),
|
|
1874
|
-
ListId: smithy_client_1.expectString(output.ListId),
|
|
1875
|
-
ListName: smithy_client_1.expectString(output.ListName),
|
|
1873
|
+
ListArn: (0, smithy_client_1.expectString)(output.ListArn),
|
|
1874
|
+
ListId: (0, smithy_client_1.expectString)(output.ListId),
|
|
1875
|
+
ListName: (0, smithy_client_1.expectString)(output.ListName),
|
|
1876
1876
|
};
|
|
1877
1877
|
};
|
|
1878
1878
|
const deserializeAws_json1_1AppsListsData = (output, context) => {
|
|
@@ -1891,7 +1891,7 @@ const deserializeAws_json1_1AwsEc2InstanceViolation = (output, context) => {
|
|
|
1891
1891
|
AwsEc2NetworkInterfaceViolations: output.AwsEc2NetworkInterfaceViolations !== undefined && output.AwsEc2NetworkInterfaceViolations !== null
|
|
1892
1892
|
? deserializeAws_json1_1AwsEc2NetworkInterfaceViolations(output.AwsEc2NetworkInterfaceViolations, context)
|
|
1893
1893
|
: undefined,
|
|
1894
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
1894
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
1895
1895
|
};
|
|
1896
1896
|
};
|
|
1897
1897
|
const deserializeAws_json1_1AwsEc2NetworkInterfaceViolation = (output, context) => {
|
|
@@ -1899,7 +1899,7 @@ const deserializeAws_json1_1AwsEc2NetworkInterfaceViolation = (output, context)
|
|
|
1899
1899
|
ViolatingSecurityGroups: output.ViolatingSecurityGroups !== undefined && output.ViolatingSecurityGroups !== null
|
|
1900
1900
|
? deserializeAws_json1_1ResourceIdList(output.ViolatingSecurityGroups, context)
|
|
1901
1901
|
: undefined,
|
|
1902
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
1902
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
1903
1903
|
};
|
|
1904
1904
|
};
|
|
1905
1905
|
const deserializeAws_json1_1AwsEc2NetworkInterfaceViolations = (output, context) => {
|
|
@@ -1922,8 +1922,8 @@ const deserializeAws_json1_1AwsVPCSecurityGroupViolation = (output, context) =>
|
|
|
1922
1922
|
output.PossibleSecurityGroupRemediationActions !== null
|
|
1923
1923
|
? deserializeAws_json1_1SecurityGroupRemediationActions(output.PossibleSecurityGroupRemediationActions, context)
|
|
1924
1924
|
: undefined,
|
|
1925
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
1926
|
-
ViolationTargetDescription: smithy_client_1.expectString(output.ViolationTargetDescription),
|
|
1925
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
1926
|
+
ViolationTargetDescription: (0, smithy_client_1.expectString)(output.ViolationTargetDescription),
|
|
1927
1927
|
};
|
|
1928
1928
|
};
|
|
1929
1929
|
const deserializeAws_json1_1ComplianceViolator = (output, context) => {
|
|
@@ -1931,9 +1931,9 @@ const deserializeAws_json1_1ComplianceViolator = (output, context) => {
|
|
|
1931
1931
|
Metadata: output.Metadata !== undefined && output.Metadata !== null
|
|
1932
1932
|
? deserializeAws_json1_1ComplianceViolatorMetadata(output.Metadata, context)
|
|
1933
1933
|
: undefined,
|
|
1934
|
-
ResourceId: smithy_client_1.expectString(output.ResourceId),
|
|
1935
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
1936
|
-
ViolationReason: smithy_client_1.expectString(output.ViolationReason),
|
|
1934
|
+
ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
|
|
1935
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
1936
|
+
ViolationReason: (0, smithy_client_1.expectString)(output.ViolationReason),
|
|
1937
1937
|
};
|
|
1938
1938
|
};
|
|
1939
1939
|
const deserializeAws_json1_1ComplianceViolatorMetadata = (output, context) => {
|
|
@@ -1943,7 +1943,7 @@ const deserializeAws_json1_1ComplianceViolatorMetadata = (output, context) => {
|
|
|
1943
1943
|
}
|
|
1944
1944
|
return {
|
|
1945
1945
|
...acc,
|
|
1946
|
-
[key]: smithy_client_1.expectString(value),
|
|
1946
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
1947
1947
|
};
|
|
1948
1948
|
}, {});
|
|
1949
1949
|
};
|
|
@@ -1965,7 +1965,7 @@ const deserializeAws_json1_1CustomerPolicyScopeIdList = (output, context) => {
|
|
|
1965
1965
|
if (entry === null) {
|
|
1966
1966
|
return null;
|
|
1967
1967
|
}
|
|
1968
|
-
return smithy_client_1.expectString(entry);
|
|
1968
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
1969
1969
|
});
|
|
1970
1970
|
return retVal;
|
|
1971
1971
|
};
|
|
@@ -1982,15 +1982,15 @@ const deserializeAws_json1_1CustomerPolicyScopeMap = (output, context) => {
|
|
|
1982
1982
|
};
|
|
1983
1983
|
const deserializeAws_json1_1DnsDuplicateRuleGroupViolation = (output, context) => {
|
|
1984
1984
|
return {
|
|
1985
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
1986
|
-
ViolationTargetDescription: smithy_client_1.expectString(output.ViolationTargetDescription),
|
|
1985
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
1986
|
+
ViolationTargetDescription: (0, smithy_client_1.expectString)(output.ViolationTargetDescription),
|
|
1987
1987
|
};
|
|
1988
1988
|
};
|
|
1989
1989
|
const deserializeAws_json1_1DnsRuleGroupLimitExceededViolation = (output, context) => {
|
|
1990
1990
|
return {
|
|
1991
|
-
NumberOfRuleGroupsAlreadyAssociated: smithy_client_1.expectInt32(output.NumberOfRuleGroupsAlreadyAssociated),
|
|
1992
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
1993
|
-
ViolationTargetDescription: smithy_client_1.expectString(output.ViolationTargetDescription),
|
|
1991
|
+
NumberOfRuleGroupsAlreadyAssociated: (0, smithy_client_1.expectInt32)(output.NumberOfRuleGroupsAlreadyAssociated),
|
|
1992
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
1993
|
+
ViolationTargetDescription: (0, smithy_client_1.expectString)(output.ViolationTargetDescription),
|
|
1994
1994
|
};
|
|
1995
1995
|
};
|
|
1996
1996
|
const deserializeAws_json1_1DnsRuleGroupPriorities = (output, context) => {
|
|
@@ -2000,24 +2000,24 @@ const deserializeAws_json1_1DnsRuleGroupPriorities = (output, context) => {
|
|
|
2000
2000
|
if (entry === null) {
|
|
2001
2001
|
return null;
|
|
2002
2002
|
}
|
|
2003
|
-
return smithy_client_1.expectInt32(entry);
|
|
2003
|
+
return (0, smithy_client_1.expectInt32)(entry);
|
|
2004
2004
|
});
|
|
2005
2005
|
return retVal;
|
|
2006
2006
|
};
|
|
2007
2007
|
const deserializeAws_json1_1DnsRuleGroupPriorityConflictViolation = (output, context) => {
|
|
2008
2008
|
return {
|
|
2009
|
-
ConflictingPolicyId: smithy_client_1.expectString(output.ConflictingPolicyId),
|
|
2010
|
-
ConflictingPriority: smithy_client_1.expectInt32(output.ConflictingPriority),
|
|
2009
|
+
ConflictingPolicyId: (0, smithy_client_1.expectString)(output.ConflictingPolicyId),
|
|
2010
|
+
ConflictingPriority: (0, smithy_client_1.expectInt32)(output.ConflictingPriority),
|
|
2011
2011
|
UnavailablePriorities: output.UnavailablePriorities !== undefined && output.UnavailablePriorities !== null
|
|
2012
2012
|
? deserializeAws_json1_1DnsRuleGroupPriorities(output.UnavailablePriorities, context)
|
|
2013
2013
|
: undefined,
|
|
2014
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2015
|
-
ViolationTargetDescription: smithy_client_1.expectString(output.ViolationTargetDescription),
|
|
2014
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2015
|
+
ViolationTargetDescription: (0, smithy_client_1.expectString)(output.ViolationTargetDescription),
|
|
2016
2016
|
};
|
|
2017
2017
|
};
|
|
2018
2018
|
const deserializeAws_json1_1EC2AssociateRouteTableAction = (output, context) => {
|
|
2019
2019
|
return {
|
|
2020
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2020
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2021
2021
|
GatewayId: output.GatewayId !== undefined && output.GatewayId !== null
|
|
2022
2022
|
? deserializeAws_json1_1ActionTarget(output.GatewayId, context)
|
|
2023
2023
|
: undefined,
|
|
@@ -2031,7 +2031,7 @@ const deserializeAws_json1_1EC2AssociateRouteTableAction = (output, context) =>
|
|
|
2031
2031
|
};
|
|
2032
2032
|
const deserializeAws_json1_1EC2CopyRouteTableAction = (output, context) => {
|
|
2033
2033
|
return {
|
|
2034
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2034
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2035
2035
|
RouteTableId: output.RouteTableId !== undefined && output.RouteTableId !== null
|
|
2036
2036
|
? deserializeAws_json1_1ActionTarget(output.RouteTableId, context)
|
|
2037
2037
|
: undefined,
|
|
@@ -2042,10 +2042,10 @@ const deserializeAws_json1_1EC2CopyRouteTableAction = (output, context) => {
|
|
|
2042
2042
|
};
|
|
2043
2043
|
const deserializeAws_json1_1EC2CreateRouteAction = (output, context) => {
|
|
2044
2044
|
return {
|
|
2045
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2046
|
-
DestinationCidrBlock: smithy_client_1.expectString(output.DestinationCidrBlock),
|
|
2047
|
-
DestinationIpv6CidrBlock: smithy_client_1.expectString(output.DestinationIpv6CidrBlock),
|
|
2048
|
-
DestinationPrefixListId: smithy_client_1.expectString(output.DestinationPrefixListId),
|
|
2045
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2046
|
+
DestinationCidrBlock: (0, smithy_client_1.expectString)(output.DestinationCidrBlock),
|
|
2047
|
+
DestinationIpv6CidrBlock: (0, smithy_client_1.expectString)(output.DestinationIpv6CidrBlock),
|
|
2048
|
+
DestinationPrefixListId: (0, smithy_client_1.expectString)(output.DestinationPrefixListId),
|
|
2049
2049
|
GatewayId: output.GatewayId !== undefined && output.GatewayId !== null
|
|
2050
2050
|
? deserializeAws_json1_1ActionTarget(output.GatewayId, context)
|
|
2051
2051
|
: undefined,
|
|
@@ -2059,7 +2059,7 @@ const deserializeAws_json1_1EC2CreateRouteAction = (output, context) => {
|
|
|
2059
2059
|
};
|
|
2060
2060
|
const deserializeAws_json1_1EC2CreateRouteTableAction = (output, context) => {
|
|
2061
2061
|
return {
|
|
2062
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2062
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2063
2063
|
VpcId: output.VpcId !== undefined && output.VpcId !== null
|
|
2064
2064
|
? deserializeAws_json1_1ActionTarget(output.VpcId, context)
|
|
2065
2065
|
: undefined,
|
|
@@ -2067,10 +2067,10 @@ const deserializeAws_json1_1EC2CreateRouteTableAction = (output, context) => {
|
|
|
2067
2067
|
};
|
|
2068
2068
|
const deserializeAws_json1_1EC2DeleteRouteAction = (output, context) => {
|
|
2069
2069
|
return {
|
|
2070
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2071
|
-
DestinationCidrBlock: smithy_client_1.expectString(output.DestinationCidrBlock),
|
|
2072
|
-
DestinationIpv6CidrBlock: smithy_client_1.expectString(output.DestinationIpv6CidrBlock),
|
|
2073
|
-
DestinationPrefixListId: smithy_client_1.expectString(output.DestinationPrefixListId),
|
|
2070
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2071
|
+
DestinationCidrBlock: (0, smithy_client_1.expectString)(output.DestinationCidrBlock),
|
|
2072
|
+
DestinationIpv6CidrBlock: (0, smithy_client_1.expectString)(output.DestinationIpv6CidrBlock),
|
|
2073
|
+
DestinationPrefixListId: (0, smithy_client_1.expectString)(output.DestinationPrefixListId),
|
|
2074
2074
|
RouteTableId: output.RouteTableId !== undefined && output.RouteTableId !== null
|
|
2075
2075
|
? deserializeAws_json1_1ActionTarget(output.RouteTableId, context)
|
|
2076
2076
|
: undefined,
|
|
@@ -2078,10 +2078,10 @@ const deserializeAws_json1_1EC2DeleteRouteAction = (output, context) => {
|
|
|
2078
2078
|
};
|
|
2079
2079
|
const deserializeAws_json1_1EC2ReplaceRouteAction = (output, context) => {
|
|
2080
2080
|
return {
|
|
2081
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2082
|
-
DestinationCidrBlock: smithy_client_1.expectString(output.DestinationCidrBlock),
|
|
2083
|
-
DestinationIpv6CidrBlock: smithy_client_1.expectString(output.DestinationIpv6CidrBlock),
|
|
2084
|
-
DestinationPrefixListId: smithy_client_1.expectString(output.DestinationPrefixListId),
|
|
2081
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2082
|
+
DestinationCidrBlock: (0, smithy_client_1.expectString)(output.DestinationCidrBlock),
|
|
2083
|
+
DestinationIpv6CidrBlock: (0, smithy_client_1.expectString)(output.DestinationIpv6CidrBlock),
|
|
2084
|
+
DestinationPrefixListId: (0, smithy_client_1.expectString)(output.DestinationPrefixListId),
|
|
2085
2085
|
GatewayId: output.GatewayId !== undefined && output.GatewayId !== null
|
|
2086
2086
|
? deserializeAws_json1_1ActionTarget(output.GatewayId, context)
|
|
2087
2087
|
: undefined,
|
|
@@ -2095,7 +2095,7 @@ const deserializeAws_json1_1EC2ReplaceRouteTableAssociationAction = (output, con
|
|
|
2095
2095
|
AssociationId: output.AssociationId !== undefined && output.AssociationId !== null
|
|
2096
2096
|
? deserializeAws_json1_1ActionTarget(output.AssociationId, context)
|
|
2097
2097
|
: undefined,
|
|
2098
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2098
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2099
2099
|
RouteTableId: output.RouteTableId !== undefined && output.RouteTableId !== null
|
|
2100
2100
|
? deserializeAws_json1_1ActionTarget(output.RouteTableId, context)
|
|
2101
2101
|
: undefined,
|
|
@@ -2103,9 +2103,9 @@ const deserializeAws_json1_1EC2ReplaceRouteTableAssociationAction = (output, con
|
|
|
2103
2103
|
};
|
|
2104
2104
|
const deserializeAws_json1_1EvaluationResult = (output, context) => {
|
|
2105
2105
|
return {
|
|
2106
|
-
ComplianceStatus: smithy_client_1.expectString(output.ComplianceStatus),
|
|
2107
|
-
EvaluationLimitExceeded: smithy_client_1.expectBoolean(output.EvaluationLimitExceeded),
|
|
2108
|
-
ViolatorCount: smithy_client_1.expectLong(output.ViolatorCount),
|
|
2106
|
+
ComplianceStatus: (0, smithy_client_1.expectString)(output.ComplianceStatus),
|
|
2107
|
+
EvaluationLimitExceeded: (0, smithy_client_1.expectBoolean)(output.EvaluationLimitExceeded),
|
|
2108
|
+
ViolatorCount: (0, smithy_client_1.expectLong)(output.ViolatorCount),
|
|
2109
2109
|
};
|
|
2110
2110
|
};
|
|
2111
2111
|
const deserializeAws_json1_1EvaluationResults = (output, context) => {
|
|
@@ -2127,10 +2127,10 @@ const deserializeAws_json1_1ExpectedRoute = (output, context) => {
|
|
|
2127
2127
|
ContributingSubnets: output.ContributingSubnets !== undefined && output.ContributingSubnets !== null
|
|
2128
2128
|
? deserializeAws_json1_1ResourceIdList(output.ContributingSubnets, context)
|
|
2129
2129
|
: undefined,
|
|
2130
|
-
IpV4Cidr: smithy_client_1.expectString(output.IpV4Cidr),
|
|
2131
|
-
IpV6Cidr: smithy_client_1.expectString(output.IpV6Cidr),
|
|
2132
|
-
PrefixListId: smithy_client_1.expectString(output.PrefixListId),
|
|
2133
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2130
|
+
IpV4Cidr: (0, smithy_client_1.expectString)(output.IpV4Cidr),
|
|
2131
|
+
IpV6Cidr: (0, smithy_client_1.expectString)(output.IpV6Cidr),
|
|
2132
|
+
PrefixListId: (0, smithy_client_1.expectString)(output.PrefixListId),
|
|
2133
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2134
2134
|
};
|
|
2135
2135
|
};
|
|
2136
2136
|
const deserializeAws_json1_1ExpectedRoutes = (output, context) => {
|
|
@@ -2146,23 +2146,23 @@ const deserializeAws_json1_1ExpectedRoutes = (output, context) => {
|
|
|
2146
2146
|
};
|
|
2147
2147
|
const deserializeAws_json1_1FirewallSubnetIsOutOfScopeViolation = (output, context) => {
|
|
2148
2148
|
return {
|
|
2149
|
-
FirewallSubnetId: smithy_client_1.expectString(output.FirewallSubnetId),
|
|
2150
|
-
SubnetAvailabilityZone: smithy_client_1.expectString(output.SubnetAvailabilityZone),
|
|
2151
|
-
SubnetAvailabilityZoneId: smithy_client_1.expectString(output.SubnetAvailabilityZoneId),
|
|
2152
|
-
VpcEndpointId: smithy_client_1.expectString(output.VpcEndpointId),
|
|
2153
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2149
|
+
FirewallSubnetId: (0, smithy_client_1.expectString)(output.FirewallSubnetId),
|
|
2150
|
+
SubnetAvailabilityZone: (0, smithy_client_1.expectString)(output.SubnetAvailabilityZone),
|
|
2151
|
+
SubnetAvailabilityZoneId: (0, smithy_client_1.expectString)(output.SubnetAvailabilityZoneId),
|
|
2152
|
+
VpcEndpointId: (0, smithy_client_1.expectString)(output.VpcEndpointId),
|
|
2153
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2154
2154
|
};
|
|
2155
2155
|
};
|
|
2156
2156
|
const deserializeAws_json1_1FMSPolicyUpdateFirewallCreationConfigAction = (output, context) => {
|
|
2157
2157
|
return {
|
|
2158
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2159
|
-
FirewallCreationConfig: smithy_client_1.expectString(output.FirewallCreationConfig),
|
|
2158
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2159
|
+
FirewallCreationConfig: (0, smithy_client_1.expectString)(output.FirewallCreationConfig),
|
|
2160
2160
|
};
|
|
2161
2161
|
};
|
|
2162
2162
|
const deserializeAws_json1_1GetAdminAccountResponse = (output, context) => {
|
|
2163
2163
|
return {
|
|
2164
|
-
AdminAccount: smithy_client_1.expectString(output.AdminAccount),
|
|
2165
|
-
RoleStatus: smithy_client_1.expectString(output.RoleStatus),
|
|
2164
|
+
AdminAccount: (0, smithy_client_1.expectString)(output.AdminAccount),
|
|
2165
|
+
RoleStatus: (0, smithy_client_1.expectString)(output.RoleStatus),
|
|
2166
2166
|
};
|
|
2167
2167
|
};
|
|
2168
2168
|
const deserializeAws_json1_1GetAppsListResponse = (output, context) => {
|
|
@@ -2170,7 +2170,7 @@ const deserializeAws_json1_1GetAppsListResponse = (output, context) => {
|
|
|
2170
2170
|
AppsList: output.AppsList !== undefined && output.AppsList !== null
|
|
2171
2171
|
? deserializeAws_json1_1AppsListData(output.AppsList, context)
|
|
2172
2172
|
: undefined,
|
|
2173
|
-
AppsListArn: smithy_client_1.expectString(output.AppsListArn),
|
|
2173
|
+
AppsListArn: (0, smithy_client_1.expectString)(output.AppsListArn),
|
|
2174
2174
|
};
|
|
2175
2175
|
};
|
|
2176
2176
|
const deserializeAws_json1_1GetComplianceDetailResponse = (output, context) => {
|
|
@@ -2182,8 +2182,8 @@ const deserializeAws_json1_1GetComplianceDetailResponse = (output, context) => {
|
|
|
2182
2182
|
};
|
|
2183
2183
|
const deserializeAws_json1_1GetNotificationChannelResponse = (output, context) => {
|
|
2184
2184
|
return {
|
|
2185
|
-
SnsRoleName: smithy_client_1.expectString(output.SnsRoleName),
|
|
2186
|
-
SnsTopicArn: smithy_client_1.expectString(output.SnsTopicArn),
|
|
2185
|
+
SnsRoleName: (0, smithy_client_1.expectString)(output.SnsRoleName),
|
|
2186
|
+
SnsTopicArn: (0, smithy_client_1.expectString)(output.SnsTopicArn),
|
|
2187
2187
|
};
|
|
2188
2188
|
};
|
|
2189
2189
|
const deserializeAws_json1_1GetPolicyResponse = (output, context) => {
|
|
@@ -2191,15 +2191,15 @@ const deserializeAws_json1_1GetPolicyResponse = (output, context) => {
|
|
|
2191
2191
|
Policy: output.Policy !== undefined && output.Policy !== null
|
|
2192
2192
|
? deserializeAws_json1_1Policy(output.Policy, context)
|
|
2193
2193
|
: undefined,
|
|
2194
|
-
PolicyArn: smithy_client_1.expectString(output.PolicyArn),
|
|
2194
|
+
PolicyArn: (0, smithy_client_1.expectString)(output.PolicyArn),
|
|
2195
2195
|
};
|
|
2196
2196
|
};
|
|
2197
2197
|
const deserializeAws_json1_1GetProtectionStatusResponse = (output, context) => {
|
|
2198
2198
|
return {
|
|
2199
|
-
AdminAccountId: smithy_client_1.expectString(output.AdminAccountId),
|
|
2200
|
-
Data: smithy_client_1.expectString(output.Data),
|
|
2201
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2202
|
-
ServiceType: smithy_client_1.expectString(output.ServiceType),
|
|
2199
|
+
AdminAccountId: (0, smithy_client_1.expectString)(output.AdminAccountId),
|
|
2200
|
+
Data: (0, smithy_client_1.expectString)(output.Data),
|
|
2201
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2202
|
+
ServiceType: (0, smithy_client_1.expectString)(output.ServiceType),
|
|
2203
2203
|
};
|
|
2204
2204
|
};
|
|
2205
2205
|
const deserializeAws_json1_1GetProtocolsListResponse = (output, context) => {
|
|
@@ -2207,7 +2207,7 @@ const deserializeAws_json1_1GetProtocolsListResponse = (output, context) => {
|
|
|
2207
2207
|
ProtocolsList: output.ProtocolsList !== undefined && output.ProtocolsList !== null
|
|
2208
2208
|
? deserializeAws_json1_1ProtocolsListData(output.ProtocolsList, context)
|
|
2209
2209
|
: undefined,
|
|
2210
|
-
ProtocolsListArn: smithy_client_1.expectString(output.ProtocolsListArn),
|
|
2210
|
+
ProtocolsListArn: (0, smithy_client_1.expectString)(output.ProtocolsListArn),
|
|
2211
2211
|
};
|
|
2212
2212
|
};
|
|
2213
2213
|
const deserializeAws_json1_1GetViolationDetailsResponse = (output, context) => {
|
|
@@ -2219,22 +2219,22 @@ const deserializeAws_json1_1GetViolationDetailsResponse = (output, context) => {
|
|
|
2219
2219
|
};
|
|
2220
2220
|
const deserializeAws_json1_1InternalErrorException = (output, context) => {
|
|
2221
2221
|
return {
|
|
2222
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2222
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2223
2223
|
};
|
|
2224
2224
|
};
|
|
2225
2225
|
const deserializeAws_json1_1InvalidInputException = (output, context) => {
|
|
2226
2226
|
return {
|
|
2227
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2227
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2228
2228
|
};
|
|
2229
2229
|
};
|
|
2230
2230
|
const deserializeAws_json1_1InvalidOperationException = (output, context) => {
|
|
2231
2231
|
return {
|
|
2232
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2232
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2233
2233
|
};
|
|
2234
2234
|
};
|
|
2235
2235
|
const deserializeAws_json1_1InvalidTypeException = (output, context) => {
|
|
2236
2236
|
return {
|
|
2237
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2237
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2238
2238
|
};
|
|
2239
2239
|
};
|
|
2240
2240
|
const deserializeAws_json1_1IssueInfoMap = (output, context) => {
|
|
@@ -2244,7 +2244,7 @@ const deserializeAws_json1_1IssueInfoMap = (output, context) => {
|
|
|
2244
2244
|
}
|
|
2245
2245
|
return {
|
|
2246
2246
|
...acc,
|
|
2247
|
-
[key]: smithy_client_1.expectString(value),
|
|
2247
|
+
[key]: (0, smithy_client_1.expectString)(value),
|
|
2248
2248
|
};
|
|
2249
2249
|
}, {});
|
|
2250
2250
|
};
|
|
@@ -2255,13 +2255,13 @@ const deserializeAws_json1_1LengthBoundedStringList = (output, context) => {
|
|
|
2255
2255
|
if (entry === null) {
|
|
2256
2256
|
return null;
|
|
2257
2257
|
}
|
|
2258
|
-
return smithy_client_1.expectString(entry);
|
|
2258
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2259
2259
|
});
|
|
2260
2260
|
return retVal;
|
|
2261
2261
|
};
|
|
2262
2262
|
const deserializeAws_json1_1LimitExceededException = (output, context) => {
|
|
2263
2263
|
return {
|
|
2264
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2264
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2265
2265
|
};
|
|
2266
2266
|
};
|
|
2267
2267
|
const deserializeAws_json1_1ListAppsListsResponse = (output, context) => {
|
|
@@ -2269,12 +2269,12 @@ const deserializeAws_json1_1ListAppsListsResponse = (output, context) => {
|
|
|
2269
2269
|
AppsLists: output.AppsLists !== undefined && output.AppsLists !== null
|
|
2270
2270
|
? deserializeAws_json1_1AppsListsData(output.AppsLists, context)
|
|
2271
2271
|
: undefined,
|
|
2272
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2272
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2273
2273
|
};
|
|
2274
2274
|
};
|
|
2275
2275
|
const deserializeAws_json1_1ListComplianceStatusResponse = (output, context) => {
|
|
2276
2276
|
return {
|
|
2277
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2277
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2278
2278
|
PolicyComplianceStatusList: output.PolicyComplianceStatusList !== undefined && output.PolicyComplianceStatusList !== null
|
|
2279
2279
|
? deserializeAws_json1_1PolicyComplianceStatusList(output.PolicyComplianceStatusList, context)
|
|
2280
2280
|
: undefined,
|
|
@@ -2285,12 +2285,12 @@ const deserializeAws_json1_1ListMemberAccountsResponse = (output, context) => {
|
|
|
2285
2285
|
MemberAccounts: output.MemberAccounts !== undefined && output.MemberAccounts !== null
|
|
2286
2286
|
? deserializeAws_json1_1MemberAccounts(output.MemberAccounts, context)
|
|
2287
2287
|
: undefined,
|
|
2288
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2288
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2289
2289
|
};
|
|
2290
2290
|
};
|
|
2291
2291
|
const deserializeAws_json1_1ListPoliciesResponse = (output, context) => {
|
|
2292
2292
|
return {
|
|
2293
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2293
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2294
2294
|
PolicyList: output.PolicyList !== undefined && output.PolicyList !== null
|
|
2295
2295
|
? deserializeAws_json1_1PolicySummaryList(output.PolicyList, context)
|
|
2296
2296
|
: undefined,
|
|
@@ -2298,7 +2298,7 @@ const deserializeAws_json1_1ListPoliciesResponse = (output, context) => {
|
|
|
2298
2298
|
};
|
|
2299
2299
|
const deserializeAws_json1_1ListProtocolsListsResponse = (output, context) => {
|
|
2300
2300
|
return {
|
|
2301
|
-
NextToken: smithy_client_1.expectString(output.NextToken),
|
|
2301
|
+
NextToken: (0, smithy_client_1.expectString)(output.NextToken),
|
|
2302
2302
|
ProtocolsLists: output.ProtocolsLists !== undefined && output.ProtocolsLists !== null
|
|
2303
2303
|
? deserializeAws_json1_1ProtocolsListsData(output.ProtocolsLists, context)
|
|
2304
2304
|
: undefined,
|
|
@@ -2318,7 +2318,7 @@ const deserializeAws_json1_1MemberAccounts = (output, context) => {
|
|
|
2318
2318
|
if (entry === null) {
|
|
2319
2319
|
return null;
|
|
2320
2320
|
}
|
|
2321
|
-
return smithy_client_1.expectString(entry);
|
|
2321
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2322
2322
|
});
|
|
2323
2323
|
return retVal;
|
|
2324
2324
|
};
|
|
@@ -2329,18 +2329,18 @@ const deserializeAws_json1_1NetworkFirewallActionList = (output, context) => {
|
|
|
2329
2329
|
if (entry === null) {
|
|
2330
2330
|
return null;
|
|
2331
2331
|
}
|
|
2332
|
-
return smithy_client_1.expectString(entry);
|
|
2332
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2333
2333
|
});
|
|
2334
2334
|
return retVal;
|
|
2335
2335
|
};
|
|
2336
2336
|
const deserializeAws_json1_1NetworkFirewallBlackHoleRouteDetectedViolation = (output, context) => {
|
|
2337
2337
|
return {
|
|
2338
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2338
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2339
2339
|
ViolatingRoutes: output.ViolatingRoutes !== undefined && output.ViolatingRoutes !== null
|
|
2340
2340
|
? deserializeAws_json1_1Routes(output.ViolatingRoutes, context)
|
|
2341
2341
|
: undefined,
|
|
2342
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2343
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2342
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2343
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2344
2344
|
};
|
|
2345
2345
|
};
|
|
2346
2346
|
const deserializeAws_json1_1NetworkFirewallInternetTrafficNotInspectedViolation = (output, context) => {
|
|
@@ -2351,31 +2351,31 @@ const deserializeAws_json1_1NetworkFirewallInternetTrafficNotInspectedViolation
|
|
|
2351
2351
|
ActualInternetGatewayRoutes: output.ActualInternetGatewayRoutes !== undefined && output.ActualInternetGatewayRoutes !== null
|
|
2352
2352
|
? deserializeAws_json1_1Routes(output.ActualInternetGatewayRoutes, context)
|
|
2353
2353
|
: undefined,
|
|
2354
|
-
CurrentFirewallSubnetRouteTable: smithy_client_1.expectString(output.CurrentFirewallSubnetRouteTable),
|
|
2355
|
-
CurrentInternetGatewayRouteTable: smithy_client_1.expectString(output.CurrentInternetGatewayRouteTable),
|
|
2356
|
-
ExpectedFirewallEndpoint: smithy_client_1.expectString(output.ExpectedFirewallEndpoint),
|
|
2354
|
+
CurrentFirewallSubnetRouteTable: (0, smithy_client_1.expectString)(output.CurrentFirewallSubnetRouteTable),
|
|
2355
|
+
CurrentInternetGatewayRouteTable: (0, smithy_client_1.expectString)(output.CurrentInternetGatewayRouteTable),
|
|
2356
|
+
ExpectedFirewallEndpoint: (0, smithy_client_1.expectString)(output.ExpectedFirewallEndpoint),
|
|
2357
2357
|
ExpectedFirewallSubnetRoutes: output.ExpectedFirewallSubnetRoutes !== undefined && output.ExpectedFirewallSubnetRoutes !== null
|
|
2358
2358
|
? deserializeAws_json1_1ExpectedRoutes(output.ExpectedFirewallSubnetRoutes, context)
|
|
2359
2359
|
: undefined,
|
|
2360
2360
|
ExpectedInternetGatewayRoutes: output.ExpectedInternetGatewayRoutes !== undefined && output.ExpectedInternetGatewayRoutes !== null
|
|
2361
2361
|
? deserializeAws_json1_1ExpectedRoutes(output.ExpectedInternetGatewayRoutes, context)
|
|
2362
2362
|
: undefined,
|
|
2363
|
-
FirewallSubnetId: smithy_client_1.expectString(output.FirewallSubnetId),
|
|
2364
|
-
InternetGatewayId: smithy_client_1.expectString(output.InternetGatewayId),
|
|
2365
|
-
IsRouteTableUsedInDifferentAZ: smithy_client_1.expectBoolean(output.IsRouteTableUsedInDifferentAZ),
|
|
2366
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2367
|
-
SubnetAvailabilityZone: smithy_client_1.expectString(output.SubnetAvailabilityZone),
|
|
2368
|
-
SubnetId: smithy_client_1.expectString(output.SubnetId),
|
|
2363
|
+
FirewallSubnetId: (0, smithy_client_1.expectString)(output.FirewallSubnetId),
|
|
2364
|
+
InternetGatewayId: (0, smithy_client_1.expectString)(output.InternetGatewayId),
|
|
2365
|
+
IsRouteTableUsedInDifferentAZ: (0, smithy_client_1.expectBoolean)(output.IsRouteTableUsedInDifferentAZ),
|
|
2366
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2367
|
+
SubnetAvailabilityZone: (0, smithy_client_1.expectString)(output.SubnetAvailabilityZone),
|
|
2368
|
+
SubnetId: (0, smithy_client_1.expectString)(output.SubnetId),
|
|
2369
2369
|
ViolatingRoutes: output.ViolatingRoutes !== undefined && output.ViolatingRoutes !== null
|
|
2370
2370
|
? deserializeAws_json1_1Routes(output.ViolatingRoutes, context)
|
|
2371
2371
|
: undefined,
|
|
2372
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2372
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2373
2373
|
};
|
|
2374
2374
|
};
|
|
2375
2375
|
const deserializeAws_json1_1NetworkFirewallInvalidRouteConfigurationViolation = (output, context) => {
|
|
2376
2376
|
return {
|
|
2377
|
-
ActualFirewallEndpoint: smithy_client_1.expectString(output.ActualFirewallEndpoint),
|
|
2378
|
-
ActualFirewallSubnetId: smithy_client_1.expectString(output.ActualFirewallSubnetId),
|
|
2377
|
+
ActualFirewallEndpoint: (0, smithy_client_1.expectString)(output.ActualFirewallEndpoint),
|
|
2378
|
+
ActualFirewallSubnetId: (0, smithy_client_1.expectString)(output.ActualFirewallSubnetId),
|
|
2379
2379
|
ActualFirewallSubnetRoutes: output.ActualFirewallSubnetRoutes !== undefined && output.ActualFirewallSubnetRoutes !== null
|
|
2380
2380
|
? deserializeAws_json1_1Routes(output.ActualFirewallSubnetRoutes, context)
|
|
2381
2381
|
: undefined,
|
|
@@ -2385,23 +2385,23 @@ const deserializeAws_json1_1NetworkFirewallInvalidRouteConfigurationViolation =
|
|
|
2385
2385
|
AffectedSubnets: output.AffectedSubnets !== undefined && output.AffectedSubnets !== null
|
|
2386
2386
|
? deserializeAws_json1_1ResourceIdList(output.AffectedSubnets, context)
|
|
2387
2387
|
: undefined,
|
|
2388
|
-
CurrentFirewallSubnetRouteTable: smithy_client_1.expectString(output.CurrentFirewallSubnetRouteTable),
|
|
2389
|
-
CurrentInternetGatewayRouteTable: smithy_client_1.expectString(output.CurrentInternetGatewayRouteTable),
|
|
2390
|
-
ExpectedFirewallEndpoint: smithy_client_1.expectString(output.ExpectedFirewallEndpoint),
|
|
2391
|
-
ExpectedFirewallSubnetId: smithy_client_1.expectString(output.ExpectedFirewallSubnetId),
|
|
2388
|
+
CurrentFirewallSubnetRouteTable: (0, smithy_client_1.expectString)(output.CurrentFirewallSubnetRouteTable),
|
|
2389
|
+
CurrentInternetGatewayRouteTable: (0, smithy_client_1.expectString)(output.CurrentInternetGatewayRouteTable),
|
|
2390
|
+
ExpectedFirewallEndpoint: (0, smithy_client_1.expectString)(output.ExpectedFirewallEndpoint),
|
|
2391
|
+
ExpectedFirewallSubnetId: (0, smithy_client_1.expectString)(output.ExpectedFirewallSubnetId),
|
|
2392
2392
|
ExpectedFirewallSubnetRoutes: output.ExpectedFirewallSubnetRoutes !== undefined && output.ExpectedFirewallSubnetRoutes !== null
|
|
2393
2393
|
? deserializeAws_json1_1ExpectedRoutes(output.ExpectedFirewallSubnetRoutes, context)
|
|
2394
2394
|
: undefined,
|
|
2395
2395
|
ExpectedInternetGatewayRoutes: output.ExpectedInternetGatewayRoutes !== undefined && output.ExpectedInternetGatewayRoutes !== null
|
|
2396
2396
|
? deserializeAws_json1_1ExpectedRoutes(output.ExpectedInternetGatewayRoutes, context)
|
|
2397
2397
|
: undefined,
|
|
2398
|
-
InternetGatewayId: smithy_client_1.expectString(output.InternetGatewayId),
|
|
2399
|
-
IsRouteTableUsedInDifferentAZ: smithy_client_1.expectBoolean(output.IsRouteTableUsedInDifferentAZ),
|
|
2400
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2398
|
+
InternetGatewayId: (0, smithy_client_1.expectString)(output.InternetGatewayId),
|
|
2399
|
+
IsRouteTableUsedInDifferentAZ: (0, smithy_client_1.expectBoolean)(output.IsRouteTableUsedInDifferentAZ),
|
|
2400
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2401
2401
|
ViolatingRoute: output.ViolatingRoute !== undefined && output.ViolatingRoute !== null
|
|
2402
2402
|
? deserializeAws_json1_1Route(output.ViolatingRoute, context)
|
|
2403
2403
|
: undefined,
|
|
2404
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2404
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2405
2405
|
};
|
|
2406
2406
|
};
|
|
2407
2407
|
const deserializeAws_json1_1NetworkFirewallMissingExpectedRoutesViolation = (output, context) => {
|
|
@@ -2409,38 +2409,38 @@ const deserializeAws_json1_1NetworkFirewallMissingExpectedRoutesViolation = (out
|
|
|
2409
2409
|
ExpectedRoutes: output.ExpectedRoutes !== undefined && output.ExpectedRoutes !== null
|
|
2410
2410
|
? deserializeAws_json1_1ExpectedRoutes(output.ExpectedRoutes, context)
|
|
2411
2411
|
: undefined,
|
|
2412
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2413
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2412
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2413
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2414
2414
|
};
|
|
2415
2415
|
};
|
|
2416
2416
|
const deserializeAws_json1_1NetworkFirewallMissingExpectedRTViolation = (output, context) => {
|
|
2417
2417
|
return {
|
|
2418
|
-
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
2419
|
-
CurrentRouteTable: smithy_client_1.expectString(output.CurrentRouteTable),
|
|
2420
|
-
ExpectedRouteTable: smithy_client_1.expectString(output.ExpectedRouteTable),
|
|
2421
|
-
VPC: smithy_client_1.expectString(output.VPC),
|
|
2422
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2418
|
+
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
2419
|
+
CurrentRouteTable: (0, smithy_client_1.expectString)(output.CurrentRouteTable),
|
|
2420
|
+
ExpectedRouteTable: (0, smithy_client_1.expectString)(output.ExpectedRouteTable),
|
|
2421
|
+
VPC: (0, smithy_client_1.expectString)(output.VPC),
|
|
2422
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2423
2423
|
};
|
|
2424
2424
|
};
|
|
2425
2425
|
const deserializeAws_json1_1NetworkFirewallMissingFirewallViolation = (output, context) => {
|
|
2426
2426
|
return {
|
|
2427
|
-
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
2428
|
-
TargetViolationReason: smithy_client_1.expectString(output.TargetViolationReason),
|
|
2429
|
-
VPC: smithy_client_1.expectString(output.VPC),
|
|
2430
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2427
|
+
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
2428
|
+
TargetViolationReason: (0, smithy_client_1.expectString)(output.TargetViolationReason),
|
|
2429
|
+
VPC: (0, smithy_client_1.expectString)(output.VPC),
|
|
2430
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2431
2431
|
};
|
|
2432
2432
|
};
|
|
2433
2433
|
const deserializeAws_json1_1NetworkFirewallMissingSubnetViolation = (output, context) => {
|
|
2434
2434
|
return {
|
|
2435
|
-
AvailabilityZone: smithy_client_1.expectString(output.AvailabilityZone),
|
|
2436
|
-
TargetViolationReason: smithy_client_1.expectString(output.TargetViolationReason),
|
|
2437
|
-
VPC: smithy_client_1.expectString(output.VPC),
|
|
2438
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2435
|
+
AvailabilityZone: (0, smithy_client_1.expectString)(output.AvailabilityZone),
|
|
2436
|
+
TargetViolationReason: (0, smithy_client_1.expectString)(output.TargetViolationReason),
|
|
2437
|
+
VPC: (0, smithy_client_1.expectString)(output.VPC),
|
|
2438
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2439
2439
|
};
|
|
2440
2440
|
};
|
|
2441
2441
|
const deserializeAws_json1_1NetworkFirewallPolicy = (output, context) => {
|
|
2442
2442
|
return {
|
|
2443
|
-
FirewallDeploymentModel: smithy_client_1.expectString(output.FirewallDeploymentModel),
|
|
2443
|
+
FirewallDeploymentModel: (0, smithy_client_1.expectString)(output.FirewallDeploymentModel),
|
|
2444
2444
|
};
|
|
2445
2445
|
};
|
|
2446
2446
|
const deserializeAws_json1_1NetworkFirewallPolicyDescription = (output, context) => {
|
|
@@ -2470,28 +2470,28 @@ const deserializeAws_json1_1NetworkFirewallPolicyModifiedViolation = (output, co
|
|
|
2470
2470
|
ExpectedPolicyDescription: output.ExpectedPolicyDescription !== undefined && output.ExpectedPolicyDescription !== null
|
|
2471
2471
|
? deserializeAws_json1_1NetworkFirewallPolicyDescription(output.ExpectedPolicyDescription, context)
|
|
2472
2472
|
: undefined,
|
|
2473
|
-
ViolationTarget: smithy_client_1.expectString(output.ViolationTarget),
|
|
2473
|
+
ViolationTarget: (0, smithy_client_1.expectString)(output.ViolationTarget),
|
|
2474
2474
|
};
|
|
2475
2475
|
};
|
|
2476
2476
|
const deserializeAws_json1_1NetworkFirewallUnexpectedFirewallRoutesViolation = (output, context) => {
|
|
2477
2477
|
return {
|
|
2478
|
-
FirewallEndpoint: smithy_client_1.expectString(output.FirewallEndpoint),
|
|
2479
|
-
FirewallSubnetId: smithy_client_1.expectString(output.FirewallSubnetId),
|
|
2480
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2478
|
+
FirewallEndpoint: (0, smithy_client_1.expectString)(output.FirewallEndpoint),
|
|
2479
|
+
FirewallSubnetId: (0, smithy_client_1.expectString)(output.FirewallSubnetId),
|
|
2480
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2481
2481
|
ViolatingRoutes: output.ViolatingRoutes !== undefined && output.ViolatingRoutes !== null
|
|
2482
2482
|
? deserializeAws_json1_1Routes(output.ViolatingRoutes, context)
|
|
2483
2483
|
: undefined,
|
|
2484
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2484
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2485
2485
|
};
|
|
2486
2486
|
};
|
|
2487
2487
|
const deserializeAws_json1_1NetworkFirewallUnexpectedGatewayRoutesViolation = (output, context) => {
|
|
2488
2488
|
return {
|
|
2489
|
-
GatewayId: smithy_client_1.expectString(output.GatewayId),
|
|
2490
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2489
|
+
GatewayId: (0, smithy_client_1.expectString)(output.GatewayId),
|
|
2490
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2491
2491
|
ViolatingRoutes: output.ViolatingRoutes !== undefined && output.ViolatingRoutes !== null
|
|
2492
2492
|
? deserializeAws_json1_1Routes(output.ViolatingRoutes, context)
|
|
2493
2493
|
: undefined,
|
|
2494
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2494
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2495
2495
|
};
|
|
2496
2496
|
};
|
|
2497
2497
|
const deserializeAws_json1_1OrderedRemediationActions = (output, context) => {
|
|
@@ -2507,7 +2507,7 @@ const deserializeAws_json1_1OrderedRemediationActions = (output, context) => {
|
|
|
2507
2507
|
};
|
|
2508
2508
|
const deserializeAws_json1_1PartialMatch = (output, context) => {
|
|
2509
2509
|
return {
|
|
2510
|
-
Reference: smithy_client_1.expectString(output.Reference),
|
|
2510
|
+
Reference: (0, smithy_client_1.expectString)(output.Reference),
|
|
2511
2511
|
TargetViolationReasons: output.TargetViolationReasons !== undefined && output.TargetViolationReasons !== null
|
|
2512
2512
|
? deserializeAws_json1_1TargetViolationReasons(output.TargetViolationReasons, context)
|
|
2513
2513
|
: undefined,
|
|
@@ -2526,22 +2526,22 @@ const deserializeAws_json1_1PartialMatches = (output, context) => {
|
|
|
2526
2526
|
};
|
|
2527
2527
|
const deserializeAws_json1_1Policy = (output, context) => {
|
|
2528
2528
|
return {
|
|
2529
|
-
DeleteUnusedFMManagedResources: smithy_client_1.expectBoolean(output.DeleteUnusedFMManagedResources),
|
|
2529
|
+
DeleteUnusedFMManagedResources: (0, smithy_client_1.expectBoolean)(output.DeleteUnusedFMManagedResources),
|
|
2530
2530
|
ExcludeMap: output.ExcludeMap !== undefined && output.ExcludeMap !== null
|
|
2531
2531
|
? deserializeAws_json1_1CustomerPolicyScopeMap(output.ExcludeMap, context)
|
|
2532
2532
|
: undefined,
|
|
2533
|
-
ExcludeResourceTags: smithy_client_1.expectBoolean(output.ExcludeResourceTags),
|
|
2533
|
+
ExcludeResourceTags: (0, smithy_client_1.expectBoolean)(output.ExcludeResourceTags),
|
|
2534
2534
|
IncludeMap: output.IncludeMap !== undefined && output.IncludeMap !== null
|
|
2535
2535
|
? deserializeAws_json1_1CustomerPolicyScopeMap(output.IncludeMap, context)
|
|
2536
2536
|
: undefined,
|
|
2537
|
-
PolicyId: smithy_client_1.expectString(output.PolicyId),
|
|
2538
|
-
PolicyName: smithy_client_1.expectString(output.PolicyName),
|
|
2539
|
-
PolicyUpdateToken: smithy_client_1.expectString(output.PolicyUpdateToken),
|
|
2540
|
-
RemediationEnabled: smithy_client_1.expectBoolean(output.RemediationEnabled),
|
|
2537
|
+
PolicyId: (0, smithy_client_1.expectString)(output.PolicyId),
|
|
2538
|
+
PolicyName: (0, smithy_client_1.expectString)(output.PolicyName),
|
|
2539
|
+
PolicyUpdateToken: (0, smithy_client_1.expectString)(output.PolicyUpdateToken),
|
|
2540
|
+
RemediationEnabled: (0, smithy_client_1.expectBoolean)(output.RemediationEnabled),
|
|
2541
2541
|
ResourceTags: output.ResourceTags !== undefined && output.ResourceTags !== null
|
|
2542
2542
|
? deserializeAws_json1_1ResourceTags(output.ResourceTags, context)
|
|
2543
2543
|
: undefined,
|
|
2544
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
2544
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
2545
2545
|
ResourceTypeList: output.ResourceTypeList !== undefined && output.ResourceTypeList !== null
|
|
2546
2546
|
? deserializeAws_json1_1ResourceTypeList(output.ResourceTypeList, context)
|
|
2547
2547
|
: undefined,
|
|
@@ -2552,16 +2552,16 @@ const deserializeAws_json1_1Policy = (output, context) => {
|
|
|
2552
2552
|
};
|
|
2553
2553
|
const deserializeAws_json1_1PolicyComplianceDetail = (output, context) => {
|
|
2554
2554
|
return {
|
|
2555
|
-
EvaluationLimitExceeded: smithy_client_1.expectBoolean(output.EvaluationLimitExceeded),
|
|
2555
|
+
EvaluationLimitExceeded: (0, smithy_client_1.expectBoolean)(output.EvaluationLimitExceeded),
|
|
2556
2556
|
ExpiredAt: output.ExpiredAt !== undefined && output.ExpiredAt !== null
|
|
2557
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.ExpiredAt)))
|
|
2557
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.ExpiredAt)))
|
|
2558
2558
|
: undefined,
|
|
2559
2559
|
IssueInfoMap: output.IssueInfoMap !== undefined && output.IssueInfoMap !== null
|
|
2560
2560
|
? deserializeAws_json1_1IssueInfoMap(output.IssueInfoMap, context)
|
|
2561
2561
|
: undefined,
|
|
2562
|
-
MemberAccount: smithy_client_1.expectString(output.MemberAccount),
|
|
2563
|
-
PolicyId: smithy_client_1.expectString(output.PolicyId),
|
|
2564
|
-
PolicyOwner: smithy_client_1.expectString(output.PolicyOwner),
|
|
2562
|
+
MemberAccount: (0, smithy_client_1.expectString)(output.MemberAccount),
|
|
2563
|
+
PolicyId: (0, smithy_client_1.expectString)(output.PolicyId),
|
|
2564
|
+
PolicyOwner: (0, smithy_client_1.expectString)(output.PolicyOwner),
|
|
2565
2565
|
Violators: output.Violators !== undefined && output.Violators !== null
|
|
2566
2566
|
? deserializeAws_json1_1ComplianceViolators(output.Violators, context)
|
|
2567
2567
|
: undefined,
|
|
@@ -2576,12 +2576,12 @@ const deserializeAws_json1_1PolicyComplianceStatus = (output, context) => {
|
|
|
2576
2576
|
? deserializeAws_json1_1IssueInfoMap(output.IssueInfoMap, context)
|
|
2577
2577
|
: undefined,
|
|
2578
2578
|
LastUpdated: output.LastUpdated !== undefined && output.LastUpdated !== null
|
|
2579
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdated)))
|
|
2579
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdated)))
|
|
2580
2580
|
: undefined,
|
|
2581
|
-
MemberAccount: smithy_client_1.expectString(output.MemberAccount),
|
|
2582
|
-
PolicyId: smithy_client_1.expectString(output.PolicyId),
|
|
2583
|
-
PolicyName: smithy_client_1.expectString(output.PolicyName),
|
|
2584
|
-
PolicyOwner: smithy_client_1.expectString(output.PolicyOwner),
|
|
2581
|
+
MemberAccount: (0, smithy_client_1.expectString)(output.MemberAccount),
|
|
2582
|
+
PolicyId: (0, smithy_client_1.expectString)(output.PolicyId),
|
|
2583
|
+
PolicyName: (0, smithy_client_1.expectString)(output.PolicyName),
|
|
2584
|
+
PolicyOwner: (0, smithy_client_1.expectString)(output.PolicyOwner),
|
|
2585
2585
|
};
|
|
2586
2586
|
};
|
|
2587
2587
|
const deserializeAws_json1_1PolicyComplianceStatusList = (output, context) => {
|
|
@@ -2604,13 +2604,13 @@ const deserializeAws_json1_1PolicyOption = (output, context) => {
|
|
|
2604
2604
|
};
|
|
2605
2605
|
const deserializeAws_json1_1PolicySummary = (output, context) => {
|
|
2606
2606
|
return {
|
|
2607
|
-
DeleteUnusedFMManagedResources: smithy_client_1.expectBoolean(output.DeleteUnusedFMManagedResources),
|
|
2608
|
-
PolicyArn: smithy_client_1.expectString(output.PolicyArn),
|
|
2609
|
-
PolicyId: smithy_client_1.expectString(output.PolicyId),
|
|
2610
|
-
PolicyName: smithy_client_1.expectString(output.PolicyName),
|
|
2611
|
-
RemediationEnabled: smithy_client_1.expectBoolean(output.RemediationEnabled),
|
|
2612
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
2613
|
-
SecurityServiceType: smithy_client_1.expectString(output.SecurityServiceType),
|
|
2607
|
+
DeleteUnusedFMManagedResources: (0, smithy_client_1.expectBoolean)(output.DeleteUnusedFMManagedResources),
|
|
2608
|
+
PolicyArn: (0, smithy_client_1.expectString)(output.PolicyArn),
|
|
2609
|
+
PolicyId: (0, smithy_client_1.expectString)(output.PolicyId),
|
|
2610
|
+
PolicyName: (0, smithy_client_1.expectString)(output.PolicyName),
|
|
2611
|
+
RemediationEnabled: (0, smithy_client_1.expectBoolean)(output.RemediationEnabled),
|
|
2612
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
2613
|
+
SecurityServiceType: (0, smithy_client_1.expectString)(output.SecurityServiceType),
|
|
2614
2614
|
};
|
|
2615
2615
|
};
|
|
2616
2616
|
const deserializeAws_json1_1PolicySummaryList = (output, context) => {
|
|
@@ -2626,8 +2626,8 @@ const deserializeAws_json1_1PolicySummaryList = (output, context) => {
|
|
|
2626
2626
|
};
|
|
2627
2627
|
const deserializeAws_json1_1PossibleRemediationAction = (output, context) => {
|
|
2628
2628
|
return {
|
|
2629
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2630
|
-
IsDefaultAction: smithy_client_1.expectBoolean(output.IsDefaultAction),
|
|
2629
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2630
|
+
IsDefaultAction: (0, smithy_client_1.expectBoolean)(output.IsDefaultAction),
|
|
2631
2631
|
OrderedRemediationActions: output.OrderedRemediationActions !== undefined && output.OrderedRemediationActions !== null
|
|
2632
2632
|
? deserializeAws_json1_1OrderedRemediationActions(output.OrderedRemediationActions, context)
|
|
2633
2633
|
: undefined,
|
|
@@ -2649,7 +2649,7 @@ const deserializeAws_json1_1PossibleRemediationActions = (output, context) => {
|
|
|
2649
2649
|
Actions: output.Actions !== undefined && output.Actions !== null
|
|
2650
2650
|
? deserializeAws_json1_1PossibleRemediationActionList(output.Actions, context)
|
|
2651
2651
|
: undefined,
|
|
2652
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2652
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2653
2653
|
};
|
|
2654
2654
|
};
|
|
2655
2655
|
const deserializeAws_json1_1PreviousAppsList = (output, context) => {
|
|
@@ -2681,21 +2681,21 @@ const deserializeAws_json1_1ProtocolsList = (output, context) => {
|
|
|
2681
2681
|
if (entry === null) {
|
|
2682
2682
|
return null;
|
|
2683
2683
|
}
|
|
2684
|
-
return smithy_client_1.expectString(entry);
|
|
2684
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2685
2685
|
});
|
|
2686
2686
|
return retVal;
|
|
2687
2687
|
};
|
|
2688
2688
|
const deserializeAws_json1_1ProtocolsListData = (output, context) => {
|
|
2689
2689
|
return {
|
|
2690
2690
|
CreateTime: output.CreateTime !== undefined && output.CreateTime !== null
|
|
2691
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.CreateTime)))
|
|
2691
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.CreateTime)))
|
|
2692
2692
|
: undefined,
|
|
2693
2693
|
LastUpdateTime: output.LastUpdateTime !== undefined && output.LastUpdateTime !== null
|
|
2694
|
-
? smithy_client_1.expectNonNull(smithy_client_1.parseEpochTimestamp(smithy_client_1.expectNumber(output.LastUpdateTime)))
|
|
2694
|
+
? (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseEpochTimestamp)((0, smithy_client_1.expectNumber)(output.LastUpdateTime)))
|
|
2695
2695
|
: undefined,
|
|
2696
|
-
ListId: smithy_client_1.expectString(output.ListId),
|
|
2697
|
-
ListName: smithy_client_1.expectString(output.ListName),
|
|
2698
|
-
ListUpdateToken: smithy_client_1.expectString(output.ListUpdateToken),
|
|
2696
|
+
ListId: (0, smithy_client_1.expectString)(output.ListId),
|
|
2697
|
+
ListName: (0, smithy_client_1.expectString)(output.ListName),
|
|
2698
|
+
ListUpdateToken: (0, smithy_client_1.expectString)(output.ListUpdateToken),
|
|
2699
2699
|
PreviousProtocolsList: output.PreviousProtocolsList !== undefined && output.PreviousProtocolsList !== null
|
|
2700
2700
|
? deserializeAws_json1_1PreviousProtocolsList(output.PreviousProtocolsList, context)
|
|
2701
2701
|
: undefined,
|
|
@@ -2706,9 +2706,9 @@ const deserializeAws_json1_1ProtocolsListData = (output, context) => {
|
|
|
2706
2706
|
};
|
|
2707
2707
|
const deserializeAws_json1_1ProtocolsListDataSummary = (output, context) => {
|
|
2708
2708
|
return {
|
|
2709
|
-
ListArn: smithy_client_1.expectString(output.ListArn),
|
|
2710
|
-
ListId: smithy_client_1.expectString(output.ListId),
|
|
2711
|
-
ListName: smithy_client_1.expectString(output.ListName),
|
|
2709
|
+
ListArn: (0, smithy_client_1.expectString)(output.ListArn),
|
|
2710
|
+
ListId: (0, smithy_client_1.expectString)(output.ListId),
|
|
2711
|
+
ListName: (0, smithy_client_1.expectString)(output.ListName),
|
|
2712
2712
|
ProtocolsList: output.ProtocolsList !== undefined && output.ProtocolsList !== null
|
|
2713
2713
|
? deserializeAws_json1_1ProtocolsList(output.ProtocolsList, context)
|
|
2714
2714
|
: undefined,
|
|
@@ -2730,7 +2730,7 @@ const deserializeAws_json1_1PutAppsListResponse = (output, context) => {
|
|
|
2730
2730
|
AppsList: output.AppsList !== undefined && output.AppsList !== null
|
|
2731
2731
|
? deserializeAws_json1_1AppsListData(output.AppsList, context)
|
|
2732
2732
|
: undefined,
|
|
2733
|
-
AppsListArn: smithy_client_1.expectString(output.AppsListArn),
|
|
2733
|
+
AppsListArn: (0, smithy_client_1.expectString)(output.AppsListArn),
|
|
2734
2734
|
};
|
|
2735
2735
|
};
|
|
2736
2736
|
const deserializeAws_json1_1PutPolicyResponse = (output, context) => {
|
|
@@ -2738,7 +2738,7 @@ const deserializeAws_json1_1PutPolicyResponse = (output, context) => {
|
|
|
2738
2738
|
Policy: output.Policy !== undefined && output.Policy !== null
|
|
2739
2739
|
? deserializeAws_json1_1Policy(output.Policy, context)
|
|
2740
2740
|
: undefined,
|
|
2741
|
-
PolicyArn: smithy_client_1.expectString(output.PolicyArn),
|
|
2741
|
+
PolicyArn: (0, smithy_client_1.expectString)(output.PolicyArn),
|
|
2742
2742
|
};
|
|
2743
2743
|
};
|
|
2744
2744
|
const deserializeAws_json1_1PutProtocolsListResponse = (output, context) => {
|
|
@@ -2746,12 +2746,12 @@ const deserializeAws_json1_1PutProtocolsListResponse = (output, context) => {
|
|
|
2746
2746
|
ProtocolsList: output.ProtocolsList !== undefined && output.ProtocolsList !== null
|
|
2747
2747
|
? deserializeAws_json1_1ProtocolsListData(output.ProtocolsList, context)
|
|
2748
2748
|
: undefined,
|
|
2749
|
-
ProtocolsListArn: smithy_client_1.expectString(output.ProtocolsListArn),
|
|
2749
|
+
ProtocolsListArn: (0, smithy_client_1.expectString)(output.ProtocolsListArn),
|
|
2750
2750
|
};
|
|
2751
2751
|
};
|
|
2752
2752
|
const deserializeAws_json1_1RemediationAction = (output, context) => {
|
|
2753
2753
|
return {
|
|
2754
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2754
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2755
2755
|
EC2AssociateRouteTableAction: output.EC2AssociateRouteTableAction !== undefined && output.EC2AssociateRouteTableAction !== null
|
|
2756
2756
|
? deserializeAws_json1_1EC2AssociateRouteTableAction(output.EC2AssociateRouteTableAction, context)
|
|
2757
2757
|
: undefined,
|
|
@@ -2782,7 +2782,7 @@ const deserializeAws_json1_1RemediationAction = (output, context) => {
|
|
|
2782
2782
|
};
|
|
2783
2783
|
const deserializeAws_json1_1RemediationActionWithOrder = (output, context) => {
|
|
2784
2784
|
return {
|
|
2785
|
-
Order: smithy_client_1.expectInt32(output.Order),
|
|
2785
|
+
Order: (0, smithy_client_1.expectInt32)(output.Order),
|
|
2786
2786
|
RemediationAction: output.RemediationAction !== undefined && output.RemediationAction !== null
|
|
2787
2787
|
? deserializeAws_json1_1RemediationAction(output.RemediationAction, context)
|
|
2788
2788
|
: undefined,
|
|
@@ -2795,19 +2795,19 @@ const deserializeAws_json1_1ResourceIdList = (output, context) => {
|
|
|
2795
2795
|
if (entry === null) {
|
|
2796
2796
|
return null;
|
|
2797
2797
|
}
|
|
2798
|
-
return smithy_client_1.expectString(entry);
|
|
2798
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2799
2799
|
});
|
|
2800
2800
|
return retVal;
|
|
2801
2801
|
};
|
|
2802
2802
|
const deserializeAws_json1_1ResourceNotFoundException = (output, context) => {
|
|
2803
2803
|
return {
|
|
2804
|
-
Message: smithy_client_1.expectString(output.Message),
|
|
2804
|
+
Message: (0, smithy_client_1.expectString)(output.Message),
|
|
2805
2805
|
};
|
|
2806
2806
|
};
|
|
2807
2807
|
const deserializeAws_json1_1ResourceTag = (output, context) => {
|
|
2808
2808
|
return {
|
|
2809
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
2810
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
2809
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
2810
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
2811
2811
|
};
|
|
2812
2812
|
};
|
|
2813
2813
|
const deserializeAws_json1_1ResourceTags = (output, context) => {
|
|
@@ -2828,7 +2828,7 @@ const deserializeAws_json1_1ResourceTypeList = (output, context) => {
|
|
|
2828
2828
|
if (entry === null) {
|
|
2829
2829
|
return null;
|
|
2830
2830
|
}
|
|
2831
|
-
return smithy_client_1.expectString(entry);
|
|
2831
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
2832
2832
|
});
|
|
2833
2833
|
return retVal;
|
|
2834
2834
|
};
|
|
@@ -2917,32 +2917,32 @@ const deserializeAws_json1_1ResourceViolations = (output, context) => {
|
|
|
2917
2917
|
};
|
|
2918
2918
|
const deserializeAws_json1_1Route = (output, context) => {
|
|
2919
2919
|
return {
|
|
2920
|
-
Destination: smithy_client_1.expectString(output.Destination),
|
|
2921
|
-
DestinationType: smithy_client_1.expectString(output.DestinationType),
|
|
2922
|
-
Target: smithy_client_1.expectString(output.Target),
|
|
2923
|
-
TargetType: smithy_client_1.expectString(output.TargetType),
|
|
2920
|
+
Destination: (0, smithy_client_1.expectString)(output.Destination),
|
|
2921
|
+
DestinationType: (0, smithy_client_1.expectString)(output.DestinationType),
|
|
2922
|
+
Target: (0, smithy_client_1.expectString)(output.Target),
|
|
2923
|
+
TargetType: (0, smithy_client_1.expectString)(output.TargetType),
|
|
2924
2924
|
};
|
|
2925
2925
|
};
|
|
2926
2926
|
const deserializeAws_json1_1RouteHasOutOfScopeEndpointViolation = (output, context) => {
|
|
2927
2927
|
return {
|
|
2928
|
-
CurrentFirewallSubnetRouteTable: smithy_client_1.expectString(output.CurrentFirewallSubnetRouteTable),
|
|
2929
|
-
CurrentInternetGatewayRouteTable: smithy_client_1.expectString(output.CurrentInternetGatewayRouteTable),
|
|
2930
|
-
FirewallSubnetId: smithy_client_1.expectString(output.FirewallSubnetId),
|
|
2928
|
+
CurrentFirewallSubnetRouteTable: (0, smithy_client_1.expectString)(output.CurrentFirewallSubnetRouteTable),
|
|
2929
|
+
CurrentInternetGatewayRouteTable: (0, smithy_client_1.expectString)(output.CurrentInternetGatewayRouteTable),
|
|
2930
|
+
FirewallSubnetId: (0, smithy_client_1.expectString)(output.FirewallSubnetId),
|
|
2931
2931
|
FirewallSubnetRoutes: output.FirewallSubnetRoutes !== undefined && output.FirewallSubnetRoutes !== null
|
|
2932
2932
|
? deserializeAws_json1_1Routes(output.FirewallSubnetRoutes, context)
|
|
2933
2933
|
: undefined,
|
|
2934
|
-
InternetGatewayId: smithy_client_1.expectString(output.InternetGatewayId),
|
|
2934
|
+
InternetGatewayId: (0, smithy_client_1.expectString)(output.InternetGatewayId),
|
|
2935
2935
|
InternetGatewayRoutes: output.InternetGatewayRoutes !== undefined && output.InternetGatewayRoutes !== null
|
|
2936
2936
|
? deserializeAws_json1_1Routes(output.InternetGatewayRoutes, context)
|
|
2937
2937
|
: undefined,
|
|
2938
|
-
RouteTableId: smithy_client_1.expectString(output.RouteTableId),
|
|
2939
|
-
SubnetAvailabilityZone: smithy_client_1.expectString(output.SubnetAvailabilityZone),
|
|
2940
|
-
SubnetAvailabilityZoneId: smithy_client_1.expectString(output.SubnetAvailabilityZoneId),
|
|
2941
|
-
SubnetId: smithy_client_1.expectString(output.SubnetId),
|
|
2938
|
+
RouteTableId: (0, smithy_client_1.expectString)(output.RouteTableId),
|
|
2939
|
+
SubnetAvailabilityZone: (0, smithy_client_1.expectString)(output.SubnetAvailabilityZone),
|
|
2940
|
+
SubnetAvailabilityZoneId: (0, smithy_client_1.expectString)(output.SubnetAvailabilityZoneId),
|
|
2941
|
+
SubnetId: (0, smithy_client_1.expectString)(output.SubnetId),
|
|
2942
2942
|
ViolatingRoutes: output.ViolatingRoutes !== undefined && output.ViolatingRoutes !== null
|
|
2943
2943
|
? deserializeAws_json1_1Routes(output.ViolatingRoutes, context)
|
|
2944
2944
|
: undefined,
|
|
2945
|
-
VpcId: smithy_client_1.expectString(output.VpcId),
|
|
2945
|
+
VpcId: (0, smithy_client_1.expectString)(output.VpcId),
|
|
2946
2946
|
};
|
|
2947
2947
|
};
|
|
2948
2948
|
const deserializeAws_json1_1Routes = (output, context) => {
|
|
@@ -2958,9 +2958,9 @@ const deserializeAws_json1_1Routes = (output, context) => {
|
|
|
2958
2958
|
};
|
|
2959
2959
|
const deserializeAws_json1_1SecurityGroupRemediationAction = (output, context) => {
|
|
2960
2960
|
return {
|
|
2961
|
-
Description: smithy_client_1.expectString(output.Description),
|
|
2962
|
-
IsDefaultAction: smithy_client_1.expectBoolean(output.IsDefaultAction),
|
|
2963
|
-
RemediationActionType: smithy_client_1.expectString(output.RemediationActionType),
|
|
2961
|
+
Description: (0, smithy_client_1.expectString)(output.Description),
|
|
2962
|
+
IsDefaultAction: (0, smithy_client_1.expectBoolean)(output.IsDefaultAction),
|
|
2963
|
+
RemediationActionType: (0, smithy_client_1.expectString)(output.RemediationActionType),
|
|
2964
2964
|
RemediationResult: output.RemediationResult !== undefined && output.RemediationResult !== null
|
|
2965
2965
|
? deserializeAws_json1_1SecurityGroupRuleDescription(output.RemediationResult, context)
|
|
2966
2966
|
: undefined,
|
|
@@ -2979,27 +2979,27 @@ const deserializeAws_json1_1SecurityGroupRemediationActions = (output, context)
|
|
|
2979
2979
|
};
|
|
2980
2980
|
const deserializeAws_json1_1SecurityGroupRuleDescription = (output, context) => {
|
|
2981
2981
|
return {
|
|
2982
|
-
FromPort: smithy_client_1.expectLong(output.FromPort),
|
|
2983
|
-
IPV4Range: smithy_client_1.expectString(output.IPV4Range),
|
|
2984
|
-
IPV6Range: smithy_client_1.expectString(output.IPV6Range),
|
|
2985
|
-
PrefixListId: smithy_client_1.expectString(output.PrefixListId),
|
|
2986
|
-
Protocol: smithy_client_1.expectString(output.Protocol),
|
|
2987
|
-
ToPort: smithy_client_1.expectLong(output.ToPort),
|
|
2982
|
+
FromPort: (0, smithy_client_1.expectLong)(output.FromPort),
|
|
2983
|
+
IPV4Range: (0, smithy_client_1.expectString)(output.IPV4Range),
|
|
2984
|
+
IPV6Range: (0, smithy_client_1.expectString)(output.IPV6Range),
|
|
2985
|
+
PrefixListId: (0, smithy_client_1.expectString)(output.PrefixListId),
|
|
2986
|
+
Protocol: (0, smithy_client_1.expectString)(output.Protocol),
|
|
2987
|
+
ToPort: (0, smithy_client_1.expectLong)(output.ToPort),
|
|
2988
2988
|
};
|
|
2989
2989
|
};
|
|
2990
2990
|
const deserializeAws_json1_1SecurityServicePolicyData = (output, context) => {
|
|
2991
2991
|
return {
|
|
2992
|
-
ManagedServiceData: smithy_client_1.expectString(output.ManagedServiceData),
|
|
2992
|
+
ManagedServiceData: (0, smithy_client_1.expectString)(output.ManagedServiceData),
|
|
2993
2993
|
PolicyOption: output.PolicyOption !== undefined && output.PolicyOption !== null
|
|
2994
2994
|
? deserializeAws_json1_1PolicyOption(output.PolicyOption, context)
|
|
2995
2995
|
: undefined,
|
|
2996
|
-
Type: smithy_client_1.expectString(output.Type),
|
|
2996
|
+
Type: (0, smithy_client_1.expectString)(output.Type),
|
|
2997
2997
|
};
|
|
2998
2998
|
};
|
|
2999
2999
|
const deserializeAws_json1_1StatefulRuleGroup = (output, context) => {
|
|
3000
3000
|
return {
|
|
3001
|
-
ResourceId: smithy_client_1.expectString(output.ResourceId),
|
|
3002
|
-
RuleGroupName: smithy_client_1.expectString(output.RuleGroupName),
|
|
3001
|
+
ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
|
|
3002
|
+
RuleGroupName: (0, smithy_client_1.expectString)(output.RuleGroupName),
|
|
3003
3003
|
};
|
|
3004
3004
|
};
|
|
3005
3005
|
const deserializeAws_json1_1StatefulRuleGroupList = (output, context) => {
|
|
@@ -3015,9 +3015,9 @@ const deserializeAws_json1_1StatefulRuleGroupList = (output, context) => {
|
|
|
3015
3015
|
};
|
|
3016
3016
|
const deserializeAws_json1_1StatelessRuleGroup = (output, context) => {
|
|
3017
3017
|
return {
|
|
3018
|
-
Priority: smithy_client_1.expectInt32(output.Priority),
|
|
3019
|
-
ResourceId: smithy_client_1.expectString(output.ResourceId),
|
|
3020
|
-
RuleGroupName: smithy_client_1.expectString(output.RuleGroupName),
|
|
3018
|
+
Priority: (0, smithy_client_1.expectInt32)(output.Priority),
|
|
3019
|
+
ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
|
|
3020
|
+
RuleGroupName: (0, smithy_client_1.expectString)(output.RuleGroupName),
|
|
3021
3021
|
};
|
|
3022
3022
|
};
|
|
3023
3023
|
const deserializeAws_json1_1StatelessRuleGroupList = (output, context) => {
|
|
@@ -3033,8 +3033,8 @@ const deserializeAws_json1_1StatelessRuleGroupList = (output, context) => {
|
|
|
3033
3033
|
};
|
|
3034
3034
|
const deserializeAws_json1_1Tag = (output, context) => {
|
|
3035
3035
|
return {
|
|
3036
|
-
Key: smithy_client_1.expectString(output.Key),
|
|
3037
|
-
Value: smithy_client_1.expectString(output.Value),
|
|
3036
|
+
Key: (0, smithy_client_1.expectString)(output.Key),
|
|
3037
|
+
Value: (0, smithy_client_1.expectString)(output.Value),
|
|
3038
3038
|
};
|
|
3039
3039
|
};
|
|
3040
3040
|
const deserializeAws_json1_1TagList = (output, context) => {
|
|
@@ -3058,7 +3058,7 @@ const deserializeAws_json1_1TargetViolationReasons = (output, context) => {
|
|
|
3058
3058
|
if (entry === null) {
|
|
3059
3059
|
return null;
|
|
3060
3060
|
}
|
|
3061
|
-
return smithy_client_1.expectString(entry);
|
|
3061
|
+
return (0, smithy_client_1.expectString)(entry);
|
|
3062
3062
|
});
|
|
3063
3063
|
return retVal;
|
|
3064
3064
|
};
|
|
@@ -3067,14 +3067,14 @@ const deserializeAws_json1_1UntagResourceResponse = (output, context) => {
|
|
|
3067
3067
|
};
|
|
3068
3068
|
const deserializeAws_json1_1ViolationDetail = (output, context) => {
|
|
3069
3069
|
return {
|
|
3070
|
-
MemberAccount: smithy_client_1.expectString(output.MemberAccount),
|
|
3071
|
-
PolicyId: smithy_client_1.expectString(output.PolicyId),
|
|
3072
|
-
ResourceDescription: smithy_client_1.expectString(output.ResourceDescription),
|
|
3073
|
-
ResourceId: smithy_client_1.expectString(output.ResourceId),
|
|
3070
|
+
MemberAccount: (0, smithy_client_1.expectString)(output.MemberAccount),
|
|
3071
|
+
PolicyId: (0, smithy_client_1.expectString)(output.PolicyId),
|
|
3072
|
+
ResourceDescription: (0, smithy_client_1.expectString)(output.ResourceDescription),
|
|
3073
|
+
ResourceId: (0, smithy_client_1.expectString)(output.ResourceId),
|
|
3074
3074
|
ResourceTags: output.ResourceTags !== undefined && output.ResourceTags !== null
|
|
3075
3075
|
? deserializeAws_json1_1TagList(output.ResourceTags, context)
|
|
3076
3076
|
: undefined,
|
|
3077
|
-
ResourceType: smithy_client_1.expectString(output.ResourceType),
|
|
3077
|
+
ResourceType: (0, smithy_client_1.expectString)(output.ResourceType),
|
|
3078
3078
|
ResourceViolations: output.ResourceViolations !== undefined && output.ResourceViolations !== null
|
|
3079
3079
|
? deserializeAws_json1_1ResourceViolations(output.ResourceViolations, context)
|
|
3080
3080
|
: undefined,
|