oci-mysql 2.72.0 → 2.73.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.
Files changed (68) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +47 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/create-db-system-details.d.ts +5 -0
  5. package/lib/model/create-db-system-details.js.map +1 -1
  6. package/lib/model/database-management-status.d.ts +29 -0
  7. package/lib/model/database-management-status.js +40 -0
  8. package/lib/model/database-management-status.js.map +1 -0
  9. package/lib/model/db-system-snapshot.d.ts +5 -0
  10. package/lib/model/db-system-snapshot.js.map +1 -1
  11. package/lib/model/db-system-summary.d.ts +5 -0
  12. package/lib/model/db-system-summary.js.map +1 -1
  13. package/lib/model/db-system.d.ts +5 -0
  14. package/lib/model/db-system.js.map +1 -1
  15. package/lib/model/index.d.ts +2 -0
  16. package/lib/model/index.js +4 -2
  17. package/lib/model/index.js.map +1 -1
  18. package/lib/model/update-db-system-details.d.ts +5 -0
  19. package/lib/model/update-db-system-details.js.map +1 -1
  20. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  21. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  22. package/lib/request/create-backup-request.d.ts +1 -1
  23. package/lib/request/create-channel-request.d.ts +1 -1
  24. package/lib/request/create-configuration-request.d.ts +1 -1
  25. package/lib/request/create-db-system-request.d.ts +1 -1
  26. package/lib/request/create-replica-request.d.ts +1 -1
  27. package/lib/request/delete-backup-request.d.ts +1 -1
  28. package/lib/request/delete-channel-request.d.ts +1 -1
  29. package/lib/request/delete-configuration-request.d.ts +1 -1
  30. package/lib/request/delete-db-system-request.d.ts +1 -1
  31. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  32. package/lib/request/delete-replica-request.d.ts +1 -1
  33. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  34. package/lib/request/get-backup-request.d.ts +1 -1
  35. package/lib/request/get-channel-request.d.ts +1 -1
  36. package/lib/request/get-configuration-request.d.ts +1 -1
  37. package/lib/request/get-db-system-request.d.ts +1 -1
  38. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  39. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  40. package/lib/request/get-replica-request.d.ts +1 -1
  41. package/lib/request/get-work-request-request.d.ts +1 -1
  42. package/lib/request/list-backups-request.d.ts +1 -1
  43. package/lib/request/list-channels-request.d.ts +1 -1
  44. package/lib/request/list-configurations-request.d.ts +1 -1
  45. package/lib/request/list-db-systems-request.d.ts +10 -1
  46. package/lib/request/list-db-systems-request.js +5 -0
  47. package/lib/request/list-db-systems-request.js.map +1 -1
  48. package/lib/request/list-replicas-request.d.ts +1 -1
  49. package/lib/request/list-shapes-request.d.ts +1 -1
  50. package/lib/request/list-versions-request.d.ts +1 -1
  51. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  52. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  53. package/lib/request/list-work-requests-request.d.ts +1 -1
  54. package/lib/request/reset-channel-request.d.ts +1 -1
  55. package/lib/request/restart-db-system-request.d.ts +1 -1
  56. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  57. package/lib/request/resume-channel-request.d.ts +1 -1
  58. package/lib/request/start-db-system-request.d.ts +1 -1
  59. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  60. package/lib/request/stop-db-system-request.d.ts +1 -1
  61. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  62. package/lib/request/update-backup-request.d.ts +1 -1
  63. package/lib/request/update-channel-request.d.ts +1 -1
  64. package/lib/request/update-configuration-request.d.ts +1 -1
  65. package/lib/request/update-db-system-request.d.ts +1 -1
  66. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  67. package/lib/request/update-replica-request.d.ts +1 -1
  68. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -93,7 +93,7 @@ export declare class ChannelsClient {
93
93
  * @param CreateChannelRequest
94
94
  * @return CreateChannelResponse
95
95
  * @throws OciError when an error occurs
96
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
96
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
97
97
  */
98
98
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
99
99
  /**
@@ -102,7 +102,7 @@ export declare class ChannelsClient {
102
102
  * @param DeleteChannelRequest
103
103
  * @return DeleteChannelResponse
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.72.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
106
106
  */
107
107
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
108
108
  /**
@@ -114,7 +114,7 @@ export declare class ChannelsClient {
114
114
  * @param GetChannelRequest
115
115
  * @return GetChannelResponse
116
116
  * @throws OciError when an error occurs
117
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
117
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
118
118
  */
119
119
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
120
120
  /**
@@ -123,7 +123,7 @@ export declare class ChannelsClient {
123
123
  * @param ListChannelsRequest
124
124
  * @return ListChannelsResponse
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.72.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
127
127
  */
128
128
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
129
129
  /**
@@ -166,7 +166,7 @@ export declare class ChannelsClient {
166
166
  * @param ResetChannelRequest
167
167
  * @return ResetChannelResponse
168
168
  * @throws OciError when an error occurs
169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
170
170
  */
171
171
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
172
172
  /**
@@ -178,7 +178,7 @@ export declare class ChannelsClient {
178
178
  * @param ResumeChannelRequest
179
179
  * @return ResumeChannelResponse
180
180
  * @throws OciError when an error occurs
181
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
181
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
182
182
  */
183
183
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
184
184
  /**
@@ -191,7 +191,7 @@ export declare class ChannelsClient {
191
191
  * @param UpdateChannelRequest
192
192
  * @return UpdateChannelResponse
193
193
  * @throws OciError when an error occurs
194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
195
195
  */
196
196
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
197
197
  }
