@aws-sdk/client-rds 3.1030.0 → 3.1032.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/README.md +7 -0
- package/dist-cjs/index.js +18 -0
- package/dist-cjs/schemas/schemas_0.js +36 -8
- package/dist-es/RDS.js +4 -0
- package/dist-es/commands/DescribeServerlessV2PlatformVersionsCommand.js +16 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/pagination/DescribeServerlessV2PlatformVersionsPaginator.js +4 -0
- package/dist-es/pagination/index.js +1 -0
- package/dist-es/schemas/schemas_0.js +28 -0
- package/dist-types/RDS.d.ts +15 -0
- package/dist-types/RDSClient.d.ts +3 -2
- package/dist-types/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +160 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +2 -1
- package/dist-types/commands/DescribeTenantDatabasesCommand.d.ts +1 -2
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +57 -36
- package/dist-types/models/models_1.d.ts +72 -0
- package/dist-types/pagination/DescribeServerlessV2PlatformVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +1 -0
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/RDS.d.ts +31 -0
- package/dist-types/ts3.4/RDSClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeServerlessV2PlatformVersionsCommand.d.ts +51 -0
- package/dist-types/ts3.4/commands/DescribeSourceRegionsCommand.d.ts +2 -4
- package/dist-types/ts3.4/commands/DescribeTenantDatabasesCommand.d.ts +4 -2
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +18 -14
- package/dist-types/ts3.4/models/models_1.d.ts +17 -0
- package/dist-types/ts3.4/pagination/DescribeServerlessV2PlatformVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +1 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +36 -36
|
@@ -96,6 +96,7 @@ export * from "./DescribeOrderableDBInstanceOptionsCommand";
|
|
|
96
96
|
export * from "./DescribePendingMaintenanceActionsCommand";
|
|
97
97
|
export * from "./DescribeReservedDBInstancesCommand";
|
|
98
98
|
export * from "./DescribeReservedDBInstancesOfferingsCommand";
|
|
99
|
+
export * from "./DescribeServerlessV2PlatformVersionsCommand";
|
|
99
100
|
export * from "./DescribeSourceRegionsCommand";
|
|
100
101
|
export * from "./DescribeTenantDatabasesCommand";
|
|
101
102
|
export * from "./DescribeValidDBInstanceModificationsCommand";
|
|
@@ -2341,26 +2341,30 @@ export interface ReservedDBInstancesOfferingMessage {
|
|
|
2341
2341
|
Marker?: string | undefined;
|
|
2342
2342
|
ReservedDBInstancesOfferings?: ReservedDBInstancesOffering[] | undefined;
|
|
2343
2343
|
}
|
|
2344
|
-
export interface
|
|
2345
|
-
|
|
2344
|
+
export interface DescribeServerlessV2PlatformVersionsMessage {
|
|
2345
|
+
ServerlessV2PlatformVersion?: string | undefined;
|
|
2346
|
+
Engine?: string | undefined;
|
|
2347
|
+
Filters?: Filter[] | undefined;
|
|
2348
|
+
DefaultOnly?: boolean | undefined;
|
|
2349
|
+
IncludeAll?: boolean | undefined;
|
|
2346
2350
|
MaxRecords?: number | undefined;
|
|
2347
2351
|
Marker?: string | undefined;
|
|
2348
|
-
Filters?: Filter[] | undefined;
|
|
2349
2352
|
}
|
|
2350
|
-
export interface
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
+
export interface ServerlessV2PlatformVersionInfo {
|
|
2354
|
+
ServerlessV2PlatformVersion?: string | undefined;
|
|
2355
|
+
ServerlessV2PlatformVersionDescription?: string | undefined;
|
|
2356
|
+
Engine?: string | undefined;
|
|
2357
|
+
ServerlessV2FeaturesSupport?: ServerlessV2FeaturesSupport | undefined;
|
|
2353
2358
|
Status?: string | undefined;
|
|
2354
|
-
|
|
2359
|
+
IsDefault?: boolean | undefined;
|
|
2355
2360
|
}
|
|
2356
|
-
export interface
|
|
2361
|
+
export interface ServerlessV2PlatformVersionsMessage {
|
|
2357
2362
|
Marker?: string | undefined;
|
|
2358
|
-
|
|
2363
|
+
ServerlessV2PlatformVersions?: ServerlessV2PlatformVersionInfo[] | undefined;
|
|
2359
2364
|
}
|
|
2360
|
-
export interface
|
|
2361
|
-
|
|
2362
|
-
TenantDBName?: string | undefined;
|
|
2363
|
-
Filters?: Filter[] | undefined;
|
|
2364
|
-
Marker?: string | undefined;
|
|
2365
|
+
export interface DescribeSourceRegionsMessage {
|
|
2366
|
+
RegionName?: string | undefined;
|
|
2365
2367
|
MaxRecords?: number | undefined;
|
|
2368
|
+
Marker?: string | undefined;
|
|
2369
|
+
Filters?: Filter[] | undefined;
|
|
2366
2370
|
}
|
|
@@ -44,6 +44,23 @@ import {
|
|
|
44
44
|
TenantDatabase,
|
|
45
45
|
UserAuthConfig,
|
|
46
46
|
} from "./models_0";
|
|
47
|
+
export interface SourceRegion {
|
|
48
|
+
RegionName?: string | undefined;
|
|
49
|
+
Endpoint?: string | undefined;
|
|
50
|
+
Status?: string | undefined;
|
|
51
|
+
SupportsDBInstanceAutomatedBackupsReplication?: boolean | undefined;
|
|
52
|
+
}
|
|
53
|
+
export interface SourceRegionMessage {
|
|
54
|
+
Marker?: string | undefined;
|
|
55
|
+
SourceRegions?: SourceRegion[] | undefined;
|
|
56
|
+
}
|
|
57
|
+
export interface DescribeTenantDatabasesMessage {
|
|
58
|
+
DBInstanceIdentifier?: string | undefined;
|
|
59
|
+
TenantDBName?: string | undefined;
|
|
60
|
+
Filters?: Filter[] | undefined;
|
|
61
|
+
Marker?: string | undefined;
|
|
62
|
+
MaxRecords?: number | undefined;
|
|
63
|
+
}
|
|
47
64
|
export interface TenantDatabasesMessage {
|
|
48
65
|
Marker?: string | undefined;
|
|
49
66
|
TenantDatabases?: TenantDatabase[] | undefined;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeServerlessV2PlatformVersionsCommandInput,
|
|
4
|
+
DescribeServerlessV2PlatformVersionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeServerlessV2PlatformVersionsCommand";
|
|
6
|
+
import { RDSPaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare const paginateDescribeServerlessV2PlatformVersions: (
|
|
8
|
+
config: RDSPaginationConfiguration,
|
|
9
|
+
input: DescribeServerlessV2PlatformVersionsCommandInput,
|
|
10
|
+
...rest: any[]
|
|
11
|
+
) => Paginator<DescribeServerlessV2PlatformVersionsCommandOutput>;
|
|
@@ -37,6 +37,7 @@ export * from "./DescribeOrderableDBInstanceOptionsPaginator";
|
|
|
37
37
|
export * from "./DescribePendingMaintenanceActionsPaginator";
|
|
38
38
|
export * from "./DescribeReservedDBInstancesPaginator";
|
|
39
39
|
export * from "./DescribeReservedDBInstancesOfferingsPaginator";
|
|
40
|
+
export * from "./DescribeServerlessV2PlatformVersionsPaginator";
|
|
40
41
|
export * from "./DescribeSourceRegionsPaginator";
|
|
41
42
|
export * from "./DescribeTenantDatabasesPaginator";
|
|
42
43
|
export * from "./DownloadDBLogFilePortionPaginator";
|
|
@@ -375,6 +375,7 @@ export declare var DescribeOrderableDBInstanceOptionsMessage$: StaticStructureSc
|
|
|
375
375
|
export declare var DescribePendingMaintenanceActionsMessage$: StaticStructureSchema;
|
|
376
376
|
export declare var DescribeReservedDBInstancesMessage$: StaticStructureSchema;
|
|
377
377
|
export declare var DescribeReservedDBInstancesOfferingsMessage$: StaticStructureSchema;
|
|
378
|
+
export declare var DescribeServerlessV2PlatformVersionsMessage$: StaticStructureSchema;
|
|
378
379
|
export declare var DescribeSourceRegionsMessage$: StaticStructureSchema;
|
|
379
380
|
export declare var DescribeTenantDatabasesMessage$: StaticStructureSchema;
|
|
380
381
|
export declare var DescribeValidDBInstanceModificationsMessage$: StaticStructureSchema;
|
|
@@ -533,6 +534,8 @@ export declare var ScalarReferenceDetails$: StaticStructureSchema;
|
|
|
533
534
|
export declare var ScalingConfiguration$: StaticStructureSchema;
|
|
534
535
|
export declare var ScalingConfigurationInfo$: StaticStructureSchema;
|
|
535
536
|
export declare var ServerlessV2FeaturesSupport$: StaticStructureSchema;
|
|
537
|
+
export declare var ServerlessV2PlatformVersionInfo$: StaticStructureSchema;
|
|
538
|
+
export declare var ServerlessV2PlatformVersionsMessage$: StaticStructureSchema;
|
|
536
539
|
export declare var ServerlessV2ScalingConfiguration$: StaticStructureSchema;
|
|
537
540
|
export declare var ServerlessV2ScalingConfigurationInfo$: StaticStructureSchema;
|
|
538
541
|
export declare var SourceRegion$: StaticStructureSchema;
|
|
@@ -677,6 +680,7 @@ export declare var DescribeOrderableDBInstanceOptions$: StaticOperationSchema;
|
|
|
677
680
|
export declare var DescribePendingMaintenanceActions$: StaticOperationSchema;
|
|
678
681
|
export declare var DescribeReservedDBInstances$: StaticOperationSchema;
|
|
679
682
|
export declare var DescribeReservedDBInstancesOfferings$: StaticOperationSchema;
|
|
683
|
+
export declare var DescribeServerlessV2PlatformVersions$: StaticOperationSchema;
|
|
680
684
|
export declare var DescribeSourceRegions$: StaticOperationSchema;
|
|
681
685
|
export declare var DescribeTenantDatabases$: StaticOperationSchema;
|
|
682
686
|
export declare var DescribeValidDBInstanceModifications$: StaticOperationSchema;
|
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.1032.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.
|
|
31
|
-
"@aws-sdk/credential-provider-node": "^3.972.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "^3.972.
|
|
33
|
-
"@aws-sdk/middleware-logger": "^3.972.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "^3.972.
|
|
35
|
-
"@aws-sdk/middleware-sdk-rds": "^3.972.
|
|
36
|
-
"@aws-sdk/middleware-user-agent": "^3.972.
|
|
37
|
-
"@aws-sdk/region-config-resolver": "^3.972.
|
|
38
|
-
"@aws-sdk/types": "^3.973.
|
|
39
|
-
"@aws-sdk/util-endpoints": "^3.996.
|
|
40
|
-
"@aws-sdk/util-user-agent-browser": "^3.972.
|
|
41
|
-
"@aws-sdk/util-user-agent-node": "^3.973.
|
|
42
|
-
"@smithy/config-resolver": "^4.4.
|
|
43
|
-
"@smithy/core": "^3.23.
|
|
44
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
45
|
-
"@smithy/hash-node": "^4.2.
|
|
46
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
47
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
48
|
-
"@smithy/middleware-endpoint": "^4.4.
|
|
49
|
-
"@smithy/middleware-retry": "^4.5.
|
|
50
|
-
"@smithy/middleware-serde": "^4.2.
|
|
51
|
-
"@smithy/middleware-stack": "^4.2.
|
|
52
|
-
"@smithy/node-config-provider": "^4.3.
|
|
53
|
-
"@smithy/node-http-handler": "^4.5.
|
|
54
|
-
"@smithy/protocol-http": "^5.3.
|
|
55
|
-
"@smithy/smithy-client": "^4.12.
|
|
56
|
-
"@smithy/types": "^4.14.
|
|
57
|
-
"@smithy/url-parser": "^4.2.
|
|
30
|
+
"@aws-sdk/core": "^3.974.1",
|
|
31
|
+
"@aws-sdk/credential-provider-node": "^3.972.32",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "^3.972.10",
|
|
33
|
+
"@aws-sdk/middleware-logger": "^3.972.10",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "^3.972.11",
|
|
35
|
+
"@aws-sdk/middleware-sdk-rds": "^3.972.20",
|
|
36
|
+
"@aws-sdk/middleware-user-agent": "^3.972.31",
|
|
37
|
+
"@aws-sdk/region-config-resolver": "^3.972.12",
|
|
38
|
+
"@aws-sdk/types": "^3.973.8",
|
|
39
|
+
"@aws-sdk/util-endpoints": "^3.996.7",
|
|
40
|
+
"@aws-sdk/util-user-agent-browser": "^3.972.10",
|
|
41
|
+
"@aws-sdk/util-user-agent-node": "^3.973.17",
|
|
42
|
+
"@smithy/config-resolver": "^4.4.16",
|
|
43
|
+
"@smithy/core": "^3.23.15",
|
|
44
|
+
"@smithy/fetch-http-handler": "^5.3.17",
|
|
45
|
+
"@smithy/hash-node": "^4.2.14",
|
|
46
|
+
"@smithy/invalid-dependency": "^4.2.14",
|
|
47
|
+
"@smithy/middleware-content-length": "^4.2.14",
|
|
48
|
+
"@smithy/middleware-endpoint": "^4.4.30",
|
|
49
|
+
"@smithy/middleware-retry": "^4.5.3",
|
|
50
|
+
"@smithy/middleware-serde": "^4.2.18",
|
|
51
|
+
"@smithy/middleware-stack": "^4.2.14",
|
|
52
|
+
"@smithy/node-config-provider": "^4.3.14",
|
|
53
|
+
"@smithy/node-http-handler": "^4.5.3",
|
|
54
|
+
"@smithy/protocol-http": "^5.3.14",
|
|
55
|
+
"@smithy/smithy-client": "^4.12.11",
|
|
56
|
+
"@smithy/types": "^4.14.1",
|
|
57
|
+
"@smithy/url-parser": "^4.2.14",
|
|
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.
|
|
63
|
-
"@smithy/util-endpoints": "^3.
|
|
64
|
-
"@smithy/util-middleware": "^4.2.
|
|
65
|
-
"@smithy/util-retry": "^4.3.
|
|
61
|
+
"@smithy/util-defaults-mode-browser": "^4.3.47",
|
|
62
|
+
"@smithy/util-defaults-mode-node": "^4.2.52",
|
|
63
|
+
"@smithy/util-endpoints": "^3.4.1",
|
|
64
|
+
"@smithy/util-middleware": "^4.2.14",
|
|
65
|
+
"@smithy/util-retry": "^4.3.2",
|
|
66
66
|
"@smithy/util-utf8": "^4.2.2",
|
|
67
|
-
"@smithy/util-waiter": "^4.2.
|
|
67
|
+
"@smithy/util-waiter": "^4.2.16",
|
|
68
68
|
"tslib": "^2.6.2"
|
|
69
69
|
},
|
|
70
70
|
"devDependencies": {
|
|
71
|
-
"@smithy/snapshot-testing": "^2.0.
|
|
71
|
+
"@smithy/snapshot-testing": "^2.0.6",
|
|
72
72
|
"@tsconfig/node20": "20.1.8",
|
|
73
73
|
"@types/node": "^20.14.8",
|
|
74
74
|
"concurrently": "7.0.0",
|