@aws-sdk/client-database-migration-service 3.296.0 → 3.297.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 (101) hide show
  1. package/dist-types/DatabaseMigrationService.d.ts +70 -0
  2. package/dist-types/DatabaseMigrationServiceClient.d.ts +24 -4
  3. package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
  4. package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +16 -0
  5. package/dist-types/commands/BatchStartRecommendationsCommand.d.ts +16 -0
  6. package/dist-types/commands/CancelReplicationTaskAssessmentRunCommand.d.ts +16 -0
  7. package/dist-types/commands/CreateEndpointCommand.d.ts +16 -0
  8. package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +16 -0
  9. package/dist-types/commands/CreateFleetAdvisorCollectorCommand.d.ts +16 -0
  10. package/dist-types/commands/CreateReplicationInstanceCommand.d.ts +16 -0
  11. package/dist-types/commands/CreateReplicationSubnetGroupCommand.d.ts +16 -0
  12. package/dist-types/commands/CreateReplicationTaskCommand.d.ts +16 -0
  13. package/dist-types/commands/DeleteCertificateCommand.d.ts +16 -0
  14. package/dist-types/commands/DeleteConnectionCommand.d.ts +16 -0
  15. package/dist-types/commands/DeleteEndpointCommand.d.ts +16 -0
  16. package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +16 -0
  17. package/dist-types/commands/DeleteFleetAdvisorCollectorCommand.d.ts +16 -0
  18. package/dist-types/commands/DeleteFleetAdvisorDatabasesCommand.d.ts +16 -0
  19. package/dist-types/commands/DeleteReplicationInstanceCommand.d.ts +16 -0
  20. package/dist-types/commands/DeleteReplicationSubnetGroupCommand.d.ts +16 -0
  21. package/dist-types/commands/DeleteReplicationTaskAssessmentRunCommand.d.ts +16 -0
  22. package/dist-types/commands/DeleteReplicationTaskCommand.d.ts +16 -0
  23. package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
  24. package/dist-types/commands/DescribeApplicableIndividualAssessmentsCommand.d.ts +16 -0
  25. package/dist-types/commands/DescribeCertificatesCommand.d.ts +16 -0
  26. package/dist-types/commands/DescribeConnectionsCommand.d.ts +16 -0
  27. package/dist-types/commands/DescribeEndpointSettingsCommand.d.ts +16 -0
  28. package/dist-types/commands/DescribeEndpointTypesCommand.d.ts +16 -0
  29. package/dist-types/commands/DescribeEndpointsCommand.d.ts +16 -0
  30. package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +16 -0
  31. package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +16 -0
  32. package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
  33. package/dist-types/commands/DescribeFleetAdvisorCollectorsCommand.d.ts +16 -0
  34. package/dist-types/commands/DescribeFleetAdvisorDatabasesCommand.d.ts +16 -0
  35. package/dist-types/commands/DescribeFleetAdvisorLsaAnalysisCommand.d.ts +16 -0
  36. package/dist-types/commands/DescribeFleetAdvisorSchemaObjectSummaryCommand.d.ts +16 -0
  37. package/dist-types/commands/DescribeFleetAdvisorSchemasCommand.d.ts +16 -0
  38. package/dist-types/commands/DescribeOrderableReplicationInstancesCommand.d.ts +16 -0
  39. package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +16 -0
  40. package/dist-types/commands/DescribeRecommendationLimitationsCommand.d.ts +16 -0
  41. package/dist-types/commands/DescribeRecommendationsCommand.d.ts +16 -0
  42. package/dist-types/commands/DescribeRefreshSchemasStatusCommand.d.ts +16 -0
  43. package/dist-types/commands/DescribeReplicationInstanceTaskLogsCommand.d.ts +16 -0
  44. package/dist-types/commands/DescribeReplicationInstancesCommand.d.ts +16 -0
  45. package/dist-types/commands/DescribeReplicationSubnetGroupsCommand.d.ts +16 -0
  46. package/dist-types/commands/DescribeReplicationTaskAssessmentResultsCommand.d.ts +16 -0
  47. package/dist-types/commands/DescribeReplicationTaskAssessmentRunsCommand.d.ts +16 -0
  48. package/dist-types/commands/DescribeReplicationTaskIndividualAssessmentsCommand.d.ts +16 -0
  49. package/dist-types/commands/DescribeReplicationTasksCommand.d.ts +16 -0
  50. package/dist-types/commands/DescribeSchemasCommand.d.ts +16 -0
  51. package/dist-types/commands/DescribeTableStatisticsCommand.d.ts +16 -0
  52. package/dist-types/commands/ImportCertificateCommand.d.ts +16 -0
  53. package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
  54. package/dist-types/commands/ModifyEndpointCommand.d.ts +16 -0
  55. package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +16 -0
  56. package/dist-types/commands/ModifyReplicationInstanceCommand.d.ts +16 -0
  57. package/dist-types/commands/ModifyReplicationSubnetGroupCommand.d.ts +16 -0
  58. package/dist-types/commands/ModifyReplicationTaskCommand.d.ts +16 -0
  59. package/dist-types/commands/MoveReplicationTaskCommand.d.ts +16 -0
  60. package/dist-types/commands/RebootReplicationInstanceCommand.d.ts +16 -0
  61. package/dist-types/commands/RefreshSchemasCommand.d.ts +16 -0
  62. package/dist-types/commands/ReloadTablesCommand.d.ts +16 -0
  63. package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
  64. package/dist-types/commands/RunFleetAdvisorLsaAnalysisCommand.d.ts +16 -0
  65. package/dist-types/commands/StartRecommendationsCommand.d.ts +16 -0
  66. package/dist-types/commands/StartReplicationTaskAssessmentCommand.d.ts +16 -0
  67. package/dist-types/commands/StartReplicationTaskAssessmentRunCommand.d.ts +16 -0
  68. package/dist-types/commands/StartReplicationTaskCommand.d.ts +16 -0
  69. package/dist-types/commands/StopReplicationTaskCommand.d.ts +16 -0
  70. package/dist-types/commands/TestConnectionCommand.d.ts +16 -0
  71. package/dist-types/commands/UpdateSubscriptionsToEventBridgeCommand.d.ts +16 -0
  72. package/dist-types/models/DatabaseMigrationServiceServiceException.d.ts +2 -0
  73. package/dist-types/models/models_0.d.ts +416 -17
  74. package/dist-types/pagination/DescribeApplicableIndividualAssessmentsPaginator.d.ts +3 -0
  75. package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +3 -0
  76. package/dist-types/pagination/DescribeConnectionsPaginator.d.ts +3 -0
  77. package/dist-types/pagination/DescribeEndpointSettingsPaginator.d.ts +3 -0
  78. package/dist-types/pagination/DescribeEndpointTypesPaginator.d.ts +3 -0
  79. package/dist-types/pagination/DescribeEndpointsPaginator.d.ts +3 -0
  80. package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -0
  81. package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
  82. package/dist-types/pagination/DescribeFleetAdvisorCollectorsPaginator.d.ts +3 -0
  83. package/dist-types/pagination/DescribeFleetAdvisorDatabasesPaginator.d.ts +3 -0
  84. package/dist-types/pagination/DescribeFleetAdvisorLsaAnalysisPaginator.d.ts +3 -0
  85. package/dist-types/pagination/DescribeFleetAdvisorSchemaObjectSummaryPaginator.d.ts +3 -0
  86. package/dist-types/pagination/DescribeFleetAdvisorSchemasPaginator.d.ts +3 -0
  87. package/dist-types/pagination/DescribeOrderableReplicationInstancesPaginator.d.ts +3 -0
  88. package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -0
  89. package/dist-types/pagination/DescribeRecommendationLimitationsPaginator.d.ts +3 -0
  90. package/dist-types/pagination/DescribeRecommendationsPaginator.d.ts +3 -0
  91. package/dist-types/pagination/DescribeReplicationInstanceTaskLogsPaginator.d.ts +3 -0
  92. package/dist-types/pagination/DescribeReplicationInstancesPaginator.d.ts +3 -0
  93. package/dist-types/pagination/DescribeReplicationSubnetGroupsPaginator.d.ts +3 -0
  94. package/dist-types/pagination/DescribeReplicationTaskAssessmentResultsPaginator.d.ts +3 -0
  95. package/dist-types/pagination/DescribeReplicationTaskAssessmentRunsPaginator.d.ts +3 -0
  96. package/dist-types/pagination/DescribeReplicationTaskIndividualAssessmentsPaginator.d.ts +3 -0
  97. package/dist-types/pagination/DescribeReplicationTasksPaginator.d.ts +3 -0
  98. package/dist-types/pagination/DescribeSchemasPaginator.d.ts +3 -0
  99. package/dist-types/pagination/DescribeTableStatisticsPaginator.d.ts +3 -0
  100. package/dist-types/pagination/Interfaces.d.ts +3 -0
  101. package/package.json +3 -3
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { RemoveTagsFromResourceMessage, RemoveTagsFromResourceResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RemoveTagsFromResourceCommand}.
8
10
  */
