oci-mysql 2.65.0 → 2.66.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 (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
@@ -92,7 +92,7 @@ export declare class ChannelsClient {
92
92
  * @param CreateChannelRequest
93
93
  * @return CreateChannelResponse
94
94
  * @throws OciError when an error occurs
95
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
95
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
96
96
  */
97
97
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
98
98
  /**
@@ -101,7 +101,7 @@ export declare class ChannelsClient {
101
101
  * @param DeleteChannelRequest
102
102
  * @return DeleteChannelResponse
103
103
  * @throws OciError when an error occurs
104
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
104
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
105
105
  */
106
106
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
107
107
  /**
@@ -113,7 +113,7 @@ export declare class ChannelsClient {
113
113
  * @param GetChannelRequest
114
114
  * @return GetChannelResponse
115
115
  * @throws OciError when an error occurs
116
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
116
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
117
117
  */
118
118
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
119
119
  /**
@@ -122,7 +122,7 @@ export declare class ChannelsClient {
122
122
  * @param ListChannelsRequest
123
123
  * @return ListChannelsResponse
124
124
  * @throws OciError when an error occurs
125
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
125
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
126
126
  */
127
127
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
128
128
  /**
@@ -165,7 +165,7 @@ export declare class ChannelsClient {
165
165
  * @param ResetChannelRequest
166
166
  * @return ResetChannelResponse
167
167
  * @throws OciError when an error occurs
168
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
168
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
169
169
  */
170
170
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
171
171
  /**
@@ -177,7 +177,7 @@ export declare class ChannelsClient {
177
177
  * @param ResumeChannelRequest
178
178
  * @return ResumeChannelResponse
179
179
  * @throws OciError when an error occurs
180
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
180
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
181
181
  */
182
182
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
183
183
  /**
@@ -190,7 +190,7 @@ export declare class ChannelsClient {
190
190
  * @param UpdateChannelRequest
191
191
  * @return UpdateChannelResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
194
194
  */
195
195
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
196
196
  }
@@ -267,7 +267,7 @@ export declare class DbBackupsClient {
267
267
  * @param ChangeBackupCompartmentRequest
268
268
  * @return ChangeBackupCompartmentResponse
269
269
  * @throws OciError when an error occurs
270
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
270
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
271
271
  */
272
272
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
273
273
  /**
@@ -277,7 +277,7 @@ export declare class DbBackupsClient {
277
277
  * @param CreateBackupRequest
278
278
  * @return CreateBackupResponse
279
279
  * @throws OciError when an error occurs
280
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
280
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
281
281
  */
282
282
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
283
283
  /**
@@ -287,7 +287,7 @@ export declare class DbBackupsClient {
287
287
  * @param DeleteBackupRequest
288
288
  * @return DeleteBackupResponse
289
289
  * @throws OciError when an error occurs
290
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
290
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
291
291
  */
292
292
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
293
293
  /**
@@ -296,7 +296,7 @@ export declare class DbBackupsClient {
296
296
  * @param GetBackupRequest
297
297
  * @return GetBackupResponse
298
298
  * @throws OciError when an error occurs
299
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
299
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
300
300
  */
301
301
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
302
302
  /**
@@ -306,7 +306,7 @@ export declare class DbBackupsClient {
306
306
  * @param ListBackupsRequest
307
307
  * @return ListBackupsResponse
308
308
  * @throws OciError when an error occurs
309
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
309
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
310
310
  */
311
311
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
312
312
  /**
@@ -347,7 +347,7 @@ export declare class DbBackupsClient {
347
347
  * @param UpdateBackupRequest
348
348
  * @return UpdateBackupResponse
349
349
  * @throws OciError when an error occurs
350
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
350
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
351
351
  */
352
352
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
353
353
  }
@@ -424,7 +424,7 @@ export declare class DbSystemClient {
424
424
  * @param AddAnalyticsClusterRequest
425
425
  * @return AddAnalyticsClusterResponse
426
426
  * @throws OciError when an error occurs
427
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
427
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
428
428
  */
429
429
  addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
430
430
  /**
@@ -434,7 +434,7 @@ export declare class DbSystemClient {
434
434
  * @param AddHeatWaveClusterRequest
435
435
  * @return AddHeatWaveClusterResponse
436
436
  * @throws OciError when an error occurs
437
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
437
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
438
438
  */
439
439
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
440
440
  /**
@@ -444,7 +444,7 @@ export declare class DbSystemClient {
444
444
  * @param CreateDbSystemRequest
445
445
  * @return CreateDbSystemResponse
446
446
  * @throws OciError when an error occurs
447
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
447
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
448
448
  */
449
449
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
450
450
  /**
@@ -456,7 +456,7 @@ export declare class DbSystemClient {
456
456
  * @param DeleteAnalyticsClusterRequest
457
457
  * @return DeleteAnalyticsClusterResponse
458
458
  * @throws OciError when an error occurs
459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
460
460
  */
461
461
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
462
462
  /**
@@ -467,7 +467,7 @@ export declare class DbSystemClient {
467
467
  * @param DeleteDbSystemRequest
468
468
  * @return DeleteDbSystemResponse
469
469
  * @throws OciError when an error occurs
470
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
470
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
471
471
  */
472
472
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
473
473
  /**
@@ -478,7 +478,7 @@ export declare class DbSystemClient {
478
478
  * @param DeleteHeatWaveClusterRequest
479
479
  * @return DeleteHeatWaveClusterResponse
480
480
  * @throws OciError when an error occurs
481
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
481
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
482
482
  */
483
483
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
484
484
  /**
@@ -489,7 +489,7 @@ export declare class DbSystemClient {
489
489
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
490
490
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
491
491
  * @throws OciError when an error occurs
492
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
492
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
493
493
  */
494
494
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
495
495
  /**
@@ -499,7 +499,7 @@ export declare class DbSystemClient {
499
499
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
500
500
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
503
503
  */
504
504
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
505
505
  /**
@@ -510,7 +510,7 @@ export declare class DbSystemClient {
510
510
  * @param GetAnalyticsClusterRequest
511
511
  * @return GetAnalyticsClusterResponse
512
512
  * @throws OciError when an error occurs
513
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
513
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
514
514
  */
515
515
  getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
516
516
  /**
@@ -522,7 +522,7 @@ export declare class DbSystemClient {
522
522
  * @param GetAnalyticsClusterMemoryEstimateRequest
523
523
  * @return GetAnalyticsClusterMemoryEstimateResponse
524
524
  * @throws OciError when an error occurs
525
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
526
526
  */
527
527
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
528
528
  /**
@@ -531,7 +531,7 @@ export declare class DbSystemClient {
531
531
  * @param GetDbSystemRequest
532
532
  * @return GetDbSystemResponse
533
533
  * @throws OciError when an error occurs
534
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
535
535
  */
536
536
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
537
537
  /**
@@ -540,7 +540,7 @@ export declare class DbSystemClient {
540
540
  * @param GetHeatWaveClusterRequest
541
541
  * @return GetHeatWaveClusterResponse
542
542
  * @throws OciError when an error occurs
543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
544
544
  */
545
545
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
546
546
  /**
@@ -551,7 +551,7 @@ export declare class DbSystemClient {
551
551
  * @param GetHeatWaveClusterMemoryEstimateRequest
552
552
  * @return GetHeatWaveClusterMemoryEstimateResponse
553
553
  * @throws OciError when an error occurs
554
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
554
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
555
555
  */
556
556
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
557
557
  /**
@@ -562,7 +562,7 @@ export declare class DbSystemClient {
562
562
  * @param ListDbSystemsRequest
563
563
  * @return ListDbSystemsResponse
564
564
  * @throws OciError when an error occurs
565
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
565
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
566
566
  */
567
567
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
568
568
  /**
@@ -605,7 +605,7 @@ export declare class DbSystemClient {
605
605
  * @param RestartAnalyticsClusterRequest
606
606
  * @return RestartAnalyticsClusterResponse
607
607
  * @throws OciError when an error occurs
608
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
608
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
609
609
  */
610
610
  restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
611
611
  /**
@@ -614,7 +614,7 @@ export declare class DbSystemClient {
614
614
  * @param RestartDbSystemRequest
615
615
  * @return RestartDbSystemResponse
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.65.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
618
618
  */
619
619
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
620
620
  /**
@@ -623,7 +623,7 @@ export declare class DbSystemClient {
623
623
  * @param RestartHeatWaveClusterRequest
624
624
  * @return RestartHeatWaveClusterResponse
625
625
  * @throws OciError when an error occurs
626
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
627
627
  */
628
628
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
629
629
  /**
@@ -634,7 +634,7 @@ export declare class DbSystemClient {
634
634
  * @param StartAnalyticsClusterRequest
635
635
  * @return StartAnalyticsClusterResponse
636
636
  * @throws OciError when an error occurs
637
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
637
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
638
638
  */
639
639
  startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
640
640
  /**
@@ -643,7 +643,7 @@ export declare class DbSystemClient {
643
643
  * @param StartDbSystemRequest
644
644
  * @return StartDbSystemResponse
645
645
  * @throws OciError when an error occurs
646
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
646
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
647
647
  */
648
648
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
649
649
  /**
@@ -652,7 +652,7 @@ export declare class DbSystemClient {
652
652
  * @param StartHeatWaveClusterRequest
653
653
  * @return StartHeatWaveClusterResponse
654
654
  * @throws OciError when an error occurs
655
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
655
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
656
656
  */
657
657
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
658
658
  /**
@@ -663,7 +663,7 @@ export declare class DbSystemClient {
663
663
  * @param StopAnalyticsClusterRequest
664
664
  * @return StopAnalyticsClusterResponse
665
665
  * @throws OciError when an error occurs
666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
667
667
  */
668
668
  stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
669
669
  /**
@@ -675,7 +675,7 @@ export declare class DbSystemClient {
675
675
  * @param StopDbSystemRequest
676
676
  * @return StopDbSystemResponse
677
677
  * @throws OciError when an error occurs
678
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
678
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
679
679
  */
680
680
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
681
681
  /**
@@ -684,7 +684,7 @@ export declare class DbSystemClient {
684
684
  * @param StopHeatWaveClusterRequest
685
685
  * @return StopHeatWaveClusterResponse
686
686
  * @throws OciError when an error occurs
687
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
687
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
688
688
  */
689
689
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
690
690
  /**
@@ -695,7 +695,7 @@ export declare class DbSystemClient {
695
695
  * @param UpdateAnalyticsClusterRequest
696
696
  * @return UpdateAnalyticsClusterResponse
697
697
  * @throws OciError when an error occurs
698
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
698
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
699
699
  */
700
700
  updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
701
701
  /**
@@ -712,7 +712,7 @@ export declare class DbSystemClient {
712
712
  * @param UpdateDbSystemRequest
713
713
  * @return UpdateDbSystemResponse
714
714
  * @throws OciError when an error occurs
715
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
715
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
716
716
  */
717
717
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
718
718
  /**
@@ -722,7 +722,7 @@ export declare class DbSystemClient {
722
722
  * @param UpdateHeatWaveClusterRequest
723
723
  * @return UpdateHeatWaveClusterResponse
724
724
  * @throws OciError when an error occurs
725
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
725
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
726
726
  */
727
727
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
728
728
  }
@@ -797,7 +797,7 @@ export declare class MysqlaasClient {
797
797
  * @param CreateConfigurationRequest
798
798
  * @return CreateConfigurationResponse
799
799
  * @throws OciError when an error occurs
800
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
800
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
801
801
  */
802
802
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
803
803
  /**
@@ -808,7 +808,7 @@ export declare class MysqlaasClient {
808
808
  * @param DeleteConfigurationRequest
809
809
  * @return DeleteConfigurationResponse
810
810
  * @throws OciError when an error occurs
811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
812
812
  */
813
813
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
814
814
  /**
@@ -818,7 +818,7 @@ export declare class MysqlaasClient {
818
818
  * @param GetConfigurationRequest
819
819
  * @return GetConfigurationResponse
820
820
  * @throws OciError when an error occurs
821
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
821
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
822
822
  */
823
823
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
824
824
  /**
@@ -835,7 +835,7 @@ export declare class MysqlaasClient {
835
835
  * @param ListConfigurationsRequest
836
836
  * @return ListConfigurationsResponse
837
837
  * @throws OciError when an error occurs
838
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
838
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
839
839
  */
840
840
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
841
841
  /**
@@ -880,7 +880,7 @@ export declare class MysqlaasClient {
880
880
  * @param ListShapesRequest
881
881
  * @return ListShapesResponse
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.65.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
883
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
884
884
  */
885
885
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
886
886
  /**
@@ -892,7 +892,7 @@ export declare class MysqlaasClient {
892
892
  * @param ListVersionsRequest
893
893
  * @return ListVersionsResponse
894
894
  * @throws OciError when an error occurs
895
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
895
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
896
896
  */
897
897
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
898
898
  /**
@@ -901,7 +901,7 @@ export declare class MysqlaasClient {
901
901
  * @param UpdateConfigurationRequest
902
902
  * @return UpdateConfigurationResponse
903
903
  * @throws OciError when an error occurs
904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
905
905
  */
906
906
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
907
907
  }
@@ -976,7 +976,7 @@ export declare class ReplicasClient {
976
976
  * @param CreateReplicaRequest
977
977
  * @return CreateReplicaResponse
978
978
  * @throws OciError when an error occurs
979
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
979
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
980
980
  */
981
981
  createReplica(createReplicaRequest: requests.CreateReplicaRequest): Promise<responses.CreateReplicaResponse>;
982
982
  /**
@@ -985,7 +985,7 @@ export declare class ReplicasClient {
985
985
  * @param DeleteReplicaRequest
986
986
  * @return DeleteReplicaResponse
987
987
  * @throws OciError when an error occurs
988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
989
989
  */
990
990
  deleteReplica(deleteReplicaRequest: requests.DeleteReplicaRequest): Promise<responses.DeleteReplicaResponse>;
991
991
  /**
@@ -994,7 +994,7 @@ export declare class ReplicasClient {
994
994
  * @param GetReplicaRequest
995
995
  * @return GetReplicaResponse
996
996
  * @throws OciError when an error occurs
997
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
997
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
998
998
  */
999
999
  getReplica(getReplicaRequest: requests.GetReplicaRequest): Promise<responses.GetReplicaResponse>;
1000
1000
  /**
@@ -1003,7 +1003,7 @@ export declare class ReplicasClient {
1003
1003
  * @param ListReplicasRequest
1004
1004
  * @return ListReplicasResponse
1005
1005
  * @throws OciError when an error occurs
1006
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
1006
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
1007
1007
  */
1008
1008
  listReplicas(listReplicasRequest: requests.ListReplicasRequest): Promise<responses.ListReplicasResponse>;
1009
1009
  /**
@@ -1044,7 +1044,7 @@ export declare class ReplicasClient {
1044
1044
  * @param UpdateReplicaRequest
1045
1045
  * @return UpdateReplicaResponse
1046
1046
  * @throws OciError when an error occurs
1047
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
1047
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
1048
1048
  */
1049
1049
  updateReplica(updateReplicaRequest: requests.UpdateReplicaRequest): Promise<responses.UpdateReplicaResponse>;
1050
1050
  }
@@ -1119,7 +1119,7 @@ export declare class WorkRequestsClient {
1119
1119
  * @param GetWorkRequestRequest
1120
1120
  * @return GetWorkRequestResponse
1121
1121
  * @throws OciError when an error occurs
1122
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1122
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
1123
1123
  */
1124
1124
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
1125
1125
  /**
@@ -1129,7 +1129,7 @@ export declare class WorkRequestsClient {
1129
1129
  * @param ListWorkRequestErrorsRequest
1130
1130
  * @return ListWorkRequestErrorsResponse
1131
1131
  * @throws OciError when an error occurs
1132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
1133
1133
  */
1134
1134
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
1135
1135
  /**
@@ -1171,7 +1171,7 @@ export declare class WorkRequestsClient {
1171
1171
  * @param ListWorkRequestLogsRequest
1172
1172
  * @return ListWorkRequestLogsResponse
1173
1173
  * @throws OciError when an error occurs
1174
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1174
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
1175
1175
  */
1176
1176
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
1177
1177
  /**
@@ -1213,7 +1213,7 @@ export declare class WorkRequestsClient {
1213
1213
  * @param ListWorkRequestsRequest
1214
1214
  * @return ListWorkRequestsResponse
1215
1215
  * @throws OciError when an error occurs
1216
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.65.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1216
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.66.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1217
1217
  */
1218
1218
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1219
1219
  /**