oci-mysql 2.5.1 → 2.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +6 -0
- package/lib/client.d.ts +50 -50
- package/lib/client.js +50 -50
- package/lib/request/add-analytics-cluster-request.d.ts +1 -1
- 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/delete-analytics-cluster-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/generate-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-analytics-cluster-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-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-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-analytics-cluster-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-analytics-cluster-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-analytics-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-analytics-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/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -145,7 +145,7 @@ class ChannelsClient {
|
|
|
145
145
|
* @param CreateChannelRequest
|
|
146
146
|
* @return CreateChannelResponse
|
|
147
147
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
148
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
149
149
|
*/
|
|
150
150
|
createChannel(createChannelRequest) {
|
|
151
151
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -209,7 +209,7 @@ class ChannelsClient {
|
|
|
209
209
|
* @param DeleteChannelRequest
|
|
210
210
|
* @return DeleteChannelResponse
|
|
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.5.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
213
213
|
*/
|
|
214
214
|
deleteChannel(deleteChannelRequest) {
|
|
215
215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -268,7 +268,7 @@ class ChannelsClient {
|
|
|
268
268
|
* @param GetChannelRequest
|
|
269
269
|
* @return GetChannelResponse
|
|
270
270
|
* @throws OciError when an error occurs
|
|
271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
272
272
|
*/
|
|
273
273
|
getChannel(getChannelRequest) {
|
|
274
274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -328,7 +328,7 @@ class ChannelsClient {
|
|
|
328
328
|
* @param ListChannelsRequest
|
|
329
329
|
* @return ListChannelsResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
332
332
|
*/
|
|
333
333
|
listChannels(listChannelsRequest) {
|
|
334
334
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -438,7 +438,7 @@ class ChannelsClient {
|
|
|
438
438
|
* @param ResetChannelRequest
|
|
439
439
|
* @return ResetChannelResponse
|
|
440
440
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
442
442
|
*/
|
|
443
443
|
resetChannel(resetChannelRequest) {
|
|
444
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -498,7 +498,7 @@ class ChannelsClient {
|
|
|
498
498
|
* @param ResumeChannelRequest
|
|
499
499
|
* @return ResumeChannelResponse
|
|
500
500
|
* @throws OciError when an error occurs
|
|
501
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
502
502
|
*/
|
|
503
503
|
resumeChannel(resumeChannelRequest) {
|
|
504
504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -559,7 +559,7 @@ class ChannelsClient {
|
|
|
559
559
|
* @param UpdateChannelRequest
|
|
560
560
|
* @return UpdateChannelResponse
|
|
561
561
|
* @throws OciError when an error occurs
|
|
562
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
562
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
563
563
|
*/
|
|
564
564
|
updateChannel(updateChannelRequest) {
|
|
565
565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -708,7 +708,7 @@ class DbBackupsClient {
|
|
|
708
708
|
* @param ChangeBackupCompartmentRequest
|
|
709
709
|
* @return ChangeBackupCompartmentResponse
|
|
710
710
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
712
712
|
*/
|
|
713
713
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
714
714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -767,7 +767,7 @@ class DbBackupsClient {
|
|
|
767
767
|
* @param CreateBackupRequest
|
|
768
768
|
* @return CreateBackupResponse
|
|
769
769
|
* @throws OciError when an error occurs
|
|
770
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
770
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
771
771
|
*/
|
|
772
772
|
createBackup(createBackupRequest) {
|
|
773
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -832,7 +832,7 @@ class DbBackupsClient {
|
|
|
832
832
|
* @param DeleteBackupRequest
|
|
833
833
|
* @return DeleteBackupResponse
|
|
834
834
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
835
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
836
836
|
*/
|
|
837
837
|
deleteBackup(deleteBackupRequest) {
|
|
838
838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -888,7 +888,7 @@ class DbBackupsClient {
|
|
|
888
888
|
* @param GetBackupRequest
|
|
889
889
|
* @return GetBackupResponse
|
|
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.5.
|
|
891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
892
892
|
*/
|
|
893
893
|
getBackup(getBackupRequest) {
|
|
894
894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -949,7 +949,7 @@ class DbBackupsClient {
|
|
|
949
949
|
* @param ListBackupsRequest
|
|
950
950
|
* @return ListBackupsResponse
|
|
951
951
|
* @throws OciError when an error occurs
|
|
952
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
952
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
953
953
|
*/
|
|
954
954
|
listBackups(listBackupsRequest) {
|
|
955
955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1057,7 +1057,7 @@ class DbBackupsClient {
|
|
|
1057
1057
|
* @param UpdateBackupRequest
|
|
1058
1058
|
* @return UpdateBackupResponse
|
|
1059
1059
|
* @throws OciError when an error occurs
|
|
1060
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1060
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1061
1061
|
*/
|
|
1062
1062
|
updateBackup(updateBackupRequest) {
|
|
1063
1063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1200,7 +1200,7 @@ class DbSystemClient {
|
|
|
1200
1200
|
* @param AddAnalyticsClusterRequest
|
|
1201
1201
|
* @return AddAnalyticsClusterResponse
|
|
1202
1202
|
* @throws OciError when an error occurs
|
|
1203
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1203
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1204
1204
|
*/
|
|
1205
1205
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1206
1206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1268,7 +1268,7 @@ class DbSystemClient {
|
|
|
1268
1268
|
* @param AddHeatWaveClusterRequest
|
|
1269
1269
|
* @return AddHeatWaveClusterResponse
|
|
1270
1270
|
* @throws OciError when an error occurs
|
|
1271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1272
1272
|
*/
|
|
1273
1273
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1274
1274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1336,7 +1336,7 @@ class DbSystemClient {
|
|
|
1336
1336
|
* @param CreateDbSystemRequest
|
|
1337
1337
|
* @return CreateDbSystemResponse
|
|
1338
1338
|
* @throws OciError when an error occurs
|
|
1339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1339
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1340
1340
|
*/
|
|
1341
1341
|
createDbSystem(createDbSystemRequest) {
|
|
1342
1342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1408,7 +1408,7 @@ class DbSystemClient {
|
|
|
1408
1408
|
* @param DeleteAnalyticsClusterRequest
|
|
1409
1409
|
* @return DeleteAnalyticsClusterResponse
|
|
1410
1410
|
* @throws OciError when an error occurs
|
|
1411
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1411
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1412
1412
|
*/
|
|
1413
1413
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1414
1414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1466,7 +1466,7 @@ class DbSystemClient {
|
|
|
1466
1466
|
* @param DeleteDbSystemRequest
|
|
1467
1467
|
* @return DeleteDbSystemResponse
|
|
1468
1468
|
* @throws OciError when an error occurs
|
|
1469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1470
1470
|
*/
|
|
1471
1471
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1472
1472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1524,7 +1524,7 @@ class DbSystemClient {
|
|
|
1524
1524
|
* @param DeleteHeatWaveClusterRequest
|
|
1525
1525
|
* @return DeleteHeatWaveClusterResponse
|
|
1526
1526
|
* @throws OciError when an error occurs
|
|
1527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1528
1528
|
*/
|
|
1529
1529
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1530
1530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1582,7 +1582,7 @@ class DbSystemClient {
|
|
|
1582
1582
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1583
1583
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1584
1584
|
* @throws OciError when an error occurs
|
|
1585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1586
1586
|
*/
|
|
1587
1587
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1588
1588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1643,7 +1643,7 @@ class DbSystemClient {
|
|
|
1643
1643
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1644
1644
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1645
1645
|
* @throws OciError when an error occurs
|
|
1646
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1646
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1647
1647
|
*/
|
|
1648
1648
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1649
1649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1705,7 +1705,7 @@ class DbSystemClient {
|
|
|
1705
1705
|
* @param GetAnalyticsClusterRequest
|
|
1706
1706
|
* @return GetAnalyticsClusterResponse
|
|
1707
1707
|
* @throws OciError when an error occurs
|
|
1708
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1709
1709
|
*/
|
|
1710
1710
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1711
1711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1768,7 +1768,7 @@ class DbSystemClient {
|
|
|
1768
1768
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1769
1769
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1770
1770
|
* @throws OciError when an error occurs
|
|
1771
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1771
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1772
1772
|
*/
|
|
1773
1773
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1774
1774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1822,7 +1822,7 @@ class DbSystemClient {
|
|
|
1822
1822
|
* @param GetDbSystemRequest
|
|
1823
1823
|
* @return GetDbSystemResponse
|
|
1824
1824
|
* @throws OciError when an error occurs
|
|
1825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1826
1826
|
*/
|
|
1827
1827
|
getDbSystem(getDbSystemRequest) {
|
|
1828
1828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1882,7 +1882,7 @@ class DbSystemClient {
|
|
|
1882
1882
|
* @param GetHeatWaveClusterRequest
|
|
1883
1883
|
* @return GetHeatWaveClusterResponse
|
|
1884
1884
|
* @throws OciError when an error occurs
|
|
1885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1886
1886
|
*/
|
|
1887
1887
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1888
1888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1944,7 +1944,7 @@ class DbSystemClient {
|
|
|
1944
1944
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
1945
1945
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
1946
1946
|
* @throws OciError when an error occurs
|
|
1947
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
1947
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
1948
1948
|
*/
|
|
1949
1949
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
1950
1950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2000,7 +2000,7 @@ class DbSystemClient {
|
|
|
2000
2000
|
* @param ListDbSystemsRequest
|
|
2001
2001
|
* @return ListDbSystemsResponse
|
|
2002
2002
|
* @throws OciError when an error occurs
|
|
2003
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2003
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2004
2004
|
*/
|
|
2005
2005
|
listDbSystems(listDbSystemsRequest) {
|
|
2006
2006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2112,7 +2112,7 @@ class DbSystemClient {
|
|
|
2112
2112
|
* @param RestartAnalyticsClusterRequest
|
|
2113
2113
|
* @return RestartAnalyticsClusterResponse
|
|
2114
2114
|
* @throws OciError when an error occurs
|
|
2115
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2115
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2116
2116
|
*/
|
|
2117
2117
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2118
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2169,7 +2169,7 @@ class DbSystemClient {
|
|
|
2169
2169
|
* @param RestartDbSystemRequest
|
|
2170
2170
|
* @return RestartDbSystemResponse
|
|
2171
2171
|
* @throws OciError when an error occurs
|
|
2172
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2172
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2173
2173
|
*/
|
|
2174
2174
|
restartDbSystem(restartDbSystemRequest) {
|
|
2175
2175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2227,7 +2227,7 @@ class DbSystemClient {
|
|
|
2227
2227
|
* @param RestartHeatWaveClusterRequest
|
|
2228
2228
|
* @return RestartHeatWaveClusterResponse
|
|
2229
2229
|
* @throws OciError when an error occurs
|
|
2230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2231
2231
|
*/
|
|
2232
2232
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2233
2233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2286,7 +2286,7 @@ class DbSystemClient {
|
|
|
2286
2286
|
* @param StartAnalyticsClusterRequest
|
|
2287
2287
|
* @return StartAnalyticsClusterResponse
|
|
2288
2288
|
* @throws OciError when an error occurs
|
|
2289
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2289
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2290
2290
|
*/
|
|
2291
2291
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2292
2292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2343,7 +2343,7 @@ class DbSystemClient {
|
|
|
2343
2343
|
* @param StartDbSystemRequest
|
|
2344
2344
|
* @return StartDbSystemResponse
|
|
2345
2345
|
* @throws OciError when an error occurs
|
|
2346
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2346
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2347
2347
|
*/
|
|
2348
2348
|
startDbSystem(startDbSystemRequest) {
|
|
2349
2349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2400,7 +2400,7 @@ class DbSystemClient {
|
|
|
2400
2400
|
* @param StartHeatWaveClusterRequest
|
|
2401
2401
|
* @return StartHeatWaveClusterResponse
|
|
2402
2402
|
* @throws OciError when an error occurs
|
|
2403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2404
2404
|
*/
|
|
2405
2405
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2406
2406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2459,7 +2459,7 @@ class DbSystemClient {
|
|
|
2459
2459
|
* @param StopAnalyticsClusterRequest
|
|
2460
2460
|
* @return StopAnalyticsClusterResponse
|
|
2461
2461
|
* @throws OciError when an error occurs
|
|
2462
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2462
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2463
2463
|
*/
|
|
2464
2464
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2465
2465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2519,7 +2519,7 @@ class DbSystemClient {
|
|
|
2519
2519
|
* @param StopDbSystemRequest
|
|
2520
2520
|
* @return StopDbSystemResponse
|
|
2521
2521
|
* @throws OciError when an error occurs
|
|
2522
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2522
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2523
2523
|
*/
|
|
2524
2524
|
stopDbSystem(stopDbSystemRequest) {
|
|
2525
2525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2577,7 +2577,7 @@ class DbSystemClient {
|
|
|
2577
2577
|
* @param StopHeatWaveClusterRequest
|
|
2578
2578
|
* @return StopHeatWaveClusterResponse
|
|
2579
2579
|
* @throws OciError when an error occurs
|
|
2580
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2580
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2581
2581
|
*/
|
|
2582
2582
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2583
2583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2636,7 +2636,7 @@ class DbSystemClient {
|
|
|
2636
2636
|
* @param UpdateAnalyticsClusterRequest
|
|
2637
2637
|
* @return UpdateAnalyticsClusterResponse
|
|
2638
2638
|
* @throws OciError when an error occurs
|
|
2639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2640
2640
|
*/
|
|
2641
2641
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2642
2642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2701,7 +2701,7 @@ class DbSystemClient {
|
|
|
2701
2701
|
* @param UpdateDbSystemRequest
|
|
2702
2702
|
* @return UpdateDbSystemResponse
|
|
2703
2703
|
* @throws OciError when an error occurs
|
|
2704
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2704
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2705
2705
|
*/
|
|
2706
2706
|
updateDbSystem(updateDbSystemRequest) {
|
|
2707
2707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2759,7 +2759,7 @@ class DbSystemClient {
|
|
|
2759
2759
|
* @param UpdateHeatWaveClusterRequest
|
|
2760
2760
|
* @return UpdateHeatWaveClusterResponse
|
|
2761
2761
|
* @throws OciError when an error occurs
|
|
2762
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2763
2763
|
*/
|
|
2764
2764
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2765
2765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2905,7 +2905,7 @@ class MysqlaasClient {
|
|
|
2905
2905
|
* @param CreateConfigurationRequest
|
|
2906
2906
|
* @return CreateConfigurationResponse
|
|
2907
2907
|
* @throws OciError when an error occurs
|
|
2908
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2908
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
2909
2909
|
*/
|
|
2910
2910
|
createConfiguration(createConfigurationRequest) {
|
|
2911
2911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2976,7 +2976,7 @@ class MysqlaasClient {
|
|
|
2976
2976
|
* @param DeleteConfigurationRequest
|
|
2977
2977
|
* @return DeleteConfigurationResponse
|
|
2978
2978
|
* @throws OciError when an error occurs
|
|
2979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
2979
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
2980
2980
|
*/
|
|
2981
2981
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
2982
2982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3028,7 +3028,7 @@ class MysqlaasClient {
|
|
|
3028
3028
|
* @param GetConfigurationRequest
|
|
3029
3029
|
* @return GetConfigurationResponse
|
|
3030
3030
|
* @throws OciError when an error occurs
|
|
3031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3032
3032
|
*/
|
|
3033
3033
|
getConfiguration(getConfigurationRequest) {
|
|
3034
3034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3096,7 +3096,7 @@ class MysqlaasClient {
|
|
|
3096
3096
|
* @param ListConfigurationsRequest
|
|
3097
3097
|
* @return ListConfigurationsResponse
|
|
3098
3098
|
* @throws OciError when an error occurs
|
|
3099
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3099
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3100
3100
|
*/
|
|
3101
3101
|
listConfigurations(listConfigurationsRequest) {
|
|
3102
3102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3208,7 +3208,7 @@ class MysqlaasClient {
|
|
|
3208
3208
|
* @param ListShapesRequest
|
|
3209
3209
|
* @return ListShapesResponse
|
|
3210
3210
|
* @throws OciError when an error occurs
|
|
3211
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3211
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3212
3212
|
*/
|
|
3213
3213
|
listShapes(listShapesRequest) {
|
|
3214
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3268,7 +3268,7 @@ class MysqlaasClient {
|
|
|
3268
3268
|
* @param ListVersionsRequest
|
|
3269
3269
|
* @return ListVersionsResponse
|
|
3270
3270
|
* @throws OciError when an error occurs
|
|
3271
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3271
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3272
3272
|
*/
|
|
3273
3273
|
listVersions(listVersionsRequest) {
|
|
3274
3274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3322,7 +3322,7 @@ class MysqlaasClient {
|
|
|
3322
3322
|
* @param UpdateConfigurationRequest
|
|
3323
3323
|
* @return UpdateConfigurationResponse
|
|
3324
3324
|
* @throws OciError when an error occurs
|
|
3325
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3325
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3326
3326
|
*/
|
|
3327
3327
|
updateConfiguration(updateConfigurationRequest) {
|
|
3328
3328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3472,7 +3472,7 @@ class WorkRequestsClient {
|
|
|
3472
3472
|
* @param GetWorkRequestRequest
|
|
3473
3473
|
* @return GetWorkRequestResponse
|
|
3474
3474
|
* @throws OciError when an error occurs
|
|
3475
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3475
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3476
3476
|
*/
|
|
3477
3477
|
getWorkRequest(getWorkRequestRequest) {
|
|
3478
3478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3538,7 +3538,7 @@ class WorkRequestsClient {
|
|
|
3538
3538
|
* @param ListWorkRequestErrorsRequest
|
|
3539
3539
|
* @return ListWorkRequestErrorsResponse
|
|
3540
3540
|
* @throws OciError when an error occurs
|
|
3541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3542
3542
|
*/
|
|
3543
3543
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3544
3544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3641,7 +3641,7 @@ class WorkRequestsClient {
|
|
|
3641
3641
|
* @param ListWorkRequestLogsRequest
|
|
3642
3642
|
* @return ListWorkRequestLogsResponse
|
|
3643
3643
|
* @throws OciError when an error occurs
|
|
3644
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3644
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3645
3645
|
*/
|
|
3646
3646
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3647
3647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3744,7 +3744,7 @@ class WorkRequestsClient {
|
|
|
3744
3744
|
* @param ListWorkRequestsRequest
|
|
3745
3745
|
* @return ListWorkRequestsResponse
|
|
3746
3746
|
* @throws OciError when an error occurs
|
|
3747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
3747
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3748
3748
|
*/
|
|
3749
3749
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3750
3750
|
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.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddAnalyticsClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveClusterRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface AddHeatWaveClusterRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeBackupCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateBackup.ts.html |here} to see how to use CreateBackupRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateBackupRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateChannel.ts.html |here} to see how to use CreateChannelRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateChannelRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfigurationRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateConfigurationRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystemRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDbSystemRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackupRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteBackupRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannelRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteChannelRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfigurationRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteConfigurationRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystemRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDbSystemRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteHeatWaveClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GenerateAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GenerateHeatWaveClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimateRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterMemoryEstimateRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsClusterRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetAnalyticsClusterRequest extends common.BaseRequest {
|
|
18
18
|
/**
|