9
11
  export interface RemoveTagsFromResourceCommandInput extends RemoveTagsFromResourceMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RemoveTagsFromResourceCommand}.
13
17
  */
14
18
  export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResourceResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Removes metadata tags from an DMS resource, including replication instance,
18
23
  * endpoint, subnet group, and migration task. For more information, see
19
24
  * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
@@ -30,6 +35,8 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
30
35
  * const response = await client.send(command);
31
36
  * ```
32
37
  *
38
+ * @param RemoveTagsFromResourceCommandInput - {@link RemoveTagsFromResourceCommandInput}
39
+ * @returns {@link RemoveTagsFromResourceCommandOutput}
33
40
  * @see {@link RemoveTagsFromResourceCommandInput} for command's `input` shape.
34
41
  * @see {@link RemoveTagsFromResourceCommandOutput} for command's `response` shape.
35
42
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -54,11 +61,20 @@ export interface RemoveTagsFromResourceCommandOutput extends RemoveTagsFromResou
54
61
  export declare class RemoveTagsFromResourceCommand extends $Command<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
55
62
  readonly input: RemoveTagsFromResourceCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: RemoveTagsFromResourceCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RemoveTagsFromResourceCommandInput, RemoveTagsFromResourceCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { RunFleetAdvisorLsaAnalysisResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link RunFleetAdvisorLsaAnalysisCommand}.
8
10
  */
9
11
  export interface RunFleetAdvisorLsaAnalysisCommandInput {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link RunFleetAdvisorLsaAnalysisCommand}.
13
17
  */
14
18
  export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisorLsaAnalysisResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisor
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param RunFleetAdvisorLsaAnalysisCommandInput - {@link RunFleetAdvisorLsaAnalysisCommandInput}
34
+ * @returns {@link RunFleetAdvisorLsaAnalysisCommandOutput}
28
35
  * @see {@link RunFleetAdvisorLsaAnalysisCommandInput} for command's `input` shape.
29
36
  * @see {@link RunFleetAdvisorLsaAnalysisCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -40,11 +47,20 @@ export interface RunFleetAdvisorLsaAnalysisCommandOutput extends RunFleetAdvisor
40
47
  export declare class RunFleetAdvisorLsaAnalysisCommand extends $Command<RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
41
48
  readonly input: RunFleetAdvisorLsaAnalysisCommandInput;
42
49
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
50
+ /**
51
+ * @public
52
+ */
43
53
  constructor(input: RunFleetAdvisorLsaAnalysisCommandInput);
44
54
  /**
45
55
  * @internal
46
56
  */
47
57
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<RunFleetAdvisorLsaAnalysisCommandInput, RunFleetAdvisorLsaAnalysisCommandOutput>;
58
+ /**
59
+ * @internal
60
+ */
48
61
  private serialize;
62
+ /**
63
+ * @internal
64
+ */
49
65
  private deserialize;
50
66
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartRecommendationsRequest } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartRecommendationsCommand}.
8
10
  */
9
11
  export interface StartRecommendationsCommandInput extends StartRecommendationsRequest {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartRecommendationsCommand}.
13
17
  */
14
18
  export interface StartRecommendationsCommandOutput extends __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts the analysis of your source database to provide recommendations of target
18
23
  * engines.</p>
19
24
  * <p>You can create recommendations for multiple source databases using <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_BatchStartRecommendations.html">BatchStartRecommendations</a>.</p>
@@ -27,6 +32,8 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
27
32
  * const response = await client.send(command);
28
33
  * ```
