@aws-sdk/client-database-migration-service 3.295.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 +30 -30
@@ -70,6 +70,7 @@ import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./comma
70
70
  import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
71
71
  import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient";
72
72
  /**
73
+ * @public
73
74
  * <fullname>Database Migration Service</fullname>
74
75
  * <p>Database Migration Service (DMS) can migrate your data to and from the most
75
76
  * widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL
@@ -83,6 +84,7 @@ import { DatabaseMigrationServiceClient } from "./DatabaseMigrationServiceClient
83
84
  */
84
85
  export declare class DatabaseMigrationService extends DatabaseMigrationServiceClient {
85
86
  /**
87
+ * @public
86
88
  * <p>Adds metadata tags to an DMS resource, including replication instance, endpoint,
87
89
  * subnet group, and migration task. These tags can also be used with cost allocation
88
90
  * reporting to track cost associated with DMS resources, or used in a Condition statement in
@@ -94,12 +96,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
94
96
  addTagsToResource(args: AddTagsToResourceCommandInput, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
95
97
  addTagsToResource(args: AddTagsToResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: AddTagsToResourceCommandOutput) => void): void;
96
98
  /**
99
+ * @public
97
100
  * <p>Applies a pending maintenance action to a resource (for example, to a replication instance).</p>
98
101
  */
99
102
  applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options?: __HttpHandlerOptions): Promise<ApplyPendingMaintenanceActionCommandOutput>;
100
103
  applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
101
104
  applyPendingMaintenanceAction(args: ApplyPendingMaintenanceActionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ApplyPendingMaintenanceActionCommandOutput) => void): void;
102
105
  /**
106
+ * @public
103
107
  * <p>Starts the analysis of up to 20 source databases to recommend target engines for each
104
108
  * source database. This is a batch version of <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_StartRecommendations.html">StartRecommendations</a>.</p>
105
109
  * <p>The result of analysis of each source database is reported individually in the
@@ -111,6 +115,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
111
115
  batchStartRecommendations(args: BatchStartRecommendationsCommandInput, cb: (err: any, data?: BatchStartRecommendationsCommandOutput) => void): void;
112
116
  batchStartRecommendations(args: BatchStartRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: BatchStartRecommendationsCommandOutput) => void): void;
113
117
  /**
118
+ * @public
114
119
  * <p>Cancels a single premigration assessment run.</p>
115
120
  * <p>This operation prevents any individual assessments from running if they haven't started
116
121
  * running. It also attempts to cancel any individual assessments that are currently
@@ -120,6 +125,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
120
125
  cancelReplicationTaskAssessmentRun(args: CancelReplicationTaskAssessmentRunCommandInput, cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void): void;
121
126
  cancelReplicationTaskAssessmentRun(args: CancelReplicationTaskAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CancelReplicationTaskAssessmentRunCommandOutput) => void): void;
122
127
  /**
128
+ * @public
123
129
  * <p>Creates an endpoint using the provided settings.</p>
124
130
  * <note>
125
131
  * <p>For a MySQL source or target endpoint, don't explicitly specify the database using
@@ -133,6 +139,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
133
139
  createEndpoint(args: CreateEndpointCommandInput, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
134
140
  createEndpoint(args: CreateEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEndpointCommandOutput) => void): void;
135
141
  /**
142
+ * @public
136
143
  * <p> Creates an DMS event notification subscription. </p>
137
144
  * <p>You can specify the type of source (<code>SourceType</code>) you want to be notified of,
138
145
  * provide a list of DMS source IDs (<code>SourceIds</code>) that triggers the events, and
@@ -154,12 +161,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
154
161
  createEventSubscription(args: CreateEventSubscriptionCommandInput, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
155
162
  createEventSubscription(args: CreateEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateEventSubscriptionCommandOutput) => void): void;
156
163
  /**
164
+ * @public
157
165
  * <p>Creates a Fleet Advisor collector using the specified parameters.</p>
158
166
  */
159
167
  createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, options?: __HttpHandlerOptions): Promise<CreateFleetAdvisorCollectorCommandOutput>;
160
168
  createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void): void;
161
169
  createFleetAdvisorCollector(args: CreateFleetAdvisorCollectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateFleetAdvisorCollectorCommandOutput) => void): void;
162
170
  /**
171
+ * @public
163
172
  * <p>Creates the replication instance using the specified parameters.</p>
164
173
  * <p>DMS requires that your account have certain roles with appropriate permissions
165
174
  * before you can create a replication instance. For information on the required roles, see
@@ -171,6 +180,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
171
180
  createReplicationInstance(args: CreateReplicationInstanceCommandInput, cb: (err: any, data?: CreateReplicationInstanceCommandOutput) => void): void;
172
181
  createReplicationInstance(args: CreateReplicationInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationInstanceCommandOutput) => void): void;
173
182
  /**
183
+ * @public
174
184
  * <p>Creates a replication subnet group given a list of the subnet IDs in a VPC.</p>
175
185
  * <p>The VPC needs to have at least one subnet in at least two availability zones in the Amazon Web Services Region, otherwise the
176
186
  * service will throw a <code>ReplicationSubnetGroupDoesNotCoverEnoughAZs</code> exception.</p>
@@ -179,24 +189,28 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
179
189
  createReplicationSubnetGroup(args: CreateReplicationSubnetGroupCommandInput, cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void): void;
180
190
  createReplicationSubnetGroup(args: CreateReplicationSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationSubnetGroupCommandOutput) => void): void;
181
191
  /**
192
+ * @public
182
193
  * <p>Creates a replication task using the specified parameters.</p>
183
194
  */
