oci-mysql 2.81.0 → 2.82.2

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.
Files changed (49) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  3. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  4. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  5. package/lib/request/create-backup-request.d.ts +1 -1
  6. package/lib/request/create-channel-request.d.ts +1 -1
  7. package/lib/request/create-configuration-request.d.ts +1 -1
  8. package/lib/request/create-db-system-request.d.ts +1 -1
  9. package/lib/request/create-replica-request.d.ts +1 -1
  10. package/lib/request/delete-backup-request.d.ts +1 -1
  11. package/lib/request/delete-channel-request.d.ts +1 -1
  12. package/lib/request/delete-configuration-request.d.ts +1 -1
  13. package/lib/request/delete-db-system-request.d.ts +1 -1
  14. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  15. package/lib/request/delete-replica-request.d.ts +1 -1
  16. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  17. package/lib/request/get-backup-request.d.ts +1 -1
  18. package/lib/request/get-channel-request.d.ts +1 -1
  19. package/lib/request/get-configuration-request.d.ts +1 -1
  20. package/lib/request/get-db-system-request.d.ts +1 -1
  21. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  22. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  23. package/lib/request/get-replica-request.d.ts +1 -1
  24. package/lib/request/get-work-request-request.d.ts +1 -1
  25. package/lib/request/list-backups-request.d.ts +1 -1
  26. package/lib/request/list-channels-request.d.ts +1 -1
  27. package/lib/request/list-configurations-request.d.ts +1 -1
  28. package/lib/request/list-db-systems-request.d.ts +1 -1
  29. package/lib/request/list-replicas-request.d.ts +1 -1
  30. package/lib/request/list-shapes-request.d.ts +1 -1
  31. package/lib/request/list-versions-request.d.ts +1 -1
  32. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  33. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  34. package/lib/request/list-work-requests-request.d.ts +1 -1
  35. package/lib/request/reset-channel-request.d.ts +1 -1
  36. package/lib/request/restart-db-system-request.d.ts +1 -1
  37. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  38. package/lib/request/resume-channel-request.d.ts +1 -1
  39. package/lib/request/start-db-system-request.d.ts +1 -1
  40. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  41. package/lib/request/stop-db-system-request.d.ts +1 -1
  42. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  43. package/lib/request/update-backup-request.d.ts +1 -1
  44. package/lib/request/update-channel-request.d.ts +1 -1
  45. package/lib/request/update-configuration-request.d.ts +1 -1
  46. package/lib/request/update-db-system-request.d.ts +1 -1
  47. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/update-replica-request.d.ts +1 -1
  49. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -98,7 +98,7 @@ export declare class ChannelsClient {
98
98
  * @param CreateChannelRequest
99
99
  * @return CreateChannelResponse
100
100
  * @throws OciError when an error occurs
101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
102
102
  */
103
103
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
104
104
  /**
@@ -107,7 +107,7 @@ export declare class ChannelsClient {
107
107
  * @param DeleteChannelRequest
108
108
  * @return DeleteChannelResponse
109
109
  * @throws OciError when an error occurs
110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
111
111
  */
112
112
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
113
113
  /**
@@ -119,7 +119,7 @@ export declare class ChannelsClient {
119
119
  * @param GetChannelRequest
120
120
  * @return GetChannelResponse
121
121
  * @throws OciError when an error occurs
122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
123
123
  */
124
124
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
125
125
  /**
@@ -128,7 +128,7 @@ export declare class ChannelsClient {
128
128
  * @param ListChannelsRequest
129
129
  * @return ListChannelsResponse
130
130
  * @throws OciError when an error occurs
131
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
131
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
132
132
  */
133
133
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
134
134
  /**
@@ -171,7 +171,7 @@ export declare class ChannelsClient {
171
171
  * @param ResetChannelRequest
172
172
  * @return ResetChannelResponse
173
173
  * @throws OciError when an error occurs
174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
175
175
  */
176
176
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
177
177
  /**
@@ -183,7 +183,7 @@ export declare class ChannelsClient {
183
183
  * @param ResumeChannelRequest
184
184
  * @return ResumeChannelResponse
185
185
  * @throws OciError when an error occurs
186
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
186
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
187
187
  */
188
188
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
189
189
  /**
@@ -196,7 +196,7 @@ export declare class ChannelsClient {
196
196
  * @param UpdateChannelRequest
197
197
  * @return UpdateChannelResponse
198
198
  * @throws OciError when an error occurs
199
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
199
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
200
200
  */
201
201
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
202
202
  }
