oci-databasemigration 2.48.0 → 2.49.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 +40 -40
- package/lib/client.js +40 -40
- 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-agent-compartment-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/create-connection-request.d.ts +1 -1
- package/lib/request/create-migration-request.d.ts +1 -1
- package/lib/request/delete-agent-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/evaluate-migration-request.d.ts +1 -1
- package/lib/request/get-advisor-report-request.d.ts +1 -1
- package/lib/request/get-agent-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-work-request-request.d.ts +1 -1
- package/lib/request/list-agent-images-request.d.ts +1 -1
- package/lib/request/list-agents-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-migrations-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 +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/update-agent-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
|
@@ -76,7 +76,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
80
80
|
*/
|
|
81
81
|
abortJob(abortJobRequest: requests.AbortJobRequest): Promise<responses.AbortJobResponse>;
|
|
82
82
|
/**
|
|
@@ -86,7 +86,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
90
90
|
*/
|
|
91
91
|
addMigrationObjects(addMigrationObjectsRequest: requests.AddMigrationObjectsRequest): Promise<responses.AddMigrationObjectsResponse>;
|
|
92
92
|
/**
|
|
@@ -96,7 +96,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
100
100
|
*/
|
|
101
101
|
changeAgentCompartment(changeAgentCompartmentRequest: requests.ChangeAgentCompartmentRequest): Promise<responses.ChangeAgentCompartmentResponse>;
|
|
102
102
|
/**
|
|
@@ -106,7 +106,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
110
110
|
*/
|
|
111
111
|
changeConnectionCompartment(changeConnectionCompartmentRequest: requests.ChangeConnectionCompartmentRequest): Promise<responses.ChangeConnectionCompartmentResponse>;
|
|
112
112
|
/**
|
|
@@ -116,7 +116,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
120
120
|
*/
|
|
121
121
|
changeMigrationCompartment(changeMigrationCompartmentRequest: requests.ChangeMigrationCompartmentRequest): Promise<responses.ChangeMigrationCompartmentResponse>;
|
|
122
122
|
/**
|
|
@@ -126,7 +126,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
130
130
|
*/
|
|
131
131
|
cloneMigration(cloneMigrationRequest: requests.CloneMigrationRequest): Promise<responses.CloneMigrationResponse>;
|
|
132
132
|
/**
|
|
@@ -137,7 +137,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
141
141
|
*/
|
|
142
142
|
createConnection(createConnectionRequest: requests.CreateConnectionRequest): Promise<responses.CreateConnectionResponse>;
|
|
143
143
|
/**
|
|
@@ -149,7 +149,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
153
153
|
*/
|
|
154
154
|
createMigration(createMigrationRequest: requests.CreateMigrationRequest): Promise<responses.CreateMigrationResponse>;
|
|
155
155
|
/**
|
|
@@ -159,7 +159,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
163
163
|
*/
|
|
164
164
|
deleteAgent(deleteAgentRequest: requests.DeleteAgentRequest): Promise<responses.DeleteAgentResponse>;
|
|
165
165
|
/**
|
|
@@ -169,7 +169,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
173
173
|
*/
|
|
174
174
|
deleteConnection(deleteConnectionRequest: requests.DeleteConnectionRequest): Promise<responses.DeleteConnectionResponse>;
|
|
175
175
|
/**
|
|
@@ -179,7 +179,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
183
183
|
*/
|
|
184
184
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
185
185
|
/**
|
|
@@ -189,7 +189,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
193
193
|
*/
|
|
194
194
|
deleteMigration(deleteMigrationRequest: requests.DeleteMigrationRequest): Promise<responses.DeleteMigrationResponse>;
|
|
195
195
|
/**
|
|
@@ -199,7 +199,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
203
203
|
*/
|
|
204
204
|
evaluateMigration(evaluateMigrationRequest: requests.EvaluateMigrationRequest): Promise<responses.EvaluateMigrationResponse>;
|
|
205
205
|
/**
|
|
@@ -209,7 +209,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
213
213
|
*/
|
|
214
214
|
getAdvisorReport(getAdvisorReportRequest: requests.GetAdvisorReportRequest): Promise<responses.GetAdvisorReportResponse>;
|
|
215
215
|
/**
|
|
@@ -219,7 +219,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
223
223
|
*/
|
|
224
224
|
getAgent(getAgentRequest: requests.GetAgentRequest): Promise<responses.GetAgentResponse>;
|
|
225
225
|
/**
|
|
@@ -229,7 +229,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
233
233
|
*/
|
|
234
234
|
getConnection(getConnectionRequest: requests.GetConnectionRequest): Promise<responses.GetConnectionResponse>;
|
|
235
235
|
/**
|
|
@@ -239,7 +239,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
243
243
|
*/
|
|
244
244
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
245
245
|
/**
|
|
@@ -249,7 +249,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
253
253
|
*/
|
|
254
254
|
getJobOutputContent(getJobOutputContentRequest: requests.GetJobOutputContentRequest): Promise<responses.GetJobOutputContentResponse>;
|
|
255
255
|
/**
|
|
@@ -259,7 +259,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
263
263
|
*/
|
|
264
264
|
getMigration(getMigrationRequest: requests.GetMigrationRequest): Promise<responses.GetMigrationResponse>;
|
|
265
265
|
/**
|
|
@@ -269,7 +269,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
273
273
|
*/
|
|
274
274
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
275
275
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
283
283
|
*/
|
|
284
284
|
listAgentImages(listAgentImagesRequest: requests.ListAgentImagesRequest): Promise<responses.ListAgentImagesResponse>;
|
|
285
285
|
/**
|
|
@@ -289,7 +289,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
293
293
|
*/
|
|
294
294
|
listAgents(listAgentsRequest: requests.ListAgentsRequest): Promise<responses.ListAgentsResponse>;
|
|
295
295
|
/**
|
|
@@ -299,7 +299,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
303
303
|
*/
|
|
304
304
|
listConnections(listConnectionsRequest: requests.ListConnectionsRequest): Promise<responses.ListConnectionsResponse>;
|
|
305
305
|
/**
|
|
@@ -309,7 +309,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
313
313
|
*/
|
|
314
314
|
listExcludedObjects(listExcludedObjectsRequest: requests.ListExcludedObjectsRequest): Promise<responses.ListExcludedObjectsResponse>;
|
|
315
315
|
/**
|
|
@@ -319,7 +319,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
323
323
|
*/
|
|
324
324
|
listJobOutputs(listJobOutputsRequest: requests.ListJobOutputsRequest): Promise<responses.ListJobOutputsResponse>;
|
|
325
325
|
/**
|
|
@@ -330,7 +330,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
334
334
|
*/
|
|
335
335
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
336
336
|
/**
|
|
@@ -340,7 +340,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
344
344
|
*/
|
|
345
345
|
listMigrationObjectTypes(listMigrationObjectTypesRequest: requests.ListMigrationObjectTypesRequest): Promise<responses.ListMigrationObjectTypesResponse>;
|
|
346
346
|
/**
|
|
@@ -350,7 +350,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
354
354
|
*/
|
|
355
355
|
listMigrationObjects(listMigrationObjectsRequest: requests.ListMigrationObjectsRequest): Promise<responses.ListMigrationObjectsResponse>;
|
|
356
356
|
/**
|
|
@@ -360,7 +360,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
364
364
|
*/
|
|
365
365
|
listMigrations(listMigrationsRequest: requests.ListMigrationsRequest): Promise<responses.ListMigrationsResponse>;
|
|
366
366
|
/**
|
|
@@ -370,7 +370,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
374
374
|
*/
|
|
375
375
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
376
376
|
/**
|
|
@@ -380,7 +380,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
384
384
|
*/
|
|
385
385
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
386
386
|
/**
|
|
@@ -390,7 +390,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
394
394
|
*/
|
|
395
395
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
396
396
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
404
404
|
*/
|
|
405
405
|
removeMigrationObjects(removeMigrationObjectsRequest: requests.RemoveMigrationObjectsRequest): Promise<responses.RemoveMigrationObjectsResponse>;
|
|
406
406
|
/**
|
|
@@ -410,7 +410,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
414
414
|
*/
|
|
415
415
|
resumeJob(resumeJobRequest: requests.ResumeJobRequest): Promise<responses.ResumeJobResponse>;
|
|
416
416
|
/**
|
|
@@ -420,7 +420,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
424
424
|
*/
|
|
425
425
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest: requests.RetrieveSupportedPhasesRequest): Promise<responses.RetrieveSupportedPhasesResponse>;
|
|
426
426
|
/**
|
|
@@ -430,7 +430,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
434
434
|
*/
|
|
435
435
|
startMigration(startMigrationRequest: requests.StartMigrationRequest): Promise<responses.StartMigrationResponse>;
|
|
436
436
|
/**
|
|
@@ -440,7 +440,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
444
444
|
*/
|
|
445
445
|
updateAgent(updateAgentRequest: requests.UpdateAgentRequest): Promise<responses.UpdateAgentResponse>;
|
|
446
446
|
/**
|
|
@@ -450,7 +450,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
454
454
|
*/
|
|
455
455
|
updateConnection(updateConnectionRequest: requests.UpdateConnectionRequest): Promise<responses.UpdateConnectionResponse>;
|
|
456
456
|
/**
|
|
@@ -460,7 +460,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
464
464
|
*/
|
|
465
465
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
466
466
|
/**
|
|
@@ -470,7 +470,7 @@ export declare class DatabaseMigrationClient {
|
|
|
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.
|
|
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.
|
|
474
474
|
*/
|
|
475
475
|
updateMigration(updateMigrationRequest: requests.UpdateMigrationRequest): Promise<responses.UpdateMigrationResponse>;
|
|
476
476
|
}
|
package/lib/client.js
CHANGED
|
@@ -157,7 +157,7 @@ class DatabaseMigrationClient {
|
|
|
157
157
|
* @param AbortJobRequest
|
|
158
158
|
* @return AbortJobResponse
|
|
159
159
|
* @throws OciError when an error occurs
|
|
160
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
160
|
+
* @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.
|
|
161
161
|
*/
|
|
162
162
|
abortJob(abortJobRequest) {
|
|
163
163
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ class DatabaseMigrationClient {
|
|
|
223
223
|
* @param AddMigrationObjectsRequest
|
|
224
224
|
* @return AddMigrationObjectsResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @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.
|
|
227
227
|
*/
|
|
228
228
|
addMigrationObjects(addMigrationObjectsRequest) {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -280,7 +280,7 @@ class DatabaseMigrationClient {
|
|
|
280
280
|
* @param ChangeAgentCompartmentRequest
|
|
281
281
|
* @return ChangeAgentCompartmentResponse
|
|
282
282
|
* @throws OciError when an error occurs
|
|
283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
283
|
+
* @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.
|
|
284
284
|
*/
|
|
285
285
|
changeAgentCompartment(changeAgentCompartmentRequest) {
|
|
286
286
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -338,7 +338,7 @@ class DatabaseMigrationClient {
|
|
|
338
338
|
* @param ChangeConnectionCompartmentRequest
|
|
339
339
|
* @return ChangeConnectionCompartmentResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @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.
|
|
342
342
|
*/
|
|
343
343
|
changeConnectionCompartment(changeConnectionCompartmentRequest) {
|
|
344
344
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -396,7 +396,7 @@ class DatabaseMigrationClient {
|
|
|
396
396
|
* @param ChangeMigrationCompartmentRequest
|
|
397
397
|
* @return ChangeMigrationCompartmentResponse
|
|
398
398
|
* @throws OciError when an error occurs
|
|
399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
399
|
+
* @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.
|
|
400
400
|
*/
|
|
401
401
|
changeMigrationCompartment(changeMigrationCompartmentRequest) {
|
|
402
402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -454,7 +454,7 @@ class DatabaseMigrationClient {
|
|
|
454
454
|
* @param CloneMigrationRequest
|
|
455
455
|
* @return CloneMigrationResponse
|
|
456
456
|
* @throws OciError when an error occurs
|
|
457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
457
|
+
* @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.
|
|
458
458
|
*/
|
|
459
459
|
cloneMigration(cloneMigrationRequest) {
|
|
460
460
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -527,7 +527,7 @@ class DatabaseMigrationClient {
|
|
|
527
527
|
* @param CreateConnectionRequest
|
|
528
528
|
* @return CreateConnectionResponse
|
|
529
529
|
* @throws OciError when an error occurs
|
|
530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @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.
|
|
531
531
|
*/
|
|
532
532
|
createConnection(createConnectionRequest) {
|
|
533
533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -598,7 +598,7 @@ class DatabaseMigrationClient {
|
|
|
598
598
|
* @param CreateMigrationRequest
|
|
599
599
|
* @return CreateMigrationResponse
|
|
600
600
|
* @throws OciError when an error occurs
|
|
601
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
601
|
+
* @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.
|
|
602
602
|
*/
|
|
603
603
|
createMigration(createMigrationRequest) {
|
|
604
604
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -667,7 +667,7 @@ class DatabaseMigrationClient {
|
|
|
667
667
|
* @param DeleteAgentRequest
|
|
668
668
|
* @return DeleteAgentResponse
|
|
669
669
|
* @throws OciError when an error occurs
|
|
670
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
670
|
+
* @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.
|
|
671
671
|
*/
|
|
672
672
|
deleteAgent(deleteAgentRequest) {
|
|
673
673
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -728,7 +728,7 @@ class DatabaseMigrationClient {
|
|
|
728
728
|
* @param DeleteConnectionRequest
|
|
729
729
|
* @return DeleteConnectionResponse
|
|
730
730
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @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.
|
|
732
732
|
*/
|
|
733
733
|
deleteConnection(deleteConnectionRequest) {
|
|
734
734
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -789,7 +789,7 @@ class DatabaseMigrationClient {
|
|
|
789
789
|
* @param DeleteJobRequest
|
|
790
790
|
* @return DeleteJobResponse
|
|
791
791
|
* @throws OciError when an error occurs
|
|
792
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
792
|
+
* @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.
|
|
793
793
|
*/
|
|
794
794
|
deleteJob(deleteJobRequest) {
|
|
795
795
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -845,7 +845,7 @@ class DatabaseMigrationClient {
|
|
|
845
845
|
* @param DeleteMigrationRequest
|
|
846
846
|
* @return DeleteMigrationResponse
|
|
847
847
|
* @throws OciError when an error occurs
|
|
848
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
848
|
+
* @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.
|
|
849
849
|
*/
|
|
850
850
|
deleteMigration(deleteMigrationRequest) {
|
|
851
851
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -906,7 +906,7 @@ class DatabaseMigrationClient {
|
|
|
906
906
|
* @param EvaluateMigrationRequest
|
|
907
907
|
* @return EvaluateMigrationResponse
|
|
908
908
|
* @throws OciError when an error occurs
|
|
909
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
909
|
+
* @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.
|
|
910
910
|
*/
|
|
911
911
|
evaluateMigration(evaluateMigrationRequest) {
|
|
912
912
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -977,7 +977,7 @@ class DatabaseMigrationClient {
|
|
|
977
977
|
* @param GetAdvisorReportRequest
|
|
978
978
|
* @return GetAdvisorReportResponse
|
|
979
979
|
* @throws OciError when an error occurs
|
|
980
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
980
|
+
* @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.
|
|
981
981
|
*/
|
|
982
982
|
getAdvisorReport(getAdvisorReportRequest) {
|
|
983
983
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1041,7 +1041,7 @@ class DatabaseMigrationClient {
|
|
|
1041
1041
|
* @param GetAgentRequest
|
|
1042
1042
|
* @return GetAgentResponse
|
|
1043
1043
|
* @throws OciError when an error occurs
|
|
1044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1044
|
+
* @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.
|
|
1045
1045
|
*/
|
|
1046
1046
|
getAgent(getAgentRequest) {
|
|
1047
1047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1105,7 +1105,7 @@ class DatabaseMigrationClient {
|
|
|
1105
1105
|
* @param GetConnectionRequest
|
|
1106
1106
|
* @return GetConnectionResponse
|
|
1107
1107
|
* @throws OciError when an error occurs
|
|
1108
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1108
|
+
* @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.
|
|
1109
1109
|
*/
|
|
1110
1110
|
getConnection(getConnectionRequest) {
|
|
1111
1111
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1169,7 +1169,7 @@ class DatabaseMigrationClient {
|
|
|
1169
1169
|
* @param GetJobRequest
|
|
1170
1170
|
* @return GetJobResponse
|
|
1171
1171
|
* @throws OciError when an error occurs
|
|
1172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1172
|
+
* @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.
|
|
1173
1173
|
*/
|
|
1174
1174
|
getJob(getJobRequest) {
|
|
1175
1175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1233,7 +1233,7 @@ class DatabaseMigrationClient {
|
|
|
1233
1233
|
* @param GetJobOutputContentRequest
|
|
1234
1234
|
* @return GetJobOutputContentResponse
|
|
1235
1235
|
* @throws OciError when an error occurs
|
|
1236
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1236
|
+
* @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.
|
|
1237
1237
|
*/
|
|
1238
1238
|
getJobOutputContent(getJobOutputContentRequest) {
|
|
1239
1239
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1291,7 +1291,7 @@ class DatabaseMigrationClient {
|
|
|
1291
1291
|
* @param GetMigrationRequest
|
|
1292
1292
|
* @return GetMigrationResponse
|
|
1293
1293
|
* @throws OciError when an error occurs
|
|
1294
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1294
|
+
* @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.
|
|
1295
1295
|
*/
|
|
1296
1296
|
getMigration(getMigrationRequest) {
|
|
1297
1297
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1356,7 +1356,7 @@ class DatabaseMigrationClient {
|
|
|
1356
1356
|
* @param GetWorkRequestRequest
|
|
1357
1357
|
* @return GetWorkRequestResponse
|
|
1358
1358
|
* @throws OciError when an error occurs
|
|
1359
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1359
|
+
* @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.
|
|
1360
1360
|
*/
|
|
1361
1361
|
getWorkRequest(getWorkRequestRequest) {
|
|
1362
1362
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1415,7 +1415,7 @@ class DatabaseMigrationClient {
|
|
|
1415
1415
|
* @param ListAgentImagesRequest
|
|
1416
1416
|
* @return ListAgentImagesResponse
|
|
1417
1417
|
* @throws OciError when an error occurs
|
|
1418
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1418
|
+
* @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.
|
|
1419
1419
|
*/
|
|
1420
1420
|
listAgentImages(listAgentImagesRequest) {
|
|
1421
1421
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1481,7 +1481,7 @@ class DatabaseMigrationClient {
|
|
|
1481
1481
|
* @param ListAgentsRequest
|
|
1482
1482
|
* @return ListAgentsResponse
|
|
1483
1483
|
* @throws OciError when an error occurs
|
|
1484
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1484
|
+
* @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.
|
|
1485
1485
|
*/
|
|
1486
1486
|
listAgents(listAgentsRequest) {
|
|
1487
1487
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1551,7 +1551,7 @@ class DatabaseMigrationClient {
|
|
|
1551
1551
|
* @param ListConnectionsRequest
|
|
1552
1552
|
* @return ListConnectionsResponse
|
|
1553
1553
|
* @throws OciError when an error occurs
|
|
1554
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1554
|
+
* @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.
|
|
1555
1555
|
*/
|
|
1556
1556
|
listConnections(listConnectionsRequest) {
|
|
1557
1557
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1621,7 +1621,7 @@ class DatabaseMigrationClient {
|
|
|
1621
1621
|
* @param ListExcludedObjectsRequest
|
|
1622
1622
|
* @return ListExcludedObjectsResponse
|
|
1623
1623
|
* @throws OciError when an error occurs
|
|
1624
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1624
|
+
* @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.
|
|
1625
1625
|
*/
|
|
1626
1626
|
listExcludedObjects(listExcludedObjectsRequest) {
|
|
1627
1627
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1697,7 +1697,7 @@ class DatabaseMigrationClient {
|
|
|
1697
1697
|
* @param ListJobOutputsRequest
|
|
1698
1698
|
* @return ListJobOutputsResponse
|
|
1699
1699
|
* @throws OciError when an error occurs
|
|
1700
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1700
|
+
* @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.
|
|
1701
1701
|
*/
|
|
1702
1702
|
listJobOutputs(listJobOutputsRequest) {
|
|
1703
1703
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1765,7 +1765,7 @@ class DatabaseMigrationClient {
|
|
|
1765
1765
|
* @param ListJobsRequest
|
|
1766
1766
|
* @return ListJobsResponse
|
|
1767
1767
|
* @throws OciError when an error occurs
|
|
1768
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1768
|
+
* @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.
|
|
1769
1769
|
*/
|
|
1770
1770
|
listJobs(listJobsRequest) {
|
|
1771
1771
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1835,7 +1835,7 @@ class DatabaseMigrationClient {
|
|
|
1835
1835
|
* @param ListMigrationObjectTypesRequest
|
|
1836
1836
|
* @return ListMigrationObjectTypesResponse
|
|
1837
1837
|
* @throws OciError when an error occurs
|
|
1838
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1838
|
+
* @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.
|
|
1839
1839
|
*/
|
|
1840
1840
|
listMigrationObjectTypes(listMigrationObjectTypesRequest) {
|
|
1841
1841
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1902,7 +1902,7 @@ class DatabaseMigrationClient {
|
|
|
1902
1902
|
* @param ListMigrationObjectsRequest
|
|
1903
1903
|
* @return ListMigrationObjectsResponse
|
|
1904
1904
|
* @throws OciError when an error occurs
|
|
1905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1905
|
+
* @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.
|
|
1906
1906
|
*/
|
|
1907
1907
|
listMigrationObjects(listMigrationObjectsRequest) {
|
|
1908
1908
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1970,7 +1970,7 @@ class DatabaseMigrationClient {
|
|
|
1970
1970
|
* @param ListMigrationsRequest
|
|
1971
1971
|
* @return ListMigrationsResponse
|
|
1972
1972
|
* @throws OciError when an error occurs
|
|
1973
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1973
|
+
* @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.
|
|
1974
1974
|
*/
|
|
1975
1975
|
listMigrations(listMigrationsRequest) {
|
|
1976
1976
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2041,7 +2041,7 @@ class DatabaseMigrationClient {
|
|
|
2041
2041
|
* @param ListWorkRequestErrorsRequest
|
|
2042
2042
|
* @return ListWorkRequestErrorsResponse
|
|
2043
2043
|
* @throws OciError when an error occurs
|
|
2044
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2044
|
+
* @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.
|
|
2045
2045
|
*/
|
|
2046
2046
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2047
2047
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2110,7 +2110,7 @@ class DatabaseMigrationClient {
|
|
|
2110
2110
|
* @param ListWorkRequestLogsRequest
|
|
2111
2111
|
* @return ListWorkRequestLogsResponse
|
|
2112
2112
|
* @throws OciError when an error occurs
|
|
2113
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2113
|
+
* @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.
|
|
2114
2114
|
*/
|
|
2115
2115
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2116
2116
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2179,7 +2179,7 @@ class DatabaseMigrationClient {
|
|
|
2179
2179
|
* @param ListWorkRequestsRequest
|
|
2180
2180
|
* @return ListWorkRequestsResponse
|
|
2181
2181
|
* @throws OciError when an error occurs
|
|
2182
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2182
|
+
* @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.
|
|
2183
2183
|
*/
|
|
2184
2184
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2185
2185
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2249,7 +2249,7 @@ class DatabaseMigrationClient {
|
|
|
2249
2249
|
* @param RemoveMigrationObjectsRequest
|
|
2250
2250
|
* @return RemoveMigrationObjectsResponse
|
|
2251
2251
|
* @throws OciError when an error occurs
|
|
2252
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2252
|
+
* @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.
|
|
2253
2253
|
*/
|
|
2254
2254
|
removeMigrationObjects(removeMigrationObjectsRequest) {
|
|
2255
2255
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2306,7 +2306,7 @@ class DatabaseMigrationClient {
|
|
|
2306
2306
|
* @param ResumeJobRequest
|
|
2307
2307
|
* @return ResumeJobResponse
|
|
2308
2308
|
* @throws OciError when an error occurs
|
|
2309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2309
|
+
* @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.
|
|
2310
2310
|
*/
|
|
2311
2311
|
resumeJob(resumeJobRequest) {
|
|
2312
2312
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2373,7 +2373,7 @@ class DatabaseMigrationClient {
|
|
|
2373
2373
|
* @param RetrieveSupportedPhasesRequest
|
|
2374
2374
|
* @return RetrieveSupportedPhasesResponse
|
|
2375
2375
|
* @throws OciError when an error occurs
|
|
2376
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2376
|
+
* @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.
|
|
2377
2377
|
*/
|
|
2378
2378
|
retrieveSupportedPhases(retrieveSupportedPhasesRequest) {
|
|
2379
2379
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2432,7 +2432,7 @@ class DatabaseMigrationClient {
|
|
|
2432
2432
|
* @param StartMigrationRequest
|
|
2433
2433
|
* @return StartMigrationResponse
|
|
2434
2434
|
* @throws OciError when an error occurs
|
|
2435
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2435
|
+
* @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.
|
|
2436
2436
|
*/
|
|
2437
2437
|
startMigration(startMigrationRequest) {
|
|
2438
2438
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2504,7 +2504,7 @@ class DatabaseMigrationClient {
|
|
|
2504
2504
|
* @param UpdateAgentRequest
|
|
2505
2505
|
* @return UpdateAgentResponse
|
|
2506
2506
|
* @throws OciError when an error occurs
|
|
2507
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2507
|
+
* @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.
|
|
2508
2508
|
*/
|
|
2509
2509
|
updateAgent(updateAgentRequest) {
|
|
2510
2510
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2571,7 +2571,7 @@ class DatabaseMigrationClient {
|
|
|
2571
2571
|
* @param UpdateConnectionRequest
|
|
2572
2572
|
* @return UpdateConnectionResponse
|
|
2573
2573
|
* @throws OciError when an error occurs
|
|
2574
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2574
|
+
* @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.
|
|
2575
2575
|
*/
|
|
2576
2576
|
updateConnection(updateConnectionRequest) {
|
|
2577
2577
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2633,7 +2633,7 @@ class DatabaseMigrationClient {
|
|
|
2633
2633
|
* @param UpdateJobRequest
|
|
2634
2634
|
* @return UpdateJobResponse
|
|
2635
2635
|
* @throws OciError when an error occurs
|
|
2636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2636
|
+
* @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.
|
|
2637
2637
|
*/
|
|
2638
2638
|
updateJob(updateJobRequest) {
|
|
2639
2639
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2699,7 +2699,7 @@ class DatabaseMigrationClient {
|
|
|
2699
2699
|
* @param UpdateMigrationRequest
|
|
2700
2700
|
* @return UpdateMigrationResponse
|
|
2701
2701
|
* @throws OciError when an error occurs
|
|
2702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2702
|
+
* @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.
|
|
2703
2703
|
*/
|
|
2704
2704
|
updateMigration(updateMigrationRequest) {
|
|
2705
2705
|
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.
|
|
15
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
15
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
16
|
+
* @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 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.
|
|
3
|
+
"version": "2.49.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.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.49.0",
|
|
19
|
+
"oci-workrequests": "2.49.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|