@aws-sdk/client-database-migration-service 3.278.0 → 3.281.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.
Files changed (67) hide show
  1. package/README.md +523 -0
  2. package/dist-types/commands/AddTagsToResourceCommand.d.ts +6 -0
  3. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +6 -0
  4. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +6 -0
  5. package/dist-types/commands/CreateEndpointCommand.d.ts +6 -0
  6. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +6 -0
  7. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +6 -0
  8. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +6 -0
  9. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +6 -0
  10. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +6 -0
  11. package/dist-types/commands/DeleteCertificateCommand.d.ts +6 -0
  12. package/dist-types/commands/DeleteConnectionCommand.d.ts +6 -0
  13. package/dist-types/commands/DeleteEndpointCommand.d.ts +6 -0
  14. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +6 -0
  15. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +6 -0
  16. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +6 -0
  17. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +6 -0
  18. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +6 -0
  19. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +6 -0
  20. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +6 -0
  21. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +6 -0
  22. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +6 -0
  23. package/dist-types/commands/DescribeCertificatesCommand.d.ts +6 -0
  24. package/dist-types/commands/DescribeConnectionsCommand.d.ts +6 -0
  25. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +6 -0
  26. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +6 -0
  27. package/dist-types/commands/DescribeEndpointsCommand.d.ts +6 -0
  28. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +6 -0
  29. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +6 -0
  30. package/dist-types/commands/DescribeEventsCommand.d.ts +6 -0
  31. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +6 -0
  32. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +6 -0
  33. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +6 -0
  34. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +6 -0
  35. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +6 -0
  36. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +6 -0
  37. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +6 -0
  38. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +6 -0
  39. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +6 -0
  40. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +6 -0
  41. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +6 -0
  42. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +6 -0
  43. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +6 -0
  44. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +6 -0
  45. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +6 -0
  46. package/dist-types/commands/DescribeSchemasCommand.d.ts +6 -0
  47. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +6 -0
  48. package/dist-types/commands/ImportCertificateCommand.d.ts +6 -0
  49. package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
  50. package/dist-types/commands/ModifyEndpointCommand.d.ts +6 -0
  51. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +6 -0
  52. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +6 -0
  53. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +6 -0
  54. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +6 -0
  55. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +6 -0
  56. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +6 -0
  57. package/dist-types/commands/RefreshSchemasCommand.d.ts +6 -0
  58. package/dist-types/commands/ReloadTablesCommand.d.ts +6 -0
  59. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +6 -0
  60. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +6 -0
  61. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +6 -0
  62. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +6 -0
  63. package/dist-types/commands/StartReplicationTaskCommand.d.ts +6 -0
  64. package/dist-types/commands/StopReplicationTaskCommand.d.ts +6 -0
  65. package/dist-types/commands/TestConnectionCommand.d.ts +6 -0
  66. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +6 -0
  67. package/package.json +6 -6
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeSchemasMessage, DescribeSchemasResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeSchemasCommand}.
8
+ */
6
9
  export interface DescribeSchemasCommandInput extends DescribeSchemasMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeSchemasCommand}.
13
+ */
8
14
  export interface DescribeSchemasCommandOutput extends DescribeSchemasResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { DescribeTableStatisticsMessage, DescribeTableStatisticsResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link DescribeTableStatisticsCommand}.
8
+ */
6
9
  export interface DescribeTableStatisticsCommandInput extends DescribeTableStatisticsMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link DescribeTableStatisticsCommand}.
13
+ */
8
14
  export interface DescribeTableStatisticsCommandOutput extends DescribeTableStatisticsResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ImportCertificateMessage, ImportCertificateResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ImportCertificateCommand}.
8
+ */
6
9
  export interface ImportCertificateCommandInput extends ImportCertificateMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ImportCertificateCommand}.
13
+ */
8
14
  export interface ImportCertificateCommandOutput extends ImportCertificateResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ListTagsForResourceMessage, ListTagsForResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ListTagsForResourceCommand}.
8
+ */
6
9
  export interface ListTagsForResourceCommandInput extends ListTagsForResourceMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ListTagsForResourceCommand}.
13
+ */
8
14
  export interface ListTagsForResourceCommandOutput extends ListTagsForResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ModifyEndpointMessage, ModifyEndpointResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyEndpointCommand}.
