@aws-sdk/client-serverlessapplicationrepository 3.952.0 → 3.954.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/dist-cjs/index.js +194 -143
- package/dist-cjs/runtimeConfig.shared.js +6 -2
- package/dist-es/commands/CreateApplicationCommand.js +2 -2
- package/dist-es/commands/CreateApplicationVersionCommand.js +2 -2
- package/dist-es/commands/CreateCloudFormationChangeSetCommand.js +2 -2
- package/dist-es/commands/CreateCloudFormationTemplateCommand.js +2 -2
- package/dist-es/commands/DeleteApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationCommand.js +2 -2
- package/dist-es/commands/GetApplicationPolicyCommand.js +2 -2
- package/dist-es/commands/GetCloudFormationTemplateCommand.js +2 -2
- package/dist-es/commands/ListApplicationDependenciesCommand.js +2 -2
- package/dist-es/commands/ListApplicationVersionsCommand.js +2 -2
- package/dist-es/commands/ListApplicationsCommand.js +2 -2
- package/dist-es/commands/PutApplicationPolicyCommand.js +2 -2
- package/dist-es/commands/UnshareApplicationCommand.js +2 -2
- package/dist-es/commands/UpdateApplicationCommand.js +2 -2
- package/dist-es/index.js +1 -0
- package/dist-es/runtimeConfig.shared.js +6 -2
- package/dist-es/schemas/schemas_0.js +109 -115
- package/dist-types/ServerlessApplicationRepositoryClient.d.ts +1 -10
- package/dist-types/index.d.ts +1 -0
- package/dist-types/runtimeConfig.browser.d.ts +6 -2
- package/dist-types/runtimeConfig.d.ts +6 -2
- package/dist-types/runtimeConfig.native.d.ts +6 -2
- package/dist-types/runtimeConfig.shared.d.ts +6 -1
- package/dist-types/schemas/schemas_0.d.ts +58 -69
- package/dist-types/ts3.4/ServerlessApplicationRepositoryClient.d.ts +0 -4
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
- package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +57 -69
- package/package.json +34 -34
|
@@ -202,9 +202,9 @@ const _va = "value";
|
|
|
202
202
|
const _ve = "versions";
|
|
203
203
|
const n0 = "com.amazonaws.serverlessapplicationrepository";
|
|
204
204
|
import { TypeRegistry } from "@smithy/core/schema";
|
|
205
|
-
import { BadRequestException
|
|
206
|
-
import { ServerlessApplicationRepositoryServiceException
|
|
207
|
-
export var ApplicationDependencySummary = [
|
|
205
|
+
import { BadRequestException, ConflictException, ForbiddenException, InternalServerErrorException, NotFoundException, TooManyRequestsException, } from "../models/errors";
|
|
206
|
+
import { ServerlessApplicationRepositoryServiceException } from "../models/ServerlessApplicationRepositoryServiceException";
|
|
207
|
+
export var ApplicationDependencySummary$ = [
|
|
208
208
|
3,
|
|
209
209
|
n0,
|
|
210
210
|
_ADS,
|
|
@@ -215,7 +215,7 @@ export var ApplicationDependencySummary = [
|
|
|
215
215
|
[0, { [_jN]: _sV }],
|
|
216
216
|
],
|
|
217
217
|
];
|
|
218
|
-
export var ApplicationPolicyStatement = [
|
|
218
|
+
export var ApplicationPolicyStatement$ = [
|
|
219
219
|
3,
|
|
220
220
|
n0,
|
|
221
221
|
_APS,
|
|
@@ -228,7 +228,7 @@ export var ApplicationPolicyStatement = [
|
|
|
228
228
|
[0, { [_jN]: _sI }],
|
|
229
229
|
],
|
|
230
230
|
];
|
|
231
|
-
export var ApplicationSummary = [
|
|
231
|
+
export var ApplicationSummary$ = [
|
|
232
232
|
3,
|
|
233
233
|
n0,
|
|
234
234
|
_AS,
|
|
@@ -245,7 +245,7 @@ export var ApplicationSummary = [
|
|
|
245
245
|
[0, { [_jN]: _sLI }],
|
|
246
246
|
],
|
|
247
247
|
];
|
|
248
|
-
export var BadRequestException = [
|
|
248
|
+
export var BadRequestException$ = [
|
|
249
249
|
-3,
|
|
250
250
|
n0,
|
|
251
251
|
_BRE,
|
|
@@ -256,8 +256,8 @@ export var BadRequestException = [
|
|
|
256
256
|
[0, { [_jN]: _m }],
|
|
257
257
|
],
|
|
258
258
|
];
|
|
259
|
-
TypeRegistry.for(n0).registerError(BadRequestException
|
|
260
|
-
export var ConflictException = [
|
|
259
|
+
TypeRegistry.for(n0).registerError(BadRequestException$, BadRequestException);
|
|
260
|
+
export var ConflictException$ = [
|
|
261
261
|
-3,
|
|
262
262
|
n0,
|
|
263
263
|
_CE,
|
|
@@ -268,8 +268,8 @@ export var ConflictException = [
|
|
|
268
268
|
[0, { [_jN]: _m }],
|
|
269
269
|
],
|
|
270
270
|
];
|
|
271
|
-
TypeRegistry.for(n0).registerError(ConflictException
|
|
272
|
-
export var CreateApplicationRequest = [
|
|
271
|
+
TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
|
|
272
|
+
export var CreateApplicationRequest$ = [
|
|
273
273
|
3,
|
|
274
274
|
n0,
|
|
275
275
|
_CAR,
|
|
@@ -293,7 +293,7 @@ export var CreateApplicationRequest = [
|
|
|
293
293
|
[0, { [_jN]: _tU }],
|
|
294
294
|
],
|
|
295
295
|
];
|
|
296
|
-
export var CreateApplicationResponse = [
|
|
296
|
+
export var CreateApplicationResponse$ = [
|
|
297
297
|
3,
|
|
298
298
|
n0,
|
|
299
299
|
_CARr,
|
|
@@ -312,10 +312,10 @@ export var CreateApplicationResponse = [
|
|
|
312
312
|
[0, { [_jN]: _rU }],
|
|
313
313
|
[0, { [_jN]: _sLI }],
|
|
314
314
|
[0, { [_jN]: _vAU }],
|
|
315
|
-
[() => Version
|
|
315
|
+
[() => Version$, { [_jN]: _v }],
|
|
316
316
|
],
|
|
317
317
|
];
|
|
318
|
-
export var CreateApplicationVersionRequest = [
|
|
318
|
+
export var CreateApplicationVersionRequest$ = [
|
|
319
319
|
3,
|
|
320
320
|
n0,
|
|
321
321
|
_CAVR,
|
|
@@ -330,7 +330,7 @@ export var CreateApplicationVersionRequest = [
|
|
|
330
330
|
[0, { [_jN]: _tU }],
|
|
331
331
|
],
|
|
332
332
|
];
|
|
333
|
-
export var CreateApplicationVersionResponse = [
|
|
333
|
+
export var CreateApplicationVersionResponse$ = [
|
|
334
334
|
3,
|
|
335
335
|
n0,
|
|
336
336
|
_CAVRr,
|
|
@@ -348,7 +348,7 @@ export var CreateApplicationVersionResponse = [
|
|
|
348
348
|
[0, { [_jN]: _tU }],
|
|
349
349
|
],
|
|
350
350
|
];
|
|
351
|
-
export var CreateCloudFormationChangeSetRequest = [
|
|
351
|
+
export var CreateCloudFormationChangeSetRequest$ = [
|
|
352
352
|
3,
|
|
353
353
|
n0,
|
|
354
354
|
_CCFCSR,
|
|
@@ -363,14 +363,14 @@ export var CreateCloudFormationChangeSetRequest = [
|
|
|
363
363
|
[64 | 0, { [_jN]: _nA }],
|
|
364
364
|
[() => __listOfParameterValue, { [_jN]: _pO }],
|
|
365
365
|
[64 | 0, { [_jN]: _rT }],
|
|
366
|
-
[() => RollbackConfiguration
|
|
366
|
+
[() => RollbackConfiguration$, { [_jN]: _rCo }],
|
|
367
367
|
[0, { [_jN]: _sV }],
|
|
368
368
|
[0, { [_jN]: _sN }],
|
|
369
369
|
[() => __listOfTag, { [_jN]: _t }],
|
|
370
370
|
[0, { [_jN]: _tI }],
|
|
371
371
|
],
|
|
372
372
|
];
|
|
373
|
-
export var CreateCloudFormationChangeSetResponse = [
|
|
373
|
+
export var CreateCloudFormationChangeSetResponse$ = [
|
|
374
374
|
3,
|
|
375
375
|
n0,
|
|
376
376
|
_CCFCSRr,
|
|
@@ -383,7 +383,7 @@ export var CreateCloudFormationChangeSetResponse = [
|
|
|
383
383
|
[0, { [_jN]: _sIt }],
|
|
384
384
|
],
|
|
385
385
|
];
|
|
386
|
-
export var CreateCloudFormationTemplateRequest = [
|
|
386
|
+
export var CreateCloudFormationTemplateRequest$ = [
|
|
387
387
|
3,
|
|
388
388
|
n0,
|
|
389
389
|
_CCFTR,
|
|
@@ -394,7 +394,7 @@ export var CreateCloudFormationTemplateRequest = [
|
|
|
394
394
|
[0, { [_jN]: _sV }],
|
|
395
395
|
],
|
|
396
396
|
];
|
|
397
|
-
export var CreateCloudFormationTemplateResponse = [
|
|
397
|
+
export var CreateCloudFormationTemplateResponse$ = [
|
|
398
398
|
3,
|
|
399
399
|
n0,
|
|
400
400
|
_CCFTRr,
|
|
@@ -410,8 +410,8 @@ export var CreateCloudFormationTemplateResponse = [
|
|
|
410
410
|
[0, { [_jN]: _tU }],
|
|
411
411
|
],
|
|
412
412
|
];
|
|
413
|
-
export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
|
|
414
|
-
export var ForbiddenException = [
|
|
413
|
+
export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_AI], [[0, 1]]];
|
|
414
|
+
export var ForbiddenException$ = [
|
|
415
415
|
-3,
|
|
416
416
|
n0,
|
|
417
417
|
_FE,
|
|
@@ -422,9 +422,9 @@ export var ForbiddenException = [
|
|
|
422
422
|
[0, { [_jN]: _m }],
|
|
423
423
|
],
|
|
424
424
|
];
|
|
425
|
-
TypeRegistry.for(n0).registerError(ForbiddenException
|
|
426
|
-
export var GetApplicationPolicyRequest = [3, n0, _GAPR, 0, [_AI], [[0, 1]]];
|
|
427
|
-
export var GetApplicationPolicyResponse = [
|
|
425
|
+
TypeRegistry.for(n0).registerError(ForbiddenException$, ForbiddenException);
|
|
426
|
+
export var GetApplicationPolicyRequest$ = [3, n0, _GAPR, 0, [_AI], [[0, 1]]];
|
|
427
|
+
export var GetApplicationPolicyResponse$ = [
|
|
428
428
|
3,
|
|
429
429
|
n0,
|
|
430
430
|
_GAPRe,
|
|
@@ -432,7 +432,7 @@ export var GetApplicationPolicyResponse = [
|
|
|
432
432
|
[_St],
|
|
433
433
|
[[() => __listOfApplicationPolicyStatement, { [_jN]: _st }]],
|
|
434
434
|
];
|
|
435
|
-
export var GetApplicationRequest = [
|
|
435
|
+
export var GetApplicationRequest$ = [
|
|
436
436
|
3,
|
|
437
437
|
n0,
|
|
438
438
|
_GAR,
|
|
@@ -443,7 +443,7 @@ export var GetApplicationRequest = [
|
|
|
443
443
|
[0, { [_hQ]: _sV }],
|
|
444
444
|
],
|
|
445
445
|
];
|
|
446
|
-
export var GetApplicationResponse = [
|
|
446
|
+
export var GetApplicationResponse$ = [
|
|
447
447
|
3,
|
|
448
448
|
n0,
|
|
449
449
|
_GARe,
|
|
@@ -462,10 +462,10 @@ export var GetApplicationResponse = [
|
|
|
462
462
|
[0, { [_jN]: _rU }],
|
|
463
463
|
[0, { [_jN]: _sLI }],
|
|
464
464
|
[0, { [_jN]: _vAU }],
|
|
465
|
-
[() => Version
|
|
465
|
+
[() => Version$, { [_jN]: _v }],
|
|
466
466
|
],
|
|
467
467
|
];
|
|
468
|
-
export var GetCloudFormationTemplateRequest = [
|
|
468
|
+
export var GetCloudFormationTemplateRequest$ = [
|
|
469
469
|
3,
|
|
470
470
|
n0,
|
|
471
471
|
_GCFTR,
|
|
@@ -476,7 +476,7 @@ export var GetCloudFormationTemplateRequest = [
|
|
|
476
476
|
[0, 1],
|
|
477
477
|
],
|
|
478
478
|
];
|
|
479
|
-
export var GetCloudFormationTemplateResponse = [
|
|
479
|
+
export var GetCloudFormationTemplateResponse$ = [
|
|
480
480
|
3,
|
|
481
481
|
n0,
|
|
482
482
|
_GCFTRe,
|
|
@@ -492,7 +492,7 @@ export var GetCloudFormationTemplateResponse = [
|
|
|
492
492
|
[0, { [_jN]: _tU }],
|
|
493
493
|
],
|
|
494
494
|
];
|
|
495
|
-
export var InternalServerErrorException = [
|
|
495
|
+
export var InternalServerErrorException$ = [
|
|
496
496
|
-3,
|
|
497
497
|
n0,
|
|
498
498
|
_ISEE,
|
|
@@ -503,8 +503,8 @@ export var InternalServerErrorException = [
|
|
|
503
503
|
[0, { [_jN]: _m }],
|
|
504
504
|
],
|
|
505
505
|
];
|
|
506
|
-
TypeRegistry.for(n0).registerError(InternalServerErrorException
|
|
507
|
-
export var ListApplicationDependenciesRequest = [
|
|
506
|
+
TypeRegistry.for(n0).registerError(InternalServerErrorException$, InternalServerErrorException);
|
|
507
|
+
export var ListApplicationDependenciesRequest$ = [
|
|
508
508
|
3,
|
|
509
509
|
n0,
|
|
510
510
|
_LADR,
|
|
@@ -517,7 +517,7 @@ export var ListApplicationDependenciesRequest = [
|
|
|
517
517
|
[0, { [_hQ]: _sV }],
|
|
518
518
|
],
|
|
519
519
|
];
|
|
520
|
-
export var ListApplicationDependenciesResponse = [
|
|
520
|
+
export var ListApplicationDependenciesResponse$ = [
|
|
521
521
|
3,
|
|
522
522
|
n0,
|
|
523
523
|
_LADRi,
|
|
@@ -528,7 +528,7 @@ export var ListApplicationDependenciesResponse = [
|
|
|
528
528
|
[0, { [_jN]: _nT }],
|
|
529
529
|
],
|
|
530
530
|
];
|
|
531
|
-
export var ListApplicationsRequest = [
|
|
531
|
+
export var ListApplicationsRequest$ = [
|
|
532
532
|
3,
|
|
533
533
|
n0,
|
|
534
534
|
_LAR,
|
|
@@ -539,7 +539,7 @@ export var ListApplicationsRequest = [
|
|
|
539
539
|
[0, { [_hQ]: _nT }],
|
|
540
540
|
],
|
|
541
541
|
];
|
|
542
|
-
export var ListApplicationsResponse = [
|
|
542
|
+
export var ListApplicationsResponse$ = [
|
|
543
543
|
3,
|
|
544
544
|
n0,
|
|
545
545
|
_LARi,
|
|
@@ -550,7 +550,7 @@ export var ListApplicationsResponse = [
|
|
|
550
550
|
[0, { [_jN]: _nT }],
|
|
551
551
|
],
|
|
552
552
|
];
|
|
553
|
-
export var ListApplicationVersionsRequest = [
|
|
553
|
+
export var ListApplicationVersionsRequest$ = [
|
|
554
554
|
3,
|
|
555
555
|
n0,
|
|
556
556
|
_LAVR,
|
|
@@ -562,7 +562,7 @@ export var ListApplicationVersionsRequest = [
|
|
|
562
562
|
[0, { [_hQ]: _nT }],
|
|
563
563
|
],
|
|
564
564
|
];
|
|
565
|
-
export var ListApplicationVersionsResponse = [
|
|
565
|
+
export var ListApplicationVersionsResponse$ = [
|
|
566
566
|
3,
|
|
567
567
|
n0,
|
|
568
568
|
_LAVRi,
|
|
@@ -573,7 +573,7 @@ export var ListApplicationVersionsResponse = [
|
|
|
573
573
|
[() => __listOfVersionSummary, { [_jN]: _ve }],
|
|
574
574
|
],
|
|
575
575
|
];
|
|
576
|
-
export var NotFoundException = [
|
|
576
|
+
export var NotFoundException$ = [
|
|
577
577
|
-3,
|
|
578
578
|
n0,
|
|
579
579
|
_NFE,
|
|
@@ -584,8 +584,8 @@ export var NotFoundException = [
|
|
|
584
584
|
[0, { [_jN]: _m }],
|
|
585
585
|
],
|
|
586
586
|
];
|
|
587
|
-
TypeRegistry.for(n0).registerError(NotFoundException
|
|
588
|
-
export var ParameterDefinition = [
|
|
587
|
+
TypeRegistry.for(n0).registerError(NotFoundException$, NotFoundException);
|
|
588
|
+
export var ParameterDefinition$ = [
|
|
589
589
|
3,
|
|
590
590
|
n0,
|
|
591
591
|
_PDa,
|
|
@@ -607,7 +607,7 @@ export var ParameterDefinition = [
|
|
|
607
607
|
[0, { [_jN]: _ty }],
|
|
608
608
|
],
|
|
609
609
|
];
|
|
610
|
-
export var ParameterValue = [
|
|
610
|
+
export var ParameterValue$ = [
|
|
611
611
|
3,
|
|
612
612
|
n0,
|
|
613
613
|
_PV,
|
|
@@ -618,7 +618,7 @@ export var ParameterValue = [
|
|
|
618
618
|
[0, { [_jN]: _va }],
|
|
619
619
|
],
|
|
620
620
|
];
|
|
621
|
-
export var PutApplicationPolicyRequest = [
|
|
621
|
+
export var PutApplicationPolicyRequest$ = [
|
|
622
622
|
3,
|
|
623
623
|
n0,
|
|
624
624
|
_PAPR,
|
|
@@ -629,7 +629,7 @@ export var PutApplicationPolicyRequest = [
|
|
|
629
629
|
[() => __listOfApplicationPolicyStatement, { [_jN]: _st }],
|
|
630
630
|
],
|
|
631
631
|
];
|
|
632
|
-
export var PutApplicationPolicyResponse = [
|
|
632
|
+
export var PutApplicationPolicyResponse$ = [
|
|
633
633
|
3,
|
|
634
634
|
n0,
|
|
635
635
|
_PAPRu,
|
|
@@ -637,7 +637,7 @@ export var PutApplicationPolicyResponse = [
|
|
|
637
637
|
[_St],
|
|
638
638
|
[[() => __listOfApplicationPolicyStatement, { [_jN]: _st }]],
|
|
639
639
|
];
|
|
640
|
-
export var RollbackConfiguration = [
|
|
640
|
+
export var RollbackConfiguration$ = [
|
|
641
641
|
3,
|
|
642
642
|
n0,
|
|
643
643
|
_RCo,
|
|
@@ -648,7 +648,7 @@ export var RollbackConfiguration = [
|
|
|
648
648
|
[() => __listOfRollbackTrigger, { [_jN]: _rTo }],
|
|
649
649
|
],
|
|
650
650
|
];
|
|
651
|
-
export var RollbackTrigger = [
|
|
651
|
+
export var RollbackTrigger$ = [
|
|
652
652
|
3,
|
|
653
653
|
n0,
|
|
654
654
|
_RTol,
|
|
@@ -659,7 +659,7 @@ export var RollbackTrigger = [
|
|
|
659
659
|
[0, { [_jN]: _ty }],
|
|
660
660
|
],
|
|
661
661
|
];
|
|
662
|
-
export var Tag = [
|
|
662
|
+
export var Tag$ = [
|
|
663
663
|
3,
|
|
664
664
|
n0,
|
|
665
665
|
_Ta,
|
|
@@ -670,7 +670,7 @@ export var Tag = [
|
|
|
670
670
|
[0, { [_jN]: _va }],
|
|
671
671
|
],
|
|
672
672
|
];
|
|
673
|
-
export var TooManyRequestsException = [
|
|
673
|
+
export var TooManyRequestsException$ = [
|
|
674
674
|
-3,
|
|
675
675
|
n0,
|
|
676
676
|
_TMRE,
|
|
@@ -681,8 +681,8 @@ export var TooManyRequestsException = [
|
|
|
681
681
|
[0, { [_jN]: _m }],
|
|
682
682
|
],
|
|
683
683
|
];
|
|
684
|
-
TypeRegistry.for(n0).registerError(TooManyRequestsException
|
|
685
|
-
export var UnshareApplicationRequest = [
|
|
684
|
+
TypeRegistry.for(n0).registerError(TooManyRequestsException$, TooManyRequestsException);
|
|
685
|
+
export var UnshareApplicationRequest$ = [
|
|
686
686
|
3,
|
|
687
687
|
n0,
|
|
688
688
|
_UAR,
|
|
@@ -693,7 +693,7 @@ export var UnshareApplicationRequest = [
|
|
|
693
693
|
[0, { [_jN]: _oI }],
|
|
694
694
|
],
|
|
695
695
|
];
|
|
696
|
-
export var UpdateApplicationRequest = [
|
|
696
|
+
export var UpdateApplicationRequest$ = [
|
|
697
697
|
3,
|
|
698
698
|
n0,
|
|
699
699
|
_UARp,
|
|
@@ -709,7 +709,7 @@ export var UpdateApplicationRequest = [
|
|
|
709
709
|
[0, { [_jN]: _rU }],
|
|
710
710
|
],
|
|
711
711
|
];
|
|
712
|
-
export var UpdateApplicationResponse = [
|
|
712
|
+
export var UpdateApplicationResponse$ = [
|
|
713
713
|
3,
|
|
714
714
|
n0,
|
|
715
715
|
_UARpd,
|
|
@@ -728,10 +728,10 @@ export var UpdateApplicationResponse = [
|
|
|
728
728
|
[0, { [_jN]: _rU }],
|
|
729
729
|
[0, { [_jN]: _sLI }],
|
|
730
730
|
[0, { [_jN]: _vAU }],
|
|
731
|
-
[() => Version
|
|
731
|
+
[() => Version$, { [_jN]: _v }],
|
|
732
732
|
],
|
|
733
733
|
];
|
|
734
|
-
export var Version = [
|
|
734
|
+
export var Version$ = [
|
|
735
735
|
3,
|
|
736
736
|
n0,
|
|
737
737
|
_V,
|
|
@@ -749,7 +749,7 @@ export var Version = [
|
|
|
749
749
|
[0, { [_jN]: _tU }],
|
|
750
750
|
],
|
|
751
751
|
];
|
|
752
|
-
export var VersionSummary = [
|
|
752
|
+
export var VersionSummary$ = [
|
|
753
753
|
3,
|
|
754
754
|
n0,
|
|
755
755
|
_VS,
|
|
@@ -762,8 +762,8 @@ export var VersionSummary = [
|
|
|
762
762
|
[0, { [_jN]: _sCU }],
|
|
763
763
|
],
|
|
764
764
|
];
|
|
765
|
-
|
|
766
|
-
export var ServerlessApplicationRepositoryServiceException = [
|
|
765
|
+
var __Unit = "unit";
|
|
766
|
+
export var ServerlessApplicationRepositoryServiceException$ = [
|
|
767
767
|
-3,
|
|
768
768
|
_sm,
|
|
769
769
|
"ServerlessApplicationRepositoryServiceException",
|
|
@@ -771,138 +771,132 @@ export var ServerlessApplicationRepositoryServiceException = [
|
|
|
771
771
|
[],
|
|
772
772
|
[],
|
|
773
773
|
];
|
|
774
|
-
TypeRegistry.for(_sm).registerError(ServerlessApplicationRepositoryServiceException
|
|
775
|
-
|
|
776
|
-
|
|
774
|
+
TypeRegistry.for(_sm).registerError(ServerlessApplicationRepositoryServiceException$, ServerlessApplicationRepositoryServiceException);
|
|
775
|
+
var __listOf__string = 64 | 0;
|
|
776
|
+
var __listOfApplicationDependencySummary = [
|
|
777
777
|
1,
|
|
778
778
|
n0,
|
|
779
779
|
_lOADS,
|
|
780
780
|
0,
|
|
781
|
-
[() => ApplicationDependencySummary
|
|
782
|
-
];
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
|
|
786
|
-
|
|
787
|
-
|
|
788
|
-
|
|
789
|
-
];
|
|
790
|
-
|
|
791
|
-
export var
|
|
792
|
-
export var __listOfParameterDefinition = [1, n0, _lOPD, 0, [() => ParameterDefinition, 0]];
|
|
793
|
-
export var __listOfParameterValue = [1, n0, _lOPV, 0, [() => ParameterValue, 0]];
|
|
794
|
-
export var __listOfRollbackTrigger = [1, n0, _lORT, 0, [() => RollbackTrigger, 0]];
|
|
795
|
-
export var __listOfTag = [1, n0, _lOT, 0, [() => Tag, 0]];
|
|
796
|
-
export var __listOfVersionSummary = [1, n0, _lOVS, 0, [() => VersionSummary, 0]];
|
|
797
|
-
export var CreateApplication = [
|
|
781
|
+
[() => ApplicationDependencySummary$, 0],
|
|
782
|
+
];
|
|
783
|
+
var __listOfApplicationPolicyStatement = [1, n0, _lOAPS, 0, [() => ApplicationPolicyStatement$, 0]];
|
|
784
|
+
var __listOfApplicationSummary = [1, n0, _lOAS, 0, [() => ApplicationSummary$, 0]];
|
|
785
|
+
var __listOfCapability = 64 | 0;
|
|
786
|
+
var __listOfParameterDefinition = [1, n0, _lOPD, 0, [() => ParameterDefinition$, 0]];
|
|
787
|
+
var __listOfParameterValue = [1, n0, _lOPV, 0, [() => ParameterValue$, 0]];
|
|
788
|
+
var __listOfRollbackTrigger = [1, n0, _lORT, 0, [() => RollbackTrigger$, 0]];
|
|
789
|
+
var __listOfTag = [1, n0, _lOT, 0, [() => Tag$, 0]];
|
|
790
|
+
var __listOfVersionSummary = [1, n0, _lOVS, 0, [() => VersionSummary$, 0]];
|
|
791
|
+
export var CreateApplication$ = [
|
|
798
792
|
9,
|
|
799
793
|
n0,
|
|
800
794
|
_CA,
|
|
801
795
|
{ [_h]: ["POST", "/applications", 201] },
|
|
802
|
-
() => CreateApplicationRequest
|
|
803
|
-
() => CreateApplicationResponse
|
|
796
|
+
() => CreateApplicationRequest$,
|
|
797
|
+
() => CreateApplicationResponse$,
|
|
804
798
|
];
|
|
805
|
-
export var CreateApplicationVersion = [
|
|
799
|
+
export var CreateApplicationVersion$ = [
|
|
806
800
|
9,
|
|
807
801
|
n0,
|
|
808
802
|
_CAV,
|
|
809
803
|
{ [_h]: ["PUT", "/applications/{ApplicationId}/versions/{SemanticVersion}", 201] },
|
|
810
|
-
() => CreateApplicationVersionRequest
|
|
811
|
-
() => CreateApplicationVersionResponse
|
|
804
|
+
() => CreateApplicationVersionRequest$,
|
|
805
|
+
() => CreateApplicationVersionResponse$,
|
|
812
806
|
];
|
|
813
|
-
export var CreateCloudFormationChangeSet = [
|
|
807
|
+
export var CreateCloudFormationChangeSet$ = [
|
|
814
808
|
9,
|
|
815
809
|
n0,
|
|
816
810
|
_CCFCS,
|
|
817
811
|
{ [_h]: ["POST", "/applications/{ApplicationId}/changesets", 201] },
|
|
818
|
-
() => CreateCloudFormationChangeSetRequest
|
|
819
|
-
() => CreateCloudFormationChangeSetResponse
|
|
812
|
+
() => CreateCloudFormationChangeSetRequest$,
|
|
813
|
+
() => CreateCloudFormationChangeSetResponse$,
|
|
820
814
|
];
|
|
821
|
-
export var CreateCloudFormationTemplate = [
|
|
815
|
+
export var CreateCloudFormationTemplate$ = [
|
|
822
816
|
9,
|
|
823
817
|
n0,
|
|
824
818
|
_CCFT,
|
|
825
819
|
{ [_h]: ["POST", "/applications/{ApplicationId}/templates", 201] },
|
|
826
|
-
() => CreateCloudFormationTemplateRequest
|
|
827
|
-
() => CreateCloudFormationTemplateResponse
|
|
820
|
+
() => CreateCloudFormationTemplateRequest$,
|
|
821
|
+
() => CreateCloudFormationTemplateResponse$,
|
|
828
822
|
];
|
|
829
|
-
export var DeleteApplication = [
|
|
823
|
+
export var DeleteApplication$ = [
|
|
830
824
|
9,
|
|
831
825
|
n0,
|
|
832
826
|
_DA,
|
|
833
827
|
{ [_h]: ["DELETE", "/applications/{ApplicationId}", 204] },
|
|
834
|
-
() => DeleteApplicationRequest
|
|
828
|
+
() => DeleteApplicationRequest$,
|
|
835
829
|
() => __Unit,
|
|
836
830
|
];
|
|
837
|
-
export var GetApplication = [
|
|
831
|
+
export var GetApplication$ = [
|
|
838
832
|
9,
|
|
839
833
|
n0,
|
|
840
834
|
_GA,
|
|
841
835
|
{ [_h]: ["GET", "/applications/{ApplicationId}", 200] },
|
|
842
|
-
() => GetApplicationRequest
|
|
843
|
-
() => GetApplicationResponse
|
|
836
|
+
() => GetApplicationRequest$,
|
|
837
|
+
() => GetApplicationResponse$,
|
|
844
838
|
];
|
|
845
|
-
export var GetApplicationPolicy = [
|
|
839
|
+
export var GetApplicationPolicy$ = [
|
|
846
840
|
9,
|
|
847
841
|
n0,
|
|
848
842
|
_GAP,
|
|
849
843
|
{ [_h]: ["GET", "/applications/{ApplicationId}/policy", 200] },
|
|
850
|
-
() => GetApplicationPolicyRequest
|
|
851
|
-
() => GetApplicationPolicyResponse
|
|
844
|
+
() => GetApplicationPolicyRequest$,
|
|
845
|
+
() => GetApplicationPolicyResponse$,
|
|
852
846
|
];
|
|
853
|
-
export var GetCloudFormationTemplate = [
|
|
847
|
+
export var GetCloudFormationTemplate$ = [
|
|
854
848
|
9,
|
|
855
849
|
n0,
|
|
856
850
|
_GCFT,
|
|
857
851
|
{ [_h]: ["GET", "/applications/{ApplicationId}/templates/{TemplateId}", 200] },
|
|
858
|
-
() => GetCloudFormationTemplateRequest
|
|
859
|
-
() => GetCloudFormationTemplateResponse
|
|
852
|
+
() => GetCloudFormationTemplateRequest$,
|
|
853
|
+
() => GetCloudFormationTemplateResponse$,
|
|
860
854
|
];
|
|
861
|
-
export var ListApplicationDependencies = [
|
|
855
|
+
export var ListApplicationDependencies$ = [
|
|
862
856
|
9,
|
|
863
857
|
n0,
|
|
864
858
|
_LAD,
|
|
865
859
|
{ [_h]: ["GET", "/applications/{ApplicationId}/dependencies", 200] },
|
|
866
|
-
() => ListApplicationDependenciesRequest
|
|
867
|
-
() => ListApplicationDependenciesResponse
|
|
860
|
+
() => ListApplicationDependenciesRequest$,
|
|
861
|
+
() => ListApplicationDependenciesResponse$,
|
|
868
862
|
];
|
|
869
|
-
export var ListApplications = [
|
|
863
|
+
export var ListApplications$ = [
|
|
870
864
|
9,
|
|
871
865
|
n0,
|
|
872
866
|
_LA,
|
|
873
867
|
{ [_h]: ["GET", "/applications", 200] },
|
|
874
|
-
() => ListApplicationsRequest
|
|
875
|
-
() => ListApplicationsResponse
|
|
868
|
+
() => ListApplicationsRequest$,
|
|
869
|
+
() => ListApplicationsResponse$,
|
|
876
870
|
];
|
|
877
|
-
export var ListApplicationVersions = [
|
|
871
|
+
export var ListApplicationVersions$ = [
|
|
878
872
|
9,
|
|
879
873
|
n0,
|
|
880
874
|
_LAV,
|
|
881
875
|
{ [_h]: ["GET", "/applications/{ApplicationId}/versions", 200] },
|
|
882
|
-
() => ListApplicationVersionsRequest
|
|
883
|
-
() => ListApplicationVersionsResponse
|
|
876
|
+
() => ListApplicationVersionsRequest$,
|
|
877
|
+
() => ListApplicationVersionsResponse$,
|
|
884
878
|
];
|
|
885
|
-
export var PutApplicationPolicy = [
|
|
879
|
+
export var PutApplicationPolicy$ = [
|
|
886
880
|
9,
|
|
887
881
|
n0,
|
|
888
882
|
_PAP,
|
|
889
883
|
{ [_h]: ["PUT", "/applications/{ApplicationId}/policy", 200] },
|
|
890
|
-
() => PutApplicationPolicyRequest
|
|
891
|
-
() => PutApplicationPolicyResponse
|
|
884
|
+
() => PutApplicationPolicyRequest$,
|
|
885
|
+
() => PutApplicationPolicyResponse$,
|
|
892
886
|
];
|
|
893
|
-
export var UnshareApplication = [
|
|
887
|
+
export var UnshareApplication$ = [
|
|
894
888
|
9,
|
|
895
889
|
n0,
|
|
896
890
|
_UA,
|
|
897
891
|
{ [_h]: ["POST", "/applications/{ApplicationId}/unshare", 204] },
|
|
898
|
-
() => UnshareApplicationRequest
|
|
892
|
+
() => UnshareApplicationRequest$,
|
|
899
893
|
() => __Unit,
|
|
900
894
|
];
|
|
901
|
-
export var UpdateApplication = [
|
|
895
|
+
export var UpdateApplication$ = [
|
|
902
896
|
9,
|
|
903
897
|
n0,
|
|
904
898
|
_UAp,
|
|
905
899
|
{ [_h]: ["PATCH", "/applications/{ApplicationId}", 200] },
|
|
906
|
-
() => UpdateApplicationRequest
|
|
907
|
-
() => UpdateApplicationResponse
|
|
900
|
+
() => UpdateApplicationRequest$,
|
|
901
|
+
() => UpdateApplicationResponse$,
|
|
908
902
|
];
|
|
@@ -5,7 +5,7 @@ import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/m
|
|
|
5
5
|
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
6
|
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
7
|
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
-
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
9
|
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
11
11
|
import { CreateApplicationVersionCommandInput, CreateApplicationVersionCommandOutput } from "./commands/CreateApplicationVersionCommand";
|
|
@@ -155,15 +155,6 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
|
|
|
155
155
|
* Optional extensions
|
|
156
156
|
*/
|
|
157
157
|
extensions?: RuntimeExtension[];
|
|
158
|
-
/**
|
|
159
|
-
* The protocol controlling the message type (e.g. HTTP) and format (e.g. JSON)
|
|
160
|
-
* may be overridden. A default will always be set by the client.
|
|
161
|
-
* Available options depend on the service's supported protocols and will not be validated by
|
|
162
|
-
* the client.
|
|
163
|
-
* @alpha
|
|
164
|
-
*
|
|
165
|
-
*/
|
|
166
|
-
protocol?: ClientProtocol<HttpRequest, HttpResponse>;
|
|
167
158
|
/**
|
|
168
159
|
* The {@link @smithy/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
|
|
169
160
|
*/
|
package/dist-types/index.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
|
|
|
28
28
|
export type { RuntimeExtension } from "./runtimeExtensions";
|
|
29
29
|
export type { ServerlessApplicationRepositoryExtensionConfiguration } from "./extensionConfiguration";
|
|
30
30
|
export * from "./commands";
|
|
31
|
+
export * from "./schemas/schemas_0";
|
|
31
32
|
export * from "./pagination";
|
|
32
33
|
export * from "./models/enums";
|
|
33
34
|
export * from "./models/errors";
|
|
@@ -17,8 +17,13 @@ export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryC
|
|
|
17
17
|
streamCollector: import("@smithy/types").StreamCollector;
|
|
18
18
|
useDualstackEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
19
19
|
useFipsEndpoint: (boolean | import("@smithy/types").Provider<boolean>) & (boolean | import("@smithy/types").Provider<boolean | undefined>);
|
|
20
|
-
apiVersion: string;
|
|
21
20
|
cacheMiddleware?: boolean | undefined;
|
|
21
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
22
|
+
protocolSettings: {
|
|
23
|
+
defaultNamespace?: string;
|
|
24
|
+
[setting: string]: unknown;
|
|
25
|
+
};
|
|
26
|
+
apiVersion: string;
|
|
22
27
|
urlParser: import("@smithy/types").UrlParser;
|
|
23
28
|
base64Decoder: import("@smithy/types").Decoder;
|
|
24
29
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -29,7 +34,6 @@ export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryC
|
|
|
29
34
|
profile?: string;
|
|
30
35
|
logger: import("@smithy/types").Logger;
|
|
31
36
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
32
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
33
37
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
34
38
|
userAgentAppId?: string | undefined | import("@smithy/types").Provider<string | undefined>;
|
|
35
39
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
@@ -19,8 +19,13 @@ export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryC
|
|
|
19
19
|
useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
20
20
|
useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
|
|
21
21
|
userAgentAppId: string | import("@smithy/types").Provider<string | undefined>;
|
|
22
|
-
apiVersion: string;
|
|
23
22
|
cacheMiddleware?: boolean | undefined;
|
|
23
|
+
protocol: import("@smithy/types").ClientProtocol<any, any> | import("@smithy/types").ClientProtocolCtor<any, any> | typeof import("@aws-sdk/core").AwsRestJsonProtocol;
|
|
24
|
+
protocolSettings: {
|
|
25
|
+
defaultNamespace?: string;
|
|
26
|
+
[setting: string]: unknown;
|
|
27
|
+
};
|
|
28
|
+
apiVersion: string;
|
|
24
29
|
urlParser: import("@smithy/types").UrlParser;
|
|
25
30
|
base64Decoder: import("@smithy/types").Decoder;
|
|
26
31
|
base64Encoder: (_input: Uint8Array | string) => string;
|
|
@@ -31,7 +36,6 @@ export declare const getRuntimeConfig: (config: ServerlessApplicationRepositoryC
|
|
|
31
36
|
profile?: string;
|
|
32
37
|
logger: import("@smithy/types").Logger;
|
|
33
38
|
extensions: import("./runtimeExtensions").RuntimeExtension[];
|
|
34
|
-
protocol: import("@smithy/types").ClientProtocol<import("@smithy/types").HttpRequest, import("@smithy/types").HttpResponse>;
|
|
35
39
|
customUserAgent?: string | import("@smithy/types").UserAgent;
|
|
36
40
|
retryStrategy?: import("@smithy/types").RetryStrategy | import("@smithy/types").RetryStrategyV2;
|
|
37
41
|
endpoint?: ((string | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>) & (string | import("@smithy/types").Provider<string> | import("@smithy/types").Endpoint | import("@smithy/types").Provider<import("@smithy/types").Endpoint> | import("@smithy/types").EndpointV2 | import("@smithy/types").Provider<import("@smithy/types").EndpointV2>)) | undefined;
|