oci-mysql 2.25.0 → 2.26.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 +98 -98
- package/lib/client.js +146 -146
- package/lib/client.js.map +1 -1
- package/lib/model/db-system-snapshot.d.ts +1 -2
- package/lib/model/db-system-snapshot.js.map +1 -1
- package/lib/model/db-system-summary.d.ts +1 -2
- package/lib/model/db-system-summary.js.map +1 -1
- package/lib/model/db-system.d.ts +1 -2
- package/lib/model/db-system.js.map +1 -1
- package/lib/model/update-db-system-details.d.ts +8 -4
- package/lib/model/update-db-system-details.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
|
@@ -157,11 +157,11 @@ class ChannelsClient {
|
|
|
157
157
|
/**
|
|
158
158
|
* Creates a Channel to establish replication from a source to a target.
|
|
159
159
|
*
|
|
160
|
-
* This operation
|
|
160
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
161
161
|
* @param CreateChannelRequest
|
|
162
162
|
* @return CreateChannelResponse
|
|
163
163
|
* @throws OciError when an error occurs
|
|
164
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateChannel.ts.html |here} to see how to use CreateChannel API.
|
|
165
165
|
*/
|
|
166
166
|
createChannel(createChannelRequest) {
|
|
167
167
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -174,7 +174,7 @@ class ChannelsClient {
|
|
|
174
174
|
"opc-request-id": createChannelRequest.opcRequestId,
|
|
175
175
|
"opc-retry-token": createChannelRequest.opcRetryToken
|
|
176
176
|
};
|
|
177
|
-
const specRetryConfiguration = common.
|
|
177
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
178
178
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createChannelRequest.retryConfiguration, specRetryConfiguration);
|
|
179
179
|
if (this.logger)
|
|
180
180
|
retrier.logger = this.logger;
|
|
@@ -223,11 +223,11 @@ class ChannelsClient {
|
|
|
223
223
|
}
|
|
224
224
|
/**
|
|
225
225
|
* Deletes the specified Channel.
|
|
226
|
-
* This operation
|
|
226
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
227
227
|
* @param DeleteChannelRequest
|
|
228
228
|
* @return DeleteChannelResponse
|
|
229
229
|
* @throws OciError when an error occurs
|
|
230
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
230
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteChannel.ts.html |here} to see how to use DeleteChannel API.
|
|
231
231
|
*/
|
|
232
232
|
deleteChannel(deleteChannelRequest) {
|
|
233
233
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -242,7 +242,7 @@ class ChannelsClient {
|
|
|
242
242
|
"if-match": deleteChannelRequest.ifMatch,
|
|
243
243
|
"opc-request-id": deleteChannelRequest.opcRequestId
|
|
244
244
|
};
|
|
245
|
-
const specRetryConfiguration = common.
|
|
245
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
246
246
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteChannelRequest.retryConfiguration, specRetryConfiguration);
|
|
247
247
|
if (this.logger)
|
|
248
248
|
retrier.logger = this.logger;
|
|
@@ -284,11 +284,11 @@ class ChannelsClient {
|
|
|
284
284
|
* configuration parameters (passwords are omitted), as well as information about
|
|
285
285
|
* the state of the Channel, its sources and targets.
|
|
286
286
|
*
|
|
287
|
-
* This operation
|
|
287
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
288
288
|
* @param GetChannelRequest
|
|
289
289
|
* @return GetChannelResponse
|
|
290
290
|
* @throws OciError when an error occurs
|
|
291
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
291
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetChannel.ts.html |here} to see how to use GetChannel API.
|
|
292
292
|
*/
|
|
293
293
|
getChannel(getChannelRequest) {
|
|
294
294
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -303,7 +303,7 @@ class ChannelsClient {
|
|
|
303
303
|
"opc-request-id": getChannelRequest.opcRequestId,
|
|
304
304
|
"if-none-match": getChannelRequest.ifNoneMatch
|
|
305
305
|
};
|
|
306
|
-
const specRetryConfiguration = common.
|
|
306
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
307
307
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getChannelRequest.retryConfiguration, specRetryConfiguration);
|
|
308
308
|
if (this.logger)
|
|
309
309
|
retrier.logger = this.logger;
|
|
@@ -346,11 +346,11 @@ class ChannelsClient {
|
|
|
346
346
|
}
|
|
347
347
|
/**
|
|
348
348
|
* Lists all the Channels that match the specified filters.
|
|
349
|
-
* This operation
|
|
349
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
350
350
|
* @param ListChannelsRequest
|
|
351
351
|
* @return ListChannelsResponse
|
|
352
352
|
* @throws OciError when an error occurs
|
|
353
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
353
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListChannels.ts.html |here} to see how to use ListChannels API.
|
|
354
354
|
*/
|
|
355
355
|
listChannels(listChannelsRequest) {
|
|
356
356
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -373,7 +373,7 @@ class ChannelsClient {
|
|
|
373
373
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
374
374
|
"opc-request-id": listChannelsRequest.opcRequestId
|
|
375
375
|
};
|
|
376
|
-
const specRetryConfiguration = common.
|
|
376
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
377
377
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listChannelsRequest.retryConfiguration, specRetryConfiguration);
|
|
378
378
|
if (this.logger)
|
|
379
379
|
retrier.logger = this.logger;
|
|
@@ -458,11 +458,11 @@ class ChannelsClient {
|
|
|
458
458
|
* Resets the specified Channel by purging its cached information, leaving the Channel
|
|
459
459
|
* as if it had just been created. This operation is only accepted in Inactive Channels.
|
|
460
460
|
*
|
|
461
|
-
* This operation
|
|
461
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
462
462
|
* @param ResetChannelRequest
|
|
463
463
|
* @return ResetChannelResponse
|
|
464
464
|
* @throws OciError when an error occurs
|
|
465
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
465
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ResetChannel.ts.html |here} to see how to use ResetChannel API.
|
|
466
466
|
*/
|
|
467
467
|
resetChannel(resetChannelRequest) {
|
|
468
468
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -478,7 +478,7 @@ class ChannelsClient {
|
|
|
478
478
|
"opc-request-id": resetChannelRequest.opcRequestId,
|
|
479
479
|
"opc-retry-token": resetChannelRequest.opcRetryToken
|
|
480
480
|
};
|
|
481
|
-
const specRetryConfiguration = common.
|
|
481
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
482
482
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, resetChannelRequest.retryConfiguration, specRetryConfiguration);
|
|
483
483
|
if (this.logger)
|
|
484
484
|
retrier.logger = this.logger;
|
|
@@ -520,11 +520,11 @@ class ChannelsClient {
|
|
|
520
520
|
* requires that the error that cause the Channel to become Inactive has already been fixed,
|
|
521
521
|
* otherwise the operation may fail.
|
|
522
522
|
*
|
|
523
|
-
* This operation
|
|
523
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
524
524
|
* @param ResumeChannelRequest
|
|
525
525
|
* @return ResumeChannelResponse
|
|
526
526
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
527
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ResumeChannel.ts.html |here} to see how to use ResumeChannel API.
|
|
528
528
|
*/
|
|
529
529
|
resumeChannel(resumeChannelRequest) {
|
|
530
530
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -540,7 +540,7 @@ class ChannelsClient {
|
|
|
540
540
|
"opc-request-id": resumeChannelRequest.opcRequestId,
|
|
541
541
|
"opc-retry-token": resumeChannelRequest.opcRetryToken
|
|
542
542
|
};
|
|
543
|
-
const specRetryConfiguration = common.
|
|
543
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
544
544
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, resumeChannelRequest.retryConfiguration, specRetryConfiguration);
|
|
545
545
|
if (this.logger)
|
|
546
546
|
retrier.logger = this.logger;
|
|
@@ -583,11 +583,11 @@ class ChannelsClient {
|
|
|
583
583
|
* parameters to the Channel and the Channel may become temporarily unavailable. Otherwise, the
|
|
584
584
|
* new configuration will be applied the next time the Channel becomes Active.
|
|
585
585
|
*
|
|
586
|
-
* This operation
|
|
586
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
587
587
|
* @param UpdateChannelRequest
|
|
588
588
|
* @return UpdateChannelResponse
|
|
589
589
|
* @throws OciError when an error occurs
|
|
590
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
590
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateChannel.ts.html |here} to see how to use UpdateChannel API.
|
|
591
591
|
*/
|
|
592
592
|
updateChannel(updateChannelRequest) {
|
|
593
593
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -603,7 +603,7 @@ class ChannelsClient {
|
|
|
603
603
|
"opc-request-id": updateChannelRequest.opcRequestId,
|
|
604
604
|
"opc-retry-token": updateChannelRequest.opcRetryToken
|
|
605
605
|
};
|
|
606
|
-
const specRetryConfiguration = common.
|
|
606
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
607
607
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateChannelRequest.retryConfiguration, specRetryConfiguration);
|
|
608
608
|
if (this.logger)
|
|
609
609
|
retrier.logger = this.logger;
|
|
@@ -754,7 +754,7 @@ class DbBackupsClient {
|
|
|
754
754
|
* @param ChangeBackupCompartmentRequest
|
|
755
755
|
* @return ChangeBackupCompartmentResponse
|
|
756
756
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
757
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ChangeBackupCompartment.ts.html |here} to see how to use ChangeBackupCompartment API.
|
|
758
758
|
*/
|
|
759
759
|
changeBackupCompartment(changeBackupCompartmentRequest) {
|
|
760
760
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -811,11 +811,11 @@ class DbBackupsClient {
|
|
|
811
811
|
/**
|
|
812
812
|
* Create a backup of a DB System.
|
|
813
813
|
*
|
|
814
|
-
* This operation
|
|
814
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
815
815
|
* @param CreateBackupRequest
|
|
816
816
|
* @return CreateBackupResponse
|
|
817
817
|
* @throws OciError when an error occurs
|
|
818
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
818
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateBackup.ts.html |here} to see how to use CreateBackup API.
|
|
819
819
|
*/
|
|
820
820
|
createBackup(createBackupRequest) {
|
|
821
821
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -828,7 +828,7 @@ class DbBackupsClient {
|
|
|
828
828
|
"opc-request-id": createBackupRequest.opcRequestId,
|
|
829
829
|
"opc-retry-token": createBackupRequest.opcRetryToken
|
|
830
830
|
};
|
|
831
|
-
const specRetryConfiguration = common.
|
|
831
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
832
832
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createBackupRequest.retryConfiguration, specRetryConfiguration);
|
|
833
833
|
if (this.logger)
|
|
834
834
|
retrier.logger = this.logger;
|
|
@@ -878,11 +878,11 @@ class DbBackupsClient {
|
|
|
878
878
|
/**
|
|
879
879
|
* Delete a Backup.
|
|
880
880
|
*
|
|
881
|
-
* This operation
|
|
881
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
882
882
|
* @param DeleteBackupRequest
|
|
883
883
|
* @return DeleteBackupResponse
|
|
884
884
|
* @throws OciError when an error occurs
|
|
885
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
885
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteBackup.ts.html |here} to see how to use DeleteBackup API.
|
|
886
886
|
*/
|
|
887
887
|
deleteBackup(deleteBackupRequest) {
|
|
888
888
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -897,7 +897,7 @@ class DbBackupsClient {
|
|
|
897
897
|
"if-match": deleteBackupRequest.ifMatch,
|
|
898
898
|
"opc-request-id": deleteBackupRequest.opcRequestId
|
|
899
899
|
};
|
|
900
|
-
const specRetryConfiguration = common.
|
|
900
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
901
901
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteBackupRequest.retryConfiguration, specRetryConfiguration);
|
|
902
902
|
if (this.logger)
|
|
903
903
|
retrier.logger = this.logger;
|
|
@@ -936,11 +936,11 @@ class DbBackupsClient {
|
|
|
936
936
|
}
|
|
937
937
|
/**
|
|
938
938
|
* Get information about the specified Backup
|
|
939
|
-
* This operation
|
|
939
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
940
940
|
* @param GetBackupRequest
|
|
941
941
|
* @return GetBackupResponse
|
|
942
942
|
* @throws OciError when an error occurs
|
|
943
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
943
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetBackup.ts.html |here} to see how to use GetBackup API.
|
|
944
944
|
*/
|
|
945
945
|
getBackup(getBackupRequest) {
|
|
946
946
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -955,7 +955,7 @@ class DbBackupsClient {
|
|
|
955
955
|
"opc-request-id": getBackupRequest.opcRequestId,
|
|
956
956
|
"if-none-match": getBackupRequest.ifNoneMatch
|
|
957
957
|
};
|
|
958
|
-
const specRetryConfiguration = common.
|
|
958
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
959
959
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getBackupRequest.retryConfiguration, specRetryConfiguration);
|
|
960
960
|
if (this.logger)
|
|
961
961
|
retrier.logger = this.logger;
|
|
@@ -999,11 +999,11 @@ class DbBackupsClient {
|
|
|
999
999
|
/**
|
|
1000
1000
|
* Get a list of DB System backups.
|
|
1001
1001
|
*
|
|
1002
|
-
* This operation
|
|
1002
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1003
1003
|
* @param ListBackupsRequest
|
|
1004
1004
|
* @return ListBackupsResponse
|
|
1005
1005
|
* @throws OciError when an error occurs
|
|
1006
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1006
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListBackups.ts.html |here} to see how to use ListBackups API.
|
|
1007
1007
|
*/
|
|
1008
1008
|
listBackups(listBackupsRequest) {
|
|
1009
1009
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1026,7 +1026,7 @@ class DbBackupsClient {
|
|
|
1026
1026
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1027
1027
|
"opc-request-id": listBackupsRequest.opcRequestId
|
|
1028
1028
|
};
|
|
1029
|
-
const specRetryConfiguration = common.
|
|
1029
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1030
1030
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listBackupsRequest.retryConfiguration, specRetryConfiguration);
|
|
1031
1031
|
if (this.logger)
|
|
1032
1032
|
retrier.logger = this.logger;
|
|
@@ -1109,11 +1109,11 @@ class DbBackupsClient {
|
|
|
1109
1109
|
}
|
|
1110
1110
|
/**
|
|
1111
1111
|
* Update the metadata of a Backup. Metadata such as the displayName or description
|
|
1112
|
-
* This operation
|
|
1112
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1113
1113
|
* @param UpdateBackupRequest
|
|
1114
1114
|
* @return UpdateBackupResponse
|
|
1115
1115
|
* @throws OciError when an error occurs
|
|
1116
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1116
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateBackup.ts.html |here} to see how to use UpdateBackup API.
|
|
1117
1117
|
*/
|
|
1118
1118
|
updateBackup(updateBackupRequest) {
|
|
1119
1119
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1128,7 +1128,7 @@ class DbBackupsClient {
|
|
|
1128
1128
|
"if-match": updateBackupRequest.ifMatch,
|
|
1129
1129
|
"opc-request-id": updateBackupRequest.opcRequestId
|
|
1130
1130
|
};
|
|
1131
|
-
const specRetryConfiguration = common.
|
|
1131
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1132
1132
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateBackupRequest.retryConfiguration, specRetryConfiguration);
|
|
1133
1133
|
if (this.logger)
|
|
1134
1134
|
retrier.logger = this.logger;
|
|
@@ -1270,11 +1270,11 @@ class DbSystemClient {
|
|
|
1270
1270
|
* DEPRECATED -- please use HeatWave API instead.
|
|
1271
1271
|
* Adds an Analytics Cluster to the DB System.
|
|
1272
1272
|
*
|
|
1273
|
-
* This operation
|
|
1273
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1274
1274
|
* @param AddAnalyticsClusterRequest
|
|
1275
1275
|
* @return AddAnalyticsClusterResponse
|
|
1276
1276
|
* @throws OciError when an error occurs
|
|
1277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1277
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/AddAnalyticsCluster.ts.html |here} to see how to use AddAnalyticsCluster API.
|
|
1278
1278
|
*/
|
|
1279
1279
|
addAnalyticsCluster(addAnalyticsClusterRequest) {
|
|
1280
1280
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1290,7 +1290,7 @@ class DbSystemClient {
|
|
|
1290
1290
|
"opc-request-id": addAnalyticsClusterRequest.opcRequestId,
|
|
1291
1291
|
"opc-retry-token": addAnalyticsClusterRequest.opcRetryToken
|
|
1292
1292
|
};
|
|
1293
|
-
const specRetryConfiguration = common.
|
|
1293
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1294
1294
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
1295
1295
|
if (this.logger)
|
|
1296
1296
|
retrier.logger = this.logger;
|
|
@@ -1340,11 +1340,11 @@ class DbSystemClient {
|
|
|
1340
1340
|
/**
|
|
1341
1341
|
* Adds a HeatWave cluster to the DB System.
|
|
1342
1342
|
*
|
|
1343
|
-
* This operation
|
|
1343
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1344
1344
|
* @param AddHeatWaveClusterRequest
|
|
1345
1345
|
* @return AddHeatWaveClusterResponse
|
|
1346
1346
|
* @throws OciError when an error occurs
|
|
1347
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1347
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/AddHeatWaveCluster.ts.html |here} to see how to use AddHeatWaveCluster API.
|
|
1348
1348
|
*/
|
|
1349
1349
|
addHeatWaveCluster(addHeatWaveClusterRequest) {
|
|
1350
1350
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1360,7 +1360,7 @@ class DbSystemClient {
|
|
|
1360
1360
|
"opc-request-id": addHeatWaveClusterRequest.opcRequestId,
|
|
1361
1361
|
"opc-retry-token": addHeatWaveClusterRequest.opcRetryToken
|
|
1362
1362
|
};
|
|
1363
|
-
const specRetryConfiguration = common.
|
|
1363
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1364
1364
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, addHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
1365
1365
|
if (this.logger)
|
|
1366
1366
|
retrier.logger = this.logger;
|
|
@@ -1410,11 +1410,11 @@ class DbSystemClient {
|
|
|
1410
1410
|
/**
|
|
1411
1411
|
* Creates and launches a DB System.
|
|
1412
1412
|
*
|
|
1413
|
-
* This operation
|
|
1413
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1414
1414
|
* @param CreateDbSystemRequest
|
|
1415
1415
|
* @return CreateDbSystemResponse
|
|
1416
1416
|
* @throws OciError when an error occurs
|
|
1417
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1417
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateDbSystem.ts.html |here} to see how to use CreateDbSystem API.
|
|
1418
1418
|
*/
|
|
1419
1419
|
createDbSystem(createDbSystemRequest) {
|
|
1420
1420
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1427,7 +1427,7 @@ class DbSystemClient {
|
|
|
1427
1427
|
"opc-request-id": createDbSystemRequest.opcRequestId,
|
|
1428
1428
|
"opc-retry-token": createDbSystemRequest.opcRetryToken
|
|
1429
1429
|
};
|
|
1430
|
-
const specRetryConfiguration = common.
|
|
1430
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1431
1431
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, createDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
1432
1432
|
if (this.logger)
|
|
1433
1433
|
retrier.logger = this.logger;
|
|
@@ -1484,11 +1484,11 @@ class DbSystemClient {
|
|
|
1484
1484
|
* Deletes the Analytics Cluster including terminating, detaching, removing, finalizing and
|
|
1485
1485
|
* otherwise deleting all related resources.
|
|
1486
1486
|
*
|
|
1487
|
-
* This operation
|
|
1487
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1488
1488
|
* @param DeleteAnalyticsClusterRequest
|
|
1489
1489
|
* @return DeleteAnalyticsClusterResponse
|
|
1490
1490
|
* @throws OciError when an error occurs
|
|
1491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1491
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteAnalyticsCluster.ts.html |here} to see how to use DeleteAnalyticsCluster API.
|
|
1492
1492
|
*/
|
|
1493
1493
|
deleteAnalyticsCluster(deleteAnalyticsClusterRequest) {
|
|
1494
1494
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1503,7 +1503,7 @@ class DbSystemClient {
|
|
|
1503
1503
|
"if-match": deleteAnalyticsClusterRequest.ifMatch,
|
|
1504
1504
|
"opc-request-id": deleteAnalyticsClusterRequest.opcRequestId
|
|
1505
1505
|
};
|
|
1506
|
-
const specRetryConfiguration = common.
|
|
1506
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1507
1507
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
1508
1508
|
if (this.logger)
|
|
1509
1509
|
retrier.logger = this.logger;
|
|
@@ -1544,11 +1544,11 @@ class DbSystemClient {
|
|
|
1544
1544
|
* Delete a DB System, including terminating, detaching,
|
|
1545
1545
|
* removing, finalizing and otherwise deleting all related resources.
|
|
1546
1546
|
*
|
|
1547
|
-
* This operation
|
|
1547
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1548
1548
|
* @param DeleteDbSystemRequest
|
|
1549
1549
|
* @return DeleteDbSystemResponse
|
|
1550
1550
|
* @throws OciError when an error occurs
|
|
1551
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1551
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteDbSystem.ts.html |here} to see how to use DeleteDbSystem API.
|
|
1552
1552
|
*/
|
|
1553
1553
|
deleteDbSystem(deleteDbSystemRequest) {
|
|
1554
1554
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1563,7 +1563,7 @@ class DbSystemClient {
|
|
|
1563
1563
|
"if-match": deleteDbSystemRequest.ifMatch,
|
|
1564
1564
|
"opc-request-id": deleteDbSystemRequest.opcRequestId
|
|
1565
1565
|
};
|
|
1566
|
-
const specRetryConfiguration = common.
|
|
1566
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1567
1567
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
1568
1568
|
if (this.logger)
|
|
1569
1569
|
retrier.logger = this.logger;
|
|
@@ -1604,11 +1604,11 @@ class DbSystemClient {
|
|
|
1604
1604
|
* Deletes the HeatWave cluster including terminating, detaching, removing, finalizing and
|
|
1605
1605
|
* otherwise deleting all related resources.
|
|
1606
1606
|
*
|
|
1607
|
-
* This operation
|
|
1607
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1608
1608
|
* @param DeleteHeatWaveClusterRequest
|
|
1609
1609
|
* @return DeleteHeatWaveClusterResponse
|
|
1610
1610
|
* @throws OciError when an error occurs
|
|
1611
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1611
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteHeatWaveCluster.ts.html |here} to see how to use DeleteHeatWaveCluster API.
|
|
1612
1612
|
*/
|
|
1613
1613
|
deleteHeatWaveCluster(deleteHeatWaveClusterRequest) {
|
|
1614
1614
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1623,7 +1623,7 @@ class DbSystemClient {
|
|
|
1623
1623
|
"if-match": deleteHeatWaveClusterRequest.ifMatch,
|
|
1624
1624
|
"opc-request-id": deleteHeatWaveClusterRequest.opcRequestId
|
|
1625
1625
|
};
|
|
1626
|
-
const specRetryConfiguration = common.
|
|
1626
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1627
1627
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
1628
1628
|
if (this.logger)
|
|
1629
1629
|
retrier.logger = this.logger;
|
|
@@ -1664,11 +1664,11 @@ class DbSystemClient {
|
|
|
1664
1664
|
* DEPRECATED -- please use HeatWave API instead.
|
|
1665
1665
|
* Sends a request to estimate the memory footprints of user tables when loaded to Analytics Cluster memory.
|
|
1666
1666
|
*
|
|
1667
|
-
* This operation
|
|
1667
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1668
1668
|
* @param GenerateAnalyticsClusterMemoryEstimateRequest
|
|
1669
1669
|
* @return GenerateAnalyticsClusterMemoryEstimateResponse
|
|
1670
1670
|
* @throws OciError when an error occurs
|
|
1671
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GenerateAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GenerateAnalyticsClusterMemoryEstimate API.
|
|
1672
1672
|
*/
|
|
1673
1673
|
generateAnalyticsClusterMemoryEstimate(generateAnalyticsClusterMemoryEstimateRequest) {
|
|
1674
1674
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1683,7 +1683,7 @@ class DbSystemClient {
|
|
|
1683
1683
|
"opc-request-id": generateAnalyticsClusterMemoryEstimateRequest.opcRequestId,
|
|
1684
1684
|
"opc-retry-token": generateAnalyticsClusterMemoryEstimateRequest.opcRetryToken
|
|
1685
1685
|
};
|
|
1686
|
-
const specRetryConfiguration = common.
|
|
1686
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1687
1687
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, generateAnalyticsClusterMemoryEstimateRequest.retryConfiguration, specRetryConfiguration);
|
|
1688
1688
|
if (this.logger)
|
|
1689
1689
|
retrier.logger = this.logger;
|
|
@@ -1727,11 +1727,11 @@ class DbSystemClient {
|
|
|
1727
1727
|
/**
|
|
1728
1728
|
* Sends a request to estimate the memory footprints of user tables when loaded to HeatWave cluster memory.
|
|
1729
1729
|
*
|
|
1730
|
-
* This operation
|
|
1730
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1731
1731
|
* @param GenerateHeatWaveClusterMemoryEstimateRequest
|
|
1732
1732
|
* @return GenerateHeatWaveClusterMemoryEstimateResponse
|
|
1733
1733
|
* @throws OciError when an error occurs
|
|
1734
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1734
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GenerateHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GenerateHeatWaveClusterMemoryEstimate API.
|
|
1735
1735
|
*/
|
|
1736
1736
|
generateHeatWaveClusterMemoryEstimate(generateHeatWaveClusterMemoryEstimateRequest) {
|
|
1737
1737
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1746,7 +1746,7 @@ class DbSystemClient {
|
|
|
1746
1746
|
"opc-request-id": generateHeatWaveClusterMemoryEstimateRequest.opcRequestId,
|
|
1747
1747
|
"opc-retry-token": generateHeatWaveClusterMemoryEstimateRequest.opcRetryToken
|
|
1748
1748
|
};
|
|
1749
|
-
const specRetryConfiguration = common.
|
|
1749
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1750
1750
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, generateHeatWaveClusterMemoryEstimateRequest.retryConfiguration, specRetryConfiguration);
|
|
1751
1751
|
if (this.logger)
|
|
1752
1752
|
retrier.logger = this.logger;
|
|
@@ -1791,11 +1791,11 @@ class DbSystemClient {
|
|
|
1791
1791
|
* DEPRECATED -- please use HeatWave API instead.
|
|
1792
1792
|
* Gets information about the Analytics Cluster.
|
|
1793
1793
|
*
|
|
1794
|
-
* This operation
|
|
1794
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1795
1795
|
* @param GetAnalyticsClusterRequest
|
|
1796
1796
|
* @return GetAnalyticsClusterResponse
|
|
1797
1797
|
* @throws OciError when an error occurs
|
|
1798
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetAnalyticsCluster.ts.html |here} to see how to use GetAnalyticsCluster API.
|
|
1799
1799
|
*/
|
|
1800
1800
|
getAnalyticsCluster(getAnalyticsClusterRequest) {
|
|
1801
1801
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1810,7 +1810,7 @@ class DbSystemClient {
|
|
|
1810
1810
|
"opc-request-id": getAnalyticsClusterRequest.opcRequestId,
|
|
1811
1811
|
"if-none-match": getAnalyticsClusterRequest.ifNoneMatch
|
|
1812
1812
|
};
|
|
1813
|
-
const specRetryConfiguration = common.
|
|
1813
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1814
1814
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
1815
1815
|
if (this.logger)
|
|
1816
1816
|
retrier.logger = this.logger;
|
|
@@ -1856,11 +1856,11 @@ class DbSystemClient {
|
|
|
1856
1856
|
* Gets the most recent Analytics Cluster memory estimate that can be used to determine a suitable
|
|
1857
1857
|
* Analytics Cluster size.
|
|
1858
1858
|
*
|
|
1859
|
-
* This operation
|
|
1859
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1860
1860
|
* @param GetAnalyticsClusterMemoryEstimateRequest
|
|
1861
1861
|
* @return GetAnalyticsClusterMemoryEstimateResponse
|
|
1862
1862
|
* @throws OciError when an error occurs
|
|
1863
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1863
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetAnalyticsClusterMemoryEstimate.ts.html |here} to see how to use GetAnalyticsClusterMemoryEstimate API.
|
|
1864
1864
|
*/
|
|
1865
1865
|
getAnalyticsClusterMemoryEstimate(getAnalyticsClusterMemoryEstimateRequest) {
|
|
1866
1866
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1874,7 +1874,7 @@ class DbSystemClient {
|
|
|
1874
1874
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
1875
1875
|
"opc-request-id": getAnalyticsClusterMemoryEstimateRequest.opcRequestId
|
|
1876
1876
|
};
|
|
1877
|
-
const specRetryConfiguration = common.
|
|
1877
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1878
1878
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getAnalyticsClusterMemoryEstimateRequest.retryConfiguration, specRetryConfiguration);
|
|
1879
1879
|
if (this.logger)
|
|
1880
1880
|
retrier.logger = this.logger;
|
|
@@ -1912,11 +1912,11 @@ class DbSystemClient {
|
|
|
1912
1912
|
}
|
|
1913
1913
|
/**
|
|
1914
1914
|
* Get information about the specified DB System.
|
|
1915
|
-
* This operation
|
|
1915
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1916
1916
|
* @param GetDbSystemRequest
|
|
1917
1917
|
* @return GetDbSystemResponse
|
|
1918
1918
|
* @throws OciError when an error occurs
|
|
1919
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1919
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetDbSystem.ts.html |here} to see how to use GetDbSystem API.
|
|
1920
1920
|
*/
|
|
1921
1921
|
getDbSystem(getDbSystemRequest) {
|
|
1922
1922
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1931,7 +1931,7 @@ class DbSystemClient {
|
|
|
1931
1931
|
"opc-request-id": getDbSystemRequest.opcRequestId,
|
|
1932
1932
|
"if-none-match": getDbSystemRequest.ifNoneMatch
|
|
1933
1933
|
};
|
|
1934
|
-
const specRetryConfiguration = common.
|
|
1934
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1935
1935
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
1936
1936
|
if (this.logger)
|
|
1937
1937
|
retrier.logger = this.logger;
|
|
@@ -1974,11 +1974,11 @@ class DbSystemClient {
|
|
|
1974
1974
|
}
|
|
1975
1975
|
/**
|
|
1976
1976
|
* Gets information about the HeatWave cluster.
|
|
1977
|
-
* This operation
|
|
1977
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1978
1978
|
* @param GetHeatWaveClusterRequest
|
|
1979
1979
|
* @return GetHeatWaveClusterResponse
|
|
1980
1980
|
* @throws OciError when an error occurs
|
|
1981
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1981
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetHeatWaveCluster.ts.html |here} to see how to use GetHeatWaveCluster API.
|
|
1982
1982
|
*/
|
|
1983
1983
|
getHeatWaveCluster(getHeatWaveClusterRequest) {
|
|
1984
1984
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1993,7 +1993,7 @@ class DbSystemClient {
|
|
|
1993
1993
|
"opc-request-id": getHeatWaveClusterRequest.opcRequestId,
|
|
1994
1994
|
"if-none-match": getHeatWaveClusterRequest.ifNoneMatch
|
|
1995
1995
|
};
|
|
1996
|
-
const specRetryConfiguration = common.
|
|
1996
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
1997
1997
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
1998
1998
|
if (this.logger)
|
|
1999
1999
|
retrier.logger = this.logger;
|
|
@@ -2038,11 +2038,11 @@ class DbSystemClient {
|
|
|
2038
2038
|
* Gets the most recent HeatWave cluster memory estimate that can be used to determine a suitable
|
|
2039
2039
|
* HeatWave cluster size.
|
|
2040
2040
|
*
|
|
2041
|
-
* This operation
|
|
2041
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2042
2042
|
* @param GetHeatWaveClusterMemoryEstimateRequest
|
|
2043
2043
|
* @return GetHeatWaveClusterMemoryEstimateResponse
|
|
2044
2044
|
* @throws OciError when an error occurs
|
|
2045
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2045
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetHeatWaveClusterMemoryEstimate.ts.html |here} to see how to use GetHeatWaveClusterMemoryEstimate API.
|
|
2046
2046
|
*/
|
|
2047
2047
|
getHeatWaveClusterMemoryEstimate(getHeatWaveClusterMemoryEstimateRequest) {
|
|
2048
2048
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2056,7 +2056,7 @@ class DbSystemClient {
|
|
|
2056
2056
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2057
2057
|
"opc-request-id": getHeatWaveClusterMemoryEstimateRequest.opcRequestId
|
|
2058
2058
|
};
|
|
2059
|
-
const specRetryConfiguration = common.
|
|
2059
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2060
2060
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getHeatWaveClusterMemoryEstimateRequest.retryConfiguration, specRetryConfiguration);
|
|
2061
2061
|
if (this.logger)
|
|
2062
2062
|
retrier.logger = this.logger;
|
|
@@ -2096,11 +2096,11 @@ class DbSystemClient {
|
|
|
2096
2096
|
* Get a list of DB Systems in the specified compartment.
|
|
2097
2097
|
* The default sort order is by timeUpdated, descending.
|
|
2098
2098
|
*
|
|
2099
|
-
* This operation
|
|
2099
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2100
2100
|
* @param ListDbSystemsRequest
|
|
2101
2101
|
* @return ListDbSystemsResponse
|
|
2102
2102
|
* @throws OciError when an error occurs
|
|
2103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListDbSystems.ts.html |here} to see how to use ListDbSystems API.
|
|
2104
2104
|
*/
|
|
2105
2105
|
listDbSystems(listDbSystemsRequest) {
|
|
2106
2106
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2125,7 +2125,7 @@ class DbSystemClient {
|
|
|
2125
2125
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
2126
2126
|
"opc-request-id": listDbSystemsRequest.opcRequestId
|
|
2127
2127
|
};
|
|
2128
|
-
const specRetryConfiguration = common.
|
|
2128
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2129
2129
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listDbSystemsRequest.retryConfiguration, specRetryConfiguration);
|
|
2130
2130
|
if (this.logger)
|
|
2131
2131
|
retrier.logger = this.logger;
|
|
@@ -2210,11 +2210,11 @@ class DbSystemClient {
|
|
|
2210
2210
|
* DEPRECATED -- please use HeatWave API instead.
|
|
2211
2211
|
* Restarts the Analytics Cluster.
|
|
2212
2212
|
*
|
|
2213
|
-
* This operation
|
|
2213
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2214
2214
|
* @param RestartAnalyticsClusterRequest
|
|
2215
2215
|
* @return RestartAnalyticsClusterResponse
|
|
2216
2216
|
* @throws OciError when an error occurs
|
|
2217
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/RestartAnalyticsCluster.ts.html |here} to see how to use RestartAnalyticsCluster API.
|
|
2218
2218
|
*/
|
|
2219
2219
|
restartAnalyticsCluster(restartAnalyticsClusterRequest) {
|
|
2220
2220
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2230,7 +2230,7 @@ class DbSystemClient {
|
|
|
2230
2230
|
"opc-request-id": restartAnalyticsClusterRequest.opcRequestId,
|
|
2231
2231
|
"opc-retry-token": restartAnalyticsClusterRequest.opcRetryToken
|
|
2232
2232
|
};
|
|
2233
|
-
const specRetryConfiguration = common.
|
|
2233
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2234
2234
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, restartAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2235
2235
|
if (this.logger)
|
|
2236
2236
|
retrier.logger = this.logger;
|
|
@@ -2269,11 +2269,11 @@ class DbSystemClient {
|
|
|
2269
2269
|
}
|
|
2270
2270
|
/**
|
|
2271
2271
|
* Restarts the specified DB System.
|
|
2272
|
-
* This operation
|
|
2272
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2273
2273
|
* @param RestartDbSystemRequest
|
|
2274
2274
|
* @return RestartDbSystemResponse
|
|
2275
2275
|
* @throws OciError when an error occurs
|
|
2276
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2276
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/RestartDbSystem.ts.html |here} to see how to use RestartDbSystem API.
|
|
2277
2277
|
*/
|
|
2278
2278
|
restartDbSystem(restartDbSystemRequest) {
|
|
2279
2279
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2289,7 +2289,7 @@ class DbSystemClient {
|
|
|
2289
2289
|
"opc-request-id": restartDbSystemRequest.opcRequestId,
|
|
2290
2290
|
"opc-retry-token": restartDbSystemRequest.opcRetryToken
|
|
2291
2291
|
};
|
|
2292
|
-
const specRetryConfiguration = common.
|
|
2292
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2293
2293
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, restartDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
2294
2294
|
if (this.logger)
|
|
2295
2295
|
retrier.logger = this.logger;
|
|
@@ -2329,11 +2329,11 @@ class DbSystemClient {
|
|
|
2329
2329
|
}
|
|
2330
2330
|
/**
|
|
2331
2331
|
* Restarts the HeatWave cluster.
|
|
2332
|
-
* This operation
|
|
2332
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2333
2333
|
* @param RestartHeatWaveClusterRequest
|
|
2334
2334
|
* @return RestartHeatWaveClusterResponse
|
|
2335
2335
|
* @throws OciError when an error occurs
|
|
2336
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2336
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/RestartHeatWaveCluster.ts.html |here} to see how to use RestartHeatWaveCluster API.
|
|
2337
2337
|
*/
|
|
2338
2338
|
restartHeatWaveCluster(restartHeatWaveClusterRequest) {
|
|
2339
2339
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2349,7 +2349,7 @@ class DbSystemClient {
|
|
|
2349
2349
|
"opc-request-id": restartHeatWaveClusterRequest.opcRequestId,
|
|
2350
2350
|
"opc-retry-token": restartHeatWaveClusterRequest.opcRetryToken
|
|
2351
2351
|
};
|
|
2352
|
-
const specRetryConfiguration = common.
|
|
2352
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2353
2353
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, restartHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2354
2354
|
if (this.logger)
|
|
2355
2355
|
retrier.logger = this.logger;
|
|
@@ -2390,11 +2390,11 @@ class DbSystemClient {
|
|
|
2390
2390
|
* DEPRECATED -- please use HeatWave API instead.
|
|
2391
2391
|
* Starts the Analytics Cluster.
|
|
2392
2392
|
*
|
|
2393
|
-
* This operation
|
|
2393
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2394
2394
|
* @param StartAnalyticsClusterRequest
|
|
2395
2395
|
* @return StartAnalyticsClusterResponse
|
|
2396
2396
|
* @throws OciError when an error occurs
|
|
2397
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2397
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StartAnalyticsCluster.ts.html |here} to see how to use StartAnalyticsCluster API.
|
|
2398
2398
|
*/
|
|
2399
2399
|
startAnalyticsCluster(startAnalyticsClusterRequest) {
|
|
2400
2400
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2410,7 +2410,7 @@ class DbSystemClient {
|
|
|
2410
2410
|
"opc-request-id": startAnalyticsClusterRequest.opcRequestId,
|
|
2411
2411
|
"opc-retry-token": startAnalyticsClusterRequest.opcRetryToken
|
|
2412
2412
|
};
|
|
2413
|
-
const specRetryConfiguration = common.
|
|
2413
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2414
2414
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2415
2415
|
if (this.logger)
|
|
2416
2416
|
retrier.logger = this.logger;
|
|
@@ -2449,11 +2449,11 @@ class DbSystemClient {
|
|
|
2449
2449
|
}
|
|
2450
2450
|
/**
|
|
2451
2451
|
* Start the specified DB System.
|
|
2452
|
-
* This operation
|
|
2452
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2453
2453
|
* @param StartDbSystemRequest
|
|
2454
2454
|
* @return StartDbSystemResponse
|
|
2455
2455
|
* @throws OciError when an error occurs
|
|
2456
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StartDbSystem.ts.html |here} to see how to use StartDbSystem API.
|
|
2457
2457
|
*/
|
|
2458
2458
|
startDbSystem(startDbSystemRequest) {
|
|
2459
2459
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2469,7 +2469,7 @@ class DbSystemClient {
|
|
|
2469
2469
|
"opc-request-id": startDbSystemRequest.opcRequestId,
|
|
2470
2470
|
"opc-retry-token": startDbSystemRequest.opcRetryToken
|
|
2471
2471
|
};
|
|
2472
|
-
const specRetryConfiguration = common.
|
|
2472
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2473
2473
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
2474
2474
|
if (this.logger)
|
|
2475
2475
|
retrier.logger = this.logger;
|
|
@@ -2508,11 +2508,11 @@ class DbSystemClient {
|
|
|
2508
2508
|
}
|
|
2509
2509
|
/**
|
|
2510
2510
|
* Starts the HeatWave cluster.
|
|
2511
|
-
* This operation
|
|
2511
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2512
2512
|
* @param StartHeatWaveClusterRequest
|
|
2513
2513
|
* @return StartHeatWaveClusterResponse
|
|
2514
2514
|
* @throws OciError when an error occurs
|
|
2515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StartHeatWaveCluster.ts.html |here} to see how to use StartHeatWaveCluster API.
|
|
2516
2516
|
*/
|
|
2517
2517
|
startHeatWaveCluster(startHeatWaveClusterRequest) {
|
|
2518
2518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2528,7 +2528,7 @@ class DbSystemClient {
|
|
|
2528
2528
|
"opc-request-id": startHeatWaveClusterRequest.opcRequestId,
|
|
2529
2529
|
"opc-retry-token": startHeatWaveClusterRequest.opcRetryToken
|
|
2530
2530
|
};
|
|
2531
|
-
const specRetryConfiguration = common.
|
|
2531
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2532
2532
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, startHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2533
2533
|
if (this.logger)
|
|
2534
2534
|
retrier.logger = this.logger;
|
|
@@ -2569,11 +2569,11 @@ class DbSystemClient {
|
|
|
2569
2569
|
* DEPRECATED -- please use HeatWave API instead.
|
|
2570
2570
|
* Stops the Analytics Cluster.
|
|
2571
2571
|
*
|
|
2572
|
-
* This operation
|
|
2572
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2573
2573
|
* @param StopAnalyticsClusterRequest
|
|
2574
2574
|
* @return StopAnalyticsClusterResponse
|
|
2575
2575
|
* @throws OciError when an error occurs
|
|
2576
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2576
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StopAnalyticsCluster.ts.html |here} to see how to use StopAnalyticsCluster API.
|
|
2577
2577
|
*/
|
|
2578
2578
|
stopAnalyticsCluster(stopAnalyticsClusterRequest) {
|
|
2579
2579
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2589,7 +2589,7 @@ class DbSystemClient {
|
|
|
2589
2589
|
"opc-request-id": stopAnalyticsClusterRequest.opcRequestId,
|
|
2590
2590
|
"opc-retry-token": stopAnalyticsClusterRequest.opcRetryToken
|
|
2591
2591
|
};
|
|
2592
|
-
const specRetryConfiguration = common.
|
|
2592
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2593
2593
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, stopAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2594
2594
|
if (this.logger)
|
|
2595
2595
|
retrier.logger = this.logger;
|
|
@@ -2631,11 +2631,11 @@ class DbSystemClient {
|
|
|
2631
2631
|
* <p>
|
|
2632
2632
|
A stopped DB System is not billed.
|
|
2633
2633
|
*
|
|
2634
|
-
* This operation
|
|
2634
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2635
2635
|
* @param StopDbSystemRequest
|
|
2636
2636
|
* @return StopDbSystemResponse
|
|
2637
2637
|
* @throws OciError when an error occurs
|
|
2638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StopDbSystem.ts.html |here} to see how to use StopDbSystem API.
|
|
2639
2639
|
*/
|
|
2640
2640
|
stopDbSystem(stopDbSystemRequest) {
|
|
2641
2641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2651,7 +2651,7 @@ class DbSystemClient {
|
|
|
2651
2651
|
"opc-request-id": stopDbSystemRequest.opcRequestId,
|
|
2652
2652
|
"opc-retry-token": stopDbSystemRequest.opcRetryToken
|
|
2653
2653
|
};
|
|
2654
|
-
const specRetryConfiguration = common.
|
|
2654
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2655
2655
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, stopDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
2656
2656
|
if (this.logger)
|
|
2657
2657
|
retrier.logger = this.logger;
|
|
@@ -2691,11 +2691,11 @@ class DbSystemClient {
|
|
|
2691
2691
|
}
|
|
2692
2692
|
/**
|
|
2693
2693
|
* Stops the HeatWave cluster.
|
|
2694
|
-
* This operation
|
|
2694
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2695
2695
|
* @param StopHeatWaveClusterRequest
|
|
2696
2696
|
* @return StopHeatWaveClusterResponse
|
|
2697
2697
|
* @throws OciError when an error occurs
|
|
2698
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2698
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/StopHeatWaveCluster.ts.html |here} to see how to use StopHeatWaveCluster API.
|
|
2699
2699
|
*/
|
|
2700
2700
|
stopHeatWaveCluster(stopHeatWaveClusterRequest) {
|
|
2701
2701
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2711,7 +2711,7 @@ class DbSystemClient {
|
|
|
2711
2711
|
"opc-request-id": stopHeatWaveClusterRequest.opcRequestId,
|
|
2712
2712
|
"opc-retry-token": stopHeatWaveClusterRequest.opcRetryToken
|
|
2713
2713
|
};
|
|
2714
|
-
const specRetryConfiguration = common.
|
|
2714
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2715
2715
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, stopHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2716
2716
|
if (this.logger)
|
|
2717
2717
|
retrier.logger = this.logger;
|
|
@@ -2752,11 +2752,11 @@ class DbSystemClient {
|
|
|
2752
2752
|
* DEPRECATED -- please use HeatWave API instead.
|
|
2753
2753
|
* Updates the Analytics Cluster.
|
|
2754
2754
|
*
|
|
2755
|
-
* This operation
|
|
2755
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2756
2756
|
* @param UpdateAnalyticsClusterRequest
|
|
2757
2757
|
* @return UpdateAnalyticsClusterResponse
|
|
2758
2758
|
* @throws OciError when an error occurs
|
|
2759
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2759
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateAnalyticsCluster.ts.html |here} to see how to use UpdateAnalyticsCluster API.
|
|
2760
2760
|
*/
|
|
2761
2761
|
updateAnalyticsCluster(updateAnalyticsClusterRequest) {
|
|
2762
2762
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2771,7 +2771,7 @@ class DbSystemClient {
|
|
|
2771
2771
|
"if-match": updateAnalyticsClusterRequest.ifMatch,
|
|
2772
2772
|
"opc-request-id": updateAnalyticsClusterRequest.opcRequestId
|
|
2773
2773
|
};
|
|
2774
|
-
const specRetryConfiguration = common.
|
|
2774
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2775
2775
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateAnalyticsClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2776
2776
|
if (this.logger)
|
|
2777
2777
|
retrier.logger = this.logger;
|
|
@@ -2819,11 +2819,11 @@ class DbSystemClient {
|
|
|
2819
2819
|
* Compute resources, pausing the DB System and migrating storage
|
|
2820
2820
|
* before making the DB System available again.
|
|
2821
2821
|
*
|
|
2822
|
-
* This operation
|
|
2822
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2823
2823
|
* @param UpdateDbSystemRequest
|
|
2824
2824
|
* @return UpdateDbSystemResponse
|
|
2825
2825
|
* @throws OciError when an error occurs
|
|
2826
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2826
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateDbSystem.ts.html |here} to see how to use UpdateDbSystem API.
|
|
2827
2827
|
*/
|
|
2828
2828
|
updateDbSystem(updateDbSystemRequest) {
|
|
2829
2829
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2838,7 +2838,7 @@ class DbSystemClient {
|
|
|
2838
2838
|
"if-match": updateDbSystemRequest.ifMatch,
|
|
2839
2839
|
"opc-request-id": updateDbSystemRequest.opcRequestId
|
|
2840
2840
|
};
|
|
2841
|
-
const specRetryConfiguration = common.
|
|
2841
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2842
2842
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateDbSystemRequest.retryConfiguration, specRetryConfiguration);
|
|
2843
2843
|
if (this.logger)
|
|
2844
2844
|
retrier.logger = this.logger;
|
|
@@ -2879,11 +2879,11 @@ class DbSystemClient {
|
|
|
2879
2879
|
/**
|
|
2880
2880
|
* Updates the HeatWave cluster.
|
|
2881
2881
|
*
|
|
2882
|
-
* This operation
|
|
2882
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
2883
2883
|
* @param UpdateHeatWaveClusterRequest
|
|
2884
2884
|
* @return UpdateHeatWaveClusterResponse
|
|
2885
2885
|
* @throws OciError when an error occurs
|
|
2886
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2886
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateHeatWaveCluster.ts.html |here} to see how to use UpdateHeatWaveCluster API.
|
|
2887
2887
|
*/
|
|
2888
2888
|
updateHeatWaveCluster(updateHeatWaveClusterRequest) {
|
|
2889
2889
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2898,7 +2898,7 @@ class DbSystemClient {
|
|
|
2898
2898
|
"if-match": updateHeatWaveClusterRequest.ifMatch,
|
|
2899
2899
|
"opc-request-id": updateHeatWaveClusterRequest.opcRequestId
|
|
2900
2900
|
};
|
|
2901
|
-
const specRetryConfiguration = common.
|
|
2901
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
2902
2902
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateHeatWaveClusterRequest.retryConfiguration, specRetryConfiguration);
|
|
2903
2903
|
if (this.logger)
|
|
2904
2904
|
retrier.logger = this.logger;
|
|
@@ -3047,7 +3047,7 @@ class MysqlaasClient {
|
|
|
3047
3047
|
* @param CreateConfigurationRequest
|
|
3048
3048
|
* @return CreateConfigurationResponse
|
|
3049
3049
|
* @throws OciError when an error occurs
|
|
3050
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3050
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/CreateConfiguration.ts.html |here} to see how to use CreateConfiguration API.
|
|
3051
3051
|
*/
|
|
3052
3052
|
createConfiguration(createConfigurationRequest) {
|
|
3053
3053
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3116,11 +3116,11 @@ class MysqlaasClient {
|
|
|
3116
3116
|
* Deletes a Configuration.
|
|
3117
3117
|
* The Configuration must not be in use by any DB Systems.
|
|
3118
3118
|
*
|
|
3119
|
-
* This operation
|
|
3119
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3120
3120
|
* @param DeleteConfigurationRequest
|
|
3121
3121
|
* @return DeleteConfigurationResponse
|
|
3122
3122
|
* @throws OciError when an error occurs
|
|
3123
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/DeleteConfiguration.ts.html |here} to see how to use DeleteConfiguration API.
|
|
3124
3124
|
*/
|
|
3125
3125
|
deleteConfiguration(deleteConfigurationRequest) {
|
|
3126
3126
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3135,7 +3135,7 @@ class MysqlaasClient {
|
|
|
3135
3135
|
"if-match": deleteConfigurationRequest.ifMatch,
|
|
3136
3136
|
"opc-request-id": deleteConfigurationRequest.opcRequestId
|
|
3137
3137
|
};
|
|
3138
|
-
const specRetryConfiguration = common.
|
|
3138
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3139
3139
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, deleteConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
3140
3140
|
if (this.logger)
|
|
3141
3141
|
retrier.logger = this.logger;
|
|
@@ -3170,11 +3170,11 @@ class MysqlaasClient {
|
|
|
3170
3170
|
/**
|
|
3171
3171
|
* Get the full details of the specified Configuration, including the list of MySQL Variables and their values.
|
|
3172
3172
|
*
|
|
3173
|
-
* This operation
|
|
3173
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3174
3174
|
* @param GetConfigurationRequest
|
|
3175
3175
|
* @return GetConfigurationResponse
|
|
3176
3176
|
* @throws OciError when an error occurs
|
|
3177
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetConfiguration.ts.html |here} to see how to use GetConfiguration API.
|
|
3178
3178
|
*/
|
|
3179
3179
|
getConfiguration(getConfigurationRequest) {
|
|
3180
3180
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3189,7 +3189,7 @@ class MysqlaasClient {
|
|
|
3189
3189
|
"opc-request-id": getConfigurationRequest.opcRequestId,
|
|
3190
3190
|
"if-none-match": getConfigurationRequest.ifNoneMatch
|
|
3191
3191
|
};
|
|
3192
|
-
const specRetryConfiguration = common.
|
|
3192
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3193
3193
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
3194
3194
|
if (this.logger)
|
|
3195
3195
|
retrier.logger = this.logger;
|
|
@@ -3240,11 +3240,11 @@ class MysqlaasClient {
|
|
|
3240
3240
|
* - DEFAULT-before-CUSTOM
|
|
3241
3241
|
* - displayName ascending
|
|
3242
3242
|
*
|
|
3243
|
-
* This operation
|
|
3243
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3244
3244
|
* @param ListConfigurationsRequest
|
|
3245
3245
|
* @return ListConfigurationsResponse
|
|
3246
3246
|
* @throws OciError when an error occurs
|
|
3247
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListConfigurations.ts.html |here} to see how to use ListConfigurations API.
|
|
3248
3248
|
*/
|
|
3249
3249
|
listConfigurations(listConfigurationsRequest) {
|
|
3250
3250
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3267,7 +3267,7 @@ class MysqlaasClient {
|
|
|
3267
3267
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3268
3268
|
"opc-request-id": listConfigurationsRequest.opcRequestId
|
|
3269
3269
|
};
|
|
3270
|
-
const specRetryConfiguration = common.
|
|
3270
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3271
3271
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listConfigurationsRequest.retryConfiguration, specRetryConfiguration);
|
|
3272
3272
|
if (this.logger)
|
|
3273
3273
|
retrier.logger = this.logger;
|
|
@@ -3354,11 +3354,11 @@ class MysqlaasClient {
|
|
|
3354
3354
|
* CPU cores and memory for VM shapes; CPU cores, memory and
|
|
3355
3355
|
* storage for non-VM (or bare metal) shapes.
|
|
3356
3356
|
*
|
|
3357
|
-
* This operation
|
|
3357
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3358
3358
|
* @param ListShapesRequest
|
|
3359
3359
|
* @return ListShapesResponse
|
|
3360
3360
|
* @throws OciError when an error occurs
|
|
3361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListShapes.ts.html |here} to see how to use ListShapes API.
|
|
3362
3362
|
*/
|
|
3363
3363
|
listShapes(listShapesRequest) {
|
|
3364
3364
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3375,7 +3375,7 @@ class MysqlaasClient {
|
|
|
3375
3375
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3376
3376
|
"opc-request-id": listShapesRequest.opcRequestId
|
|
3377
3377
|
};
|
|
3378
|
-
const specRetryConfiguration = common.
|
|
3378
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3379
3379
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listShapesRequest.retryConfiguration, specRetryConfiguration);
|
|
3380
3380
|
if (this.logger)
|
|
3381
3381
|
retrier.logger = this.logger;
|
|
@@ -3416,11 +3416,11 @@ class MysqlaasClient {
|
|
|
3416
3416
|
* <p>
|
|
3417
3417
|
The list is sorted by version family.
|
|
3418
3418
|
*
|
|
3419
|
-
* This operation
|
|
3419
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3420
3420
|
* @param ListVersionsRequest
|
|
3421
3421
|
* @return ListVersionsResponse
|
|
3422
3422
|
* @throws OciError when an error occurs
|
|
3423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListVersions.ts.html |here} to see how to use ListVersions API.
|
|
3424
3424
|
*/
|
|
3425
3425
|
listVersions(listVersionsRequest) {
|
|
3426
3426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3434,7 +3434,7 @@ class MysqlaasClient {
|
|
|
3434
3434
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3435
3435
|
"opc-request-id": listVersionsRequest.opcRequestId
|
|
3436
3436
|
};
|
|
3437
|
-
const specRetryConfiguration = common.
|
|
3437
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3438
3438
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listVersionsRequest.retryConfiguration, specRetryConfiguration);
|
|
3439
3439
|
if (this.logger)
|
|
3440
3440
|
retrier.logger = this.logger;
|
|
@@ -3472,11 +3472,11 @@ class MysqlaasClient {
|
|
|
3472
3472
|
}
|
|
3473
3473
|
/**
|
|
3474
3474
|
* Updates the Configuration details.
|
|
3475
|
-
* This operation
|
|
3475
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3476
3476
|
* @param UpdateConfigurationRequest
|
|
3477
3477
|
* @return UpdateConfigurationResponse
|
|
3478
3478
|
* @throws OciError when an error occurs
|
|
3479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/UpdateConfiguration.ts.html |here} to see how to use UpdateConfiguration API.
|
|
3480
3480
|
*/
|
|
3481
3481
|
updateConfiguration(updateConfigurationRequest) {
|
|
3482
3482
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3491,7 +3491,7 @@ class MysqlaasClient {
|
|
|
3491
3491
|
"if-match": updateConfigurationRequest.ifMatch,
|
|
3492
3492
|
"opc-request-id": updateConfigurationRequest.opcRequestId
|
|
3493
3493
|
};
|
|
3494
|
-
const specRetryConfiguration = common.
|
|
3494
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3495
3495
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, updateConfigurationRequest.retryConfiguration, specRetryConfiguration);
|
|
3496
3496
|
if (this.logger)
|
|
3497
3497
|
retrier.logger = this.logger;
|
|
@@ -3640,11 +3640,11 @@ class WorkRequestsClient {
|
|
|
3640
3640
|
}
|
|
3641
3641
|
/**
|
|
3642
3642
|
* Gets the status of the work request with the given ID.
|
|
3643
|
-
* This operation
|
|
3643
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3644
3644
|
* @param GetWorkRequestRequest
|
|
3645
3645
|
* @return GetWorkRequestResponse
|
|
3646
3646
|
* @throws OciError when an error occurs
|
|
3647
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3647
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
3648
3648
|
*/
|
|
3649
3649
|
getWorkRequest(getWorkRequestRequest) {
|
|
3650
3650
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3659,7 +3659,7 @@ class WorkRequestsClient {
|
|
|
3659
3659
|
"if-none-match": getWorkRequestRequest.ifNoneMatch,
|
|
3660
3660
|
"opc-request-id": getWorkRequestRequest.opcRequestId
|
|
3661
3661
|
};
|
|
3662
|
-
const specRetryConfiguration = common.
|
|
3662
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3663
3663
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, getWorkRequestRequest.retryConfiguration, specRetryConfiguration);
|
|
3664
3664
|
if (this.logger)
|
|
3665
3665
|
retrier.logger = this.logger;
|
|
@@ -3708,11 +3708,11 @@ class WorkRequestsClient {
|
|
|
3708
3708
|
/**
|
|
3709
3709
|
* Return a (paginated) list of errors for a given work request.
|
|
3710
3710
|
*
|
|
3711
|
-
* This operation
|
|
3711
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3712
3712
|
* @param ListWorkRequestErrorsRequest
|
|
3713
3713
|
* @return ListWorkRequestErrorsResponse
|
|
3714
3714
|
* @throws OciError when an error occurs
|
|
3715
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3715
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
3716
3716
|
*/
|
|
3717
3717
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
3718
3718
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3729,7 +3729,7 @@ class WorkRequestsClient {
|
|
|
3729
3729
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3730
3730
|
"opc-request-id": listWorkRequestErrorsRequest.opcRequestId
|
|
3731
3731
|
};
|
|
3732
|
-
const specRetryConfiguration = common.
|
|
3732
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3733
3733
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestErrorsRequest.retryConfiguration, specRetryConfiguration);
|
|
3734
3734
|
if (this.logger)
|
|
3735
3735
|
retrier.logger = this.logger;
|
|
@@ -3813,11 +3813,11 @@ class WorkRequestsClient {
|
|
|
3813
3813
|
/**
|
|
3814
3814
|
* Return a (paginated) list of logs for a given work request.
|
|
3815
3815
|
*
|
|
3816
|
-
* This operation
|
|
3816
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3817
3817
|
* @param ListWorkRequestLogsRequest
|
|
3818
3818
|
* @return ListWorkRequestLogsResponse
|
|
3819
3819
|
* @throws OciError when an error occurs
|
|
3820
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3820
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
3821
3821
|
*/
|
|
3822
3822
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
3823
3823
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3834,7 +3834,7 @@ class WorkRequestsClient {
|
|
|
3834
3834
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3835
3835
|
"opc-request-id": listWorkRequestLogsRequest.opcRequestId
|
|
3836
3836
|
};
|
|
3837
|
-
const specRetryConfiguration = common.
|
|
3837
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3838
3838
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestLogsRequest.retryConfiguration, specRetryConfiguration);
|
|
3839
3839
|
if (this.logger)
|
|
3840
3840
|
retrier.logger = this.logger;
|
|
@@ -3918,11 +3918,11 @@ class WorkRequestsClient {
|
|
|
3918
3918
|
/**
|
|
3919
3919
|
* Lists the work requests in a specified compartment.
|
|
3920
3920
|
*
|
|
3921
|
-
* This operation
|
|
3921
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
3922
3922
|
* @param ListWorkRequestsRequest
|
|
3923
3923
|
* @return ListWorkRequestsResponse
|
|
3924
3924
|
* @throws OciError when an error occurs
|
|
3925
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3925
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.26.0/mysql/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
3926
3926
|
*/
|
|
3927
3927
|
listWorkRequests(listWorkRequestsRequest) {
|
|
3928
3928
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3940,7 +3940,7 @@ class WorkRequestsClient {
|
|
|
3940
3940
|
"Content-Type": common.Constants.APPLICATION_JSON,
|
|
3941
3941
|
"opc-request-id": listWorkRequestsRequest.opcRequestId
|
|
3942
3942
|
};
|
|
3943
|
-
const specRetryConfiguration = common.
|
|
3943
|
+
const specRetryConfiguration = common.OciSdkDefaultRetryConfiguration;
|
|
3944
3944
|
const retrier = oci_common_2.GenericRetrier.createPreferredRetrier(this._clientConfiguration ? this._clientConfiguration.retryConfiguration : undefined, listWorkRequestsRequest.retryConfiguration, specRetryConfiguration);
|
|
3945
3945
|
if (this.logger)
|
|
3946
3946
|
retrier.logger = this.logger;
|