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