oci-mysql 2.89.3 → 2.89.4
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 +47 -47
- package/lib/client.js +47 -47
- 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/copy-backup-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.89.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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 CopyBackupRequest
|
|
926
926
|
* @return CopyBackupResponse
|
|
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.89.
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/CopyBackup.ts.html |here} to see how to use CopyBackup API.
|
|
929
929
|
*/
|
|
930
930
|
copyBackup(copyBackupRequest) {
|
|
931
931
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -995,7 +995,7 @@ class DbBackupsClient {
|
|
|
995
995
|
* @param CreateBackupRequest
|
|
996
996
|
* @return CreateBackupResponse
|
|
997
997
|
* @throws OciError when an error occurs
|
|
998
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
999
999
|
*/
|
|
1000
1000
|
createBackup(createBackupRequest) {
|
|
1001
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1064,7 +1064,7 @@ class DbBackupsClient {
|
|
|
1064
1064
|
* @param DeleteBackupRequest
|
|
1065
1065
|
* @return DeleteBackupResponse
|
|
1066
1066
|
* @throws OciError when an error occurs
|
|
1067
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
1068
1068
|
*/
|
|
1069
1069
|
deleteBackup(deleteBackupRequest) {
|
|
1070
1070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1124,7 +1124,7 @@ class DbBackupsClient {
|
|
|
1124
1124
|
* @param GetBackupRequest
|
|
1125
1125
|
* @return GetBackupResponse
|
|
1126
1126
|
* @throws OciError when an error occurs
|
|
1127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
1128
1128
|
*/
|
|
1129
1129
|
getBackup(getBackupRequest) {
|
|
1130
1130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1189,7 +1189,7 @@ class DbBackupsClient {
|
|
|
1189
1189
|
* @param ListBackupsRequest
|
|
1190
1190
|
* @return ListBackupsResponse
|
|
1191
1191
|
* @throws OciError when an error occurs
|
|
1192
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1193
1193
|
*/
|
|
1194
1194
|
listBackups(listBackupsRequest) {
|
|
1195
1195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1301,7 +1301,7 @@ class DbBackupsClient {
|
|
|
1301
1301
|
* @param UpdateBackupRequest
|
|
1302
1302
|
* @return UpdateBackupResponse
|
|
1303
1303
|
* @throws OciError when an error occurs
|
|
1304
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1305
1305
|
*/
|
|
1306
1306
|
updateBackup(updateBackupRequest) {
|
|
1307
1307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1518,7 +1518,7 @@ class DbSystemClient {
|
|
|
1518
1518
|
* @param AddHeatWaveClusterRequest
|
|
1519
1519
|
* @return AddHeatWaveClusterResponse
|
|
1520
1520
|
* @throws OciError when an error occurs
|
|
1521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1522
1522
|
*/
|
|
1523
1523
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1524
1524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1590,7 +1590,7 @@ class DbSystemClient {
|
|
|
1590
1590
|
* @param CreateDbSystemRequest
|
|
1591
1591
|
* @return CreateDbSystemResponse
|
|
1592
1592
|
* @throws OciError when an error occurs
|
|
1593
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1594
1594
|
*/
|
|
1595
1595
|
createDbSystem(createDbSystemRequest) {
|
|
1596
1596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1665,7 +1665,7 @@ class DbSystemClient {
|
|
|
1665
1665
|
* @param DeleteDbSystemRequest
|
|
1666
1666
|
* @return DeleteDbSystemResponse
|
|
1667
1667
|
* @throws OciError when an error occurs
|
|
1668
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1669
1669
|
*/
|
|
1670
1670
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1671
1671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1727,7 +1727,7 @@ class DbSystemClient {
|
|
|
1727
1727
|
* @param DeleteHeatWaveClusterRequest
|
|
1728
1728
|
* @return DeleteHeatWaveClusterResponse
|
|
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.89.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1731
1731
|
*/
|
|
1732
1732
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1733
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1788,7 +1788,7 @@ class DbSystemClient {
|
|
|
1788
1788
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1789
1789
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1790
1790
|
* @throws OciError when an error occurs
|
|
1791
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1792
1792
|
*/
|
|
1793
1793
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1794
1794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1852,7 +1852,7 @@ class DbSystemClient {
|
|
|
1852
1852
|
* @param GetDbSystemRequest
|
|
1853
1853
|
* @return GetDbSystemResponse
|
|
1854
1854
|
* @throws OciError when an error occurs
|
|
1855
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1856
1856
|
*/
|
|
1857
1857
|
getDbSystem(getDbSystemRequest) {
|
|
1858
1858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1916,7 +1916,7 @@ class DbSystemClient {
|
|
|
1916
1916
|
* @param GetHeatWaveClusterRequest
|
|
1917
1917
|
* @return GetHeatWaveClusterResponse
|
|
1918
1918
|
* @throws OciError when an error occurs
|
|
1919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1920
1920
|
*/
|
|
1921
1921
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1922
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1982,7 +1982,7 @@ class DbSystemClient {
|
|
|
1982
1982
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
1983
1983
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
1984
1984
|
* @throws OciError when an error occurs
|
|
1985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
1985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
1986
1986
|
*/
|
|
1987
1987
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
1988
1988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2042,7 +2042,7 @@ class DbSystemClient {
|
|
|
2042
2042
|
* @param ListDbSystemsRequest
|
|
2043
2043
|
* @return ListDbSystemsResponse
|
|
2044
2044
|
* @throws OciError when an error occurs
|
|
2045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2046
2046
|
*/
|
|
2047
2047
|
listDbSystems(listDbSystemsRequest) {
|
|
2048
2048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2156,7 +2156,7 @@ class DbSystemClient {
|
|
|
2156
2156
|
* @param RestartDbSystemRequest
|
|
2157
2157
|
* @return RestartDbSystemResponse
|
|
2158
2158
|
* @throws OciError when an error occurs
|
|
2159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2160
2160
|
*/
|
|
2161
2161
|
restartDbSystem(restartDbSystemRequest) {
|
|
2162
2162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2218,7 +2218,7 @@ class DbSystemClient {
|
|
|
2218
2218
|
* @param RestartHeatWaveClusterRequest
|
|
2219
2219
|
* @return RestartHeatWaveClusterResponse
|
|
2220
2220
|
* @throws OciError when an error occurs
|
|
2221
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2222
2222
|
*/
|
|
2223
2223
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2224
2224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2279,7 +2279,7 @@ class DbSystemClient {
|
|
|
2279
2279
|
* @param StartDbSystemRequest
|
|
2280
2280
|
* @return StartDbSystemResponse
|
|
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.89.
|
|
2282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2283
2283
|
*/
|
|
2284
2284
|
startDbSystem(startDbSystemRequest) {
|
|
2285
2285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2340,7 +2340,7 @@ class DbSystemClient {
|
|
|
2340
2340
|
* @param StartHeatWaveClusterRequest
|
|
2341
2341
|
* @return StartHeatWaveClusterResponse
|
|
2342
2342
|
* @throws OciError when an error occurs
|
|
2343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2344
2344
|
*/
|
|
2345
2345
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2346
2346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2404,7 +2404,7 @@ class DbSystemClient {
|
|
|
2404
2404
|
* @param StopDbSystemRequest
|
|
2405
2405
|
* @return StopDbSystemResponse
|
|
2406
2406
|
* @throws OciError when an error occurs
|
|
2407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2408
2408
|
*/
|
|
2409
2409
|
stopDbSystem(stopDbSystemRequest) {
|
|
2410
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2466,7 +2466,7 @@ class DbSystemClient {
|
|
|
2466
2466
|
* @param StopHeatWaveClusterRequest
|
|
2467
2467
|
* @return StopHeatWaveClusterResponse
|
|
2468
2468
|
* @throws OciError when an error occurs
|
|
2469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2470
2470
|
*/
|
|
2471
2471
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2472
2472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2535,7 +2535,7 @@ class DbSystemClient {
|
|
|
2535
2535
|
* @param UpdateDbSystemRequest
|
|
2536
2536
|
* @return UpdateDbSystemResponse
|
|
2537
2537
|
* @throws OciError when an error occurs
|
|
2538
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2539
2539
|
*/
|
|
2540
2540
|
updateDbSystem(updateDbSystemRequest) {
|
|
2541
2541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2597,7 +2597,7 @@ class DbSystemClient {
|
|
|
2597
2597
|
* @param UpdateHeatWaveClusterRequest
|
|
2598
2598
|
* @return UpdateHeatWaveClusterResponse
|
|
2599
2599
|
* @throws OciError when an error occurs
|
|
2600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2601
2601
|
*/
|
|
2602
2602
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2603
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2809,7 +2809,7 @@ class MysqlaasClient {
|
|
|
2809
2809
|
* @param CreateConfigurationRequest
|
|
2810
2810
|
* @return CreateConfigurationResponse
|
|
2811
2811
|
* @throws OciError when an error occurs
|
|
2812
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
2813
2813
|
*/
|
|
2814
2814
|
createConfiguration(createConfigurationRequest) {
|
|
2815
2815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2884,7 +2884,7 @@ class MysqlaasClient {
|
|
|
2884
2884
|
* @param DeleteConfigurationRequest
|
|
2885
2885
|
* @return DeleteConfigurationResponse
|
|
2886
2886
|
* @throws OciError when an error occurs
|
|
2887
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
2888
2888
|
*/
|
|
2889
2889
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
2890
2890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2940,7 +2940,7 @@ class MysqlaasClient {
|
|
|
2940
2940
|
* @param GetConfigurationRequest
|
|
2941
2941
|
* @return GetConfigurationResponse
|
|
2942
2942
|
* @throws OciError when an error occurs
|
|
2943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
2943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
2944
2944
|
*/
|
|
2945
2945
|
getConfiguration(getConfigurationRequest) {
|
|
2946
2946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3012,7 +3012,7 @@ class MysqlaasClient {
|
|
|
3012
3012
|
* @param ListConfigurationsRequest
|
|
3013
3013
|
* @return ListConfigurationsResponse
|
|
3014
3014
|
* @throws OciError when an error occurs
|
|
3015
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3016
3016
|
*/
|
|
3017
3017
|
listConfigurations(listConfigurationsRequest) {
|
|
3018
3018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3128,7 +3128,7 @@ class MysqlaasClient {
|
|
|
3128
3128
|
* @param ListShapesRequest
|
|
3129
3129
|
* @return ListShapesResponse
|
|
3130
3130
|
* @throws OciError when an error occurs
|
|
3131
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3132
3132
|
*/
|
|
3133
3133
|
listShapes(listShapesRequest) {
|
|
3134
3134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3192,7 +3192,7 @@ class MysqlaasClient {
|
|
|
3192
3192
|
* @param ListVersionsRequest
|
|
3193
3193
|
* @return ListVersionsResponse
|
|
3194
3194
|
* @throws OciError when an error occurs
|
|
3195
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3196
3196
|
*/
|
|
3197
3197
|
listVersions(listVersionsRequest) {
|
|
3198
3198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3250,7 +3250,7 @@ class MysqlaasClient {
|
|
|
3250
3250
|
* @param UpdateConfigurationRequest
|
|
3251
3251
|
* @return UpdateConfigurationResponse
|
|
3252
3252
|
* @throws OciError when an error occurs
|
|
3253
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3254
3254
|
*/
|
|
3255
3255
|
updateConfiguration(updateConfigurationRequest) {
|
|
3256
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3466,7 +3466,7 @@ class ReplicasClient {
|
|
|
3466
3466
|
* @param CreateReplicaRequest
|
|
3467
3467
|
* @return CreateReplicaResponse
|
|
3468
3468
|
* @throws OciError when an error occurs
|
|
3469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
3470
3470
|
*/
|
|
3471
3471
|
createReplica(createReplicaRequest) {
|
|
3472
3472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3539,7 +3539,7 @@ class ReplicasClient {
|
|
|
3539
3539
|
* @param DeleteReplicaRequest
|
|
3540
3540
|
* @return DeleteReplicaResponse
|
|
3541
3541
|
* @throws OciError when an error occurs
|
|
3542
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
3543
3543
|
*/
|
|
3544
3544
|
deleteReplica(deleteReplicaRequest) {
|
|
3545
3545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3599,7 +3599,7 @@ class ReplicasClient {
|
|
|
3599
3599
|
* @param GetReplicaRequest
|
|
3600
3600
|
* @return GetReplicaResponse
|
|
3601
3601
|
* @throws OciError when an error occurs
|
|
3602
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
3603
3603
|
*/
|
|
3604
3604
|
getReplica(getReplicaRequest) {
|
|
3605
3605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3663,7 +3663,7 @@ class ReplicasClient {
|
|
|
3663
3663
|
* @param ListReplicasRequest
|
|
3664
3664
|
* @return ListReplicasResponse
|
|
3665
3665
|
* @throws OciError when an error occurs
|
|
3666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
3667
3667
|
*/
|
|
3668
3668
|
listReplicas(listReplicasRequest) {
|
|
3669
3669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3776,7 +3776,7 @@ class ReplicasClient {
|
|
|
3776
3776
|
* @param UpdateReplicaRequest
|
|
3777
3777
|
* @return UpdateReplicaResponse
|
|
3778
3778
|
* @throws OciError when an error occurs
|
|
3779
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
3779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
3780
3780
|
*/
|
|
3781
3781
|
updateReplica(updateReplicaRequest) {
|
|
3782
3782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3988,7 +3988,7 @@ class WorkRequestsClient {
|
|
|
3988
3988
|
* @param GetWorkRequestRequest
|
|
3989
3989
|
* @return GetWorkRequestResponse
|
|
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.89.
|
|
3991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3992
3992
|
*/
|
|
3993
3993
|
getWorkRequest(getWorkRequestRequest) {
|
|
3994
3994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4058,7 +4058,7 @@ class WorkRequestsClient {
|
|
|
4058
4058
|
* @param ListWorkRequestErrorsRequest
|
|
4059
4059
|
* @return ListWorkRequestErrorsResponse
|
|
4060
4060
|
* @throws OciError when an error occurs
|
|
4061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
4062
4062
|
*/
|
|
4063
4063
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
4064
4064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4165,7 +4165,7 @@ class WorkRequestsClient {
|
|
|
4165
4165
|
* @param ListWorkRequestLogsRequest
|
|
4166
4166
|
* @return ListWorkRequestLogsResponse
|
|
4167
4167
|
* @throws OciError when an error occurs
|
|
4168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4169
4169
|
*/
|
|
4170
4170
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4171
4171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4272,7 +4272,7 @@ class WorkRequestsClient {
|
|
|
4272
4272
|
* @param ListWorkRequestsRequest
|
|
4273
4273
|
* @return ListWorkRequestsResponse
|
|
4274
4274
|
* @throws OciError when an error occurs
|
|
4275
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.
|
|
4275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4276
4276
|
*/
|
|
4277
4277
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4278
4278
|
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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/CopyBackup.ts.html |here} to see how to use CopyBackupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CopyBackupRequest 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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/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.89.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.4/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDbSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|