oci-databasemigration 2.18.0 → 2.19.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 (43) hide show
  1. package/lib/client.d.ts +40 -40
  2. package/lib/client.js +40 -40
  3. package/lib/request/abort-job-request.d.ts +1 -1
  4. package/lib/request/add-migration-objects-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-excluded-objects-request.d.ts +1 -1
  27. package/lib/request/list-job-outputs-request.d.ts +1 -1
  28. package/lib/request/list-jobs-request.d.ts +1 -1
  29. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  30. package/lib/request/list-migration-objects-request.d.ts +1 -1
  31. package/lib/request/list-migrations-request.d.ts +1 -1
  32. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  33. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  34. package/lib/request/list-work-requests-request.d.ts +1 -1
  35. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  36. package/lib/request/resume-job-request.d.ts +1 -1
  37. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  38. package/lib/request/start-migration-request.d.ts +1 -1
  39. package/lib/request/update-agent-request.d.ts +1 -1
  40. package/lib/request/update-connection-request.d.ts +1 -1
  41. package/lib/request/update-job-request.d.ts +1 -1
  42. package/lib/request/update-migration-request.d.ts +1 -1
  43. 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.18.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.19.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 AddMigrationObjectsRequest
85
85
  * @return AddMigrationObjectsResponse
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.18.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
87
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
88
88
  */
89
89
  addMigrationObjects(addMigrationObjectsRequest: requests.AddMigrationObjectsRequest): Promise<responses.AddMigrationObjectsResponse>;
90
90
  /**
@@ -94,7 +94,7 @@ export declare class DatabaseMigrationClient {
94
94
  * @param ChangeAgentCompartmentRequest
95
95
  * @return ChangeAgentCompartmentResponse
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.18.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
97
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
98
98
  */
99
99
  changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
100
100
  /**
@@ -104,7 +104,7 @@ export declare class DatabaseMigrationClient {
104
104
  * @param ChangeConnectionCompartmentRequest
105
105
  * @return ChangeConnectionCompartmentResponse
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.18.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
107
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
108
108
  */
109
109
  changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
110
110
  /**
@@ -114,7 +114,7 @@ export declare class DatabaseMigrationClient {
114
114
  * @param ChangeMigrationCompartmentRequest
115
115
  * @return ChangeMigrationCompartmentResponse
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.18.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
118
118
  */
119
119
  changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
120
120
  /**
@@ -124,7 +124,7 @@ export declare class DatabaseMigrationClient {
124
124
  * @param CloneMigrationRequest
125
125
  * @return CloneMigrationResponse
126
126
  * @throws OciError when an error occurs
127
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
127
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
128
128
  */
129
129
  cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
130
130
  /**
@@ -135,7 +135,7 @@ export declare class DatabaseMigrationClient {
135
135
  * @param CreateConnectionRequest
136
136
  * @return CreateConnectionResponse
137
137
  * @throws OciError when an error occurs
138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
139
139
  */
140
140
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
141
141
  /**
@@ -147,7 +147,7 @@ export declare class DatabaseMigrationClient {
147
147
  * @param CreateMigrationRequest
148
148
  * @return CreateMigrationResponse
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.18.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
150
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
151
151
  */
152
152
  createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
153
153
  /**
@@ -157,7 +157,7 @@ export declare class DatabaseMigrationClient {
157
157
  * @param DeleteAgentRequest
158
158
  * @return DeleteAgentResponse
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.18.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
160
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
161
161
  */
162
162
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
163
163
  /**
@@ -167,7 +167,7 @@ export declare class DatabaseMigrationClient {
167
167
  * @param DeleteConnectionRequest
168
168
  * @return DeleteConnectionResponse
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.18.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
170
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
171
171
  */
172
172
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
173
173
  /**
@@ -177,7 +177,7 @@ export declare class DatabaseMigrationClient {
177
177
  * @param DeleteJobRequest
178
178
  * @return DeleteJobResponse
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.18.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
181
181
  */
182
182
  deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
