@aws-sdk/client-service-catalog-appregistry 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.
Files changed (44) hide show
  1. package/dist-cjs/index.js +327 -200
  2. package/dist-cjs/runtimeConfig.shared.js +6 -1
  3. package/dist-es/commands/AssociateAttributeGroupCommand.js +2 -2
  4. package/dist-es/commands/AssociateResourceCommand.js +2 -2
  5. package/dist-es/commands/CreateApplicationCommand.js +2 -2
  6. package/dist-es/commands/CreateAttributeGroupCommand.js +2 -2
  7. package/dist-es/commands/DeleteApplicationCommand.js +2 -2
  8. package/dist-es/commands/DeleteAttributeGroupCommand.js +2 -2
  9. package/dist-es/commands/DisassociateAttributeGroupCommand.js +2 -2
  10. package/dist-es/commands/DisassociateResourceCommand.js +2 -2
  11. package/dist-es/commands/GetApplicationCommand.js +2 -2
  12. package/dist-es/commands/GetAssociatedResourceCommand.js +2 -2
  13. package/dist-es/commands/GetAttributeGroupCommand.js +2 -2
  14. package/dist-es/commands/GetConfigurationCommand.js +2 -2
  15. package/dist-es/commands/ListApplicationsCommand.js +2 -2
  16. package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +2 -2
  17. package/dist-es/commands/ListAssociatedResourcesCommand.js +2 -2
  18. package/dist-es/commands/ListAttributeGroupsCommand.js +2 -2
  19. package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +2 -2
  20. package/dist-es/commands/ListTagsForResourceCommand.js +2 -2
  21. package/dist-es/commands/PutConfigurationCommand.js +2 -2
  22. package/dist-es/commands/SyncResourceCommand.js +2 -2
  23. package/dist-es/commands/TagResourceCommand.js +2 -2
  24. package/dist-es/commands/UntagResourceCommand.js +2 -2
  25. package/dist-es/commands/UpdateApplicationCommand.js +2 -2
  26. package/dist-es/commands/UpdateAttributeGroupCommand.js +2 -2
  27. package/dist-es/index.js +1 -0
  28. package/dist-es/runtimeConfig.shared.js +6 -1
  29. package/dist-es/schemas/schemas_0.js +200 -165
  30. package/dist-types/ServiceCatalogAppRegistryClient.d.ts +1 -10
  31. package/dist-types/index.d.ts +1 -0
  32. package/dist-types/runtimeConfig.browser.d.ts +6 -2
  33. package/dist-types/runtimeConfig.d.ts +6 -2
  34. package/dist-types/runtimeConfig.native.d.ts +6 -2
  35. package/dist-types/runtimeConfig.shared.d.ts +6 -1
  36. package/dist-types/schemas/schemas_0.d.ts +93 -105
  37. package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +0 -4
  38. package/dist-types/ts3.4/index.d.ts +1 -0
  39. package/dist-types/ts3.4/runtimeConfig.browser.d.ts +9 -5
  40. package/dist-types/ts3.4/runtimeConfig.d.ts +9 -5
  41. package/dist-types/ts3.4/runtimeConfig.native.d.ts +9 -5
  42. package/dist-types/ts3.4/runtimeConfig.shared.d.ts +9 -4
  43. package/dist-types/ts3.4/schemas/schemas_0.d.ts +92 -105
  44. package/package.json +34 -34
package/dist-cjs/index.js CHANGED
@@ -110,14 +110,14 @@ class ServiceCatalogAppRegistryClient extends smithyClient.Client {
110
110
  }
111
111
  }
112
112
 
113
- let ServiceCatalogAppRegistryServiceException$1 = class ServiceCatalogAppRegistryServiceException extends smithyClient.ServiceException {
113
+ class ServiceCatalogAppRegistryServiceException extends smithyClient.ServiceException {
114
114
  constructor(options) {
115
115
  super(options);
116
116
  Object.setPrototypeOf(this, ServiceCatalogAppRegistryServiceException.prototype);
117
117
  }
118
- };
118
+ }
119
119
 
120
- let ConflictException$1 = class ConflictException extends ServiceCatalogAppRegistryServiceException$1 {
120
+ class ConflictException extends ServiceCatalogAppRegistryServiceException {
121
121
  name = "ConflictException";
122
122
  $fault = "client";
123
123
  constructor(opts) {
@@ -128,8 +128,8 @@ let ConflictException$1 = class ConflictException extends ServiceCatalogAppRegis
128
128
  });
129
129
  Object.setPrototypeOf(this, ConflictException.prototype);
130
130
  }
131
- };
132
- let InternalServerException$1 = class InternalServerException extends ServiceCatalogAppRegistryServiceException$1 {
131
+ }
132
+ class InternalServerException extends ServiceCatalogAppRegistryServiceException {
133
133
  name = "InternalServerException";
134
134
  $fault = "server";
135
135
  constructor(opts) {
@@ -140,8 +140,8 @@ let InternalServerException$1 = class InternalServerException extends ServiceCat
140
140
  });
141
141
  Object.setPrototypeOf(this, InternalServerException.prototype);
142
142
  }
143
- };
144
- let ResourceNotFoundException$1 = class ResourceNotFoundException extends ServiceCatalogAppRegistryServiceException$1 {
143
+ }
144
+ class ResourceNotFoundException extends ServiceCatalogAppRegistryServiceException {
145
145
  name = "ResourceNotFoundException";
146
146
  $fault = "client";
147
147
  constructor(opts) {
@@ -152,8 +152,8 @@ let ResourceNotFoundException$1 = class ResourceNotFoundException extends Servic
152
152
  });
153
153
  Object.setPrototypeOf(this, ResourceNotFoundException.prototype);
154
154
  }
155
- };
156
- let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extends ServiceCatalogAppRegistryServiceException$1 {
155
+ }
156
+ class ServiceQuotaExceededException extends ServiceCatalogAppRegistryServiceException {
157
157
  name = "ServiceQuotaExceededException";
158
158
  $fault = "client";
159
159
  constructor(opts) {
@@ -164,8 +164,8 @@ let ServiceQuotaExceededException$1 = class ServiceQuotaExceededException extend
164
164
  });
165
165
  Object.setPrototypeOf(this, ServiceQuotaExceededException.prototype);
166
166
  }
167
- };
168
- let ValidationException$1 = class ValidationException extends ServiceCatalogAppRegistryServiceException$1 {
167
+ }
168
+ class ValidationException extends ServiceCatalogAppRegistryServiceException {
169
169
  name = "ValidationException";
170
170
  $fault = "client";
171
171
  constructor(opts) {
@@ -176,8 +176,8 @@ let ValidationException$1 = class ValidationException extends ServiceCatalogAppR
176
176
  });
177
177
  Object.setPrototypeOf(this, ValidationException.prototype);
178
178
  }
179
- };
180
- let ThrottlingException$1 = class ThrottlingException extends ServiceCatalogAppRegistryServiceException$1 {
179
+ }
180
+ class ThrottlingException extends ServiceCatalogAppRegistryServiceException {
181
181
  name = "ThrottlingException";
182
182
  $fault = "client";
183
183
  serviceCode;
@@ -190,7 +190,7 @@ let ThrottlingException$1 = class ThrottlingException extends ServiceCatalogAppR
190
190
  Object.setPrototypeOf(this, ThrottlingException.prototype);
191
191
  this.serviceCode = opts.serviceCode;
192
192
  }
193
- };
193
+ }
194
194
 
195
195
  const _A = "Application";
196
196
  const _AAG = "AssociateAttributeGroup";
@@ -341,7 +341,7 @@ const _tKa = "tagKeys";
341
341
  const _tQC = "tagQueryConfiguration";
342
342
  const _tV = "tagValue";
343
343
  const n0 = "com.amazonaws.servicecatalogappregistry";
