@aws-sdk/client-serverlessapplicationrepository 3.943.0 → 3.947.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.
Files changed (45) hide show
  1. package/dist-cjs/index.js +202 -1162
  2. package/dist-cjs/runtimeConfig.browser.js +2 -2
  3. package/dist-cjs/runtimeConfig.js +3 -4
  4. package/dist-es/ServerlessApplicationRepository.js +1 -1
  5. package/dist-es/ServerlessApplicationRepositoryClient.js +2 -2
  6. package/dist-es/runtimeConfig.browser.js +2 -2
  7. package/dist-es/runtimeConfig.js +2 -3
  8. package/dist-es/schemas/schemas_0.js +202 -1162
  9. package/dist-types/ServerlessApplicationRepository.d.ts +1 -1
  10. package/dist-types/ServerlessApplicationRepositoryClient.d.ts +10 -10
  11. package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
  12. package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
  13. package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
  14. package/dist-types/commands/CreateApplicationVersionCommand.d.ts +3 -3
  15. package/dist-types/commands/CreateCloudFormationChangeSetCommand.d.ts +3 -3
  16. package/dist-types/commands/CreateCloudFormationTemplateCommand.d.ts +3 -3
  17. package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
  18. package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
  19. package/dist-types/commands/GetApplicationPolicyCommand.d.ts +3 -3
  20. package/dist-types/commands/GetCloudFormationTemplateCommand.d.ts +3 -3
  21. package/dist-types/commands/ListApplicationDependenciesCommand.d.ts +3 -3
  22. package/dist-types/commands/ListApplicationVersionsCommand.d.ts +3 -3
  23. package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
  24. package/dist-types/commands/PutApplicationPolicyCommand.d.ts +3 -3
  25. package/dist-types/commands/UnshareApplicationCommand.d.ts +3 -3
  26. package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
  27. package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
  28. package/dist-types/endpoint/endpointResolver.d.ts +5 -2
  29. package/dist-types/extensionConfiguration.d.ts +4 -4
  30. package/dist-types/models/ServerlessApplicationRepositoryServiceException.d.ts +1 -1
  31. package/dist-types/models/errors.d.ts +1 -1
  32. package/dist-types/pagination/Interfaces.d.ts +1 -1
  33. package/dist-types/pagination/ListApplicationDependenciesPaginator.d.ts +1 -1
  34. package/dist-types/pagination/ListApplicationVersionsPaginator.d.ts +1 -1
  35. package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
  36. package/dist-types/runtimeConfig.browser.d.ts +1 -1
  37. package/dist-types/runtimeConfig.d.ts +1 -1
  38. package/dist-types/runtimeConfig.native.d.ts +1 -1
  39. package/dist-types/runtimeConfig.shared.d.ts +1 -1
  40. package/dist-types/runtimeExtensions.d.ts +1 -1
  41. package/dist-types/schemas/schemas_0.d.ts +1 -1
  42. package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +3 -3
  43. package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
  44. package/dist-types/ts3.4/models/ServerlessApplicationRepositoryServiceException.d.ts +1 -1
  45. package/package.json +13 -12
package/dist-cjs/index.js CHANGED
@@ -424,18 +424,8 @@ var ApplicationDependencySummary = [
424
424
  0,
425
425
  [_AI, _SV],
426
426
  [
427
- [
428
- 0,
429
- {
430
- [_jN]: _aI,
431
- },
432
- ],
433
- [
434
- 0,
435
- {
436
- [_jN]: _sV,
437
- },
438
- ],
427
+ [0, { [_jN]: _aI }],
428
+ [0, { [_jN]: _sV }],
439
429
  ],
440
430
  ];
