oci-mysql 2.20.0 → 2.21.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
@@ -156,7 +156,7 @@ class ChannelsClient {
156
156
  * @param CreateChannelRequest
157
157
  * @return CreateChannelResponse
158
158
  * @throws OciError when an error occurs
159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
160
160
  */
161
161
  createChannel(createChannelRequest) {
162
162
  return __awaiter(this, void 0, void 0, function* () {
@@ -222,7 +222,7 @@ class ChannelsClient {
222
222
  * @param DeleteChannelRequest
223
223
  * @return DeleteChannelResponse
224
224
  * @throws OciError when an error occurs
225
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
225
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
226
226
  */
227
227
  deleteChannel(deleteChannelRequest) {
228
228
  return __awaiter(this, void 0, void 0, function* () {
@@ -283,7 +283,7 @@ class ChannelsClient {
283
283
  * @param GetChannelRequest
284
284
  * @return GetChannelResponse
285
285
  * @throws OciError when an error occurs
286
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
286
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
287
287
  */
288
288
  getChannel(getChannelRequest) {
289
289
  return __awaiter(this, void 0, void 0, function* () {
@@ -345,7 +345,7 @@ class ChannelsClient {
345
345
  * @param ListChannelsRequest
346
346
  * @return ListChannelsResponse
347
347
  * @throws OciError when an error occurs
348
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
348
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
349
349
  */
350
350
  listChannels(listChannelsRequest) {
351
351
  return __awaiter(this, void 0, void 0, function* () {
@@ -457,7 +457,7 @@ class ChannelsClient {
457
457
  * @param ResetChannelRequest
458
458
  * @return ResetChannelResponse
459
459
  * @throws OciError when an error occurs
460
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
460
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
461
461
  */
462
462
  resetChannel(resetChannelRequest) {
463
463
  return __awaiter(this, void 0, void 0, function* () {
@@ -519,7 +519,7 @@ class ChannelsClient {
519
519
  * @param ResumeChannelRequest
520
520
  * @return ResumeChannelResponse
521
521
  * @throws OciError when an error occurs
522
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
522
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
523
523
  */
524
524
  resumeChannel(resumeChannelRequest) {
525
525
  return __awaiter(this, void 0, void 0, function* () {
@@ -582,7 +582,7 @@ class ChannelsClient {
582
582
  * @param UpdateChannelRequest
583
583
  * @return UpdateChannelResponse
584
584
  * @throws OciError when an error occurs
585
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
585
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
586
586
  */
587
587
  updateChannel(updateChannelRequest) {
588
588
  return __awaiter(this, void 0, void 0, function* () {
@@ -744,7 +744,7 @@ class DbBackupsClient {
744
744
  * @param ChangeBackupCompartmentRequest
745
745
  * @return ChangeBackupCompartmentResponse
746
746
  * @throws OciError when an error occurs
747
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
747
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
748
748
  */
749
749
  changeBackupCompartment(changeBackupCompartmentRequest) {
750
750
  return __awaiter(this, void 0, void 0, function* () {
@@ -805,7 +805,7 @@ class DbBackupsClient {
805
805
  * @param CreateBackupRequest
806
806
  * @return CreateBackupResponse
807
807
  * @throws OciError when an error occurs
808
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
808
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
809
809
  */
810
810
  createBackup(createBackupRequest) {
811
811
  return __awaiter(this, void 0, void 0, function* () {
@@ -872,7 +872,7 @@ class DbBackupsClient {
872
872
  * @param DeleteBackupRequest
873
873
  * @return DeleteBackupResponse
874
874
  * @throws OciError when an error occurs
875
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
875
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
876
876
  */
877
877
  deleteBackup(deleteBackupRequest) {
878
878
  return __awaiter(this, void 0, void 0, function* () {
@@ -930,7 +930,7 @@ class DbBackupsClient {
930
930
  * @param GetBackupRequest
931
931
  * @return GetBackupResponse
932
932
  * @throws OciError when an error occurs
933
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
933
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
934
934
  */
935
935
  getBackup(getBackupRequest) {
936
936
  return __awaiter(this, void 0, void 0, function* () {
@@ -993,7 +993,7 @@ class DbBackupsClient {
993
993
  * @param ListBackupsRequest
994
994
  * @return ListBackupsResponse
995
995
  * @throws OciError when an error occurs
996
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
996
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
997
997
  */
998
998
  listBackups(listBackupsRequest) {
999
999
  return __awaiter(this, void 0, void 0, function* () {
@@ -1103,7 +1103,7 @@ class DbBackupsClient {
1103
1103
  * @param UpdateBackupRequest
1104
1104
  * @return UpdateBackupResponse
1105
1105
  * @throws OciError when an error occurs
1106
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1106
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1107
1107
  */
1108
1108
  updateBackup(updateBackupRequest) {
1109
1109
  return __awaiter(this, void 0, void 0, function* () {
@@ -1259,7 +1259,7 @@ class DbSystemClient {
1259
1259
  * @param AddAnalyticsClusterRequest
1260
1260
  * @return AddAnalyticsClusterResponse
1261
1261
  * @throws OciError when an error occurs
1262
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1262
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
1263
1263
  */
1264
1264
  addAnalyticsCluster(addAnalyticsClusterRequest) {
1265
1265
  return __awaiter(this, void 0, void 0, function* () {
@@ -1329,7 +1329,7 @@ class DbSystemClient {
1329
1329
  * @param AddHeatWaveClusterRequest
1330
1330
  * @return AddHeatWaveClusterResponse
1331
1331
  * @throws OciError when an error occurs
1332
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1332
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1333
1333
  */
1334
1334
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1335
1335
  return __awaiter(this, void 0, void 0, function* () {
@@ -1399,7 +1399,7 @@ class DbSystemClient {
1399
1399
  * @param CreateDbSystemRequest
1400
1400
  * @return CreateDbSystemResponse
1401
1401
  * @throws OciError when an error occurs
1402
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1402
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1403
1403
  */
1404
1404
  createDbSystem(createDbSystemRequest) {
1405
1405
  return __awaiter(this, void 0, void 0, function* () {
@@ -1473,7 +1473,7 @@ class DbSystemClient {
1473
1473
  * @param DeleteAnalyticsClusterRequest
1474
1474
  * @return DeleteAnalyticsClusterResponse
1475
1475
  * @throws OciError when an error occurs
1476
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1476
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
1477
1477
  */
1478
1478
  deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
1479
1479
  return __awaiter(this, void 0, void 0, function* () {
@@ -1533,7 +1533,7 @@ class DbSystemClient {
1533
1533
  * @param DeleteDbSystemRequest
1534
1534
  * @return DeleteDbSystemResponse
1535
1535
  * @throws OciError when an error occurs
1536
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1536
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1537
1537
  */
1538
1538
  deleteDbSystem(deleteDbSystemRequest) {
1539
1539
  return __awaiter(this, void 0, void 0, function* () {
@@ -1593,7 +1593,7 @@ class DbSystemClient {
1593
1593
  * @param DeleteHeatWaveClusterRequest
1594
1594
  * @return DeleteHeatWaveClusterResponse
1595
1595
  * @throws OciError when an error occurs
1596
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1596
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1597
1597
  */
1598
1598
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1599
1599
  return __awaiter(this, void 0, void 0, function* () {
@@ -1653,7 +1653,7 @@ class DbSystemClient {
1653
1653
  * @param GenerateAnalyticsClusterMemoryEstimateRequest
1654
1654
  * @return GenerateAnalyticsClusterMemoryEstimateResponse
1655
1655
  * @throws OciError when an error occurs
1656
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1656
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
1657
1657
  */
1658
1658
  generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
1659
1659
  return __awaiter(this, void 0, void 0, function* () {
@@ -1716,7 +1716,7 @@ class DbSystemClient {
1716
1716
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1717
1717
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1718
1718
  * @throws OciError when an error occurs
1719
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1719
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1720
1720
  */
1721
1721
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1722
1722
  return __awaiter(this, void 0, void 0, function* () {
@@ -1780,7 +1780,7 @@ class DbSystemClient {
1780
1780
  * @param GetAnalyticsClusterRequest
1781
1781
  * @return GetAnalyticsClusterResponse
1782
1782
  * @throws OciError when an error occurs
1783
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1783
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
1784
1784
  */
1785
1785
  getAnalyticsCluster(getAnalyticsClusterRequest) {
1786
1786
  return __awaiter(this, void 0, void 0, function* () {
@@ -1845,7 +1845,7 @@ class DbSystemClient {
1845
1845
  * @param GetAnalyticsClusterMemoryEstimateRequest
1846
1846
  * @return GetAnalyticsClusterMemoryEstimateResponse
1847
1847
  * @throws OciError when an error occurs
1848
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1848
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
1849
1849
  */
1850
1850
  getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
1851
1851
  return __awaiter(this, void 0, void 0, function* () {
@@ -1901,7 +1901,7 @@ class DbSystemClient {
1901
1901
  * @param GetDbSystemRequest
1902
1902
  * @return GetDbSystemResponse
1903
1903
  * @throws OciError when an error occurs
1904
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1904
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1905
1905
  */
1906
1906
  getDbSystem(getDbSystemRequest) {
1907
1907
  return __awaiter(this, void 0, void 0, function* () {
@@ -1963,7 +1963,7 @@ class DbSystemClient {
1963
1963
  * @param GetHeatWaveClusterRequest
1964
1964
  * @return GetHeatWaveClusterResponse
1965
1965
  * @throws OciError when an error occurs
1966
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1966
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1967
1967
  */
1968
1968
  getHeatWaveCluster(getHeatWaveClusterRequest) {
1969
1969
  return __awaiter(this, void 0, void 0, function* () {
@@ -2027,7 +2027,7 @@ class DbSystemClient {
2027
2027
  * @param GetHeatWaveClusterMemoryEstimateRequest
2028
2028
  * @return GetHeatWaveClusterMemoryEstimateResponse
2029
2029
  * @throws OciError when an error occurs
2030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
2031
2031
  */
2032
2032
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
2033
2033
  return __awaiter(this, void 0, void 0, function* () {
@@ -2085,7 +2085,7 @@ class DbSystemClient {
2085
2085
  * @param ListDbSystemsRequest
2086
2086
  * @return ListDbSystemsResponse
2087
2087
  * @throws OciError when an error occurs
2088
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2088
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
2089
2089
  */
2090
2090
  listDbSystems(listDbSystemsRequest) {
2091
2091
  return __awaiter(this, void 0, void 0, function* () {
@@ -2199,7 +2199,7 @@ class DbSystemClient {
2199
2199
  * @param RestartAnalyticsClusterRequest
2200
2200
  * @return RestartAnalyticsClusterResponse
2201
2201
  * @throws OciError when an error occurs
2202
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2202
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
2203
2203
  */
2204
2204
  restartAnalyticsCluster(restartAnalyticsClusterRequest) {
2205
2205
  return __awaiter(this, void 0, void 0, function* () {
@@ -2258,7 +2258,7 @@ class DbSystemClient {
2258
2258
  * @param RestartDbSystemRequest
2259
2259
  * @return RestartDbSystemResponse
2260
2260
  * @throws OciError when an error occurs
2261
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2261
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2262
2262
  */
2263
2263
  restartDbSystem(restartDbSystemRequest) {
2264
2264
  return __awaiter(this, void 0, void 0, function* () {
@@ -2318,7 +2318,7 @@ class DbSystemClient {
2318
2318
  * @param RestartHeatWaveClusterRequest
2319
2319
  * @return RestartHeatWaveClusterResponse
2320
2320
  * @throws OciError when an error occurs
2321
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2321
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2322
2322
  */
2323
2323
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2324
2324
  return __awaiter(this, void 0, void 0, function* () {
@@ -2379,7 +2379,7 @@ class DbSystemClient {
2379
2379
  * @param StartAnalyticsClusterRequest
2380
2380
  * @return StartAnalyticsClusterResponse
2381
2381
  * @throws OciError when an error occurs
2382
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2382
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
2383
2383
  */
2384
2384
  startAnalyticsCluster(startAnalyticsClusterRequest) {
2385
2385
  return __awaiter(this, void 0, void 0, function* () {
@@ -2438,7 +2438,7 @@ class DbSystemClient {
2438
2438
  * @param StartDbSystemRequest
2439
2439
  * @return StartDbSystemResponse
2440
2440
  * @throws OciError when an error occurs
2441
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2441
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2442
2442
  */
2443
2443
  startDbSystem(startDbSystemRequest) {
2444
2444
  return __awaiter(this, void 0, void 0, function* () {
@@ -2497,7 +2497,7 @@ class DbSystemClient {
2497
2497
  * @param StartHeatWaveClusterRequest
2498
2498
  * @return StartHeatWaveClusterResponse
2499
2499
  * @throws OciError when an error occurs
2500
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2500
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2501
2501
  */
2502
2502
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2503
2503
  return __awaiter(this, void 0, void 0, function* () {
@@ -2558,7 +2558,7 @@ class DbSystemClient {
2558
2558
  * @param StopAnalyticsClusterRequest
2559
2559
  * @return StopAnalyticsClusterResponse
2560
2560
  * @throws OciError when an error occurs
2561
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2561
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
2562
2562
  */
2563
2563
  stopAnalyticsCluster(stopAnalyticsClusterRequest) {
2564
2564
  return __awaiter(this, void 0, void 0, function* () {
@@ -2620,7 +2620,7 @@ class DbSystemClient {
2620
2620
  * @param StopDbSystemRequest
2621
2621
  * @return StopDbSystemResponse
2622
2622
  * @throws OciError when an error occurs
2623
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2623
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2624
2624
  */
2625
2625
  stopDbSystem(stopDbSystemRequest) {
2626
2626
  return __awaiter(this, void 0, void 0, function* () {
@@ -2680,7 +2680,7 @@ class DbSystemClient {
2680
2680
  * @param StopHeatWaveClusterRequest
2681
2681
  * @return StopHeatWaveClusterResponse
2682
2682
  * @throws OciError when an error occurs
2683
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2683
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2684
2684
  */
2685
2685
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2686
2686
  return __awaiter(this, void 0, void 0, function* () {
@@ -2741,7 +2741,7 @@ class DbSystemClient {
2741
2741
  * @param UpdateAnalyticsClusterRequest
2742
2742
  * @return UpdateAnalyticsClusterResponse
2743
2743
  * @throws OciError when an error occurs
2744
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2744
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
2745
2745
  */
2746
2746
  updateAnalyticsCluster(updateAnalyticsClusterRequest) {
2747
2747
  return __awaiter(this, void 0, void 0, function* () {
@@ -2808,7 +2808,7 @@ class DbSystemClient {
2808
2808
  * @param UpdateDbSystemRequest
2809
2809
  * @return UpdateDbSystemResponse
2810
2810
  * @throws OciError when an error occurs
2811
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2811
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2812
2812
  */
2813
2813
  updateDbSystem(updateDbSystemRequest) {
2814
2814
  return __awaiter(this, void 0, void 0, function* () {
@@ -2868,7 +2868,7 @@ class DbSystemClient {
2868
2868
  * @param UpdateHeatWaveClusterRequest
2869
2869
  * @return UpdateHeatWaveClusterResponse
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.20.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2871
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2872
2872
  */
2873
2873
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2874
2874
  return __awaiter(this, void 0, void 0, function* () {
@@ -3027,7 +3027,7 @@ class MysqlaasClient {
3027
3027
  * @param CreateConfigurationRequest
3028
3028
  * @return CreateConfigurationResponse
3029
3029
  * @throws OciError when an error occurs
3030
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3030
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
3031
3031
  */
3032
3032
  createConfiguration(createConfigurationRequest) {
3033
3033
  return __awaiter(this, void 0, void 0, function* () {
@@ -3100,7 +3100,7 @@ class MysqlaasClient {
3100
3100
  * @param DeleteConfigurationRequest
3101
3101
  * @return DeleteConfigurationResponse
3102
3102
  * @throws OciError when an error occurs
3103
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3103
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
3104
3104
  */
3105
3105
  deleteConfiguration(deleteConfigurationRequest) {
3106
3106
  return __awaiter(this, void 0, void 0, function* () {
@@ -3154,7 +3154,7 @@ class MysqlaasClient {
3154
3154
  * @param GetConfigurationRequest
3155
3155
  * @return GetConfigurationResponse
3156
3156
  * @throws OciError when an error occurs
3157
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3157
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
3158
3158
  */
3159
3159
  getConfiguration(getConfigurationRequest) {
3160
3160
  return __awaiter(this, void 0, void 0, function* () {
@@ -3224,7 +3224,7 @@ class MysqlaasClient {
3224
3224
  * @param ListConfigurationsRequest
3225
3225
  * @return ListConfigurationsResponse
3226
3226
  * @throws OciError when an error occurs
3227
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3227
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
3228
3228
  */
3229
3229
  listConfigurations(listConfigurationsRequest) {
3230
3230
  return __awaiter(this, void 0, void 0, function* () {
@@ -3338,7 +3338,7 @@ class MysqlaasClient {
3338
3338
  * @param ListShapesRequest
3339
3339
  * @return ListShapesResponse
3340
3340
  * @throws OciError when an error occurs
3341
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3341
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3342
3342
  */
3343
3343
  listShapes(listShapesRequest) {
3344
3344
  return __awaiter(this, void 0, void 0, function* () {
@@ -3400,7 +3400,7 @@ class MysqlaasClient {
3400
3400
  * @param ListVersionsRequest
3401
3401
  * @return ListVersionsResponse
3402
3402
  * @throws OciError when an error occurs
3403
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3403
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3404
3404
  */
3405
3405
  listVersions(listVersionsRequest) {
3406
3406
  return __awaiter(this, void 0, void 0, function* () {
@@ -3456,7 +3456,7 @@ class MysqlaasClient {
3456
3456
  * @param UpdateConfigurationRequest
3457
3457
  * @return UpdateConfigurationResponse
3458
3458
  * @throws OciError when an error occurs
3459
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3459
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3460
3460
  */
3461
3461
  updateConfiguration(updateConfigurationRequest) {
3462
3462
  return __awaiter(this, void 0, void 0, function* () {
@@ -3619,7 +3619,7 @@ class WorkRequestsClient {
3619
3619
  * @param GetWorkRequestRequest
3620
3620
  * @return GetWorkRequestResponse
3621
3621
  * @throws OciError when an error occurs
3622
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3622
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3623
3623
  */
3624
3624
  getWorkRequest(getWorkRequestRequest) {
3625
3625
  return __awaiter(this, void 0, void 0, function* () {
@@ -3687,7 +3687,7 @@ class WorkRequestsClient {
3687
3687
  * @param ListWorkRequestErrorsRequest
3688
3688
  * @return ListWorkRequestErrorsResponse
3689
3689
  * @throws OciError when an error occurs
3690
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3690
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3691
3691
  */
3692
3692
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3693
3693
  return __awaiter(this, void 0, void 0, function* () {
@@ -3792,7 +3792,7 @@ class WorkRequestsClient {
3792
3792
  * @param ListWorkRequestLogsRequest
3793
3793
  * @return ListWorkRequestLogsResponse
3794
3794
  * @throws OciError when an error occurs
3795
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3795
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
3796
3796
  */
3797
3797
  listWorkRequestLogs(listWorkRequestLogsRequest) {
3798
3798
  return __awaiter(this, void 0, void 0, function* () {
@@ -3897,7 +3897,7 @@ class WorkRequestsClient {
3897
3897
  * @param ListWorkRequestsRequest
3898
3898
  * @return ListWorkRequestsResponse
3899
3899
  * @throws OciError when an error occurs
3900
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.20.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3900
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.21.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
3901
3901
  */
3902
3902
  listWorkRequests(listWorkRequestsRequest) {
3903
3903
  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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.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.20.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.21.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
16
16
  */
17
17
  export interface GetAnalyticsClusterRequest extends common.BaseRequest {
18
18
  /**