oci-databasemigration 2.49.0 → 2.50.1

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 (67) hide show
  1. package/lib/client.d.ts +80 -80
  2. package/lib/client.js +120 -120
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/connection-summary.d.ts +5 -0
  5. package/lib/model/connection-summary.js.map +1 -1
  6. package/lib/model/connection.d.ts +5 -0
  7. package/lib/model/connection.js.map +1 -1
  8. package/lib/model/create-connection-details.d.ts +5 -0
  9. package/lib/model/create-connection-details.js.map +1 -1
  10. package/lib/model/create-directory-object.d.ts +1 -1
  11. package/lib/model/index.d.ts +0 -6
  12. package/lib/model/index.js +4 -10
  13. package/lib/model/index.js.map +1 -1
  14. package/lib/model/phase-status.d.ts +10 -0
  15. package/lib/model/phase-status.js.map +1 -1
  16. package/lib/model/update-connection-details.d.ts +5 -0
  17. package/lib/model/update-connection-details.js.map +1 -1
  18. package/lib/request/abort-job-request.d.ts +1 -1
  19. package/lib/request/add-migration-objects-request.d.ts +1 -1
  20. package/lib/request/change-agent-compartment-request.d.ts +1 -1
  21. package/lib/request/change-connection-compartment-request.d.ts +1 -1
  22. package/lib/request/change-migration-compartment-request.d.ts +1 -1
  23. package/lib/request/clone-migration-request.d.ts +1 -1
  24. package/lib/request/create-connection-request.d.ts +1 -1
  25. package/lib/request/create-migration-request.d.ts +1 -1
  26. package/lib/request/delete-agent-request.d.ts +1 -1
  27. package/lib/request/delete-connection-request.d.ts +1 -1
  28. package/lib/request/delete-job-request.d.ts +1 -1
  29. package/lib/request/delete-migration-request.d.ts +1 -1
  30. package/lib/request/evaluate-migration-request.d.ts +1 -1
  31. package/lib/request/get-advisor-report-request.d.ts +1 -1
  32. package/lib/request/get-agent-request.d.ts +1 -1
  33. package/lib/request/get-connection-request.d.ts +1 -1
  34. package/lib/request/get-job-output-content-request.d.ts +1 -1
  35. package/lib/request/get-job-request.d.ts +1 -1
  36. package/lib/request/get-migration-request.d.ts +1 -1
  37. package/lib/request/get-work-request-request.d.ts +1 -1
  38. package/lib/request/list-agent-images-request.d.ts +1 -1
  39. package/lib/request/list-agents-request.d.ts +1 -1
  40. package/lib/request/list-connections-request.d.ts +1 -1
  41. package/lib/request/list-excluded-objects-request.d.ts +1 -1
  42. package/lib/request/list-job-outputs-request.d.ts +1 -1
  43. package/lib/request/list-jobs-request.d.ts +1 -1
  44. package/lib/request/list-migration-object-types-request.d.ts +1 -1
  45. package/lib/request/list-migration-objects-request.d.ts +1 -1
  46. package/lib/request/list-migrations-request.d.ts +1 -1
  47. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  48. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  49. package/lib/request/list-work-requests-request.d.ts +1 -1
  50. package/lib/request/remove-migration-objects-request.d.ts +1 -1
  51. package/lib/request/resume-job-request.d.ts +1 -1
  52. package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
  53. package/lib/request/start-migration-request.d.ts +1 -1
  54. package/lib/request/update-agent-request.d.ts +1 -1
  55. package/lib/request/update-connection-request.d.ts +1 -1
  56. package/lib/request/update-job-request.d.ts +1 -1
  57. package/lib/request/update-migration-request.d.ts +1 -1
  58. package/package.json +3 -3
  59. package/lib/model/create-agent-details.d.ts +0 -65
  60. package/lib/model/create-agent-details.js +0 -29
  61. package/lib/model/create-agent-details.js.map +0 -1
  62. package/lib/model/generate-token.d.ts +0 -27
  63. package/lib/model/generate-token.js +0 -29
  64. package/lib/model/generate-token.js.map +0 -1
  65. package/lib/model/par-link.d.ts +0 -27
  66. package/lib/model/par-link.js +0 -29
  67. package/lib/model/par-link.js.map +0 -1
