oci-mysql 2.6.1 → 2.7.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
@@ -78,7 +78,7 @@ export declare class ChannelsClient {
78
78
  * @param CreateChannelRequest
79
79
  * @return CreateChannelResponse
80
80
  * @throws OciError when an error occurs
81
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
81
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
82
82
  */
83
83
  createChannel(createChannelRequest: requests.CreateChannelRequest): Promise<responses.CreateChannelResponse>;
84
84
  /**
@@ -87,7 +87,7 @@ export declare class ChannelsClient {
87
87
  * @param DeleteChannelRequest
88
88
  * @return DeleteChannelResponse
89
89
  * @throws OciError when an error occurs
90
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
90
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
91
91
  */
92
92
  deleteChannel(deleteChannelRequest: requests.DeleteChannelRequest): Promise<responses.DeleteChannelResponse>;
93
93
  /**
@@ -99,7 +99,7 @@ export declare class ChannelsClient {
99
99
  * @param GetChannelRequest
100
100
  * @return GetChannelResponse
101
101
  * @throws OciError when an error occurs
102
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
102
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
103
103
  */
104
104
  getChannel(getChannelRequest: requests.GetChannelRequest): Promise<responses.GetChannelResponse>;
105
105
  /**
@@ -108,7 +108,7 @@ export declare class ChannelsClient {
108
108
  * @param ListChannelsRequest
109
109
  * @return ListChannelsResponse
110
110
  * @throws OciError when an error occurs
111
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
111
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
112
112
  */
113
113
  listChannels(listChannelsRequest: requests.ListChannelsRequest): Promise<responses.ListChannelsResponse>;
114
114
  /**
@@ -151,7 +151,7 @@ export declare class ChannelsClient {
151
151
  * @param ResetChannelRequest
152
152
  * @return ResetChannelResponse
153
153
  * @throws OciError when an error occurs
154
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
154
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
155
155
  */
156
156
  resetChannel(resetChannelRequest: requests.ResetChannelRequest): Promise<responses.ResetChannelResponse>;
157
157
  /**
@@ -163,7 +163,7 @@ export declare class ChannelsClient {
163
163
  * @param ResumeChannelRequest
164
164
  * @return ResumeChannelResponse
165
165
  * @throws OciError when an error occurs
166
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
166
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
167
167
  */
168
168
  resumeChannel(resumeChannelRequest: requests.ResumeChannelRequest): Promise<responses.ResumeChannelResponse>;
169
169
  /**
@@ -176,7 +176,7 @@ export declare class ChannelsClient {
176
176
  * @param UpdateChannelRequest
177
177
  * @return UpdateChannelResponse
178
178
  * @throws OciError when an error occurs
179
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
179
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
180
180
  */
181
181
  updateChannel(updateChannelRequest: requests.UpdateChannelRequest): Promise<responses.UpdateChannelResponse>;
182
182
  }
@@ -240,7 +240,7 @@ export declare class DbBackupsClient {
240
240
  * @param ChangeBackupCompartmentRequest
241
241
  * @return ChangeBackupCompartmentResponse
242
242
  * @throws OciError when an error occurs
243
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
243
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
244
244
  */
245
245
  changeBackupCompartment(changeBackupCompartmentRequest: requests.ChangeBackupCompartmentRequest): Promise<responses.ChangeBackupCompartmentResponse>;
246
246
  /**
@@ -250,7 +250,7 @@ export declare class DbBackupsClient {
250
250
  * @param CreateBackupRequest
251
251
  * @return CreateBackupResponse
252
252
  * @throws OciError when an error occurs
253
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
253
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
254
254
  */
255
255
  createBackup(createBackupRequest: requests.CreateBackupRequest): Promise<responses.CreateBackupResponse>;
256
256
  /**
@@ -260,7 +260,7 @@ export declare class DbBackupsClient {
260
260
  * @param DeleteBackupRequest
261
261
  * @return DeleteBackupResponse
262
262
  * @throws OciError when an error occurs
263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
264
264
  */
265
265
  deleteBackup(deleteBackupRequest: requests.DeleteBackupRequest): Promise<responses.DeleteBackupResponse>;
266
266
  /**
@@ -269,7 +269,7 @@ export declare class DbBackupsClient {
269
269
  * @param GetBackupRequest
270
270
  * @return GetBackupResponse
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.6.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
272
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
273
273
  */
274
274
  getBackup(getBackupRequest: requests.GetBackupRequest): Promise<responses.GetBackupResponse>;
275
275
  /**
@@ -279,7 +279,7 @@ export declare class DbBackupsClient {
279
279
  * @param ListBackupsRequest
280
280
  * @return ListBackupsResponse
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.6.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
282
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
283
283
  */
284
284
  listBackups(listBackupsRequest: requests.ListBackupsRequest): Promise<responses.ListBackupsResponse>;
285
285
  /**
@@ -320,7 +320,7 @@ export declare class DbBackupsClient {
320
320
  * @param UpdateBackupRequest
321
321
  * @return UpdateBackupResponse
322
322
  * @throws OciError when an error occurs
323
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
323
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
324
324
  */
325
325
  updateBackup(updateBackupRequest: requests.UpdateBackupRequest): Promise<responses.UpdateBackupResponse>;
326
326
  }