184
195
  createReplicationTask(args: CreateReplicationTaskCommandInput, options?: __HttpHandlerOptions): Promise<CreateReplicationTaskCommandOutput>;
185
196
  createReplicationTask(args: CreateReplicationTaskCommandInput, cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void): void;
186
197
  createReplicationTask(args: CreateReplicationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: CreateReplicationTaskCommandOutput) => void): void;
187
198
  /**
199
+ * @public
188
200
  * <p>Deletes the specified certificate. </p>
189
201
  */
190
202
  deleteCertificate(args: DeleteCertificateCommandInput, options?: __HttpHandlerOptions): Promise<DeleteCertificateCommandOutput>;
191
203
  deleteCertificate(args: DeleteCertificateCommandInput, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
192
204
  deleteCertificate(args: DeleteCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteCertificateCommandOutput) => void): void;
193
205
  /**
206
+ * @public
194
207
  * <p>Deletes the connection between a replication instance and an endpoint.</p>
195
208
  */
196
209
  deleteConnection(args: DeleteConnectionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteConnectionCommandOutput>;
197
210
  deleteConnection(args: DeleteConnectionCommandInput, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
198
211
  deleteConnection(args: DeleteConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteConnectionCommandOutput) => void): void;
199
212
  /**
213
+ * @public
200
214
  * <p>Deletes the specified endpoint.</p>
201
215
  * <note>
202
216
  * <p>All tasks associated with the endpoint must be deleted before you can delete the
@@ -208,24 +222,28 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
208
222
  deleteEndpoint(args: DeleteEndpointCommandInput, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
209
223
  deleteEndpoint(args: DeleteEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEndpointCommandOutput) => void): void;
210
224
  /**
225
+ * @public
211
226
  * <p> Deletes an DMS event subscription. </p>
212
227
  */
213
228
  deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<DeleteEventSubscriptionCommandOutput>;
214
229
  deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
215
230
  deleteEventSubscription(args: DeleteEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteEventSubscriptionCommandOutput) => void): void;
216
231
  /**
232
+ * @public
217
233
  * <p>Deletes the specified Fleet Advisor collector.</p>
218
234
  */
219
235
  deleteFleetAdvisorCollector(args: DeleteFleetAdvisorCollectorCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetAdvisorCollectorCommandOutput>;
220
236
  deleteFleetAdvisorCollector(args: DeleteFleetAdvisorCollectorCommandInput, cb: (err: any, data?: DeleteFleetAdvisorCollectorCommandOutput) => void): void;
221
237
  deleteFleetAdvisorCollector(args: DeleteFleetAdvisorCollectorCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetAdvisorCollectorCommandOutput) => void): void;
222
238
  /**
239
+ * @public
223
240
  * <p>Deletes the specified Fleet Advisor collector databases.</p>
224
241
  */
225
242
  deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<DeleteFleetAdvisorDatabasesCommandOutput>;
226
243
  deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void): void;
227
244
  deleteFleetAdvisorDatabases(args: DeleteFleetAdvisorDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteFleetAdvisorDatabasesCommandOutput) => void): void;
228
245
  /**
246
+ * @public
229
247
  * <p>Deletes the specified replication instance.</p>
230
248
  * <note>
231
249
  * <p>You must delete any migration tasks that are associated with the replication instance
@@ -237,18 +255,21 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
237
255
  deleteReplicationInstance(args: DeleteReplicationInstanceCommandInput, cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void): void;
238
256
  deleteReplicationInstance(args: DeleteReplicationInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationInstanceCommandOutput) => void): void;
239
257
  /**
258
+ * @public
240
259
  * <p>Deletes a subnet group.</p>
241
260
  */
242
261
  deleteReplicationSubnetGroup(args: DeleteReplicationSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationSubnetGroupCommandOutput>;
243
262
  deleteReplicationSubnetGroup(args: DeleteReplicationSubnetGroupCommandInput, cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void): void;
244
263
  deleteReplicationSubnetGroup(args: DeleteReplicationSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationSubnetGroupCommandOutput) => void): void;
245
264
  /**
265
+ * @public
246
266
  * <p>Deletes the specified replication task.</p>
247
267
  */
248
268
  deleteReplicationTask(args: DeleteReplicationTaskCommandInput, options?: __HttpHandlerOptions): Promise<DeleteReplicationTaskCommandOutput>;
249
269
  deleteReplicationTask(args: DeleteReplicationTaskCommandInput, cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void): void;
250
270
  deleteReplicationTask(args: DeleteReplicationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationTaskCommandOutput) => void): void;
