oci-mysql 2.87.0 → 2.88.1
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
|
@@ -209,7 +209,7 @@ class ChannelsClient {
|
|
|
209
209
|
* @param CreateChannelRequest
|
|
210
210
|
* @return CreateChannelResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
213
213
|
*/
|
|
214
214
|
createChannel(createChannelRequest) {
|
|
215
215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class ChannelsClient {
|
|
|
277
277
|
* @param DeleteChannelRequest
|
|
278
278
|
* @return DeleteChannelResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
281
281
|
*/
|
|
282
282
|
deleteChannel(deleteChannelRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -340,7 +340,7 @@ class ChannelsClient {
|
|
|
340
340
|
* @param GetChannelRequest
|
|
341
341
|
* @return GetChannelResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
344
344
|
*/
|
|
345
345
|
getChannel(getChannelRequest) {
|
|
346
346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -404,7 +404,7 @@ class ChannelsClient {
|
|
|
404
404
|
* @param ListChannelsRequest
|
|
405
405
|
* @return ListChannelsResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
408
408
|
*/
|
|
409
409
|
listChannels(listChannelsRequest) {
|
|
410
410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -518,7 +518,7 @@ class ChannelsClient {
|
|
|
518
518
|
* @param ResetChannelRequest
|
|
519
519
|
* @return ResetChannelResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
522
522
|
*/
|
|
523
523
|
resetChannel(resetChannelRequest) {
|
|
524
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +582,7 @@ class ChannelsClient {
|
|
|
582
582
|
* @param ResumeChannelRequest
|
|
583
583
|
* @return ResumeChannelResponse
|
|
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.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
586
586
|
*/
|
|
587
587
|
resumeChannel(resumeChannelRequest) {
|
|
588
588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -647,7 +647,7 @@ class ChannelsClient {
|
|
|
647
647
|
* @param UpdateChannelRequest
|
|
648
648
|
* @return UpdateChannelResponse
|
|
649
649
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
651
651
|
*/
|
|
652
652
|
updateChannel(updateChannelRequest) {
|
|
653
653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -862,7 +862,7 @@ class DbBackupsClient {
|
|
|
862
862
|
* @param ChangeBackupCompartmentRequest
|
|
863
863
|
* @return ChangeBackupCompartmentResponse
|
|
864
864
|
* @throws OciError when an error occurs
|
|
865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
866
866
|
*/
|
|
867
867
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
868
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -925,7 +925,7 @@ class DbBackupsClient {
|
|
|
925
925
|
* @param CreateBackupRequest
|
|
926
926
|
* @return CreateBackupResponse
|
|
927
927
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
929
929
|
*/
|
|
930
930
|
createBackup(createBackupRequest) {
|
|
931
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -994,7 +994,7 @@ class DbBackupsClient {
|
|
|
994
994
|
* @param DeleteBackupRequest
|
|
995
995
|
* @return DeleteBackupResponse
|
|
996
996
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
997
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
998
998
|
*/
|
|
999
999
|
deleteBackup(deleteBackupRequest) {
|
|
1000
1000
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1054,7 +1054,7 @@ class DbBackupsClient {
|
|
|
1054
1054
|
* @param GetBackupRequest
|
|
1055
1055
|
* @return GetBackupResponse
|
|
1056
1056
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1057
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
1058
1058
|
*/
|
|
1059
1059
|
getBackup(getBackupRequest) {
|
|
1060
1060
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1119,7 +1119,7 @@ class DbBackupsClient {
|
|
|
1119
1119
|
* @param ListBackupsRequest
|
|
1120
1120
|
* @return ListBackupsResponse
|
|
1121
1121
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1123
1123
|
*/
|
|
1124
1124
|
listBackups(listBackupsRequest) {
|
|
1125
1125
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1231,7 @@ class DbBackupsClient {
|
|
|
1231
1231
|
* @param UpdateBackupRequest
|
|
1232
1232
|
* @return UpdateBackupResponse
|
|
1233
1233
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1234
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1235
1235
|
*/
|
|
1236
1236
|
updateBackup(updateBackupRequest) {
|
|
1237
1237
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1448,7 +1448,7 @@ class DbSystemClient {
|
|
|
1448
1448
|
* @param AddHeatWaveClusterRequest
|
|
1449
1449
|
* @return AddHeatWaveClusterResponse
|
|
1450
1450
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1452
1452
|
*/
|
|
1453
1453
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1454
1454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1520,7 +1520,7 @@ class DbSystemClient {
|
|
|
1520
1520
|
* @param CreateDbSystemRequest
|
|
1521
1521
|
* @return CreateDbSystemResponse
|
|
1522
1522
|
* @throws OciError when an error occurs
|
|
1523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1524
1524
|
*/
|
|
1525
1525
|
createDbSystem(createDbSystemRequest) {
|
|
1526
1526
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1595,7 @@ class DbSystemClient {
|
|
|
1595
1595
|
* @param DeleteDbSystemRequest
|
|
1596
1596
|
* @return DeleteDbSystemResponse
|
|
1597
1597
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1598
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1599
1599
|
*/
|
|
1600
1600
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1601
1601
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1657,7 +1657,7 @@ class DbSystemClient {
|
|
|
1657
1657
|
* @param DeleteHeatWaveClusterRequest
|
|
1658
1658
|
* @return DeleteHeatWaveClusterResponse
|
|
1659
1659
|
* @throws OciError when an error occurs
|
|
1660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1661
1661
|
*/
|
|
1662
1662
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1663
1663
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1718,7 +1718,7 @@ class DbSystemClient {
|
|
|
1718
1718
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1719
1719
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1720
1720
|
* @throws OciError when an error occurs
|
|
1721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1722
1722
|
*/
|
|
1723
1723
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1724
1724
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1782,7 +1782,7 @@ class DbSystemClient {
|
|
|
1782
1782
|
* @param GetDbSystemRequest
|
|
1783
1783
|
* @return GetDbSystemResponse
|
|
1784
1784
|
* @throws OciError when an error occurs
|
|
1785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1786
1786
|
*/
|
|
1787
1787
|
getDbSystem(getDbSystemRequest) {
|
|
1788
1788
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1846,7 +1846,7 @@ class DbSystemClient {
|
|
|
1846
1846
|
* @param GetHeatWaveClusterRequest
|
|
1847
1847
|
* @return GetHeatWaveClusterResponse
|
|
1848
1848
|
* @throws OciError when an error occurs
|
|
1849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1850
1850
|
*/
|
|
1851
1851
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1852
1852
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1912,7 +1912,7 @@ class DbSystemClient {
|
|
|
1912
1912
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
1913
1913
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
1914
1914
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
1916
1916
|
*/
|
|
1917
1917
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
1918
1918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1972,7 +1972,7 @@ class DbSystemClient {
|
|
|
1972
1972
|
* @param ListDbSystemsRequest
|
|
1973
1973
|
* @return ListDbSystemsResponse
|
|
1974
1974
|
* @throws OciError when an error occurs
|
|
1975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1975
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
1976
1976
|
*/
|
|
1977
1977
|
listDbSystems(listDbSystemsRequest) {
|
|
1978
1978
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2086,7 +2086,7 @@ class DbSystemClient {
|
|
|
2086
2086
|
* @param RestartDbSystemRequest
|
|
2087
2087
|
* @return RestartDbSystemResponse
|
|
2088
2088
|
* @throws OciError when an error occurs
|
|
2089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2089
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2090
2090
|
*/
|
|
2091
2091
|
restartDbSystem(restartDbSystemRequest) {
|
|
2092
2092
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2148,7 +2148,7 @@ class DbSystemClient {
|
|
|
2148
2148
|
* @param RestartHeatWaveClusterRequest
|
|
2149
2149
|
* @return RestartHeatWaveClusterResponse
|
|
2150
2150
|
* @throws OciError when an error occurs
|
|
2151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2152
2152
|
*/
|
|
2153
2153
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2154
2154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2209,7 +2209,7 @@ class DbSystemClient {
|
|
|
2209
2209
|
* @param StartDbSystemRequest
|
|
2210
2210
|
* @return StartDbSystemResponse
|
|
2211
2211
|
* @throws OciError when an error occurs
|
|
2212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2213
2213
|
*/
|
|
2214
2214
|
startDbSystem(startDbSystemRequest) {
|
|
2215
2215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2270,7 +2270,7 @@ class DbSystemClient {
|
|
|
2270
2270
|
* @param StartHeatWaveClusterRequest
|
|
2271
2271
|
* @return StartHeatWaveClusterResponse
|
|
2272
2272
|
* @throws OciError when an error occurs
|
|
2273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2273
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2274
2274
|
*/
|
|
2275
2275
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2276
2276
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2334,7 +2334,7 @@ class DbSystemClient {
|
|
|
2334
2334
|
* @param StopDbSystemRequest
|
|
2335
2335
|
* @return StopDbSystemResponse
|
|
2336
2336
|
* @throws OciError when an error occurs
|
|
2337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2338
2338
|
*/
|
|
2339
2339
|
stopDbSystem(stopDbSystemRequest) {
|
|
2340
2340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2396,7 +2396,7 @@ class DbSystemClient {
|
|
|
2396
2396
|
* @param StopHeatWaveClusterRequest
|
|
2397
2397
|
* @return StopHeatWaveClusterResponse
|
|
2398
2398
|
* @throws OciError when an error occurs
|
|
2399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2400
2400
|
*/
|
|
2401
2401
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2402
2402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2465,7 +2465,7 @@ class DbSystemClient {
|
|
|
2465
2465
|
* @param UpdateDbSystemRequest
|
|
2466
2466
|
* @return UpdateDbSystemResponse
|
|
2467
2467
|
* @throws OciError when an error occurs
|
|
2468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2468
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2469
2469
|
*/
|
|
2470
2470
|
updateDbSystem(updateDbSystemRequest) {
|
|
2471
2471
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2527,7 +2527,7 @@ class DbSystemClient {
|
|
|
2527
2527
|
* @param UpdateHeatWaveClusterRequest
|
|
2528
2528
|
* @return UpdateHeatWaveClusterResponse
|
|
2529
2529
|
* @throws OciError when an error occurs
|
|
2530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2531
2531
|
*/
|
|
2532
2532
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2533
2533
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2739,7 +2739,7 @@ class MysqlaasClient {
|
|
|
2739
2739
|
* @param CreateConfigurationRequest
|
|
2740
2740
|
* @return CreateConfigurationResponse
|
|
2741
2741
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2742
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
2743
2743
|
*/
|
|
2744
2744
|
createConfiguration(createConfigurationRequest) {
|
|
2745
2745
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2814,7 +2814,7 @@ class MysqlaasClient {
|
|
|
2814
2814
|
* @param DeleteConfigurationRequest
|
|
2815
2815
|
* @return DeleteConfigurationResponse
|
|
2816
2816
|
* @throws OciError when an error occurs
|
|
2817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2817
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
2818
2818
|
*/
|
|
2819
2819
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
2820
2820
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2870,7 +2870,7 @@ class MysqlaasClient {
|
|
|
2870
2870
|
* @param GetConfigurationRequest
|
|
2871
2871
|
* @return GetConfigurationResponse
|
|
2872
2872
|
* @throws OciError when an error occurs
|
|
2873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2873
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
2874
2874
|
*/
|
|
2875
2875
|
getConfiguration(getConfigurationRequest) {
|
|
2876
2876
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2942,7 +2942,7 @@ class MysqlaasClient {
|
|
|
2942
2942
|
* @param ListConfigurationsRequest
|
|
2943
2943
|
* @return ListConfigurationsResponse
|
|
2944
2944
|
* @throws OciError when an error occurs
|
|
2945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2945
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
2946
2946
|
*/
|
|
2947
2947
|
listConfigurations(listConfigurationsRequest) {
|
|
2948
2948
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3058,7 +3058,7 @@ class MysqlaasClient {
|
|
|
3058
3058
|
* @param ListShapesRequest
|
|
3059
3059
|
* @return ListShapesResponse
|
|
3060
3060
|
* @throws OciError when an error occurs
|
|
3061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3062
3062
|
*/
|
|
3063
3063
|
listShapes(listShapesRequest) {
|
|
3064
3064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3122,7 +3122,7 @@ class MysqlaasClient {
|
|
|
3122
3122
|
* @param ListVersionsRequest
|
|
3123
3123
|
* @return ListVersionsResponse
|
|
3124
3124
|
* @throws OciError when an error occurs
|
|
3125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3125
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3126
3126
|
*/
|
|
3127
3127
|
listVersions(listVersionsRequest) {
|
|
3128
3128
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3180,7 +3180,7 @@ class MysqlaasClient {
|
|
|
3180
3180
|
* @param UpdateConfigurationRequest
|
|
3181
3181
|
* @return UpdateConfigurationResponse
|
|
3182
3182
|
* @throws OciError when an error occurs
|
|
3183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3183
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3184
3184
|
*/
|
|
3185
3185
|
updateConfiguration(updateConfigurationRequest) {
|
|
3186
3186
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3396,7 +3396,7 @@ class ReplicasClient {
|
|
|
3396
3396
|
* @param CreateReplicaRequest
|
|
3397
3397
|
* @return CreateReplicaResponse
|
|
3398
3398
|
* @throws OciError when an error occurs
|
|
3399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3399
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
3400
3400
|
*/
|
|
3401
3401
|
createReplica(createReplicaRequest) {
|
|
3402
3402
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3469,7 +3469,7 @@ class ReplicasClient {
|
|
|
3469
3469
|
* @param DeleteReplicaRequest
|
|
3470
3470
|
* @return DeleteReplicaResponse
|
|
3471
3471
|
* @throws OciError when an error occurs
|
|
3472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3472
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
3473
3473
|
*/
|
|
3474
3474
|
deleteReplica(deleteReplicaRequest) {
|
|
3475
3475
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3529,7 +3529,7 @@ class ReplicasClient {
|
|
|
3529
3529
|
* @param GetReplicaRequest
|
|
3530
3530
|
* @return GetReplicaResponse
|
|
3531
3531
|
* @throws OciError when an error occurs
|
|
3532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
3533
3533
|
*/
|
|
3534
3534
|
getReplica(getReplicaRequest) {
|
|
3535
3535
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3593,7 +3593,7 @@ class ReplicasClient {
|
|
|
3593
3593
|
* @param ListReplicasRequest
|
|
3594
3594
|
* @return ListReplicasResponse
|
|
3595
3595
|
* @throws OciError when an error occurs
|
|
3596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
3597
3597
|
*/
|
|
3598
3598
|
listReplicas(listReplicasRequest) {
|
|
3599
3599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3706,7 +3706,7 @@ class ReplicasClient {
|
|
|
3706
3706
|
* @param UpdateReplicaRequest
|
|
3707
3707
|
* @return UpdateReplicaResponse
|
|
3708
3708
|
* @throws OciError when an error occurs
|
|
3709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3709
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
3710
3710
|
*/
|
|
3711
3711
|
updateReplica(updateReplicaRequest) {
|
|
3712
3712
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3918,7 +3918,7 @@ class WorkRequestsClient {
|
|
|
3918
3918
|
* @param GetWorkRequestRequest
|
|
3919
3919
|
* @return GetWorkRequestResponse
|
|
3920
3920
|
* @throws OciError when an error occurs
|
|
3921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3921
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3922
3922
|
*/
|
|
3923
3923
|
getWorkRequest(getWorkRequestRequest) {
|
|
3924
3924
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3988,7 +3988,7 @@ class WorkRequestsClient {
|
|
|
3988
3988
|
* @param ListWorkRequestErrorsRequest
|
|
3989
3989
|
* @return ListWorkRequestErrorsResponse
|
|
3990
3990
|
* @throws OciError when an error occurs
|
|
3991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3992
3992
|
*/
|
|
3993
3993
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3994
3994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4095,7 +4095,7 @@ class WorkRequestsClient {
|
|
|
4095
4095
|
* @param ListWorkRequestLogsRequest
|
|
4096
4096
|
* @return ListWorkRequestLogsResponse
|
|
4097
4097
|
* @throws OciError when an error occurs
|
|
4098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4098
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4099
4099
|
*/
|
|
4100
4100
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4101
4101
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4202,7 +4202,7 @@ class WorkRequestsClient {
|
|
|
4202
4202
|
* @param ListWorkRequestsRequest
|
|
4203
4203
|
* @return ListWorkRequestsResponse
|
|
4204
4204
|
* @throws OciError when an error occurs
|
|
4205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4205
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.1/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4206
4206
|
*/
|
|
4207
4207
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4208
4208
|
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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/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.88.1/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|