@aws-sdk/client-database-migration-service 3.121.0 → 3.127.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/CHANGELOG.md +30 -0
- package/dist-cjs/DatabaseMigrationService.js +15 -0
- package/dist-cjs/commands/UpdateSubscriptionsToEventBridgeCommand.js +36 -0
- package/dist-cjs/commands/index.js +1 -0
- package/dist-cjs/models/models_0.js +13 -1
- package/dist-cjs/protocols/Aws_json1_1.js +776 -1052
- package/dist-es/DatabaseMigrationService.js +15 -0
- package/dist-es/commands/UpdateSubscriptionsToEventBridgeCommand.js +39 -0
- package/dist-es/commands/index.js +1 -0
- package/dist-es/models/models_0.js +8 -0
- package/dist-es/protocols/Aws_json1_1.js +374 -642
- package/dist-types/DatabaseMigrationService.d.ts +15 -0
- package/dist-types/DatabaseMigrationServiceClient.d.ts +3 -2
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +43 -0
- package/dist-types/commands/index.d.ts +1 -0
- package/dist-types/models/models_0.d.ts +123 -12
- package/dist-types/protocols/Aws_json1_1.d.ts +3 -0
- package/dist-types/ts3.4/DatabaseMigrationService.d.ts +5 -0
- package/dist-types/ts3.4/DatabaseMigrationServiceClient.d.ts +3 -2
- package/dist-types/ts3.4/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +17 -0
- package/dist-types/ts3.4/commands/index.d.ts +1 -0
- package/dist-types/ts3.4/models/models_0.d.ts +30 -0
- package/dist-types/ts3.4/protocols/Aws_json1_1.d.ts +3 -0
- package/package.json +27 -27
|
@@ -63,6 +63,7 @@ import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAsse
|
|
|
63
63
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
64
64
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
65
65
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
66
|
+
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
66
67
|
import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient";
|
|
67
68
|
/**
|
|
68
69
|
* <fullname>Database Migration Service</fullname>
|
|
@@ -627,4 +628,18 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
|
|
|
627
628
|
testConnection(args: TestConnectionCommandInput, options?: __HttpHandlerOptions): Promise<TestConnectionCommandOutput>;
|
|
628
629
|
testConnection(args: TestConnectionCommandInput, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
|
|
629
630
|
testConnection(args: TestConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
|
|
631
|
+
/**
|
|
632
|
+
* <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules.
|
|
633
|
+
* By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher.
|
|
634
|
+
* If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you
|
|
635
|
+
* to upgrade these instances to version 3.4.6 or higher. To enable migration regardless of version, set the <code>Force</code>
|
|
636
|
+
* option to true. However, if you don't upgrade instances earlier than version 3.4.6, some types of events might not be
|
|
637
|
+
* available when you use Amazon EventBridge.</p>
|
|
638
|
+
* <p>To call this operation, make sure that you have certain permissions added to your user account.
|
|
639
|
+
* For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge">Migrating event subscriptions to Amazon EventBridge</a>
|
|
640
|
+
* in the <i>Amazon Web Services Database Migration Service User Guide</i>.</p>
|
|
641
|
+
*/
|
|
642
|
+
updateSubscriptionsToEventBridge(args: UpdateSubscriptionsToEventBridgeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriptionsToEventBridgeCommandOutput>;
|
|
643
|
+
updateSubscriptionsToEventBridge(args: UpdateSubscriptionsToEventBridgeCommandInput, cb: (err: any, data?: UpdateSubscriptionsToEventBridgeCommandOutput) => void): void;
|
|
644
|
+
updateSubscriptionsToEventBridge(args: UpdateSubscriptionsToEventBridgeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriptionsToEventBridgeCommandOutput) => void): void;
|
|
630
645
|
}
|
|
@@ -70,8 +70,9 @@ import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAsse
|
|
|
70
70
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
71
71
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
72
72
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
73
|
-
|
|
74
|
-
export declare type
|
|
73
|
+
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
74
|
+
export declare type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
|
|
75
|
+
export declare type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
|
|
75
76
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
76
77
|
/**
|
|
77
78
|
* The HTTP handler to use. Fetch in browser and Https in Nodejs.
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
+
import { UpdateSubscriptionsToEventBridgeMessage, UpdateSubscriptionsToEventBridgeResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateSubscriptionsToEventBridgeCommandInput extends UpdateSubscriptionsToEventBridgeMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSubscriptionsToEventBridgeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
/**
|
|
10
|
+
* <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules.
|
|
11
|
+
* By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher.
|
|
12
|
+
* If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you
|
|
13
|
+
* to upgrade these instances to version 3.4.6 or higher. To enable migration regardless of version, set the <code>Force</code>
|
|
14
|
+
* option to true. However, if you don't upgrade instances earlier than version 3.4.6, some types of events might not be
|
|
15
|
+
* available when you use Amazon EventBridge.</p>
|
|
16
|
+
* <p>To call this operation, make sure that you have certain permissions added to your user account.
|
|
17
|
+
* For more information, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html#CHAP_Events-migrate-to-eventbridge">Migrating event subscriptions to Amazon EventBridge</a>
|
|
18
|
+
* in the <i>Amazon Web Services Database Migration Service User Guide</i>.</p>
|
|
19
|
+
* @example
|
|
20
|
+
* Use a bare-bones client and the command you need to make an API call.
|
|
21
|
+
* ```javascript
|
|
22
|
+
* import { DatabaseMigrationServiceClient, UpdateSubscriptionsToEventBridgeCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
23
|
+
* // const { DatabaseMigrationServiceClient, UpdateSubscriptionsToEventBridgeCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
24
|
+
* const client = new DatabaseMigrationServiceClient(config);
|
|
25
|
+
* const command = new UpdateSubscriptionsToEventBridgeCommand(input);
|
|
26
|
+
* const response = await client.send(command);
|
|
27
|
+
* ```
|
|
28
|
+
*
|
|
29
|
+
* @see {@link UpdateSubscriptionsToEventBridgeCommandInput} for command's `input` shape.
|
|
30
|
+
* @see {@link UpdateSubscriptionsToEventBridgeCommandOutput} for command's `response` shape.
|
|
31
|
+
* @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
export declare class UpdateSubscriptionsToEventBridgeCommand extends $Command<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
35
|
+
readonly input: UpdateSubscriptionsToEventBridgeCommandInput;
|
|
36
|
+
constructor(input: UpdateSubscriptionsToEventBridgeCommandInput);
|
|
37
|
+
/**
|
|
38
|
+
* @internal
|
|
39
|
+
*/
|
|
40
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput>;
|
|
41
|
+
private serialize;
|
|
42
|
+
private deserialize;
|
|
43
|
+
}
|
|
@@ -581,6 +581,11 @@ export interface ElasticsearchSettings {
|
|
|
581
581
|
* OpenSearch cluster.</p>
|
|
582
582
|
*/
|
|
583
583
|
ErrorRetryDuration?: number;
|
|
584
|
+
/**
|
|
585
|
+
* <p>Set this option to <code>true</code> for DMS to migrate documentation using the documentation type <code>_doc</code>. OpenSearch and
|
|
586
|
+
* an Elasticsearch cluster only support the _doc documentation type in versions 7. x and later. The default value is <code>false</code>.</p>
|
|
587
|
+
*/
|
|
588
|
+
UseNewMappingType?: boolean;
|
|
584
589
|
}
|
|
585
590
|
export declare namespace ElasticsearchSettings {
|
|
586
591
|
/**
|
|
@@ -1092,6 +1097,11 @@ export interface MicrosoftSQLServerSettings {
|
|
|
1092
1097
|
* <p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the SQL Server endpoint connection details.</p>
|
|
1093
1098
|
*/
|
|
1094
1099
|
SecretsManagerSecretId?: string;
|
|
1100
|
+
/**
|
|
1101
|
+
* <p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data
|
|
1102
|
+
* on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>
|
|
1103
|
+
*/
|
|
1104
|
+
TrimSpaceInChar?: boolean;
|
|
1095
1105
|
}
|
|
1096
1106
|
export declare namespace MicrosoftSQLServerSettings {
|
|
1097
1107
|
/**
|
|
@@ -1720,6 +1730,11 @@ export interface OracleSettings {
|
|
|
1720
1730
|
* that contains the Oracle ASM connection details for the Oracle endpoint.</p>
|
|
1721
1731
|
*/
|
|
1722
1732
|
SecretsManagerOracleAsmSecretId?: string;
|
|
1733
|
+
/**
|
|
1734
|
+
* <p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data
|
|
1735
|
+
* on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>
|
|
1736
|
+
*/
|
|
1737
|
+
TrimSpaceInChar?: boolean;
|
|
1723
1738
|
}
|
|
1724
1739
|
export declare namespace OracleSettings {
|
|
1725
1740
|
/**
|
|
@@ -1862,6 +1877,11 @@ export interface PostgreSQLSettings {
|
|
|
1862
1877
|
* <p>The full ARN, partial ARN, or friendly name of the <code>SecretsManagerSecret</code> that contains the PostgreSQL endpoint connection details.</p>
|
|
1863
1878
|
*/
|
|
1864
1879
|
SecretsManagerSecretId?: string;
|
|
1880
|
+
/**
|
|
1881
|
+
* <p>Use the <code>TrimSpaceInChar</code> source endpoint setting to trim data
|
|
1882
|
+
* on CHAR and NCHAR data types during migration. The default value is <code>true</code>.</p>
|
|
1883
|
+
*/
|
|
1884
|
+
TrimSpaceInChar?: boolean;
|
|
1865
1885
|
}
|
|
1866
1886
|
export declare namespace PostgreSQLSettings {
|
|
1867
1887
|
/**
|
|
@@ -2712,6 +2732,20 @@ export interface S3Settings {
|
|
|
2712
2732
|
* </p>
|
|
2713
2733
|
*/
|
|
2714
2734
|
DatePartitionTimezone?: string;
|
|
2735
|
+
/**
|
|
2736
|
+
* <p>Use the S3 target endpoint setting <code>AddTrailingPaddingCharacter</code> to add
|
|
2737
|
+
* padding on string data. The default value is <code>false</code>.</p>
|
|
2738
|
+
*/
|
|
2739
|
+
AddTrailingPaddingCharacter?: boolean;
|
|
2740
|
+
/**
|
|
2741
|
+
* <p>To specify a bucket owner and prevent sniping, you can use the
|
|
2742
|
+
* <code>ExpectedBucketOwner</code> endpoint setting. </p>
|
|
2743
|
+
* <p>Example: <code>--s3-settings='{"ExpectedBucketOwner": "<i>AWS_Account_ID</i>"}'</code>
|
|
2744
|
+
* </p>
|
|
2745
|
+
* <p>When you make a request to test a connection or perform a migration, S3 checks the account
|
|
2746
|
+
* ID of the bucket owner against the specified parameter.</p>
|
|
2747
|
+
*/
|
|
2748
|
+
ExpectedBucketOwner?: string;
|
|
2715
2749
|
}
|
|
2716
2750
|
export declare namespace S3Settings {
|
|
2717
2751
|
/**
|
|
@@ -4488,24 +4522,68 @@ export interface ReplicationTask {
|
|
|
4488
4522
|
* <ul>
|
|
4489
4523
|
* <li>
|
|
4490
4524
|
* <p>
|
|
4491
|
-
* <code>"
|
|
4492
|
-
*
|
|
4525
|
+
* <code>"Stop Reason NORMAL"</code>
|
|
4526
|
+
* </p>
|
|
4527
|
+
* </li>
|
|
4528
|
+
* <li>
|
|
4529
|
+
* <p>
|
|
4530
|
+
* <code>"Stop Reason RECOVERABLE_ERROR"</code>
|
|
4531
|
+
* </p>
|
|
4532
|
+
* </li>
|
|
4533
|
+
* <li>
|
|
4534
|
+
* <p>
|
|
4535
|
+
* <code>"Stop Reason FATAL_ERROR"</code>
|
|
4536
|
+
* </p>
|
|
4537
|
+
* </li>
|
|
4538
|
+
* <li>
|
|
4539
|
+
* <p>
|
|
4540
|
+
* <code>"Stop Reason FULL_LOAD_ONLY_FINISHED"</code>
|
|
4541
|
+
* </p>
|
|
4542
|
+
* </li>
|
|
4543
|
+
* <li>
|
|
4544
|
+
* <p>
|
|
4545
|
+
* <code>"Stop Reason STOPPED_AFTER_FULL_LOAD"</code> – Full load completed, with cached changes not applied</p>
|
|
4546
|
+
* </li>
|
|
4547
|
+
* <li>
|
|
4548
|
+
* <p>
|
|
4549
|
+
* <code>"Stop Reason STOPPED_AFTER_CACHED_EVENTS"</code> – Full load completed, with cached changes applied</p>
|
|
4550
|
+
* </li>
|
|
4551
|
+
* <li>
|
|
4552
|
+
* <p>
|
|
4553
|
+
* <code>"Stop Reason EXPRESS_LICENSE_LIMITS_REACHED"</code>
|
|
4554
|
+
* </p>
|
|
4555
|
+
* </li>
|
|
4556
|
+
* <li>
|
|
4557
|
+
* <p>
|
|
4558
|
+
* <code>"Stop Reason STOPPED_AFTER_DDL_APPLY"</code> – User-defined stop task after DDL applied</p>
|
|
4559
|
+
* </li>
|
|
4560
|
+
* <li>
|
|
4561
|
+
* <p>
|
|
4562
|
+
* <code>"Stop Reason STOPPED_DUE_TO_LOW_MEMORY"</code>
|
|
4563
|
+
* </p>
|
|
4493
4564
|
* </li>
|
|
4494
4565
|
* <li>
|
|
4495
4566
|
* <p>
|
|
4496
|
-
* <code>"
|
|
4497
|
-
*
|
|
4567
|
+
* <code>"Stop Reason STOPPED_DUE_TO_LOW_DISK"</code>
|
|
4568
|
+
* </p>
|
|
4498
4569
|
* </li>
|
|
4499
4570
|
* <li>
|
|
4500
4571
|
* <p>
|
|
4501
|
-
* <code>"
|
|
4502
|
-
* full-load and CDC migration, the full load stopped as specified before starting the
|
|
4503
|
-
* CDC migration.</p>
|
|
4572
|
+
* <code>"Stop Reason STOPPED_AT_SERVER_TIME"</code> – User-defined server time for stopping task</p>
|
|
4504
4573
|
* </li>
|
|
4505
4574
|
* <li>
|
|
4506
4575
|
* <p>
|
|
4507
|
-
* <code>"
|
|
4508
|
-
*
|
|
4576
|
+
* <code>"Stop Reason STOPPED_AT_COMMIT_TIME"</code> – User-defined commit time for stopping task</p>
|
|
4577
|
+
* </li>
|
|
4578
|
+
* <li>
|
|
4579
|
+
* <p>
|
|
4580
|
+
* <code>"Stop Reason RECONFIGURATION_RESTART"</code>
|
|
4581
|
+
* </p>
|
|
4582
|
+
* </li>
|
|
4583
|
+
* <li>
|
|
4584
|
+
* <p>
|
|
4585
|
+
* <code>"Stop Reason RECYCLE_TASK"</code>
|
|
4586
|
+
* </p>
|
|
4509
4587
|
* </li>
|
|
4510
4588
|
* </ul>
|
|
4511
4589
|
*/
|
|
@@ -5884,8 +5962,7 @@ export interface DescribeFleetAdvisorDatabasesRequest {
|
|
|
5884
5962
|
* <ul>
|
|
5885
5963
|
* <li>
|
|
5886
5964
|
* <p>
|
|
5887
|
-
* <code>database-id</code> – The ID of the database
|
|
5888
|
-
* <code>d4610ac5-e323-4ad9-bc50-eaf7249dfe9d</code>.</p>
|
|
5965
|
+
* <code>database-id</code> – The ID of the database.</p>
|
|
5889
5966
|
* </li>
|
|
5890
5967
|
* <li>
|
|
5891
5968
|
* <p>
|
|
@@ -5910,7 +5987,7 @@ export interface DescribeFleetAdvisorDatabasesRequest {
|
|
|
5910
5987
|
* </ul>
|
|
5911
5988
|
*
|
|
5912
5989
|
* <p>An example is: <code>describe-fleet-advisor-databases --filter
|
|
5913
|
-
* Name="database-id",Values="
|
|
5990
|
+
* Name="database-id",Values="45"</code>
|
|
5914
5991
|
* </p>
|
|
5915
5992
|
*/
|
|
5916
5993
|
Filters?: Filter[];
|
|
@@ -8577,3 +8654,37 @@ export declare namespace TestConnectionResponse {
|
|
|
8577
8654
|
*/
|
|
8578
8655
|
const filterSensitiveLog: (obj: TestConnectionResponse) => any;
|
|
8579
8656
|
}
|
|
8657
|
+
/**
|
|
8658
|
+
* <p></p>
|
|
8659
|
+
*/
|
|
8660
|
+
export interface UpdateSubscriptionsToEventBridgeMessage {
|
|
8661
|
+
/**
|
|
8662
|
+
* <p>When set to true, this operation migrates DMS subscriptions for Amazon SNS
|
|
8663
|
+
* notifications no matter what your replication instance version is. If not set or set to
|
|
8664
|
+
* false, this operation runs only when all your replication instances are from DMS
|
|
8665
|
+
* version 3.4.6 or higher.
|
|
8666
|
+
* </p>
|
|
8667
|
+
*/
|
|
8668
|
+
ForceMove?: boolean;
|
|
8669
|
+
}
|
|
8670
|
+
export declare namespace UpdateSubscriptionsToEventBridgeMessage {
|
|
8671
|
+
/**
|
|
8672
|
+
* @internal
|
|
8673
|
+
*/
|
|
8674
|
+
const filterSensitiveLog: (obj: UpdateSubscriptionsToEventBridgeMessage) => any;
|
|
8675
|
+
}
|
|
8676
|
+
/**
|
|
8677
|
+
* <p></p>
|
|
8678
|
+
*/
|
|
8679
|
+
export interface UpdateSubscriptionsToEventBridgeResponse {
|
|
8680
|
+
/**
|
|
8681
|
+
* <p>A string that indicates how many event subscriptions were migrated and how many remain to be migrated.</p>
|
|
8682
|
+
*/
|
|
8683
|
+
Result?: string;
|
|
8684
|
+
}
|
|
8685
|
+
export declare namespace UpdateSubscriptionsToEventBridgeResponse {
|
|
8686
|
+
/**
|
|
8687
|
+
* @internal
|
|
8688
|
+
*/
|
|
8689
|
+
const filterSensitiveLog: (obj: UpdateSubscriptionsToEventBridgeResponse) => any;
|
|
8690
|
+
}
|
|
@@ -64,6 +64,7 @@ import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAsse
|
|
|
64
64
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "../commands/StartReplicationTaskCommand";
|
|
65
65
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "../commands/StopReplicationTaskCommand";
|
|
66
66
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
|
|
67
|
+
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "../commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
67
68
|
export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
69
|
export declare const serializeAws_json1_1ApplyPendingMaintenanceActionCommand: (input: ApplyPendingMaintenanceActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
70
|
export declare const serializeAws_json1_1CancelReplicationTaskAssessmentRunCommand: (input: CancelReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -128,6 +129,7 @@ export declare const serializeAws_json1_1StartReplicationTaskAssessmentCommand:
|
|
|
128
129
|
export declare const serializeAws_json1_1StartReplicationTaskAssessmentRunCommand: (input: StartReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
130
|
export declare const serializeAws_json1_1StopReplicationTaskCommand: (input: StopReplicationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
131
|
export declare const serializeAws_json1_1TestConnectionCommand: (input: TestConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_json1_1UpdateSubscriptionsToEventBridgeCommand: (input: UpdateSubscriptionsToEventBridgeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
133
|
export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
|
|
132
134
|
export declare const deserializeAws_json1_1ApplyPendingMaintenanceActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
|
|
133
135
|
export declare const deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
@@ -192,3 +194,4 @@ export declare const deserializeAws_json1_1StartReplicationTaskAssessmentCommand
|
|
|
192
194
|
export declare const deserializeAws_json1_1StartReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
193
195
|
export declare const deserializeAws_json1_1StopReplicationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationTaskCommandOutput>;
|
|
194
196
|
export declare const deserializeAws_json1_1TestConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestConnectionCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_json1_1UpdateSubscriptionsToEventBridgeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionsToEventBridgeCommandOutput>;
|
|
@@ -63,6 +63,7 @@ import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAsse
|
|
|
63
63
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
64
64
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
65
65
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
66
|
+
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
66
67
|
import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient";
|
|
67
68
|
|
|
68
69
|
export declare class DatabaseMigrationService extends DatabaseMigrationServiceClient {
|
|
@@ -322,4 +323,8 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
|
|
|
322
323
|
testConnection(args: TestConnectionCommandInput, options?: __HttpHandlerOptions): Promise<TestConnectionCommandOutput>;
|
|
323
324
|
testConnection(args: TestConnectionCommandInput, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
|
|
324
325
|
testConnection(args: TestConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
|
|
326
|
+
|
|
327
|
+
updateSubscriptionsToEventBridge(args: UpdateSubscriptionsToEventBridgeCommandInput, options?: __HttpHandlerOptions): Promise<UpdateSubscriptionsToEventBridgeCommandOutput>;
|
|
328
|
+
updateSubscriptionsToEventBridge(args: UpdateSubscriptionsToEventBridgeCommandInput, cb: (err: any, data?: UpdateSubscriptionsToEventBridgeCommandOutput) => void): void;
|
|
329
|
+
updateSubscriptionsToEventBridge(args: UpdateSubscriptionsToEventBridgeCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: UpdateSubscriptionsToEventBridgeCommandOutput) => void): void;
|
|
325
330
|
}
|
|
@@ -70,8 +70,9 @@ import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAsse
|
|
|
70
70
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "./commands/StartReplicationTaskCommand";
|
|
71
71
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "./commands/StopReplicationTaskCommand";
|
|
72
72
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
|
|
73
|
-
|
|
74
|
-
export declare type
|
|
73
|
+
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
74
|
+
export declare type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | CancelReplicationTaskAssessmentRunCommandInput | CreateEndpointCommandInput | CreateEventSubscriptionCommandInput | CreateFleetAdvisorCollectorCommandInput | CreateReplicationInstanceCommandInput | CreateReplicationSubnetGroupCommandInput | CreateReplicationTaskCommandInput | DeleteCertificateCommandInput | DeleteConnectionCommandInput | DeleteEndpointCommandInput | DeleteEventSubscriptionCommandInput | DeleteFleetAdvisorCollectorCommandInput | DeleteFleetAdvisorDatabasesCommandInput | DeleteReplicationInstanceCommandInput | DeleteReplicationSubnetGroupCommandInput | DeleteReplicationTaskAssessmentRunCommandInput | DeleteReplicationTaskCommandInput | DescribeAccountAttributesCommandInput | DescribeApplicableIndividualAssessmentsCommandInput | DescribeCertificatesCommandInput | DescribeConnectionsCommandInput | DescribeEndpointSettingsCommandInput | DescribeEndpointTypesCommandInput | DescribeEndpointsCommandInput | DescribeEventCategoriesCommandInput | DescribeEventSubscriptionsCommandInput | DescribeEventsCommandInput | DescribeFleetAdvisorCollectorsCommandInput | DescribeFleetAdvisorDatabasesCommandInput | DescribeFleetAdvisorLsaAnalysisCommandInput | DescribeFleetAdvisorSchemaObjectSummaryCommandInput | DescribeFleetAdvisorSchemasCommandInput | DescribeOrderableReplicationInstancesCommandInput | DescribePendingMaintenanceActionsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
|
|
75
|
+
export declare type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | CancelReplicationTaskAssessmentRunCommandOutput | CreateEndpointCommandOutput | CreateEventSubscriptionCommandOutput | CreateFleetAdvisorCollectorCommandOutput | CreateReplicationInstanceCommandOutput | CreateReplicationSubnetGroupCommandOutput | CreateReplicationTaskCommandOutput | DeleteCertificateCommandOutput | DeleteConnectionCommandOutput | DeleteEndpointCommandOutput | DeleteEventSubscriptionCommandOutput | DeleteFleetAdvisorCollectorCommandOutput | DeleteFleetAdvisorDatabasesCommandOutput | DeleteReplicationInstanceCommandOutput | DeleteReplicationSubnetGroupCommandOutput | DeleteReplicationTaskAssessmentRunCommandOutput | DeleteReplicationTaskCommandOutput | DescribeAccountAttributesCommandOutput | DescribeApplicableIndividualAssessmentsCommandOutput | DescribeCertificatesCommandOutput | DescribeConnectionsCommandOutput | DescribeEndpointSettingsCommandOutput | DescribeEndpointTypesCommandOutput | DescribeEndpointsCommandOutput | DescribeEventCategoriesCommandOutput | DescribeEventSubscriptionsCommandOutput | DescribeEventsCommandOutput | DescribeFleetAdvisorCollectorsCommandOutput | DescribeFleetAdvisorDatabasesCommandOutput | DescribeFleetAdvisorLsaAnalysisCommandOutput | DescribeFleetAdvisorSchemaObjectSummaryCommandOutput | DescribeFleetAdvisorSchemasCommandOutput | DescribeOrderableReplicationInstancesCommandOutput | DescribePendingMaintenanceActionsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
|
|
75
76
|
export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
|
|
76
77
|
|
|
77
78
|
requestHandler?: __HttpHandler;
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import { Command as $Command } from "@aws-sdk/smithy-client";
|
|
2
|
+
import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
|
|
3
|
+
import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
|
|
4
|
+
import { UpdateSubscriptionsToEventBridgeMessage, UpdateSubscriptionsToEventBridgeResponse } from "../models/models_0";
|
|
5
|
+
export interface UpdateSubscriptionsToEventBridgeCommandInput extends UpdateSubscriptionsToEventBridgeMessage {
|
|
6
|
+
}
|
|
7
|
+
export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSubscriptionsToEventBridgeResponse, __MetadataBearer {
|
|
8
|
+
}
|
|
9
|
+
|
|
10
|
+
export declare class UpdateSubscriptionsToEventBridgeCommand extends $Command<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
|
|
11
|
+
readonly input: UpdateSubscriptionsToEventBridgeCommandInput;
|
|
12
|
+
constructor(input: UpdateSubscriptionsToEventBridgeCommandInput);
|
|
13
|
+
|
|
14
|
+
resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput>;
|
|
15
|
+
private serialize;
|
|
16
|
+
private deserialize;
|
|
17
|
+
}
|
|
@@ -240,6 +240,8 @@ export interface ElasticsearchSettings {
|
|
|
240
240
|
FullLoadErrorPercentage?: number;
|
|
241
241
|
|
|
242
242
|
ErrorRetryDuration?: number;
|
|
243
|
+
|
|
244
|
+
UseNewMappingType?: boolean;
|
|
243
245
|
}
|
|
244
246
|
export declare namespace ElasticsearchSettings {
|
|
245
247
|
|
|
@@ -430,6 +432,8 @@ export interface MicrosoftSQLServerSettings {
|
|
|
430
432
|
SecretsManagerAccessRoleArn?: string;
|
|
431
433
|
|
|
432
434
|
SecretsManagerSecretId?: string;
|
|
435
|
+
|
|
436
|
+
TrimSpaceInChar?: boolean;
|
|
433
437
|
}
|
|
434
438
|
export declare namespace MicrosoftSQLServerSettings {
|
|
435
439
|
|
|
@@ -622,6 +626,8 @@ export interface OracleSettings {
|
|
|
622
626
|
SecretsManagerOracleAsmAccessRoleArn?: string;
|
|
623
627
|
|
|
624
628
|
SecretsManagerOracleAsmSecretId?: string;
|
|
629
|
+
|
|
630
|
+
TrimSpaceInChar?: boolean;
|
|
625
631
|
}
|
|
626
632
|
export declare namespace OracleSettings {
|
|
627
633
|
|
|
@@ -670,6 +676,8 @@ export interface PostgreSQLSettings {
|
|
|
670
676
|
SecretsManagerAccessRoleArn?: string;
|
|
671
677
|
|
|
672
678
|
SecretsManagerSecretId?: string;
|
|
679
|
+
|
|
680
|
+
TrimSpaceInChar?: boolean;
|
|
673
681
|
}
|
|
674
682
|
export declare namespace PostgreSQLSettings {
|
|
675
683
|
|
|
@@ -894,6 +902,10 @@ export interface S3Settings {
|
|
|
894
902
|
Rfc4180?: boolean;
|
|
895
903
|
|
|
896
904
|
DatePartitionTimezone?: string;
|
|
905
|
+
|
|
906
|
+
AddTrailingPaddingCharacter?: boolean;
|
|
907
|
+
|
|
908
|
+
ExpectedBucketOwner?: string;
|
|
897
909
|
}
|
|
898
910
|
export declare namespace S3Settings {
|
|
899
911
|
|
|
@@ -3435,3 +3447,21 @@ export declare namespace TestConnectionResponse {
|
|
|
3435
3447
|
|
|
3436
3448
|
const filterSensitiveLog: (obj: TestConnectionResponse) => any;
|
|
3437
3449
|
}
|
|
3450
|
+
|
|
3451
|
+
export interface UpdateSubscriptionsToEventBridgeMessage {
|
|
3452
|
+
|
|
3453
|
+
ForceMove?: boolean;
|
|
3454
|
+
}
|
|
3455
|
+
export declare namespace UpdateSubscriptionsToEventBridgeMessage {
|
|
3456
|
+
|
|
3457
|
+
const filterSensitiveLog: (obj: UpdateSubscriptionsToEventBridgeMessage) => any;
|
|
3458
|
+
}
|
|
3459
|
+
|
|
3460
|
+
export interface UpdateSubscriptionsToEventBridgeResponse {
|
|
3461
|
+
|
|
3462
|
+
Result?: string;
|
|
3463
|
+
}
|
|
3464
|
+
export declare namespace UpdateSubscriptionsToEventBridgeResponse {
|
|
3465
|
+
|
|
3466
|
+
const filterSensitiveLog: (obj: UpdateSubscriptionsToEventBridgeResponse) => any;
|
|
3467
|
+
}
|
|
@@ -64,6 +64,7 @@ import { StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAsse
|
|
|
64
64
|
import { StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput } from "../commands/StartReplicationTaskCommand";
|
|
65
65
|
import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } from "../commands/StopReplicationTaskCommand";
|
|
66
66
|
import { TestConnectionCommandInput, TestConnectionCommandOutput } from "../commands/TestConnectionCommand";
|
|
67
|
+
import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "../commands/UpdateSubscriptionsToEventBridgeCommand";
|
|
67
68
|
export declare const serializeAws_json1_1AddTagsToResourceCommand: (input: AddTagsToResourceCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
68
69
|
export declare const serializeAws_json1_1ApplyPendingMaintenanceActionCommand: (input: ApplyPendingMaintenanceActionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
69
70
|
export declare const serializeAws_json1_1CancelReplicationTaskAssessmentRunCommand: (input: CancelReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
@@ -128,6 +129,7 @@ export declare const serializeAws_json1_1StartReplicationTaskAssessmentCommand:
|
|
|
128
129
|
export declare const serializeAws_json1_1StartReplicationTaskAssessmentRunCommand: (input: StartReplicationTaskAssessmentRunCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
129
130
|
export declare const serializeAws_json1_1StopReplicationTaskCommand: (input: StopReplicationTaskCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
130
131
|
export declare const serializeAws_json1_1TestConnectionCommand: (input: TestConnectionCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
132
|
+
export declare const serializeAws_json1_1UpdateSubscriptionsToEventBridgeCommand: (input: UpdateSubscriptionsToEventBridgeCommandInput, context: __SerdeContext) => Promise<__HttpRequest>;
|
|
131
133
|
export declare const deserializeAws_json1_1AddTagsToResourceCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<AddTagsToResourceCommandOutput>;
|
|
132
134
|
export declare const deserializeAws_json1_1ApplyPendingMaintenanceActionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<ApplyPendingMaintenanceActionCommandOutput>;
|
|
133
135
|
export declare const deserializeAws_json1_1CancelReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<CancelReplicationTaskAssessmentRunCommandOutput>;
|
|
@@ -192,3 +194,4 @@ export declare const deserializeAws_json1_1StartReplicationTaskAssessmentCommand
|
|
|
192
194
|
export declare const deserializeAws_json1_1StartReplicationTaskAssessmentRunCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StartReplicationTaskAssessmentRunCommandOutput>;
|
|
193
195
|
export declare const deserializeAws_json1_1StopReplicationTaskCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<StopReplicationTaskCommandOutput>;
|
|
194
196
|
export declare const deserializeAws_json1_1TestConnectionCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<TestConnectionCommandOutput>;
|
|
197
|
+
export declare const deserializeAws_json1_1UpdateSubscriptionsToEventBridgeCommand: (output: __HttpResponse, context: __SerdeContext) => Promise<UpdateSubscriptionsToEventBridgeCommandOutput>;
|
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.127.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",
|
|
@@ -18,38 +18,38 @@
|
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"@aws-crypto/sha256-browser": "2.0.0",
|
|
20
20
|
"@aws-crypto/sha256-js": "2.0.0",
|
|
21
|
-
"@aws-sdk/client-sts": "3.
|
|
22
|
-
"@aws-sdk/config-resolver": "3.
|
|
23
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
24
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
25
|
-
"@aws-sdk/hash-node": "3.
|
|
26
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
27
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
28
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
29
|
-
"@aws-sdk/middleware-logger": "3.
|
|
30
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
31
|
-
"@aws-sdk/middleware-retry": "3.
|
|
32
|
-
"@aws-sdk/middleware-serde": "3.
|
|
33
|
-
"@aws-sdk/middleware-signing": "3.
|
|
34
|
-
"@aws-sdk/middleware-stack": "3.
|
|
35
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
36
|
-
"@aws-sdk/node-config-provider": "3.
|
|
37
|
-
"@aws-sdk/node-http-handler": "3.
|
|
38
|
-
"@aws-sdk/protocol-http": "3.
|
|
39
|
-
"@aws-sdk/smithy-client": "3.
|
|
40
|
-
"@aws-sdk/types": "3.
|
|
41
|
-
"@aws-sdk/url-parser": "3.
|
|
21
|
+
"@aws-sdk/client-sts": "3.127.0",
|
|
22
|
+
"@aws-sdk/config-resolver": "3.127.0",
|
|
23
|
+
"@aws-sdk/credential-provider-node": "3.127.0",
|
|
24
|
+
"@aws-sdk/fetch-http-handler": "3.127.0",
|
|
25
|
+
"@aws-sdk/hash-node": "3.127.0",
|
|
26
|
+
"@aws-sdk/invalid-dependency": "3.127.0",
|
|
27
|
+
"@aws-sdk/middleware-content-length": "3.127.0",
|
|
28
|
+
"@aws-sdk/middleware-host-header": "3.127.0",
|
|
29
|
+
"@aws-sdk/middleware-logger": "3.127.0",
|
|
30
|
+
"@aws-sdk/middleware-recursion-detection": "3.127.0",
|
|
31
|
+
"@aws-sdk/middleware-retry": "3.127.0",
|
|
32
|
+
"@aws-sdk/middleware-serde": "3.127.0",
|
|
33
|
+
"@aws-sdk/middleware-signing": "3.127.0",
|
|
34
|
+
"@aws-sdk/middleware-stack": "3.127.0",
|
|
35
|
+
"@aws-sdk/middleware-user-agent": "3.127.0",
|
|
36
|
+
"@aws-sdk/node-config-provider": "3.127.0",
|
|
37
|
+
"@aws-sdk/node-http-handler": "3.127.0",
|
|
38
|
+
"@aws-sdk/protocol-http": "3.127.0",
|
|
39
|
+
"@aws-sdk/smithy-client": "3.127.0",
|
|
40
|
+
"@aws-sdk/types": "3.127.0",
|
|
41
|
+
"@aws-sdk/url-parser": "3.127.0",
|
|
42
42
|
"@aws-sdk/util-base64-browser": "3.109.0",
|
|
43
43
|
"@aws-sdk/util-base64-node": "3.55.0",
|
|
44
44
|
"@aws-sdk/util-body-length-browser": "3.55.0",
|
|
45
45
|
"@aws-sdk/util-body-length-node": "3.55.0",
|
|
46
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
47
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
46
|
+
"@aws-sdk/util-defaults-mode-browser": "3.127.0",
|
|
47
|
+
"@aws-sdk/util-defaults-mode-node": "3.127.0",
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.127.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.127.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.109.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.109.0",
|
|
52
|
-
"@aws-sdk/util-waiter": "3.
|
|
52
|
+
"@aws-sdk/util-waiter": "3.127.0",
|
|
53
53
|
"tslib": "^2.3.1"
|
|
54
54
|
},
|
|
55
55
|
"devDependencies": {
|