@aws-sdk/client-serverlessapplicationrepository 3.952.0 → 3.953.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 (34) hide show
  1. package/dist-cjs/index.js +194 -143
  2. package/dist-cjs/runtimeConfig.shared.js +6 -2
  3. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  4. package/dist-es/commands/CreateApplicationVersionCommand.js +2 -2
  5. package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +2 -2
  6. package/dist-es/commands/CreateCloudFormationTemplateCommand.js +2 -2
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  8. package/dist-es/commands/GetApplicationCommand.js +2 -2
  9. package/dist-es/commands/GetApplicationPolicyCommand.js +2 -2
  10. package/dist-es/commands/GetCloudFormationTemplateCommand.js +2 -2
  11. package/dist-es/commands/ListApplicationDependenciesCommand.js +2 -2
  12. package/dist-es/commands/ListApplicationVersionsCommand.js +2 -2
  13. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  14. package/dist-es/commands/PutApplicationPolicyCommand.js +2 -2
  15. package/dist-es/commands/UnshareApplicationCommand.js +2 -2
  16. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  17. package/dist-es/index.js +1 -0
  18. package/dist-es/runtimeConfig.shared.js +6 -2
  19. package/dist-es/schemas/schemas_0.js +109 -115
  20. package/dist-types/ServerlessApplicationRepositoryClient.d.ts +1 -10
  21. package/dist-types/index.d.ts +1 -0
  22. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  23. package/dist-types/runtimeConfig.d.ts +6 -2
  24. package/dist-types/runtimeConfig.native.d.ts +6 -2
  25. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  26. package/dist-types/schemas/schemas_0.d.ts +58 -69
  27. package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +0 -4
  28. package/dist-types/ts3.4/index.d.ts +1 -0
  29. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  30. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  31. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  32. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  33. package/dist-types/ts3.4/schemas/schemas_0.d.ts +57 -69
  34. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ServerlessApplicationRepositoryClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ServerlessApplicationRepositoryServiceException$1 = class ServerlessApplicationRepositoryServiceException extends smithyClient.ServiceException {
113
+ class ServerlessApplicationRepositoryServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ServerlessApplicationRepositoryServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let BadRequestException$1 = class BadRequestException extends ServerlessApplicationRepositoryServiceException$1 {
120
+ class BadRequestException extends ServerlessApplicationRepositoryServiceException {
121
121
  name = "BadRequestException";
122
122
  $fault = "client";
123
123
  ErrorCode;
@@ -132,8 +132,8 @@ let BadRequestException$1 = class BadRequestException extends ServerlessApplicat
132
132
  this.ErrorCode = opts.ErrorCode;
133
133
  this.Message = opts.Message;
134
134
  }
135
- };
136
- let ConflictException$1 = class ConflictException extends ServerlessApplicationRepositoryServiceException$1 {
135
+ }
136
+ class ConflictException extends ServerlessApplicationRepositoryServiceException {
137
137
  name = "ConflictException";
138
138
  $fault = "client";
139
139
  ErrorCode;
@@ -148,8 +148,8 @@ let ConflictException$1 = class ConflictException extends ServerlessApplicationR
148
148
  this.ErrorCode = opts.ErrorCode;
149
149
  this.Message = opts.Message;
150
150
  }
151
- };
152
- let ForbiddenException$1 = class ForbiddenException extends ServerlessApplicationRepositoryServiceException$1 {
151
+ }
152
+ class ForbiddenException extends ServerlessApplicationRepositoryServiceException {
153
153
  name = "ForbiddenException";
154
154
  $fault = "client";
155
155
  ErrorCode;
@@ -164,8 +164,8 @@ let ForbiddenException$1 = class ForbiddenException extends ServerlessApplicatio
164
164
  this.ErrorCode = opts.ErrorCode;
165
165
  this.Message = opts.Message;
166
166
  }
167
- };
168
- let InternalServerErrorException$1 = class InternalServerErrorException extends ServerlessApplicationRepositoryServiceException$1 {
167
+ }
168
+ class InternalServerErrorException extends ServerlessApplicationRepositoryServiceException {
169
169
  name = "InternalServerErrorException";
170
170
  $fault = "server";
171
171
  ErrorCode;
@@ -180,8 +180,8 @@ let InternalServerErrorException$1 = class InternalServerErrorException extends
180
180
  this.ErrorCode = opts.ErrorCode;
181
181
  this.Message = opts.Message;
182
182
  }
183
- };
184
- let TooManyRequestsException$1 = class TooManyRequestsException extends ServerlessApplicationRepositoryServiceException$1 {
183
+ }
184
+ class TooManyRequestsException extends ServerlessApplicationRepositoryServiceException {
185
185
  name = "TooManyRequestsException";
186
186
  $fault = "client";
187
187
  ErrorCode;
@@ -196,8 +196,8 @@ let TooManyRequestsException$1 = class TooManyRequestsException extends Serverle
196
196
  this.ErrorCode = opts.ErrorCode;
197
197
  this.Message = opts.Message;
198
198
  }
199
- };
200
- let NotFoundException$1 = class NotFoundException extends ServerlessApplicationRepositoryServiceException$1 {
199
+ }
200
+ class NotFoundException extends ServerlessApplicationRepositoryServiceException {
201
201
  name = "NotFoundException";
202
202
  $fault = "client";
203
203
  ErrorCode;
@@ -212,7 +212,7 @@ let NotFoundException$1 = class NotFoundException extends ServerlessApplicationR
212
212
  this.ErrorCode = opts.ErrorCode;
213
213
  this.Message = opts.Message;
214
214
  }
215
- };
215
+ }
216
216
 
217
217
  const _A = "Actions";
218
218
  const _ADS = "ApplicationDependencySummary";
