oci-mysql 2.41.0 → 2.42.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 (53) hide show
  1. package/lib/client.d.ts +50 -50
  2. package/lib/client.js +50 -50
  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/delete-analytics-cluster-request.d.ts +1 -1
  11. package/lib/request/delete-backup-request.d.ts +1 -1
  12. package/lib/request/delete-channel-request.d.ts +1 -1
  13. package/lib/request/delete-configuration-request.d.ts +1 -1
  14. package/lib/request/delete-db-system-request.d.ts +1 -1
  15. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  16. package/lib/request/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
  17. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  18. package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
  19. package/lib/request/get-analytics-cluster-request.d.ts +1 -1
  20. package/lib/request/get-backup-request.d.ts +1 -1
  21. package/lib/request/get-channel-request.d.ts +1 -1
  22. package/lib/request/get-configuration-request.d.ts +1 -1
  23. package/lib/request/get-db-system-request.d.ts +1 -1
  24. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  25. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  26. package/lib/request/get-work-request-request.d.ts +1 -1
  27. package/lib/request/list-backups-request.d.ts +1 -1
  28. package/lib/request/list-channels-request.d.ts +1 -1
  29. package/lib/request/list-configurations-request.d.ts +1 -1
  30. package/lib/request/list-db-systems-request.d.ts +1 -1
  31. package/lib/request/list-shapes-request.d.ts +1 -1
  32. package/lib/request/list-versions-request.d.ts +1 -1
  33. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  34. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  35. package/lib/request/list-work-requests-request.d.ts +1 -1
  36. package/lib/request/reset-channel-request.d.ts +1 -1
  37. package/lib/request/restart-analytics-cluster-request.d.ts +1 -1
  38. package/lib/request/restart-db-system-request.d.ts +1 -1
  39. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  40. package/lib/request/resume-channel-request.d.ts +1 -1
  41. package/lib/request/start-analytics-cluster-request.d.ts +1 -1
  42. package/lib/request/start-db-system-request.d.ts +1 -1
  43. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  44. package/lib/request/stop-analytics-cluster-request.d.ts +1 -1
  45. package/lib/request/stop-db-system-request.d.ts +1 -1
  46. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  47. package/lib/request/update-analytics-cluster-request.d.ts +1 -1
  48. package/lib/request/update-backup-request.d.ts +1 -1
  49. package/lib/request/update-channel-request.d.ts +1 -1
  50. package/lib/request/update-configuration-request.d.ts +1 -1
  51. package/lib/request/update-db-system-request.d.ts +1 -1
  52. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  53. package/package.json +3 -3
package/lib/client.d.ts CHANGED
@@ -81,7 +81,7 @@ export declare class ChannelsClient {
81
81
  * @param CreateChannelRequest
82
82
  * @return CreateChannelResponse
83
83
  * @throws OciError when an error occurs
84
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
84
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
85
85
  */
86
86
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
87
87
  /**
@@ -90,7 +90,7 @@ export declare class ChannelsClient {
90
90
  * @param DeleteChannelRequest
91
91
  * @return DeleteChannelResponse
92
92
  * @throws OciError when an error occurs
93
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
93
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
94
94
  */
95
95
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
96
96
  /**
@@ -102,7 +102,7 @@ export declare class ChannelsClient {
102
102
  * @param GetChannelRequest
103
103
  * @return GetChannelResponse
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.41.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
105
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
106
106
  */
107
107
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
108
108
  /**
@@ -111,7 +111,7 @@ export declare class ChannelsClient {
111
111
  * @param ListChannelsRequest
112
112
  * @return ListChannelsResponse
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.41.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
114
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
115
115
  */
116
116
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
117
117
  /**
@@ -154,7 +154,7 @@ export declare class ChannelsClient {
154
154
  * @param ResetChannelRequest
155
155
  * @return ResetChannelResponse
156
156
  * @throws OciError when an error occurs
157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
158
158
  */
159
159
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
160
160
  /**
@@ -166,7 +166,7 @@ export declare class ChannelsClient {
166
166
  * @param ResumeChannelRequest
167
167
  * @return ResumeChannelResponse
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.41.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
170
170
  */
171
171
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
172
172
  /**
@@ -179,7 +179,7 @@ export declare class ChannelsClient {
179
179
  * @param UpdateChannelRequest
180
180
  * @return UpdateChannelResponse
181
181
  * @throws OciError when an error occurs
182
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
182
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
183
183
  */
184
184
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
185
185
  }
