@aws-sdk/client-service-catalog-appregistry 3.588.0 → 3.592.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 (57) hide show
  1. package/dist-cjs/index.js +0 -24
  2. package/dist-types/ServiceCatalogAppRegistryClient.d.ts +4 -4
  3. package/dist-types/commands/AssociateAttributeGroupCommand.d.ts +2 -1
  4. package/dist-types/commands/AssociateResourceCommand.d.ts +2 -1
  5. package/dist-types/commands/CreateApplicationCommand.d.ts +2 -1
  6. package/dist-types/commands/CreateAttributeGroupCommand.d.ts +2 -1
  7. package/dist-types/commands/DeleteApplicationCommand.d.ts +2 -1
  8. package/dist-types/commands/DeleteAttributeGroupCommand.d.ts +2 -1
  9. package/dist-types/commands/DisassociateAttributeGroupCommand.d.ts +2 -1
  10. package/dist-types/commands/DisassociateResourceCommand.d.ts +2 -1
  11. package/dist-types/commands/GetApplicationCommand.d.ts +2 -1
  12. package/dist-types/commands/GetAssociatedResourceCommand.d.ts +2 -1
  13. package/dist-types/commands/GetAttributeGroupCommand.d.ts +2 -1
  14. package/dist-types/commands/GetConfigurationCommand.d.ts +2 -1
  15. package/dist-types/commands/ListApplicationsCommand.d.ts +2 -1
  16. package/dist-types/commands/ListAssociatedAttributeGroupsCommand.d.ts +2 -1
  17. package/dist-types/commands/ListAssociatedResourcesCommand.d.ts +2 -1
  18. package/dist-types/commands/ListAttributeGroupsCommand.d.ts +2 -1
  19. package/dist-types/commands/ListAttributeGroupsForApplicationCommand.d.ts +2 -1
  20. package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
  21. package/dist-types/commands/PutConfigurationCommand.d.ts +2 -1
  22. package/dist-types/commands/SyncResourceCommand.d.ts +2 -1
  23. package/dist-types/commands/TagResourceCommand.d.ts +2 -1
  24. package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
  25. package/dist-types/commands/UpdateApplicationCommand.d.ts +2 -1
  26. package/dist-types/commands/UpdateAttributeGroupCommand.d.ts +2 -1
  27. package/dist-types/index.d.ts +2 -2
  28. package/dist-types/models/ServiceCatalogAppRegistryServiceException.d.ts +2 -1
  29. package/dist-types/runtimeConfig.native.d.ts +1 -1
  30. package/dist-types/ts3.4/ServiceCatalogAppRegistryClient.d.ts +1 -1
  31. package/dist-types/ts3.4/commands/AssociateAttributeGroupCommand.d.ts +2 -1
  32. package/dist-types/ts3.4/commands/AssociateResourceCommand.d.ts +2 -1
  33. package/dist-types/ts3.4/commands/CreateApplicationCommand.d.ts +2 -1
  34. package/dist-types/ts3.4/commands/CreateAttributeGroupCommand.d.ts +2 -1
  35. package/dist-types/ts3.4/commands/DeleteApplicationCommand.d.ts +2 -1
  36. package/dist-types/ts3.4/commands/DeleteAttributeGroupCommand.d.ts +2 -1
  37. package/dist-types/ts3.4/commands/DisassociateAttributeGroupCommand.d.ts +2 -1
  38. package/dist-types/ts3.4/commands/DisassociateResourceCommand.d.ts +2 -1
  39. package/dist-types/ts3.4/commands/GetApplicationCommand.d.ts +2 -1
  40. package/dist-types/ts3.4/commands/GetAssociatedResourceCommand.d.ts +2 -1
  41. package/dist-types/ts3.4/commands/GetAttributeGroupCommand.d.ts +2 -1
  42. package/dist-types/ts3.4/commands/GetConfigurationCommand.d.ts +2 -1
  43. package/dist-types/ts3.4/commands/ListApplicationsCommand.d.ts +2 -1
  44. package/dist-types/ts3.4/commands/ListAssociatedAttributeGroupsCommand.d.ts +2 -1
  45. package/dist-types/ts3.4/commands/ListAssociatedResourcesCommand.d.ts +2 -1
  46. package/dist-types/ts3.4/commands/ListAttributeGroupsCommand.d.ts +2 -1
  47. package/dist-types/ts3.4/commands/ListAttributeGroupsForApplicationCommand.d.ts +2 -1
  48. package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +2 -1
  49. package/dist-types/ts3.4/commands/PutConfigurationCommand.d.ts +2 -1
  50. package/dist-types/ts3.4/commands/SyncResourceCommand.d.ts +2 -1
  51. package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +2 -1
  52. package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +2 -1
  53. package/dist-types/ts3.4/commands/UpdateApplicationCommand.d.ts +2 -1
  54. package/dist-types/ts3.4/commands/UpdateAttributeGroupCommand.d.ts +2 -1
  55. package/dist-types/ts3.4/models/ServiceCatalogAppRegistryServiceException.d.ts +2 -1
  56. package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -1
  57. package/package.json +6 -6
