oci-mysql 2.68.0 → 2.68.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 (58) hide show
  1. package/lib/client.d.ts +55 -55
  2. package/lib/client.js +55 -55
  3. package/lib/request/add-analytics-cluster-request.d.ts +1 -1
  4. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  5. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  6. package/lib/request/create-backup-request.d.ts +1 -1
  7. package/lib/request/create-channel-request.d.ts +1 -1
  8. package/lib/request/create-configuration-request.d.ts +1 -1
  9. package/lib/request/create-db-system-request.d.ts +1 -1
  10. package/lib/request/create-replica-request.d.ts +1 -1
  11. package/lib/request/delete-analytics-cluster-request.d.ts +1 -1
  12. package/lib/request/delete-backup-request.d.ts +1 -1
  13. package/lib/request/delete-channel-request.d.ts +1 -1
  14. package/lib/request/delete-configuration-request.d.ts +1 -1
  15. package/lib/request/delete-db-system-request.d.ts +1 -1
  16. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  17. package/lib/request/delete-replica-request.d.ts +1 -1
  18. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  19. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  20. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  21. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  22. package/lib/request/get-backup-request.d.ts +1 -1
  23. package/lib/request/get-channel-request.d.ts +1 -1
  24. package/lib/request/get-configuration-request.d.ts +1 -1
  25. package/lib/request/get-db-system-request.d.ts +1 -1
  26. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  27. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  28. package/lib/request/get-replica-request.d.ts +1 -1
  29. package/lib/request/get-work-request-request.d.ts +1 -1
  30. package/lib/request/list-backups-request.d.ts +1 -1
  31. package/lib/request/list-channels-request.d.ts +1 -1
  32. package/lib/request/list-configurations-request.d.ts +1 -1
  33. package/lib/request/list-db-systems-request.d.ts +1 -1
  34. package/lib/request/list-replicas-request.d.ts +1 -1
  35. package/lib/request/list-shapes-request.d.ts +1 -1
  36. package/lib/request/list-versions-request.d.ts +1 -1
  37. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  38. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  39. package/lib/request/list-work-requests-request.d.ts +1 -1
  40. package/lib/request/reset-channel-request.d.ts +1 -1
  41. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  42. package/lib/request/restart-db-system-request.d.ts +1 -1
  43. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  44. package/lib/request/resume-channel-request.d.ts +1 -1
  45. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  46. package/lib/request/start-db-system-request.d.ts +1 -1
  47. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  49. package/lib/request/stop-db-system-request.d.ts +1 -1
  50. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  51. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  52. package/lib/request/update-backup-request.d.ts +1 -1
  53. package/lib/request/update-channel-request.d.ts +1 -1
  54. package/lib/request/update-configuration-request.d.ts +1 -1
  55. package/lib/request/update-db-system-request.d.ts +1 -1
  56. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  57. package/lib/request/update-replica-request.d.ts +1 -1
  58. 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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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.68.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.68.2/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
  }