@@ -246,7 +246,7 @@ export declare class DbBackupsClient {
246
246
  * @param ChangeBackupCompartmentRequest
247
247
  * @return ChangeBackupCompartmentResponse
248
248
  * @throws OciError when an error occurs
249
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
249
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
250
250
  */
251
251
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
252
252
  /**
@@ -256,7 +256,7 @@ export declare class DbBackupsClient {
256
256
  * @param CreateBackupRequest
257
257
  * @return CreateBackupResponse
258
258
  * @throws OciError when an error occurs
259
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
259
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
260
260
  */
261
261
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
262
262
  /**
@@ -266,7 +266,7 @@ export declare class DbBackupsClient {
266
266
  * @param DeleteBackupRequest
267
267
  * @return DeleteBackupResponse
268
268
  * @throws OciError when an error occurs
269
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
269
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
270
270
  */
271
271
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
272
272
  /**
@@ -275,7 +275,7 @@ export declare class DbBackupsClient {
275
275
  * @param GetBackupRequest
276
276
  * @return GetBackupResponse
277
277
  * @throws OciError when an error occurs
278
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
278
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
279
279
  */
280
280
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
281
281
  /**
@@ -285,7 +285,7 @@ export declare class DbBackupsClient {
285
285
  * @param ListBackupsRequest
286
286
  * @return ListBackupsResponse
287
287
  * @throws OciError when an error occurs
288
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
288
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
289
289
  */
290
290
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
291
291
  /**
@@ -326,7 +326,7 @@ export declare class DbBackupsClient {
326
326
  * @param UpdateBackupRequest
327
327
  * @return UpdateBackupResponse
328
328
  * @throws OciError when an error occurs
329
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
329
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
330
330
  */
331
331
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
332
332
  }