@@ -384,7 +384,7 @@ export declare class DbSystemClient {
384
384
  * @param AddAnalyticsClusterRequest
385
385
  * @return AddAnalyticsClusterResponse
386
386
  * @throws OciError when an error occurs
387
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
387
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
388
388
  */
389
389
  addAnalyticsCluster(addAnalyticsClusterRequest: requests.AddAnalyticsClusterRequest): Promise<responses.AddAnalyticsClusterResponse>;
390
390
  /**
@@ -394,7 +394,7 @@ export declare class DbSystemClient {
394
394
  * @param AddHeatWaveClusterRequest
395
395
  * @return AddHeatWaveClusterResponse
396
396
  * @throws OciError when an error occurs
397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
398
398
  */
399
399
  addHeatWaveCluster(addHeatWaveClusterRequest: requests.AddHeatWaveClusterRequest): Promise<responses.AddHeatWaveClusterResponse>;
400
400
  /**
@@ -404,7 +404,7 @@ export declare class DbSystemClient {
404
404
  * @param CreateDbSystemRequest
405
405
  * @return CreateDbSystemResponse
406
406
  * @throws OciError when an error occurs
407
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
407
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
408
408
  */
409
409
  createDbSystem(createDbSystemRequest: requests.CreateDbSystemRequest): Promise<responses.CreateDbSystemResponse>;
410
410
  /**
@@ -416,7 +416,7 @@ export declare class DbSystemClient {
416
416
  * @param DeleteAnalyticsClusterRequest
417
417
  * @return DeleteAnalyticsClusterResponse
418
418
  * @throws OciError when an error occurs
419
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
419
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
420
420
  */
421
421
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest: requests.DeleteAnalyticsClusterRequest): Promise<responses.DeleteAnalyticsClusterResponse>;
422
422
  /**
@@ -427,7 +427,7 @@ export declare class DbSystemClient {
427
427
  * @param DeleteDbSystemRequest
428
428
  * @return DeleteDbSystemResponse
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.6.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
430
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
431
431
  */
432
432
  deleteDbSystem(deleteDbSystemRequest: requests.DeleteDbSystemRequest): Promise<responses.DeleteDbSystemResponse>;
433
433
  /**
@@ -438,7 +438,7 @@ export declare class DbSystemClient {
438
438
  * @param DeleteHeatWaveClusterRequest
439
439
  * @return DeleteHeatWaveClusterResponse
440
440
  * @throws OciError when an error occurs
441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
442
442
  */
443
443
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest: requests.DeleteHeatWaveClusterRequest): Promise<responses.DeleteHeatWaveClusterResponse>;
444
444
  /**
@@ -449,7 +449,7 @@ export declare class DbSystemClient {
449
449
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
450
450
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
451
451
  * @throws OciError when an error occurs
452
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
452
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
453
453
  */
454
454
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest: requests.GenerateAnalyticsClusterMemoryEstimateRequest): Promise<responses.GenerateAnalyticsClusterMemoryEstimateResponse>;
455
455
  /**
@@ -459,7 +459,7 @@ export declare class DbSystemClient {
459
459
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
460
460
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
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.6.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
462
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
463
463
  */