8
+ */
6
9
  export interface ModifyEndpointCommandInput extends ModifyEndpointMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyEndpointCommand}.
13
+ */
8
14
  export interface ModifyEndpointCommandOutput extends ModifyEndpointResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ModifyEventSubscriptionMessage, ModifyEventSubscriptionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyEventSubscriptionCommand}.
8
+ */
6
9
  export interface ModifyEventSubscriptionCommandInput extends ModifyEventSubscriptionMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyEventSubscriptionCommand}.
13
+ */
8
14
  export interface ModifyEventSubscriptionCommandOutput extends ModifyEventSubscriptionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ModifyReplicationInstanceMessage, ModifyReplicationInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyReplicationInstanceCommand}.
8
+ */
6
9
  export interface ModifyReplicationInstanceCommandInput extends ModifyReplicationInstanceMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyReplicationInstanceCommand}.
13
+ */
8
14
  export interface ModifyReplicationInstanceCommandOutput extends ModifyReplicationInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ModifyReplicationSubnetGroupMessage, ModifyReplicationSubnetGroupResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyReplicationSubnetGroupCommand}.
8
+ */
6
9
  export interface ModifyReplicationSubnetGroupCommandInput extends ModifyReplicationSubnetGroupMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyReplicationSubnetGroupCommand}.
13
+ */
8
14
  export interface ModifyReplicationSubnetGroupCommandOutput extends ModifyReplicationSubnetGroupResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ModifyReplicationTaskMessage, ModifyReplicationTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ModifyReplicationTaskCommand}.
8
+ */
6
9
  export interface ModifyReplicationTaskCommandInput extends ModifyReplicationTaskMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ModifyReplicationTaskCommand}.
13
+ */
8
14
  export interface ModifyReplicationTaskCommandOutput extends ModifyReplicationTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { MoveReplicationTaskMessage, MoveReplicationTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link MoveReplicationTaskCommand}.
8
+ */
6
9
  export interface MoveReplicationTaskCommandInput extends MoveReplicationTaskMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link MoveReplicationTaskCommand}.
13
+ */
8
14
  export interface MoveReplicationTaskCommandOutput extends MoveReplicationTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { RebootReplicationInstanceMessage, RebootReplicationInstanceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RebootReplicationInstanceCommand}.
8
+ */
6
9
  export interface RebootReplicationInstanceCommandInput extends RebootReplicationInstanceMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RebootReplicationInstanceCommand}.
13
+ */
8
14
  export interface RebootReplicationInstanceCommandOutput extends RebootReplicationInstanceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { RefreshSchemasMessage, RefreshSchemasResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RefreshSchemasCommand}.
8
+ */
6
9
  export interface RefreshSchemasCommandInput extends RefreshSchemasMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RefreshSchemasCommand}.
13
+ */
8
14
  export interface RefreshSchemasCommandOutput extends RefreshSchemasResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { ReloadTablesMessage, ReloadTablesResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link ReloadTablesCommand}.
8
+ */
6
9
  export interface ReloadTablesCommandInput extends ReloadTablesMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link ReloadTablesCommand}.
13
+ */
8
14
  export interface ReloadTablesCommandOutput extends ReloadTablesResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RemoveTagsFromResourceCommand}.
8
+ */
6
9
  export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link RemoveTagsFromResourceCommand}.
13
+ */
8
14
  export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link RunFleetAdvisorLsaAnalysisCommand}.
8
+ */
6
9
  export interface RunFleetAdvisorLsaAnalysisCommandInput {
7
10
  }
11
+ /**
12
+ * The output of {@link RunFleetAdvisorLsaAnalysisCommand}.
13
+ */
8
14
  export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisorLsaAnalysisResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartReplicationTaskAssessmentMessage, StartReplicationTaskAssessmentResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartReplicationTaskAssessmentCommand}.
8
+ */
6
9
  export interface StartReplicationTaskAssessmentCommandInput extends StartReplicationTaskAssessmentMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReplicationTaskAssessmentCommand}.
13
+ */
8
14
  export interface StartReplicationTaskAssessmentCommandOutput extends StartReplicationTaskAssessmentResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartReplicationTaskAssessmentRunMessage, StartReplicationTaskAssessmentRunResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartReplicationTaskAssessmentRunCommand}.
