oci-mysql 2.88.2 → 2.89.1

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 (78) hide show
  1. package/lib/client.d.ts +56 -46
  2. package/lib/client.js +116 -46
  3. package/lib/client.js.map +1 -1
  4. package/lib/model/backup-summary.d.ts +17 -0
  5. package/lib/model/backup-summary.js +30 -2
  6. package/lib/model/backup-summary.js.map +1 -1
  7. package/lib/model/backup.d.ts +15 -0
  8. package/lib/model/backup.js.map +1 -1
  9. package/lib/model/copy-backup-details.d.ts +51 -0
  10. package/lib/model/copy-backup-details.js +29 -0
  11. package/lib/model/copy-backup-details.js.map +1 -0
  12. package/lib/model/db-system-snapshot-summary.d.ts +36 -0
  13. package/lib/model/db-system-snapshot-summary.js +29 -0
  14. package/lib/model/db-system-snapshot-summary.js.map +1 -0
  15. package/lib/model/db-system-snapshot.d.ts +6 -0
  16. package/lib/model/db-system-snapshot.js.map +1 -1
  17. package/lib/model/index.d.ts +4 -0
  18. package/lib/model/index.js +6 -2
  19. package/lib/model/index.js.map +1 -1
  20. package/lib/model/work-request-operation-type.d.ts +1 -0
  21. package/lib/model/work-request-operation-type.js +1 -0
  22. package/lib/model/work-request-operation-type.js.map +1 -1
  23. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  24. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  25. package/lib/request/copy-backup-request.d.ts +49 -0
  26. package/lib/request/copy-backup-request.js +15 -0
  27. package/lib/request/copy-backup-request.js.map +1 -0
  28. package/lib/request/create-backup-request.d.ts +1 -1
  29. package/lib/request/create-channel-request.d.ts +1 -1
  30. package/lib/request/create-configuration-request.d.ts +1 -1
  31. package/lib/request/create-db-system-request.d.ts +1 -1
  32. package/lib/request/create-replica-request.d.ts +1 -1
  33. package/lib/request/delete-backup-request.d.ts +1 -1
  34. package/lib/request/delete-channel-request.d.ts +1 -1
  35. package/lib/request/delete-configuration-request.d.ts +1 -1
  36. package/lib/request/delete-db-system-request.d.ts +1 -1
  37. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  38. package/lib/request/delete-replica-request.d.ts +1 -1
  39. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  40. package/lib/request/get-backup-request.d.ts +1 -1
  41. package/lib/request/get-channel-request.d.ts +1 -1
  42. package/lib/request/get-configuration-request.d.ts +1 -1
  43. package/lib/request/get-db-system-request.d.ts +1 -1
  44. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  45. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  46. package/lib/request/get-replica-request.d.ts +1 -1
  47. package/lib/request/get-work-request-request.d.ts +1 -1
  48. package/lib/request/index.d.ts +2 -0
  49. package/lib/request/index.js.map +1 -1
  50. package/lib/request/list-backups-request.d.ts +1 -1
  51. package/lib/request/list-channels-request.d.ts +1 -1
  52. package/lib/request/list-configurations-request.d.ts +1 -1
  53. package/lib/request/list-db-systems-request.d.ts +1 -1
  54. package/lib/request/list-replicas-request.d.ts +1 -1
  55. package/lib/request/list-shapes-request.d.ts +1 -1
  56. package/lib/request/list-versions-request.d.ts +1 -1
  57. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  58. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  59. package/lib/request/list-work-requests-request.d.ts +1 -1
  60. package/lib/request/reset-channel-request.d.ts +1 -1
  61. package/lib/request/restart-db-system-request.d.ts +1 -1
  62. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  63. package/lib/request/resume-channel-request.d.ts +1 -1
  64. package/lib/request/start-db-system-request.d.ts +1 -1
  65. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  66. package/lib/request/stop-db-system-request.d.ts +1 -1
  67. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  68. package/lib/request/update-backup-request.d.ts +1 -1
  69. package/lib/request/update-channel-request.d.ts +1 -1
  70. package/lib/request/update-configuration-request.d.ts +1 -1
  71. package/lib/request/update-db-system-request.d.ts +1 -1
  72. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  73. package/lib/request/update-replica-request.d.ts +1 -1
  74. package/lib/response/copy-backup-response.d.ts +35 -0
  75. package/lib/response/copy-backup-response.js +15 -0
  76. package/lib/response/copy-backup-response.js.map +1 -0
  77. package/lib/response/index.d.ts +2 -0
  78. 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.88.2/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.88.2/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.88.2/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