package/dist-cjs/index.js CHANGED
@@ -219,7 +219,6 @@ var ServiceCatalogAppRegistryClient = _ServiceCatalogAppRegistryClient;
219
219
 
220
220
  var import_middleware_serde = require("@smithy/middleware-serde");
221
221
 
222
- var import_types = require("@smithy/types");
223
222
 
224
223
  // src/protocols/Aws_restJson1.ts
225
224
  var import_core2 = require("@aws-sdk/core");
@@ -1251,7 +1250,6 @@ var AssociateAttributeGroupCommand = _AssociateAttributeGroupCommand;
1251
1250
 
1252
1251
 
1253
1252
 
1254
-
1255
1253
  var _AssociateResourceCommand = class _AssociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1256
1254
  ...commonParams
1257
1255
  }).m(function(Command, cs, config, o) {
@@ -1268,7 +1266,6 @@ var AssociateResourceCommand = _AssociateResourceCommand;
1268
1266
 
1269
1267
 
1270
1268
 
1271
-
1272
1269
  var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1273
1270
  ...commonParams
1274
1271
  }).m(function(Command, cs, config, o) {
@@ -1285,7 +1282,6 @@ var CreateApplicationCommand = _CreateApplicationCommand;
1285
1282
 
1286
1283
 
1287
1284
 
1288
-
1289
1285
  var _CreateAttributeGroupCommand = class _CreateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1290
1286
  ...commonParams
1291
1287
  }).m(function(Command, cs, config, o) {
@@ -1302,7 +1298,6 @@ var CreateAttributeGroupCommand = _CreateAttributeGroupCommand;
1302
1298
 
1303
1299
 
1304
1300
 
1305
-
1306
1301
  var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1307
1302
  ...commonParams
1308
1303
  }).m(function(Command, cs, config, o) {
@@ -1319,7 +1314,6 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
1319
1314
 
1320
1315
 
1321
1316
 
1322
-
1323
1317
  var _DeleteAttributeGroupCommand = class _DeleteAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1324
1318
  ...commonParams
1325
1319
  }).m(function(Command, cs, config, o) {
@@ -1336,7 +1330,6 @@ var DeleteAttributeGroupCommand = _DeleteAttributeGroupCommand;
1336
1330
 
1337
1331
 
1338
1332
 
1339
-
1340
1333
  var _DisassociateAttributeGroupCommand = class _DisassociateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1341
1334
  ...commonParams
1342
1335
  }).m(function(Command, cs, config, o) {
@@ -1353,7 +1346,6 @@ var DisassociateAttributeGroupCommand = _DisassociateAttributeGroupCommand;
1353
1346
 
1354
1347
 
1355
1348
 
1356
-
1357
1349
  var _DisassociateResourceCommand = class _DisassociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1358
1350
  ...commonParams
1359
1351
  }).m(function(Command, cs, config, o) {
@@ -1370,7 +1362,6 @@ var DisassociateResourceCommand = _DisassociateResourceCommand;
1370
1362
 
1371
1363
 
1372
1364
 
1373
-
1374
1365
  var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1375
1366
  ...commonParams
1376
1367
  }).m(function(Command, cs, config, o) {
@@ -1387,7 +1378,6 @@ var GetApplicationCommand = _GetApplicationCommand;
1387
1378
 
1388
1379
 
1389
1380
 
1390
-
1391
1381
  var _GetAssociatedResourceCommand = class _GetAssociatedResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1392
1382
  ...commonParams
1393
1383
  }).m(function(Command, cs, config, o) {
@@ -1404,7 +1394,6 @@ var GetAssociatedResourceCommand = _GetAssociatedResourceCommand;
1404
1394
 
1405
1395
 
1406
1396
 
1407
-
1408
1397
  var _GetAttributeGroupCommand = class _GetAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1409
1398
  ...commonParams
1410
1399
  }).m(function(Command, cs, config, o) {
@@ -1421,7 +1410,6 @@ var GetAttributeGroupCommand = _GetAttributeGroupCommand;
1421
1410
 
1422
1411
 
1423
1412
 
1424
-
1425
1413
  var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1426
1414
  ...commonParams
1427
1415
  }).m(function(Command, cs, config, o) {
@@ -1438,7 +1426,6 @@ var GetConfigurationCommand = _GetConfigurationCommand;
1438
1426
 
1439
1427
 
1440
1428
 
1441
-
1442
1429
  var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
1443
1430
  ...commonParams
1444
1431
  }).m(function(Command, cs, config, o) {
@@ -1455,7 +1442,6 @@ var ListApplicationsCommand = _ListApplicationsCommand;
1455
1442
 
1456
1443
 
1457
1444
 
1458
-
1459
1445
  var _ListAssociatedAttributeGroupsCommand = class _ListAssociatedAttributeGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1460
1446
  ...commonParams
1461
1447
  }).m(function(Command, cs, config, o) {
@@ -1472,7 +1458,6 @@ var ListAssociatedAttributeGroupsCommand = _ListAssociatedAttributeGroupsCommand
1472
1458
 
1473
1459
 
1474
1460
 
1475
-
1476
1461
  var _ListAssociatedResourcesCommand = class _ListAssociatedResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
1477
1462
  ...commonParams
1478
1463
  }).m(function(Command, cs, config, o) {
@@ -1489,7 +1474,6 @@ var ListAssociatedResourcesCommand = _ListAssociatedResourcesCommand;
1489
1474
 
1490
1475
 
1491
1476
 
1492
-
1493
1477
  var _ListAttributeGroupsCommand = class _ListAttributeGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
1494
1478
  ...commonParams
1495
1479
  }).m(function(Command, cs, config, o) {
@@ -1506,7 +1490,6 @@ var ListAttributeGroupsCommand = _ListAttributeGroupsCommand;
1506
1490
 
1507
1491
 
1508
1492
 
1509
-
1510
1493
  var _ListAttributeGroupsForApplicationCommand = class _ListAttributeGroupsForApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1511
1494
  ...commonParams
1512
1495
  }).m(function(Command, cs, config, o) {
@@ -1523,7 +1506,6 @@ var ListAttributeGroupsForApplicationCommand = _ListAttributeGroupsForApplicatio
1523
1506
 
1524
1507
 
1525
1508
 
1526
-
1527
1509
  var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1528
1510
  ...commonParams
1529
1511
  }).m(function(Command, cs, config, o) {
@@ -1540,7 +1522,6 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
1540
1522
 
1541
1523
 
1542
1524
 
1543
-
1544
1525
  var _PutConfigurationCommand = class _PutConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
1545
1526
  ...commonParams
1546
1527
  }).m(function(Command, cs, config, o) {
@@ -1557,7 +1538,6 @@ var PutConfigurationCommand = _PutConfigurationCommand;
1557
1538
 
1558
1539
 
1559
1540
 
1560
-
1561
1541
  var _SyncResourceCommand = class _SyncResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1562
1542
  ...commonParams
1563
1543
  }).m(function(Command, cs, config, o) {
@@ -1574,7 +1554,6 @@ var SyncResourceCommand = _SyncResourceCommand;
1574
1554
 
1575
1555
 
1576
1556
 
1577
-
1578
1557
  var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1579
1558
  ...commonParams
1580
1559
  }).m(function(Command, cs, config, o) {
@@ -1591,7 +1570,6 @@ var TagResourceCommand = _TagResourceCommand;
1591
1570
 
1592
1571
 
1593
1572
 
1594
-
1595
1573
  var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
1596
1574
  ...commonParams
1597
1575
  }).m(function(Command, cs, config, o) {
@@ -1608,7 +1586,6 @@ var UntagResourceCommand = _UntagResourceCommand;
1608
1586
 
1609
1587
 
1610
1588
 
1611
-
1612
1589
  var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
1613
1590
  ...commonParams
1614
1591
  }).m(function(Command, cs, config, o) {
@@ -1625,7 +1602,6 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
1625
1602
 
1626
1603
 
1627
1604
 
1628
-
1629
1605
  var _UpdateAttributeGroupCommand = class _UpdateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
1630
1606
  ...commonParams
1631
1607
  }).m(function(Command, cs, config, o) {
@@ -114,15 +114,15 @@ export interface ClientDefaults extends Partial<__SmithyConfiguration<__HttpHand
114
114
  * Enables FIPS compatible endpoints.
115
115
  */
116
116
  useFipsEndpoint?: boolean | __Provider<boolean>;
117
+ /**
118
+ * The AWS region to which this client will send requests
119
+ */
120
+ region?: string | __Provider<string>;
117
121
  /**
118
122
  * The provider populating default tracking information to be sent with `user-agent`, `x-amz-user-agent` header
119
123
  * @internal
120
124
  */
121
125
  defaultUserAgentProvider?: Provider<__UserAgent>;
122
- /**
123
- * The AWS region to which this client will send requests
124
- */
125
- region?: string | __Provider<string>;
126
126
  /**
127
127
  * Default credentials provider; Not available in browser runtime.
128
128
  * @deprecated
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -5,7 +5,8 @@ import { ServiceCatalogAppRegistryClientResolvedConfig, ServiceInputTypes, Servi
5
5
  /**
6
6
  * @public
7
7
  */
8
- export { __MetadataBearer, $Command };
8
+ export type { __MetadataBearer };
9
+ export { $Command };
9
10
  /**
10
11
  * @public
11
12
  *
@@ -6,8 +6,8 @@
6
6
  export * from "./ServiceCatalogAppRegistryClient";
7
7
  export * from "./ServiceCatalogAppRegistry";
8
8
  export { ClientInputEndpointParameters } from "./endpoint/EndpointParameters";
9
- export { RuntimeExtension } from "./runtimeExtensions";
10
- export { ServiceCatalogAppRegistryExtensionConfiguration } from "./extensionConfiguration";
9
+ export type { RuntimeExtension } from "./runtimeExtensions";
10
+ export type { ServiceCatalogAppRegistryExtensionConfiguration } from "./extensionConfiguration";
11
11
  export * from "./commands";
12
12
  export * from "./pagination";
13
13
  export * from "./models";
@@ -1,5 +1,6 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@smithy/smithy-client";
2
- export { __ServiceException, __ServiceExceptionOptions };
2
+ export type { __ServiceExceptionOptions };
3
+ export { __ServiceException };
3
4
  /**
4
5
  * @public
5
6
  *
@@ -18,8 +18,8 @@ export declare const getRuntimeConfig: (config: ServiceCatalogAppRegistryClientC
18
18
  serviceId: string;
19
19
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
20
20
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
21
- defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
22
21
  region: string | import("@smithy/types").Provider<any>;
22
+ defaultUserAgentProvider: import("@smithy/types").Provider<import("@smithy/types").UserAgent>;
23
23
  credentialDefaultProvider: (input: any) => import("@smithy/types").AwsCredentialIdentityProvider;
24
24
  maxAttempts: number | import("@smithy/types").Provider<number>;
25
25
  retryMode: string | import("@smithy/types").Provider<string>;
@@ -214,8 +214,8 @@ export interface ClientDefaults
214
214
  serviceId?: string;
215
215
  useDualstackEndpoint?: boolean | __Provider<boolean>;
216
216
  useFipsEndpoint?: boolean | __Provider<boolean>;
217
- defaultUserAgentProvider?: Provider<__UserAgent>;
218
217
  region?: string | __Provider<string>;
218
+ defaultUserAgentProvider?: Provider<__UserAgent>;
219
219
  credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
220
220
  maxAttempts?: number | __Provider<number>;
221
221
  retryMode?: string | __Provider<string>;
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateAttributeGroupCommandInput
14
15
  extends AssociateAttributeGroupRequest {}
15
16
  export interface AssociateAttributeGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface AssociateResourceCommandInput
14
15
  extends AssociateResourceRequest {}
15
16
  export interface AssociateResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateApplicationCommandInput
14
15
  extends CreateApplicationRequest {}
15
16
  export interface CreateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface CreateAttributeGroupCommandInput
14
15
  extends CreateAttributeGroupRequest {}
15
16
  export interface CreateAttributeGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteApplicationCommandInput
14
15
  extends DeleteApplicationRequest {}
15
16
  export interface DeleteApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DeleteAttributeGroupCommandInput
14
15
  extends DeleteAttributeGroupRequest {}
15
16
  export interface DeleteAttributeGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateAttributeGroupCommandInput
14
15
  extends DisassociateAttributeGroupRequest {}
15
16
  export interface DisassociateAttributeGroupCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface DisassociateResourceCommandInput
14
15
  extends DisassociateResourceRequest {}
15
16
  export interface DisassociateResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetApplicationCommandInput extends GetApplicationRequest {}
14
15
  export interface GetApplicationCommandOutput
15
16
  extends GetApplicationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAssociatedResourceCommandInput
14
15
  extends GetAssociatedResourceRequest {}
15
16
  export interface GetAssociatedResourceCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface GetAttributeGroupCommandInput
14
15
  extends GetAttributeGroupRequest {}
15
16
  export interface GetAttributeGroupCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ServiceCatalogAppRegistryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface GetConfigurationCommandInput {}
11
12
  export interface GetConfigurationCommandOutput
12
13
  extends GetConfigurationResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListApplicationsCommandInput extends ListApplicationsRequest {}
14
15
  export interface ListApplicationsCommandOutput
15
16
  extends ListApplicationsResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAssociatedAttributeGroupsCommandInput
14
15
  extends ListAssociatedAttributeGroupsRequest {}
15
16
  export interface ListAssociatedAttributeGroupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAssociatedResourcesCommandInput
14
15
  extends ListAssociatedResourcesRequest {}
15
16
  export interface ListAssociatedResourcesCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAttributeGroupsCommandInput
14
15
  extends ListAttributeGroupsRequest {}
15
16
  export interface ListAttributeGroupsCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListAttributeGroupsForApplicationCommandInput
14
15
  extends ListAttributeGroupsForApplicationRequest {}
15
16
  export interface ListAttributeGroupsForApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface ListTagsForResourceCommandInput
14
15
  extends ListTagsForResourceRequest {}
15
16
  export interface ListTagsForResourceCommandOutput
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ServiceCatalogAppRegistryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface PutConfigurationCommandInput extends PutConfigurationRequest {}
11
12
  export interface PutConfigurationCommandOutput extends __MetadataBearer {}
12
13
  declare const PutConfigurationCommand_base: {
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ServiceCatalogAppRegistryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface SyncResourceCommandInput extends SyncResourceRequest {}
11
12
  export interface SyncResourceCommandOutput
12
13
  extends SyncResourceResponse,
@@ -6,7 +6,8 @@ import {
6
6
  ServiceInputTypes,
7
7
  ServiceOutputTypes,
8
8
  } from "../ServiceCatalogAppRegistryClient";
9
- export { __MetadataBearer, $Command };
9
+ export { __MetadataBearer };
10
+ export { $Command };
10
11
  export interface TagResourceCommandInput extends TagResourceRequest {}
11
12
  export interface TagResourceCommandOutput
12
13
  extends TagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UntagResourceCommandInput extends UntagResourceRequest {}
14
15
  export interface UntagResourceCommandOutput
15
16
  extends UntagResourceResponse,
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateApplicationCommandInput
14
15
  extends UpdateApplicationRequest {}
15
16
  export interface UpdateApplicationCommandOutput
@@ -9,7 +9,8 @@ import {
9
9
  ServiceInputTypes,
10
10
  ServiceOutputTypes,
11
11
  } from "../ServiceCatalogAppRegistryClient";
12
- export { __MetadataBearer, $Command };
12
+ export { __MetadataBearer };
13
+ export { $Command };
13
14
  export interface UpdateAttributeGroupCommandInput
14
15
  extends UpdateAttributeGroupRequest {}
15
16
  export interface UpdateAttributeGroupCommandOutput
@@ -2,7 +2,8 @@ import {
2
2
  ServiceException as __ServiceException,
3
3
  ServiceExceptionOptions as __ServiceExceptionOptions,
4
4
  } from "@smithy/smithy-client";
5
- export { __ServiceException, __ServiceExceptionOptions };
5
+ export { __ServiceExceptionOptions };
6
+ export { __ServiceException };
6
7
  export declare class ServiceCatalogAppRegistryServiceException extends __ServiceException {
7
8
  constructor(options: __ServiceExceptionOptions);
8
9
  }
@@ -22,10 +22,10 @@ export declare const getRuntimeConfig: (
22
22
  serviceId: string;
23
23
  useDualstackEndpoint: boolean | import("@smithy/types").Provider<boolean>;
24
24
  useFipsEndpoint: boolean | import("@smithy/types").Provider<boolean>;
25
+ region: string | import("@smithy/types").Provider<any>;
25
26
  defaultUserAgentProvider: import("@smithy/types").Provider<
26
27
  import("@smithy/types").UserAgent
27
28
  >;
28
- region: string | import("@smithy/types").Provider<any>;
29
29
  credentialDefaultProvider: (
30
30
  input: any
31
31
  ) => import("@smithy/types").AwsCredentialIdentityProvider;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-service-catalog-appregistry",
3
3
  "description": "AWS SDK for JavaScript Service Catalog Appregistry Client for Node.js, Browser and React Native",
4
- "version": "3.588.0",
4
+ "version": "3.592.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-service-catalog-appregistry",
@@ -20,10 +20,10 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sso-oidc": "3.588.0",
24
- "@aws-sdk/client-sts": "3.588.0",
25
- "@aws-sdk/core": "3.588.0",
26
- "@aws-sdk/credential-provider-node": "3.588.0",
23
+ "@aws-sdk/client-sso-oidc": "3.592.0",
24
+ "@aws-sdk/client-sts": "3.592.0",
25
+ "@aws-sdk/core": "3.592.0",
26
+ "@aws-sdk/credential-provider-node": "3.592.0",
27
27
  "@aws-sdk/middleware-host-header": "3.577.0",
28
28
  "@aws-sdk/middleware-logger": "3.577.0",
29
29
  "@aws-sdk/middleware-recursion-detection": "3.577.0",
@@ -34,7 +34,7 @@
34
34
  "@aws-sdk/util-user-agent-browser": "3.577.0",
35
35
  "@aws-sdk/util-user-agent-node": "3.587.0",
36
36
  "@smithy/config-resolver": "^3.0.1",
37
- "@smithy/core": "^2.1.1",
37
+ "@smithy/core": "^2.2.0",
38
38
  "@smithy/fetch-http-handler": "^3.0.1",
39
39
  "@smithy/hash-node": "^3.0.0",
40
40
  "@smithy/invalid-dependency": "^3.0.0",