oci-databasemanagement 2.7.0 → 2.8.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 +54 -54
- package/lib/client.js +55 -55
- package/lib/client.js.map +1 -1
- package/lib/request/add-managed-database-to-managed-database-group-request.d.ts +1 -1
- package/lib/request/change-database-parameters-request.d.ts +1 -1
- package/lib/request/change-db-management-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/change-job-compartment-request.d.ts +1 -1
- package/lib/request/change-managed-database-group-compartment-request.d.ts +1 -1
- package/lib/request/create-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/create-job-request.d.ts +1 -1
- package/lib/request/create-managed-database-group-request.d.ts +1 -1
- package/lib/request/delete-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-job-request.d.ts +1 -1
- package/lib/request/delete-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-awr-db-report-request.d.ts +1 -1
- package/lib/request/get-awr-db-sql-report-request.d.ts +1 -1
- package/lib/request/get-cluster-cache-metric-request.d.ts +1 -1
- package/lib/request/get-database-fleet-health-metrics-request.d.ts +1 -1
- package/lib/request/get-database-home-metrics-request.d.ts +1 -1
- package/lib/request/get-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-job-execution-request.d.ts +1 -1
- package/lib/request/get-job-request.d.ts +1 -1
- package/lib/request/get-job-run-request.d.ts +1 -1
- package/lib/request/get-managed-database-group-request.d.ts +1 -1
- package/lib/request/get-managed-database-request.d.ts +1 -1
- package/lib/request/get-pdb-metrics-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-associated-databases-request.d.ts +1 -1
- package/lib/request/list-awr-db-snapshots-request.d.ts +1 -1
- package/lib/request/list-awr-dbs-request.d.ts +1 -1
- package/lib/request/list-database-parameters-request.d.ts +1 -1
- package/lib/request/list-db-management-private-endpoints-request.d.ts +1 -1
- package/lib/request/list-job-executions-request.d.ts +1 -1
- package/lib/request/list-job-runs-request.d.ts +1 -1
- package/lib/request/list-jobs-request.d.ts +1 -1
- package/lib/request/list-managed-database-groups-request.d.ts +1 -1
- package/lib/request/list-managed-databases-request.d.ts +1 -1
- package/lib/request/list-tablespaces-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/remove-managed-database-from-managed-database-group-request.d.ts +1 -1
- package/lib/request/reset-database-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-cpu-usages-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-metrics-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameter-changes-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-parameters-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-snapshot-ranges-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-sysstats-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-top-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-event-buckets-request.d.ts +1 -1
- package/lib/request/summarize-awr-db-wait-events-request.d.ts +1 -1
- package/lib/request/summarize-job-executions-statuses-request.d.ts +1 -1
- package/lib/request/update-db-management-private-endpoint-request.d.ts +1 -1
- package/lib/request/update-job-request.d.ts +1 -1
- package/lib/request/update-managed-database-group-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.js
CHANGED
|
@@ -55,7 +55,7 @@ var DbManagementApiKeys;
|
|
|
55
55
|
(function (DbManagementApiKeys) {
|
|
56
56
|
})(DbManagementApiKeys = exports.DbManagementApiKeys || (exports.DbManagementApiKeys = {}));
|
|
57
57
|
/**
|
|
58
|
-
* This service client
|
|
58
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
59
59
|
*/
|
|
60
60
|
class DbManagementClient {
|
|
61
61
|
constructor(params, clientConfiguration) {
|
|
@@ -72,7 +72,7 @@ class DbManagementClient {
|
|
|
72
72
|
: null;
|
|
73
73
|
}
|
|
74
74
|
// if circuit breaker is not created, check if circuit breaker system is enabled to use default circuit breaker
|
|
75
|
-
const specCircuitBreakerEnabled =
|
|
75
|
+
const specCircuitBreakerEnabled = true;
|
|
76
76
|
if (!this._circuitBreaker &&
|
|
77
77
|
common.utils.isCircuitBreakerSystemEnabled(clientConfiguration) &&
|
|
78
78
|
(specCircuitBreakerEnabled || common.CircuitBreaker.DefaultCircuitBreakerOverriden)) {
|
|
@@ -156,7 +156,7 @@ class DbManagementClient {
|
|
|
156
156
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
157
157
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
158
158
|
* @throws OciError when an error occurs
|
|
159
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
160
160
|
*/
|
|
161
161
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest) {
|
|
162
162
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -223,7 +223,7 @@ class DbManagementClient {
|
|
|
223
223
|
* @param ChangeDatabaseParametersRequest
|
|
224
224
|
* @return ChangeDatabaseParametersResponse
|
|
225
225
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
226
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
227
227
|
*/
|
|
228
228
|
changeDatabaseParameters(changeDatabaseParametersRequest) {
|
|
229
229
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -281,7 +281,7 @@ class DbManagementClient {
|
|
|
281
281
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
282
282
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
283
283
|
* @throws OciError when an error occurs
|
|
284
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
284
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
285
285
|
*/
|
|
286
286
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest) {
|
|
287
287
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -337,7 +337,7 @@ class DbManagementClient {
|
|
|
337
337
|
* @param ChangeJobCompartmentRequest
|
|
338
338
|
* @return ChangeJobCompartmentResponse
|
|
339
339
|
* @throws OciError when an error occurs
|
|
340
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
341
341
|
*/
|
|
342
342
|
changeJobCompartment(changeJobCompartmentRequest) {
|
|
343
343
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -395,7 +395,7 @@ class DbManagementClient {
|
|
|
395
395
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
396
396
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
397
397
|
* @throws OciError when an error occurs
|
|
398
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
399
399
|
*/
|
|
400
400
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest) {
|
|
401
401
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -451,7 +451,7 @@ class DbManagementClient {
|
|
|
451
451
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
452
452
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
453
453
|
* @throws OciError when an error occurs
|
|
454
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
454
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
455
455
|
*/
|
|
456
456
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest) {
|
|
457
457
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -525,7 +525,7 @@ class DbManagementClient {
|
|
|
525
525
|
* @param CreateJobRequest
|
|
526
526
|
* @return CreateJobResponse
|
|
527
527
|
* @throws OciError when an error occurs
|
|
528
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
528
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
529
529
|
*/
|
|
530
530
|
createJob(createJobRequest) {
|
|
531
531
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -593,7 +593,7 @@ class DbManagementClient {
|
|
|
593
593
|
* @param CreateManagedDatabaseGroupRequest
|
|
594
594
|
* @return CreateManagedDatabaseGroupResponse
|
|
595
595
|
* @throws OciError when an error occurs
|
|
596
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
596
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
597
597
|
*/
|
|
598
598
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest) {
|
|
599
599
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -659,7 +659,7 @@ class DbManagementClient {
|
|
|
659
659
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
660
660
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
661
661
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
662
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
663
663
|
*/
|
|
664
664
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest) {
|
|
665
665
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -717,7 +717,7 @@ class DbManagementClient {
|
|
|
717
717
|
* @param DeleteJobRequest
|
|
718
718
|
* @return DeleteJobResponse
|
|
719
719
|
* @throws OciError when an error occurs
|
|
720
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
720
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
721
721
|
*/
|
|
722
722
|
deleteJob(deleteJobRequest) {
|
|
723
723
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -772,7 +772,7 @@ class DbManagementClient {
|
|
|
772
772
|
* @param DeleteManagedDatabaseGroupRequest
|
|
773
773
|
* @return DeleteManagedDatabaseGroupResponse
|
|
774
774
|
* @throws OciError when an error occurs
|
|
775
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
775
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
776
776
|
*/
|
|
777
777
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest) {
|
|
778
778
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -826,7 +826,7 @@ class DbManagementClient {
|
|
|
826
826
|
* @param GetAwrDbReportRequest
|
|
827
827
|
* @return GetAwrDbReportResponse
|
|
828
828
|
* @throws OciError when an error occurs
|
|
829
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
829
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
830
830
|
*/
|
|
831
831
|
getAwrDbReport(getAwrDbReportRequest) {
|
|
832
832
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -894,7 +894,7 @@ class DbManagementClient {
|
|
|
894
894
|
* @param GetAwrDbSqlReportRequest
|
|
895
895
|
* @return GetAwrDbSqlReportResponse
|
|
896
896
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
897
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
898
898
|
*/
|
|
899
899
|
getAwrDbSqlReport(getAwrDbSqlReportRequest) {
|
|
900
900
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -964,7 +964,7 @@ class DbManagementClient {
|
|
|
964
964
|
* @param GetClusterCacheMetricRequest
|
|
965
965
|
* @return GetClusterCacheMetricResponse
|
|
966
966
|
* @throws OciError when an error occurs
|
|
967
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
967
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
968
968
|
*/
|
|
969
969
|
getClusterCacheMetric(getClusterCacheMetricRequest) {
|
|
970
970
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1025,7 +1025,7 @@ class DbManagementClient {
|
|
|
1025
1025
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
1026
1026
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
1027
1027
|
* @throws OciError when an error occurs
|
|
1028
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1028
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
1029
1029
|
*/
|
|
1030
1030
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest) {
|
|
1031
1031
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1090,7 +1090,7 @@ class DbManagementClient {
|
|
|
1090
1090
|
* @param GetDatabaseHomeMetricsRequest
|
|
1091
1091
|
* @return GetDatabaseHomeMetricsResponse
|
|
1092
1092
|
* @throws OciError when an error occurs
|
|
1093
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1093
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
1094
1094
|
*/
|
|
1095
1095
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest) {
|
|
1096
1096
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1148,7 +1148,7 @@ class DbManagementClient {
|
|
|
1148
1148
|
* @param GetDbManagementPrivateEndpointRequest
|
|
1149
1149
|
* @return GetDbManagementPrivateEndpointResponse
|
|
1150
1150
|
* @throws OciError when an error occurs
|
|
1151
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1151
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
1152
1152
|
*/
|
|
1153
1153
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest) {
|
|
1154
1154
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1210,7 +1210,7 @@ class DbManagementClient {
|
|
|
1210
1210
|
* @param GetJobRequest
|
|
1211
1211
|
* @return GetJobResponse
|
|
1212
1212
|
* @throws OciError when an error occurs
|
|
1213
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1213
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
1214
1214
|
*/
|
|
1215
1215
|
getJob(getJobRequest) {
|
|
1216
1216
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1277,7 +1277,7 @@ class DbManagementClient {
|
|
|
1277
1277
|
* @param GetJobExecutionRequest
|
|
1278
1278
|
* @return GetJobExecutionResponse
|
|
1279
1279
|
* @throws OciError when an error occurs
|
|
1280
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1280
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
1281
1281
|
*/
|
|
1282
1282
|
getJobExecution(getJobExecutionRequest) {
|
|
1283
1283
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1334,7 +1334,7 @@ class DbManagementClient {
|
|
|
1334
1334
|
* @param GetJobRunRequest
|
|
1335
1335
|
* @return GetJobRunResponse
|
|
1336
1336
|
* @throws OciError when an error occurs
|
|
1337
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1337
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
1338
1338
|
*/
|
|
1339
1339
|
getJobRun(getJobRunRequest) {
|
|
1340
1340
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1391,7 +1391,7 @@ class DbManagementClient {
|
|
|
1391
1391
|
* @param GetManagedDatabaseRequest
|
|
1392
1392
|
* @return GetManagedDatabaseResponse
|
|
1393
1393
|
* @throws OciError when an error occurs
|
|
1394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1394
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
1395
1395
|
*/
|
|
1396
1396
|
getManagedDatabase(getManagedDatabaseRequest) {
|
|
1397
1397
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1448,7 +1448,7 @@ class DbManagementClient {
|
|
|
1448
1448
|
* @param GetManagedDatabaseGroupRequest
|
|
1449
1449
|
* @return GetManagedDatabaseGroupResponse
|
|
1450
1450
|
* @throws OciError when an error occurs
|
|
1451
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1451
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
1452
1452
|
*/
|
|
1453
1453
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest) {
|
|
1454
1454
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1512,7 +1512,7 @@ class DbManagementClient {
|
|
|
1512
1512
|
* @param GetPdbMetricsRequest
|
|
1513
1513
|
* @return GetPdbMetricsResponse
|
|
1514
1514
|
* @throws OciError when an error occurs
|
|
1515
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1515
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
1516
1516
|
*/
|
|
1517
1517
|
getPdbMetrics(getPdbMetricsRequest) {
|
|
1518
1518
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1574,7 +1574,7 @@ class DbManagementClient {
|
|
|
1574
1574
|
* @param GetWorkRequestRequest
|
|
1575
1575
|
* @return GetWorkRequestResponse
|
|
1576
1576
|
* @throws OciError when an error occurs
|
|
1577
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1578
1578
|
*/
|
|
1579
1579
|
getWorkRequest(getWorkRequestRequest) {
|
|
1580
1580
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1635,7 +1635,7 @@ class DbManagementClient {
|
|
|
1635
1635
|
* @param ListAssociatedDatabasesRequest
|
|
1636
1636
|
* @return ListAssociatedDatabasesResponse
|
|
1637
1637
|
* @throws OciError when an error occurs
|
|
1638
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
1639
1639
|
*/
|
|
1640
1640
|
listAssociatedDatabases(listAssociatedDatabasesRequest) {
|
|
1641
1641
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1703,7 +1703,7 @@ class DbManagementClient {
|
|
|
1703
1703
|
* @param ListAwrDbSnapshotsRequest
|
|
1704
1704
|
* @return ListAwrDbSnapshotsResponse
|
|
1705
1705
|
* @throws OciError when an error occurs
|
|
1706
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1706
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
1707
1707
|
*/
|
|
1708
1708
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest) {
|
|
1709
1709
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1778,7 +1778,7 @@ class DbManagementClient {
|
|
|
1778
1778
|
* @param ListAwrDbsRequest
|
|
1779
1779
|
* @return ListAwrDbsResponse
|
|
1780
1780
|
* @throws OciError when an error occurs
|
|
1781
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
1782
1782
|
*/
|
|
1783
1783
|
listAwrDbs(listAwrDbsRequest) {
|
|
1784
1784
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1849,7 +1849,7 @@ class DbManagementClient {
|
|
|
1849
1849
|
* @param ListDatabaseParametersRequest
|
|
1850
1850
|
* @return ListDatabaseParametersResponse
|
|
1851
1851
|
* @throws OciError when an error occurs
|
|
1852
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1852
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
1853
1853
|
*/
|
|
1854
1854
|
listDatabaseParameters(listDatabaseParametersRequest) {
|
|
1855
1855
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1912,7 +1912,7 @@ class DbManagementClient {
|
|
|
1912
1912
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
1913
1913
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
1914
1914
|
* @throws OciError when an error occurs
|
|
1915
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1915
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
1916
1916
|
*/
|
|
1917
1917
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest) {
|
|
1918
1918
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -1984,7 +1984,7 @@ class DbManagementClient {
|
|
|
1984
1984
|
* @param ListJobExecutionsRequest
|
|
1985
1985
|
* @return ListJobExecutionsResponse
|
|
1986
1986
|
* @throws OciError when an error occurs
|
|
1987
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1987
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
1988
1988
|
*/
|
|
1989
1989
|
listJobExecutions(listJobExecutionsRequest) {
|
|
1990
1990
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2060,7 +2060,7 @@ class DbManagementClient {
|
|
|
2060
2060
|
* @param ListJobRunsRequest
|
|
2061
2061
|
* @return ListJobRunsResponse
|
|
2062
2062
|
* @throws OciError when an error occurs
|
|
2063
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2063
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
2064
2064
|
*/
|
|
2065
2065
|
listJobRuns(listJobRunsRequest) {
|
|
2066
2066
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2135,7 +2135,7 @@ class DbManagementClient {
|
|
|
2135
2135
|
* @param ListJobsRequest
|
|
2136
2136
|
* @return ListJobsResponse
|
|
2137
2137
|
* @throws OciError when an error occurs
|
|
2138
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2138
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
2139
2139
|
*/
|
|
2140
2140
|
listJobs(listJobsRequest) {
|
|
2141
2141
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2209,7 +2209,7 @@ class DbManagementClient {
|
|
|
2209
2209
|
* @param ListManagedDatabaseGroupsRequest
|
|
2210
2210
|
* @return ListManagedDatabaseGroupsResponse
|
|
2211
2211
|
* @throws OciError when an error occurs
|
|
2212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
2213
2213
|
*/
|
|
2214
2214
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest) {
|
|
2215
2215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2283,7 +2283,7 @@ class DbManagementClient {
|
|
|
2283
2283
|
* @param ListManagedDatabasesRequest
|
|
2284
2284
|
* @return ListManagedDatabasesResponse
|
|
2285
2285
|
* @throws OciError when an error occurs
|
|
2286
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2286
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
2287
2287
|
*/
|
|
2288
2288
|
listManagedDatabases(listManagedDatabasesRequest) {
|
|
2289
2289
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2352,7 +2352,7 @@ class DbManagementClient {
|
|
|
2352
2352
|
* @param ListTablespacesRequest
|
|
2353
2353
|
* @return ListTablespacesResponse
|
|
2354
2354
|
* @throws OciError when an error occurs
|
|
2355
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
2356
2356
|
*/
|
|
2357
2357
|
listTablespaces(listTablespacesRequest) {
|
|
2358
2358
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2420,7 +2420,7 @@ class DbManagementClient {
|
|
|
2420
2420
|
* @param ListWorkRequestErrorsRequest
|
|
2421
2421
|
* @return ListWorkRequestErrorsResponse
|
|
2422
2422
|
* @throws OciError when an error occurs
|
|
2423
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
2424
2424
|
*/
|
|
2425
2425
|
listWorkRequestErrors(listWorkRequestErrorsRequest) {
|
|
2426
2426
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2487,7 +2487,7 @@ class DbManagementClient {
|
|
|
2487
2487
|
* @param ListWorkRequestLogsRequest
|
|
2488
2488
|
* @return ListWorkRequestLogsResponse
|
|
2489
2489
|
* @throws OciError when an error occurs
|
|
2490
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2490
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
2491
2491
|
*/
|
|
2492
2492
|
listWorkRequestLogs(listWorkRequestLogsRequest) {
|
|
2493
2493
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2554,7 +2554,7 @@ class DbManagementClient {
|
|
|
2554
2554
|
* @param ListWorkRequestsRequest
|
|
2555
2555
|
* @return ListWorkRequestsResponse
|
|
2556
2556
|
* @throws OciError when an error occurs
|
|
2557
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2557
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
2558
2558
|
*/
|
|
2559
2559
|
listWorkRequests(listWorkRequestsRequest) {
|
|
2560
2560
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2626,7 +2626,7 @@ class DbManagementClient {
|
|
|
2626
2626
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
2627
2627
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
2628
2628
|
* @throws OciError when an error occurs
|
|
2629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2629
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
2630
2630
|
*/
|
|
2631
2631
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest) {
|
|
2632
2632
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2681,7 +2681,7 @@ class DbManagementClient {
|
|
|
2681
2681
|
* @param ResetDatabaseParametersRequest
|
|
2682
2682
|
* @return ResetDatabaseParametersResponse
|
|
2683
2683
|
* @throws OciError when an error occurs
|
|
2684
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2684
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
2685
2685
|
*/
|
|
2686
2686
|
resetDatabaseParameters(resetDatabaseParametersRequest) {
|
|
2687
2687
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2740,7 +2740,7 @@ class DbManagementClient {
|
|
|
2740
2740
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
2741
2741
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
2742
2742
|
* @throws OciError when an error occurs
|
|
2743
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
2744
2744
|
*/
|
|
2745
2745
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest) {
|
|
2746
2746
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2816,7 +2816,7 @@ class DbManagementClient {
|
|
|
2816
2816
|
* @param SummarizeAwrDbMetricsRequest
|
|
2817
2817
|
* @return SummarizeAwrDbMetricsResponse
|
|
2818
2818
|
* @throws OciError when an error occurs
|
|
2819
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
2820
2820
|
*/
|
|
2821
2821
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest) {
|
|
2822
2822
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2896,7 +2896,7 @@ class DbManagementClient {
|
|
|
2896
2896
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
2897
2897
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
2898
2898
|
* @throws OciError when an error occurs
|
|
2899
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2899
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
2900
2900
|
*/
|
|
2901
2901
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest) {
|
|
2902
2902
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -2982,7 +2982,7 @@ class DbManagementClient {
|
|
|
2982
2982
|
* @param SummarizeAwrDbParametersRequest
|
|
2983
2983
|
* @return SummarizeAwrDbParametersResponse
|
|
2984
2984
|
* @throws OciError when an error occurs
|
|
2985
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
2985
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
2986
2986
|
*/
|
|
2987
2987
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest) {
|
|
2988
2988
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3062,7 +3062,7 @@ class DbManagementClient {
|
|
|
3062
3062
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
3063
3063
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
3064
3064
|
* @throws OciError when an error occurs
|
|
3065
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3065
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
3066
3066
|
*/
|
|
3067
3067
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest) {
|
|
3068
3068
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3133,7 +3133,7 @@ class DbManagementClient {
|
|
|
3133
3133
|
* @param SummarizeAwrDbSysstatsRequest
|
|
3134
3134
|
* @return SummarizeAwrDbSysstatsResponse
|
|
3135
3135
|
* @throws OciError when an error occurs
|
|
3136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
3137
3137
|
*/
|
|
3138
3138
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest) {
|
|
3139
3139
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3209,7 +3209,7 @@ class DbManagementClient {
|
|
|
3209
3209
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
3210
3210
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
3211
3211
|
* @throws OciError when an error occurs
|
|
3212
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3212
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
3213
3213
|
*/
|
|
3214
3214
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest) {
|
|
3215
3215
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3284,7 +3284,7 @@ class DbManagementClient {
|
|
|
3284
3284
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
3285
3285
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
3286
3286
|
* @throws OciError when an error occurs
|
|
3287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3287
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
3288
3288
|
*/
|
|
3289
3289
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest) {
|
|
3290
3290
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3363,7 +3363,7 @@ class DbManagementClient {
|
|
|
3363
3363
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
3364
3364
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
3365
3365
|
* @throws OciError when an error occurs
|
|
3366
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3366
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
3367
3367
|
*/
|
|
3368
3368
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest) {
|
|
3369
3369
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3439,7 +3439,7 @@ class DbManagementClient {
|
|
|
3439
3439
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
3440
3440
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
3441
3441
|
* @throws OciError when an error occurs
|
|
3442
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3442
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
3443
3443
|
*/
|
|
3444
3444
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest) {
|
|
3445
3445
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3503,7 +3503,7 @@ class DbManagementClient {
|
|
|
3503
3503
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
3504
3504
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
3505
3505
|
* @throws OciError when an error occurs
|
|
3506
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3506
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
3507
3507
|
*/
|
|
3508
3508
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest) {
|
|
3509
3509
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3567,7 +3567,7 @@ class DbManagementClient {
|
|
|
3567
3567
|
* @param UpdateJobRequest
|
|
3568
3568
|
* @return UpdateJobResponse
|
|
3569
3569
|
* @throws OciError when an error occurs
|
|
3570
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3570
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
3571
3571
|
*/
|
|
3572
3572
|
updateJob(updateJobRequest) {
|
|
3573
3573
|
return __awaiter(this, void 0, void 0, function* () {
|
|
@@ -3631,7 +3631,7 @@ class DbManagementClient {
|
|
|
3631
3631
|
* @param UpdateManagedDatabaseGroupRequest
|
|
3632
3632
|
* @return UpdateManagedDatabaseGroupResponse
|
|
3633
3633
|
* @throws OciError when an error occurs
|
|
3634
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
3634
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.8.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
3635
3635
|
*/
|
|
3636
3636
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest) {
|
|
3637
3637
|
return __awaiter(this, void 0, void 0, function* () {
|