oci-databasemigration 2.25.0 → 2.26.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
@@ -75,7 +75,7 @@ export declare class DatabaseMigrationClient {
75
75
  * @param AbortJobRequest
76
76
  * @return AbortJobResponse
77
77
  * @throws OciError when an error occurs
78
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
78
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
79
79
  */
80
80
  abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
81
81
  /**
@@ -85,7 +85,7 @@ export declare class DatabaseMigrationClient {
85
85
  * @param AddMigrationObjectsRequest
86
86
  * @return AddMigrationObjectsResponse
87
87
  * @throws OciError when an error occurs
88
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
88
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
89
89
  */
90
90
  addMigrationObjects(addMigrationObjectsRequest: requests.AddMigrationObjectsRequest): Promise<responses.AddMigrationObjectsResponse>;
91
91
  /**
@@ -95,7 +95,7 @@ export declare class DatabaseMigrationClient {
95
95
  * @param ChangeAgentCompartmentRequest
96
96
  * @return ChangeAgentCompartmentResponse
97
97
  * @throws OciError when an error occurs
98
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
98
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
99
99
  */
100
100
  changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
101
101
  /**
@@ -105,7 +105,7 @@ export declare class DatabaseMigrationClient {
105
105
  * @param ChangeConnectionCompartmentRequest
106
106
  * @return ChangeConnectionCompartmentResponse
107
107
  * @throws OciError when an error occurs
108
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
108
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
109
109
  */
110
110
  changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
111
111
  /**
@@ -115,7 +115,7 @@ export declare class DatabaseMigrationClient {
115
115
  * @param ChangeMigrationCompartmentRequest
116
116
  * @return ChangeMigrationCompartmentResponse
117
117
  * @throws OciError when an error occurs
118
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
118
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
119
119
  */
120
120
  changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
121
121
  /**
@@ -125,7 +125,7 @@ export declare class DatabaseMigrationClient {
125
125
  * @param CloneMigrationRequest
126
126
  * @return CloneMigrationResponse
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.25.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
129
129
  */
130
130
  cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
131
131
  /**
@@ -136,7 +136,7 @@ export declare class DatabaseMigrationClient {
136
136
  * @param CreateConnectionRequest
137
137
  * @return CreateConnectionResponse
138
138
  * @throws OciError when an error occurs
139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
140
140
  */
141
141
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
142
142
  /**
@@ -148,7 +148,7 @@ export declare class DatabaseMigrationClient {
148
148
  * @param CreateMigrationRequest
149
149
  * @return CreateMigrationResponse
150
150
  * @throws OciError when an error occurs
151
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
151
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
152
152
  */
153
153
  createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
154
154
  /**
@@ -158,7 +158,7 @@ export declare class DatabaseMigrationClient {
158
158
  * @param DeleteAgentRequest
159
159
  * @return DeleteAgentResponse
160
160
  * @throws OciError when an error occurs
161
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
161
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
162
162
  */
163
163
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
164
164
  /**
@@ -168,7 +168,7 @@ export declare class DatabaseMigrationClient {
168
168
  * @param DeleteConnectionRequest
169
169
  * @return DeleteConnectionResponse
170
170
  * @throws OciError when an error occurs
171
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
171
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
172
172
  */
173
173
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
174
174
  /**
@@ -178,7 +178,7 @@ export declare class DatabaseMigrationClient {
178
178
  * @param DeleteJobRequest
179
179
  * @return DeleteJobResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
182
182
  */
183
183
  deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
184
184
  /**
@@ -188,7 +188,7 @@ export declare class DatabaseMigrationClient {
188
188
  * @param DeleteMigrationRequest
189
189
  * @return DeleteMigrationResponse
190
190
  * @throws OciError when an error occurs
191
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
191
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
192
192
  */
193
193
  deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
194
194
  /**
@@ -198,7 +198,7 @@ export declare class DatabaseMigrationClient {
198
198
  * @param EvaluateMigrationRequest
199
199
  * @return EvaluateMigrationResponse
200
200
  * @throws OciError when an error occurs
201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
202
202
  */
203
203
  evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
204
204
  /**
@@ -208,7 +208,7 @@ export declare class DatabaseMigrationClient {
208
208
  * @param GetAdvisorReportRequest
209
209
  * @return GetAdvisorReportResponse
210
210
  * @throws OciError when an error occurs
211
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
211
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
212
212
  */
213
213
  getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
214
214
  /**
@@ -218,7 +218,7 @@ export declare class DatabaseMigrationClient {
218
218
  * @param GetAgentRequest
219
219
  * @return GetAgentResponse
220
220
  * @throws OciError when an error occurs
221
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
221
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
222
222
  */
223
223
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
224
224
  /**
@@ -228,7 +228,7 @@ export declare class DatabaseMigrationClient {
228
228
  * @param GetConnectionRequest
229
229
  * @return GetConnectionResponse
230
230
  * @throws OciError when an error occurs
231
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
231
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
232
232
  */
233
233
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
234
234
  /**
@@ -238,7 +238,7 @@ export declare class DatabaseMigrationClient {
238
238
  * @param GetJobRequest
239
239
  * @return GetJobResponse
240
240
  * @throws OciError when an error occurs
241
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
241
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
242
242
  */
243
243
  getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
244
244
  /**
@@ -248,7 +248,7 @@ export declare class DatabaseMigrationClient {
248
248
  * @param GetJobOutputContentRequest
249
249
  * @return GetJobOutputContentResponse
250
250
  * @throws OciError when an error occurs
251
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
251
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
252
252
  */
253
253
  getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
254
254
  /**
@@ -258,7 +258,7 @@ export declare class DatabaseMigrationClient {
258
258
  * @param GetMigrationRequest
259
259
  * @return GetMigrationResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
262
262
  */
263
263
  getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
264
264
  /**
@@ -268,7 +268,7 @@ export declare class DatabaseMigrationClient {
268
268
  * @param GetWorkRequestRequest
269
269
  * @return GetWorkRequestResponse
270
270
  * @throws OciError when an error occurs
271
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
271
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
272
272
  */
273
273
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
274
274
  /**
@@ -278,7 +278,7 @@ export declare class DatabaseMigrationClient {
278
278
  * @param ListAgentImagesRequest
279
279
  * @return ListAgentImagesResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
282
282
  */
283
283
  listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
284
284
  /**
@@ -288,7 +288,7 @@ export declare class DatabaseMigrationClient {
288
288
  * @param ListAgentsRequest
289
289
  * @return ListAgentsResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
292
292
  */
293
293
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
294
294
  /**
@@ -298,7 +298,7 @@ export declare class DatabaseMigrationClient {
298
298
  * @param ListConnectionsRequest
299
299
  * @return ListConnectionsResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
302
302
  */
303
303
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
304
304
  /**
@@ -308,7 +308,7 @@ export declare class DatabaseMigrationClient {
308
308
  * @param ListExcludedObjectsRequest
309
309
  * @return ListExcludedObjectsResponse
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.25.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
312
312
  */
313
313
  listExcludedObjects(listExcludedObjectsRequest: requests.ListExcludedObjectsRequest): Promise<responses.ListExcludedObjectsResponse>;
314
314
  /**
@@ -318,7 +318,7 @@ export declare class DatabaseMigrationClient {
318
318
  * @param ListJobOutputsRequest
319
319
  * @return ListJobOutputsResponse
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.25.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
322
322
  */
323
323
  listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
324
324
  /**
@@ -329,7 +329,7 @@ export declare class DatabaseMigrationClient {
329
329
  * @param ListJobsRequest
330
330
  * @return ListJobsResponse
331
331
  * @throws OciError when an error occurs
332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
333
333
  */
334
334
  listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
335
335
  /**
@@ -339,7 +339,7 @@ export declare class DatabaseMigrationClient {
339
339
  * @param ListMigrationObjectTypesRequest
340
340
  * @return ListMigrationObjectTypesResponse
341
341
  * @throws OciError when an error occurs
342
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
342
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
343
343
  */
344
344
  listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
345
345
  /**
@@ -349,7 +349,7 @@ export declare class DatabaseMigrationClient {
349
349
  * @param ListMigrationObjectsRequest
350
350
  * @return ListMigrationObjectsResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
353
353
  */
354
354
  listMigrationObjects(listMigrationObjectsRequest: requests.ListMigrationObjectsRequest): Promise<responses.ListMigrationObjectsResponse>;
355
355
  /**
@@ -359,7 +359,7 @@ export declare class DatabaseMigrationClient {
359
359
  * @param ListMigrationsRequest
360
360
  * @return ListMigrationsResponse
361
361
  * @throws OciError when an error occurs
362
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
362
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
363
363
  */
364
364
  listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
365
365
  /**
@@ -369,7 +369,7 @@ export declare class DatabaseMigrationClient {
369
369
  * @param ListWorkRequestErrorsRequest
370
370
  * @return ListWorkRequestErrorsResponse
371
371
  * @throws OciError when an error occurs
372
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
372
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
373
373
  */
374
374
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
375
375
  /**
@@ -379,7 +379,7 @@ export declare class DatabaseMigrationClient {
379
379
  * @param ListWorkRequestLogsRequest
380
380
  * @return ListWorkRequestLogsResponse
381
381
  * @throws OciError when an error occurs
382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
383
383
  */
384
384
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
385
385
  /**
@@ -389,7 +389,7 @@ export declare class DatabaseMigrationClient {
389
389
  * @param ListWorkRequestsRequest
390
390
  * @return ListWorkRequestsResponse
391
391
  * @throws OciError when an error occurs
392
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
392
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
393
393
  */
394
394
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
395
395
  /**
@@ -399,7 +399,7 @@ export declare class DatabaseMigrationClient {
399
399
  * @param RemoveMigrationObjectsRequest
400
400
  * @return RemoveMigrationObjectsResponse
401
401
  * @throws OciError when an error occurs
402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
403
403
  */
404
404
  removeMigrationObjects(removeMigrationObjectsRequest: requests.RemoveMigrationObjectsRequest): Promise<responses.RemoveMigrationObjectsResponse>;
405
405
  /**
@@ -409,7 +409,7 @@ export declare class DatabaseMigrationClient {
409
409
  * @param ResumeJobRequest
410
410
  * @return ResumeJobResponse
411
411
  * @throws OciError when an error occurs
412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
413
413
  */
414
414
  resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
415
415
  /**
@@ -419,7 +419,7 @@ export declare class DatabaseMigrationClient {
419
419
  * @param RetrieveSupportedPhasesRequest
420
420
  * @return RetrieveSupportedPhasesResponse
421
421
  * @throws OciError when an error occurs
422
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
422
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
423
423
  */
424
424
  retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
425
425
  /**
@@ -429,7 +429,7 @@ export declare class DatabaseMigrationClient {
429
429
  * @param StartMigrationRequest
430
430
  * @return StartMigrationResponse
431
431
  * @throws OciError when an error occurs
432
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
432
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
433
433
  */
434
434
  startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
435
435
  /**
@@ -439,7 +439,7 @@ export declare class DatabaseMigrationClient {
439
439
  * @param UpdateAgentRequest
440
440
  * @return UpdateAgentResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
443
443
  */
444
444
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
445
445
  /**
@@ -449,7 +449,7 @@ export declare class DatabaseMigrationClient {
449
449
  * @param UpdateConnectionRequest
450
450
  * @return UpdateConnectionResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
453
453
  */
454
454
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
455
455
  /**
@@ -459,7 +459,7 @@ export declare class DatabaseMigrationClient {
459
459
  * @param UpdateJobRequest
460
460
  * @return UpdateJobResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
463
463
  */
464
464
  updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
465
465
  /**
@@ -469,7 +469,7 @@ export declare class DatabaseMigrationClient {
469
469
  * @param UpdateMigrationRequest
470
470
  * @return UpdateMigrationResponse
471
471
  * @throws OciError when an error occurs
472
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
472
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
473
473
  */
474
474
  updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
475
475
  }