251
271
  /**
272
+ * @public
252
273
  * <p>Deletes the record of a single premigration assessment run.</p>
253
274
  * <p>This operation removes all metadata that DMS maintains about this assessment run.
254
275
  * However, the operation leaves untouched all information about this assessment run that is
@@ -258,6 +279,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
258
279
  deleteReplicationTaskAssessmentRun(args: DeleteReplicationTaskAssessmentRunCommandInput, cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void): void;
259
280
  deleteReplicationTaskAssessmentRun(args: DeleteReplicationTaskAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DeleteReplicationTaskAssessmentRunCommandOutput) => void): void;
260
281
  /**
282
+ * @public
261
283
  * <p>Lists all of the DMS attributes for a customer account. These attributes include DMS
262
284
  * quotas for the account and a unique account identifier in a particular DMS region. DMS
263
285
  * quotas include a list of resource quotas supported by the account, such as the number of
@@ -270,6 +292,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
270
292
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
271
293
  describeAccountAttributes(args: DescribeAccountAttributesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeAccountAttributesCommandOutput) => void): void;
272
294
  /**
295
+ * @public
273
296
  * <p>Provides a list of individual assessments that you can specify for a new premigration
274
297
  * assessment run, given one or more parameters.</p>
275
298
  * <p>If you specify an existing migration task, this operation provides the default individual
@@ -290,12 +313,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
290
313
  describeApplicableIndividualAssessments(args: DescribeApplicableIndividualAssessmentsCommandInput, cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void): void;
291
314
  describeApplicableIndividualAssessments(args: DescribeApplicableIndividualAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeApplicableIndividualAssessmentsCommandOutput) => void): void;
292
315
  /**
316
+ * @public
293
317
  * <p>Provides a description of the certificate.</p>
294
318
  */
295
319
  describeCertificates(args: DescribeCertificatesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeCertificatesCommandOutput>;
296
320
  describeCertificates(args: DescribeCertificatesCommandInput, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
297
321
  describeCertificates(args: DescribeCertificatesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeCertificatesCommandOutput) => void): void;
298
322
  /**
323
+ * @public
299
324
  * <p>Describes the status of the connections that have been made between the replication
300
325
  * instance and an endpoint. Connections are created when you test an endpoint.</p>
301
326
  */
@@ -303,12 +328,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
303
328
  describeConnections(args: DescribeConnectionsCommandInput, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
304
329
  describeConnections(args: DescribeConnectionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeConnectionsCommandOutput) => void): void;
305
330
  /**
331
+ * @public
306
332
  * <p>Returns information about the endpoints for your account in the current region.</p>
307
333
  */
308
334
  describeEndpoints(args: DescribeEndpointsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointsCommandOutput>;
309
335
  describeEndpoints(args: DescribeEndpointsCommandInput, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
310
336
  describeEndpoints(args: DescribeEndpointsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointsCommandOutput) => void): void;
311
337
  /**
338
+ * @public
312
339
  * <p>Returns information about the possible endpoint settings available
313
340
  * when you create an endpoint for a specific database engine.</p>
314
341
  */
@@ -316,12 +343,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
316
343
  describeEndpointSettings(args: DescribeEndpointSettingsCommandInput, cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void): void;
317
344
  describeEndpointSettings(args: DescribeEndpointSettingsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointSettingsCommandOutput) => void): void;
318
345
  /**
346
+ * @public
319
347
  * <p>Returns information about the type of endpoints available.</p>
320
348
  */
321
349
  describeEndpointTypes(args: DescribeEndpointTypesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeEndpointTypesCommandOutput>;
322
350
  describeEndpointTypes(args: DescribeEndpointTypesCommandInput, cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void): void;
323
351
  describeEndpointTypes(args: DescribeEndpointTypesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEndpointTypesCommandOutput) => void): void;
324
352
  /**
353
+ * @public
325
354
  * <p>Lists categories for all event source types, or, if specified, for a specified source
326
355
  * type. You can see a list of the event categories and source types in <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events
327
356
  * and Notifications</a> in the <i>Database Migration Service User
@@ -332,6 +361,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
332
361
  describeEventCategories(args: DescribeEventCategoriesCommandInput, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
333
362
  describeEventCategories(args: DescribeEventCategoriesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventCategoriesCommandOutput) => void): void;
334
363
  /**
364
+ * @public
335
365
  * <p> Lists events for a given source identifier and source type. You can also specify a
336
366
  * start and end time. For more information on DMS events, see <a href="https://docs.aws.amazon.com/dms/latest/userguide/CHAP_Events.html">Working with Events and
337
367
  * Notifications</a> in the <i>Database Migration Service User
@@ -342,6 +372,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
342
372
  describeEvents(args: DescribeEventsCommandInput, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
343
373
  describeEvents(args: DescribeEventsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventsCommandOutput) => void): void;
344
374
  /**
375
+ * @public
345
376
  * <p>Lists all the event subscriptions for a customer account. The description of a
346
377
  * subscription includes <code>SubscriptionName</code>, <code>SNSTopicARN</code>,
347
378
  * <code>CustomerID</code>, <code>SourceType</code>, <code>SourceID</code>,
@@ -353,18 +384,21 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
353
384
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
354
385
  describeEventSubscriptions(args: DescribeEventSubscriptionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeEventSubscriptionsCommandOutput) => void): void;
355
386
  /**
387
+ * @public
356
388
  * <p>Returns a list of the Fleet Advisor collectors in your account.</p>
357
389
  */
358
390
  describeFleetAdvisorCollectors(args: DescribeFleetAdvisorCollectorsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetAdvisorCollectorsCommandOutput>;
359
391
  describeFleetAdvisorCollectors(args: DescribeFleetAdvisorCollectorsCommandInput, cb: (err: any, data?: DescribeFleetAdvisorCollectorsCommandOutput) => void): void;
360
392
  describeFleetAdvisorCollectors(args: DescribeFleetAdvisorCollectorsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetAdvisorCollectorsCommandOutput) => void): void;
361
393
  /**
394
+ * @public
362
395
  * <p>Returns a list of Fleet Advisor databases in your account.</p>
363
396
  */
364
397
  describeFleetAdvisorDatabases(args: DescribeFleetAdvisorDatabasesCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetAdvisorDatabasesCommandOutput>;
365
398
  describeFleetAdvisorDatabases(args: DescribeFleetAdvisorDatabasesCommandInput, cb: (err: any, data?: DescribeFleetAdvisorDatabasesCommandOutput) => void): void;
366
399
  describeFleetAdvisorDatabases(args: DescribeFleetAdvisorDatabasesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetAdvisorDatabasesCommandOutput) => void): void;
367
400
  /**
401
+ * @public
368
402
  * <p>Provides descriptions of large-scale assessment (LSA) analyses produced by your Fleet
369
403
  * Advisor collectors. </p>
370
404
  */
@@ -372,6 +406,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
372
406
  describeFleetAdvisorLsaAnalysis(args: DescribeFleetAdvisorLsaAnalysisCommandInput, cb: (err: any, data?: DescribeFleetAdvisorLsaAnalysisCommandOutput) => void): void;
373
407
  describeFleetAdvisorLsaAnalysis(args: DescribeFleetAdvisorLsaAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetAdvisorLsaAnalysisCommandOutput) => void): void;
