oci-databasemanagement 2.12.1 → 2.13.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 +171 -89
- package/lib/client.js +579 -93
- package/lib/client.js.map +1 -1
- package/lib/model/add-data-files-details.d.ts +76 -0
- package/lib/model/add-data-files-details.js +81 -0
- package/lib/model/add-data-files-details.js.map +1 -0
- package/lib/model/asm-property-collection.d.ts +29 -0
- package/lib/model/asm-property-collection.js +64 -0
- package/lib/model/asm-property-collection.js.map +1 -0
- package/lib/model/asm-property-summary.d.ts +28 -0
- package/lib/model/asm-property-summary.js +32 -0
- package/lib/model/asm-property-summary.js.map +1 -0
- package/lib/model/asm-property.d.ts +28 -0
- package/lib/model/asm-property.js +32 -0
- package/lib/model/asm-property.js.map +1 -0
- package/lib/model/clone-sql-tuning-task-details.d.ts +4 -4
- package/lib/model/consumer-group-privilege-collection.d.ts +2 -2
- package/lib/model/consumer-group-privilege-summary.d.ts +4 -4
- package/lib/model/create-tablespace-details.d.ts +147 -0
- package/lib/model/create-tablespace-details.js +107 -0
- package/lib/model/create-tablespace-details.js.map +1 -0
- package/lib/model/data-access-container-collection.d.ts +2 -2
- package/lib/model/data-access-container-summary.d.ts +2 -2
- package/lib/model/drop-sql-tuning-task-details.d.ts +3 -3
- package/lib/model/drop-tablespace-details.d.ts +41 -0
- package/lib/model/drop-tablespace-details.js +60 -0
- package/lib/model/drop-tablespace-details.js.map +1 -0
- package/lib/model/execution-plan-stats-comparision.d.ts +1 -1
- package/lib/model/index.d.ts +28 -0
- package/lib/model/index.js +32 -4
- package/lib/model/index.js.map +1 -1
- package/lib/model/object-privilege-collection.d.ts +2 -2
- package/lib/model/object-privilege-summary.d.ts +9 -9
- package/lib/model/proxied-for-user-collection.d.ts +2 -2
- package/lib/model/proxied-for-user-summary.d.ts +4 -4
- package/lib/model/proxy-user-collection.d.ts +2 -2
- package/lib/model/proxy-user-summary.d.ts +4 -4
- package/lib/model/remove-data-file-details.d.ts +40 -0
- package/lib/model/remove-data-file-details.js +65 -0
- package/lib/model/remove-data-file-details.js.map +1 -0
- package/lib/model/resize-data-file-details.d.ts +65 -0
- package/lib/model/resize-data-file-details.js +81 -0
- package/lib/model/resize-data-file-details.js.map +1 -0
- package/lib/model/role-collection.d.ts +2 -2
- package/lib/model/role-summary.d.ts +9 -9
- package/lib/model/sql-tuning-advisor-task-finding-collection.d.ts +1 -1
- package/lib/model/sql-tuning-advisor-task-finding-summary.d.ts +19 -19
- package/lib/model/sql-tuning-advisor-task-recommendation-summary.d.ts +6 -6
- package/lib/model/sql-tuning-advisor-task-sql-execution-plan.d.ts +1 -1
- package/lib/model/sql-tuning-advisor-task-summary-finding-benefits.d.ts +7 -7
- package/lib/model/sql-tuning-advisor-task-summary-finding-counts.d.ts +7 -7
- package/lib/model/sql-tuning-advisor-task-summary-report-statement-counts.d.ts +5 -5
- package/lib/model/sql-tuning-advisor-task-summary-report-statistics.d.ts +1 -1
- package/lib/model/sql-tuning-advisor-task-summary-report-task-info.d.ts +9 -9
- package/lib/model/sql-tuning-advisor-task-summary.d.ts +13 -13
- package/lib/model/sql-tuning-task-credential-details.d.ts +2 -2
- package/lib/model/sql-tuning-task-credential-types.d.ts +1 -1
- package/lib/model/sql-tuning-task-credential-types.js +1 -1
- package/lib/model/sql-tuning-task-password-credential-details.d.ts +1 -1
- package/lib/model/sql-tuning-task-plan-stats.d.ts +2 -2
- package/lib/model/sql-tuning-task-return.d.ts +3 -3
- package/lib/model/sql-tuning-task-secret-credential-details.d.ts +1 -1
- package/lib/model/sql-tuning-task-sql-detail.d.ts +1 -1
- package/lib/model/sql-tuning-task-sql-execution-plan-step.d.ts +30 -30
- package/lib/model/sql-tuning-task-status-types.d.ts +1 -1
- package/lib/model/sql-tuning-task-status-types.js +1 -1
- package/lib/model/start-sql-tuning-task-details.d.ts +8 -8
- package/lib/model/system-privilege-collection.d.ts +2 -2
- package/lib/model/system-privilege-summary.d.ts +7 -7
- package/lib/model/tablespace-admin-credential-details.d.ts +37 -0
- package/lib/model/tablespace-admin-credential-details.js +77 -0
- package/lib/model/tablespace-admin-credential-details.js.map +1 -0
- package/lib/model/tablespace-admin-password-credential-details.d.ts +31 -0
- package/lib/model/tablespace-admin-password-credential-details.js +57 -0
- package/lib/model/tablespace-admin-password-credential-details.js.map +1 -0
- package/lib/model/tablespace-admin-secret-credential-details.d.ts +34 -0
- package/lib/model/tablespace-admin-secret-credential-details.js +57 -0
- package/lib/model/tablespace-admin-secret-credential-details.js.map +1 -0
- package/lib/model/tablespace-admin-status.d.ts +48 -0
- package/lib/model/tablespace-admin-status.js +42 -0
- package/lib/model/tablespace-admin-status.js.map +1 -0
- package/lib/model/tablespace-storage-size.d.ts +41 -0
- package/lib/model/tablespace-storage-size.js +40 -0
- package/lib/model/tablespace-storage-size.js.map +1 -0
- package/lib/model/tablespace-summary.d.ts +5 -0
- package/lib/model/tablespace-summary.js +1 -0
- package/lib/model/tablespace-summary.js.map +1 -1
- package/lib/model/tablespace.d.ts +125 -20
- package/lib/model/tablespace.js +101 -0
- package/lib/model/tablespace.js.map +1 -1
- package/lib/model/update-tablespace-details.d.ts +79 -0
- package/lib/model/update-tablespace-details.js +86 -0
- package/lib/model/update-tablespace-details.js.map +1 -0
- package/lib/model/user-collection.d.ts +1 -1
- package/lib/model/user-summary.d.ts +3 -3
- package/lib/model/user.d.ts +15 -15
- package/lib/request/add-data-files-request.d.ts +45 -0
- package/lib/request/add-data-files-request.js +15 -0
- package/lib/request/add-data-files-request.js.map +1 -0
- 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/clone-sql-tuning-task-request.d.ts +2 -2
- 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 +40 -0
- package/lib/request/create-tablespace-request.js +15 -0
- package/lib/request/create-tablespace-request.js.map +1 -0
- 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 +2 -2
- package/lib/request/drop-tablespace-request.d.ts +44 -0
- package/lib/request/drop-tablespace-request.js +15 -0
- package/lib/request/drop-tablespace-request.js.map +1 -0
- 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 +3 -3
- 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-sql-execution-plan-request.d.ts +2 -2
- package/lib/request/get-sql-tuning-advisor-task-summary-report-request.d.ts +1 -1
- package/lib/request/get-tablespace-request.d.ts +30 -0
- package/lib/request/get-tablespace-request.js +15 -0
- package/lib/request/get-tablespace-request.js.map +1 -0
- package/lib/request/get-user-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- 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-asm-properties-request.d.ts +58 -0
- package/lib/request/list-asm-properties-request.js +24 -0
- package/lib/request/list-asm-properties-request.js.map +1 -0
- 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-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-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 +5 -3
- package/lib/request/list-sql-tuning-advisor-task-findings-request.js.map +1 -1
- package/lib/request/list-sql-tuning-advisor-task-recommendations-request.d.ts +3 -3
- package/lib/request/list-sql-tuning-advisor-tasks-request.d.ts +2 -2
- package/lib/request/list-system-privileges-request.d.ts +1 -1
- 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 +45 -0
- package/lib/request/remove-data-file-request.js +15 -0
- package/lib/request/remove-data-file-request.js.map +1 -0
- 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 +45 -0
- package/lib/request/resize-data-file-request.js +15 -0
- package/lib/request/resize-data-file-request.js.map +1 -0
- package/lib/request/start-sql-tuning-task-request.d.ts +2 -2
- 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 +35 -0
- package/lib/request/update-tablespace-request.js +15 -0
- package/lib/request/update-tablespace-request.js.map +1 -0
- package/lib/response/add-data-files-response.d.ts +25 -0
- package/lib/response/add-data-files-response.js +15 -0
- package/lib/response/add-data-files-response.js.map +1 -0
- package/lib/response/create-tablespace-response.d.ts +25 -0
- package/lib/response/create-tablespace-response.js +15 -0
- package/lib/response/create-tablespace-response.js.map +1 -0
- package/lib/response/drop-tablespace-response.d.ts +25 -0
- package/lib/response/drop-tablespace-response.js +15 -0
- package/lib/response/drop-tablespace-response.js.map +1 -0
- package/lib/response/get-tablespace-response.d.ts +25 -0
- package/lib/response/get-tablespace-response.js +15 -0
- package/lib/response/get-tablespace-response.js.map +1 -0
- package/lib/response/index.d.ts +16 -0
- package/lib/response/list-asm-properties-response.d.ts +32 -0
- package/lib/response/list-asm-properties-response.js +15 -0
- package/lib/response/list-asm-properties-response.js.map +1 -0
- package/lib/response/remove-data-file-response.d.ts +25 -0
- package/lib/response/remove-data-file-response.js +15 -0
- package/lib/response/remove-data-file-response.js.map +1 -0
- package/lib/response/resize-data-file-response.d.ts +25 -0
- package/lib/response/resize-data-file-response.js +15 -0
- package/lib/response/resize-data-file-response.js.map +1 -0
- package/lib/response/update-tablespace-response.d.ts +25 -0
- package/lib/response/update-tablespace-response.js +15 -0
- package/lib/response/update-tablespace-response.js.map +1 -0
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -24,6 +24,7 @@ export declare enum DbManagementApiKeys {
|
|
|
24
24
|
*/
|
|
25
25
|
export declare class DbManagementClient {
|
|
26
26
|
protected static serviceEndpointTemplate: string;
|
|
27
|
+
protected static endpointServiceName: string;
|
|
27
28
|
protected "_endpoint": string;
|
|
28
29
|
protected "_defaultHeaders": any;
|
|
29
30
|
protected "_waiters": DbManagementWaiter;
|
|
@@ -69,6 +70,16 @@ export declare class DbManagementClient {
|
|
|
69
70
|
* @return The service waiters.
|
|
70
71
|
*/
|
|
71
72
|
getWaiters(): DbManagementWaiter;
|
|
73
|
+
/**
|
|
74
|
+
* Adds data files or temp files to the tablespace.
|
|
75
|
+
*
|
|
76
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
77
|
+
* @param AddDataFilesRequest
|
|
78
|
+
* @return AddDataFilesResponse
|
|
79
|
+
* @throws OciError when an error occurs
|
|
80
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/AddDataFiles.ts.html |here} to see how to use AddDataFiles API.
|
|
81
|
+
*/
|
|
82
|
+
addDataFiles(addDataFilesRequest: requests.AddDataFilesRequest): Promise<responses.AddDataFilesResponse>;
|
|
72
83
|
/**
|
|
73
84
|
* Adds a Managed Database to a specific Managed Database Group.
|
|
74
85
|
* After the database is added, it will be included in the
|
|
@@ -78,7 +89,7 @@ export declare class DbManagementClient {
|
|
|
78
89
|
* @param AddManagedDatabaseToManagedDatabaseGroupRequest
|
|
79
90
|
* @return AddManagedDatabaseToManagedDatabaseGroupResponse
|
|
80
91
|
* @throws OciError when an error occurs
|
|
81
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
92
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/AddManagedDatabaseToManagedDatabaseGroup.ts.html |here} to see how to use AddManagedDatabaseToManagedDatabaseGroup API.
|
|
82
93
|
*/
|
|
83
94
|
addManagedDatabaseToManagedDatabaseGroup(addManagedDatabaseToManagedDatabaseGroupRequest: requests.AddManagedDatabaseToManagedDatabaseGroupRequest): Promise<responses.AddManagedDatabaseToManagedDatabaseGroupResponse>;
|
|
84
95
|
/**
|
|
@@ -100,7 +111,7 @@ export declare class DbManagementClient {
|
|
|
100
111
|
* @param ChangeDatabaseParametersRequest
|
|
101
112
|
* @return ChangeDatabaseParametersResponse
|
|
102
113
|
* @throws OciError when an error occurs
|
|
103
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
114
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ChangeDatabaseParameters.ts.html |here} to see how to use ChangeDatabaseParameters API.
|
|
104
115
|
*/
|
|
105
116
|
changeDatabaseParameters(changeDatabaseParametersRequest: requests.ChangeDatabaseParametersRequest): Promise<responses.ChangeDatabaseParametersResponse>;
|
|
106
117
|
/**
|
|
@@ -109,7 +120,7 @@ export declare class DbManagementClient {
|
|
|
109
120
|
* @param ChangeDbManagementPrivateEndpointCompartmentRequest
|
|
110
121
|
* @return ChangeDbManagementPrivateEndpointCompartmentResponse
|
|
111
122
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
123
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ChangeDbManagementPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDbManagementPrivateEndpointCompartment API.
|
|
113
124
|
*/
|
|
114
125
|
changeDbManagementPrivateEndpointCompartment(changeDbManagementPrivateEndpointCompartmentRequest: requests.ChangeDbManagementPrivateEndpointCompartmentRequest): Promise<responses.ChangeDbManagementPrivateEndpointCompartmentResponse>;
|
|
115
126
|
/**
|
|
@@ -119,7 +130,7 @@ export declare class DbManagementClient {
|
|
|
119
130
|
* @param ChangeJobCompartmentRequest
|
|
120
131
|
* @return ChangeJobCompartmentResponse
|
|
121
132
|
* @throws OciError when an error occurs
|
|
122
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
133
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ChangeJobCompartment.ts.html |here} to see how to use ChangeJobCompartment API.
|
|
123
134
|
*/
|
|
124
135
|
changeJobCompartment(changeJobCompartmentRequest: requests.ChangeJobCompartmentRequest): Promise<responses.ChangeJobCompartmentResponse>;
|
|
125
136
|
/**
|
|
@@ -131,7 +142,7 @@ export declare class DbManagementClient {
|
|
|
131
142
|
* @param ChangeManagedDatabaseGroupCompartmentRequest
|
|
132
143
|
* @return ChangeManagedDatabaseGroupCompartmentResponse
|
|
133
144
|
* @throws OciError when an error occurs
|
|
134
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ChangeManagedDatabaseGroupCompartment.ts.html |here} to see how to use ChangeManagedDatabaseGroupCompartment API.
|
|
135
146
|
*/
|
|
136
147
|
changeManagedDatabaseGroupCompartment(changeManagedDatabaseGroupCompartmentRequest: requests.ChangeManagedDatabaseGroupCompartmentRequest): Promise<responses.ChangeManagedDatabaseGroupCompartmentResponse>;
|
|
137
148
|
/**
|
|
@@ -141,7 +152,7 @@ export declare class DbManagementClient {
|
|
|
141
152
|
* @param CreateDbManagementPrivateEndpointRequest
|
|
142
153
|
* @return CreateDbManagementPrivateEndpointResponse
|
|
143
154
|
* @throws OciError when an error occurs
|
|
144
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
155
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/CreateDbManagementPrivateEndpoint.ts.html |here} to see how to use CreateDbManagementPrivateEndpoint API.
|
|
145
156
|
*/
|
|
146
157
|
createDbManagementPrivateEndpoint(createDbManagementPrivateEndpointRequest: requests.CreateDbManagementPrivateEndpointRequest): Promise<responses.CreateDbManagementPrivateEndpointResponse>;
|
|
147
158
|
/**
|
|
@@ -153,7 +164,7 @@ export declare class DbManagementClient {
|
|
|
153
164
|
* @param CreateJobRequest
|
|
154
165
|
* @return CreateJobResponse
|
|
155
166
|
* @throws OciError when an error occurs
|
|
156
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/CreateJob.ts.html |here} to see how to use CreateJob API.
|
|
157
168
|
*/
|
|
158
169
|
createJob(createJobRequest: requests.CreateJobRequest): Promise<responses.CreateJobResponse>;
|
|
159
170
|
/**
|
|
@@ -164,16 +175,26 @@ export declare class DbManagementClient {
|
|
|
164
175
|
* @param CreateManagedDatabaseGroupRequest
|
|
165
176
|
* @return CreateManagedDatabaseGroupResponse
|
|
166
177
|
* @throws OciError when an error occurs
|
|
167
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/CreateManagedDatabaseGroup.ts.html |here} to see how to use CreateManagedDatabaseGroup API.
|
|
168
179
|
*/
|
|
169
180
|
createManagedDatabaseGroup(createManagedDatabaseGroupRequest: requests.CreateManagedDatabaseGroupRequest): Promise<responses.CreateManagedDatabaseGroupResponse>;
|
|
181
|
+
/**
|
|
182
|
+
* Creates a tablespace within the Managed Database specified by managedDatabaseId.
|
|
183
|
+
*
|
|
184
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
185
|
+
* @param CreateTablespaceRequest
|
|
186
|
+
* @return CreateTablespaceResponse
|
|
187
|
+
* @throws OciError when an error occurs
|
|
188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/CreateTablespace.ts.html |here} to see how to use CreateTablespace API.
|
|
189
|
+
*/
|
|
190
|
+
createTablespace(createTablespaceRequest: requests.CreateTablespaceRequest): Promise<responses.CreateTablespaceResponse>;
|
|
170
191
|
/**
|
|
171
192
|
* Deletes a specific Database Management private endpoint.
|
|
172
193
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
173
194
|
* @param DeleteDbManagementPrivateEndpointRequest
|
|
174
195
|
* @return DeleteDbManagementPrivateEndpointResponse
|
|
175
196
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/DeleteDbManagementPrivateEndpoint.ts.html |here} to see how to use DeleteDbManagementPrivateEndpoint API.
|
|
177
198
|
*/
|
|
178
199
|
deleteDbManagementPrivateEndpoint(deleteDbManagementPrivateEndpointRequest: requests.DeleteDbManagementPrivateEndpointRequest): Promise<responses.DeleteDbManagementPrivateEndpointResponse>;
|
|
179
200
|
/**
|
|
@@ -182,7 +203,7 @@ export declare class DbManagementClient {
|
|
|
182
203
|
* @param DeleteJobRequest
|
|
183
204
|
* @return DeleteJobResponse
|
|
184
205
|
* @throws OciError when an error occurs
|
|
185
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
206
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/DeleteJob.ts.html |here} to see how to use DeleteJob API.
|
|
186
207
|
*/
|
|
187
208
|
deleteJob(deleteJobRequest: requests.DeleteJobRequest): Promise<responses.DeleteJobResponse>;
|
|
188
209
|
/**
|
|
@@ -193,9 +214,19 @@ export declare class DbManagementClient {
|
|
|
193
214
|
* @param DeleteManagedDatabaseGroupRequest
|
|
194
215
|
* @return DeleteManagedDatabaseGroupResponse
|
|
195
216
|
* @throws OciError when an error occurs
|
|
196
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
217
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/DeleteManagedDatabaseGroup.ts.html |here} to see how to use DeleteManagedDatabaseGroup API.
|
|
197
218
|
*/
|
|
198
219
|
deleteManagedDatabaseGroup(deleteManagedDatabaseGroupRequest: requests.DeleteManagedDatabaseGroupRequest): Promise<responses.DeleteManagedDatabaseGroupResponse>;
|
|
220
|
+
/**
|
|
221
|
+
* Drops the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
|
|
222
|
+
*
|
|
223
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
224
|
+
* @param DropTablespaceRequest
|
|
225
|
+
* @return DropTablespaceResponse
|
|
226
|
+
* @throws OciError when an error occurs
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/DropTablespace.ts.html |here} to see how to use DropTablespace API.
|
|
228
|
+
*/
|
|
229
|
+
dropTablespace(dropTablespaceRequest: requests.DropTablespaceRequest): Promise<responses.DropTablespaceResponse>;
|
|
199
230
|
/**
|
|
200
231
|
* Gets the AWR report for the specific database.
|
|
201
232
|
*
|
|
@@ -203,7 +234,7 @@ export declare class DbManagementClient {
|
|
|
203
234
|
* @param GetAwrDbReportRequest
|
|
204
235
|
* @return GetAwrDbReportResponse
|
|
205
236
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
237
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetAwrDbReport.ts.html |here} to see how to use GetAwrDbReport API.
|
|
207
238
|
*/
|
|
208
239
|
getAwrDbReport(getAwrDbReportRequest: requests.GetAwrDbReportRequest): Promise<responses.GetAwrDbReportResponse>;
|
|
209
240
|
/**
|
|
@@ -213,7 +244,7 @@ export declare class DbManagementClient {
|
|
|
213
244
|
* @param GetAwrDbSqlReportRequest
|
|
214
245
|
* @return GetAwrDbSqlReportResponse
|
|
215
246
|
* @throws OciError when an error occurs
|
|
216
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
247
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetAwrDbSqlReport.ts.html |here} to see how to use GetAwrDbSqlReport API.
|
|
217
248
|
*/
|
|
218
249
|
getAwrDbSqlReport(getAwrDbSqlReportRequest: requests.GetAwrDbSqlReportRequest): Promise<responses.GetAwrDbSqlReportResponse>;
|
|
219
250
|
/**
|
|
@@ -225,7 +256,7 @@ export declare class DbManagementClient {
|
|
|
225
256
|
* @param GetClusterCacheMetricRequest
|
|
226
257
|
* @return GetClusterCacheMetricResponse
|
|
227
258
|
* @throws OciError when an error occurs
|
|
228
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetClusterCacheMetric.ts.html |here} to see how to use GetClusterCacheMetric API.
|
|
229
260
|
*/
|
|
230
261
|
getClusterCacheMetric(getClusterCacheMetricRequest: requests.GetClusterCacheMetricRequest): Promise<responses.GetClusterCacheMetricResponse>;
|
|
231
262
|
/**
|
|
@@ -236,7 +267,7 @@ export declare class DbManagementClient {
|
|
|
236
267
|
* @param GetDatabaseFleetHealthMetricsRequest
|
|
237
268
|
* @return GetDatabaseFleetHealthMetricsResponse
|
|
238
269
|
* @throws OciError when an error occurs
|
|
239
|
-
* @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.13.0/databasemanagement/GetDatabaseFleetHealthMetrics.ts.html |here} to see how to use GetDatabaseFleetHealthMetrics API.
|
|
240
271
|
*/
|
|
241
272
|
getDatabaseFleetHealthMetrics(getDatabaseFleetHealthMetricsRequest: requests.GetDatabaseFleetHealthMetricsRequest): Promise<responses.GetDatabaseFleetHealthMetricsResponse>;
|
|
242
273
|
/**
|
|
@@ -245,7 +276,7 @@ export declare class DbManagementClient {
|
|
|
245
276
|
* @param GetDatabaseHomeMetricsRequest
|
|
246
277
|
* @return GetDatabaseHomeMetricsResponse
|
|
247
278
|
* @throws OciError when an error occurs
|
|
248
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetDatabaseHomeMetrics.ts.html |here} to see how to use GetDatabaseHomeMetrics API.
|
|
249
280
|
*/
|
|
250
281
|
getDatabaseHomeMetrics(getDatabaseHomeMetricsRequest: requests.GetDatabaseHomeMetricsRequest): Promise<responses.GetDatabaseHomeMetricsResponse>;
|
|
251
282
|
/**
|
|
@@ -254,7 +285,7 @@ export declare class DbManagementClient {
|
|
|
254
285
|
* @param GetDbManagementPrivateEndpointRequest
|
|
255
286
|
* @return GetDbManagementPrivateEndpointResponse
|
|
256
287
|
* @throws OciError when an error occurs
|
|
257
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
288
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetDbManagementPrivateEndpoint.ts.html |here} to see how to use GetDbManagementPrivateEndpoint API.
|
|
258
289
|
*/
|
|
259
290
|
getDbManagementPrivateEndpoint(getDbManagementPrivateEndpointRequest: requests.GetDbManagementPrivateEndpointRequest): Promise<responses.GetDbManagementPrivateEndpointResponse>;
|
|
260
291
|
/**
|
|
@@ -264,7 +295,7 @@ export declare class DbManagementClient {
|
|
|
264
295
|
* @param GetJobRequest
|
|
265
296
|
* @return GetJobResponse
|
|
266
297
|
* @throws OciError when an error occurs
|
|
267
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
298
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetJob.ts.html |here} to see how to use GetJob API.
|
|
268
299
|
*/
|
|
269
300
|
getJob(getJobRequest: requests.GetJobRequest): Promise<responses.GetJobResponse>;
|
|
270
301
|
/**
|
|
@@ -274,7 +305,7 @@ export declare class DbManagementClient {
|
|
|
274
305
|
* @param GetJobExecutionRequest
|
|
275
306
|
* @return GetJobExecutionResponse
|
|
276
307
|
* @throws OciError when an error occurs
|
|
277
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetJobExecution.ts.html |here} to see how to use GetJobExecution API.
|
|
278
309
|
*/
|
|
279
310
|
getJobExecution(getJobExecutionRequest: requests.GetJobExecutionRequest): Promise<responses.GetJobExecutionResponse>;
|
|
280
311
|
/**
|
|
@@ -284,7 +315,7 @@ export declare class DbManagementClient {
|
|
|
284
315
|
* @param GetJobRunRequest
|
|
285
316
|
* @return GetJobRunResponse
|
|
286
317
|
* @throws OciError when an error occurs
|
|
287
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
318
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetJobRun.ts.html |here} to see how to use GetJobRun API.
|
|
288
319
|
*/
|
|
289
320
|
getJobRun(getJobRunRequest: requests.GetJobRunRequest): Promise<responses.GetJobRunResponse>;
|
|
290
321
|
/**
|
|
@@ -294,7 +325,7 @@ export declare class DbManagementClient {
|
|
|
294
325
|
* @param GetManagedDatabaseRequest
|
|
295
326
|
* @return GetManagedDatabaseResponse
|
|
296
327
|
* @throws OciError when an error occurs
|
|
297
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
328
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetManagedDatabase.ts.html |here} to see how to use GetManagedDatabase API.
|
|
298
329
|
*/
|
|
299
330
|
getManagedDatabase(getManagedDatabaseRequest: requests.GetManagedDatabaseRequest): Promise<responses.GetManagedDatabaseResponse>;
|
|
300
331
|
/**
|
|
@@ -304,7 +335,7 @@ export declare class DbManagementClient {
|
|
|
304
335
|
* @param GetManagedDatabaseGroupRequest
|
|
305
336
|
* @return GetManagedDatabaseGroupResponse
|
|
306
337
|
* @throws OciError when an error occurs
|
|
307
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
338
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetManagedDatabaseGroup.ts.html |here} to see how to use GetManagedDatabaseGroup API.
|
|
308
339
|
*/
|
|
309
340
|
getManagedDatabaseGroup(getManagedDatabaseGroupRequest: requests.GetManagedDatabaseGroupRequest): Promise<responses.GetManagedDatabaseGroupResponse>;
|
|
310
341
|
/**
|
|
@@ -317,17 +348,27 @@ export declare class DbManagementClient {
|
|
|
317
348
|
* @param GetPdbMetricsRequest
|
|
318
349
|
* @return GetPdbMetricsResponse
|
|
319
350
|
* @throws OciError when an error occurs
|
|
320
|
-
* @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.13.0/databasemanagement/GetPdbMetrics.ts.html |here} to see how to use GetPdbMetrics API.
|
|
321
352
|
*/
|
|
322
353
|
getPdbMetrics(getPdbMetricsRequest: requests.GetPdbMetricsRequest): Promise<responses.GetPdbMetricsResponse>;
|
|
323
354
|
/**
|
|
324
|
-
* Gets the details of
|
|
355
|
+
* Gets the details of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
|
|
356
|
+
*
|
|
357
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
358
|
+
* @param GetTablespaceRequest
|
|
359
|
+
* @return GetTablespaceResponse
|
|
360
|
+
* @throws OciError when an error occurs
|
|
361
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetTablespace.ts.html |here} to see how to use GetTablespace API.
|
|
362
|
+
*/
|
|
363
|
+
getTablespace(getTablespaceRequest: requests.GetTablespaceRequest): Promise<responses.GetTablespaceResponse>;
|
|
364
|
+
/**
|
|
365
|
+
* Gets the details of the user specified by managedDatabaseId and userName.
|
|
325
366
|
*
|
|
326
367
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
327
368
|
* @param GetUserRequest
|
|
328
369
|
* @return GetUserResponse
|
|
329
370
|
* @throws OciError when an error occurs
|
|
330
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
371
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetUser.ts.html |here} to see how to use GetUser API.
|
|
331
372
|
*/
|
|
332
373
|
getUser(getUserRequest: requests.GetUserRequest): Promise<responses.GetUserResponse>;
|
|
333
374
|
/**
|
|
@@ -336,16 +377,25 @@ export declare class DbManagementClient {
|
|
|
336
377
|
* @param GetWorkRequestRequest
|
|
337
378
|
* @return GetWorkRequestResponse
|
|
338
379
|
* @throws OciError when an error occurs
|
|
339
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
380
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
340
381
|
*/
|
|
341
382
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
383
|
+
/**
|
|
384
|
+
* Gets the list of ASM properties for the specified managedDatabaseId.
|
|
385
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
386
|
+
* @param ListAsmPropertiesRequest
|
|
387
|
+
* @return ListAsmPropertiesResponse
|
|
388
|
+
* @throws OciError when an error occurs
|
|
389
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListAsmProperties.ts.html |here} to see how to use ListAsmProperties API.
|
|
390
|
+
*/
|
|
391
|
+
listAsmProperties(listAsmPropertiesRequest: requests.ListAsmPropertiesRequest): Promise<responses.ListAsmPropertiesResponse>;
|
|
342
392
|
/**
|
|
343
393
|
* Gets the list of databases using a specific Database Management private endpoint.
|
|
344
394
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
345
395
|
* @param ListAssociatedDatabasesRequest
|
|
346
396
|
* @return ListAssociatedDatabasesResponse
|
|
347
397
|
* @throws OciError when an error occurs
|
|
348
|
-
* @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.13.0/databasemanagement/ListAssociatedDatabases.ts.html |here} to see how to use ListAssociatedDatabases API.
|
|
349
399
|
*/
|
|
350
400
|
listAssociatedDatabases(listAssociatedDatabasesRequest: requests.ListAssociatedDatabasesRequest): Promise<responses.ListAssociatedDatabasesResponse>;
|
|
351
401
|
/**
|
|
@@ -355,7 +405,7 @@ export declare class DbManagementClient {
|
|
|
355
405
|
* @param ListAwrDbSnapshotsRequest
|
|
356
406
|
* @return ListAwrDbSnapshotsResponse
|
|
357
407
|
* @throws OciError when an error occurs
|
|
358
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListAwrDbSnapshots.ts.html |here} to see how to use ListAwrDbSnapshots API.
|
|
359
409
|
*/
|
|
360
410
|
listAwrDbSnapshots(listAwrDbSnapshotsRequest: requests.ListAwrDbSnapshotsRequest): Promise<responses.ListAwrDbSnapshotsResponse>;
|
|
361
411
|
/**
|
|
@@ -365,25 +415,25 @@ export declare class DbManagementClient {
|
|
|
365
415
|
* @param ListAwrDbsRequest
|
|
366
416
|
* @return ListAwrDbsResponse
|
|
367
417
|
* @throws OciError when an error occurs
|
|
368
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
418
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListAwrDbs.ts.html |here} to see how to use ListAwrDbs API.
|
|
369
419
|
*/
|
|
370
420
|
listAwrDbs(listAwrDbsRequest: requests.ListAwrDbsRequest): Promise<responses.ListAwrDbsResponse>;
|
|
371
421
|
/**
|
|
372
|
-
* Gets the list of
|
|
422
|
+
* Gets the list of consumer group privileges granted to a specific user.
|
|
373
423
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
374
424
|
* @param ListConsumerGroupPrivilegesRequest
|
|
375
425
|
* @return ListConsumerGroupPrivilegesResponse
|
|
376
426
|
* @throws OciError when an error occurs
|
|
377
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
427
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListConsumerGroupPrivileges.ts.html |here} to see how to use ListConsumerGroupPrivileges API.
|
|
378
428
|
*/
|
|
379
429
|
listConsumerGroupPrivileges(listConsumerGroupPrivilegesRequest: requests.ListConsumerGroupPrivilegesRequest): Promise<responses.ListConsumerGroupPrivilegesResponse>;
|
|
380
430
|
/**
|
|
381
|
-
* Gets the list of
|
|
431
|
+
* Gets the list of containers for a specific user. This is only applicable if ALL_CONTAINERS !='Y'.
|
|
382
432
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
383
433
|
* @param ListDataAccessContainersRequest
|
|
384
434
|
* @return ListDataAccessContainersResponse
|
|
385
435
|
* @throws OciError when an error occurs
|
|
386
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
436
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListDataAccessContainers.ts.html |here} to see how to use ListDataAccessContainers API.
|
|
387
437
|
*/
|
|
388
438
|
listDataAccessContainers(listDataAccessContainersRequest: requests.ListDataAccessContainersRequest): Promise<responses.ListDataAccessContainersResponse>;
|
|
389
439
|
/**
|
|
@@ -393,7 +443,7 @@ export declare class DbManagementClient {
|
|
|
393
443
|
* @param ListDatabaseParametersRequest
|
|
394
444
|
* @return ListDatabaseParametersResponse
|
|
395
445
|
* @throws OciError when an error occurs
|
|
396
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
446
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListDatabaseParameters.ts.html |here} to see how to use ListDatabaseParameters API.
|
|
397
447
|
*/
|
|
398
448
|
listDatabaseParameters(listDatabaseParametersRequest: requests.ListDatabaseParametersRequest): Promise<responses.ListDatabaseParametersResponse>;
|
|
399
449
|
/**
|
|
@@ -403,7 +453,7 @@ export declare class DbManagementClient {
|
|
|
403
453
|
* @param ListDbManagementPrivateEndpointsRequest
|
|
404
454
|
* @return ListDbManagementPrivateEndpointsResponse
|
|
405
455
|
* @throws OciError when an error occurs
|
|
406
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
456
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListDbManagementPrivateEndpoints.ts.html |here} to see how to use ListDbManagementPrivateEndpoints API.
|
|
407
457
|
*/
|
|
408
458
|
listDbManagementPrivateEndpoints(listDbManagementPrivateEndpointsRequest: requests.ListDbManagementPrivateEndpointsRequest): Promise<responses.ListDbManagementPrivateEndpointsResponse>;
|
|
409
459
|
/**
|
|
@@ -416,7 +466,7 @@ export declare class DbManagementClient {
|
|
|
416
466
|
* @param ListJobExecutionsRequest
|
|
417
467
|
* @return ListJobExecutionsResponse
|
|
418
468
|
* @throws OciError when an error occurs
|
|
419
|
-
* @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.13.0/databasemanagement/ListJobExecutions.ts.html |here} to see how to use ListJobExecutions API.
|
|
420
470
|
*/
|
|
421
471
|
listJobExecutions(listJobExecutionsRequest: requests.ListJobExecutionsRequest): Promise<responses.ListJobExecutionsResponse>;
|
|
422
472
|
/**
|
|
@@ -429,7 +479,7 @@ export declare class DbManagementClient {
|
|
|
429
479
|
* @param ListJobRunsRequest
|
|
430
480
|
* @return ListJobRunsResponse
|
|
431
481
|
* @throws OciError when an error occurs
|
|
432
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
482
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListJobRuns.ts.html |here} to see how to use ListJobRuns API.
|
|
433
483
|
*/
|
|
434
484
|
listJobRuns(listJobRunsRequest: requests.ListJobRunsRequest): Promise<responses.ListJobRunsResponse>;
|
|
435
485
|
/**
|
|
@@ -442,7 +492,7 @@ export declare class DbManagementClient {
|
|
|
442
492
|
* @param ListJobsRequest
|
|
443
493
|
* @return ListJobsResponse
|
|
444
494
|
* @throws OciError when an error occurs
|
|
445
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
495
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListJobs.ts.html |here} to see how to use ListJobs API.
|
|
446
496
|
*/
|
|
447
497
|
listJobs(listJobsRequest: requests.ListJobsRequest): Promise<responses.ListJobsResponse>;
|
|
448
498
|
/**
|
|
@@ -455,7 +505,7 @@ export declare class DbManagementClient {
|
|
|
455
505
|
* @param ListManagedDatabaseGroupsRequest
|
|
456
506
|
* @return ListManagedDatabaseGroupsResponse
|
|
457
507
|
* @throws OciError when an error occurs
|
|
458
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
508
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListManagedDatabaseGroups.ts.html |here} to see how to use ListManagedDatabaseGroups API.
|
|
459
509
|
*/
|
|
460
510
|
listManagedDatabaseGroups(listManagedDatabaseGroupsRequest: requests.ListManagedDatabaseGroupsRequest): Promise<responses.ListManagedDatabaseGroupsResponse>;
|
|
461
511
|
/**
|
|
@@ -470,52 +520,52 @@ export declare class DbManagementClient {
|
|
|
470
520
|
* @param ListManagedDatabasesRequest
|
|
471
521
|
* @return ListManagedDatabasesResponse
|
|
472
522
|
* @throws OciError when an error occurs
|
|
473
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListManagedDatabases.ts.html |here} to see how to use ListManagedDatabases API.
|
|
474
524
|
*/
|
|
475
525
|
listManagedDatabases(listManagedDatabasesRequest: requests.ListManagedDatabasesRequest): Promise<responses.ListManagedDatabasesResponse>;
|
|
476
526
|
/**
|
|
477
|
-
* Gets the list of
|
|
527
|
+
* Gets the list of object privileges granted to a specific user.
|
|
478
528
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
479
529
|
* @param ListObjectPrivilegesRequest
|
|
480
530
|
* @return ListObjectPrivilegesResponse
|
|
481
531
|
* @throws OciError when an error occurs
|
|
482
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
532
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListObjectPrivileges.ts.html |here} to see how to use ListObjectPrivileges API.
|
|
483
533
|
*/
|
|
484
534
|
listObjectPrivileges(listObjectPrivilegesRequest: requests.ListObjectPrivilegesRequest): Promise<responses.ListObjectPrivilegesResponse>;
|
|
485
535
|
/**
|
|
486
|
-
* Gets the list of
|
|
536
|
+
* Gets the list of users on whose behalf the current user acts as proxy.
|
|
487
537
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
488
538
|
* @param ListProxiedForUsersRequest
|
|
489
539
|
* @return ListProxiedForUsersResponse
|
|
490
540
|
* @throws OciError when an error occurs
|
|
491
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
541
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListProxiedForUsers.ts.html |here} to see how to use ListProxiedForUsers API.
|
|
492
542
|
*/
|
|
493
543
|
listProxiedForUsers(listProxiedForUsersRequest: requests.ListProxiedForUsersRequest): Promise<responses.ListProxiedForUsersResponse>;
|
|
494
544
|
/**
|
|
495
|
-
* Gets the list of proxy users for the current
|
|
545
|
+
* Gets the list of proxy users for the current user.
|
|
496
546
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
497
547
|
* @param ListProxyUsersRequest
|
|
498
548
|
* @return ListProxyUsersResponse
|
|
499
549
|
* @throws OciError when an error occurs
|
|
500
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
550
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListProxyUsers.ts.html |here} to see how to use ListProxyUsers API.
|
|
501
551
|
*/
|
|
502
552
|
listProxyUsers(listProxyUsersRequest: requests.ListProxyUsersRequest): Promise<responses.ListProxyUsersResponse>;
|
|
503
553
|
/**
|
|
504
|
-
* Gets the list of roles granted
|
|
554
|
+
* Gets the list of roles granted to a specific user.
|
|
505
555
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
506
556
|
* @param ListRolesRequest
|
|
507
557
|
* @return ListRolesResponse
|
|
508
558
|
* @throws OciError when an error occurs
|
|
509
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
559
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListRoles.ts.html |here} to see how to use ListRoles API.
|
|
510
560
|
*/
|
|
511
561
|
listRoles(listRolesRequest: requests.ListRolesRequest): Promise<responses.ListRolesResponse>;
|
|
512
562
|
/**
|
|
513
|
-
* Gets the list of
|
|
563
|
+
* Gets the list of system privileges granted to a specific user.
|
|
514
564
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
515
565
|
* @param ListSystemPrivilegesRequest
|
|
516
566
|
* @return ListSystemPrivilegesResponse
|
|
517
567
|
* @throws OciError when an error occurs
|
|
518
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
568
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListSystemPrivileges.ts.html |here} to see how to use ListSystemPrivileges API.
|
|
519
569
|
*/
|
|
520
570
|
listSystemPrivileges(listSystemPrivilegesRequest: requests.ListSystemPrivilegesRequest): Promise<responses.ListSystemPrivilegesResponse>;
|
|
521
571
|
/**
|
|
@@ -524,7 +574,7 @@ export declare class DbManagementClient {
|
|
|
524
574
|
* @param ListTablespacesRequest
|
|
525
575
|
* @return ListTablespacesResponse
|
|
526
576
|
* @throws OciError when an error occurs
|
|
527
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
577
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListTablespaces.ts.html |here} to see how to use ListTablespaces API.
|
|
528
578
|
*/
|
|
529
579
|
listTablespaces(listTablespacesRequest: requests.ListTablespacesRequest): Promise<responses.ListTablespacesResponse>;
|
|
530
580
|
/**
|
|
@@ -533,7 +583,7 @@ export declare class DbManagementClient {
|
|
|
533
583
|
* @param ListUsersRequest
|
|
534
584
|
* @return ListUsersResponse
|
|
535
585
|
* @throws OciError when an error occurs
|
|
536
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
586
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListUsers.ts.html |here} to see how to use ListUsers API.
|
|
537
587
|
*/
|
|
538
588
|
listUsers(listUsersRequest: requests.ListUsersRequest): Promise<responses.ListUsersResponse>;
|
|
539
589
|
/**
|
|
@@ -543,7 +593,7 @@ export declare class DbManagementClient {
|
|
|
543
593
|
* @param ListWorkRequestErrorsRequest
|
|
544
594
|
* @return ListWorkRequestErrorsResponse
|
|
545
595
|
* @throws OciError when an error occurs
|
|
546
|
-
* @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.13.0/databasemanagement/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
547
597
|
*/
|
|
548
598
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
549
599
|
/**
|
|
@@ -553,7 +603,7 @@ export declare class DbManagementClient {
|
|
|
553
603
|
* @param ListWorkRequestLogsRequest
|
|
554
604
|
* @return ListWorkRequestLogsResponse
|
|
555
605
|
* @throws OciError when an error occurs
|
|
556
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
606
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
557
607
|
*/
|
|
558
608
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
559
609
|
/**
|
|
@@ -563,9 +613,19 @@ export declare class DbManagementClient {
|
|
|
563
613
|
* @param ListWorkRequestsRequest
|
|
564
614
|
* @return ListWorkRequestsResponse
|
|
565
615
|
* @throws OciError when an error occurs
|
|
566
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
567
617
|
*/
|
|
568
618
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
619
|
+
/**
|
|
620
|
+
* Removes a data file or temp file from the tablespace.
|
|
621
|
+
*
|
|
622
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
623
|
+
* @param RemoveDataFileRequest
|
|
624
|
+
* @return RemoveDataFileResponse
|
|
625
|
+
* @throws OciError when an error occurs
|
|
626
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/RemoveDataFile.ts.html |here} to see how to use RemoveDataFile API.
|
|
627
|
+
*/
|
|
628
|
+
removeDataFile(removeDataFileRequest: requests.RemoveDataFileRequest): Promise<responses.RemoveDataFileResponse>;
|
|
569
629
|
/**
|
|
570
630
|
* Removes a Managed Database from a Managed Database Group. Any management
|
|
571
631
|
* activities that are currently running on this database will continue to
|
|
@@ -576,7 +636,7 @@ export declare class DbManagementClient {
|
|
|
576
636
|
* @param RemoveManagedDatabaseFromManagedDatabaseGroupRequest
|
|
577
637
|
* @return RemoveManagedDatabaseFromManagedDatabaseGroupResponse
|
|
578
638
|
* @throws OciError when an error occurs
|
|
579
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
639
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/RemoveManagedDatabaseFromManagedDatabaseGroup.ts.html |here} to see how to use RemoveManagedDatabaseFromManagedDatabaseGroup API.
|
|
580
640
|
*/
|
|
581
641
|
removeManagedDatabaseFromManagedDatabaseGroup(removeManagedDatabaseFromManagedDatabaseGroupRequest: requests.RemoveManagedDatabaseFromManagedDatabaseGroupRequest): Promise<responses.RemoveManagedDatabaseFromManagedDatabaseGroupResponse>;
|
|
582
642
|
/**
|
|
@@ -586,9 +646,19 @@ export declare class DbManagementClient {
|
|
|
586
646
|
* @param ResetDatabaseParametersRequest
|
|
587
647
|
* @return ResetDatabaseParametersResponse
|
|
588
648
|
* @throws OciError when an error occurs
|
|
589
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ResetDatabaseParameters.ts.html |here} to see how to use ResetDatabaseParameters API.
|
|
590
650
|
*/
|
|
591
651
|
resetDatabaseParameters(resetDatabaseParametersRequest: requests.ResetDatabaseParametersRequest): Promise<responses.ResetDatabaseParametersResponse>;
|
|
652
|
+
/**
|
|
653
|
+
* Resizes a data file or temp file within the tablespace.
|
|
654
|
+
*
|
|
655
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
656
|
+
* @param ResizeDataFileRequest
|
|
657
|
+
* @return ResizeDataFileResponse
|
|
658
|
+
* @throws OciError when an error occurs
|
|
659
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ResizeDataFile.ts.html |here} to see how to use ResizeDataFile API.
|
|
660
|
+
*/
|
|
661
|
+
resizeDataFile(resizeDataFileRequest: requests.ResizeDataFileRequest): Promise<responses.ResizeDataFileResponse>;
|
|
592
662
|
/**
|
|
593
663
|
* Summarizes the AWR CPU resource limits and metrics for the specified database in AWR.
|
|
594
664
|
*
|
|
@@ -596,7 +666,7 @@ export declare class DbManagementClient {
|
|
|
596
666
|
* @param SummarizeAwrDbCpuUsagesRequest
|
|
597
667
|
* @return SummarizeAwrDbCpuUsagesResponse
|
|
598
668
|
* @throws OciError when an error occurs
|
|
599
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
669
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbCpuUsages.ts.html |here} to see how to use SummarizeAwrDbCpuUsages API.
|
|
600
670
|
*/
|
|
601
671
|
summarizeAwrDbCpuUsages(summarizeAwrDbCpuUsagesRequest: requests.SummarizeAwrDbCpuUsagesRequest): Promise<responses.SummarizeAwrDbCpuUsagesResponse>;
|
|
602
672
|
/**
|
|
@@ -606,7 +676,7 @@ export declare class DbManagementClient {
|
|
|
606
676
|
* @param SummarizeAwrDbMetricsRequest
|
|
607
677
|
* @return SummarizeAwrDbMetricsResponse
|
|
608
678
|
* @throws OciError when an error occurs
|
|
609
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
679
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbMetrics.ts.html |here} to see how to use SummarizeAwrDbMetrics API.
|
|
610
680
|
*/
|
|
611
681
|
summarizeAwrDbMetrics(summarizeAwrDbMetricsRequest: requests.SummarizeAwrDbMetricsRequest): Promise<responses.SummarizeAwrDbMetricsResponse>;
|
|
612
682
|
/**
|
|
@@ -620,7 +690,7 @@ export declare class DbManagementClient {
|
|
|
620
690
|
* @param SummarizeAwrDbParameterChangesRequest
|
|
621
691
|
* @return SummarizeAwrDbParameterChangesResponse
|
|
622
692
|
* @throws OciError when an error occurs
|
|
623
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbParameterChanges.ts.html |here} to see how to use SummarizeAwrDbParameterChanges API.
|
|
624
694
|
*/
|
|
625
695
|
summarizeAwrDbParameterChanges(summarizeAwrDbParameterChangesRequest: requests.SummarizeAwrDbParameterChangesRequest): Promise<responses.SummarizeAwrDbParameterChangesResponse>;
|
|
626
696
|
/**
|
|
@@ -640,7 +710,7 @@ export declare class DbManagementClient {
|
|
|
640
710
|
* @param SummarizeAwrDbParametersRequest
|
|
641
711
|
* @return SummarizeAwrDbParametersResponse
|
|
642
712
|
* @throws OciError when an error occurs
|
|
643
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
713
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbParameters.ts.html |here} to see how to use SummarizeAwrDbParameters API.
|
|
644
714
|
*/
|
|
645
715
|
summarizeAwrDbParameters(summarizeAwrDbParametersRequest: requests.SummarizeAwrDbParametersRequest): Promise<responses.SummarizeAwrDbParametersResponse>;
|
|
646
716
|
/**
|
|
@@ -650,7 +720,7 @@ export declare class DbManagementClient {
|
|
|
650
720
|
* @param SummarizeAwrDbSnapshotRangesRequest
|
|
651
721
|
* @return SummarizeAwrDbSnapshotRangesResponse
|
|
652
722
|
* @throws OciError when an error occurs
|
|
653
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
723
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbSnapshotRanges.ts.html |here} to see how to use SummarizeAwrDbSnapshotRanges API.
|
|
654
724
|
*/
|
|
655
725
|
summarizeAwrDbSnapshotRanges(summarizeAwrDbSnapshotRangesRequest: requests.SummarizeAwrDbSnapshotRangesRequest): Promise<responses.SummarizeAwrDbSnapshotRangesResponse>;
|
|
656
726
|
/**
|
|
@@ -660,7 +730,7 @@ export declare class DbManagementClient {
|
|
|
660
730
|
* @param SummarizeAwrDbSysstatsRequest
|
|
661
731
|
* @return SummarizeAwrDbSysstatsResponse
|
|
662
732
|
* @throws OciError when an error occurs
|
|
663
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
733
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbSysstats.ts.html |here} to see how to use SummarizeAwrDbSysstats API.
|
|
664
734
|
*/
|
|
665
735
|
summarizeAwrDbSysstats(summarizeAwrDbSysstatsRequest: requests.SummarizeAwrDbSysstatsRequest): Promise<responses.SummarizeAwrDbSysstatsResponse>;
|
|
666
736
|
/**
|
|
@@ -670,7 +740,7 @@ export declare class DbManagementClient {
|
|
|
670
740
|
* @param SummarizeAwrDbTopWaitEventsRequest
|
|
671
741
|
* @return SummarizeAwrDbTopWaitEventsResponse
|
|
672
742
|
* @throws OciError when an error occurs
|
|
673
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
743
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbTopWaitEvents.ts.html |here} to see how to use SummarizeAwrDbTopWaitEvents API.
|
|
674
744
|
*/
|
|
675
745
|
summarizeAwrDbTopWaitEvents(summarizeAwrDbTopWaitEventsRequest: requests.SummarizeAwrDbTopWaitEventsRequest): Promise<responses.SummarizeAwrDbTopWaitEventsResponse>;
|
|
676
746
|
/**
|
|
@@ -680,7 +750,7 @@ export declare class DbManagementClient {
|
|
|
680
750
|
* @param SummarizeAwrDbWaitEventBucketsRequest
|
|
681
751
|
* @return SummarizeAwrDbWaitEventBucketsResponse
|
|
682
752
|
* @throws OciError when an error occurs
|
|
683
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
753
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbWaitEventBuckets.ts.html |here} to see how to use SummarizeAwrDbWaitEventBuckets API.
|
|
684
754
|
*/
|
|
685
755
|
summarizeAwrDbWaitEventBuckets(summarizeAwrDbWaitEventBucketsRequest: requests.SummarizeAwrDbWaitEventBucketsRequest): Promise<responses.SummarizeAwrDbWaitEventBucketsResponse>;
|
|
686
756
|
/**
|
|
@@ -690,7 +760,7 @@ export declare class DbManagementClient {
|
|
|
690
760
|
* @param SummarizeAwrDbWaitEventsRequest
|
|
691
761
|
* @return SummarizeAwrDbWaitEventsResponse
|
|
692
762
|
* @throws OciError when an error occurs
|
|
693
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
763
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeAwrDbWaitEvents.ts.html |here} to see how to use SummarizeAwrDbWaitEvents API.
|
|
694
764
|
*/
|
|
695
765
|
summarizeAwrDbWaitEvents(summarizeAwrDbWaitEventsRequest: requests.SummarizeAwrDbWaitEventsRequest): Promise<responses.SummarizeAwrDbWaitEventsResponse>;
|
|
696
766
|
/**
|
|
@@ -699,7 +769,7 @@ export declare class DbManagementClient {
|
|
|
699
769
|
* @param SummarizeJobExecutionsStatusesRequest
|
|
700
770
|
* @return SummarizeJobExecutionsStatusesResponse
|
|
701
771
|
* @throws OciError when an error occurs
|
|
702
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
772
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/SummarizeJobExecutionsStatuses.ts.html |here} to see how to use SummarizeJobExecutionsStatuses API.
|
|
703
773
|
*/
|
|
704
774
|
summarizeJobExecutionsStatuses(summarizeJobExecutionsStatusesRequest: requests.SummarizeJobExecutionsStatusesRequest): Promise<responses.SummarizeJobExecutionsStatusesResponse>;
|
|
705
775
|
/**
|
|
@@ -708,7 +778,7 @@ export declare class DbManagementClient {
|
|
|
708
778
|
* @param UpdateDbManagementPrivateEndpointRequest
|
|
709
779
|
* @return UpdateDbManagementPrivateEndpointResponse
|
|
710
780
|
* @throws OciError when an error occurs
|
|
711
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
781
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/UpdateDbManagementPrivateEndpoint.ts.html |here} to see how to use UpdateDbManagementPrivateEndpoint API.
|
|
712
782
|
*/
|
|
713
783
|
updateDbManagementPrivateEndpoint(updateDbManagementPrivateEndpointRequest: requests.UpdateDbManagementPrivateEndpointRequest): Promise<responses.UpdateDbManagementPrivateEndpointResponse>;
|
|
714
784
|
/**
|
|
@@ -718,7 +788,7 @@ export declare class DbManagementClient {
|
|
|
718
788
|
* @param UpdateJobRequest
|
|
719
789
|
* @return UpdateJobResponse
|
|
720
790
|
* @throws OciError when an error occurs
|
|
721
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
791
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/UpdateJob.ts.html |here} to see how to use UpdateJob API.
|
|
722
792
|
*/
|
|
723
793
|
updateJob(updateJobRequest: requests.UpdateJobRequest): Promise<responses.UpdateJobResponse>;
|
|
724
794
|
/**
|
|
@@ -728,9 +798,19 @@ export declare class DbManagementClient {
|
|
|
728
798
|
* @param UpdateManagedDatabaseGroupRequest
|
|
729
799
|
* @return UpdateManagedDatabaseGroupResponse
|
|
730
800
|
* @throws OciError when an error occurs
|
|
731
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
801
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/UpdateManagedDatabaseGroup.ts.html |here} to see how to use UpdateManagedDatabaseGroup API.
|
|
732
802
|
*/
|
|
733
803
|
updateManagedDatabaseGroup(updateManagedDatabaseGroupRequest: requests.UpdateManagedDatabaseGroupRequest): Promise<responses.UpdateManagedDatabaseGroupResponse>;
|
|
804
|
+
/**
|
|
805
|
+
* Updates the attributes of the tablespace specified by tablespaceName within the Managed Database specified by managedDatabaseId.
|
|
806
|
+
*
|
|
807
|
+
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
808
|
+
* @param UpdateTablespaceRequest
|
|
809
|
+
* @return UpdateTablespaceResponse
|
|
810
|
+
* @throws OciError when an error occurs
|
|
811
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/UpdateTablespace.ts.html |here} to see how to use UpdateTablespace API.
|
|
812
|
+
*/
|
|
813
|
+
updateTablespace(updateTablespaceRequest: requests.UpdateTablespaceRequest): Promise<responses.UpdateTablespaceResponse>;
|
|
734
814
|
}
|
|
735
815
|
export declare enum SqlTuningApiKeys {
|
|
736
816
|
}
|
|
@@ -739,6 +819,7 @@ export declare enum SqlTuningApiKeys {
|
|
|
739
819
|
*/
|
|
740
820
|
export declare class SqlTuningClient {
|
|
741
821
|
protected static serviceEndpointTemplate: string;
|
|
822
|
+
protected static endpointServiceName: string;
|
|
742
823
|
protected "_endpoint": string;
|
|
743
824
|
protected "_defaultHeaders": any;
|
|
744
825
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
@@ -771,74 +852,76 @@ export declare class SqlTuningClient {
|
|
|
771
852
|
*/
|
|
772
853
|
set regionId(regionId: string);
|
|
773
854
|
/**
|
|
774
|
-
*
|
|
855
|
+
* Clones and runs a SQL tuning task in the database.
|
|
775
856
|
*
|
|
776
857
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
777
858
|
* @param CloneSqlTuningTaskRequest
|
|
778
859
|
* @return CloneSqlTuningTaskResponse
|
|
779
860
|
* @throws OciError when an error occurs
|
|
780
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
861
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/CloneSqlTuningTask.ts.html |here} to see how to use CloneSqlTuningTask API.
|
|
781
862
|
*/
|
|
782
863
|
cloneSqlTuningTask(cloneSqlTuningTaskRequest: requests.CloneSqlTuningTaskRequest): Promise<responses.CloneSqlTuningTaskResponse>;
|
|
783
864
|
/**
|
|
784
|
-
*
|
|
865
|
+
* Drops a SQL tuning task and its related results from the database.
|
|
785
866
|
*
|
|
786
867
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
787
868
|
* @param DropSqlTuningTaskRequest
|
|
788
869
|
* @return DropSqlTuningTaskResponse
|
|
789
870
|
* @throws OciError when an error occurs
|
|
790
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
871
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/DropSqlTuningTask.ts.html |here} to see how to use DropSqlTuningTask API.
|
|
791
872
|
*/
|
|
792
873
|
dropSqlTuningTask(dropSqlTuningTaskRequest: requests.DropSqlTuningTaskRequest): Promise<responses.DropSqlTuningTaskResponse>;
|
|
793
874
|
/**
|
|
794
|
-
*
|
|
795
|
-
*
|
|
875
|
+
* Retrieves a comparison of the existing SQL execution plan and a new plan.
|
|
876
|
+
* A SQL tuning task may suggest a new execution plan for a SQL,
|
|
877
|
+
* and this API retrieves the comparison report of the statistics of the two plans.
|
|
796
878
|
*
|
|
797
879
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
798
880
|
* @param GetExecutionPlanStatsComparisionRequest
|
|
799
881
|
* @return GetExecutionPlanStatsComparisionResponse
|
|
800
882
|
* @throws OciError when an error occurs
|
|
801
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
883
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetExecutionPlanStatsComparision.ts.html |here} to see how to use GetExecutionPlanStatsComparision API.
|
|
802
884
|
*/
|
|
803
885
|
getExecutionPlanStatsComparision(getExecutionPlanStatsComparisionRequest: requests.GetExecutionPlanStatsComparisionRequest): Promise<responses.GetExecutionPlanStatsComparisionResponse>;
|
|
804
886
|
/**
|
|
805
|
-
*
|
|
887
|
+
* Retrieves a SQL execution plan for the SQL being tuned.
|
|
806
888
|
*
|
|
807
889
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
808
890
|
* @param GetSqlExecutionPlanRequest
|
|
809
891
|
* @return GetSqlExecutionPlanResponse
|
|
810
892
|
* @throws OciError when an error occurs
|
|
811
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
893
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetSqlExecutionPlan.ts.html |here} to see how to use GetSqlExecutionPlan API.
|
|
812
894
|
*/
|
|
813
895
|
getSqlExecutionPlan(getSqlExecutionPlanRequest: requests.GetSqlExecutionPlanRequest): Promise<responses.GetSqlExecutionPlanResponse>;
|
|
814
896
|
/**
|
|
815
|
-
* Gets the summary report for the
|
|
897
|
+
* Gets the summary report for the specified SQL Tuning Advisor task.
|
|
816
898
|
*
|
|
817
899
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
818
900
|
* @param GetSqlTuningAdvisorTaskSummaryReportRequest
|
|
819
901
|
* @return GetSqlTuningAdvisorTaskSummaryReportResponse
|
|
820
902
|
* @throws OciError when an error occurs
|
|
821
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
903
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/GetSqlTuningAdvisorTaskSummaryReport.ts.html |here} to see how to use GetSqlTuningAdvisorTaskSummaryReport API.
|
|
822
904
|
*/
|
|
823
905
|
getSqlTuningAdvisorTaskSummaryReport(getSqlTuningAdvisorTaskSummaryReportRequest: requests.GetSqlTuningAdvisorTaskSummaryReportRequest): Promise<responses.GetSqlTuningAdvisorTaskSummaryReportResponse>;
|
|
824
906
|
/**
|
|
825
|
-
*
|
|
907
|
+
* Gets an array of the details of the findings that match specific filters.
|
|
826
908
|
*
|
|
827
909
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
828
910
|
* @param ListSqlTuningAdvisorTaskFindingsRequest
|
|
829
911
|
* @return ListSqlTuningAdvisorTaskFindingsResponse
|
|
830
912
|
* @throws OciError when an error occurs
|
|
831
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
913
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListSqlTuningAdvisorTaskFindings.ts.html |here} to see how to use ListSqlTuningAdvisorTaskFindings API.
|
|
832
914
|
*/
|
|
833
915
|
listSqlTuningAdvisorTaskFindings(listSqlTuningAdvisorTaskFindingsRequest: requests.ListSqlTuningAdvisorTaskFindingsRequest): Promise<responses.ListSqlTuningAdvisorTaskFindingsResponse>;
|
|
834
916
|
/**
|
|
835
|
-
*
|
|
917
|
+
* Gets the findings and possible actions for a given object in a SQL tuning task.
|
|
918
|
+
* The task ID and object ID are used to retrieve the findings and recommendations.
|
|
836
919
|
*
|
|
837
920
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
838
921
|
* @param ListSqlTuningAdvisorTaskRecommendationsRequest
|
|
839
922
|
* @return ListSqlTuningAdvisorTaskRecommendationsResponse
|
|
840
923
|
* @throws OciError when an error occurs
|
|
841
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
924
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListSqlTuningAdvisorTaskRecommendations.ts.html |here} to see how to use ListSqlTuningAdvisorTaskRecommendations API.
|
|
842
925
|
*/
|
|
843
926
|
listSqlTuningAdvisorTaskRecommendations(listSqlTuningAdvisorTaskRecommendationsRequest: requests.ListSqlTuningAdvisorTaskRecommendationsRequest): Promise<responses.ListSqlTuningAdvisorTaskRecommendationsResponse>;
|
|
844
927
|
/**
|
|
@@ -848,18 +931,17 @@ export declare class SqlTuningClient {
|
|
|
848
931
|
* @param ListSqlTuningAdvisorTasksRequest
|
|
849
932
|
* @return ListSqlTuningAdvisorTasksResponse
|
|
850
933
|
* @throws OciError when an error occurs
|
|
851
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
934
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/ListSqlTuningAdvisorTasks.ts.html |here} to see how to use ListSqlTuningAdvisorTasks API.
|
|
852
935
|
*/
|
|
853
936
|
listSqlTuningAdvisorTasks(listSqlTuningAdvisorTasksRequest: requests.ListSqlTuningAdvisorTasksRequest): Promise<responses.ListSqlTuningAdvisorTasksResponse>;
|
|
854
937
|
/**
|
|
855
|
-
*
|
|
856
|
-
* top SQLs.
|
|
938
|
+
* Starts a SQL tuning task for a given set of SQL statements from the active session history top SQL statements.
|
|
857
939
|
*
|
|
858
940
|
* This operation does not retry by default if the user has not defined a retry configuration.
|
|
859
941
|
* @param StartSqlTuningTaskRequest
|
|
860
942
|
* @return StartSqlTuningTaskResponse
|
|
861
943
|
* @throws OciError when an error occurs
|
|
862
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
944
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.13.0/databasemanagement/StartSqlTuningTask.ts.html |here} to see how to use StartSqlTuningTask API.
|
|
863
945
|
*/
|
|
864
946
|
startSqlTuningTask(startSqlTuningTaskRequest: requests.StartSqlTuningTaskRequest): Promise<responses.StartSqlTuningTaskResponse>;
|
|
865
947
|
}
|