@aws-sdk/client-ssm-sap 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 +21 -63
- package/dist-es/commands/DeleteResourcePermissionCommand.js +1 -3
- package/dist-es/commands/DeregisterApplicationCommand.js +1 -3
- package/dist-es/commands/GetApplicationCommand.js +1 -3
- package/dist-es/commands/GetComponentCommand.js +1 -3
- package/dist-es/commands/GetDatabaseCommand.js +1 -3
- package/dist-es/commands/GetOperationCommand.js +1 -3
- package/dist-es/commands/GetResourcePermissionCommand.js +1 -3
- package/dist-es/commands/ListApplicationsCommand.js +1 -3
- package/dist-es/commands/ListComponentsCommand.js +1 -3
- package/dist-es/commands/ListDatabasesCommand.js +1 -3
- package/dist-es/commands/ListOperationEventsCommand.js +1 -3
- package/dist-es/commands/ListOperationsCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/PutResourcePermissionCommand.js +1 -3
- package/dist-es/commands/RegisterApplicationCommand.js +1 -3
- package/dist-es/commands/StartApplicationCommand.js +1 -3
- package/dist-es/commands/StartApplicationRefreshCommand.js +1 -3
- package/dist-es/commands/StopApplicationCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateApplicationSettingsCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +4 -4
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1330,9 +1330,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1330
1330
|
var _tK = "tagKeys";
|
|
1331
1331
|
|
|
1332
1332
|
// src/commands/DeleteResourcePermissionCommand.ts
|
|
1333
|
-
var _DeleteResourcePermissionCommand = class _DeleteResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1334
|
-
...commonParams
|
|
1335
|
-
}).m(function(Command, cs, config, o) {
|
|
1333
|
+
var _DeleteResourcePermissionCommand = class _DeleteResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1336
1334
|
return [
|
|
1337
1335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1338
1336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1346,9 +1344,7 @@ var DeleteResourcePermissionCommand = _DeleteResourcePermissionCommand;
|
|
|
1346
1344
|
|
|
1347
1345
|
|
|
1348
1346
|
|
|
1349
|
-
var _DeregisterApplicationCommand = class _DeregisterApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1350
|
-
...commonParams
|
|
1351
|
-
}).m(function(Command, cs, config, o) {
|
|
1347
|
+
var _DeregisterApplicationCommand = class _DeregisterApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1352
1348
|
return [
|
|
1353
1349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1354
1350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1362,9 +1358,7 @@ var DeregisterApplicationCommand = _DeregisterApplicationCommand;
|
|
|
1362
1358
|
|
|
1363
1359
|
|
|
1364
1360
|
|
|
1365
|
-
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1366
|
-
...commonParams
|
|
1367
|
-
}).m(function(Command, cs, config, o) {
|
|
1361
|
+
var _GetApplicationCommand = class _GetApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1368
1362
|
return [
|
|
1369
1363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1370
1364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1378,9 +1372,7 @@ var GetApplicationCommand = _GetApplicationCommand;
|
|
|
1378
1372
|
|
|
1379
1373
|
|
|
1380
1374
|
|
|
1381
|
-
var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1382
|
-
...commonParams
|
|
1383
|
-
}).m(function(Command, cs, config, o) {
|
|
1375
|
+
var _GetComponentCommand = class _GetComponentCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1384
1376
|
return [
|
|
1385
1377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1386
1378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1394,9 +1386,7 @@ var GetComponentCommand = _GetComponentCommand;
|
|
|
1394
1386
|
|
|
1395
1387
|
|
|
1396
1388
|
|
|
1397
|
-
var _GetDatabaseCommand = class _GetDatabaseCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1398
|
-
...commonParams
|
|
1399
|
-
}).m(function(Command, cs, config, o) {
|
|
1389
|
+
var _GetDatabaseCommand = class _GetDatabaseCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1400
1390
|
return [
|
|
1401
1391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1402
1392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1410,9 +1400,7 @@ var GetDatabaseCommand = _GetDatabaseCommand;
|
|
|
1410
1400
|
|
|
1411
1401
|
|
|
1412
1402
|
|
|
1413
|
-
var _GetOperationCommand = class _GetOperationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1414
|
-
...commonParams
|
|
1415
|
-
}).m(function(Command, cs, config, o) {
|
|
1403
|
+
var _GetOperationCommand = class _GetOperationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1416
1404
|
return [
|
|
1417
1405
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1418
1406
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1426,9 +1414,7 @@ var GetOperationCommand = _GetOperationCommand;
|
|
|
1426
1414
|
|
|
1427
1415
|
|
|
1428
1416
|
|
|
1429
|
-
var _GetResourcePermissionCommand = class _GetResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1430
|
-
...commonParams
|
|
1431
|
-
}).m(function(Command, cs, config, o) {
|
|
1417
|
+
var _GetResourcePermissionCommand = class _GetResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1432
1418
|
return [
|
|
1433
1419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1434
1420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1442,9 +1428,7 @@ var GetResourcePermissionCommand = _GetResourcePermissionCommand;
|
|
|
1442
1428
|
|
|
1443
1429
|
|
|
1444
1430
|
|
|
1445
|
-
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1446
|
-
...commonParams
|
|
1447
|
-
}).m(function(Command, cs, config, o) {
|
|
1431
|
+
var _ListApplicationsCommand = class _ListApplicationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1448
1432
|
return [
|
|
1449
1433
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1450
1434
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1458,9 +1442,7 @@ var ListApplicationsCommand = _ListApplicationsCommand;
|
|
|
1458
1442
|
|
|
1459
1443
|
|
|
1460
1444
|
|
|
1461
|
-
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1462
|
-
...commonParams
|
|
1463
|
-
}).m(function(Command, cs, config, o) {
|
|
1445
|
+
var _ListComponentsCommand = class _ListComponentsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1464
1446
|
return [
|
|
1465
1447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1466
1448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1474,9 +1456,7 @@ var ListComponentsCommand = _ListComponentsCommand;
|
|
|
1474
1456
|
|
|
1475
1457
|
|
|
1476
1458
|
|
|
1477
|
-
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1478
|
-
...commonParams
|
|
1479
|
-
}).m(function(Command, cs, config, o) {
|
|
1459
|
+
var _ListDatabasesCommand = class _ListDatabasesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1480
1460
|
return [
|
|
1481
1461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1482
1462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1490,9 +1470,7 @@ var ListDatabasesCommand = _ListDatabasesCommand;
|
|
|
1490
1470
|
|
|
1491
1471
|
|
|
1492
1472
|
|
|
1493
|
-
var _ListOperationEventsCommand = class _ListOperationEventsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1494
|
-
...commonParams
|
|
1495
|
-
}).m(function(Command, cs, config, o) {
|
|
1473
|
+
var _ListOperationEventsCommand = class _ListOperationEventsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1496
1474
|
return [
|
|
1497
1475
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1498
1476
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1506,9 +1484,7 @@ var ListOperationEventsCommand = _ListOperationEventsCommand;
|
|
|
1506
1484
|
|
|
1507
1485
|
|
|
1508
1486
|
|
|
1509
|
-
var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1510
|
-
...commonParams
|
|
1511
|
-
}).m(function(Command, cs, config, o) {
|
|
1487
|
+
var _ListOperationsCommand = class _ListOperationsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1512
1488
|
return [
|
|
1513
1489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1514
1490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1522,9 +1498,7 @@ var ListOperationsCommand = _ListOperationsCommand;
|
|
|
1522
1498
|
|
|
1523
1499
|
|
|
1524
1500
|
|
|
1525
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1526
|
-
...commonParams
|
|
1527
|
-
}).m(function(Command, cs, config, o) {
|
|
1501
|
+
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1528
1502
|
return [
|
|
1529
1503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1530
1504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1538,9 +1512,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1538
1512
|
|
|
1539
1513
|
|
|
1540
1514
|
|
|
1541
|
-
var _PutResourcePermissionCommand = class _PutResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1542
|
-
...commonParams
|
|
1543
|
-
}).m(function(Command, cs, config, o) {
|
|
1515
|
+
var _PutResourcePermissionCommand = class _PutResourcePermissionCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1544
1516
|
return [
|
|
1545
1517
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1546
1518
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1554,9 +1526,7 @@ var PutResourcePermissionCommand = _PutResourcePermissionCommand;
|
|
|
1554
1526
|
|
|
1555
1527
|
|
|
1556
1528
|
|
|
1557
|
-
var _RegisterApplicationCommand = class _RegisterApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1558
|
-
...commonParams
|
|
1559
|
-
}).m(function(Command, cs, config, o) {
|
|
1529
|
+
var _RegisterApplicationCommand = class _RegisterApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1560
1530
|
return [
|
|
1561
1531
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1562
1532
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1570,9 +1540,7 @@ var RegisterApplicationCommand = _RegisterApplicationCommand;
|
|
|
1570
1540
|
|
|
1571
1541
|
|
|
1572
1542
|
|
|
1573
|
-
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1574
|
-
...commonParams
|
|
1575
|
-
}).m(function(Command, cs, config, o) {
|
|
1543
|
+
var _StartApplicationCommand = class _StartApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1576
1544
|
return [
|
|
1577
1545
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1578
1546
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1586,9 +1554,7 @@ var StartApplicationCommand = _StartApplicationCommand;
|
|
|
1586
1554
|
|
|
1587
1555
|
|
|
1588
1556
|
|
|
1589
|
-
var _StartApplicationRefreshCommand = class _StartApplicationRefreshCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1590
|
-
...commonParams
|
|
1591
|
-
}).m(function(Command, cs, config, o) {
|
|
1557
|
+
var _StartApplicationRefreshCommand = class _StartApplicationRefreshCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1592
1558
|
return [
|
|
1593
1559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1594
1560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1602,9 +1568,7 @@ var StartApplicationRefreshCommand = _StartApplicationRefreshCommand;
|
|
|
1602
1568
|
|
|
1603
1569
|
|
|
1604
1570
|
|
|
1605
|
-
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1606
|
-
...commonParams
|
|
1607
|
-
}).m(function(Command, cs, config, o) {
|
|
1571
|
+
var _StopApplicationCommand = class _StopApplicationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1608
1572
|
return [
|
|
1609
1573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1610
1574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1618,9 +1582,7 @@ var StopApplicationCommand = _StopApplicationCommand;
|
|
|
1618
1582
|
|
|
1619
1583
|
|
|
1620
1584
|
|
|
1621
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1622
|
-
...commonParams
|
|
1623
|
-
}).m(function(Command, cs, config, o) {
|
|
1585
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1624
1586
|
return [
|
|
1625
1587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1626
1588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1634,9 +1596,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1634
1596
|
|
|
1635
1597
|
|
|
1636
1598
|
|
|
1637
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1638
|
-
...commonParams
|
|
1639
|
-
}).m(function(Command, cs, config, o) {
|
|
1599
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1640
1600
|
return [
|
|
1641
1601
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1642
1602
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1650,9 +1610,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1650
1610
|
|
|
1651
1611
|
|
|
1652
1612
|
|
|
1653
|
-
var _UpdateApplicationSettingsCommand = class _UpdateApplicationSettingsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1654
|
-
...commonParams
|
|
1655
|
-
}).m(function(Command, cs, config, o) {
|
|
1613
|
+
var _UpdateApplicationSettingsCommand = class _UpdateApplicationSettingsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1656
1614
|
return [
|
|
1657
1615
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1658
1616
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_DeleteResourcePermissionCommand, se_DeleteResourcePermissionCommand
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteResourcePermissionCommand 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_DeregisterApplicationCommand, se_DeregisterApplicationCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeregisterApplicationCommand 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_GetComponentCommand, se_GetComponentCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetComponentCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetDatabaseCommand, se_GetDatabaseCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetDatabaseCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_GetOperationCommand, se_GetOperationCommand } from "../protocols/Aws
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetOperationCommand 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_GetResourcePermissionCommand, se_GetResourcePermissionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetResourcePermissionCommand 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_ListComponentsCommand, se_ListComponentsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListComponentsCommand 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_ListDatabasesCommand, se_ListDatabasesCommand } from "../protocols/A
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListDatabasesCommand 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_ListOperationEventsCommand, se_ListOperationEventsCommand } from "..
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOperationEventsCommand 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_ListOperationsCommand, se_ListOperationsCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListOperationsCommand 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_PutResourcePermissionCommand, se_PutResourcePermissionCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class PutResourcePermissionCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_RegisterApplicationCommand, se_RegisterApplicationCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class RegisterApplicationCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -6,9 +6,7 @@ import { de_StartApplicationCommand, se_StartApplicationCommand } from "../proto
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartApplicationCommand 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_StartApplicationRefreshCommand, se_StartApplicationRefreshCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StartApplicationRefreshCommand 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_StopApplicationCommand, se_StopApplicationCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class StopApplicationCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_UpdateApplicationSettingsCommand, se_UpdateApplicationSettingsComman
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateApplicationSettingsCommand extends $Command
|
|
9
9
|
.classBuilder()
|
|
10
|
-
.ep(
|
|
11
|
-
...commonParams,
|
|
12
|
-
})
|
|
10
|
+
.ep(commonParams)
|
|
13
11
|
.m(function (Command, cs, config, o) {
|
|
14
12
|
return [
|
|
15
13
|
getSerdePlugin(config, this.serialize, this.deserialize),
|
|
@@ -1,10 +1,14 @@
|
|
|
1
1
|
import { awsEndpointFunctions } from "@aws-sdk/util-endpoints";
|
|
2
|
-
import { customEndpointFunctions, resolveEndpoint } from "@smithy/util-endpoints";
|
|
2
|
+
import { customEndpointFunctions, EndpointCache, resolveEndpoint } from "@smithy/util-endpoints";
|
|
3
3
|
import { ruleSet } from "./ruleset";
|
|
4
|
+
const cache = new EndpointCache({
|
|
5
|
+
size: 50,
|
|
6
|
+
params: ["Endpoint", "Region", "UseDualStack", "UseFIPS"],
|
|
7
|
+
});
|
|
4
8
|
export const defaultEndpointResolver = (endpointParams, context = {}) => {
|
|
5
|
-
return resolveEndpoint(ruleSet, {
|
|
9
|
+
return cache.get(endpointParams, () => resolveEndpoint(ruleSet, {
|
|
6
10
|
endpointParams: endpointParams,
|
|
7
11
|
logger: context.logger,
|
|
8
|
-
});
|
|
12
|
+
}));
|
|
9
13
|
};
|
|
10
14
|
customEndpointFunctions.aws = awsEndpointFunctions;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-ssm-sap",
|
|
3
3
|
"description": "AWS SDK for JavaScript Ssm Sap 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-ssm-sap",
|
|
@@ -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",
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// This file is read by tools that parse documentation comments conforming to the TSDoc standard.
|
|
2
|
-
// It should be published with your NPM package. It should not be tracked by Git.
|
|
3
|
-
{
|
|
4
|
-
"tsdocVersion": "0.12",
|
|
5
|
-
"toolPackages": [
|
|
6
|
-
{
|
|
7
|
-
"packageName": "@microsoft/api-extractor",
|
|
8
|
-
"packageVersion": "7.34.4"
|
|
9
|
-
}
|
|
10
|
-
]
|
|
11
|
-
}
|