@aws-sdk/client-rds 3.934.0 → 3.935.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 +193 -193
- package/dist-es/index.js +2 -1
- package/dist-es/models/enums.js +192 -0
- package/dist-es/models/errors.js +1741 -0
- package/dist-es/models/models_0.js +1 -1531
- package/dist-es/models/models_1.js +1 -403
- package/dist-es/schemas/schemas_0.js +1 -1
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +1 -2
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +1 -2
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +1 -2
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -1
- package/dist-types/index.d.ts +4 -1
- package/dist-types/models/enums.d.ts +464 -0
- package/dist-types/models/errors.d.ts +1805 -0
- package/dist-types/models/models_0.d.ts +6098 -1781
- package/dist-types/models/models_1.d.ts +2 -6588
- package/dist-types/ts3.4/commands/DeleteGlobalClusterCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DeleteIntegrationCommand.d.ts +1 -2
- package/dist-types/ts3.4/commands/DeleteOptionGroupCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeleteTenantDatabaseCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DeregisterDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeAccountAttributesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/DescribeBlueGreenDeploymentsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeCertificatesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterBacktracksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClusterSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBEngineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBMajorEngineVersionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBParameterGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxiesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyEndpointsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBProxyTargetsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBRecommendationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSecurityGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBShardGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotAttributesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSnapshotsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeDBSubnetGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEngineDefaultParametersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventCategoriesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventSubscriptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeEventsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeExportTasksCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeGlobalClustersCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeIntegrationsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptionGroupOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOptionGroupsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribePendingMaintenanceActionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/DescribeValidDBInstanceModificationsCommand.d.ts +2 -4
- package/dist-types/ts3.4/index.d.ts +4 -1
- package/dist-types/ts3.4/models/enums.d.ts +250 -0
- package/dist-types/ts3.4/models/errors.d.ts +1214 -0
- package/dist-types/ts3.4/models/models_0.d.ts +892 -1163
- package/dist-types/ts3.4/models/models_1.d.ts +20 -1178
- package/package.json +13 -13
- package/dist-es/models/index.js +0 -2
- package/dist-types/models/index.d.ts +0 -2
- package/dist-types/ts3.4/models/index.d.ts +0 -2
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
DeleteGlobalClusterMessage,
|
|
5
|
+
DeleteGlobalClusterResult,
|
|
6
|
+
} from "../models/models_0";
|
|
5
7
|
import {
|
|
6
8
|
RDSClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { Integration } from "../models/models_0";
|
|
4
|
-
import { DeleteIntegrationMessage } from "../models/models_1";
|
|
3
|
+
import { DeleteIntegrationMessage, Integration } from "../models/models_0";
|
|
5
4
|
import {
|
|
6
5
|
RDSClientResolvedConfig,
|
|
7
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DeleteOptionGroupMessage } from "../models/
|
|
3
|
+
import { DeleteOptionGroupMessage } from "../models/models_0";
|
|
4
4
|
import {
|
|
5
5
|
RDSClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DeregisterDBProxyTargetsRequest,
|
|
5
5
|
DeregisterDBProxyTargetsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
3
|
+
import {
|
|
4
|
+
AccountAttributesMessage,
|
|
5
|
+
DescribeAccountAttributesMessage,
|
|
6
|
+
} from "../models/models_0";
|
|
5
7
|
import {
|
|
6
8
|
RDSClientResolvedConfig,
|
|
7
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeBlueGreenDeploymentsRequest,
|
|
5
5
|
DescribeBlueGreenDeploymentsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DBClusterAutomatedBackupMessage,
|
|
5
5
|
DescribeDBClusterAutomatedBackupsMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DBClusterParameterGroupsMessage,
|
|
5
5
|
DescribeDBClusterParameterGroupsMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DBClusterParameterGroupDetails,
|
|
5
5
|
DescribeDBClusterParametersMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDBClusterSnapshotAttributesMessage,
|
|
5
5
|
DescribeDBClusterSnapshotAttributesResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DBInstanceAutomatedBackupMessage,
|
|
5
5
|
DescribeDBInstanceAutomatedBackupsMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDBMajorEngineVersionsRequest,
|
|
5
5
|
DescribeDBMajorEngineVersionsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDBProxyEndpointsRequest,
|
|
5
5
|
DescribeDBProxyEndpointsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDBProxyTargetGroupsRequest,
|
|
5
5
|
DescribeDBProxyTargetGroupsResponse,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeDBSnapshotAttributesMessage,
|
|
5
5
|
DescribeDBSnapshotAttributesResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DBSnapshotTenantDatabasesMessage,
|
|
5
5
|
DescribeDBSnapshotTenantDatabasesMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeEngineDefaultClusterParametersMessage,
|
|
5
5
|
DescribeEngineDefaultClusterParametersResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeEngineDefaultParametersMessage,
|
|
5
5
|
DescribeEngineDefaultParametersResult,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeEventsMessage, EventsMessage } from "../models/
|
|
3
|
+
import { DescribeEventsMessage, EventsMessage } from "../models/models_0";
|
|
4
4
|
import {
|
|
5
5
|
RDSClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import { DescribeOptionGroupsMessage, OptionGroups } from "../models/
|
|
3
|
+
import { DescribeOptionGroupsMessage, OptionGroups } from "../models/models_0";
|
|
4
4
|
import {
|
|
5
5
|
RDSClientResolvedConfig,
|
|
6
6
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeOrderableDBInstanceOptionsMessage,
|
|
5
5
|
OrderableDBInstanceOptionsMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribePendingMaintenanceActionsMessage,
|
|
5
5
|
PendingMaintenanceActionsMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -3,7 +3,7 @@ import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
|
3
3
|
import {
|
|
4
4
|
DescribeReservedDBInstancesOfferingsMessage,
|
|
5
5
|
ReservedDBInstancesOfferingMessage,
|
|
6
|
-
} from "../models/
|
|
6
|
+
} from "../models/models_0";
|
|
7
7
|
import {
|
|
8
8
|
RDSClientResolvedConfig,
|
|
9
9
|
ServiceInputTypes,
|
|
@@ -1,9 +1,7 @@
|
|
|
1
1
|
import { Command as $Command } from "@smithy/smithy-client";
|
|
2
2
|
import { MetadataBearer as __MetadataBearer } from "@smithy/types";
|
|
3
|
-
import {
|
|
4
|
-
|
|
5
|
-
DescribeValidDBInstanceModificationsResult,
|
|
6
|
-
} from "../models/models_1";
|
|
3
|
+
import { DescribeValidDBInstanceModificationsMessage } from "../models/models_0";
|
|
4
|
+
import { DescribeValidDBInstanceModificationsResult } from "../models/models_1";
|
|
7
5
|
import {
|
|
8
6
|
RDSClientResolvedConfig,
|
|
9
7
|
ServiceInputTypes,
|
|
@@ -6,5 +6,8 @@ export { RDSExtensionConfiguration } from "./extensionConfiguration";
|
|
|
6
6
|
export * from "./commands";
|
|
7
7
|
export * from "./pagination";
|
|
8
8
|
export * from "./waiters";
|
|
9
|
-
export * from "./models";
|
|
9
|
+
export * from "./models/enums";
|
|
10
|
+
export * from "./models/errors";
|
|
11
|
+
export * from "./models/models_0";
|
|
12
|
+
export * from "./models/models_1";
|
|
10
13
|
export { RDSServiceException } from "./models/RDSServiceException";
|