@@ -417,7 +417,7 @@ const _vAU = "verifiedAuthorUrl";
417
417
  const _va = "value";
418
418
  const _ve = "versions";
419
419
  const n0 = "com.amazonaws.serverlessapplicationrepository";
420
- var ApplicationDependencySummary = [
420
+ var ApplicationDependencySummary$ = [
421
421
  3,
422
422
  n0,
423
423
  _ADS,
@@ -428,7 +428,7 @@ var ApplicationDependencySummary = [
428
428
  [0, { [_jN]: _sV }],
429
429
  ],
430
430
  ];
431
- var ApplicationPolicyStatement = [
431
+ var ApplicationPolicyStatement$ = [
432
432
  3,
433
433
  n0,
434
434
  _APS,
@@ -441,7 +441,7 @@ var ApplicationPolicyStatement = [
441
441
  [0, { [_jN]: _sI }],
442
442
  ],
443
443
  ];
444
- var ApplicationSummary = [
444
+ var ApplicationSummary$ = [
445
445
  3,
446
446
  n0,
447
447
  _AS,
@@ -458,7 +458,7 @@ var ApplicationSummary = [
458
458
  [0, { [_jN]: _sLI }],
459
459
  ],
460
460
  ];
461
- var BadRequestException = [
461
+ var BadRequestException$ = [
462
462
  -3,
463
463
  n0,
464
464
  _BRE,
@@ -469,8 +469,8 @@ var BadRequestException = [
469
469
  [0, { [_jN]: _m }],
470
470
  ],
471
471
  ];
472
- schema.TypeRegistry.for(n0).registerError(BadRequestException, BadRequestException$1);
473
- var ConflictException = [
472
+ schema.TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
473
+ var ConflictException$ = [
474
474
  -3,
475
475
  n0,
476
476
  _CE,
@@ -481,8 +481,8 @@ var ConflictException = [
481
481
  [0, { [_jN]: _m }],
482
482
  ],
483
483
  ];
484
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
485
- var CreateApplicationRequest = [
484
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
485
+ var CreateApplicationRequest$ = [
486
486
  3,
487
487
  n0,
488
488
  _CAR,
@@ -506,7 +506,7 @@ var CreateApplicationRequest = [
506
506
  [0, { [_jN]: _tU }],
507
507
  ],
508
508
  ];
509
- var CreateApplicationResponse = [
509
+ var CreateApplicationResponse$ = [
510
510
  3,
511
511
  n0,
512
512
  _CARr,
@@ -525,10 +525,10 @@ var CreateApplicationResponse = [
525
525
  [0, { [_jN]: _rU }],
526
526
  [0, { [_jN]: _sLI }],
527
527
  [0, { [_jN]: _vAU }],
528
- [() => Version, { [_jN]: _v }],
528
+ [() => Version$, { [_jN]: _v }],
529
529
  ],
530
530
  ];
531
- var CreateApplicationVersionRequest = [
531
+ var CreateApplicationVersionRequest$ = [
532
532
  3,
533
533
  n0,
534
534
  _CAVR,
@@ -543,7 +543,7 @@ var CreateApplicationVersionRequest = [
543
543
  [0, { [_jN]: _tU }],
544
544
  ],
545
545
  ];
546
- var CreateApplicationVersionResponse = [
546
+ var CreateApplicationVersionResponse$ = [
547
547
  3,
548
548
  n0,
549
549
  _CAVRr,
@@ -561,7 +561,7 @@ var CreateApplicationVersionResponse = [
561
561
  [0, { [_jN]: _tU }],
562
562
  ],
563
563
  ];
564
- var CreateCloudFormationChangeSetRequest = [
564
+ var CreateCloudFormationChangeSetRequest$ = [
565
565
  3,
566
566
  n0,
567
567
  _CCFCSR,
@@ -576,14 +576,14 @@ var CreateCloudFormationChangeSetRequest = [
576
576
  [64 | 0, { [_jN]: _nA }],
577
577
  [() => __listOfParameterValue, { [_jN]: _pO }],
578
578
  [64 | 0, { [_jN]: _rT }],
579
- [() => RollbackConfiguration, { [_jN]: _rCo }],
579
+ [() => RollbackConfiguration$, { [_jN]: _rCo }],
580
580
  [0, { [_jN]: _sV }],
581
581
  [0, { [_jN]: _sN }],
582
582
  [() => __listOfTag, { [_jN]: _t }],
583
583
  [0, { [_jN]: _tI }],
584
584
  ],
585
585
  ];
586
- var CreateCloudFormationChangeSetResponse = [
586
+ var CreateCloudFormationChangeSetResponse$ = [
587
587
  3,
588
588
  n0,
589
589
  _CCFCSRr,
@@ -596,7 +596,7 @@ var CreateCloudFormationChangeSetResponse = [
596
596
  [0, { [_jN]: _sIt }],
597
597
  ],
598
598
  ];
599
- var CreateCloudFormationTemplateRequest = [
599
+ var CreateCloudFormationTemplateRequest$ = [
600
600
  3,
601
601
  n0,
602
602
  _CCFTR,
@@ -607,7 +607,7 @@ var CreateCloudFormationTemplateRequest = [
607
607
  [0, { [_jN]: _sV }],
608
608
  ],
609
609
  ];
610
- var CreateCloudFormationTemplateResponse = [
610
+ var CreateCloudFormationTemplateResponse$ = [
611
611
  3,
612
612
  n0,
613
613
  _CCFTRr,
@@ -623,8 +623,8 @@ var CreateCloudFormationTemplateResponse = [
623
623
  [0, { [_jN]: _tU }],
624
624
  ],
625
625
  ];
626
- var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
627
- var ForbiddenException = [
626
+ var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
627
+ var ForbiddenException$ = [
628
628
  -3,
629
629
  n0,
630
630
  _FE,
@@ -635,9 +635,9 @@ var ForbiddenException = [
635
635
  [0, { [_jN]: _m }],
636
636
  ],
637
637
  ];
638
- schema.TypeRegistry.for(n0).registerError(ForbiddenException, ForbiddenException$1);
639
- var GetApplicationPolicyRequest = [3, n0, _GAPR, 0, [_AI], [[0, 1]]];
640
- var GetApplicationPolicyResponse = [
638
+ schema.TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
639
+ var GetApplicationPolicyRequest$ = [3, n0, _GAPR, 0, [_AI], [[0, 1]]];
640
+ var GetApplicationPolicyResponse$ = [
641
641
  3,
642
642
  n0,
643
643
  _GAPRe,
@@ -645,7 +645,7 @@ var GetApplicationPolicyResponse = [
645
645
  [_St],
646
646
  [[() => __listOfApplicationPolicyStatement, { [_jN]: _st }]],
647
647
  ];
648
- var GetApplicationRequest = [
648
+ var GetApplicationRequest$ = [
649
649
  3,
650
650
  n0,
651
651
  _GAR,
@@ -656,7 +656,7 @@ var GetApplicationRequest = [
656
656
  [0, { [_hQ]: _sV }],
657
657
  ],
658
658
  ];
659
- var GetApplicationResponse = [
659
+ var GetApplicationResponse$ = [
660
660
  3,
661
661
  n0,
662
662
  _GARe,
@@ -675,10 +675,10 @@ var GetApplicationResponse = [
675
675
  [0, { [_jN]: _rU }],
676
676
  [0, { [_jN]: _sLI }],
677
677
  [0, { [_jN]: _vAU }],
678
- [() => Version, { [_jN]: _v }],
678
+ [() => Version$, { [_jN]: _v }],
679
679
  ],
680
680
  ];
681
- var GetCloudFormationTemplateRequest = [
681
+ var GetCloudFormationTemplateRequest$ = [
682
682
  3,
683
683
  n0,
684
684
  _GCFTR,
@@ -689,7 +689,7 @@ var GetCloudFormationTemplateRequest = [
689
689
  [0, 1],
690
690
  ],
691
691
  ];
692
- var GetCloudFormationTemplateResponse = [
692
+ var GetCloudFormationTemplateResponse$ = [
693
693
  3,
694
694
  n0,
695
695
  _GCFTRe,
@@ -705,7 +705,7 @@ var GetCloudFormationTemplateResponse = [
705
705
  [0, { [_jN]: _tU }],
706
706
  ],
707
707
  ];
708
- var InternalServerErrorException = [
708
+ var InternalServerErrorException$ = [
709
709
  -3,
710
710
  n0,
711
711
  _ISEE,
@@ -716,8 +716,8 @@ var InternalServerErrorException = [
716
716
  [0, { [_jN]: _m }],
717
717
  ],
718
718
  ];
719
- schema.TypeRegistry.for(n0).registerError(InternalServerErrorException, InternalServerErrorException$1);
720
- var ListApplicationDependenciesRequest = [
719
+ schema.TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
720
+ var ListApplicationDependenciesRequest$ = [
721
721
  3,
722
722
  n0,
723
723
  _LADR,
@@ -730,7 +730,7 @@ var ListApplicationDependenciesRequest = [
730
730
  [0, { [_hQ]: _sV }],
731
731
  ],
732
732
  ];
733
- var ListApplicationDependenciesResponse = [
733
+ var ListApplicationDependenciesResponse$ = [
734
734
  3,
735
735
  n0,
736
736
  _LADRi,
@@ -741,7 +741,7 @@ var ListApplicationDependenciesResponse = [
741
741
  [0, { [_jN]: _nT }],
742
742
  ],
743
743
  ];
744
- var ListApplicationsRequest = [
744
+ var ListApplicationsRequest$ = [
745
745
  3,
746
746
  n0,
747
747
  _LAR,
@@ -752,7 +752,7 @@ var ListApplicationsRequest = [
752
752
  [0, { [_hQ]: _nT }],
753
753
  ],
754
754
  ];
755
- var ListApplicationsResponse = [
755
+ var ListApplicationsResponse$ = [
756
756
  3,
757
757
  n0,
758
758
  _LARi,
@@ -763,7 +763,7 @@ var ListApplicationsResponse = [
763
763
  [0, { [_jN]: _nT }],
764
764
  ],
765
765
  ];
766
- var ListApplicationVersionsRequest = [
766
+ var ListApplicationVersionsRequest$ = [
767
767
  3,
768
768
  n0,
769
769
  _LAVR,
@@ -775,7 +775,7 @@ var ListApplicationVersionsRequest = [
775
775
  [0, { [_hQ]: _nT }],
776
776
  ],
777
777
  ];
778
- var ListApplicationVersionsResponse = [
778
+ var ListApplicationVersionsResponse$ = [
779
779
  3,
780
780
  n0,
781
781
  _LAVRi,
@@ -786,7 +786,7 @@ var ListApplicationVersionsResponse = [
786
786
  [() => __listOfVersionSummary, { [_jN]: _ve }],
787
787
  ],
788
788
  ];
789
- var NotFoundException = [
789
+ var NotFoundException$ = [
790
790
  -3,
791
791
  n0,
792
792
  _NFE,
@@ -797,8 +797,8 @@ var NotFoundException = [
797
797
  [0, { [_jN]: _m }],
798
798
  ],
799
799
  ];
800
- schema.TypeRegistry.for(n0).registerError(NotFoundException, NotFoundException$1);
801
- var ParameterDefinition = [
800
+ schema.TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
801
+ var ParameterDefinition$ = [
802
802
  3,
803
803
  n0,
804
804
  _PDa,
@@ -820,7 +820,7 @@ var ParameterDefinition = [
820
820
  [0, { [_jN]: _ty }],
821
821
  ],
822
822
  ];
823
- var ParameterValue = [
823
+ var ParameterValue$ = [
824
824
  3,
825
825
  n0,
826
826
  _PV,
@@ -831,7 +831,7 @@ var ParameterValue = [
831
831
  [0, { [_jN]: _va }],
832
832
  ],
833
833
  ];
834
- var PutApplicationPolicyRequest = [
834
+ var PutApplicationPolicyRequest$ = [
835
835
  3,
836
836
  n0,
837
837
  _PAPR,
@@ -842,7 +842,7 @@ var PutApplicationPolicyRequest = [
842
842
  [() => __listOfApplicationPolicyStatement, { [_jN]: _st }],
843
843
  ],
844
844
  ];
845
- var PutApplicationPolicyResponse = [
845
+ var PutApplicationPolicyResponse$ = [
846
846
  3,
847
847
  n0,
848
848
  _PAPRu,
@@ -850,7 +850,7 @@ var PutApplicationPolicyResponse = [
850
850
  [_St],
851
851
  [[() => __listOfApplicationPolicyStatement, { [_jN]: _st }]],
852
852
  ];
853
- var RollbackConfiguration = [
853
+ var RollbackConfiguration$ = [
854
854
  3,
855
855
  n0,
856
856
  _RCo,
@@ -861,7 +861,7 @@ var RollbackConfiguration = [
861
861
  [() => __listOfRollbackTrigger, { [_jN]: _rTo }],
862
862
  ],
863
863
  ];
864
- var RollbackTrigger = [
864
+ var RollbackTrigger$ = [
865
865
  3,
866
866
  n0,
867
867
  _RTol,
@@ -872,7 +872,7 @@ var RollbackTrigger = [
872
872
  [0, { [_jN]: _ty }],
873
873
  ],
874
874
  ];
875
- var Tag = [
875
+ var Tag$ = [
876
876
  3,
877
877
  n0,
878
878
  _Ta,
@@ -883,7 +883,7 @@ var Tag = [
883
883
  [0, { [_jN]: _va }],
884
884
  ],
885
885
  ];
886
- var TooManyRequestsException = [
886
+ var TooManyRequestsException$ = [
887
887
  -3,
888
888
  n0,
889
889
  _TMRE,
@@ -894,8 +894,8 @@ var TooManyRequestsException = [
894
894
  [0, { [_jN]: _m }],
895
895
  ],
896
896
  ];
897
- schema.TypeRegistry.for(n0).registerError(TooManyRequestsException, TooManyRequestsException$1);
898
- var UnshareApplicationRequest = [
897
+ schema.TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
898
+ var UnshareApplicationRequest$ = [
899
899
  3,
900
900
  n0,
901
901
  _UAR,
@@ -906,7 +906,7 @@ var UnshareApplicationRequest = [
906
906
  [0, { [_jN]: _oI }],
907
907
  ],
908
908
  ];
909
- var UpdateApplicationRequest = [
909
+ var UpdateApplicationRequest$ = [
910
910
  3,
911
911
  n0,
912
912
  _UARp,
@@ -922,7 +922,7 @@ var UpdateApplicationRequest = [
922
922
  [0, { [_jN]: _rU }],
923
923
  ],
924
924
  ];
925
- var UpdateApplicationResponse = [
925
+ var UpdateApplicationResponse$ = [
926
926
  3,
927
927
  n0,
928
928
  _UARpd,
@@ -941,10 +941,10 @@ var UpdateApplicationResponse = [
941
941
  [0, { [_jN]: _rU }],
942
942
  [0, { [_jN]: _sLI }],
943
943
  [0, { [_jN]: _vAU }],
944
- [() => Version, { [_jN]: _v }],
944
+ [() => Version$, { [_jN]: _v }],
945
945
  ],
946
946
  ];
947
- var Version = [
947
+ var Version$ = [
948
948
  3,
949
949
  n0,
950
950
  _V,
@@ -962,7 +962,7 @@ var Version = [
962
962
  [0, { [_jN]: _tU }],
963
963
  ],
964
964
  ];
965
- var VersionSummary = [
965
+ var VersionSummary$ = [
966
966
  3,
967
967
  n0,
968
968
  _VS,
@@ -976,7 +976,7 @@ var VersionSummary = [
976
976
  ],
977
977
  ];
978
978
  var __Unit = "unit";
979
- var ServerlessApplicationRepositoryServiceException = [
979
+ var ServerlessApplicationRepositoryServiceException$ = [
980
980
  -3,
981
981
  _sm,
982
982
  "ServerlessApplicationRepositoryServiceException",
@@ -984,138 +984,132 @@ var ServerlessApplicationRepositoryServiceException = [
984
984
  [],
985
985
  [],
986
986
  ];
987
- schema.TypeRegistry.for(_sm).registerError(ServerlessApplicationRepositoryServiceException, ServerlessApplicationRepositoryServiceException$1);
987
+ schema.TypeRegistry.for(_sm).registerError(ServerlessApplicationRepositoryServiceException$, ServerlessApplicationRepositoryServiceException);
988
988
  var __listOfApplicationDependencySummary = [
989
989
  1,
990
990
  n0,
991
991
  _lOADS,
992
992
  0,
993
- [() => ApplicationDependencySummary, 0],
994
- ];
995
- var __listOfApplicationPolicyStatement = [
996
- 1,
997
- n0,
998
- _lOAPS,
999
- 0,
1000
- [() => ApplicationPolicyStatement, 0],
993
+ [() => ApplicationDependencySummary$, 0],
1001
994
  ];
1002
- var __listOfApplicationSummary = [1, n0, _lOAS, 0, [() => ApplicationSummary, 0]];
1003
- var __listOfParameterDefinition = [1, n0, _lOPD, 0, [() => ParameterDefinition, 0]];
1004
- var __listOfParameterValue = [1, n0, _lOPV, 0, [() => ParameterValue, 0]];
1005
- var __listOfRollbackTrigger = [1, n0, _lORT, 0, [() => RollbackTrigger, 0]];
1006
- var __listOfTag = [1, n0, _lOT, 0, [() => Tag, 0]];
1007
- var __listOfVersionSummary = [1, n0, _lOVS, 0, [() => VersionSummary, 0]];
1008
- var CreateApplication = [
995
+ var __listOfApplicationPolicyStatement = [1, n0, _lOAPS, 0, [() => ApplicationPolicyStatement$, 0]];
996
+ var __listOfApplicationSummary = [1, n0, _lOAS, 0, [() => ApplicationSummary$, 0]];
997
+ var __listOfParameterDefinition = [1, n0, _lOPD, 0, [() => ParameterDefinition$, 0]];
998
+ var __listOfParameterValue = [1, n0, _lOPV, 0, [() => ParameterValue$, 0]];
999
+ var __listOfRollbackTrigger = [1, n0, _lORT, 0, [() => RollbackTrigger$, 0]];
1000
+ var __listOfTag = [1, n0, _lOT, 0, [() => Tag$, 0]];
1001
+ var __listOfVersionSummary = [1, n0, _lOVS, 0, [() => VersionSummary$, 0]];
1002
+ var CreateApplication$ = [
1009
1003
  9,
1010
1004
  n0,
1011
1005
  _CA,
1012
1006
  { [_h]: ["POST", "/applications", 201] },
1013
- () => CreateApplicationRequest,
1014
- () => CreateApplicationResponse,
1007
+ () => CreateApplicationRequest$,
1008
+ () => CreateApplicationResponse$,
1015
1009
  ];
1016
- var CreateApplicationVersion = [
1010
+ var CreateApplicationVersion$ = [
1017
1011
  9,
1018
1012
  n0,
1019
1013
  _CAV,
1020
1014
  { [_h]: ["PUT", "/applications/{ApplicationId}/versions/{SemanticVersion}", 201] },
1021
- () => CreateApplicationVersionRequest,
1022
- () => CreateApplicationVersionResponse,
1015
+ () => CreateApplicationVersionRequest$,
1016
+ () => CreateApplicationVersionResponse$,
1023
1017
  ];
1024
- var CreateCloudFormationChangeSet = [
1018
+ var CreateCloudFormationChangeSet$ = [
1025
1019
  9,
1026
1020
  n0,
1027
1021
  _CCFCS,
1028
1022
  { [_h]: ["POST", "/applications/{ApplicationId}/changesets", 201] },
1029
- () => CreateCloudFormationChangeSetRequest,
1030
- () => CreateCloudFormationChangeSetResponse,
1023
+ () => CreateCloudFormationChangeSetRequest$,
1024
+ () => CreateCloudFormationChangeSetResponse$,
1031
1025
  ];
1032
- var CreateCloudFormationTemplate = [
1026
+ var CreateCloudFormationTemplate$ = [
1033
1027
  9,
1034
1028
  n0,
1035
1029
  _CCFT,
1036
1030
  { [_h]: ["POST", "/applications/{ApplicationId}/templates", 201] },
1037
- () => CreateCloudFormationTemplateRequest,
1038
- () => CreateCloudFormationTemplateResponse,
1031
+ () => CreateCloudFormationTemplateRequest$,
1032
+ () => CreateCloudFormationTemplateResponse$,
1039
1033
  ];
1040
- var DeleteApplication = [
1034
+ var DeleteApplication$ = [
1041
1035
  9,
1042
1036
  n0,
1043
1037
  _DA,
1044
1038
  { [_h]: ["DELETE", "/applications/{ApplicationId}", 204] },
1045
- () => DeleteApplicationRequest,
1039
+ () => DeleteApplicationRequest$,
1046
1040
  () => __Unit,
1047
1041
  ];
1048
- var GetApplication = [
1042
+ var GetApplication$ = [
1049
1043
  9,
1050
1044
  n0,
1051
1045
  _GA,
1052
1046
  { [_h]: ["GET", "/applications/{ApplicationId}", 200] },
1053
- () => GetApplicationRequest,
1054
- () => GetApplicationResponse,
1047
+ () => GetApplicationRequest$,
1048
+ () => GetApplicationResponse$,
1055
1049
  ];
1056
- var GetApplicationPolicy = [
1050
+ var GetApplicationPolicy$ = [
1057
1051
  9,
1058
1052
  n0,
1059
1053
  _GAP,
1060
1054
  { [_h]: ["GET", "/applications/{ApplicationId}/policy", 200] },
1061
- () => GetApplicationPolicyRequest,
1062
- () => GetApplicationPolicyResponse,
1055
+ () => GetApplicationPolicyRequest$,
1056
+ () => GetApplicationPolicyResponse$,
1063
1057
  ];
1064
- var GetCloudFormationTemplate = [
1058
+ var GetCloudFormationTemplate$ = [
1065
1059
  9,
1066
1060
  n0,
1067
1061
  _GCFT,
1068
1062
  { [_h]: ["GET", "/applications/{ApplicationId}/templates/{TemplateId}", 200] },
1069
- () => GetCloudFormationTemplateRequest,
1070
- () => GetCloudFormationTemplateResponse,
1063
+ () => GetCloudFormationTemplateRequest$,
1064
+ () => GetCloudFormationTemplateResponse$,
1071
1065
  ];
1072
- var ListApplicationDependencies = [
1066
+ var ListApplicationDependencies$ = [
1073
1067
  9,
1074
1068
  n0,
1075
1069
  _LAD,
1076
1070
  { [_h]: ["GET", "/applications/{ApplicationId}/dependencies", 200] },
1077
- () => ListApplicationDependenciesRequest,
1078
- () => ListApplicationDependenciesResponse,
1071
+ () => ListApplicationDependenciesRequest$,
1072
+ () => ListApplicationDependenciesResponse$,
1079
1073
  ];
1080
- var ListApplications = [
1074
+ var ListApplications$ = [
1081
1075
  9,
1082
1076
  n0,
1083
1077
  _LA,
1084
1078
  { [_h]: ["GET", "/applications", 200] },
1085
- () => ListApplicationsRequest,
1086
- () => ListApplicationsResponse,
1079
+ () => ListApplicationsRequest$,
1080
+ () => ListApplicationsResponse$,
1087
1081
  ];
1088
- var ListApplicationVersions = [
1082
+ var ListApplicationVersions$ = [
1089
1083
  9,
1090
1084
  n0,
1091
1085
  _LAV,
1092
1086
  { [_h]: ["GET", "/applications/{ApplicationId}/versions", 200] },
1093
- () => ListApplicationVersionsRequest,
1094
- () => ListApplicationVersionsResponse,
1087
+ () => ListApplicationVersionsRequest$,
1088
+ () => ListApplicationVersionsResponse$,
1095
1089
  ];
1096
- var PutApplicationPolicy = [
1090
+ var PutApplicationPolicy$ = [
1097
1091
  9,
1098
1092
  n0,
1099
1093
  _PAP,
1100
1094
  { [_h]: ["PUT", "/applications/{ApplicationId}/policy", 200] },
1101
- () => PutApplicationPolicyRequest,
1102
- () => PutApplicationPolicyResponse,
1095
+ () => PutApplicationPolicyRequest$,
1096
+ () => PutApplicationPolicyResponse$,
1103
1097
  ];
1104
- var UnshareApplication = [
1098
+ var UnshareApplication$ = [
1105
1099
  9,
1106
1100
  n0,
1107
1101
  _UA,
1108
1102
  { [_h]: ["POST", "/applications/{ApplicationId}/unshare", 204] },
1109
- () => UnshareApplicationRequest,
1103
+ () => UnshareApplicationRequest$,
1110
1104
  () => __Unit,
1111
1105
  ];
1112
- var UpdateApplication = [
1106
+ var UpdateApplication$ = [
1113
1107
  9,
1114
1108
  n0,
1115
1109
  _UAp,
1116
1110
  { [_h]: ["PATCH", "/applications/{ApplicationId}", 200] },
1117
- () => UpdateApplicationRequest,
1118
- () => UpdateApplicationResponse,
1111
+ () => UpdateApplicationRequest$,
1112
+ () => UpdateApplicationResponse$,
1119
1113
  ];
1120
1114
 
1121
1115
  class CreateApplicationCommand extends smithyClient.Command
@@ -1126,7 +1120,7 @@ class CreateApplicationCommand extends smithyClient.Command
1126
1120
  })
1127
1121
  .s("ServerlessApplicationRepository", "CreateApplication", {})
1128
1122
  .n("ServerlessApplicationRepositoryClient", "CreateApplicationCommand")
1129
- .sc(CreateApplication)
1123
+ .sc(CreateApplication$)
1130
1124
  .build() {
1131
1125
  }
1132
1126
 
@@ -1138,7 +1132,7 @@ class CreateApplicationVersionCommand extends smithyClient.Command
1138
1132
  })
1139
1133
  .s("ServerlessApplicationRepository", "CreateApplicationVersion", {})
1140
1134
  .n("ServerlessApplicationRepositoryClient", "CreateApplicationVersionCommand")
1141
- .sc(CreateApplicationVersion)
1135
+ .sc(CreateApplicationVersion$)
1142
1136
  .build() {
1143
1137
  }
1144
1138
 
@@ -1150,7 +1144,7 @@ class CreateCloudFormationChangeSetCommand extends smithyClient.Command
1150
1144
  })
1151
1145
  .s("ServerlessApplicationRepository", "CreateCloudFormationChangeSet", {})
1152
1146
  .n("ServerlessApplicationRepositoryClient", "CreateCloudFormationChangeSetCommand")
1153
- .sc(CreateCloudFormationChangeSet)
1147
+ .sc(CreateCloudFormationChangeSet$)
1154
1148
  .build() {
1155
1149
  }
1156
1150
 
@@ -1162,7 +1156,7 @@ class CreateCloudFormationTemplateCommand extends smithyClient.Command
1162
1156
  })
1163
1157
  .s("ServerlessApplicationRepository", "CreateCloudFormationTemplate", {})
1164
1158
  .n("ServerlessApplicationRepositoryClient", "CreateCloudFormationTemplateCommand")
1165
- .sc(CreateCloudFormationTemplate)
1159
+ .sc(CreateCloudFormationTemplate$)
1166
1160
  .build() {
1167
1161
  }
1168
1162
 
@@ -1174,7 +1168,7 @@ class DeleteApplicationCommand extends smithyClient.Command
1174
1168
  })
1175
1169
  .s("ServerlessApplicationRepository", "DeleteApplication", {})
1176
1170
  .n("ServerlessApplicationRepositoryClient", "DeleteApplicationCommand")
1177
- .sc(DeleteApplication)
1171
+ .sc(DeleteApplication$)
1178
1172
  .build() {
1179
1173
  }
1180
1174
 
@@ -1186,7 +1180,7 @@ class GetApplicationCommand extends smithyClient.Command
1186
1180
  })
1187
1181
  .s("ServerlessApplicationRepository", "GetApplication", {})
1188
1182
  .n("ServerlessApplicationRepositoryClient", "GetApplicationCommand")
1189
- .sc(GetApplication)
1183
+ .sc(GetApplication$)
1190
1184
  .build() {
1191
1185
  }
1192
1186
 
@@ -1198,7 +1192,7 @@ class GetApplicationPolicyCommand extends smithyClient.Command
1198
1192
  })
1199
1193
  .s("ServerlessApplicationRepository", "GetApplicationPolicy", {})
1200
1194
  .n("ServerlessApplicationRepositoryClient", "GetApplicationPolicyCommand")
1201
- .sc(GetApplicationPolicy)
1195
+ .sc(GetApplicationPolicy$)
1202
1196
  .build() {
1203
1197
  }
1204
1198
 
@@ -1210,7 +1204,7 @@ class GetCloudFormationTemplateCommand extends smithyClient.Command
1210
1204
  })
1211
1205
  .s("ServerlessApplicationRepository", "GetCloudFormationTemplate", {})
1212
1206
  .n("ServerlessApplicationRepositoryClient", "GetCloudFormationTemplateCommand")
1213
- .sc(GetCloudFormationTemplate)
1207
+ .sc(GetCloudFormationTemplate$)
1214
1208
  .build() {
1215
1209
  }
1216
1210
 
@@ -1222,7 +1216,7 @@ class ListApplicationDependenciesCommand extends smithyClient.Command
1222
1216
  })
1223
1217
  .s("ServerlessApplicationRepository", "ListApplicationDependencies", {})
1224
1218
  .n("ServerlessApplicationRepositoryClient", "ListApplicationDependenciesCommand")
1225
- .sc(ListApplicationDependencies)
1219
+ .sc(ListApplicationDependencies$)
1226
1220
  .build() {
1227
1221
  }
1228
1222
 
@@ -1234,7 +1228,7 @@ class ListApplicationsCommand extends smithyClient.Command
1234
1228
  })
1235
1229
  .s("ServerlessApplicationRepository", "ListApplications", {})
1236
1230
  .n("ServerlessApplicationRepositoryClient", "ListApplicationsCommand")
1237
- .sc(ListApplications)
1231
+ .sc(ListApplications$)
1238
1232
  .build() {
1239
1233
  }
1240
1234
 
@@ -1246,7 +1240,7 @@ class ListApplicationVersionsCommand extends smithyClient.Command
1246
1240
  })
1247
1241
  .s("ServerlessApplicationRepository", "ListApplicationVersions", {})
1248
1242
  .n("ServerlessApplicationRepositoryClient", "ListApplicationVersionsCommand")
1249
- .sc(ListApplicationVersions)
1243
+ .sc(ListApplicationVersions$)
1250
1244
  .build() {
1251
1245
  }
1252
1246
 
@@ -1258,7 +1252,7 @@ class PutApplicationPolicyCommand extends smithyClient.Command
1258
1252
  })
1259
1253
  .s("ServerlessApplicationRepository", "PutApplicationPolicy", {})
1260
1254
  .n("ServerlessApplicationRepositoryClient", "PutApplicationPolicyCommand")
1261
- .sc(PutApplicationPolicy)
1255
+ .sc(PutApplicationPolicy$)
1262
1256
  .build() {
1263
1257
  }
1264
1258
 
@@ -1270,7 +1264,7 @@ class UnshareApplicationCommand extends smithyClient.Command
1270
1264
  })
1271
1265
  .s("ServerlessApplicationRepository", "UnshareApplication", {})
1272
1266
  .n("ServerlessApplicationRepositoryClient", "UnshareApplicationCommand")
1273
- .sc(UnshareApplication)
1267
+ .sc(UnshareApplication$)
1274
1268
  .build() {
1275
1269
  }
1276
1270
 
@@ -1282,7 +1276,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1282
1276
  })
1283
1277
  .s("ServerlessApplicationRepository", "UpdateApplication", {})
1284
1278
  .n("ServerlessApplicationRepositoryClient", "UpdateApplicationCommand")
1285
- .sc(UpdateApplication)
1279
+ .sc(UpdateApplication$)
1286
1280
  .build() {
1287
1281
  }
1288
1282
 
@@ -1332,31 +1326,88 @@ Object.defineProperty(exports, "__Client", {
1332
1326
  enumerable: true,
1333
1327
  get: function () { return smithyClient.Client; }
1334
1328
  });
1335
- exports.BadRequestException = BadRequestException$1;
1329
+ exports.ApplicationDependencySummary$ = ApplicationDependencySummary$;
1330
+ exports.ApplicationPolicyStatement$ = ApplicationPolicyStatement$;
1331
+ exports.ApplicationSummary$ = ApplicationSummary$;
1332
+ exports.BadRequestException = BadRequestException;
1333
+ exports.BadRequestException$ = BadRequestException$;
1336
1334
  exports.Capability = Capability;
1337
- exports.ConflictException = ConflictException$1;
1335
+ exports.ConflictException = ConflictException;
1336
+ exports.ConflictException$ = ConflictException$;
1337
+ exports.CreateApplication$ = CreateApplication$;
1338
1338
  exports.CreateApplicationCommand = CreateApplicationCommand;
1339
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1340
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
1341
+ exports.CreateApplicationVersion$ = CreateApplicationVersion$;
1339
1342
  exports.CreateApplicationVersionCommand = CreateApplicationVersionCommand;
1343
+ exports.CreateApplicationVersionRequest$ = CreateApplicationVersionRequest$;
1344
+ exports.CreateApplicationVersionResponse$ = CreateApplicationVersionResponse$;
1345
+ exports.CreateCloudFormationChangeSet$ = CreateCloudFormationChangeSet$;
1340
1346
  exports.CreateCloudFormationChangeSetCommand = CreateCloudFormationChangeSetCommand;
1347
+ exports.CreateCloudFormationChangeSetRequest$ = CreateCloudFormationChangeSetRequest$;
1348
+ exports.CreateCloudFormationChangeSetResponse$ = CreateCloudFormationChangeSetResponse$;
1349
+ exports.CreateCloudFormationTemplate$ = CreateCloudFormationTemplate$;
1341
1350
  exports.CreateCloudFormationTemplateCommand = CreateCloudFormationTemplateCommand;
1351
+ exports.CreateCloudFormationTemplateRequest$ = CreateCloudFormationTemplateRequest$;
1352
+ exports.CreateCloudFormationTemplateResponse$ = CreateCloudFormationTemplateResponse$;
1353
+ exports.DeleteApplication$ = DeleteApplication$;
1342
1354
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1343
- exports.ForbiddenException = ForbiddenException$1;
1355
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1356
+ exports.ForbiddenException = ForbiddenException;
1357
+ exports.ForbiddenException$ = ForbiddenException$;
1358
+ exports.GetApplication$ = GetApplication$;
1344
1359
  exports.GetApplicationCommand = GetApplicationCommand;
1360
+ exports.GetApplicationPolicy$ = GetApplicationPolicy$;
1345
1361
  exports.GetApplicationPolicyCommand = GetApplicationPolicyCommand;
1362
+ exports.GetApplicationPolicyRequest$ = GetApplicationPolicyRequest$;
1363
+ exports.GetApplicationPolicyResponse$ = GetApplicationPolicyResponse$;
1364
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
1365
+ exports.GetApplicationResponse$ = GetApplicationResponse$;
1366
+ exports.GetCloudFormationTemplate$ = GetCloudFormationTemplate$;
1346
1367
  exports.GetCloudFormationTemplateCommand = GetCloudFormationTemplateCommand;
1347
- exports.InternalServerErrorException = InternalServerErrorException$1;
1368
+ exports.GetCloudFormationTemplateRequest$ = GetCloudFormationTemplateRequest$;
1369
+ exports.GetCloudFormationTemplateResponse$ = GetCloudFormationTemplateResponse$;
1370
+ exports.InternalServerErrorException = InternalServerErrorException;
1371
+ exports.InternalServerErrorException$ = InternalServerErrorException$;
1372
+ exports.ListApplicationDependencies$ = ListApplicationDependencies$;
1348
1373
  exports.ListApplicationDependenciesCommand = ListApplicationDependenciesCommand;
1374
+ exports.ListApplicationDependenciesRequest$ = ListApplicationDependenciesRequest$;
1375
+ exports.ListApplicationDependenciesResponse$ = ListApplicationDependenciesResponse$;
1376
+ exports.ListApplicationVersions$ = ListApplicationVersions$;
1349
1377
  exports.ListApplicationVersionsCommand = ListApplicationVersionsCommand;
1378
+ exports.ListApplicationVersionsRequest$ = ListApplicationVersionsRequest$;
1379
+ exports.ListApplicationVersionsResponse$ = ListApplicationVersionsResponse$;
1380
+ exports.ListApplications$ = ListApplications$;
1350
1381
  exports.ListApplicationsCommand = ListApplicationsCommand;
1351
- exports.NotFoundException = NotFoundException$1;
1382
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
1383
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
1384
+ exports.NotFoundException = NotFoundException;
1385
+ exports.NotFoundException$ = NotFoundException$;
1386
+ exports.ParameterDefinition$ = ParameterDefinition$;
1387
+ exports.ParameterValue$ = ParameterValue$;
1388
+ exports.PutApplicationPolicy$ = PutApplicationPolicy$;
1352
1389
  exports.PutApplicationPolicyCommand = PutApplicationPolicyCommand;
1390
+ exports.PutApplicationPolicyRequest$ = PutApplicationPolicyRequest$;
1391
+ exports.PutApplicationPolicyResponse$ = PutApplicationPolicyResponse$;
1392
+ exports.RollbackConfiguration$ = RollbackConfiguration$;
1393
+ exports.RollbackTrigger$ = RollbackTrigger$;
1353
1394
  exports.ServerlessApplicationRepository = ServerlessApplicationRepository;
1354
1395
  exports.ServerlessApplicationRepositoryClient = ServerlessApplicationRepositoryClient;
1355
- exports.ServerlessApplicationRepositoryServiceException = ServerlessApplicationRepositoryServiceException$1;
1396
+ exports.ServerlessApplicationRepositoryServiceException = ServerlessApplicationRepositoryServiceException;
1397
+ exports.ServerlessApplicationRepositoryServiceException$ = ServerlessApplicationRepositoryServiceException$;
1356
1398
  exports.Status = Status;
1357
- exports.TooManyRequestsException = TooManyRequestsException$1;
1399
+ exports.Tag$ = Tag$;
1400
+ exports.TooManyRequestsException = TooManyRequestsException;
1401
+ exports.TooManyRequestsException$ = TooManyRequestsException$;
1402
+ exports.UnshareApplication$ = UnshareApplication$;
1358
1403
  exports.UnshareApplicationCommand = UnshareApplicationCommand;
1404
+ exports.UnshareApplicationRequest$ = UnshareApplicationRequest$;
1405
+ exports.UpdateApplication$ = UpdateApplication$;
1359
1406
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
1407
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
1408
+ exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
1409
+ exports.Version$ = Version$;
1410
+ exports.VersionSummary$ = VersionSummary$;
1360
1411
  exports.paginateListApplicationDependencies = paginateListApplicationDependencies;
1361
1412
  exports.paginateListApplicationVersions = paginateListApplicationVersions;
1362
1413
  exports.paginateListApplications = paginateListApplications;