374
408
  /**
409
+ * @public
375
410
  * <p>Provides descriptions of the schemas discovered by your Fleet Advisor
376
411
  * collectors.</p>
377
412
  */
@@ -379,12 +414,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
379
414
  describeFleetAdvisorSchemaObjectSummary(args: DescribeFleetAdvisorSchemaObjectSummaryCommandInput, cb: (err: any, data?: DescribeFleetAdvisorSchemaObjectSummaryCommandOutput) => void): void;
380
415
  describeFleetAdvisorSchemaObjectSummary(args: DescribeFleetAdvisorSchemaObjectSummaryCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetAdvisorSchemaObjectSummaryCommandOutput) => void): void;
381
416
  /**
417
+ * @public
382
418
  * <p>Returns a list of schemas detected by Fleet Advisor Collectors in your account.</p>
383
419
  */
384
420
  describeFleetAdvisorSchemas(args: DescribeFleetAdvisorSchemasCommandInput, options?: __HttpHandlerOptions): Promise<DescribeFleetAdvisorSchemasCommandOutput>;
385
421
  describeFleetAdvisorSchemas(args: DescribeFleetAdvisorSchemasCommandInput, cb: (err: any, data?: DescribeFleetAdvisorSchemasCommandOutput) => void): void;
386
422
  describeFleetAdvisorSchemas(args: DescribeFleetAdvisorSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeFleetAdvisorSchemasCommandOutput) => void): void;
387
423
  /**
424
+ * @public
388
425
  * <p>Returns information about the replication instance types that can be created in the
389
426
  * specified region.</p>
390
427
  */
@@ -392,12 +429,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
392
429
  describeOrderableReplicationInstances(args: DescribeOrderableReplicationInstancesCommandInput, cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void): void;
393
430
  describeOrderableReplicationInstances(args: DescribeOrderableReplicationInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeOrderableReplicationInstancesCommandOutput) => void): void;
394
431
  /**
432
+ * @public
395
433
  * <p>For internal use only</p>
396
434
  */
397
435
  describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options?: __HttpHandlerOptions): Promise<DescribePendingMaintenanceActionsCommandOutput>;
398
436
  describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
399
437
  describePendingMaintenanceActions(args: DescribePendingMaintenanceActionsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribePendingMaintenanceActionsCommandOutput) => void): void;
400
438
  /**
439
+ * @public
401
440
  * <p>Returns a paginated list of limitations for recommendations of target Amazon Web Services
402
441
  * engines.</p>
403
442
  */
@@ -405,6 +444,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
405
444
  describeRecommendationLimitations(args: DescribeRecommendationLimitationsCommandInput, cb: (err: any, data?: DescribeRecommendationLimitationsCommandOutput) => void): void;
406
445
  describeRecommendationLimitations(args: DescribeRecommendationLimitationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecommendationLimitationsCommandOutput) => void): void;
407
446
  /**
447
+ * @public
408
448
  * <p>Returns a paginated list of target engine recommendations for your source
409
449
  * databases.</p>
410
450
  */
@@ -412,12 +452,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
412
452
  describeRecommendations(args: DescribeRecommendationsCommandInput, cb: (err: any, data?: DescribeRecommendationsCommandOutput) => void): void;
413
453
  describeRecommendations(args: DescribeRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRecommendationsCommandOutput) => void): void;
414
454
  /**
455
+ * @public
415
456
  * <p>Returns the status of the RefreshSchemas operation.</p>
416
457
  */
417
458
  describeRefreshSchemasStatus(args: DescribeRefreshSchemasStatusCommandInput, options?: __HttpHandlerOptions): Promise<DescribeRefreshSchemasStatusCommandOutput>;
418
459
  describeRefreshSchemasStatus(args: DescribeRefreshSchemasStatusCommandInput, cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void): void;
419
460
  describeRefreshSchemasStatus(args: DescribeRefreshSchemasStatusCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeRefreshSchemasStatusCommandOutput) => void): void;
420
461
  /**
462
+ * @public
421
463
  * <p>Returns information about replication instances for your account in the current
422
464
  * region.</p>
423
465
  */
@@ -425,18 +467,21 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
425
467
  describeReplicationInstances(args: DescribeReplicationInstancesCommandInput, cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void): void;
426
468
  describeReplicationInstances(args: DescribeReplicationInstancesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationInstancesCommandOutput) => void): void;
