oci-databasemigration 2.102.1 → 2.103.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.
- package/lib/client.d.ts +42 -42
- package/lib/client.js +42 -42
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-summary.d.ts +2 -2
- package/lib/model/work-request.d.ts +2 -2
- package/lib/request/abort-job-request.d.ts +1 -1
- package/lib/request/add-migration-objects-request.d.ts +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-migration-compartment-request.d.ts +1 -1
- package/lib/request/clone-migration-request.d.ts +1 -1
- package/lib/request/connection-diagnostics-request.d.ts +1 -1
- package/lib/request/create-connection-request.d.ts +1 -1
- package/lib/request/create-migration-request.d.ts +1 -1
- package/lib/request/create-parameter-file-version-request.d.ts +1 -1
- package/lib/request/delete-connection-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-migration-request.d.ts +1 -1
- package/lib/request/delete-parameter-file-version-request.d.ts +1 -1
- package/lib/request/evaluate-migration-request.d.ts +1 -1
- package/lib/request/get-advisor-report-request.d.ts +1 -1
- package/lib/request/get-connection-request.d.ts +1 -1
- package/lib/request/get-job-output-content-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-migration-request.d.ts +1 -1
- package/lib/request/get-parameter-file-version-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-connections-request.d.ts +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +1 -1
- package/lib/request/list-job-outputs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-migration-object-types-request.d.ts +1 -1
- package/lib/request/list-migration-objects-request.d.ts +1 -1
- package/lib/request/list-migration-parameters-request.d.ts +1 -1
- package/lib/request/list-migrations-request.d.ts +1 -1
- package/lib/request/list-parameter-file-versions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/make-current-parameter-file-version-request.d.ts +1 -1
- package/lib/request/remove-migration-objects-request.d.ts +1 -1
- package/lib/request/resume-job-request.d.ts +1 -1
- package/lib/request/retrieve-supported-phases-request.d.ts +1 -1
- package/lib/request/start-migration-request.d.ts +1 -1
- package/lib/request/suspend-job-request.d.ts +1 -1
- package/lib/request/update-connection-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-migration-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -101,7 +101,7 @@ export declare class DatabaseMigrationClient {
|
|
|
101
101
|
* @param AbortJobRequest
|
|
102
102
|
* @return AbortJobResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @example Click {@link https://docs.
|
|
104
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AbortJob.ts.html |here} to see how to use AbortJob API.
|
|
105
105
|
*/
|
|
106
106
|
abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
|
|
107
107
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class DatabaseMigrationClient {
|
|
|
111
111
|
* @param AddMigrationObjectsRequest
|
|
112
112
|
* @return AddMigrationObjectsResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.
|
|
114
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/AddMigrationObjects.ts.html |here} to see how to use AddMigrationObjects API.
|
|
115
115
|
*/
|
|
116
116
|
addMigrationObjects(addMigrationObjectsRequest: requests.AddMigrationObjectsRequest): Promise<responses.AddMigrationObjectsResponse>;
|
|
117
117
|
/**
|
|
@@ -121,7 +121,7 @@ export declare class DatabaseMigrationClient {
|
|
|
121
121
|
* @param ChangeConnectionCompartmentRequest
|
|
122
122
|
* @return ChangeConnectionCompartmentResponse
|
|
123
123
|
* @throws OciError when an error occurs
|
|
124
|
-
* @example Click {@link https://docs.
|
|
124
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeConnectionCompartment.ts.html |here} to see how to use ChangeConnectionCompartment API.
|
|
125
125
|
*/
|
|
126
126
|
changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
|
|
127
127
|
/**
|
|
@@ -131,7 +131,7 @@ export declare class DatabaseMigrationClient {
|
|
|
131
131
|
* @param ChangeMigrationCompartmentRequest
|
|
132
132
|
* @return ChangeMigrationCompartmentResponse
|
|
133
133
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.
|
|
134
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ChangeMigrationCompartment.ts.html |here} to see how to use ChangeMigrationCompartment API.
|
|
135
135
|
*/
|
|
136
136
|
changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
|
|
137
137
|
/**
|
|
@@ -141,7 +141,7 @@ export declare class DatabaseMigrationClient {
|
|
|
141
141
|
* @param CloneMigrationRequest
|
|
142
142
|
* @return CloneMigrationResponse
|
|
143
143
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.
|
|
144
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CloneMigration.ts.html |here} to see how to use CloneMigration API.
|
|
145
145
|
*/
|
|
146
146
|
cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
|
|
147
147
|
/**
|
|
@@ -151,7 +151,7 @@ export declare class DatabaseMigrationClient {
|
|
|
151
151
|
* @param ConnectionDiagnosticsRequest
|
|
152
152
|
* @return ConnectionDiagnosticsResponse
|
|
153
153
|
* @throws OciError when an error occurs
|
|
154
|
-
* @example Click {@link https://docs.
|
|
154
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ConnectionDiagnostics.ts.html |here} to see how to use ConnectionDiagnostics API.
|
|
155
155
|
*/
|
|
156
156
|
connectionDiagnostics(connectionDiagnosticsRequest: requests.ConnectionDiagnosticsRequest): Promise<responses.ConnectionDiagnosticsResponse>;
|
|
157
157
|
/**
|
|
@@ -162,7 +162,7 @@ export declare class DatabaseMigrationClient {
|
|
|
162
162
|
* @param CreateConnectionRequest
|
|
163
163
|
* @return CreateConnectionResponse
|
|
164
164
|
* @throws OciError when an error occurs
|
|
165
|
-
* @example Click {@link https://docs.
|
|
165
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateConnection.ts.html |here} to see how to use CreateConnection API.
|
|
166
166
|
*/
|
|
167
167
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
168
168
|
/**
|
|
@@ -174,7 +174,7 @@ export declare class DatabaseMigrationClient {
|
|
|
174
174
|
* @param CreateMigrationRequest
|
|
175
175
|
* @return CreateMigrationResponse
|
|
176
176
|
* @throws OciError when an error occurs
|
|
177
|
-
* @example Click {@link https://docs.
|
|
177
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateMigration.ts.html |here} to see how to use CreateMigration API.
|
|
178
178
|
*/
|
|
179
179
|
createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
|
|
180
180
|
/**
|
|
@@ -184,7 +184,7 @@ export declare class DatabaseMigrationClient {
|
|
|
184
184
|
* @param CreateParameterFileVersionRequest
|
|
185
185
|
* @return CreateParameterFileVersionResponse
|
|
186
186
|
* @throws OciError when an error occurs
|
|
187
|
-
* @example Click {@link https://docs.
|
|
187
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/CreateParameterFileVersion.ts.html |here} to see how to use CreateParameterFileVersion API.
|
|
188
188
|
*/
|
|
189
189
|
createParameterFileVersion(createParameterFileVersionRequest: requests.CreateParameterFileVersionRequest): Promise<responses.CreateParameterFileVersionResponse>;
|
|
190
190
|
/**
|
|
@@ -194,7 +194,7 @@ export declare class DatabaseMigrationClient {
|
|
|
194
194
|
* @param DeleteConnectionRequest
|
|
195
195
|
* @return DeleteConnectionResponse
|
|
196
196
|
* @throws OciError when an error occurs
|
|
197
|
-
* @example Click {@link https://docs.
|
|
197
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteConnection.ts.html |here} to see how to use DeleteConnection API.
|
|
198
198
|
*/
|
|
199
199
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
200
200
|
/**
|
|
@@ -204,7 +204,7 @@ export declare class DatabaseMigrationClient {
|
|
|
204
204
|
* @param DeleteJobRequest
|
|
205
205
|
* @return DeleteJobResponse
|
|
206
206
|
* @throws OciError when an error occurs
|
|
207
|
-
* @example Click {@link https://docs.
|
|
207
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
208
208
|
*/
|
|
209
209
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
210
210
|
/**
|
|
@@ -214,7 +214,7 @@ export declare class DatabaseMigrationClient {
|
|
|
214
214
|
* @param DeleteMigrationRequest
|
|
215
215
|
* @return DeleteMigrationResponse
|
|
216
216
|
* @throws OciError when an error occurs
|
|
217
|
-
* @example Click {@link https://docs.
|
|
217
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteMigration.ts.html |here} to see how to use DeleteMigration API.
|
|
218
218
|
*/
|
|
219
219
|
deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
|
|
220
220
|
/**
|
|
@@ -224,7 +224,7 @@ export declare class DatabaseMigrationClient {
|
|
|
224
224
|
* @param DeleteParameterFileVersionRequest
|
|
225
225
|
* @return DeleteParameterFileVersionResponse
|
|
226
226
|
* @throws OciError when an error occurs
|
|
227
|
-
* @example Click {@link https://docs.
|
|
227
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/DeleteParameterFileVersion.ts.html |here} to see how to use DeleteParameterFileVersion API.
|
|
228
228
|
*/
|
|
229
229
|
deleteParameterFileVersion(deleteParameterFileVersionRequest: requests.DeleteParameterFileVersionRequest): Promise<responses.DeleteParameterFileVersionResponse>;
|
|
230
230
|
/**
|
|
@@ -234,7 +234,7 @@ export declare class DatabaseMigrationClient {
|
|
|
234
234
|
* @param EvaluateMigrationRequest
|
|
235
235
|
* @return EvaluateMigrationResponse
|
|
236
236
|
* @throws OciError when an error occurs
|
|
237
|
-
* @example Click {@link https://docs.
|
|
237
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/EvaluateMigration.ts.html |here} to see how to use EvaluateMigration API.
|
|
238
238
|
*/
|
|
239
239
|
evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
|
|
240
240
|
/**
|
|
@@ -244,7 +244,7 @@ export declare class DatabaseMigrationClient {
|
|
|
244
244
|
* @param GetAdvisorReportRequest
|
|
245
245
|
* @return GetAdvisorReportResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @example Click {@link https://docs.
|
|
247
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetAdvisorReport.ts.html |here} to see how to use GetAdvisorReport API.
|
|
248
248
|
*/
|
|
249
249
|
getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
|
|
250
250
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class DatabaseMigrationClient {
|
|
|
254
254
|
* @param GetConnectionRequest
|
|
255
255
|
* @return GetConnectionResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.
|
|
257
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetConnection.ts.html |here} to see how to use GetConnection API.
|
|
258
258
|
*/
|
|
259
259
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
260
260
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class DatabaseMigrationClient {
|
|
|
264
264
|
* @param GetJobRequest
|
|
265
265
|
* @return GetJobResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.
|
|
267
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetJob.ts.html |here} to see how to use GetJob API.
|
|
268
268
|
*/
|
|
269
269
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
270
270
|
/**
|
|
@@ -274,7 +274,7 @@ export declare class DatabaseMigrationClient {
|
|
|
274
274
|
* @param GetJobOutputContentRequest
|
|
275
275
|
* @return GetJobOutputContentResponse
|
|
276
276
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.
|
|
277
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetJobOutputContent.ts.html |here} to see how to use GetJobOutputContent API.
|
|
278
278
|
*/
|
|
279
279
|
getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
|
|
280
280
|
/**
|
|
@@ -284,7 +284,7 @@ export declare class DatabaseMigrationClient {
|
|
|
284
284
|
* @param GetMigrationRequest
|
|
285
285
|
* @return GetMigrationResponse
|
|
286
286
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.
|
|
287
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetMigration.ts.html |here} to see how to use GetMigration API.
|
|
288
288
|
*/
|
|
289
289
|
getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
|
|
290
290
|
/**
|
|
@@ -295,7 +295,7 @@ export declare class DatabaseMigrationClient {
|
|
|
295
295
|
* @param GetParameterFileVersionRequest
|
|
296
296
|
* @return GetParameterFileVersionResponse
|
|
297
297
|
* @throws OciError when an error occurs
|
|
298
|
-
* @example Click {@link https://docs.
|
|
298
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetParameterFileVersion.ts.html |here} to see how to use GetParameterFileVersion API.
|
|
299
299
|
*/
|
|
300
300
|
getParameterFileVersion(getParameterFileVersionRequest: requests.GetParameterFileVersionRequest): Promise<responses.GetParameterFileVersionResponse>;
|
|
301
301
|
/**
|
|
@@ -305,7 +305,7 @@ export declare class DatabaseMigrationClient {
|
|
|
305
305
|
* @param GetWorkRequestRequest
|
|
306
306
|
* @return GetWorkRequestResponse
|
|
307
307
|
* @throws OciError when an error occurs
|
|
308
|
-
* @example Click {@link https://docs.
|
|
308
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
309
309
|
*/
|
|
310
310
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
311
311
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class DatabaseMigrationClient {
|
|
|
315
315
|
* @param ListConnectionsRequest
|
|
316
316
|
* @return ListConnectionsResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.
|
|
318
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListConnections.ts.html |here} to see how to use ListConnections API.
|
|
319
319
|
*/
|
|
320
320
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
321
321
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class DatabaseMigrationClient {
|
|
|
325
325
|
* @param ListExcludedObjectsRequest
|
|
326
326
|
* @return ListExcludedObjectsResponse
|
|
327
327
|
* @throws OciError when an error occurs
|
|
328
|
-
* @example Click {@link https://docs.
|
|
328
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListExcludedObjects.ts.html |here} to see how to use ListExcludedObjects API.
|
|
329
329
|
*/
|
|
330
330
|
listExcludedObjects(listExcludedObjectsRequest: requests.ListExcludedObjectsRequest): Promise<responses.ListExcludedObjectsResponse>;
|
|
331
331
|
/**
|
|
@@ -335,7 +335,7 @@ export declare class DatabaseMigrationClient {
|
|
|
335
335
|
* @param ListJobOutputsRequest
|
|
336
336
|
* @return ListJobOutputsResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.
|
|
338
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListJobOutputs.ts.html |here} to see how to use ListJobOutputs API.
|
|
339
339
|
*/
|
|
340
340
|
listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
|
|
341
341
|
/**
|
|
@@ -346,7 +346,7 @@ export declare class DatabaseMigrationClient {
|
|
|
346
346
|
* @param ListJobsRequest
|
|
347
347
|
* @return ListJobsResponse
|
|
348
348
|
* @throws OciError when an error occurs
|
|
349
|
-
* @example Click {@link https://docs.
|
|
349
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
350
350
|
*/
|
|
351
351
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
352
352
|
/**
|
|
@@ -356,7 +356,7 @@ export declare class DatabaseMigrationClient {
|
|
|
356
356
|
* @param ListMigrationObjectTypesRequest
|
|
357
357
|
* @return ListMigrationObjectTypesResponse
|
|
358
358
|
* @throws OciError when an error occurs
|
|
359
|
-
* @example Click {@link https://docs.
|
|
359
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationObjectTypes.ts.html |here} to see how to use ListMigrationObjectTypes API.
|
|
360
360
|
*/
|
|
361
361
|
listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
|
|
362
362
|
/**
|
|
@@ -366,7 +366,7 @@ export declare class DatabaseMigrationClient {
|
|
|
366
366
|
* @param ListMigrationObjectsRequest
|
|
367
367
|
* @return ListMigrationObjectsResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.
|
|
369
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationObjects.ts.html |here} to see how to use ListMigrationObjects API.
|
|
370
370
|
*/
|
|
371
371
|
listMigrationObjects(listMigrationObjectsRequest: requests.ListMigrationObjectsRequest): Promise<responses.ListMigrationObjectsResponse>;
|
|
372
372
|
/**
|
|
@@ -375,7 +375,7 @@ export declare class DatabaseMigrationClient {
|
|
|
375
375
|
* @param ListMigrationParametersRequest
|
|
376
376
|
* @return ListMigrationParametersResponse
|
|
377
377
|
* @throws OciError when an error occurs
|
|
378
|
-
* @example Click {@link https://docs.
|
|
378
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrationParameters.ts.html |here} to see how to use ListMigrationParameters API.
|
|
379
379
|
*/
|
|
380
380
|
listMigrationParameters(listMigrationParametersRequest: requests.ListMigrationParametersRequest): Promise<responses.ListMigrationParametersResponse>;
|
|
381
381
|
/**
|
|
@@ -385,7 +385,7 @@ export declare class DatabaseMigrationClient {
|
|
|
385
385
|
* @param ListMigrationsRequest
|
|
386
386
|
* @return ListMigrationsResponse
|
|
387
387
|
* @throws OciError when an error occurs
|
|
388
|
-
* @example Click {@link https://docs.
|
|
388
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListMigrations.ts.html |here} to see how to use ListMigrations API.
|
|
389
389
|
*/
|
|
390
390
|
listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
|
|
391
391
|
/**
|
|
@@ -397,7 +397,7 @@ export declare class DatabaseMigrationClient {
|
|
|
397
397
|
* @param ListParameterFileVersionsRequest
|
|
398
398
|
* @return ListParameterFileVersionsResponse
|
|
399
399
|
* @throws OciError when an error occurs
|
|
400
|
-
* @example Click {@link https://docs.
|
|
400
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListParameterFileVersions.ts.html |here} to see how to use ListParameterFileVersions API.
|
|
401
401
|
*/
|
|
402
402
|
listParameterFileVersions(listParameterFileVersionsRequest: requests.ListParameterFileVersionsRequest): Promise<responses.ListParameterFileVersionsResponse>;
|
|
403
403
|
/**
|
|
@@ -407,7 +407,7 @@ export declare class DatabaseMigrationClient {
|
|
|
407
407
|
* @param ListWorkRequestErrorsRequest
|
|
408
408
|
* @return ListWorkRequestErrorsResponse
|
|
409
409
|
* @throws OciError when an error occurs
|
|
410
|
-
* @example Click {@link https://docs.
|
|
410
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
411
411
|
*/
|
|
412
412
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
413
413
|
/**
|
|
@@ -417,7 +417,7 @@ export declare class DatabaseMigrationClient {
|
|
|
417
417
|
* @param ListWorkRequestLogsRequest
|
|
418
418
|
* @return ListWorkRequestLogsResponse
|
|
419
419
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.
|
|
420
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
421
421
|
*/
|
|
422
422
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
423
423
|
/**
|
|
@@ -427,7 +427,7 @@ export declare class DatabaseMigrationClient {
|
|
|
427
427
|
* @param ListWorkRequestsRequest
|
|
428
428
|
* @return ListWorkRequestsResponse
|
|
429
429
|
* @throws OciError when an error occurs
|
|
430
|
-
* @example Click {@link https://docs.
|
|
430
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
431
431
|
*/
|
|
432
432
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
433
433
|
/**
|
|
@@ -437,7 +437,7 @@ export declare class DatabaseMigrationClient {
|
|
|
437
437
|
* @param MakeCurrentParameterFileVersionRequest
|
|
438
438
|
* @return MakeCurrentParameterFileVersionResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.
|
|
440
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/MakeCurrentParameterFileVersion.ts.html |here} to see how to use MakeCurrentParameterFileVersion API.
|
|
441
441
|
*/
|
|
442
442
|
makeCurrentParameterFileVersion(makeCurrentParameterFileVersionRequest: requests.MakeCurrentParameterFileVersionRequest): Promise<responses.MakeCurrentParameterFileVersionResponse>;
|
|
443
443
|
/**
|
|
@@ -447,7 +447,7 @@ export declare class DatabaseMigrationClient {
|
|
|
447
447
|
* @param RemoveMigrationObjectsRequest
|
|
448
448
|
* @return RemoveMigrationObjectsResponse
|
|
449
449
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.
|
|
450
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/RemoveMigrationObjects.ts.html |here} to see how to use RemoveMigrationObjects API.
|
|
451
451
|
*/
|
|
452
452
|
removeMigrationObjects(removeMigrationObjectsRequest: requests.RemoveMigrationObjectsRequest): Promise<responses.RemoveMigrationObjectsResponse>;
|
|
453
453
|
/**
|
|
@@ -457,7 +457,7 @@ export declare class DatabaseMigrationClient {
|
|
|
457
457
|
* @param ResumeJobRequest
|
|
458
458
|
* @return ResumeJobResponse
|
|
459
459
|
* @throws OciError when an error occurs
|
|
460
|
-
* @example Click {@link https://docs.
|
|
460
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/ResumeJob.ts.html |here} to see how to use ResumeJob API.
|
|
461
461
|
*/
|
|
462
462
|
resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
|
|
463
463
|
/**
|
|
@@ -467,7 +467,7 @@ export declare class DatabaseMigrationClient {
|
|
|
467
467
|
* @param RetrieveSupportedPhasesRequest
|
|
468
468
|
* @return RetrieveSupportedPhasesResponse
|
|
469
469
|
* @throws OciError when an error occurs
|
|
470
|
-
* @example Click {@link https://docs.
|
|
470
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/RetrieveSupportedPhases.ts.html |here} to see how to use RetrieveSupportedPhases API.
|
|
471
471
|
*/
|
|
472
472
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
|
|
473
473
|
/**
|
|
@@ -477,7 +477,7 @@ export declare class DatabaseMigrationClient {
|
|
|
477
477
|
* @param StartMigrationRequest
|
|
478
478
|
* @return StartMigrationResponse
|
|
479
479
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.
|
|
480
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/StartMigration.ts.html |here} to see how to use StartMigration API.
|
|
481
481
|
*/
|
|
482
482
|
startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
|
|
483
483
|
/**
|
|
@@ -487,7 +487,7 @@ export declare class DatabaseMigrationClient {
|
|
|
487
487
|
* @param SuspendJobRequest
|
|
488
488
|
* @return SuspendJobResponse
|
|
489
489
|
* @throws OciError when an error occurs
|
|
490
|
-
* @example Click {@link https://docs.
|
|
490
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/SuspendJob.ts.html |here} to see how to use SuspendJob API.
|
|
491
491
|
*/
|
|
492
492
|
suspendJob(suspendJobRequest: requests.SuspendJobRequest): Promise<responses.SuspendJobResponse>;
|
|
493
493
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class DatabaseMigrationClient {
|
|
|
497
497
|
* @param UpdateConnectionRequest
|
|
498
498
|
* @return UpdateConnectionResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.
|
|
500
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/UpdateConnection.ts.html |here} to see how to use UpdateConnection API.
|
|
501
501
|
*/
|
|
502
502
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
503
503
|
/**
|
|
@@ -507,7 +507,7 @@ export declare class DatabaseMigrationClient {
|
|
|
507
507
|
* @param UpdateJobRequest
|
|
508
508
|
* @return UpdateJobResponse
|
|
509
509
|
* @throws OciError when an error occurs
|
|
510
|
-
* @example Click {@link https://docs.
|
|
510
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
511
511
|
*/
|
|
512
512
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
513
513
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class DatabaseMigrationClient {
|
|
|
517
517
|
* @param UpdateMigrationRequest
|
|
518
518
|
* @return UpdateMigrationResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @example Click {@link https://docs.
|
|
520
|
+
* @example Click {@link https://docs.oracle.com/en-us/iaas/tools/typescript-sdk-examples/latest/databasemigration/UpdateMigration.ts.html |here} to see how to use UpdateMigration API.
|
|
521
521
|
*/
|
|
522
522
|
updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
|
|
523
523
|
}
|