@aws-sdk/client-database-migration-service 3.300.0 → 3.301.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-types/commands/AddTagsToResourceCommand.d.ts +3 -3
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +1 -1
- package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/CreateEndpointCommand.d.ts +22 -22
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +5 -5
- package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +1 -1
- package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +4 -4
- package/dist-types/commands/CreateReplicationTaskCommand.d.ts +3 -3
- package/dist-types/commands/DeleteCertificateCommand.d.ts +1 -1
- package/dist-types/commands/DeleteConnectionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEndpointCommand.d.ts +1 -1
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +1 -1
- package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +2 -2
- package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +1 -1
- package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeConnectionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEndpointsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeEventsCommand.d.ts +5 -5
- package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +1 -1
- package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +4 -4
- package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +4 -4
- package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +1 -1
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRecommendationsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +4 -4
- package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +4 -4
- package/dist-types/commands/DescribeSchemasCommand.d.ts +1 -1
- package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +4 -4
- package/dist-types/commands/ImportCertificateCommand.d.ts +3 -3
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyEndpointCommand.d.ts +20 -20
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +2 -2
- package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/MoveReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +1 -1
- package/dist-types/commands/RefreshSchemasCommand.d.ts +1 -1
- package/dist-types/commands/ReloadTablesCommand.d.ts +3 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +2 -2
- package/dist-types/commands/StartRecommendationsCommand.d.ts +2 -2
- package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +1 -1
- package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +3 -3
- package/dist-types/commands/StartReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/StopReplicationTaskCommand.d.ts +1 -1
- package/dist-types/commands/TestConnectionCommand.d.ts +1 -1
- package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +1 -1
- package/package.json +3 -3
|
@@ -26,7 +26,7 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, StopReplicationTaskCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, StopReplicationTaskCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // StopReplicationTaskMessage
|
|
30
30
|
* ReplicationTaskArn: "STRING_VALUE", // required
|
|
31
31
|
* };
|
|
32
32
|
* const command = new StopReplicationTaskCommand(input);
|
|
@@ -26,7 +26,7 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
|
|
|
26
26
|
* import { DatabaseMigrationServiceClient, TestConnectionCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
27
27
|
* // const { DatabaseMigrationServiceClient, TestConnectionCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
28
28
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
29
|
-
* const input = {
|
|
29
|
+
* const input = { // TestConnectionMessage
|
|
30
30
|
* ReplicationInstanceArn: "STRING_VALUE", // required
|
|
31
31
|
* EndpointArn: "STRING_VALUE", // required
|
|
32
32
|
* };
|
|
@@ -34,7 +34,7 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
|
|
|
34
34
|
* import { DatabaseMigrationServiceClient, UpdateSubscriptionsToEventBridgeCommand } from "@aws-sdk/client-database-migration-service"; // ES Modules import
|
|
35
35
|
* // const { DatabaseMigrationServiceClient, UpdateSubscriptionsToEventBridgeCommand } = require("@aws-sdk/client-database-migration-service"); // CommonJS import
|
|
36
36
|
* const client = new DatabaseMigrationServiceClient(config);
|
|
37
|
-
* const input = {
|
|
37
|
+
* const input = { // UpdateSubscriptionsToEventBridgeMessage
|
|
38
38
|
* ForceMove: true || false,
|
|
39
39
|
* };
|
|
40
40
|
* const command = new UpdateSubscriptionsToEventBridgeCommand(input);
|
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.301.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,9 +21,9 @@
|
|
|
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.
|
|
24
|
+
"@aws-sdk/client-sts": "3.301.0",
|
|
25
25
|
"@aws-sdk/config-resolver": "3.300.0",
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.301.0",
|
|
27
27
|
"@aws-sdk/fetch-http-handler": "3.296.0",
|
|
28
28
|
"@aws-sdk/hash-node": "3.296.0",
|
|
29
29
|
"@aws-sdk/invalid-dependency": "3.296.0",
|