oci-databasemanagement 2.35.1 → 2.38.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 +179 -87
- package/lib/client.js +609 -87
- package/lib/client.js.map +1 -1
- package/lib/model/advisor-rule.d.ts +37 -0
- package/lib/model/advisor-rule.js +64 -0
- package/lib/model/advisor-rule.js.map +1 -0
- package/lib/model/finding-schema-or-operation.d.ts +33 -0
- package/lib/model/finding-schema-or-operation.js +64 -0
- package/lib/model/finding-schema-or-operation.js.map +1 -0
- package/lib/model/implement-optimizer-statistics-advisor-recommendations-details.d.ts +30 -0
- package/lib/model/implement-optimizer-statistics-advisor-recommendations-details.js +60 -0
- package/lib/model/implement-optimizer-statistics-advisor-recommendations-details.js.map +1 -0
- package/lib/model/implement-optimizer-statistics-advisor-recommendations-job.d.ts +42 -0
- package/lib/model/implement-optimizer-statistics-advisor-recommendations-job.js +66 -0
- package/lib/model/implement-optimizer-statistics-advisor-recommendations-job.js.map +1 -0
- package/lib/model/index.d.ts +54 -0
- package/lib/model/index.js +59 -5
- package/lib/model/index.js.map +1 -1
- package/lib/model/optimizer-database.d.ts +55 -0
- package/lib/model/optimizer-database.js +32 -0
- package/lib/model/optimizer-database.js.map +1 -0
- package/lib/model/optimizer-statistics-advisor-execution-report.d.ts +35 -0
- package/lib/model/optimizer-statistics-advisor-execution-report.js +64 -0
- package/lib/model/optimizer-statistics-advisor-execution-report.js.map +1 -0
- package/lib/model/optimizer-statistics-advisor-execution-script.d.ts +28 -0
- package/lib/model/optimizer-statistics-advisor-execution-script.js +32 -0
- package/lib/model/optimizer-statistics-advisor-execution-script.js.map +1 -0
- package/lib/model/optimizer-statistics-advisor-execution-summary.d.ts +72 -0
- package/lib/model/optimizer-statistics-advisor-execution-summary.js +45 -0
- package/lib/model/optimizer-statistics-advisor-execution-summary.js.map +1 -0
- package/lib/model/optimizer-statistics-advisor-execution.d.ts +77 -0
- package/lib/model/optimizer-statistics-advisor-execution.js +77 -0
- package/lib/model/optimizer-statistics-advisor-execution.js.map +1 -0
- package/lib/model/optimizer-statistics-advisor-executions-collection.d.ts +29 -0
- package/lib/model/optimizer-statistics-advisor-executions-collection.js +64 -0
- package/lib/model/optimizer-statistics-advisor-executions-collection.js.map +1 -0
- package/lib/model/optimizer-statistics-collection-aggregation-summary.d.ts +72 -0
- package/lib/model/optimizer-statistics-collection-aggregation-summary.js +32 -0
- package/lib/model/optimizer-statistics-collection-aggregation-summary.js.map +1 -0
- package/lib/model/optimizer-statistics-collection-aggregations-collection.d.ts +30 -0
- package/lib/model/optimizer-statistics-collection-aggregations-collection.js +64 -0
- package/lib/model/optimizer-statistics-collection-aggregations-collection.js.map +1 -0
- package/lib/model/optimizer-statistics-collection-operation-summary.d.ts +89 -0
- package/lib/model/optimizer-statistics-collection-operation-summary.js +44 -0
- package/lib/model/optimizer-statistics-collection-operation-summary.js.map +1 -0
- package/lib/model/optimizer-statistics-collection-operation.d.ts +95 -0
- package/lib/model/optimizer-statistics-collection-operation.js +80 -0
- package/lib/model/optimizer-statistics-collection-operation.js.map +1 -0
- package/lib/model/optimizer-statistics-collection-operations-collection.d.ts +29 -0
- package/lib/model/optimizer-statistics-collection-operations-collection.js +64 -0
- package/lib/model/optimizer-statistics-collection-operations-collection.js.map +1 -0
- package/lib/model/optimizer-statistics-group-by-types.d.ts +31 -0
- package/lib/model/optimizer-statistics-group-by-types.js +42 -0
- package/lib/model/optimizer-statistics-group-by-types.js.map +1 -0
- package/lib/model/optimizer-statistics-operation-task.d.ts +72 -0
- package/lib/model/optimizer-statistics-operation-task.js +62 -0
- package/lib/model/optimizer-statistics-operation-task.js.map +1 -0
- package/lib/model/optimizer-statistics-task-filter-types.d.ts +27 -0
- package/lib/model/optimizer-statistics-task-filter-types.js +38 -0
- package/lib/model/optimizer-statistics-task-filter-types.js.map +1 -0
- package/lib/model/recommendation-example-line.d.ts +32 -0
- package/lib/model/recommendation-example-line.js +32 -0
- package/lib/model/recommendation-example-line.js.map +1 -0
- package/lib/model/recommendation-example.d.ts +29 -0
- package/lib/model/recommendation-example.js +64 -0
- package/lib/model/recommendation-example.js.map +1 -0
- package/lib/model/recommendation-rationale.d.ts +28 -0
- package/lib/model/recommendation-rationale.js +32 -0
- package/lib/model/recommendation-rationale.js.map +1 -0
- package/lib/model/recommendation.d.ts +34 -0
- package/lib/model/recommendation.js +68 -0
- package/lib/model/recommendation.js.map +1 -0
- package/lib/model/rule-finding.d.ts +37 -0
- package/lib/model/rule-finding.js +74 -0
- package/lib/model/rule-finding.js.map +1 -0
- package/lib/model/schema-definition.d.ts +32 -0
- package/lib/model/schema-definition.js +32 -0
- package/lib/model/schema-definition.js.map +1 -0
- package/lib/model/table-statistic-summary.d.ts +39 -0
- package/lib/model/table-statistic-summary.js +32 -0
- package/lib/model/table-statistic-summary.js.map +1 -0
- package/lib/model/table-statistics-collection.d.ts +29 -0
- package/lib/model/table-statistics-collection.js +64 -0
- package/lib/model/table-statistics-collection.js.map +1 -0
- package/lib/model/table-statistics-status-category.d.ts +36 -0
- package/lib/model/table-statistics-status-category.js +47 -0
- package/lib/model/table-statistics-status-category.js.map +1 -0
- package/lib/request/add-data-files-request.d.ts +1 -1
- package/lib/request/add-managed-database-to-managed-database-group-request.d.ts +1 -1
- package/lib/request/addm-tasks-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/clone-sql-tuning-task-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/create-tablespace-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/drop-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/drop-tablespace-request.d.ts +1 -1
- package/lib/request/generate-awr-snapshot-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-execution-plan-stats-comparision-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-optimizer-statistics-advisor-execution-request.d.ts +34 -0
- package/lib/request/get-optimizer-statistics-advisor-execution-request.js +15 -0
- package/lib/request/get-optimizer-statistics-advisor-execution-request.js.map +1 -0
- package/lib/request/get-optimizer-statistics-advisor-execution-script-request.d.ts +34 -0
- package/lib/request/get-optimizer-statistics-advisor-execution-script-request.js +15 -0
- package/lib/request/get-optimizer-statistics-advisor-execution-script-request.js.map +1 -0
- package/lib/request/get-optimizer-statistics-collection-operation-request.d.ts +30 -0
- package/lib/request/get-optimizer-statistics-collection-operation-request.js +15 -0
- package/lib/request/get-optimizer-statistics-collection-operation-request.js.map +1 -0
- package/lib/request/get-pdb-metrics-request.d.ts +1 -1
- package/lib/request/get-sql-execution-plan-request.d.ts +1 -1
- package/lib/request/get-sql-tuning-advisor-task-summary-report-request.d.ts +1 -1
- package/lib/request/get-tablespace-request.d.ts +1 -1
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/implement-optimizer-statistics-advisor-recommendations-request.d.ts +35 -0
- package/lib/request/implement-optimizer-statistics-advisor-recommendations-request.js +15 -0
- package/lib/request/implement-optimizer-statistics-advisor-recommendations-request.js.map +1 -0
- package/lib/request/index.d.ts +16 -0
- package/lib/request/index.js +3 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-alert-logs-request.d.ts +1 -1
- package/lib/request/list-asm-properties-request.d.ts +1 -1
- package/lib/request/list-associated-databases-request.d.ts +1 -1
- package/lib/request/list-attention-logs-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-consumer-group-privileges-request.d.ts +1 -1
- package/lib/request/list-data-access-containers-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-object-privileges-request.d.ts +1 -1
- package/lib/request/list-optimizer-statistics-advisor-executions-request.d.ts +38 -0
- package/lib/request/list-optimizer-statistics-advisor-executions-request.js +15 -0
- package/lib/request/list-optimizer-statistics-advisor-executions-request.js.map +1 -0
- package/lib/request/list-optimizer-statistics-collection-aggregations-request.d.ts +57 -0
- package/lib/request/list-optimizer-statistics-collection-aggregations-request.js +15 -0
- package/lib/request/list-optimizer-statistics-collection-aggregations-request.js.map +1 -0
- package/lib/request/list-optimizer-statistics-collection-operations-request.d.ts +76 -0
- package/lib/request/list-optimizer-statistics-collection-operations-request.js +25 -0
- package/lib/request/list-optimizer-statistics-collection-operations-request.js.map +1 -0
- package/lib/request/list-proxied-for-users-request.d.ts +1 -1
- package/lib/request/list-proxy-users-request.d.ts +1 -1
- package/lib/request/list-roles-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-task-findings-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-task-recommendations-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-advisor-tasks-request.d.ts +1 -1
- package/lib/request/list-sql-tuning-sets-request.d.ts +1 -1
- package/lib/request/list-system-privileges-request.d.ts +1 -1
- package/lib/request/list-table-statistics-request.d.ts +26 -0
- package/lib/request/list-table-statistics-request.js +15 -0
- package/lib/request/list-table-statistics-request.js.map +1 -0
- package/lib/request/list-tablespaces-request.d.ts +1 -1
- package/lib/request/list-users-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-data-file-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/resize-data-file-request.d.ts +1 -1
- package/lib/request/run-historic-addm-request.d.ts +1 -1
- package/lib/request/start-sql-tuning-task-request.d.ts +1 -1
- package/lib/request/summarize-alert-log-counts-request.d.ts +1 -1
- package/lib/request/summarize-attention-log-counts-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/lib/request/update-tablespace-request.d.ts +1 -1
- package/lib/response/get-optimizer-statistics-advisor-execution-response.d.ts +25 -0
- package/lib/response/get-optimizer-statistics-advisor-execution-response.js +15 -0
- package/lib/response/get-optimizer-statistics-advisor-execution-response.js.map +1 -0
- package/lib/response/get-optimizer-statistics-advisor-execution-script-response.d.ts +25 -0
- package/lib/response/get-optimizer-statistics-advisor-execution-script-response.js +15 -0
- package/lib/response/get-optimizer-statistics-advisor-execution-script-response.js.map +1 -0
- package/lib/response/get-optimizer-statistics-collection-operation-response.d.ts +25 -0
- package/lib/response/get-optimizer-statistics-collection-operation-response.js +15 -0
- package/lib/response/get-optimizer-statistics-collection-operation-response.js.map +1 -0
- package/lib/response/implement-optimizer-statistics-advisor-recommendations-response.d.ts +25 -0
- package/lib/response/implement-optimizer-statistics-advisor-recommendations-response.js +15 -0
- package/lib/response/implement-optimizer-statistics-advisor-recommendations-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-optimizer-statistics-advisor-executions-response.d.ts +25 -0
- package/lib/response/list-optimizer-statistics-advisor-executions-response.js +15 -0
- package/lib/response/list-optimizer-statistics-advisor-executions-response.js.map +1 -0
- package/lib/response/list-optimizer-statistics-collection-aggregations-response.d.ts +32 -0
- package/lib/response/list-optimizer-statistics-collection-aggregations-response.js +15 -0
- package/lib/response/list-optimizer-statistics-collection-aggregations-response.js.map +1 -0
- package/lib/response/list-optimizer-statistics-collection-operations-response.d.ts +32 -0
- package/lib/response/list-optimizer-statistics-collection-operations-response.js +15 -0
- package/lib/response/list-optimizer-statistics-collection-operations-response.js.map +1 -0
- package/lib/response/list-table-statistics-response.d.ts +25 -0
- package/lib/response/list-table-statistics-response.js +15 -0
- package/lib/response/list-table-statistics-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -79,7 +79,7 @@ export declare class DbManagementClient {
|
|
|
79
79
|
* @param AddDataFilesRequest
|
|
80
80
|
* @return AddDataFilesResponse
|
|
81
81
|
* @throws OciError when an error occurs
|
|
82
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
82
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/AddDataFiles.ts.html |here} to see how to use AddDataFiles API.
|
|
83
83
|
*/
|
|
84
84
|
addDataFiles(addDataFilesRequest: requests.AddDataFilesRequest): Promise<responses.AddDataFilesResponse>;
|
|
85
85
|
/**
|
|
@@ -91,7 +91,7 @@ export declare class DbManagementClient {
|
|
|
91
91
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
92
92
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
93
93
|
* @throws OciError when an error occurs
|
|
94
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
94
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
95
95
|
*/
|
|
96
96
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest: requests.AddManagedDatabaseToManagedDatabaseGroupRequest): Promise<responses.AddManagedDatabaseToManagedDatabaseGroupResponse>;
|
|
97
97
|
/**
|
|
@@ -102,7 +102,7 @@ export declare class DbManagementClient {
|
|
|
102
102
|
* @param AddmTasksRequest
|
|
103
103
|
* @return AddmTasksResponse
|
|
104
104
|
* @throws OciError when an error occurs
|
|
105
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
105
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/AddmTasks.ts.html |here} to see how to use AddmTasks API.
|
|
106
106
|
*/
|
|
107
107
|
addmTasks(addmTasksRequest: requests.AddmTasksRequest): Promise<responses.AddmTasksResponse>;
|
|
108
108
|
/**
|
|
@@ -124,7 +124,7 @@ export declare class DbManagementClient {
|
|
|
124
124
|
* @param ChangeDatabaseParametersRequest
|
|
125
125
|
* @return ChangeDatabaseParametersResponse
|
|
126
126
|
* @throws OciError when an error occurs
|
|
127
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
128
128
|
*/
|
|
129
129
|
changeDatabaseParameters(changeDatabaseParametersRequest: requests.ChangeDatabaseParametersRequest): Promise<responses.ChangeDatabaseParametersResponse>;
|
|
130
130
|
/**
|
|
@@ -133,7 +133,7 @@ export declare class DbManagementClient {
|
|
|
133
133
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
134
134
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
135
135
|
* @throws OciError when an error occurs
|
|
136
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
137
137
|
*/
|
|
138
138
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest: requests.ChangeDbManagementPrivateEndpointCompartmentRequest): Promise<responses.ChangeDbManagementPrivateEndpointCompartmentResponse>;
|
|
139
139
|
/**
|
|
@@ -143,7 +143,7 @@ export declare class DbManagementClient {
|
|
|
143
143
|
* @param ChangeJobCompartmentRequest
|
|
144
144
|
* @return ChangeJobCompartmentResponse
|
|
145
145
|
* @throws OciError when an error occurs
|
|
146
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
146
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
147
147
|
*/
|
|
148
148
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
149
149
|
/**
|
|
@@ -155,7 +155,7 @@ export declare class DbManagementClient {
|
|
|
155
155
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
156
156
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
157
157
|
* @throws OciError when an error occurs
|
|
158
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
158
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
159
159
|
*/
|
|
160
160
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest: requests.ChangeManagedDatabaseGroupCompartmentRequest): Promise<responses.ChangeManagedDatabaseGroupCompartmentResponse>;
|
|
161
161
|
/**
|
|
@@ -165,7 +165,7 @@ export declare class DbManagementClient {
|
|
|
165
165
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
166
166
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
167
167
|
* @throws OciError when an error occurs
|
|
168
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
169
169
|
*/
|
|
170
170
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest: requests.CreateDbManagementPrivateEndpointRequest): Promise<responses.CreateDbManagementPrivateEndpointResponse>;
|
|
171
171
|
/**
|
|
@@ -177,7 +177,7 @@ export declare class DbManagementClient {
|
|
|
177
177
|
* @param CreateJobRequest
|
|
178
178
|
* @return CreateJobResponse
|
|
179
179
|
* @throws OciError when an error occurs
|
|
180
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
180
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
181
181
|
*/
|
|
182
182
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
183
183
|
/**
|
|
@@ -188,7 +188,7 @@ export declare class DbManagementClient {
|
|
|
188
188
|
* @param CreateManagedDatabaseGroupRequest
|
|
189
189
|
* @return CreateManagedDatabaseGroupResponse
|
|
190
190
|
* @throws OciError when an error occurs
|
|
191
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
191
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
192
192
|
*/
|
|
193
193
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest: requests.CreateManagedDatabaseGroupRequest): Promise<responses.CreateManagedDatabaseGroupResponse>;
|
|
194
194
|
/**
|
|
@@ -198,7 +198,7 @@ export declare class DbManagementClient {
|
|
|
198
198
|
* @param CreateTablespaceRequest
|
|
199
199
|
* @return CreateTablespaceResponse
|
|
200
200
|
* @throws OciError when an error occurs
|
|
201
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
201
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/CreateTablespace.ts.html |here} to see how to use CreateTablespace API.
|
|
202
202
|
*/
|
|
203
203
|
createTablespace(createTablespaceRequest: requests.CreateTablespaceRequest): Promise<responses.CreateTablespaceResponse>;
|
|
204
204
|
/**
|
|
@@ -207,7 +207,7 @@ export declare class DbManagementClient {
|
|
|
207
207
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
208
208
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
209
209
|
* @throws OciError when an error occurs
|
|
210
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
210
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
211
211
|
*/
|
|
212
212
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest: requests.DeleteDbManagementPrivateEndpointRequest): Promise<responses.DeleteDbManagementPrivateEndpointResponse>;
|
|
213
213
|
/**
|
|
@@ -216,7 +216,7 @@ export declare class DbManagementClient {
|
|
|
216
216
|
* @param DeleteJobRequest
|
|
217
217
|
* @return DeleteJobResponse
|
|
218
218
|
* @throws OciError when an error occurs
|
|
219
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
219
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
220
220
|
*/
|
|
221
221
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
222
222
|
/**
|
|
@@ -227,7 +227,7 @@ export declare class DbManagementClient {
|
|
|
227
227
|
* @param DeleteManagedDatabaseGroupRequest
|
|
228
228
|
* @return DeleteManagedDatabaseGroupResponse
|
|
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.38.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
231
231
|
*/
|
|
232
232
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest: requests.DeleteManagedDatabaseGroupRequest): Promise<responses.DeleteManagedDatabaseGroupResponse>;
|
|
233
233
|
/**
|
|
@@ -237,7 +237,7 @@ export declare class DbManagementClient {
|
|
|
237
237
|
* @param DropTablespaceRequest
|
|
238
238
|
* @return DropTablespaceResponse
|
|
239
239
|
* @throws OciError when an error occurs
|
|
240
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
240
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/DropTablespace.ts.html |here} to see how to use DropTablespace API.
|
|
241
241
|
*/
|
|
242
242
|
dropTablespace(dropTablespaceRequest: requests.DropTablespaceRequest): Promise<responses.DropTablespaceResponse>;
|
|
243
243
|
/**
|
|
@@ -247,7 +247,7 @@ export declare class DbManagementClient {
|
|
|
247
247
|
* @param GenerateAwrSnapshotRequest
|
|
248
248
|
* @return GenerateAwrSnapshotResponse
|
|
249
249
|
* @throws OciError when an error occurs
|
|
250
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
250
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GenerateAwrSnapshot.ts.html |here} to see how to use GenerateAwrSnapshot API.
|
|
251
251
|
*/
|
|
252
252
|
generateAwrSnapshot(generateAwrSnapshotRequest: requests.GenerateAwrSnapshotRequest): Promise<responses.GenerateAwrSnapshotResponse>;
|
|
253
253
|
/**
|
|
@@ -257,7 +257,7 @@ export declare class DbManagementClient {
|
|
|
257
257
|
* @param GetAwrDbReportRequest
|
|
258
258
|
* @return GetAwrDbReportResponse
|
|
259
259
|
* @throws OciError when an error occurs
|
|
260
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
260
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
261
261
|
*/
|
|
262
262
|
getAwrDbReport(getAwrDbReportRequest: requests.GetAwrDbReportRequest): Promise<responses.GetAwrDbReportResponse>;
|
|
263
263
|
/**
|
|
@@ -267,7 +267,7 @@ export declare class DbManagementClient {
|
|
|
267
267
|
* @param GetAwrDbSqlReportRequest
|
|
268
268
|
* @return GetAwrDbSqlReportResponse
|
|
269
269
|
* @throws OciError when an error occurs
|
|
270
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
270
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
271
271
|
*/
|
|
272
272
|
getAwrDbSqlReport(getAwrDbSqlReportRequest: requests.GetAwrDbSqlReportRequest): Promise<responses.GetAwrDbSqlReportResponse>;
|
|
273
273
|
/**
|
|
@@ -279,7 +279,7 @@ export declare class DbManagementClient {
|
|
|
279
279
|
* @param GetClusterCacheMetricRequest
|
|
280
280
|
* @return GetClusterCacheMetricResponse
|
|
281
281
|
* @throws OciError when an error occurs
|
|
282
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
282
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
283
283
|
*/
|
|
284
284
|
getClusterCacheMetric(getClusterCacheMetricRequest: requests.GetClusterCacheMetricRequest): Promise<responses.GetClusterCacheMetricResponse>;
|
|
285
285
|
/**
|
|
@@ -290,7 +290,7 @@ export declare class DbManagementClient {
|
|
|
290
290
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
291
291
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
292
292
|
* @throws OciError when an error occurs
|
|
293
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
293
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
294
294
|
*/
|
|
295
295
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest: requests.GetDatabaseFleetHealthMetricsRequest): Promise<responses.GetDatabaseFleetHealthMetricsResponse>;
|
|
296
296
|
/**
|
|
@@ -299,7 +299,7 @@ export declare class DbManagementClient {
|
|
|
299
299
|
* @param GetDatabaseHomeMetricsRequest
|
|
300
300
|
* @return GetDatabaseHomeMetricsResponse
|
|
301
301
|
* @throws OciError when an error occurs
|
|
302
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
302
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
303
303
|
*/
|
|
304
304
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest: requests.GetDatabaseHomeMetricsRequest): Promise<responses.GetDatabaseHomeMetricsResponse>;
|
|
305
305
|
/**
|
|
@@ -308,7 +308,7 @@ export declare class DbManagementClient {
|
|
|
308
308
|
* @param GetDbManagementPrivateEndpointRequest
|
|
309
309
|
* @return GetDbManagementPrivateEndpointResponse
|
|
310
310
|
* @throws OciError when an error occurs
|
|
311
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
311
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
312
312
|
*/
|
|
313
313
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest: requests.GetDbManagementPrivateEndpointRequest): Promise<responses.GetDbManagementPrivateEndpointResponse>;
|
|
314
314
|
/**
|
|
@@ -318,7 +318,7 @@ export declare class DbManagementClient {
|
|
|
318
318
|
* @param GetJobRequest
|
|
319
319
|
* @return GetJobResponse
|
|
320
320
|
* @throws OciError when an error occurs
|
|
321
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
321
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
322
322
|
*/
|
|
323
323
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
324
324
|
/**
|
|
@@ -328,7 +328,7 @@ export declare class DbManagementClient {
|
|
|
328
328
|
* @param GetJobExecutionRequest
|
|
329
329
|
* @return GetJobExecutionResponse
|
|
330
330
|
* @throws OciError when an error occurs
|
|
331
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
331
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
332
332
|
*/
|
|
333
333
|
getJobExecution(getJobExecutionRequest: requests.GetJobExecutionRequest): Promise<responses.GetJobExecutionResponse>;
|
|
334
334
|
/**
|
|
@@ -338,7 +338,7 @@ export declare class DbManagementClient {
|
|
|
338
338
|
* @param GetJobRunRequest
|
|
339
339
|
* @return GetJobRunResponse
|
|
340
340
|
* @throws OciError when an error occurs
|
|
341
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
341
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
342
342
|
*/
|
|
343
343
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
344
344
|
/**
|
|
@@ -348,7 +348,7 @@ export declare class DbManagementClient {
|
|
|
348
348
|
* @param GetManagedDatabaseRequest
|
|
349
349
|
* @return GetManagedDatabaseResponse
|
|
350
350
|
* @throws OciError when an error occurs
|
|
351
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
351
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
352
352
|
*/
|
|
353
353
|
getManagedDatabase(getManagedDatabaseRequest: requests.GetManagedDatabaseRequest): Promise<responses.GetManagedDatabaseResponse>;
|
|
354
354
|
/**
|
|
@@ -358,9 +358,38 @@ export declare class DbManagementClient {
|
|
|
358
358
|
* @param GetManagedDatabaseGroupRequest
|
|
359
359
|
* @return GetManagedDatabaseGroupResponse
|
|
360
360
|
* @throws OciError when an error occurs
|
|
361
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
362
362
|
*/
|
|
363
363
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest: requests.GetManagedDatabaseGroupRequest): Promise<responses.GetManagedDatabaseGroupResponse>;
|
|
364
|
+
/**
|
|
365
|
+
* Gets a comprehensive report of the Optimizer Statistics Advisor execution, which includes details of the
|
|
366
|
+
* Managed Database, findings, recommendations, rationale, and examples.
|
|
367
|
+
*
|
|
368
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
369
|
+
* @param GetOptimizerStatisticsAdvisorExecutionRequest
|
|
370
|
+
* @return GetOptimizerStatisticsAdvisorExecutionResponse
|
|
371
|
+
* @throws OciError when an error occurs
|
|
372
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetOptimizerStatisticsAdvisorExecution.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecution API.
|
|
373
|
+
*/
|
|
374
|
+
getOptimizerStatisticsAdvisorExecution(getOptimizerStatisticsAdvisorExecutionRequest: requests.GetOptimizerStatisticsAdvisorExecutionRequest): Promise<responses.GetOptimizerStatisticsAdvisorExecutionResponse>;
|
|
375
|
+
/**
|
|
376
|
+
* Gets the Oracle system-generated script for the specified Optimizer Statistics Advisor execution.
|
|
377
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
378
|
+
* @param GetOptimizerStatisticsAdvisorExecutionScriptRequest
|
|
379
|
+
* @return GetOptimizerStatisticsAdvisorExecutionScriptResponse
|
|
380
|
+
* @throws OciError when an error occurs
|
|
381
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetOptimizerStatisticsAdvisorExecutionScript.ts.html |here} to see how to use GetOptimizerStatisticsAdvisorExecutionScript API.
|
|
382
|
+
*/
|
|
383
|
+
getOptimizerStatisticsAdvisorExecutionScript(getOptimizerStatisticsAdvisorExecutionScriptRequest: requests.GetOptimizerStatisticsAdvisorExecutionScriptRequest): Promise<responses.GetOptimizerStatisticsAdvisorExecutionScriptResponse>;
|
|
384
|
+
/**
|
|
385
|
+
* Gets a detailed report of the Optimizer Statistics Collection operation for the specified Managed Database.
|
|
386
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
387
|
+
* @param GetOptimizerStatisticsCollectionOperationRequest
|
|
388
|
+
* @return GetOptimizerStatisticsCollectionOperationResponse
|
|
389
|
+
* @throws OciError when an error occurs
|
|
390
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetOptimizerStatisticsCollectionOperation.ts.html |here} to see how to use GetOptimizerStatisticsCollectionOperation API.
|
|
391
|
+
*/
|
|
392
|
+
getOptimizerStatisticsCollectionOperation(getOptimizerStatisticsCollectionOperationRequest: requests.GetOptimizerStatisticsCollectionOperationRequest): Promise<responses.GetOptimizerStatisticsCollectionOperationResponse>;
|
|
364
393
|
/**
|
|
365
394
|
* Gets a summary of the resource usage metrics such as CPU, User I/O, and Storage for each
|
|
366
395
|
* PDB within a specific CDB. If comparmentId is specified, then the metrics for
|
|
@@ -371,7 +400,7 @@ export declare class DbManagementClient {
|
|
|
371
400
|
* @param GetPdbMetricsRequest
|
|
372
401
|
* @return GetPdbMetricsResponse
|
|
373
402
|
* @throws OciError when an error occurs
|
|
374
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
403
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
375
404
|
*/
|
|
376
405
|
getPdbMetrics(getPdbMetricsRequest: requests.GetPdbMetricsRequest): Promise<responses.GetPdbMetricsResponse>;
|
|
377
406
|
/**
|
|
@@ -381,7 +410,7 @@ export declare class DbManagementClient {
|
|
|
381
410
|
* @param GetTablespaceRequest
|
|
382
411
|
* @return GetTablespaceResponse
|
|
383
412
|
* @throws OciError when an error occurs
|
|
384
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
413
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetTablespace.ts.html |here} to see how to use GetTablespace API.
|
|
385
414
|
*/
|
|
386
415
|
getTablespace(getTablespaceRequest: requests.GetTablespaceRequest): Promise<responses.GetTablespaceResponse>;
|
|
387
416
|
/**
|
|
@@ -391,7 +420,7 @@ export declare class DbManagementClient {
|
|
|
391
420
|
* @param GetUserRequest
|
|
392
421
|
* @return GetUserResponse
|
|
393
422
|
* @throws OciError when an error occurs
|
|
394
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
423
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetUser.ts.html |here} to see how to use GetUser API.
|
|
395
424
|
*/
|
|
396
425
|
getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
|
|
397
426
|
/**
|
|
@@ -400,16 +429,25 @@ export declare class DbManagementClient {
|
|
|
400
429
|
* @param GetWorkRequestRequest
|
|
401
430
|
* @return GetWorkRequestResponse
|
|
402
431
|
* @throws OciError when an error occurs
|
|
403
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
432
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
404
433
|
*/
|
|
405
434
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
435
|
+
/**
|
|
436
|
+
* Asynchronously implements the findings and recommendations of the Optimizer Statistics Advisor execution.
|
|
437
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
438
|
+
* @param ImplementOptimizerStatisticsAdvisorRecommendationsRequest
|
|
439
|
+
* @return ImplementOptimizerStatisticsAdvisorRecommendationsResponse
|
|
440
|
+
* @throws OciError when an error occurs
|
|
441
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ImplementOptimizerStatisticsAdvisorRecommendations.ts.html |here} to see how to use ImplementOptimizerStatisticsAdvisorRecommendations API.
|
|
442
|
+
*/
|
|
443
|
+
implementOptimizerStatisticsAdvisorRecommendations(implementOptimizerStatisticsAdvisorRecommendationsRequest: requests.ImplementOptimizerStatisticsAdvisorRecommendationsRequest): Promise<responses.ImplementOptimizerStatisticsAdvisorRecommendationsResponse>;
|
|
406
444
|
/**
|
|
407
445
|
* Gets the list of ASM properties for the specified managedDatabaseId.
|
|
408
446
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
409
447
|
* @param ListAsmPropertiesRequest
|
|
410
448
|
* @return ListAsmPropertiesResponse
|
|
411
449
|
* @throws OciError when an error occurs
|
|
412
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
450
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListAsmProperties.ts.html |here} to see how to use ListAsmProperties API.
|
|
413
451
|
*/
|
|
414
452
|
listAsmProperties(listAsmPropertiesRequest: requests.ListAsmPropertiesRequest): Promise<responses.ListAsmPropertiesResponse>;
|
|
415
453
|
/**
|
|
@@ -418,7 +456,7 @@ export declare class DbManagementClient {
|
|
|
418
456
|
* @param ListAssociatedDatabasesRequest
|
|
419
457
|
* @return ListAssociatedDatabasesResponse
|
|
420
458
|
* @throws OciError when an error occurs
|
|
421
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
459
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
422
460
|
*/
|
|
423
461
|
listAssociatedDatabases(listAssociatedDatabasesRequest: requests.ListAssociatedDatabasesRequest): Promise<responses.ListAssociatedDatabasesResponse>;
|
|
424
462
|
/**
|
|
@@ -428,7 +466,7 @@ export declare class DbManagementClient {
|
|
|
428
466
|
* @param ListAwrDbSnapshotsRequest
|
|
429
467
|
* @return ListAwrDbSnapshotsResponse
|
|
430
468
|
* @throws OciError when an error occurs
|
|
431
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
469
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
432
470
|
*/
|
|
433
471
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest: requests.ListAwrDbSnapshotsRequest): Promise<responses.ListAwrDbSnapshotsResponse>;
|
|
434
472
|
/**
|
|
@@ -438,7 +476,7 @@ export declare class DbManagementClient {
|
|
|
438
476
|
* @param ListAwrDbsRequest
|
|
439
477
|
* @return ListAwrDbsResponse
|
|
440
478
|
* @throws OciError when an error occurs
|
|
441
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
442
480
|
*/
|
|
443
481
|
listAwrDbs(listAwrDbsRequest: requests.ListAwrDbsRequest): Promise<responses.ListAwrDbsResponse>;
|
|
444
482
|
/**
|
|
@@ -447,7 +485,7 @@ export declare class DbManagementClient {
|
|
|
447
485
|
* @param ListConsumerGroupPrivilegesRequest
|
|
448
486
|
* @return ListConsumerGroupPrivilegesResponse
|
|
449
487
|
* @throws OciError when an error occurs
|
|
450
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
488
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListConsumerGroupPrivileges.ts.html |here} to see how to use ListConsumerGroupPrivileges API.
|
|
451
489
|
*/
|
|
452
490
|
listConsumerGroupPrivileges(listConsumerGroupPrivilegesRequest: requests.ListConsumerGroupPrivilegesRequest): Promise<responses.ListConsumerGroupPrivilegesResponse>;
|
|
453
491
|
/**
|
|
@@ -456,7 +494,7 @@ export declare class DbManagementClient {
|
|
|
456
494
|
* @param ListDataAccessContainersRequest
|
|
457
495
|
* @return ListDataAccessContainersResponse
|
|
458
496
|
* @throws OciError when an error occurs
|
|
459
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
497
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListDataAccessContainers.ts.html |here} to see how to use ListDataAccessContainers API.
|
|
460
498
|
*/
|
|
461
499
|
listDataAccessContainers(listDataAccessContainersRequest: requests.ListDataAccessContainersRequest): Promise<responses.ListDataAccessContainersResponse>;
|
|
462
500
|
/**
|
|
@@ -466,7 +504,7 @@ export declare class DbManagementClient {
|
|
|
466
504
|
* @param ListDatabaseParametersRequest
|
|
467
505
|
* @return ListDatabaseParametersResponse
|
|
468
506
|
* @throws OciError when an error occurs
|
|
469
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
507
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
470
508
|
*/
|
|
471
509
|
listDatabaseParameters(listDatabaseParametersRequest: requests.ListDatabaseParametersRequest): Promise<responses.ListDatabaseParametersResponse>;
|
|
472
510
|
/**
|
|
@@ -476,7 +514,7 @@ export declare class DbManagementClient {
|
|
|
476
514
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
477
515
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
478
516
|
* @throws OciError when an error occurs
|
|
479
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
517
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
480
518
|
*/
|
|
481
519
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest: requests.ListDbManagementPrivateEndpointsRequest): Promise<responses.ListDbManagementPrivateEndpointsResponse>;
|
|
482
520
|
/**
|
|
@@ -489,7 +527,7 @@ export declare class DbManagementClient {
|
|
|
489
527
|
* @param ListJobExecutionsRequest
|
|
490
528
|
* @return ListJobExecutionsResponse
|
|
491
529
|
* @throws OciError when an error occurs
|
|
492
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
530
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
493
531
|
*/
|
|
494
532
|
listJobExecutions(listJobExecutionsRequest: requests.ListJobExecutionsRequest): Promise<responses.ListJobExecutionsResponse>;
|
|
495
533
|
/**
|
|
@@ -502,7 +540,7 @@ export declare class DbManagementClient {
|
|
|
502
540
|
* @param ListJobRunsRequest
|
|
503
541
|
* @return ListJobRunsResponse
|
|
504
542
|
* @throws OciError when an error occurs
|
|
505
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
506
544
|
*/
|
|
507
545
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
508
546
|
/**
|
|
@@ -515,7 +553,7 @@ export declare class DbManagementClient {
|
|
|
515
553
|
* @param ListJobsRequest
|
|
516
554
|
* @return ListJobsResponse
|
|
517
555
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
556
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
519
557
|
*/
|
|
520
558
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
521
559
|
/**
|
|
@@ -528,7 +566,7 @@ export declare class DbManagementClient {
|
|
|
528
566
|
* @param ListManagedDatabaseGroupsRequest
|
|
529
567
|
* @return ListManagedDatabaseGroupsResponse
|
|
530
568
|
* @throws OciError when an error occurs
|
|
531
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
569
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
532
570
|
*/
|
|
533
571
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest: requests.ListManagedDatabaseGroupsRequest): Promise<responses.ListManagedDatabaseGroupsResponse>;
|
|
534
572
|
/**
|
|
@@ -543,7 +581,7 @@ export declare class DbManagementClient {
|
|
|
543
581
|
* @param ListManagedDatabasesRequest
|
|
544
582
|
* @return ListManagedDatabasesResponse
|
|
545
583
|
* @throws OciError when an error occurs
|
|
546
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
584
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
547
585
|
*/
|
|
548
586
|
listManagedDatabases(listManagedDatabasesRequest: requests.ListManagedDatabasesRequest): Promise<responses.ListManagedDatabasesResponse>;
|
|
549
587
|
/**
|
|
@@ -552,16 +590,59 @@ export declare class DbManagementClient {
|
|
|
552
590
|
* @param ListObjectPrivilegesRequest
|
|
553
591
|
* @return ListObjectPrivilegesResponse
|
|
554
592
|
* @throws OciError when an error occurs
|
|
555
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
593
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListObjectPrivileges.ts.html |here} to see how to use ListObjectPrivileges API.
|
|
556
594
|
*/
|
|
557
595
|
listObjectPrivileges(listObjectPrivilegesRequest: requests.ListObjectPrivilegesRequest): Promise<responses.ListObjectPrivilegesResponse>;
|
|
596
|
+
/**
|
|
597
|
+
* Lists the details of the Optimizer Statistics Advisor task executions, such as their duration, and the number of findings, if any.
|
|
598
|
+
* Optionally, you can specify a date-time range (of seven days) to obtain the list of executions that fall within the specified time range.
|
|
599
|
+
* If the date-time range is not specified, then the executions in the last seven days are listed.
|
|
600
|
+
*
|
|
601
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
602
|
+
* @param ListOptimizerStatisticsAdvisorExecutionsRequest
|
|
603
|
+
* @return ListOptimizerStatisticsAdvisorExecutionsResponse
|
|
604
|
+
* @throws OciError when an error occurs
|
|
605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListOptimizerStatisticsAdvisorExecutions.ts.html |here} to see how to use ListOptimizerStatisticsAdvisorExecutions API.
|
|
606
|
+
*/
|
|
607
|
+
listOptimizerStatisticsAdvisorExecutions(listOptimizerStatisticsAdvisorExecutionsRequest: requests.ListOptimizerStatisticsAdvisorExecutionsRequest): Promise<responses.ListOptimizerStatisticsAdvisorExecutionsResponse>;
|
|
608
|
+
/**
|
|
609
|
+
* Gets a list of the optimizer statistics collection operations per hour, grouped by task or object status for the specified Managed Database.
|
|
610
|
+
* You must specify a value for GroupByQueryParam to determine whether the data should be grouped by task status or task object status.
|
|
611
|
+
* Optionally, you can specify a date-time range (of seven days) to obtain collection aggregations within the specified time range.
|
|
612
|
+
* If the date-time range is not specified, then the operations in the last seven days are listed.
|
|
613
|
+
* You can further filter the results by providing the optional type of TaskTypeQueryParam.
|
|
614
|
+
* If the task type not provided, then both Auto and Manual tasks are considered for aggregation.
|
|
615
|
+
*
|
|
616
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
617
|
+
* @param ListOptimizerStatisticsCollectionAggregationsRequest
|
|
618
|
+
* @return ListOptimizerStatisticsCollectionAggregationsResponse
|
|
619
|
+
* @throws OciError when an error occurs
|
|
620
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListOptimizerStatisticsCollectionAggregations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionAggregations API.
|
|
621
|
+
*/
|
|
622
|
+
listOptimizerStatisticsCollectionAggregations(listOptimizerStatisticsCollectionAggregationsRequest: requests.ListOptimizerStatisticsCollectionAggregationsRequest): Promise<responses.ListOptimizerStatisticsCollectionAggregationsResponse>;
|
|
623
|
+
/**
|
|
624
|
+
* Lists the Optimizer Statistics Collection (Auto and Manual) task operation summary for the specified Managed Database.
|
|
625
|
+
* The summary includes the details of each operation and the number of tasks grouped by status: Completed, In Progress, Failed, and so on.
|
|
626
|
+
* Optionally, you can specify a date-time range (of seven days) to obtain the list of operations that fall within the specified time range.
|
|
627
|
+
* If the date-time range is not specified, then the operations in the last seven days are listed.
|
|
628
|
+
* This API also enables the pagination of results and the opc-next-page response header indicates whether there is a next page.
|
|
629
|
+
* If you use the same header value in a consecutive request, the next page records are returned.
|
|
630
|
+
* To obtain the required results, you can apply the different types of filters supported by this API.
|
|
631
|
+
*
|
|
632
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
633
|
+
* @param ListOptimizerStatisticsCollectionOperationsRequest
|
|
634
|
+
* @return ListOptimizerStatisticsCollectionOperationsResponse
|
|
635
|
+
* @throws OciError when an error occurs
|
|
636
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListOptimizerStatisticsCollectionOperations.ts.html |here} to see how to use ListOptimizerStatisticsCollectionOperations API.
|
|
637
|
+
*/
|
|
638
|
+
listOptimizerStatisticsCollectionOperations(listOptimizerStatisticsCollectionOperationsRequest: requests.ListOptimizerStatisticsCollectionOperationsRequest): Promise<responses.ListOptimizerStatisticsCollectionOperationsResponse>;
|
|
558
639
|
/**
|
|
559
640
|
* Gets the list of users on whose behalf the current user acts as proxy.
|
|
560
641
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
561
642
|
* @param ListProxiedForUsersRequest
|
|
562
643
|
* @return ListProxiedForUsersResponse
|
|
563
644
|
* @throws OciError when an error occurs
|
|
564
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
645
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListProxiedForUsers.ts.html |here} to see how to use ListProxiedForUsers API.
|
|
565
646
|
*/
|
|
566
647
|
listProxiedForUsers(listProxiedForUsersRequest: requests.ListProxiedForUsersRequest): Promise<responses.ListProxiedForUsersResponse>;
|
|
567
648
|
/**
|
|
@@ -570,7 +651,7 @@ export declare class DbManagementClient {
|
|
|
570
651
|
* @param ListProxyUsersRequest
|
|
571
652
|
* @return ListProxyUsersResponse
|
|
572
653
|
* @throws OciError when an error occurs
|
|
573
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
654
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListProxyUsers.ts.html |here} to see how to use ListProxyUsers API.
|
|
574
655
|
*/
|
|
575
656
|
listProxyUsers(listProxyUsersRequest: requests.ListProxyUsersRequest): Promise<responses.ListProxyUsersResponse>;
|
|
576
657
|
/**
|
|
@@ -579,7 +660,7 @@ export declare class DbManagementClient {
|
|
|
579
660
|
* @param ListRolesRequest
|
|
580
661
|
* @return ListRolesResponse
|
|
581
662
|
* @throws OciError when an error occurs
|
|
582
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
663
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListRoles.ts.html |here} to see how to use ListRoles API.
|
|
583
664
|
*/
|
|
584
665
|
listRoles(listRolesRequest: requests.ListRolesRequest): Promise<responses.ListRolesResponse>;
|
|
585
666
|
/**
|
|
@@ -588,16 +669,27 @@ export declare class DbManagementClient {
|
|
|
588
669
|
* @param ListSystemPrivilegesRequest
|
|
589
670
|
* @return ListSystemPrivilegesResponse
|
|
590
671
|
* @throws OciError when an error occurs
|
|
591
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
672
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListSystemPrivileges.ts.html |here} to see how to use ListSystemPrivileges API.
|
|
592
673
|
*/
|
|
593
674
|
listSystemPrivileges(listSystemPrivilegesRequest: requests.ListSystemPrivilegesRequest): Promise<responses.ListSystemPrivilegesResponse>;
|
|
675
|
+
/**
|
|
676
|
+
* Lists the database table statistics grouped by different statuses such as Not Stale Stats, Stale Stats, and No Stats.
|
|
677
|
+
* This also includes the percentage of each status.
|
|
678
|
+
*
|
|
679
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
680
|
+
* @param ListTableStatisticsRequest
|
|
681
|
+
* @return ListTableStatisticsResponse
|
|
682
|
+
* @throws OciError when an error occurs
|
|
683
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListTableStatistics.ts.html |here} to see how to use ListTableStatistics API.
|
|
684
|
+
*/
|
|
685
|
+
listTableStatistics(listTableStatisticsRequest: requests.ListTableStatisticsRequest): Promise<responses.ListTableStatisticsResponse>;
|
|
594
686
|
/**
|
|
595
687
|
* Gets the list of tablespaces for the specified managedDatabaseId.
|
|
596
688
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
597
689
|
* @param ListTablespacesRequest
|
|
598
690
|
* @return ListTablespacesResponse
|
|
599
691
|
* @throws OciError when an error occurs
|
|
600
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
692
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
601
693
|
*/
|
|
602
694
|
listTablespaces(listTablespacesRequest: requests.ListTablespacesRequest): Promise<responses.ListTablespacesResponse>;
|
|
603
695
|
/**
|
|
@@ -606,7 +698,7 @@ export declare class DbManagementClient {
|
|
|
606
698
|
* @param ListUsersRequest
|
|
607
699
|
* @return ListUsersResponse
|
|
608
700
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
701
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
610
702
|
*/
|
|
611
703
|
listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
|
|
612
704
|
/**
|
|
@@ -616,7 +708,7 @@ export declare class DbManagementClient {
|
|
|
616
708
|
* @param ListWorkRequestErrorsRequest
|
|
617
709
|
* @return ListWorkRequestErrorsResponse
|
|
618
710
|
* @throws OciError when an error occurs
|
|
619
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
711
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
620
712
|
*/
|
|
621
713
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
622
714
|
/**
|
|
@@ -626,7 +718,7 @@ export declare class DbManagementClient {
|
|
|
626
718
|
* @param ListWorkRequestLogsRequest
|
|
627
719
|
* @return ListWorkRequestLogsResponse
|
|
628
720
|
* @throws OciError when an error occurs
|
|
629
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
721
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
630
722
|
*/
|
|
631
723
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
632
724
|
/**
|
|
@@ -636,7 +728,7 @@ export declare class DbManagementClient {
|
|
|
636
728
|
* @param ListWorkRequestsRequest
|
|
637
729
|
* @return ListWorkRequestsResponse
|
|
638
730
|
* @throws OciError when an error occurs
|
|
639
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
731
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
640
732
|
*/
|
|
641
733
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
642
734
|
/**
|
|
@@ -646,7 +738,7 @@ export declare class DbManagementClient {
|
|
|
646
738
|
* @param RemoveDataFileRequest
|
|
647
739
|
* @return RemoveDataFileResponse
|
|
648
740
|
* @throws OciError when an error occurs
|
|
649
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
741
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/RemoveDataFile.ts.html |here} to see how to use RemoveDataFile API.
|
|
650
742
|
*/
|
|
651
743
|
removeDataFile(removeDataFileRequest: requests.RemoveDataFileRequest): Promise<responses.RemoveDataFileResponse>;
|
|
652
744
|
/**
|
|
@@ -659,7 +751,7 @@ export declare class DbManagementClient {
|
|
|
659
751
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
660
752
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
661
753
|
* @throws OciError when an error occurs
|
|
662
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
754
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
663
755
|
*/
|
|
664
756
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest: requests.RemoveManagedDatabaseFromManagedDatabaseGroupRequest): Promise<responses.RemoveManagedDatabaseFromManagedDatabaseGroupResponse>;
|
|
665
757
|
/**
|
|
@@ -669,7 +761,7 @@ export declare class DbManagementClient {
|
|
|
669
761
|
* @param ResetDatabaseParametersRequest
|
|
670
762
|
* @return ResetDatabaseParametersResponse
|
|
671
763
|
* @throws OciError when an error occurs
|
|
672
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
764
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
673
765
|
*/
|
|
674
766
|
resetDatabaseParameters(resetDatabaseParametersRequest: requests.ResetDatabaseParametersRequest): Promise<responses.ResetDatabaseParametersResponse>;
|
|
675
767
|
/**
|
|
@@ -679,7 +771,7 @@ export declare class DbManagementClient {
|
|
|
679
771
|
* @param ResizeDataFileRequest
|
|
680
772
|
* @return ResizeDataFileResponse
|
|
681
773
|
* @throws OciError when an error occurs
|
|
682
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
774
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ResizeDataFile.ts.html |here} to see how to use ResizeDataFile API.
|
|
683
775
|
*/
|
|
684
776
|
resizeDataFile(resizeDataFileRequest: requests.ResizeDataFileRequest): Promise<responses.ResizeDataFileResponse>;
|
|
685
777
|
/**
|
|
@@ -690,7 +782,7 @@ export declare class DbManagementClient {
|
|
|
690
782
|
* @param RunHistoricAddmRequest
|
|
691
783
|
* @return RunHistoricAddmResponse
|
|
692
784
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
785
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/RunHistoricAddm.ts.html |here} to see how to use RunHistoricAddm API.
|
|
694
786
|
*/
|
|
695
787
|
runHistoricAddm(runHistoricAddmRequest: requests.RunHistoricAddmRequest): Promise<responses.RunHistoricAddmResponse>;
|
|
696
788
|
/**
|
|
@@ -700,7 +792,7 @@ export declare class DbManagementClient {
|
|
|
700
792
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
701
793
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
702
794
|
* @throws OciError when an error occurs
|
|
703
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
795
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
704
796
|
*/
|
|
705
797
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest: requests.SummarizeAwrDbCpuUsagesRequest): Promise<responses.SummarizeAwrDbCpuUsagesResponse>;
|
|
706
798
|
/**
|
|
@@ -710,7 +802,7 @@ export declare class DbManagementClient {
|
|
|
710
802
|
* @param SummarizeAwrDbMetricsRequest
|
|
711
803
|
* @return SummarizeAwrDbMetricsResponse
|
|
712
804
|
* @throws OciError when an error occurs
|
|
713
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
805
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
714
806
|
*/
|
|
715
807
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest: requests.SummarizeAwrDbMetricsRequest): Promise<responses.SummarizeAwrDbMetricsResponse>;
|
|
716
808
|
/**
|
|
@@ -724,7 +816,7 @@ export declare class DbManagementClient {
|
|
|
724
816
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
725
817
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
726
818
|
* @throws OciError when an error occurs
|
|
727
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
819
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
728
820
|
*/
|
|
729
821
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest: requests.SummarizeAwrDbParameterChangesRequest): Promise<responses.SummarizeAwrDbParameterChangesResponse>;
|
|
730
822
|
/**
|
|
@@ -744,7 +836,7 @@ export declare class DbManagementClient {
|
|
|
744
836
|
* @param SummarizeAwrDbParametersRequest
|
|
745
837
|
* @return SummarizeAwrDbParametersResponse
|
|
746
838
|
* @throws OciError when an error occurs
|
|
747
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
839
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
748
840
|
*/
|
|
749
841
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest: requests.SummarizeAwrDbParametersRequest): Promise<responses.SummarizeAwrDbParametersResponse>;
|
|
750
842
|
/**
|
|
@@ -754,7 +846,7 @@ export declare class DbManagementClient {
|
|
|
754
846
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
755
847
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
756
848
|
* @throws OciError when an error occurs
|
|
757
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
849
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
758
850
|
*/
|
|
759
851
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest: requests.SummarizeAwrDbSnapshotRangesRequest): Promise<responses.SummarizeAwrDbSnapshotRangesResponse>;
|
|
760
852
|
/**
|
|
@@ -764,7 +856,7 @@ export declare class DbManagementClient {
|
|
|
764
856
|
* @param SummarizeAwrDbSysstatsRequest
|
|
765
857
|
* @return SummarizeAwrDbSysstatsResponse
|
|
766
858
|
* @throws OciError when an error occurs
|
|
767
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
859
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
768
860
|
*/
|
|
769
861
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest: requests.SummarizeAwrDbSysstatsRequest): Promise<responses.SummarizeAwrDbSysstatsResponse>;
|
|
770
862
|
/**
|
|
@@ -774,7 +866,7 @@ export declare class DbManagementClient {
|
|
|
774
866
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
775
867
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
776
868
|
* @throws OciError when an error occurs
|
|
777
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
869
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
778
870
|
*/
|
|
779
871
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest: requests.SummarizeAwrDbTopWaitEventsRequest): Promise<responses.SummarizeAwrDbTopWaitEventsResponse>;
|
|
780
872
|
/**
|
|
@@ -784,7 +876,7 @@ export declare class DbManagementClient {
|
|
|
784
876
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
785
877
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
786
878
|
* @throws OciError when an error occurs
|
|
787
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
879
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
788
880
|
*/
|
|
789
881
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest: requests.SummarizeAwrDbWaitEventBucketsRequest): Promise<responses.SummarizeAwrDbWaitEventBucketsResponse>;
|
|
790
882
|
/**
|
|
@@ -794,7 +886,7 @@ export declare class DbManagementClient {
|
|
|
794
886
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
795
887
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
796
888
|
* @throws OciError when an error occurs
|
|
797
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
889
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
798
890
|
*/
|
|
799
891
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest: requests.SummarizeAwrDbWaitEventsRequest): Promise<responses.SummarizeAwrDbWaitEventsResponse>;
|
|
800
892
|
/**
|
|
@@ -803,7 +895,7 @@ export declare class DbManagementClient {
|
|
|
803
895
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
804
896
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
805
897
|
* @throws OciError when an error occurs
|
|
806
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
898
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
807
899
|
*/
|
|
808
900
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest: requests.SummarizeJobExecutionsStatusesRequest): Promise<responses.SummarizeJobExecutionsStatusesResponse>;
|
|
809
901
|
/**
|
|
@@ -812,7 +904,7 @@ export declare class DbManagementClient {
|
|
|
812
904
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
813
905
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
814
906
|
* @throws OciError when an error occurs
|
|
815
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
907
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
816
908
|
*/
|
|
817
909
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest: requests.UpdateDbManagementPrivateEndpointRequest): Promise<responses.UpdateDbManagementPrivateEndpointResponse>;
|
|
818
910
|
/**
|
|
@@ -822,7 +914,7 @@ export declare class DbManagementClient {
|
|
|
822
914
|
* @param UpdateJobRequest
|
|
823
915
|
* @return UpdateJobResponse
|
|
824
916
|
* @throws OciError when an error occurs
|
|
825
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
917
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
826
918
|
*/
|
|
827
919
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
828
920
|
/**
|
|
@@ -832,7 +924,7 @@ export declare class DbManagementClient {
|
|
|
832
924
|
* @param UpdateManagedDatabaseGroupRequest
|
|
833
925
|
* @return UpdateManagedDatabaseGroupResponse
|
|
834
926
|
* @throws OciError when an error occurs
|
|
835
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
927
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
836
928
|
*/
|
|
837
929
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest: requests.UpdateManagedDatabaseGroupRequest): Promise<responses.UpdateManagedDatabaseGroupResponse>;
|
|
838
930
|
/**
|
|
@@ -842,7 +934,7 @@ export declare class DbManagementClient {
|
|
|
842
934
|
* @param UpdateTablespaceRequest
|
|
843
935
|
* @return UpdateTablespaceResponse
|
|
844
936
|
* @throws OciError when an error occurs
|
|
845
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
937
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/UpdateTablespace.ts.html |here} to see how to use UpdateTablespace API.
|
|
846
938
|
*/
|
|
847
939
|
updateTablespace(updateTablespaceRequest: requests.UpdateTablespaceRequest): Promise<responses.UpdateTablespaceResponse>;
|
|
848
940
|
}
|
|
@@ -894,7 +986,7 @@ export declare class DiagnosabilityClient {
|
|
|
894
986
|
* @param ListAlertLogsRequest
|
|
895
987
|
* @return ListAlertLogsResponse
|
|
896
988
|
* @throws OciError when an error occurs
|
|
897
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
989
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListAlertLogs.ts.html |here} to see how to use ListAlertLogs API.
|
|
898
990
|
*/
|
|
899
991
|
listAlertLogs(listAlertLogsRequest: requests.ListAlertLogsRequest): Promise<responses.ListAlertLogsResponse>;
|
|
900
992
|
/**
|
|
@@ -904,7 +996,7 @@ export declare class DiagnosabilityClient {
|
|
|
904
996
|
* @param ListAttentionLogsRequest
|
|
905
997
|
* @return ListAttentionLogsResponse
|
|
906
998
|
* @throws OciError when an error occurs
|
|
907
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
999
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListAttentionLogs.ts.html |here} to see how to use ListAttentionLogs API.
|
|
908
1000
|
*/
|
|
909
1001
|
listAttentionLogs(listAttentionLogsRequest: requests.ListAttentionLogsRequest): Promise<responses.ListAttentionLogsResponse>;
|
|
910
1002
|
/**
|
|
@@ -914,7 +1006,7 @@ export declare class DiagnosabilityClient {
|
|
|
914
1006
|
* @param SummarizeAlertLogCountsRequest
|
|
915
1007
|
* @return SummarizeAlertLogCountsResponse
|
|
916
1008
|
* @throws OciError when an error occurs
|
|
917
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1009
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAlertLogCounts.ts.html |here} to see how to use SummarizeAlertLogCounts API.
|
|
918
1010
|
*/
|
|
919
1011
|
summarizeAlertLogCounts(summarizeAlertLogCountsRequest: requests.SummarizeAlertLogCountsRequest): Promise<responses.SummarizeAlertLogCountsResponse>;
|
|
920
1012
|
/**
|
|
@@ -924,7 +1016,7 @@ export declare class DiagnosabilityClient {
|
|
|
924
1016
|
* @param SummarizeAttentionLogCountsRequest
|
|
925
1017
|
* @return SummarizeAttentionLogCountsResponse
|
|
926
1018
|
* @throws OciError when an error occurs
|
|
927
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1019
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/SummarizeAttentionLogCounts.ts.html |here} to see how to use SummarizeAttentionLogCounts API.
|
|
928
1020
|
*/
|
|
929
1021
|
summarizeAttentionLogCounts(summarizeAttentionLogCountsRequest: requests.SummarizeAttentionLogCountsRequest): Promise<responses.SummarizeAttentionLogCountsResponse>;
|
|
930
1022
|
}
|
|
@@ -976,7 +1068,7 @@ export declare class SqlTuningClient {
|
|
|
976
1068
|
* @param CloneSqlTuningTaskRequest
|
|
977
1069
|
* @return CloneSqlTuningTaskResponse
|
|
978
1070
|
* @throws OciError when an error occurs
|
|
979
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/CloneSqlTuningTask.ts.html |here} to see how to use CloneSqlTuningTask API.
|
|
980
1072
|
*/
|
|
981
1073
|
cloneSqlTuningTask(cloneSqlTuningTaskRequest: requests.CloneSqlTuningTaskRequest): Promise<responses.CloneSqlTuningTaskResponse>;
|
|
982
1074
|
/**
|
|
@@ -986,7 +1078,7 @@ export declare class SqlTuningClient {
|
|
|
986
1078
|
* @param DropSqlTuningTaskRequest
|
|
987
1079
|
* @return DropSqlTuningTaskResponse
|
|
988
1080
|
* @throws OciError when an error occurs
|
|
989
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/DropSqlTuningTask.ts.html |here} to see how to use DropSqlTuningTask API.
|
|
990
1082
|
*/
|
|
991
1083
|
dropSqlTuningTask(dropSqlTuningTaskRequest: requests.DropSqlTuningTaskRequest): Promise<responses.DropSqlTuningTaskResponse>;
|
|
992
1084
|
/**
|
|
@@ -998,7 +1090,7 @@ export declare class SqlTuningClient {
|
|
|
998
1090
|
* @param GetExecutionPlanStatsComparisionRequest
|
|
999
1091
|
* @return GetExecutionPlanStatsComparisionResponse
|
|
1000
1092
|
* @throws OciError when an error occurs
|
|
1001
|
-
* @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.38.0/databasemanagement/GetExecutionPlanStatsComparision.ts.html |here} to see how to use GetExecutionPlanStatsComparision API.
|
|
1002
1094
|
*/
|
|
1003
1095
|
getExecutionPlanStatsComparision(getExecutionPlanStatsComparisionRequest: requests.GetExecutionPlanStatsComparisionRequest): Promise<responses.GetExecutionPlanStatsComparisionResponse>;
|
|
1004
1096
|
/**
|
|
@@ -1008,7 +1100,7 @@ export declare class SqlTuningClient {
|
|
|
1008
1100
|
* @param GetSqlExecutionPlanRequest
|
|
1009
1101
|
* @return GetSqlExecutionPlanResponse
|
|
1010
1102
|
* @throws OciError when an error occurs
|
|
1011
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetSqlExecutionPlan.ts.html |here} to see how to use GetSqlExecutionPlan API.
|
|
1012
1104
|
*/
|
|
1013
1105
|
getSqlExecutionPlan(getSqlExecutionPlanRequest: requests.GetSqlExecutionPlanRequest): Promise<responses.GetSqlExecutionPlanResponse>;
|
|
1014
1106
|
/**
|
|
@@ -1018,7 +1110,7 @@ export declare class SqlTuningClient {
|
|
|
1018
1110
|
* @param GetSqlTuningAdvisorTaskSummaryReportRequest
|
|
1019
1111
|
* @return GetSqlTuningAdvisorTaskSummaryReportResponse
|
|
1020
1112
|
* @throws OciError when an error occurs
|
|
1021
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/GetSqlTuningAdvisorTaskSummaryReport.ts.html |here} to see how to use GetSqlTuningAdvisorTaskSummaryReport API.
|
|
1022
1114
|
*/
|
|
1023
1115
|
getSqlTuningAdvisorTaskSummaryReport(getSqlTuningAdvisorTaskSummaryReportRequest: requests.GetSqlTuningAdvisorTaskSummaryReportRequest): Promise<responses.GetSqlTuningAdvisorTaskSummaryReportResponse>;
|
|
1024
1116
|
/**
|
|
@@ -1028,7 +1120,7 @@ export declare class SqlTuningClient {
|
|
|
1028
1120
|
* @param ListSqlTuningAdvisorTaskFindingsRequest
|
|
1029
1121
|
* @return ListSqlTuningAdvisorTaskFindingsResponse
|
|
1030
1122
|
* @throws OciError when an error occurs
|
|
1031
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListSqlTuningAdvisorTaskFindings.ts.html |here} to see how to use ListSqlTuningAdvisorTaskFindings API.
|
|
1032
1124
|
*/
|
|
1033
1125
|
listSqlTuningAdvisorTaskFindings(listSqlTuningAdvisorTaskFindingsRequest: requests.ListSqlTuningAdvisorTaskFindingsRequest): Promise<responses.ListSqlTuningAdvisorTaskFindingsResponse>;
|
|
1034
1126
|
/**
|
|
@@ -1039,7 +1131,7 @@ export declare class SqlTuningClient {
|
|
|
1039
1131
|
* @param ListSqlTuningAdvisorTaskRecommendationsRequest
|
|
1040
1132
|
* @return ListSqlTuningAdvisorTaskRecommendationsResponse
|
|
1041
1133
|
* @throws OciError when an error occurs
|
|
1042
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1134
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListSqlTuningAdvisorTaskRecommendations.ts.html |here} to see how to use ListSqlTuningAdvisorTaskRecommendations API.
|
|
1043
1135
|
*/
|
|
1044
1136
|
listSqlTuningAdvisorTaskRecommendations(listSqlTuningAdvisorTaskRecommendationsRequest: requests.ListSqlTuningAdvisorTaskRecommendationsRequest): Promise<responses.ListSqlTuningAdvisorTaskRecommendationsResponse>;
|
|
1045
1137
|
/**
|
|
@@ -1049,7 +1141,7 @@ export declare class SqlTuningClient {
|
|
|
1049
1141
|
* @param ListSqlTuningAdvisorTasksRequest
|
|
1050
1142
|
* @return ListSqlTuningAdvisorTasksResponse
|
|
1051
1143
|
* @throws OciError when an error occurs
|
|
1052
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1144
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListSqlTuningAdvisorTasks.ts.html |here} to see how to use ListSqlTuningAdvisorTasks API.
|
|
1053
1145
|
*/
|
|
1054
1146
|
listSqlTuningAdvisorTasks(listSqlTuningAdvisorTasksRequest: requests.ListSqlTuningAdvisorTasksRequest): Promise<responses.ListSqlTuningAdvisorTasksResponse>;
|
|
1055
1147
|
/**
|
|
@@ -1059,7 +1151,7 @@ export declare class SqlTuningClient {
|
|
|
1059
1151
|
* @param ListSqlTuningSetsRequest
|
|
1060
1152
|
* @return ListSqlTuningSetsResponse
|
|
1061
1153
|
* @throws OciError when an error occurs
|
|
1062
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1154
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/ListSqlTuningSets.ts.html |here} to see how to use ListSqlTuningSets API.
|
|
1063
1155
|
*/
|
|
1064
1156
|
listSqlTuningSets(listSqlTuningSetsRequest: requests.ListSqlTuningSetsRequest): Promise<responses.ListSqlTuningSetsResponse>;
|
|
1065
1157
|
/**
|
|
@@ -1069,7 +1161,7 @@ export declare class SqlTuningClient {
|
|
|
1069
1161
|
* @param StartSqlTuningTaskRequest
|
|
1070
1162
|
* @return StartSqlTuningTaskResponse
|
|
1071
1163
|
* @throws OciError when an error occurs
|
|
1072
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
1164
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.38.0/databasemanagement/StartSqlTuningTask.ts.html |here} to see how to use StartSqlTuningTask API.
|
|
1073
1165
|
*/
|
|
1074
1166
|
startSqlTuningTask(startSqlTuningTaskRequest: requests.StartSqlTuningTaskRequest): Promise<responses.StartSqlTuningTaskResponse>;
|
|
1075
1167
|
}
|