@@ -269,7 +269,7 @@ export declare class DbBackupsClient {
269
269
  * @param ChangeBackupCompartmentRequest
270
270
  * @return ChangeBackupCompartmentResponse
271
271
  * @throws OciError when an error occurs
272
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
273
273
  */
274
274
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
275
275
  /**
@@ -279,7 +279,7 @@ export declare class DbBackupsClient {
279
279
  * @param CreateBackupRequest
280
280
  * @return CreateBackupResponse
281
281
  * @throws OciError when an error occurs
282
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
283
283
  */
284
284
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
285
285
  /**
@@ -289,7 +289,7 @@ export declare class DbBackupsClient {
289
289
  * @param DeleteBackupRequest
290
290
  * @return DeleteBackupResponse
291
291
  * @throws OciError when an error occurs
292
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
292
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
293
293
  */
294
294
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
295
295
  /**
@@ -298,7 +298,7 @@ export declare class DbBackupsClient {
298
298
  * @param GetBackupRequest
299
299
  * @return GetBackupResponse
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.72.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
301
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
302
302
  */
303
303
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
304
304
  /**
@@ -308,7 +308,7 @@ export declare class DbBackupsClient {
308
308
  * @param ListBackupsRequest
309
309
  * @return ListBackupsResponse
310
310
  * @throws OciError when an error occurs
311
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
311
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
312
312
  */
313
313
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
314
314
  /**
@@ -349,7 +349,7 @@ export declare class DbBackupsClient {
349
349
  * @param UpdateBackupRequest
350
350
  * @return UpdateBackupResponse
351
351
  * @throws OciError when an error occurs
352
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
352
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
353
353
  */
354
354
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
355
355
  }