344
- var Application = [
344
+ var Application$ = [
345
345
  3,
346
346
  n0,
347
347
  _A,
@@ -349,8 +349,15 @@ var Application = [
349
349
  [_i, _a, _n, _d, _cT, _lUT, _t, _aT],
350
350
  [0, 0, 0, 0, 5, 5, 128 | 0, 128 | 0],
351
351
  ];
352
- var ApplicationSummary = [3, n0, _AS, 0, [_i, _a, _n, _d, _cT, _lUT], [0, 0, 0, 0, 5, 5]];
353
- var ApplicationTagResult = [
352
+ var ApplicationSummary$ = [
353
+ 3,
354
+ n0,
355
+ _AS,
356
+ 0,
357
+ [_i, _a, _n, _d, _cT, _lUT],
358
+ [0, 0, 0, 0, 5, 5],
359
+ ];
360
+ var ApplicationTagResult$ = [
354
361
  3,
355
362
  n0,
356
363
  _ATR,
@@ -358,8 +365,8 @@ var ApplicationTagResult = [
358
365
  [_aTS, _eM, _r, _nT],
359
366
  [0, 0, () => ResourcesList, 0],
360
367
  ];
361
- var AppRegistryConfiguration = [3, n0, _ARC, 0, [_tQC], [() => TagQueryConfiguration]];
362
- var AssociateAttributeGroupRequest = [
368
+ var AppRegistryConfiguration$ = [3, n0, _ARC, 0, [_tQC], [() => TagQueryConfiguration$]];
369
+ var AssociateAttributeGroupRequest$ = [
363
370
  3,
364
371
  n0,
365
372
  _AAGR,
@@ -370,8 +377,8 @@ var AssociateAttributeGroupRequest = [
370
377
  [0, 1],
371
378
  ],
372
379
  ];
373
- var AssociateAttributeGroupResponse = [3, n0, _AAGRs, 0, [_aA, _aGA], [0, 0]];
374
- var AssociateResourceRequest = [
380
+ var AssociateAttributeGroupResponse$ = [3, n0, _AAGRs, 0, [_aA, _aGA], [0, 0]];
381
+ var AssociateResourceRequest$ = [
375
382
  3,
376
383
  n0,
377
384
  _ARR,
@@ -379,8 +386,8 @@ var AssociateResourceRequest = [
379
386
  [_ap, _rT, _re, _o],
380
387
  [[0, 1], [0, 1], [0, 1], 64 | 0],
381
388
  ];
382
- var AssociateResourceResponse = [3, n0, _ARRs, 0, [_aA, _rA, _o], [0, 0, 64 | 0]];
383
- var AttributeGroup = [
389
+ var AssociateResourceResponse$ = [3, n0, _ARRs, 0, [_aA, _rA, _o], [0, 0, 64 | 0]];
390
+ var AttributeGroup$ = [
384
391
  3,
385
392
  n0,
386
393
  _AG,
@@ -388,8 +395,8 @@ var AttributeGroup = [
388
395
  [_i, _a, _n, _d, _cT, _lUT, _t],
389
396
  [0, 0, 0, 0, 5, 5, 128 | 0],
390
397
  ];
391
- var AttributeGroupDetails = [3, n0, _AGD, 0, [_i, _a, _n, _cB], [0, 0, 0, 0]];
392
- var AttributeGroupSummary = [
398
+ var AttributeGroupDetails$ = [3, n0, _AGD, 0, [_i, _a, _n, _cB], [0, 0, 0, 0]];
399
+ var AttributeGroupSummary$ = [
393
400
  3,
394
401
  n0,
395
402
  _AGS,
@@ -397,9 +404,9 @@ var AttributeGroupSummary = [
397
404
  [_i, _a, _n, _d, _cT, _lUT, _cB],
398
405
  [0, 0, 0, 0, 5, 5, 0],
399
406
  ];
400
- var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
401
- schema.TypeRegistry.for(n0).registerError(ConflictException, ConflictException$1);
402
- var CreateApplicationRequest = [
407
+ var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
408
+ schema.TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
409
+ var CreateApplicationRequest$ = [
403
410
  3,
404
411
  n0,
405
412
  _CAR,
@@ -407,8 +414,8 @@ var CreateApplicationRequest = [
407
414
  [_n, _d, _t, _cTl],
408
415
  [0, 0, 128 | 0, [0, 4]],
409
416
  ];
410
- var CreateApplicationResponse = [3, n0, _CARr, 0, [_ap], [() => Application]];
411
- var CreateAttributeGroupRequest = [
417
+ var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_ap], [() => Application$]];
418
+ var CreateAttributeGroupRequest$ = [
412
419
  3,
413
420
  n0,
414
421
  _CAGR,
@@ -416,19 +423,19 @@ var CreateAttributeGroupRequest = [
416
423
  [_n, _d, _at, _t, _cTl],
417
424
  [0, 0, 0, 128 | 0, [0, 4]],
418
425
  ];
419
- var CreateAttributeGroupResponse = [3, n0, _CAGRr, 0, [_aG], [() => AttributeGroup]];
420
- var DeleteApplicationRequest = [3, n0, _DAR, 0, [_ap], [[0, 1]]];
421
- var DeleteApplicationResponse = [3, n0, _DARe, 0, [_ap], [() => ApplicationSummary]];
422
- var DeleteAttributeGroupRequest = [3, n0, _DAGR, 0, [_aG], [[0, 1]]];
423
- var DeleteAttributeGroupResponse = [
426
+ var CreateAttributeGroupResponse$ = [3, n0, _CAGRr, 0, [_aG], [() => AttributeGroup$]];
427
+ var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_ap], [[0, 1]]];
428
+ var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [_ap], [() => ApplicationSummary$]];
429
+ var DeleteAttributeGroupRequest$ = [3, n0, _DAGR, 0, [_aG], [[0, 1]]];
430
+ var DeleteAttributeGroupResponse$ = [
424
431
  3,
425
432
  n0,
426
433
  _DAGRe,
427
434
  0,
428
435
  [_aG],
429
- [() => AttributeGroupSummary],
436
+ [() => AttributeGroupSummary$],
430
437
  ];
431
- var DisassociateAttributeGroupRequest = [
438
+ var DisassociateAttributeGroupRequest$ = [
432
439
  3,
433
440
  n0,
434
441
  _DAGRi,
@@ -439,8 +446,8 @@ var DisassociateAttributeGroupRequest = [
439
446
  [0, 1],
440
447
  ],
441
448
  ];
442
- var DisassociateAttributeGroupResponse = [3, n0, _DAGRis, 0, [_aA, _aGA], [0, 0]];
443
- var DisassociateResourceRequest = [
449
+ var DisassociateAttributeGroupResponse$ = [3, n0, _DAGRis, 0, [_aA, _aGA], [0, 0]];
450
+ var DisassociateResourceRequest$ = [
444
451
  3,
445
452
  n0,
446
453
  _DRR,
@@ -452,17 +459,17 @@ var DisassociateResourceRequest = [
452
459
  [0, 1],
453
460
  ],
454
461
  ];
455
- var DisassociateResourceResponse = [3, n0, _DRRi, 0, [_aA, _rA], [0, 0]];
456
- var GetApplicationRequest = [3, n0, _GAR, 0, [_ap], [[0, 1]]];
457
- var GetApplicationResponse = [
462
+ var DisassociateResourceResponse$ = [3, n0, _DRRi, 0, [_aA, _rA], [0, 0]];
463
+ var GetApplicationRequest$ = [3, n0, _GAR, 0, [_ap], [[0, 1]]];
464
+ var GetApplicationResponse$ = [
458
465
  3,
459
466
  n0,
460
467
  _GARe,
461
468
  0,
462
469
  [_i, _a, _n, _d, _cT, _lUT, _aRC, _t, _in, _aT],
463
- [0, 0, 0, 0, 5, 5, 1, 128 | 0, () => Integrations, 128 | 0],
470
+ [0, 0, 0, 0, 5, 5, 1, 128 | 0, () => Integrations$, 128 | 0],
464
471
  ];
465
- var GetAssociatedResourceRequest = [
472
+ var GetAssociatedResourceRequest$ = [
466
473
  3,
467
474
  n0,
468
475
  _GARR,
@@ -477,16 +484,16 @@ var GetAssociatedResourceRequest = [
477
484
  [1, { [_hQ]: _mR }],
478
485
  ],
479
486
  ];
480
- var GetAssociatedResourceResponse = [
487
+ var GetAssociatedResourceResponse$ = [
481
488
  3,
482
489
  n0,
483
490
  _GARRe,
484
491
  0,
485
492
  [_re, _o, _aTR],
486
- [() => Resource, 64 | 0, () => ApplicationTagResult],
493
+ [() => Resource$, 64 | 0, () => ApplicationTagResult$],
487
494
  ];
488
- var GetAttributeGroupRequest = [3, n0, _GAGR, 0, [_aG], [[0, 1]]];
489
- var GetAttributeGroupResponse = [
495
+ var GetAttributeGroupRequest$ = [3, n0, _GAGR, 0, [_aG], [[0, 1]]];
496
+ var GetAttributeGroupResponse$ = [
490
497
  3,
491
498
  n0,
492
499
  _GAGRe,
@@ -494,18 +501,25 @@ var GetAttributeGroupResponse = [
494
501
  [_i, _a, _n, _d, _at, _cT, _lUT, _t, _cB],
495
502
  [0, 0, 0, 0, 0, 5, 5, 128 | 0, 0],
496
503
  ];
497
- var GetConfigurationResponse = [3, n0, _GCR, 0, [_co], [() => AppRegistryConfiguration]];
498
- var Integrations = [
504
+ var GetConfigurationResponse$ = [
505
+ 3,
506
+ n0,
507
+ _GCR,
508
+ 0,
509
+ [_co],
510
+ [() => AppRegistryConfiguration$],
511
+ ];
512
+ var Integrations$ = [
499
513
  3,
500
514
  n0,
501
515
  _I,
502
516
  0,
503
517
  [_rG, _aTRG],
504
- [() => ResourceGroup, () => ResourceGroup],
518
+ [() => ResourceGroup$, () => ResourceGroup$],
505
519
  ];
506
- var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
507
- schema.TypeRegistry.for(n0).registerError(InternalServerException, InternalServerException$1);
508
- var ListApplicationsRequest = [
520
+ var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
521
+ schema.TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
522
+ var ListApplicationsRequest$ = [
509
523
  3,
510
524
  n0,
511
525
  _LAR,
@@ -516,7 +530,7 @@ var ListApplicationsRequest = [
516
530
  [1, { [_hQ]: _mR }],
517
531
  ],
518
532
  ];
519
- var ListApplicationsResponse = [
533
+ var ListApplicationsResponse$ = [
520
534
  3,
521
535
  n0,
522
536
  _LARi,
@@ -524,7 +538,7 @@ var ListApplicationsResponse = [
524
538
  [_app, _nT],
525
539
  [() => ApplicationSummaries, 0],
526
540
  ];
527
- var ListAssociatedAttributeGroupsRequest = [
541
+ var ListAssociatedAttributeGroupsRequest$ = [
528
542
  3,
529
543
  n0,
530
544
  _LAAGR,
@@ -536,8 +550,15 @@ var ListAssociatedAttributeGroupsRequest = [
536
550
  [1, { [_hQ]: _mR }],
537
551
  ],
538
552
  ];
539
- var ListAssociatedAttributeGroupsResponse = [3, n0, _LAAGRi, 0, [_aGt, _nT], [64 | 0, 0]];
540
- var ListAssociatedResourcesRequest = [
553
+ var ListAssociatedAttributeGroupsResponse$ = [
554
+ 3,
555
+ n0,
556
+ _LAAGRi,
557
+ 0,
558
+ [_aGt, _nT],
559
+ [64 | 0, 0],
560
+ ];
561
+ var ListAssociatedResourcesRequest$ = [
541
562
  3,
542
563
  n0,
543
564
  _LARR,
@@ -549,8 +570,15 @@ var ListAssociatedResourcesRequest = [
549
570
  [1, { [_hQ]: _mR }],
550
571
  ],
551
572
  ];
552
- var ListAssociatedResourcesResponse = [3, n0, _LARRi, 0, [_r, _nT], [() => Resources, 0]];
553
- var ListAttributeGroupsForApplicationRequest = [
573
+ var ListAssociatedResourcesResponse$ = [
574
+ 3,
575
+ n0,
576
+ _LARRi,
577
+ 0,
578
+ [_r, _nT],
579
+ [() => Resources, 0],
580
+ ];
581
+ var ListAttributeGroupsForApplicationRequest$ = [
554
582
  3,
555
583
  n0,
556
584
  _LAGFAR,
@@ -562,7 +590,7 @@ var ListAttributeGroupsForApplicationRequest = [
562
590
  [1, { [_hQ]: _mR }],
563
591
  ],
564
592
  ];
565
- var ListAttributeGroupsForApplicationResponse = [
593
+ var ListAttributeGroupsForApplicationResponse$ = [
566
594
  3,
567
595
  n0,
568
596
  _LAGFARi,
@@ -570,7 +598,7 @@ var ListAttributeGroupsForApplicationResponse = [
570
598
  [_aGD, _nT],
571
599
  [() => AttributeGroupDetailsList, 0],
572
600
  ];
573
- var ListAttributeGroupsRequest = [
601
+ var ListAttributeGroupsRequest$ = [
574
602
  3,
575
603
  n0,
576
604
  _LAGR,
@@ -581,7 +609,7 @@ var ListAttributeGroupsRequest = [
581
609
  [1, { [_hQ]: _mR }],
582
610
  ],
583
611
  ];
584
- var ListAttributeGroupsResponse = [
612
+ var ListAttributeGroupsResponse$ = [
585
613
  3,
586
614
  n0,
587
615
  _LAGRi,
@@ -589,27 +617,34 @@ var ListAttributeGroupsResponse = [
589
617
  [_aGt, _nT],
590
618
  [() => AttributeGroupSummaries, 0],
591
619
  ];
592
- var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
593
- var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
594
- var PutConfigurationRequest = [3, n0, _PCR, 0, [_co], [() => AppRegistryConfiguration]];
595
- var Resource = [3, n0, _R, 0, [_n, _a, _aTs, _in], [0, 0, 5, () => ResourceIntegrations]];
596
- var ResourceDetails = [3, n0, _RD, 0, [_tV], [0]];
597
- var ResourceGroup = [3, n0, _RG, 0, [_st, _a, _eM], [0, 0, 0]];
598
- var ResourceInfo = [
620
+ var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
621
+ var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
622
+ var PutConfigurationRequest$ = [3, n0, _PCR, 0, [_co], [() => AppRegistryConfiguration$]];
623
+ var Resource$ = [
624
+ 3,
625
+ n0,
626
+ _R,
627
+ 0,
628
+ [_n, _a, _aTs, _in],
629
+ [0, 0, 5, () => ResourceIntegrations$],
630
+ ];
631
+ var ResourceDetails$ = [3, n0, _RD, 0, [_tV], [0]];
632
+ var ResourceGroup$ = [3, n0, _RG, 0, [_st, _a, _eM], [0, 0, 0]];
633
+ var ResourceInfo$ = [
599
634
  3,
600
635
  n0,
601
636
  _RI,
602
637
  0,
603
638
  [_n, _a, _rT, _rD, _o],
604
- [0, 0, 0, () => ResourceDetails, 64 | 0],
639
+ [0, 0, 0, () => ResourceDetails$, 64 | 0],
605
640
  ];
606
- var ResourceIntegrations = [3, n0, _RIe, 0, [_rG], [() => ResourceGroup]];
607
- var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
608
- schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException, ResourceNotFoundException$1);
609
- var ResourcesListItem = [3, n0, _RLI, 0, [_rA, _eM, _sta, _rT], [0, 0, 0, 0]];
610
- var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
611
- schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, ServiceQuotaExceededException$1);
612
- var SyncResourceRequest = [
641
+ var ResourceIntegrations$ = [3, n0, _RIe, 0, [_rG], [() => ResourceGroup$]];
642
+ var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
643
+ schema.TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
644
+ var ResourcesListItem$ = [3, n0, _RLI, 0, [_rA, _eM, _sta, _rT], [0, 0, 0, 0]];
645
+ var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
646
+ schema.TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
647
+ var SyncResourceRequest$ = [
613
648
  3,
614
649
  n0,
615
650
  _SRR,
@@ -620,13 +655,13 @@ var SyncResourceRequest = [
620
655
  [0, 1],
621
656
  ],
622
657
  ];
623
- var SyncResourceResponse = [3, n0, _SRRy, 0, [_aA, _rA, _aTc], [0, 0, 0]];
624
- var TagQueryConfiguration = [3, n0, _TQC, 0, [_tK], [0]];
625
- var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
626
- var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
627
- var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC], [0, 0]];
628
- schema.TypeRegistry.for(n0).registerError(ThrottlingException, ThrottlingException$1);
629
- var UntagResourceRequest = [
658
+ var SyncResourceResponse$ = [3, n0, _SRRy, 0, [_aA, _rA, _aTc], [0, 0, 0]];
659
+ var TagQueryConfiguration$ = [3, n0, _TQC, 0, [_tK], [0]];
660
+ var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
661
+ var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
662
+ var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC], [0, 0]];
663
+ schema.TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
664
+ var UntagResourceRequest$ = [
630
665
  3,
631
666
  n0,
632
667
  _URR,
@@ -637,10 +672,10 @@ var UntagResourceRequest = [
637
672
  [64 | 0, { [_hQ]: _tKa }],
638
673
  ],
639
674
  ];
640
- var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
641
- var UpdateApplicationRequest = [3, n0, _UAR, 0, [_ap, _n, _d], [[0, 1], 0, 0]];
642
- var UpdateApplicationResponse = [3, n0, _UARp, 0, [_ap], [() => Application]];
643
- var UpdateAttributeGroupRequest = [
675
+ var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
676
+ var UpdateApplicationRequest$ = [3, n0, _UAR, 0, [_ap, _n, _d], [[0, 1], 0, 0]];
677
+ var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_ap], [() => Application$]];
678
+ var UpdateAttributeGroupRequest$ = [
644
679
  3,
645
680
  n0,
646
681
  _UAGR,
@@ -648,11 +683,11 @@ var UpdateAttributeGroupRequest = [
648
683
  [_aG, _n, _d, _at],
649
684
  [[0, 1], 0, 0, 0],
650
685
  ];
651
- var UpdateAttributeGroupResponse = [3, n0, _UAGRp, 0, [_aG], [() => AttributeGroup]];
652
- var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
653
- schema.TypeRegistry.for(n0).registerError(ValidationException, ValidationException$1);
686
+ var UpdateAttributeGroupResponse$ = [3, n0, _UAGRp, 0, [_aG], [() => AttributeGroup$]];
687
+ var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
688
+ schema.TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
654
689
  var __Unit = "unit";
655
- var ServiceCatalogAppRegistryServiceException = [
690
+ var ServiceCatalogAppRegistryServiceException$ = [
656
691
  -3,
657
692
  _sm,
658
693
  "ServiceCatalogAppRegistryServiceException",
@@ -660,203 +695,203 @@ var ServiceCatalogAppRegistryServiceException = [
660
695
  [],
661
696
  [],
662
697
  ];
663
- schema.TypeRegistry.for(_sm).registerError(ServiceCatalogAppRegistryServiceException, ServiceCatalogAppRegistryServiceException$1);
664
- var ApplicationSummaries = [1, n0, _ASp, 0, () => ApplicationSummary];
665
- var AttributeGroupDetailsList = [1, n0, _AGDL, 0, () => AttributeGroupDetails];
666
- var AttributeGroupSummaries = [1, n0, _AGSt, 0, () => AttributeGroupSummary];
667
- var Resources = [1, n0, _Re, 0, () => ResourceInfo];
668
- var ResourcesList = [1, n0, _RL, 0, () => ResourcesListItem];
669
- var AssociateAttributeGroup = [
698
+ schema.TypeRegistry.for(_sm).registerError(ServiceCatalogAppRegistryServiceException$, ServiceCatalogAppRegistryServiceException);
699
+ var ApplicationSummaries = [1, n0, _ASp, 0, () => ApplicationSummary$];
700
+ var AttributeGroupDetailsList = [1, n0, _AGDL, 0, () => AttributeGroupDetails$];
701
+ var AttributeGroupSummaries = [1, n0, _AGSt, 0, () => AttributeGroupSummary$];
702
+ var Resources = [1, n0, _Re, 0, () => ResourceInfo$];
703
+ var ResourcesList = [1, n0, _RL, 0, () => ResourcesListItem$];
704
+ var AssociateAttributeGroup$ = [
670
705
  9,
671
706
  n0,
672
707
  _AAG,
673
708
  { [_h]: ["PUT", "/applications/{application}/attribute-groups/{attributeGroup}", 200] },
674
- () => AssociateAttributeGroupRequest,
675
- () => AssociateAttributeGroupResponse,
709
+ () => AssociateAttributeGroupRequest$,
710
+ () => AssociateAttributeGroupResponse$,
676
711
  ];
677
- var AssociateResource = [
712
+ var AssociateResource$ = [
678
713
  9,
679
714
  n0,
680
715
  _AR,
681
716
  { [_h]: ["PUT", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
682
- () => AssociateResourceRequest,
683
- () => AssociateResourceResponse,
717
+ () => AssociateResourceRequest$,
718
+ () => AssociateResourceResponse$,
684
719
  ];
685
- var CreateApplication = [
720
+ var CreateApplication$ = [
686
721
  9,
687
722
  n0,
688
723
  _CA,
689
724
  { [_h]: ["POST", "/applications", 201] },
690
- () => CreateApplicationRequest,
691
- () => CreateApplicationResponse,
725
+ () => CreateApplicationRequest$,
726
+ () => CreateApplicationResponse$,
692
727
  ];
693
- var CreateAttributeGroup = [
728
+ var CreateAttributeGroup$ = [
694
729
  9,
695
730
  n0,
696
731
  _CAG,
697
732
  { [_h]: ["POST", "/attribute-groups", 201] },
698
- () => CreateAttributeGroupRequest,
699
- () => CreateAttributeGroupResponse,
733
+ () => CreateAttributeGroupRequest$,
734
+ () => CreateAttributeGroupResponse$,
700
735
  ];
701
- var DeleteApplication = [
736
+ var DeleteApplication$ = [
702
737
  9,
703
738
  n0,
704
739
  _DA,
705
740
  { [_h]: ["DELETE", "/applications/{application}", 200] },
706
- () => DeleteApplicationRequest,
707
- () => DeleteApplicationResponse,
741
+ () => DeleteApplicationRequest$,
742
+ () => DeleteApplicationResponse$,
708
743
  ];
709
- var DeleteAttributeGroup = [
744
+ var DeleteAttributeGroup$ = [
710
745
  9,
711
746
  n0,
712
747
  _DAG,
713
748
  { [_h]: ["DELETE", "/attribute-groups/{attributeGroup}", 200] },
714
- () => DeleteAttributeGroupRequest,
715
- () => DeleteAttributeGroupResponse,
749
+ () => DeleteAttributeGroupRequest$,
750
+ () => DeleteAttributeGroupResponse$,
716
751
  ];
717
- var DisassociateAttributeGroup = [
752
+ var DisassociateAttributeGroup$ = [
718
753
  9,
719
754
  n0,
720
755
  _DAGi,
721
756
  { [_h]: ["DELETE", "/applications/{application}/attribute-groups/{attributeGroup}", 200] },
722
- () => DisassociateAttributeGroupRequest,
723
- () => DisassociateAttributeGroupResponse,
757
+ () => DisassociateAttributeGroupRequest$,
758
+ () => DisassociateAttributeGroupResponse$,
724
759
  ];
725
- var DisassociateResource = [
760
+ var DisassociateResource$ = [
726
761
  9,
727
762
  n0,
728
763
  _DR,
729
764
  { [_h]: ["DELETE", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
730
- () => DisassociateResourceRequest,
731
- () => DisassociateResourceResponse,
765
+ () => DisassociateResourceRequest$,
766
+ () => DisassociateResourceResponse$,
732
767
  ];
733
- var GetApplication = [
768
+ var GetApplication$ = [
734
769
  9,
735
770
  n0,
736
771
  _GA,
737
772
  { [_h]: ["GET", "/applications/{application}", 200] },
738
- () => GetApplicationRequest,
739
- () => GetApplicationResponse,
773
+ () => GetApplicationRequest$,
774
+ () => GetApplicationResponse$,
740
775
  ];
741
- var GetAssociatedResource = [
776
+ var GetAssociatedResource$ = [
742
777
  9,
743
778
  n0,
744
779
  _GARet,
745
780
  { [_h]: ["GET", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
746
- () => GetAssociatedResourceRequest,
747
- () => GetAssociatedResourceResponse,
781
+ () => GetAssociatedResourceRequest$,
782
+ () => GetAssociatedResourceResponse$,
748
783
  ];
749
- var GetAttributeGroup = [
784
+ var GetAttributeGroup$ = [
750
785
  9,
751
786
  n0,
752
787
  _GAG,
753
788
  { [_h]: ["GET", "/attribute-groups/{attributeGroup}", 200] },
754
- () => GetAttributeGroupRequest,
755
- () => GetAttributeGroupResponse,
789
+ () => GetAttributeGroupRequest$,
790
+ () => GetAttributeGroupResponse$,
756
791
  ];
757
- var GetConfiguration = [
792
+ var GetConfiguration$ = [
758
793
  9,
759
794
  n0,
760
795
  _GC,
761
796
  { [_h]: ["GET", "/configuration", 200] },
762
797
  () => __Unit,
763
- () => GetConfigurationResponse,
798
+ () => GetConfigurationResponse$,
764
799
  ];
765
- var ListApplications = [
800
+ var ListApplications$ = [
766
801
  9,
767
802
  n0,
768
803
  _LA,
769
804
  { [_h]: ["GET", "/applications", 200] },
770
- () => ListApplicationsRequest,
771
- () => ListApplicationsResponse,
805
+ () => ListApplicationsRequest$,
806
+ () => ListApplicationsResponse$,
772
807
  ];
773
- var ListAssociatedAttributeGroups = [
808
+ var ListAssociatedAttributeGroups$ = [
774
809
  9,
775
810
  n0,
776
811
  _LAAG,
777
812
  { [_h]: ["GET", "/applications/{application}/attribute-groups", 200] },
778
- () => ListAssociatedAttributeGroupsRequest,
779
- () => ListAssociatedAttributeGroupsResponse,
813
+ () => ListAssociatedAttributeGroupsRequest$,
814
+ () => ListAssociatedAttributeGroupsResponse$,
780
815
  ];
781
- var ListAssociatedResources = [
816
+ var ListAssociatedResources$ = [
782
817
  9,
783
818
  n0,
784
819
  _LARis,
785
820
  { [_h]: ["GET", "/applications/{application}/resources", 200] },
786
- () => ListAssociatedResourcesRequest,
787
- () => ListAssociatedResourcesResponse,
821
+ () => ListAssociatedResourcesRequest$,
822
+ () => ListAssociatedResourcesResponse$,
788
823
  ];
789
- var ListAttributeGroups = [
824
+ var ListAttributeGroups$ = [
790
825
  9,
791
826
  n0,
792
827
  _LAG,
793
828
  { [_h]: ["GET", "/attribute-groups", 200] },
794
- () => ListAttributeGroupsRequest,
795
- () => ListAttributeGroupsResponse,
829
+ () => ListAttributeGroupsRequest$,
830
+ () => ListAttributeGroupsResponse$,
796
831
  ];
797
- var ListAttributeGroupsForApplication = [
832
+ var ListAttributeGroupsForApplication$ = [
798
833
  9,
799
834
  n0,
800
835
  _LAGFA,
801
836
  { [_h]: ["GET", "/applications/{application}/attribute-group-details", 200] },
802
- () => ListAttributeGroupsForApplicationRequest,
803
- () => ListAttributeGroupsForApplicationResponse,
837
+ () => ListAttributeGroupsForApplicationRequest$,
838
+ () => ListAttributeGroupsForApplicationResponse$,
804
839
  ];
805
- var ListTagsForResource = [
840
+ var ListTagsForResource$ = [
806
841
  9,
807
842
  n0,
808
843
  _LTFR,
809
844
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
810
- () => ListTagsForResourceRequest,
811
- () => ListTagsForResourceResponse,
845
+ () => ListTagsForResourceRequest$,
846
+ () => ListTagsForResourceResponse$,
812
847
  ];
813
- var PutConfiguration = [
848
+ var PutConfiguration$ = [
814
849
  9,
815
850
  n0,
816
851
  _PC,
817
852
  { [_h]: ["PUT", "/configuration", 200] },
818
- () => PutConfigurationRequest,
853
+ () => PutConfigurationRequest$,
819
854
  () => __Unit,
820
855
  ];
821
- var SyncResource = [
856
+ var SyncResource$ = [
822
857
  9,
823
858
  n0,
824
859
  _SR,
825
860
  { [_h]: ["POST", "/sync/{resourceType}/{resource}", 200] },
826
- () => SyncResourceRequest,
827
- () => SyncResourceResponse,
861
+ () => SyncResourceRequest$,
862
+ () => SyncResourceResponse$,
828
863
  ];
829
- var TagResource = [
864
+ var TagResource$ = [
830
865
  9,
831
866
  n0,
832
867
  _TR,
833
868
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
834
- () => TagResourceRequest,
835
- () => TagResourceResponse,
869
+ () => TagResourceRequest$,
870
+ () => TagResourceResponse$,
836
871
  ];
837
- var UntagResource = [
872
+ var UntagResource$ = [
838
873
  9,
839
874
  n0,
840
875
  _UR,
841
876
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
842
- () => UntagResourceRequest,
843
- () => UntagResourceResponse,
877
+ () => UntagResourceRequest$,
878
+ () => UntagResourceResponse$,
844
879
  ];
845
- var UpdateApplication = [
880
+ var UpdateApplication$ = [
846
881
  9,
847
882
  n0,
848
883
  _UA,
849
884
  { [_h]: ["PATCH", "/applications/{application}", 200] },
850
- () => UpdateApplicationRequest,
851
- () => UpdateApplicationResponse,
885
+ () => UpdateApplicationRequest$,
886
+ () => UpdateApplicationResponse$,
852
887
  ];
853
- var UpdateAttributeGroup = [
888
+ var UpdateAttributeGroup$ = [
854
889
  9,
855
890
  n0,
856
891
  _UAG,
857
892
  { [_h]: ["PATCH", "/attribute-groups/{attributeGroup}", 200] },
858
- () => UpdateAttributeGroupRequest,
859
- () => UpdateAttributeGroupResponse,
893
+ () => UpdateAttributeGroupRequest$,
894
+ () => UpdateAttributeGroupResponse$,
860
895
  ];
861
896
 
862
897
  class AssociateAttributeGroupCommand extends smithyClient.Command
@@ -867,7 +902,7 @@ class AssociateAttributeGroupCommand extends smithyClient.Command
867
902
  })
868
903
  .s("AWS242AppRegistry", "AssociateAttributeGroup", {})
869
904
  .n("ServiceCatalogAppRegistryClient", "AssociateAttributeGroupCommand")
870
- .sc(AssociateAttributeGroup)
905
+ .sc(AssociateAttributeGroup$)
871
906
  .build() {
872
907
  }
873
908
 
@@ -879,7 +914,7 @@ class AssociateResourceCommand extends smithyClient.Command
879
914
  })
880
915
  .s("AWS242AppRegistry", "AssociateResource", {})
881
916
  .n("ServiceCatalogAppRegistryClient", "AssociateResourceCommand")
882
- .sc(AssociateResource)
917
+ .sc(AssociateResource$)
883
918
  .build() {
884
919
  }
885
920
 
@@ -891,7 +926,7 @@ class CreateApplicationCommand extends smithyClient.Command
891
926
  })
892
927
  .s("AWS242AppRegistry", "CreateApplication", {})
893
928
  .n("ServiceCatalogAppRegistryClient", "CreateApplicationCommand")
894
- .sc(CreateApplication)
929
+ .sc(CreateApplication$)
895
930
  .build() {
896
931
  }
897
932
 
@@ -903,7 +938,7 @@ class CreateAttributeGroupCommand extends smithyClient.Command
903
938
  })
904
939
  .s("AWS242AppRegistry", "CreateAttributeGroup", {})
905
940
  .n("ServiceCatalogAppRegistryClient", "CreateAttributeGroupCommand")
906
- .sc(CreateAttributeGroup)
941
+ .sc(CreateAttributeGroup$)
907
942
  .build() {
908
943
  }
909
944
 
@@ -915,7 +950,7 @@ class DeleteApplicationCommand extends smithyClient.Command
915
950
  })
916
951
  .s("AWS242AppRegistry", "DeleteApplication", {})
917
952
  .n("ServiceCatalogAppRegistryClient", "DeleteApplicationCommand")
918
- .sc(DeleteApplication)
953
+ .sc(DeleteApplication$)
919
954
  .build() {
920
955
  }
921
956
 
@@ -927,7 +962,7 @@ class DeleteAttributeGroupCommand extends smithyClient.Command
927
962
  })
928
963
  .s("AWS242AppRegistry", "DeleteAttributeGroup", {})
929
964
  .n("ServiceCatalogAppRegistryClient", "DeleteAttributeGroupCommand")
930
- .sc(DeleteAttributeGroup)
965
+ .sc(DeleteAttributeGroup$)
931
966
  .build() {
932
967
  }
933
968
 
@@ -939,7 +974,7 @@ class DisassociateAttributeGroupCommand extends smithyClient.Command
939
974
  })
940
975
  .s("AWS242AppRegistry", "DisassociateAttributeGroup", {})
941
976
  .n("ServiceCatalogAppRegistryClient", "DisassociateAttributeGroupCommand")
942
- .sc(DisassociateAttributeGroup)
977
+ .sc(DisassociateAttributeGroup$)
943
978
  .build() {
944
979
  }
945
980
 
@@ -951,7 +986,7 @@ class DisassociateResourceCommand extends smithyClient.Command
951
986
  })
952
987
  .s("AWS242AppRegistry", "DisassociateResource", {})
953
988
  .n("ServiceCatalogAppRegistryClient", "DisassociateResourceCommand")
954
- .sc(DisassociateResource)
989
+ .sc(DisassociateResource$)
955
990
  .build() {
956
991
  }
957
992
 
@@ -963,7 +998,7 @@ class GetApplicationCommand extends smithyClient.Command
963
998
  })
964
999
  .s("AWS242AppRegistry", "GetApplication", {})
965
1000
  .n("ServiceCatalogAppRegistryClient", "GetApplicationCommand")
966
- .sc(GetApplication)
1001
+ .sc(GetApplication$)
967
1002
  .build() {
968
1003
  }
969
1004
 
@@ -975,7 +1010,7 @@ class GetAssociatedResourceCommand extends smithyClient.Command
975
1010
  })
976
1011
  .s("AWS242AppRegistry", "GetAssociatedResource", {})
977
1012
  .n("ServiceCatalogAppRegistryClient", "GetAssociatedResourceCommand")
978
- .sc(GetAssociatedResource)
1013
+ .sc(GetAssociatedResource$)
979
1014
  .build() {
980
1015
  }
981
1016
 
@@ -987,7 +1022,7 @@ class GetAttributeGroupCommand extends smithyClient.Command
987
1022
  })
988
1023
  .s("AWS242AppRegistry", "GetAttributeGroup", {})
989
1024
  .n("ServiceCatalogAppRegistryClient", "GetAttributeGroupCommand")
990
- .sc(GetAttributeGroup)
1025
+ .sc(GetAttributeGroup$)
991
1026
  .build() {
992
1027
  }
993
1028
 
@@ -999,7 +1034,7 @@ class GetConfigurationCommand extends smithyClient.Command
999
1034
  })
1000
1035
  .s("AWS242AppRegistry", "GetConfiguration", {})
1001
1036
  .n("ServiceCatalogAppRegistryClient", "GetConfigurationCommand")
1002
- .sc(GetConfiguration)
1037
+ .sc(GetConfiguration$)
1003
1038
  .build() {
1004
1039
  }
1005
1040
 
@@ -1011,7 +1046,7 @@ class ListApplicationsCommand extends smithyClient.Command
1011
1046
  })
1012
1047
  .s("AWS242AppRegistry", "ListApplications", {})
1013
1048
  .n("ServiceCatalogAppRegistryClient", "ListApplicationsCommand")
1014
- .sc(ListApplications)
1049
+ .sc(ListApplications$)
1015
1050
  .build() {
1016
1051
  }
1017
1052
 
@@ -1023,7 +1058,7 @@ class ListAssociatedAttributeGroupsCommand extends smithyClient.Command
1023
1058
  })
1024
1059
  .s("AWS242AppRegistry", "ListAssociatedAttributeGroups", {})
1025
1060
  .n("ServiceCatalogAppRegistryClient", "ListAssociatedAttributeGroupsCommand")
1026
- .sc(ListAssociatedAttributeGroups)
1061
+ .sc(ListAssociatedAttributeGroups$)
1027
1062
  .build() {
1028
1063
  }
1029
1064
 
@@ -1035,7 +1070,7 @@ class ListAssociatedResourcesCommand extends smithyClient.Command
1035
1070
  })
1036
1071
  .s("AWS242AppRegistry", "ListAssociatedResources", {})
1037
1072
  .n("ServiceCatalogAppRegistryClient", "ListAssociatedResourcesCommand")
1038
- .sc(ListAssociatedResources)
1073
+ .sc(ListAssociatedResources$)
1039
1074
  .build() {
1040
1075
  }
1041
1076
 
@@ -1047,7 +1082,7 @@ class ListAttributeGroupsCommand extends smithyClient.Command
1047
1082
  })
1048
1083
  .s("AWS242AppRegistry", "ListAttributeGroups", {})
1049
1084
  .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsCommand")
1050
- .sc(ListAttributeGroups)
1085
+ .sc(ListAttributeGroups$)
1051
1086
  .build() {
1052
1087
  }
1053
1088
 
@@ -1059,7 +1094,7 @@ class ListAttributeGroupsForApplicationCommand extends smithyClient.Command
1059
1094
  })
1060
1095
  .s("AWS242AppRegistry", "ListAttributeGroupsForApplication", {})
1061
1096
  .n("ServiceCatalogAppRegistryClient", "ListAttributeGroupsForApplicationCommand")
1062
- .sc(ListAttributeGroupsForApplication)
1097
+ .sc(ListAttributeGroupsForApplication$)
1063
1098
  .build() {
1064
1099
  }
1065
1100
 
@@ -1071,7 +1106,7 @@ class ListTagsForResourceCommand extends smithyClient.Command
1071
1106
  })
1072
1107
  .s("AWS242AppRegistry", "ListTagsForResource", {})
1073
1108
  .n("ServiceCatalogAppRegistryClient", "ListTagsForResourceCommand")
1074
- .sc(ListTagsForResource)
1109
+ .sc(ListTagsForResource$)
1075
1110
  .build() {
1076
1111
  }
1077
1112
 
@@ -1083,7 +1118,7 @@ class PutConfigurationCommand extends smithyClient.Command
1083
1118
  })
1084
1119
  .s("AWS242AppRegistry", "PutConfiguration", {})
1085
1120
  .n("ServiceCatalogAppRegistryClient", "PutConfigurationCommand")
1086
- .sc(PutConfiguration)
1121
+ .sc(PutConfiguration$)
1087
1122
  .build() {
1088
1123
  }
1089
1124
 
@@ -1095,7 +1130,7 @@ class SyncResourceCommand extends smithyClient.Command
1095
1130
  })
1096
1131
  .s("AWS242AppRegistry", "SyncResource", {})
1097
1132
  .n("ServiceCatalogAppRegistryClient", "SyncResourceCommand")
1098
- .sc(SyncResource)
1133
+ .sc(SyncResource$)
1099
1134
  .build() {
1100
1135
  }
1101
1136
 
@@ -1107,7 +1142,7 @@ class TagResourceCommand extends smithyClient.Command
1107
1142
  })
1108
1143
  .s("AWS242AppRegistry", "TagResource", {})
1109
1144
  .n("ServiceCatalogAppRegistryClient", "TagResourceCommand")
1110
- .sc(TagResource)
1145
+ .sc(TagResource$)
1111
1146
  .build() {
1112
1147
  }
1113
1148
 
@@ -1119,7 +1154,7 @@ class UntagResourceCommand extends smithyClient.Command
1119
1154
  })
1120
1155
  .s("AWS242AppRegistry", "UntagResource", {})
1121
1156
  .n("ServiceCatalogAppRegistryClient", "UntagResourceCommand")
1122
- .sc(UntagResource)
1157
+ .sc(UntagResource$)
1123
1158
  .build() {
1124
1159
  }
1125
1160
 
@@ -1131,7 +1166,7 @@ class UpdateApplicationCommand extends smithyClient.Command
1131
1166
  })
1132
1167
  .s("AWS242AppRegistry", "UpdateApplication", {})
1133
1168
  .n("ServiceCatalogAppRegistryClient", "UpdateApplicationCommand")
1134
- .sc(UpdateApplication)
1169
+ .sc(UpdateApplication$)
1135
1170
  .build() {
1136
1171
  }
1137
1172
 
@@ -1143,7 +1178,7 @@ class UpdateAttributeGroupCommand extends smithyClient.Command
1143
1178
  })
1144
1179
  .s("AWS242AppRegistry", "UpdateAttributeGroup", {})
1145
1180
  .n("ServiceCatalogAppRegistryClient", "UpdateAttributeGroupCommand")
1146
- .sc(UpdateAttributeGroup)
1181
+ .sc(UpdateAttributeGroup$)
1147
1182
  .build() {
1148
1183
  }
1149
1184
 
@@ -1227,45 +1262,137 @@ Object.defineProperty(exports, "__Client", {
1227
1262
  enumerable: true,
1228
1263
  get: function () { return smithyClient.Client; }
1229
1264
  });
1265
+ exports.AppRegistryConfiguration$ = AppRegistryConfiguration$;
1266
+ exports.Application$ = Application$;
1267
+ exports.ApplicationSummary$ = ApplicationSummary$;
1268
+ exports.ApplicationTagResult$ = ApplicationTagResult$;
1230
1269
  exports.ApplicationTagStatus = ApplicationTagStatus;
1270
+ exports.AssociateAttributeGroup$ = AssociateAttributeGroup$;
1231
1271
  exports.AssociateAttributeGroupCommand = AssociateAttributeGroupCommand;
1272
+ exports.AssociateAttributeGroupRequest$ = AssociateAttributeGroupRequest$;
1273
+ exports.AssociateAttributeGroupResponse$ = AssociateAttributeGroupResponse$;
1274
+ exports.AssociateResource$ = AssociateResource$;
1232
1275
  exports.AssociateResourceCommand = AssociateResourceCommand;
1276
+ exports.AssociateResourceRequest$ = AssociateResourceRequest$;
1277
+ exports.AssociateResourceResponse$ = AssociateResourceResponse$;
1233
1278
  exports.AssociationOption = AssociationOption;
1234
- exports.ConflictException = ConflictException$1;
1279
+ exports.AttributeGroup$ = AttributeGroup$;
1280
+ exports.AttributeGroupDetails$ = AttributeGroupDetails$;
1281
+ exports.AttributeGroupSummary$ = AttributeGroupSummary$;
1282
+ exports.ConflictException = ConflictException;
1283
+ exports.ConflictException$ = ConflictException$;
1284
+ exports.CreateApplication$ = CreateApplication$;
1235
1285
  exports.CreateApplicationCommand = CreateApplicationCommand;
1286
+ exports.CreateApplicationRequest$ = CreateApplicationRequest$;
1287
+ exports.CreateApplicationResponse$ = CreateApplicationResponse$;
1288
+ exports.CreateAttributeGroup$ = CreateAttributeGroup$;
1236
1289
  exports.CreateAttributeGroupCommand = CreateAttributeGroupCommand;
1290
+ exports.CreateAttributeGroupRequest$ = CreateAttributeGroupRequest$;
1291
+ exports.CreateAttributeGroupResponse$ = CreateAttributeGroupResponse$;
1292
+ exports.DeleteApplication$ = DeleteApplication$;
1237
1293
  exports.DeleteApplicationCommand = DeleteApplicationCommand;
1294
+ exports.DeleteApplicationRequest$ = DeleteApplicationRequest$;
1295
+ exports.DeleteApplicationResponse$ = DeleteApplicationResponse$;
1296
+ exports.DeleteAttributeGroup$ = DeleteAttributeGroup$;
1238
1297
  exports.DeleteAttributeGroupCommand = DeleteAttributeGroupCommand;
1298
+ exports.DeleteAttributeGroupRequest$ = DeleteAttributeGroupRequest$;
1299
+ exports.DeleteAttributeGroupResponse$ = DeleteAttributeGroupResponse$;
1300
+ exports.DisassociateAttributeGroup$ = DisassociateAttributeGroup$;
1239
1301
  exports.DisassociateAttributeGroupCommand = DisassociateAttributeGroupCommand;
1302
+ exports.DisassociateAttributeGroupRequest$ = DisassociateAttributeGroupRequest$;
1303
+ exports.DisassociateAttributeGroupResponse$ = DisassociateAttributeGroupResponse$;
1304
+ exports.DisassociateResource$ = DisassociateResource$;
1240
1305
  exports.DisassociateResourceCommand = DisassociateResourceCommand;
1306
+ exports.DisassociateResourceRequest$ = DisassociateResourceRequest$;
1307
+ exports.DisassociateResourceResponse$ = DisassociateResourceResponse$;
1308
+ exports.GetApplication$ = GetApplication$;
1241
1309
  exports.GetApplicationCommand = GetApplicationCommand;
1310
+ exports.GetApplicationRequest$ = GetApplicationRequest$;
1311
+ exports.GetApplicationResponse$ = GetApplicationResponse$;
1312
+ exports.GetAssociatedResource$ = GetAssociatedResource$;
1242
1313
  exports.GetAssociatedResourceCommand = GetAssociatedResourceCommand;
1314
+ exports.GetAssociatedResourceRequest$ = GetAssociatedResourceRequest$;
1315
+ exports.GetAssociatedResourceResponse$ = GetAssociatedResourceResponse$;
1316
+ exports.GetAttributeGroup$ = GetAttributeGroup$;
1243
1317
  exports.GetAttributeGroupCommand = GetAttributeGroupCommand;
1318
+ exports.GetAttributeGroupRequest$ = GetAttributeGroupRequest$;
1319
+ exports.GetAttributeGroupResponse$ = GetAttributeGroupResponse$;
1320
+ exports.GetConfiguration$ = GetConfiguration$;
1244
1321
  exports.GetConfigurationCommand = GetConfigurationCommand;
1245
- exports.InternalServerException = InternalServerException$1;
1322
+ exports.GetConfigurationResponse$ = GetConfigurationResponse$;
1323
+ exports.Integrations$ = Integrations$;
1324
+ exports.InternalServerException = InternalServerException;
1325
+ exports.InternalServerException$ = InternalServerException$;
1326
+ exports.ListApplications$ = ListApplications$;
1246
1327
  exports.ListApplicationsCommand = ListApplicationsCommand;
1328
+ exports.ListApplicationsRequest$ = ListApplicationsRequest$;
1329
+ exports.ListApplicationsResponse$ = ListApplicationsResponse$;
1330
+ exports.ListAssociatedAttributeGroups$ = ListAssociatedAttributeGroups$;
1247
1331
  exports.ListAssociatedAttributeGroupsCommand = ListAssociatedAttributeGroupsCommand;
1332
+ exports.ListAssociatedAttributeGroupsRequest$ = ListAssociatedAttributeGroupsRequest$;
1333
+ exports.ListAssociatedAttributeGroupsResponse$ = ListAssociatedAttributeGroupsResponse$;
1334
+ exports.ListAssociatedResources$ = ListAssociatedResources$;
1248
1335
  exports.ListAssociatedResourcesCommand = ListAssociatedResourcesCommand;
1336
+ exports.ListAssociatedResourcesRequest$ = ListAssociatedResourcesRequest$;
1337
+ exports.ListAssociatedResourcesResponse$ = ListAssociatedResourcesResponse$;
1338
+ exports.ListAttributeGroups$ = ListAttributeGroups$;
1249
1339
  exports.ListAttributeGroupsCommand = ListAttributeGroupsCommand;
1340
+ exports.ListAttributeGroupsForApplication$ = ListAttributeGroupsForApplication$;
1250
1341
  exports.ListAttributeGroupsForApplicationCommand = ListAttributeGroupsForApplicationCommand;
1342
+ exports.ListAttributeGroupsForApplicationRequest$ = ListAttributeGroupsForApplicationRequest$;
1343
+ exports.ListAttributeGroupsForApplicationResponse$ = ListAttributeGroupsForApplicationResponse$;
1344
+ exports.ListAttributeGroupsRequest$ = ListAttributeGroupsRequest$;
1345
+ exports.ListAttributeGroupsResponse$ = ListAttributeGroupsResponse$;
1346
+ exports.ListTagsForResource$ = ListTagsForResource$;
1251
1347
  exports.ListTagsForResourceCommand = ListTagsForResourceCommand;
1348
+ exports.ListTagsForResourceRequest$ = ListTagsForResourceRequest$;
1349
+ exports.ListTagsForResourceResponse$ = ListTagsForResourceResponse$;
1350
+ exports.PutConfiguration$ = PutConfiguration$;
1252
1351
  exports.PutConfigurationCommand = PutConfigurationCommand;
1352
+ exports.PutConfigurationRequest$ = PutConfigurationRequest$;
1353
+ exports.Resource$ = Resource$;
1354
+ exports.ResourceDetails$ = ResourceDetails$;
1355
+ exports.ResourceGroup$ = ResourceGroup$;
1253
1356
  exports.ResourceGroupState = ResourceGroupState;
1357
+ exports.ResourceInfo$ = ResourceInfo$;
1358
+ exports.ResourceIntegrations$ = ResourceIntegrations$;
1254
1359
  exports.ResourceItemStatus = ResourceItemStatus;
1255
- exports.ResourceNotFoundException = ResourceNotFoundException$1;
1360
+ exports.ResourceNotFoundException = ResourceNotFoundException;
1361
+ exports.ResourceNotFoundException$ = ResourceNotFoundException$;
1256
1362
  exports.ResourceType = ResourceType;
1363
+ exports.ResourcesListItem$ = ResourcesListItem$;
1257
1364
  exports.ServiceCatalogAppRegistry = ServiceCatalogAppRegistry;
1258
1365
  exports.ServiceCatalogAppRegistryClient = ServiceCatalogAppRegistryClient;
1259
- exports.ServiceCatalogAppRegistryServiceException = ServiceCatalogAppRegistryServiceException$1;
1260
- exports.ServiceQuotaExceededException = ServiceQuotaExceededException$1;
1366
+ exports.ServiceCatalogAppRegistryServiceException = ServiceCatalogAppRegistryServiceException;
1367
+ exports.ServiceCatalogAppRegistryServiceException$ = ServiceCatalogAppRegistryServiceException$;
1368
+ exports.ServiceQuotaExceededException = ServiceQuotaExceededException;
1369
+ exports.ServiceQuotaExceededException$ = ServiceQuotaExceededException$;
1261
1370
  exports.SyncAction = SyncAction;
1371
+ exports.SyncResource$ = SyncResource$;
1262
1372
  exports.SyncResourceCommand = SyncResourceCommand;
1373
+ exports.SyncResourceRequest$ = SyncResourceRequest$;
1374
+ exports.SyncResourceResponse$ = SyncResourceResponse$;
1375
+ exports.TagQueryConfiguration$ = TagQueryConfiguration$;
1376
+ exports.TagResource$ = TagResource$;
1263
1377
  exports.TagResourceCommand = TagResourceCommand;
1264
- exports.ThrottlingException = ThrottlingException$1;
1378
+ exports.TagResourceRequest$ = TagResourceRequest$;
1379
+ exports.TagResourceResponse$ = TagResourceResponse$;
1380
+ exports.ThrottlingException = ThrottlingException;
1381
+ exports.ThrottlingException$ = ThrottlingException$;
1382
+ exports.UntagResource$ = UntagResource$;
1265
1383
  exports.UntagResourceCommand = UntagResourceCommand;
1384
+ exports.UntagResourceRequest$ = UntagResourceRequest$;
1385
+ exports.UntagResourceResponse$ = UntagResourceResponse$;
1386
+ exports.UpdateApplication$ = UpdateApplication$;
1266
1387
  exports.UpdateApplicationCommand = UpdateApplicationCommand;
1388
+ exports.UpdateApplicationRequest$ = UpdateApplicationRequest$;
1389
+ exports.UpdateApplicationResponse$ = UpdateApplicationResponse$;
1390
+ exports.UpdateAttributeGroup$ = UpdateAttributeGroup$;
1267
1391
  exports.UpdateAttributeGroupCommand = UpdateAttributeGroupCommand;
1268
- exports.ValidationException = ValidationException$1;
1392
+ exports.UpdateAttributeGroupRequest$ = UpdateAttributeGroupRequest$;
1393
+ exports.UpdateAttributeGroupResponse$ = UpdateAttributeGroupResponse$;
1394
+ exports.ValidationException = ValidationException;
1395
+ exports.ValidationException$ = ValidationException$;
1269
1396
  exports.paginateListApplications = paginateListApplications;
1270
1397
  exports.paginateListAssociatedAttributeGroups = paginateListAssociatedAttributeGroups;
1271
1398
  exports.paginateListAssociatedResources = paginateListAssociatedResources;