oci-mysql 2.55.0 → 2.56.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 +55 -55
- package/lib/client.js +55 -55
- package/lib/model/update-db-system-details.d.ts +4 -2
- package/lib/model/update-db-system-details.js.map +1 -1
- package/lib/request/add-analytics-cluster-request.d.ts +1 -1
- package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/change-backup-compartment-request.d.ts +1 -1
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +1 -1
- package/lib/request/delete-channel-request.d.ts +1 -1
- package/lib/request/delete-configuration-request.d.ts +1 -1
- package/lib/request/delete-db-system-request.d.ts +1 -1
- package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/delete-replica-request.d.ts +1 -1
- package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +1 -1
- package/lib/request/get-channel-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-db-system-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/get-replica-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-backups-request.d.ts +1 -1
- package/lib/request/list-channels-request.d.ts +1 -1
- package/lib/request/list-configurations-request.d.ts +1 -1
- package/lib/request/list-db-systems-request.d.ts +1 -1
- package/lib/request/list-replicas-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-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 +1 -1
- package/lib/request/reset-channel-request.d.ts +1 -1
- package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
- package/lib/request/restart-db-system-request.d.ts +1 -1
- package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/resume-channel-request.d.ts +1 -1
- package/lib/request/start-analytics-cluster-request.d.ts +1 -1
- package/lib/request/start-db-system-request.d.ts +1 -1
- package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
- package/lib/request/stop-db-system-request.d.ts +1 -1
- package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-analytics-cluster-request.d.ts +1 -1
- package/lib/request/update-backup-request.d.ts +1 -1
- package/lib/request/update-channel-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-db-system-request.d.ts +1 -1
- package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-replica-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -82,7 +82,7 @@ export declare class ChannelsClient {
|
|
|
82
82
|
* @param CreateChannelRequest
|
|
83
83
|
* @return CreateChannelResponse
|
|
84
84
|
* @throws OciError when an error occurs
|
|
85
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
85
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
86
86
|
*/
|
|
87
87
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
88
88
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class ChannelsClient {
|
|
|
91
91
|
* @param DeleteChannelRequest
|
|
92
92
|
* @return DeleteChannelResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
95
95
|
*/
|
|
96
96
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
97
97
|
/**
|
|
@@ -103,7 +103,7 @@ export declare class ChannelsClient {
|
|
|
103
103
|
* @param GetChannelRequest
|
|
104
104
|
* @return GetChannelResponse
|
|
105
105
|
* @throws OciError when an error occurs
|
|
106
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
106
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
107
107
|
*/
|
|
108
108
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
109
109
|
/**
|
|
@@ -112,7 +112,7 @@ export declare class ChannelsClient {
|
|
|
112
112
|
* @param ListChannelsRequest
|
|
113
113
|
* @return ListChannelsResponse
|
|
114
114
|
* @throws OciError when an error occurs
|
|
115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
116
116
|
*/
|
|
117
117
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
118
118
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class ChannelsClient {
|
|
|
155
155
|
* @param ResetChannelRequest
|
|
156
156
|
* @return ResetChannelResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
159
159
|
*/
|
|
160
160
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
161
161
|
/**
|
|
@@ -167,7 +167,7 @@ export declare class ChannelsClient {
|
|
|
167
167
|
* @param ResumeChannelRequest
|
|
168
168
|
* @return ResumeChannelResponse
|
|
169
169
|
* @throws OciError when an error occurs
|
|
170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
171
171
|
*/
|
|
172
172
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
173
173
|
/**
|
|
@@ -180,7 +180,7 @@ export declare class ChannelsClient {
|
|
|
180
180
|
* @param UpdateChannelRequest
|
|
181
181
|
* @return UpdateChannelResponse
|
|
182
182
|
* @throws OciError when an error occurs
|
|
183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
184
184
|
*/
|
|
185
185
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
186
186
|
}
|
|
@@ -247,7 +247,7 @@ export declare class DbBackupsClient {
|
|
|
247
247
|
* @param ChangeBackupCompartmentRequest
|
|
248
248
|
* @return ChangeBackupCompartmentResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
251
251
|
*/
|
|
252
252
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
253
253
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class DbBackupsClient {
|
|
|
257
257
|
* @param CreateBackupRequest
|
|
258
258
|
* @return CreateBackupResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
261
261
|
*/
|
|
262
262
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
263
263
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class DbBackupsClient {
|
|
|
267
267
|
* @param DeleteBackupRequest
|
|
268
268
|
* @return DeleteBackupResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
271
271
|
*/
|
|
272
272
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
273
273
|
/**
|
|
@@ -276,7 +276,7 @@ export declare class DbBackupsClient {
|
|
|
276
276
|
* @param GetBackupRequest
|
|
277
277
|
* @return GetBackupResponse
|
|
278
278
|
* @throws OciError when an error occurs
|
|
279
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
280
280
|
*/
|
|
281
281
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
282
282
|
/**
|
|
@@ -286,7 +286,7 @@ export declare class DbBackupsClient {
|
|
|
286
286
|
* @param ListBackupsRequest
|
|
287
287
|
* @return ListBackupsResponse
|
|
288
288
|
* @throws OciError when an error occurs
|
|
289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
290
290
|
*/
|
|
291
291
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
292
292
|
/**
|
|
@@ -327,7 +327,7 @@ export declare class DbBackupsClient {
|
|
|
327
327
|
* @param UpdateBackupRequest
|
|
328
328
|
* @return UpdateBackupResponse
|
|
329
329
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
331
331
|
*/
|
|
332
332
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
333
333
|
}
|
|
@@ -394,7 +394,7 @@ export declare class DbSystemClient {
|
|
|
394
394
|
* @param AddAnalyticsClusterRequest
|
|
395
395
|
* @return AddAnalyticsClusterResponse
|
|
396
396
|
* @throws OciError when an error occurs
|
|
397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
398
398
|
*/
|
|
399
399
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
400
400
|
/**
|
|
@@ -404,7 +404,7 @@ export declare class DbSystemClient {
|
|
|
404
404
|
* @param AddHeatWaveClusterRequest
|
|
405
405
|
* @return AddHeatWaveClusterResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
408
408
|
*/
|
|
409
409
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
410
410
|
/**
|
|
@@ -414,7 +414,7 @@ export declare class DbSystemClient {
|
|
|
414
414
|
* @param CreateDbSystemRequest
|
|
415
415
|
* @return CreateDbSystemResponse
|
|
416
416
|
* @throws OciError when an error occurs
|
|
417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
418
418
|
*/
|
|
419
419
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
420
420
|
/**
|
|
@@ -426,7 +426,7 @@ export declare class DbSystemClient {
|
|
|
426
426
|
* @param DeleteAnalyticsClusterRequest
|
|
427
427
|
* @return DeleteAnalyticsClusterResponse
|
|
428
428
|
* @throws OciError when an error occurs
|
|
429
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
429
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
430
430
|
*/
|
|
431
431
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
432
432
|
/**
|
|
@@ -437,7 +437,7 @@ export declare class DbSystemClient {
|
|
|
437
437
|
* @param DeleteDbSystemRequest
|
|
438
438
|
* @return DeleteDbSystemResponse
|
|
439
439
|
* @throws OciError when an error occurs
|
|
440
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
440
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
441
441
|
*/
|
|
442
442
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
443
443
|
/**
|
|
@@ -448,7 +448,7 @@ export declare class DbSystemClient {
|
|
|
448
448
|
* @param DeleteHeatWaveClusterRequest
|
|
449
449
|
* @return DeleteHeatWaveClusterResponse
|
|
450
450
|
* @throws OciError when an error occurs
|
|
451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
452
452
|
*/
|
|
453
453
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
454
454
|
/**
|
|
@@ -459,7 +459,7 @@ export declare class DbSystemClient {
|
|
|
459
459
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
460
460
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
461
461
|
* @throws OciError when an error occurs
|
|
462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
463
463
|
*/
|
|
464
464
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
465
465
|
/**
|
|
@@ -469,7 +469,7 @@ export declare class DbSystemClient {
|
|
|
469
469
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
470
470
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
471
471
|
* @throws OciError when an error occurs
|
|
472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
473
473
|
*/
|
|
474
474
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
475
475
|
/**
|
|
@@ -480,7 +480,7 @@ export declare class DbSystemClient {
|
|
|
480
480
|
* @param GetAnalyticsClusterRequest
|
|
481
481
|
* @return GetAnalyticsClusterResponse
|
|
482
482
|
* @throws OciError when an error occurs
|
|
483
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
483
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
484
484
|
*/
|
|
485
485
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
486
486
|
/**
|
|
@@ -492,7 +492,7 @@ export declare class DbSystemClient {
|
|
|
492
492
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
493
493
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
494
494
|
* @throws OciError when an error occurs
|
|
495
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
496
496
|
*/
|
|
497
497
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
498
498
|
/**
|
|
@@ -501,7 +501,7 @@ export declare class DbSystemClient {
|
|
|
501
501
|
* @param GetDbSystemRequest
|
|
502
502
|
* @return GetDbSystemResponse
|
|
503
503
|
* @throws OciError when an error occurs
|
|
504
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
505
505
|
*/
|
|
506
506
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
507
507
|
/**
|
|
@@ -510,7 +510,7 @@ export declare class DbSystemClient {
|
|
|
510
510
|
* @param GetHeatWaveClusterRequest
|
|
511
511
|
* @return GetHeatWaveClusterResponse
|
|
512
512
|
* @throws OciError when an error occurs
|
|
513
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
514
514
|
*/
|
|
515
515
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
516
516
|
/**
|
|
@@ -521,7 +521,7 @@ export declare class DbSystemClient {
|
|
|
521
521
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
522
522
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
523
523
|
* @throws OciError when an error occurs
|
|
524
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
525
525
|
*/
|
|
526
526
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
527
527
|
/**
|
|
@@ -532,7 +532,7 @@ export declare class DbSystemClient {
|
|
|
532
532
|
* @param ListDbSystemsRequest
|
|
533
533
|
* @return ListDbSystemsResponse
|
|
534
534
|
* @throws OciError when an error occurs
|
|
535
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
536
536
|
*/
|
|
537
537
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
538
538
|
/**
|
|
@@ -575,7 +575,7 @@ export declare class DbSystemClient {
|
|
|
575
575
|
* @param RestartAnalyticsClusterRequest
|
|
576
576
|
* @return RestartAnalyticsClusterResponse
|
|
577
577
|
* @throws OciError when an error occurs
|
|
578
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
578
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
579
579
|
*/
|
|
580
580
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
581
581
|
/**
|
|
@@ -584,7 +584,7 @@ export declare class DbSystemClient {
|
|
|
584
584
|
* @param RestartDbSystemRequest
|
|
585
585
|
* @return RestartDbSystemResponse
|
|
586
586
|
* @throws OciError when an error occurs
|
|
587
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
588
588
|
*/
|
|
589
589
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
590
590
|
/**
|
|
@@ -593,7 +593,7 @@ export declare class DbSystemClient {
|
|
|
593
593
|
* @param RestartHeatWaveClusterRequest
|
|
594
594
|
* @return RestartHeatWaveClusterResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
597
597
|
*/
|
|
598
598
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
599
599
|
/**
|
|
@@ -604,7 +604,7 @@ export declare class DbSystemClient {
|
|
|
604
604
|
* @param StartAnalyticsClusterRequest
|
|
605
605
|
* @return StartAnalyticsClusterResponse
|
|
606
606
|
* @throws OciError when an error occurs
|
|
607
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
607
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
608
608
|
*/
|
|
609
609
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
610
610
|
/**
|
|
@@ -613,7 +613,7 @@ export declare class DbSystemClient {
|
|
|
613
613
|
* @param StartDbSystemRequest
|
|
614
614
|
* @return StartDbSystemResponse
|
|
615
615
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
617
617
|
*/
|
|
618
618
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
619
619
|
/**
|
|
@@ -622,7 +622,7 @@ export declare class DbSystemClient {
|
|
|
622
622
|
* @param StartHeatWaveClusterRequest
|
|
623
623
|
* @return StartHeatWaveClusterResponse
|
|
624
624
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
626
626
|
*/
|
|
627
627
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
628
628
|
/**
|
|
@@ -633,7 +633,7 @@ export declare class DbSystemClient {
|
|
|
633
633
|
* @param StopAnalyticsClusterRequest
|
|
634
634
|
* @return StopAnalyticsClusterResponse
|
|
635
635
|
* @throws OciError when an error occurs
|
|
636
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
637
637
|
*/
|
|
638
638
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
639
639
|
/**
|
|
@@ -645,7 +645,7 @@ export declare class DbSystemClient {
|
|
|
645
645
|
* @param StopDbSystemRequest
|
|
646
646
|
* @return StopDbSystemResponse
|
|
647
647
|
* @throws OciError when an error occurs
|
|
648
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
648
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
649
649
|
*/
|
|
650
650
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
651
651
|
/**
|
|
@@ -654,7 +654,7 @@ export declare class DbSystemClient {
|
|
|
654
654
|
* @param StopHeatWaveClusterRequest
|
|
655
655
|
* @return StopHeatWaveClusterResponse
|
|
656
656
|
* @throws OciError when an error occurs
|
|
657
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
657
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
658
658
|
*/
|
|
659
659
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
660
660
|
/**
|
|
@@ -665,7 +665,7 @@ export declare class DbSystemClient {
|
|
|
665
665
|
* @param UpdateAnalyticsClusterRequest
|
|
666
666
|
* @return UpdateAnalyticsClusterResponse
|
|
667
667
|
* @throws OciError when an error occurs
|
|
668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
669
669
|
*/
|
|
670
670
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
671
671
|
/**
|
|
@@ -682,7 +682,7 @@ export declare class DbSystemClient {
|
|
|
682
682
|
* @param UpdateDbSystemRequest
|
|
683
683
|
* @return UpdateDbSystemResponse
|
|
684
684
|
* @throws OciError when an error occurs
|
|
685
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
685
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
686
686
|
*/
|
|
687
687
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
688
688
|
/**
|
|
@@ -692,7 +692,7 @@ export declare class DbSystemClient {
|
|
|
692
692
|
* @param UpdateHeatWaveClusterRequest
|
|
693
693
|
* @return UpdateHeatWaveClusterResponse
|
|
694
694
|
* @throws OciError when an error occurs
|
|
695
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
695
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
696
696
|
*/
|
|
697
697
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
698
698
|
}
|
|
@@ -757,7 +757,7 @@ export declare class MysqlaasClient {
|
|
|
757
757
|
* @param CreateConfigurationRequest
|
|
758
758
|
* @return CreateConfigurationResponse
|
|
759
759
|
* @throws OciError when an error occurs
|
|
760
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
760
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
761
761
|
*/
|
|
762
762
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
763
763
|
/**
|
|
@@ -768,7 +768,7 @@ export declare class MysqlaasClient {
|
|
|
768
768
|
* @param DeleteConfigurationRequest
|
|
769
769
|
* @return DeleteConfigurationResponse
|
|
770
770
|
* @throws OciError when an error occurs
|
|
771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
772
772
|
*/
|
|
773
773
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
774
774
|
/**
|
|
@@ -778,7 +778,7 @@ export declare class MysqlaasClient {
|
|
|
778
778
|
* @param GetConfigurationRequest
|
|
779
779
|
* @return GetConfigurationResponse
|
|
780
780
|
* @throws OciError when an error occurs
|
|
781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
782
782
|
*/
|
|
783
783
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
784
784
|
/**
|
|
@@ -795,7 +795,7 @@ export declare class MysqlaasClient {
|
|
|
795
795
|
* @param ListConfigurationsRequest
|
|
796
796
|
* @return ListConfigurationsResponse
|
|
797
797
|
* @throws OciError when an error occurs
|
|
798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
799
799
|
*/
|
|
800
800
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
801
801
|
/**
|
|
@@ -840,7 +840,7 @@ export declare class MysqlaasClient {
|
|
|
840
840
|
* @param ListShapesRequest
|
|
841
841
|
* @return ListShapesResponse
|
|
842
842
|
* @throws OciError when an error occurs
|
|
843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
843
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
844
844
|
*/
|
|
845
845
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
846
846
|
/**
|
|
@@ -852,7 +852,7 @@ export declare class MysqlaasClient {
|
|
|
852
852
|
* @param ListVersionsRequest
|
|
853
853
|
* @return ListVersionsResponse
|
|
854
854
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
856
856
|
*/
|
|
857
857
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
858
858
|
/**
|
|
@@ -861,7 +861,7 @@ export declare class MysqlaasClient {
|
|
|
861
861
|
* @param UpdateConfigurationRequest
|
|
862
862
|
* @return UpdateConfigurationResponse
|
|
863
863
|
* @throws OciError when an error occurs
|
|
864
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
864
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
865
865
|
*/
|
|
866
866
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
867
867
|
}
|
|
@@ -926,7 +926,7 @@ export declare class ReplicasClient {
|
|
|
926
926
|
* @param CreateReplicaRequest
|
|
927
927
|
* @return CreateReplicaResponse
|
|
928
928
|
* @throws OciError when an error occurs
|
|
929
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
929
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
930
930
|
*/
|
|
931
931
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
932
932
|
/**
|
|
@@ -935,7 +935,7 @@ export declare class ReplicasClient {
|
|
|
935
935
|
* @param DeleteReplicaRequest
|
|
936
936
|
* @return DeleteReplicaResponse
|
|
937
937
|
* @throws OciError when an error occurs
|
|
938
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
938
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
939
939
|
*/
|
|
940
940
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
941
941
|
/**
|
|
@@ -944,7 +944,7 @@ export declare class ReplicasClient {
|
|
|
944
944
|
* @param GetReplicaRequest
|
|
945
945
|
* @return GetReplicaResponse
|
|
946
946
|
* @throws OciError when an error occurs
|
|
947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
948
948
|
*/
|
|
949
949
|
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
950
950
|
/**
|
|
@@ -953,7 +953,7 @@ export declare class ReplicasClient {
|
|
|
953
953
|
* @param ListReplicasRequest
|
|
954
954
|
* @return ListReplicasResponse
|
|
955
955
|
* @throws OciError when an error occurs
|
|
956
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
956
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
957
957
|
*/
|
|
958
958
|
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
959
959
|
/**
|
|
@@ -994,7 +994,7 @@ export declare class ReplicasClient {
|
|
|
994
994
|
* @param UpdateReplicaRequest
|
|
995
995
|
* @return UpdateReplicaResponse
|
|
996
996
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
998
998
|
*/
|
|
999
999
|
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
1000
1000
|
}
|
|
@@ -1059,7 +1059,7 @@ export declare class WorkRequestsClient {
|
|
|
1059
1059
|
* @param GetWorkRequestRequest
|
|
1060
1060
|
* @return GetWorkRequestResponse
|
|
1061
1061
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1062
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1063
1063
|
*/
|
|
1064
1064
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1065
1065
|
/**
|
|
@@ -1069,7 +1069,7 @@ export declare class WorkRequestsClient {
|
|
|
1069
1069
|
* @param ListWorkRequestErrorsRequest
|
|
1070
1070
|
* @return ListWorkRequestErrorsResponse
|
|
1071
1071
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1072
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1073
1073
|
*/
|
|
1074
1074
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1075
1075
|
/**
|
|
@@ -1111,7 +1111,7 @@ export declare class WorkRequestsClient {
|
|
|
1111
1111
|
* @param ListWorkRequestLogsRequest
|
|
1112
1112
|
* @return ListWorkRequestLogsResponse
|
|
1113
1113
|
* @throws OciError when an error occurs
|
|
1114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1115
1115
|
*/
|
|
1116
1116
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1117
1117
|
/**
|
|
@@ -1153,7 +1153,7 @@ export declare class WorkRequestsClient {
|
|
|
1153
1153
|
* @param ListWorkRequestsRequest
|
|
1154
1154
|
* @return ListWorkRequestsResponse
|
|
1155
1155
|
* @throws OciError when an error occurs
|
|
1156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.56.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1157
1157
|
*/
|
|
1158
1158
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1159
1159
|
/**
|