oci-mysql 2.28.0 → 2.29.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.js CHANGED
@@ -162,7 +162,7 @@ class ChannelsClient {
162
162
  * @param CreateChannelRequest
163
163
  * @return CreateChannelResponse
164
164
  * @throws OciError when an error occurs
165
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
165
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
166
166
  */
167
167
  createChannel(createChannelRequest) {
168
168
  return __awaiter(this, void 0, void 0, function* () {
@@ -230,7 +230,7 @@ class ChannelsClient {
230
230
  * @param DeleteChannelRequest
231
231
  * @return DeleteChannelResponse
232
232
  * @throws OciError when an error occurs
233
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
233
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
234
234
  */
235
235
  deleteChannel(deleteChannelRequest) {
236
236
  return __awaiter(this, void 0, void 0, function* () {
@@ -293,7 +293,7 @@ class ChannelsClient {
293
293
  * @param GetChannelRequest
294
294
  * @return GetChannelResponse
295
295
  * @throws OciError when an error occurs
296
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
296
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
297
297
  */
298
298
  getChannel(getChannelRequest) {
299
299
  return __awaiter(this, void 0, void 0, function* () {
@@ -357,7 +357,7 @@ class ChannelsClient {
357
357
  * @param ListChannelsRequest
358
358
  * @return ListChannelsResponse
359
359
  * @throws OciError when an error occurs
360
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
360
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
361
361
  */
362
362
  listChannels(listChannelsRequest) {
363
363
  return __awaiter(this, void 0, void 0, function* () {
@@ -471,7 +471,7 @@ class ChannelsClient {
471
471
  * @param ResetChannelRequest
472
472
  * @return ResetChannelResponse
473
473
  * @throws OciError when an error occurs
474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
475
475
  */
476
476
  resetChannel(resetChannelRequest) {
477
477
  return __awaiter(this, void 0, void 0, function* () {
@@ -535,7 +535,7 @@ class ChannelsClient {
535
535
  * @param ResumeChannelRequest
536
536
  * @return ResumeChannelResponse
537
537
  * @throws OciError when an error occurs
538
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
538
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
539
539
  */
540
540
  resumeChannel(resumeChannelRequest) {
541
541
  return __awaiter(this, void 0, void 0, function* () {
@@ -600,7 +600,7 @@ class ChannelsClient {
600
600
  * @param UpdateChannelRequest
601
601
  * @return UpdateChannelResponse
602
602
  * @throws OciError when an error occurs
603
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
603
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
604
604
  */
605
605
  updateChannel(updateChannelRequest) {
606
606
  return __awaiter(this, void 0, void 0, function* () {
@@ -770,7 +770,7 @@ class DbBackupsClient {
770
770
  * @param ChangeBackupCompartmentRequest
771
771
  * @return ChangeBackupCompartmentResponse
772
772
  * @throws OciError when an error occurs
773
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
773
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
774
774
  */
775
775
  changeBackupCompartment(changeBackupCompartmentRequest) {
776
776
  return __awaiter(this, void 0, void 0, function* () {
@@ -833,7 +833,7 @@ class DbBackupsClient {
833
833
  * @param CreateBackupRequest
834
834
  * @return CreateBackupResponse
835
835
  * @throws OciError when an error occurs
836
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
836
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
837
837
  */
838
838
  createBackup(createBackupRequest) {
839
839
  return __awaiter(this, void 0, void 0, function* () {
@@ -902,7 +902,7 @@ class DbBackupsClient {
902
902
  * @param DeleteBackupRequest
903
903
  * @return DeleteBackupResponse
904
904
  * @throws OciError when an error occurs
905
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
905
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
906
906
  */
907
907
  deleteBackup(deleteBackupRequest) {
908
908
  return __awaiter(this, void 0, void 0, function* () {
@@ -962,7 +962,7 @@ class DbBackupsClient {
962
962
  * @param GetBackupRequest
963
963
  * @return GetBackupResponse
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.28.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
966
966
  */
967
967
  getBackup(getBackupRequest) {
968
968
  return __awaiter(this, void 0, void 0, function* () {
@@ -1027,7 +1027,7 @@ class DbBackupsClient {
1027
1027
  * @param ListBackupsRequest
1028
1028
  * @return ListBackupsResponse
1029
1029
  * @throws OciError when an error occurs
1030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1031
1031
  */
1032
1032
  listBackups(listBackupsRequest) {
1033
1033
  return __awaiter(this, void 0, void 0, function* () {
@@ -1139,7 +1139,7 @@ class DbBackupsClient {
1139
1139
  * @param UpdateBackupRequest
1140
1140
  * @return UpdateBackupResponse
1141
1141
  * @throws OciError when an error occurs
1142
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1142
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1143
1143
  */
1144
1144
  updateBackup(updateBackupRequest) {
1145
1145
  return __awaiter(this, void 0, void 0, function* () {
@@ -1303,7 +1303,7 @@ class DbSystemClient {
1303
1303
  * @param AddAnalyticsClusterRequest
1304
1304
  * @return AddAnalyticsClusterResponse
1305
1305
  * @throws OciError when an error occurs
1306
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1306
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1307
1307
  */
1308
1308
  addAnalyticsCluster(addAnalyticsClusterRequest) {
1309
1309
  return __awaiter(this, void 0, void 0, function* () {
@@ -1375,7 +1375,7 @@ class DbSystemClient {
1375
1375
  * @param AddHeatWaveClusterRequest
1376
1376
  * @return AddHeatWaveClusterResponse
1377
1377
  * @throws OciError when an error occurs
1378
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1378
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1379
1379
  */
1380
1380
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1381
1381
  return __awaiter(this, void 0, void 0, function* () {
@@ -1447,7 +1447,7 @@ class DbSystemClient {
1447
1447
  * @param CreateDbSystemRequest
1448
1448
  * @return CreateDbSystemResponse
1449
1449
  * @throws OciError when an error occurs
1450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1451
1451
  */
1452
1452
  createDbSystem(createDbSystemRequest) {
1453
1453
  return __awaiter(this, void 0, void 0, function* () {
@@ -1523,7 +1523,7 @@ class DbSystemClient {
1523
1523
  * @param DeleteAnalyticsClusterRequest
1524
1524
  * @return DeleteAnalyticsClusterResponse
1525
1525
  * @throws OciError when an error occurs
1526
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1526
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1527
1527
  */
1528
1528
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
1529
1529
  return __awaiter(this, void 0, void 0, function* () {
@@ -1585,7 +1585,7 @@ class DbSystemClient {
1585
1585
  * @param DeleteDbSystemRequest
1586
1586
  * @return DeleteDbSystemResponse
1587
1587
  * @throws OciError when an error occurs
1588
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1588
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1589
1589
  */
1590
1590
  deleteDbSystem(deleteDbSystemRequest) {
1591
1591
  return __awaiter(this, void 0, void 0, function* () {
@@ -1647,7 +1647,7 @@ class DbSystemClient {
1647
1647
  * @param DeleteHeatWaveClusterRequest
1648
1648
  * @return DeleteHeatWaveClusterResponse
1649
1649
  * @throws OciError when an error occurs
1650
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1650
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1651
1651
  */
1652
1652
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1653
1653
  return __awaiter(this, void 0, void 0, function* () {
@@ -1709,7 +1709,7 @@ class DbSystemClient {
1709
1709
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
1710
1710
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
1711
1711
  * @throws OciError when an error occurs
1712
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1712
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1713
1713
  */
1714
1714
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
1715
1715
  return __awaiter(this, void 0, void 0, function* () {
@@ -1774,7 +1774,7 @@ class DbSystemClient {
1774
1774
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1775
1775
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1776
1776
  * @throws OciError when an error occurs
1777
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1777
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1778
1778
  */
1779
1779
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1780
1780
  return __awaiter(this, void 0, void 0, function* () {
@@ -1840,7 +1840,7 @@ class DbSystemClient {
1840
1840
  * @param GetAnalyticsClusterRequest
1841
1841
  * @return GetAnalyticsClusterResponse
1842
1842
  * @throws OciError when an error occurs
1843
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1843
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1844
1844
  */
1845
1845
  getAnalyticsCluster(getAnalyticsClusterRequest) {
1846
1846
  return __awaiter(this, void 0, void 0, function* () {
@@ -1907,7 +1907,7 @@ class DbSystemClient {
1907
1907
  * @param GetAnalyticsClusterMemoryEstimateRequest
1908
1908
  * @return GetAnalyticsClusterMemoryEstimateResponse
1909
1909
  * @throws OciError when an error occurs
1910
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1910
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1911
1911
  */
1912
1912
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
1913
1913
  return __awaiter(this, void 0, void 0, function* () {
@@ -1965,7 +1965,7 @@ class DbSystemClient {
1965
1965
  * @param GetDbSystemRequest
1966
1966
  * @return GetDbSystemResponse
1967
1967
  * @throws OciError when an error occurs
1968
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1968
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1969
1969
  */
1970
1970
  getDbSystem(getDbSystemRequest) {
1971
1971
  return __awaiter(this, void 0, void 0, function* () {
@@ -2029,7 +2029,7 @@ class DbSystemClient {
2029
2029
  * @param GetHeatWaveClusterRequest
2030
2030
  * @return GetHeatWaveClusterResponse
2031
2031
  * @throws OciError when an error occurs
2032
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
2032
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
2033
2033
  */
2034
2034
  getHeatWaveCluster(getHeatWaveClusterRequest) {
2035
2035
  return __awaiter(this, void 0, void 0, function* () {
@@ -2095,7 +2095,7 @@ class DbSystemClient {
2095
2095
  * @param GetHeatWaveClusterMemoryEstimateRequest
2096
2096
  * @return GetHeatWaveClusterMemoryEstimateResponse
2097
2097
  * @throws OciError when an error occurs
2098
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2098
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2099
2099
  */
2100
2100
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
2101
2101
  return __awaiter(this, void 0, void 0, function* () {
@@ -2155,7 +2155,7 @@ class DbSystemClient {
2155
2155
  * @param ListDbSystemsRequest
2156
2156
  * @return ListDbSystemsResponse
2157
2157
  * @throws OciError when an error occurs
2158
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2158
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2159
2159
  */
2160
2160
  listDbSystems(listDbSystemsRequest) {
2161
2161
  return __awaiter(this, void 0, void 0, function* () {
@@ -2271,7 +2271,7 @@ class DbSystemClient {
2271
2271
  * @param RestartAnalyticsClusterRequest
2272
2272
  * @return RestartAnalyticsClusterResponse
2273
2273
  * @throws OciError when an error occurs
2274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2275
2275
  */
2276
2276
  restartAnalyticsCluster(restartAnalyticsClusterRequest) {
2277
2277
  return __awaiter(this, void 0, void 0, function* () {
@@ -2332,7 +2332,7 @@ class DbSystemClient {
2332
2332
  * @param RestartDbSystemRequest
2333
2333
  * @return RestartDbSystemResponse
2334
2334
  * @throws OciError when an error occurs
2335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2336
2336
  */
2337
2337
  restartDbSystem(restartDbSystemRequest) {
2338
2338
  return __awaiter(this, void 0, void 0, function* () {
@@ -2394,7 +2394,7 @@ class DbSystemClient {
2394
2394
  * @param RestartHeatWaveClusterRequest
2395
2395
  * @return RestartHeatWaveClusterResponse
2396
2396
  * @throws OciError when an error occurs
2397
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2397
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2398
2398
  */
2399
2399
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2400
2400
  return __awaiter(this, void 0, void 0, function* () {
@@ -2457,7 +2457,7 @@ class DbSystemClient {
2457
2457
  * @param StartAnalyticsClusterRequest
2458
2458
  * @return StartAnalyticsClusterResponse
2459
2459
  * @throws OciError when an error occurs
2460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2461
2461
  */
2462
2462
  startAnalyticsCluster(startAnalyticsClusterRequest) {
2463
2463
  return __awaiter(this, void 0, void 0, function* () {
@@ -2518,7 +2518,7 @@ class DbSystemClient {
2518
2518
  * @param StartDbSystemRequest
2519
2519
  * @return StartDbSystemResponse
2520
2520
  * @throws OciError when an error occurs
2521
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2521
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2522
2522
  */
2523
2523
  startDbSystem(startDbSystemRequest) {
2524
2524
  return __awaiter(this, void 0, void 0, function* () {
@@ -2579,7 +2579,7 @@ class DbSystemClient {
2579
2579
  * @param StartHeatWaveClusterRequest
2580
2580
  * @return StartHeatWaveClusterResponse
2581
2581
  * @throws OciError when an error occurs
2582
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2582
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2583
2583
  */
2584
2584
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2585
2585
  return __awaiter(this, void 0, void 0, function* () {
@@ -2642,7 +2642,7 @@ class DbSystemClient {
2642
2642
  * @param StopAnalyticsClusterRequest
2643
2643
  * @return StopAnalyticsClusterResponse
2644
2644
  * @throws OciError when an error occurs
2645
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2645
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2646
2646
  */
2647
2647
  stopAnalyticsCluster(stopAnalyticsClusterRequest) {
2648
2648
  return __awaiter(this, void 0, void 0, function* () {
@@ -2706,7 +2706,7 @@ class DbSystemClient {
2706
2706
  * @param StopDbSystemRequest
2707
2707
  * @return StopDbSystemResponse
2708
2708
  * @throws OciError when an error occurs
2709
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2709
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2710
2710
  */
2711
2711
  stopDbSystem(stopDbSystemRequest) {
2712
2712
  return __awaiter(this, void 0, void 0, function* () {
@@ -2768,7 +2768,7 @@ class DbSystemClient {
2768
2768
  * @param StopHeatWaveClusterRequest
2769
2769
  * @return StopHeatWaveClusterResponse
2770
2770
  * @throws OciError when an error occurs
2771
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2771
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2772
2772
  */
2773
2773
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2774
2774
  return __awaiter(this, void 0, void 0, function* () {
@@ -2831,7 +2831,7 @@ class DbSystemClient {
2831
2831
  * @param UpdateAnalyticsClusterRequest
2832
2832
  * @return UpdateAnalyticsClusterResponse
2833
2833
  * @throws OciError when an error occurs
2834
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2834
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2835
2835
  */
2836
2836
  updateAnalyticsCluster(updateAnalyticsClusterRequest) {
2837
2837
  return __awaiter(this, void 0, void 0, function* () {
@@ -2900,7 +2900,7 @@ class DbSystemClient {
2900
2900
  * @param UpdateDbSystemRequest
2901
2901
  * @return UpdateDbSystemResponse
2902
2902
  * @throws OciError when an error occurs
2903
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2903
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2904
2904
  */
2905
2905
  updateDbSystem(updateDbSystemRequest) {
2906
2906
  return __awaiter(this, void 0, void 0, function* () {
@@ -2962,7 +2962,7 @@ class DbSystemClient {
2962
2962
  * @param UpdateHeatWaveClusterRequest
2963
2963
  * @return UpdateHeatWaveClusterResponse
2964
2964
  * @throws OciError when an error occurs
2965
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2965
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2966
2966
  */
2967
2967
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2968
2968
  return __awaiter(this, void 0, void 0, function* () {
@@ -3129,7 +3129,7 @@ class MysqlaasClient {
3129
3129
  * @param CreateConfigurationRequest
3130
3130
  * @return CreateConfigurationResponse
3131
3131
  * @throws OciError when an error occurs
3132
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3132
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3133
3133
  */
3134
3134
  createConfiguration(createConfigurationRequest) {
3135
3135
  return __awaiter(this, void 0, void 0, function* () {
@@ -3204,7 +3204,7 @@ class MysqlaasClient {
3204
3204
  * @param DeleteConfigurationRequest
3205
3205
  * @return DeleteConfigurationResponse
3206
3206
  * @throws OciError when an error occurs
3207
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3207
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3208
3208
  */
3209
3209
  deleteConfiguration(deleteConfigurationRequest) {
3210
3210
  return __awaiter(this, void 0, void 0, function* () {
@@ -3260,7 +3260,7 @@ class MysqlaasClient {
3260
3260
  * @param GetConfigurationRequest
3261
3261
  * @return GetConfigurationResponse
3262
3262
  * @throws OciError when an error occurs
3263
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3263
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3264
3264
  */
3265
3265
  getConfiguration(getConfigurationRequest) {
3266
3266
  return __awaiter(this, void 0, void 0, function* () {
@@ -3332,7 +3332,7 @@ class MysqlaasClient {
3332
3332
  * @param ListConfigurationsRequest
3333
3333
  * @return ListConfigurationsResponse
3334
3334
  * @throws OciError when an error occurs
3335
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3335
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3336
3336
  */
3337
3337
  listConfigurations(listConfigurationsRequest) {
3338
3338
  return __awaiter(this, void 0, void 0, function* () {
@@ -3448,7 +3448,7 @@ class MysqlaasClient {
3448
3448
  * @param ListShapesRequest
3449
3449
  * @return ListShapesResponse
3450
3450
  * @throws OciError when an error occurs
3451
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3451
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3452
3452
  */
3453
3453
  listShapes(listShapesRequest) {
3454
3454
  return __awaiter(this, void 0, void 0, function* () {
@@ -3512,7 +3512,7 @@ class MysqlaasClient {
3512
3512
  * @param ListVersionsRequest
3513
3513
  * @return ListVersionsResponse
3514
3514
  * @throws OciError when an error occurs
3515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3516
3516
  */
3517
3517
  listVersions(listVersionsRequest) {
3518
3518
  return __awaiter(this, void 0, void 0, function* () {
@@ -3570,7 +3570,7 @@ class MysqlaasClient {
3570
3570
  * @param UpdateConfigurationRequest
3571
3571
  * @return UpdateConfigurationResponse
3572
3572
  * @throws OciError when an error occurs
3573
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3573
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3574
3574
  */
3575
3575
  updateConfiguration(updateConfigurationRequest) {
3576
3576
  return __awaiter(this, void 0, void 0, function* () {
@@ -3741,7 +3741,7 @@ class WorkRequestsClient {
3741
3741
  * @param GetWorkRequestRequest
3742
3742
  * @return GetWorkRequestResponse
3743
3743
  * @throws OciError when an error occurs
3744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3745
3745
  */
3746
3746
  getWorkRequest(getWorkRequestRequest) {
3747
3747
  return __awaiter(this, void 0, void 0, function* () {
@@ -3811,7 +3811,7 @@ class WorkRequestsClient {
3811
3811
  * @param ListWorkRequestErrorsRequest
3812
3812
  * @return ListWorkRequestErrorsResponse
3813
3813
  * @throws OciError when an error occurs
3814
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3814
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3815
3815
  */
3816
3816
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3817
3817
  return __awaiter(this, void 0, void 0, function* () {
@@ -3918,7 +3918,7 @@ class WorkRequestsClient {
3918
3918
  * @param ListWorkRequestLogsRequest
3919
3919
  * @return ListWorkRequestLogsResponse
3920
3920
  * @throws OciError when an error occurs
3921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3922
3922
  */
3923
3923
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3924
3924
  return __awaiter(this, void 0, void 0, function* () {
@@ -4025,7 +4025,7 @@ class WorkRequestsClient {
4025
4025
  * @param ListWorkRequestsRequest
4026
4026
  * @return ListWorkRequestsResponse
4027
4027
  * @throws OciError when an error occurs
4028
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4028
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4029
4029
  */
4030
4030
  listWorkRequests(listWorkRequestsRequest) {
4031
4031
  return __awaiter(this, void 0, void 0, function* () {
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
17
17
  */
18
18
  export interface AddAnalyticsClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
17
17
  */
18
18
  export interface AddHeatWaveClusterRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
17
17
  */
18
18
  export interface ChangeBackupCompartmentRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
17
17
  */
18
18
  export interface CreateBackupRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
17
17
  */
18
18
  export interface CreateChannelRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
17
17
  */
18
18
  export interface CreateConfigurationRequest extends common.BaseRequest {
19
19
  /**
@@ -13,7 +13,7 @@
13
13
  import * as model from "../model";
14
14
  import common = require("oci-common");
15
15
  /**
16
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
17
17
  */
18
18
  export interface CreateDbSystemRequest extends common.BaseRequest {
19
19
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
16
16
  */
17
17
  export interface DeleteAnalyticsClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
16
16
  */
17
17
  export interface DeleteBackupRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
16
16
  */
17
17
  export interface DeleteChannelRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
16
16
  */
17
17
  export interface DeleteConfigurationRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
16
16
  */
17
17
  export interface DeleteDbSystemRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
16
16
  */
17
17
  export interface DeleteHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
16
16
  */
17
17
  export interface GenerateAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
16
16
  */
17
17
  export interface GenerateHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
16
16
  */
17
17
  export interface GetAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {
18
18
  /**
@@ -12,7 +12,7 @@
12
12
  */
13
13
  import common = require("oci-common");
14
14
  /**
15
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.29.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
16
16
  */
17
17
  export interface GetAnalyticsClusterRequest extends common.BaseRequest {
18
18
  /**