oci-mysql 2.20.0 → 2.24.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 -50
- package/lib/client.js +80 -55
- package/lib/client.js.map +1 -1
- package/lib/model/create-db-system-source-import-from-url-details.d.ts +5 -1
- package/lib/model/create-db-system-source-import-from-url-details.js.map +1 -1
- package/lib/model/update-db-system-details.d.ts +5 -3
- 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/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/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-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-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/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -32,6 +32,7 @@ export declare class ChannelsClient {
|
|
|
32
32
|
protected "_waiters": ChannelsWaiter;
|
|
33
33
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
34
34
|
protected _circuitBreaker: null;
|
|
35
|
+
protected _httpOptions: any;
|
|
35
36
|
protected _httpClient: common.HttpClient;
|
|
36
37
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
37
38
|
/**
|
|
@@ -79,7 +80,7 @@ export declare class ChannelsClient {
|
|
|
79
80
|
* @param CreateChannelRequest
|
|
80
81
|
* @return CreateChannelResponse
|
|
81
82
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
83
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
83
84
|
*/
|
|
84
85
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
85
86
|
/**
|
|
@@ -88,7 +89,7 @@ export declare class ChannelsClient {
|
|
|
88
89
|
* @param DeleteChannelRequest
|
|
89
90
|
* @return DeleteChannelResponse
|
|
90
91
|
* @throws OciError when an error occurs
|
|
91
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
92
93
|
*/
|
|
93
94
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
94
95
|
/**
|
|
@@ -100,7 +101,7 @@ export declare class ChannelsClient {
|
|
|
100
101
|
* @param GetChannelRequest
|
|
101
102
|
* @return GetChannelResponse
|
|
102
103
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
104
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
104
105
|
*/
|
|
105
106
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
106
107
|
/**
|
|
@@ -109,7 +110,7 @@ export declare class ChannelsClient {
|
|
|
109
110
|
* @param ListChannelsRequest
|
|
110
111
|
* @return ListChannelsResponse
|
|
111
112
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
113
114
|
*/
|
|
114
115
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
115
116
|
/**
|
|
@@ -152,7 +153,7 @@ export declare class ChannelsClient {
|
|
|
152
153
|
* @param ResetChannelRequest
|
|
153
154
|
* @return ResetChannelResponse
|
|
154
155
|
* @throws OciError when an error occurs
|
|
155
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
156
157
|
*/
|
|
157
158
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
158
159
|
/**
|
|
@@ -164,7 +165,7 @@ export declare class ChannelsClient {
|
|
|
164
165
|
* @param ResumeChannelRequest
|
|
165
166
|
* @return ResumeChannelResponse
|
|
166
167
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
168
169
|
*/
|
|
169
170
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
170
171
|
/**
|
|
@@ -177,7 +178,7 @@ export declare class ChannelsClient {
|
|
|
177
178
|
* @param UpdateChannelRequest
|
|
178
179
|
* @return UpdateChannelResponse
|
|
179
180
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
181
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
181
182
|
*/
|
|
182
183
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
183
184
|
}
|
|
@@ -194,6 +195,7 @@ export declare class DbBackupsClient {
|
|
|
194
195
|
protected "_waiters": DbBackupsWaiter;
|
|
195
196
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
196
197
|
protected _circuitBreaker: null;
|
|
198
|
+
protected _httpOptions: any;
|
|
197
199
|
protected _httpClient: common.HttpClient;
|
|
198
200
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
199
201
|
/**
|
|
@@ -242,7 +244,7 @@ export declare class DbBackupsClient {
|
|
|
242
244
|
* @param ChangeBackupCompartmentRequest
|
|
243
245
|
* @return ChangeBackupCompartmentResponse
|
|
244
246
|
* @throws OciError when an error occurs
|
|
245
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
246
248
|
*/
|
|
247
249
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
248
250
|
/**
|
|
@@ -252,7 +254,7 @@ export declare class DbBackupsClient {
|
|
|
252
254
|
* @param CreateBackupRequest
|
|
253
255
|
* @return CreateBackupResponse
|
|
254
256
|
* @throws OciError when an error occurs
|
|
255
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
257
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
256
258
|
*/
|
|
257
259
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
258
260
|
/**
|
|
@@ -262,7 +264,7 @@ export declare class DbBackupsClient {
|
|
|
262
264
|
* @param DeleteBackupRequest
|
|
263
265
|
* @return DeleteBackupResponse
|
|
264
266
|
* @throws OciError when an error occurs
|
|
265
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
267
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
266
268
|
*/
|
|
267
269
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
268
270
|
/**
|
|
@@ -271,7 +273,7 @@ export declare class DbBackupsClient {
|
|
|
271
273
|
* @param GetBackupRequest
|
|
272
274
|
* @return GetBackupResponse
|
|
273
275
|
* @throws OciError when an error occurs
|
|
274
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
275
277
|
*/
|
|
276
278
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
277
279
|
/**
|
|
@@ -281,7 +283,7 @@ export declare class DbBackupsClient {
|
|
|
281
283
|
* @param ListBackupsRequest
|
|
282
284
|
* @return ListBackupsResponse
|
|
283
285
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
285
287
|
*/
|
|
286
288
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
287
289
|
/**
|
|
@@ -322,7 +324,7 @@ export declare class DbBackupsClient {
|
|
|
322
324
|
* @param UpdateBackupRequest
|
|
323
325
|
* @return UpdateBackupResponse
|
|
324
326
|
* @throws OciError when an error occurs
|
|
325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
327
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
326
328
|
*/
|
|
327
329
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
328
330
|
}
|
|
@@ -339,6 +341,7 @@ export declare class DbSystemClient {
|
|
|
339
341
|
protected "_waiters": DbSystemWaiter;
|
|
340
342
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
341
343
|
protected _circuitBreaker: null;
|
|
344
|
+
protected _httpOptions: any;
|
|
342
345
|
protected _httpClient: common.HttpClient;
|
|
343
346
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
344
347
|
/**
|
|
@@ -387,7 +390,7 @@ export declare class DbSystemClient {
|
|
|
387
390
|
* @param AddAnalyticsClusterRequest
|
|
388
391
|
* @return AddAnalyticsClusterResponse
|
|
389
392
|
* @throws OciError when an error occurs
|
|
390
|
-
* @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.24.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
391
394
|
*/
|
|
392
395
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
393
396
|
/**
|
|
@@ -397,7 +400,7 @@ export declare class DbSystemClient {
|
|
|
397
400
|
* @param AddHeatWaveClusterRequest
|
|
398
401
|
* @return AddHeatWaveClusterResponse
|
|
399
402
|
* @throws OciError when an error occurs
|
|
400
|
-
* @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.24.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
401
404
|
*/
|
|
402
405
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
403
406
|
/**
|
|
@@ -407,7 +410,7 @@ export declare class DbSystemClient {
|
|
|
407
410
|
* @param CreateDbSystemRequest
|
|
408
411
|
* @return CreateDbSystemResponse
|
|
409
412
|
* @throws OciError when an error occurs
|
|
410
|
-
* @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.24.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
411
414
|
*/
|
|
412
415
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
413
416
|
/**
|
|
@@ -419,7 +422,7 @@ export declare class DbSystemClient {
|
|
|
419
422
|
* @param DeleteAnalyticsClusterRequest
|
|
420
423
|
* @return DeleteAnalyticsClusterResponse
|
|
421
424
|
* @throws OciError when an error occurs
|
|
422
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
425
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
423
426
|
*/
|
|
424
427
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
425
428
|
/**
|
|
@@ -430,7 +433,7 @@ export declare class DbSystemClient {
|
|
|
430
433
|
* @param DeleteDbSystemRequest
|
|
431
434
|
* @return DeleteDbSystemResponse
|
|
432
435
|
* @throws OciError when an error occurs
|
|
433
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
434
437
|
*/
|
|
435
438
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
436
439
|
/**
|
|
@@ -441,7 +444,7 @@ export declare class DbSystemClient {
|
|
|
441
444
|
* @param DeleteHeatWaveClusterRequest
|
|
442
445
|
* @return DeleteHeatWaveClusterResponse
|
|
443
446
|
* @throws OciError when an error occurs
|
|
444
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
447
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
445
448
|
*/
|
|
446
449
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
447
450
|
/**
|
|
@@ -452,7 +455,7 @@ export declare class DbSystemClient {
|
|
|
452
455
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
453
456
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
454
457
|
* @throws OciError when an error occurs
|
|
455
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
458
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
456
459
|
*/
|
|
457
460
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
458
461
|
/**
|
|
@@ -462,7 +465,7 @@ export declare class DbSystemClient {
|
|
|
462
465
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
463
466
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
464
467
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
466
469
|
*/
|
|
467
470
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
468
471
|
/**
|
|
@@ -473,7 +476,7 @@ export declare class DbSystemClient {
|
|
|
473
476
|
* @param GetAnalyticsClusterRequest
|
|
474
477
|
* @return GetAnalyticsClusterResponse
|
|
475
478
|
* @throws OciError when an error occurs
|
|
476
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
477
480
|
*/
|
|
478
481
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
479
482
|
/**
|
|
@@ -485,7 +488,7 @@ export declare class DbSystemClient {
|
|
|
485
488
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
486
489
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
487
490
|
* @throws OciError when an error occurs
|
|
488
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
489
492
|
*/
|
|
490
493
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
491
494
|
/**
|
|
@@ -494,7 +497,7 @@ export declare class DbSystemClient {
|
|
|
494
497
|
* @param GetDbSystemRequest
|
|
495
498
|
* @return GetDbSystemResponse
|
|
496
499
|
* @throws OciError when an error occurs
|
|
497
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
500
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
498
501
|
*/
|
|
499
502
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
500
503
|
/**
|
|
@@ -503,7 +506,7 @@ export declare class DbSystemClient {
|
|
|
503
506
|
* @param GetHeatWaveClusterRequest
|
|
504
507
|
* @return GetHeatWaveClusterResponse
|
|
505
508
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
509
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
507
510
|
*/
|
|
508
511
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
509
512
|
/**
|
|
@@ -514,7 +517,7 @@ export declare class DbSystemClient {
|
|
|
514
517
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
515
518
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
516
519
|
* @throws OciError when an error occurs
|
|
517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
520
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
518
521
|
*/
|
|
519
522
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
520
523
|
/**
|
|
@@ -525,7 +528,7 @@ export declare class DbSystemClient {
|
|
|
525
528
|
* @param ListDbSystemsRequest
|
|
526
529
|
* @return ListDbSystemsResponse
|
|
527
530
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
531
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
529
532
|
*/
|
|
530
533
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
531
534
|
/**
|
|
@@ -568,7 +571,7 @@ export declare class DbSystemClient {
|
|
|
568
571
|
* @param RestartAnalyticsClusterRequest
|
|
569
572
|
* @return RestartAnalyticsClusterResponse
|
|
570
573
|
* @throws OciError when an error occurs
|
|
571
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
574
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
572
575
|
*/
|
|
573
576
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
574
577
|
/**
|
|
@@ -577,7 +580,7 @@ export declare class DbSystemClient {
|
|
|
577
580
|
* @param RestartDbSystemRequest
|
|
578
581
|
* @return RestartDbSystemResponse
|
|
579
582
|
* @throws OciError when an error occurs
|
|
580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
581
584
|
*/
|
|
582
585
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
583
586
|
/**
|
|
@@ -586,7 +589,7 @@ export declare class DbSystemClient {
|
|
|
586
589
|
* @param RestartHeatWaveClusterRequest
|
|
587
590
|
* @return RestartHeatWaveClusterResponse
|
|
588
591
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
592
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
590
593
|
*/
|
|
591
594
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
592
595
|
/**
|
|
@@ -597,7 +600,7 @@ export declare class DbSystemClient {
|
|
|
597
600
|
* @param StartAnalyticsClusterRequest
|
|
598
601
|
* @return StartAnalyticsClusterResponse
|
|
599
602
|
* @throws OciError when an error occurs
|
|
600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
603
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
601
604
|
*/
|
|
602
605
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
603
606
|
/**
|
|
@@ -606,7 +609,7 @@ export declare class DbSystemClient {
|
|
|
606
609
|
* @param StartDbSystemRequest
|
|
607
610
|
* @return StartDbSystemResponse
|
|
608
611
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
612
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
610
613
|
*/
|
|
611
614
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
612
615
|
/**
|
|
@@ -615,7 +618,7 @@ export declare class DbSystemClient {
|
|
|
615
618
|
* @param StartHeatWaveClusterRequest
|
|
616
619
|
* @return StartHeatWaveClusterResponse
|
|
617
620
|
* @throws OciError when an error occurs
|
|
618
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
621
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
619
622
|
*/
|
|
620
623
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
621
624
|
/**
|
|
@@ -626,7 +629,7 @@ export declare class DbSystemClient {
|
|
|
626
629
|
* @param StopAnalyticsClusterRequest
|
|
627
630
|
* @return StopAnalyticsClusterResponse
|
|
628
631
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
630
633
|
*/
|
|
631
634
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
632
635
|
/**
|
|
@@ -638,7 +641,7 @@ export declare class DbSystemClient {
|
|
|
638
641
|
* @param StopDbSystemRequest
|
|
639
642
|
* @return StopDbSystemResponse
|
|
640
643
|
* @throws OciError when an error occurs
|
|
641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
642
645
|
*/
|
|
643
646
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
644
647
|
/**
|
|
@@ -647,7 +650,7 @@ export declare class DbSystemClient {
|
|
|
647
650
|
* @param StopHeatWaveClusterRequest
|
|
648
651
|
* @return StopHeatWaveClusterResponse
|
|
649
652
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
653
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
651
654
|
*/
|
|
652
655
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
653
656
|
/**
|
|
@@ -658,7 +661,7 @@ export declare class DbSystemClient {
|
|
|
658
661
|
* @param UpdateAnalyticsClusterRequest
|
|
659
662
|
* @return UpdateAnalyticsClusterResponse
|
|
660
663
|
* @throws OciError when an error occurs
|
|
661
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
664
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
662
665
|
*/
|
|
663
666
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
664
667
|
/**
|
|
@@ -675,7 +678,7 @@ export declare class DbSystemClient {
|
|
|
675
678
|
* @param UpdateDbSystemRequest
|
|
676
679
|
* @return UpdateDbSystemResponse
|
|
677
680
|
* @throws OciError when an error occurs
|
|
678
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
679
682
|
*/
|
|
680
683
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
681
684
|
/**
|
|
@@ -685,7 +688,7 @@ export declare class DbSystemClient {
|
|
|
685
688
|
* @param UpdateHeatWaveClusterRequest
|
|
686
689
|
* @return UpdateHeatWaveClusterResponse
|
|
687
690
|
* @throws OciError when an error occurs
|
|
688
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
691
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
689
692
|
*/
|
|
690
693
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
691
694
|
}
|
|
@@ -702,6 +705,7 @@ export declare class MysqlaasClient {
|
|
|
702
705
|
protected "_waiters": MysqlaasWaiter;
|
|
703
706
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
704
707
|
protected _circuitBreaker: null;
|
|
708
|
+
protected _httpOptions: any;
|
|
705
709
|
protected _httpClient: common.HttpClient;
|
|
706
710
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
707
711
|
/**
|
|
@@ -748,7 +752,7 @@ export declare class MysqlaasClient {
|
|
|
748
752
|
* @param CreateConfigurationRequest
|
|
749
753
|
* @return CreateConfigurationResponse
|
|
750
754
|
* @throws OciError when an error occurs
|
|
751
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
755
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
752
756
|
*/
|
|
753
757
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
754
758
|
/**
|
|
@@ -759,7 +763,7 @@ export declare class MysqlaasClient {
|
|
|
759
763
|
* @param DeleteConfigurationRequest
|
|
760
764
|
* @return DeleteConfigurationResponse
|
|
761
765
|
* @throws OciError when an error occurs
|
|
762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
766
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
763
767
|
*/
|
|
764
768
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
765
769
|
/**
|
|
@@ -769,7 +773,7 @@ export declare class MysqlaasClient {
|
|
|
769
773
|
* @param GetConfigurationRequest
|
|
770
774
|
* @return GetConfigurationResponse
|
|
771
775
|
* @throws OciError when an error occurs
|
|
772
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
776
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
773
777
|
*/
|
|
774
778
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
775
779
|
/**
|
|
@@ -786,7 +790,7 @@ export declare class MysqlaasClient {
|
|
|
786
790
|
* @param ListConfigurationsRequest
|
|
787
791
|
* @return ListConfigurationsResponse
|
|
788
792
|
* @throws OciError when an error occurs
|
|
789
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
793
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
790
794
|
*/
|
|
791
795
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
792
796
|
/**
|
|
@@ -831,7 +835,7 @@ export declare class MysqlaasClient {
|
|
|
831
835
|
* @param ListShapesRequest
|
|
832
836
|
* @return ListShapesResponse
|
|
833
837
|
* @throws OciError when an error occurs
|
|
834
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
838
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
835
839
|
*/
|
|
836
840
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
837
841
|
/**
|
|
@@ -843,7 +847,7 @@ export declare class MysqlaasClient {
|
|
|
843
847
|
* @param ListVersionsRequest
|
|
844
848
|
* @return ListVersionsResponse
|
|
845
849
|
* @throws OciError when an error occurs
|
|
846
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
847
851
|
*/
|
|
848
852
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
849
853
|
/**
|
|
@@ -852,7 +856,7 @@ export declare class MysqlaasClient {
|
|
|
852
856
|
* @param UpdateConfigurationRequest
|
|
853
857
|
* @return UpdateConfigurationResponse
|
|
854
858
|
* @throws OciError when an error occurs
|
|
855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
856
860
|
*/
|
|
857
861
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
858
862
|
}
|
|
@@ -869,6 +873,7 @@ export declare class WorkRequestsClient {
|
|
|
869
873
|
protected "_waiters": WorkRequestsWaiter;
|
|
870
874
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
871
875
|
protected _circuitBreaker: null;
|
|
876
|
+
protected _httpOptions: any;
|
|
872
877
|
protected _httpClient: common.HttpClient;
|
|
873
878
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
874
879
|
/**
|
|
@@ -915,7 +920,7 @@ export declare class WorkRequestsClient {
|
|
|
915
920
|
* @param GetWorkRequestRequest
|
|
916
921
|
* @return GetWorkRequestResponse
|
|
917
922
|
* @throws OciError when an error occurs
|
|
918
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
923
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
919
924
|
*/
|
|
920
925
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
921
926
|
/**
|
|
@@ -925,7 +930,7 @@ export declare class WorkRequestsClient {
|
|
|
925
930
|
* @param ListWorkRequestErrorsRequest
|
|
926
931
|
* @return ListWorkRequestErrorsResponse
|
|
927
932
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
933
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
929
934
|
*/
|
|
930
935
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
931
936
|
/**
|
|
@@ -967,7 +972,7 @@ export declare class WorkRequestsClient {
|
|
|
967
972
|
* @param ListWorkRequestLogsRequest
|
|
968
973
|
* @return ListWorkRequestLogsResponse
|
|
969
974
|
* @throws OciError when an error occurs
|
|
970
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
971
976
|
*/
|
|
972
977
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
973
978
|
/**
|
|
@@ -1009,7 +1014,7 @@ export declare class WorkRequestsClient {
|
|
|
1009
1014
|
* @param ListWorkRequestsRequest
|
|
1010
1015
|
* @return ListWorkRequestsResponse
|
|
1011
1016
|
* @throws OciError when an error occurs
|
|
1012
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1017
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.24.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1013
1018
|
*/
|
|
1014
1019
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1015
1020
|
/**
|