@aws-sdk/client-service-catalog-appregistry 3.649.0 → 3.650.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +24 -72
- package/dist-es/commands/AssociateAttributeGroupCommand.js +1 -3
- package/dist-es/commands/AssociateResourceCommand.js +1 -3
- package/dist-es/commands/CreateApplicationCommand.js +1 -3
- package/dist-es/commands/CreateAttributeGroupCommand.js +1 -3
- package/dist-es/commands/DeleteApplicationCommand.js +1 -3
- package/dist-es/commands/DeleteAttributeGroupCommand.js +1 -3
- package/dist-es/commands/DisassociateAttributeGroupCommand.js +1 -3
- package/dist-es/commands/DisassociateResourceCommand.js +1 -3
- package/dist-es/commands/GetApplicationCommand.js +1 -3
- package/dist-es/commands/GetAssociatedResourceCommand.js +1 -3
- package/dist-es/commands/GetAttributeGroupCommand.js +1 -3
- package/dist-es/commands/GetConfigurationCommand.js +1 -3
- package/dist-es/commands/ListApplicationsCommand.js +1 -3
- package/dist-es/commands/ListAssociatedAttributeGroupsCommand.js +1 -3
- package/dist-es/commands/ListAssociatedResourcesCommand.js +1 -3
- package/dist-es/commands/ListAttributeGroupsCommand.js +1 -3
- package/dist-es/commands/ListAttributeGroupsForApplicationCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutConfigurationCommand.js +1 -3
- package/dist-es/commands/SyncResourceCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationCommand.js +1 -3
- package/dist-es/commands/UpdateAttributeGroupCommand.js +1 -3
- package/package.json +4 -4
package/dist-cjs/index.js
CHANGED
|
@@ -1225,9 +1225,7 @@ var _rTS = "resourceTagStatus";
|
|
|
1225
1225
|
var _tK = "tagKeys";
|
|
1226
1226
|
|
|
1227
1227
|
// src/commands/AssociateAttributeGroupCommand.ts
|
|
1228
|
-
var _AssociateAttributeGroupCommand = class _AssociateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1229
|
-
...commonParams
|
|
1230
|
-
}).m(function(Command, cs, config, o) {
|
|
1228
|
+
var _AssociateAttributeGroupCommand = class _AssociateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1231
1229
|
return [
|
|
1232
1230
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1233
1231
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1241,9 +1239,7 @@ var AssociateAttributeGroupCommand = _AssociateAttributeGroupCommand;
|
|
|
1241
1239
|
|
|
1242
1240
|
|
|
1243
1241
|
|
|
1244
|
-
var _AssociateResourceCommand = class _AssociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1245
|
-
...commonParams
|
|
1246
|
-
}).m(function(Command, cs, config, o) {
|
|
1242
|
+
var _AssociateResourceCommand = class _AssociateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1247
1243
|
return [
|
|
1248
1244
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1249
1245
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1257,9 +1253,7 @@ var AssociateResourceCommand = _AssociateResourceCommand;
|
|
|
1257
1253
|
|
|
1258
1254
|
|
|
1259
1255
|
|
|
1260
|
-
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1261
|
-
...commonParams
|
|
1262
|
-
}).m(function(Command, cs, config, o) {
|
|
1256
|
+
var _CreateApplicationCommand = class _CreateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1263
1257
|
return [
|
|
1264
1258
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1265
1259
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1273,9 +1267,7 @@ var CreateApplicationCommand = _CreateApplicationCommand;
|
|
|
1273
1267
|
|
|
1274
1268
|
|
|
1275
1269
|
|
|
1276
|
-
var _CreateAttributeGroupCommand = class _CreateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1277
|
-
...commonParams
|
|
1278
|
-
}).m(function(Command, cs, config, o) {
|
|
1270
|
+
var _CreateAttributeGroupCommand = class _CreateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1279
1271
|
return [
|
|
1280
1272
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1281
1273
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1289,9 +1281,7 @@ var CreateAttributeGroupCommand = _CreateAttributeGroupCommand;
|
|
|
1289
1281
|
|
|
1290
1282
|
|
|
1291
1283
|
|
|
1292
|
-
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1293
|
-
...commonParams
|
|
1294
|
-
}).m(function(Command, cs, config, o) {
|
|
1284
|
+
var _DeleteApplicationCommand = class _DeleteApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1295
1285
|
return [
|
|
1296
1286
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1297
1287
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1305,9 +1295,7 @@ var DeleteApplicationCommand = _DeleteApplicationCommand;
|
|
|
1305
1295
|
|
|
1306
1296
|
|
|
1307
1297
|
|
|
1308
|
-
var _DeleteAttributeGroupCommand = class _DeleteAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1309
|
-
...commonParams
|
|
1310
|
-
}).m(function(Command, cs, config, o) {
|
|
1298
|
+
var _DeleteAttributeGroupCommand = class _DeleteAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1311
1299
|
return [
|
|
1312
1300
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1313
1301
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1321,9 +1309,7 @@ var DeleteAttributeGroupCommand = _DeleteAttributeGroupCommand;
|
|
|
1321
1309
|
|
|
1322
1310
|
|
|
1323
1311
|
|
|
1324
|
-
var _DisassociateAttributeGroupCommand = class _DisassociateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1325
|
-
...commonParams
|
|
1326
|
-
}).m(function(Command, cs, config, o) {
|
|
1312
|
+
var _DisassociateAttributeGroupCommand = class _DisassociateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1327
1313
|
return [
|
|
1328
1314
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1329
1315
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1337,9 +1323,7 @@ var DisassociateAttributeGroupCommand = _DisassociateAttributeGroupCommand;
|
|
|
1337
1323
|
|
|
1338
1324
|
|
|
1339
1325
|
|
|
1340
|
-
var _DisassociateResourceCommand = class _DisassociateResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1341
|
-
...commonParams
|
|
1342
|
-
}).m(function(Command, cs, config, o) {
|
|
1326
|
+
var _DisassociateResourceCommand = class _DisassociateResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1343
1327
|
return [
|
|
1344
1328
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1345
1329
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1353,9 +1337,7 @@ var DisassociateResourceCommand = _DisassociateResourceCommand;
|
|
|
1353
1337
|
|
|
1354
1338
|
|
|
1355
1339
|
|
|
1356
|
-
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1357
|
-
...commonParams
|
|
1358
|
-
}).m(function(Command, cs, config, o) {
|
|
1340
|
+
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1359
1341
|
return [
|
|
1360
1342
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1361
1343
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1369,9 +1351,7 @@ var GetApplicationCommand = _GetApplicationCommand;
|
|
|
1369
1351
|
|
|
1370
1352
|
|
|
1371
1353
|
|
|
1372
|
-
var _GetAssociatedResourceCommand = class _GetAssociatedResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1373
|
-
...commonParams
|
|
1374
|
-
}).m(function(Command, cs, config, o) {
|
|
1354
|
+
var _GetAssociatedResourceCommand = class _GetAssociatedResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1375
1355
|
return [
|
|
1376
1356
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1377
1357
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1385,9 +1365,7 @@ var GetAssociatedResourceCommand = _GetAssociatedResourceCommand;
|
|
|
1385
1365
|
|
|
1386
1366
|
|
|
1387
1367
|
|
|
1388
|
-
var _GetAttributeGroupCommand = class _GetAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1389
|
-
...commonParams
|
|
1390
|
-
}).m(function(Command, cs, config, o) {
|
|
1368
|
+
var _GetAttributeGroupCommand = class _GetAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1391
1369
|
return [
|
|
1392
1370
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1393
1371
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1401,9 +1379,7 @@ var GetAttributeGroupCommand = _GetAttributeGroupCommand;
|
|
|
1401
1379
|
|
|
1402
1380
|
|
|
1403
1381
|
|
|
1404
|
-
var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1405
|
-
...commonParams
|
|
1406
|
-
}).m(function(Command, cs, config, o) {
|
|
1382
|
+
var _GetConfigurationCommand = class _GetConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1407
1383
|
return [
|
|
1408
1384
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1409
1385
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1417,9 +1393,7 @@ var GetConfigurationCommand = _GetConfigurationCommand;
|
|
|
1417
1393
|
|
|
1418
1394
|
|
|
1419
1395
|
|
|
1420
|
-
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1421
|
-
...commonParams
|
|
1422
|
-
}).m(function(Command, cs, config, o) {
|
|
1396
|
+
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1423
1397
|
return [
|
|
1424
1398
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1425
1399
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1433,9 +1407,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1433
1407
|
|
|
1434
1408
|
|
|
1435
1409
|
|
|
1436
|
-
var _ListAssociatedAttributeGroupsCommand = class _ListAssociatedAttributeGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1437
|
-
...commonParams
|
|
1438
|
-
}).m(function(Command, cs, config, o) {
|
|
1410
|
+
var _ListAssociatedAttributeGroupsCommand = class _ListAssociatedAttributeGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1439
1411
|
return [
|
|
1440
1412
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1441
1413
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1449,9 +1421,7 @@ var ListAssociatedAttributeGroupsCommand = _ListAssociatedAttributeGroupsCommand
|
|
|
1449
1421
|
|
|
1450
1422
|
|
|
1451
1423
|
|
|
1452
|
-
var _ListAssociatedResourcesCommand = class _ListAssociatedResourcesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1453
|
-
...commonParams
|
|
1454
|
-
}).m(function(Command, cs, config, o) {
|
|
1424
|
+
var _ListAssociatedResourcesCommand = class _ListAssociatedResourcesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1455
1425
|
return [
|
|
1456
1426
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1457
1427
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1465,9 +1435,7 @@ var ListAssociatedResourcesCommand = _ListAssociatedResourcesCommand;
|
|
|
1465
1435
|
|
|
1466
1436
|
|
|
1467
1437
|
|
|
1468
|
-
var _ListAttributeGroupsCommand = class _ListAttributeGroupsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1469
|
-
...commonParams
|
|
1470
|
-
}).m(function(Command, cs, config, o) {
|
|
1438
|
+
var _ListAttributeGroupsCommand = class _ListAttributeGroupsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1471
1439
|
return [
|
|
1472
1440
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1473
1441
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1481,9 +1449,7 @@ var ListAttributeGroupsCommand = _ListAttributeGroupsCommand;
|
|
|
1481
1449
|
|
|
1482
1450
|
|
|
1483
1451
|
|
|
1484
|
-
var _ListAttributeGroupsForApplicationCommand = class _ListAttributeGroupsForApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1485
|
-
...commonParams
|
|
1486
|
-
}).m(function(Command, cs, config, o) {
|
|
1452
|
+
var _ListAttributeGroupsForApplicationCommand = class _ListAttributeGroupsForApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1487
1453
|
return [
|
|
1488
1454
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1489
1455
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1497,9 +1463,7 @@ var ListAttributeGroupsForApplicationCommand = _ListAttributeGroupsForApplicatio
|
|
|
1497
1463
|
|
|
1498
1464
|
|
|
1499
1465
|
|
|
1500
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1501
|
-
...commonParams
|
|
1502
|
-
}).m(function(Command, cs, config, o) {
|
|
1466
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1503
1467
|
return [
|
|
1504
1468
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1505
1469
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1513,9 +1477,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1513
1477
|
|
|
1514
1478
|
|
|
1515
1479
|
|
|
1516
|
-
var _PutConfigurationCommand = class _PutConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1517
|
-
...commonParams
|
|
1518
|
-
}).m(function(Command, cs, config, o) {
|
|
1480
|
+
var _PutConfigurationCommand = class _PutConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1519
1481
|
return [
|
|
1520
1482
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1521
1483
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1529,9 +1491,7 @@ var PutConfigurationCommand = _PutConfigurationCommand;
|
|
|
1529
1491
|
|
|
1530
1492
|
|
|
1531
1493
|
|
|
1532
|
-
var _SyncResourceCommand = class _SyncResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1533
|
-
...commonParams
|
|
1534
|
-
}).m(function(Command, cs, config, o) {
|
|
1494
|
+
var _SyncResourceCommand = class _SyncResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1535
1495
|
return [
|
|
1536
1496
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1537
1497
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1545,9 +1505,7 @@ var SyncResourceCommand = _SyncResourceCommand;
|
|
|
1545
1505
|
|
|
1546
1506
|
|
|
1547
1507
|
|
|
1548
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1549
|
-
...commonParams
|
|
1550
|
-
}).m(function(Command, cs, config, o) {
|
|
1508
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1551
1509
|
return [
|
|
1552
1510
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1553
1511
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1561,9 +1519,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1561
1519
|
|
|
1562
1520
|
|
|
1563
1521
|
|
|
1564
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1565
|
-
...commonParams
|
|
1566
|
-
}).m(function(Command, cs, config, o) {
|
|
1522
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1567
1523
|
return [
|
|
1568
1524
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1569
1525
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1577,9 +1533,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1577
1533
|
|
|
1578
1534
|
|
|
1579
1535
|
|
|
1580
|
-
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1581
|
-
...commonParams
|
|
1582
|
-
}).m(function(Command, cs, config, o) {
|
|
1536
|
+
var _UpdateApplicationCommand = class _UpdateApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1583
1537
|
return [
|
|
1584
1538
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1585
1539
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1593,9 +1547,7 @@ var UpdateApplicationCommand = _UpdateApplicationCommand;
|
|
|
1593
1547
|
|
|
1594
1548
|
|
|
1595
1549
|
|
|
1596
|
-
var _UpdateAttributeGroupCommand = class _UpdateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1597
|
-
...commonParams
|
|
1598
|
-
}).m(function(Command, cs, config, o) {
|
|
1550
|
+
var _UpdateAttributeGroupCommand = class _UpdateAttributeGroupCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1599
1551
|
return [
|
|
1600
1552
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1601
1553
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateAttributeGroupCommand, se_AssociateAttributeGroupCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateAttributeGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_AssociateResourceCommand, se_AssociateResourceCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateApplicationCommand, se_CreateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_CreateAttributeGroupCommand, se_CreateAttributeGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class CreateAttributeGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteApplicationCommand, se_DeleteApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DeleteAttributeGroupCommand, se_DeleteAttributeGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteAttributeGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateAttributeGroupCommand, se_DisassociateAttributeGroupComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateAttributeGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_DisassociateResourceCommand, se_DisassociateResourceCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetApplicationCommand, se_GetApplicationCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAssociatedResourceCommand, se_GetAssociatedResourceCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAssociatedResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetAttributeGroupCommand, se_GetAttributeGroupCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAttributeGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetConfigurationCommand, se_GetConfigurationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListApplicationsCommand, se_ListApplicationsCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListApplicationsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAssociatedAttributeGroupsCommand, se_ListAssociatedAttributeGrou
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssociatedAttributeGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAssociatedResourcesCommand, se_ListAssociatedResourcesCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAssociatedResourcesCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAttributeGroupsCommand, se_ListAttributeGroupsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAttributeGroupsCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListAttributeGroupsForApplicationCommand, se_ListAttributeGroupsForA
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListAttributeGroupsForApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListTagsForResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_PutConfigurationCommand, se_PutConfigurationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutConfigurationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_SyncResourceCommand, se_SyncResourceCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class SyncResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class TagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UntagResourceCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateApplicationCommand, se_UpdateApplicationCommand } from "../pro
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateApplicationCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_UpdateAttributeGroupCommand, se_UpdateAttributeGroupCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateAttributeGroupCommand extends $Command
|
|
8
8
|
.classBuilder()
|
|
9
|
-
.ep(
|
|
10
|
-
...commonParams,
|
|
11
|
-
})
|
|
9
|
+
.ep(commonParams)
|
|
12
10
|
.m(function (Command, cs, config, o) {
|
|
13
11
|
return [
|
|
14
12
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
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.
|
|
4
|
+
"version": "3.650.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": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/client-sso-oidc": "3.
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.650.0",
|
|
24
|
+
"@aws-sdk/client-sts": "3.650.0",
|
|
25
25
|
"@aws-sdk/core": "3.649.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.650.0",
|
|
27
27
|
"@aws-sdk/middleware-host-header": "3.649.0",
|
|
28
28
|
"@aws-sdk/middleware-logger": "3.649.0",
|
|
29
29
|
"@aws-sdk/middleware-recursion-detection": "3.649.0",
|