464
464
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest: requests.GenerateHeatWaveClusterMemoryEstimateRequest): Promise<responses.GenerateHeatWaveClusterMemoryEstimateResponse>;
465
465
  /**
@@ -470,7 +470,7 @@ export declare class DbSystemClient {
470
470
  * @param GetAnalyticsClusterRequest
471
471
  * @return GetAnalyticsClusterResponse
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.6.1/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
473
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
474
474
  */
475
475
  getAnalyticsCluster(getAnalyticsClusterRequest: requests.GetAnalyticsClusterRequest): Promise<responses.GetAnalyticsClusterResponse>;
476
476
  /**
@@ -482,7 +482,7 @@ export declare class DbSystemClient {
482
482
  * @param GetAnalyticsClusterMemoryEstimateRequest
483
483
  * @return GetAnalyticsClusterMemoryEstimateResponse
484
484
  * @throws OciError when an error occurs
485
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
485
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
486
486
  */
487
487
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest: requests.GetAnalyticsClusterMemoryEstimateRequest): Promise<responses.GetAnalyticsClusterMemoryEstimateResponse>;
488
488
  /**
@@ -491,7 +491,7 @@ export declare class DbSystemClient {
491
491
  * @param GetDbSystemRequest
492
492
  * @return GetDbSystemResponse
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.6.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
494
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
495
495
  */
496
496
  getDbSystem(getDbSystemRequest: requests.GetDbSystemRequest): Promise<responses.GetDbSystemResponse>;
497
497
  /**
@@ -500,7 +500,7 @@ export declare class DbSystemClient {
500
500
  * @param GetHeatWaveClusterRequest
501
501
  * @return GetHeatWaveClusterResponse
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.6.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
503
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
504
504
  */
505
505
  getHeatWaveCluster(getHeatWaveClusterRequest: requests.GetHeatWaveClusterRequest): Promise<responses.GetHeatWaveClusterResponse>;
506
506
  /**
@@ -511,7 +511,7 @@ export declare class DbSystemClient {
511
511
  * @param GetHeatWaveClusterMemoryEstimateRequest
512
512
  * @return GetHeatWaveClusterMemoryEstimateResponse
513
513
  * @throws OciError when an error occurs
514
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
514
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
515
515
  */
516
516
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest: requests.GetHeatWaveClusterMemoryEstimateRequest): Promise<responses.GetHeatWaveClusterMemoryEstimateResponse>;
517
517
  /**
@@ -522,7 +522,7 @@ export declare class DbSystemClient {
522
522
  * @param ListDbSystemsRequest
523
523
  * @return ListDbSystemsResponse
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.6.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
525
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
526
526
  */
527
527
  listDbSystems(listDbSystemsRequest: requests.ListDbSystemsRequest): Promise<responses.ListDbSystemsResponse>;
528
528
  /**
@@ -565,7 +565,7 @@ export declare class DbSystemClient {
565
565
  * @param RestartAnalyticsClusterRequest
566
566
  * @return RestartAnalyticsClusterResponse
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.6.1/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
568
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
569
569
  */
570
570
  restartAnalyticsCluster(restartAnalyticsClusterRequest: requests.RestartAnalyticsClusterRequest): Promise<responses.RestartAnalyticsClusterResponse>;
571
571
  /**
@@ -574,7 +574,7 @@ export declare class DbSystemClient {
574
574
  * @param RestartDbSystemRequest
575
575
  * @return RestartDbSystemResponse
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.6.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
577
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
578
578
  */
579
579
  restartDbSystem(restartDbSystemRequest: requests.RestartDbSystemRequest): Promise<responses.RestartDbSystemResponse>;
580
580
  /**
@@ -583,7 +583,7 @@ export declare class DbSystemClient {
583
583
  * @param RestartHeatWaveClusterRequest
584
584
  * @return RestartHeatWaveClusterResponse
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.6.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
586
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
587
587
  */
