oci-mysql 2.24.0 → 2.25.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 +50 -50
- package/lib/client.js +50 -50
- 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
|
@@ -80,7 +80,7 @@ export declare class ChannelsClient {
|
|
|
80
80
|
* @param CreateChannelRequest
|
|
81
81
|
* @return CreateChannelResponse
|
|
82
82
|
* @throws OciError when an error occurs
|
|
83
|
-
* @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.25.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
84
84
|
*/
|
|
85
85
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
86
86
|
/**
|
|
@@ -89,7 +89,7 @@ export declare class ChannelsClient {
|
|
|
89
89
|
* @param DeleteChannelRequest
|
|
90
90
|
* @return DeleteChannelResponse
|
|
91
91
|
* @throws OciError when an error occurs
|
|
92
|
-
* @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.25.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
93
93
|
*/
|
|
94
94
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
95
95
|
/**
|
|
@@ -101,7 +101,7 @@ export declare class ChannelsClient {
|
|
|
101
101
|
* @param GetChannelRequest
|
|
102
102
|
* @return GetChannelResponse
|
|
103
103
|
* @throws OciError when an error occurs
|
|
104
|
-
* @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.25.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
105
105
|
*/
|
|
106
106
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
107
107
|
/**
|
|
@@ -110,7 +110,7 @@ export declare class ChannelsClient {
|
|
|
110
110
|
* @param ListChannelsRequest
|
|
111
111
|
* @return ListChannelsResponse
|
|
112
112
|
* @throws OciError when an error occurs
|
|
113
|
-
* @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.25.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
114
114
|
*/
|
|
115
115
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
116
116
|
/**
|
|
@@ -153,7 +153,7 @@ export declare class ChannelsClient {
|
|
|
153
153
|
* @param ResetChannelRequest
|
|
154
154
|
* @return ResetChannelResponse
|
|
155
155
|
* @throws OciError when an error occurs
|
|
156
|
-
* @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.25.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
157
157
|
*/
|
|
158
158
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
159
159
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class ChannelsClient {
|
|
|
165
165
|
* @param ResumeChannelRequest
|
|
166
166
|
* @return ResumeChannelResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @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.25.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
169
169
|
*/
|
|
170
170
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
171
171
|
/**
|
|
@@ -178,7 +178,7 @@ export declare class ChannelsClient {
|
|
|
178
178
|
* @param UpdateChannelRequest
|
|
179
179
|
* @return UpdateChannelResponse
|
|
180
180
|
* @throws OciError when an error occurs
|
|
181
|
-
* @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.25.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
182
182
|
*/
|
|
183
183
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
184
184
|
}
|
|
@@ -244,7 +244,7 @@ export declare class DbBackupsClient {
|
|
|
244
244
|
* @param ChangeBackupCompartmentRequest
|
|
245
245
|
* @return ChangeBackupCompartmentResponse
|
|
246
246
|
* @throws OciError when an error occurs
|
|
247
|
-
* @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.25.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
248
248
|
*/
|
|
249
249
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
250
250
|
/**
|
|
@@ -254,7 +254,7 @@ export declare class DbBackupsClient {
|
|
|
254
254
|
* @param CreateBackupRequest
|
|
255
255
|
* @return CreateBackupResponse
|
|
256
256
|
* @throws OciError when an error occurs
|
|
257
|
-
* @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.25.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
258
258
|
*/
|
|
259
259
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
260
260
|
/**
|
|
@@ -264,7 +264,7 @@ export declare class DbBackupsClient {
|
|
|
264
264
|
* @param DeleteBackupRequest
|
|
265
265
|
* @return DeleteBackupResponse
|
|
266
266
|
* @throws OciError when an error occurs
|
|
267
|
-
* @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.25.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
268
268
|
*/
|
|
269
269
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
270
270
|
/**
|
|
@@ -273,7 +273,7 @@ export declare class DbBackupsClient {
|
|
|
273
273
|
* @param GetBackupRequest
|
|
274
274
|
* @return GetBackupResponse
|
|
275
275
|
* @throws OciError when an error occurs
|
|
276
|
-
* @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.25.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
277
277
|
*/
|
|
278
278
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
279
279
|
/**
|
|
@@ -283,7 +283,7 @@ export declare class DbBackupsClient {
|
|
|
283
283
|
* @param ListBackupsRequest
|
|
284
284
|
* @return ListBackupsResponse
|
|
285
285
|
* @throws OciError when an error occurs
|
|
286
|
-
* @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.25.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
287
287
|
*/
|
|
288
288
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
289
289
|
/**
|
|
@@ -324,7 +324,7 @@ export declare class DbBackupsClient {
|
|
|
324
324
|
* @param UpdateBackupRequest
|
|
325
325
|
* @return UpdateBackupResponse
|
|
326
326
|
* @throws OciError when an error occurs
|
|
327
|
-
* @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.25.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
328
328
|
*/
|
|
329
329
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
330
330
|
}
|
|
@@ -390,7 +390,7 @@ export declare class DbSystemClient {
|
|
|
390
390
|
* @param AddAnalyticsClusterRequest
|
|
391
391
|
* @return AddAnalyticsClusterResponse
|
|
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.25.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
394
394
|
*/
|
|
395
395
|
addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
|
|
396
396
|
/**
|
|
@@ -400,7 +400,7 @@ export declare class DbSystemClient {
|
|
|
400
400
|
* @param AddHeatWaveClusterRequest
|
|
401
401
|
* @return AddHeatWaveClusterResponse
|
|
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.25.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
404
404
|
*/
|
|
405
405
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
406
406
|
/**
|
|
@@ -410,7 +410,7 @@ export declare class DbSystemClient {
|
|
|
410
410
|
* @param CreateDbSystemRequest
|
|
411
411
|
* @return CreateDbSystemResponse
|
|
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.25.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
414
414
|
*/
|
|
415
415
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
416
416
|
/**
|
|
@@ -422,7 +422,7 @@ export declare class DbSystemClient {
|
|
|
422
422
|
* @param DeleteAnalyticsClusterRequest
|
|
423
423
|
* @return DeleteAnalyticsClusterResponse
|
|
424
424
|
* @throws OciError when an error occurs
|
|
425
|
-
* @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.25.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
426
426
|
*/
|
|
427
427
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
|
|
428
428
|
/**
|
|
@@ -433,7 +433,7 @@ export declare class DbSystemClient {
|
|
|
433
433
|
* @param DeleteDbSystemRequest
|
|
434
434
|
* @return DeleteDbSystemResponse
|
|
435
435
|
* @throws OciError when an error occurs
|
|
436
|
-
* @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.25.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
437
437
|
*/
|
|
438
438
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
439
439
|
/**
|
|
@@ -444,7 +444,7 @@ export declare class DbSystemClient {
|
|
|
444
444
|
* @param DeleteHeatWaveClusterRequest
|
|
445
445
|
* @return DeleteHeatWaveClusterResponse
|
|
446
446
|
* @throws OciError when an error occurs
|
|
447
|
-
* @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.25.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
448
448
|
*/
|
|
449
449
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
450
450
|
/**
|
|
@@ -455,7 +455,7 @@ export declare class DbSystemClient {
|
|
|
455
455
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
456
456
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
457
457
|
* @throws OciError when an error occurs
|
|
458
|
-
* @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.25.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
459
459
|
*/
|
|
460
460
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
|
|
461
461
|
/**
|
|
@@ -465,7 +465,7 @@ export declare class DbSystemClient {
|
|
|
465
465
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
466
466
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
467
467
|
* @throws OciError when an error occurs
|
|
468
|
-
* @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.25.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
469
469
|
*/
|
|
470
470
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
471
471
|
/**
|
|
@@ -476,7 +476,7 @@ export declare class DbSystemClient {
|
|
|
476
476
|
* @param GetAnalyticsClusterRequest
|
|
477
477
|
* @return GetAnalyticsClusterResponse
|
|
478
478
|
* @throws OciError when an error occurs
|
|
479
|
-
* @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.25.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
480
480
|
*/
|
|
481
481
|
getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
|
|
482
482
|
/**
|
|
@@ -488,7 +488,7 @@ export declare class DbSystemClient {
|
|
|
488
488
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
489
489
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
490
490
|
* @throws OciError when an error occurs
|
|
491
|
-
* @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.25.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
492
492
|
*/
|
|
493
493
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
|
|
494
494
|
/**
|
|
@@ -497,7 +497,7 @@ export declare class DbSystemClient {
|
|
|
497
497
|
* @param GetDbSystemRequest
|
|
498
498
|
* @return GetDbSystemResponse
|
|
499
499
|
* @throws OciError when an error occurs
|
|
500
|
-
* @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.25.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
501
501
|
*/
|
|
502
502
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
503
503
|
/**
|
|
@@ -506,7 +506,7 @@ export declare class DbSystemClient {
|
|
|
506
506
|
* @param GetHeatWaveClusterRequest
|
|
507
507
|
* @return GetHeatWaveClusterResponse
|
|
508
508
|
* @throws OciError when an error occurs
|
|
509
|
-
* @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.25.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
510
510
|
*/
|
|
511
511
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
512
512
|
/**
|
|
@@ -517,7 +517,7 @@ export declare class DbSystemClient {
|
|
|
517
517
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
518
518
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
519
519
|
* @throws OciError when an error occurs
|
|
520
|
-
* @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.25.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
521
521
|
*/
|
|
522
522
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
523
523
|
/**
|
|
@@ -528,7 +528,7 @@ export declare class DbSystemClient {
|
|
|
528
528
|
* @param ListDbSystemsRequest
|
|
529
529
|
* @return ListDbSystemsResponse
|
|
530
530
|
* @throws OciError when an error occurs
|
|
531
|
-
* @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.25.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
532
532
|
*/
|
|
533
533
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
534
534
|
/**
|
|
@@ -571,7 +571,7 @@ export declare class DbSystemClient {
|
|
|
571
571
|
* @param RestartAnalyticsClusterRequest
|
|
572
572
|
* @return RestartAnalyticsClusterResponse
|
|
573
573
|
* @throws OciError when an error occurs
|
|
574
|
-
* @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.25.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
575
575
|
*/
|
|
576
576
|
restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
|
|
577
577
|
/**
|
|
@@ -580,7 +580,7 @@ export declare class DbSystemClient {
|
|
|
580
580
|
* @param RestartDbSystemRequest
|
|
581
581
|
* @return RestartDbSystemResponse
|
|
582
582
|
* @throws OciError when an error occurs
|
|
583
|
-
* @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.25.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
584
584
|
*/
|
|
585
585
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
586
586
|
/**
|
|
@@ -589,7 +589,7 @@ export declare class DbSystemClient {
|
|
|
589
589
|
* @param RestartHeatWaveClusterRequest
|
|
590
590
|
* @return RestartHeatWaveClusterResponse
|
|
591
591
|
* @throws OciError when an error occurs
|
|
592
|
-
* @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.25.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
593
593
|
*/
|
|
594
594
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
595
595
|
/**
|
|
@@ -600,7 +600,7 @@ export declare class DbSystemClient {
|
|
|
600
600
|
* @param StartAnalyticsClusterRequest
|
|
601
601
|
* @return StartAnalyticsClusterResponse
|
|
602
602
|
* @throws OciError when an error occurs
|
|
603
|
-
* @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.25.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
604
604
|
*/
|
|
605
605
|
startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
|
|
606
606
|
/**
|
|
@@ -609,7 +609,7 @@ export declare class DbSystemClient {
|
|
|
609
609
|
* @param StartDbSystemRequest
|
|
610
610
|
* @return StartDbSystemResponse
|
|
611
611
|
* @throws OciError when an error occurs
|
|
612
|
-
* @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.25.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
613
613
|
*/
|
|
614
614
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
615
615
|
/**
|
|
@@ -618,7 +618,7 @@ export declare class DbSystemClient {
|
|
|
618
618
|
* @param StartHeatWaveClusterRequest
|
|
619
619
|
* @return StartHeatWaveClusterResponse
|
|
620
620
|
* @throws OciError when an error occurs
|
|
621
|
-
* @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.25.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
622
622
|
*/
|
|
623
623
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
624
624
|
/**
|
|
@@ -629,7 +629,7 @@ export declare class DbSystemClient {
|
|
|
629
629
|
* @param StopAnalyticsClusterRequest
|
|
630
630
|
* @return StopAnalyticsClusterResponse
|
|
631
631
|
* @throws OciError when an error occurs
|
|
632
|
-
* @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.25.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
633
633
|
*/
|
|
634
634
|
stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
|
|
635
635
|
/**
|
|
@@ -641,7 +641,7 @@ export declare class DbSystemClient {
|
|
|
641
641
|
* @param StopDbSystemRequest
|
|
642
642
|
* @return StopDbSystemResponse
|
|
643
643
|
* @throws OciError when an error occurs
|
|
644
|
-
* @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.25.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
645
645
|
*/
|
|
646
646
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
647
647
|
/**
|
|
@@ -650,7 +650,7 @@ export declare class DbSystemClient {
|
|
|
650
650
|
* @param StopHeatWaveClusterRequest
|
|
651
651
|
* @return StopHeatWaveClusterResponse
|
|
652
652
|
* @throws OciError when an error occurs
|
|
653
|
-
* @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.25.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
654
654
|
*/
|
|
655
655
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
656
656
|
/**
|
|
@@ -661,7 +661,7 @@ export declare class DbSystemClient {
|
|
|
661
661
|
* @param UpdateAnalyticsClusterRequest
|
|
662
662
|
* @return UpdateAnalyticsClusterResponse
|
|
663
663
|
* @throws OciError when an error occurs
|
|
664
|
-
* @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.25.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
665
665
|
*/
|
|
666
666
|
updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
|
|
667
667
|
/**
|
|
@@ -678,7 +678,7 @@ export declare class DbSystemClient {
|
|
|
678
678
|
* @param UpdateDbSystemRequest
|
|
679
679
|
* @return UpdateDbSystemResponse
|
|
680
680
|
* @throws OciError when an error occurs
|
|
681
|
-
* @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.25.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
682
682
|
*/
|
|
683
683
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
684
684
|
/**
|
|
@@ -688,7 +688,7 @@ export declare class DbSystemClient {
|
|
|
688
688
|
* @param UpdateHeatWaveClusterRequest
|
|
689
689
|
* @return UpdateHeatWaveClusterResponse
|
|
690
690
|
* @throws OciError when an error occurs
|
|
691
|
-
* @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.25.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
692
692
|
*/
|
|
693
693
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
694
694
|
}
|
|
@@ -752,7 +752,7 @@ export declare class MysqlaasClient {
|
|
|
752
752
|
* @param CreateConfigurationRequest
|
|
753
753
|
* @return CreateConfigurationResponse
|
|
754
754
|
* @throws OciError when an error occurs
|
|
755
|
-
* @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.25.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
756
756
|
*/
|
|
757
757
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
758
758
|
/**
|
|
@@ -763,7 +763,7 @@ export declare class MysqlaasClient {
|
|
|
763
763
|
* @param DeleteConfigurationRequest
|
|
764
764
|
* @return DeleteConfigurationResponse
|
|
765
765
|
* @throws OciError when an error occurs
|
|
766
|
-
* @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.25.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
767
767
|
*/
|
|
768
768
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
769
769
|
/**
|
|
@@ -773,7 +773,7 @@ export declare class MysqlaasClient {
|
|
|
773
773
|
* @param GetConfigurationRequest
|
|
774
774
|
* @return GetConfigurationResponse
|
|
775
775
|
* @throws OciError when an error occurs
|
|
776
|
-
* @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.25.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
777
777
|
*/
|
|
778
778
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
779
779
|
/**
|
|
@@ -790,7 +790,7 @@ export declare class MysqlaasClient {
|
|
|
790
790
|
* @param ListConfigurationsRequest
|
|
791
791
|
* @return ListConfigurationsResponse
|
|
792
792
|
* @throws OciError when an error occurs
|
|
793
|
-
* @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.25.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
794
794
|
*/
|
|
795
795
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
796
796
|
/**
|
|
@@ -835,7 +835,7 @@ export declare class MysqlaasClient {
|
|
|
835
835
|
* @param ListShapesRequest
|
|
836
836
|
* @return ListShapesResponse
|
|
837
837
|
* @throws OciError when an error occurs
|
|
838
|
-
* @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.25.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
839
839
|
*/
|
|
840
840
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
841
841
|
/**
|
|
@@ -847,7 +847,7 @@ export declare class MysqlaasClient {
|
|
|
847
847
|
* @param ListVersionsRequest
|
|
848
848
|
* @return ListVersionsResponse
|
|
849
849
|
* @throws OciError when an error occurs
|
|
850
|
-
* @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.25.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
851
851
|
*/
|
|
852
852
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
853
853
|
/**
|
|
@@ -856,7 +856,7 @@ export declare class MysqlaasClient {
|
|
|
856
856
|
* @param UpdateConfigurationRequest
|
|
857
857
|
* @return UpdateConfigurationResponse
|
|
858
858
|
* @throws OciError when an error occurs
|
|
859
|
-
* @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.25.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
860
860
|
*/
|
|
861
861
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
862
862
|
}
|
|
@@ -920,7 +920,7 @@ export declare class WorkRequestsClient {
|
|
|
920
920
|
* @param GetWorkRequestRequest
|
|
921
921
|
* @return GetWorkRequestResponse
|
|
922
922
|
* @throws OciError when an error occurs
|
|
923
|
-
* @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.25.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
924
924
|
*/
|
|
925
925
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
926
926
|
/**
|
|
@@ -930,7 +930,7 @@ export declare class WorkRequestsClient {
|
|
|
930
930
|
* @param ListWorkRequestErrorsRequest
|
|
931
931
|
* @return ListWorkRequestErrorsResponse
|
|
932
932
|
* @throws OciError when an error occurs
|
|
933
|
-
* @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.25.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
934
934
|
*/
|
|
935
935
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
936
936
|
/**
|
|
@@ -972,7 +972,7 @@ export declare class WorkRequestsClient {
|
|
|
972
972
|
* @param ListWorkRequestLogsRequest
|
|
973
973
|
* @return ListWorkRequestLogsResponse
|
|
974
974
|
* @throws OciError when an error occurs
|
|
975
|
-
* @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.25.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
976
976
|
*/
|
|
977
977
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
978
978
|
/**
|
|
@@ -1014,7 +1014,7 @@ export declare class WorkRequestsClient {
|
|
|
1014
1014
|
* @param ListWorkRequestsRequest
|
|
1015
1015
|
* @return ListWorkRequestsResponse
|
|
1016
1016
|
* @throws OciError when an error occurs
|
|
1017
|
-
* @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.25.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1018
1018
|
*/
|
|
1019
1019
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1020
1020
|
/**
|