8
+ */
6
9
  export interface StartReplicationTaskAssessmentRunCommandInput extends StartReplicationTaskAssessmentRunMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReplicationTaskAssessmentRunCommand}.
13
+ */
8
14
  export interface StartReplicationTaskAssessmentRunCommandOutput extends StartReplicationTaskAssessmentRunResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartReplicationTaskMessage, StartReplicationTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StartReplicationTaskCommand}.
8
+ */
6
9
  export interface StartReplicationTaskCommandInput extends StartReplicationTaskMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link StartReplicationTaskCommand}.
13
+ */
8
14
  export interface StartReplicationTaskCommandOutput extends StartReplicationTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StopReplicationTaskMessage, StopReplicationTaskResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link StopReplicationTaskCommand}.
8
+ */
6
9
  export interface StopReplicationTaskCommandInput extends StopReplicationTaskMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link StopReplicationTaskCommand}.
13
+ */
8
14
  export interface StopReplicationTaskCommandOutput extends StopReplicationTaskResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { TestConnectionMessage, TestConnectionResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link TestConnectionCommand}.
8
+ */
6
9
  export interface TestConnectionCommandInput extends TestConnectionMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link TestConnectionCommand}.
13
+ */
8
14
  export interface TestConnectionCommandOutput extends TestConnectionResponse, __MetadataBearer {
9
15
  }
10
16
  /**
@@ -3,8 +3,14 @@ import { Command as $Command } from "@aws-sdk/smithy-client";
3
3
  import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as __MetadataBearer, MiddlewareStack } from "@aws-sdk/types";
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { UpdateSubscriptionsToEventBridgeMessage, UpdateSubscriptionsToEventBridgeResponse } from "../models/models_0";
6
+ /**
7
+ * The input for {@link UpdateSubscriptionsToEventBridgeCommand}.
8
+ */
6
9
  export interface UpdateSubscriptionsToEventBridgeCommandInput extends UpdateSubscriptionsToEventBridgeMessage {
7
10
  }
11
+ /**
12
+ * The output of {@link UpdateSubscriptionsToEventBridgeCommand}.
13
+ */
8
14
  export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSubscriptionsToEventBridgeResponse, __MetadataBearer {
9
15
  }
10
16
  /**
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.278.0",
4
+ "version": "3.281.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",
@@ -20,9 +20,9 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "3.0.0",
22
22
  "@aws-crypto/sha256-js": "3.0.0",
23
- "@aws-sdk/client-sts": "3.278.0",
23
+ "@aws-sdk/client-sts": "3.281.0",
24
24
  "@aws-sdk/config-resolver": "3.272.0",
25
- "@aws-sdk/credential-provider-node": "3.278.0",
25
+ "@aws-sdk/credential-provider-node": "3.281.0",
26
26
  "@aws-sdk/fetch-http-handler": "3.272.0",
27
27
  "@aws-sdk/hash-node": "3.272.0",
28
28
  "@aws-sdk/invalid-dependency": "3.272.0",
@@ -39,14 +39,14 @@
39
39
  "@aws-sdk/node-config-provider": "3.272.0",
40
40
  "@aws-sdk/node-http-handler": "3.272.0",
41
41
  "@aws-sdk/protocol-http": "3.272.0",
42
- "@aws-sdk/smithy-client": "3.272.0",
42
+ "@aws-sdk/smithy-client": "3.279.0",
43
43
  "@aws-sdk/types": "3.272.0",
44
44
  "@aws-sdk/url-parser": "3.272.0",
45
45
  "@aws-sdk/util-base64": "3.208.0",
46
46
  "@aws-sdk/util-body-length-browser": "3.188.0",
47
47
  "@aws-sdk/util-body-length-node": "3.208.0",
48
- "@aws-sdk/util-defaults-mode-browser": "3.272.0",
49
- "@aws-sdk/util-defaults-mode-node": "3.272.0",
48
+ "@aws-sdk/util-defaults-mode-browser": "3.279.0",
49
+ "@aws-sdk/util-defaults-mode-node": "3.279.0",
50
50
  "@aws-sdk/util-endpoints": "3.272.0",
51
51
  "@aws-sdk/util-retry": "3.272.0",
52
52
  "@aws-sdk/util-user-agent-browser": "3.272.0",