29
34
  *
35
+ * @param StartRecommendationsCommandInput - {@link StartRecommendationsCommandInput}
36
+ * @returns {@link StartRecommendationsCommandOutput}
30
37
  * @see {@link StartRecommendationsCommandInput} for command's `input` shape.
31
38
  * @see {@link StartRecommendationsCommandOutput} for command's `response` shape.
32
39
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -46,11 +53,20 @@ export interface StartRecommendationsCommandOutput extends __MetadataBearer {
46
53
  export declare class StartRecommendationsCommand extends $Command<StartRecommendationsCommandInput, StartRecommendationsCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
47
54
  readonly input: StartRecommendationsCommandInput;
48
55
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
56
+ /**
57
+ * @public
58
+ */
49
59
  constructor(input: StartRecommendationsCommandInput);
50
60
  /**
51
61
  * @internal
52
62
  */
53
63
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartRecommendationsCommandInput, StartRecommendationsCommandOutput>;
64
+ /**
65
+ * @internal
66
+ */
54
67
  private serialize;
68
+ /**
69
+ * @internal
70
+ */
55
71
  private deserialize;
56
72
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartReplicationTaskAssessmentMessage, StartReplicationTaskAssessmentResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartReplicationTaskAssessmentCommand}.
8
10
  */