427
469
  /**
470
+ * @public
428
471
  * <p>Returns information about the task logs for the specified task.</p>
429
472
  */
430
473
  describeReplicationInstanceTaskLogs(args: DescribeReplicationInstanceTaskLogsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationInstanceTaskLogsCommandOutput>;
431
474
  describeReplicationInstanceTaskLogs(args: DescribeReplicationInstanceTaskLogsCommandInput, cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void): void;
432
475
  describeReplicationInstanceTaskLogs(args: DescribeReplicationInstanceTaskLogsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationInstanceTaskLogsCommandOutput) => void): void;
433
476
  /**
477
+ * @public
434
478
  * <p>Returns information about the replication subnet groups.</p>
435
479
  */
436
480
  describeReplicationSubnetGroups(args: DescribeReplicationSubnetGroupsCommandInput, options?: __HttpHandlerOptions): Promise<DescribeReplicationSubnetGroupsCommandOutput>;
437
481
  describeReplicationSubnetGroups(args: DescribeReplicationSubnetGroupsCommandInput, cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void): void;
438
482
  describeReplicationSubnetGroups(args: DescribeReplicationSubnetGroupsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationSubnetGroupsCommandOutput) => void): void;
439
483
  /**
484
+ * @public
440
485
  * <p>Returns the task assessment results from the Amazon S3 bucket that DMS creates in your
441
486
  * Amazon Web Services account. This action always returns the
442
487
  * latest results.</p>
@@ -448,6 +493,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
448
493
  describeReplicationTaskAssessmentResults(args: DescribeReplicationTaskAssessmentResultsCommandInput, cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void): void;
449
494
  describeReplicationTaskAssessmentResults(args: DescribeReplicationTaskAssessmentResultsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationTaskAssessmentResultsCommandOutput) => void): void;
450
495
  /**
496
+ * @public
451
497
  * <p>Returns a paginated list of premigration assessment runs based on filter
452
498
  * settings.</p>
453
499
  * <p>These filter settings can specify a combination of premigration assessment runs,
@@ -462,6 +508,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
462
508
  describeReplicationTaskAssessmentRuns(args: DescribeReplicationTaskAssessmentRunsCommandInput, cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void): void;
463
509
  describeReplicationTaskAssessmentRuns(args: DescribeReplicationTaskAssessmentRunsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationTaskAssessmentRunsCommandOutput) => void): void;
464
510
  /**
511
+ * @public
465
512
  * <p>Returns a paginated list of individual assessments based on filter settings.</p>
466
513
  * <p>These filter settings can specify a combination of premigration assessment runs,
467
514
  * migration tasks, and assessment status values.</p>
@@ -470,6 +517,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
470
517
  describeReplicationTaskIndividualAssessments(args: DescribeReplicationTaskIndividualAssessmentsCommandInput, cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void): void;
471
518
  describeReplicationTaskIndividualAssessments(args: DescribeReplicationTaskIndividualAssessmentsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationTaskIndividualAssessmentsCommandOutput) => void): void;
472
519
  /**
520
+ * @public
473
521
  * <p>Returns information about replication tasks for your account in the current
474
522
  * region.</p>
475
523
  */
@@ -477,6 +525,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
477
525
  describeReplicationTasks(args: DescribeReplicationTasksCommandInput, cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void): void;
478
526
  describeReplicationTasks(args: DescribeReplicationTasksCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeReplicationTasksCommandOutput) => void): void;
479
527
  /**
528
+ * @public
480
529
  * <p>Returns information about the schema for the specified endpoint.</p>
481
530
  * <p></p>
482
531
  */
@@ -484,6 +533,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
484
533
  describeSchemas(args: DescribeSchemasCommandInput, cb: (err: any, data?: DescribeSchemasCommandOutput) => void): void;
485
534
  describeSchemas(args: DescribeSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeSchemasCommandOutput) => void): void;
486
535
  /**
536
+ * @public
487
537
  * <p>Returns table statistics on the database migration task, including table name, rows
488
538
  * inserted, rows updated, and rows deleted.</p>
489
539
  * <p>Note that the "last updated" column the DMS console only indicates the time that DMS
@@ -494,12 +544,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
494
544
  describeTableStatistics(args: DescribeTableStatisticsCommandInput, cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void): void;
495
545
  describeTableStatistics(args: DescribeTableStatisticsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: DescribeTableStatisticsCommandOutput) => void): void;
496
546
  /**
547
+ * @public
497
548
  * <p>Uploads the specified certificate.</p>
498
549
  */
499
550
  importCertificate(args: ImportCertificateCommandInput, options?: __HttpHandlerOptions): Promise<ImportCertificateCommandOutput>;
500
551
  importCertificate(args: ImportCertificateCommandInput, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
501
552
  importCertificate(args: ImportCertificateCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ImportCertificateCommandOutput) => void): void;
502
553
  /**
554
+ * @public
503
555
  * <p>Lists all metadata tags attached to an DMS resource, including
504
556
  * replication instance, endpoint, subnet group, and migration task.
505
557
  * For more information, see <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
@@ -510,6 +562,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
510
562
  listTagsForResource(args: ListTagsForResourceCommandInput, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
511
563
  listTagsForResource(args: ListTagsForResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ListTagsForResourceCommandOutput) => void): void;
512
564
  /**
565
+ * @public
513
566
  * <p>Modifies the specified endpoint.</p>
514
567
  * <note>
515
568
  * <p>For a MySQL source or target endpoint, don't explicitly specify the database using
@@ -523,12 +576,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
523
576
  modifyEndpoint(args: ModifyEndpointCommandInput, cb: (err: any, data?: ModifyEndpointCommandOutput) => void): void;
524
577
  modifyEndpoint(args: ModifyEndpointCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEndpointCommandOutput) => void): void;
525
578
  /**
579
+ * @public
526
580
  * <p>Modifies an existing DMS event notification subscription. </p>
527
581
  */