@@ -393,7 +393,7 @@ export declare class DbSystemClient {
393
393
  * @param AddAnalyticsClusterRequest
394
394
  * @return AddAnalyticsClusterResponse
395
395
  * @throws OciError when an error occurs
396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
397
397
  */
398
398
  addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
399
399
  /**
@@ -403,7 +403,7 @@ export declare class DbSystemClient {
403
403
  * @param AddHeatWaveClusterRequest
404
404
  * @return AddHeatWaveClusterResponse
405
405
  * @throws OciError when an error occurs
406
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
406
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
407
407
  */
408
408
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
409
409
  /**
@@ -413,7 +413,7 @@ export declare class DbSystemClient {
413
413
  * @param CreateDbSystemRequest
414
414
  * @return CreateDbSystemResponse
415
415
  * @throws OciError when an error occurs
416
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
416
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
417
417
  */
418
418
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
419
419
  /**
@@ -425,7 +425,7 @@ export declare class DbSystemClient {
425
425
  * @param DeleteAnalyticsClusterRequest
426
426
  * @return DeleteAnalyticsClusterResponse
427
427
  * @throws OciError when an error occurs
428
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
428
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
429
429
  */
430
430
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
431
431
  /**
@@ -436,7 +436,7 @@ export declare class DbSystemClient {
436
436
  * @param DeleteDbSystemRequest
437
437
  * @return DeleteDbSystemResponse
438
438
  * @throws OciError when an error occurs
439
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
439
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
440
440
  */
441
441
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
442
442
  /**
@@ -447,7 +447,7 @@ export declare class DbSystemClient {
447
447
  * @param DeleteHeatWaveClusterRequest
448
448
  * @return DeleteHeatWaveClusterResponse
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.41.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
451
451
  */
452
452
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
453
453
  /**
@@ -458,7 +458,7 @@ export declare class DbSystemClient {
458
458
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
459
459
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
460
460
  * @throws OciError when an error occurs
461
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
461
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
462
462
  */
463
463
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
464
464
  /**
@@ -468,7 +468,7 @@ export declare class DbSystemClient {
468
468
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
469
469
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
470
470
  * @throws OciError when an error occurs
471
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
471
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
472
472
  */
473
473
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
474
474
  /**
@@ -479,7 +479,7 @@ export declare class DbSystemClient {
479
479
  * @param GetAnalyticsClusterRequest
480
480
  * @return GetAnalyticsClusterResponse
481
481
  * @throws OciError when an error occurs
482
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
482
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
483
483
  */
484
484
  getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
485
485
  /**
@@ -491,7 +491,7 @@ export declare class DbSystemClient {
491
491
  * @param GetAnalyticsClusterMemoryEstimateRequest
492
492
  * @return GetAnalyticsClusterMemoryEstimateResponse
493
493
  * @throws OciError when an error occurs
494
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
495
495
  */
496
496
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
497
497
  /**
@@ -500,7 +500,7 @@ export declare class DbSystemClient {
500
500
  * @param GetDbSystemRequest
501
501
  * @return GetDbSystemResponse
502
502
  * @throws OciError when an error occurs
503
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
504
504
  */
505
505
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
506
506
  /**
@@ -509,7 +509,7 @@ export declare class DbSystemClient {
509
509
  * @param GetHeatWaveClusterRequest
510
510
  * @return GetHeatWaveClusterResponse
511
511
  * @throws OciError when an error occurs
512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
513
513
  */
514
514
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
515
515
  /**
@@ -520,7 +520,7 @@ export declare class DbSystemClient {
520
520
  * @param GetHeatWaveClusterMemoryEstimateRequest
521
521
  * @return GetHeatWaveClusterMemoryEstimateResponse
522
522
  * @throws OciError when an error occurs
523
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
523
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
524
524
  */
525
525
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
526
526
  /**
@@ -531,7 +531,7 @@ export declare class DbSystemClient {
531
531
  * @param ListDbSystemsRequest
532
532
  * @return ListDbSystemsResponse
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.41.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
534
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
535
535
  */
536
536
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
537
537
  /**
@@ -574,7 +574,7 @@ export declare class DbSystemClient {
574
574
  * @param RestartAnalyticsClusterRequest
575
575
  * @return RestartAnalyticsClusterResponse
576
576
  * @throws OciError when an error occurs
577
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
578
578
  */
579
579
  restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
580
580
  /**
@@ -583,7 +583,7 @@ export declare class DbSystemClient {
583
583
  * @param RestartDbSystemRequest
584
584
  * @return RestartDbSystemResponse
585
585
  * @throws OciError when an error occurs
586
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
587
587
  */
588
588
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
589
589
  /**
@@ -592,7 +592,7 @@ export declare class DbSystemClient {
592
592
  * @param RestartHeatWaveClusterRequest
593
593
  * @return RestartHeatWaveClusterResponse
594
594
  * @throws OciError when an error occurs
595
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
595
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
596
596
  */
597
597
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
598
598
  /**
@@ -603,7 +603,7 @@ export declare class DbSystemClient {
603
603
  * @param StartAnalyticsClusterRequest
604
604
  * @return StartAnalyticsClusterResponse
605
605
  * @throws OciError when an error occurs
606
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
607
607
  */
608
608
  startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
609
609
  /**
@@ -612,7 +612,7 @@ export declare class DbSystemClient {
612
612
  * @param StartDbSystemRequest
613
613
  * @return StartDbSystemResponse
614
614
  * @throws OciError when an error occurs
615
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
616
616
  */
617
617
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
618
618
  /**
@@ -621,7 +621,7 @@ export declare class DbSystemClient {
621
621
  * @param StartHeatWaveClusterRequest
622
622
  * @return StartHeatWaveClusterResponse
623
623
  * @throws OciError when an error occurs
624
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
624
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
625
625
  */
626
626
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
627
627
  /**
@@ -632,7 +632,7 @@ export declare class DbSystemClient {
632
632
  * @param StopAnalyticsClusterRequest
633
633
  * @return StopAnalyticsClusterResponse
634
634
  * @throws OciError when an error occurs
635
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
635
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
636
636
  */
637
637
  stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
638
638
  /**
@@ -644,7 +644,7 @@ export declare class DbSystemClient {
644
644
  * @param StopDbSystemRequest
645
645
  * @return StopDbSystemResponse
646
646
  * @throws OciError when an error occurs
647
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
648
648
  */
649
649
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
650
650
  /**
@@ -653,7 +653,7 @@ export declare class DbSystemClient {
653
653
  * @param StopHeatWaveClusterRequest
654
654
  * @return StopHeatWaveClusterResponse
655
655
  * @throws OciError when an error occurs
656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
657
657
  */
658
658
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
659
659
  /**
@@ -664,7 +664,7 @@ export declare class DbSystemClient {
664
664
  * @param UpdateAnalyticsClusterRequest
665
665
  * @return UpdateAnalyticsClusterResponse
666
666
  * @throws OciError when an error occurs
667
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
667
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
668
668
  */
669
669
  updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
670
670
  /**
@@ -681,7 +681,7 @@ export declare class DbSystemClient {
681
681
  * @param UpdateDbSystemRequest
682
682
  * @return UpdateDbSystemResponse
683
683
  * @throws OciError when an error occurs
684
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
684
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
685
685
  */
686
686
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
687
687
  /**
@@ -691,7 +691,7 @@ export declare class DbSystemClient {
691
691
  * @param UpdateHeatWaveClusterRequest
692
692
  * @return UpdateHeatWaveClusterResponse
693
693
  * @throws OciError when an error occurs
694
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
694
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
695
695
  */
696
696
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
697
697
  }