@@ -426,7 +426,7 @@ export declare class DbSystemClient {
426
426
  * @param AddHeatWaveClusterRequest
427
427
  * @return AddHeatWaveClusterResponse
428
428
  * @throws OciError when an error occurs
429
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
429
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
430
430
  */
431
431
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
432
432
  /**
@@ -436,7 +436,7 @@ export declare class DbSystemClient {
436
436
  * @param CreateDbSystemRequest
437
437
  * @return CreateDbSystemResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
440
440
  */
441
441
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
442
442
  /**
@@ -447,7 +447,7 @@ export declare class DbSystemClient {
447
447
  * @param DeleteDbSystemRequest
448
448
  * @return DeleteDbSystemResponse
449
449
  * @throws OciError when an error occurs
450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
451
451
  */
452
452
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
453
453
  /**
@@ -458,7 +458,7 @@ export declare class DbSystemClient {
458
458
  * @param DeleteHeatWaveClusterRequest
459
459
  * @return DeleteHeatWaveClusterResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
462
462
  */
463
463
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
464
464
  /**
@@ -468,7 +468,7 @@ export declare class DbSystemClient {
468
468
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
469
469
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
472
472
  */
473
473
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
474
474
  /**
@@ -477,7 +477,7 @@ export declare class DbSystemClient {
477
477
  * @param GetDbSystemRequest
478
478
  * @return GetDbSystemResponse
479
479
  * @throws OciError when an error occurs
480
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
480
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
481
481
  */
482
482
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
483
483
  /**
@@ -486,7 +486,7 @@ export declare class DbSystemClient {
486
486
  * @param GetHeatWaveClusterRequest
487
487
  * @return GetHeatWaveClusterResponse
488
488
  * @throws OciError when an error occurs
489
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
489
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
490
490
  */
491
491
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
492
492
  /**
@@ -497,7 +497,7 @@ export declare class DbSystemClient {
497
497
  * @param GetHeatWaveClusterMemoryEstimateRequest
498
498
  * @return GetHeatWaveClusterMemoryEstimateResponse
499
499
  * @throws OciError when an error occurs
500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
501
501
  */
502
502
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
503
503
  /**
@@ -508,7 +508,7 @@ export declare class DbSystemClient {
508
508
  * @param ListDbSystemsRequest
509
509
  * @return ListDbSystemsResponse
510
510
  * @throws OciError when an error occurs
511
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
511
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
512
512
  */
513
513
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
514
514
  /**
@@ -549,7 +549,7 @@ export declare class DbSystemClient {
549
549
  * @param RestartDbSystemRequest
550
550
  * @return RestartDbSystemResponse
551
551
  * @throws OciError when an error occurs
552
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
552
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
553
553
  */
554
554
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
555
555
  /**
@@ -558,7 +558,7 @@ export declare class DbSystemClient {
558
558
  * @param RestartHeatWaveClusterRequest
559
559
  * @return RestartHeatWaveClusterResponse
560
560
  * @throws OciError when an error occurs
561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
562
562
  */
563
563
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
564
564
  /**
@@ -567,7 +567,7 @@ export declare class DbSystemClient {
567
567
  * @param StartDbSystemRequest
568
568
  * @return StartDbSystemResponse
569
569
  * @throws OciError when an error occurs
570
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
570
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
571
571
  */
572
572
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
573
573
  /**
@@ -576,7 +576,7 @@ export declare class DbSystemClient {
576
576
  * @param StartHeatWaveClusterRequest
577
577
  * @return StartHeatWaveClusterResponse
578
578
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
580
580
  */
581
581
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
582
582
  /**
@@ -588,7 +588,7 @@ export declare class DbSystemClient {
588
588
  * @param StopDbSystemRequest
589
589
  * @return StopDbSystemResponse
590
590
  * @throws OciError when an error occurs
591
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
591
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
592
592
  */
593
593
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
594
594
  /**
@@ -597,7 +597,7 @@ export declare class DbSystemClient {
597
597
  * @param StopHeatWaveClusterRequest
598
598
  * @return StopHeatWaveClusterResponse
599
599
  * @throws OciError when an error occurs
600
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
600
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
601
601
  */
602
602
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
603
603
  /**
@@ -614,7 +614,7 @@ export declare class DbSystemClient {
614
614
  * @param UpdateDbSystemRequest
615
615
  * @return UpdateDbSystemResponse
616
616
  * @throws OciError when an error occurs
617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
618
618
  */
619
619
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
620
620
  /**
@@ -624,7 +624,7 @@ export declare class DbSystemClient {
624
624
  * @param UpdateHeatWaveClusterRequest
625
625
  * @return UpdateHeatWaveClusterResponse
626
626
  * @throws OciError when an error occurs
627
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
627
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
628
628
  */
629
629
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
630
630
  }
