@aws-sdk/client-resource-explorer-2 3.649.0 → 3.651.1
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/AssociateDefaultViewCommand.js +1 -3
- package/dist-es/commands/BatchGetViewCommand.js +1 -3
- package/dist-es/commands/CreateIndexCommand.js +1 -3
- package/dist-es/commands/CreateViewCommand.js +1 -3
- package/dist-es/commands/DeleteIndexCommand.js +1 -3
- package/dist-es/commands/DeleteViewCommand.js +1 -3
- package/dist-es/commands/DisassociateDefaultViewCommand.js +1 -3
- package/dist-es/commands/GetAccountLevelServiceConfigurationCommand.js +1 -3
- package/dist-es/commands/GetDefaultViewCommand.js +1 -3
- package/dist-es/commands/GetIndexCommand.js +1 -3
- package/dist-es/commands/GetViewCommand.js +1 -3
- package/dist-es/commands/ListIndexesCommand.js +1 -3
- package/dist-es/commands/ListIndexesForMembersCommand.js +1 -3
- package/dist-es/commands/ListSupportedResourceTypesCommand.js +1 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +1 -3
- package/dist-es/commands/ListViewsCommand.js +1 -3
- package/dist-es/commands/SearchCommand.js +1 -3
- package/dist-es/commands/TagResourceCommand.js +1 -3
- package/dist-es/commands/UntagResourceCommand.js +1 -3
- package/dist-es/commands/UpdateIndexTypeCommand.js +1 -3
- package/dist-es/commands/UpdateViewCommand.js +1 -3
- package/dist-es/endpoint/endpointResolver.js +7 -3
- package/package.json +5 -5
- package/dist-types/tsdoc-metadata.json +0 -11
package/dist-cjs/index.js
CHANGED
|
@@ -1302,9 +1302,7 @@ var deserializeMetadata = /* @__PURE__ */ __name((output) => ({
|
|
|
1302
1302
|
var _tK = "tagKeys";
|
|
1303
1303
|
|
|
1304
1304
|
// src/commands/AssociateDefaultViewCommand.ts
|
|
1305
|
-
var _AssociateDefaultViewCommand = class _AssociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1306
|
-
...commonParams
|
|
1307
|
-
}).m(function(Command, cs, config, o) {
|
|
1305
|
+
var _AssociateDefaultViewCommand = class _AssociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1308
1306
|
return [
|
|
1309
1307
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1310
1308
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1318,9 +1316,7 @@ var AssociateDefaultViewCommand = _AssociateDefaultViewCommand;
|
|
|
1318
1316
|
|
|
1319
1317
|
|
|
1320
1318
|
|
|
1321
|
-
var _BatchGetViewCommand = class _BatchGetViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1322
|
-
...commonParams
|
|
1323
|
-
}).m(function(Command, cs, config, o) {
|
|
1319
|
+
var _BatchGetViewCommand = class _BatchGetViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1324
1320
|
return [
|
|
1325
1321
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1326
1322
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1334,9 +1330,7 @@ var BatchGetViewCommand = _BatchGetViewCommand;
|
|
|
1334
1330
|
|
|
1335
1331
|
|
|
1336
1332
|
|
|
1337
|
-
var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1338
|
-
...commonParams
|
|
1339
|
-
}).m(function(Command, cs, config, o) {
|
|
1333
|
+
var _CreateIndexCommand = class _CreateIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1340
1334
|
return [
|
|
1341
1335
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1342
1336
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1350,9 +1344,7 @@ var CreateIndexCommand = _CreateIndexCommand;
|
|
|
1350
1344
|
|
|
1351
1345
|
|
|
1352
1346
|
|
|
1353
|
-
var _CreateViewCommand = class _CreateViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1354
|
-
...commonParams
|
|
1355
|
-
}).m(function(Command, cs, config, o) {
|
|
1347
|
+
var _CreateViewCommand = class _CreateViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1356
1348
|
return [
|
|
1357
1349
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1358
1350
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1366,9 +1358,7 @@ var CreateViewCommand = _CreateViewCommand;
|
|
|
1366
1358
|
|
|
1367
1359
|
|
|
1368
1360
|
|
|
1369
|
-
var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1370
|
-
...commonParams
|
|
1371
|
-
}).m(function(Command, cs, config, o) {
|
|
1361
|
+
var _DeleteIndexCommand = class _DeleteIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1372
1362
|
return [
|
|
1373
1363
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1374
1364
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1382,9 +1372,7 @@ var DeleteIndexCommand = _DeleteIndexCommand;
|
|
|
1382
1372
|
|
|
1383
1373
|
|
|
1384
1374
|
|
|
1385
|
-
var _DeleteViewCommand = class _DeleteViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1386
|
-
...commonParams
|
|
1387
|
-
}).m(function(Command, cs, config, o) {
|
|
1375
|
+
var _DeleteViewCommand = class _DeleteViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1388
1376
|
return [
|
|
1389
1377
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1390
1378
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1398,9 +1386,7 @@ var DeleteViewCommand = _DeleteViewCommand;
|
|
|
1398
1386
|
|
|
1399
1387
|
|
|
1400
1388
|
|
|
1401
|
-
var _DisassociateDefaultViewCommand = class _DisassociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1402
|
-
...commonParams
|
|
1403
|
-
}).m(function(Command, cs, config, o) {
|
|
1389
|
+
var _DisassociateDefaultViewCommand = class _DisassociateDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1404
1390
|
return [
|
|
1405
1391
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1406
1392
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1414,9 +1400,7 @@ var DisassociateDefaultViewCommand = _DisassociateDefaultViewCommand;
|
|
|
1414
1400
|
|
|
1415
1401
|
|
|
1416
1402
|
|
|
1417
|
-
var _GetAccountLevelServiceConfigurationCommand = class _GetAccountLevelServiceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1418
|
-
...commonParams
|
|
1419
|
-
}).m(function(Command, cs, config, o) {
|
|
1403
|
+
var _GetAccountLevelServiceConfigurationCommand = class _GetAccountLevelServiceConfigurationCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1420
1404
|
return [
|
|
1421
1405
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1422
1406
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1430,9 +1414,7 @@ var GetAccountLevelServiceConfigurationCommand = _GetAccountLevelServiceConfigur
|
|
|
1430
1414
|
|
|
1431
1415
|
|
|
1432
1416
|
|
|
1433
|
-
var _GetDefaultViewCommand = class _GetDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1434
|
-
...commonParams
|
|
1435
|
-
}).m(function(Command, cs, config, o) {
|
|
1417
|
+
var _GetDefaultViewCommand = class _GetDefaultViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1436
1418
|
return [
|
|
1437
1419
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1438
1420
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1446,9 +1428,7 @@ var GetDefaultViewCommand = _GetDefaultViewCommand;
|
|
|
1446
1428
|
|
|
1447
1429
|
|
|
1448
1430
|
|
|
1449
|
-
var _GetIndexCommand = class _GetIndexCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1450
|
-
...commonParams
|
|
1451
|
-
}).m(function(Command, cs, config, o) {
|
|
1431
|
+
var _GetIndexCommand = class _GetIndexCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1452
1432
|
return [
|
|
1453
1433
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1454
1434
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1462,9 +1442,7 @@ var GetIndexCommand = _GetIndexCommand;
|
|
|
1462
1442
|
|
|
1463
1443
|
|
|
1464
1444
|
|
|
1465
|
-
var _GetViewCommand = class _GetViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1466
|
-
...commonParams
|
|
1467
|
-
}).m(function(Command, cs, config, o) {
|
|
1445
|
+
var _GetViewCommand = class _GetViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1468
1446
|
return [
|
|
1469
1447
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1470
1448
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1478,9 +1456,7 @@ var GetViewCommand = _GetViewCommand;
|
|
|
1478
1456
|
|
|
1479
1457
|
|
|
1480
1458
|
|
|
1481
|
-
var _ListIndexesCommand = class _ListIndexesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1482
|
-
...commonParams
|
|
1483
|
-
}).m(function(Command, cs, config, o) {
|
|
1459
|
+
var _ListIndexesCommand = class _ListIndexesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1484
1460
|
return [
|
|
1485
1461
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1486
1462
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1494,9 +1470,7 @@ var ListIndexesCommand = _ListIndexesCommand;
|
|
|
1494
1470
|
|
|
1495
1471
|
|
|
1496
1472
|
|
|
1497
|
-
var _ListIndexesForMembersCommand = class _ListIndexesForMembersCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1498
|
-
...commonParams
|
|
1499
|
-
}).m(function(Command, cs, config, o) {
|
|
1473
|
+
var _ListIndexesForMembersCommand = class _ListIndexesForMembersCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1500
1474
|
return [
|
|
1501
1475
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1502
1476
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1510,9 +1484,7 @@ var ListIndexesForMembersCommand = _ListIndexesForMembersCommand;
|
|
|
1510
1484
|
|
|
1511
1485
|
|
|
1512
1486
|
|
|
1513
|
-
var _ListSupportedResourceTypesCommand = class _ListSupportedResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1514
|
-
...commonParams
|
|
1515
|
-
}).m(function(Command, cs, config, o) {
|
|
1487
|
+
var _ListSupportedResourceTypesCommand = class _ListSupportedResourceTypesCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1516
1488
|
return [
|
|
1517
1489
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1518
1490
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1526,9 +1498,7 @@ var ListSupportedResourceTypesCommand = _ListSupportedResourceTypesCommand;
|
|
|
1526
1498
|
|
|
1527
1499
|
|
|
1528
1500
|
|
|
1529
|
-
var _ListTagsForResourceCommand = class _ListTagsForResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1530
|
-
...commonParams
|
|
1531
|
-
}).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) {
|
|
1532
1502
|
return [
|
|
1533
1503
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1534
1504
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1542,9 +1512,7 @@ var ListTagsForResourceCommand = _ListTagsForResourceCommand;
|
|
|
1542
1512
|
|
|
1543
1513
|
|
|
1544
1514
|
|
|
1545
|
-
var _ListViewsCommand = class _ListViewsCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1546
|
-
...commonParams
|
|
1547
|
-
}).m(function(Command, cs, config, o) {
|
|
1515
|
+
var _ListViewsCommand = class _ListViewsCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1548
1516
|
return [
|
|
1549
1517
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1550
1518
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1558,9 +1526,7 @@ var ListViewsCommand = _ListViewsCommand;
|
|
|
1558
1526
|
|
|
1559
1527
|
|
|
1560
1528
|
|
|
1561
|
-
var _SearchCommand = class _SearchCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1562
|
-
...commonParams
|
|
1563
|
-
}).m(function(Command, cs, config, o) {
|
|
1529
|
+
var _SearchCommand = class _SearchCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1564
1530
|
return [
|
|
1565
1531
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1566
1532
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1574,9 +1540,7 @@ var SearchCommand = _SearchCommand;
|
|
|
1574
1540
|
|
|
1575
1541
|
|
|
1576
1542
|
|
|
1577
|
-
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1578
|
-
...commonParams
|
|
1579
|
-
}).m(function(Command, cs, config, o) {
|
|
1543
|
+
var _TagResourceCommand = class _TagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1580
1544
|
return [
|
|
1581
1545
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1582
1546
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1590,9 +1554,7 @@ var TagResourceCommand = _TagResourceCommand;
|
|
|
1590
1554
|
|
|
1591
1555
|
|
|
1592
1556
|
|
|
1593
|
-
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1594
|
-
...commonParams
|
|
1595
|
-
}).m(function(Command, cs, config, o) {
|
|
1557
|
+
var _UntagResourceCommand = class _UntagResourceCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1596
1558
|
return [
|
|
1597
1559
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1598
1560
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1606,9 +1568,7 @@ var UntagResourceCommand = _UntagResourceCommand;
|
|
|
1606
1568
|
|
|
1607
1569
|
|
|
1608
1570
|
|
|
1609
|
-
var _UpdateIndexTypeCommand = class _UpdateIndexTypeCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1610
|
-
...commonParams
|
|
1611
|
-
}).m(function(Command, cs, config, o) {
|
|
1571
|
+
var _UpdateIndexTypeCommand = class _UpdateIndexTypeCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1612
1572
|
return [
|
|
1613
1573
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1614
1574
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -1622,9 +1582,7 @@ var UpdateIndexTypeCommand = _UpdateIndexTypeCommand;
|
|
|
1622
1582
|
|
|
1623
1583
|
|
|
1624
1584
|
|
|
1625
|
-
var _UpdateViewCommand = class _UpdateViewCommand extends import_smithy_client.Command.classBuilder().ep({
|
|
1626
|
-
...commonParams
|
|
1627
|
-
}).m(function(Command, cs, config, o) {
|
|
1585
|
+
var _UpdateViewCommand = class _UpdateViewCommand extends import_smithy_client.Command.classBuilder().ep(commonParams).m(function(Command, cs, config, o) {
|
|
1628
1586
|
return [
|
|
1629
1587
|
(0, import_middleware_serde.getSerdePlugin)(config, this.serialize, this.deserialize),
|
|
1630
1588
|
(0, import_middleware_endpoint.getEndpointPlugin)(config, Command.getEndpointParameterInstructions())
|
|
@@ -6,9 +6,7 @@ import { de_AssociateDefaultViewCommand, se_AssociateDefaultViewCommand } from "
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class AssociateDefaultViewCommand 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_BatchGetViewCommand, se_BatchGetViewCommand } from "../protocols/Aws
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class BatchGetViewCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateIndexCommand, se_CreateIndexCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateIndexCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_CreateViewCommand, se_CreateViewCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class CreateViewCommand 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_DeleteIndexCommand, se_DeleteIndexCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteIndexCommand 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_DeleteViewCommand, se_DeleteViewCommand } from "../protocols/Aws_res
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DeleteViewCommand 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_DisassociateDefaultViewCommand, se_DisassociateDefaultViewCommand }
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class DisassociateDefaultViewCommand 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_GetAccountLevelServiceConfigurationCommand, se_GetAccountLevelServic
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetAccountLevelServiceConfigurationCommand 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_GetDefaultViewCommand, se_GetDefaultViewCommand } from "../protocols
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class GetDefaultViewCommand 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_GetIndexCommand, se_GetIndexCommand } from "../protocols/Aws_restJso
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetIndexCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_GetViewCommand, se_GetViewCommand } from "../protocols/Aws_restJson1
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class GetViewCommand 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_ListIndexesCommand, se_ListIndexesCommand } from "../protocols/Aws_r
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIndexesCommand 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_ListIndexesForMembersCommand, se_ListIndexesForMembersCommand } from
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListIndexesForMembersCommand 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_ListSupportedResourceTypesCommand, se_ListSupportedResourceTypesComm
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListSupportedResourceTypesCommand 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_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "..
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class ListTagsForResourceCommand 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_ListViewsCommand, se_ListViewsCommand } from "../protocols/Aws_restJ
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class ListViewsCommand 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_SearchCommand, se_SearchCommand } from "../protocols/Aws_restJson1";
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class SearchCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_TagResourceCommand, se_TagResourceCommand } from "../protocols/Aws_r
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class TagResourceCommand 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),
|
|
@@ -7,9 +7,7 @@ import { de_UntagResourceCommand, se_UntagResourceCommand } from "../protocols/A
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UntagResourceCommand 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_UpdateIndexTypeCommand, se_UpdateIndexTypeCommand } from "../protoco
|
|
|
6
6
|
export { $Command };
|
|
7
7
|
export class UpdateIndexTypeCommand 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_UpdateViewCommand, se_UpdateViewCommand } from "../protocols/Aws_res
|
|
|
7
7
|
export { $Command };
|
|
8
8
|
export class UpdateViewCommand 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-resource-explorer-2",
|
|
3
3
|
"description": "AWS SDK for JavaScript Resource Explorer 2 Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.651.1",
|
|
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-resource-explorer-2",
|
|
@@ -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.
|
|
25
|
-
"@aws-sdk/core": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
23
|
+
"@aws-sdk/client-sso-oidc": "3.651.1",
|
|
24
|
+
"@aws-sdk/client-sts": "3.651.1",
|
|
25
|
+
"@aws-sdk/core": "3.651.1",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.651.1",
|
|
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
|
-
}
|