package/lib/client.js CHANGED
@@ -156,7 +156,7 @@ class DatabaseMigrationClient {
156
156
  * @param AbortJobRequest
157
157
  * @return AbortJobResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
160
160
  */
161
161
  abortJob(abortJobRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -220,7 +220,7 @@ class DatabaseMigrationClient {
220
220
  * @param AddMigrationObjectsRequest
221
221
  * @return AddMigrationObjectsResponse
222
222
  * @throws OciError when an error occurs
223
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
223
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
224
224
  */
225
225
  addMigrationObjects(addMigrationObjectsRequest) {
226
226
  return __awaiter(this, void 0, void 0, function* () {
@@ -275,7 +275,7 @@ class DatabaseMigrationClient {
275
275
  * @param ChangeAgentCompartmentRequest
276
276
  * @return ChangeAgentCompartmentResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
279
279
  */
280
280
  changeAgentCompartment(changeAgentCompartmentRequest) {
281
281
  return __awaiter(this, void 0, void 0, function* () {
@@ -331,7 +331,7 @@ class DatabaseMigrationClient {
331
331
  * @param ChangeConnectionCompartmentRequest
332
332
  * @return ChangeConnectionCompartmentResponse
333
333
  * @throws OciError when an error occurs
334
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
334
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
335
335
  */
336
336
  changeConnectionCompartment(changeConnectionCompartmentRequest) {
337
337
  return __awaiter(this, void 0, void 0, function* () {
@@ -387,7 +387,7 @@ class DatabaseMigrationClient {
387
387
  * @param ChangeMigrationCompartmentRequest
388
388
  * @return ChangeMigrationCompartmentResponse
389
389
  * @throws OciError when an error occurs
390
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
390
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
391
391
  */
392
392
  changeMigrationCompartment(changeMigrationCompartmentRequest) {
393
393
  return __awaiter(this, void 0, void 0, function* () {
@@ -443,7 +443,7 @@ class DatabaseMigrationClient {
443
443
  * @param CloneMigrationRequest
444
444
  * @return CloneMigrationResponse
445
445
  * @throws OciError when an error occurs
446
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
446
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
447
447
  */
448
448
  cloneMigration(cloneMigrationRequest) {
449
449
  return __awaiter(this, void 0, void 0, function* () {
@@ -514,7 +514,7 @@ class DatabaseMigrationClient {
514
514
  * @param CreateConnectionRequest
515
515
  * @return CreateConnectionResponse
516
516
  * @throws OciError when an error occurs
517
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
517
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
518
518
  */
519
519
  createConnection(createConnectionRequest) {
520
520
  return __awaiter(this, void 0, void 0, function* () {
@@ -583,7 +583,7 @@ class DatabaseMigrationClient {
583
583
  * @param CreateMigrationRequest
584
584
  * @return CreateMigrationResponse
585
585
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
587
587
  */
588
588
  createMigration(createMigrationRequest) {
589
589
  return __awaiter(this, void 0, void 0, function* () {
@@ -650,7 +650,7 @@ class DatabaseMigrationClient {
650
650
  * @param DeleteAgentRequest
651
651
  * @return DeleteAgentResponse
652
652
  * @throws OciError when an error occurs
653
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
653
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
654
654
  */
655
655
  deleteAgent(deleteAgentRequest) {
656
656
  return __awaiter(this, void 0, void 0, function* () {
@@ -709,7 +709,7 @@ class DatabaseMigrationClient {
709
709
  * @param DeleteConnectionRequest
710
710
  * @return DeleteConnectionResponse
711
711
  * @throws OciError when an error occurs
712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
713
713
  */
714
714
  deleteConnection(deleteConnectionRequest) {
715
715
  return __awaiter(this, void 0, void 0, function* () {
@@ -768,7 +768,7 @@ class DatabaseMigrationClient {
768
768
  * @param DeleteJobRequest
769
769
  * @return DeleteJobResponse
770
770
  * @throws OciError when an error occurs
771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
772
772
  */
773
773
  deleteJob(deleteJobRequest) {
774
774
  return __awaiter(this, void 0, void 0, function* () {
@@ -822,7 +822,7 @@ class DatabaseMigrationClient {
822
822
  * @param DeleteMigrationRequest
823
823
  * @return DeleteMigrationResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
826
826
  */
827
827
  deleteMigration(deleteMigrationRequest) {
828
828
  return __awaiter(this, void 0, void 0, function* () {
@@ -881,7 +881,7 @@ class DatabaseMigrationClient {
881
881
  * @param EvaluateMigrationRequest
882
882
  * @return EvaluateMigrationResponse
883
883
  * @throws OciError when an error occurs
884
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
884
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
885
885
  */
886
886
  evaluateMigration(evaluateMigrationRequest) {
887
887
  return __awaiter(this, void 0, void 0, function* () {
@@ -950,7 +950,7 @@ class DatabaseMigrationClient {
950
950
  * @param GetAdvisorReportRequest
951
951
  * @return GetAdvisorReportResponse
952
952
  * @throws OciError when an error occurs
953
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
953
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
954
954
  */
955
955
  getAdvisorReport(getAdvisorReportRequest) {
956
956
  return __awaiter(this, void 0, void 0, function* () {
@@ -1012,7 +1012,7 @@ class DatabaseMigrationClient {
1012
1012
  * @param GetAgentRequest
1013
1013
  * @return GetAgentResponse
1014
1014
  * @throws OciError when an error occurs
1015
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1015
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
1016
1016
  */
1017
1017
  getAgent(getAgentRequest) {
1018
1018
  return __awaiter(this, void 0, void 0, function* () {
@@ -1074,7 +1074,7 @@ class DatabaseMigrationClient {
1074
1074
  * @param GetConnectionRequest
1075
1075
  * @return GetConnectionResponse
1076
1076
  * @throws OciError when an error occurs
1077
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1077
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
1078
1078
  */
1079
1079
  getConnection(getConnectionRequest) {
1080
1080
  return __awaiter(this, void 0, void 0, function* () {
@@ -1136,7 +1136,7 @@ class DatabaseMigrationClient {
1136
1136
  * @param GetJobRequest
1137
1137
  * @return GetJobResponse
1138
1138
  * @throws OciError when an error occurs
1139
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1139
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
1140
1140
  */
1141
1141
  getJob(getJobRequest) {
1142
1142
  return __awaiter(this, void 0, void 0, function* () {
@@ -1198,7 +1198,7 @@ class DatabaseMigrationClient {
1198
1198
  * @param GetJobOutputContentRequest
1199
1199
  * @return GetJobOutputContentResponse
1200
1200
  * @throws OciError when an error occurs
1201
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1201
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
1202
1202
  */
1203
1203
  getJobOutputContent(getJobOutputContentRequest) {
1204
1204
  return __awaiter(this, void 0, void 0, function* () {
@@ -1254,7 +1254,7 @@ class DatabaseMigrationClient {
1254
1254
  * @param GetMigrationRequest
1255
1255
  * @return GetMigrationResponse
1256
1256
  * @throws OciError when an error occurs
1257
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1257
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
1258
1258
  */
1259
1259
  getMigration(getMigrationRequest) {
1260
1260
  return __awaiter(this, void 0, void 0, function* () {
@@ -1317,7 +1317,7 @@ class DatabaseMigrationClient {
1317
1317
  * @param GetWorkRequestRequest
1318
1318
  * @return GetWorkRequestResponse
1319
1319
  * @throws OciError when an error occurs
1320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1321
1321
  */
1322
1322
  getWorkRequest(getWorkRequestRequest) {
1323
1323
  return __awaiter(this, void 0, void 0, function* () {
@@ -1374,7 +1374,7 @@ class DatabaseMigrationClient {
1374
1374
  * @param ListAgentImagesRequest
1375
1375
  * @return ListAgentImagesResponse
1376
1376
  * @throws OciError when an error occurs
1377
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1377
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
1378
1378
  */
1379
1379
  listAgentImages(listAgentImagesRequest) {
1380
1380
  return __awaiter(this, void 0, void 0, function* () {
@@ -1438,7 +1438,7 @@ class DatabaseMigrationClient {
1438
1438
  * @param ListAgentsRequest
1439
1439
  * @return ListAgentsResponse
1440
1440
  * @throws OciError when an error occurs
1441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
1442
1442
  */
1443
1443
  listAgents(listAgentsRequest) {
1444
1444
  return __awaiter(this, void 0, void 0, function* () {
@@ -1506,7 +1506,7 @@ class DatabaseMigrationClient {
1506
1506
  * @param ListConnectionsRequest
1507
1507
  * @return ListConnectionsResponse
1508
1508
  * @throws OciError when an error occurs
1509
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1509
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
1510
1510
  */
1511
1511
  listConnections(listConnectionsRequest) {
1512
1512
  return __awaiter(this, void 0, void 0, function* () {
@@ -1574,7 +1574,7 @@ class DatabaseMigrationClient {
1574
1574
  * @param ListExcludedObjectsRequest
1575
1575
  * @return ListExcludedObjectsResponse
1576
1576
  * @throws OciError when an error occurs
1577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
1578
1578
  */
1579
1579
  listExcludedObjects(listExcludedObjectsRequest) {
1580
1580
  return __awaiter(this, void 0, void 0, function* () {
@@ -1648,7 +1648,7 @@ class DatabaseMigrationClient {
1648
1648
  * @param ListJobOutputsRequest
1649
1649
  * @return ListJobOutputsResponse
1650
1650
  * @throws OciError when an error occurs
1651
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1651
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
1652
1652
  */
1653
1653
  listJobOutputs(listJobOutputsRequest) {
1654
1654
  return __awaiter(this, void 0, void 0, function* () {
@@ -1714,7 +1714,7 @@ class DatabaseMigrationClient {
1714
1714
  * @param ListJobsRequest
1715
1715
  * @return ListJobsResponse
1716
1716
  * @throws OciError when an error occurs
1717
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1717
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
1718
1718
  */
1719
1719
  listJobs(listJobsRequest) {
1720
1720
  return __awaiter(this, void 0, void 0, function* () {
@@ -1782,7 +1782,7 @@ class DatabaseMigrationClient {
1782
1782
  * @param ListMigrationObjectTypesRequest
1783
1783
  * @return ListMigrationObjectTypesResponse
1784
1784
  * @throws OciError when an error occurs
1785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
1786
1786
  */
1787
1787
  listMigrationObjectTypes(listMigrationObjectTypesRequest) {
1788
1788
  return __awaiter(this, void 0, void 0, function* () {
@@ -1847,7 +1847,7 @@ class DatabaseMigrationClient {
1847
1847
  * @param ListMigrationObjectsRequest
1848
1848
  * @return ListMigrationObjectsResponse
1849
1849
  * @throws OciError when an error occurs
1850
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
1851
1851
  */
1852
1852
  listMigrationObjects(listMigrationObjectsRequest) {
1853
1853
  return __awaiter(this, void 0, void 0, function* () {
@@ -1913,7 +1913,7 @@ class DatabaseMigrationClient {
1913
1913
  * @param ListMigrationsRequest
1914
1914
  * @return ListMigrationsResponse
1915
1915
  * @throws OciError when an error occurs
1916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
1916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
1917
1917
  */
1918
1918
  listMigrations(listMigrationsRequest) {
1919
1919
  return __awaiter(this, void 0, void 0, function* () {
@@ -1982,7 +1982,7 @@ class DatabaseMigrationClient {
1982
1982
  * @param ListWorkRequestErrorsRequest
1983
1983
  * @return ListWorkRequestErrorsResponse
1984
1984
  * @throws OciError when an error occurs
1985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1985
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1986
1986
  */
1987
1987
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
1988
1988
  return __awaiter(this, void 0, void 0, function* () {
@@ -2049,7 +2049,7 @@ class DatabaseMigrationClient {
2049
2049
  * @param ListWorkRequestLogsRequest
2050
2050
  * @return ListWorkRequestLogsResponse
2051
2051
  * @throws OciError when an error occurs
2052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
2053
2053
  */
2054
2054
  listWorkRequestLogs(listWorkRequestLogsRequest) {
2055
2055
  return __awaiter(this, void 0, void 0, function* () {
@@ -2116,7 +2116,7 @@ class DatabaseMigrationClient {
2116
2116
  * @param ListWorkRequestsRequest
2117
2117
  * @return ListWorkRequestsResponse
2118
2118
  * @throws OciError when an error occurs
2119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
2120
2120
  */
2121
2121
  listWorkRequests(listWorkRequestsRequest) {
2122
2122
  return __awaiter(this, void 0, void 0, function* () {
@@ -2184,7 +2184,7 @@ class DatabaseMigrationClient {
2184
2184
  * @param RemoveMigrationObjectsRequest
2185
2185
  * @return RemoveMigrationObjectsResponse
2186
2186
  * @throws OciError when an error occurs
2187
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2187
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
2188
2188
  */
2189
2189
  removeMigrationObjects(removeMigrationObjectsRequest) {
2190
2190
  return __awaiter(this, void 0, void 0, function* () {
@@ -2239,7 +2239,7 @@ class DatabaseMigrationClient {
2239
2239
  * @param ResumeJobRequest
2240
2240
  * @return ResumeJobResponse
2241
2241
  * @throws OciError when an error occurs
2242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
2243
2243
  */
2244
2244
  resumeJob(resumeJobRequest) {
2245
2245
  return __awaiter(this, void 0, void 0, function* () {
@@ -2304,7 +2304,7 @@ class DatabaseMigrationClient {
2304
2304
  * @param RetrieveSupportedPhasesRequest
2305
2305
  * @return RetrieveSupportedPhasesResponse
2306
2306
  * @throws OciError when an error occurs
2307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
2308
2308
  */
2309
2309
  retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
2310
2310
  return __awaiter(this, void 0, void 0, function* () {
@@ -2361,7 +2361,7 @@ class DatabaseMigrationClient {
2361
2361
  * @param StartMigrationRequest
2362
2362
  * @return StartMigrationResponse
2363
2363
  * @throws OciError when an error occurs
2364
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2364
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
2365
2365
  */
2366
2366
  startMigration(startMigrationRequest) {
2367
2367
  return __awaiter(this, void 0, void 0, function* () {
@@ -2431,7 +2431,7 @@ class DatabaseMigrationClient {
2431
2431
  * @param UpdateAgentRequest
2432
2432
  * @return UpdateAgentResponse
2433
2433
  * @throws OciError when an error occurs
2434
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2434
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
2435
2435
  */
2436
2436
  updateAgent(updateAgentRequest) {
2437
2437
  return __awaiter(this, void 0, void 0, function* () {
@@ -2496,7 +2496,7 @@ class DatabaseMigrationClient {
2496
2496
  * @param UpdateConnectionRequest
2497
2497
  * @return UpdateConnectionResponse
2498
2498
  * @throws OciError when an error occurs
2499
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2499
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
2500
2500
  */
2501
2501
  updateConnection(updateConnectionRequest) {
2502
2502
  return __awaiter(this, void 0, void 0, function* () {
@@ -2556,7 +2556,7 @@ class DatabaseMigrationClient {
2556
2556
  * @param UpdateJobRequest
2557
2557
  * @return UpdateJobResponse
2558
2558
  * @throws OciError when an error occurs
2559
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2559
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
2560
2560
  */
2561
2561
  updateJob(updateJobRequest) {
2562
2562
  return __awaiter(this, void 0, void 0, function* () {
@@ -2620,7 +2620,7 @@ class DatabaseMigrationClient {
2620
2620
  * @param UpdateMigrationRequest
2621
2621
  * @return UpdateMigrationResponse
2622
2622
  * @throws OciError when an error occurs
2623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.25.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
2624
2624
  */
2625
2625
  updateMigration(updateMigrationRequest) {
2626
2626
  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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.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.26.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.25.0",
3
+ "version": "2.26.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.25.0",
19
- "oci-workrequests": "2.25.0"
18
+ "oci-common": "2.26.0",
19
+ "oci-workrequests": "2.26.0"
20
20
  },
21
21
  "publishConfig": {
22
22
  "registry": "https://registry.npmjs.org"