oci-mysql 2.88.1 → 2.89.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client.d.ts +56 -46
- package/lib/client.js +116 -46
- package/lib/client.js.map +1 -1
- package/lib/model/backup-summary.d.ts +17 -0
- package/lib/model/backup-summary.js +30 -2
- package/lib/model/backup-summary.js.map +1 -1
- package/lib/model/backup.d.ts +15 -0
- package/lib/model/backup.js.map +1 -1
- package/lib/model/copy-backup-details.d.ts +51 -0
- package/lib/model/copy-backup-details.js +29 -0
- package/lib/model/copy-backup-details.js.map +1 -0
- package/lib/model/db-system-snapshot-summary.d.ts +36 -0
- package/lib/model/db-system-snapshot-summary.js +29 -0
- package/lib/model/db-system-snapshot-summary.js.map +1 -0
- package/lib/model/db-system-snapshot.d.ts +6 -0
- package/lib/model/db-system-snapshot.js.map +1 -1
- package/lib/model/index.d.ts +4 -0
- package/lib/model/index.js +6 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/work-request-operation-type.d.ts +1 -0
- package/lib/model/work-request-operation-type.js +1 -0
- package/lib/model/work-request-operation-type.js.map +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/copy-backup-request.d.ts +49 -0
- package/lib/request/copy-backup-request.js +15 -0
- package/lib/request/copy-backup-request.js.map +1 -0
- package/lib/request/create-backup-request.d.ts +1 -1
- package/lib/request/create-channel-request.d.ts +1 -1
- package/lib/request/create-configuration-request.d.ts +1 -1
- package/lib/request/create-db-system-request.d.ts +1 -1
- package/lib/request/create-replica-request.d.ts +1 -1
- package/lib/request/delete-backup-request.d.ts +1 -1
- package/lib/request/delete-channel-request.d.ts +1 -1
- package/lib/request/delete-configuration-request.d.ts +1 -1
- package/lib/request/delete-db-system-request.d.ts +1 -1
- package/lib/request/delete-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/delete-replica-request.d.ts +1 -1
- package/lib/request/generate-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-backup-request.d.ts +1 -1
- package/lib/request/get-channel-request.d.ts +1 -1
- package/lib/request/get-configuration-request.d.ts +1 -1
- package/lib/request/get-db-system-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-memory-estimate-request.d.ts +1 -1
- package/lib/request/get-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/get-replica-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +2 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-backups-request.d.ts +1 -1
- package/lib/request/list-channels-request.d.ts +1 -1
- package/lib/request/list-configurations-request.d.ts +1 -1
- package/lib/request/list-db-systems-request.d.ts +1 -1
- package/lib/request/list-replicas-request.d.ts +1 -1
- package/lib/request/list-shapes-request.d.ts +1 -1
- package/lib/request/list-versions-request.d.ts +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +1 -1
- package/lib/request/list-work-requests-request.d.ts +1 -1
- package/lib/request/reset-channel-request.d.ts +1 -1
- package/lib/request/restart-db-system-request.d.ts +1 -1
- package/lib/request/restart-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/resume-channel-request.d.ts +1 -1
- package/lib/request/start-db-system-request.d.ts +1 -1
- package/lib/request/start-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/stop-db-system-request.d.ts +1 -1
- package/lib/request/stop-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-backup-request.d.ts +1 -1
- package/lib/request/update-channel-request.d.ts +1 -1
- package/lib/request/update-configuration-request.d.ts +1 -1
- package/lib/request/update-db-system-request.d.ts +1 -1
- package/lib/request/update-heat-wave-cluster-request.d.ts +1 -1
- package/lib/request/update-replica-request.d.ts +1 -1
- package/lib/response/copy-backup-response.d.ts +35 -0
- package/lib/response/copy-backup-response.js +15 -0
- package/lib/response/copy-backup-response.js.map +1 -0
- package/lib/response/index.d.ts +2 -0
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -209,7 +209,7 @@ class ChannelsClient {
|
|
|
209
209
|
* @param CreateChannelRequest
|
|
210
210
|
* @return CreateChannelResponse
|
|
211
211
|
* @throws OciError when an error occurs
|
|
212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
213
213
|
*/
|
|
214
214
|
createChannel(createChannelRequest) {
|
|
215
215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -277,7 +277,7 @@ class ChannelsClient {
|
|
|
277
277
|
* @param DeleteChannelRequest
|
|
278
278
|
* @return DeleteChannelResponse
|
|
279
279
|
* @throws OciError when an error occurs
|
|
280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
281
281
|
*/
|
|
282
282
|
deleteChannel(deleteChannelRequest) {
|
|
283
283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -340,7 +340,7 @@ class ChannelsClient {
|
|
|
340
340
|
* @param GetChannelRequest
|
|
341
341
|
* @return GetChannelResponse
|
|
342
342
|
* @throws OciError when an error occurs
|
|
343
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
344
344
|
*/
|
|
345
345
|
getChannel(getChannelRequest) {
|
|
346
346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -404,7 +404,7 @@ class ChannelsClient {
|
|
|
404
404
|
* @param ListChannelsRequest
|
|
405
405
|
* @return ListChannelsResponse
|
|
406
406
|
* @throws OciError when an error occurs
|
|
407
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
408
408
|
*/
|
|
409
409
|
listChannels(listChannelsRequest) {
|
|
410
410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -518,7 +518,7 @@ class ChannelsClient {
|
|
|
518
518
|
* @param ResetChannelRequest
|
|
519
519
|
* @return ResetChannelResponse
|
|
520
520
|
* @throws OciError when an error occurs
|
|
521
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
522
522
|
*/
|
|
523
523
|
resetChannel(resetChannelRequest) {
|
|
524
524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -582,7 +582,7 @@ class ChannelsClient {
|
|
|
582
582
|
* @param ResumeChannelRequest
|
|
583
583
|
* @return ResumeChannelResponse
|
|
584
584
|
* @throws OciError when an error occurs
|
|
585
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
585
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
586
586
|
*/
|
|
587
587
|
resumeChannel(resumeChannelRequest) {
|
|
588
588
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -647,7 +647,7 @@ class ChannelsClient {
|
|
|
647
647
|
* @param UpdateChannelRequest
|
|
648
648
|
* @return UpdateChannelResponse
|
|
649
649
|
* @throws OciError when an error occurs
|
|
650
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
650
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
651
651
|
*/
|
|
652
652
|
updateChannel(updateChannelRequest) {
|
|
653
653
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -862,7 +862,7 @@ class DbBackupsClient {
|
|
|
862
862
|
* @param ChangeBackupCompartmentRequest
|
|
863
863
|
* @return ChangeBackupCompartmentResponse
|
|
864
864
|
* @throws OciError when an error occurs
|
|
865
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
865
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
866
866
|
*/
|
|
867
867
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
868
868
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -918,6 +918,76 @@ class DbBackupsClient {
|
|
|
918
918
|
}
|
|
919
919
|
});
|
|
920
920
|
}
|
|
921
|
+
/**
|
|
922
|
+
* Creates a copy of a DB system backup available in the specified source region.
|
|
923
|
+
*
|
|
924
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
925
|
+
* @param CopyBackupRequest
|
|
926
|
+
* @return CopyBackupResponse
|
|
927
|
+
* @throws OciError when an error occurs
|
|
928
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/CopyBackup.ts.html |here} to see how to use CopyBackup API.
|
|
929
|
+
*/
|
|
930
|
+
copyBackup(copyBackupRequest) {
|
|
931
|
+
return __awaiter(this, void 0, void 0, function* () {
|
|
932
|
+
if (this.logger)
|
|
933
|
+
this.logger.debug("Calling operation DbBackupsClient#copyBackup.");
|
|
934
|
+
const operationName = "copyBackup";
|
|
935
|
+
const apiReferenceLink = "https://docs.oracle.com/iaas/api/#/en/mysql/20190415/Backup/CopyBackup";
|
|
936
|
+
const pathParams = {};
|
|
937
|
+
const queryParams = {};
|
|
938
|
+
let headerParams = {
|
|
939
|
+
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
940
|
+
"if-match": copyBackupRequest.ifMatch,
|
|
941
|
+
"opc-request-id": copyBackupRequest.opcRequestId,
|
|
942
|
+
"opc-retry-token": copyBackupRequest.opcRetryToken
|
|
943
|
+
};
|
|
944
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
945
|
+
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, copyBackupRequest.retryConfiguration, specRetryConfiguration);
|
|
946
|
+
if (this.logger)
|
|
947
|
+
retrier.logger = this.logger;
|
|
948
|
+
const request = yield oci_common_2.composeRequest({
|
|
949
|
+
baseEndpoint: this._endpoint,
|
|
950
|
+
defaultHeaders: this._defaultHeaders,
|
|
951
|
+
path: "/backups/actions/copy",
|
|
952
|
+
method: "POST",
|
|
953
|
+
bodyContent: common.ObjectSerializer.serialize(copyBackupRequest.copyBackupDetails, "CopyBackupDetails", model.CopyBackupDetails.getJsonObj),
|
|
954
|
+
pathParams: pathParams,
|
|
955
|
+
headerParams: headerParams,
|
|
956
|
+
queryParams: queryParams
|
|
957
|
+
});
|
|
958
|
+
try {
|
|
959
|
+
const response = yield retrier.makeServiceCall(this._httpClient, request, this.targetService, operationName, apiReferenceLink);
|
|
960
|
+
const sdkResponse = oci_common_2.composeResponse({
|
|
961
|
+
responseObject: {},
|
|
962
|
+
body: yield response.json(),
|
|
963
|
+
bodyKey: "backup",
|
|
964
|
+
bodyModel: model.Backup,
|
|
965
|
+
type: "model.Backup",
|
|
966
|
+
responseHeaders: [
|
|
967
|
+
{
|
|
968
|
+
value: response.headers.get("etag"),
|
|
969
|
+
key: "etag",
|
|
970
|
+
dataType: "string"
|
|
971
|
+
},
|
|
972
|
+
{
|
|
973
|
+
value: response.headers.get("opc-request-id"),
|
|
974
|
+
key: "opcRequestId",
|
|
975
|
+
dataType: "string"
|
|
976
|
+
},
|
|
977
|
+
{
|
|
978
|
+
value: response.headers.get("opc-work-request-id"),
|
|
979
|
+
key: "opcWorkRequestId",
|
|
980
|
+
dataType: "string"
|
|
981
|
+
}
|
|
982
|
+
]
|
|
983
|
+
});
|
|
984
|
+
return sdkResponse;
|
|
985
|
+
}
|
|
986
|
+
catch (err) {
|
|
987
|
+
throw err;
|
|
988
|
+
}
|
|
989
|
+
});
|
|
990
|
+
}
|
|
921
991
|
/**
|
|
922
992
|
* Create a backup of a DB System.
|
|
923
993
|
*
|
|
@@ -925,7 +995,7 @@ class DbBackupsClient {
|
|
|
925
995
|
* @param CreateBackupRequest
|
|
926
996
|
* @return CreateBackupResponse
|
|
927
997
|
* @throws OciError when an error occurs
|
|
928
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
998
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
929
999
|
*/
|
|
930
1000
|
createBackup(createBackupRequest) {
|
|
931
1001
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -994,7 +1064,7 @@ class DbBackupsClient {
|
|
|
994
1064
|
* @param DeleteBackupRequest
|
|
995
1065
|
* @return DeleteBackupResponse
|
|
996
1066
|
* @throws OciError when an error occurs
|
|
997
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1067
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
998
1068
|
*/
|
|
999
1069
|
deleteBackup(deleteBackupRequest) {
|
|
1000
1070
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1054,7 +1124,7 @@ class DbBackupsClient {
|
|
|
1054
1124
|
* @param GetBackupRequest
|
|
1055
1125
|
* @return GetBackupResponse
|
|
1056
1126
|
* @throws OciError when an error occurs
|
|
1057
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
1058
1128
|
*/
|
|
1059
1129
|
getBackup(getBackupRequest) {
|
|
1060
1130
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1119,7 +1189,7 @@ class DbBackupsClient {
|
|
|
1119
1189
|
* @param ListBackupsRequest
|
|
1120
1190
|
* @return ListBackupsResponse
|
|
1121
1191
|
* @throws OciError when an error occurs
|
|
1122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1192
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1123
1193
|
*/
|
|
1124
1194
|
listBackups(listBackupsRequest) {
|
|
1125
1195
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1231,7 +1301,7 @@ class DbBackupsClient {
|
|
|
1231
1301
|
* @param UpdateBackupRequest
|
|
1232
1302
|
* @return UpdateBackupResponse
|
|
1233
1303
|
* @throws OciError when an error occurs
|
|
1234
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1304
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1235
1305
|
*/
|
|
1236
1306
|
updateBackup(updateBackupRequest) {
|
|
1237
1307
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1448,7 +1518,7 @@ class DbSystemClient {
|
|
|
1448
1518
|
* @param AddHeatWaveClusterRequest
|
|
1449
1519
|
* @return AddHeatWaveClusterResponse
|
|
1450
1520
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1521
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1452
1522
|
*/
|
|
1453
1523
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1454
1524
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1520,7 +1590,7 @@ class DbSystemClient {
|
|
|
1520
1590
|
* @param CreateDbSystemRequest
|
|
1521
1591
|
* @return CreateDbSystemResponse
|
|
1522
1592
|
* @throws OciError when an error occurs
|
|
1523
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1524
1594
|
*/
|
|
1525
1595
|
createDbSystem(createDbSystemRequest) {
|
|
1526
1596
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1595,7 +1665,7 @@ class DbSystemClient {
|
|
|
1595
1665
|
* @param DeleteDbSystemRequest
|
|
1596
1666
|
* @return DeleteDbSystemResponse
|
|
1597
1667
|
* @throws OciError when an error occurs
|
|
1598
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1668
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1599
1669
|
*/
|
|
1600
1670
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1601
1671
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1657,7 +1727,7 @@ class DbSystemClient {
|
|
|
1657
1727
|
* @param DeleteHeatWaveClusterRequest
|
|
1658
1728
|
* @return DeleteHeatWaveClusterResponse
|
|
1659
1729
|
* @throws OciError when an error occurs
|
|
1660
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1730
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1661
1731
|
*/
|
|
1662
1732
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1663
1733
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1718,7 +1788,7 @@ class DbSystemClient {
|
|
|
1718
1788
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1719
1789
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1720
1790
|
* @throws OciError when an error occurs
|
|
1721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1722
1792
|
*/
|
|
1723
1793
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1724
1794
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1782,7 +1852,7 @@ class DbSystemClient {
|
|
|
1782
1852
|
* @param GetDbSystemRequest
|
|
1783
1853
|
* @return GetDbSystemResponse
|
|
1784
1854
|
* @throws OciError when an error occurs
|
|
1785
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1855
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1786
1856
|
*/
|
|
1787
1857
|
getDbSystem(getDbSystemRequest) {
|
|
1788
1858
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1846,7 +1916,7 @@ class DbSystemClient {
|
|
|
1846
1916
|
* @param GetHeatWaveClusterRequest
|
|
1847
1917
|
* @return GetHeatWaveClusterResponse
|
|
1848
1918
|
* @throws OciError when an error occurs
|
|
1849
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1850
1920
|
*/
|
|
1851
1921
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1852
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1912,7 +1982,7 @@ class DbSystemClient {
|
|
|
1912
1982
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
1913
1983
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
1914
1984
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
1916
1986
|
*/
|
|
1917
1987
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
1918
1988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1972,7 +2042,7 @@ class DbSystemClient {
|
|
|
1972
2042
|
* @param ListDbSystemsRequest
|
|
1973
2043
|
* @return ListDbSystemsResponse
|
|
1974
2044
|
* @throws OciError when an error occurs
|
|
1975
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
1976
2046
|
*/
|
|
1977
2047
|
listDbSystems(listDbSystemsRequest) {
|
|
1978
2048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2086,7 +2156,7 @@ class DbSystemClient {
|
|
|
2086
2156
|
* @param RestartDbSystemRequest
|
|
2087
2157
|
* @return RestartDbSystemResponse
|
|
2088
2158
|
* @throws OciError when an error occurs
|
|
2089
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2090
2160
|
*/
|
|
2091
2161
|
restartDbSystem(restartDbSystemRequest) {
|
|
2092
2162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2148,7 +2218,7 @@ class DbSystemClient {
|
|
|
2148
2218
|
* @param RestartHeatWaveClusterRequest
|
|
2149
2219
|
* @return RestartHeatWaveClusterResponse
|
|
2150
2220
|
* @throws OciError when an error occurs
|
|
2151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2221
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2152
2222
|
*/
|
|
2153
2223
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2154
2224
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2209,7 +2279,7 @@ class DbSystemClient {
|
|
|
2209
2279
|
* @param StartDbSystemRequest
|
|
2210
2280
|
* @return StartDbSystemResponse
|
|
2211
2281
|
* @throws OciError when an error occurs
|
|
2212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2213
2283
|
*/
|
|
2214
2284
|
startDbSystem(startDbSystemRequest) {
|
|
2215
2285
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2270,7 +2340,7 @@ class DbSystemClient {
|
|
|
2270
2340
|
* @param StartHeatWaveClusterRequest
|
|
2271
2341
|
* @return StartHeatWaveClusterResponse
|
|
2272
2342
|
* @throws OciError when an error occurs
|
|
2273
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2343
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2274
2344
|
*/
|
|
2275
2345
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2276
2346
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2334,7 +2404,7 @@ class DbSystemClient {
|
|
|
2334
2404
|
* @param StopDbSystemRequest
|
|
2335
2405
|
* @return StopDbSystemResponse
|
|
2336
2406
|
* @throws OciError when an error occurs
|
|
2337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2407
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2338
2408
|
*/
|
|
2339
2409
|
stopDbSystem(stopDbSystemRequest) {
|
|
2340
2410
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2396,7 +2466,7 @@ class DbSystemClient {
|
|
|
2396
2466
|
* @param StopHeatWaveClusterRequest
|
|
2397
2467
|
* @return StopHeatWaveClusterResponse
|
|
2398
2468
|
* @throws OciError when an error occurs
|
|
2399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2400
2470
|
*/
|
|
2401
2471
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2402
2472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2465,7 +2535,7 @@ class DbSystemClient {
|
|
|
2465
2535
|
* @param UpdateDbSystemRequest
|
|
2466
2536
|
* @return UpdateDbSystemResponse
|
|
2467
2537
|
* @throws OciError when an error occurs
|
|
2468
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2538
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2469
2539
|
*/
|
|
2470
2540
|
updateDbSystem(updateDbSystemRequest) {
|
|
2471
2541
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2527,7 +2597,7 @@ class DbSystemClient {
|
|
|
2527
2597
|
* @param UpdateHeatWaveClusterRequest
|
|
2528
2598
|
* @return UpdateHeatWaveClusterResponse
|
|
2529
2599
|
* @throws OciError when an error occurs
|
|
2530
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2600
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2531
2601
|
*/
|
|
2532
2602
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2533
2603
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2739,7 +2809,7 @@ class MysqlaasClient {
|
|
|
2739
2809
|
* @param CreateConfigurationRequest
|
|
2740
2810
|
* @return CreateConfigurationResponse
|
|
2741
2811
|
* @throws OciError when an error occurs
|
|
2742
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2812
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
2743
2813
|
*/
|
|
2744
2814
|
createConfiguration(createConfigurationRequest) {
|
|
2745
2815
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2814,7 +2884,7 @@ class MysqlaasClient {
|
|
|
2814
2884
|
* @param DeleteConfigurationRequest
|
|
2815
2885
|
* @return DeleteConfigurationResponse
|
|
2816
2886
|
* @throws OciError when an error occurs
|
|
2817
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2887
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
2818
2888
|
*/
|
|
2819
2889
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
2820
2890
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2870,7 +2940,7 @@ class MysqlaasClient {
|
|
|
2870
2940
|
* @param GetConfigurationRequest
|
|
2871
2941
|
* @return GetConfigurationResponse
|
|
2872
2942
|
* @throws OciError when an error occurs
|
|
2873
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
2874
2944
|
*/
|
|
2875
2945
|
getConfiguration(getConfigurationRequest) {
|
|
2876
2946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2942,7 +3012,7 @@ class MysqlaasClient {
|
|
|
2942
3012
|
* @param ListConfigurationsRequest
|
|
2943
3013
|
* @return ListConfigurationsResponse
|
|
2944
3014
|
* @throws OciError when an error occurs
|
|
2945
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3015
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
2946
3016
|
*/
|
|
2947
3017
|
listConfigurations(listConfigurationsRequest) {
|
|
2948
3018
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3058,7 +3128,7 @@ class MysqlaasClient {
|
|
|
3058
3128
|
* @param ListShapesRequest
|
|
3059
3129
|
* @return ListShapesResponse
|
|
3060
3130
|
* @throws OciError when an error occurs
|
|
3061
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3062
3132
|
*/
|
|
3063
3133
|
listShapes(listShapesRequest) {
|
|
3064
3134
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3122,7 +3192,7 @@ class MysqlaasClient {
|
|
|
3122
3192
|
* @param ListVersionsRequest
|
|
3123
3193
|
* @return ListVersionsResponse
|
|
3124
3194
|
* @throws OciError when an error occurs
|
|
3125
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3195
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3126
3196
|
*/
|
|
3127
3197
|
listVersions(listVersionsRequest) {
|
|
3128
3198
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3180,7 +3250,7 @@ class MysqlaasClient {
|
|
|
3180
3250
|
* @param UpdateConfigurationRequest
|
|
3181
3251
|
* @return UpdateConfigurationResponse
|
|
3182
3252
|
* @throws OciError when an error occurs
|
|
3183
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3253
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3184
3254
|
*/
|
|
3185
3255
|
updateConfiguration(updateConfigurationRequest) {
|
|
3186
3256
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3396,7 +3466,7 @@ class ReplicasClient {
|
|
|
3396
3466
|
* @param CreateReplicaRequest
|
|
3397
3467
|
* @return CreateReplicaResponse
|
|
3398
3468
|
* @throws OciError when an error occurs
|
|
3399
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/CreateReplica.ts.html |here} to see how to use CreateReplica API.
|
|
3400
3470
|
*/
|
|
3401
3471
|
createReplica(createReplicaRequest) {
|
|
3402
3472
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3469,7 +3539,7 @@ class ReplicasClient {
|
|
|
3469
3539
|
* @param DeleteReplicaRequest
|
|
3470
3540
|
* @return DeleteReplicaResponse
|
|
3471
3541
|
* @throws OciError when an error occurs
|
|
3472
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3542
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/DeleteReplica.ts.html |here} to see how to use DeleteReplica API.
|
|
3473
3543
|
*/
|
|
3474
3544
|
deleteReplica(deleteReplicaRequest) {
|
|
3475
3545
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3529,7 +3599,7 @@ class ReplicasClient {
|
|
|
3529
3599
|
* @param GetReplicaRequest
|
|
3530
3600
|
* @return GetReplicaResponse
|
|
3531
3601
|
* @throws OciError when an error occurs
|
|
3532
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3602
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetReplica.ts.html |here} to see how to use GetReplica API.
|
|
3533
3603
|
*/
|
|
3534
3604
|
getReplica(getReplicaRequest) {
|
|
3535
3605
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3593,7 +3663,7 @@ class ReplicasClient {
|
|
|
3593
3663
|
* @param ListReplicasRequest
|
|
3594
3664
|
* @return ListReplicasResponse
|
|
3595
3665
|
* @throws OciError when an error occurs
|
|
3596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3666
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListReplicas.ts.html |here} to see how to use ListReplicas API.
|
|
3597
3667
|
*/
|
|
3598
3668
|
listReplicas(listReplicasRequest) {
|
|
3599
3669
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3706,7 +3776,7 @@ class ReplicasClient {
|
|
|
3706
3776
|
* @param UpdateReplicaRequest
|
|
3707
3777
|
* @return UpdateReplicaResponse
|
|
3708
3778
|
* @throws OciError when an error occurs
|
|
3709
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3779
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/UpdateReplica.ts.html |here} to see how to use UpdateReplica API.
|
|
3710
3780
|
*/
|
|
3711
3781
|
updateReplica(updateReplicaRequest) {
|
|
3712
3782
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3918,7 +3988,7 @@ class WorkRequestsClient {
|
|
|
3918
3988
|
* @param GetWorkRequestRequest
|
|
3919
3989
|
* @return GetWorkRequestResponse
|
|
3920
3990
|
* @throws OciError when an error occurs
|
|
3921
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3991
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3922
3992
|
*/
|
|
3923
3993
|
getWorkRequest(getWorkRequestRequest) {
|
|
3924
3994
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3988,7 +4058,7 @@ class WorkRequestsClient {
|
|
|
3988
4058
|
* @param ListWorkRequestErrorsRequest
|
|
3989
4059
|
* @return ListWorkRequestErrorsResponse
|
|
3990
4060
|
* @throws OciError when an error occurs
|
|
3991
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3992
4062
|
*/
|
|
3993
4063
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3994
4064
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4095,7 +4165,7 @@ class WorkRequestsClient {
|
|
|
4095
4165
|
* @param ListWorkRequestLogsRequest
|
|
4096
4166
|
* @return ListWorkRequestLogsResponse
|
|
4097
4167
|
* @throws OciError when an error occurs
|
|
4098
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
4099
4169
|
*/
|
|
4100
4170
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
4101
4171
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -4202,7 +4272,7 @@ class WorkRequestsClient {
|
|
|
4202
4272
|
* @param ListWorkRequestsRequest
|
|
4203
4273
|
* @return ListWorkRequestsResponse
|
|
4204
4274
|
* @throws OciError when an error occurs
|
|
4205
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
4275
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.89.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
4206
4276
|
*/
|
|
4207
4277
|
listWorkRequests(listWorkRequestsRequest) {
|
|
4208
4278
|
return __awaiter(this, void 0, void 0, function* () {
|