528
582
  modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options?: __HttpHandlerOptions): Promise<ModifyEventSubscriptionCommandOutput>;
529
583
  modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
530
584
  modifyEventSubscription(args: ModifyEventSubscriptionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyEventSubscriptionCommandOutput) => void): void;
531
585
  /**
586
+ * @public
532
587
  * <p>Modifies the replication instance to apply new settings. You can change one or more
533
588
  * parameters by specifying these parameters and the new values in the request.</p>
534
589
  * <p>Some settings are applied during the maintenance window.</p>
@@ -538,12 +593,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
538
593
  modifyReplicationInstance(args: ModifyReplicationInstanceCommandInput, cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void): void;
539
594
  modifyReplicationInstance(args: ModifyReplicationInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationInstanceCommandOutput) => void): void;
540
595
  /**
596
+ * @public
541
597
  * <p>Modifies the settings for the specified replication subnet group.</p>
542
598
  */
543
599
  modifyReplicationSubnetGroup(args: ModifyReplicationSubnetGroupCommandInput, options?: __HttpHandlerOptions): Promise<ModifyReplicationSubnetGroupCommandOutput>;
544
600
  modifyReplicationSubnetGroup(args: ModifyReplicationSubnetGroupCommandInput, cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void): void;
545
601
  modifyReplicationSubnetGroup(args: ModifyReplicationSubnetGroupCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationSubnetGroupCommandOutput) => void): void;
546
602
  /**
603
+ * @public
547
604
  * <p>Modifies the specified replication task.</p>
548
605
  * <p>You can't modify the task endpoints. The task must be stopped before you can modify it. </p>
549
606
  * <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
@@ -553,6 +610,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
553
610
  modifyReplicationTask(args: ModifyReplicationTaskCommandInput, cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void): void;
554
611
  modifyReplicationTask(args: ModifyReplicationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ModifyReplicationTaskCommandOutput) => void): void;
555
612
  /**
613
+ * @public
556
614
  * <p>Moves a replication task from its current replication instance to a different target
557
615
  * replication instance using the specified parameters. The target replication instance must
558
616
  * be created with the same or later DMS version as the current replication
@@ -562,6 +620,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
562
620
  moveReplicationTask(args: MoveReplicationTaskCommandInput, cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void): void;
563
621
  moveReplicationTask(args: MoveReplicationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: MoveReplicationTaskCommandOutput) => void): void;
564
622
  /**
623
+ * @public
565
624
  * <p>Reboots a replication instance. Rebooting results in a momentary outage, until the
566
625
  * replication instance becomes available again.</p>
567
626
  */
@@ -569,6 +628,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
569
628
  rebootReplicationInstance(args: RebootReplicationInstanceCommandInput, cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void): void;
570
629
  rebootReplicationInstance(args: RebootReplicationInstanceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RebootReplicationInstanceCommandOutput) => void): void;
571
630
  /**
631
+ * @public
572
632
  * <p>Populates the schema for the specified endpoint. This is an asynchronous operation and
573
633
  * can take several minutes. You can check the status of this operation by calling the
574
634
  * DescribeRefreshSchemasStatus operation.</p>
@@ -577,6 +637,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
577
637
  refreshSchemas(args: RefreshSchemasCommandInput, cb: (err: any, data?: RefreshSchemasCommandOutput) => void): void;
578
638
  refreshSchemas(args: RefreshSchemasCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RefreshSchemasCommandOutput) => void): void;
579
639
  /**
640
+ * @public
580
641
  * <p>Reloads the target database table with the source data. </p>
581
642
  * <p>You can only use this operation with a task in the <code>RUNNING</code> state, otherwise the service
582
643
  * will throw an <code>InvalidResourceStateFault</code> exception.</p>
@@ -585,6 +646,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
585
646
  reloadTables(args: ReloadTablesCommandInput, cb: (err: any, data?: ReloadTablesCommandOutput) => void): void;
586
647
  reloadTables(args: ReloadTablesCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: ReloadTablesCommandOutput) => void): void;
587
648
  /**
649
+ * @public
588
650
  * <p>Removes metadata tags from an DMS resource, including replication instance,
589
651
  * endpoint, subnet group, and migration task. For more information, see
590
652
  * <a href="https://docs.aws.amazon.com/dms/latest/APIReference/API_Tag.html">
@@ -596,12 +658,14 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
596
658
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
597
659
  removeTagsFromResource(args: RemoveTagsFromResourceCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RemoveTagsFromResourceCommandOutput) => void): void;
598
660
  /**
661
+ * @public
599
662
  * <p>Runs large-scale assessment (LSA) analysis on every Fleet Advisor collector in your account.</p>
600
663
  */
601
664
  runFleetAdvisorLsaAnalysis(args: RunFleetAdvisorLsaAnalysisCommandInput, options?: __HttpHandlerOptions): Promise<RunFleetAdvisorLsaAnalysisCommandOutput>;
602
665
  runFleetAdvisorLsaAnalysis(args: RunFleetAdvisorLsaAnalysisCommandInput, cb: (err: any, data?: RunFleetAdvisorLsaAnalysisCommandOutput) => void): void;
