oci-mysql 2.71.0 → 2.72.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 (49) hide show
  1. package/lib/client.d.ts +46 -46
  2. package/lib/client.js +46 -46
  3. package/lib/request/add-heat-wave-cluster-request.d.ts +1 -1
  4. package/lib/request/change-backup-compartment-request.d.ts +1 -1
  5. package/lib/request/create-backup-request.d.ts +1 -1
  6. package/lib/request/create-channel-request.d.ts +1 -1
  7. package/lib/request/create-configuration-request.d.ts +1 -1
  8. package/lib/request/create-db-system-request.d.ts +1 -1
  9. package/lib/request/create-replica-request.d.ts +1 -1
  10. package/lib/request/delete-backup-request.d.ts +1 -1
  11. package/lib/request/delete-channel-request.d.ts +1 -1
  12. package/lib/request/delete-configuration-request.d.ts +1 -1
  13. package/lib/request/delete-db-system-request.d.ts +1 -1
  14. package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
  15. package/lib/request/delete-replica-request.d.ts +1 -1
  16. package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  17. package/lib/request/get-backup-request.d.ts +1 -1
  18. package/lib/request/get-channel-request.d.ts +1 -1
  19. package/lib/request/get-configuration-request.d.ts +1 -1
  20. package/lib/request/get-db-system-request.d.ts +1 -1
  21. package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
  22. package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
  23. package/lib/request/get-replica-request.d.ts +1 -1
  24. package/lib/request/get-work-request-request.d.ts +1 -1
  25. package/lib/request/list-backups-request.d.ts +1 -1
  26. package/lib/request/list-channels-request.d.ts +1 -1
  27. package/lib/request/list-configurations-request.d.ts +1 -1
  28. package/lib/request/list-db-systems-request.d.ts +1 -1
  29. package/lib/request/list-replicas-request.d.ts +1 -1
  30. package/lib/request/list-shapes-request.d.ts +1 -1
  31. package/lib/request/list-versions-request.d.ts +1 -1
  32. package/lib/request/list-work-request-errors-request.d.ts +1 -1
  33. package/lib/request/list-work-request-logs-request.d.ts +1 -1
  34. package/lib/request/list-work-requests-request.d.ts +1 -1
  35. package/lib/request/reset-channel-request.d.ts +1 -1
  36. package/lib/request/restart-db-system-request.d.ts +1 -1
  37. package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
  38. package/lib/request/resume-channel-request.d.ts +1 -1
  39. package/lib/request/start-db-system-request.d.ts +1 -1
  40. package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
  41. package/lib/request/stop-db-system-request.d.ts +1 -1
  42. package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
  43. package/lib/request/update-backup-request.d.ts +1 -1
  44. package/lib/request/update-channel-request.d.ts +1 -1
  45. package/lib/request/update-configuration-request.d.ts +1 -1
  46. package/lib/request/update-db-system-request.d.ts +1 -1
  47. package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
  48. package/lib/request/update-replica-request.d.ts +1 -1
  49. package/package.json +3 -3
