@aws-sdk/client-application-insights 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- package/dist-cjs/commands/CreateApplicationCommand.js +2 -2
- package/dist-cjs/commands/CreateComponentCommand.js +2 -2
- package/dist-cjs/commands/CreateLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DeleteApplicationCommand.js +2 -2
- package/dist-cjs/commands/DeleteComponentCommand.js +2 -2
- package/dist-cjs/commands/DeleteLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DescribeApplicationCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentConfigurationCommand.js +2 -2
- package/dist-cjs/commands/DescribeComponentConfigurationRecommendationCommand.js +2 -2
- package/dist-cjs/commands/DescribeLogPatternCommand.js +2 -2
- package/dist-cjs/commands/DescribeObservationCommand.js +2 -2
- package/dist-cjs/commands/DescribeProblemCommand.js +2 -2
- package/dist-cjs/commands/DescribeProblemObservationsCommand.js +2 -2
- package/dist-cjs/commands/ListApplicationsCommand.js +2 -2
- package/dist-cjs/commands/ListComponentsCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationHistoryCommand.js +2 -2
- package/dist-cjs/commands/ListLogPatternSetsCommand.js +2 -2
- package/dist-cjs/commands/ListLogPatternsCommand.js +2 -2
- package/dist-cjs/commands/ListProblemsCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateApplicationCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentCommand.js +2 -2
- package/dist-cjs/commands/UpdateComponentConfigurationCommand.js +2 -2
- package/dist-cjs/commands/UpdateLogPatternCommand.js +2 -2
- package/dist-cjs/models/models_0.js +250 -374
- package/dist-cjs/protocols/Aws_json1_1.js +135 -225
- package/dist-es/commands/CreateApplicationCommand.js +3 -3
- package/dist-es/commands/CreateComponentCommand.js +3 -3
- package/dist-es/commands/CreateLogPatternCommand.js +3 -3
- package/dist-es/commands/DeleteApplicationCommand.js +3 -3
- package/dist-es/commands/DeleteComponentCommand.js +3 -3
- package/dist-es/commands/DeleteLogPatternCommand.js +3 -3
- package/dist-es/commands/DescribeApplicationCommand.js +3 -3
- package/dist-es/commands/DescribeComponentCommand.js +3 -3
- package/dist-es/commands/DescribeComponentConfigurationCommand.js +3 -3
- package/dist-es/commands/DescribeComponentConfigurationRecommendationCommand.js +3 -3
- package/dist-es/commands/DescribeLogPatternCommand.js +3 -3
- package/dist-es/commands/DescribeObservationCommand.js +3 -3
- package/dist-es/commands/DescribeProblemCommand.js +3 -3
- package/dist-es/commands/DescribeProblemObservationsCommand.js +3 -3
- package/dist-es/commands/ListApplicationsCommand.js +3 -3
- package/dist-es/commands/ListComponentsCommand.js +3 -3
- package/dist-es/commands/ListConfigurationHistoryCommand.js +3 -3
- package/dist-es/commands/ListLogPatternSetsCommand.js +3 -3
- package/dist-es/commands/ListLogPatternsCommand.js +3 -3
- package/dist-es/commands/ListProblemsCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateApplicationCommand.js +3 -3
- package/dist-es/commands/UpdateComponentCommand.js +3 -3
- package/dist-es/commands/UpdateComponentConfigurationCommand.js +3 -3
- package/dist-es/commands/UpdateLogPatternCommand.js +3 -3
- package/dist-es/models/models_0.js +62 -248
- package/dist-es/protocols/Aws_json1_1.js +217 -226
- package/dist-types/models/models_0.d.ts +248 -372
- package/dist-types/ts3.4/models/models_0.d.ts +124 -248
- package/package.json +6 -6
|
@@ -295,7 +295,6 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
295
295
|
...output,
|
|
296
296
|
body: await parseBody(output.body, context),
|
|
297
297
|
};
|
|
298
|
-
let response;
|
|
299
298
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
300
299
|
switch (errorCode) {
|
|
301
300
|
case "AccessDeniedException":
|
|
@@ -318,14 +317,12 @@ const deserializeAws_json1_1CreateApplicationCommandError = async (output, conte
|
|
|
318
317
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
319
318
|
default:
|
|
320
319
|
const parsedBody = parsedOutput.body;
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
$metadata,
|
|
320
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
321
|
+
output,
|
|
322
|
+
parsedBody,
|
|
323
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
324
|
+
errorCode,
|
|
327
325
|
});
|
|
328
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
329
326
|
}
|
|
330
327
|
};
|
|
331
328
|
const deserializeAws_json1_1CreateComponentCommand = async (output, context) => {
|
|
@@ -347,7 +344,6 @@ const deserializeAws_json1_1CreateComponentCommandError = async (output, context
|
|
|
347
344
|
...output,
|
|
348
345
|
body: await parseBody(output.body, context),
|
|
349
346
|
};
|
|
350
|
-
let response;
|
|
351
347
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
352
348
|
switch (errorCode) {
|
|
353
349
|
case "InternalServerException":
|
|
@@ -364,14 +360,12 @@ const deserializeAws_json1_1CreateComponentCommandError = async (output, context
|
|
|
364
360
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
365
361
|
default:
|
|
366
362
|
const parsedBody = parsedOutput.body;
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
$metadata,
|
|
363
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
364
|
+
output,
|
|
365
|
+
parsedBody,
|
|
366
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
367
|
+
errorCode,
|
|
373
368
|
});
|
|
374
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
375
369
|
}
|
|
376
370
|
};
|
|
377
371
|
const deserializeAws_json1_1CreateLogPatternCommand = async (output, context) => {
|
|
@@ -393,7 +387,6 @@ const deserializeAws_json1_1CreateLogPatternCommandError = async (output, contex
|
|
|
393
387
|
...output,
|
|
394
388
|
body: await parseBody(output.body, context),
|
|
395
389
|
};
|
|
396
|
-
let response;
|
|
397
390
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
398
391
|
switch (errorCode) {
|
|
399
392
|
case "InternalServerException":
|
|
@@ -410,14 +403,12 @@ const deserializeAws_json1_1CreateLogPatternCommandError = async (output, contex
|
|
|
410
403
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
411
404
|
default:
|
|
412
405
|
const parsedBody = parsedOutput.body;
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
$metadata,
|
|
406
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
407
|
+
output,
|
|
408
|
+
parsedBody,
|
|
409
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
410
|
+
errorCode,
|
|
419
411
|
});
|
|
420
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
421
412
|
}
|
|
422
413
|
};
|
|
423
414
|
const deserializeAws_json1_1DeleteApplicationCommand = async (output, context) => {
|
|
@@ -439,7 +430,6 @@ const deserializeAws_json1_1DeleteApplicationCommandError = async (output, conte
|
|
|
439
430
|
...output,
|
|
440
431
|
body: await parseBody(output.body, context),
|
|
441
432
|
};
|
|
442
|
-
let response;
|
|
443
433
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
444
434
|
switch (errorCode) {
|
|
445
435
|
case "BadRequestException":
|
|
@@ -456,14 +446,12 @@ const deserializeAws_json1_1DeleteApplicationCommandError = async (output, conte
|
|
|
456
446
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
457
447
|
default:
|
|
458
448
|
const parsedBody = parsedOutput.body;
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
$metadata,
|
|
449
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
450
|
+
output,
|
|
451
|
+
parsedBody,
|
|
452
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
453
|
+
errorCode,
|
|
465
454
|
});
|
|
466
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
467
455
|
}
|
|
468
456
|
};
|
|
469
457
|
const deserializeAws_json1_1DeleteComponentCommand = async (output, context) => {
|
|
@@ -485,7 +473,6 @@ const deserializeAws_json1_1DeleteComponentCommandError = async (output, context
|
|
|
485
473
|
...output,
|
|
486
474
|
body: await parseBody(output.body, context),
|
|
487
475
|
};
|
|
488
|
-
let response;
|
|
489
476
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
490
477
|
switch (errorCode) {
|
|
491
478
|
case "InternalServerException":
|
|
@@ -499,14 +486,12 @@ const deserializeAws_json1_1DeleteComponentCommandError = async (output, context
|
|
|
499
486
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
500
487
|
default:
|
|
501
488
|
const parsedBody = parsedOutput.body;
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
$metadata,
|
|
489
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
490
|
+
output,
|
|
491
|
+
parsedBody,
|
|
492
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
493
|
+
errorCode,
|
|
508
494
|
});
|
|
509
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
510
495
|
}
|
|
511
496
|
};
|
|
512
497
|
const deserializeAws_json1_1DeleteLogPatternCommand = async (output, context) => {
|
|
@@ -528,7 +513,6 @@ const deserializeAws_json1_1DeleteLogPatternCommandError = async (output, contex
|
|
|
528
513
|
...output,
|
|
529
514
|
body: await parseBody(output.body, context),
|
|
530
515
|
};
|
|
531
|
-
let response;
|
|
532
516
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
533
517
|
switch (errorCode) {
|
|
534
518
|
case "BadRequestException":
|
|
@@ -545,14 +529,12 @@ const deserializeAws_json1_1DeleteLogPatternCommandError = async (output, contex
|
|
|
545
529
|
throw await deserializeAws_json1_1ValidationExceptionResponse(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: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
536
|
+
errorCode,
|
|
554
537
|
});
|
|
555
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
556
538
|
}
|
|
557
539
|
};
|
|
558
540
|
const deserializeAws_json1_1DescribeApplicationCommand = async (output, context) => {
|
|
@@ -574,7 +556,6 @@ const deserializeAws_json1_1DescribeApplicationCommandError = async (output, con
|
|
|
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 "InternalServerException":
|
|
@@ -588,14 +569,12 @@ const deserializeAws_json1_1DescribeApplicationCommandError = async (output, con
|
|
|
588
569
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
589
570
|
default:
|
|
590
571
|
const parsedBody = parsedOutput.body;
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
$metadata,
|
|
572
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
573
|
+
output,
|
|
574
|
+
parsedBody,
|
|
575
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
576
|
+
errorCode,
|
|
597
577
|
});
|
|
598
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
599
578
|
}
|
|
600
579
|
};
|
|
601
580
|
const deserializeAws_json1_1DescribeComponentCommand = async (output, context) => {
|
|
@@ -617,7 +596,6 @@ const deserializeAws_json1_1DescribeComponentCommandError = async (output, conte
|
|
|
617
596
|
...output,
|
|
618
597
|
body: await parseBody(output.body, context),
|
|
619
598
|
};
|
|
620
|
-
let response;
|
|
621
599
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
622
600
|
switch (errorCode) {
|
|
623
601
|
case "InternalServerException":
|
|
@@ -631,14 +609,12 @@ const deserializeAws_json1_1DescribeComponentCommandError = async (output, conte
|
|
|
631
609
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
632
610
|
default:
|
|
633
611
|
const parsedBody = parsedOutput.body;
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
$metadata,
|
|
612
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
613
|
+
output,
|
|
614
|
+
parsedBody,
|
|
615
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
616
|
+
errorCode,
|
|
640
617
|
});
|
|
641
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
642
618
|
}
|
|
643
619
|
};
|
|
644
620
|
const deserializeAws_json1_1DescribeComponentConfigurationCommand = async (output, context) => {
|
|
@@ -660,7 +636,6 @@ const deserializeAws_json1_1DescribeComponentConfigurationCommandError = async (
|
|
|
660
636
|
...output,
|
|
661
637
|
body: await parseBody(output.body, context),
|
|
662
638
|
};
|
|
663
|
-
let response;
|
|
664
639
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
665
640
|
switch (errorCode) {
|
|
666
641
|
case "InternalServerException":
|
|
@@ -674,14 +649,12 @@ const deserializeAws_json1_1DescribeComponentConfigurationCommandError = async (
|
|
|
674
649
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
675
650
|
default:
|
|
676
651
|
const parsedBody = parsedOutput.body;
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
$metadata,
|
|
652
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
653
|
+
output,
|
|
654
|
+
parsedBody,
|
|
655
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
656
|
+
errorCode,
|
|
683
657
|
});
|
|
684
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
685
658
|
}
|
|
686
659
|
};
|
|
687
660
|
const deserializeAws_json1_1DescribeComponentConfigurationRecommendationCommand = async (output, context) => {
|
|
@@ -703,7 +676,6 @@ const deserializeAws_json1_1DescribeComponentConfigurationRecommendationCommandE
|
|
|
703
676
|
...output,
|
|
704
677
|
body: await parseBody(output.body, context),
|
|
705
678
|
};
|
|
706
|
-
let response;
|
|
707
679
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
708
680
|
switch (errorCode) {
|
|
709
681
|
case "InternalServerException":
|
|
@@ -717,14 +689,12 @@ const deserializeAws_json1_1DescribeComponentConfigurationRecommendationCommandE
|
|
|
717
689
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
718
690
|
default:
|
|
719
691
|
const parsedBody = parsedOutput.body;
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
$metadata,
|
|
692
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
693
|
+
output,
|
|
694
|
+
parsedBody,
|
|
695
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
696
|
+
errorCode,
|
|
726
697
|
});
|
|
727
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
728
698
|
}
|
|
729
699
|
};
|
|
730
700
|
const deserializeAws_json1_1DescribeLogPatternCommand = async (output, context) => {
|
|
@@ -746,7 +716,6 @@ const deserializeAws_json1_1DescribeLogPatternCommandError = async (output, cont
|
|
|
746
716
|
...output,
|
|
747
717
|
body: await parseBody(output.body, context),
|
|
748
718
|
};
|
|
749
|
-
let response;
|
|
750
719
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
751
720
|
switch (errorCode) {
|
|
752
721
|
case "InternalServerException":
|
|
@@ -760,14 +729,12 @@ const deserializeAws_json1_1DescribeLogPatternCommandError = async (output, cont
|
|
|
760
729
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
761
730
|
default:
|
|
762
731
|
const parsedBody = parsedOutput.body;
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
$metadata,
|
|
732
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
733
|
+
output,
|
|
734
|
+
parsedBody,
|
|
735
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
736
|
+
errorCode,
|
|
769
737
|
});
|
|
770
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
771
738
|
}
|
|
772
739
|
};
|
|
773
740
|
const deserializeAws_json1_1DescribeObservationCommand = async (output, context) => {
|
|
@@ -789,7 +756,6 @@ const deserializeAws_json1_1DescribeObservationCommandError = async (output, con
|
|
|
789
756
|
...output,
|
|
790
757
|
body: await parseBody(output.body, context),
|
|
791
758
|
};
|
|
792
|
-
let response;
|
|
793
759
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
794
760
|
switch (errorCode) {
|
|
795
761
|
case "InternalServerException":
|
|
@@ -803,14 +769,12 @@ const deserializeAws_json1_1DescribeObservationCommandError = async (output, con
|
|
|
803
769
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
804
770
|
default:
|
|
805
771
|
const parsedBody = parsedOutput.body;
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
$metadata,
|
|
772
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
773
|
+
output,
|
|
774
|
+
parsedBody,
|
|
775
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
776
|
+
errorCode,
|
|
812
777
|
});
|
|
813
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
814
778
|
}
|
|
815
779
|
};
|
|
816
780
|
const deserializeAws_json1_1DescribeProblemCommand = async (output, context) => {
|
|
@@ -832,7 +796,6 @@ const deserializeAws_json1_1DescribeProblemCommandError = async (output, context
|
|
|
832
796
|
...output,
|
|
833
797
|
body: await parseBody(output.body, context),
|
|
834
798
|
};
|
|
835
|
-
let response;
|
|
836
799
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
837
800
|
switch (errorCode) {
|
|
838
801
|
case "InternalServerException":
|
|
@@ -846,14 +809,12 @@ const deserializeAws_json1_1DescribeProblemCommandError = async (output, context
|
|
|
846
809
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
847
810
|
default:
|
|
848
811
|
const parsedBody = parsedOutput.body;
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
$metadata,
|
|
812
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
813
|
+
output,
|
|
814
|
+
parsedBody,
|
|
815
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
816
|
+
errorCode,
|
|
855
817
|
});
|
|
856
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
857
818
|
}
|
|
858
819
|
};
|
|
859
820
|
const deserializeAws_json1_1DescribeProblemObservationsCommand = async (output, context) => {
|
|
@@ -875,7 +836,6 @@ const deserializeAws_json1_1DescribeProblemObservationsCommandError = async (out
|
|
|
875
836
|
...output,
|
|
876
837
|
body: await parseBody(output.body, context),
|
|
877
838
|
};
|
|
878
|
-
let response;
|
|
879
839
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
880
840
|
switch (errorCode) {
|
|
881
841
|
case "InternalServerException":
|
|
@@ -889,14 +849,12 @@ const deserializeAws_json1_1DescribeProblemObservationsCommandError = async (out
|
|
|
889
849
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
890
850
|
default:
|
|
891
851
|
const parsedBody = parsedOutput.body;
|
|
892
|
-
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
$metadata,
|
|
852
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
853
|
+
output,
|
|
854
|
+
parsedBody,
|
|
855
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
856
|
+
errorCode,
|
|
898
857
|
});
|
|
899
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
900
858
|
}
|
|
901
859
|
};
|
|
902
860
|
const deserializeAws_json1_1ListApplicationsCommand = async (output, context) => {
|
|
@@ -918,7 +876,6 @@ const deserializeAws_json1_1ListApplicationsCommandError = async (output, contex
|
|
|
918
876
|
...output,
|
|
919
877
|
body: await parseBody(output.body, context),
|
|
920
878
|
};
|
|
921
|
-
let response;
|
|
922
879
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
923
880
|
switch (errorCode) {
|
|
924
881
|
case "InternalServerException":
|
|
@@ -929,14 +886,12 @@ const deserializeAws_json1_1ListApplicationsCommandError = async (output, contex
|
|
|
929
886
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
930
887
|
default:
|
|
931
888
|
const parsedBody = parsedOutput.body;
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
|
|
936
|
-
|
|
937
|
-
$metadata,
|
|
889
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
890
|
+
output,
|
|
891
|
+
parsedBody,
|
|
892
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
893
|
+
errorCode,
|
|
938
894
|
});
|
|
939
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
940
895
|
}
|
|
941
896
|
};
|
|
942
897
|
const deserializeAws_json1_1ListComponentsCommand = async (output, context) => {
|
|
@@ -958,7 +913,6 @@ const deserializeAws_json1_1ListComponentsCommandError = async (output, context)
|
|
|
958
913
|
...output,
|
|
959
914
|
body: await parseBody(output.body, context),
|
|
960
915
|
};
|
|
961
|
-
let response;
|
|
962
916
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
963
917
|
switch (errorCode) {
|
|
964
918
|
case "InternalServerException":
|
|
@@ -972,14 +926,12 @@ const deserializeAws_json1_1ListComponentsCommandError = async (output, context)
|
|
|
972
926
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
973
927
|
default:
|
|
974
928
|
const parsedBody = parsedOutput.body;
|
|
975
|
-
|
|
976
|
-
|
|
977
|
-
|
|
978
|
-
|
|
979
|
-
|
|
980
|
-
$metadata,
|
|
929
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
930
|
+
output,
|
|
931
|
+
parsedBody,
|
|
932
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
933
|
+
errorCode,
|
|
981
934
|
});
|
|
982
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
983
935
|
}
|
|
984
936
|
};
|
|
985
937
|
const deserializeAws_json1_1ListConfigurationHistoryCommand = async (output, context) => {
|
|
@@ -1001,7 +953,6 @@ const deserializeAws_json1_1ListConfigurationHistoryCommandError = async (output
|
|
|
1001
953
|
...output,
|
|
1002
954
|
body: await parseBody(output.body, context),
|
|
1003
955
|
};
|
|
1004
|
-
let response;
|
|
1005
956
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1006
957
|
switch (errorCode) {
|
|
1007
958
|
case "InternalServerException":
|
|
@@ -1015,14 +966,12 @@ const deserializeAws_json1_1ListConfigurationHistoryCommandError = async (output
|
|
|
1015
966
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1016
967
|
default:
|
|
1017
968
|
const parsedBody = parsedOutput.body;
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
$metadata,
|
|
969
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
970
|
+
output,
|
|
971
|
+
parsedBody,
|
|
972
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
973
|
+
errorCode,
|
|
1024
974
|
});
|
|
1025
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1026
975
|
}
|
|
1027
976
|
};
|
|
1028
977
|
const deserializeAws_json1_1ListLogPatternsCommand = async (output, context) => {
|
|
@@ -1044,7 +993,6 @@ const deserializeAws_json1_1ListLogPatternsCommandError = async (output, context
|
|
|
1044
993
|
...output,
|
|
1045
994
|
body: await parseBody(output.body, context),
|
|
1046
995
|
};
|
|
1047
|
-
let response;
|
|
1048
996
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1049
997
|
switch (errorCode) {
|
|
1050
998
|
case "InternalServerException":
|
|
@@ -1058,14 +1006,12 @@ const deserializeAws_json1_1ListLogPatternsCommandError = async (output, context
|
|
|
1058
1006
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1059
1007
|
default:
|
|
1060
1008
|
const parsedBody = parsedOutput.body;
|
|
1061
|
-
|
|
1062
|
-
|
|
1063
|
-
|
|
1064
|
-
|
|
1065
|
-
|
|
1066
|
-
$metadata,
|
|
1009
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1010
|
+
output,
|
|
1011
|
+
parsedBody,
|
|
1012
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1013
|
+
errorCode,
|
|
1067
1014
|
});
|
|
1068
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1069
1015
|
}
|
|
1070
1016
|
};
|
|
1071
1017
|
const deserializeAws_json1_1ListLogPatternSetsCommand = async (output, context) => {
|
|
@@ -1087,7 +1033,6 @@ const deserializeAws_json1_1ListLogPatternSetsCommandError = async (output, cont
|
|
|
1087
1033
|
...output,
|
|
1088
1034
|
body: await parseBody(output.body, context),
|
|
1089
1035
|
};
|
|
1090
|
-
let response;
|
|
1091
1036
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1092
1037
|
switch (errorCode) {
|
|
1093
1038
|
case "InternalServerException":
|
|
@@ -1101,14 +1046,12 @@ const deserializeAws_json1_1ListLogPatternSetsCommandError = async (output, cont
|
|
|
1101
1046
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1102
1047
|
default:
|
|
1103
1048
|
const parsedBody = parsedOutput.body;
|
|
1104
|
-
|
|
1105
|
-
|
|
1106
|
-
|
|
1107
|
-
|
|
1108
|
-
|
|
1109
|
-
$metadata,
|
|
1049
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1050
|
+
output,
|
|
1051
|
+
parsedBody,
|
|
1052
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1053
|
+
errorCode,
|
|
1110
1054
|
});
|
|
1111
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1112
1055
|
}
|
|
1113
1056
|
};
|
|
1114
1057
|
const deserializeAws_json1_1ListProblemsCommand = async (output, context) => {
|
|
@@ -1130,7 +1073,6 @@ const deserializeAws_json1_1ListProblemsCommandError = async (output, context) =
|
|
|
1130
1073
|
...output,
|
|
1131
1074
|
body: await parseBody(output.body, context),
|
|
1132
1075
|
};
|
|
1133
|
-
let response;
|
|
1134
1076
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1135
1077
|
switch (errorCode) {
|
|
1136
1078
|
case "InternalServerException":
|
|
@@ -1144,14 +1086,12 @@ const deserializeAws_json1_1ListProblemsCommandError = async (output, context) =
|
|
|
1144
1086
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1145
1087
|
default:
|
|
1146
1088
|
const parsedBody = parsedOutput.body;
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
$metadata,
|
|
1089
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1090
|
+
output,
|
|
1091
|
+
parsedBody,
|
|
1092
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1093
|
+
errorCode,
|
|
1153
1094
|
});
|
|
1154
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1155
1095
|
}
|
|
1156
1096
|
};
|
|
1157
1097
|
const deserializeAws_json1_1ListTagsForResourceCommand = async (output, context) => {
|
|
@@ -1173,7 +1113,6 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
1173
1113
|
...output,
|
|
1174
1114
|
body: await parseBody(output.body, context),
|
|
1175
1115
|
};
|
|
1176
|
-
let response;
|
|
1177
1116
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1178
1117
|
switch (errorCode) {
|
|
1179
1118
|
case "ResourceNotFoundException":
|
|
@@ -1184,14 +1123,12 @@ const deserializeAws_json1_1ListTagsForResourceCommandError = async (output, con
|
|
|
1184
1123
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1185
1124
|
default:
|
|
1186
1125
|
const parsedBody = parsedOutput.body;
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
1191
|
-
|
|
1192
|
-
$metadata,
|
|
1126
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1127
|
+
output,
|
|
1128
|
+
parsedBody,
|
|
1129
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1130
|
+
errorCode,
|
|
1193
1131
|
});
|
|
1194
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1195
1132
|
}
|
|
1196
1133
|
};
|
|
1197
1134
|
const deserializeAws_json1_1TagResourceCommand = async (output, context) => {
|
|
@@ -1213,7 +1150,6 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1213
1150
|
...output,
|
|
1214
1151
|
body: await parseBody(output.body, context),
|
|
1215
1152
|
};
|
|
1216
|
-
let response;
|
|
1217
1153
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1218
1154
|
switch (errorCode) {
|
|
1219
1155
|
case "ResourceNotFoundException":
|
|
@@ -1227,14 +1163,12 @@ const deserializeAws_json1_1TagResourceCommandError = async (output, context) =>
|
|
|
1227
1163
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1228
1164
|
default:
|
|
1229
1165
|
const parsedBody = parsedOutput.body;
|
|
1230
|
-
|
|
1231
|
-
|
|
1232
|
-
|
|
1233
|
-
|
|
1234
|
-
|
|
1235
|
-
$metadata,
|
|
1166
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1167
|
+
output,
|
|
1168
|
+
parsedBody,
|
|
1169
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1170
|
+
errorCode,
|
|
1236
1171
|
});
|
|
1237
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1238
1172
|
}
|
|
1239
1173
|
};
|
|
1240
1174
|
const deserializeAws_json1_1UntagResourceCommand = async (output, context) => {
|
|
@@ -1256,7 +1190,6 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1256
1190
|
...output,
|
|
1257
1191
|
body: await parseBody(output.body, context),
|
|
1258
1192
|
};
|
|
1259
|
-
let response;
|
|
1260
1193
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1261
1194
|
switch (errorCode) {
|
|
1262
1195
|
case "ResourceNotFoundException":
|
|
@@ -1267,14 +1200,12 @@ const deserializeAws_json1_1UntagResourceCommandError = async (output, context)
|
|
|
1267
1200
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1268
1201
|
default:
|
|
1269
1202
|
const parsedBody = parsedOutput.body;
|
|
1270
|
-
|
|
1271
|
-
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
|
|
1275
|
-
$metadata,
|
|
1203
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1204
|
+
output,
|
|
1205
|
+
parsedBody,
|
|
1206
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1207
|
+
errorCode,
|
|
1276
1208
|
});
|
|
1277
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1278
1209
|
}
|
|
1279
1210
|
};
|
|
1280
1211
|
const deserializeAws_json1_1UpdateApplicationCommand = async (output, context) => {
|
|
@@ -1296,7 +1227,6 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1296
1227
|
...output,
|
|
1297
1228
|
body: await parseBody(output.body, context),
|
|
1298
1229
|
};
|
|
1299
|
-
let response;
|
|
1300
1230
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1301
1231
|
switch (errorCode) {
|
|
1302
1232
|
case "InternalServerException":
|
|
@@ -1310,14 +1240,12 @@ const deserializeAws_json1_1UpdateApplicationCommandError = async (output, conte
|
|
|
1310
1240
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1311
1241
|
default:
|
|
1312
1242
|
const parsedBody = parsedOutput.body;
|
|
1313
|
-
|
|
1314
|
-
|
|
1315
|
-
|
|
1316
|
-
|
|
1317
|
-
|
|
1318
|
-
$metadata,
|
|
1243
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1244
|
+
output,
|
|
1245
|
+
parsedBody,
|
|
1246
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1247
|
+
errorCode,
|
|
1319
1248
|
});
|
|
1320
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1321
1249
|
}
|
|
1322
1250
|
};
|
|
1323
1251
|
const deserializeAws_json1_1UpdateComponentCommand = async (output, context) => {
|
|
@@ -1339,7 +1267,6 @@ const deserializeAws_json1_1UpdateComponentCommandError = async (output, context
|
|
|
1339
1267
|
...output,
|
|
1340
1268
|
body: await parseBody(output.body, context),
|
|
1341
1269
|
};
|
|
1342
|
-
let response;
|
|
1343
1270
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1344
1271
|
switch (errorCode) {
|
|
1345
1272
|
case "InternalServerException":
|
|
@@ -1356,14 +1283,12 @@ const deserializeAws_json1_1UpdateComponentCommandError = async (output, context
|
|
|
1356
1283
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1357
1284
|
default:
|
|
1358
1285
|
const parsedBody = parsedOutput.body;
|
|
1359
|
-
|
|
1360
|
-
|
|
1361
|
-
|
|
1362
|
-
|
|
1363
|
-
|
|
1364
|
-
$metadata,
|
|
1286
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1287
|
+
output,
|
|
1288
|
+
parsedBody,
|
|
1289
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1290
|
+
errorCode,
|
|
1365
1291
|
});
|
|
1366
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1367
1292
|
}
|
|
1368
1293
|
};
|
|
1369
1294
|
const deserializeAws_json1_1UpdateComponentConfigurationCommand = async (output, context) => {
|
|
@@ -1385,7 +1310,6 @@ const deserializeAws_json1_1UpdateComponentConfigurationCommandError = async (ou
|
|
|
1385
1310
|
...output,
|
|
1386
1311
|
body: await parseBody(output.body, context),
|
|
1387
1312
|
};
|
|
1388
|
-
let response;
|
|
1389
1313
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1390
1314
|
switch (errorCode) {
|
|
1391
1315
|
case "InternalServerException":
|
|
@@ -1399,14 +1323,12 @@ const deserializeAws_json1_1UpdateComponentConfigurationCommandError = async (ou
|
|
|
1399
1323
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1400
1324
|
default:
|
|
1401
1325
|
const parsedBody = parsedOutput.body;
|
|
1402
|
-
|
|
1403
|
-
|
|
1404
|
-
|
|
1405
|
-
|
|
1406
|
-
|
|
1407
|
-
$metadata,
|
|
1326
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1327
|
+
output,
|
|
1328
|
+
parsedBody,
|
|
1329
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1330
|
+
errorCode,
|
|
1408
1331
|
});
|
|
1409
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1410
1332
|
}
|
|
1411
1333
|
};
|
|
1412
1334
|
const deserializeAws_json1_1UpdateLogPatternCommand = async (output, context) => {
|
|
@@ -1428,7 +1350,6 @@ const deserializeAws_json1_1UpdateLogPatternCommandError = async (output, contex
|
|
|
1428
1350
|
...output,
|
|
1429
1351
|
body: await parseBody(output.body, context),
|
|
1430
1352
|
};
|
|
1431
|
-
let response;
|
|
1432
1353
|
const errorCode = loadRestJsonErrorCode(output, parsedOutput.body);
|
|
1433
1354
|
switch (errorCode) {
|
|
1434
1355
|
case "InternalServerException":
|
|
@@ -1445,14 +1366,12 @@ const deserializeAws_json1_1UpdateLogPatternCommandError = async (output, contex
|
|
|
1445
1366
|
throw await deserializeAws_json1_1ValidationExceptionResponse(parsedOutput, context);
|
|
1446
1367
|
default:
|
|
1447
1368
|
const parsedBody = parsedOutput.body;
|
|
1448
|
-
|
|
1449
|
-
|
|
1450
|
-
|
|
1451
|
-
|
|
1452
|
-
|
|
1453
|
-
$metadata,
|
|
1369
|
+
(0, smithy_client_1.throwDefaultError)({
|
|
1370
|
+
output,
|
|
1371
|
+
parsedBody,
|
|
1372
|
+
exceptionCtor: ApplicationInsightsServiceException_1.ApplicationInsightsServiceException,
|
|
1373
|
+
errorCode,
|
|
1454
1374
|
});
|
|
1455
|
-
throw (0, smithy_client_1.decorateServiceException)(response, parsedBody);
|
|
1456
1375
|
}
|
|
1457
1376
|
};
|
|
1458
1377
|
const deserializeAws_json1_1AccessDeniedExceptionResponse = async (parsedOutput, context) => {
|
|
@@ -1676,9 +1595,6 @@ const serializeAws_json1_1ResourceList = (input, context) => {
|
|
|
1676
1595
|
return input
|
|
1677
1596
|
.filter((e) => e != null)
|
|
1678
1597
|
.map((entry) => {
|
|
1679
|
-
if (entry === null) {
|
|
1680
|
-
return null;
|
|
1681
|
-
}
|
|
1682
1598
|
return entry;
|
|
1683
1599
|
});
|
|
1684
1600
|
};
|
|
@@ -1692,9 +1608,6 @@ const serializeAws_json1_1TagKeyList = (input, context) => {
|
|
|
1692
1608
|
return input
|
|
1693
1609
|
.filter((e) => e != null)
|
|
1694
1610
|
.map((entry) => {
|
|
1695
|
-
if (entry === null) {
|
|
1696
|
-
return null;
|
|
1697
|
-
}
|
|
1698
1611
|
return entry;
|
|
1699
1612
|
});
|
|
1700
1613
|
};
|
|
@@ -1702,9 +1615,6 @@ const serializeAws_json1_1TagList = (input, context) => {
|
|
|
1702
1615
|
return input
|
|
1703
1616
|
.filter((e) => e != null)
|
|
1704
1617
|
.map((entry) => {
|
|
1705
|
-
if (entry === null) {
|
|
1706
|
-
return null;
|
|
1707
|
-
}
|
|
1708
1618
|
return serializeAws_json1_1Tag(entry, context);
|
|
1709
1619
|
});
|
|
1710
1620
|
};
|