@@ -756,7 +756,7 @@ export declare class MysqlaasClient {
756
756
  * @param CreateConfigurationRequest
757
757
  * @return CreateConfigurationResponse
758
758
  * @throws OciError when an error occurs
759
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
759
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
760
760
  */
761
761
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
762
762
  /**
@@ -767,7 +767,7 @@ export declare class MysqlaasClient {
767
767
  * @param DeleteConfigurationRequest
768
768
  * @return DeleteConfigurationResponse
769
769
  * @throws OciError when an error occurs
770
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
770
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
771
771
  */
772
772
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
773
773
  /**
@@ -777,7 +777,7 @@ export declare class MysqlaasClient {
777
777
  * @param GetConfigurationRequest
778
778
  * @return GetConfigurationResponse
779
779
  * @throws OciError when an error occurs
780
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
780
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
781
781
  */
782
782
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
783
783
  /**
@@ -794,7 +794,7 @@ export declare class MysqlaasClient {
794
794
  * @param ListConfigurationsRequest
795
795
  * @return ListConfigurationsResponse
796
796
  * @throws OciError when an error occurs
797
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
797
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
798
798
  */
799
799
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
800
800
  /**
@@ -839,7 +839,7 @@ export declare class MysqlaasClient {
839
839
  * @param ListShapesRequest
840
840
  * @return ListShapesResponse
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.41.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
843
843
  */
844
844
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
845
845
  /**
@@ -851,7 +851,7 @@ export declare class MysqlaasClient {
851
851
  * @param ListVersionsRequest
852
852
  * @return ListVersionsResponse
853
853
  * @throws OciError when an error occurs
854
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
854
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
855
855
  */
856
856
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
857
857
  /**
@@ -860,7 +860,7 @@ export declare class MysqlaasClient {
860
860
  * @param UpdateConfigurationRequest
861
861
  * @return UpdateConfigurationResponse
862
862
  * @throws OciError when an error occurs
863
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
863
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
864
864
  */
865
865
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
866
866
  }
@@ -925,7 +925,7 @@ export declare class WorkRequestsClient {
925
925
  * @param GetWorkRequestRequest
926
926
  * @return GetWorkRequestResponse
927
927
  * @throws OciError when an error occurs
928
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
928
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
929
929
  */
930
930
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
931
931
  /**
@@ -935,7 +935,7 @@ export declare class WorkRequestsClient {
935
935
  * @param ListWorkRequestErrorsRequest
936
936
  * @return ListWorkRequestErrorsResponse
937
937
  * @throws OciError when an error occurs
938
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
938
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
939
939
  */
940
940
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
941
941
  /**
@@ -977,7 +977,7 @@ export declare class WorkRequestsClient {
977
977
  * @param ListWorkRequestLogsRequest
978
978
  * @return ListWorkRequestLogsResponse
979
979
  * @throws OciError when an error occurs
980
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
980
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
981
981
  */
982
982
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
983
983
  /**
@@ -1019,7 +1019,7 @@ export declare class WorkRequestsClient {
1019
1019
  * @param ListWorkRequestsRequest
1020
1020
  * @return ListWorkRequestsResponse
1021
1021
  * @throws OciError when an error occurs
1022
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.41.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1022
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.42.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1023
1023
  */
1024
1024
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1025
1025
  /**