9
11
  export interface StartReplicationTaskAssessmentCommandInput extends StartReplicationTaskAssessmentMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartReplicationTaskAssessmentCommand}.
13
17
  */
14
18
  export interface StartReplicationTaskAssessmentCommandOutput extends StartReplicationTaskAssessmentResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p> Starts the replication task assessment for unsupported data types in the source
18
23
  * database. </p>
19
24
  * <p>You can only use this operation for a task if the following conditions are true:</p>
@@ -39,6 +44,8 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
39
44
  * const response = await client.send(command);
40
45
  * ```
41
46
  *
47
+ * @param StartReplicationTaskAssessmentCommandInput - {@link StartReplicationTaskAssessmentCommandInput}
48
+ * @returns {@link StartReplicationTaskAssessmentCommandOutput}
42
49
  * @see {@link StartReplicationTaskAssessmentCommandInput} for command's `input` shape.
43
50
  * @see {@link StartReplicationTaskAssessmentCommandOutput} for command's `response` shape.
44
51
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -54,11 +61,20 @@ export interface StartReplicationTaskAssessmentCommandOutput extends StartReplic
54
61
  export declare class StartReplicationTaskAssessmentCommand extends $Command<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
55
62
  readonly input: StartReplicationTaskAssessmentCommandInput;
56
63
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
64
+ /**
65
+ * @public
66
+ */
57
67
  constructor(input: StartReplicationTaskAssessmentCommandInput);
58
68
  /**
59
69
  * @internal
60
70
  */
61
71
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReplicationTaskAssessmentCommandInput, StartReplicationTaskAssessmentCommandOutput>;
72
+ /**
73
+ * @internal
74
+ */
62
75
  private serialize;
76
+ /**
77
+ * @internal
78
+ */
63
79
  private deserialize;
64
80
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartReplicationTaskAssessmentRunMessage, StartReplicationTaskAssessmentRunResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartReplicationTaskAssessmentRunCommand}.
8
10
  */
9
11
  export interface StartReplicationTaskAssessmentRunCommandInput extends StartReplicationTaskAssessmentRunMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartReplicationTaskAssessmentRunCommand}.
13
17
  */
14
18
  export interface StartReplicationTaskAssessmentRunCommandOutput extends StartReplicationTaskAssessmentRunResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts a new premigration assessment run for one or more individual assessments
18
23
  * of a migration task.</p>
19
24
  * <p>The assessments that you can specify depend on the source and target database engine and
@@ -31,6 +36,8 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
31
36
  * const response = await client.send(command);
32
37
  * ```
33
38
  *
39
+ * @param StartReplicationTaskAssessmentRunCommandInput - {@link StartReplicationTaskAssessmentRunCommandInput}
40
+ * @returns {@link StartReplicationTaskAssessmentRunCommandOutput}
34
41
  * @see {@link StartReplicationTaskAssessmentRunCommandInput} for command's `input` shape.
35
42
  * @see {@link StartReplicationTaskAssessmentRunCommandOutput} for command's `response` shape.