183
183
  /**
@@ -187,7 +187,7 @@ export declare class DatabaseMigrationClient {
187
187
  * @param DeleteMigrationRequest
188
188
  * @return DeleteMigrationResponse
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.18.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
191
191
  */
192
192
  deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
193
193
  /**
@@ -197,7 +197,7 @@ export declare class DatabaseMigrationClient {
197
197
  * @param EvaluateMigrationRequest
198
198
  * @return EvaluateMigrationResponse
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.18.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
200
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
201
201
  */
202
202
  evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
203
203
  /**
@@ -207,7 +207,7 @@ export declare class DatabaseMigrationClient {
207
207
  * @param GetAdvisorReportRequest
208
208
  * @return GetAdvisorReportResponse
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.18.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
210
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
211
211
  */
212
212
  getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
213
213
  /**
@@ -217,7 +217,7 @@ export declare class DatabaseMigrationClient {
217
217
  * @param GetAgentRequest
218
218
  * @return GetAgentResponse
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.18.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
220
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
221
221
  */
222
222
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
223
223
  /**
@@ -227,7 +227,7 @@ export declare class DatabaseMigrationClient {
227
227
  * @param GetConnectionRequest
228
228
  * @return GetConnectionResponse
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.18.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
230
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
231
231
  */
232
232
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
233
233
  /**
@@ -237,7 +237,7 @@ export declare class DatabaseMigrationClient {
237
237
  * @param GetJobRequest
238
238
  * @return GetJobResponse
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.18.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
240
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
241
241
  */
242
242
  getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
243
243
  /**
@@ -247,7 +247,7 @@ export declare class DatabaseMigrationClient {
247
247
  * @param GetJobOutputContentRequest
248
248
  * @return GetJobOutputContentResponse
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.18.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
250
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
251
251
  */
252
252
  getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
253
253
  /**
@@ -257,7 +257,7 @@ export declare class DatabaseMigrationClient {
257
257
  * @param GetMigrationRequest
258
258
  * @return GetMigrationResponse
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.18.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
260
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
261
261
  */
262
262
  getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
263
263
  /**
@@ -267,7 +267,7 @@ export declare class DatabaseMigrationClient {
267
267
  * @param GetWorkRequestRequest
268
268
  * @return GetWorkRequestResponse
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.18.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
271
271
  */
272
272
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
273
273
  /**
@@ -277,7 +277,7 @@ export declare class DatabaseMigrationClient {
277
277
  * @param ListAgentImagesRequest
278
278
  * @return ListAgentImagesResponse
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.18.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
281
281
  */
282
282
  listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
283
283
  /**
@@ -287,7 +287,7 @@ export declare class DatabaseMigrationClient {
287
287
  * @param ListAgentsRequest
288
288
  * @return ListAgentsResponse
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.18.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
291
291
  */
292
292
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
293
293
  /**
@@ -297,7 +297,7 @@ export declare class DatabaseMigrationClient {
297
297
  * @param ListConnectionsRequest
298
298
  * @return ListConnectionsResponse
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.18.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
300
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
301
301
  */
302
302
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
303
303
  /**
@@ -307,7 +307,7 @@ export declare class DatabaseMigrationClient {
307
307
  * @param ListExcludedObjectsRequest
308
308
  * @return ListExcludedObjectsResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
311
311
  */
312
312
  listExcludedObjects(listExcludedObjectsRequest: requests.ListExcludedObjectsRequest): Promise<responses.ListExcludedObjectsResponse>;
313
313
  /**
@@ -317,7 +317,7 @@ export declare class DatabaseMigrationClient {
317
317
  * @param ListJobOutputsRequest
318
318
  * @return ListJobOutputsResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
321
321
  */
322
322
  listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
323
323
  /**
@@ -328,7 +328,7 @@ export declare class DatabaseMigrationClient {
328
328
  * @param ListJobsRequest
329
329
  * @return ListJobsResponse
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.18.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
331
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
332
332
  */
333
333
  listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
