@aws-sdk/client-database-migration-service 3.378.0 → 3.382.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 +8 -0
- package/dist-cjs/DatabaseMigrationService.js +2 -0
- package/dist-cjs/commands/DescribeEngineVersionsCommand.js +46 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +6 -6
- package/dist-cjs/pagination/DescribeEngineVersionsPaginator.js +29 -0
- package/dist-cjs/pagination/index.js +2 -1
- package/dist-cjs/protocols/Aws_json1_1.js +64 -4
- package/dist-es/DatabaseMigrationService.js +2 -0
- package/dist-es/commands/DescribeEngineVersionsCommand.js +42 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +4 -4
- package/dist-es/pagination/DescribeEngineVersionsPaginator.js +25 -0
- package/dist-es/pagination/index.js +2 -1
- package/dist-es/protocols/Aws_json1_1.js +58 -0
- package/dist-types/DatabaseMigrationService.d.ts +7 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +3 -2
- package/dist-types/commands/DescribeEngineVersionsCommand.d.ts +88 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/endpoint/EndpointParameters.d.ts +3 -0
- package/dist-types/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +1221 -15
- package/dist-types/pagination/DescribeEngineVersionsPaginator.d.ts +7 -0
- package/dist-types/pagination/index.d.ts +2 -1
- package/dist-types/protocols/Aws_json1_1.d.ts +9 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +17 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +6 -0
- package/dist-types/ts3.4/commands/DescribeEngineVersionsCommand.d.ts +42 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +24 -6
- package/dist-types/ts3.4/pagination/DescribeEngineVersionsPaginator.d.ts +11 -0
- package/dist-types/ts3.4/pagination/index.d.ts +2 -1
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +12 -0
- package/package.json +7 -7
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput } from "../commands/DescribeEngineVersionsCommand";
|
|
3
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
4
|
+
/**
|
|
5
|
+
* @public
|
|
6
|
+
*/
|
|
7
|
+
export declare function paginateDescribeEngineVersions(config: DatabaseMigrationServicePaginationConfiguration, input: DescribeEngineVersionsCommandInput, ...additionalArguments: any): Paginator<DescribeEngineVersionsCommandOutput>;
|
|
@@ -4,11 +4,12 @@ export * from "./DescribeConnectionsPaginator";
|
|
|
4
4
|
export * from "./DescribeEndpointSettingsPaginator";
|
|
5
5
|
export * from "./DescribeEndpointTypesPaginator";
|
|
6
6
|
export * from "./DescribeEndpointsPaginator";
|
|
7
|
+
export * from "./DescribeEngineVersionsPaginator";
|
|
7
8
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
8
9
|
export * from "./DescribeEventsPaginator";
|
|
9
10
|
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
10
|
-
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
12
13
|
export * from "./DescribeFleetAdvisorLsaAnalysisPaginator";
|
|
13
14
|
export * from "./DescribeFleetAdvisorSchemaObjectSummaryPaginator";
|
|
14
15
|
export * from "./DescribeFleetAdvisorSchemasPaginator";
|
|
@@ -29,6 +29,7 @@ import { DescribeConnectionsCommandInput, DescribeConnectionsCommandOutput } fro
|
|
|
29
29
|
import { DescribeEndpointsCommandInput, DescribeEndpointsCommandOutput } from "../commands/DescribeEndpointsCommand";
|
|
30
30
|
import { DescribeEndpointSettingsCommandInput, DescribeEndpointSettingsCommandOutput } from "../commands/DescribeEndpointSettingsCommand";
|
|
31
31
|
import { DescribeEndpointTypesCommandInput, DescribeEndpointTypesCommandOutput } from "../commands/DescribeEndpointTypesCommand";
|
|
32
|
+
import { DescribeEngineVersionsCommandInput, DescribeEngineVersionsCommandOutput } from "../commands/DescribeEngineVersionsCommand";
|
|
32
33
|
import { DescribeEventCategoriesCommandInput, DescribeEventCategoriesCommandOutput } from "../commands/DescribeEventCategoriesCommand";
|
|
33
34
|
import { DescribeEventsCommandInput, DescribeEventsCommandOutput } from "../commands/DescribeEventsCommand";
|
|
34
35
|
import { DescribeEventSubscriptionsCommandInput, DescribeEventSubscriptionsCommandOutput } from "../commands/DescribeEventSubscriptionsCommand";
|
|
@@ -194,6 +195,10 @@ export declare const se_DescribeEndpointSettingsCommand: (input: DescribeEndpoin
|
|
|
194
195
|
* serializeAws_json1_1DescribeEndpointTypesCommand
|
|
195
196
|
*/
|
|
196
197
|
export declare const se_DescribeEndpointTypesCommand: (input: DescribeEndpointTypesCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
198
|
+
/**
|
|
199
|
+
* serializeAws_json1_1DescribeEngineVersionsCommand
|
|
200
|
+
*/
|
|
201
|
+
export declare const se_DescribeEngineVersionsCommand: (input: DescribeEngineVersionsCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
197
202
|
/**
|
|
198
203
|
* serializeAws_json1_1DescribeEventCategoriesCommand
|
|
199
204
|
*/
|
|
@@ -506,6 +511,10 @@ export declare const de_DescribeEndpointSettingsCommand: (output: __HttpResponse
|
|
|
506
511
|
* deserializeAws_json1_1DescribeEndpointTypesCommand
|
|
507
512
|
*/
|
|
508
513
|
export declare const de_DescribeEndpointTypesCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEndpointTypesCommandOutput>;
|
|
514
|
+
/**
|
|
515
|
+
* deserializeAws_json1_1DescribeEngineVersionsCommand
|
|
516
|
+
*/
|
|
517
|
+
export declare const de_DescribeEngineVersionsCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<DescribeEngineVersionsCommandOutput>;
|
|
509
518
|
/**
|
|
510
519
|
* deserializeAws_json1_1DescribeEventCategoriesCommand
|
|
511
520
|
*/
|
|
@@ -115,6 +115,10 @@ import {
|
|
|
115
115
|
DescribeEndpointTypesCommandInput,
|
|
116
116
|
DescribeEndpointTypesCommandOutput,
|
|
117
117
|
} from "./commands/DescribeEndpointTypesCommand";
|
|
118
|
+
import {
|
|
119
|
+
DescribeEngineVersionsCommandInput,
|
|
120
|
+
DescribeEngineVersionsCommandOutput,
|
|
121
|
+
} from "./commands/DescribeEngineVersionsCommand";
|
|
118
122
|
import {
|
|
119
123
|
DescribeEventCategoriesCommandInput,
|
|
120
124
|
DescribeEventCategoriesCommandOutput,
|
|
@@ -708,6 +712,19 @@ export interface DatabaseMigrationService {
|
|
|
708
712
|
options: __HttpHandlerOptions,
|
|
709
713
|
cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void
|
|
710
714
|
): void;
|
|
715
|
+
describeEngineVersions(
|
|
716
|
+
args: DescribeEngineVersionsCommandInput,
|
|
717
|
+
options?: __HttpHandlerOptions
|
|
718
|
+
): Promise<DescribeEngineVersionsCommandOutput>;
|
|
719
|
+
describeEngineVersions(
|
|
720
|
+
args: DescribeEngineVersionsCommandInput,
|
|
721
|
+
cb: (err: any, data?: DescribeEngineVersionsCommandOutput) => void
|
|
722
|
+
): void;
|
|
723
|
+
describeEngineVersions(
|
|
724
|
+
args: DescribeEngineVersionsCommandInput,
|
|
725
|
+
options: __HttpHandlerOptions,
|
|
726
|
+
cb: (err: any, data?: DescribeEngineVersionsCommandOutput) => void
|
|
727
|
+
): void;
|
|
711
728
|
describeEventCategories(
|
|
712
729
|
args: DescribeEventCategoriesCommandInput,
|
|
713
730
|
options?: __HttpHandlerOptions
|
|
@@ -160,6 +160,10 @@ import {
|
|
|
160
160
|
DescribeEndpointTypesCommandInput,
|
|
161
161
|
DescribeEndpointTypesCommandOutput,
|
|
162
162
|
} from "./commands/DescribeEndpointTypesCommand";
|
|
163
|
+
import {
|
|
164
|
+
DescribeEngineVersionsCommandInput,
|
|
165
|
+
DescribeEngineVersionsCommandOutput,
|
|
166
|
+
} from "./commands/DescribeEngineVersionsCommand";
|
|
163
167
|
import {
|
|
164
168
|
DescribeEventCategoriesCommandInput,
|
|
165
169
|
DescribeEventCategoriesCommandOutput,
|
|
@@ -392,6 +396,7 @@ export type ServiceInputTypes =
|
|
|
392
396
|
| DescribeEndpointSettingsCommandInput
|
|
393
397
|
| DescribeEndpointTypesCommandInput
|
|
394
398
|
| DescribeEndpointsCommandInput
|
|
399
|
+
| DescribeEngineVersionsCommandInput
|
|
395
400
|
| DescribeEventCategoriesCommandInput
|
|
396
401
|
| DescribeEventSubscriptionsCommandInput
|
|
397
402
|
| DescribeEventsCommandInput
|
|
@@ -471,6 +476,7 @@ export type ServiceOutputTypes =
|
|
|
471
476
|
| DescribeEndpointSettingsCommandOutput
|
|
472
477
|
| DescribeEndpointTypesCommandOutput
|
|
473
478
|
| DescribeEndpointsCommandOutput
|
|
479
|
+
| DescribeEngineVersionsCommandOutput
|
|
474
480
|
| DescribeEventCategoriesCommandOutput
|
|
475
481
|
| DescribeEventSubscriptionsCommandOutput
|
|
476
482
|
| DescribeEventsCommandOutput
|
|
@@ -0,0 +1,42 @@
|
|
|
1
|
+
import { EndpointParameterInstructions } from "@smithy/middleware-endpoint";
|
|
2
|
+
import { Command as $Command } from "@smithy/smithy-client";
|
|
3
|
+
import {
|
|
4
|
+
Handler,
|
|
5
|
+
HttpHandlerOptions as __HttpHandlerOptions,
|
|
6
|
+
MetadataBearer as __MetadataBearer,
|
|
7
|
+
MiddlewareStack,
|
|
8
|
+
} from "@smithy/types";
|
|
9
|
+
import {
|
|
10
|
+
DatabaseMigrationServiceClientResolvedConfig,
|
|
11
|
+
ServiceInputTypes,
|
|
12
|
+
ServiceOutputTypes,
|
|
13
|
+
} from "../DatabaseMigrationServiceClient";
|
|
14
|
+
import {
|
|
15
|
+
DescribeEngineVersionsMessage,
|
|
16
|
+
DescribeEngineVersionsResponse,
|
|
17
|
+
} from "../models/models_0";
|
|
18
|
+
export { __MetadataBearer, $Command };
|
|
19
|
+
export interface DescribeEngineVersionsCommandInput
|
|
20
|
+
extends DescribeEngineVersionsMessage {}
|
|
21
|
+
export interface DescribeEngineVersionsCommandOutput
|
|
22
|
+
extends DescribeEngineVersionsResponse,
|
|
23
|
+
__MetadataBearer {}
|
|
24
|
+
export declare class DescribeEngineVersionsCommand extends $Command<
|
|
25
|
+
DescribeEngineVersionsCommandInput,
|
|
26
|
+
DescribeEngineVersionsCommandOutput,
|
|
27
|
+
DatabaseMigrationServiceClientResolvedConfig
|
|
28
|
+
> {
|
|
29
|
+
readonly input: DescribeEngineVersionsCommandInput;
|
|
30
|
+
static getEndpointParameterInstructions(): EndpointParameterInstructions;
|
|
31
|
+
constructor(input: DescribeEngineVersionsCommandInput);
|
|
32
|
+
resolveMiddleware(
|
|
33
|
+
clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>,
|
|
34
|
+
configuration: DatabaseMigrationServiceClientResolvedConfig,
|
|
35
|
+
options?: __HttpHandlerOptions
|
|
36
|
+
): Handler<
|
|
37
|
+
DescribeEngineVersionsCommandInput,
|
|
38
|
+
DescribeEngineVersionsCommandOutput
|
|
39
|
+
>;
|
|
40
|
+
private serialize;
|
|
41
|
+
private deserialize;
|
|
42
|
+
}
|
|
@@ -27,6 +27,7 @@ export * from "./DescribeConnectionsCommand";
|
|
|
27
27
|
export * from "./DescribeEndpointSettingsCommand";
|
|
28
28
|
export * from "./DescribeEndpointTypesCommand";
|
|
29
29
|
export * from "./DescribeEndpointsCommand";
|
|
30
|
+
export * from "./DescribeEngineVersionsCommand";
|
|
30
31
|
export * from "./DescribeEventCategoriesCommand";
|
|
31
32
|
export * from "./DescribeEventSubscriptionsCommand";
|
|
32
33
|
export * from "./DescribeEventsCommand";
|
|
@@ -1197,6 +1197,30 @@ export interface DescribeEndpointTypesResponse {
|
|
|
1197
1197
|
Marker?: string;
|
|
1198
1198
|
SupportedEndpointTypes?: SupportedEndpointType[];
|
|
1199
1199
|
}
|
|
1200
|
+
export interface DescribeEngineVersionsMessage {
|
|
1201
|
+
MaxRecords?: number;
|
|
1202
|
+
Marker?: string;
|
|
1203
|
+
}
|
|
1204
|
+
export declare const ReleaseStatusValues: {
|
|
1205
|
+
readonly BETA: "beta";
|
|
1206
|
+
readonly PROD: "prod";
|
|
1207
|
+
};
|
|
1208
|
+
export type ReleaseStatusValues =
|
|
1209
|
+
(typeof ReleaseStatusValues)[keyof typeof ReleaseStatusValues];
|
|
1210
|
+
export interface EngineVersion {
|
|
1211
|
+
Version?: string;
|
|
1212
|
+
Lifecycle?: string;
|
|
1213
|
+
ReleaseStatus?: ReleaseStatusValues | string;
|
|
1214
|
+
LaunchDate?: Date;
|
|
1215
|
+
AutoUpgradeDate?: Date;
|
|
1216
|
+
DeprecationDate?: Date;
|
|
1217
|
+
ForceUpgradeDate?: Date;
|
|
1218
|
+
AvailableUpgrades?: string[];
|
|
1219
|
+
}
|
|
1220
|
+
export interface DescribeEngineVersionsResponse {
|
|
1221
|
+
EngineVersions?: EngineVersion[];
|
|
1222
|
+
Marker?: string;
|
|
1223
|
+
}
|
|
1200
1224
|
export interface DescribeEventCategoriesMessage {
|
|
1201
1225
|
SourceType?: string;
|
|
1202
1226
|
Filters?: Filter[];
|
|
@@ -1391,12 +1415,6 @@ export interface DescribeOrderableReplicationInstancesMessage {
|
|
|
1391
1415
|
MaxRecords?: number;
|
|
1392
1416
|
Marker?: string;
|
|
1393
1417
|
}
|
|
1394
|
-
export declare const ReleaseStatusValues: {
|
|
1395
|
-
readonly BETA: "beta";
|
|
1396
|
-
readonly PROD: "prod";
|
|
1397
|
-
};
|
|
1398
|
-
export type ReleaseStatusValues =
|
|
1399
|
-
(typeof ReleaseStatusValues)[keyof typeof ReleaseStatusValues];
|
|
1400
1418
|
export interface OrderableReplicationInstance {
|
|
1401
1419
|
EngineVersion?: string;
|
|
1402
1420
|
ReplicationInstanceClass?: string;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Paginator } from "@smithy/types";
|
|
2
|
+
import {
|
|
3
|
+
DescribeEngineVersionsCommandInput,
|
|
4
|
+
DescribeEngineVersionsCommandOutput,
|
|
5
|
+
} from "../commands/DescribeEngineVersionsCommand";
|
|
6
|
+
import { DatabaseMigrationServicePaginationConfiguration } from "./Interfaces";
|
|
7
|
+
export declare function paginateDescribeEngineVersions(
|
|
8
|
+
config: DatabaseMigrationServicePaginationConfiguration,
|
|
9
|
+
input: DescribeEngineVersionsCommandInput,
|
|
10
|
+
...additionalArguments: any
|
|
11
|
+
): Paginator<DescribeEngineVersionsCommandOutput>;
|
|
@@ -4,11 +4,12 @@ export * from "./DescribeConnectionsPaginator";
|
|
|
4
4
|
export * from "./DescribeEndpointSettingsPaginator";
|
|
5
5
|
export * from "./DescribeEndpointTypesPaginator";
|
|
6
6
|
export * from "./DescribeEndpointsPaginator";
|
|
7
|
+
export * from "./DescribeEngineVersionsPaginator";
|
|
7
8
|
export * from "./DescribeEventSubscriptionsPaginator";
|
|
8
9
|
export * from "./DescribeEventsPaginator";
|
|
9
10
|
export * from "./DescribeFleetAdvisorCollectorsPaginator";
|
|
10
|
-
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
11
11
|
export * from "./Interfaces";
|
|
12
|
+
export * from "./DescribeFleetAdvisorDatabasesPaginator";
|
|
12
13
|
export * from "./DescribeFleetAdvisorLsaAnalysisPaginator";
|
|
13
14
|
export * from "./DescribeFleetAdvisorSchemaObjectSummaryPaginator";
|
|
14
15
|
export * from "./DescribeFleetAdvisorSchemasPaginator";
|
|
@@ -119,6 +119,10 @@ import {
|
|
|
119
119
|
DescribeEndpointTypesCommandInput,
|
|
120
120
|
DescribeEndpointTypesCommandOutput,
|
|
121
121
|
} from "../commands/DescribeEndpointTypesCommand";
|
|
122
|
+
import {
|
|
123
|
+
DescribeEngineVersionsCommandInput,
|
|
124
|
+
DescribeEngineVersionsCommandOutput,
|
|
125
|
+
} from "../commands/DescribeEngineVersionsCommand";
|
|
122
126
|
import {
|
|
123
127
|
DescribeEventCategoriesCommandInput,
|
|
124
128
|
DescribeEventCategoriesCommandOutput,
|
|
@@ -431,6 +435,10 @@ export declare const se_DescribeEndpointTypesCommand: (
|
|
|
431
435
|
input: DescribeEndpointTypesCommandInput,
|
|
432
436
|
context: __SerdeContext
|
|
433
437
|
) => Promise<__HttpRequest>;
|
|
438
|
+
export declare const se_DescribeEngineVersionsCommand: (
|
|
439
|
+
input: DescribeEngineVersionsCommandInput,
|
|
440
|
+
context: __SerdeContext
|
|
441
|
+
) => Promise<__HttpRequest>;
|
|
434
442
|
export declare const se_DescribeEventCategoriesCommand: (
|
|
435
443
|
input: DescribeEventCategoriesCommandInput,
|
|
436
444
|
context: __SerdeContext
|
|
@@ -743,6 +751,10 @@ export declare const de_DescribeEndpointTypesCommand: (
|
|
|
743
751
|
output: __HttpResponse,
|
|
744
752
|
context: __SerdeContext
|
|
745
753
|
) => Promise<DescribeEndpointTypesCommandOutput>;
|
|
754
|
+
export declare const de_DescribeEngineVersionsCommand: (
|
|
755
|
+
output: __HttpResponse,
|
|
756
|
+
context: __SerdeContext
|
|
757
|
+
) => Promise<DescribeEngineVersionsCommandOutput>;
|
|
746
758
|
export declare const de_DescribeEventCategoriesCommand: (
|
|
747
759
|
output: __HttpResponse,
|
|
748
760
|
context: __SerdeContext
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-database-migration-service",
|
|
3
3
|
"description": "AWS SDK for JavaScript Database Migration Service Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.382.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,15 +21,15 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.382.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.382.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.379.1",
|
|
27
27
|
"@aws-sdk/middleware-logger": "3.378.0",
|
|
28
28
|
"@aws-sdk/middleware-recursion-detection": "3.378.0",
|
|
29
|
-
"@aws-sdk/middleware-signing": "3.
|
|
30
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
+
"@aws-sdk/middleware-signing": "3.379.1",
|
|
30
|
+
"@aws-sdk/middleware-user-agent": "3.382.0",
|
|
31
31
|
"@aws-sdk/types": "3.378.0",
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.382.0",
|
|
33
33
|
"@aws-sdk/util-user-agent-browser": "3.378.0",
|
|
34
34
|
"@aws-sdk/util-user-agent-node": "3.378.0",
|
|
35
35
|
"@smithy/config-resolver": "^2.0.1",
|