@aws-sdk/client-service-catalog-appregistry 3.940.0 → 3.946.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 +44 -222
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/ServiceCatalogAppRegistry.js +1 -1
- package/dist-es/ServiceCatalogAppRegistryClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +44 -222
- package/dist-types/ServiceCatalogAppRegistry.d.ts +1 -1
- package/dist-types/ServiceCatalogAppRegistryClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/AssociateResourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/CreateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/DeleteApplicationCommand.d.ts +3 -3
- package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateResourceCommand.d.ts +3 -3
- package/dist-types/commands/GetApplicationCommand.d.ts +3 -3
- package/dist-types/commands/GetAssociatedResourceCommand.d.ts +3 -3
- package/dist-types/commands/GetAttributeGroupCommand.d.ts +3 -3
- package/dist-types/commands/GetConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/ListApplicationsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +3 -3
- package/dist-types/commands/ListAttributeGroupsCommand.d.ts +3 -3
- package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/PutConfigurationCommand.d.ts +3 -3
- package/dist-types/commands/SyncResourceCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateApplicationCommand.d.ts +3 -3
- package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListApplicationsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedAttributeGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAssociatedResourcesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttributeGroupsForApplicationPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAttributeGroupsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -1
- package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +1 -1
- package/package.json +13 -12
|
@@ -206,17 +206,7 @@ export var AttributeGroupSummary = [
|
|
|
206
206
|
[_i, _a, _n, _d, _cT, _lUT, _cB],
|
|
207
207
|
[0, 0, 0, 0, 5, 5, 0],
|
|
208
208
|
];
|
|
209
|
-
export var ConflictException = [
|
|
210
|
-
-3,
|
|
211
|
-
n0,
|
|
212
|
-
_CE,
|
|
213
|
-
{
|
|
214
|
-
[_e]: _c,
|
|
215
|
-
[_hE]: 409,
|
|
216
|
-
},
|
|
217
|
-
[_m],
|
|
218
|
-
[0],
|
|
219
|
-
];
|
|
209
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
|
|
220
210
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
221
211
|
export var CreateApplicationRequest = [
|
|
222
212
|
3,
|
|
@@ -291,24 +281,9 @@ export var GetAssociatedResourceRequest = [
|
|
|
291
281
|
[0, 1],
|
|
292
282
|
[0, 1],
|
|
293
283
|
[0, 1],
|
|
294
|
-
[
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
[_hQ]: _nT,
|
|
298
|
-
},
|
|
299
|
-
],
|
|
300
|
-
[
|
|
301
|
-
64 | 0,
|
|
302
|
-
{
|
|
303
|
-
[_hQ]: _rTS,
|
|
304
|
-
},
|
|
305
|
-
],
|
|
306
|
-
[
|
|
307
|
-
1,
|
|
308
|
-
{
|
|
309
|
-
[_hQ]: _mR,
|
|
310
|
-
},
|
|
311
|
-
],
|
|
284
|
+
[0, { [_hQ]: _nT }],
|
|
285
|
+
[64 | 0, { [_hQ]: _rTS }],
|
|
286
|
+
[1, { [_hQ]: _mR }],
|
|
312
287
|
],
|
|
313
288
|
];
|
|
314
289
|
export var GetAssociatedResourceResponse = [
|
|
@@ -337,17 +312,7 @@ export var Integrations = [
|
|
|
337
312
|
[_rG, _aTRG],
|
|
338
313
|
[() => ResourceGroup, () => ResourceGroup],
|
|
339
314
|
];
|
|
340
|
-
export var InternalServerException = [
|
|
341
|
-
-3,
|
|
342
|
-
n0,
|
|
343
|
-
_ISE,
|
|
344
|
-
{
|
|
345
|
-
[_e]: _s,
|
|
346
|
-
[_hE]: 500,
|
|
347
|
-
},
|
|
348
|
-
[_m],
|
|
349
|
-
[0],
|
|
350
|
-
];
|
|
315
|
+
export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
|
|
351
316
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
352
317
|
export var ListApplicationsRequest = [
|
|
353
318
|
3,
|
|
@@ -356,18 +321,8 @@ export var ListApplicationsRequest = [
|
|
|
356
321
|
0,
|
|
357
322
|
[_nT, _mR],
|
|
358
323
|
[
|
|
359
|
-
[
|
|
360
|
-
|
|
361
|
-
{
|
|
362
|
-
[_hQ]: _nT,
|
|
363
|
-
},
|
|
364
|
-
],
|
|
365
|
-
[
|
|
366
|
-
1,
|
|
367
|
-
{
|
|
368
|
-
[_hQ]: _mR,
|
|
369
|
-
},
|
|
370
|
-
],
|
|
324
|
+
[0, { [_hQ]: _nT }],
|
|
325
|
+
[1, { [_hQ]: _mR }],
|
|
371
326
|
],
|
|
372
327
|
];
|
|
373
328
|
export var ListApplicationsResponse = [
|
|
@@ -386,18 +341,8 @@ export var ListAssociatedAttributeGroupsRequest = [
|
|
|
386
341
|
[_ap, _nT, _mR],
|
|
387
342
|
[
|
|
388
343
|
[0, 1],
|
|
389
|
-
[
|
|
390
|
-
|
|
391
|
-
{
|
|
392
|
-
[_hQ]: _nT,
|
|
393
|
-
},
|
|
394
|
-
],
|
|
395
|
-
[
|
|
396
|
-
1,
|
|
397
|
-
{
|
|
398
|
-
[_hQ]: _mR,
|
|
399
|
-
},
|
|
400
|
-
],
|
|
344
|
+
[0, { [_hQ]: _nT }],
|
|
345
|
+
[1, { [_hQ]: _mR }],
|
|
401
346
|
],
|
|
402
347
|
];
|
|
403
348
|
export var ListAssociatedAttributeGroupsResponse = [3, n0, _LAAGRi, 0, [_aGt, _nT], [64 | 0, 0]];
|
|
@@ -409,18 +354,8 @@ export var ListAssociatedResourcesRequest = [
|
|
|
409
354
|
[_ap, _nT, _mR],
|
|
410
355
|
[
|
|
411
356
|
[0, 1],
|
|
412
|
-
[
|
|
413
|
-
|
|
414
|
-
{
|
|
415
|
-
[_hQ]: _nT,
|
|
416
|
-
},
|
|
417
|
-
],
|
|
418
|
-
[
|
|
419
|
-
1,
|
|
420
|
-
{
|
|
421
|
-
[_hQ]: _mR,
|
|
422
|
-
},
|
|
423
|
-
],
|
|
357
|
+
[0, { [_hQ]: _nT }],
|
|
358
|
+
[1, { [_hQ]: _mR }],
|
|
424
359
|
],
|
|
425
360
|
];
|
|
426
361
|
export var ListAssociatedResourcesResponse = [3, n0, _LARRi, 0, [_r, _nT], [() => Resources, 0]];
|
|
@@ -432,18 +367,8 @@ export var ListAttributeGroupsForApplicationRequest = [
|
|
|
432
367
|
[_ap, _nT, _mR],
|
|
433
368
|
[
|
|
434
369
|
[0, 1],
|
|
435
|
-
[
|
|
436
|
-
|
|
437
|
-
{
|
|
438
|
-
[_hQ]: _nT,
|
|
439
|
-
},
|
|
440
|
-
],
|
|
441
|
-
[
|
|
442
|
-
1,
|
|
443
|
-
{
|
|
444
|
-
[_hQ]: _mR,
|
|
445
|
-
},
|
|
446
|
-
],
|
|
370
|
+
[0, { [_hQ]: _nT }],
|
|
371
|
+
[1, { [_hQ]: _mR }],
|
|
447
372
|
],
|
|
448
373
|
];
|
|
449
374
|
export var ListAttributeGroupsForApplicationResponse = [
|
|
@@ -461,18 +386,8 @@ export var ListAttributeGroupsRequest = [
|
|
|
461
386
|
0,
|
|
462
387
|
[_nT, _mR],
|
|
463
388
|
[
|
|
464
|
-
[
|
|
465
|
-
|
|
466
|
-
{
|
|
467
|
-
[_hQ]: _nT,
|
|
468
|
-
},
|
|
469
|
-
],
|
|
470
|
-
[
|
|
471
|
-
1,
|
|
472
|
-
{
|
|
473
|
-
[_hQ]: _mR,
|
|
474
|
-
},
|
|
475
|
-
],
|
|
389
|
+
[0, { [_hQ]: _nT }],
|
|
390
|
+
[1, { [_hQ]: _mR }],
|
|
476
391
|
],
|
|
477
392
|
];
|
|
478
393
|
export var ListAttributeGroupsResponse = [
|
|
@@ -498,30 +413,10 @@ export var ResourceInfo = [
|
|
|
498
413
|
[0, 0, 0, () => ResourceDetails, 64 | 0],
|
|
499
414
|
];
|
|
500
415
|
export var ResourceIntegrations = [3, n0, _RIe, 0, [_rG], [() => ResourceGroup]];
|
|
501
|
-
export var ResourceNotFoundException = [
|
|
502
|
-
-3,
|
|
503
|
-
n0,
|
|
504
|
-
_RNFE,
|
|
505
|
-
{
|
|
506
|
-
[_e]: _c,
|
|
507
|
-
[_hE]: 404,
|
|
508
|
-
},
|
|
509
|
-
[_m],
|
|
510
|
-
[0],
|
|
511
|
-
];
|
|
416
|
+
export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
|
|
512
417
|
TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
|
|
513
418
|
export var ResourcesListItem = [3, n0, _RLI, 0, [_rA, _eM, _sta, _rT], [0, 0, 0, 0]];
|
|
514
|
-
export var ServiceQuotaExceededException = [
|
|
515
|
-
-3,
|
|
516
|
-
n0,
|
|
517
|
-
_SQEE,
|
|
518
|
-
{
|
|
519
|
-
[_e]: _c,
|
|
520
|
-
[_hE]: 402,
|
|
521
|
-
},
|
|
522
|
-
[_m],
|
|
523
|
-
[0],
|
|
524
|
-
];
|
|
419
|
+
export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
|
|
525
420
|
TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
|
|
526
421
|
export var SyncResourceRequest = [
|
|
527
422
|
3,
|
|
@@ -538,17 +433,7 @@ export var SyncResourceResponse = [3, n0, _SRRy, 0, [_aA, _rA, _aTc], [0, 0, 0]]
|
|
|
538
433
|
export var TagQueryConfiguration = [3, n0, _TQC, 0, [_tK], [0]];
|
|
539
434
|
export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
|
|
540
435
|
export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
|
|
541
|
-
export var ThrottlingException = [
|
|
542
|
-
-3,
|
|
543
|
-
n0,
|
|
544
|
-
_TE,
|
|
545
|
-
{
|
|
546
|
-
[_e]: _c,
|
|
547
|
-
[_hE]: 429,
|
|
548
|
-
},
|
|
549
|
-
[_m, _sC],
|
|
550
|
-
[0, 0],
|
|
551
|
-
];
|
|
436
|
+
export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC], [0, 0]];
|
|
552
437
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
553
438
|
export var UntagResourceRequest = [
|
|
554
439
|
3,
|
|
@@ -558,12 +443,7 @@ export var UntagResourceRequest = [
|
|
|
558
443
|
[_rA, _tKa],
|
|
559
444
|
[
|
|
560
445
|
[0, 1],
|
|
561
|
-
[
|
|
562
|
-
64 | 0,
|
|
563
|
-
{
|
|
564
|
-
[_hQ]: _tKa,
|
|
565
|
-
},
|
|
566
|
-
],
|
|
446
|
+
[64 | 0, { [_hQ]: _tKa }],
|
|
567
447
|
],
|
|
568
448
|
];
|
|
569
449
|
export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
|
|
@@ -578,17 +458,7 @@ export var UpdateAttributeGroupRequest = [
|
|
|
578
458
|
[[0, 1], 0, 0, 0],
|
|
579
459
|
];
|
|
580
460
|
export var UpdateAttributeGroupResponse = [3, n0, _UAGRp, 0, [_aG], [() => AttributeGroup]];
|
|
581
|
-
export var ValidationException = [
|
|
582
|
-
-3,
|
|
583
|
-
n0,
|
|
584
|
-
_VE,
|
|
585
|
-
{
|
|
586
|
-
[_e]: _c,
|
|
587
|
-
[_hE]: 400,
|
|
588
|
-
},
|
|
589
|
-
[_m],
|
|
590
|
-
[0],
|
|
591
|
-
];
|
|
461
|
+
export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
|
|
592
462
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
593
463
|
export var __Unit = "unit";
|
|
594
464
|
export var ServiceCatalogAppRegistryServiceException = [
|
|
@@ -615,9 +485,7 @@ export var AssociateAttributeGroup = [
|
|
|
615
485
|
9,
|
|
616
486
|
n0,
|
|
617
487
|
_AAG,
|
|
618
|
-
{
|
|
619
|
-
[_h]: ["PUT", "/applications/{application}/attribute-groups/{attributeGroup}", 200],
|
|
620
|
-
},
|
|
488
|
+
{ [_h]: ["PUT", "/applications/{application}/attribute-groups/{attributeGroup}", 200] },
|
|
621
489
|
() => AssociateAttributeGroupRequest,
|
|
622
490
|
() => AssociateAttributeGroupResponse,
|
|
623
491
|
];
|
|
@@ -625,9 +493,7 @@ export var AssociateResource = [
|
|
|
625
493
|
9,
|
|
626
494
|
n0,
|
|
627
495
|
_AR,
|
|
628
|
-
{
|
|
629
|
-
[_h]: ["PUT", "/applications/{application}/resources/{resourceType}/{resource}", 200],
|
|
630
|
-
},
|
|
496
|
+
{ [_h]: ["PUT", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
|
|
631
497
|
() => AssociateResourceRequest,
|
|
632
498
|
() => AssociateResourceResponse,
|
|
633
499
|
];
|
|
@@ -635,9 +501,7 @@ export var CreateApplication = [
|
|
|
635
501
|
9,
|
|
636
502
|
n0,
|
|
637
503
|
_CA,
|
|
638
|
-
{
|
|
639
|
-
[_h]: ["POST", "/applications", 201],
|
|
640
|
-
},
|
|
504
|
+
{ [_h]: ["POST", "/applications", 201] },
|
|
641
505
|
() => CreateApplicationRequest,
|
|
642
506
|
() => CreateApplicationResponse,
|
|
643
507
|
];
|
|
@@ -645,9 +509,7 @@ export var CreateAttributeGroup = [
|
|
|
645
509
|
9,
|
|
646
510
|
n0,
|
|
647
511
|
_CAG,
|
|
648
|
-
{
|
|
649
|
-
[_h]: ["POST", "/attribute-groups", 201],
|
|
650
|
-
},
|
|
512
|
+
{ [_h]: ["POST", "/attribute-groups", 201] },
|
|
651
513
|
() => CreateAttributeGroupRequest,
|
|
652
514
|
() => CreateAttributeGroupResponse,
|
|
653
515
|
];
|
|
@@ -655,9 +517,7 @@ export var DeleteApplication = [
|
|
|
655
517
|
9,
|
|
656
518
|
n0,
|
|
657
519
|
_DA,
|
|
658
|
-
{
|
|
659
|
-
[_h]: ["DELETE", "/applications/{application}", 200],
|
|
660
|
-
},
|
|
520
|
+
{ [_h]: ["DELETE", "/applications/{application}", 200] },
|
|
661
521
|
() => DeleteApplicationRequest,
|
|
662
522
|
() => DeleteApplicationResponse,
|
|
663
523
|
];
|
|
@@ -665,9 +525,7 @@ export var DeleteAttributeGroup = [
|
|
|
665
525
|
9,
|
|
666
526
|
n0,
|
|
667
527
|
_DAG,
|
|
668
|
-
{
|
|
669
|
-
[_h]: ["DELETE", "/attribute-groups/{attributeGroup}", 200],
|
|
670
|
-
},
|
|
528
|
+
{ [_h]: ["DELETE", "/attribute-groups/{attributeGroup}", 200] },
|
|
671
529
|
() => DeleteAttributeGroupRequest,
|
|
672
530
|
() => DeleteAttributeGroupResponse,
|
|
673
531
|
];
|
|
@@ -675,9 +533,7 @@ export var DisassociateAttributeGroup = [
|
|
|
675
533
|
9,
|
|
676
534
|
n0,
|
|
677
535
|
_DAGi,
|
|
678
|
-
{
|
|
679
|
-
[_h]: ["DELETE", "/applications/{application}/attribute-groups/{attributeGroup}", 200],
|
|
680
|
-
},
|
|
536
|
+
{ [_h]: ["DELETE", "/applications/{application}/attribute-groups/{attributeGroup}", 200] },
|
|
681
537
|
() => DisassociateAttributeGroupRequest,
|
|
682
538
|
() => DisassociateAttributeGroupResponse,
|
|
683
539
|
];
|
|
@@ -685,9 +541,7 @@ export var DisassociateResource = [
|
|
|
685
541
|
9,
|
|
686
542
|
n0,
|
|
687
543
|
_DR,
|
|
688
|
-
{
|
|
689
|
-
[_h]: ["DELETE", "/applications/{application}/resources/{resourceType}/{resource}", 200],
|
|
690
|
-
},
|
|
544
|
+
{ [_h]: ["DELETE", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
|
|
691
545
|
() => DisassociateResourceRequest,
|
|
692
546
|
() => DisassociateResourceResponse,
|
|
693
547
|
];
|
|
@@ -695,9 +549,7 @@ export var GetApplication = [
|
|
|
695
549
|
9,
|
|
696
550
|
n0,
|
|
697
551
|
_GA,
|
|
698
|
-
{
|
|
699
|
-
[_h]: ["GET", "/applications/{application}", 200],
|
|
700
|
-
},
|
|
552
|
+
{ [_h]: ["GET", "/applications/{application}", 200] },
|
|
701
553
|
() => GetApplicationRequest,
|
|
702
554
|
() => GetApplicationResponse,
|
|
703
555
|
];
|
|
@@ -705,9 +557,7 @@ export var GetAssociatedResource = [
|
|
|
705
557
|
9,
|
|
706
558
|
n0,
|
|
707
559
|
_GARet,
|
|
708
|
-
{
|
|
709
|
-
[_h]: ["GET", "/applications/{application}/resources/{resourceType}/{resource}", 200],
|
|
710
|
-
},
|
|
560
|
+
{ [_h]: ["GET", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
|
|
711
561
|
() => GetAssociatedResourceRequest,
|
|
712
562
|
() => GetAssociatedResourceResponse,
|
|
713
563
|
];
|
|
@@ -715,9 +565,7 @@ export var GetAttributeGroup = [
|
|
|
715
565
|
9,
|
|
716
566
|
n0,
|
|
717
567
|
_GAG,
|
|
718
|
-
{
|
|
719
|
-
[_h]: ["GET", "/attribute-groups/{attributeGroup}", 200],
|
|
720
|
-
},
|
|
568
|
+
{ [_h]: ["GET", "/attribute-groups/{attributeGroup}", 200] },
|
|
721
569
|
() => GetAttributeGroupRequest,
|
|
722
570
|
() => GetAttributeGroupResponse,
|
|
723
571
|
];
|
|
@@ -725,9 +573,7 @@ export var GetConfiguration = [
|
|
|
725
573
|
9,
|
|
726
574
|
n0,
|
|
727
575
|
_GC,
|
|
728
|
-
{
|
|
729
|
-
[_h]: ["GET", "/configuration", 200],
|
|
730
|
-
},
|
|
576
|
+
{ [_h]: ["GET", "/configuration", 200] },
|
|
731
577
|
() => __Unit,
|
|
732
578
|
() => GetConfigurationResponse,
|
|
733
579
|
];
|
|
@@ -735,9 +581,7 @@ export var ListApplications = [
|
|
|
735
581
|
9,
|
|
736
582
|
n0,
|
|
737
583
|
_LA,
|
|
738
|
-
{
|
|
739
|
-
[_h]: ["GET", "/applications", 200],
|
|
740
|
-
},
|
|
584
|
+
{ [_h]: ["GET", "/applications", 200] },
|
|
741
585
|
() => ListApplicationsRequest,
|
|
742
586
|
() => ListApplicationsResponse,
|
|
743
587
|
];
|
|
@@ -745,9 +589,7 @@ export var ListAssociatedAttributeGroups = [
|
|
|
745
589
|
9,
|
|
746
590
|
n0,
|
|
747
591
|
_LAAG,
|
|
748
|
-
{
|
|
749
|
-
[_h]: ["GET", "/applications/{application}/attribute-groups", 200],
|
|
750
|
-
},
|
|
592
|
+
{ [_h]: ["GET", "/applications/{application}/attribute-groups", 200] },
|
|
751
593
|
() => ListAssociatedAttributeGroupsRequest,
|
|
752
594
|
() => ListAssociatedAttributeGroupsResponse,
|
|
753
595
|
];
|
|
@@ -755,9 +597,7 @@ export var ListAssociatedResources = [
|
|
|
755
597
|
9,
|
|
756
598
|
n0,
|
|
757
599
|
_LARis,
|
|
758
|
-
{
|
|
759
|
-
[_h]: ["GET", "/applications/{application}/resources", 200],
|
|
760
|
-
},
|
|
600
|
+
{ [_h]: ["GET", "/applications/{application}/resources", 200] },
|
|
761
601
|
() => ListAssociatedResourcesRequest,
|
|
762
602
|
() => ListAssociatedResourcesResponse,
|
|
763
603
|
];
|
|
@@ -765,9 +605,7 @@ export var ListAttributeGroups = [
|
|
|
765
605
|
9,
|
|
766
606
|
n0,
|
|
767
607
|
_LAG,
|
|
768
|
-
{
|
|
769
|
-
[_h]: ["GET", "/attribute-groups", 200],
|
|
770
|
-
},
|
|
608
|
+
{ [_h]: ["GET", "/attribute-groups", 200] },
|
|
771
609
|
() => ListAttributeGroupsRequest,
|
|
772
610
|
() => ListAttributeGroupsResponse,
|
|
773
611
|
];
|
|
@@ -775,9 +613,7 @@ export var ListAttributeGroupsForApplication = [
|
|
|
775
613
|
9,
|
|
776
614
|
n0,
|
|
777
615
|
_LAGFA,
|
|
778
|
-
{
|
|
779
|
-
[_h]: ["GET", "/applications/{application}/attribute-group-details", 200],
|
|
780
|
-
},
|
|
616
|
+
{ [_h]: ["GET", "/applications/{application}/attribute-group-details", 200] },
|
|
781
617
|
() => ListAttributeGroupsForApplicationRequest,
|
|
782
618
|
() => ListAttributeGroupsForApplicationResponse,
|
|
783
619
|
];
|
|
@@ -785,9 +621,7 @@ export var ListTagsForResource = [
|
|
|
785
621
|
9,
|
|
786
622
|
n0,
|
|
787
623
|
_LTFR,
|
|
788
|
-
{
|
|
789
|
-
[_h]: ["GET", "/tags/{resourceArn}", 200],
|
|
790
|
-
},
|
|
624
|
+
{ [_h]: ["GET", "/tags/{resourceArn}", 200] },
|
|
791
625
|
() => ListTagsForResourceRequest,
|
|
792
626
|
() => ListTagsForResourceResponse,
|
|
793
627
|
];
|
|
@@ -795,9 +629,7 @@ export var PutConfiguration = [
|
|
|
795
629
|
9,
|
|
796
630
|
n0,
|
|
797
631
|
_PC,
|
|
798
|
-
{
|
|
799
|
-
[_h]: ["PUT", "/configuration", 200],
|
|
800
|
-
},
|
|
632
|
+
{ [_h]: ["PUT", "/configuration", 200] },
|
|
801
633
|
() => PutConfigurationRequest,
|
|
802
634
|
() => __Unit,
|
|
803
635
|
];
|
|
@@ -805,9 +637,7 @@ export var SyncResource = [
|
|
|
805
637
|
9,
|
|
806
638
|
n0,
|
|
807
639
|
_SR,
|
|
808
|
-
{
|
|
809
|
-
[_h]: ["POST", "/sync/{resourceType}/{resource}", 200],
|
|
810
|
-
},
|
|
640
|
+
{ [_h]: ["POST", "/sync/{resourceType}/{resource}", 200] },
|
|
811
641
|
() => SyncResourceRequest,
|
|
812
642
|
() => SyncResourceResponse,
|
|
813
643
|
];
|
|
@@ -815,9 +645,7 @@ export var TagResource = [
|
|
|
815
645
|
9,
|
|
816
646
|
n0,
|
|
817
647
|
_TR,
|
|
818
|
-
{
|
|
819
|
-
[_h]: ["POST", "/tags/{resourceArn}", 200],
|
|
820
|
-
},
|
|
648
|
+
{ [_h]: ["POST", "/tags/{resourceArn}", 200] },
|
|
821
649
|
() => TagResourceRequest,
|
|
822
650
|
() => TagResourceResponse,
|
|
823
651
|
];
|
|
@@ -825,9 +653,7 @@ export var UntagResource = [
|
|
|
825
653
|
9,
|
|
826
654
|
n0,
|
|
827
655
|
_UR,
|
|
828
|
-
{
|
|
829
|
-
[_h]: ["DELETE", "/tags/{resourceArn}", 200],
|
|
830
|
-
},
|
|
656
|
+
{ [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
|
|
831
657
|
() => UntagResourceRequest,
|
|
832
658
|
() => UntagResourceResponse,
|
|
833
659
|
];
|
|
@@ -835,9 +661,7 @@ export var UpdateApplication = [
|
|
|
835
661
|
9,
|
|
836
662
|
n0,
|
|
837
663
|
_UA,
|
|
838
|
-
{
|
|
839
|
-
[_h]: ["PATCH", "/applications/{application}", 200],
|
|
840
|
-
},
|
|
664
|
+
{ [_h]: ["PATCH", "/applications/{application}", 200] },
|
|
841
665
|
() => UpdateApplicationRequest,
|
|
842
666
|
() => UpdateApplicationResponse,
|
|
843
667
|
];
|
|
@@ -845,9 +669,7 @@ export var UpdateAttributeGroup = [
|
|
|
845
669
|
9,
|
|
846
670
|
n0,
|
|
847
671
|
_UAG,
|
|
848
|
-
{
|
|
849
|
-
[_h]: ["PATCH", "/attribute-groups/{attributeGroup}", 200],
|
|
850
|
-
},
|
|
672
|
+
{ [_h]: ["PATCH", "/attribute-groups/{attributeGroup}", 200] },
|
|
851
673
|
() => UpdateAttributeGroupRequest,
|
|
852
674
|
() => UpdateAttributeGroupResponse,
|
|
853
675
|
];
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "./commands/AssociateAttributeGroupCommand";
|
|
3
3
|
import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
|
|
4
4
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
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 ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, 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
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AssociateAttributeGroupCommandInput, AssociateAttributeGroupCommandOutput } from "./commands/AssociateAttributeGroupCommand";
|
|
11
11
|
import { AssociateResourceCommandInput, AssociateResourceCommandOutput } from "./commands/AssociateResourceCommand";
|
|
12
12
|
import { CreateApplicationCommandInput, CreateApplicationCommandOutput } from "./commands/CreateApplicationCommand";
|
|
@@ -32,7 +32,7 @@ import { UntagResourceCommandInput, UntagResourceCommandOutput } from "./command
|
|
|
32
32
|
import { UpdateApplicationCommandInput, UpdateApplicationCommandOutput } from "./commands/UpdateApplicationCommand";
|
|
33
33
|
import { UpdateAttributeGroupCommandInput, UpdateAttributeGroupCommandOutput } from "./commands/UpdateAttributeGroupCommand";
|
|
34
34
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
35
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
35
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
36
36
|
export { __Client };
|
|
37
37
|
/**
|
|
38
38
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { ServiceCatalogAppRegistryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { ServiceCatalogAppRegistryHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type ServiceCatalogAppRegistryClientResolvedConfig } from "../ServiceCatalogAppRegistryClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateAttributeGroupRequest, AssociateAttributeGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateResourceRequest, AssociateResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateApplicationRequest, CreateApplicationResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateAttributeGroupRequest, CreateAttributeGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteApplicationRequest, DeleteApplicationResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteAttributeGroupRequest, DeleteAttributeGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisassociateAttributeGroupRequest, DisassociateAttributeGroupResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisassociateResourceRequest, DisassociateResourceResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
4
|
-
import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetApplicationRequest, GetApplicationResponse } from "../models/models_0";
|
|
4
|
+
import type { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../ServiceCatalogAppRegistryClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|