oci-databasemigration 2.13.0 → 2.16.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/THIRD_PARTY_LICENSES.txt +467 -1412
  2. package/lib/client.d.ts +36 -36
  3. package/lib/client.js +36 -36
  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
@@ -74,7 +74,7 @@ export declare class DatabaseMigrationClient {
74
74
  * @param AbortJobRequest
75
75
  * @return AbortJobResponse
76
76
  * @throws OciError when an error occurs
77
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
78
78
  */
79
79
  abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
80
80
  /**
@@ -84,7 +84,7 @@ export declare class DatabaseMigrationClient {
84
84
  * @param ChangeAgentCompartmentRequest
85
85
  * @return ChangeAgentCompartmentResponse
86
86
  * @throws OciError when an error occurs
87
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
88
88
  */
89
89
  changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
90
90
  /**
@@ -94,7 +94,7 @@ export declare class DatabaseMigrationClient {
94
94
  * @param ChangeConnectionCompartmentRequest
95
95
  * @return ChangeConnectionCompartmentResponse
96
96
  * @throws OciError when an error occurs
97
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
98
98
  */
99
99
  changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class DatabaseMigrationClient {
104
104
  * @param ChangeMigrationCompartmentRequest
105
105
  * @return ChangeMigrationCompartmentResponse
106
106
  * @throws OciError when an error occurs
107
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
108
108
  */
109
109
  changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
110
110
  /**
@@ -114,7 +114,7 @@ export declare class DatabaseMigrationClient {
114
114
  * @param CloneMigrationRequest
115
115
  * @return CloneMigrationResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
118
118
  */
119
119
  cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
120
120
  /**
@@ -125,7 +125,7 @@ export declare class DatabaseMigrationClient {
125
125
  * @param CreateConnectionRequest
126
126
  * @return CreateConnectionResponse
127
127
  * @throws OciError when an error occurs
128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
129
129
  */
130
130
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
131
131
  /**
@@ -137,7 +137,7 @@ export declare class DatabaseMigrationClient {
137
137
  * @param CreateMigrationRequest
138
138
  * @return CreateMigrationResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
141
141
  */
142
142
  createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
143
143
  /**
@@ -147,7 +147,7 @@ export declare class DatabaseMigrationClient {
147
147
  * @param DeleteAgentRequest
148
148
  * @return DeleteAgentResponse
149
149
  * @throws OciError when an error occurs
150
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
151
151
  */
152
152
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class DatabaseMigrationClient {
157
157
  * @param DeleteConnectionRequest
158
158
  * @return DeleteConnectionResponse
159
159
  * @throws OciError when an error occurs
160
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
161
161
  */
162
162
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
163
163
  /**
@@ -167,7 +167,7 @@ export declare class DatabaseMigrationClient {
167
167
  * @param DeleteJobRequest
168
168
  * @return DeleteJobResponse
169
169
  * @throws OciError when an error occurs
170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
171
171
  */
172
172
  deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
173
173
  /**
@@ -177,7 +177,7 @@ export declare class DatabaseMigrationClient {
177
177
  * @param DeleteMigrationRequest
178
178
  * @return DeleteMigrationResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
181
181
  */
182
182
  deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
183
183
  /**
@@ -187,7 +187,7 @@ export declare class DatabaseMigrationClient {
187
187
  * @param EvaluateMigrationRequest
188
188
  * @return EvaluateMigrationResponse
189
189
  * @throws OciError when an error occurs
190
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
191
191
  */
192
192
  evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
193
193
  /**
@@ -197,7 +197,7 @@ export declare class DatabaseMigrationClient {
197
197
  * @param GetAdvisorReportRequest
198
198
  * @return GetAdvisorReportResponse
199
199
  * @throws OciError when an error occurs
200
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
201
201
  */
202
202
  getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class DatabaseMigrationClient {
207
207
  * @param GetAgentRequest
208
208
  * @return GetAgentResponse
209
209
  * @throws OciError when an error occurs
210
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
211
211
  */
212
212
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class DatabaseMigrationClient {
217
217
  * @param GetConnectionRequest
218
218
  * @return GetConnectionResponse
219
219
  * @throws OciError when an error occurs
220
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
221
221
  */
222
222
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class DatabaseMigrationClient {
227
227
  * @param GetJobRequest
228
228
  * @return GetJobResponse
229
229
  * @throws OciError when an error occurs
230
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
231
231
  */
232
232
  getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
233
233
  /**
@@ -237,7 +237,7 @@ export declare class DatabaseMigrationClient {
237
237
  * @param GetJobOutputContentRequest
238
238
  * @return GetJobOutputContentResponse
239
239
  * @throws OciError when an error occurs
240
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
241
241
  */
242
242
  getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
243
243
  /**
@@ -247,7 +247,7 @@ export declare class DatabaseMigrationClient {
247
247
  * @param GetMigrationRequest
248
248
  * @return GetMigrationResponse
249
249
  * @throws OciError when an error occurs
250
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
251
251
  */
252
252
  getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
253
253
  /**
@@ -257,7 +257,7 @@ export declare class DatabaseMigrationClient {
257
257
  * @param GetWorkRequestRequest
258
258
  * @return GetWorkRequestResponse
259
259
  * @throws OciError when an error occurs
260
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
261
261
  */
262
262
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
263
263
  /**
@@ -267,7 +267,7 @@ export declare class DatabaseMigrationClient {
267
267
  * @param ListAgentImagesRequest
268
268
  * @return ListAgentImagesResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
271
271
  */
272
272
  listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
273
273
  /**
@@ -277,7 +277,7 @@ export declare class DatabaseMigrationClient {
277
277
  * @param ListAgentsRequest
278
278
  * @return ListAgentsResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
281
281
  */
282
282
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
283
283
  /**
@@ -287,7 +287,7 @@ export declare class DatabaseMigrationClient {
287
287
  * @param ListConnectionsRequest
288
288
  * @return ListConnectionsResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
291
291
  */
292
292
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
293
293
  /**
@@ -297,7 +297,7 @@ export declare class DatabaseMigrationClient {
297
297
  * @param ListJobOutputsRequest
298
298
  * @return ListJobOutputsResponse
299
299
  * @throws OciError when an error occurs
300
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
301
301
  */
302
302
  listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
303
303
  /**
@@ -308,7 +308,7 @@ export declare class DatabaseMigrationClient {
308
308
  * @param ListJobsRequest
309
309
  * @return ListJobsResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
312
312
  */
313
313
  listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
314
314
  /**
@@ -318,7 +318,7 @@ export declare class DatabaseMigrationClient {
318
318
  * @param ListMigrationObjectTypesRequest
319
319
  * @return ListMigrationObjectTypesResponse
320
320
  * @throws OciError when an error occurs
321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
322
322
  */
323
323
  listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
324
324
  /**
@@ -328,7 +328,7 @@ export declare class DatabaseMigrationClient {
328
328
  * @param ListMigrationsRequest
329
329
  * @return ListMigrationsResponse
330
330
  * @throws OciError when an error occurs
331
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
332
332
  */
333
333
  listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
334
334
  /**
@@ -338,7 +338,7 @@ export declare class DatabaseMigrationClient {
338
338
  * @param ListWorkRequestErrorsRequest
339
339
  * @return ListWorkRequestErrorsResponse
340
340
  * @throws OciError when an error occurs
341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
342
342
  */
343
343
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
344
344
  /**
@@ -348,7 +348,7 @@ export declare class DatabaseMigrationClient {
348
348
  * @param ListWorkRequestLogsRequest
349
349
  * @return ListWorkRequestLogsResponse
350
350
  * @throws OciError when an error occurs
351
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
352
352
  */
353
353
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
354
354
  /**
@@ -358,7 +358,7 @@ export declare class DatabaseMigrationClient {
358
358
  * @param ListWorkRequestsRequest
359
359
  * @return ListWorkRequestsResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
362
362
  */
363
363
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
364
364
  /**
@@ -368,7 +368,7 @@ export declare class DatabaseMigrationClient {
368
368
  * @param ResumeJobRequest
369
369
  * @return ResumeJobResponse
370
370
  * @throws OciError when an error occurs
371
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
372
372
  */
373
373
  resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
374
374
  /**
@@ -378,7 +378,7 @@ export declare class DatabaseMigrationClient {
378
378
  * @param RetrieveSupportedPhasesRequest
379
379
  * @return RetrieveSupportedPhasesResponse
380
380
  * @throws OciError when an error occurs
381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
382
382
  */
383
383
  retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
384
384
  /**
@@ -388,7 +388,7 @@ export declare class DatabaseMigrationClient {
388
388
  * @param StartMigrationRequest
389
389
  * @return StartMigrationResponse
390
390
  * @throws OciError when an error occurs
391
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
392
392
  */
393
393
  startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
394
394
  /**
@@ -398,7 +398,7 @@ export declare class DatabaseMigrationClient {
398
398
  * @param UpdateAgentRequest
399
399
  * @return UpdateAgentResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
402
402
  */
403
403
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
404
404
  /**
@@ -408,7 +408,7 @@ export declare class DatabaseMigrationClient {
408
408
  * @param UpdateConnectionRequest
409
409
  * @return UpdateConnectionResponse
410
410
  * @throws OciError when an error occurs
411
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
412
412
  */
413
413
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
414
414
  /**
@@ -418,7 +418,7 @@ export declare class DatabaseMigrationClient {
418
418
  * @param UpdateJobRequest
419
419
  * @return UpdateJobResponse
420
420
  * @throws OciError when an error occurs
421
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
422
422
  */
423
423
  updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
424
424
  /**
@@ -428,7 +428,7 @@ export declare class DatabaseMigrationClient {
428
428
  * @param UpdateMigrationRequest
429
429
  * @return UpdateMigrationResponse
430
430
  * @throws OciError when an error occurs
431
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/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.16.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
432
432
  */
433
433
  updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
434
434
  }