603
666
  runFleetAdvisorLsaAnalysis(args: RunFleetAdvisorLsaAnalysisCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: RunFleetAdvisorLsaAnalysisCommandOutput) => void): void;
604
667
  /**
668
+ * @public
605
669
  * <p>Starts the analysis of your source database to provide recommendations of target
606
670
  * engines.</p>
607
671
  * <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>
@@ -610,6 +674,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
610
674
  startRecommendations(args: StartRecommendationsCommandInput, cb: (err: any, data?: StartRecommendationsCommandOutput) => void): void;
611
675
  startRecommendations(args: StartRecommendationsCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartRecommendationsCommandOutput) => void): void;
612
676
  /**
677
+ * @public
613
678
  * <p>Starts the replication task.</p>
614
679
  * <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
615
680
  * <i>Database Migration Service User Guide.</i>
@@ -619,6 +684,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
619
684
  startReplicationTask(args: StartReplicationTaskCommandInput, cb: (err: any, data?: StartReplicationTaskCommandOutput) => void): void;
620
685
  startReplicationTask(args: StartReplicationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplicationTaskCommandOutput) => void): void;
621
686
  /**
687
+ * @public
622
688
  * <p> Starts the replication task assessment for unsupported data types in the source
623
689
  * database. </p>
624
690
  * <p>You can only use this operation for a task if the following conditions are true:</p>
@@ -639,6 +705,7 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
639
705
  startReplicationTaskAssessment(args: StartReplicationTaskAssessmentCommandInput, cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void): void;
640
706
  startReplicationTaskAssessment(args: StartReplicationTaskAssessmentCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplicationTaskAssessmentCommandOutput) => void): void;
641
707
  /**
708
+ * @public
642
709
  * <p>Starts a new premigration assessment run for one or more individual assessments
643
710
  * of a migration task.</p>
644
711
  * <p>The assessments that you can specify depend on the source and target database engine and
@@ -651,18 +718,21 @@ export declare class DatabaseMigrationService extends DatabaseMigrationServiceCl
651
718
  startReplicationTaskAssessmentRun(args: StartReplicationTaskAssessmentRunCommandInput, cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void): void;
652
719
  startReplicationTaskAssessmentRun(args: StartReplicationTaskAssessmentRunCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StartReplicationTaskAssessmentRunCommandOutput) => void): void;
653
720
  /**
721
+ * @public
654
722
  * <p>Stops the replication task.</p>
655
723
  */
656
724
  stopReplicationTask(args: StopReplicationTaskCommandInput, options?: __HttpHandlerOptions): Promise<StopReplicationTaskCommandOutput>;
657
725
  stopReplicationTask(args: StopReplicationTaskCommandInput, cb: (err: any, data?: StopReplicationTaskCommandOutput) => void): void;
658
726
  stopReplicationTask(args: StopReplicationTaskCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: StopReplicationTaskCommandOutput) => void): void;
659
727
  /**
728
+ * @public
660
729
  * <p>Tests the connection between the replication instance and the endpoint.</p>
661
730
  */
662
731
  testConnection(args: TestConnectionCommandInput, options?: __HttpHandlerOptions): Promise<TestConnectionCommandOutput>;
