oci-mysql 2.86.3 → 2.88.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 +46 -46
- package/lib/client.js +46 -46
- package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/change-backup-compartment-request.d.ts +1 -1
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-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.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
126
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
135
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
190
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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.
|
|
289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/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 CreateBackupRequest
|
|
297
297
|
* @return CreateBackupResponse
|
|
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.
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
300
300
|
*/
|
|
301
301
|
createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
|
|
302
302
|
/**
|
|
@@ -306,7 +306,7 @@ export declare class DbBackupsClient {
|
|
|
306
306
|
* @param DeleteBackupRequest
|
|
307
307
|
* @return DeleteBackupResponse
|
|
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.
|
|
309
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
310
310
|
*/
|
|
311
311
|
deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
|
|
312
312
|
/**
|
|
@@ -315,7 +315,7 @@ export declare class DbBackupsClient {
|
|
|
315
315
|
* @param GetBackupRequest
|
|
316
316
|
* @return GetBackupResponse
|
|
317
317
|
* @throws OciError when an error occurs
|
|
318
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
319
319
|
*/
|
|
320
320
|
getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
|
|
321
321
|
/**
|
|
@@ -325,7 +325,7 @@ export declare class DbBackupsClient {
|
|
|
325
325
|
* @param ListBackupsRequest
|
|
326
326
|
* @return ListBackupsResponse
|
|
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.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
329
329
|
*/
|
|
330
330
|
listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
|
|
331
331
|
/**
|
|
@@ -366,7 +366,7 @@ export declare class DbBackupsClient {
|
|
|
366
366
|
* @param UpdateBackupRequest
|
|
367
367
|
* @return UpdateBackupResponse
|
|
368
368
|
* @throws OciError when an error occurs
|
|
369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
369
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
370
370
|
*/
|
|
371
371
|
updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
|
|
372
372
|
}
|
|
@@ -451,7 +451,7 @@ export declare class DbSystemClient {
|
|
|
451
451
|
* @param AddHeatWaveClusterRequest
|
|
452
452
|
* @return AddHeatWaveClusterResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
455
455
|
*/
|
|
456
456
|
addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
|
|
457
457
|
/**
|
|
@@ -461,7 +461,7 @@ export declare class DbSystemClient {
|
|
|
461
461
|
* @param CreateDbSystemRequest
|
|
462
462
|
* @return CreateDbSystemResponse
|
|
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.
|
|
464
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
465
465
|
*/
|
|
466
466
|
createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
|
|
467
467
|
/**
|
|
@@ -472,7 +472,7 @@ export declare class DbSystemClient {
|
|
|
472
472
|
* @param DeleteDbSystemRequest
|
|
473
473
|
* @return DeleteDbSystemResponse
|
|
474
474
|
* @throws OciError when an error occurs
|
|
475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
476
476
|
*/
|
|
477
477
|
deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
|
|
478
478
|
/**
|
|
@@ -483,7 +483,7 @@ export declare class DbSystemClient {
|
|
|
483
483
|
* @param DeleteHeatWaveClusterRequest
|
|
484
484
|
* @return DeleteHeatWaveClusterResponse
|
|
485
485
|
* @throws OciError when an error occurs
|
|
486
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
486
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
487
487
|
*/
|
|
488
488
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
|
|
489
489
|
/**
|
|
@@ -493,7 +493,7 @@ export declare class DbSystemClient {
|
|
|
493
493
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
494
494
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
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.
|
|
496
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
497
497
|
*/
|
|
498
498
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
|
|
499
499
|
/**
|
|
@@ -502,7 +502,7 @@ export declare class DbSystemClient {
|
|
|
502
502
|
* @param GetDbSystemRequest
|
|
503
503
|
* @return GetDbSystemResponse
|
|
504
504
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
505
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
506
506
|
*/
|
|
507
507
|
getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
|
|
508
508
|
/**
|
|
@@ -511,7 +511,7 @@ export declare class DbSystemClient {
|
|
|
511
511
|
* @param GetHeatWaveClusterRequest
|
|
512
512
|
* @return GetHeatWaveClusterResponse
|
|
513
513
|
* @throws OciError when an error occurs
|
|
514
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
514
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
515
515
|
*/
|
|
516
516
|
getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
|
|
517
517
|
/**
|
|
@@ -522,7 +522,7 @@ export declare class DbSystemClient {
|
|
|
522
522
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
523
523
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
524
524
|
* @throws OciError when an error occurs
|
|
525
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
525
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
526
526
|
*/
|
|
527
527
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
|
|
528
528
|
/**
|
|
@@ -533,7 +533,7 @@ export declare class DbSystemClient {
|
|
|
533
533
|
* @param ListDbSystemsRequest
|
|
534
534
|
* @return ListDbSystemsResponse
|
|
535
535
|
* @throws OciError when an error occurs
|
|
536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
536
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
537
537
|
*/
|
|
538
538
|
listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
|
|
539
539
|
/**
|
|
@@ -574,7 +574,7 @@ export declare class DbSystemClient {
|
|
|
574
574
|
* @param RestartDbSystemRequest
|
|
575
575
|
* @return RestartDbSystemResponse
|
|
576
576
|
* @throws OciError when an error occurs
|
|
577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
578
578
|
*/
|
|
579
579
|
restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
|
|
580
580
|
/**
|
|
@@ -583,7 +583,7 @@ export declare class DbSystemClient {
|
|
|
583
583
|
* @param RestartHeatWaveClusterRequest
|
|
584
584
|
* @return RestartHeatWaveClusterResponse
|
|
585
585
|
* @throws OciError when an error occurs
|
|
586
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
587
587
|
*/
|
|
588
588
|
restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
|
|
589
589
|
/**
|
|
@@ -592,7 +592,7 @@ export declare class DbSystemClient {
|
|
|
592
592
|
* @param StartDbSystemRequest
|
|
593
593
|
* @return StartDbSystemResponse
|
|
594
594
|
* @throws OciError when an error occurs
|
|
595
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
595
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
596
596
|
*/
|
|
597
597
|
startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
|
|
598
598
|
/**
|
|
@@ -601,7 +601,7 @@ export declare class DbSystemClient {
|
|
|
601
601
|
* @param StartHeatWaveClusterRequest
|
|
602
602
|
* @return StartHeatWaveClusterResponse
|
|
603
603
|
* @throws OciError when an error occurs
|
|
604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
604
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
605
605
|
*/
|
|
606
606
|
startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
|
|
607
607
|
/**
|
|
@@ -613,7 +613,7 @@ export declare class DbSystemClient {
|
|
|
613
613
|
* @param StopDbSystemRequest
|
|
614
614
|
* @return StopDbSystemResponse
|
|
615
615
|
* @throws OciError when an error occurs
|
|
616
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
617
617
|
*/
|
|
618
618
|
stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
|
|
619
619
|
/**
|
|
@@ -622,7 +622,7 @@ export declare class DbSystemClient {
|
|
|
622
622
|
* @param StopHeatWaveClusterRequest
|
|
623
623
|
* @return StopHeatWaveClusterResponse
|
|
624
624
|
* @throws OciError when an error occurs
|
|
625
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
625
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
626
626
|
*/
|
|
627
627
|
stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
|
|
628
628
|
/**
|
|
@@ -639,7 +639,7 @@ export declare class DbSystemClient {
|
|
|
639
639
|
* @param UpdateDbSystemRequest
|
|
640
640
|
* @return UpdateDbSystemResponse
|
|
641
641
|
* @throws OciError when an error occurs
|
|
642
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
643
643
|
*/
|
|
644
644
|
updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
|
|
645
645
|
/**
|
|
@@ -649,7 +649,7 @@ export declare class DbSystemClient {
|
|
|
649
649
|
* @param UpdateHeatWaveClusterRequest
|
|
650
650
|
* @return UpdateHeatWaveClusterResponse
|
|
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.
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
653
653
|
*/
|
|
654
654
|
updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
|
|
655
655
|
}
|
|
@@ -733,7 +733,7 @@ export declare class MysqlaasClient {
|
|
|
733
733
|
* @param CreateConfigurationRequest
|
|
734
734
|
* @return CreateConfigurationResponse
|
|
735
735
|
* @throws OciError when an error occurs
|
|
736
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
736
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
737
737
|
*/
|
|
738
738
|
createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
|
|
739
739
|
/**
|
|
@@ -744,7 +744,7 @@ export declare class MysqlaasClient {
|
|
|
744
744
|
* @param DeleteConfigurationRequest
|
|
745
745
|
* @return DeleteConfigurationResponse
|
|
746
746
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
748
748
|
*/
|
|
749
749
|
deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
|
|
750
750
|
/**
|
|
@@ -754,7 +754,7 @@ export declare class MysqlaasClient {
|
|
|
754
754
|
* @param GetConfigurationRequest
|
|
755
755
|
* @return GetConfigurationResponse
|
|
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.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
758
758
|
*/
|
|
759
759
|
getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
|
|
760
760
|
/**
|
|
@@ -771,7 +771,7 @@ export declare class MysqlaasClient {
|
|
|
771
771
|
* @param ListConfigurationsRequest
|
|
772
772
|
* @return ListConfigurationsResponse
|
|
773
773
|
* @throws OciError when an error occurs
|
|
774
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
775
775
|
*/
|
|
776
776
|
listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
|
|
777
777
|
/**
|
|
@@ -816,7 +816,7 @@ export declare class MysqlaasClient {
|
|
|
816
816
|
* @param ListShapesRequest
|
|
817
817
|
* @return ListShapesResponse
|
|
818
818
|
* @throws OciError when an error occurs
|
|
819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
820
820
|
*/
|
|
821
821
|
listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
|
|
822
822
|
/**
|
|
@@ -828,7 +828,7 @@ export declare class MysqlaasClient {
|
|
|
828
828
|
* @param ListVersionsRequest
|
|
829
829
|
* @return ListVersionsResponse
|
|
830
830
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
831
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
832
832
|
*/
|
|
833
833
|
listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
|
|
834
834
|
/**
|
|
@@ -837,7 +837,7 @@ export declare class MysqlaasClient {
|
|
|
837
837
|
* @param UpdateConfigurationRequest
|
|
838
838
|
* @return UpdateConfigurationResponse
|
|
839
839
|
* @throws OciError when an error occurs
|
|
840
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
840
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
841
841
|
*/
|
|
842
842
|
updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
|
|
843
843
|
}
|
|
@@ -921,7 +921,7 @@ export declare class ReplicasClient {
|
|
|
921
921
|
* @param CreateReplicaRequest
|
|
922
922
|
* @return CreateReplicaResponse
|
|
923
923
|
* @throws OciError when an error occurs
|
|
924
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
925
925
|
*/
|
|
926
926
|
createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
|
|
927
927
|
/**
|
|
@@ -930,7 +930,7 @@ export declare class ReplicasClient {
|
|
|
930
930
|
* @param DeleteReplicaRequest
|
|
931
931
|
* @return DeleteReplicaResponse
|
|
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.88.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
934
934
|
*/
|
|
935
935
|
deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
|
|
936
936
|
/**
|
|
@@ -939,7 +939,7 @@ export declare class ReplicasClient {
|
|
|
939
939
|
* @param GetReplicaRequest
|
|
940
940
|
* @return GetReplicaResponse
|
|
941
941
|
* @throws OciError when an error occurs
|
|
942
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
942
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
943
943
|
*/
|
|
944
944
|
getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
|
|
945
945
|
/**
|
|
@@ -948,7 +948,7 @@ export declare class ReplicasClient {
|
|
|
948
948
|
* @param ListReplicasRequest
|
|
949
949
|
* @return ListReplicasResponse
|
|
950
950
|
* @throws OciError when an error occurs
|
|
951
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
951
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
952
952
|
*/
|
|
953
953
|
listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
|
|
954
954
|
/**
|
|
@@ -989,7 +989,7 @@ export declare class ReplicasClient {
|
|
|
989
989
|
* @param UpdateReplicaRequest
|
|
990
990
|
* @return UpdateReplicaResponse
|
|
991
991
|
* @throws OciError when an error occurs
|
|
992
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
992
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
993
993
|
*/
|
|
994
994
|
updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
|
|
995
995
|
}
|
|
@@ -1073,7 +1073,7 @@ export declare class WorkRequestsClient {
|
|
|
1073
1073
|
* @param GetWorkRequestRequest
|
|
1074
1074
|
* @return GetWorkRequestResponse
|
|
1075
1075
|
* @throws OciError when an error occurs
|
|
1076
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1076
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1077
1077
|
*/
|
|
1078
1078
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1079
1079
|
/**
|
|
@@ -1083,7 +1083,7 @@ export declare class WorkRequestsClient {
|
|
|
1083
1083
|
* @param ListWorkRequestErrorsRequest
|
|
1084
1084
|
* @return ListWorkRequestErrorsResponse
|
|
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.
|
|
1086
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1087
1087
|
*/
|
|
1088
1088
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1089
1089
|
/**
|
|
@@ -1125,7 +1125,7 @@ export declare class WorkRequestsClient {
|
|
|
1125
1125
|
* @param ListWorkRequestLogsRequest
|
|
1126
1126
|
* @return ListWorkRequestLogsResponse
|
|
1127
1127
|
* @throws OciError when an error occurs
|
|
1128
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1128
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1129
1129
|
*/
|
|
1130
1130
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1131
1131
|
/**
|
|
@@ -1167,7 +1167,7 @@ export declare class WorkRequestsClient {
|
|
|
1167
1167
|
* @param ListWorkRequestsRequest
|
|
1168
1168
|
* @return ListWorkRequestsResponse
|
|
1169
1169
|
* @throws OciError when an error occurs
|
|
1170
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1170
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1171
1171
|
*/
|
|
1172
1172
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1173
1173
|
/**
|