@aws-sdk/client-application-discovery-service 3.141.0 → 3.150.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/dist-cjs/protocols/Aws_json1_1.js +125 -245
- package/dist-es/protocols/Aws_json1_1.js +201 -246
- package/package.json +11 -6
|
@@ -274,7 +274,6 @@ const deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommandError
|
|
|
274
274
|
...output,
|
|
275
275
|
body: await parseBody(output.body, context),
|
|
276
276
|
};
|
|
277
|
-
let response;
|
|
278
277
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
279
278
|
switch (errorCode) {
|
|
280
279
|
case "AuthorizationErrorException":
|
|
@@ -294,14 +293,12 @@ const deserializeAws_json1_1AssociateConfigurationItemsToApplicationCommandError
|
|
|
294
293
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
295
294
|
default:
|
|
296
295
|
const parsedBody = parsedOutput.body;
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
$metadata,
|
|
296
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
297
|
+
output,
|
|
298
|
+
parsedBody,
|
|
299
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
300
|
+
errorCode,
|
|
303
301
|
});
|
|
304
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
305
302
|
}
|
|
306
303
|
};
|
|
307
304
|
const deserializeAws_json1_1BatchDeleteImportDataCommand = async (output, context) => {
|
|
@@ -323,7 +320,6 @@ const deserializeAws_json1_1BatchDeleteImportDataCommandError = async (output, c
|
|
|
323
320
|
...output,
|
|
324
321
|
body: await parseBody(output.body, context),
|
|
325
322
|
};
|
|
326
|
-
let response;
|
|
327
323
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
328
324
|
switch (errorCode) {
|
|
329
325
|
case "AuthorizationErrorException":
|
|
@@ -343,14 +339,12 @@ const deserializeAws_json1_1BatchDeleteImportDataCommandError = async (output, c
|
|
|
343
339
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
344
340
|
default:
|
|
345
341
|
const parsedBody = parsedOutput.body;
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
$metadata,
|
|
342
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
343
|
+
output,
|
|
344
|
+
parsedBody,
|
|
345
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
346
|
+
errorCode,
|
|
352
347
|
});
|
|
353
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
354
348
|
}
|
|
355
349
|
};
|
|
356
350
|
const deserializeAws_json1_1CreateApplicationCommand = async (output, context) => {
|
|
@@ -372,7 +366,6 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
372
366
|
...output,
|
|
373
367
|
body: await parseBody(output.body, context),
|
|
374
368
|
};
|
|
375
|
-
let response;
|
|
376
369
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
377
370
|
switch (errorCode) {
|
|
378
371
|
case "AuthorizationErrorException":
|
|
@@ -392,14 +385,12 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
392
385
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
393
386
|
default:
|
|
394
387
|
const parsedBody = parsedOutput.body;
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
$metadata,
|
|
388
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
389
|
+
output,
|
|
390
|
+
parsedBody,
|
|
391
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
392
|
+
errorCode,
|
|
401
393
|
});
|
|
402
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
403
394
|
}
|
|
404
395
|
};
|
|
405
396
|
const deserializeAws_json1_1CreateTagsCommand = async (output, context) => {
|
|
@@ -421,7 +412,6 @@ const deserializeAws_json1_1CreateTagsCommandError = async (output, context) =>
|
|
|
421
412
|
...output,
|
|
422
413
|
body: await parseBody(output.body, context),
|
|
423
414
|
};
|
|
424
|
-
let response;
|
|
425
415
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
426
416
|
switch (errorCode) {
|
|
427
417
|
case "AuthorizationErrorException":
|
|
@@ -444,14 +434,12 @@ const deserializeAws_json1_1CreateTagsCommandError = async (output, context) =>
|
|
|
444
434
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
445
435
|
default:
|
|
446
436
|
const parsedBody = parsedOutput.body;
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
$metadata,
|
|
437
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
438
|
+
output,
|
|
439
|
+
parsedBody,
|
|
440
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
441
|
+
errorCode,
|
|
453
442
|
});
|
|
454
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
455
443
|
}
|
|
456
444
|
};
|
|
457
445
|
const deserializeAws_json1_1DeleteApplicationsCommand = async (output, context) => {
|
|
@@ -473,7 +461,6 @@ const deserializeAws_json1_1DeleteApplicationsCommandError = async (output, cont
|
|
|
473
461
|
...output,
|
|
474
462
|
body: await parseBody(output.body, context),
|
|
475
463
|
};
|
|
476
|
-
let response;
|
|
477
464
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
478
465
|
switch (errorCode) {
|
|
479
466
|
case "AuthorizationErrorException":
|
|
@@ -493,14 +480,12 @@ const deserializeAws_json1_1DeleteApplicationsCommandError = async (output, cont
|
|
|
493
480
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
494
481
|
default:
|
|
495
482
|
const parsedBody = parsedOutput.body;
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
$metadata,
|
|
483
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
484
|
+
output,
|
|
485
|
+
parsedBody,
|
|
486
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
487
|
+
errorCode,
|
|
502
488
|
});
|
|
503
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
504
489
|
}
|
|
505
490
|
};
|
|
506
491
|
const deserializeAws_json1_1DeleteTagsCommand = async (output, context) => {
|
|
@@ -522,7 +507,6 @@ const deserializeAws_json1_1DeleteTagsCommandError = async (output, context) =>
|
|
|
522
507
|
...output,
|
|
523
508
|
body: await parseBody(output.body, context),
|
|
524
509
|
};
|
|
525
|
-
let response;
|
|
526
510
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
527
511
|
switch (errorCode) {
|
|
528
512
|
case "AuthorizationErrorException":
|
|
@@ -545,14 +529,12 @@ const deserializeAws_json1_1DeleteTagsCommandError = async (output, context) =>
|
|
|
545
529
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
546
530
|
default:
|
|
547
531
|
const parsedBody = parsedOutput.body;
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
$metadata,
|
|
532
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
533
|
+
output,
|
|
534
|
+
parsedBody,
|
|
535
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
536
|
+
errorCode,
|
|
554
537
|
});
|
|
555
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
556
538
|
}
|
|
557
539
|
};
|
|
558
540
|
const deserializeAws_json1_1DescribeAgentsCommand = async (output, context) => {
|
|
@@ -574,7 +556,6 @@ const deserializeAws_json1_1DescribeAgentsCommandError = async (output, context)
|
|
|
574
556
|
...output,
|
|
575
557
|
body: await parseBody(output.body, context),
|
|
576
558
|
};
|
|
577
|
-
let response;
|
|
578
559
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
579
560
|
switch (errorCode) {
|
|
580
561
|
case "AuthorizationErrorException":
|
|
@@ -594,14 +575,12 @@ const deserializeAws_json1_1DescribeAgentsCommandError = async (output, context)
|
|
|
594
575
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
595
576
|
default:
|
|
596
577
|
const parsedBody = parsedOutput.body;
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
$metadata,
|
|
578
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
579
|
+
output,
|
|
580
|
+
parsedBody,
|
|
581
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
582
|
+
errorCode,
|
|
603
583
|
});
|
|
604
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
605
584
|
}
|
|
606
585
|
};
|
|
607
586
|
const deserializeAws_json1_1DescribeConfigurationsCommand = async (output, context) => {
|
|
@@ -623,7 +602,6 @@ const deserializeAws_json1_1DescribeConfigurationsCommandError = async (output,
|
|
|
623
602
|
...output,
|
|
624
603
|
body: await parseBody(output.body, context),
|
|
625
604
|
};
|
|
626
|
-
let response;
|
|
627
605
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
628
606
|
switch (errorCode) {
|
|
629
607
|
case "AuthorizationErrorException":
|
|
@@ -643,14 +621,12 @@ const deserializeAws_json1_1DescribeConfigurationsCommandError = async (output,
|
|
|
643
621
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
644
622
|
default:
|
|
645
623
|
const parsedBody = parsedOutput.body;
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
$metadata,
|
|
624
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
625
|
+
output,
|
|
626
|
+
parsedBody,
|
|
627
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
628
|
+
errorCode,
|
|
652
629
|
});
|
|
653
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
654
630
|
}
|
|
655
631
|
};
|
|
656
632
|
const deserializeAws_json1_1DescribeContinuousExportsCommand = async (output, context) => {
|
|
@@ -672,7 +648,6 @@ const deserializeAws_json1_1DescribeContinuousExportsCommandError = async (outpu
|
|
|
672
648
|
...output,
|
|
673
649
|
body: await parseBody(output.body, context),
|
|
674
650
|
};
|
|
675
|
-
let response;
|
|
676
651
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
677
652
|
switch (errorCode) {
|
|
678
653
|
case "AuthorizationErrorException":
|
|
@@ -698,14 +673,12 @@ const deserializeAws_json1_1DescribeContinuousExportsCommandError = async (outpu
|
|
|
698
673
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
699
674
|
default:
|
|
700
675
|
const parsedBody = parsedOutput.body;
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
$metadata,
|
|
676
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
677
|
+
output,
|
|
678
|
+
parsedBody,
|
|
679
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
680
|
+
errorCode,
|
|
707
681
|
});
|
|
708
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
709
682
|
}
|
|
710
683
|
};
|
|
711
684
|
const deserializeAws_json1_1DescribeExportConfigurationsCommand = async (output, context) => {
|
|
@@ -727,7 +700,6 @@ const deserializeAws_json1_1DescribeExportConfigurationsCommandError = async (ou
|
|
|
727
700
|
...output,
|
|
728
701
|
body: await parseBody(output.body, context),
|
|
729
702
|
};
|
|
730
|
-
let response;
|
|
731
703
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
732
704
|
switch (errorCode) {
|
|
733
705
|
case "AuthorizationErrorException":
|
|
@@ -750,14 +722,12 @@ const deserializeAws_json1_1DescribeExportConfigurationsCommandError = async (ou
|
|
|
750
722
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
751
723
|
default:
|
|
752
724
|
const parsedBody = parsedOutput.body;
|
|
753
|
-
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
$metadata,
|
|
725
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
726
|
+
output,
|
|
727
|
+
parsedBody,
|
|
728
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
729
|
+
errorCode,
|
|
759
730
|
});
|
|
760
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
761
731
|
}
|
|
762
732
|
};
|
|
763
733
|
const deserializeAws_json1_1DescribeExportTasksCommand = async (output, context) => {
|
|
@@ -779,7 +749,6 @@ const deserializeAws_json1_1DescribeExportTasksCommandError = async (output, con
|
|
|
779
749
|
...output,
|
|
780
750
|
body: await parseBody(output.body, context),
|
|
781
751
|
};
|
|
782
|
-
let response;
|
|
783
752
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
784
753
|
switch (errorCode) {
|
|
785
754
|
case "AuthorizationErrorException":
|
|
@@ -799,14 +768,12 @@ const deserializeAws_json1_1DescribeExportTasksCommandError = async (output, con
|
|
|
799
768
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
800
769
|
default:
|
|
801
770
|
const parsedBody = parsedOutput.body;
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
$metadata,
|
|
771
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
772
|
+
output,
|
|
773
|
+
parsedBody,
|
|
774
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
775
|
+
errorCode,
|
|
808
776
|
});
|
|
809
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
810
777
|
}
|
|
811
778
|
};
|
|
812
779
|
const deserializeAws_json1_1DescribeImportTasksCommand = async (output, context) => {
|
|
@@ -828,7 +795,6 @@ const deserializeAws_json1_1DescribeImportTasksCommandError = async (output, con
|
|
|
828
795
|
...output,
|
|
829
796
|
body: await parseBody(output.body, context),
|
|
830
797
|
};
|
|
831
|
-
let response;
|
|
832
798
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
833
799
|
switch (errorCode) {
|
|
834
800
|
case "AuthorizationErrorException":
|
|
@@ -848,14 +814,12 @@ const deserializeAws_json1_1DescribeImportTasksCommandError = async (output, con
|
|
|
848
814
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
849
815
|
default:
|
|
850
816
|
const parsedBody = parsedOutput.body;
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
$metadata,
|
|
817
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
818
|
+
output,
|
|
819
|
+
parsedBody,
|
|
820
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
821
|
+
errorCode,
|
|
857
822
|
});
|
|
858
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
859
823
|
}
|
|
860
824
|
};
|
|
861
825
|
const deserializeAws_json1_1DescribeTagsCommand = async (output, context) => {
|
|
@@ -877,7 +841,6 @@ const deserializeAws_json1_1DescribeTagsCommandError = async (output, context) =
|
|
|
877
841
|
...output,
|
|
878
842
|
body: await parseBody(output.body, context),
|
|
879
843
|
};
|
|
880
|
-
let response;
|
|
881
844
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
882
845
|
switch (errorCode) {
|
|
883
846
|
case "AuthorizationErrorException":
|
|
@@ -900,14 +863,12 @@ const deserializeAws_json1_1DescribeTagsCommandError = async (output, context) =
|
|
|
900
863
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
901
864
|
default:
|
|
902
865
|
const parsedBody = parsedOutput.body;
|
|
903
|
-
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
$metadata,
|
|
866
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
867
|
+
output,
|
|
868
|
+
parsedBody,
|
|
869
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
870
|
+
errorCode,
|
|
909
871
|
});
|
|
910
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
911
872
|
}
|
|
912
873
|
};
|
|
913
874
|
const deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand = async (output, context) => {
|
|
@@ -929,7 +890,6 @@ const deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand
|
|
|
929
890
|
...output,
|
|
930
891
|
body: await parseBody(output.body, context),
|
|
931
892
|
};
|
|
932
|
-
let response;
|
|
933
893
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
934
894
|
switch (errorCode) {
|
|
935
895
|
case "AuthorizationErrorException":
|
|
@@ -949,14 +909,12 @@ const deserializeAws_json1_1DisassociateConfigurationItemsFromApplicationCommand
|
|
|
949
909
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
950
910
|
default:
|
|
951
911
|
const parsedBody = parsedOutput.body;
|
|
952
|
-
|
|
953
|
-
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
|
|
957
|
-
$metadata,
|
|
912
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
913
|
+
output,
|
|
914
|
+
parsedBody,
|
|
915
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
916
|
+
errorCode,
|
|
958
917
|
});
|
|
959
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
960
918
|
}
|
|
961
919
|
};
|
|
962
920
|
const deserializeAws_json1_1ExportConfigurationsCommand = async (output, context) => {
|
|
@@ -978,7 +936,6 @@ const deserializeAws_json1_1ExportConfigurationsCommandError = async (output, co
|
|
|
978
936
|
...output,
|
|
979
937
|
body: await parseBody(output.body, context),
|
|
980
938
|
};
|
|
981
|
-
let response;
|
|
982
939
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
983
940
|
switch (errorCode) {
|
|
984
941
|
case "AuthorizationErrorException":
|
|
@@ -1001,14 +958,12 @@ const deserializeAws_json1_1ExportConfigurationsCommandError = async (output, co
|
|
|
1001
958
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1002
959
|
default:
|
|
1003
960
|
const parsedBody = parsedOutput.body;
|
|
1004
|
-
|
|
1005
|
-
|
|
1006
|
-
|
|
1007
|
-
|
|
1008
|
-
|
|
1009
|
-
$metadata,
|
|
961
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
962
|
+
output,
|
|
963
|
+
parsedBody,
|
|
964
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
965
|
+
errorCode,
|
|
1010
966
|
});
|
|
1011
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1012
967
|
}
|
|
1013
968
|
};
|
|
1014
969
|
const deserializeAws_json1_1GetDiscoverySummaryCommand = async (output, context) => {
|
|
@@ -1030,7 +985,6 @@ const deserializeAws_json1_1GetDiscoverySummaryCommandError = async (output, con
|
|
|
1030
985
|
...output,
|
|
1031
986
|
body: await parseBody(output.body, context),
|
|
1032
987
|
};
|
|
1033
|
-
let response;
|
|
1034
988
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1035
989
|
switch (errorCode) {
|
|
1036
990
|
case "AuthorizationErrorException":
|
|
@@ -1050,14 +1004,12 @@ const deserializeAws_json1_1GetDiscoverySummaryCommandError = async (output, con
|
|
|
1050
1004
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1051
1005
|
default:
|
|
1052
1006
|
const parsedBody = parsedOutput.body;
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
1057
|
-
|
|
1058
|
-
$metadata,
|
|
1007
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1008
|
+
output,
|
|
1009
|
+
parsedBody,
|
|
1010
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1011
|
+
errorCode,
|
|
1059
1012
|
});
|
|
1060
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1061
1013
|
}
|
|
1062
1014
|
};
|
|
1063
1015
|
const deserializeAws_json1_1ListConfigurationsCommand = async (output, context) => {
|
|
@@ -1079,7 +1031,6 @@ const deserializeAws_json1_1ListConfigurationsCommandError = async (output, cont
|
|
|
1079
1031
|
...output,
|
|
1080
1032
|
body: await parseBody(output.body, context),
|
|
1081
1033
|
};
|
|
1082
|
-
let response;
|
|
1083
1034
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1084
1035
|
switch (errorCode) {
|
|
1085
1036
|
case "AuthorizationErrorException":
|
|
@@ -1102,14 +1053,12 @@ const deserializeAws_json1_1ListConfigurationsCommandError = async (output, cont
|
|
|
1102
1053
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1103
1054
|
default:
|
|
1104
1055
|
const parsedBody = parsedOutput.body;
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
|
|
1110
|
-
$metadata,
|
|
1056
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1057
|
+
output,
|
|
1058
|
+
parsedBody,
|
|
1059
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1060
|
+
errorCode,
|
|
1111
1061
|
});
|
|
1112
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1113
1062
|
}
|
|
1114
1063
|
};
|
|
1115
1064
|
const deserializeAws_json1_1ListServerNeighborsCommand = async (output, context) => {
|
|
@@ -1131,7 +1080,6 @@ const deserializeAws_json1_1ListServerNeighborsCommandError = async (output, con
|
|
|
1131
1080
|
...output,
|
|
1132
1081
|
body: await parseBody(output.body, context),
|
|
1133
1082
|
};
|
|
1134
|
-
let response;
|
|
1135
1083
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1136
1084
|
switch (errorCode) {
|
|
1137
1085
|
case "AuthorizationErrorException":
|
|
@@ -1151,14 +1099,12 @@ const deserializeAws_json1_1ListServerNeighborsCommandError = async (output, con
|
|
|
1151
1099
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1152
1100
|
default:
|
|
1153
1101
|
const parsedBody = parsedOutput.body;
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
$metadata,
|
|
1102
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1103
|
+
output,
|
|
1104
|
+
parsedBody,
|
|
1105
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1106
|
+
errorCode,
|
|
1160
1107
|
});
|
|
1161
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1162
1108
|
}
|
|
1163
1109
|
};
|
|
1164
1110
|
const deserializeAws_json1_1StartContinuousExportCommand = async (output, context) => {
|
|
@@ -1180,7 +1126,6 @@ const deserializeAws_json1_1StartContinuousExportCommandError = async (output, c
|
|
|
1180
1126
|
...output,
|
|
1181
1127
|
body: await parseBody(output.body, context),
|
|
1182
1128
|
};
|
|
1183
|
-
let response;
|
|
1184
1129
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1185
1130
|
switch (errorCode) {
|
|
1186
1131
|
case "AuthorizationErrorException":
|
|
@@ -1209,14 +1154,12 @@ const deserializeAws_json1_1StartContinuousExportCommandError = async (output, c
|
|
|
1209
1154
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1210
1155
|
default:
|
|
1211
1156
|
const parsedBody = parsedOutput.body;
|
|
1212
|
-
|
|
1213
|
-
|
|
1214
|
-
|
|
1215
|
-
|
|
1216
|
-
|
|
1217
|
-
$metadata,
|
|
1157
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1158
|
+
output,
|
|
1159
|
+
parsedBody,
|
|
1160
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1161
|
+
errorCode,
|
|
1218
1162
|
});
|
|
1219
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1220
1163
|
}
|
|
1221
1164
|
};
|
|
1222
1165
|
const deserializeAws_json1_1StartDataCollectionByAgentIdsCommand = async (output, context) => {
|
|
@@ -1238,7 +1181,6 @@ const deserializeAws_json1_1StartDataCollectionByAgentIdsCommandError = async (o
|
|
|
1238
1181
|
...output,
|
|
1239
1182
|
body: await parseBody(output.body, context),
|
|
1240
1183
|
};
|
|
1241
|
-
let response;
|
|
1242
1184
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1243
1185
|
switch (errorCode) {
|
|
1244
1186
|
case "AuthorizationErrorException":
|
|
@@ -1258,14 +1200,12 @@ const deserializeAws_json1_1StartDataCollectionByAgentIdsCommandError = async (o
|
|
|
1258
1200
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1259
1201
|
default:
|
|
1260
1202
|
const parsedBody = parsedOutput.body;
|
|
1261
|
-
|
|
1262
|
-
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1266
|
-
$metadata,
|
|
1203
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1204
|
+
output,
|
|
1205
|
+
parsedBody,
|
|
1206
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1207
|
+
errorCode,
|
|
1267
1208
|
});
|
|
1268
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1269
1209
|
}
|
|
1270
1210
|
};
|
|
1271
1211
|
const deserializeAws_json1_1StartExportTaskCommand = async (output, context) => {
|
|
@@ -1287,7 +1227,6 @@ const deserializeAws_json1_1StartExportTaskCommandError = async (output, context
|
|
|
1287
1227
|
...output,
|
|
1288
1228
|
body: await parseBody(output.body, context),
|
|
1289
1229
|
};
|
|
1290
|
-
let response;
|
|
1291
1230
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1292
1231
|
switch (errorCode) {
|
|
1293
1232
|
case "AuthorizationErrorException":
|
|
@@ -1310,14 +1249,12 @@ const deserializeAws_json1_1StartExportTaskCommandError = async (output, context
|
|
|
1310
1249
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1311
1250
|
default:
|
|
1312
1251
|
const parsedBody = parsedOutput.body;
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
$metadata,
|
|
1252
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1253
|
+
output,
|
|
1254
|
+
parsedBody,
|
|
1255
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1256
|
+
errorCode,
|
|
1319
1257
|
});
|
|
1320
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1321
1258
|
}
|
|
1322
1259
|
};
|
|
1323
1260
|
const deserializeAws_json1_1StartImportTaskCommand = async (output, context) => {
|
|
@@ -1339,7 +1276,6 @@ const deserializeAws_json1_1StartImportTaskCommandError = async (output, context
|
|
|
1339
1276
|
...output,
|
|
1340
1277
|
body: await parseBody(output.body, context),
|
|
1341
1278
|
};
|
|
1342
|
-
let response;
|
|
1343
1279
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1344
1280
|
switch (errorCode) {
|
|
1345
1281
|
case "AuthorizationErrorException":
|
|
@@ -1362,14 +1298,12 @@ const deserializeAws_json1_1StartImportTaskCommandError = async (output, context
|
|
|
1362
1298
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1363
1299
|
default:
|
|
1364
1300
|
const parsedBody = parsedOutput.body;
|
|
1365
|
-
|
|
1366
|
-
|
|
1367
|
-
|
|
1368
|
-
|
|
1369
|
-
|
|
1370
|
-
$metadata,
|
|
1301
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1302
|
+
output,
|
|
1303
|
+
parsedBody,
|
|
1304
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1305
|
+
errorCode,
|
|
1371
1306
|
});
|
|
1372
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1373
1307
|
}
|
|
1374
1308
|
};
|
|
1375
1309
|
const deserializeAws_json1_1StopContinuousExportCommand = async (output, context) => {
|
|
@@ -1391,7 +1325,6 @@ const deserializeAws_json1_1StopContinuousExportCommandError = async (output, co
|
|
|
1391
1325
|
...output,
|
|
1392
1326
|
body: await parseBody(output.body, context),
|
|
1393
1327
|
};
|
|
1394
|
-
let response;
|
|
1395
1328
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1396
1329
|
switch (errorCode) {
|
|
1397
1330
|
case "AuthorizationErrorException":
|
|
@@ -1420,14 +1353,12 @@ const deserializeAws_json1_1StopContinuousExportCommandError = async (output, co
|
|
|
1420
1353
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1421
1354
|
default:
|
|
1422
1355
|
const parsedBody = parsedOutput.body;
|
|
1423
|
-
|
|
1424
|
-
|
|
1425
|
-
|
|
1426
|
-
|
|
1427
|
-
|
|
1428
|
-
$metadata,
|
|
1356
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1357
|
+
output,
|
|
1358
|
+
parsedBody,
|
|
1359
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1360
|
+
errorCode,
|
|
1429
1361
|
});
|
|
1430
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1431
1362
|
}
|
|
1432
1363
|
};
|
|
1433
1364
|
const deserializeAws_json1_1StopDataCollectionByAgentIdsCommand = async (output, context) => {
|
|
@@ -1449,7 +1380,6 @@ const deserializeAws_json1_1StopDataCollectionByAgentIdsCommandError = async (ou
|
|
|
1449
1380
|
...output,
|
|
1450
1381
|
body: await parseBody(output.body, context),
|
|
1451
1382
|
};
|
|
1452
|
-
let response;
|
|
1453
1383
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1454
1384
|
switch (errorCode) {
|
|
1455
1385
|
case "AuthorizationErrorException":
|
|
@@ -1469,14 +1399,12 @@ const deserializeAws_json1_1StopDataCollectionByAgentIdsCommandError = async (ou
|
|
|
1469
1399
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1470
1400
|
default:
|
|
1471
1401
|
const parsedBody = parsedOutput.body;
|
|
1472
|
-
|
|
1473
|
-
|
|
1474
|
-
|
|
1475
|
-
|
|
1476
|
-
|
|
1477
|
-
$metadata,
|
|
1402
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1403
|
+
output,
|
|
1404
|
+
parsedBody,
|
|
1405
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1406
|
+
errorCode,
|
|
1478
1407
|
});
|
|
1479
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1480
1408
|
}
|
|
1481
1409
|
};
|
|
1482
1410
|
const deserializeAws_json1_1UpdateApplicationCommand = async (output, context) => {
|
|
@@ -1498,7 +1426,6 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1498
1426
|
...output,
|
|
1499
1427
|
body: await parseBody(output.body, context),
|
|
1500
1428
|
};
|
|
1501
|
-
let response;
|
|
1502
1429
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1503
1430
|
switch (errorCode) {
|
|
1504
1431
|
case "AuthorizationErrorException":
|
|
@@ -1518,14 +1445,12 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1518
1445
|
throw await deserializeAws_json1_1ServerInternalErrorExceptionResponse(parsedOutput, context);
|
|
1519
1446
|
default:
|
|
1520
1447
|
const parsedBody = parsedOutput.body;
|
|
1521
|
-
|
|
1522
|
-
|
|
1523
|
-
|
|
1524
|
-
|
|
1525
|
-
|
|
1526
|
-
$metadata,
|
|
1448
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1449
|
+
output,
|
|
1450
|
+
parsedBody,
|
|
1451
|
+
exceptionCtor: ApplicationDiscoveryServiceServiceException_1.ApplicationDiscoveryServiceServiceException,
|
|
1452
|
+
errorCode,
|
|
1527
1453
|
});
|
|
1528
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1529
1454
|
}
|
|
1530
1455
|
};
|
|
1531
1456
|
const deserializeAws_json1_1AuthorizationErrorExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1613,9 +1538,6 @@ const serializeAws_json1_1AgentIds = (input, context) => {
|
|
|
1613
1538
|
return input
|
|
1614
1539
|
.filter((e) => e != null)
|
|
1615
1540
|
.map((entry) => {
|
|
1616
|
-
if (entry === null) {
|
|
1617
|
-
return null;
|
|
1618
|
-
}
|
|
1619
1541
|
return entry;
|
|
1620
1542
|
});
|
|
1621
1543
|
};
|
|
@@ -1623,9 +1545,6 @@ const serializeAws_json1_1ApplicationIdsList = (input, context) => {
|
|
|
1623
1545
|
return input
|
|
1624
1546
|
.filter((e) => e != null)
|
|
1625
1547
|
.map((entry) => {
|
|
1626
|
-
if (entry === null) {
|
|
1627
|
-
return null;
|
|
1628
|
-
}
|
|
1629
1548
|
return entry;
|
|
1630
1549
|
});
|
|
1631
1550
|
};
|
|
@@ -1648,9 +1567,6 @@ const serializeAws_json1_1ConfigurationIdList = (input, context) => {
|
|
|
1648
1567
|
return input
|
|
1649
1568
|
.filter((e) => e != null)
|
|
1650
1569
|
.map((entry) => {
|
|
1651
|
-
if (entry === null) {
|
|
1652
|
-
return null;
|
|
1653
|
-
}
|
|
1654
1570
|
return entry;
|
|
1655
1571
|
});
|
|
1656
1572
|
};
|
|
@@ -1658,9 +1574,6 @@ const serializeAws_json1_1ContinuousExportIds = (input, context) => {
|
|
|
1658
1574
|
return input
|
|
1659
1575
|
.filter((e) => e != null)
|
|
1660
1576
|
.map((entry) => {
|
|
1661
|
-
if (entry === null) {
|
|
1662
|
-
return null;
|
|
1663
|
-
}
|
|
1664
1577
|
return entry;
|
|
1665
1578
|
});
|
|
1666
1579
|
};
|
|
@@ -1734,9 +1647,6 @@ const serializeAws_json1_1DescribeImportTasksFilterList = (input, context) => {
|
|
|
1734
1647
|
return input
|
|
1735
1648
|
.filter((e) => e != null)
|
|
1736
1649
|
.map((entry) => {
|
|
1737
|
-
if (entry === null) {
|
|
1738
|
-
return null;
|
|
1739
|
-
}
|
|
1740
1650
|
return serializeAws_json1_1ImportTaskFilter(entry, context);
|
|
1741
1651
|
});
|
|
1742
1652
|
};
|
|
@@ -1768,9 +1678,6 @@ const serializeAws_json1_1ExportDataFormats = (input, context) => {
|
|
|
1768
1678
|
return input
|
|
1769
1679
|
.filter((e) => e != null)
|
|
1770
1680
|
.map((entry) => {
|
|
1771
|
-
if (entry === null) {
|
|
1772
|
-
return null;
|
|
1773
|
-
}
|
|
1774
1681
|
return entry;
|
|
1775
1682
|
});
|
|
1776
1683
|
};
|
|
@@ -1785,9 +1692,6 @@ const serializeAws_json1_1ExportFilters = (input, context) => {
|
|
|
1785
1692
|
return input
|
|
1786
1693
|
.filter((e) => e != null)
|
|
1787
1694
|
.map((entry) => {
|
|
1788
|
-
if (entry === null) {
|
|
1789
|
-
return null;
|
|
1790
|
-
}
|
|
1791
1695
|
return serializeAws_json1_1ExportFilter(entry, context);
|
|
1792
1696
|
});
|
|
1793
1697
|
};
|
|
@@ -1795,9 +1699,6 @@ const serializeAws_json1_1ExportIds = (input, context) => {
|
|
|
1795
1699
|
return input
|
|
1796
1700
|
.filter((e) => e != null)
|
|
1797
1701
|
.map((entry) => {
|
|
1798
|
-
if (entry === null) {
|
|
1799
|
-
return null;
|
|
1800
|
-
}
|
|
1801
1702
|
return entry;
|
|
1802
1703
|
});
|
|
1803
1704
|
};
|
|
@@ -1812,9 +1713,6 @@ const serializeAws_json1_1Filters = (input, context) => {
|
|
|
1812
1713
|
return input
|
|
1813
1714
|
.filter((e) => e != null)
|
|
1814
1715
|
.map((entry) => {
|
|
1815
|
-
if (entry === null) {
|
|
1816
|
-
return null;
|
|
1817
|
-
}
|
|
1818
1716
|
return serializeAws_json1_1Filter(entry, context);
|
|
1819
1717
|
});
|
|
1820
1718
|
};
|
|
@@ -1822,9 +1720,6 @@ const serializeAws_json1_1FilterValues = (input, context) => {
|
|
|
1822
1720
|
return input
|
|
1823
1721
|
.filter((e) => e != null)
|
|
1824
1722
|
.map((entry) => {
|
|
1825
|
-
if (entry === null) {
|
|
1826
|
-
return null;
|
|
1827
|
-
}
|
|
1828
1723
|
return entry;
|
|
1829
1724
|
});
|
|
1830
1725
|
};
|
|
@@ -1841,9 +1736,6 @@ const serializeAws_json1_1ImportTaskFilterValueList = (input, context) => {
|
|
|
1841
1736
|
return input
|
|
1842
1737
|
.filter((e) => e != null)
|
|
1843
1738
|
.map((entry) => {
|
|
1844
|
-
if (entry === null) {
|
|
1845
|
-
return null;
|
|
1846
|
-
}
|
|
1847
1739
|
return entry;
|
|
1848
1740
|
});
|
|
1849
1741
|
};
|
|
@@ -1877,9 +1769,6 @@ const serializeAws_json1_1OrderByList = (input, context) => {
|
|
|
1877
1769
|
return input
|
|
1878
1770
|
.filter((e) => e != null)
|
|
1879
1771
|
.map((entry) => {
|
|
1880
|
-
if (entry === null) {
|
|
1881
|
-
return null;
|
|
1882
|
-
}
|
|
1883
1772
|
return serializeAws_json1_1OrderByElement(entry, context);
|
|
1884
1773
|
});
|
|
1885
1774
|
};
|
|
@@ -1935,9 +1824,6 @@ const serializeAws_json1_1TagFilters = (input, context) => {
|
|
|
1935
1824
|
return input
|
|
1936
1825
|
.filter((e) => e != null)
|
|
1937
1826
|
.map((entry) => {
|
|
1938
|
-
if (entry === null) {
|
|
1939
|
-
return null;
|
|
1940
|
-
}
|
|
1941
1827
|
return serializeAws_json1_1TagFilter(entry, context);
|
|
1942
1828
|
});
|
|
1943
1829
|
};
|
|
@@ -1945,9 +1831,6 @@ const serializeAws_json1_1TagSet = (input, context) => {
|
|
|
1945
1831
|
return input
|
|
1946
1832
|
.filter((e) => e != null)
|
|
1947
1833
|
.map((entry) => {
|
|
1948
|
-
if (entry === null) {
|
|
1949
|
-
return null;
|
|
1950
|
-
}
|
|
1951
1834
|
return serializeAws_json1_1Tag(entry, context);
|
|
1952
1835
|
});
|
|
1953
1836
|
};
|
|
@@ -1955,9 +1838,6 @@ const serializeAws_json1_1ToDeleteIdentifierList = (input, context) => {
|
|
|
1955
1838
|
return input
|
|
1956
1839
|
.filter((e) => e != null)
|
|
1957
1840
|
.map((entry) => {
|
|
1958
|
-
if (entry === null) {
|
|
1959
|
-
return null;
|
|
1960
|
-
}
|
|
1961
1841
|
return entry;
|
|
1962
1842
|
});
|
|
1963
1843
|
};
|