oci-mysql 2.81.0 → 2.82.2

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
@@ -203,7 +203,7 @@ class ChannelsClient {
203
203
  * @param CreateChannelRequest
204
204
  * @return CreateChannelResponse
205
205
  * @throws OciError when an error occurs
206
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
206
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
207
207
  */
208
208
  createChannel(createChannelRequest) {
209
209
  return __awaiter(this, void 0, void 0, function* () {
@@ -271,7 +271,7 @@ class ChannelsClient {
271
271
  * @param DeleteChannelRequest
272
272
  * @return DeleteChannelResponse
273
273
  * @throws OciError when an error occurs
274
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
274
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
275
275
  */
276
276
  deleteChannel(deleteChannelRequest) {
277
277
  return __awaiter(this, void 0, void 0, function* () {
@@ -334,7 +334,7 @@ class ChannelsClient {
334
334
  * @param GetChannelRequest
335
335
  * @return GetChannelResponse
336
336
  * @throws OciError when an error occurs
337
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
337
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
338
338
  */
339
339
  getChannel(getChannelRequest) {
340
340
  return __awaiter(this, void 0, void 0, function* () {
@@ -398,7 +398,7 @@ class ChannelsClient {
398
398
  * @param ListChannelsRequest
399
399
  * @return ListChannelsResponse
400
400
  * @throws OciError when an error occurs
401
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
401
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
402
402
  */
403
403
  listChannels(listChannelsRequest) {
404
404
  return __awaiter(this, void 0, void 0, function* () {
@@ -512,7 +512,7 @@ class ChannelsClient {
512
512
  * @param ResetChannelRequest
513
513
  * @return ResetChannelResponse
514
514
  * @throws OciError when an error occurs
515
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
515
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
516
516
  */
517
517
  resetChannel(resetChannelRequest) {
518
518
  return __awaiter(this, void 0, void 0, function* () {
@@ -576,7 +576,7 @@ class ChannelsClient {
576
576
  * @param ResumeChannelRequest
577
577
  * @return ResumeChannelResponse
578
578
  * @throws OciError when an error occurs
579
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
579
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
580
580
  */
581
581
  resumeChannel(resumeChannelRequest) {
582
582
  return __awaiter(this, void 0, void 0, function* () {
@@ -641,7 +641,7 @@ class ChannelsClient {
641
641
  * @param UpdateChannelRequest
642
642
  * @return UpdateChannelResponse
643
643
  * @throws OciError when an error occurs
644
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
644
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
645
645
  */
646
646
  updateChannel(updateChannelRequest) {
647
647
  return __awaiter(this, void 0, void 0, function* () {
@@ -850,7 +850,7 @@ class DbBackupsClient {
850
850
  * @param ChangeBackupCompartmentRequest
851
851
  * @return ChangeBackupCompartmentResponse
852
852
  * @throws OciError when an error occurs
853
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
853
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
854
854
  */
855
855
  changeBackupCompartment(changeBackupCompartmentRequest) {
856
856
  return __awaiter(this, void 0, void 0, function* () {
@@ -913,7 +913,7 @@ class DbBackupsClient {
913
913
  * @param CreateBackupRequest
914
914
  * @return CreateBackupResponse
915
915
  * @throws OciError when an error occurs
916
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
916
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
917
917
  */
918
918
  createBackup(createBackupRequest) {
919
919
  return __awaiter(this, void 0, void 0, function* () {
@@ -982,7 +982,7 @@ class DbBackupsClient {
982
982
  * @param DeleteBackupRequest
983
983
  * @return DeleteBackupResponse
984
984
  * @throws OciError when an error occurs
985
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
985
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
986
986
  */
987
987
  deleteBackup(deleteBackupRequest) {
988
988
  return __awaiter(this, void 0, void 0, function* () {
@@ -1042,7 +1042,7 @@ class DbBackupsClient {
1042
1042
  * @param GetBackupRequest
1043
1043
  * @return GetBackupResponse
1044
1044
  * @throws OciError when an error occurs
1045
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1045
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
1046
1046
  */
1047
1047
  getBackup(getBackupRequest) {
1048
1048
  return __awaiter(this, void 0, void 0, function* () {
@@ -1107,7 +1107,7 @@ class DbBackupsClient {
1107
1107
  * @param ListBackupsRequest
1108
1108
  * @return ListBackupsResponse
1109
1109
  * @throws OciError when an error occurs
1110
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1110
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
1111
1111
  */
1112
1112
  listBackups(listBackupsRequest) {
1113
1113
  return __awaiter(this, void 0, void 0, function* () {
@@ -1219,7 +1219,7 @@ class DbBackupsClient {
1219
1219
  * @param UpdateBackupRequest
1220
1220
  * @return UpdateBackupResponse
1221
1221
  * @throws OciError when an error occurs
1222
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1222
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
1223
1223
  */
1224
1224
  updateBackup(updateBackupRequest) {
1225
1225
  return __awaiter(this, void 0, void 0, function* () {
@@ -1430,7 +1430,7 @@ class DbSystemClient {
1430
1430
  * @param AddHeatWaveClusterRequest
1431
1431
  * @return AddHeatWaveClusterResponse
1432
1432
  * @throws OciError when an error occurs
1433
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1433
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
1434
1434
  */
1435
1435
  addHeatWaveCluster(addHeatWaveClusterRequest) {
1436
1436
  return __awaiter(this, void 0, void 0, function* () {
@@ -1502,7 +1502,7 @@ class DbSystemClient {
1502
1502
  * @param CreateDbSystemRequest
1503
1503
  * @return CreateDbSystemResponse
1504
1504
  * @throws OciError when an error occurs
1505
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1505
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
1506
1506
  */
1507
1507
  createDbSystem(createDbSystemRequest) {
1508
1508
  return __awaiter(this, void 0, void 0, function* () {
@@ -1577,7 +1577,7 @@ class DbSystemClient {
1577
1577
  * @param DeleteDbSystemRequest
1578
1578
  * @return DeleteDbSystemResponse
1579
1579
  * @throws OciError when an error occurs
1580
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1580
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
1581
1581
  */
1582
1582
  deleteDbSystem(deleteDbSystemRequest) {
1583
1583
  return __awaiter(this, void 0, void 0, function* () {
@@ -1639,7 +1639,7 @@ class DbSystemClient {
1639
1639
  * @param DeleteHeatWaveClusterRequest
1640
1640
  * @return DeleteHeatWaveClusterResponse
1641
1641
  * @throws OciError when an error occurs
1642
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1642
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
1643
1643
  */
1644
1644
  deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
1645
1645
  return __awaiter(this, void 0, void 0, function* () {
@@ -1700,7 +1700,7 @@ class DbSystemClient {
1700
1700
  * @param GenerateHeatWaveClusterMemoryEstimateRequest
1701
1701
  * @return GenerateHeatWaveClusterMemoryEstimateResponse
1702
1702
  * @throws OciError when an error occurs
1703
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1703
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
1704
1704
  */
1705
1705
  generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
1706
1706
  return __awaiter(this, void 0, void 0, function* () {
@@ -1764,7 +1764,7 @@ class DbSystemClient {
1764
1764
  * @param GetDbSystemRequest
1765
1765
  * @return GetDbSystemResponse
1766
1766
  * @throws OciError when an error occurs
1767
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1767
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
1768
1768
  */
1769
1769
  getDbSystem(getDbSystemRequest) {
1770
1770
  return __awaiter(this, void 0, void 0, function* () {
@@ -1828,7 +1828,7 @@ class DbSystemClient {
1828
1828
  * @param GetHeatWaveClusterRequest
1829
1829
  * @return GetHeatWaveClusterResponse
1830
1830
  * @throws OciError when an error occurs
1831
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1831
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
1832
1832
  */
1833
1833
  getHeatWaveCluster(getHeatWaveClusterRequest) {
1834
1834
  return __awaiter(this, void 0, void 0, function* () {
@@ -1894,7 +1894,7 @@ class DbSystemClient {
1894
1894
  * @param GetHeatWaveClusterMemoryEstimateRequest
1895
1895
  * @return GetHeatWaveClusterMemoryEstimateResponse
1896
1896
  * @throws OciError when an error occurs
1897
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1897
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
1898
1898
  */
1899
1899
  getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
1900
1900
  return __awaiter(this, void 0, void 0, function* () {
@@ -1954,7 +1954,7 @@ class DbSystemClient {
1954
1954
  * @param ListDbSystemsRequest
1955
1955
  * @return ListDbSystemsResponse
1956
1956
  * @throws OciError when an error occurs
1957
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1957
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
1958
1958
  */
1959
1959
  listDbSystems(listDbSystemsRequest) {
1960
1960
  return __awaiter(this, void 0, void 0, function* () {
@@ -2068,7 +2068,7 @@ class DbSystemClient {
2068
2068
  * @param RestartDbSystemRequest
2069
2069
  * @return RestartDbSystemResponse
2070
2070
  * @throws OciError when an error occurs
2071
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2071
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
2072
2072
  */
2073
2073
  restartDbSystem(restartDbSystemRequest) {
2074
2074
  return __awaiter(this, void 0, void 0, function* () {
@@ -2130,7 +2130,7 @@ class DbSystemClient {
2130
2130
  * @param RestartHeatWaveClusterRequest
2131
2131
  * @return RestartHeatWaveClusterResponse
2132
2132
  * @throws OciError when an error occurs
2133
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2133
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
2134
2134
  */
2135
2135
  restartHeatWaveCluster(restartHeatWaveClusterRequest) {
2136
2136
  return __awaiter(this, void 0, void 0, function* () {
@@ -2191,7 +2191,7 @@ class DbSystemClient {
2191
2191
  * @param StartDbSystemRequest
2192
2192
  * @return StartDbSystemResponse
2193
2193
  * @throws OciError when an error occurs
2194
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2194
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
2195
2195
  */
2196
2196
  startDbSystem(startDbSystemRequest) {
2197
2197
  return __awaiter(this, void 0, void 0, function* () {
@@ -2252,7 +2252,7 @@ class DbSystemClient {
2252
2252
  * @param StartHeatWaveClusterRequest
2253
2253
  * @return StartHeatWaveClusterResponse
2254
2254
  * @throws OciError when an error occurs
2255
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2255
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
2256
2256
  */
2257
2257
  startHeatWaveCluster(startHeatWaveClusterRequest) {
2258
2258
  return __awaiter(this, void 0, void 0, function* () {
@@ -2316,7 +2316,7 @@ class DbSystemClient {
2316
2316
  * @param StopDbSystemRequest
2317
2317
  * @return StopDbSystemResponse
2318
2318
  * @throws OciError when an error occurs
2319
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2319
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
2320
2320
  */
2321
2321
  stopDbSystem(stopDbSystemRequest) {
2322
2322
  return __awaiter(this, void 0, void 0, function* () {
@@ -2378,7 +2378,7 @@ class DbSystemClient {
2378
2378
  * @param StopHeatWaveClusterRequest
2379
2379
  * @return StopHeatWaveClusterResponse
2380
2380
  * @throws OciError when an error occurs
2381
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2381
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
2382
2382
  */
2383
2383
  stopHeatWaveCluster(stopHeatWaveClusterRequest) {
2384
2384
  return __awaiter(this, void 0, void 0, function* () {
@@ -2447,7 +2447,7 @@ class DbSystemClient {
2447
2447
  * @param UpdateDbSystemRequest
2448
2448
  * @return UpdateDbSystemResponse
2449
2449
  * @throws OciError when an error occurs
2450
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2450
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
2451
2451
  */
2452
2452
  updateDbSystem(updateDbSystemRequest) {
2453
2453
  return __awaiter(this, void 0, void 0, function* () {
@@ -2509,7 +2509,7 @@ class DbSystemClient {
2509
2509
  * @param UpdateHeatWaveClusterRequest
2510
2510
  * @return UpdateHeatWaveClusterResponse
2511
2511
  * @throws OciError when an error occurs
2512
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2512
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
2513
2513
  */
2514
2514
  updateHeatWaveCluster(updateHeatWaveClusterRequest) {
2515
2515
  return __awaiter(this, void 0, void 0, function* () {
@@ -2715,7 +2715,7 @@ class MysqlaasClient {
2715
2715
  * @param CreateConfigurationRequest
2716
2716
  * @return CreateConfigurationResponse
2717
2717
  * @throws OciError when an error occurs
2718
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2718
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
2719
2719
  */
2720
2720
  createConfiguration(createConfigurationRequest) {
2721
2721
  return __awaiter(this, void 0, void 0, function* () {
@@ -2790,7 +2790,7 @@ class MysqlaasClient {
2790
2790
  * @param DeleteConfigurationRequest
2791
2791
  * @return DeleteConfigurationResponse
2792
2792
  * @throws OciError when an error occurs
2793
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2793
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
2794
2794
  */
2795
2795
  deleteConfiguration(deleteConfigurationRequest) {
2796
2796
  return __awaiter(this, void 0, void 0, function* () {
@@ -2846,7 +2846,7 @@ class MysqlaasClient {
2846
2846
  * @param GetConfigurationRequest
2847
2847
  * @return GetConfigurationResponse
2848
2848
  * @throws OciError when an error occurs
2849
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2849
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
2850
2850
  */
2851
2851
  getConfiguration(getConfigurationRequest) {
2852
2852
  return __awaiter(this, void 0, void 0, function* () {
@@ -2918,7 +2918,7 @@ class MysqlaasClient {
2918
2918
  * @param ListConfigurationsRequest
2919
2919
  * @return ListConfigurationsResponse
2920
2920
  * @throws OciError when an error occurs
2921
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2921
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
2922
2922
  */
2923
2923
  listConfigurations(listConfigurationsRequest) {
2924
2924
  return __awaiter(this, void 0, void 0, function* () {
@@ -3034,7 +3034,7 @@ class MysqlaasClient {
3034
3034
  * @param ListShapesRequest
3035
3035
  * @return ListShapesResponse
3036
3036
  * @throws OciError when an error occurs
3037
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3037
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
3038
3038
  */
3039
3039
  listShapes(listShapesRequest) {
3040
3040
  return __awaiter(this, void 0, void 0, function* () {
@@ -3098,7 +3098,7 @@ class MysqlaasClient {
3098
3098
  * @param ListVersionsRequest
3099
3099
  * @return ListVersionsResponse
3100
3100
  * @throws OciError when an error occurs
3101
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3101
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
3102
3102
  */
3103
3103
  listVersions(listVersionsRequest) {
3104
3104
  return __awaiter(this, void 0, void 0, function* () {
@@ -3156,7 +3156,7 @@ class MysqlaasClient {
3156
3156
  * @param UpdateConfigurationRequest
3157
3157
  * @return UpdateConfigurationResponse
3158
3158
  * @throws OciError when an error occurs
3159
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3159
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
3160
3160
  */
3161
3161
  updateConfiguration(updateConfigurationRequest) {
3162
3162
  return __awaiter(this, void 0, void 0, function* () {
@@ -3366,7 +3366,7 @@ class ReplicasClient {
3366
3366
  * @param CreateReplicaRequest
3367
3367
  * @return CreateReplicaResponse
3368
3368
  * @throws OciError when an error occurs
3369
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3369
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
3370
3370
  */
3371
3371
  createReplica(createReplicaRequest) {
3372
3372
  return __awaiter(this, void 0, void 0, function* () {
@@ -3439,7 +3439,7 @@ class ReplicasClient {
3439
3439
  * @param DeleteReplicaRequest
3440
3440
  * @return DeleteReplicaResponse
3441
3441
  * @throws OciError when an error occurs
3442
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3442
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
3443
3443
  */
3444
3444
  deleteReplica(deleteReplicaRequest) {
3445
3445
  return __awaiter(this, void 0, void 0, function* () {
@@ -3499,7 +3499,7 @@ class ReplicasClient {
3499
3499
  * @param GetReplicaRequest
3500
3500
  * @return GetReplicaResponse
3501
3501
  * @throws OciError when an error occurs
3502
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3502
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
3503
3503
  */
3504
3504
  getReplica(getReplicaRequest) {
3505
3505
  return __awaiter(this, void 0, void 0, function* () {
@@ -3563,7 +3563,7 @@ class ReplicasClient {
3563
3563
  * @param ListReplicasRequest
3564
3564
  * @return ListReplicasResponse
3565
3565
  * @throws OciError when an error occurs
3566
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3566
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
3567
3567
  */
3568
3568
  listReplicas(listReplicasRequest) {
3569
3569
  return __awaiter(this, void 0, void 0, function* () {
@@ -3676,7 +3676,7 @@ class ReplicasClient {
3676
3676
  * @param UpdateReplicaRequest
3677
3677
  * @return UpdateReplicaResponse
3678
3678
  * @throws OciError when an error occurs
3679
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3679
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
3680
3680
  */
3681
3681
  updateReplica(updateReplicaRequest) {
3682
3682
  return __awaiter(this, void 0, void 0, function* () {
@@ -3882,7 +3882,7 @@ class WorkRequestsClient {
3882
3882
  * @param GetWorkRequestRequest
3883
3883
  * @return GetWorkRequestResponse
3884
3884
  * @throws OciError when an error occurs
3885
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3885
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
3886
3886
  */
3887
3887
  getWorkRequest(getWorkRequestRequest) {
3888
3888
  return __awaiter(this, void 0, void 0, function* () {
@@ -3952,7 +3952,7 @@ class WorkRequestsClient {
3952
3952
  * @param ListWorkRequestErrorsRequest
3953
3953
  * @return ListWorkRequestErrorsResponse
3954
3954
  * @throws OciError when an error occurs
3955
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3955
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
3956
3956
  */
3957
3957
  listWorkRequestErrors(listWorkRequestErrorsRequest) {
3958
3958
  return __awaiter(this, void 0, void 0, function* () {
@@ -4059,7 +4059,7 @@ class WorkRequestsClient {
4059
4059
  * @param ListWorkRequestLogsRequest
4060
4060
  * @return ListWorkRequestLogsResponse
4061
4061
  * @throws OciError when an error occurs
4062
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4062
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
4063
4063
  */
4064
4064
  listWorkRequestLogs(listWorkRequestLogsRequest) {
4065
4065
  return __awaiter(this, void 0, void 0, function* () {
@@ -4166,7 +4166,7 @@ class WorkRequestsClient {
4166
4166
  * @param ListWorkRequestsRequest
4167
4167
  * @return ListWorkRequestsResponse
4168
4168
  * @throws OciError when an error occurs
4169
- * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.81.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4169
+ * @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.82.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
4170
4170
  */
4171
4171
  listWorkRequests(listWorkRequestsRequest) {
4172
4172
  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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/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.81.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.82.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
16
16
  */
17
17
  export interface GetHeatWaveClusterRequest extends common.BaseRequest {
18
18
  /**