@@ -427,7 +427,7 @@ export declare class DbSystemClient {
427
427
  * @param AddAnalyticsClusterRequest
428
428
  * @return AddAnalyticsClusterResponse
429
429
  * @throws OciError when an error occurs
430
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
431
431
  */
432
432
  addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
433
433
  /**
@@ -437,7 +437,7 @@ export declare class DbSystemClient {
437
437
  * @param AddHeatWaveClusterRequest
438
438
  * @return AddHeatWaveClusterResponse
439
439
  * @throws OciError when an error occurs
440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
441
441
  */
442
442
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
443
443
  /**
@@ -447,7 +447,7 @@ export declare class DbSystemClient {
447
447
  * @param CreateDbSystemRequest
448
448
  * @return CreateDbSystemResponse
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.68.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
451
451
  */
452
452
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
453
453
  /**
@@ -459,7 +459,7 @@ export declare class DbSystemClient {
459
459
  * @param DeleteAnalyticsClusterRequest
460
460
  * @return DeleteAnalyticsClusterResponse
461
461
  * @throws OciError when an error occurs
462
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
463
463
  */
464
464
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
465
465
  /**
@@ -470,7 +470,7 @@ export declare class DbSystemClient {
470
470
  * @param DeleteDbSystemRequest
471
471
  * @return DeleteDbSystemResponse
472
472
  * @throws OciError when an error occurs
473
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
474
474
  */
475
475
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
476
476
  /**
@@ -481,7 +481,7 @@ export declare class DbSystemClient {
481
481
  * @param DeleteHeatWaveClusterRequest
482
482
  * @return DeleteHeatWaveClusterResponse
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.68.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
484
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
485
485
  */
486
486
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
487
487
  /**
@@ -492,7 +492,7 @@ export declare class DbSystemClient {
492
492
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
493
493
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
494
494
  * @throws OciError when an error occurs
495
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
495
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
496
496
  */
497
497
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
498
498
  /**
@@ -502,7 +502,7 @@ export declare class DbSystemClient {
502
502
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
503
503
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
504
504
  * @throws OciError when an error occurs
505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
506
506
  */
507
507
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
508
508
  /**
@@ -513,7 +513,7 @@ export declare class DbSystemClient {
513
513
  * @param GetAnalyticsClusterRequest
514
514
  * @return GetAnalyticsClusterResponse
515
515
  * @throws OciError when an error occurs
516
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
516
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
517
517
  */
518
518
  getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
519
519
  /**
@@ -525,7 +525,7 @@ export declare class DbSystemClient {
525
525
  * @param GetAnalyticsClusterMemoryEstimateRequest
526
526
  * @return GetAnalyticsClusterMemoryEstimateResponse
527
527
  * @throws OciError when an error occurs
528
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
528
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
529
529
  */
530
530
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
531
531
  /**
@@ -534,7 +534,7 @@ export declare class DbSystemClient {
534
534
  * @param GetDbSystemRequest
535
535
  * @return GetDbSystemResponse
536
536
  * @throws OciError when an error occurs
537
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
537
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
538
538
  */
539
539
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
540
540
  /**
@@ -543,7 +543,7 @@ export declare class DbSystemClient {
543
543
  * @param GetHeatWaveClusterRequest
544
544
  * @return GetHeatWaveClusterResponse
545
545
  * @throws OciError when an error occurs
546
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
546
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
547
547
  */
548
548
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
549
549
  /**
@@ -554,7 +554,7 @@ export declare class DbSystemClient {
554
554
  * @param GetHeatWaveClusterMemoryEstimateRequest
555
555
  * @return GetHeatWaveClusterMemoryEstimateResponse
556
556
  * @throws OciError when an error occurs
557
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
557
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
558
558
  */
559
559
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
560
560
  /**
@@ -565,7 +565,7 @@ export declare class DbSystemClient {
565
565
  * @param ListDbSystemsRequest
566
566
  * @return ListDbSystemsResponse
567
567
  * @throws OciError when an error occurs
568
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
569
569
  */
570
570
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
571
571
  /**
@@ -608,7 +608,7 @@ export declare class DbSystemClient {
608
608
  * @param RestartAnalyticsClusterRequest
609
609
  * @return RestartAnalyticsClusterResponse
610
610
  * @throws OciError when an error occurs
611
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
611
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
612
612
  */
613
613
  restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
614
614
  /**
@@ -617,7 +617,7 @@ export declare class DbSystemClient {
617
617
  * @param RestartDbSystemRequest
618
618
  * @return RestartDbSystemResponse
619
619
  * @throws OciError when an error occurs
620
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
620
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
621
621
  */
622
622
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
623
623
  /**
@@ -626,7 +626,7 @@ export declare class DbSystemClient {
626
626
  * @param RestartHeatWaveClusterRequest
627
627
  * @return RestartHeatWaveClusterResponse
628
628
  * @throws OciError when an error occurs
629
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
629
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
630
630
  */
631
631
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
632
632
  /**
@@ -637,7 +637,7 @@ export declare class DbSystemClient {
637
637
  * @param StartAnalyticsClusterRequest
638
638
  * @return StartAnalyticsClusterResponse
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.68.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
640
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
641
641
  */
642
642
  startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
643
643
  /**
@@ -646,7 +646,7 @@ export declare class DbSystemClient {
646
646
  * @param StartDbSystemRequest
647
647
  * @return StartDbSystemResponse
648
648
  * @throws OciError when an error occurs
649
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
649
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
650
650
  */
651
651
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
652
652
  /**
@@ -655,7 +655,7 @@ export declare class DbSystemClient {
655
655
  * @param StartHeatWaveClusterRequest
656
656
  * @return StartHeatWaveClusterResponse
657
657
  * @throws OciError when an error occurs
658
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
659
659
  */
660
660
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
661
661
  /**
@@ -666,7 +666,7 @@ export declare class DbSystemClient {
666
666
  * @param StopAnalyticsClusterRequest
667
667
  * @return StopAnalyticsClusterResponse
668
668
  * @throws OciError when an error occurs
669
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
669
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
670
670
  */
671
671
  stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
672
672
  /**
@@ -678,7 +678,7 @@ export declare class DbSystemClient {
678
678
  * @param StopDbSystemRequest
679
679
  * @return StopDbSystemResponse
680
680
  * @throws OciError when an error occurs
681
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
681
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
682
682
  */
683
683
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
684
684
  /**
@@ -687,7 +687,7 @@ export declare class DbSystemClient {
687
687
  * @param StopHeatWaveClusterRequest
688
688
  * @return StopHeatWaveClusterResponse
689
689
  * @throws OciError when an error occurs
690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
691
691
  */
692
692
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
693
693
  /**
@@ -698,7 +698,7 @@ export declare class DbSystemClient {
698
698
  * @param UpdateAnalyticsClusterRequest
699
699
  * @return UpdateAnalyticsClusterResponse
700
700
  * @throws OciError when an error occurs
701
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
701
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
702
702
  */
703
703
  updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
704
704
  /**
@@ -715,7 +715,7 @@ export declare class DbSystemClient {
715
715
  * @param UpdateDbSystemRequest
716
716
  * @return UpdateDbSystemResponse
717
717
  * @throws OciError when an error occurs
718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
719
719
  */
720
720
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
721
721
  /**
@@ -725,7 +725,7 @@ export declare class DbSystemClient {
725
725
  * @param UpdateHeatWaveClusterRequest
726
726
  * @return UpdateHeatWaveClusterResponse
727
727
  * @throws OciError when an error occurs
728
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
728
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
729
729
  */
730
730
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
731
731
  }