126
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.88.2/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
135
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.88.2/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
178
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.88.2/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
190
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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.88.2/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
203
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/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,9 +286,19 @@ 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.88.2/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
289
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
290
290
  */
291
291
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
292
+ /**
293
+ * Creates a copy of a DB system backup available in the specified source region.
294
+ *
295
+ * This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
296
+ * @param CopyBackupRequest
297
+ * @return CopyBackupResponse
298
+ * @throws OciError when an error occurs
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/CopyBackup.ts.html |here} to see how to use CopyBackup API.
300
+ */
301
+ copyBackup(copyBackupRequest: requests.CopyBackupRequest): Promise<responses.CopyBackupResponse>;
292
302
  /**
293
303
  * Create a backup of a DB System.
294
304
  *
@@ -296,7 +306,7 @@ export declare class DbBackupsClient {
296
306
  * @param CreateBackupRequest
297
307
  * @return CreateBackupResponse
298
308
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
300
310
  */
301
311
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
302
312
  /**
@@ -306,7 +316,7 @@ export declare class DbBackupsClient {
306
316
  * @param DeleteBackupRequest
307
317
  * @return DeleteBackupResponse
308
318
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
310
320
  */
311
321
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
312
322
  /**
@@ -315,7 +325,7 @@ export declare class DbBackupsClient {
315
325
  * @param GetBackupRequest
316
326
  * @return GetBackupResponse
317
327
  * @throws OciError when an error occurs
318
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
328
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
319
329
  */
320
330
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
321
331
  /**
@@ -325,7 +335,7 @@ export declare class DbBackupsClient {
325
335
  * @param ListBackupsRequest
326
336
  * @return ListBackupsResponse
327
337
  * @throws OciError when an error occurs
328
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
338
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
329
339
  */
330
340
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
331
341
  /**
@@ -366,7 +376,7 @@ export declare class DbBackupsClient {
366
376
  * @param UpdateBackupRequest
367
377
  * @return UpdateBackupResponse
368
378
  * @throws OciError when an error occurs
369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
379
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
370
380
  */
371
381
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
372
382
  }