@@ -700,7 +700,7 @@ export declare class MysqlaasClient {
700
700
  * @param CreateConfigurationRequest
701
701
  * @return CreateConfigurationResponse
702
702
  * @throws OciError when an error occurs
703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
704
704
  */
705
705
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
706
706
  /**
@@ -711,7 +711,7 @@ export declare class MysqlaasClient {
711
711
  * @param DeleteConfigurationRequest
712
712
  * @return DeleteConfigurationResponse
713
713
  * @throws OciError when an error occurs
714
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
714
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
715
715
  */
716
716
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
717
717
  /**
@@ -721,7 +721,7 @@ export declare class MysqlaasClient {
721
721
  * @param GetConfigurationRequest
722
722
  * @return GetConfigurationResponse
723
723
  * @throws OciError when an error occurs
724
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
724
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
725
725
  */
726
726
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
727
727
  /**
@@ -738,7 +738,7 @@ export declare class MysqlaasClient {
738
738
  * @param ListConfigurationsRequest
739
739
  * @return ListConfigurationsResponse
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.72.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
741
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
742
742
  */
743
743
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
744
744
  /**
@@ -783,7 +783,7 @@ export declare class MysqlaasClient {
783
783
  * @param ListShapesRequest
784
784
  * @return ListShapesResponse
785
785
  * @throws OciError when an error occurs
786
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
786
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
787
787
  */
788
788
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
789
789
  /**
@@ -795,7 +795,7 @@ export declare class MysqlaasClient {
795
795
  * @param ListVersionsRequest
796
796
  * @return ListVersionsResponse
797
797
  * @throws OciError when an error occurs
798
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
798
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
799
799
  */
800
800
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
801
801
  /**
@@ -804,7 +804,7 @@ export declare class MysqlaasClient {
804
804
  * @param UpdateConfigurationRequest
805
805
  * @return UpdateConfigurationResponse
806
806
  * @throws OciError when an error occurs
807
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
807
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
808
808
  */
809
809
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
810
810
  }
@@ -880,7 +880,7 @@ export declare class ReplicasClient {
880
880
  * @param CreateReplicaRequest
881
881
  * @return CreateReplicaResponse
882
882
  * @throws OciError when an error occurs
883
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
884
884
  */
885
885
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
886
886
  /**
@@ -889,7 +889,7 @@ export declare class ReplicasClient {
889
889
  * @param DeleteReplicaRequest
890
890
  * @return DeleteReplicaResponse
891
891
  * @throws OciError when an error occurs
892
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
892
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
893
893
  */
894
894
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
895
895
  /**
@@ -898,7 +898,7 @@ export declare class ReplicasClient {
898
898
  * @param GetReplicaRequest
899
899
  * @return GetReplicaResponse
900
900
  * @throws OciError when an error occurs
901
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
901
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
902
902
  */
903
903
  getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
904
904
  /**
@@ -907,7 +907,7 @@ export declare class ReplicasClient {
907
907
  * @param ListReplicasRequest
908
908
  * @return ListReplicasResponse
909
909
  * @throws OciError when an error occurs
910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
911
911
  */
912
912
  listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
913
913
  /**
@@ -948,7 +948,7 @@ export declare class ReplicasClient {
948
948
  * @param UpdateReplicaRequest
949
949
  * @return UpdateReplicaResponse
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.72.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
951
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
952
952
  */
953
953
  updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
954
954
  }
@@ -1024,7 +1024,7 @@ export declare class WorkRequestsClient {
1024
1024
  * @param GetWorkRequestRequest
1025
1025
  * @return GetWorkRequestResponse
1026
1026
  * @throws OciError when an error occurs
1027
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1027
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1028
1028
  */
1029
1029
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1030
1030
  /**
@@ -1034,7 +1034,7 @@ export declare class WorkRequestsClient {
1034
1034
  * @param ListWorkRequestErrorsRequest
1035
1035
  * @return ListWorkRequestErrorsResponse
1036
1036
  * @throws OciError when an error occurs
1037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1038
1038
  */
1039
1039
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1040
1040
  /**
@@ -1076,7 +1076,7 @@ export declare class WorkRequestsClient {
1076
1076
  * @param ListWorkRequestLogsRequest
1077
1077
  * @return ListWorkRequestLogsResponse
1078
1078
  * @throws OciError when an error occurs
1079
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1079
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1080
1080
  */
1081
1081
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1082
1082
  /**
@@ -1118,7 +1118,7 @@ export declare class WorkRequestsClient {
1118
1118
  * @param ListWorkRequestsRequest
1119
1119
  * @return ListWorkRequestsResponse
1120
1120
  * @throws OciError when an error occurs
1121
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1121
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.73.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1122
1122
  */
1123
1123
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1124
1124
  /**