@aws-sdk/client-service-catalog-appregistry 3.948.0 → 3.953.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (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
@@ -148,9 +148,9 @@ const _tQC = "tagQueryConfiguration";
148
148
  const _tV = "tagValue";
149
149
  const n0 = "com.amazonaws.servicecatalogappregistry";
150
150
  import { TypeRegistry } from "@smithy/core/schema";
151
- import { ConflictException as __ConflictException, InternalServerException as __InternalServerException, ResourceNotFoundException as __ResourceNotFoundException, ServiceQuotaExceededException as __ServiceQuotaExceededException, ThrottlingException as __ThrottlingException, ValidationException as __ValidationException, } from "../models/errors";
152
- import { ServiceCatalogAppRegistryServiceException as __ServiceCatalogAppRegistryServiceException } from "../models/ServiceCatalogAppRegistryServiceException";
153
- export var Application = [
151
+ import { ConflictException, InternalServerException, ResourceNotFoundException, ServiceQuotaExceededException, ThrottlingException, ValidationException, } from "../models/errors";
152
+ import { ServiceCatalogAppRegistryServiceException } from "../models/ServiceCatalogAppRegistryServiceException";
153
+ export var Application$ = [
154
154
  3,
155
155
  n0,
156
156
  _A,
@@ -158,8 +158,15 @@ export var Application = [
158
158
  [_i, _a, _n, _d, _cT, _lUT, _t, _aT],
159
159
  [0, 0, 0, 0, 5, 5, 128 | 0, 128 | 0],
160
160
  ];
161
- export var ApplicationSummary = [3, n0, _AS, 0, [_i, _a, _n, _d, _cT, _lUT], [0, 0, 0, 0, 5, 5]];
162
- export var ApplicationTagResult = [
161
+ export var ApplicationSummary$ = [
162
+ 3,
163
+ n0,
164
+ _AS,
165
+ 0,
166
+ [_i, _a, _n, _d, _cT, _lUT],
167
+ [0, 0, 0, 0, 5, 5],
168
+ ];
169
+ export var ApplicationTagResult$ = [
163
170
  3,
164
171
  n0,
165
172
  _ATR,
@@ -167,8 +174,8 @@ export var ApplicationTagResult = [
167
174
  [_aTS, _eM, _r, _nT],
168
175
  [0, 0, () => ResourcesList, 0],
169
176
  ];
170
- export var AppRegistryConfiguration = [3, n0, _ARC, 0, [_tQC], [() => TagQueryConfiguration]];
171
- export var AssociateAttributeGroupRequest = [
177
+ export var AppRegistryConfiguration$ = [3, n0, _ARC, 0, [_tQC], [() => TagQueryConfiguration$]];
178
+ export var AssociateAttributeGroupRequest$ = [
172
179
  3,
173
180
  n0,
174
181
  _AAGR,
@@ -179,8 +186,8 @@ export var AssociateAttributeGroupRequest = [
179
186
  [0, 1],
180
187
  ],
181
188
  ];
182
- export var AssociateAttributeGroupResponse = [3, n0, _AAGRs, 0, [_aA, _aGA], [0, 0]];
183
- export var AssociateResourceRequest = [
189
+ export var AssociateAttributeGroupResponse$ = [3, n0, _AAGRs, 0, [_aA, _aGA], [0, 0]];
190
+ export var AssociateResourceRequest$ = [
184
191
  3,
185
192
  n0,
186
193
  _ARR,
@@ -188,8 +195,8 @@ export var AssociateResourceRequest = [
188
195
  [_ap, _rT, _re, _o],
189
196
  [[0, 1], [0, 1], [0, 1], 64 | 0],
190
197
  ];
191
- export var AssociateResourceResponse = [3, n0, _ARRs, 0, [_aA, _rA, _o], [0, 0, 64 | 0]];
192
- export var AttributeGroup = [
198
+ export var AssociateResourceResponse$ = [3, n0, _ARRs, 0, [_aA, _rA, _o], [0, 0, 64 | 0]];
199
+ export var AttributeGroup$ = [
193
200
  3,
194
201
  n0,
195
202
  _AG,
@@ -197,8 +204,8 @@ export var AttributeGroup = [
197
204
  [_i, _a, _n, _d, _cT, _lUT, _t],
198
205
  [0, 0, 0, 0, 5, 5, 128 | 0],
199
206
  ];
200
- export var AttributeGroupDetails = [3, n0, _AGD, 0, [_i, _a, _n, _cB], [0, 0, 0, 0]];
201
- export var AttributeGroupSummary = [
207
+ export var AttributeGroupDetails$ = [3, n0, _AGD, 0, [_i, _a, _n, _cB], [0, 0, 0, 0]];
208
+ export var AttributeGroupSummary$ = [
202
209
  3,
203
210
  n0,
204
211
  _AGS,
@@ -206,9 +213,9 @@ export var AttributeGroupSummary = [
206
213
  [_i, _a, _n, _d, _cT, _lUT, _cB],
207
214
  [0, 0, 0, 0, 5, 5, 0],
208
215
  ];
209
- export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
210
- TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
211
- export var CreateApplicationRequest = [
216
+ export var ConflictException$ = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m], [0]];
217
+ TypeRegistry.for(n0).registerError(ConflictException$, ConflictException);
218
+ export var CreateApplicationRequest$ = [
212
219
  3,
213
220
  n0,
214
221
  _CAR,
@@ -216,8 +223,8 @@ export var CreateApplicationRequest = [
216
223
  [_n, _d, _t, _cTl],
217
224
  [0, 0, 128 | 0, [0, 4]],
218
225
  ];
219
- export var CreateApplicationResponse = [3, n0, _CARr, 0, [_ap], [() => Application]];
220
- export var CreateAttributeGroupRequest = [
226
+ export var CreateApplicationResponse$ = [3, n0, _CARr, 0, [_ap], [() => Application$]];
227
+ export var CreateAttributeGroupRequest$ = [
221
228
  3,
222
229
  n0,
223
230
  _CAGR,
@@ -225,19 +232,19 @@ export var CreateAttributeGroupRequest = [
225
232
  [_n, _d, _at, _t, _cTl],
226
233
  [0, 0, 0, 128 | 0, [0, 4]],
227
234
  ];
228
- export var CreateAttributeGroupResponse = [3, n0, _CAGRr, 0, [_aG], [() => AttributeGroup]];
229
- export var DeleteApplicationRequest = [3, n0, _DAR, 0, [_ap], [[0, 1]]];
230
- export var DeleteApplicationResponse = [3, n0, _DARe, 0, [_ap], [() => ApplicationSummary]];
231
- export var DeleteAttributeGroupRequest = [3, n0, _DAGR, 0, [_aG], [[0, 1]]];
232
- export var DeleteAttributeGroupResponse = [
235
+ export var CreateAttributeGroupResponse$ = [3, n0, _CAGRr, 0, [_aG], [() => AttributeGroup$]];
236
+ export var DeleteApplicationRequest$ = [3, n0, _DAR, 0, [_ap], [[0, 1]]];
237
+ export var DeleteApplicationResponse$ = [3, n0, _DARe, 0, [_ap], [() => ApplicationSummary$]];
238
+ export var DeleteAttributeGroupRequest$ = [3, n0, _DAGR, 0, [_aG], [[0, 1]]];
239
+ export var DeleteAttributeGroupResponse$ = [
233
240
  3,
234
241
  n0,
235
242
  _DAGRe,
236
243
  0,
237
244
  [_aG],
238
- [() => AttributeGroupSummary],
245
+ [() => AttributeGroupSummary$],
239
246
  ];
240
- export var DisassociateAttributeGroupRequest = [
247
+ export var DisassociateAttributeGroupRequest$ = [
241
248
  3,
242
249
  n0,
243
250
  _DAGRi,
@@ -248,8 +255,8 @@ export var DisassociateAttributeGroupRequest = [
248
255
  [0, 1],
249
256
  ],
250
257
  ];
251
- export var DisassociateAttributeGroupResponse = [3, n0, _DAGRis, 0, [_aA, _aGA], [0, 0]];
252
- export var DisassociateResourceRequest = [
258
+ export var DisassociateAttributeGroupResponse$ = [3, n0, _DAGRis, 0, [_aA, _aGA], [0, 0]];
259
+ export var DisassociateResourceRequest$ = [
253
260
  3,
254
261
  n0,
255
262
  _DRR,
@@ -261,17 +268,17 @@ export var DisassociateResourceRequest = [
261
268
  [0, 1],
262
269
  ],
263
270
  ];
264
- export var DisassociateResourceResponse = [3, n0, _DRRi, 0, [_aA, _rA], [0, 0]];
265
- export var GetApplicationRequest = [3, n0, _GAR, 0, [_ap], [[0, 1]]];
266
- export var GetApplicationResponse = [
271
+ export var DisassociateResourceResponse$ = [3, n0, _DRRi, 0, [_aA, _rA], [0, 0]];
272
+ export var GetApplicationRequest$ = [3, n0, _GAR, 0, [_ap], [[0, 1]]];
273
+ export var GetApplicationResponse$ = [
267
274
  3,
268
275
  n0,
269
276
  _GARe,
270
277
  0,
271
278
  [_i, _a, _n, _d, _cT, _lUT, _aRC, _t, _in, _aT],
272
- [0, 0, 0, 0, 5, 5, 1, 128 | 0, () => Integrations, 128 | 0],
279
+ [0, 0, 0, 0, 5, 5, 1, 128 | 0, () => Integrations$, 128 | 0],
273
280
  ];
274
- export var GetAssociatedResourceRequest = [
281
+ export var GetAssociatedResourceRequest$ = [
275
282
  3,
276
283
  n0,
277
284
  _GARR,
@@ -286,16 +293,16 @@ export var GetAssociatedResourceRequest = [
286
293
  [1, { [_hQ]: _mR }],
287
294
  ],
288
295
  ];
289
- export var GetAssociatedResourceResponse = [
296
+ export var GetAssociatedResourceResponse$ = [
290
297
  3,
291
298
  n0,
292
299
  _GARRe,
293
300
  0,
294
301
  [_re, _o, _aTR],
295
- [() => Resource, 64 | 0, () => ApplicationTagResult],
302
+ [() => Resource$, 64 | 0, () => ApplicationTagResult$],
296
303
  ];
297
- export var GetAttributeGroupRequest = [3, n0, _GAGR, 0, [_aG], [[0, 1]]];
298
- export var GetAttributeGroupResponse = [
304
+ export var GetAttributeGroupRequest$ = [3, n0, _GAGR, 0, [_aG], [[0, 1]]];
305
+ export var GetAttributeGroupResponse$ = [
299
306
  3,
300
307
  n0,
301
308
  _GAGRe,
@@ -303,18 +310,25 @@ export var GetAttributeGroupResponse = [
303
310
  [_i, _a, _n, _d, _at, _cT, _lUT, _t, _cB],
304
311
  [0, 0, 0, 0, 0, 5, 5, 128 | 0, 0],
305
312
  ];
306
- export var GetConfigurationResponse = [3, n0, _GCR, 0, [_co], [() => AppRegistryConfiguration]];
307
- export var Integrations = [
313
+ export var GetConfigurationResponse$ = [
314
+ 3,
315
+ n0,
316
+ _GCR,
317
+ 0,
318
+ [_co],
319
+ [() => AppRegistryConfiguration$],
320
+ ];
321
+ export var Integrations$ = [
308
322
  3,
309
323
  n0,
310
324
  _I,
311
325
  0,
312
326
  [_rG, _aTRG],
313
- [() => ResourceGroup, () => ResourceGroup],
327
+ [() => ResourceGroup$, () => ResourceGroup$],
314
328
  ];
315
- export var InternalServerException = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
316
- TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
317
- export var ListApplicationsRequest = [
329
+ export var InternalServerException$ = [-3, n0, _ISE, { [_e]: _s, [_hE]: 500 }, [_m], [0]];
330
+ TypeRegistry.for(n0).registerError(InternalServerException$, InternalServerException);
331
+ export var ListApplicationsRequest$ = [
318
332
  3,
319
333
  n0,
320
334
  _LAR,
@@ -325,7 +339,7 @@ export var ListApplicationsRequest = [
325
339
  [1, { [_hQ]: _mR }],
326
340
  ],
327
341
  ];
328
- export var ListApplicationsResponse = [
342
+ export var ListApplicationsResponse$ = [
329
343
  3,
330
344
  n0,
331
345
  _LARi,
@@ -333,7 +347,7 @@ export var ListApplicationsResponse = [
333
347
  [_app, _nT],
334
348
  [() => ApplicationSummaries, 0],
335
349
  ];
336
- export var ListAssociatedAttributeGroupsRequest = [
350
+ export var ListAssociatedAttributeGroupsRequest$ = [
337
351
  3,
338
352
  n0,
339
353
  _LAAGR,
@@ -345,8 +359,15 @@ export var ListAssociatedAttributeGroupsRequest = [
345
359
  [1, { [_hQ]: _mR }],
346
360
  ],
347
361
  ];
348
- export var ListAssociatedAttributeGroupsResponse = [3, n0, _LAAGRi, 0, [_aGt, _nT], [64 | 0, 0]];
349
- export var ListAssociatedResourcesRequest = [
362
+ export var ListAssociatedAttributeGroupsResponse$ = [
363
+ 3,
364
+ n0,
365
+ _LAAGRi,
366
+ 0,
367
+ [_aGt, _nT],
368
+ [64 | 0, 0],
369
+ ];
370
+ export var ListAssociatedResourcesRequest$ = [
350
371
  3,
351
372
  n0,
352
373
  _LARR,
@@ -358,8 +379,15 @@ export var ListAssociatedResourcesRequest = [
358
379
  [1, { [_hQ]: _mR }],
359
380
  ],
360
381
  ];
361
- export var ListAssociatedResourcesResponse = [3, n0, _LARRi, 0, [_r, _nT], [() => Resources, 0]];
362
- export var ListAttributeGroupsForApplicationRequest = [
382
+ export var ListAssociatedResourcesResponse$ = [
383
+ 3,
384
+ n0,
385
+ _LARRi,
386
+ 0,
387
+ [_r, _nT],
388
+ [() => Resources, 0],
389
+ ];
390
+ export var ListAttributeGroupsForApplicationRequest$ = [
363
391
  3,
364
392
  n0,
365
393
  _LAGFAR,
@@ -371,7 +399,7 @@ export var ListAttributeGroupsForApplicationRequest = [
371
399
  [1, { [_hQ]: _mR }],
372
400
  ],
373
401
  ];
374
- export var ListAttributeGroupsForApplicationResponse = [
402
+ export var ListAttributeGroupsForApplicationResponse$ = [
375
403
  3,
376
404
  n0,
377
405
  _LAGFARi,
@@ -379,7 +407,7 @@ export var ListAttributeGroupsForApplicationResponse = [
379
407
  [_aGD, _nT],
380
408
  [() => AttributeGroupDetailsList, 0],
381
409
  ];
382
- export var ListAttributeGroupsRequest = [
410
+ export var ListAttributeGroupsRequest$ = [
383
411
  3,
384
412
  n0,
385
413
  _LAGR,
@@ -390,7 +418,7 @@ export var ListAttributeGroupsRequest = [
390
418
  [1, { [_hQ]: _mR }],
391
419
  ],
392
420
  ];
393
- export var ListAttributeGroupsResponse = [
421
+ export var ListAttributeGroupsResponse$ = [
394
422
  3,
395
423
  n0,
396
424
  _LAGRi,
@@ -398,27 +426,34 @@ export var ListAttributeGroupsResponse = [
398
426
  [_aGt, _nT],
399
427
  [() => AttributeGroupSummaries, 0],
400
428
  ];
401
- export var ListTagsForResourceRequest = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
402
- export var ListTagsForResourceResponse = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
403
- export var PutConfigurationRequest = [3, n0, _PCR, 0, [_co], [() => AppRegistryConfiguration]];
404
- export var Resource = [3, n0, _R, 0, [_n, _a, _aTs, _in], [0, 0, 5, () => ResourceIntegrations]];
405
- export var ResourceDetails = [3, n0, _RD, 0, [_tV], [0]];
406
- export var ResourceGroup = [3, n0, _RG, 0, [_st, _a, _eM], [0, 0, 0]];
407
- export var ResourceInfo = [
429
+ export var ListTagsForResourceRequest$ = [3, n0, _LTFRR, 0, [_rA], [[0, 1]]];
430
+ export var ListTagsForResourceResponse$ = [3, n0, _LTFRRi, 0, [_t], [128 | 0]];
431
+ export var PutConfigurationRequest$ = [3, n0, _PCR, 0, [_co], [() => AppRegistryConfiguration$]];
432
+ export var Resource$ = [
433
+ 3,
434
+ n0,
435
+ _R,
436
+ 0,
437
+ [_n, _a, _aTs, _in],
438
+ [0, 0, 5, () => ResourceIntegrations$],
439
+ ];
440
+ export var ResourceDetails$ = [3, n0, _RD, 0, [_tV], [0]];
441
+ export var ResourceGroup$ = [3, n0, _RG, 0, [_st, _a, _eM], [0, 0, 0]];
442
+ export var ResourceInfo$ = [
408
443
  3,
409
444
  n0,
410
445
  _RI,
411
446
  0,
412
447
  [_n, _a, _rT, _rD, _o],
413
- [0, 0, 0, () => ResourceDetails, 64 | 0],
414
- ];
415
- export var ResourceIntegrations = [3, n0, _RIe, 0, [_rG], [() => ResourceGroup]];
416
- export var ResourceNotFoundException = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
417
- TypeRegistry.for(n0).registerError(ResourceNotFoundException, __ResourceNotFoundException);
418
- export var ResourcesListItem = [3, n0, _RLI, 0, [_rA, _eM, _sta, _rT], [0, 0, 0, 0]];
419
- export var ServiceQuotaExceededException = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
420
- TypeRegistry.for(n0).registerError(ServiceQuotaExceededException, __ServiceQuotaExceededException);
421
- export var SyncResourceRequest = [
448
+ [0, 0, 0, () => ResourceDetails$, 64 | 0],
449
+ ];
450
+ export var ResourceIntegrations$ = [3, n0, _RIe, 0, [_rG], [() => ResourceGroup$]];
451
+ export var ResourceNotFoundException$ = [-3, n0, _RNFE, { [_e]: _c, [_hE]: 404 }, [_m], [0]];
452
+ TypeRegistry.for(n0).registerError(ResourceNotFoundException$, ResourceNotFoundException);
453
+ export var ResourcesListItem$ = [3, n0, _RLI, 0, [_rA, _eM, _sta, _rT], [0, 0, 0, 0]];
454
+ export var ServiceQuotaExceededException$ = [-3, n0, _SQEE, { [_e]: _c, [_hE]: 402 }, [_m], [0]];
455
+ TypeRegistry.for(n0).registerError(ServiceQuotaExceededException$, ServiceQuotaExceededException);
456
+ export var SyncResourceRequest$ = [
422
457
  3,
423
458
  n0,
424
459
  _SRR,
@@ -429,13 +464,13 @@ export var SyncResourceRequest = [
429
464
  [0, 1],
430
465
  ],
431
466
  ];
432
- export var SyncResourceResponse = [3, n0, _SRRy, 0, [_aA, _rA, _aTc], [0, 0, 0]];
433
- export var TagQueryConfiguration = [3, n0, _TQC, 0, [_tK], [0]];
434
- export var TagResourceRequest = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
435
- export var TagResourceResponse = [3, n0, _TRRa, 0, [], []];
436
- export var ThrottlingException = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC], [0, 0]];
437
- TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
438
- export var UntagResourceRequest = [
467
+ export var SyncResourceResponse$ = [3, n0, _SRRy, 0, [_aA, _rA, _aTc], [0, 0, 0]];
468
+ export var TagQueryConfiguration$ = [3, n0, _TQC, 0, [_tK], [0]];
469
+ export var TagResourceRequest$ = [3, n0, _TRR, 0, [_rA, _t], [[0, 1], 128 | 0]];
470
+ export var TagResourceResponse$ = [3, n0, _TRRa, 0, [], []];
471
+ export var ThrottlingException$ = [-3, n0, _TE, { [_e]: _c, [_hE]: 429 }, [_m, _sC], [0, 0]];
472
+ TypeRegistry.for(n0).registerError(ThrottlingException$, ThrottlingException);
473
+ export var UntagResourceRequest$ = [
439
474
  3,
440
475
  n0,
441
476
  _URR,
@@ -446,10 +481,10 @@ export var UntagResourceRequest = [
446
481
  [64 | 0, { [_hQ]: _tKa }],
447
482
  ],
448
483
  ];
449
- export var UntagResourceResponse = [3, n0, _URRn, 0, [], []];
450
- export var UpdateApplicationRequest = [3, n0, _UAR, 0, [_ap, _n, _d], [[0, 1], 0, 0]];
451
- export var UpdateApplicationResponse = [3, n0, _UARp, 0, [_ap], [() => Application]];
452
- export var UpdateAttributeGroupRequest = [
484
+ export var UntagResourceResponse$ = [3, n0, _URRn, 0, [], []];
485
+ export var UpdateApplicationRequest$ = [3, n0, _UAR, 0, [_ap, _n, _d], [[0, 1], 0, 0]];
486
+ export var UpdateApplicationResponse$ = [3, n0, _UARp, 0, [_ap], [() => Application$]];
487
+ export var UpdateAttributeGroupRequest$ = [
453
488
  3,
454
489
  n0,
455
490
  _UAGR,
@@ -457,11 +492,11 @@ export var UpdateAttributeGroupRequest = [
457
492
  [_aG, _n, _d, _at],
458
493
  [[0, 1], 0, 0, 0],
459
494
  ];
460
- export var UpdateAttributeGroupResponse = [3, n0, _UAGRp, 0, [_aG], [() => AttributeGroup]];
461
- export var ValidationException = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
462
- TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
463
- export var __Unit = "unit";
464
- export var ServiceCatalogAppRegistryServiceException = [
495
+ export var UpdateAttributeGroupResponse$ = [3, n0, _UAGRp, 0, [_aG], [() => AttributeGroup$]];
496
+ export var ValidationException$ = [-3, n0, _VE, { [_e]: _c, [_hE]: 400 }, [_m], [0]];
497
+ TypeRegistry.for(n0).registerError(ValidationException$, ValidationException);
498
+ var __Unit = "unit";
499
+ export var ServiceCatalogAppRegistryServiceException$ = [
465
500
  -3,
466
501
  _sm,
467
502
  "ServiceCatalogAppRegistryServiceException",
@@ -469,207 +504,207 @@ export var ServiceCatalogAppRegistryServiceException = [
469
504
  [],
470
505
  [],
471
506
  ];
472
- TypeRegistry.for(_sm).registerError(ServiceCatalogAppRegistryServiceException, __ServiceCatalogAppRegistryServiceException);
473
- export var ApplicationSummaries = [1, n0, _ASp, 0, () => ApplicationSummary];
474
- export var AttributeGroupDetailsList = [1, n0, _AGDL, 0, () => AttributeGroupDetails];
475
- export var AttributeGroupIds = 64 | 0;
476
- export var AttributeGroupSummaries = [1, n0, _AGSt, 0, () => AttributeGroupSummary];
477
- export var GetAssociatedResourceFilter = 64 | 0;
478
- export var Options = 64 | 0;
479
- export var Resources = [1, n0, _Re, 0, () => ResourceInfo];
480
- export var ResourcesList = [1, n0, _RL, 0, () => ResourcesListItem];
481
- export var TagKeys = 64 | 0;
482
- export var ApplicationTagDefinition = 128 | 0;
483
- export var Tags = 128 | 0;
484
- export var AssociateAttributeGroup = [
507
+ TypeRegistry.for(_sm).registerError(ServiceCatalogAppRegistryServiceException$, ServiceCatalogAppRegistryServiceException);
508
+ var ApplicationSummaries = [1, n0, _ASp, 0, () => ApplicationSummary$];
509
+ var AttributeGroupDetailsList = [1, n0, _AGDL, 0, () => AttributeGroupDetails$];
510
+ var AttributeGroupIds = 64 | 0;
511
+ var AttributeGroupSummaries = [1, n0, _AGSt, 0, () => AttributeGroupSummary$];
512
+ var GetAssociatedResourceFilter = 64 | 0;
513
+ var Options = 64 | 0;
514
+ var Resources = [1, n0, _Re, 0, () => ResourceInfo$];
515
+ var ResourcesList = [1, n0, _RL, 0, () => ResourcesListItem$];
516
+ var TagKeys = 64 | 0;
517
+ var ApplicationTagDefinition = 128 | 0;
518
+ var Tags = 128 | 0;
519
+ export var AssociateAttributeGroup$ = [
485
520
  9,
486
521
  n0,
487
522
  _AAG,
488
523
  { [_h]: ["PUT", "/applications/{application}/attribute-groups/{attributeGroup}", 200] },
489
- () => AssociateAttributeGroupRequest,
490
- () => AssociateAttributeGroupResponse,
524
+ () => AssociateAttributeGroupRequest$,
525
+ () => AssociateAttributeGroupResponse$,
491
526
  ];
492
- export var AssociateResource = [
527
+ export var AssociateResource$ = [
493
528
  9,
494
529
  n0,
495
530
  _AR,
496
531
  { [_h]: ["PUT", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
497
- () => AssociateResourceRequest,
498
- () => AssociateResourceResponse,
532
+ () => AssociateResourceRequest$,
533
+ () => AssociateResourceResponse$,
499
534
  ];
500
- export var CreateApplication = [
535
+ export var CreateApplication$ = [
501
536
  9,
502
537
  n0,
503
538
  _CA,
504
539
  { [_h]: ["POST", "/applications", 201] },
505
- () => CreateApplicationRequest,
506
- () => CreateApplicationResponse,
540
+ () => CreateApplicationRequest$,
541
+ () => CreateApplicationResponse$,
507
542
  ];
508
- export var CreateAttributeGroup = [
543
+ export var CreateAttributeGroup$ = [
509
544
  9,
510
545
  n0,
511
546
  _CAG,
512
547
  { [_h]: ["POST", "/attribute-groups", 201] },
513
- () => CreateAttributeGroupRequest,
514
- () => CreateAttributeGroupResponse,
548
+ () => CreateAttributeGroupRequest$,
549
+ () => CreateAttributeGroupResponse$,
515
550
  ];
516
- export var DeleteApplication = [
551
+ export var DeleteApplication$ = [
517
552
  9,
518
553
  n0,
519
554
  _DA,
520
555
  { [_h]: ["DELETE", "/applications/{application}", 200] },
521
- () => DeleteApplicationRequest,
522
- () => DeleteApplicationResponse,
556
+ () => DeleteApplicationRequest$,
557
+ () => DeleteApplicationResponse$,
523
558
  ];
524
- export var DeleteAttributeGroup = [
559
+ export var DeleteAttributeGroup$ = [
525
560
  9,
526
561
  n0,
527
562
  _DAG,
528
563
  { [_h]: ["DELETE", "/attribute-groups/{attributeGroup}", 200] },
529
- () => DeleteAttributeGroupRequest,
530
- () => DeleteAttributeGroupResponse,
564
+ () => DeleteAttributeGroupRequest$,
565
+ () => DeleteAttributeGroupResponse$,
531
566
  ];
532
- export var DisassociateAttributeGroup = [
567
+ export var DisassociateAttributeGroup$ = [
533
568
  9,
534
569
  n0,
535
570
  _DAGi,
536
571
  { [_h]: ["DELETE", "/applications/{application}/attribute-groups/{attributeGroup}", 200] },
537
- () => DisassociateAttributeGroupRequest,
538
- () => DisassociateAttributeGroupResponse,
572
+ () => DisassociateAttributeGroupRequest$,
573
+ () => DisassociateAttributeGroupResponse$,
539
574
  ];
540
- export var DisassociateResource = [
575
+ export var DisassociateResource$ = [
541
576
  9,
542
577
  n0,
543
578
  _DR,
544
579
  { [_h]: ["DELETE", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
545
- () => DisassociateResourceRequest,
546
- () => DisassociateResourceResponse,
580
+ () => DisassociateResourceRequest$,
581
+ () => DisassociateResourceResponse$,
547
582
  ];
548
- export var GetApplication = [
583
+ export var GetApplication$ = [
549
584
  9,
550
585
  n0,
551
586
  _GA,
552
587
  { [_h]: ["GET", "/applications/{application}", 200] },
553
- () => GetApplicationRequest,
554
- () => GetApplicationResponse,
588
+ () => GetApplicationRequest$,
589
+ () => GetApplicationResponse$,
555
590
  ];
556
- export var GetAssociatedResource = [
591
+ export var GetAssociatedResource$ = [
557
592
  9,
558
593
  n0,
559
594
  _GARet,
560
595
  { [_h]: ["GET", "/applications/{application}/resources/{resourceType}/{resource}", 200] },
561
- () => GetAssociatedResourceRequest,
562
- () => GetAssociatedResourceResponse,
596
+ () => GetAssociatedResourceRequest$,
597
+ () => GetAssociatedResourceResponse$,
563
598
  ];
564
- export var GetAttributeGroup = [
599
+ export var GetAttributeGroup$ = [
565
600
  9,
566
601
  n0,
567
602
  _GAG,
568
603
  { [_h]: ["GET", "/attribute-groups/{attributeGroup}", 200] },
569
- () => GetAttributeGroupRequest,
570
- () => GetAttributeGroupResponse,
604
+ () => GetAttributeGroupRequest$,
605
+ () => GetAttributeGroupResponse$,
571
606
  ];
572
- export var GetConfiguration = [
607
+ export var GetConfiguration$ = [
573
608
  9,
574
609
  n0,
575
610
  _GC,
576
611
  { [_h]: ["GET", "/configuration", 200] },
577
612
  () => __Unit,
578
- () => GetConfigurationResponse,
613
+ () => GetConfigurationResponse$,
579
614
  ];
580
- export var ListApplications = [
615
+ export var ListApplications$ = [
581
616
  9,
582
617
  n0,
583
618
  _LA,
584
619
  { [_h]: ["GET", "/applications", 200] },
585
- () => ListApplicationsRequest,
586
- () => ListApplicationsResponse,
620
+ () => ListApplicationsRequest$,
621
+ () => ListApplicationsResponse$,
587
622
  ];
588
- export var ListAssociatedAttributeGroups = [
623
+ export var ListAssociatedAttributeGroups$ = [
589
624
  9,
590
625
  n0,
591
626
  _LAAG,
592
627
  { [_h]: ["GET", "/applications/{application}/attribute-groups", 200] },
593
- () => ListAssociatedAttributeGroupsRequest,
594
- () => ListAssociatedAttributeGroupsResponse,
628
+ () => ListAssociatedAttributeGroupsRequest$,
629
+ () => ListAssociatedAttributeGroupsResponse$,
595
630
  ];
596
- export var ListAssociatedResources = [
631
+ export var ListAssociatedResources$ = [
597
632
  9,
598
633
  n0,
599
634
  _LARis,
600
635
  { [_h]: ["GET", "/applications/{application}/resources", 200] },
601
- () => ListAssociatedResourcesRequest,
602
- () => ListAssociatedResourcesResponse,
636
+ () => ListAssociatedResourcesRequest$,
637
+ () => ListAssociatedResourcesResponse$,
603
638
  ];
604
- export var ListAttributeGroups = [
639
+ export var ListAttributeGroups$ = [
605
640
  9,
606
641
  n0,
607
642
  _LAG,
608
643
  { [_h]: ["GET", "/attribute-groups", 200] },
609
- () => ListAttributeGroupsRequest,
610
- () => ListAttributeGroupsResponse,
644
+ () => ListAttributeGroupsRequest$,
645
+ () => ListAttributeGroupsResponse$,
611
646
  ];
612
- export var ListAttributeGroupsForApplication = [
647
+ export var ListAttributeGroupsForApplication$ = [
613
648
  9,
614
649
  n0,
615
650
  _LAGFA,
616
651
  { [_h]: ["GET", "/applications/{application}/attribute-group-details", 200] },
617
- () => ListAttributeGroupsForApplicationRequest,
618
- () => ListAttributeGroupsForApplicationResponse,
652
+ () => ListAttributeGroupsForApplicationRequest$,
653
+ () => ListAttributeGroupsForApplicationResponse$,
619
654
  ];
620
- export var ListTagsForResource = [
655
+ export var ListTagsForResource$ = [
621
656
  9,
622
657
  n0,
623
658
  _LTFR,
624
659
  { [_h]: ["GET", "/tags/{resourceArn}", 200] },
625
- () => ListTagsForResourceRequest,
626
- () => ListTagsForResourceResponse,
660
+ () => ListTagsForResourceRequest$,
661
+ () => ListTagsForResourceResponse$,
627
662
  ];
628
- export var PutConfiguration = [
663
+ export var PutConfiguration$ = [
629
664
  9,
630
665
  n0,
631
666
  _PC,
632
667
  { [_h]: ["PUT", "/configuration", 200] },
633
- () => PutConfigurationRequest,
668
+ () => PutConfigurationRequest$,
634
669
  () => __Unit,
635
670
  ];
636
- export var SyncResource = [
671
+ export var SyncResource$ = [
637
672
  9,
638
673
  n0,
639
674
  _SR,
640
675
  { [_h]: ["POST", "/sync/{resourceType}/{resource}", 200] },
641
- () => SyncResourceRequest,
642
- () => SyncResourceResponse,
676
+ () => SyncResourceRequest$,
677
+ () => SyncResourceResponse$,
643
678
  ];
644
- export var TagResource = [
679
+ export var TagResource$ = [
645
680
  9,
646
681
  n0,
647
682
  _TR,
648
683
  { [_h]: ["POST", "/tags/{resourceArn}", 200] },
649
- () => TagResourceRequest,
650
- () => TagResourceResponse,
684
+ () => TagResourceRequest$,
685
+ () => TagResourceResponse$,
651
686
  ];
652
- export var UntagResource = [
687
+ export var UntagResource$ = [
653
688
  9,
654
689
  n0,
655
690
  _UR,
656
691
  { [_h]: ["DELETE", "/tags/{resourceArn}", 200] },
657
- () => UntagResourceRequest,
658
- () => UntagResourceResponse,
692
+ () => UntagResourceRequest$,
693
+ () => UntagResourceResponse$,
659
694
  ];
660
- export var UpdateApplication = [
695
+ export var UpdateApplication$ = [
661
696
  9,
662
697
  n0,
663
698
  _UA,
664
699
  { [_h]: ["PATCH", "/applications/{application}", 200] },
665
- () => UpdateApplicationRequest,
666
- () => UpdateApplicationResponse,
700
+ () => UpdateApplicationRequest$,
701
+ () => UpdateApplicationResponse$,
667
702
  ];
668
- export var UpdateAttributeGroup = [
703
+ export var UpdateAttributeGroup$ = [
669
704
  9,
670
705
  n0,
671
706
  _UAG,
672
707
  { [_h]: ["PATCH", "/attribute-groups/{attributeGroup}", 200] },
673
- () => UpdateAttributeGroupRequest,
674
- () => UpdateAttributeGroupResponse,
708
+ () => UpdateAttributeGroupRequest$,
709
+ () => UpdateAttributeGroupResponse$,
675
710
  ];