334
334
  /**
@@ -338,7 +338,7 @@ export declare class DatabaseMigrationClient {
338
338
  * @param ListMigrationObjectTypesRequest
339
339
  * @return ListMigrationObjectTypesResponse
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.18.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
342
342
  */
343
343
  listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
344
344
  /**
@@ -348,7 +348,7 @@ export declare class DatabaseMigrationClient {
348
348
  * @param ListMigrationObjectsRequest
349
349
  * @return ListMigrationObjectsResponse
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.18.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
351
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
352
352
  */
353
353
  listMigrationObjects(listMigrationObjectsRequest: requests.ListMigrationObjectsRequest): Promise<responses.ListMigrationObjectsResponse>;
354
354
  /**
@@ -358,7 +358,7 @@ export declare class DatabaseMigrationClient {
358
358
  * @param ListMigrationsRequest
359
359
  * @return ListMigrationsResponse
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.18.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
362
362
  */
363
363
  listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
364
364
  /**
@@ -368,7 +368,7 @@ export declare class DatabaseMigrationClient {
368
368
  * @param ListWorkRequestErrorsRequest
369
369
  * @return ListWorkRequestErrorsResponse
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.18.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
371
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
372
372
  */
373
373
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
374
374
  /**
@@ -378,7 +378,7 @@ export declare class DatabaseMigrationClient {
378
378
  * @param ListWorkRequestLogsRequest
379
379
  * @return ListWorkRequestLogsResponse
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.18.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
382
382
  */
383
383
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
384
384
  /**
@@ -388,7 +388,7 @@ export declare class DatabaseMigrationClient {
388
388
  * @param ListWorkRequestsRequest
389
389
  * @return ListWorkRequestsResponse
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.18.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
391
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
392
392
  */
393
393
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
394
394
  /**
@@ -398,7 +398,7 @@ export declare class DatabaseMigrationClient {
398
398
  * @param RemoveMigrationObjectsRequest
399
399
  * @return RemoveMigrationObjectsResponse
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.18.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
402
402
  */
403
403
  removeMigrationObjects(removeMigrationObjectsRequest: requests.RemoveMigrationObjectsRequest): Promise<responses.RemoveMigrationObjectsResponse>;
404
404
  /**
@@ -408,7 +408,7 @@ export declare class DatabaseMigrationClient {
408
408
  * @param ResumeJobRequest
409
409
  * @return ResumeJobResponse
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.18.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
411
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
412
412
  */
413
413
  resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
414
414
  /**
@@ -418,7 +418,7 @@ export declare class DatabaseMigrationClient {
418
418
  * @param RetrieveSupportedPhasesRequest
419
419
  * @return RetrieveSupportedPhasesResponse
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.18.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
421
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
422
422
  */
423
423
  retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
424
424
  /**
@@ -428,7 +428,7 @@ export declare class DatabaseMigrationClient {
428
428
  * @param StartMigrationRequest
429
429
  * @return StartMigrationResponse
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.18.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
431
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
432
432
  */
433
433
  startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
434
434
  /**
@@ -438,7 +438,7 @@ export declare class DatabaseMigrationClient {
438
438
  * @param UpdateAgentRequest
439
439
  * @return UpdateAgentResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
442
442
  */
443
443
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
444
444
  /**
@@ -448,7 +448,7 @@ export declare class DatabaseMigrationClient {
448
448
  * @param UpdateConnectionRequest
449
449
  * @return UpdateConnectionResponse
450
450
  * @throws OciError when an error occurs
451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
452
452
  */
453
453
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
454
454
  /**
@@ -458,7 +458,7 @@ export declare class DatabaseMigrationClient {
458
458
  * @param UpdateJobRequest
459
459
  * @return UpdateJobResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
462
462
  */
463
463
  updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
464
464
  /**
@@ -468,7 +468,7 @@ export declare class DatabaseMigrationClient {
468
468
  * @param UpdateMigrationRequest
469
469
  * @return UpdateMigrationResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
472
472
  */
473
473
  updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
474
474
  }