@@ -451,7 +461,7 @@ export declare class DbSystemClient {
451
461
  * @param AddHeatWaveClusterRequest
452
462
  * @return AddHeatWaveClusterResponse
453
463
  * @throws OciError when an error occurs
454
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
464
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
455
465
  */
456
466
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
457
467
  /**
@@ -461,7 +471,7 @@ export declare class DbSystemClient {
461
471
  * @param CreateDbSystemRequest
462
472
  * @return CreateDbSystemResponse
463
473
  * @throws OciError when an error occurs
464
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
465
475
  */
466
476
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
467
477
  /**
@@ -472,7 +482,7 @@ export declare class DbSystemClient {
472
482
  * @param DeleteDbSystemRequest
473
483
  * @return DeleteDbSystemResponse
474
484
  * @throws OciError when an error occurs
475
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
476
486
  */
477
487
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
478
488
  /**
@@ -483,7 +493,7 @@ export declare class DbSystemClient {
483
493
  * @param DeleteHeatWaveClusterRequest
484
494
  * @return DeleteHeatWaveClusterResponse
485
495
  * @throws OciError when an error occurs
486
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
496
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
487
497
  */
488
498
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
489
499
  /**
@@ -493,7 +503,7 @@ export declare class DbSystemClient {
493
503
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
494
504
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
495
505
  * @throws OciError when an error occurs
496
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
506
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
497
507
  */
498
508
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
499
509
  /**
@@ -502,7 +512,7 @@ export declare class DbSystemClient {
502
512
  * @param GetDbSystemRequest
503
513
  * @return GetDbSystemResponse
504
514
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
506
516
  */
507
517
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
508
518
  /**
@@ -511,7 +521,7 @@ export declare class DbSystemClient {
511
521
  * @param GetHeatWaveClusterRequest
512
522
  * @return GetHeatWaveClusterResponse
513
523
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
524
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
515
525
  */
516
526
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
517
527
  /**
@@ -522,7 +532,7 @@ export declare class DbSystemClient {
522
532
  * @param GetHeatWaveClusterMemoryEstimateRequest
523
533
  * @return GetHeatWaveClusterMemoryEstimateResponse
524
534
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
535
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
526
536
  */
527
537
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
528
538
  /**
@@ -533,7 +543,7 @@ export declare class DbSystemClient {
533
543
  * @param ListDbSystemsRequest
534
544
  * @return ListDbSystemsResponse
535
545
  * @throws OciError when an error occurs
536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
537
547
  */
538
548
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
539
549
  /**
@@ -574,7 +584,7 @@ export declare class DbSystemClient {
574
584
  * @param RestartDbSystemRequest
575
585
  * @return RestartDbSystemResponse
576
586
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
587
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
578
588
  */
579
589
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
580
590
  /**
@@ -583,7 +593,7 @@ export declare class DbSystemClient {
583
593
  * @param RestartHeatWaveClusterRequest
584
594
  * @return RestartHeatWaveClusterResponse
585
595
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
587
597
  */
588
598
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
589
599
  /**
@@ -592,7 +602,7 @@ export declare class DbSystemClient {
592
602
  * @param StartDbSystemRequest
593
603
  * @return StartDbSystemResponse
594
604
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
596
606
  */
597
607
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
598
608
  /**
@@ -601,7 +611,7 @@ export declare class DbSystemClient {
601
611
  * @param StartHeatWaveClusterRequest
602
612
  * @return StartHeatWaveClusterResponse
603
613
  * @throws OciError when an error occurs
604
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
614
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
605
615
  */
606
616
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
607
617
  /**
@@ -613,7 +623,7 @@ export declare class DbSystemClient {
613
623
  * @param StopDbSystemRequest
614
624
  * @return StopDbSystemResponse
615
625
  * @throws OciError when an error occurs
616
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
617
627
  */
618
628
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
619
629
  /**
@@ -622,7 +632,7 @@ export declare class DbSystemClient {
622
632
  * @param StopHeatWaveClusterRequest
623
633
  * @return StopHeatWaveClusterResponse
624
634
  * @throws OciError when an error occurs
625
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
626
636
  */
627
637
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
628
638
  /**
@@ -639,7 +649,7 @@ export declare class DbSystemClient {
639
649
  * @param UpdateDbSystemRequest
640
650
  * @return UpdateDbSystemResponse
641
651
  * @throws OciError when an error occurs
642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
652
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
643
653
  */
644
654
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
645
655
  /**
@@ -649,7 +659,7 @@ export declare class DbSystemClient {
649
659
  * @param UpdateHeatWaveClusterRequest
650
660
  * @return UpdateHeatWaveClusterResponse
651
661
  * @throws OciError when an error occurs
652
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
662
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
653
663
  */
654
664
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
655
665
  }