@@ -801,7 +801,7 @@ export declare class MysqlaasClient {
801
801
  * @param CreateConfigurationRequest
802
802
  * @return CreateConfigurationResponse
803
803
  * @throws OciError when an error occurs
804
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
804
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
805
805
  */
806
806
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
807
807
  /**
@@ -812,7 +812,7 @@ export declare class MysqlaasClient {
812
812
  * @param DeleteConfigurationRequest
813
813
  * @return DeleteConfigurationResponse
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.68.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
815
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
816
816
  */
817
817
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
818
818
  /**
@@ -822,7 +822,7 @@ export declare class MysqlaasClient {
822
822
  * @param GetConfigurationRequest
823
823
  * @return GetConfigurationResponse
824
824
  * @throws OciError when an error occurs
825
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
825
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
826
826
  */
827
827
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
828
828
  /**
@@ -839,7 +839,7 @@ export declare class MysqlaasClient {
839
839
  * @param ListConfigurationsRequest
840
840
  * @return ListConfigurationsResponse
841
841
  * @throws OciError when an error occurs
842
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
843
843
  */
844
844
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
845
845
  /**
@@ -884,7 +884,7 @@ export declare class MysqlaasClient {
884
884
  * @param ListShapesRequest
885
885
  * @return ListShapesResponse
886
886
  * @throws OciError when an error occurs
887
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
887
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
888
888
  */
889
889
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
890
890
  /**
@@ -896,7 +896,7 @@ export declare class MysqlaasClient {
896
896
  * @param ListVersionsRequest
897
897
  * @return ListVersionsResponse
898
898
  * @throws OciError when an error occurs
899
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
899
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
900
900
  */
901
901
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
902
902
  /**
@@ -905,7 +905,7 @@ export declare class MysqlaasClient {
905
905
  * @param UpdateConfigurationRequest
906
906
  * @return UpdateConfigurationResponse
907
907
  * @throws OciError when an error occurs
908
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
908
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
909
909
  */
910
910
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
911
911
  }