441
431
  var ApplicationPolicyStatement = [
@@ -445,30 +435,10 @@ var ApplicationPolicyStatement = [
445
435
  0,
446
436
  [_A, _POID, _P, _SI],
447
437
  [
448
- [
449
- 64 | 0,
450
- {
451
- [_jN]: _a,
452
- },
453
- ],
454
- [
455
- 64 | 0,
456
- {
457
- [_jN]: _pOID,
458
- },
459
- ],
460
- [
461
- 64 | 0,
462
- {
463
- [_jN]: _p,
464
- },
465
- ],
466
- [
467
- 0,
468
- {
469
- [_jN]: _sI,
470
- },
471
- ],
438
+ [64 | 0, { [_jN]: _a }],
439
+ [64 | 0, { [_jN]: _pOID }],
440
+ [64 | 0, { [_jN]: _p }],
441
+ [0, { [_jN]: _sI }],
472
442
  ],
473
443
  ];
474
444
  var ApplicationSummary = [
@@ -478,78 +448,25 @@ var ApplicationSummary = [
478
448
  0,
479
449
  [_AI, _Au, _CT, _D, _HPU, _L, _N, _SLI],
480
450
  [
481
- [
482
- 0,
483
- {
484
- [_jN]: _aI,
485
- },
486
- ],
487
- [
488
- 0,
489
- {
490
- [_jN]: _au,
491
- },
492
- ],
493
- [
494
- 0,
495
- {
496
- [_jN]: _cT,
497
- },
498
- ],
499
- [
500
- 0,
501
- {
502
- [_jN]: _d,
503
- },
504
- ],
505
- [
506
- 0,
507
- {
508
- [_jN]: _hPU,
509
- },
510
- ],
511
- [
512
- 64 | 0,
513
- {
514
- [_jN]: _l,
515
- },
516
- ],
517
- [
518
- 0,
519
- {
520
- [_jN]: _n,
521
- },
522
- ],
523
- [
524
- 0,
525
- {
526
- [_jN]: _sLI,
527
- },
528
- ],
451
+ [0, { [_jN]: _aI }],
452
+ [0, { [_jN]: _au }],
453
+ [0, { [_jN]: _cT }],
454
+ [0, { [_jN]: _d }],
455
+ [0, { [_jN]: _hPU }],
456
+ [64 | 0, { [_jN]: _l }],
457
+ [0, { [_jN]: _n }],
458
+ [0, { [_jN]: _sLI }],
529
459
  ],
530
460
  ];
531
461
  var BadRequestException = [
532
462
  -3,
533
463
  n0,
534
464
  _BRE,
535
- {
536
- [_e]: _c,
537
- [_hE]: 400,
538
- },
465
+ { [_e]: _c, [_hE]: 400 },
539
466
  [_EC, _M],
540
467
  [
541
- [
542
- 0,
543
- {
544
- [_jN]: _eC,
545
- },
546
- ],
547
- [
548
- 0,
549
- {
550
- [_jN]: _m,
551
- },
552
- ],
468
+ [0, { [_jN]: _eC }],
469
+ [0, { [_jN]: _m }],
553
470
  ],
554
471
  ];
555
472
  schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
@@ -557,24 +474,11 @@ var ConflictException = [
557
474
  -3,
558
475
  n0,
559
476
  _CE,
560
- {
561
- [_e]: _c,
562
- [_hE]: 409,
563
- },
477
+ { [_e]: _c, [_hE]: 409 },
564
478
  [_EC, _M],
565
479
  [
566
- [
567
- 0,
568
- {
569
- [_jN]: _eC,
570
- },
571
- ],
572
- [
573
- 0,
574
- {
575
- [_jN]: _m,
576
- },
577
- ],
480
+ [0, { [_jN]: _eC }],
481
+ [0, { [_jN]: _m }],
578
482
  ],
579
483
  ];
580
484
  schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
@@ -585,96 +489,21 @@ var CreateApplicationRequest = [
585
489
  0,
586
490
  [_Au, _D, _HPU, _L, _LB, _LU, _N, _RB, _RU, _SV, _SCAU, _SCU, _SLI, _TB, _TU],
587
491
  [
588
- [
589
- 0,
590
- {
591
- [_jN]: _au,
592
- },
593
- ],
594
- [
595
- 0,
596
- {
597
- [_jN]: _d,
598
- },
599
- ],
600
- [
601
- 0,
602
- {
603
- [_jN]: _hPU,
604
- },
605
- ],
606
- [
607
- 64 | 0,
608
- {
609
- [_jN]: _l,
610
- },
611
- ],
612
- [
613
- 0,
614
- {
615
- [_jN]: _lB,
616
- },
617
- ],
618
- [
619
- 0,
620
- {
621
- [_jN]: _lU,
622
- },
623
- ],
624
- [
625
- 0,
626
- {
627
- [_jN]: _n,
628
- },
629
- ],
630
- [
631
- 0,
632
- {
633
- [_jN]: _rB,
634
- },
635
- ],
636
- [
637
- 0,
638
- {
639
- [_jN]: _rU,
640
- },
641
- ],
642
- [
643
- 0,
644
- {
645
- [_jN]: _sV,
646
- },
647
- ],
648
- [
649
- 0,
650
- {
651
- [_jN]: _sCAU,
652
- },
653
- ],
654
- [
655
- 0,
656
- {
657
- [_jN]: _sCU,
658
- },
659
- ],
660
- [
661
- 0,
662
- {
663
- [_jN]: _sLI,
664
- },
665
- ],
666
- [
667
- 0,
668
- {
669
- [_jN]: _tB,
670
- },
671
- ],
672
- [
673
- 0,
674
- {
675
- [_jN]: _tU,
676
- },
677
- ],
492
+ [0, { [_jN]: _au }],
493
+ [0, { [_jN]: _d }],
494
+ [0, { [_jN]: _hPU }],
495
+ [64 | 0, { [_jN]: _l }],
496
+ [0, { [_jN]: _lB }],
497
+ [0, { [_jN]: _lU }],
498
+ [0, { [_jN]: _n }],
499
+ [0, { [_jN]: _rB }],
500
+ [0, { [_jN]: _rU }],
501
+ [0, { [_jN]: _sV }],
502
+ [0, { [_jN]: _sCAU }],
503
+ [0, { [_jN]: _sCU }],
504
+ [0, { [_jN]: _sLI }],
505
+ [0, { [_jN]: _tB }],
506
+ [0, { [_jN]: _tU }],
678
507
  ],
679
508
  ];
680
509
  var CreateApplicationResponse = [
@@ -684,84 +513,19 @@ var CreateApplicationResponse = [
684
513
  0,
685
514
  [_AI, _Au, _CT, _D, _HPU, _IVA, _L, _LU, _N, _RU, _SLI, _VAU, _V],
686
515
  [
687
- [
688
- 0,
689
- {
690
- [_jN]: _aI,
691
- },
692
- ],
693
- [
694
- 0,
695
- {
696
- [_jN]: _au,
697
- },
698
- ],
699
- [
700
- 0,
701
- {
702
- [_jN]: _cT,
703
- },
704
- ],
705
- [
706
- 0,
707
- {
708
- [_jN]: _d,
709
- },
710
- ],
711
- [
712
- 0,
713
- {
714
- [_jN]: _hPU,
715
- },
716
- ],
717
- [
718
- 2,
719
- {
720
- [_jN]: _iVA,
721
- },
722
- ],
723
- [
724
- 64 | 0,
725
- {
726
- [_jN]: _l,
727
- },
728
- ],
729
- [
730
- 0,
731
- {
732
- [_jN]: _lU,
733
- },
734
- ],
735
- [
736
- 0,
737
- {
738
- [_jN]: _n,
739
- },
740
- ],
741
- [
742
- 0,
743
- {
744
- [_jN]: _rU,
745
- },
746
- ],
747
- [
748
- 0,
749
- {
750
- [_jN]: _sLI,
751
- },
752
- ],
753
- [
754
- 0,
755
- {
756
- [_jN]: _vAU,
757
- },
758
- ],
759
- [
760
- () => Version,
761
- {
762
- [_jN]: _v,
763
- },
764
- ],
516
+ [0, { [_jN]: _aI }],
517
+ [0, { [_jN]: _au }],
518
+ [0, { [_jN]: _cT }],
519
+ [0, { [_jN]: _d }],
520
+ [0, { [_jN]: _hPU }],
521
+ [2, { [_jN]: _iVA }],
522
+ [64 | 0, { [_jN]: _l }],
523
+ [0, { [_jN]: _lU }],
524
+ [0, { [_jN]: _n }],
525
+ [0, { [_jN]: _rU }],
526
+ [0, { [_jN]: _sLI }],
527
+ [0, { [_jN]: _vAU }],
528
+ [() => Version, { [_jN]: _v }],
765
529
  ],
766
530
  ];
767
531
  var CreateApplicationVersionRequest = [
@@ -773,30 +537,10 @@ var CreateApplicationVersionRequest = [
773
537
  [
774
538
  [0, 1],
775
539
  [0, 1],
776
- [
777
- 0,
778
- {
779
- [_jN]: _sCAU,
780
- },
781
- ],
782
- [
783
- 0,
784
- {
785
- [_jN]: _sCU,
786
- },
787
- ],
788
- [
789
- 0,
790
- {
791
- [_jN]: _tB,
792
- },
793
- ],
794
- [
795
- 0,
796
- {
797
- [_jN]: _tU,
798
- },
799
- ],
540
+ [0, { [_jN]: _sCAU }],
541
+ [0, { [_jN]: _sCU }],
542
+ [0, { [_jN]: _tB }],
543
+ [0, { [_jN]: _tU }],
800
544
  ],
801
545
  ];
802
546
  var CreateApplicationVersionResponse = [
@@ -806,60 +550,15 @@ var CreateApplicationVersionResponse = [
806
550
  0,
807
551
  [_AI, _CT, _PD, _RC, _RS, _SV, _SCAU, _SCU, _TU],
808
552
  [
809
- [
810
- 0,
811
- {
812
- [_jN]: _aI,
813
- },
814
- ],
815
- [
816
- 0,
817
- {
818
- [_jN]: _cT,
819
- },
820
- ],
821
- [
822
- () => __listOfParameterDefinition,
823
- {
824
- [_jN]: _pD,
825
- },
826
- ],
827
- [
828
- 64 | 0,
829
- {
830
- [_jN]: _rC,
831
- },
832
- ],
833
- [
834
- 2,
835
- {
836
- [_jN]: _rS,
837
- },
838
- ],
839
- [
840
- 0,
841
- {
842
- [_jN]: _sV,
843
- },
844
- ],
845
- [
846
- 0,
847
- {
848
- [_jN]: _sCAU,
849
- },
850
- ],
851
- [
852
- 0,
853
- {
854
- [_jN]: _sCU,
855
- },
856
- ],
857
- [
858
- 0,
859
- {
860
- [_jN]: _tU,
861
- },
862
- ],
553
+ [0, { [_jN]: _aI }],
554
+ [0, { [_jN]: _cT }],
555
+ [() => __listOfParameterDefinition, { [_jN]: _pD }],
556
+ [64 | 0, { [_jN]: _rC }],
557
+ [2, { [_jN]: _rS }],
558
+ [0, { [_jN]: _sV }],
559
+ [0, { [_jN]: _sCAU }],
560
+ [0, { [_jN]: _sCU }],
561
+ [0, { [_jN]: _tU }],
863
562
  ],
864
563
  ];
865
564
  var CreateCloudFormationChangeSetRequest = [
@@ -870,78 +569,18 @@ var CreateCloudFormationChangeSetRequest = [
870
569
  [_AI, _C, _CSN, _CTl, _D, _NA, _PO, _RT, _RCo, _SV, _SN, _T, _TI],
871
570
  [
872
571
  [0, 1],
873
- [
874
- 64 | 0,
875
- {
876
- [_jN]: _ca,
877
- },
878
- ],
879
- [
880
- 0,
881
- {
882
- [_jN]: _cSN,
883
- },
884
- ],
885
- [
886
- 0,
887
- {
888
- [_jN]: _cTl,
889
- },
890
- ],
891
- [
892
- 0,
893
- {
894
- [_jN]: _d,
895
- },
896
- ],
897
- [
898
- 64 | 0,
899
- {
900
- [_jN]: _nA,
901
- },
902
- ],
903
- [
904
- () => __listOfParameterValue,
905
- {
906
- [_jN]: _pO,
907
- },
908
- ],
909
- [
910
- 64 | 0,
911
- {
912
- [_jN]: _rT,
913
- },
914
- ],
915
- [
916
- () => RollbackConfiguration,
917
- {
918
- [_jN]: _rCo,
919
- },
920
- ],
921
- [
922
- 0,
923
- {
924
- [_jN]: _sV,
925
- },
926
- ],
927
- [
928
- 0,
929
- {
930
- [_jN]: _sN,
931
- },
932
- ],
933
- [
934
- () => __listOfTag,
935
- {
936
- [_jN]: _t,
937
- },
938
- ],
939
- [
940
- 0,
941
- {
942
- [_jN]: _tI,
943
- },
944
- ],
572
+ [64 | 0, { [_jN]: _ca }],
573
+ [0, { [_jN]: _cSN }],
574
+ [0, { [_jN]: _cTl }],
575
+ [0, { [_jN]: _d }],
576
+ [64 | 0, { [_jN]: _nA }],
577
+ [() => __listOfParameterValue, { [_jN]: _pO }],
578
+ [64 | 0, { [_jN]: _rT }],
579
+ [() => RollbackConfiguration, { [_jN]: _rCo }],
580
+ [0, { [_jN]: _sV }],
581
+ [0, { [_jN]: _sN }],
582
+ [() => __listOfTag, { [_jN]: _t }],
583
+ [0, { [_jN]: _tI }],
945
584
  ],
946
585
  ];
947
586
  var CreateCloudFormationChangeSetResponse = [
@@ -951,30 +590,10 @@ var CreateCloudFormationChangeSetResponse = [
951
590
  0,
952
591
  [_AI, _CSI, _SV, _SIt],
953
592
  [
954
- [
955
- 0,
956
- {
957
- [_jN]: _aI,
958
- },
959
- ],
960
- [
961
- 0,
962
- {
963
- [_jN]: _cSI,
964
- },
965
- ],
966
- [
967
- 0,
968
- {
969
- [_jN]: _sV,
970
- },
971
- ],
972
- [
973
- 0,
974
- {
975
- [_jN]: _sIt,
976
- },
977
- ],
593
+ [0, { [_jN]: _aI }],
594
+ [0, { [_jN]: _cSI }],
595
+ [0, { [_jN]: _sV }],
596
+ [0, { [_jN]: _sIt }],
978
597
  ],
979
598
  ];
980
599
  var CreateCloudFormationTemplateRequest = [
@@ -985,12 +604,7 @@ var CreateCloudFormationTemplateRequest = [
985
604
  [_AI, _SV],
986
605
  [
987
606
  [0, 1],
988
- [
989
- 0,
990
- {
991
- [_jN]: _sV,
992
- },
993
- ],
607
+ [0, { [_jN]: _sV }],
994
608
  ],
995
609
  ];
996
610
  var CreateCloudFormationTemplateResponse = [
@@ -1000,48 +614,13 @@ var CreateCloudFormationTemplateResponse = [
1000
614
  0,
1001
615
  [_AI, _CT, _ET, _SV, _S, _TI, _TU],
1002
616
  [
1003
- [
1004
- 0,
1005
- {
1006
- [_jN]: _aI,
1007
- },
1008
- ],
1009
- [
1010
- 0,
1011
- {
1012
- [_jN]: _cT,
1013
- },
1014
- ],
1015
- [
1016
- 0,
1017
- {
1018
- [_jN]: _eT,
1019
- },
1020
- ],
1021
- [
1022
- 0,
1023
- {
1024
- [_jN]: _sV,
1025
- },
1026
- ],
1027
- [
1028
- 0,
1029
- {
1030
- [_jN]: _s,
1031
- },
1032
- ],
1033
- [
1034
- 0,
1035
- {
1036
- [_jN]: _tI,
1037
- },
1038
- ],
1039
- [
1040
- 0,
1041
- {
1042
- [_jN]: _tU,
1043
- },
1044
- ],
617
+ [0, { [_jN]: _aI }],
618
+ [0, { [_jN]: _cT }],
619
+ [0, { [_jN]: _eT }],
620
+ [0, { [_jN]: _sV }],
621
+ [0, { [_jN]: _s }],
622
+ [0, { [_jN]: _tI }],
623
+ [0, { [_jN]: _tU }],
1045
624
  ],
1046
625
  ];
1047
626
  var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
@@ -1049,24 +628,11 @@ var ForbiddenException = [
1049
628
  -3,
1050
629
  n0,
1051
630
  _FE,
1052
- {
1053
- [_e]: _c,
1054
- [_hE]: 403,
1055
- },
631
+ { [_e]: _c, [_hE]: 403 },
1056
632
  [_EC, _M],
1057
633
  [
1058
- [
1059
- 0,
1060
- {
1061
- [_jN]: _eC,
1062
- },
1063
- ],
1064
- [
1065
- 0,
1066
- {
1067
- [_jN]: _m,
1068
- },
1069
- ],
634
+ [0, { [_jN]: _eC }],
635
+ [0, { [_jN]: _m }],
1070
636
  ],
1071
637
  ];
1072
638
  schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
@@ -1077,14 +643,7 @@ var GetApplicationPolicyResponse = [
1077
643
  _GAPRe,
1078
644
  0,
1079
645
  [_St],
1080
- [
1081
- [
1082
- () => __listOfApplicationPolicyStatement,
1083
- {
1084
- [_jN]: _st,
1085
- },
1086
- ],
1087
- ],
646
+ [[() => __listOfApplicationPolicyStatement, { [_jN]: _st }]],
1088
647
  ];
1089
648
  var GetApplicationRequest = [
1090
649
  3,
@@ -1094,12 +653,7 @@ var GetApplicationRequest = [
1094
653
  [_AI, _SV],
1095
654
  [
1096
655
  [0, 1],
1097
- [
1098
- 0,
1099
- {
1100
- [_hQ]: _sV,
1101
- },
1102
- ],
656
+ [0, { [_hQ]: _sV }],
1103
657
  ],
1104
658
  ];
1105
659
  var GetApplicationResponse = [
@@ -1109,84 +663,19 @@ var GetApplicationResponse = [
1109
663
  0,
1110
664
  [_AI, _Au, _CT, _D, _HPU, _IVA, _L, _LU, _N, _RU, _SLI, _VAU, _V],
1111
665
  [
1112
- [
1113
- 0,
1114
- {
1115
- [_jN]: _aI,
1116
- },
1117
- ],
1118
- [
1119
- 0,
1120
- {
1121
- [_jN]: _au,
1122
- },
1123
- ],
1124
- [
1125
- 0,
1126
- {
1127
- [_jN]: _cT,
1128
- },
1129
- ],
1130
- [
1131
- 0,
1132
- {
1133
- [_jN]: _d,
1134
- },
1135
- ],
1136
- [
1137
- 0,
1138
- {
1139
- [_jN]: _hPU,
1140
- },
1141
- ],
1142
- [
1143
- 2,
1144
- {
1145
- [_jN]: _iVA,
1146
- },
1147
- ],
1148
- [
1149
- 64 | 0,
1150
- {
1151
- [_jN]: _l,
1152
- },
1153
- ],
1154
- [
1155
- 0,
1156
- {
1157
- [_jN]: _lU,
1158
- },
1159
- ],
1160
- [
1161
- 0,
1162
- {
1163
- [_jN]: _n,
1164
- },
1165
- ],
1166
- [
1167
- 0,
1168
- {
1169
- [_jN]: _rU,
1170
- },
1171
- ],
1172
- [
1173
- 0,
1174
- {
1175
- [_jN]: _sLI,
1176
- },
1177
- ],
1178
- [
1179
- 0,
1180
- {
1181
- [_jN]: _vAU,
1182
- },
1183
- ],
1184
- [
1185
- () => Version,
1186
- {
1187
- [_jN]: _v,
1188
- },
1189
- ],
666
+ [0, { [_jN]: _aI }],
667
+ [0, { [_jN]: _au }],
668
+ [0, { [_jN]: _cT }],
669
+ [0, { [_jN]: _d }],
670
+ [0, { [_jN]: _hPU }],
671
+ [2, { [_jN]: _iVA }],
672
+ [64 | 0, { [_jN]: _l }],
673
+ [0, { [_jN]: _lU }],
674
+ [0, { [_jN]: _n }],
675
+ [0, { [_jN]: _rU }],
676
+ [0, { [_jN]: _sLI }],
677
+ [0, { [_jN]: _vAU }],
678
+ [() => Version, { [_jN]: _v }],
1190
679
  ],
1191
680
  ];
1192
681
  var GetCloudFormationTemplateRequest = [
@@ -1207,72 +696,24 @@ var GetCloudFormationTemplateResponse = [
1207
696
  0,
1208
697
  [_AI, _CT, _ET, _SV, _S, _TI, _TU],
1209
698
  [
1210
- [
1211
- 0,
1212
- {
1213
- [_jN]: _aI,
1214
- },
1215
- ],
1216
- [
1217
- 0,
1218
- {
1219
- [_jN]: _cT,
1220
- },
1221
- ],
1222
- [
1223
- 0,
1224
- {
1225
- [_jN]: _eT,
1226
- },
1227
- ],
1228
- [
1229
- 0,
1230
- {
1231
- [_jN]: _sV,
1232
- },
1233
- ],
1234
- [
1235
- 0,
1236
- {
1237
- [_jN]: _s,
1238
- },
1239
- ],
1240
- [
1241
- 0,
1242
- {
1243
- [_jN]: _tI,
1244
- },
1245
- ],
1246
- [
1247
- 0,
1248
- {
1249
- [_jN]: _tU,
1250
- },
1251
- ],
699
+ [0, { [_jN]: _aI }],
700
+ [0, { [_jN]: _cT }],
701
+ [0, { [_jN]: _eT }],
702
+ [0, { [_jN]: _sV }],
703
+ [0, { [_jN]: _s }],
704
+ [0, { [_jN]: _tI }],
705
+ [0, { [_jN]: _tU }],
1252
706
  ],
1253
707
  ];
1254
708
  var InternalServerErrorException = [
1255
709
  -3,
1256
710
  n0,
1257
711
  _ISEE,
1258
- {
1259
- [_e]: _se,
1260
- [_hE]: 500,
1261
- },
712
+ { [_e]: _se, [_hE]: 500 },
1262
713
  [_EC, _M],
1263
714
  [
1264
- [
1265
- 0,
1266
- {
1267
- [_jN]: _eC,
1268
- },
1269
- ],
1270
- [
1271
- 0,
1272
- {
1273
- [_jN]: _m,
1274
- },
1275
- ],
715
+ [0, { [_jN]: _eC }],
716
+ [0, { [_jN]: _m }],
1276
717
  ],
1277
718
  ];
1278
719
  schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
@@ -1284,24 +725,9 @@ var ListApplicationDependenciesRequest = [
1284
725
  [_AI, _MI, _NT, _SV],
1285
726
  [
1286
727
  [0, 1],
1287
- [
1288
- 1,
1289
- {
1290
- [_hQ]: _mI,
1291
- },
1292
- ],
1293
- [
1294
- 0,
1295
- {
1296
- [_hQ]: _nT,
1297
- },
1298
- ],
1299
- [
1300
- 0,
1301
- {
1302
- [_hQ]: _sV,
1303
- },
1304
- ],
728
+ [1, { [_hQ]: _mI }],
729
+ [0, { [_hQ]: _nT }],
730
+ [0, { [_hQ]: _sV }],
1305
731
  ],
1306
732
  ];
1307
733
  var ListApplicationDependenciesResponse = [
@@ -1311,18 +737,8 @@ var ListApplicationDependenciesResponse = [
1311
737
  0,
1312
738
  [_De, _NT],
1313
739
  [
1314
- [
1315
- () => __listOfApplicationDependencySummary,
1316
- {
1317
- [_jN]: _de,
1318
- },
1319
- ],
1320
- [
1321
- 0,
1322
- {
1323
- [_jN]: _nT,
1324
- },
1325
- ],
740
+ [() => __listOfApplicationDependencySummary, { [_jN]: _de }],
741
+ [0, { [_jN]: _nT }],
1326
742
  ],
1327
743
  ];
1328
744
  var ListApplicationsRequest = [
@@ -1332,18 +748,8 @@ var ListApplicationsRequest = [
1332
748
  0,
1333
749
  [_MI, _NT],
1334
750
  [
1335
- [
1336
- 1,
1337
- {
1338
- [_hQ]: _mI,
1339
- },
1340
- ],
1341
- [
1342
- 0,
1343
- {
1344
- [_hQ]: _nT,
1345
- },
1346
- ],
751
+ [1, { [_hQ]: _mI }],
752
+ [0, { [_hQ]: _nT }],
1347
753
  ],
1348
754
  ];
1349
755
  var ListApplicationsResponse = [
@@ -1353,18 +759,8 @@ var ListApplicationsResponse = [
1353
759
  0,
1354
760
  [_Ap, _NT],
1355
761
  [
1356
- [
1357
- () => __listOfApplicationSummary,
1358
- {
1359
- [_jN]: _ap,
1360
- },
1361
- ],
1362
- [
1363
- 0,
1364
- {
1365
- [_jN]: _nT,
1366
- },
1367
- ],
762
+ [() => __listOfApplicationSummary, { [_jN]: _ap }],
763
+ [0, { [_jN]: _nT }],
1368
764
  ],
1369
765
  ];
1370
766
  var ListApplicationVersionsRequest = [
@@ -1375,18 +771,8 @@ var ListApplicationVersionsRequest = [
1375
771
  [_AI, _MI, _NT],
1376
772
  [
1377
773
  [0, 1],
1378
- [
1379
- 1,
1380
- {
1381
- [_hQ]: _mI,
1382
- },
1383
- ],
1384
- [
1385
- 0,
1386
- {
1387
- [_hQ]: _nT,
1388
- },
1389
- ],
774
+ [1, { [_hQ]: _mI }],
775
+ [0, { [_hQ]: _nT }],
1390
776
  ],
1391
777
  ];
1392
778
  var ListApplicationVersionsResponse = [
@@ -1396,42 +782,19 @@ var ListApplicationVersionsResponse = [
1396
782
  0,
1397
783
  [_NT, _Ve],
1398
784
  [
1399
- [
1400
- 0,
1401
- {
1402
- [_jN]: _nT,
1403
- },
1404
- ],
1405
- [
1406
- () => __listOfVersionSummary,
1407
- {
1408
- [_jN]: _ve,
1409
- },
1410
- ],
785
+ [0, { [_jN]: _nT }],
786
+ [() => __listOfVersionSummary, { [_jN]: _ve }],
1411
787
  ],
1412
788
  ];
1413
789
  var NotFoundException = [
1414
790
  -3,
1415
791
  n0,
1416
792
  _NFE,
1417
- {
1418
- [_e]: _c,
1419
- [_hE]: 404,
1420
- },
793
+ { [_e]: _c, [_hE]: 404 },
1421
794
  [_EC, _M],
1422
795
  [
1423
- [
1424
- 0,
1425
- {
1426
- [_jN]: _eC,
1427
- },
1428
- ],
1429
- [
1430
- 0,
1431
- {
1432
- [_jN]: _m,
1433
- },
1434
- ],
796
+ [0, { [_jN]: _eC }],
797
+ [0, { [_jN]: _m }],
1435
798
  ],
1436
799
  ];
1437
800
  schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
@@ -1442,84 +805,19 @@ var ParameterDefinition = [
1442
805
  0,
1443
806
  [_AP, _AV, _CD, _DV, _D, _ML, _MV, _MLi, _MVi, _N, _NE, _RBR, _Ty],
1444
807
  [
1445
- [
1446
- 0,
1447
- {
1448
- [_jN]: _aP,
1449
- },
1450
- ],
1451
- [
1452
- 64 | 0,
1453
- {
1454
- [_jN]: _aV,
1455
- },
1456
- ],
1457
- [
1458
- 0,
1459
- {
1460
- [_jN]: _cD,
1461
- },
1462
- ],
1463
- [
1464
- 0,
1465
- {
1466
- [_jN]: _dV,
1467
- },
1468
- ],
1469
- [
1470
- 0,
1471
- {
1472
- [_jN]: _d,
1473
- },
1474
- ],
1475
- [
1476
- 1,
1477
- {
1478
- [_jN]: _mL,
1479
- },
1480
- ],
1481
- [
1482
- 1,
1483
- {
1484
- [_jN]: _mV,
1485
- },
1486
- ],
1487
- [
1488
- 1,
1489
- {
1490
- [_jN]: _mLi,
1491
- },
1492
- ],
1493
- [
1494
- 1,
1495
- {
1496
- [_jN]: _mVi,
1497
- },
1498
- ],
1499
- [
1500
- 0,
1501
- {
1502
- [_jN]: _n,
1503
- },
1504
- ],
1505
- [
1506
- 2,
1507
- {
1508
- [_jN]: _nE,
1509
- },
1510
- ],
1511
- [
1512
- 64 | 0,
1513
- {
1514
- [_jN]: _rBR,
1515
- },
1516
- ],
1517
- [
1518
- 0,
1519
- {
1520
- [_jN]: _ty,
1521
- },
1522
- ],
808
+ [0, { [_jN]: _aP }],
809
+ [64 | 0, { [_jN]: _aV }],
810
+ [0, { [_jN]: _cD }],
811
+ [0, { [_jN]: _dV }],
812
+ [0, { [_jN]: _d }],
813
+ [1, { [_jN]: _mL }],
814
+ [1, { [_jN]: _mV }],
815
+ [1, { [_jN]: _mLi }],
816
+ [1, { [_jN]: _mVi }],
817
+ [0, { [_jN]: _n }],
818
+ [2, { [_jN]: _nE }],
819
+ [64 | 0, { [_jN]: _rBR }],
820
+ [0, { [_jN]: _ty }],
1523
821
  ],
1524
822
  ];
1525
823
  var ParameterValue = [
@@ -1529,18 +827,8 @@ var ParameterValue = [
1529
827
  0,
1530
828
  [_N, _Va],
1531
829
  [
1532
- [
1533
- 0,
1534
- {
1535
- [_jN]: _n,
1536
- },
1537
- ],
1538
- [
1539
- 0,
1540
- {
1541
- [_jN]: _va,
1542
- },
1543
- ],
830
+ [0, { [_jN]: _n }],
831
+ [0, { [_jN]: _va }],
1544
832
  ],
1545
833
  ];
1546
834
  var PutApplicationPolicyRequest = [
@@ -1551,12 +839,7 @@ var PutApplicationPolicyRequest = [
1551
839
  [_AI, _St],
1552
840
  [
1553
841
  [0, 1],
1554
- [
1555
- () => __listOfApplicationPolicyStatement,
1556
- {
1557
- [_jN]: _st,
1558
- },
1559
- ],
842
+ [() => __listOfApplicationPolicyStatement, { [_jN]: _st }],
1560
843
  ],
1561
844
  ];
1562
845
  var PutApplicationPolicyResponse = [
@@ -1565,14 +848,7 @@ var PutApplicationPolicyResponse = [
1565
848
  _PAPRu,
1566
849
  0,
1567
850
  [_St],
1568
- [
1569
- [
1570
- () => __listOfApplicationPolicyStatement,
1571
- {
1572
- [_jN]: _st,
1573
- },
1574
- ],
1575
- ],
851
+ [[() => __listOfApplicationPolicyStatement, { [_jN]: _st }]],
1576
852
  ];
1577
853
  var RollbackConfiguration = [
1578
854
  3,
@@ -1581,18 +857,8 @@ var RollbackConfiguration = [
1581
857
  0,
1582
858
  [_MTIM, _RTo],
1583
859
  [
1584
- [
1585
- 1,
1586
- {
1587
- [_jN]: _mTIM,
1588
- },
1589
- ],
1590
- [
1591
- () => __listOfRollbackTrigger,
1592
- {
1593
- [_jN]: _rTo,
1594
- },
1595
- ],
860
+ [1, { [_jN]: _mTIM }],
861
+ [() => __listOfRollbackTrigger, { [_jN]: _rTo }],
1596
862
  ],
1597
863
  ];
1598
864
  var RollbackTrigger = [
@@ -1602,18 +868,8 @@ var RollbackTrigger = [
1602
868
  0,
1603
869
  [_Ar, _Ty],
1604
870
  [
1605
- [
1606
- 0,
1607
- {
1608
- [_jN]: _ar,
1609
- },
1610
- ],
1611
- [
1612
- 0,
1613
- {
1614
- [_jN]: _ty,
1615
- },
1616
- ],
871
+ [0, { [_jN]: _ar }],
872
+ [0, { [_jN]: _ty }],
1617
873
  ],
1618
874
  ];
1619
875
  var Tag = [
@@ -1623,42 +879,19 @@ var Tag = [
1623
879
  0,
1624
880
  [_K, _Va],
1625
881
  [
1626
- [
1627
- 0,
1628
- {
1629
- [_jN]: _k,
1630
- },
1631
- ],
1632
- [
1633
- 0,
1634
- {
1635
- [_jN]: _va,
1636
- },
1637
- ],
882
+ [0, { [_jN]: _k }],
883
+ [0, { [_jN]: _va }],
1638
884
  ],
1639
885
  ];
1640
886
  var TooManyRequestsException = [
1641
887
  -3,
1642
888
  n0,
1643
889
  _TMRE,
1644
- {
1645
- [_e]: _c,
1646
- [_hE]: 429,
1647
- },
890
+ { [_e]: _c, [_hE]: 429 },
1648
891
  [_EC, _M],
1649
892
  [
1650
- [
1651
- 0,
1652
- {
1653
- [_jN]: _eC,
1654
- },
1655
- ],
1656
- [
1657
- 0,
1658
- {
1659
- [_jN]: _m,
1660
- },
1661
- ],
893
+ [0, { [_jN]: _eC }],
894
+ [0, { [_jN]: _m }],
1662
895
  ],
1663
896
  ];
1664
897
  schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
@@ -1670,12 +903,7 @@ var UnshareApplicationRequest = [
1670
903
  [_AI, _OI],
1671
904
  [
1672
905
  [0, 1],
1673
- [
1674
- 0,
1675
- {
1676
- [_jN]: _oI,
1677
- },
1678
- ],
906
+ [0, { [_jN]: _oI }],
1679
907
  ],
1680
908
  ];
1681
909
  var UpdateApplicationRequest = [
@@ -1686,42 +914,12 @@ var UpdateApplicationRequest = [
1686
914
  [_AI, _Au, _D, _HPU, _L, _RB, _RU],
1687
915
  [
1688
916
  [0, 1],
1689
- [
1690
- 0,
1691
- {
1692
- [_jN]: _au,
1693
- },
1694
- ],
1695
- [
1696
- 0,
1697
- {
1698
- [_jN]: _d,
1699
- },
1700
- ],
1701
- [
1702
- 0,
1703
- {
1704
- [_jN]: _hPU,
1705
- },
1706
- ],
1707
- [
1708
- 64 | 0,
1709
- {
1710
- [_jN]: _l,
1711
- },
1712
- ],
1713
- [
1714
- 0,
1715
- {
1716
- [_jN]: _rB,
1717
- },
1718
- ],
1719
- [
1720
- 0,
1721
- {
1722
- [_jN]: _rU,
1723
- },
1724
- ],
917
+ [0, { [_jN]: _au }],
918
+ [0, { [_jN]: _d }],
919
+ [0, { [_jN]: _hPU }],
920
+ [64 | 0, { [_jN]: _l }],
921
+ [0, { [_jN]: _rB }],
922
+ [0, { [_jN]: _rU }],
1725
923
  ],
1726
924
  ];
1727
925
  var UpdateApplicationResponse = [
@@ -1731,84 +929,19 @@ var UpdateApplicationResponse = [
1731
929
  0,
1732
930
  [_AI, _Au, _CT, _D, _HPU, _IVA, _L, _LU, _N, _RU, _SLI, _VAU, _V],
1733
931
  [
1734
- [
1735
- 0,
1736
- {
1737
- [_jN]: _aI,
1738
- },
1739
- ],
1740
- [
1741
- 0,
1742
- {
1743
- [_jN]: _au,
1744
- },
1745
- ],
1746
- [
1747
- 0,
1748
- {
1749
- [_jN]: _cT,
1750
- },
1751
- ],
1752
- [
1753
- 0,
1754
- {
1755
- [_jN]: _d,
1756
- },
1757
- ],
1758
- [
1759
- 0,
1760
- {
1761
- [_jN]: _hPU,
1762
- },
1763
- ],
1764
- [
1765
- 2,
1766
- {
1767
- [_jN]: _iVA,
1768
- },
1769
- ],
1770
- [
1771
- 64 | 0,
1772
- {
1773
- [_jN]: _l,
1774
- },
1775
- ],
1776
- [
1777
- 0,
1778
- {
1779
- [_jN]: _lU,
1780
- },
1781
- ],
1782
- [
1783
- 0,
1784
- {
1785
- [_jN]: _n,
1786
- },
1787
- ],
1788
- [
1789
- 0,
1790
- {
1791
- [_jN]: _rU,
1792
- },
1793
- ],
1794
- [
1795
- 0,
1796
- {
1797
- [_jN]: _sLI,
1798
- },
1799
- ],
1800
- [
1801
- 0,
1802
- {
1803
- [_jN]: _vAU,
1804
- },
1805
- ],
1806
- [
1807
- () => Version,
1808
- {
1809
- [_jN]: _v,
1810
- },
1811
- ],
932
+ [0, { [_jN]: _aI }],
933
+ [0, { [_jN]: _au }],
934
+ [0, { [_jN]: _cT }],
935
+ [0, { [_jN]: _d }],
936
+ [0, { [_jN]: _hPU }],
937
+ [2, { [_jN]: _iVA }],
938
+ [64 | 0, { [_jN]: _l }],
939
+ [0, { [_jN]: _lU }],
940
+ [0, { [_jN]: _n }],
941
+ [0, { [_jN]: _rU }],
942
+ [0, { [_jN]: _sLI }],
943
+ [0, { [_jN]: _vAU }],
944
+ [() => Version, { [_jN]: _v }],
1812
945
  ],
1813
946
  ];
1814
947
  var Version = [
@@ -1818,60 +951,15 @@ var Version = [
1818
951
  0,
1819
952
  [_AI, _CT, _PD, _RC, _RS, _SV, _SCAU, _SCU, _TU],
1820
953
  [
1821
- [
1822
- 0,
1823
- {
1824
- [_jN]: _aI,
1825
- },
1826
- ],
1827
- [
1828
- 0,
1829
- {
1830
- [_jN]: _cT,
1831
- },
1832
- ],
1833
- [
1834
- () => __listOfParameterDefinition,
1835
- {
1836
- [_jN]: _pD,
1837
- },
1838
- ],
1839
- [
1840
- 64 | 0,
1841
- {
1842
- [_jN]: _rC,
1843
- },
1844
- ],
1845
- [
1846
- 2,
1847
- {
1848
- [_jN]: _rS,
1849
- },
1850
- ],
1851
- [
1852
- 0,
1853
- {
1854
- [_jN]: _sV,
1855
- },
1856
- ],
1857
- [
1858
- 0,
1859
- {
1860
- [_jN]: _sCAU,
1861
- },
1862
- ],
1863
- [
1864
- 0,
1865
- {
1866
- [_jN]: _sCU,
1867
- },
1868
- ],
1869
- [
1870
- 0,
1871
- {
1872
- [_jN]: _tU,
1873
- },
1874
- ],
954
+ [0, { [_jN]: _aI }],
955
+ [0, { [_jN]: _cT }],
956
+ [() => __listOfParameterDefinition, { [_jN]: _pD }],
957
+ [64 | 0, { [_jN]: _rC }],
958
+ [2, { [_jN]: _rS }],
959
+ [0, { [_jN]: _sV }],
960
+ [0, { [_jN]: _sCAU }],
961
+ [0, { [_jN]: _sCU }],
962
+ [0, { [_jN]: _tU }],
1875
963
  ],
1876
964
  ];
1877
965
  var VersionSummary = [
@@ -1881,30 +969,10 @@ var VersionSummary = [
1881
969
  0,
1882
970
  [_AI, _CT, _SV, _SCU],
1883
971
  [
1884
- [
1885
- 0,
1886
- {
1887
- [_jN]: _aI,
1888
- },
1889
- ],
1890
- [
1891
- 0,
1892
- {
1893
- [_jN]: _cT,
1894
- },
1895
- ],
1896
- [
1897
- 0,
1898
- {
1899
- [_jN]: _sV,
1900
- },
1901
- ],
1902
- [
1903
- 0,
1904
- {
1905
- [_jN]: _sCU,
1906
- },
1907
- ],
972
+ [0, { [_jN]: _aI }],
973
+ [0, { [_jN]: _cT }],
974
+ [0, { [_jN]: _sV }],
975
+ [0, { [_jN]: _sCU }],
1908
976
  ],
1909
977
  ];
1910
978
  var __Unit = "unit";
@@ -1941,9 +1009,7 @@ var CreateApplication = [
1941
1009
  9,
1942
1010
  n0,
1943
1011
  _CA,
1944
- {
1945
- [_h]: ["POST", "/applications", 201],
1946
- },
1012
+ { [_h]: ["POST", "/applications", 201] },
1947
1013
  () => CreateApplicationRequest,
1948
1014
  () => CreateApplicationResponse,
1949
1015
  ];
@@ -1951,9 +1017,7 @@ var CreateApplicationVersion = [
1951
1017
  9,
1952
1018
  n0,
1953
1019
  _CAV,
1954
- {
1955
- [_h]: ["PUT", "/applications/{ApplicationId}/versions/{SemanticVersion}", 201],
1956
- },
1020
+ { [_h]: ["PUT", "/applications/{ApplicationId}/versions/{SemanticVersion}", 201] },
1957
1021
  () => CreateApplicationVersionRequest,
1958
1022
  () => CreateApplicationVersionResponse,
1959
1023
  ];
@@ -1961,9 +1025,7 @@ var CreateCloudFormationChangeSet = [
1961
1025
  9,
1962
1026
  n0,
1963
1027
  _CCFCS,
1964
- {
1965
- [_h]: ["POST", "/applications/{ApplicationId}/changesets", 201],
1966
- },
1028
+ { [_h]: ["POST", "/applications/{ApplicationId}/changesets", 201] },
1967
1029
  () => CreateCloudFormationChangeSetRequest,
1968
1030
  () => CreateCloudFormationChangeSetResponse,
1969
1031
  ];
@@ -1971,9 +1033,7 @@ var CreateCloudFormationTemplate = [
1971
1033
  9,
1972
1034
  n0,
1973
1035
  _CCFT,
1974
- {
1975
- [_h]: ["POST", "/applications/{ApplicationId}/templates", 201],
1976
- },
1036
+ { [_h]: ["POST", "/applications/{ApplicationId}/templates", 201] },
1977
1037
  () => CreateCloudFormationTemplateRequest,
1978
1038
  () => CreateCloudFormationTemplateResponse,
1979
1039
  ];
@@ -1981,9 +1041,7 @@ var DeleteApplication = [
1981
1041
  9,
1982
1042
  n0,
1983
1043
  _DA,
1984
- {
1985
- [_h]: ["DELETE", "/applications/{ApplicationId}", 204],
1986
- },
1044
+ { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] },
1987
1045
  () => DeleteApplicationRequest,
1988
1046
  () => __Unit,
1989
1047
  ];
@@ -1991,9 +1049,7 @@ var GetApplication = [
1991
1049
  9,
1992
1050
  n0,
1993
1051
  _GA,
1994
- {
1995
- [_h]: ["GET", "/applications/{ApplicationId}", 200],
1996
- },
1052
+ { [_h]: ["GET", "/applications/{ApplicationId}", 200] },
1997
1053
  () => GetApplicationRequest,
1998
1054
  () => GetApplicationResponse,
1999
1055
  ];
@@ -2001,9 +1057,7 @@ var GetApplicationPolicy = [
2001
1057
  9,
2002
1058
  n0,
2003
1059
  _GAP,
2004
- {
2005
- [_h]: ["GET", "/applications/{ApplicationId}/policy", 200],
2006
- },
1060
+ { [_h]: ["GET", "/applications/{ApplicationId}/policy", 200] },
2007
1061
  () => GetApplicationPolicyRequest,
2008
1062
  () => GetApplicationPolicyResponse,
2009
1063
  ];
@@ -2011,9 +1065,7 @@ var GetCloudFormationTemplate = [
2011
1065
  9,
2012
1066
  n0,
2013
1067
  _GCFT,
2014
- {
2015
- [_h]: ["GET", "/applications/{ApplicationId}/templates/{TemplateId}", 200],
2016
- },
1068
+ { [_h]: ["GET", "/applications/{ApplicationId}/templates/{TemplateId}", 200] },
2017
1069
  () => GetCloudFormationTemplateRequest,
2018
1070
  () => GetCloudFormationTemplateResponse,
2019
1071
  ];
@@ -2021,9 +1073,7 @@ var ListApplicationDependencies = [
2021
1073
  9,
2022
1074
  n0,
2023
1075
  _LAD,
2024
- {
2025
- [_h]: ["GET", "/applications/{ApplicationId}/dependencies", 200],
2026
- },
1076
+ { [_h]: ["GET", "/applications/{ApplicationId}/dependencies", 200] },
2027
1077
  () => ListApplicationDependenciesRequest,
2028
1078
  () => ListApplicationDependenciesResponse,
2029
1079
  ];
@@ -2031,9 +1081,7 @@ var ListApplications = [
2031
1081
  9,
2032
1082
  n0,
2033
1083
  _LA,
2034
- {
2035
- [_h]: ["GET", "/applications", 200],
2036
- },
1084
+ { [_h]: ["GET", "/applications", 200] },
2037
1085
  () => ListApplicationsRequest,
2038
1086
  () => ListApplicationsResponse,
2039
1087
  ];
@@ -2041,9 +1089,7 @@ var ListApplicationVersions = [
2041
1089
  9,
2042
1090
  n0,
2043
1091
  _LAV,
2044
- {
2045
- [_h]: ["GET", "/applications/{ApplicationId}/versions", 200],
2046
- },
1092
+ { [_h]: ["GET", "/applications/{ApplicationId}/versions", 200] },
2047
1093
  () => ListApplicationVersionsRequest,
2048
1094
  () => ListApplicationVersionsResponse,
2049
1095
  ];
@@ -2051,9 +1097,7 @@ var PutApplicationPolicy = [
2051
1097
  9,
2052
1098
  n0,
2053
1099
  _PAP,
2054
- {
2055
- [_h]: ["PUT", "/applications/{ApplicationId}/policy", 200],
2056
- },
1100
+ { [_h]: ["PUT", "/applications/{ApplicationId}/policy", 200] },
2057
1101
  () => PutApplicationPolicyRequest,
2058
1102
  () => PutApplicationPolicyResponse,
2059
1103
  ];
@@ -2061,9 +1105,7 @@ var UnshareApplication = [
2061
1105
  9,
2062
1106
  n0,
2063
1107
  _UA,
2064
- {
2065
- [_h]: ["POST", "/applications/{ApplicationId}/unshare", 204],
2066
- },
1108
+ { [_h]: ["POST", "/applications/{ApplicationId}/unshare", 204] },
2067
1109
  () => UnshareApplicationRequest,
2068
1110
  () => __Unit,
2069
1111
  ];
@@ -2071,9 +1113,7 @@ var UpdateApplication = [
2071
1113
  9,
2072
1114
  n0,
2073
1115
  _UAp,
2074
- {
2075
- [_h]: ["PATCH", "/applications/{ApplicationId}", 200],
2076
- },
1116
+ { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] },
2077
1117
  () => UpdateApplicationRequest,
2078
1118
  () => UpdateApplicationResponse,
2079
1119
  ];