package/lib/client.js CHANGED
@@ -151,7 +151,7 @@ class DatabaseMigrationClient {
151
151
  * @param AbortJobRequest
152
152
  * @return AbortJobResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
155
155
  */
156
156
  abortJob(abortJobRequest) {
157
157
  return __awaiter(this, void 0, void 0, function* () {
@@ -215,7 +215,7 @@ class DatabaseMigrationClient {
215
215
  * @param AddMigrationObjectsRequest
216
216
  * @return AddMigrationObjectsResponse
217
217
  * @throws OciError when an error occurs
218
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
218
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
219
219
  */
220
220
  addMigrationObjects(addMigrationObjectsRequest) {
221
221
  return __awaiter(this, void 0, void 0, function* () {
@@ -270,7 +270,7 @@ class DatabaseMigrationClient {
270
270
  * @param ChangeAgentCompartmentRequest
271
271
  * @return ChangeAgentCompartmentResponse
272
272
  * @throws OciError when an error occurs
273
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
273
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
274
274
  */
275
275
  changeAgentCompartment(changeAgentCompartmentRequest) {
276
276
  return __awaiter(this, void 0, void 0, function* () {
@@ -326,7 +326,7 @@ class DatabaseMigrationClient {
326
326
  * @param ChangeConnectionCompartmentRequest
327
327
  * @return ChangeConnectionCompartmentResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
330
330
  */
331
331
  changeConnectionCompartment(changeConnectionCompartmentRequest) {
332
332
  return __awaiter(this, void 0, void 0, function* () {
@@ -382,7 +382,7 @@ class DatabaseMigrationClient {
382
382
  * @param ChangeMigrationCompartmentRequest
383
383
  * @return ChangeMigrationCompartmentResponse
384
384
  * @throws OciError when an error occurs
385
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
385
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
386
386
  */
387
387
  changeMigrationCompartment(changeMigrationCompartmentRequest) {
388
388
  return __awaiter(this, void 0, void 0, function* () {
@@ -438,7 +438,7 @@ class DatabaseMigrationClient {
438
438
  * @param CloneMigrationRequest
439
439
  * @return CloneMigrationResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
442
442
  */
443
443
  cloneMigration(cloneMigrationRequest) {
444
444
  return __awaiter(this, void 0, void 0, function* () {
@@ -509,7 +509,7 @@ class DatabaseMigrationClient {
509
509
  * @param CreateConnectionRequest
510
510
  * @return CreateConnectionResponse
511
511
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
513
513
  */
514
514
  createConnection(createConnectionRequest) {
515
515
  return __awaiter(this, void 0, void 0, function* () {
@@ -578,7 +578,7 @@ class DatabaseMigrationClient {
578
578
  * @param CreateMigrationRequest
579
579
  * @return CreateMigrationResponse
580
580
  * @throws OciError when an error occurs
581
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
581
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
582
582
  */
583
583
  createMigration(createMigrationRequest) {
584
584
  return __awaiter(this, void 0, void 0, function* () {
@@ -645,7 +645,7 @@ class DatabaseMigrationClient {
645
645
  * @param DeleteAgentRequest
646
646
  * @return DeleteAgentResponse
647
647
  * @throws OciError when an error occurs
648
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
648
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
649
649
  */
650
650
  deleteAgent(deleteAgentRequest) {
651
651
  return __awaiter(this, void 0, void 0, function* () {
@@ -704,7 +704,7 @@ class DatabaseMigrationClient {
704
704
  * @param DeleteConnectionRequest
705
705
  * @return DeleteConnectionResponse
706
706
  * @throws OciError when an error occurs
707
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
707
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
708
708
  */
709
709
  deleteConnection(deleteConnectionRequest) {
710
710
  return __awaiter(this, void 0, void 0, function* () {
@@ -763,7 +763,7 @@ class DatabaseMigrationClient {
763
763
  * @param DeleteJobRequest
764
764
  * @return DeleteJobResponse
765
765
  * @throws OciError when an error occurs
766
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
766
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
767
767
  */
768
768
  deleteJob(deleteJobRequest) {
769
769
  return __awaiter(this, void 0, void 0, function* () {
@@ -817,7 +817,7 @@ class DatabaseMigrationClient {
817
817
  * @param DeleteMigrationRequest
818
818
  * @return DeleteMigrationResponse
819
819
  * @throws OciError when an error occurs
820
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
820
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
821
821
  */
822
822
  deleteMigration(deleteMigrationRequest) {
823
823
  return __awaiter(this, void 0, void 0, function* () {
@@ -876,7 +876,7 @@ class DatabaseMigrationClient {
876
876
  * @param EvaluateMigrationRequest
877
877
  * @return EvaluateMigrationResponse
878
878
  * @throws OciError when an error occurs
879
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
879
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
880
880
  */
881
881
  evaluateMigration(evaluateMigrationRequest) {
882
882
  return __awaiter(this, void 0, void 0, function* () {
@@ -945,7 +945,7 @@ class DatabaseMigrationClient {
945
945
  * @param GetAdvisorReportRequest
946
946
  * @return GetAdvisorReportResponse
947
947
  * @throws OciError when an error occurs
948
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
948
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
949
949
  */
950
950
  getAdvisorReport(getAdvisorReportRequest) {
951
951
  return __awaiter(this, void 0, void 0, function* () {
@@ -1007,7 +1007,7 @@ class DatabaseMigrationClient {
1007
1007
  * @param GetAgentRequest
1008
1008
  * @return GetAgentResponse
1009
1009
  * @throws OciError when an error occurs
1010
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1010
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1011
1011
  */
1012
1012
  getAgent(getAgentRequest) {
1013
1013
  return __awaiter(this, void 0, void 0, function* () {
@@ -1069,7 +1069,7 @@ class DatabaseMigrationClient {
1069
1069
  * @param GetConnectionRequest
1070
1070
  * @return GetConnectionResponse
1071
1071
  * @throws OciError when an error occurs
1072
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1072
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1073
1073
  */
1074
1074
  getConnection(getConnectionRequest) {
1075
1075
  return __awaiter(this, void 0, void 0, function* () {
@@ -1131,7 +1131,7 @@ class DatabaseMigrationClient {
1131
1131
  * @param GetJobRequest
1132
1132
  * @return GetJobResponse
1133
1133
  * @throws OciError when an error occurs
1134
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1134
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1135
1135
  */
1136
1136
  getJob(getJobRequest) {
1137
1137
  return __awaiter(this, void 0, void 0, function* () {
@@ -1193,7 +1193,7 @@ class DatabaseMigrationClient {
1193
1193
  * @param GetJobOutputContentRequest
1194
1194
  * @return GetJobOutputContentResponse
1195
1195
  * @throws OciError when an error occurs
1196
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1196
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1197
1197
  */
1198
1198
  getJobOutputContent(getJobOutputContentRequest) {
1199
1199
  return __awaiter(this, void 0, void 0, function* () {
@@ -1249,7 +1249,7 @@ class DatabaseMigrationClient {
1249
1249
  * @param GetMigrationRequest
1250
1250
  * @return GetMigrationResponse
1251
1251
  * @throws OciError when an error occurs
1252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1253
1253
  */
1254
1254
  getMigration(getMigrationRequest) {
1255
1255
  return __awaiter(this, void 0, void 0, function* () {
@@ -1312,7 +1312,7 @@ class DatabaseMigrationClient {
1312
1312
  * @param GetWorkRequestRequest
1313
1313
  * @return GetWorkRequestResponse
1314
1314
  * @throws OciError when an error occurs
1315
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1315
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1316
1316
  */
1317
1317
  getWorkRequest(getWorkRequestRequest) {
1318
1318
  return __awaiter(this, void 0, void 0, function* () {
@@ -1369,7 +1369,7 @@ class DatabaseMigrationClient {
1369
1369
  * @param ListAgentImagesRequest
1370
1370
  * @return ListAgentImagesResponse
1371
1371
  * @throws OciError when an error occurs
1372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1373
1373
  */
1374
1374
  listAgentImages(listAgentImagesRequest) {
1375
1375
  return __awaiter(this, void 0, void 0, function* () {
@@ -1433,7 +1433,7 @@ class DatabaseMigrationClient {
1433
1433
  * @param ListAgentsRequest
1434
1434
  * @return ListAgentsResponse
1435
1435
  * @throws OciError when an error occurs
1436
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1436
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1437
1437
  */
1438
1438
  listAgents(listAgentsRequest) {
1439
1439
  return __awaiter(this, void 0, void 0, function* () {
@@ -1501,7 +1501,7 @@ class DatabaseMigrationClient {
1501
1501
  * @param ListConnectionsRequest
1502
1502
  * @return ListConnectionsResponse
1503
1503
  * @throws OciError when an error occurs
1504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1505
1505
  */
1506
1506
  listConnections(listConnectionsRequest) {
1507
1507
  return __awaiter(this, void 0, void 0, function* () {
@@ -1569,7 +1569,7 @@ class DatabaseMigrationClient {
1569
1569
  * @param ListExcludedObjectsRequest
1570
1570
  * @return ListExcludedObjectsResponse
1571
1571
  * @throws OciError when an error occurs
1572
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1572
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1573
1573
  */
1574
1574
  listExcludedObjects(listExcludedObjectsRequest) {
1575
1575
  return __awaiter(this, void 0, void 0, function* () {
@@ -1643,7 +1643,7 @@ class DatabaseMigrationClient {
1643
1643
  * @param ListJobOutputsRequest
1644
1644
  * @return ListJobOutputsResponse
1645
1645
  * @throws OciError when an error occurs
1646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1647
1647
  */
1648
1648
  listJobOutputs(listJobOutputsRequest) {
1649
1649
  return __awaiter(this, void 0, void 0, function* () {
@@ -1709,7 +1709,7 @@ class DatabaseMigrationClient {
1709
1709
  * @param ListJobsRequest
1710
1710
  * @return ListJobsResponse
1711
1711
  * @throws OciError when an error occurs
1712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1713
1713
  */
1714
1714
  listJobs(listJobsRequest) {
1715
1715
  return __awaiter(this, void 0, void 0, function* () {
@@ -1777,7 +1777,7 @@ class DatabaseMigrationClient {
1777
1777
  * @param ListMigrationObjectTypesRequest
1778
1778
  * @return ListMigrationObjectTypesResponse
1779
1779
  * @throws OciError when an error occurs
1780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1781
1781
  */
1782
1782
  listMigrationObjectTypes(listMigrationObjectTypesRequest) {
1783
1783
  return __awaiter(this, void 0, void 0, function* () {
@@ -1842,7 +1842,7 @@ class DatabaseMigrationClient {
1842
1842
  * @param ListMigrationObjectsRequest
1843
1843
  * @return ListMigrationObjectsResponse
1844
1844
  * @throws OciError when an error occurs
1845
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1845
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1846
1846
  */
1847
1847
  listMigrationObjects(listMigrationObjectsRequest) {
1848
1848
  return __awaiter(this, void 0, void 0, function* () {
@@ -1908,7 +1908,7 @@ class DatabaseMigrationClient {
1908
1908
  * @param ListMigrationsRequest
1909
1909
  * @return ListMigrationsResponse
1910
1910
  * @throws OciError when an error occurs
1911
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
1911
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
1912
1912
  */
1913
1913
  listMigrations(listMigrationsRequest) {
1914
1914
  return __awaiter(this, void 0, void 0, function* () {
@@ -1977,7 +1977,7 @@ class DatabaseMigrationClient {
1977
1977
  * @param ListWorkRequestErrorsRequest
1978
1978
  * @return ListWorkRequestErrorsResponse
1979
1979
  * @throws OciError when an error occurs
1980
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1981
1981
  */
1982
1982
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1983
1983
  return __awaiter(this, void 0, void 0, function* () {
@@ -2044,7 +2044,7 @@ class DatabaseMigrationClient {
2044
2044
  * @param ListWorkRequestLogsRequest
2045
2045
  * @return ListWorkRequestLogsResponse
2046
2046
  * @throws OciError when an error occurs
2047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2048
2048
  */
2049
2049
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2050
2050
  return __awaiter(this, void 0, void 0, function* () {
@@ -2111,7 +2111,7 @@ class DatabaseMigrationClient {
2111
2111
  * @param ListWorkRequestsRequest
2112
2112
  * @return ListWorkRequestsResponse
2113
2113
  * @throws OciError when an error occurs
2114
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2115
2115
  */
2116
2116
  listWorkRequests(listWorkRequestsRequest) {
2117
2117
  return __awaiter(this, void 0, void 0, function* () {
@@ -2179,7 +2179,7 @@ class DatabaseMigrationClient {
2179
2179
  * @param RemoveMigrationObjectsRequest
2180
2180
  * @return RemoveMigrationObjectsResponse
2181
2181
  * @throws OciError when an error occurs
2182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2183
2183
  */
2184
2184
  removeMigrationObjects(removeMigrationObjectsRequest) {
2185
2185
  return __awaiter(this, void 0, void 0, function* () {
@@ -2234,7 +2234,7 @@ class DatabaseMigrationClient {
2234
2234
  * @param ResumeJobRequest
2235
2235
  * @return ResumeJobResponse
2236
2236
  * @throws OciError when an error occurs
2237
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2237
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2238
2238
  */
2239
2239
  resumeJob(resumeJobRequest) {
2240
2240
  return __awaiter(this, void 0, void 0, function* () {
@@ -2299,7 +2299,7 @@ class DatabaseMigrationClient {
2299
2299
  * @param RetrieveSupportedPhasesRequest
2300
2300
  * @return RetrieveSupportedPhasesResponse
2301
2301
  * @throws OciError when an error occurs
2302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2303
2303
  */
2304
2304
  retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
2305
2305
  return __awaiter(this, void 0, void 0, function* () {
@@ -2356,7 +2356,7 @@ class DatabaseMigrationClient {
2356
2356
  * @param StartMigrationRequest
2357
2357
  * @return StartMigrationResponse
2358
2358
  * @throws OciError when an error occurs
2359
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2359
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2360
2360
  */
2361
2361
  startMigration(startMigrationRequest) {
2362
2362
  return __awaiter(this, void 0, void 0, function* () {
@@ -2426,7 +2426,7 @@ class DatabaseMigrationClient {
2426
2426
  * @param UpdateAgentRequest
2427
2427
  * @return UpdateAgentResponse
2428
2428
  * @throws OciError when an error occurs
2429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2430
2430
  */
2431
2431
  updateAgent(updateAgentRequest) {
2432
2432
  return __awaiter(this, void 0, void 0, function* () {
@@ -2491,7 +2491,7 @@ class DatabaseMigrationClient {
2491
2491
  * @param UpdateConnectionRequest
2492
2492
  * @return UpdateConnectionResponse
2493
2493
  * @throws OciError when an error occurs
2494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2495
2495
  */
2496
2496
  updateConnection(updateConnectionRequest) {
2497
2497
  return __awaiter(this, void 0, void 0, function* () {
@@ -2551,7 +2551,7 @@ class DatabaseMigrationClient {
2551
2551
  * @param UpdateJobRequest
2552
2552
  * @return UpdateJobResponse
2553
2553
  * @throws OciError when an error occurs
2554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2555
2555
  */
2556
2556
  updateJob(updateJobRequest) {
2557
2557
  return __awaiter(this, void 0, void 0, function* () {
@@ -2615,7 +2615,7 @@ class DatabaseMigrationClient {
2615
2615
  * @param UpdateMigrationRequest
2616
2616
  * @return UpdateMigrationResponse
2617
2617
  * @throws OciError when an error occurs
2618
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2618
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2619
2619
  */
2620
2620
  updateMigration(updateMigrationRequest) {
2621
2621
  return __awaiter(this, void 0, void 0, function* () {
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJobRequest.
16
16
  */
17
17
  export interface AbortJobRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjectsRequest.
17
17
  */
18
18
  export interface AddMigrationObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
17
17
  */
18
18
  export interface ChangeAgentCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartmentRequest.
17
17
  */
18
18
  export interface ChangeConnectionCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartmentRequest.
17
17
  */
18
18
  export interface ChangeMigrationCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigrationRequest.
17
17
  */
18
18
  export interface CloneMigrationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnectionRequest.
17
17
  */
18
18
  export interface CreateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigrationRequest.
17
17
  */
18
18
  export interface CreateMigrationRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
16
16
  */
17
17
  export interface DeleteAgentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnectionRequest.
16
16
  */
17
17
  export interface DeleteConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJobRequest.
16
16
  */
17
17
  export interface DeleteJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigrationRequest.
16
16
  */
17
17
  export interface DeleteMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigrationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigrationRequest.
16
16
  */
17
17
  export interface EvaluateMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReportRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReportRequest.
16
16
  */
17
17
  export interface GetAdvisorReportRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgentRequest.
16
16
  */
17
17
  export interface GetAgentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnectionRequest.
16
16
  */
17
17
  export interface GetConnectionRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContentRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContentRequest.
16
16
  */
17
17
  export interface GetJobOutputContentRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetJob.ts.html |here} to see how to use GetJobRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetJob.ts.html |here} to see how to use GetJobRequest.
16
16
  */
17
17
  export interface GetJobRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigrationRequest.
16
16
  */
17
17
  export interface GetMigrationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
16
16
  */
17
17
  export interface GetWorkRequestRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImagesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImagesRequest.
17
17
  */
18
18
  export interface ListAgentImagesRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgentsRequest.
17
17
  */
18
18
  export interface ListAgentsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnectionsRequest.
17
17
  */
18
18
  export interface ListConnectionsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjectsRequest.
17
17
  */
18
18
  export interface ListExcludedObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputsRequest.
16
16
  */
17
17
  export interface ListJobOutputsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobsRequest.
17
17
  */
18
18
  export interface ListJobsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypesRequest.
17
17
  */
18
18
  export interface ListMigrationObjectTypesRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjectsRequest.
16
16
  */
17
17
  export interface ListMigrationObjectsRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrationsRequest.
17
17
  */
18
18
  export interface ListMigrationsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
17
17
  */
18
18
  export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
17
17
  */
18
18
  export interface ListWorkRequestLogsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
17
17
  */
18
18
  export interface ListWorkRequestsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjectsRequest.
17
17
  */
18
18
  export interface RemoveMigrationObjectsRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJobRequest.
17
17
  */
18
18
  export interface ResumeJobRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhasesRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhasesRequest.
16
16
  */
17
17
  export interface RetrieveSupportedPhasesRequest extends common.BaseRequest {
18
18
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigrationRequest.
17
17
  */
18
18
  export interface StartMigrationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
17
17
  */
18
18
  export interface UpdateAgentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnectionRequest.
17
17
  */
18
18
  export interface UpdateConnectionRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJobRequest.
17
17
  */
18
18
  export interface UpdateJobRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.18.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.19.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigrationRequest.
17
17
  */
18
18
  export interface UpdateMigrationRequest extends common.BaseRequest {
19
19
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "oci-databasemigration",
3
- "version": "2.18.0",
3
+ "version": "2.19.0",
4
4
  "description": "OCI NodeJS client for Database Migration Service",
5
5
  "repository": {
6
6
  "type": "git",
@@ -15,8 +15,8 @@
15
15
  },
16
16
  "license": "(UPL-1.0 OR Apache-2.0)",
17
17
  "dependencies": {
18
- "oci-common": "2.18.0",
19
- "oci-workrequests": "2.18.0"
18
+ "oci-common": "2.19.0",
19
+ "oci-workrequests": "2.19.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"