@@ -981,7 +981,7 @@ export declare class ReplicasClient {
981
981
  * @param CreateReplicaRequest
982
982
  * @return CreateReplicaResponse
983
983
  * @throws OciError when an error occurs
984
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
984
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
985
985
  */
986
986
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
987
987
  /**
@@ -990,7 +990,7 @@ export declare class ReplicasClient {
990
990
  * @param DeleteReplicaRequest
991
991
  * @return DeleteReplicaResponse
992
992
  * @throws OciError when an error occurs
993
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
993
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
994
994
  */
995
995
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
996
996
  /**
@@ -999,7 +999,7 @@ export declare class ReplicasClient {
999
999
  * @param GetReplicaRequest
1000
1000
  * @return GetReplicaResponse
1001
1001
  * @throws OciError when an error occurs
1002
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
1002
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
1003
1003
  */
1004
1004
  getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
1005
1005
  /**
@@ -1008,7 +1008,7 @@ export declare class ReplicasClient {
1008
1008
  * @param ListReplicasRequest
1009
1009
  * @return ListReplicasResponse
1010
1010
  * @throws OciError when an error occurs
1011
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
1011
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
1012
1012
  */
1013
1013
  listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
1014
1014
  /**
@@ -1049,7 +1049,7 @@ export declare class ReplicasClient {
1049
1049
  * @param UpdateReplicaRequest
1050
1050
  * @return UpdateReplicaResponse
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.68.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
1052
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
1053
1053
  */
1054
1054
  updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
1055
1055
  }
@@ -1125,7 +1125,7 @@ export declare class WorkRequestsClient {
1125
1125
  * @param GetWorkRequestRequest
1126
1126
  * @return GetWorkRequestResponse
1127
1127
  * @throws OciError when an error occurs
1128
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1128
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1129
1129
  */
1130
1130
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1131
1131
  /**
@@ -1135,7 +1135,7 @@ export declare class WorkRequestsClient {
1135
1135
  * @param ListWorkRequestErrorsRequest
1136
1136
  * @return ListWorkRequestErrorsResponse
1137
1137
  * @throws OciError when an error occurs
1138
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1138
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1139
1139
  */
1140
1140
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1141
1141
  /**
@@ -1177,7 +1177,7 @@ export declare class WorkRequestsClient {
1177
1177
  * @param ListWorkRequestLogsRequest
1178
1178
  * @return ListWorkRequestLogsResponse
1179
1179
  * @throws OciError when an error occurs
1180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1181
1181
  */
1182
1182
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1183
1183
  /**
@@ -1219,7 +1219,7 @@ export declare class WorkRequestsClient {
1219
1219
  * @param ListWorkRequestsRequest
1220
1220
  * @return ListWorkRequestsResponse
1221
1221
  * @throws OciError when an error occurs
1222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.68.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1223
1223
  */
1224
1224
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1225
1225
  /**