@aws-sdk/client-rds 3.1019.0 → 3.1020.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-es/waiters/waitForDBClusterAvailable.js +1 -1
- package/dist-es/waiters/waitForDBClusterDeleted.js +1 -1
- package/dist-es/waiters/waitForDBClusterSnapshotAvailable.js +1 -1
- package/dist-es/waiters/waitForDBClusterSnapshotDeleted.js +1 -1
- package/dist-es/waiters/waitForDBInstanceAvailable.js +2 -2
- package/dist-es/waiters/waitForDBInstanceDeleted.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotAvailable.js +2 -2
- package/dist-es/waiters/waitForDBSnapshotDeleted.js +2 -2
- package/dist-es/waiters/waitForTenantDatabaseAvailable.js +1 -1
- package/dist-es/waiters/waitForTenantDatabaseDeleted.js +1 -1
- package/dist-types/RDS.d.ts +163 -163
- package/dist-types/RDSClient.d.ts +166 -166
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/models_0.d.ts +1 -1
- package/dist-types/models/models_1.d.ts +2 -2
- package/dist-types/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterAutomatedBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBLogFilesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBMajorEngineVersionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxiesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBProxyTargetsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBRecommendationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSnapshotTenantDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSnapshotsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineDefaultClusterParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeIntegrationsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOptionGroupsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeReservedDBInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeSourceRegionsPaginator.d.ts +1 -1
- package/dist-types/pagination/DescribeTenantDatabasesPaginator.d.ts +1 -1
- package/dist-types/pagination/DownloadDBLogFilePortionPaginator.d.ts +1 -1
- package/dist-types/ts3.4/RDSClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/models_1.d.ts +7 -7
- package/dist-types/waiters/waitForDBClusterAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForDBClusterDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForDBClusterSnapshotAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForDBClusterSnapshotDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForDBInstanceAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForDBInstanceDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForDBSnapshotAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForDBSnapshotDeleted.d.ts +3 -3
- package/dist-types/waiters/waitForTenantDatabaseAvailable.d.ts +3 -3
- package/dist-types/waiters/waitForTenantDatabaseDeleted.d.ts +3 -3
- package/package.json +16 -16
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBParametersCommandInput, DescribeDBParametersCommandOutput } from "../commands/DescribeDBParametersCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBProxiesCommandInput, DescribeDBProxiesCommandOutput } from "../commands/DescribeDBProxiesCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBProxyEndpointsCommandInput, DescribeDBProxyEndpointsCommandOutput } from "../commands/DescribeDBProxyEndpointsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBProxyTargetGroupsCommandInput, DescribeDBProxyTargetGroupsCommandOutput } from "../commands/DescribeDBProxyTargetGroupsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBProxyTargetsCommandInput, DescribeDBProxyTargetsCommandOutput } from "../commands/DescribeDBProxyTargetsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBRecommendationsCommandInput, DescribeDBRecommendationsCommandOutput } from "../commands/DescribeDBRecommendationsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBSecurityGroupsCommandInput, DescribeDBSecurityGroupsCommandOutput } from "../commands/DescribeDBSecurityGroupsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBSnapshotTenantDatabasesCommandInput, DescribeDBSnapshotTenantDatabasesCommandOutput } from "../commands/DescribeDBSnapshotTenantDatabasesCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBSnapshotsCommandInput, DescribeDBSnapshotsCommandOutput } from "../commands/DescribeDBSnapshotsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeDBSubnetGroupsCommandInput, DescribeDBSubnetGroupsCommandOutput } from "../commands/DescribeDBSubnetGroupsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEngineDefaultClusterParametersCommandInput, DescribeEngineDefaultClusterParametersCommandOutput } from "../commands/DescribeEngineDefaultClusterParametersCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEngineDefaultParametersCommandInput, DescribeEngineDefaultParametersCommandOutput } from "../commands/DescribeEngineDefaultParametersCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeExportTasksCommandInput, DescribeExportTasksCommandOutput } from "../commands/DescribeExportTasksCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeGlobalClustersCommandInput, DescribeGlobalClustersCommandOutput } from "../commands/DescribeGlobalClustersCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeIntegrationsCommandInput, DescribeIntegrationsCommandOutput } from "../commands/DescribeIntegrationsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOptionGroupOptionsCommandInput, DescribeOptionGroupOptionsCommandOutput } from "../commands/DescribeOptionGroupOptionsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOptionGroupsCommandInput, DescribeOptionGroupsCommandOutput } from "../commands/DescribeOptionGroupsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeOrderableDBInstanceOptionsCommandInput, DescribeOrderableDBInstanceOptionsCommandOutput } from "../commands/DescribeOrderableDBInstanceOptionsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribePendingMaintenanceActionsCommandInput, DescribePendingMaintenanceActionsCommandOutput } from "../commands/DescribePendingMaintenanceActionsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReservedDBInstancesOfferingsCommandInput, DescribeReservedDBInstancesOfferingsCommandOutput } from "../commands/DescribeReservedDBInstancesOfferingsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeReservedDBInstancesCommandInput, DescribeReservedDBInstancesCommandOutput } from "../commands/DescribeReservedDBInstancesCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeSourceRegionsCommandInput, DescribeSourceRegionsCommandOutput } from "../commands/DescribeSourceRegionsCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DescribeTenantDatabasesCommandInput, DescribeTenantDatabasesCommandOutput } from "../commands/DescribeTenantDatabasesCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { DownloadDBLogFilePortionCommandInput, DownloadDBLogFilePortionCommandOutput } from "../commands/DownloadDBLogFilePortionCommand";
|
|
3
|
-
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { RDSPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -1050,7 +1049,7 @@ export interface ClientDefaults
|
|
|
1050
1049
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
1051
1050
|
region?: string | __Provider<string>;
|
|
1052
1051
|
profile?: string;
|
|
1053
|
-
defaultUserAgentProvider?:
|
|
1052
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
1054
1053
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
1055
1054
|
maxAttempts?: number | __Provider<number>;
|
|
1056
1055
|
retryMode?: string | __Provider<string>;
|
|
@@ -11,6 +11,8 @@ import {
|
|
|
11
11
|
ReplicaMode,
|
|
12
12
|
} from "./enums";
|
|
13
13
|
import {
|
|
14
|
+
AdditionalStorageVolume,
|
|
15
|
+
AvailableProcessorFeature,
|
|
14
16
|
BlueGreenDeployment,
|
|
15
17
|
Certificate,
|
|
16
18
|
DBCluster,
|
|
@@ -19,6 +21,7 @@ import {
|
|
|
19
21
|
DBInstanceAutomatedBackup,
|
|
20
22
|
DBProxy,
|
|
21
23
|
DBProxyEndpoint,
|
|
24
|
+
DBProxyTarget,
|
|
22
25
|
DBProxyTargetGroup,
|
|
23
26
|
DBRecommendation,
|
|
24
27
|
DBSecurityGroup,
|
|
@@ -26,19 +29,16 @@ import {
|
|
|
26
29
|
DBSnapshotAttributesResult,
|
|
27
30
|
DBSubnetGroup,
|
|
28
31
|
EventSubscription,
|
|
32
|
+
Filter,
|
|
29
33
|
GlobalCluster,
|
|
30
34
|
OptionGroup,
|
|
35
|
+
OptionSetting,
|
|
36
|
+
Parameter,
|
|
37
|
+
ProcessorFeature,
|
|
31
38
|
RdsCustomClusterConfiguration,
|
|
32
39
|
ReservedDBInstance,
|
|
33
40
|
ScalingConfiguration,
|
|
34
41
|
ServerlessV2ScalingConfiguration,
|
|
35
|
-
AdditionalStorageVolume,
|
|
36
|
-
AvailableProcessorFeature,
|
|
37
|
-
DBProxyTarget,
|
|
38
|
-
Filter,
|
|
39
|
-
OptionSetting,
|
|
40
|
-
Parameter,
|
|
41
|
-
ProcessorFeature,
|
|
42
42
|
Tag,
|
|
43
43
|
TagSpecification,
|
|
44
44
|
TenantDatabase,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBClusterAvailable instead. waitForDBClusterAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBClustersCommandInput } from "../commands/DescribeDBClustersCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBClusterDeleted instead. waitForDBClusterDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBClusterSnapshotsCommandInput } from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBClusterSnapshotsCommandInput } from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBClusterSnapshotAvailable instead. waitForDBClusterSnapshotAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBClusterSnapshotsCommandInput } from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBClusterSnapshotsCommandInput } from "../commands/DescribeDBClusterSnapshotsCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBClusterSnapshotDeleted instead. waitForDBClusterSnapshotDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBInstanceAvailable instead. waitForDBInstanceAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBInstancesCommandInput } from "../commands/DescribeDBInstancesCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBInstanceDeleted instead. waitForDBInstanceDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBSnapshotsCommandInput } from "../commands/DescribeDBSnapshotsCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBSnapshotsCommandInput } from "../commands/DescribeDBSnapshotsCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBSnapshotAvailable instead. waitForDBSnapshotAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeDBSnapshotsCommandInput } from "../commands/DescribeDBSnapshotsCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeDBSnapshotsCommandInput } from "../commands/DescribeDBSnapshotsCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilDBSnapshotDeleted instead. waitForDBSnapshotDeleted does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeTenantDatabasesCommandInput } from "../commands/DescribeTenantDatabasesCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeTenantDatabasesCommandInput } from "../commands/DescribeTenantDatabasesCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilTenantDatabaseAvailable instead. waitForTenantDatabaseAvailable does not throw error in non-success cases.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { WaiterConfiguration, WaiterResult } from "@smithy/util-waiter";
|
|
2
|
-
import { DescribeTenantDatabasesCommandInput } from "../commands/DescribeTenantDatabasesCommand";
|
|
3
|
-
import { RDSClient } from "../RDSClient";
|
|
1
|
+
import { type WaiterConfiguration, type WaiterResult } from "@smithy/util-waiter";
|
|
2
|
+
import { type DescribeTenantDatabasesCommandInput } from "../commands/DescribeTenantDatabasesCommand";
|
|
3
|
+
import type { RDSClient } from "../RDSClient";
|
|
4
4
|
/**
|
|
5
5
|
*
|
|
6
6
|
* @deprecated Use waitUntilTenantDatabaseDeleted instead. waitForTenantDatabaseDeleted does not throw error in non-success cases.
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.1020.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:types' 'yarn:build:es' && yarn build:cjs",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-rds",
|
|
@@ -27,48 +27,48 @@
|
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
29
29
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
30
|
-
"@aws-sdk/core": "^3.973.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
30
|
+
"@aws-sdk/core": "^3.973.26",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.28",
|
|
32
32
|
"@aws-sdk/middleware-host-header": "^3.972.8",
|
|
33
33
|
"@aws-sdk/middleware-logger": "^3.972.8",
|
|
34
34
|
"@aws-sdk/middleware-recursion-detection": "^3.972.9",
|
|
35
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
35
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.18",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "^3.972.27",
|
|
37
37
|
"@aws-sdk/region-config-resolver": "^3.972.10",
|
|
38
38
|
"@aws-sdk/types": "^3.973.6",
|
|
39
39
|
"@aws-sdk/util-endpoints": "^3.996.5",
|
|
40
40
|
"@aws-sdk/util-user-agent-browser": "^3.972.8",
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "^3.973.13",
|
|
42
42
|
"@smithy/config-resolver": "^4.4.13",
|
|
43
|
-
"@smithy/core": "^3.23.
|
|
43
|
+
"@smithy/core": "^3.23.13",
|
|
44
44
|
"@smithy/fetch-http-handler": "^5.3.15",
|
|
45
45
|
"@smithy/hash-node": "^4.2.12",
|
|
46
46
|
"@smithy/invalid-dependency": "^4.2.12",
|
|
47
47
|
"@smithy/middleware-content-length": "^4.2.12",
|
|
48
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
49
|
-
"@smithy/middleware-retry": "^4.4.
|
|
50
|
-
"@smithy/middleware-serde": "^4.2.
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.4.28",
|
|
49
|
+
"@smithy/middleware-retry": "^4.4.45",
|
|
50
|
+
"@smithy/middleware-serde": "^4.2.16",
|
|
51
51
|
"@smithy/middleware-stack": "^4.2.12",
|
|
52
52
|
"@smithy/node-config-provider": "^4.3.12",
|
|
53
|
-
"@smithy/node-http-handler": "^4.5.
|
|
53
|
+
"@smithy/node-http-handler": "^4.5.1",
|
|
54
54
|
"@smithy/protocol-http": "^5.3.12",
|
|
55
|
-
"@smithy/smithy-client": "^4.12.
|
|
55
|
+
"@smithy/smithy-client": "^4.12.8",
|
|
56
56
|
"@smithy/types": "^4.13.1",
|
|
57
57
|
"@smithy/url-parser": "^4.2.12",
|
|
58
58
|
"@smithy/util-base64": "^4.3.2",
|
|
59
59
|
"@smithy/util-body-length-browser": "^4.2.2",
|
|
60
60
|
"@smithy/util-body-length-node": "^4.2.3",
|
|
61
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
62
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.44",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.48",
|
|
63
63
|
"@smithy/util-endpoints": "^3.3.3",
|
|
64
64
|
"@smithy/util-middleware": "^4.2.12",
|
|
65
65
|
"@smithy/util-retry": "^4.2.12",
|
|
66
66
|
"@smithy/util-utf8": "^4.2.2",
|
|
67
|
-
"@smithy/util-waiter": "^4.2.
|
|
67
|
+
"@smithy/util-waiter": "^4.2.14",
|
|
68
68
|
"tslib": "^2.6.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
71
|
+
"@smithy/snapshot-testing": "^2.0.4",
|
|
72
72
|
"@tsconfig/node20": "20.1.8",
|
|
73
73
|
"@types/node": "^20.14.8",
|
|
74
74
|
"concurrently": "7.0.0",
|