oci-mysql 2.3.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 +169 -50
- package/lib/client.js +197 -50
- package/lib/client.js.map +1 -1
- package/lib/model/backup.d.ts +3 -1
- package/lib/model/backup.js +1 -0
- package/lib/model/backup.js.map +1 -1
- package/lib/model/configuration-variables.d.ts +30 -1
- package/lib/model/configuration-variables.js +10 -0
- package/lib/model/configuration-variables.js.map +1 -1
- 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.
|
|
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.
|
|
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.
|
|
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.
|
|
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* () {
|
|
@@ -392,6 +392,7 @@ class ChannelsClient {
|
|
|
392
392
|
});
|
|
393
393
|
}
|
|
394
394
|
/**
|
|
395
|
+
* NOTE: This function is deprecated in favor of listChannelsRecordIterator function.
|
|
395
396
|
* Creates a new async iterator which will iterate over the models.ChannelSummary objects
|
|
396
397
|
* contained in responses from the listChannels operation. This iterator will fetch more data from the
|
|
397
398
|
* server as needed.
|
|
@@ -402,6 +403,7 @@ class ChannelsClient {
|
|
|
402
403
|
return oci_common_1.paginateRecords(request, req => this.listChannels(req));
|
|
403
404
|
}
|
|
404
405
|
/**
|
|
406
|
+
* NOTE: This function is deprecated in favor of listChannelsResponseIterator function.
|
|
405
407
|
* Creates a new async iterator which will iterate over the responses received from the listChannels operation. This iterator
|
|
406
408
|
* will fetch more data from the server as needed.
|
|
407
409
|
*
|
|
@@ -410,6 +412,25 @@ class ChannelsClient {
|
|
|
410
412
|
listAllChannelsResponses(request) {
|
|
411
413
|
return oci_common_1.paginateResponses(request, req => this.listChannels(req));
|
|
412
414
|
}
|
|
415
|
+
/**
|
|
416
|
+
* Creates a new async iterator which will iterate over the models.ChannelSummary objects
|
|
417
|
+
* contained in responses from the listChannels operation. This iterator will fetch more data from the
|
|
418
|
+
* server as needed.
|
|
419
|
+
*
|
|
420
|
+
* @param request a request which can be sent to the service operation
|
|
421
|
+
*/
|
|
422
|
+
listChannelsRecordIterator(request) {
|
|
423
|
+
return oci_common_1.paginateRecords(request, req => this.listChannels(req));
|
|
424
|
+
}
|
|
425
|
+
/**
|
|
426
|
+
* Creates a new async iterator which will iterate over the responses received from the listChannels operation. This iterator
|
|
427
|
+
* will fetch more data from the server as needed.
|
|
428
|
+
*
|
|
429
|
+
* @param request a request which can be sent to the service operation
|
|
430
|
+
*/
|
|
431
|
+
listChannelsResponseIterator(request) {
|
|
432
|
+
return oci_common_1.paginateResponses(request, req => this.listChannels(req));
|
|
433
|
+
}
|
|
413
434
|
/**
|
|
414
435
|
* Resets the specified Channel by purging its cached information, leaving the Channel
|
|
415
436
|
* as if it had just been created. This operation is only accepted in Inactive Channels.
|
|
@@ -417,7 +438,7 @@ class ChannelsClient {
|
|
|
417
438
|
* @param ResetChannelRequest
|
|
418
439
|
* @return ResetChannelResponse
|
|
419
440
|
* @throws OciError when an error occurs
|
|
420
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
421
442
|
*/
|
|
422
443
|
resetChannel(resetChannelRequest) {
|
|
423
444
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -477,7 +498,7 @@ class ChannelsClient {
|
|
|
477
498
|
* @param ResumeChannelRequest
|
|
478
499
|
* @return ResumeChannelResponse
|
|
479
500
|
* @throws OciError when an error occurs
|
|
480
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
481
502
|
*/
|
|
482
503
|
resumeChannel(resumeChannelRequest) {
|
|
483
504
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -538,7 +559,7 @@ class ChannelsClient {
|
|
|
538
559
|
* @param UpdateChannelRequest
|
|
539
560
|
* @return UpdateChannelResponse
|
|
540
561
|
* @throws OciError when an error occurs
|
|
541
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
542
563
|
*/
|
|
543
564
|
updateChannel(updateChannelRequest) {
|
|
544
565
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -687,7 +708,7 @@ class DbBackupsClient {
|
|
|
687
708
|
* @param ChangeBackupCompartmentRequest
|
|
688
709
|
* @return ChangeBackupCompartmentResponse
|
|
689
710
|
* @throws OciError when an error occurs
|
|
690
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
691
712
|
*/
|
|
692
713
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
693
714
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -746,7 +767,7 @@ class DbBackupsClient {
|
|
|
746
767
|
* @param CreateBackupRequest
|
|
747
768
|
* @return CreateBackupResponse
|
|
748
769
|
* @throws OciError when an error occurs
|
|
749
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
750
771
|
*/
|
|
751
772
|
createBackup(createBackupRequest) {
|
|
752
773
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -811,7 +832,7 @@ class DbBackupsClient {
|
|
|
811
832
|
* @param DeleteBackupRequest
|
|
812
833
|
* @return DeleteBackupResponse
|
|
813
834
|
* @throws OciError when an error occurs
|
|
814
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
815
836
|
*/
|
|
816
837
|
deleteBackup(deleteBackupRequest) {
|
|
817
838
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -867,7 +888,7 @@ class DbBackupsClient {
|
|
|
867
888
|
* @param GetBackupRequest
|
|
868
889
|
* @return GetBackupResponse
|
|
869
890
|
* @throws OciError when an error occurs
|
|
870
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
891
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.5.2/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
871
892
|
*/
|
|
872
893
|
getBackup(getBackupRequest) {
|
|
873
894
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -928,7 +949,7 @@ class DbBackupsClient {
|
|
|
928
949
|
* @param ListBackupsRequest
|
|
929
950
|
* @return ListBackupsResponse
|
|
930
951
|
* @throws OciError when an error occurs
|
|
931
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
932
953
|
*/
|
|
933
954
|
listBackups(listBackupsRequest) {
|
|
934
955
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -992,6 +1013,7 @@ class DbBackupsClient {
|
|
|
992
1013
|
});
|
|
993
1014
|
}
|
|
994
1015
|
/**
|
|
1016
|
+
* NOTE: This function is deprecated in favor of listBackupsRecordIterator function.
|
|
995
1017
|
* Creates a new async iterator which will iterate over the models.BackupSummary objects
|
|
996
1018
|
* contained in responses from the listBackups operation. This iterator will fetch more data from the
|
|
997
1019
|
* server as needed.
|
|
@@ -1002,6 +1024,7 @@ class DbBackupsClient {
|
|
|
1002
1024
|
return oci_common_1.paginateRecords(request, req => this.listBackups(req));
|
|
1003
1025
|
}
|
|
1004
1026
|
/**
|
|
1027
|
+
* NOTE: This function is deprecated in favor of listBackupsResponseIterator function.
|
|
1005
1028
|
* Creates a new async iterator which will iterate over the responses received from the listBackups operation. This iterator
|
|
1006
1029
|
* will fetch more data from the server as needed.
|
|
1007
1030
|
*
|
|
@@ -1010,12 +1033,31 @@ class DbBackupsClient {
|
|
|
1010
1033
|
listAllBackupsResponses(request) {
|
|
1011
1034
|
return oci_common_1.paginateResponses(request, req => this.listBackups(req));
|
|
1012
1035
|
}
|
|
1036
|
+
/**
|
|
1037
|
+
* Creates a new async iterator which will iterate over the models.BackupSummary objects
|
|
1038
|
+
* contained in responses from the listBackups operation. This iterator will fetch more data from the
|
|
1039
|
+
* server as needed.
|
|
1040
|
+
*
|
|
1041
|
+
* @param request a request which can be sent to the service operation
|
|
1042
|
+
*/
|
|
1043
|
+
listBackupsRecordIterator(request) {
|
|
1044
|
+
return oci_common_1.paginateRecords(request, req => this.listBackups(req));
|
|
1045
|
+
}
|
|
1046
|
+
/**
|
|
1047
|
+
* Creates a new async iterator which will iterate over the responses received from the listBackups operation. This iterator
|
|
1048
|
+
* will fetch more data from the server as needed.
|
|
1049
|
+
*
|
|
1050
|
+
* @param request a request which can be sent to the service operation
|
|
1051
|
+
*/
|
|
1052
|
+
listBackupsResponseIterator(request) {
|
|
1053
|
+
return oci_common_1.paginateResponses(request, req => this.listBackups(req));
|
|
1054
|
+
}
|
|
1013
1055
|
/**
|
|
1014
1056
|
* Update the metadata of a Backup. Metadata such as the displayName or description
|
|
1015
1057
|
* @param UpdateBackupRequest
|
|
1016
1058
|
* @return UpdateBackupResponse
|
|
1017
1059
|
* @throws OciError when an error occurs
|
|
1018
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1019
1061
|
*/
|
|
1020
1062
|
updateBackup(updateBackupRequest) {
|
|
1021
1063
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1158,7 +1200,7 @@ class DbSystemClient {
|
|
|
1158
1200
|
* @param AddAnalyticsClusterRequest
|
|
1159
1201
|
* @return AddAnalyticsClusterResponse
|
|
1160
1202
|
* @throws OciError when an error occurs
|
|
1161
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1162
1204
|
*/
|
|
1163
1205
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1164
1206
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1226,7 +1268,7 @@ class DbSystemClient {
|
|
|
1226
1268
|
* @param AddHeatWaveClusterRequest
|
|
1227
1269
|
* @return AddHeatWaveClusterResponse
|
|
1228
1270
|
* @throws OciError when an error occurs
|
|
1229
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1230
1272
|
*/
|
|
1231
1273
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1232
1274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1294,7 +1336,7 @@ class DbSystemClient {
|
|
|
1294
1336
|
* @param CreateDbSystemRequest
|
|
1295
1337
|
* @return CreateDbSystemResponse
|
|
1296
1338
|
* @throws OciError when an error occurs
|
|
1297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1298
1340
|
*/
|
|
1299
1341
|
createDbSystem(createDbSystemRequest) {
|
|
1300
1342
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1366,7 +1408,7 @@ class DbSystemClient {
|
|
|
1366
1408
|
* @param DeleteAnalyticsClusterRequest
|
|
1367
1409
|
* @return DeleteAnalyticsClusterResponse
|
|
1368
1410
|
* @throws OciError when an error occurs
|
|
1369
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1370
1412
|
*/
|
|
1371
1413
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1372
1414
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1424,7 +1466,7 @@ class DbSystemClient {
|
|
|
1424
1466
|
* @param DeleteDbSystemRequest
|
|
1425
1467
|
* @return DeleteDbSystemResponse
|
|
1426
1468
|
* @throws OciError when an error occurs
|
|
1427
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1428
1470
|
*/
|
|
1429
1471
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1430
1472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1482,7 +1524,7 @@ class DbSystemClient {
|
|
|
1482
1524
|
* @param DeleteHeatWaveClusterRequest
|
|
1483
1525
|
* @return DeleteHeatWaveClusterResponse
|
|
1484
1526
|
* @throws OciError when an error occurs
|
|
1485
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1486
1528
|
*/
|
|
1487
1529
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1488
1530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1540,7 +1582,7 @@ class DbSystemClient {
|
|
|
1540
1582
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1541
1583
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1542
1584
|
* @throws OciError when an error occurs
|
|
1543
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1544
1586
|
*/
|
|
1545
1587
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1546
1588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1601,7 +1643,7 @@ class DbSystemClient {
|
|
|
1601
1643
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1602
1644
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1603
1645
|
* @throws OciError when an error occurs
|
|
1604
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1605
1647
|
*/
|
|
1606
1648
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1607
1649
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1663,7 +1705,7 @@ class DbSystemClient {
|
|
|
1663
1705
|
* @param GetAnalyticsClusterRequest
|
|
1664
1706
|
* @return GetAnalyticsClusterResponse
|
|
1665
1707
|
* @throws OciError when an error occurs
|
|
1666
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1667
1709
|
*/
|
|
1668
1710
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1669
1711
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1726,7 +1768,7 @@ class DbSystemClient {
|
|
|
1726
1768
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1727
1769
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1728
1770
|
* @throws OciError when an error occurs
|
|
1729
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1730
1772
|
*/
|
|
1731
1773
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1732
1774
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1780,7 +1822,7 @@ class DbSystemClient {
|
|
|
1780
1822
|
* @param GetDbSystemRequest
|
|
1781
1823
|
* @return GetDbSystemResponse
|
|
1782
1824
|
* @throws OciError when an error occurs
|
|
1783
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1784
1826
|
*/
|
|
1785
1827
|
getDbSystem(getDbSystemRequest) {
|
|
1786
1828
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1840,7 +1882,7 @@ class DbSystemClient {
|
|
|
1840
1882
|
* @param GetHeatWaveClusterRequest
|
|
1841
1883
|
* @return GetHeatWaveClusterResponse
|
|
1842
1884
|
* @throws OciError when an error occurs
|
|
1843
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1844
1886
|
*/
|
|
1845
1887
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1846
1888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1902,7 +1944,7 @@ class DbSystemClient {
|
|
|
1902
1944
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
1903
1945
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
1904
1946
|
* @throws OciError when an error occurs
|
|
1905
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1906
1948
|
*/
|
|
1907
1949
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
1908
1950
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1958,7 +2000,7 @@ class DbSystemClient {
|
|
|
1958
2000
|
* @param ListDbSystemsRequest
|
|
1959
2001
|
* @return ListDbSystemsResponse
|
|
1960
2002
|
* @throws OciError when an error occurs
|
|
1961
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
1962
2004
|
*/
|
|
1963
2005
|
listDbSystems(listDbSystemsRequest) {
|
|
1964
2006
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2024,6 +2066,7 @@ class DbSystemClient {
|
|
|
2024
2066
|
});
|
|
2025
2067
|
}
|
|
2026
2068
|
/**
|
|
2069
|
+
* NOTE: This function is deprecated in favor of listDbSystemsRecordIterator function.
|
|
2027
2070
|
* Creates a new async iterator which will iterate over the models.DbSystemSummary objects
|
|
2028
2071
|
* contained in responses from the listDbSystems operation. This iterator will fetch more data from the
|
|
2029
2072
|
* server as needed.
|
|
@@ -2034,6 +2077,7 @@ class DbSystemClient {
|
|
|
2034
2077
|
return oci_common_1.paginateRecords(request, req => this.listDbSystems(req));
|
|
2035
2078
|
}
|
|
2036
2079
|
/**
|
|
2080
|
+
* NOTE: This function is deprecated in favor of listDbSystemsResponseIterator function.
|
|
2037
2081
|
* Creates a new async iterator which will iterate over the responses received from the listDbSystems operation. This iterator
|
|
2038
2082
|
* will fetch more data from the server as needed.
|
|
2039
2083
|
*
|
|
@@ -2042,6 +2086,25 @@ class DbSystemClient {
|
|
|
2042
2086
|
listAllDbSystemsResponses(request) {
|
|
2043
2087
|
return oci_common_1.paginateResponses(request, req => this.listDbSystems(req));
|
|
2044
2088
|
}
|
|
2089
|
+
/**
|
|
2090
|
+
* Creates a new async iterator which will iterate over the models.DbSystemSummary objects
|
|
2091
|
+
* contained in responses from the listDbSystems operation. This iterator will fetch more data from the
|
|
2092
|
+
* server as needed.
|
|
2093
|
+
*
|
|
2094
|
+
* @param request a request which can be sent to the service operation
|
|
2095
|
+
*/
|
|
2096
|
+
listDbSystemsRecordIterator(request) {
|
|
2097
|
+
return oci_common_1.paginateRecords(request, req => this.listDbSystems(req));
|
|
2098
|
+
}
|
|
2099
|
+
/**
|
|
2100
|
+
* Creates a new async iterator which will iterate over the responses received from the listDbSystems operation. This iterator
|
|
2101
|
+
* will fetch more data from the server as needed.
|
|
2102
|
+
*
|
|
2103
|
+
* @param request a request which can be sent to the service operation
|
|
2104
|
+
*/
|
|
2105
|
+
listDbSystemsResponseIterator(request) {
|
|
2106
|
+
return oci_common_1.paginateResponses(request, req => this.listDbSystems(req));
|
|
2107
|
+
}
|
|
2045
2108
|
/**
|
|
2046
2109
|
* DEPRECATED -- please use HeatWave API instead.
|
|
2047
2110
|
* Restarts the Analytics Cluster.
|
|
@@ -2049,7 +2112,7 @@ class DbSystemClient {
|
|
|
2049
2112
|
* @param RestartAnalyticsClusterRequest
|
|
2050
2113
|
* @return RestartAnalyticsClusterResponse
|
|
2051
2114
|
* @throws OciError when an error occurs
|
|
2052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2053
2116
|
*/
|
|
2054
2117
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2055
2118
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2106,7 +2169,7 @@ class DbSystemClient {
|
|
|
2106
2169
|
* @param RestartDbSystemRequest
|
|
2107
2170
|
* @return RestartDbSystemResponse
|
|
2108
2171
|
* @throws OciError when an error occurs
|
|
2109
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2110
2173
|
*/
|
|
2111
2174
|
restartDbSystem(restartDbSystemRequest) {
|
|
2112
2175
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2164,7 +2227,7 @@ class DbSystemClient {
|
|
|
2164
2227
|
* @param RestartHeatWaveClusterRequest
|
|
2165
2228
|
* @return RestartHeatWaveClusterResponse
|
|
2166
2229
|
* @throws OciError when an error occurs
|
|
2167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2168
2231
|
*/
|
|
2169
2232
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2170
2233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2223,7 +2286,7 @@ class DbSystemClient {
|
|
|
2223
2286
|
* @param StartAnalyticsClusterRequest
|
|
2224
2287
|
* @return StartAnalyticsClusterResponse
|
|
2225
2288
|
* @throws OciError when an error occurs
|
|
2226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2227
2290
|
*/
|
|
2228
2291
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2229
2292
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2280,7 +2343,7 @@ class DbSystemClient {
|
|
|
2280
2343
|
* @param StartDbSystemRequest
|
|
2281
2344
|
* @return StartDbSystemResponse
|
|
2282
2345
|
* @throws OciError when an error occurs
|
|
2283
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2284
2347
|
*/
|
|
2285
2348
|
startDbSystem(startDbSystemRequest) {
|
|
2286
2349
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2337,7 +2400,7 @@ class DbSystemClient {
|
|
|
2337
2400
|
* @param StartHeatWaveClusterRequest
|
|
2338
2401
|
* @return StartHeatWaveClusterResponse
|
|
2339
2402
|
* @throws OciError when an error occurs
|
|
2340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2341
2404
|
*/
|
|
2342
2405
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2343
2406
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2396,7 +2459,7 @@ class DbSystemClient {
|
|
|
2396
2459
|
* @param StopAnalyticsClusterRequest
|
|
2397
2460
|
* @return StopAnalyticsClusterResponse
|
|
2398
2461
|
* @throws OciError when an error occurs
|
|
2399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2400
2463
|
*/
|
|
2401
2464
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2402
2465
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2456,7 +2519,7 @@ class DbSystemClient {
|
|
|
2456
2519
|
* @param StopDbSystemRequest
|
|
2457
2520
|
* @return StopDbSystemResponse
|
|
2458
2521
|
* @throws OciError when an error occurs
|
|
2459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2460
2523
|
*/
|
|
2461
2524
|
stopDbSystem(stopDbSystemRequest) {
|
|
2462
2525
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2514,7 +2577,7 @@ class DbSystemClient {
|
|
|
2514
2577
|
* @param StopHeatWaveClusterRequest
|
|
2515
2578
|
* @return StopHeatWaveClusterResponse
|
|
2516
2579
|
* @throws OciError when an error occurs
|
|
2517
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2518
2581
|
*/
|
|
2519
2582
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2520
2583
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2573,7 +2636,7 @@ class DbSystemClient {
|
|
|
2573
2636
|
* @param UpdateAnalyticsClusterRequest
|
|
2574
2637
|
* @return UpdateAnalyticsClusterResponse
|
|
2575
2638
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2577
2640
|
*/
|
|
2578
2641
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2579
2642
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2638,7 +2701,7 @@ class DbSystemClient {
|
|
|
2638
2701
|
* @param UpdateDbSystemRequest
|
|
2639
2702
|
* @return UpdateDbSystemResponse
|
|
2640
2703
|
* @throws OciError when an error occurs
|
|
2641
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2642
2705
|
*/
|
|
2643
2706
|
updateDbSystem(updateDbSystemRequest) {
|
|
2644
2707
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2696,7 +2759,7 @@ class DbSystemClient {
|
|
|
2696
2759
|
* @param UpdateHeatWaveClusterRequest
|
|
2697
2760
|
* @return UpdateHeatWaveClusterResponse
|
|
2698
2761
|
* @throws OciError when an error occurs
|
|
2699
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2700
2763
|
*/
|
|
2701
2764
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2702
2765
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2842,7 +2905,7 @@ class MysqlaasClient {
|
|
|
2842
2905
|
* @param CreateConfigurationRequest
|
|
2843
2906
|
* @return CreateConfigurationResponse
|
|
2844
2907
|
* @throws OciError when an error occurs
|
|
2845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2846
2909
|
*/
|
|
2847
2910
|
createConfiguration(createConfigurationRequest) {
|
|
2848
2911
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2913,7 +2976,7 @@ class MysqlaasClient {
|
|
|
2913
2976
|
* @param DeleteConfigurationRequest
|
|
2914
2977
|
* @return DeleteConfigurationResponse
|
|
2915
2978
|
* @throws OciError when an error occurs
|
|
2916
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2917
2980
|
*/
|
|
2918
2981
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
2919
2982
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2965,7 +3028,7 @@ class MysqlaasClient {
|
|
|
2965
3028
|
* @param GetConfigurationRequest
|
|
2966
3029
|
* @return GetConfigurationResponse
|
|
2967
3030
|
* @throws OciError when an error occurs
|
|
2968
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
2969
3032
|
*/
|
|
2970
3033
|
getConfiguration(getConfigurationRequest) {
|
|
2971
3034
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3033,7 +3096,7 @@ class MysqlaasClient {
|
|
|
3033
3096
|
* @param ListConfigurationsRequest
|
|
3034
3097
|
* @return ListConfigurationsResponse
|
|
3035
3098
|
* @throws OciError when an error occurs
|
|
3036
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3037
3100
|
*/
|
|
3038
3101
|
listConfigurations(listConfigurationsRequest) {
|
|
3039
3102
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3097,6 +3160,7 @@ class MysqlaasClient {
|
|
|
3097
3160
|
});
|
|
3098
3161
|
}
|
|
3099
3162
|
/**
|
|
3163
|
+
* NOTE: This function is deprecated in favor of listConfigurationsRecordIterator function.
|
|
3100
3164
|
* Creates a new async iterator which will iterate over the models.ConfigurationSummary objects
|
|
3101
3165
|
* contained in responses from the listConfigurations operation. This iterator will fetch more data from the
|
|
3102
3166
|
* server as needed.
|
|
@@ -3107,6 +3171,7 @@ class MysqlaasClient {
|
|
|
3107
3171
|
return oci_common_1.paginateRecords(request, req => this.listConfigurations(req));
|
|
3108
3172
|
}
|
|
3109
3173
|
/**
|
|
3174
|
+
* NOTE: This function is deprecated in favor of listConfigurationsResponseIterator function.
|
|
3110
3175
|
* Creates a new async iterator which will iterate over the responses received from the listConfigurations operation. This iterator
|
|
3111
3176
|
* will fetch more data from the server as needed.
|
|
3112
3177
|
*
|
|
@@ -3115,6 +3180,25 @@ class MysqlaasClient {
|
|
|
3115
3180
|
listAllConfigurationsResponses(request) {
|
|
3116
3181
|
return oci_common_1.paginateResponses(request, req => this.listConfigurations(req));
|
|
3117
3182
|
}
|
|
3183
|
+
/**
|
|
3184
|
+
* Creates a new async iterator which will iterate over the models.ConfigurationSummary objects
|
|
3185
|
+
* contained in responses from the listConfigurations operation. This iterator will fetch more data from the
|
|
3186
|
+
* server as needed.
|
|
3187
|
+
*
|
|
3188
|
+
* @param request a request which can be sent to the service operation
|
|
3189
|
+
*/
|
|
3190
|
+
listConfigurationsRecordIterator(request) {
|
|
3191
|
+
return oci_common_1.paginateRecords(request, req => this.listConfigurations(req));
|
|
3192
|
+
}
|
|
3193
|
+
/**
|
|
3194
|
+
* Creates a new async iterator which will iterate over the responses received from the listConfigurations operation. This iterator
|
|
3195
|
+
* will fetch more data from the server as needed.
|
|
3196
|
+
*
|
|
3197
|
+
* @param request a request which can be sent to the service operation
|
|
3198
|
+
*/
|
|
3199
|
+
listConfigurationsResponseIterator(request) {
|
|
3200
|
+
return oci_common_1.paginateResponses(request, req => this.listConfigurations(req));
|
|
3201
|
+
}
|
|
3118
3202
|
/**
|
|
3119
3203
|
* Gets a list of the shapes you can use to create a new MySQL DB System.
|
|
3120
3204
|
* The shape determines the resources allocated to the DB System:
|
|
@@ -3124,7 +3208,7 @@ class MysqlaasClient {
|
|
|
3124
3208
|
* @param ListShapesRequest
|
|
3125
3209
|
* @return ListShapesResponse
|
|
3126
3210
|
* @throws OciError when an error occurs
|
|
3127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3128
3212
|
*/
|
|
3129
3213
|
listShapes(listShapesRequest) {
|
|
3130
3214
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3184,7 +3268,7 @@ class MysqlaasClient {
|
|
|
3184
3268
|
* @param ListVersionsRequest
|
|
3185
3269
|
* @return ListVersionsResponse
|
|
3186
3270
|
* @throws OciError when an error occurs
|
|
3187
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3188
3272
|
*/
|
|
3189
3273
|
listVersions(listVersionsRequest) {
|
|
3190
3274
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3238,7 +3322,7 @@ class MysqlaasClient {
|
|
|
3238
3322
|
* @param UpdateConfigurationRequest
|
|
3239
3323
|
* @return UpdateConfigurationResponse
|
|
3240
3324
|
* @throws OciError when an error occurs
|
|
3241
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3242
3326
|
*/
|
|
3243
3327
|
updateConfiguration(updateConfigurationRequest) {
|
|
3244
3328
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3388,7 +3472,7 @@ class WorkRequestsClient {
|
|
|
3388
3472
|
* @param GetWorkRequestRequest
|
|
3389
3473
|
* @return GetWorkRequestResponse
|
|
3390
3474
|
* @throws OciError when an error occurs
|
|
3391
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3392
3476
|
*/
|
|
3393
3477
|
getWorkRequest(getWorkRequestRequest) {
|
|
3394
3478
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3454,7 +3538,7 @@ class WorkRequestsClient {
|
|
|
3454
3538
|
* @param ListWorkRequestErrorsRequest
|
|
3455
3539
|
* @return ListWorkRequestErrorsResponse
|
|
3456
3540
|
* @throws OciError when an error occurs
|
|
3457
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3458
3542
|
*/
|
|
3459
3543
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3460
3544
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3512,6 +3596,7 @@ class WorkRequestsClient {
|
|
|
3512
3596
|
});
|
|
3513
3597
|
}
|
|
3514
3598
|
/**
|
|
3599
|
+
* NOTE: This function is deprecated in favor of listWorkRequestErrorsRecordIterator function.
|
|
3515
3600
|
* Creates a new async iterator which will iterate over the models.WorkRequestError objects
|
|
3516
3601
|
* contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
|
|
3517
3602
|
* server as needed.
|
|
@@ -3522,6 +3607,7 @@ class WorkRequestsClient {
|
|
|
3522
3607
|
return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
|
|
3523
3608
|
}
|
|
3524
3609
|
/**
|
|
3610
|
+
* NOTE: This function is deprecated in favor of listWorkRequestErrorsResponseIterator function.
|
|
3525
3611
|
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
|
|
3526
3612
|
* will fetch more data from the server as needed.
|
|
3527
3613
|
*
|
|
@@ -3530,13 +3616,32 @@ class WorkRequestsClient {
|
|
|
3530
3616
|
listAllWorkRequestErrorsResponses(request) {
|
|
3531
3617
|
return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
|
|
3532
3618
|
}
|
|
3619
|
+
/**
|
|
3620
|
+
* Creates a new async iterator which will iterate over the models.WorkRequestError objects
|
|
3621
|
+
* contained in responses from the listWorkRequestErrors operation. This iterator will fetch more data from the
|
|
3622
|
+
* server as needed.
|
|
3623
|
+
*
|
|
3624
|
+
* @param request a request which can be sent to the service operation
|
|
3625
|
+
*/
|
|
3626
|
+
listWorkRequestErrorsRecordIterator(request) {
|
|
3627
|
+
return oci_common_1.paginateRecords(request, req => this.listWorkRequestErrors(req));
|
|
3628
|
+
}
|
|
3629
|
+
/**
|
|
3630
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestErrors operation. This iterator
|
|
3631
|
+
* will fetch more data from the server as needed.
|
|
3632
|
+
*
|
|
3633
|
+
* @param request a request which can be sent to the service operation
|
|
3634
|
+
*/
|
|
3635
|
+
listWorkRequestErrorsResponseIterator(request) {
|
|
3636
|
+
return oci_common_1.paginateResponses(request, req => this.listWorkRequestErrors(req));
|
|
3637
|
+
}
|
|
3533
3638
|
/**
|
|
3534
3639
|
* Return a (paginated) list of logs for a given work request.
|
|
3535
3640
|
*
|
|
3536
3641
|
* @param ListWorkRequestLogsRequest
|
|
3537
3642
|
* @return ListWorkRequestLogsResponse
|
|
3538
3643
|
* @throws OciError when an error occurs
|
|
3539
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3540
3645
|
*/
|
|
3541
3646
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3542
3647
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3594,6 +3699,7 @@ class WorkRequestsClient {
|
|
|
3594
3699
|
});
|
|
3595
3700
|
}
|
|
3596
3701
|
/**
|
|
3702
|
+
* NOTE: This function is deprecated in favor of listWorkRequestLogsRecordIterator function.
|
|
3597
3703
|
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
|
|
3598
3704
|
* contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
|
|
3599
3705
|
* server as needed.
|
|
@@ -3604,6 +3710,7 @@ class WorkRequestsClient {
|
|
|
3604
3710
|
return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
|
|
3605
3711
|
}
|
|
3606
3712
|
/**
|
|
3713
|
+
* NOTE: This function is deprecated in favor of listWorkRequestLogsResponseIterator function.
|
|
3607
3714
|
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
|
|
3608
3715
|
* will fetch more data from the server as needed.
|
|
3609
3716
|
*
|
|
@@ -3612,13 +3719,32 @@ class WorkRequestsClient {
|
|
|
3612
3719
|
listAllWorkRequestLogsResponses(request) {
|
|
3613
3720
|
return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
|
|
3614
3721
|
}
|
|
3722
|
+
/**
|
|
3723
|
+
* Creates a new async iterator which will iterate over the models.WorkRequestLogEntry objects
|
|
3724
|
+
* contained in responses from the listWorkRequestLogs operation. This iterator will fetch more data from the
|
|
3725
|
+
* server as needed.
|
|
3726
|
+
*
|
|
3727
|
+
* @param request a request which can be sent to the service operation
|
|
3728
|
+
*/
|
|
3729
|
+
listWorkRequestLogsRecordIterator(request) {
|
|
3730
|
+
return oci_common_1.paginateRecords(request, req => this.listWorkRequestLogs(req));
|
|
3731
|
+
}
|
|
3732
|
+
/**
|
|
3733
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkRequestLogs operation. This iterator
|
|
3734
|
+
* will fetch more data from the server as needed.
|
|
3735
|
+
*
|
|
3736
|
+
* @param request a request which can be sent to the service operation
|
|
3737
|
+
*/
|
|
3738
|
+
listWorkRequestLogsResponseIterator(request) {
|
|
3739
|
+
return oci_common_1.paginateResponses(request, req => this.listWorkRequestLogs(req));
|
|
3740
|
+
}
|
|
3615
3741
|
/**
|
|
3616
3742
|
* Lists the work requests in a specified compartment.
|
|
3617
3743
|
*
|
|
3618
3744
|
* @param ListWorkRequestsRequest
|
|
3619
3745
|
* @return ListWorkRequestsResponse
|
|
3620
3746
|
* @throws OciError when an error occurs
|
|
3621
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
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.
|
|
3622
3748
|
*/
|
|
3623
3749
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3624
3750
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3677,6 +3803,7 @@ class WorkRequestsClient {
|
|
|
3677
3803
|
});
|
|
3678
3804
|
}
|
|
3679
3805
|
/**
|
|
3806
|
+
* NOTE: This function is deprecated in favor of listWorkRequestsRecordIterator function.
|
|
3680
3807
|
* Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
|
|
3681
3808
|
* contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
|
|
3682
3809
|
* server as needed.
|
|
@@ -3687,6 +3814,7 @@ class WorkRequestsClient {
|
|
|
3687
3814
|
return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
|
|
3688
3815
|
}
|
|
3689
3816
|
/**
|
|
3817
|
+
* NOTE: This function is deprecated in favor of listWorkRequestsResponseIterator function.
|
|
3690
3818
|
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
|
|
3691
3819
|
* will fetch more data from the server as needed.
|
|
3692
3820
|
*
|
|
@@ -3695,6 +3823,25 @@ class WorkRequestsClient {
|
|
|
3695
3823
|
listAllWorkRequestsResponses(request) {
|
|
3696
3824
|
return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
|
|
3697
3825
|
}
|
|
3826
|
+
/**
|
|
3827
|
+
* Creates a new async iterator which will iterate over the models.WorkRequestSummary objects
|
|
3828
|
+
* contained in responses from the listWorkRequests operation. This iterator will fetch more data from the
|
|
3829
|
+
* server as needed.
|
|
3830
|
+
*
|
|
3831
|
+
* @param request a request which can be sent to the service operation
|
|
3832
|
+
*/
|
|
3833
|
+
listWorkRequestsRecordIterator(request) {
|
|
3834
|
+
return oci_common_1.paginateRecords(request, req => this.listWorkRequests(req));
|
|
3835
|
+
}
|
|
3836
|
+
/**
|
|
3837
|
+
* Creates a new async iterator which will iterate over the responses received from the listWorkRequests operation. This iterator
|
|
3838
|
+
* will fetch more data from the server as needed.
|
|
3839
|
+
*
|
|
3840
|
+
* @param request a request which can be sent to the service operation
|
|
3841
|
+
*/
|
|
3842
|
+
listWorkRequestsResponseIterator(request) {
|
|
3843
|
+
return oci_common_1.paginateResponses(request, req => this.listWorkRequests(req));
|
|
3844
|
+
}
|
|
3698
3845
|
}
|
|
3699
3846
|
exports.WorkRequestsClient = WorkRequestsClient;
|
|
3700
3847
|
WorkRequestsClient.serviceEndpointTemplate = "https://mysql.{region}.ocp.{secondLevelDomain}";
|