36
43
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -78,11 +85,20 @@ export interface StartReplicationTaskAssessmentRunCommandOutput extends StartRep
78
85
  export declare class StartReplicationTaskAssessmentRunCommand extends $Command<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
79
86
  readonly input: StartReplicationTaskAssessmentRunCommandInput;
80
87
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
88
+ /**
89
+ * @public
90
+ */
81
91
  constructor(input: StartReplicationTaskAssessmentRunCommandInput);
82
92
  /**
83
93
  * @internal
84
94
  */
85
95
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReplicationTaskAssessmentRunCommandInput, StartReplicationTaskAssessmentRunCommandOutput>;
96
+ /**
97
+ * @internal
98
+ */
86
99
  private serialize;
100
+ /**
101
+ * @internal
102
+ */
87
103
  private deserialize;
88
104
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StartReplicationTaskMessage, StartReplicationTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StartReplicationTaskCommand}.
8
10
  */
9
11
  export interface StartReplicationTaskCommandInput extends StartReplicationTaskMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StartReplicationTaskCommand}.
13
17
  */
14
18
  export interface StartReplicationTaskCommandOutput extends StartReplicationTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Starts the replication task.</p>
18
23
  * <p>For more information about DMS tasks, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Tasks.html">Working with Migration Tasks </a> in the
19
24
  * <i>Database Migration Service User Guide.</i>
@@ -28,6 +33,8 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
28
33
  * const response = await client.send(command);
29
34
  * ```
30
35
  *
36
+ * @param StartReplicationTaskCommandInput - {@link StartReplicationTaskCommandInput}
37
+ * @returns {@link StartReplicationTaskCommandOutput}
31
38
  * @see {@link StartReplicationTaskCommandInput} for command's `input` shape.
32
39
  * @see {@link StartReplicationTaskCommandOutput} for command's `response` shape.
33
40
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -76,11 +83,20 @@ export interface StartReplicationTaskCommandOutput extends StartReplicationTaskR
76
83
  export declare class StartReplicationTaskCommand extends $Command<StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
77
84
  readonly input: StartReplicationTaskCommandInput;
78
85
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
86
+ /**
87
+ * @public
88
+ */
79
89
  constructor(input: StartReplicationTaskCommandInput);
80
90
  /**
81
91
  * @internal
82
92
  */
83
93
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StartReplicationTaskCommandInput, StartReplicationTaskCommandOutput>;
94
+ /**
95
+ * @internal
96
+ */
84
97
  private serialize;
98
+ /**
99
+ * @internal
100
+ */
85
101
  private deserialize;
86
102
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { StopReplicationTaskMessage, StopReplicationTaskResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link StopReplicationTaskCommand}.
8
10
  */
9
11
  export interface StopReplicationTaskCommandInput extends StopReplicationTaskMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link StopReplicationTaskCommand}.
13
17
  */
14
18
  export interface StopReplicationTaskCommandOutput extends StopReplicationTaskResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Stops the replication task.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param StopReplicationTaskCommandInput - {@link StopReplicationTaskCommandInput}
34
+ * @returns {@link StopReplicationTaskCommandOutput}
28
35
  * @see {@link StopReplicationTaskCommandInput} for command's `input` shape.
29
36
  * @see {@link StopReplicationTaskCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -67,11 +74,20 @@ export interface StopReplicationTaskCommandOutput extends StopReplicationTaskRes
67
74
  export declare class StopReplicationTaskCommand extends $Command<StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
68
75
  readonly input: StopReplicationTaskCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: StopReplicationTaskCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { TestConnectionMessage, TestConnectionResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link TestConnectionCommand}.
8
10
  */
9
11
  export interface TestConnectionCommandInput extends TestConnectionMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link TestConnectionCommand}.
13
17
  */
14
18
  export interface TestConnectionCommandOutput extends TestConnectionResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Tests the connection between the replication instance and the endpoint.</p>
18
23
  * @example
19
24
  * Use a bare-bones client and the command you need to make an API call.
@@ -25,6 +30,8 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
25
30
  * const response = await client.send(command);
26
31
  * ```
27
32
  *
33
+ * @param TestConnectionCommandInput - {@link TestConnectionCommandInput}
34
+ * @returns {@link TestConnectionCommandOutput}
28
35
  * @see {@link TestConnectionCommandInput} for command's `input` shape.
