@aws-sdk/client-odb 3.943.0 → 3.947.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 +25 -212
- package/dist-cjs/runtimeConfig.browser.js +2 -2
- package/dist-cjs/runtimeConfig.js +3 -4
- package/dist-es/OdbClient.js +2 -2
- package/dist-es/runtimeConfig.browser.js +2 -2
- package/dist-es/runtimeConfig.js +2 -3
- package/dist-es/schemas/schemas_0.js +25 -213
- package/dist-types/Odb.d.ts +1 -1
- package/dist-types/OdbClient.d.ts +10 -10
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +2 -2
- package/dist-types/auth/httpAuthSchemeProvider.d.ts +2 -2
- package/dist-types/commands/AcceptMarketplaceRegistrationCommand.d.ts +3 -3
- package/dist-types/commands/AssociateIamRoleToResourceCommand.d.ts +3 -3
- package/dist-types/commands/CreateCloudAutonomousVmClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateCloudExadataInfrastructureCommand.d.ts +3 -3
- package/dist-types/commands/CreateCloudVmClusterCommand.d.ts +3 -3
- package/dist-types/commands/CreateOdbNetworkCommand.d.ts +3 -3
- package/dist-types/commands/CreateOdbPeeringConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCloudAutonomousVmClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCloudExadataInfrastructureCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCloudVmClusterCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOdbNetworkCommand.d.ts +3 -3
- package/dist-types/commands/DeleteOdbPeeringConnectionCommand.d.ts +3 -3
- package/dist-types/commands/DisassociateIamRoleFromResourceCommand.d.ts +3 -3
- package/dist-types/commands/GetCloudAutonomousVmClusterCommand.d.ts +3 -3
- package/dist-types/commands/GetCloudExadataInfrastructureCommand.d.ts +3 -3
- package/dist-types/commands/GetCloudExadataInfrastructureUnallocatedResourcesCommand.d.ts +3 -3
- package/dist-types/commands/GetCloudVmClusterCommand.d.ts +3 -3
- package/dist-types/commands/GetDbNodeCommand.d.ts +3 -3
- package/dist-types/commands/GetDbServerCommand.d.ts +3 -3
- package/dist-types/commands/GetOciOnboardingStatusCommand.d.ts +3 -3
- package/dist-types/commands/GetOdbNetworkCommand.d.ts +3 -3
- package/dist-types/commands/GetOdbPeeringConnectionCommand.d.ts +3 -3
- package/dist-types/commands/InitializeServiceCommand.d.ts +3 -3
- package/dist-types/commands/ListAutonomousVirtualMachinesCommand.d.ts +3 -3
- package/dist-types/commands/ListCloudAutonomousVmClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListCloudExadataInfrastructuresCommand.d.ts +3 -3
- package/dist-types/commands/ListCloudVmClustersCommand.d.ts +3 -3
- package/dist-types/commands/ListDbNodesCommand.d.ts +3 -3
- package/dist-types/commands/ListDbServersCommand.d.ts +3 -3
- package/dist-types/commands/ListDbSystemShapesCommand.d.ts +3 -3
- package/dist-types/commands/ListGiVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListOdbNetworksCommand.d.ts +3 -3
- package/dist-types/commands/ListOdbPeeringConnectionsCommand.d.ts +3 -3
- package/dist-types/commands/ListSystemVersionsCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +3 -3
- package/dist-types/commands/RebootDbNodeCommand.d.ts +3 -3
- package/dist-types/commands/StartDbNodeCommand.d.ts +3 -3
- package/dist-types/commands/StopDbNodeCommand.d.ts +3 -3
- package/dist-types/commands/TagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UntagResourceCommand.d.ts +3 -3
- package/dist-types/commands/UpdateCloudExadataInfrastructureCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOdbNetworkCommand.d.ts +3 -3
- package/dist-types/commands/UpdateOdbPeeringConnectionCommand.d.ts +3 -3
- package/dist-types/endpoint/EndpointParameters.d.ts +13 -1
- package/dist-types/endpoint/endpointResolver.d.ts +5 -2
- package/dist-types/extensionConfiguration.d.ts +4 -4
- package/dist-types/models/OdbServiceException.d.ts +1 -1
- package/dist-types/models/errors.d.ts +1 -1
- package/dist-types/pagination/Interfaces.d.ts +1 -1
- package/dist-types/pagination/ListAutonomousVirtualMachinesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudAutonomousVmClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudExadataInfrastructuresPaginator.d.ts +1 -1
- package/dist-types/pagination/ListCloudVmClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDbNodesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDbServersPaginator.d.ts +1 -1
- package/dist-types/pagination/ListDbSystemShapesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListGiVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOdbNetworksPaginator.d.ts +1 -1
- package/dist-types/pagination/ListOdbPeeringConnectionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListSystemVersionsPaginator.d.ts +1 -1
- package/dist-types/runtimeConfig.browser.d.ts +1 -1
- package/dist-types/runtimeConfig.d.ts +1 -1
- package/dist-types/runtimeConfig.native.d.ts +1 -1
- package/dist-types/runtimeConfig.shared.d.ts +1 -1
- package/dist-types/runtimeExtensions.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +1 -2
- package/dist-types/ts3.4/OdbClient.d.ts +3 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/OdbServiceException.d.ts +1 -1
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +0 -1
- package/package.json +13 -12
|
@@ -473,17 +473,7 @@ import { OdbServiceException as __OdbServiceException } from "../models/OdbServi
|
|
|
473
473
|
export var SensitiveString = [0, n0, _SS, 8, 0];
|
|
474
474
|
export var AcceptMarketplaceRegistrationInput = [3, n0, _AMRI, 0, [_mRT], [0]];
|
|
475
475
|
export var AcceptMarketplaceRegistrationOutput = [3, n0, _AMRO, 0, [], []];
|
|
476
|
-
export var AccessDeniedException = [
|
|
477
|
-
-3,
|
|
478
|
-
n0,
|
|
479
|
-
_ADE,
|
|
480
|
-
{
|
|
481
|
-
[_e]: _c,
|
|
482
|
-
[_hE]: 403,
|
|
483
|
-
},
|
|
484
|
-
[_m],
|
|
485
|
-
[0],
|
|
486
|
-
];
|
|
476
|
+
export var AccessDeniedException = [-3, n0, _ADE, { [_e]: _c, [_hE]: 403 }, [_m], [0]];
|
|
487
477
|
TypeRegistry.for(n0).registerError(AccessDeniedException, __AccessDeniedException);
|
|
488
478
|
export var AssociateIamRoleToResourceInput = [3, n0, _AIRTRI, 0, [_iRA, _aI, _rA], [0, 0, 0]];
|
|
489
479
|
export var AssociateIamRoleToResourceOutput = [3, n0, _AIRTRO, 0, [], []];
|
|
@@ -1083,17 +1073,7 @@ export var CloudVmClusterSummary = [
|
|
|
1083
1073
|
() => IamRoleList,
|
|
1084
1074
|
],
|
|
1085
1075
|
];
|
|
1086
|
-
export var ConflictException = [
|
|
1087
|
-
-3,
|
|
1088
|
-
n0,
|
|
1089
|
-
_CE,
|
|
1090
|
-
{
|
|
1091
|
-
[_e]: _c,
|
|
1092
|
-
[_hE]: 409,
|
|
1093
|
-
},
|
|
1094
|
-
[_m, _rI, _rT],
|
|
1095
|
-
[0, 0, 0],
|
|
1096
|
-
];
|
|
1076
|
+
export var ConflictException = [-3, n0, _CE, { [_e]: _c, [_hE]: 409 }, [_m, _rI, _rT], [0, 0, 0]];
|
|
1097
1077
|
TypeRegistry.for(n0).registerError(ConflictException, __ConflictException);
|
|
1098
1078
|
export var CreateCloudAutonomousVmClusterInput = [
|
|
1099
1079
|
3,
|
|
@@ -1474,20 +1454,9 @@ export var InternalServerException = [
|
|
|
1474
1454
|
-3,
|
|
1475
1455
|
n0,
|
|
1476
1456
|
_ISE,
|
|
1477
|
-
{
|
|
1478
|
-
[_e]: _se,
|
|
1479
|
-
[_hE]: 500,
|
|
1480
|
-
},
|
|
1457
|
+
{ [_e]: _se, [_hE]: 500 },
|
|
1481
1458
|
[_m, _rAS],
|
|
1482
|
-
[
|
|
1483
|
-
0,
|
|
1484
|
-
[
|
|
1485
|
-
1,
|
|
1486
|
-
{
|
|
1487
|
-
[_hH]: _RA,
|
|
1488
|
-
},
|
|
1489
|
-
],
|
|
1490
|
-
],
|
|
1459
|
+
[0, [1, { [_hH]: _RA }]],
|
|
1491
1460
|
];
|
|
1492
1461
|
TypeRegistry.for(n0).registerError(InternalServerException, __InternalServerException);
|
|
1493
1462
|
export var KmsAccess = [3, n0, _KA, 0, [_s, _iA, _dNo, _kPD], [0, 64 | 0, 0, 0]];
|
|
@@ -1498,18 +1467,8 @@ export var ListAutonomousVirtualMachinesInput = [
|
|
|
1498
1467
|
0,
|
|
1499
1468
|
[_mR, _nT, _cAVCI],
|
|
1500
1469
|
[
|
|
1501
|
-
[
|
|
1502
|
-
|
|
1503
|
-
{
|
|
1504
|
-
[_hQ]: _mR,
|
|
1505
|
-
},
|
|
1506
|
-
],
|
|
1507
|
-
[
|
|
1508
|
-
0,
|
|
1509
|
-
{
|
|
1510
|
-
[_hQ]: _nT,
|
|
1511
|
-
},
|
|
1512
|
-
],
|
|
1470
|
+
[1, { [_hQ]: _mR }],
|
|
1471
|
+
[0, { [_hQ]: _nT }],
|
|
1513
1472
|
[0, 1],
|
|
1514
1473
|
],
|
|
1515
1474
|
];
|
|
@@ -1527,21 +1486,7 @@ export var ListCloudAutonomousVmClustersInput = [
|
|
|
1527
1486
|
_LCAVCI,
|
|
1528
1487
|
0,
|
|
1529
1488
|
[_mR, _nT, _cEII],
|
|
1530
|
-
[
|
|
1531
|
-
[
|
|
1532
|
-
1,
|
|
1533
|
-
{
|
|
1534
|
-
[_hQ]: _mR,
|
|
1535
|
-
},
|
|
1536
|
-
],
|
|
1537
|
-
[
|
|
1538
|
-
0,
|
|
1539
|
-
{
|
|
1540
|
-
[_hQ]: _nT,
|
|
1541
|
-
},
|
|
1542
|
-
],
|
|
1543
|
-
0,
|
|
1544
|
-
],
|
|
1489
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0],
|
|
1545
1490
|
];
|
|
1546
1491
|
export var ListCloudAutonomousVmClustersOutput = [
|
|
1547
1492
|
3,
|
|
@@ -1558,18 +1503,8 @@ export var ListCloudExadataInfrastructuresInput = [
|
|
|
1558
1503
|
0,
|
|
1559
1504
|
[_mR, _nT],
|
|
1560
1505
|
[
|
|
1561
|
-
[
|
|
1562
|
-
|
|
1563
|
-
{
|
|
1564
|
-
[_hQ]: _mR,
|
|
1565
|
-
},
|
|
1566
|
-
],
|
|
1567
|
-
[
|
|
1568
|
-
0,
|
|
1569
|
-
{
|
|
1570
|
-
[_hQ]: _nT,
|
|
1571
|
-
},
|
|
1572
|
-
],
|
|
1506
|
+
[1, { [_hQ]: _mR }],
|
|
1507
|
+
[0, { [_hQ]: _nT }],
|
|
1573
1508
|
],
|
|
1574
1509
|
];
|
|
1575
1510
|
export var ListCloudExadataInfrastructuresOutput = [
|
|
@@ -1586,21 +1521,7 @@ export var ListCloudVmClustersInput = [
|
|
|
1586
1521
|
_LCVCI,
|
|
1587
1522
|
0,
|
|
1588
1523
|
[_mR, _nT, _cEII],
|
|
1589
|
-
[
|
|
1590
|
-
[
|
|
1591
|
-
1,
|
|
1592
|
-
{
|
|
1593
|
-
[_hQ]: _mR,
|
|
1594
|
-
},
|
|
1595
|
-
],
|
|
1596
|
-
[
|
|
1597
|
-
0,
|
|
1598
|
-
{
|
|
1599
|
-
[_hQ]: _nT,
|
|
1600
|
-
},
|
|
1601
|
-
],
|
|
1602
|
-
0,
|
|
1603
|
-
],
|
|
1524
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0],
|
|
1604
1525
|
];
|
|
1605
1526
|
export var ListCloudVmClustersOutput = [
|
|
1606
1527
|
3,
|
|
@@ -1617,18 +1538,8 @@ export var ListDbNodesInput = [
|
|
|
1617
1538
|
0,
|
|
1618
1539
|
[_mR, _nT, _cVCI],
|
|
1619
1540
|
[
|
|
1620
|
-
[
|
|
1621
|
-
|
|
1622
|
-
{
|
|
1623
|
-
[_hQ]: _mR,
|
|
1624
|
-
},
|
|
1625
|
-
],
|
|
1626
|
-
[
|
|
1627
|
-
0,
|
|
1628
|
-
{
|
|
1629
|
-
[_hQ]: _nT,
|
|
1630
|
-
},
|
|
1631
|
-
],
|
|
1541
|
+
[1, { [_hQ]: _mR }],
|
|
1542
|
+
[0, { [_hQ]: _nT }],
|
|
1632
1543
|
[0, 1],
|
|
1633
1544
|
],
|
|
1634
1545
|
];
|
|
@@ -1641,18 +1552,8 @@ export var ListDbServersInput = [
|
|
|
1641
1552
|
[_cEII, _mR, _nT],
|
|
1642
1553
|
[
|
|
1643
1554
|
[0, 1],
|
|
1644
|
-
[
|
|
1645
|
-
|
|
1646
|
-
{
|
|
1647
|
-
[_hQ]: _mR,
|
|
1648
|
-
},
|
|
1649
|
-
],
|
|
1650
|
-
[
|
|
1651
|
-
0,
|
|
1652
|
-
{
|
|
1653
|
-
[_hQ]: _nT,
|
|
1654
|
-
},
|
|
1655
|
-
],
|
|
1555
|
+
[1, { [_hQ]: _mR }],
|
|
1556
|
+
[0, { [_hQ]: _nT }],
|
|
1656
1557
|
],
|
|
1657
1558
|
];
|
|
1658
1559
|
export var ListDbServersOutput = [3, n0, _LDSO, 0, [_nT, _dS], [0, () => DbServerList]];
|
|
@@ -1662,22 +1563,7 @@ export var ListDbSystemShapesInput = [
|
|
|
1662
1563
|
_LDSSI,
|
|
1663
1564
|
0,
|
|
1664
1565
|
[_mR, _nT, _aZ, _aZI],
|
|
1665
|
-
[
|
|
1666
|
-
[
|
|
1667
|
-
1,
|
|
1668
|
-
{
|
|
1669
|
-
[_hQ]: _mR,
|
|
1670
|
-
},
|
|
1671
|
-
],
|
|
1672
|
-
[
|
|
1673
|
-
0,
|
|
1674
|
-
{
|
|
1675
|
-
[_hQ]: _nT,
|
|
1676
|
-
},
|
|
1677
|
-
],
|
|
1678
|
-
0,
|
|
1679
|
-
0,
|
|
1680
|
-
],
|
|
1566
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0, 0],
|
|
1681
1567
|
];
|
|
1682
1568
|
export var ListDbSystemShapesOutput = [
|
|
1683
1569
|
3,
|
|
@@ -1693,21 +1579,7 @@ export var ListGiVersionsInput = [
|
|
|
1693
1579
|
_LGVI,
|
|
1694
1580
|
0,
|
|
1695
1581
|
[_mR, _nT, _sh],
|
|
1696
|
-
[
|
|
1697
|
-
[
|
|
1698
|
-
1,
|
|
1699
|
-
{
|
|
1700
|
-
[_hQ]: _mR,
|
|
1701
|
-
},
|
|
1702
|
-
],
|
|
1703
|
-
[
|
|
1704
|
-
0,
|
|
1705
|
-
{
|
|
1706
|
-
[_hQ]: _nT,
|
|
1707
|
-
},
|
|
1708
|
-
],
|
|
1709
|
-
0,
|
|
1710
|
-
],
|
|
1582
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0],
|
|
1711
1583
|
];
|
|
1712
1584
|
export var ListGiVersionsOutput = [3, n0, _LGVO, 0, [_nT, _gVi], [0, () => GiVersionList]];
|
|
1713
1585
|
export var ListOdbNetworksInput = [
|
|
@@ -1717,18 +1589,8 @@ export var ListOdbNetworksInput = [
|
|
|
1717
1589
|
0,
|
|
1718
1590
|
[_mR, _nT],
|
|
1719
1591
|
[
|
|
1720
|
-
[
|
|
1721
|
-
|
|
1722
|
-
{
|
|
1723
|
-
[_hQ]: _mR,
|
|
1724
|
-
},
|
|
1725
|
-
],
|
|
1726
|
-
[
|
|
1727
|
-
0,
|
|
1728
|
-
{
|
|
1729
|
-
[_hQ]: _nT,
|
|
1730
|
-
},
|
|
1731
|
-
],
|
|
1592
|
+
[1, { [_hQ]: _mR }],
|
|
1593
|
+
[0, { [_hQ]: _nT }],
|
|
1732
1594
|
],
|
|
1733
1595
|
];
|
|
1734
1596
|
export var ListOdbNetworksOutput = [3, n0, _LONO, 0, [_nT, _oNd], [0, () => OdbNetworkList]];
|
|
@@ -1738,21 +1600,7 @@ export var ListOdbPeeringConnectionsInput = [
|
|
|
1738
1600
|
_LOPCI,
|
|
1739
1601
|
0,
|
|
1740
1602
|
[_mR, _nT, _oNI],
|
|
1741
|
-
[
|
|
1742
|
-
[
|
|
1743
|
-
1,
|
|
1744
|
-
{
|
|
1745
|
-
[_hQ]: _mR,
|
|
1746
|
-
},
|
|
1747
|
-
],
|
|
1748
|
-
[
|
|
1749
|
-
0,
|
|
1750
|
-
{
|
|
1751
|
-
[_hQ]: _nT,
|
|
1752
|
-
},
|
|
1753
|
-
],
|
|
1754
|
-
0,
|
|
1755
|
-
],
|
|
1603
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0],
|
|
1756
1604
|
];
|
|
1757
1605
|
export var ListOdbPeeringConnectionsOutput = [
|
|
1758
1606
|
3,
|
|
@@ -1768,22 +1616,7 @@ export var ListSystemVersionsInput = [
|
|
|
1768
1616
|
_LSVI,
|
|
1769
1617
|
0,
|
|
1770
1618
|
[_mR, _nT, _gV, _sh],
|
|
1771
|
-
[
|
|
1772
|
-
[
|
|
1773
|
-
1,
|
|
1774
|
-
{
|
|
1775
|
-
[_hQ]: _mR,
|
|
1776
|
-
},
|
|
1777
|
-
],
|
|
1778
|
-
[
|
|
1779
|
-
0,
|
|
1780
|
-
{
|
|
1781
|
-
[_hQ]: _nT,
|
|
1782
|
-
},
|
|
1783
|
-
],
|
|
1784
|
-
0,
|
|
1785
|
-
0,
|
|
1786
|
-
],
|
|
1619
|
+
[[1, { [_hQ]: _mR }], [0, { [_hQ]: _nT }], 0, 0],
|
|
1787
1620
|
];
|
|
1788
1621
|
export var ListSystemVersionsOutput = [
|
|
1789
1622
|
3,
|
|
@@ -1969,10 +1802,7 @@ export var ResourceNotFoundException = [
|
|
|
1969
1802
|
-3,
|
|
1970
1803
|
n0,
|
|
1971
1804
|
_RNFE,
|
|
1972
|
-
{
|
|
1973
|
-
[_e]: _c,
|
|
1974
|
-
[_hE]: 404,
|
|
1975
|
-
},
|
|
1805
|
+
{ [_e]: _c, [_hE]: 404 },
|
|
1976
1806
|
[_m, _rI, _rT],
|
|
1977
1807
|
[0, 0, 0],
|
|
1978
1808
|
];
|
|
@@ -1983,10 +1813,7 @@ export var ServiceQuotaExceededException = [
|
|
|
1983
1813
|
-3,
|
|
1984
1814
|
n0,
|
|
1985
1815
|
_SQEE,
|
|
1986
|
-
{
|
|
1987
|
-
[_e]: _c,
|
|
1988
|
-
[_hE]: 402,
|
|
1989
|
-
},
|
|
1816
|
+
{ [_e]: _c, [_hE]: 402 },
|
|
1990
1817
|
[_m, _rI, _rT, _qC],
|
|
1991
1818
|
[0, 0, 0, 0],
|
|
1992
1819
|
];
|
|
@@ -2023,20 +1850,9 @@ export var ThrottlingException = [
|
|
|
2023
1850
|
-3,
|
|
2024
1851
|
n0,
|
|
2025
1852
|
_TE,
|
|
2026
|
-
{
|
|
2027
|
-
[_e]: _c,
|
|
2028
|
-
[_hE]: 429,
|
|
2029
|
-
},
|
|
1853
|
+
{ [_e]: _c, [_hE]: 429 },
|
|
2030
1854
|
[_m, _rAS],
|
|
2031
|
-
[
|
|
2032
|
-
0,
|
|
2033
|
-
[
|
|
2034
|
-
1,
|
|
2035
|
-
{
|
|
2036
|
-
[_hH]: _RA,
|
|
2037
|
-
},
|
|
2038
|
-
],
|
|
2039
|
-
],
|
|
1855
|
+
[0, [1, { [_hH]: _RA }]],
|
|
2040
1856
|
];
|
|
2041
1857
|
TypeRegistry.for(n0).registerError(ThrottlingException, __ThrottlingException);
|
|
2042
1858
|
export var UntagResourceRequest = [3, n0, _URR, 0, [_rA, _tK], [[0, 1], 64 | 0]];
|
|
@@ -2086,17 +1902,13 @@ export var ValidationException = [
|
|
|
2086
1902
|
-3,
|
|
2087
1903
|
n0,
|
|
2088
1904
|
_VE,
|
|
2089
|
-
{
|
|
2090
|
-
[_e]: _c,
|
|
2091
|
-
[_hE]: 400,
|
|
2092
|
-
},
|
|
1905
|
+
{ [_e]: _c, [_hE]: 400 },
|
|
2093
1906
|
[_m, _re, _fL],
|
|
2094
1907
|
[0, 0, () => ValidationExceptionFieldList],
|
|
2095
1908
|
];
|
|
2096
1909
|
TypeRegistry.for(n0).registerError(ValidationException, __ValidationException);
|
|
2097
1910
|
export var ValidationExceptionField = [3, n0, _VEF, 0, [_n, _m], [0, 0]];
|
|
2098
1911
|
export var ZeroEtlAccess = [3, n0, _ZEA, 0, [_s, _ci], [0, 0]];
|
|
2099
|
-
export var __Unit = "unit";
|
|
2100
1912
|
export var OdbServiceException = [-3, _sm, "OdbServiceException", 0, [], []];
|
|
2101
1913
|
TypeRegistry.for(_sm).registerError(OdbServiceException, __OdbServiceException);
|
|
2102
1914
|
export var AutonomousVirtualMachineList = [1, n0, _AVML, 0, () => AutonomousVirtualMachineSummary];
|
package/dist-types/Odb.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
1
|
+
import type { HttpHandlerOptions as __HttpHandlerOptions } from "@smithy/types";
|
|
2
2
|
import { AcceptMarketplaceRegistrationCommandInput, AcceptMarketplaceRegistrationCommandOutput } from "./commands/AcceptMarketplaceRegistrationCommand";
|
|
3
3
|
import { AssociateIamRoleToResourceCommandInput, AssociateIamRoleToResourceCommandOutput } from "./commands/AssociateIamRoleToResourceCommand";
|
|
4
4
|
import { CreateCloudAutonomousVmClusterCommandInput, CreateCloudAutonomousVmClusterCommandOutput } from "./commands/CreateCloudAutonomousVmClusterCommand";
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { HostHeaderInputConfig, HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
-
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
-
import { RegionInputConfig, RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
-
import { EndpointInputConfig, EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
-
import { RetryInputConfig, RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
-
import { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
-
import {
|
|
8
|
-
import {
|
|
9
|
-
import { HttpAuthSchemeInputConfig, HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
1
|
+
import { type HostHeaderInputConfig, type HostHeaderResolvedConfig } from "@aws-sdk/middleware-host-header";
|
|
2
|
+
import { type UserAgentInputConfig, type UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
3
|
+
import { type RegionInputConfig, type RegionResolvedConfig } from "@smithy/config-resolver";
|
|
4
|
+
import { type EndpointInputConfig, type EndpointResolvedConfig } from "@smithy/middleware-endpoint";
|
|
5
|
+
import { type RetryInputConfig, type RetryResolvedConfig } from "@smithy/middleware-retry";
|
|
6
|
+
import type { HttpHandlerUserInput as __HttpHandlerUserInput } from "@smithy/protocol-http";
|
|
7
|
+
import { type DefaultsMode as __DefaultsMode, type SmithyConfiguration as __SmithyConfiguration, type SmithyResolvedConfiguration as __SmithyResolvedConfiguration, Client as __Client } from "@smithy/smithy-client";
|
|
8
|
+
import { type BodyLengthCalculator as __BodyLengthCalculator, type CheckOptionalClientConfig as __CheckOptionalClientConfig, type ChecksumConstructor as __ChecksumConstructor, type ClientProtocol, type Decoder as __Decoder, type Encoder as __Encoder, type HashConstructor as __HashConstructor, type HttpHandlerOptions as __HttpHandlerOptions, type HttpRequest, type HttpResponse, type Logger as __Logger, type Provider as __Provider, type StreamCollector as __StreamCollector, type UrlParser as __UrlParser, AwsCredentialIdentityProvider, Provider, UserAgent as __UserAgent } from "@smithy/types";
|
|
9
|
+
import { type HttpAuthSchemeInputConfig, type HttpAuthSchemeResolvedConfig } from "./auth/httpAuthSchemeProvider";
|
|
10
10
|
import { AcceptMarketplaceRegistrationCommandInput, AcceptMarketplaceRegistrationCommandOutput } from "./commands/AcceptMarketplaceRegistrationCommand";
|
|
11
11
|
import { AssociateIamRoleToResourceCommandInput, AssociateIamRoleToResourceCommandOutput } from "./commands/AssociateIamRoleToResourceCommand";
|
|
12
12
|
import { CreateCloudAutonomousVmClusterCommandInput, CreateCloudAutonomousVmClusterCommandOutput } from "./commands/CreateCloudAutonomousVmClusterCommand";
|
|
@@ -51,7 +51,7 @@ import { UpdateCloudExadataInfrastructureCommandInput, UpdateCloudExadataInfrast
|
|
|
51
51
|
import { UpdateOdbNetworkCommandInput, UpdateOdbNetworkCommandOutput } from "./commands/UpdateOdbNetworkCommand";
|
|
52
52
|
import { UpdateOdbPeeringConnectionCommandInput, UpdateOdbPeeringConnectionCommandOutput } from "./commands/UpdateOdbPeeringConnectionCommand";
|
|
53
53
|
import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
|
|
54
|
-
import { RuntimeExtension, RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
54
|
+
import { type RuntimeExtension, type RuntimeExtensionsConfig } from "./runtimeExtensions";
|
|
55
55
|
export { __Client };
|
|
56
56
|
/**
|
|
57
57
|
* @public
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { AwsCredentialIdentity, AwsCredentialIdentityProvider
|
|
2
|
-
import { OdbHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
1
|
+
import { type HttpAuthScheme, AwsCredentialIdentity, AwsCredentialIdentityProvider } from "@smithy/types";
|
|
2
|
+
import type { OdbHttpAuthSchemeProvider } from "./httpAuthSchemeProvider";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { AwsSdkSigV4AuthInputConfig, AwsSdkSigV4AuthResolvedConfig, AwsSdkSigV4PreviouslyResolved } from "@aws-sdk/core";
|
|
2
|
-
import { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
-
import { OdbClientResolvedConfig } from "../OdbClient";
|
|
2
|
+
import type { HandlerExecutionContext, HttpAuthScheme, HttpAuthSchemeParameters, HttpAuthSchemeParametersProvider, HttpAuthSchemeProvider, Provider } from "@smithy/types";
|
|
3
|
+
import { type OdbClientResolvedConfig } from "../OdbClient";
|
|
4
4
|
/**
|
|
5
5
|
* @internal
|
|
6
6
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AcceptMarketplaceRegistrationInput, AcceptMarketplaceRegistrationOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AcceptMarketplaceRegistrationInput, AcceptMarketplaceRegistrationOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { AssociateIamRoleToResourceInput, AssociateIamRoleToResourceOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { AssociateIamRoleToResourceInput, AssociateIamRoleToResourceOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateCloudAutonomousVmClusterInput, CreateCloudAutonomousVmClusterOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateCloudAutonomousVmClusterInput, CreateCloudAutonomousVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateCloudExadataInfrastructureInput, CreateCloudExadataInfrastructureOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateCloudExadataInfrastructureInput, CreateCloudExadataInfrastructureOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateCloudVmClusterInput, CreateCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateCloudVmClusterInput, CreateCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateOdbNetworkInput, CreateOdbNetworkOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateOdbNetworkInput, CreateOdbNetworkOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { CreateOdbPeeringConnectionInput, CreateOdbPeeringConnectionOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { CreateOdbPeeringConnectionInput, CreateOdbPeeringConnectionOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteCloudAutonomousVmClusterInput, DeleteCloudAutonomousVmClusterOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteCloudAutonomousVmClusterInput, DeleteCloudAutonomousVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteCloudExadataInfrastructureInput, DeleteCloudExadataInfrastructureOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteCloudExadataInfrastructureInput, DeleteCloudExadataInfrastructureOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteCloudVmClusterInput, DeleteCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteCloudVmClusterInput, DeleteCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteOdbNetworkInput, DeleteOdbNetworkOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteOdbNetworkInput, DeleteOdbNetworkOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteOdbPeeringConnectionInput, DeleteOdbPeeringConnectionOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DeleteOdbPeeringConnectionInput, DeleteOdbPeeringConnectionOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DisassociateIamRoleFromResourceInput, DisassociateIamRoleFromResourceOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { DisassociateIamRoleFromResourceInput, DisassociateIamRoleFromResourceOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetCloudAutonomousVmClusterInput, GetCloudAutonomousVmClusterOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCloudAutonomousVmClusterInput, GetCloudAutonomousVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetCloudExadataInfrastructureInput, GetCloudExadataInfrastructureOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCloudExadataInfrastructureInput, GetCloudExadataInfrastructureOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetCloudExadataInfrastructureUnallocatedResourcesInput, GetCloudExadataInfrastructureUnallocatedResourcesOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCloudExadataInfrastructureUnallocatedResourcesInput, GetCloudExadataInfrastructureUnallocatedResourcesOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetCloudVmClusterInput, GetCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetCloudVmClusterInput, GetCloudVmClusterOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetDbNodeInput, GetDbNodeOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetDbNodeInput, GetDbNodeOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
|
-
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { GetDbServerInput, GetDbServerOutput } from "../models/models_0";
|
|
4
|
-
import { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
2
|
+
import type { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
+
import type { GetDbServerInput, GetDbServerOutput } from "../models/models_0";
|
|
4
|
+
import type { OdbClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../OdbClient";
|
|
5
5
|
/**
|
|
6
6
|
* @public
|
|
7
7
|
*/
|