663
732
  testConnection(args: TestConnectionCommandInput, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
664
733
  testConnection(args: TestConnectionCommandInput, options: __HttpHandlerOptions, cb: (err: any, data?: TestConnectionCommandOutput) => void): void;
665
734
  /**
735
+ * @public
666
736
  * <p>Migrates 10 active and enabled Amazon SNS subscriptions at a time and converts them to corresponding Amazon EventBridge rules.
667
737
  * By default, this operation migrates subscriptions only when all your replication instance versions are 3.4.6 or higher.
668
738
  * If any replication instances are from versions earlier than 3.4.6, the operation raises an error and tells you
@@ -77,15 +77,24 @@ import { StopReplicationTaskCommandInput, StopReplicationTaskCommandOutput } fro
77
77
  import { TestConnectionCommandInput, TestConnectionCommandOutput } from "./commands/TestConnectionCommand";
78
78
  import { UpdateSubscriptionsToEventBridgeCommandInput, UpdateSubscriptionsToEventBridgeCommandOutput } from "./commands/UpdateSubscriptionsToEventBridgeCommand";
79
79
  import { ClientInputEndpointParameters, ClientResolvedEndpointParameters, EndpointParameters } from "./endpoint/EndpointParameters";
80
+ /**
81
+ * @public
82
+ */
80
83
  export type ServiceInputTypes = AddTagsToResourceCommandInput | ApplyPendingMaintenanceActionCommandInput | BatchStartRecommendationsCommandInput | 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 | DescribeRecommendationLimitationsCommandInput | DescribeRecommendationsCommandInput | DescribeRefreshSchemasStatusCommandInput | DescribeReplicationInstanceTaskLogsCommandInput | DescribeReplicationInstancesCommandInput | DescribeReplicationSubnetGroupsCommandInput | DescribeReplicationTaskAssessmentResultsCommandInput | DescribeReplicationTaskAssessmentRunsCommandInput | DescribeReplicationTaskIndividualAssessmentsCommandInput | DescribeReplicationTasksCommandInput | DescribeSchemasCommandInput | DescribeTableStatisticsCommandInput | ImportCertificateCommandInput | ListTagsForResourceCommandInput | ModifyEndpointCommandInput | ModifyEventSubscriptionCommandInput | ModifyReplicationInstanceCommandInput | ModifyReplicationSubnetGroupCommandInput | ModifyReplicationTaskCommandInput | MoveReplicationTaskCommandInput | RebootReplicationInstanceCommandInput | RefreshSchemasCommandInput | ReloadTablesCommandInput | RemoveTagsFromResourceCommandInput | RunFleetAdvisorLsaAnalysisCommandInput | StartRecommendationsCommandInput | StartReplicationTaskAssessmentCommandInput | StartReplicationTaskAssessmentRunCommandInput | StartReplicationTaskCommandInput | StopReplicationTaskCommandInput | TestConnectionCommandInput | UpdateSubscriptionsToEventBridgeCommandInput;
84
+ /**
85
+ * @public
86
+ */
81
87
  export type ServiceOutputTypes = AddTagsToResourceCommandOutput | ApplyPendingMaintenanceActionCommandOutput | BatchStartRecommendationsCommandOutput | 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 | DescribeRecommendationLimitationsCommandOutput | DescribeRecommendationsCommandOutput | DescribeRefreshSchemasStatusCommandOutput | DescribeReplicationInstanceTaskLogsCommandOutput | DescribeReplicationInstancesCommandOutput | DescribeReplicationSubnetGroupsCommandOutput | DescribeReplicationTaskAssessmentResultsCommandOutput | DescribeReplicationTaskAssessmentRunsCommandOutput | DescribeReplicationTaskIndividualAssessmentsCommandOutput | DescribeReplicationTasksCommandOutput | DescribeSchemasCommandOutput | DescribeTableStatisticsCommandOutput | ImportCertificateCommandOutput | ListTagsForResourceCommandOutput | ModifyEndpointCommandOutput | ModifyEventSubscriptionCommandOutput | ModifyReplicationInstanceCommandOutput | ModifyReplicationSubnetGroupCommandOutput | ModifyReplicationTaskCommandOutput | MoveReplicationTaskCommandOutput | RebootReplicationInstanceCommandOutput | RefreshSchemasCommandOutput | ReloadTablesCommandOutput | RemoveTagsFromResourceCommandOutput | RunFleetAdvisorLsaAnalysisCommandOutput | StartRecommendationsCommandOutput | StartReplicationTaskAssessmentCommandOutput | StartReplicationTaskAssessmentRunCommandOutput | StartReplicationTaskCommandOutput | StopReplicationTaskCommandOutput | TestConnectionCommandOutput | UpdateSubscriptionsToEventBridgeCommandOutput;
88
+ /**
89
+ * @public
90
+ */
82
91
  export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__HttpHandlerOptions>> {
83
92
  /**
84
93
  * The HTTP handler to use. Fetch in browser and Https in Nodejs.
85
94
  */
86
95
  requestHandler?: __HttpHandler;
87
96
  /**
88
- * A constructor for a class implementing the {@link __Checksum} interface
97
+ * A constructor for a class implementing the {@link @aws-sdk/types#ChecksumConstructor} interface
89
98
  * that computes the SHA-256 HMAC or checksum of a string or binary buffer.
90
99
  * @internal
91
100
  */
@@ -175,23 +184,34 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
175
184
  */
176
185
  logger?: __Logger;
177
186
  /**
178
- * The {@link __DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
187
+ * The {@link @aws-sdk/smithy-client#DefaultsMode} that will be used to determine how certain default configuration options are resolved in the SDK.
179
188
  */
180
189
  defaultsMode?: __DefaultsMode | __Provider<__DefaultsMode>;
181
190
  }
191
+ /**
192
+ * @public
193
+ */
182
194
  type DatabaseMigrationServiceClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointInputConfig<EndpointParameters> & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig & ClientInputEndpointParameters;
183
195
  /**
184
- * The configuration interface of DatabaseMigrationServiceClient class constructor that set the region, credentials and other options.
196
+ * @public
197
+ *
198
+ * The configuration interface of DatabaseMigrationServiceClient class constructor that set the region, credentials and other options.
185
199
  */
186
200
  export interface DatabaseMigrationServiceClientConfig extends DatabaseMigrationServiceClientConfigType {
187
201
  }
202
+ /**
203
+ * @public
204
+ */
188
205
  type DatabaseMigrationServiceClientResolvedConfigType = __SmithyResolvedConfiguration<__HttpHandlerOptions> & Required<ClientDefaults> & RegionResolvedConfig & EndpointResolvedConfig<EndpointParameters> & RetryResolvedConfig & HostHeaderResolvedConfig & AwsAuthResolvedConfig & UserAgentResolvedConfig & ClientResolvedEndpointParameters;
189
206
  /**
190
- * The resolved configuration interface of DatabaseMigrationServiceClient class. This is resolved and normalized from the {@link DatabaseMigrationServiceClientConfig | constructor configuration interface}.
207
+ * @public
208
+ *
209
+ * The resolved configuration interface of DatabaseMigrationServiceClient class. This is resolved and normalized from the {@link DatabaseMigrationServiceClientConfig | constructor configuration interface}.
191
210
  */
192
211
  export interface DatabaseMigrationServiceClientResolvedConfig extends DatabaseMigrationServiceClientResolvedConfigType {
193
212
  }
194
213
  /**
214
+ * @public
195
215
  * <fullname>Database Migration Service</fullname>
196
216
  * <p>Database Migration Service (DMS) can migrate your data to and from the most
197
217
  * widely used commercial and open-source databases such as Oracle, PostgreSQL, Microsoft SQL