package/lib/client.d.ts CHANGED
@@ -72,72 +72,72 @@ export declare class DatabaseMigrationClient {
72
72
  /**
73
73
  * Aborts a Migration Job (either Evaluation or Migration).
74
74
  *
75
- * This operation does not retry by default if the user has not defined a retry configuration.
75
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
76
76
  * @param AbortJobRequest
77
77
  * @return AbortJobResponse
78
78
  * @throws OciError when an error occurs
79
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
79
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
80
80
  */
81
81
  abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
82
82
  /**
83
83
  * Add excluded/included object to the list.
84
84
  *
85
- * This operation does not retry by default if the user has not defined a retry configuration.
85
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
86
86
  * @param AddMigrationObjectsRequest
87
87
  * @return AddMigrationObjectsResponse
88
88
  * @throws OciError when an error occurs
89
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
89
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
90
90
  */
91
91
  addMigrationObjects(addMigrationObjectsRequest: requests.AddMigrationObjectsRequest): Promise<responses.AddMigrationObjectsResponse>;
92
92
  /**
93
93
  * Used to configure an ODMS Agent Compartment ID.
94
94
  *
95
- * This operation does not retry by default if the user has not defined a retry configuration.
95
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
96
96
  * @param ChangeAgentCompartmentRequest
97
97
  * @return ChangeAgentCompartmentResponse
98
98
  * @throws OciError when an error occurs
99
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
99
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartment API.
100
100
  */
101
101
  changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
102
102
  /**
103
103
  * Used to change the Database Connection compartment.
104
104
  *
105
- * This operation does not retry by default if the user has not defined a retry configuration.
105
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
106
106
  * @param ChangeConnectionCompartmentRequest
107
107
  * @return ChangeConnectionCompartmentResponse
108
108
  * @throws OciError when an error occurs
109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
110
110
  */
111
111
  changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
112
112
  /**
113
113
  * Used to change the Migration compartment.
114
114
  *
115
- * This operation does not retry by default if the user has not defined a retry configuration.
115
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
116
116
  * @param ChangeMigrationCompartmentRequest
117
117
  * @return ChangeMigrationCompartmentResponse
118
118
  * @throws OciError when an error occurs
119
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
119
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
120
120
  */
121
121
  changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
122
122
  /**
123
123
  * Clone a configuration from an existing Migration.
124
124
  *
125
- * This operation does not retry by default if the user has not defined a retry configuration.
125
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
126
126
  * @param CloneMigrationRequest
127
127
  * @return CloneMigrationResponse
128
128
  * @throws OciError when an error occurs
129
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
129
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
130
130
  */
131
131
  cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
132
132
  /**
133
133
  * Create a Database Connection resource that contains the details to connect to either a Source or Target Database
134
134
  * in the migration.
135
135
  *
136
- * This operation does not retry by default if the user has not defined a retry configuration.
136
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
137
137
  * @param CreateConnectionRequest
138
138
  * @return CreateConnectionResponse
139
139
  * @throws OciError when an error occurs
140
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
140
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
141
141
  */
142
142
  createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
143
143
  /**
@@ -145,332 +145,332 @@ export declare class DatabaseMigrationClient {
145
145
  * database migration operation, such as source and destination database
146
146
  * details, credentials, etc.
147
147
  *
148
- * This operation does not retry by default if the user has not defined a retry configuration.
148
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
149
149
  * @param CreateMigrationRequest
150
150
  * @return CreateMigrationResponse
151
151
  * @throws OciError when an error occurs
152
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
152
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
153
153
  */
154
154
  createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
155
155
  /**
156
156
  * Delete the ODMS Agent represented by the specified ODMS Agent ID.
157
157
  *
158
- * This operation does not retry by default if the user has not defined a retry configuration.
158
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
159
159
  * @param DeleteAgentRequest
160
160
  * @return DeleteAgentResponse
161
161
  * @throws OciError when an error occurs
162
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
162
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgent API.
163
163
  */
164
164
  deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
165
165
  /**
166
166
  * Deletes the Database Connection represented by the specified connection ID.
167
167
  *
168
- * This operation does not retry by default if the user has not defined a retry configuration.
168
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
169
169
  * @param DeleteConnectionRequest
170
170
  * @return DeleteConnectionResponse
171
171
  * @throws OciError when an error occurs
172
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
172
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
173
173
  */
174
174
  deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
175
175
  /**
176
176
  * Deletes the migration job represented by the given job ID.
177
177
  *
178
- * This operation does not retry by default if the user has not defined a retry configuration.
178
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
179
179
  * @param DeleteJobRequest
180
180
  * @return DeleteJobResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
183
183
  */
184
184
  deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
185
185
  /**
186
186
  * Deletes the Migration represented by the specified migration ID.
187
187
  *
188
- * This operation does not retry by default if the user has not defined a retry configuration.
188
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
189
189
  * @param DeleteMigrationRequest
190
190
  * @return DeleteMigrationResponse
191
191
  * @throws OciError when an error occurs
192
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
192
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
193
193
  */
194
194
  deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
195
195
  /**
196
196
  * Start Validate Migration job.
197
197
  *
198
- * This operation does not retry by default if the user has not defined a retry configuration.
198
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
199
199
  * @param EvaluateMigrationRequest
200
200
  * @return EvaluateMigrationResponse
201
201
  * @throws OciError when an error occurs
202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
203
203
  */
204
204
  evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
205
205
  /**
206
206
  * Get the Pre-Migration Advisor report details
207
207
  *
208
- * This operation does not retry by default if the user has not defined a retry configuration.
208
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
209
209
  * @param GetAdvisorReportRequest
210
210
  * @return GetAdvisorReportResponse
211
211
  * @throws OciError when an error occurs
212
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
212
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
213
213
  */
214
214
  getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
215
215
  /**
216
216
  * Display the ODMS Agent configuration.
217
217
  *
218
- * This operation does not retry by default if the user has not defined a retry configuration.
218
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
219
219
  * @param GetAgentRequest
220
220
  * @return GetAgentResponse
221
221
  * @throws OciError when an error occurs
222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetAgent.ts.html |here} to see how to use GetAgent API.
223
223
  */
224
224
  getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
225
225
  /**
226
226
  * Display Database Connection details.
227
227
  *
228
- * This operation does not retry by default if the user has not defined a retry configuration.
228
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
229
229
  * @param GetConnectionRequest
230
230
  * @return GetConnectionResponse
231
231
  * @throws OciError when an error occurs
232
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
232
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
233
233
  */
234
234
  getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
235
235
  /**
236
236
  * Get a migration job.
237
237
  *
238
- * This operation does not retry by default if the user has not defined a retry configuration.
238
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
239
239
  * @param GetJobRequest
240
240
  * @return GetJobResponse
241
241
  * @throws OciError when an error occurs
242
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
242
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
243
243
  */
244
244
  getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
245
245
  /**
246
246
  * Get the migration Job Output content as a String.
247
247
  *
248
- * This operation does not retry by default if the user has not defined a retry configuration.
248
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
249
249
  * @param GetJobOutputContentRequest
250
250
  * @return GetJobOutputContentResponse
251
251
  * @throws OciError when an error occurs
252
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
252
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
253
253
  */
254
254
  getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
255
255
  /**
256
256
  * Display Migration details.
257
257
  *
258
- * This operation does not retry by default if the user has not defined a retry configuration.
258
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
259
259
  * @param GetMigrationRequest
260
260
  * @return GetMigrationResponse
261
261
  * @throws OciError when an error occurs
262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
263
263
  */
264
264
  getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
265
265
  /**
266
266
  * Gets the details of a work request.
267
267
  *
268
- * This operation does not retry by default if the user has not defined a retry configuration.
268
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
269
269
  * @param GetWorkRequestRequest
270
270
  * @return GetWorkRequestResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
273
273
  */
274
274
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
275
275
  /**
276
276
  * Get details of the ODMS Agent Images available to install on-premises.
277
277
  *
278
- * This operation does not retry by default if the user has not defined a retry configuration.
278
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
279
279
  * @param ListAgentImagesRequest
280
280
  * @return ListAgentImagesResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImages API.
283
283
  */
284
284
  listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
285
285
  /**
286
286
  * Display the name of all the existing ODMS Agents in the server.
287
287
  *
288
- * This operation does not retry by default if the user has not defined a retry configuration.
288
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
289
289
  * @param ListAgentsRequest
290
290
  * @return ListAgentsResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListAgents.ts.html |here} to see how to use ListAgents API.
293
293
  */
294
294
  listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
295
295
  /**
296
296
  * List all Database Connections.
297
297
  *
298
- * This operation does not retry by default if the user has not defined a retry configuration.
298
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
299
299
  * @param ListConnectionsRequest
300
300
  * @return ListConnectionsResponse
301
301
  * @throws OciError when an error occurs
302
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
302
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
303
303
  */
304
304
  listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
305
305
  /**
306
306
  * List the excluded database objects.
307
307
  *
308
- * This operation does not retry by default if the user has not defined a retry configuration.
308
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
309
309
  * @param ListExcludedObjectsRequest
310
310
  * @return ListExcludedObjectsResponse
311
311
  * @throws OciError when an error occurs
312
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
312
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
313
313
  */
314
314
  listExcludedObjects(listExcludedObjectsRequest: requests.ListExcludedObjectsRequest): Promise<responses.ListExcludedObjectsResponse>;
315
315
  /**
316
316
  * List the Job Outputs
317
317
  *
318
- * This operation does not retry by default if the user has not defined a retry configuration.
318
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
319
319
  * @param ListJobOutputsRequest
320
320
  * @return ListJobOutputsResponse
321
321
  * @throws OciError when an error occurs
322
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
322
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
323
323
  */
324
324
  listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
325
325
  /**
326
326
  * List all the names of the Migration jobs associated to the specified
327
327
  * migration site.
328
328
  *
329
- * This operation does not retry by default if the user has not defined a retry configuration.
329
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
330
330
  * @param ListJobsRequest
331
331
  * @return ListJobsResponse
332
332
  * @throws OciError when an error occurs
333
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
333
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
334
334
  */
335
335
  listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
336
336
  /**
337
337
  * Display sample object types to exclude or include for a Migration.
338
338
  *
339
- * This operation does not retry by default if the user has not defined a retry configuration.
339
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
340
340
  * @param ListMigrationObjectTypesRequest
341
341
  * @return ListMigrationObjectTypesResponse
342
342
  * @throws OciError when an error occurs
343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
344
344
  */
345
345
  listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
346
346
  /**
347
347
  * Display excluded/included objects.
348
348
  *
349
- * This operation does not retry by default if the user has not defined a retry configuration.
349
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
350
350
  * @param ListMigrationObjectsRequest
351
351
  * @return ListMigrationObjectsResponse
352
352
  * @throws OciError when an error occurs
353
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
353
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
354
354
  */
355
355
  listMigrationObjects(listMigrationObjectsRequest: requests.ListMigrationObjectsRequest): Promise<responses.ListMigrationObjectsResponse>;
356
356
  /**
357
357
  * List all Migrations.
358
358
  *
359
- * This operation does not retry by default if the user has not defined a retry configuration.
359
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
360
360
  * @param ListMigrationsRequest
361
361
  * @return ListMigrationsResponse
362
362
  * @throws OciError when an error occurs
363
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
363
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
364
364
  */
365
365
  listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
366
366
  /**
367
367
  * Gets the errors for a work request.
368
368
  *
369
- * This operation does not retry by default if the user has not defined a retry configuration.
369
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
370
370
  * @param ListWorkRequestErrorsRequest
371
371
  * @return ListWorkRequestErrorsResponse
372
372
  * @throws OciError when an error occurs
373
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
373
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
374
374
  */
375
375
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
376
376
  /**
377
377
  * Gets the logs for a work request.
378
378
  *
379
- * This operation does not retry by default if the user has not defined a retry configuration.
379
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
380
380
  * @param ListWorkRequestLogsRequest
381
381
  * @return ListWorkRequestLogsResponse
382
382
  * @throws OciError when an error occurs
383
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
383
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
384
384
  */
385
385
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
386
386
  /**
387
387
  * Lists the work requests in a compartment or for a specified resource.
388
388
  *
389
- * This operation does not retry by default if the user has not defined a retry configuration.
389
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
390
390
  * @param ListWorkRequestsRequest
391
391
  * @return ListWorkRequestsResponse
392
392
  * @throws OciError when an error occurs
393
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
393
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
394
394
  */
395
395
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
396
396
  /**
397
397
  * Remove excluded/included objects.
398
398
  *
399
- * This operation does not retry by default if the user has not defined a retry configuration.
399
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
400
400
  * @param RemoveMigrationObjectsRequest
401
401
  * @return RemoveMigrationObjectsResponse
402
402
  * @throws OciError when an error occurs
403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
404
404
  */
405
405
  removeMigrationObjects(removeMigrationObjectsRequest: requests.RemoveMigrationObjectsRequest): Promise<responses.RemoveMigrationObjectsResponse>;
406
406
  /**
407
407
  * Resume a migration Job.
408
408
  *
409
- * This operation does not retry by default if the user has not defined a retry configuration.
409
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
410
410
  * @param ResumeJobRequest
411
411
  * @return ResumeJobResponse
412
412
  * @throws OciError when an error occurs
413
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
413
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
414
414
  */
415
415
  resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
416
416
  /**
417
417
  * Display Migration Phases for a specified migration.
418
418
  *
419
- * This operation does not retry by default if the user has not defined a retry configuration.
419
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
420
420
  * @param RetrieveSupportedPhasesRequest
421
421
  * @return RetrieveSupportedPhasesResponse
422
422
  * @throws OciError when an error occurs
423
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
423
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
424
424
  */
425
425
  retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
426
426
  /**
427
427
  * Start Migration job.
428
428
  *
429
- * This operation does not retry by default if the user has not defined a retry configuration.
429
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
430
430
  * @param StartMigrationRequest
431
431
  * @return StartMigrationResponse
432
432
  * @throws OciError when an error occurs
433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
434
434
  */
435
435
  startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
436
436
  /**
437
437
  * Modifies the ODMS Agent represented by the given ODMS Agent ID.
438
438
  *
439
- * This operation does not retry by default if the user has not defined a retry configuration.
439
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
440
440
  * @param UpdateAgentRequest
441
441
  * @return UpdateAgentResponse
442
442
  * @throws OciError when an error occurs
443
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
443
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgent API.
444
444
  */
445
445
  updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
446
446
  /**
447
447
  * Update Database Connection resource details.
448
448
  *
449
- * This operation does not retry by default if the user has not defined a retry configuration.
449
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
450
450
  * @param UpdateConnectionRequest
451
451
  * @return UpdateConnectionResponse
452
452
  * @throws OciError when an error occurs
453
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
453
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
454
454
  */
455
455
  updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
456
456
  /**
457
457
  * Update Migration Job resource details.
458
458
  *
459
- * This operation does not retry by default if the user has not defined a retry configuration.
459
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
460
460
  * @param UpdateJobRequest
461
461
  * @return UpdateJobResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
464
464
  */
465
465
  updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
466
466
  /**
467
467
  * Update Migration resource details.
468
468
  *
469
- * This operation does not retry by default if the user has not defined a retry configuration.
469
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
470
470
  * @param UpdateMigrationRequest
471
471
  * @return UpdateMigrationResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.49.0/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.50.1/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
474
474
  */
475
475
  updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
476
476
  }