oci-databasemigration 2.12.1 → 2.15.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 (40) hide show
  1. package/lib/client.d.ts +37 -36
  2. package/lib/client.js +39 -38
  3. package/lib/client.js.map +1 -1
  4. package/lib/request/abort-job-request.d.ts +1 -1
  5. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  6. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  7. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  8. package/lib/request/clone-migration-request.d.ts +1 -1
  9. package/lib/request/create-connection-request.d.ts +1 -1
  10. package/lib/request/create-migration-request.d.ts +1 -1
  11. package/lib/request/delete-agent-request.d.ts +1 -1
  12. package/lib/request/delete-connection-request.d.ts +1 -1
  13. package/lib/request/delete-job-request.d.ts +1 -1
  14. package/lib/request/delete-migration-request.d.ts +1 -1
  15. package/lib/request/evaluate-migration-request.d.ts +1 -1
  16. package/lib/request/get-advisor-report-request.d.ts +1 -1
  17. package/lib/request/get-agent-request.d.ts +1 -1
  18. package/lib/request/get-connection-request.d.ts +1 -1
  19. package/lib/request/get-job-output-content-request.d.ts +1 -1
  20. package/lib/request/get-job-request.d.ts +1 -1
  21. package/lib/request/get-migration-request.d.ts +1 -1
  22. package/lib/request/get-work-request-request.d.ts +1 -1
  23. package/lib/request/list-agent-images-request.d.ts +1 -1
  24. package/lib/request/list-agents-request.d.ts +1 -1
  25. package/lib/request/list-connections-request.d.ts +1 -1
  26. package/lib/request/list-job-outputs-request.d.ts +1 -1
  27. package/lib/request/list-jobs-request.d.ts +1 -1
  28. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  29. package/lib/request/list-migrations-request.d.ts +1 -1
  30. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  31. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  32. package/lib/request/list-work-requests-request.d.ts +1 -1
  33. package/lib/request/resume-job-request.d.ts +1 -1
  34. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  35. package/lib/request/start-migration-request.d.ts +1 -1
  36. package/lib/request/update-agent-request.d.ts +1 -1
  37. package/lib/request/update-connection-request.d.ts +1 -1
  38. package/lib/request/update-job-request.d.ts +1 -1
  39. package/lib/request/update-migration-request.d.ts +1 -1
  40. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -21,6 +21,7 @@ export declare enum DatabaseMigrationApiKeys {
21
21
  */
22
22
  export declare class DatabaseMigrationClient {
23
23
  protected static serviceEndpointTemplate: string;
24
+ protected static endpointServiceName: string;
24
25
  protected "_endpoint": string;
25
26
  protected "_defaultHeaders": any;
26
27
  protected "_waiters": DatabaseMigrationWaiter;
@@ -73,7 +74,7 @@ export declare class DatabaseMigrationClient {
73
74
  * @param AbortJobRequest
74
75
  * @return AbortJobResponse
75
76
  * @throws OciError when an error occurs
76
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
77
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
77
78
  */
78
79
  abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
79
80
  /**
@@ -83,7 +84,7 @@ export declare class DatabaseMigrationClient {
83
84
  * @param ChangeAgentCompartmentRequest
84
85
  * @return ChangeAgentCompartmentResponse
85
86
  * @throws OciError when an error occurs
86
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
87
88
  */
88
89
  changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
89
90
  /**
@@ -93,7 +94,7 @@ export declare class DatabaseMigrationClient {
93
94
  * @param ChangeConnectionCompartmentRequest
94
95
  * @return ChangeConnectionCompartmentResponse
95
96
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
97
98
  */
98
99
  changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
99
100
  /**
@@ -103,7 +104,7 @@ export declare class DatabaseMigrationClient {
103
104
  * @param ChangeMigrationCompartmentRequest
104
105
  * @return ChangeMigrationCompartmentResponse
105
106
  * @throws OciError when an error occurs
106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
107
108
  */
108
109
  changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
109
110
  /**
@@ -113,7 +114,7 @@ export declare class DatabaseMigrationClient {
113
114
  * @param CloneMigrationRequest
114
115
  * @return CloneMigrationResponse
115
116
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
117
118
  */
118
119
  cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
119
120
  /**
@@ -124,7 +125,7 @@ export declare class DatabaseMigrationClient {
124
125
  * @param CreateConnectionRequest
125
126
  * @return CreateConnectionResponse
126
127
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
128
129
  */
129
130
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
130
131
  /**
@@ -136,7 +137,7 @@ export declare class DatabaseMigrationClient {
136
137
  * @param CreateMigrationRequest
137
138
  * @return CreateMigrationResponse
138
139
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
140
141
  */
141
142
  createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
142
143
  /**
@@ -146,7 +147,7 @@ export declare class DatabaseMigrationClient {
146
147
  * @param DeleteAgentRequest
147
148
  * @return DeleteAgentResponse
148
149
  * @throws OciError when an error occurs
149
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
150
151
  */
151
152
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
152
153
  /**
@@ -156,7 +157,7 @@ export declare class DatabaseMigrationClient {
156
157
  * @param DeleteConnectionRequest
157
158
  * @return DeleteConnectionResponse
158
159
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
160
161
  */
161
162
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
162
163
  /**
@@ -166,7 +167,7 @@ export declare class DatabaseMigrationClient {
166
167
  * @param DeleteJobRequest
167
168
  * @return DeleteJobResponse
168
169
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
170
171
  */
171
172
  deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
172
173
  /**
@@ -176,7 +177,7 @@ export declare class DatabaseMigrationClient {
176
177
  * @param DeleteMigrationRequest
177
178
  * @return DeleteMigrationResponse
178
179
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
180
181
  */
181
182
  deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
182
183
  /**
@@ -186,7 +187,7 @@ export declare class DatabaseMigrationClient {
186
187
  * @param EvaluateMigrationRequest
187
188
  * @return EvaluateMigrationResponse
188
189
  * @throws OciError when an error occurs
189
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
190
191
  */
191
192
  evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
192
193
  /**
@@ -196,7 +197,7 @@ export declare class DatabaseMigrationClient {
196
197
  * @param GetAdvisorReportRequest
197
198
  * @return GetAdvisorReportResponse
198
199
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
200
201
  */
201
202
  getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
202
203
  /**
@@ -206,7 +207,7 @@ export declare class DatabaseMigrationClient {
206
207
  * @param GetAgentRequest
207
208
  * @return GetAgentResponse
208
209
  * @throws OciError when an error occurs
209
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
210
211
  */
211
212
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
212
213
  /**
@@ -216,7 +217,7 @@ export declare class DatabaseMigrationClient {
216
217
  * @param GetConnectionRequest
217
218
  * @return GetConnectionResponse
218
219
  * @throws OciError when an error occurs
219
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
220
221
  */
221
222
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
222
223
  /**
@@ -226,7 +227,7 @@ export declare class DatabaseMigrationClient {
226
227
  * @param GetJobRequest
227
228
  * @return GetJobResponse
228
229
  * @throws OciError when an error occurs
229
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
230
231
  */
231
232
  getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
232
233
  /**
@@ -236,7 +237,7 @@ export declare class DatabaseMigrationClient {
236
237
  * @param GetJobOutputContentRequest
237
238
  * @return GetJobOutputContentResponse
238
239
  * @throws OciError when an error occurs
239
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
240
241
  */
241
242
  getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
242
243
  /**
@@ -246,7 +247,7 @@ export declare class DatabaseMigrationClient {
246
247
  * @param GetMigrationRequest
247
248
  * @return GetMigrationResponse
248
249
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
250
251
  */
251
252
  getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
252
253
  /**
@@ -256,7 +257,7 @@ export declare class DatabaseMigrationClient {
256
257
  * @param GetWorkRequestRequest
257
258
  * @return GetWorkRequestResponse
258
259
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
260
261
  */
261
262
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
262
263
  /**
@@ -266,7 +267,7 @@ export declare class DatabaseMigrationClient {
266
267
  * @param ListAgentImagesRequest
267
268
  * @return ListAgentImagesResponse
268
269
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
270
271
  */
271
272
  listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
272
273
  /**
@@ -276,7 +277,7 @@ export declare class DatabaseMigrationClient {
276
277
  * @param ListAgentsRequest
277
278
  * @return ListAgentsResponse
278
279
  * @throws OciError when an error occurs
279
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
280
281
  */
281
282
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
282
283
  /**
@@ -286,7 +287,7 @@ export declare class DatabaseMigrationClient {
286
287
  * @param ListConnectionsRequest
287
288
  * @return ListConnectionsResponse
288
289
  * @throws OciError when an error occurs
289
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
290
291
  */
291
292
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
292
293
  /**
@@ -296,7 +297,7 @@ export declare class DatabaseMigrationClient {
296
297
  * @param ListJobOutputsRequest
297
298
  * @return ListJobOutputsResponse
298
299
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
300
301
  */
301
302
  listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
302
303
  /**
@@ -307,7 +308,7 @@ export declare class DatabaseMigrationClient {
307
308
  * @param ListJobsRequest
308
309
  * @return ListJobsResponse
309
310
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
311
312
  */
312
313
  listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
313
314
  /**
@@ -317,7 +318,7 @@ export declare class DatabaseMigrationClient {
317
318
  * @param ListMigrationObjectTypesRequest
318
319
  * @return ListMigrationObjectTypesResponse
319
320
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
321
322
  */
322
323
  listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
323
324
  /**
@@ -327,7 +328,7 @@ export declare class DatabaseMigrationClient {
327
328
  * @param ListMigrationsRequest
328
329
  * @return ListMigrationsResponse
329
330
  * @throws OciError when an error occurs
330
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
331
332
  */
332
333
  listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
333
334
  /**
@@ -337,7 +338,7 @@ export declare class DatabaseMigrationClient {
337
338
  * @param ListWorkRequestErrorsRequest
338
339
  * @return ListWorkRequestErrorsResponse
339
340
  * @throws OciError when an error occurs
340
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
341
342
  */
342
343
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
343
344
  /**
@@ -347,7 +348,7 @@ export declare class DatabaseMigrationClient {
347
348
  * @param ListWorkRequestLogsRequest
348
349
  * @return ListWorkRequestLogsResponse
349
350
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
351
352
  */
352
353
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
353
354
  /**
@@ -357,7 +358,7 @@ export declare class DatabaseMigrationClient {
357
358
  * @param ListWorkRequestsRequest
358
359
  * @return ListWorkRequestsResponse
359
360
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
361
362
  */
362
363
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
363
364
  /**
@@ -367,7 +368,7 @@ export declare class DatabaseMigrationClient {
367
368
  * @param ResumeJobRequest
368
369
  * @return ResumeJobResponse
369
370
  * @throws OciError when an error occurs
370
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
371
372
  */
372
373
  resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
373
374
  /**
@@ -377,7 +378,7 @@ export declare class DatabaseMigrationClient {
377
378
  * @param RetrieveSupportedPhasesRequest
378
379
  * @return RetrieveSupportedPhasesResponse
379
380
  * @throws OciError when an error occurs
380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
381
382
  */
382
383
  retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
383
384
  /**
@@ -387,7 +388,7 @@ export declare class DatabaseMigrationClient {
387
388
  * @param StartMigrationRequest
388
389
  * @return StartMigrationResponse
389
390
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
391
392
  */
392
393
  startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
393
394
  /**
@@ -397,7 +398,7 @@ export declare class DatabaseMigrationClient {
397
398
  * @param UpdateAgentRequest
398
399
  * @return UpdateAgentResponse
399
400
  * @throws OciError when an error occurs
400
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
401
402
  */
402
403
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
403
404
  /**
@@ -407,7 +408,7 @@ export declare class DatabaseMigrationClient {
407
408
  * @param UpdateConnectionRequest
408
409
  * @return UpdateConnectionResponse
409
410
  * @throws OciError when an error occurs
410
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
411
412
  */
412
413
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
413
414
  /**
@@ -417,7 +418,7 @@ export declare class DatabaseMigrationClient {
417
418
  * @param UpdateJobRequest
418
419
  * @return UpdateJobResponse
419
420
  * @throws OciError when an error occurs
420
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
421
422
  */
422
423
  updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
423
424
  /**
@@ -427,7 +428,7 @@ export declare class DatabaseMigrationClient {
427
428
  * @param UpdateMigrationRequest
428
429
  * @return UpdateMigrationResponse
429
430
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.12.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.15.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
431
432
  */
432
433
  updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
433
434
  }