29
36
  * @see {@link TestConnectionCommandOutput} for command's `response` shape.
30
37
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -67,11 +74,20 @@ export interface TestConnectionCommandOutput extends TestConnectionResponse, __M
67
74
  export declare class TestConnectionCommand extends $Command<TestConnectionCommandInput, TestConnectionCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
68
75
  readonly input: TestConnectionCommandInput;
69
76
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
77
+ /**
78
+ * @public
79
+ */
70
80
  constructor(input: TestConnectionCommandInput);
71
81
  /**
72
82
  * @internal
73
83
  */
74
84
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<TestConnectionCommandInput, TestConnectionCommandOutput>;
85
+ /**
86
+ * @internal
87
+ */
75
88
  private serialize;
89
+ /**
90
+ * @internal
91
+ */
76
92
  private deserialize;
77
93
  }
@@ -4,16 +4,21 @@ import { Handler, HttpHandlerOptions as __HttpHandlerOptions, MetadataBearer as
4
4
  import { DatabaseMigrationServiceClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../DatabaseMigrationServiceClient";
5
5
  import { UpdateSubscriptionsToEventBridgeMessage, UpdateSubscriptionsToEventBridgeResponse } from "../models/models_0";
6
6
  /**
7
+ * @public
8
+ *
7
9
  * The input for {@link UpdateSubscriptionsToEventBridgeCommand}.
8
10
  */
9
11
  export interface UpdateSubscriptionsToEventBridgeCommandInput extends UpdateSubscriptionsToEventBridgeMessage {
10
12
  }
11
13
  /**
14
+ * @public
15
+ *
12
16
  * The output of {@link UpdateSubscriptionsToEventBridgeCommand}.
13
17
  */
14
18
  export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSubscriptionsToEventBridgeResponse, __MetadataBearer {
15
19
  }
16
20
  /**
21
+ * @public
17
22
  * <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules.
18
23
  * By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher.
19
24
  * If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you
@@ -33,6 +38,8 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
33
38
  * const response = await client.send(command);
34
39
  * ```
35
40
  *
41
+ * @param UpdateSubscriptionsToEventBridgeCommandInput - {@link UpdateSubscriptionsToEventBridgeCommandInput}
42
+ * @returns {@link UpdateSubscriptionsToEventBridgeCommandOutput}
36
43
  * @see {@link UpdateSubscriptionsToEventBridgeCommandInput} for command's `input` shape.
37
44
  * @see {@link UpdateSubscriptionsToEventBridgeCommandOutput} for command's `response` shape.
38
45
  * @see {@link DatabaseMigrationServiceClientResolvedConfig | config} for DatabaseMigrationServiceClient's `config` shape.
@@ -49,11 +56,20 @@ export interface UpdateSubscriptionsToEventBridgeCommandOutput extends UpdateSub
49
56
  export declare class UpdateSubscriptionsToEventBridgeCommand extends $Command<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput, DatabaseMigrationServiceClientResolvedConfig> {
50
57
  readonly input: UpdateSubscriptionsToEventBridgeCommandInput;
51
58
  static getEndpointParameterInstructions(): EndpointParameterInstructions;
59
+ /**
60
+ * @public
61
+ */
52
62
  constructor(input: UpdateSubscriptionsToEventBridgeCommandInput);
53
63
  /**
54
64
  * @internal
55
65
  */
56
66
  resolveMiddleware(clientStack: MiddlewareStack<ServiceInputTypes, ServiceOutputTypes>, configuration: DatabaseMigrationServiceClientResolvedConfig, options?: __HttpHandlerOptions): Handler<UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput>;
67
+ /**
68
+ * @internal
69
+ */
57
70
  private serialize;
71
+ /**
72
+ * @internal
73
+ */
58
74
  private deserialize;
59
75
  }
@@ -1,5 +1,7 @@
1
1
  import { ServiceException as __ServiceException, ServiceExceptionOptions as __ServiceExceptionOptions } from "@aws-sdk/smithy-client";
2
2
  /**
3
+ * @public
4
+ *
3
5
  * Base exception class for all service exceptions from DatabaseMigrationService service.
4
6
  */
5
7
  export declare class DatabaseMigrationServiceServiceException extends __ServiceException {