@@ -278,7 +278,7 @@ export declare class DbBackupsClient {
278
278
  * @param ChangeBackupCompartmentRequest
279
279
  * @return ChangeBackupCompartmentResponse
280
280
  * @throws OciError when an error occurs
281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
282
282
  */
283
283
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
284
284
  /**
@@ -288,7 +288,7 @@ export declare class DbBackupsClient {
288
288
  * @param CreateBackupRequest
289
289
  * @return CreateBackupResponse
290
290
  * @throws OciError when an error occurs
291
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
291
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
292
292
  */
293
293
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
294
294
  /**
@@ -298,7 +298,7 @@ export declare class DbBackupsClient {
298
298
  * @param DeleteBackupRequest
299
299
  * @return DeleteBackupResponse
300
300
  * @throws OciError when an error occurs
301
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
302
302
  */
303
303
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
304
304
  /**
@@ -307,7 +307,7 @@ export declare class DbBackupsClient {
307
307
  * @param GetBackupRequest
308
308
  * @return GetBackupResponse
309
309
  * @throws OciError when an error occurs
310
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
310
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
311
311
  */
312
312
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
313
313
  /**
@@ -317,7 +317,7 @@ export declare class DbBackupsClient {
317
317
  * @param ListBackupsRequest
318
318
  * @return ListBackupsResponse
319
319
  * @throws OciError when an error occurs
320
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
320
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
321
321
  */
322
322
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
323
323
  /**
@@ -358,7 +358,7 @@ export declare class DbBackupsClient {
358
358
  * @param UpdateBackupRequest
359
359
  * @return UpdateBackupResponse
360
360
  * @throws OciError when an error occurs
361
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
361
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
362
362
  */
363
363
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
364
364
  }
@@ -439,7 +439,7 @@ export declare class DbSystemClient {
439
439
  * @param AddHeatWaveClusterRequest
440
440
  * @return AddHeatWaveClusterResponse
441
441
  * @throws OciError when an error occurs
442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
443
443
  */
444
444
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
445
445
  /**
@@ -449,7 +449,7 @@ export declare class DbSystemClient {
449
449
  * @param CreateDbSystemRequest
450
450
  * @return CreateDbSystemResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
453
453
  */
454
454
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
455
455
  /**
@@ -460,7 +460,7 @@ export declare class DbSystemClient {
460
460
  * @param DeleteDbSystemRequest
461
461
  * @return DeleteDbSystemResponse
462
462
  * @throws OciError when an error occurs
463
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
463
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
464
464
  */
465
465
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
466
466
  /**
@@ -471,7 +471,7 @@ export declare class DbSystemClient {
471
471
  * @param DeleteHeatWaveClusterRequest
472
472
  * @return DeleteHeatWaveClusterResponse
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.81.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
475
475
  */
476
476
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
477
477
  /**
@@ -481,7 +481,7 @@ export declare class DbSystemClient {
481
481
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
482
482
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
483
483
  * @throws OciError when an error occurs
484
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
485
485
  */
486
486
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
487
487
  /**
@@ -490,7 +490,7 @@ export declare class DbSystemClient {
490
490
  * @param GetDbSystemRequest
491
491
  * @return GetDbSystemResponse
492
492
  * @throws OciError when an error occurs
493
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
493
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
494
494
  */
495
495
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
496
496
  /**
@@ -499,7 +499,7 @@ export declare class DbSystemClient {
499
499
  * @param GetHeatWaveClusterRequest
500
500
  * @return GetHeatWaveClusterResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
503
503
  */
504
504
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
505
505
  /**
@@ -510,7 +510,7 @@ export declare class DbSystemClient {
510
510
  * @param GetHeatWaveClusterMemoryEstimateRequest
511
511
  * @return GetHeatWaveClusterMemoryEstimateResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
514
514
  */
515
515
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
516
516
  /**
@@ -521,7 +521,7 @@ export declare class DbSystemClient {
521
521
  * @param ListDbSystemsRequest
522
522
  * @return ListDbSystemsResponse
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.81.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
525
525
  */
526
526
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
527
527
  /**
@@ -562,7 +562,7 @@ export declare class DbSystemClient {
562
562
  * @param RestartDbSystemRequest
563
563
  * @return RestartDbSystemResponse
564
564
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
566
566
  */
567
567
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
568
568
  /**
@@ -571,7 +571,7 @@ export declare class DbSystemClient {
571
571
  * @param RestartHeatWaveClusterRequest
572
572
  * @return RestartHeatWaveClusterResponse
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.81.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
574
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
575
575
  */
576
576
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
577
577
  /**
@@ -580,7 +580,7 @@ export declare class DbSystemClient {
580
580
  * @param StartDbSystemRequest
581
581
  * @return StartDbSystemResponse
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.81.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
583
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
584
584
  */
585
585
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
586
586
  /**
@@ -589,7 +589,7 @@ export declare class DbSystemClient {
589
589
  * @param StartHeatWaveClusterRequest
590
590
  * @return StartHeatWaveClusterResponse
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.81.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
592
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
593
593
  */
594
594
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
595
595
  /**
@@ -601,7 +601,7 @@ export declare class DbSystemClient {
601
601
  * @param StopDbSystemRequest
602
602
  * @return StopDbSystemResponse
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.81.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
604
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
605
605
  */
606
606
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
607
607
  /**
@@ -610,7 +610,7 @@ export declare class DbSystemClient {
610
610
  * @param StopHeatWaveClusterRequest
611
611
  * @return StopHeatWaveClusterResponse
612
612
  * @throws OciError when an error occurs
613
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
613
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
614
614
  */
615
615
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
616
616
  /**
@@ -627,7 +627,7 @@ export declare class DbSystemClient {
627
627
  * @param UpdateDbSystemRequest
628
628
  * @return UpdateDbSystemResponse
629
629
  * @throws OciError when an error occurs
630
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
630
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
631
631
  */
632
632
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
633
633
  /**
@@ -637,7 +637,7 @@ export declare class DbSystemClient {
637
637
  * @param UpdateHeatWaveClusterRequest
638
638
  * @return UpdateHeatWaveClusterResponse
639
639
  * @throws OciError when an error occurs
640
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
641
641
  */
642
642
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
643
643
  }
