oci-mysql 2.89.1 → 2.89.3
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 +47 -47
- package/lib/client.js +47 -47
- 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/copy-backup-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-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-heat-wave-cluster-memory-estimate-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-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-db-system-request.d.ts +1 -1
- package/lib/request/start-heat-wave-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-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
|
@@ -102,7 +102,7 @@ export declare class ChannelsClient {
|
|
|
102
102
|
* @param CreateChannelRequest
|
|
103
103
|
* @return CreateChannelResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
106
106
|
*/
|
|
107
107
|
createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
|
|
108
108
|
/**
|
|
@@ -111,7 +111,7 @@ export declare class ChannelsClient {
|
|
|
111
111
|
* @param DeleteChannelRequest
|
|
112
112
|
* @return DeleteChannelResponse
|
|
113
113
|
* @throws OciError when an error occurs
|
|
114
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
115
115
|
*/
|
|
116
116
|
deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
|
|
117
117
|
/**
|
|
@@ -123,7 +123,7 @@ export declare class ChannelsClient {
|
|
|
123
123
|
* @param GetChannelRequest
|
|
124
124
|
* @return GetChannelResponse
|
|
125
125
|
* @throws OciError when an error occurs
|
|
126
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
127
127
|
*/
|
|
128
128
|
getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
|
|
129
129
|
/**
|
|
@@ -132,7 +132,7 @@ export declare class ChannelsClient {
|
|
|
132
132
|
* @param ListChannelsRequest
|
|
133
133
|
* @return ListChannelsResponse
|
|
134
134
|
* @throws OciError when an error occurs
|
|
135
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
136
136
|
*/
|
|
137
137
|
listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
|
|
138
138
|
/**
|
|
@@ -175,7 +175,7 @@ export declare class ChannelsClient {
|
|
|
175
175
|
* @param ResetChannelRequest
|
|
176
176
|
* @return ResetChannelResponse
|
|
177
177
|
* @throws OciError when an error occurs
|
|
178
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
179
179
|
*/
|
|
180
180
|
resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
|
|
181
181
|
/**
|
|
@@ -187,7 +187,7 @@ export declare class ChannelsClient {
|
|
|
187
187
|
* @param ResumeChannelRequest
|
|
188
188
|
* @return ResumeChannelResponse
|
|
189
189
|
* @throws OciError when an error occurs
|
|
190
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
191
191
|
*/
|
|
192
192
|
resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
|
|
193
193
|
/**
|
|
@@ -200,7 +200,7 @@ export declare class ChannelsClient {
|
|
|
200
200
|
* @param UpdateChannelRequest
|
|
201
201
|
* @return UpdateChannelResponse
|
|
202
202
|
* @throws OciError when an error occurs
|
|
203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
204
204
|
*/
|
|
205
205
|
updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
|
|
206
206
|
}
|
|
@@ -286,7 +286,7 @@ export declare class DbBackupsClient {
|
|
|
286
286
|
* @param ChangeBackupCompartmentRequest
|
|
287
287
|
* @return ChangeBackupCompartmentResponse
|
|
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.89.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
290
290
|
*/
|
|
291
291
|
changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
|
|
292
292
|
/**
|
|
@@ -296,7 +296,7 @@ export declare class DbBackupsClient {
|
|
|
296
296
|
* @param CopyBackupRequest
|
|
297
297
|
* @return CopyBackupResponse
|
|
298
298
|
* @throws OciError when an error occurs
|
|
299
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/CopyBackup.ts.html |here} to see how to use CopyBackup API.
|
|
300
300
|
*/
|
|
301
301
|
copyBackup(copyBackupRequest: requests.CopyBackupRequest): Promise<responses.CopyBackupResponse>;
|
|
302
302
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class DbBackupsClient {
|
|
|
306
306
|
* @param CreateBackupRequest
|
|
307
307
|
* @return CreateBackupResponse
|
|
308
308
|
* @throws OciError when an error occurs
|
|
309
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
310
310
|
*/
|
|
311
311
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
312
312
|
/**
|
|
@@ -316,7 +316,7 @@ export declare class DbBackupsClient {
|
|
|
316
316
|
* @param DeleteBackupRequest
|
|
317
317
|
* @return DeleteBackupResponse
|
|
318
318
|
* @throws OciError when an error occurs
|
|
319
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
319
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
320
320
|
*/
|
|
321
321
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
322
322
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class DbBackupsClient {
|
|
|
325
325
|
* @param GetBackupRequest
|
|
326
326
|
* @return GetBackupResponse
|
|
327
327
|
* @throws OciError when an error occurs
|
|
328
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
329
329
|
*/
|
|
330
330
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
331
331
|
/**
|
|
@@ -335,7 +335,7 @@ export declare class DbBackupsClient {
|
|
|
335
335
|
* @param ListBackupsRequest
|
|
336
336
|
* @return ListBackupsResponse
|
|
337
337
|
* @throws OciError when an error occurs
|
|
338
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
339
339
|
*/
|
|
340
340
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
341
341
|
/**
|
|
@@ -376,7 +376,7 @@ export declare class DbBackupsClient {
|
|
|
376
376
|
* @param UpdateBackupRequest
|
|
377
377
|
* @return UpdateBackupResponse
|
|
378
378
|
* @throws OciError when an error occurs
|
|
379
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
379
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
380
380
|
*/
|
|
381
381
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
382
382
|
}
|
|
@@ -461,7 +461,7 @@ export declare class DbSystemClient {
|
|
|
461
461
|
* @param AddHeatWaveClusterRequest
|
|
462
462
|
* @return AddHeatWaveClusterResponse
|
|
463
463
|
* @throws OciError when an error occurs
|
|
464
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
465
465
|
*/
|
|
466
466
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
467
467
|
/**
|
|
@@ -471,7 +471,7 @@ export declare class DbSystemClient {
|
|
|
471
471
|
* @param CreateDbSystemRequest
|
|
472
472
|
* @return CreateDbSystemResponse
|
|
473
473
|
* @throws OciError when an error occurs
|
|
474
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
474
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
475
475
|
*/
|
|
476
476
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
477
477
|
/**
|
|
@@ -482,7 +482,7 @@ export declare class DbSystemClient {
|
|
|
482
482
|
* @param DeleteDbSystemRequest
|
|
483
483
|
* @return DeleteDbSystemResponse
|
|
484
484
|
* @throws OciError when an error occurs
|
|
485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
485
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
486
486
|
*/
|
|
487
487
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
488
488
|
/**
|
|
@@ -493,7 +493,7 @@ export declare class DbSystemClient {
|
|
|
493
493
|
* @param DeleteHeatWaveClusterRequest
|
|
494
494
|
* @return DeleteHeatWaveClusterResponse
|
|
495
495
|
* @throws OciError when an error occurs
|
|
496
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
497
497
|
*/
|
|
498
498
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
499
499
|
/**
|
|
@@ -503,7 +503,7 @@ export declare class DbSystemClient {
|
|
|
503
503
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
504
504
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
505
505
|
* @throws OciError when an error occurs
|
|
506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
507
507
|
*/
|
|
508
508
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
509
509
|
/**
|
|
@@ -512,7 +512,7 @@ export declare class DbSystemClient {
|
|
|
512
512
|
* @param GetDbSystemRequest
|
|
513
513
|
* @return GetDbSystemResponse
|
|
514
514
|
* @throws OciError when an error occurs
|
|
515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
516
516
|
*/
|
|
517
517
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
518
518
|
/**
|
|
@@ -521,7 +521,7 @@ export declare class DbSystemClient {
|
|
|
521
521
|
* @param GetHeatWaveClusterRequest
|
|
522
522
|
* @return GetHeatWaveClusterResponse
|
|
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.89.
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
525
525
|
*/
|
|
526
526
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
527
527
|
/**
|
|
@@ -532,7 +532,7 @@ export declare class DbSystemClient {
|
|
|
532
532
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
533
533
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
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.89.
|
|
535
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
536
536
|
*/
|
|
537
537
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
538
538
|
/**
|
|
@@ -543,7 +543,7 @@ export declare class DbSystemClient {
|
|
|
543
543
|
* @param ListDbSystemsRequest
|
|
544
544
|
* @return ListDbSystemsResponse
|
|
545
545
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
546
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
547
547
|
*/
|
|
548
548
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
549
549
|
/**
|
|
@@ -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.89.
|
|
587
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/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.89.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/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
|
/**
|
|
@@ -602,7 +602,7 @@ export declare class DbSystemClient {
|
|
|
602
602
|
* @param StartDbSystemRequest
|
|
603
603
|
* @return StartDbSystemResponse
|
|
604
604
|
* @throws OciError when an error occurs
|
|
605
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
606
606
|
*/
|
|
607
607
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
608
608
|
/**
|
|
@@ -611,7 +611,7 @@ export declare class DbSystemClient {
|
|
|
611
611
|
* @param StartHeatWaveClusterRequest
|
|
612
612
|
* @return StartHeatWaveClusterResponse
|
|
613
613
|
* @throws OciError when an error occurs
|
|
614
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
614
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
615
615
|
*/
|
|
616
616
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
617
617
|
/**
|
|
@@ -623,7 +623,7 @@ export declare class DbSystemClient {
|
|
|
623
623
|
* @param StopDbSystemRequest
|
|
624
624
|
* @return StopDbSystemResponse
|
|
625
625
|
* @throws OciError when an error occurs
|
|
626
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
627
627
|
*/
|
|
628
628
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
629
629
|
/**
|
|
@@ -632,7 +632,7 @@ export declare class DbSystemClient {
|
|
|
632
632
|
* @param StopHeatWaveClusterRequest
|
|
633
633
|
* @return StopHeatWaveClusterResponse
|
|
634
634
|
* @throws OciError when an error occurs
|
|
635
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
635
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
636
636
|
*/
|
|
637
637
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
638
638
|
/**
|
|
@@ -649,7 +649,7 @@ export declare class DbSystemClient {
|
|
|
649
649
|
* @param UpdateDbSystemRequest
|
|
650
650
|
* @return UpdateDbSystemResponse
|
|
651
651
|
* @throws OciError when an error occurs
|
|
652
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
653
653
|
*/
|
|
654
654
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
655
655
|
/**
|
|
@@ -659,7 +659,7 @@ export declare class DbSystemClient {
|
|
|
659
659
|
* @param UpdateHeatWaveClusterRequest
|
|
660
660
|
* @return UpdateHeatWaveClusterResponse
|
|
661
661
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
663
663
|
*/
|
|
664
664
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
665
665
|
}
|
|
@@ -743,7 +743,7 @@ export declare class MysqlaasClient {
|
|
|
743
743
|
* @param CreateConfigurationRequest
|
|
744
744
|
* @return CreateConfigurationResponse
|
|
745
745
|
* @throws OciError when an error occurs
|
|
746
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
746
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
747
747
|
*/
|
|
748
748
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
749
749
|
/**
|
|
@@ -754,7 +754,7 @@ export declare class MysqlaasClient {
|
|
|
754
754
|
* @param DeleteConfigurationRequest
|
|
755
755
|
* @return DeleteConfigurationResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
758
758
|
*/
|
|
759
759
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
760
760
|
/**
|
|
@@ -764,7 +764,7 @@ export declare class MysqlaasClient {
|
|
|
764
764
|
* @param GetConfigurationRequest
|
|
765
765
|
* @return GetConfigurationResponse
|
|
766
766
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
767
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
768
768
|
*/
|
|
769
769
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
770
770
|
/**
|
|
@@ -781,7 +781,7 @@ export declare class MysqlaasClient {
|
|
|
781
781
|
* @param ListConfigurationsRequest
|
|
782
782
|
* @return ListConfigurationsResponse
|
|
783
783
|
* @throws OciError when an error occurs
|
|
784
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
785
785
|
*/
|
|
786
786
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
787
787
|
/**
|
|
@@ -826,7 +826,7 @@ export declare class MysqlaasClient {
|
|
|
826
826
|
* @param ListShapesRequest
|
|
827
827
|
* @return ListShapesResponse
|
|
828
828
|
* @throws OciError when an error occurs
|
|
829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
830
830
|
*/
|
|
831
831
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
832
832
|
/**
|
|
@@ -838,7 +838,7 @@ export declare class MysqlaasClient {
|
|
|
838
838
|
* @param ListVersionsRequest
|
|
839
839
|
* @return ListVersionsResponse
|
|
840
840
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
841
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
842
842
|
*/
|
|
843
843
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
844
844
|
/**
|
|
@@ -847,7 +847,7 @@ export declare class MysqlaasClient {
|
|
|
847
847
|
* @param UpdateConfigurationRequest
|
|
848
848
|
* @return UpdateConfigurationResponse
|
|
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.89.
|
|
850
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
851
851
|
*/
|
|
852
852
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
853
853
|
}
|
|
@@ -931,7 +931,7 @@ export declare class ReplicasClient {
|
|
|
931
931
|
* @param CreateReplicaRequest
|
|
932
932
|
* @return CreateReplicaResponse
|
|
933
933
|
* @throws OciError when an error occurs
|
|
934
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
935
935
|
*/
|
|
936
936
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
937
937
|
/**
|
|
@@ -940,7 +940,7 @@ export declare class ReplicasClient {
|
|
|
940
940
|
* @param DeleteReplicaRequest
|
|
941
941
|
* @return DeleteReplicaResponse
|
|
942
942
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
944
944
|
*/
|
|
945
945
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
946
946
|
/**
|
|
@@ -949,7 +949,7 @@ export declare class ReplicasClient {
|
|
|
949
949
|
* @param GetReplicaRequest
|
|
950
950
|
* @return GetReplicaResponse
|
|
951
951
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
953
953
|
*/
|
|
954
954
|
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
955
955
|
/**
|
|
@@ -958,7 +958,7 @@ export declare class ReplicasClient {
|
|
|
958
958
|
* @param ListReplicasRequest
|
|
959
959
|
* @return ListReplicasResponse
|
|
960
960
|
* @throws OciError when an error occurs
|
|
961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
961
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
962
962
|
*/
|
|
963
963
|
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
964
964
|
/**
|
|
@@ -999,7 +999,7 @@ export declare class ReplicasClient {
|
|
|
999
999
|
* @param UpdateReplicaRequest
|
|
1000
1000
|
* @return UpdateReplicaResponse
|
|
1001
1001
|
* @throws OciError when an error occurs
|
|
1002
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1002
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
1003
1003
|
*/
|
|
1004
1004
|
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
1005
1005
|
}
|
|
@@ -1083,7 +1083,7 @@ export declare class WorkRequestsClient {
|
|
|
1083
1083
|
* @param GetWorkRequestRequest
|
|
1084
1084
|
* @return GetWorkRequestResponse
|
|
1085
1085
|
* @throws OciError when an error occurs
|
|
1086
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1089
1089
|
/**
|
|
@@ -1093,7 +1093,7 @@ export declare class WorkRequestsClient {
|
|
|
1093
1093
|
* @param ListWorkRequestErrorsRequest
|
|
1094
1094
|
* @return ListWorkRequestErrorsResponse
|
|
1095
1095
|
* @throws OciError when an error occurs
|
|
1096
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1096
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1097
1097
|
*/
|
|
1098
1098
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1099
1099
|
/**
|
|
@@ -1135,7 +1135,7 @@ export declare class WorkRequestsClient {
|
|
|
1135
1135
|
* @param ListWorkRequestLogsRequest
|
|
1136
1136
|
* @return ListWorkRequestLogsResponse
|
|
1137
1137
|
* @throws OciError when an error occurs
|
|
1138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1139
1139
|
*/
|
|
1140
1140
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1141
1141
|
/**
|
|
@@ -1177,7 +1177,7 @@ export declare class WorkRequestsClient {
|
|
|
1177
1177
|
* @param ListWorkRequestsRequest
|
|
1178
1178
|
* @return ListWorkRequestsResponse
|
|
1179
1179
|
* @throws OciError when an error occurs
|
|
1180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.3/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1181
1181
|
*/
|
|
1182
1182
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1183
1183
|
/**
|