package/lib/client.js CHANGED
@@ -190,7 +190,7 @@ class ChannelsClient {
190
190
  * @param CreateChannelRequest
191
191
  * @return CreateChannelResponse
192
192
  * @throws OciError when an error occurs
193
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
193
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
194
194
  */
195
195
  createChannel(createChannelRequest) {
196
196
  return __awaiter(this, void 0, void 0, function* () {
@@ -258,7 +258,7 @@ class ChannelsClient {
258
258
  * @param DeleteChannelRequest
259
259
  * @return DeleteChannelResponse
260
260
  * @throws OciError when an error occurs
261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
262
262
  */
263
263
  deleteChannel(deleteChannelRequest) {
264
264
  return __awaiter(this, void 0, void 0, function* () {
@@ -321,7 +321,7 @@ class ChannelsClient {
321
321
  * @param GetChannelRequest
322
322
  * @return GetChannelResponse
323
323
  * @throws OciError when an error occurs
324
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
324
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
325
325
  */
326
326
  getChannel(getChannelRequest) {
327
327
  return __awaiter(this, void 0, void 0, function* () {
@@ -385,7 +385,7 @@ class ChannelsClient {
385
385
  * @param ListChannelsRequest
386
386
  * @return ListChannelsResponse
387
387
  * @throws OciError when an error occurs
388
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
388
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
389
389
  */
390
390
  listChannels(listChannelsRequest) {
391
391
  return __awaiter(this, void 0, void 0, function* () {
@@ -499,7 +499,7 @@ class ChannelsClient {
499
499
  * @param ResetChannelRequest
500
500
  * @return ResetChannelResponse
501
501
  * @throws OciError when an error occurs
502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
503
503
  */
504
504
  resetChannel(resetChannelRequest) {
505
505
  return __awaiter(this, void 0, void 0, function* () {
@@ -563,7 +563,7 @@ class ChannelsClient {
563
563
  * @param ResumeChannelRequest
564
564
  * @return ResumeChannelResponse
565
565
  * @throws OciError when an error occurs
566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
567
567
  */
568
568
  resumeChannel(resumeChannelRequest) {
569
569
  return __awaiter(this, void 0, void 0, function* () {
@@ -628,7 +628,7 @@ class ChannelsClient {
628
628
  * @param UpdateChannelRequest
629
629
  * @return UpdateChannelResponse
630
630
  * @throws OciError when an error occurs
631
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
631
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
632
632
  */
633
633
  updateChannel(updateChannelRequest) {
634
634
  return __awaiter(this, void 0, void 0, function* () {
@@ -825,7 +825,7 @@ class DbBackupsClient {
825
825
  * @param ChangeBackupCompartmentRequest
826
826
  * @return ChangeBackupCompartmentResponse
827
827
  * @throws OciError when an error occurs
828
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
828
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
829
829
  */
830
830
  changeBackupCompartment(changeBackupCompartmentRequest) {
831
831
  return __awaiter(this, void 0, void 0, function* () {
@@ -888,7 +888,7 @@ class DbBackupsClient {
888
888
  * @param CreateBackupRequest
889
889
  * @return CreateBackupResponse
890
890
  * @throws OciError when an error occurs
891
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
891
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
892
892
  */
893
893
  createBackup(createBackupRequest) {
894
894
  return __awaiter(this, void 0, void 0, function* () {
@@ -957,7 +957,7 @@ class DbBackupsClient {
957
957
  * @param DeleteBackupRequest
958
958
  * @return DeleteBackupResponse
959
959
  * @throws OciError when an error occurs
960
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
960
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
961
961
  */
962
962
  deleteBackup(deleteBackupRequest) {
963
963
  return __awaiter(this, void 0, void 0, function* () {
@@ -1017,7 +1017,7 @@ class DbBackupsClient {
1017
1017
  * @param GetBackupRequest
1018
1018
  * @return GetBackupResponse
1019
1019
  * @throws OciError when an error occurs
1020
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1020
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1021
1021
  */
1022
1022
  getBackup(getBackupRequest) {
1023
1023
  return __awaiter(this, void 0, void 0, function* () {
@@ -1082,7 +1082,7 @@ class DbBackupsClient {
1082
1082
  * @param ListBackupsRequest
1083
1083
  * @return ListBackupsResponse
1084
1084
  * @throws OciError when an error occurs
1085
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1085
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1086
1086
  */
1087
1087
  listBackups(listBackupsRequest) {
1088
1088
  return __awaiter(this, void 0, void 0, function* () {
@@ -1194,7 +1194,7 @@ class DbBackupsClient {
1194
1194
  * @param UpdateBackupRequest
1195
1195
  * @return UpdateBackupResponse
1196
1196
  * @throws OciError when an error occurs
1197
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1197
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1198
1198
  */
1199
1199
  updateBackup(updateBackupRequest) {
1200
1200
  return __awaiter(this, void 0, void 0, function* () {
@@ -1393,7 +1393,7 @@ class DbSystemClient {
1393
1393
  * @param AddHeatWaveClusterRequest
1394
1394
  * @return AddHeatWaveClusterResponse
1395
1395
  * @throws OciError when an error occurs
1396
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1396
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1397
1397
  */
1398
1398
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1399
1399
  return __awaiter(this, void 0, void 0, function* () {
@@ -1465,7 +1465,7 @@ class DbSystemClient {
1465
1465
  * @param CreateDbSystemRequest
1466
1466
  * @return CreateDbSystemResponse
1467
1467
  * @throws OciError when an error occurs
1468
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1468
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1469
1469
  */
1470
1470
  createDbSystem(createDbSystemRequest) {
1471
1471
  return __awaiter(this, void 0, void 0, function* () {
@@ -1540,7 +1540,7 @@ class DbSystemClient {
1540
1540
  * @param DeleteDbSystemRequest
1541
1541
  * @return DeleteDbSystemResponse
1542
1542
  * @throws OciError when an error occurs
1543
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1543
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1544
1544
  */
1545
1545
  deleteDbSystem(deleteDbSystemRequest) {
1546
1546
  return __awaiter(this, void 0, void 0, function* () {
@@ -1602,7 +1602,7 @@ class DbSystemClient {
1602
1602
  * @param DeleteHeatWaveClusterRequest
1603
1603
  * @return DeleteHeatWaveClusterResponse
1604
1604
  * @throws OciError when an error occurs
1605
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1605
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1606
1606
  */
1607
1607
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1608
1608
  return __awaiter(this, void 0, void 0, function* () {
@@ -1663,7 +1663,7 @@ class DbSystemClient {
1663
1663
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1664
1664
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1665
1665
  * @throws OciError when an error occurs
1666
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1666
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1667
1667
  */
1668
1668
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1669
1669
  return __awaiter(this, void 0, void 0, function* () {
@@ -1727,7 +1727,7 @@ class DbSystemClient {
1727
1727
  * @param GetDbSystemRequest
1728
1728
  * @return GetDbSystemResponse
1729
1729
  * @throws OciError when an error occurs
1730
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1730
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1731
1731
  */
1732
1732
  getDbSystem(getDbSystemRequest) {
1733
1733
  return __awaiter(this, void 0, void 0, function* () {
@@ -1791,7 +1791,7 @@ class DbSystemClient {
1791
1791
  * @param GetHeatWaveClusterRequest
1792
1792
  * @return GetHeatWaveClusterResponse
1793
1793
  * @throws OciError when an error occurs
1794
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1794
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1795
1795
  */
1796
1796
  getHeatWaveCluster(getHeatWaveClusterRequest) {
1797
1797
  return __awaiter(this, void 0, void 0, function* () {
@@ -1857,7 +1857,7 @@ class DbSystemClient {
1857
1857
  * @param GetHeatWaveClusterMemoryEstimateRequest
1858
1858
  * @return GetHeatWaveClusterMemoryEstimateResponse
1859
1859
  * @throws OciError when an error occurs
1860
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1860
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1861
1861
  */
1862
1862
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
1863
1863
  return __awaiter(this, void 0, void 0, function* () {
@@ -1917,7 +1917,7 @@ class DbSystemClient {
1917
1917
  * @param ListDbSystemsRequest
1918
1918
  * @return ListDbSystemsResponse
1919
1919
  * @throws OciError when an error occurs
1920
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1920
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1921
1921
  */
1922
1922
  listDbSystems(listDbSystemsRequest) {
1923
1923
  return __awaiter(this, void 0, void 0, function* () {
@@ -2030,7 +2030,7 @@ class DbSystemClient {
2030
2030
  * @param RestartDbSystemRequest
2031
2031
  * @return RestartDbSystemResponse
2032
2032
  * @throws OciError when an error occurs
2033
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2033
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2034
2034
  */
2035
2035
  restartDbSystem(restartDbSystemRequest) {
2036
2036
  return __awaiter(this, void 0, void 0, function* () {
@@ -2092,7 +2092,7 @@ class DbSystemClient {
2092
2092
  * @param RestartHeatWaveClusterRequest
2093
2093
  * @return RestartHeatWaveClusterResponse
2094
2094
  * @throws OciError when an error occurs
2095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2096
2096
  */
2097
2097
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2098
2098
  return __awaiter(this, void 0, void 0, function* () {
@@ -2153,7 +2153,7 @@ class DbSystemClient {
2153
2153
  * @param StartDbSystemRequest
2154
2154
  * @return StartDbSystemResponse
2155
2155
  * @throws OciError when an error occurs
2156
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2156
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2157
2157
  */
2158
2158
  startDbSystem(startDbSystemRequest) {
2159
2159
  return __awaiter(this, void 0, void 0, function* () {
@@ -2214,7 +2214,7 @@ class DbSystemClient {
2214
2214
  * @param StartHeatWaveClusterRequest
2215
2215
  * @return StartHeatWaveClusterResponse
2216
2216
  * @throws OciError when an error occurs
2217
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2217
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2218
2218
  */
2219
2219
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2220
2220
  return __awaiter(this, void 0, void 0, function* () {
@@ -2278,7 +2278,7 @@ class DbSystemClient {
2278
2278
  * @param StopDbSystemRequest
2279
2279
  * @return StopDbSystemResponse
2280
2280
  * @throws OciError when an error occurs
2281
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2281
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2282
2282
  */
2283
2283
  stopDbSystem(stopDbSystemRequest) {
2284
2284
  return __awaiter(this, void 0, void 0, function* () {
@@ -2340,7 +2340,7 @@ class DbSystemClient {
2340
2340
  * @param StopHeatWaveClusterRequest
2341
2341
  * @return StopHeatWaveClusterResponse
2342
2342
  * @throws OciError when an error occurs
2343
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2343
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2344
2344
  */
2345
2345
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2346
2346
  return __awaiter(this, void 0, void 0, function* () {
@@ -2409,7 +2409,7 @@ class DbSystemClient {
2409
2409
  * @param UpdateDbSystemRequest
2410
2410
  * @return UpdateDbSystemResponse
2411
2411
  * @throws OciError when an error occurs
2412
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2412
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2413
2413
  */
2414
2414
  updateDbSystem(updateDbSystemRequest) {
2415
2415
  return __awaiter(this, void 0, void 0, function* () {
@@ -2471,7 +2471,7 @@ class DbSystemClient {
2471
2471
  * @param UpdateHeatWaveClusterRequest
2472
2472
  * @return UpdateHeatWaveClusterResponse
2473
2473
  * @throws OciError when an error occurs
2474
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2474
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2475
2475
  */
2476
2476
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2477
2477
  return __awaiter(this, void 0, void 0, function* () {
@@ -2665,7 +2665,7 @@ class MysqlaasClient {
2665
2665
  * @param CreateConfigurationRequest
2666
2666
  * @return CreateConfigurationResponse
2667
2667
  * @throws OciError when an error occurs
2668
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2668
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2669
2669
  */
2670
2670
  createConfiguration(createConfigurationRequest) {
2671
2671
  return __awaiter(this, void 0, void 0, function* () {
@@ -2740,7 +2740,7 @@ class MysqlaasClient {
2740
2740
  * @param DeleteConfigurationRequest
2741
2741
  * @return DeleteConfigurationResponse
2742
2742
  * @throws OciError when an error occurs
2743
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2743
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2744
2744
  */
2745
2745
  deleteConfiguration(deleteConfigurationRequest) {
2746
2746
  return __awaiter(this, void 0, void 0, function* () {
@@ -2796,7 +2796,7 @@ class MysqlaasClient {
2796
2796
  * @param GetConfigurationRequest
2797
2797
  * @return GetConfigurationResponse
2798
2798
  * @throws OciError when an error occurs
2799
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2799
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2800
2800
  */
2801
2801
  getConfiguration(getConfigurationRequest) {
2802
2802
  return __awaiter(this, void 0, void 0, function* () {
@@ -2868,7 +2868,7 @@ class MysqlaasClient {
2868
2868
  * @param ListConfigurationsRequest
2869
2869
  * @return ListConfigurationsResponse
2870
2870
  * @throws OciError when an error occurs
2871
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2872
2872
  */
2873
2873
  listConfigurations(listConfigurationsRequest) {
2874
2874
  return __awaiter(this, void 0, void 0, function* () {
@@ -2984,7 +2984,7 @@ class MysqlaasClient {
2984
2984
  * @param ListShapesRequest
2985
2985
  * @return ListShapesResponse
2986
2986
  * @throws OciError when an error occurs
2987
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
2987
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
2988
2988
  */
2989
2989
  listShapes(listShapesRequest) {
2990
2990
  return __awaiter(this, void 0, void 0, function* () {
@@ -3048,7 +3048,7 @@ class MysqlaasClient {
3048
3048
  * @param ListVersionsRequest
3049
3049
  * @return ListVersionsResponse
3050
3050
  * @throws OciError when an error occurs
3051
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3051
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3052
3052
  */
3053
3053
  listVersions(listVersionsRequest) {
3054
3054
  return __awaiter(this, void 0, void 0, function* () {
@@ -3106,7 +3106,7 @@ class MysqlaasClient {
3106
3106
  * @param UpdateConfigurationRequest
3107
3107
  * @return UpdateConfigurationResponse
3108
3108
  * @throws OciError when an error occurs
3109
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3109
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3110
3110
  */
3111
3111
  updateConfiguration(updateConfigurationRequest) {
3112
3112
  return __awaiter(this, void 0, void 0, function* () {
@@ -3304,7 +3304,7 @@ class ReplicasClient {
3304
3304
  * @param CreateReplicaRequest
3305
3305
  * @return CreateReplicaResponse
3306
3306
  * @throws OciError when an error occurs
3307
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3307
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3308
3308
  */
3309
3309
  createReplica(createReplicaRequest) {
3310
3310
  return __awaiter(this, void 0, void 0, function* () {
@@ -3377,7 +3377,7 @@ class ReplicasClient {
3377
3377
  * @param DeleteReplicaRequest
3378
3378
  * @return DeleteReplicaResponse
3379
3379
  * @throws OciError when an error occurs
3380
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3380
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3381
3381
  */
3382
3382
  deleteReplica(deleteReplicaRequest) {
3383
3383
  return __awaiter(this, void 0, void 0, function* () {
@@ -3437,7 +3437,7 @@ class ReplicasClient {
3437
3437
  * @param GetReplicaRequest
3438
3438
  * @return GetReplicaResponse
3439
3439
  * @throws OciError when an error occurs
3440
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3440
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3441
3441
  */
3442
3442
  getReplica(getReplicaRequest) {
3443
3443
  return __awaiter(this, void 0, void 0, function* () {
@@ -3501,7 +3501,7 @@ class ReplicasClient {
3501
3501
  * @param ListReplicasRequest
3502
3502
  * @return ListReplicasResponse
3503
3503
  * @throws OciError when an error occurs
3504
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3504
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3505
3505
  */
3506
3506
  listReplicas(listReplicasRequest) {
3507
3507
  return __awaiter(this, void 0, void 0, function* () {
@@ -3614,7 +3614,7 @@ class ReplicasClient {
3614
3614
  * @param UpdateReplicaRequest
3615
3615
  * @return UpdateReplicaResponse
3616
3616
  * @throws OciError when an error occurs
3617
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3617
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3618
3618
  */
3619
3619
  updateReplica(updateReplicaRequest) {
3620
3620
  return __awaiter(this, void 0, void 0, function* () {
@@ -3808,7 +3808,7 @@ class WorkRequestsClient {
3808
3808
  * @param GetWorkRequestRequest
3809
3809
  * @return GetWorkRequestResponse
3810
3810
  * @throws OciError when an error occurs
3811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3812
3812
  */
3813
3813
  getWorkRequest(getWorkRequestRequest) {
3814
3814
  return __awaiter(this, void 0, void 0, function* () {
@@ -3878,7 +3878,7 @@ class WorkRequestsClient {
3878
3878
  * @param ListWorkRequestErrorsRequest
3879
3879
  * @return ListWorkRequestErrorsResponse
3880
3880
  * @throws OciError when an error occurs
3881
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3881
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3882
3882
  */
3883
3883
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3884
3884
  return __awaiter(this, void 0, void 0, function* () {
@@ -3985,7 +3985,7 @@ class WorkRequestsClient {
3985
3985
  * @param ListWorkRequestLogsRequest
3986
3986
  * @return ListWorkRequestLogsResponse
3987
3987
  * @throws OciError when an error occurs
3988
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3988
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3989
3989
  */
3990
3990
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3991
3991
  return __awaiter(this, void 0, void 0, function* () {
@@ -4092,7 +4092,7 @@ class WorkRequestsClient {
4092
4092
  * @param ListWorkRequestsRequest
4093
4093
  * @return ListWorkRequestsResponse
4094
4094
  * @throws OciError when an error occurs
4095
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.71.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4095
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4096
4096
  */
4097
4097
  listWorkRequests(listWorkRequestsRequest) {
4098
4098
  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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
17
17
  */
18
18
  export interface CreateDbSystemRequest 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.71.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
16
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplicaRequest.
17
17
  */
18
18
  export interface CreateReplicaRequest 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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.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.72.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.71.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplicaRequest.
16
16
  */
17
17
  export interface DeleteReplicaRequest 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.71.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.72.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.71.0/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetBackup.ts.html |here} to see how to use GetBackupRequest.
16
16
  */
17
17
  export interface GetBackupRequest 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.71.0/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetChannel.ts.html |here} to see how to use GetChannelRequest.
16
16
  */
17
17
  export interface GetChannelRequest 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.71.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfigurationRequest.
16
16
  */
17
17
  export interface GetConfigurationRequest 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.71.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
16
16
  */
17
17
  export interface GetDbSystemRequest 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.71.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimateRequest.
16
16
  */
17
17
  export interface GetHeatWaveClusterMemoryEstimateRequest 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.71.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
15
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
16
16
  */
17
17
  export interface GetHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**