@aws-sdk/client-apprunner 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_0.js +150 -249
- package/dist-es/protocols/Aws_json1_0.js +241 -250
- package/package.json +11 -6
|
@@ -325,7 +325,6 @@ const deserializeAws_json1_0AssociateCustomDomainCommandError = async (output, c
|
|
|
325
325
|
...output,
|
|
326
326
|
body: await parseBody(output.body, context),
|
|
327
327
|
};
|
|
328
|
-
let response;
|
|
329
328
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
330
329
|
switch (errorCode) {
|
|
331
330
|
case "InternalServiceErrorException":
|
|
@@ -339,14 +338,12 @@ const deserializeAws_json1_0AssociateCustomDomainCommandError = async (output, c
|
|
|
339
338
|
throw await deserializeAws_json1_0InvalidStateExceptionResponse(parsedOutput, context);
|
|
340
339
|
default:
|
|
341
340
|
const parsedBody = parsedOutput.body;
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
$metadata,
|
|
341
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
342
|
+
output,
|
|
343
|
+
parsedBody,
|
|
344
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
345
|
+
errorCode,
|
|
348
346
|
});
|
|
349
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
350
347
|
}
|
|
351
348
|
};
|
|
352
349
|
const deserializeAws_json1_0CreateAutoScalingConfigurationCommand = async (output, context) => {
|
|
@@ -368,7 +365,6 @@ const deserializeAws_json1_0CreateAutoScalingConfigurationCommandError = async (
|
|
|
368
365
|
...output,
|
|
369
366
|
body: await parseBody(output.body, context),
|
|
370
367
|
};
|
|
371
|
-
let response;
|
|
372
368
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
373
369
|
switch (errorCode) {
|
|
374
370
|
case "InternalServiceErrorException":
|
|
@@ -382,14 +378,12 @@ const deserializeAws_json1_0CreateAutoScalingConfigurationCommandError = async (
|
|
|
382
378
|
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
383
379
|
default:
|
|
384
380
|
const parsedBody = parsedOutput.body;
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
$metadata,
|
|
381
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
382
|
+
output,
|
|
383
|
+
parsedBody,
|
|
384
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
385
|
+
errorCode,
|
|
391
386
|
});
|
|
392
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
393
387
|
}
|
|
394
388
|
};
|
|
395
389
|
const deserializeAws_json1_0CreateConnectionCommand = async (output, context) => {
|
|
@@ -411,7 +405,6 @@ const deserializeAws_json1_0CreateConnectionCommandError = async (output, contex
|
|
|
411
405
|
...output,
|
|
412
406
|
body: await parseBody(output.body, context),
|
|
413
407
|
};
|
|
414
|
-
let response;
|
|
415
408
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
416
409
|
switch (errorCode) {
|
|
417
410
|
case "InternalServiceErrorException":
|
|
@@ -425,14 +418,12 @@ const deserializeAws_json1_0CreateConnectionCommandError = async (output, contex
|
|
|
425
418
|
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
426
419
|
default:
|
|
427
420
|
const parsedBody = parsedOutput.body;
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
$metadata,
|
|
421
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
422
|
+
output,
|
|
423
|
+
parsedBody,
|
|
424
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
425
|
+
errorCode,
|
|
434
426
|
});
|
|
435
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
436
427
|
}
|
|
437
428
|
};
|
|
438
429
|
const deserializeAws_json1_0CreateObservabilityConfigurationCommand = async (output, context) => {
|
|
@@ -454,7 +445,6 @@ const deserializeAws_json1_0CreateObservabilityConfigurationCommandError = async
|
|
|
454
445
|
...output,
|
|
455
446
|
body: await parseBody(output.body, context),
|
|
456
447
|
};
|
|
457
|
-
let response;
|
|
458
448
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
459
449
|
switch (errorCode) {
|
|
460
450
|
case "InternalServiceErrorException":
|
|
@@ -468,14 +458,12 @@ const deserializeAws_json1_0CreateObservabilityConfigurationCommandError = async
|
|
|
468
458
|
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
469
459
|
default:
|
|
470
460
|
const parsedBody = parsedOutput.body;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
$metadata,
|
|
461
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
462
|
+
output,
|
|
463
|
+
parsedBody,
|
|
464
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
465
|
+
errorCode,
|
|
477
466
|
});
|
|
478
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
479
467
|
}
|
|
480
468
|
};
|
|
481
469
|
const deserializeAws_json1_0CreateServiceCommand = async (output, context) => {
|
|
@@ -497,7 +485,6 @@ const deserializeAws_json1_0CreateServiceCommandError = async (output, context)
|
|
|
497
485
|
...output,
|
|
498
486
|
body: await parseBody(output.body, context),
|
|
499
487
|
};
|
|
500
|
-
let response;
|
|
501
488
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
502
489
|
switch (errorCode) {
|
|
503
490
|
case "InternalServiceErrorException":
|
|
@@ -511,14 +498,12 @@ const deserializeAws_json1_0CreateServiceCommandError = async (output, context)
|
|
|
511
498
|
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
512
499
|
default:
|
|
513
500
|
const parsedBody = parsedOutput.body;
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
$metadata,
|
|
501
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
502
|
+
output,
|
|
503
|
+
parsedBody,
|
|
504
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
505
|
+
errorCode,
|
|
520
506
|
});
|
|
521
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
522
507
|
}
|
|
523
508
|
};
|
|
524
509
|
const deserializeAws_json1_0CreateVpcConnectorCommand = async (output, context) => {
|
|
@@ -540,7 +525,6 @@ const deserializeAws_json1_0CreateVpcConnectorCommandError = async (output, cont
|
|
|
540
525
|
...output,
|
|
541
526
|
body: await parseBody(output.body, context),
|
|
542
527
|
};
|
|
543
|
-
let response;
|
|
544
528
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
545
529
|
switch (errorCode) {
|
|
546
530
|
case "InternalServiceErrorException":
|
|
@@ -554,14 +538,12 @@ const deserializeAws_json1_0CreateVpcConnectorCommandError = async (output, cont
|
|
|
554
538
|
throw await deserializeAws_json1_0ServiceQuotaExceededExceptionResponse(parsedOutput, context);
|
|
555
539
|
default:
|
|
556
540
|
const parsedBody = parsedOutput.body;
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
$metadata,
|
|
541
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
542
|
+
output,
|
|
543
|
+
parsedBody,
|
|
544
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
545
|
+
errorCode,
|
|
563
546
|
});
|
|
564
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
565
547
|
}
|
|
566
548
|
};
|
|
567
549
|
const deserializeAws_json1_0DeleteAutoScalingConfigurationCommand = async (output, context) => {
|
|
@@ -583,7 +565,6 @@ const deserializeAws_json1_0DeleteAutoScalingConfigurationCommandError = async (
|
|
|
583
565
|
...output,
|
|
584
566
|
body: await parseBody(output.body, context),
|
|
585
567
|
};
|
|
586
|
-
let response;
|
|
587
568
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
588
569
|
switch (errorCode) {
|
|
589
570
|
case "InternalServiceErrorException":
|
|
@@ -597,14 +578,12 @@ const deserializeAws_json1_0DeleteAutoScalingConfigurationCommandError = async (
|
|
|
597
578
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
598
579
|
default:
|
|
599
580
|
const parsedBody = parsedOutput.body;
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
$metadata,
|
|
581
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
582
|
+
output,
|
|
583
|
+
parsedBody,
|
|
584
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
585
|
+
errorCode,
|
|
606
586
|
});
|
|
607
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
608
587
|
}
|
|
609
588
|
};
|
|
610
589
|
const deserializeAws_json1_0DeleteConnectionCommand = async (output, context) => {
|
|
@@ -626,7 +605,6 @@ const deserializeAws_json1_0DeleteConnectionCommandError = async (output, contex
|
|
|
626
605
|
...output,
|
|
627
606
|
body: await parseBody(output.body, context),
|
|
628
607
|
};
|
|
629
|
-
let response;
|
|
630
608
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
631
609
|
switch (errorCode) {
|
|
632
610
|
case "InternalServiceErrorException":
|
|
@@ -640,14 +618,12 @@ const deserializeAws_json1_0DeleteConnectionCommandError = async (output, contex
|
|
|
640
618
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
641
619
|
default:
|
|
642
620
|
const parsedBody = parsedOutput.body;
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
$metadata,
|
|
621
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
622
|
+
output,
|
|
623
|
+
parsedBody,
|
|
624
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
625
|
+
errorCode,
|
|
649
626
|
});
|
|
650
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
651
627
|
}
|
|
652
628
|
};
|
|
653
629
|
const deserializeAws_json1_0DeleteObservabilityConfigurationCommand = async (output, context) => {
|
|
@@ -669,7 +645,6 @@ const deserializeAws_json1_0DeleteObservabilityConfigurationCommandError = async
|
|
|
669
645
|
...output,
|
|
670
646
|
body: await parseBody(output.body, context),
|
|
671
647
|
};
|
|
672
|
-
let response;
|
|
673
648
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
674
649
|
switch (errorCode) {
|
|
675
650
|
case "InternalServiceErrorException":
|
|
@@ -683,14 +658,12 @@ const deserializeAws_json1_0DeleteObservabilityConfigurationCommandError = async
|
|
|
683
658
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
684
659
|
default:
|
|
685
660
|
const parsedBody = parsedOutput.body;
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
$metadata,
|
|
661
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
662
|
+
output,
|
|
663
|
+
parsedBody,
|
|
664
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
665
|
+
errorCode,
|
|
692
666
|
});
|
|
693
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
694
667
|
}
|
|
695
668
|
};
|
|
696
669
|
const deserializeAws_json1_0DeleteServiceCommand = async (output, context) => {
|
|
@@ -712,7 +685,6 @@ const deserializeAws_json1_0DeleteServiceCommandError = async (output, context)
|
|
|
712
685
|
...output,
|
|
713
686
|
body: await parseBody(output.body, context),
|
|
714
687
|
};
|
|
715
|
-
let response;
|
|
716
688
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
717
689
|
switch (errorCode) {
|
|
718
690
|
case "InternalServiceErrorException":
|
|
@@ -729,14 +701,12 @@ const deserializeAws_json1_0DeleteServiceCommandError = async (output, context)
|
|
|
729
701
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
730
702
|
default:
|
|
731
703
|
const parsedBody = parsedOutput.body;
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
$metadata,
|
|
704
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
705
|
+
output,
|
|
706
|
+
parsedBody,
|
|
707
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
708
|
+
errorCode,
|
|
738
709
|
});
|
|
739
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
740
710
|
}
|
|
741
711
|
};
|
|
742
712
|
const deserializeAws_json1_0DeleteVpcConnectorCommand = async (output, context) => {
|
|
@@ -758,7 +728,6 @@ const deserializeAws_json1_0DeleteVpcConnectorCommandError = async (output, cont
|
|
|
758
728
|
...output,
|
|
759
729
|
body: await parseBody(output.body, context),
|
|
760
730
|
};
|
|
761
|
-
let response;
|
|
762
731
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
763
732
|
switch (errorCode) {
|
|
764
733
|
case "InternalServiceErrorException":
|
|
@@ -772,14 +741,12 @@ const deserializeAws_json1_0DeleteVpcConnectorCommandError = async (output, cont
|
|
|
772
741
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
773
742
|
default:
|
|
774
743
|
const parsedBody = parsedOutput.body;
|
|
775
|
-
|
|
776
|
-
|
|
777
|
-
|
|
778
|
-
|
|
779
|
-
|
|
780
|
-
$metadata,
|
|
744
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
745
|
+
output,
|
|
746
|
+
parsedBody,
|
|
747
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
748
|
+
errorCode,
|
|
781
749
|
});
|
|
782
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
783
750
|
}
|
|
784
751
|
};
|
|
785
752
|
const deserializeAws_json1_0DescribeAutoScalingConfigurationCommand = async (output, context) => {
|
|
@@ -801,7 +768,6 @@ const deserializeAws_json1_0DescribeAutoScalingConfigurationCommandError = async
|
|
|
801
768
|
...output,
|
|
802
769
|
body: await parseBody(output.body, context),
|
|
803
770
|
};
|
|
804
|
-
let response;
|
|
805
771
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
806
772
|
switch (errorCode) {
|
|
807
773
|
case "InternalServiceErrorException":
|
|
@@ -815,14 +781,12 @@ const deserializeAws_json1_0DescribeAutoScalingConfigurationCommandError = async
|
|
|
815
781
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
816
782
|
default:
|
|
817
783
|
const parsedBody = parsedOutput.body;
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
$metadata,
|
|
784
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
785
|
+
output,
|
|
786
|
+
parsedBody,
|
|
787
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
788
|
+
errorCode,
|
|
824
789
|
});
|
|
825
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
826
790
|
}
|
|
827
791
|
};
|
|
828
792
|
const deserializeAws_json1_0DescribeCustomDomainsCommand = async (output, context) => {
|
|
@@ -844,7 +808,6 @@ const deserializeAws_json1_0DescribeCustomDomainsCommandError = async (output, c
|
|
|
844
808
|
...output,
|
|
845
809
|
body: await parseBody(output.body, context),
|
|
846
810
|
};
|
|
847
|
-
let response;
|
|
848
811
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
849
812
|
switch (errorCode) {
|
|
850
813
|
case "InternalServiceErrorException":
|
|
@@ -858,14 +821,12 @@ const deserializeAws_json1_0DescribeCustomDomainsCommandError = async (output, c
|
|
|
858
821
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
859
822
|
default:
|
|
860
823
|
const parsedBody = parsedOutput.body;
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
|
|
865
|
-
|
|
866
|
-
$metadata,
|
|
824
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
825
|
+
output,
|
|
826
|
+
parsedBody,
|
|
827
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
828
|
+
errorCode,
|
|
867
829
|
});
|
|
868
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
869
830
|
}
|
|
870
831
|
};
|
|
871
832
|
const deserializeAws_json1_0DescribeObservabilityConfigurationCommand = async (output, context) => {
|
|
@@ -887,7 +848,6 @@ const deserializeAws_json1_0DescribeObservabilityConfigurationCommandError = asy
|
|
|
887
848
|
...output,
|
|
888
849
|
body: await parseBody(output.body, context),
|
|
889
850
|
};
|
|
890
|
-
let response;
|
|
891
851
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
892
852
|
switch (errorCode) {
|
|
893
853
|
case "InternalServiceErrorException":
|
|
@@ -901,14 +861,12 @@ const deserializeAws_json1_0DescribeObservabilityConfigurationCommandError = asy
|
|
|
901
861
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
902
862
|
default:
|
|
903
863
|
const parsedBody = parsedOutput.body;
|
|
904
|
-
|
|
905
|
-
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
$metadata,
|
|
864
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
865
|
+
output,
|
|
866
|
+
parsedBody,
|
|
867
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
868
|
+
errorCode,
|
|
910
869
|
});
|
|
911
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
912
870
|
}
|
|
913
871
|
};
|
|
914
872
|
const deserializeAws_json1_0DescribeServiceCommand = async (output, context) => {
|
|
@@ -930,7 +888,6 @@ const deserializeAws_json1_0DescribeServiceCommandError = async (output, context
|
|
|
930
888
|
...output,
|
|
931
889
|
body: await parseBody(output.body, context),
|
|
932
890
|
};
|
|
933
|
-
let response;
|
|
934
891
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
935
892
|
switch (errorCode) {
|
|
936
893
|
case "InternalServiceErrorException":
|
|
@@ -944,14 +901,12 @@ const deserializeAws_json1_0DescribeServiceCommandError = async (output, context
|
|
|
944
901
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
945
902
|
default:
|
|
946
903
|
const parsedBody = parsedOutput.body;
|
|
947
|
-
|
|
948
|
-
|
|
949
|
-
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
$metadata,
|
|
904
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
905
|
+
output,
|
|
906
|
+
parsedBody,
|
|
907
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
908
|
+
errorCode,
|
|
953
909
|
});
|
|
954
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
955
910
|
}
|
|
956
911
|
};
|
|
957
912
|
const deserializeAws_json1_0DescribeVpcConnectorCommand = async (output, context) => {
|
|
@@ -973,7 +928,6 @@ const deserializeAws_json1_0DescribeVpcConnectorCommandError = async (output, co
|
|
|
973
928
|
...output,
|
|
974
929
|
body: await parseBody(output.body, context),
|
|
975
930
|
};
|
|
976
|
-
let response;
|
|
977
931
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
978
932
|
switch (errorCode) {
|
|
979
933
|
case "InternalServiceErrorException":
|
|
@@ -987,14 +941,12 @@ const deserializeAws_json1_0DescribeVpcConnectorCommandError = async (output, co
|
|
|
987
941
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
988
942
|
default:
|
|
989
943
|
const parsedBody = parsedOutput.body;
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
$metadata,
|
|
944
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
945
|
+
output,
|
|
946
|
+
parsedBody,
|
|
947
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
948
|
+
errorCode,
|
|
996
949
|
});
|
|
997
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
998
950
|
}
|
|
999
951
|
};
|
|
1000
952
|
const deserializeAws_json1_0DisassociateCustomDomainCommand = async (output, context) => {
|
|
@@ -1016,7 +968,6 @@ const deserializeAws_json1_0DisassociateCustomDomainCommandError = async (output
|
|
|
1016
968
|
...output,
|
|
1017
969
|
body: await parseBody(output.body, context),
|
|
1018
970
|
};
|
|
1019
|
-
let response;
|
|
1020
971
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1021
972
|
switch (errorCode) {
|
|
1022
973
|
case "InternalServiceErrorException":
|
|
@@ -1033,14 +984,12 @@ const deserializeAws_json1_0DisassociateCustomDomainCommandError = async (output
|
|
|
1033
984
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1034
985
|
default:
|
|
1035
986
|
const parsedBody = parsedOutput.body;
|
|
1036
|
-
|
|
1037
|
-
|
|
1038
|
-
|
|
1039
|
-
|
|
1040
|
-
|
|
1041
|
-
$metadata,
|
|
987
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
988
|
+
output,
|
|
989
|
+
parsedBody,
|
|
990
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
991
|
+
errorCode,
|
|
1042
992
|
});
|
|
1043
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1044
993
|
}
|
|
1045
994
|
};
|
|
1046
995
|
const deserializeAws_json1_0ListAutoScalingConfigurationsCommand = async (output, context) => {
|
|
@@ -1062,7 +1011,6 @@ const deserializeAws_json1_0ListAutoScalingConfigurationsCommandError = async (o
|
|
|
1062
1011
|
...output,
|
|
1063
1012
|
body: await parseBody(output.body, context),
|
|
1064
1013
|
};
|
|
1065
|
-
let response;
|
|
1066
1014
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1067
1015
|
switch (errorCode) {
|
|
1068
1016
|
case "InternalServiceErrorException":
|
|
@@ -1073,14 +1021,12 @@ const deserializeAws_json1_0ListAutoScalingConfigurationsCommandError = async (o
|
|
|
1073
1021
|
throw await deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context);
|
|
1074
1022
|
default:
|
|
1075
1023
|
const parsedBody = parsedOutput.body;
|
|
1076
|
-
|
|
1077
|
-
|
|
1078
|
-
|
|
1079
|
-
|
|
1080
|
-
|
|
1081
|
-
$metadata,
|
|
1024
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1025
|
+
output,
|
|
1026
|
+
parsedBody,
|
|
1027
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1028
|
+
errorCode,
|
|
1082
1029
|
});
|
|
1083
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1084
1030
|
}
|
|
1085
1031
|
};
|
|
1086
1032
|
const deserializeAws_json1_0ListConnectionsCommand = async (output, context) => {
|
|
@@ -1102,7 +1048,6 @@ const deserializeAws_json1_0ListConnectionsCommandError = async (output, context
|
|
|
1102
1048
|
...output,
|
|
1103
1049
|
body: await parseBody(output.body, context),
|
|
1104
1050
|
};
|
|
1105
|
-
let response;
|
|
1106
1051
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1107
1052
|
switch (errorCode) {
|
|
1108
1053
|
case "InternalServiceErrorException":
|
|
@@ -1113,14 +1058,12 @@ const deserializeAws_json1_0ListConnectionsCommandError = async (output, context
|
|
|
1113
1058
|
throw await deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context);
|
|
1114
1059
|
default:
|
|
1115
1060
|
const parsedBody = parsedOutput.body;
|
|
1116
|
-
|
|
1117
|
-
|
|
1118
|
-
|
|
1119
|
-
|
|
1120
|
-
|
|
1121
|
-
$metadata,
|
|
1061
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1062
|
+
output,
|
|
1063
|
+
parsedBody,
|
|
1064
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1065
|
+
errorCode,
|
|
1122
1066
|
});
|
|
1123
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1124
1067
|
}
|
|
1125
1068
|
};
|
|
1126
1069
|
const deserializeAws_json1_0ListObservabilityConfigurationsCommand = async (output, context) => {
|
|
@@ -1142,7 +1085,6 @@ const deserializeAws_json1_0ListObservabilityConfigurationsCommandError = async
|
|
|
1142
1085
|
...output,
|
|
1143
1086
|
body: await parseBody(output.body, context),
|
|
1144
1087
|
};
|
|
1145
|
-
let response;
|
|
1146
1088
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1147
1089
|
switch (errorCode) {
|
|
1148
1090
|
case "InternalServiceErrorException":
|
|
@@ -1153,14 +1095,12 @@ const deserializeAws_json1_0ListObservabilityConfigurationsCommandError = async
|
|
|
1153
1095
|
throw await deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context);
|
|
1154
1096
|
default:
|
|
1155
1097
|
const parsedBody = parsedOutput.body;
|
|
1156
|
-
|
|
1157
|
-
|
|
1158
|
-
|
|
1159
|
-
|
|
1160
|
-
|
|
1161
|
-
$metadata,
|
|
1098
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1099
|
+
output,
|
|
1100
|
+
parsedBody,
|
|
1101
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1102
|
+
errorCode,
|
|
1162
1103
|
});
|
|
1163
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1164
1104
|
}
|
|
1165
1105
|
};
|
|
1166
1106
|
const deserializeAws_json1_0ListOperationsCommand = async (output, context) => {
|
|
@@ -1182,7 +1122,6 @@ const deserializeAws_json1_0ListOperationsCommandError = async (output, context)
|
|
|
1182
1122
|
...output,
|
|
1183
1123
|
body: await parseBody(output.body, context),
|
|
1184
1124
|
};
|
|
1185
|
-
let response;
|
|
1186
1125
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1187
1126
|
switch (errorCode) {
|
|
1188
1127
|
case "InternalServiceErrorException":
|
|
@@ -1196,14 +1135,12 @@ const deserializeAws_json1_0ListOperationsCommandError = async (output, context)
|
|
|
1196
1135
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1197
1136
|
default:
|
|
1198
1137
|
const parsedBody = parsedOutput.body;
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
$metadata,
|
|
1138
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1139
|
+
output,
|
|
1140
|
+
parsedBody,
|
|
1141
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1142
|
+
errorCode,
|
|
1205
1143
|
});
|
|
1206
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1207
1144
|
}
|
|
1208
1145
|
};
|
|
1209
1146
|
const deserializeAws_json1_0ListServicesCommand = async (output, context) => {
|
|
@@ -1225,7 +1162,6 @@ const deserializeAws_json1_0ListServicesCommandError = async (output, context) =
|
|
|
1225
1162
|
...output,
|
|
1226
1163
|
body: await parseBody(output.body, context),
|
|
1227
1164
|
};
|
|
1228
|
-
let response;
|
|
1229
1165
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1230
1166
|
switch (errorCode) {
|
|
1231
1167
|
case "InternalServiceErrorException":
|
|
@@ -1236,14 +1172,12 @@ const deserializeAws_json1_0ListServicesCommandError = async (output, context) =
|
|
|
1236
1172
|
throw await deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context);
|
|
1237
1173
|
default:
|
|
1238
1174
|
const parsedBody = parsedOutput.body;
|
|
1239
|
-
|
|
1240
|
-
|
|
1241
|
-
|
|
1242
|
-
|
|
1243
|
-
|
|
1244
|
-
$metadata,
|
|
1175
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1176
|
+
output,
|
|
1177
|
+
parsedBody,
|
|
1178
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1179
|
+
errorCode,
|
|
1245
1180
|
});
|
|
1246
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1247
1181
|
}
|
|
1248
1182
|
};
|
|
1249
1183
|
const deserializeAws_json1_0ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1265,7 +1199,6 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
|
|
|
1265
1199
|
...output,
|
|
1266
1200
|
body: await parseBody(output.body, context),
|
|
1267
1201
|
};
|
|
1268
|
-
let response;
|
|
1269
1202
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1270
1203
|
switch (errorCode) {
|
|
1271
1204
|
case "InternalServiceErrorException":
|
|
@@ -1282,14 +1215,12 @@ const deserializeAws_json1_0ListTagsForResourceCommandError = async (output, con
|
|
|
1282
1215
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1283
1216
|
default:
|
|
1284
1217
|
const parsedBody = parsedOutput.body;
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
1288
|
-
|
|
1289
|
-
|
|
1290
|
-
$metadata,
|
|
1218
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1219
|
+
output,
|
|
1220
|
+
parsedBody,
|
|
1221
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1222
|
+
errorCode,
|
|
1291
1223
|
});
|
|
1292
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1293
1224
|
}
|
|
1294
1225
|
};
|
|
1295
1226
|
const deserializeAws_json1_0ListVpcConnectorsCommand = async (output, context) => {
|
|
@@ -1311,7 +1242,6 @@ const deserializeAws_json1_0ListVpcConnectorsCommandError = async (output, conte
|
|
|
1311
1242
|
...output,
|
|
1312
1243
|
body: await parseBody(output.body, context),
|
|
1313
1244
|
};
|
|
1314
|
-
let response;
|
|
1315
1245
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1316
1246
|
switch (errorCode) {
|
|
1317
1247
|
case "InternalServiceErrorException":
|
|
@@ -1322,14 +1252,12 @@ const deserializeAws_json1_0ListVpcConnectorsCommandError = async (output, conte
|
|
|
1322
1252
|
throw await deserializeAws_json1_0InvalidRequestExceptionResponse(parsedOutput, context);
|
|
1323
1253
|
default:
|
|
1324
1254
|
const parsedBody = parsedOutput.body;
|
|
1325
|
-
|
|
1326
|
-
|
|
1327
|
-
|
|
1328
|
-
|
|
1329
|
-
|
|
1330
|
-
$metadata,
|
|
1255
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1256
|
+
output,
|
|
1257
|
+
parsedBody,
|
|
1258
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1259
|
+
errorCode,
|
|
1331
1260
|
});
|
|
1332
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1333
1261
|
}
|
|
1334
1262
|
};
|
|
1335
1263
|
const deserializeAws_json1_0PauseServiceCommand = async (output, context) => {
|
|
@@ -1351,7 +1279,6 @@ const deserializeAws_json1_0PauseServiceCommandError = async (output, context) =
|
|
|
1351
1279
|
...output,
|
|
1352
1280
|
body: await parseBody(output.body, context),
|
|
1353
1281
|
};
|
|
1354
|
-
let response;
|
|
1355
1282
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1356
1283
|
switch (errorCode) {
|
|
1357
1284
|
case "InternalServiceErrorException":
|
|
@@ -1368,14 +1295,12 @@ const deserializeAws_json1_0PauseServiceCommandError = async (output, context) =
|
|
|
1368
1295
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1369
1296
|
default:
|
|
1370
1297
|
const parsedBody = parsedOutput.body;
|
|
1371
|
-
|
|
1372
|
-
|
|
1373
|
-
|
|
1374
|
-
|
|
1375
|
-
|
|
1376
|
-
$metadata,
|
|
1298
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1299
|
+
output,
|
|
1300
|
+
parsedBody,
|
|
1301
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1302
|
+
errorCode,
|
|
1377
1303
|
});
|
|
1378
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1379
1304
|
}
|
|
1380
1305
|
};
|
|
1381
1306
|
const deserializeAws_json1_0ResumeServiceCommand = async (output, context) => {
|
|
@@ -1397,7 +1322,6 @@ const deserializeAws_json1_0ResumeServiceCommandError = async (output, context)
|
|
|
1397
1322
|
...output,
|
|
1398
1323
|
body: await parseBody(output.body, context),
|
|
1399
1324
|
};
|
|
1400
|
-
let response;
|
|
1401
1325
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1402
1326
|
switch (errorCode) {
|
|
1403
1327
|
case "InternalServiceErrorException":
|
|
@@ -1414,14 +1338,12 @@ const deserializeAws_json1_0ResumeServiceCommandError = async (output, context)
|
|
|
1414
1338
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1415
1339
|
default:
|
|
1416
1340
|
const parsedBody = parsedOutput.body;
|
|
1417
|
-
|
|
1418
|
-
|
|
1419
|
-
|
|
1420
|
-
|
|
1421
|
-
|
|
1422
|
-
$metadata,
|
|
1341
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1342
|
+
output,
|
|
1343
|
+
parsedBody,
|
|
1344
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1345
|
+
errorCode,
|
|
1423
1346
|
});
|
|
1424
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1425
1347
|
}
|
|
1426
1348
|
};
|
|
1427
1349
|
const deserializeAws_json1_0StartDeploymentCommand = async (output, context) => {
|
|
@@ -1443,7 +1365,6 @@ const deserializeAws_json1_0StartDeploymentCommandError = async (output, context
|
|
|
1443
1365
|
...output,
|
|
1444
1366
|
body: await parseBody(output.body, context),
|
|
1445
1367
|
};
|
|
1446
|
-
let response;
|
|
1447
1368
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1448
1369
|
switch (errorCode) {
|
|
1449
1370
|
case "InternalServiceErrorException":
|
|
@@ -1457,14 +1378,12 @@ const deserializeAws_json1_0StartDeploymentCommandError = async (output, context
|
|
|
1457
1378
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1458
1379
|
default:
|
|
1459
1380
|
const parsedBody = parsedOutput.body;
|
|
1460
|
-
|
|
1461
|
-
|
|
1462
|
-
|
|
1463
|
-
|
|
1464
|
-
|
|
1465
|
-
$metadata,
|
|
1381
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1382
|
+
output,
|
|
1383
|
+
parsedBody,
|
|
1384
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1385
|
+
errorCode,
|
|
1466
1386
|
});
|
|
1467
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1468
1387
|
}
|
|
1469
1388
|
};
|
|
1470
1389
|
const deserializeAws_json1_0TagResourceCommand = async (output, context) => {
|
|
@@ -1486,7 +1405,6 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1486
1405
|
...output,
|
|
1487
1406
|
body: await parseBody(output.body, context),
|
|
1488
1407
|
};
|
|
1489
|
-
let response;
|
|
1490
1408
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1491
1409
|
switch (errorCode) {
|
|
1492
1410
|
case "InternalServiceErrorException":
|
|
@@ -1503,14 +1421,12 @@ const deserializeAws_json1_0TagResourceCommandError = async (output, context) =>
|
|
|
1503
1421
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1504
1422
|
default:
|
|
1505
1423
|
const parsedBody = parsedOutput.body;
|
|
1506
|
-
|
|
1507
|
-
|
|
1508
|
-
|
|
1509
|
-
|
|
1510
|
-
|
|
1511
|
-
$metadata,
|
|
1424
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1425
|
+
output,
|
|
1426
|
+
parsedBody,
|
|
1427
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1428
|
+
errorCode,
|
|
1512
1429
|
});
|
|
1513
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1514
1430
|
}
|
|
1515
1431
|
};
|
|
1516
1432
|
const deserializeAws_json1_0UntagResourceCommand = async (output, context) => {
|
|
@@ -1532,7 +1448,6 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
|
|
|
1532
1448
|
...output,
|
|
1533
1449
|
body: await parseBody(output.body, context),
|
|
1534
1450
|
};
|
|
1535
|
-
let response;
|
|
1536
1451
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1537
1452
|
switch (errorCode) {
|
|
1538
1453
|
case "InternalServiceErrorException":
|
|
@@ -1549,14 +1464,12 @@ const deserializeAws_json1_0UntagResourceCommandError = async (output, context)
|
|
|
1549
1464
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1550
1465
|
default:
|
|
1551
1466
|
const parsedBody = parsedOutput.body;
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
$metadata,
|
|
1467
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1468
|
+
output,
|
|
1469
|
+
parsedBody,
|
|
1470
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1471
|
+
errorCode,
|
|
1558
1472
|
});
|
|
1559
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1560
1473
|
}
|
|
1561
1474
|
};
|
|
1562
1475
|
const deserializeAws_json1_0UpdateServiceCommand = async (output, context) => {
|
|
@@ -1578,7 +1491,6 @@ const deserializeAws_json1_0UpdateServiceCommandError = async (output, context)
|
|
|
1578
1491
|
...output,
|
|
1579
1492
|
body: await parseBody(output.body, context),
|
|
1580
1493
|
};
|
|
1581
|
-
let response;
|
|
1582
1494
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1583
1495
|
switch (errorCode) {
|
|
1584
1496
|
case "InternalServiceErrorException":
|
|
@@ -1595,14 +1507,12 @@ const deserializeAws_json1_0UpdateServiceCommandError = async (output, context)
|
|
|
1595
1507
|
throw await deserializeAws_json1_0ResourceNotFoundExceptionResponse(parsedOutput, context);
|
|
1596
1508
|
default:
|
|
1597
1509
|
const parsedBody = parsedOutput.body;
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
$metadata,
|
|
1510
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1511
|
+
output,
|
|
1512
|
+
parsedBody,
|
|
1513
|
+
exceptionCtor: AppRunnerServiceException_1.AppRunnerServiceException,
|
|
1514
|
+
errorCode,
|
|
1604
1515
|
});
|
|
1605
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1606
1516
|
}
|
|
1607
1517
|
};
|
|
1608
1518
|
const deserializeAws_json1_0InternalServiceErrorExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1987,9 +1897,6 @@ const serializeAws_json1_0StringList = (input, context) => {
|
|
|
1987
1897
|
return input
|
|
1988
1898
|
.filter((e) => e != null)
|
|
1989
1899
|
.map((entry) => {
|
|
1990
|
-
if (entry === null) {
|
|
1991
|
-
return null;
|
|
1992
|
-
}
|
|
1993
1900
|
return entry;
|
|
1994
1901
|
});
|
|
1995
1902
|
};
|
|
@@ -2003,9 +1910,6 @@ const serializeAws_json1_0TagKeyList = (input, context) => {
|
|
|
2003
1910
|
return input
|
|
2004
1911
|
.filter((e) => e != null)
|
|
2005
1912
|
.map((entry) => {
|
|
2006
|
-
if (entry === null) {
|
|
2007
|
-
return null;
|
|
2008
|
-
}
|
|
2009
1913
|
return entry;
|
|
2010
1914
|
});
|
|
2011
1915
|
};
|
|
@@ -2013,9 +1917,6 @@ const serializeAws_json1_0TagList = (input, context) => {
|
|
|
2013
1917
|
return input
|
|
2014
1918
|
.filter((e) => e != null)
|
|
2015
1919
|
.map((entry) => {
|
|
2016
|
-
if (entry === null) {
|
|
2017
|
-
return null;
|
|
2018
|
-
}
|
|
2019
1920
|
return serializeAws_json1_0Tag(entry, context);
|
|
2020
1921
|
});
|
|
2021
1922
|
};
|