588
588
  restartHeatWaveCluster(restartHeatWaveClusterRequest: requests.RestartHeatWaveClusterRequest): Promise<responses.RestartHeatWaveClusterResponse>;
589
589
  /**
@@ -594,7 +594,7 @@ export declare class DbSystemClient {
594
594
  * @param StartAnalyticsClusterRequest
595
595
  * @return StartAnalyticsClusterResponse
596
596
  * @throws OciError when an error occurs
597
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
597
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
598
598
  */
599
599
  startAnalyticsCluster(startAnalyticsClusterRequest: requests.StartAnalyticsClusterRequest): Promise<responses.StartAnalyticsClusterResponse>;
600
600
  /**
@@ -603,7 +603,7 @@ export declare class DbSystemClient {
603
603
  * @param StartDbSystemRequest
604
604
  * @return StartDbSystemResponse
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.6.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
606
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
607
607
  */
608
608
  startDbSystem(startDbSystemRequest: requests.StartDbSystemRequest): Promise<responses.StartDbSystemResponse>;
609
609
  /**
@@ -612,7 +612,7 @@ export declare class DbSystemClient {
612
612
  * @param StartHeatWaveClusterRequest
613
613
  * @return StartHeatWaveClusterResponse
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.6.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
615
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
616
616
  */
617
617
  startHeatWaveCluster(startHeatWaveClusterRequest: requests.StartHeatWaveClusterRequest): Promise<responses.StartHeatWaveClusterResponse>;
618
618
  /**
@@ -623,7 +623,7 @@ export declare class DbSystemClient {
623
623
  * @param StopAnalyticsClusterRequest
624
624
  * @return StopAnalyticsClusterResponse
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.6.1/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
626
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
627
627
  */
628
628
  stopAnalyticsCluster(stopAnalyticsClusterRequest: requests.StopAnalyticsClusterRequest): Promise<responses.StopAnalyticsClusterResponse>;
629
629
  /**
@@ -635,7 +635,7 @@ export declare class DbSystemClient {
635
635
  * @param StopDbSystemRequest
636
636
  * @return StopDbSystemResponse
637
637
  * @throws OciError when an error occurs
638
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
638
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
639
639
  */
640
640
  stopDbSystem(stopDbSystemRequest: requests.StopDbSystemRequest): Promise<responses.StopDbSystemResponse>;
641
641
  /**
@@ -644,7 +644,7 @@ export declare class DbSystemClient {
644
644
  * @param StopHeatWaveClusterRequest
645
645
  * @return StopHeatWaveClusterResponse
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.6.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
647
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
648
648
  */
649
649
  stopHeatWaveCluster(stopHeatWaveClusterRequest: requests.StopHeatWaveClusterRequest): Promise<responses.StopHeatWaveClusterResponse>;
650
650
  /**
@@ -655,7 +655,7 @@ export declare class DbSystemClient {
655
655
  * @param UpdateAnalyticsClusterRequest
656
656
  * @return UpdateAnalyticsClusterResponse
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.6.1/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
658
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
659
659
  */
660
660
  updateAnalyticsCluster(updateAnalyticsClusterRequest: requests.UpdateAnalyticsClusterRequest): Promise<responses.UpdateAnalyticsClusterResponse>;
661
661
  /**
@@ -672,7 +672,7 @@ export declare class DbSystemClient {
672
672
  * @param UpdateDbSystemRequest
673
673
  * @return UpdateDbSystemResponse
674
674
  * @throws OciError when an error occurs
675
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
675
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
676
676
  */
677
677
  updateDbSystem(updateDbSystemRequest: requests.UpdateDbSystemRequest): Promise<responses.UpdateDbSystemResponse>;
678
678
  /**
@@ -682,7 +682,7 @@ export declare class DbSystemClient {
682
682
  * @param UpdateHeatWaveClusterRequest
683
683
  * @return UpdateHeatWaveClusterResponse
684
684
  * @throws OciError when an error occurs
685
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
685
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
686
686
  */
687
687
  updateHeatWaveCluster(updateHeatWaveClusterRequest: requests.UpdateHeatWaveClusterRequest): Promise<responses.UpdateHeatWaveClusterResponse>;
688
688
  }