@@ -733,7 +743,7 @@ export declare class MysqlaasClient {
733
743
  * @param CreateConfigurationRequest
734
744
  * @return CreateConfigurationResponse
735
745
  * @throws OciError when an error occurs
736
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
746
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
737
747
  */
738
748
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
739
749
  /**
@@ -744,7 +754,7 @@ export declare class MysqlaasClient {
744
754
  * @param DeleteConfigurationRequest
745
755
  * @return DeleteConfigurationResponse
746
756
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
757
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
748
758
  */
749
759
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
750
760
  /**
@@ -754,7 +764,7 @@ export declare class MysqlaasClient {
754
764
  * @param GetConfigurationRequest
755
765
  * @return GetConfigurationResponse
756
766
  * @throws OciError when an error occurs
757
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
758
768
  */
759
769
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
760
770
  /**
@@ -771,7 +781,7 @@ export declare class MysqlaasClient {
771
781
  * @param ListConfigurationsRequest
772
782
  * @return ListConfigurationsResponse
773
783
  * @throws OciError when an error occurs
774
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
784
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
775
785
  */
776
786
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
777
787
  /**
@@ -816,7 +826,7 @@ export declare class MysqlaasClient {
816
826
  * @param ListShapesRequest
817
827
  * @return ListShapesResponse
818
828
  * @throws OciError when an error occurs
819
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
829
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
820
830
  */
821
831
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
822
832
  /**
@@ -828,7 +838,7 @@ export declare class MysqlaasClient {
828
838
  * @param ListVersionsRequest
829
839
  * @return ListVersionsResponse
830
840
  * @throws OciError when an error occurs
831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
841
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
832
842
  */
833
843
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
834
844
  /**
@@ -837,7 +847,7 @@ export declare class MysqlaasClient {
837
847
  * @param UpdateConfigurationRequest
838
848
  * @return UpdateConfigurationResponse
839
849
  * @throws OciError when an error occurs
840
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
850
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
841
851
  */
842
852
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
843
853
  }
@@ -921,7 +931,7 @@ export declare class ReplicasClient {
921
931
  * @param CreateReplicaRequest
922
932
  * @return CreateReplicaResponse
923
933
  * @throws OciError when an error occurs
924
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
934
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
925
935
  */
926
936
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
927
937
  /**
@@ -930,7 +940,7 @@ export declare class ReplicasClient {
930
940
  * @param DeleteReplicaRequest
931
941
  * @return DeleteReplicaResponse
932
942
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
943
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
934
944
  */
935
945
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
936
946
  /**
@@ -939,7 +949,7 @@ export declare class ReplicasClient {
939
949
  * @param GetReplicaRequest
940
950
  * @return GetReplicaResponse
941
951
  * @throws OciError when an error occurs
942
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
952
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
943
953
  */
944
954
  getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
945
955
  /**
@@ -948,7 +958,7 @@ export declare class ReplicasClient {
948
958
  * @param ListReplicasRequest
949
959
  * @return ListReplicasResponse
950
960
  * @throws OciError when an error occurs
951
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
961
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
952
962
  */
953
963
  listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
954
964
  /**
@@ -989,7 +999,7 @@ export declare class ReplicasClient {
989
999
  * @param UpdateReplicaRequest
990
1000
  * @return UpdateReplicaResponse
991
1001
  * @throws OciError when an error occurs
992
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
993
1003
  */
994
1004
  updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
995
1005
  }
@@ -1073,7 +1083,7 @@ export declare class WorkRequestsClient {
1073
1083
  * @param GetWorkRequestRequest
1074
1084
  * @return GetWorkRequestResponse
1075
1085
  * @throws OciError when an error occurs
1076
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1086
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1077
1087
  */
1078
1088
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1079
1089
  /**
@@ -1083,7 +1093,7 @@ export declare class WorkRequestsClient {
1083
1093
  * @param ListWorkRequestErrorsRequest
1084
1094
  * @return ListWorkRequestErrorsResponse
1085
1095
  * @throws OciError when an error occurs
1086
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1096
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1087
1097
  */
1088
1098
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1089
1099
  /**
@@ -1125,7 +1135,7 @@ export declare class WorkRequestsClient {
1125
1135
  * @param ListWorkRequestLogsRequest
1126
1136
  * @return ListWorkRequestLogsResponse
1127
1137
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1129
1139
  */
1130
1140
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1131
1141
  /**
@@ -1167,7 +1177,7 @@ export declare class WorkRequestsClient {
1167
1177
  * @param ListWorkRequestsRequest
1168
1178
  * @return ListWorkRequestsResponse
1169
1179
  * @throws OciError when an error occurs
1170
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1171
1181
  */
1172
1182
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1173
1183
  /**