@@ -717,7 +717,7 @@ export declare class MysqlaasClient {
717
717
  * @param CreateConfigurationRequest
718
718
  * @return CreateConfigurationResponse
719
719
  * @throws OciError when an error occurs
720
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
720
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
721
721
  */
722
722
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
723
723
  /**
@@ -728,7 +728,7 @@ export declare class MysqlaasClient {
728
728
  * @param DeleteConfigurationRequest
729
729
  * @return DeleteConfigurationResponse
730
730
  * @throws OciError when an error occurs
731
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
731
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
732
732
  */
733
733
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
734
734
  /**
@@ -738,7 +738,7 @@ export declare class MysqlaasClient {
738
738
  * @param GetConfigurationRequest
739
739
  * @return GetConfigurationResponse
740
740
  * @throws OciError when an error occurs
741
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
742
742
  */
743
743
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
744
744
  /**
@@ -755,7 +755,7 @@ export declare class MysqlaasClient {
755
755
  * @param ListConfigurationsRequest
756
756
  * @return ListConfigurationsResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
759
759
  */
760
760
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
761
761
  /**
@@ -800,7 +800,7 @@ export declare class MysqlaasClient {
800
800
  * @param ListShapesRequest
801
801
  * @return ListShapesResponse
802
802
  * @throws OciError when an error occurs
803
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
803
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
804
804
  */
805
805
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
806
806
  /**
@@ -812,7 +812,7 @@ export declare class MysqlaasClient {
812
812
  * @param ListVersionsRequest
813
813
  * @return ListVersionsResponse
814
814
  * @throws OciError when an error occurs
815
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
816
816
  */
817
817
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
818
818
  /**
@@ -821,7 +821,7 @@ export declare class MysqlaasClient {
821
821
  * @param UpdateConfigurationRequest
822
822
  * @return UpdateConfigurationResponse
823
823
  * @throws OciError when an error occurs
824
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
824
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
825
825
  */
826
826
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
827
827
  }
@@ -901,7 +901,7 @@ export declare class ReplicasClient {
901
901
  * @param CreateReplicaRequest
902
902
  * @return CreateReplicaResponse
903
903
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
905
905
  */
906
906
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
907
907
  /**
@@ -910,7 +910,7 @@ export declare class ReplicasClient {
910
910
  * @param DeleteReplicaRequest
911
911
  * @return DeleteReplicaResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
914
914
  */
915
915
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
916
916
  /**
@@ -919,7 +919,7 @@ export declare class ReplicasClient {
919
919
  * @param GetReplicaRequest
920
920
  * @return GetReplicaResponse
921
921
  * @throws OciError when an error occurs
922
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
922
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
923
923
  */
924
924
  getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
925
925
  /**
@@ -928,7 +928,7 @@ export declare class ReplicasClient {
928
928
  * @param ListReplicasRequest
929
929
  * @return ListReplicasResponse
930
930
  * @throws OciError when an error occurs
931
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
931
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
932
932
  */
933
933
  listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
934
934
  /**
@@ -969,7 +969,7 @@ export declare class ReplicasClient {
969
969
  * @param UpdateReplicaRequest
970
970
  * @return UpdateReplicaResponse
971
971
  * @throws OciError when an error occurs
972
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
972
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
973
973
  */
974
974
  updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
975
975
  }
@@ -1049,7 +1049,7 @@ export declare class WorkRequestsClient {
1049
1049
  * @param GetWorkRequestRequest
1050
1050
  * @return GetWorkRequestResponse
1051
1051
  * @throws OciError when an error occurs
1052
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1053
1053
  */
1054
1054
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1055
1055
  /**
@@ -1059,7 +1059,7 @@ export declare class WorkRequestsClient {
1059
1059
  * @param ListWorkRequestErrorsRequest
1060
1060
  * @return ListWorkRequestErrorsResponse
1061
1061
  * @throws OciError when an error occurs
1062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1063
1063
  */
1064
1064
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1065
1065
  /**
@@ -1101,7 +1101,7 @@ export declare class WorkRequestsClient {
1101
1101
  * @param ListWorkRequestLogsRequest
1102
1102
  * @return ListWorkRequestLogsResponse
1103
1103
  * @throws OciError when an error occurs
1104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1105
1105
  */
1106
1106
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1107
1107
  /**
@@ -1143,7 +1143,7 @@ export declare class WorkRequestsClient {
1143
1143
  * @param ListWorkRequestsRequest
1144
1144
  * @return ListWorkRequestsResponse
1145
1145
  * @throws OciError when an error occurs
1146
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1146
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1147
1147
  */
1148
1148
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1149
1149
  /**