@@ -744,7 +744,7 @@ export declare class MysqlaasClient {
744
744
  * @param CreateConfigurationRequest
745
745
  * @return CreateConfigurationResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
748
748
  */
749
749
  createConfiguration(createConfigurationRequest: requests.CreateConfigurationRequest): Promise<responses.CreateConfigurationResponse>;
750
750
  /**
@@ -755,7 +755,7 @@ export declare class MysqlaasClient {
755
755
  * @param DeleteConfigurationRequest
756
756
  * @return DeleteConfigurationResponse
757
757
  * @throws OciError when an error occurs
758
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
758
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
759
759
  */
760
760
  deleteConfiguration(deleteConfigurationRequest: requests.DeleteConfigurationRequest): Promise<responses.DeleteConfigurationResponse>;
761
761
  /**
@@ -765,7 +765,7 @@ export declare class MysqlaasClient {
765
765
  * @param GetConfigurationRequest
766
766
  * @return GetConfigurationResponse
767
767
  * @throws OciError when an error occurs
768
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
768
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
769
769
  */
770
770
  getConfiguration(getConfigurationRequest: requests.GetConfigurationRequest): Promise<responses.GetConfigurationResponse>;
771
771
  /**
@@ -782,7 +782,7 @@ export declare class MysqlaasClient {
782
782
  * @param ListConfigurationsRequest
783
783
  * @return ListConfigurationsResponse
784
784
  * @throws OciError when an error occurs
785
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
785
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
786
786
  */
787
787
  listConfigurations(listConfigurationsRequest: requests.ListConfigurationsRequest): Promise<responses.ListConfigurationsResponse>;
788
788
  /**
@@ -827,7 +827,7 @@ export declare class MysqlaasClient {
827
827
  * @param ListShapesRequest
828
828
  * @return ListShapesResponse
829
829
  * @throws OciError when an error occurs
830
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
830
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
831
831
  */
832
832
  listShapes(listShapesRequest: requests.ListShapesRequest): Promise<responses.ListShapesResponse>;
833
833
  /**
@@ -839,7 +839,7 @@ export declare class MysqlaasClient {
839
839
  * @param ListVersionsRequest
840
840
  * @return ListVersionsResponse
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.6.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
842
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
843
843
  */
844
844
  listVersions(listVersionsRequest: requests.ListVersionsRequest): Promise<responses.ListVersionsResponse>;
845
845
  /**
@@ -848,7 +848,7 @@ export declare class MysqlaasClient {
848
848
  * @param UpdateConfigurationRequest
849
849
  * @return UpdateConfigurationResponse
850
850
  * @throws OciError when an error occurs
851
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
851
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
852
852
  */
853
853
  updateConfiguration(updateConfigurationRequest: requests.UpdateConfigurationRequest): Promise<responses.UpdateConfigurationResponse>;
854
854
  }
@@ -910,7 +910,7 @@ export declare class WorkRequestsClient {
910
910
  * @param GetWorkRequestRequest
911
911
  * @return GetWorkRequestResponse
912
912
  * @throws OciError when an error occurs
913
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
913
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
914
914
  */
915
915
  getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
916
916
  /**
@@ -920,7 +920,7 @@ export declare class WorkRequestsClient {
920
920
  * @param ListWorkRequestErrorsRequest
921
921
  * @return ListWorkRequestErrorsResponse
922
922
  * @throws OciError when an error occurs
923
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
923
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
924
924
  */
925
925
  listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
926
926
  /**
@@ -962,7 +962,7 @@ export declare class WorkRequestsClient {
962
962
  * @param ListWorkRequestLogsRequest
963
963
  * @return ListWorkRequestLogsResponse
964
964
  * @throws OciError when an error occurs
965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
966
966
  */
967
967
  listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
968
968
  /**
@@ -1004,7 +1004,7 @@ export declare class WorkRequestsClient {
1004
1004
  * @param ListWorkRequestsRequest
1005
1005
  * @return ListWorkRequestsResponse
1006
1006
  * @throws OciError when an error occurs
1007
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1007
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.7.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
1008
1008
  */
1009
1009
  listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
1010
1010
  /**