oci-databasetools 2.25.0 → 2.28.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 +20 -19
- package/lib/client.js +77 -38
- package/lib/client.js.map +1 -1
- package/lib/model/create-database-tools-connection-details.js +2 -2
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/database-tools-connection-summary.js +2 -2
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.js +2 -2
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-key-store-content-details.js +2 -2
- package/lib/model/database-tools-key-store-content-details.js.map +1 -1
- package/lib/model/database-tools-key-store-content-summary.js +2 -2
- package/lib/model/database-tools-key-store-content-summary.js.map +1 -1
- package/lib/model/database-tools-key-store-content.js +2 -2
- package/lib/model/database-tools-key-store-content.js.map +1 -1
- package/lib/model/database-tools-key-store-password-details.js +2 -2
- package/lib/model/database-tools-key-store-password-details.js.map +1 -1
- package/lib/model/database-tools-key-store-password-summary.js +2 -2
- package/lib/model/database-tools-key-store-password-summary.js.map +1 -1
- package/lib/model/database-tools-key-store-password.js +2 -2
- package/lib/model/database-tools-key-store-password.js.map +1 -1
- package/lib/model/database-tools-user-password-details.js +2 -2
- package/lib/model/database-tools-user-password-details.js.map +1 -1
- package/lib/model/database-tools-user-password-summary.js +2 -2
- package/lib/model/database-tools-user-password-summary.js.map +1 -1
- package/lib/model/database-tools-user-password.js +2 -2
- package/lib/model/database-tools-user-password.js.map +1 -1
- package/lib/model/update-database-tools-connection-details.js +2 -2
- package/lib/model/update-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-details.js +2 -2
- package/lib/model/validate-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-result.js +2 -2
- package/lib/model/validate-database-tools-connection-result.js.map +1 -1
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +1 -1
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +1 -1
- package/lib/request/create-database-tools-connection-request.d.ts +1 -1
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-database-tools-connection-request.d.ts +1 -1
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-database-tools-connection-request.d.ts +1 -1
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +1 -1
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +1 -1
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +1 -1
- package/lib/request/list-database-tools-private-endpoints-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/update-database-tools-connection-request.d.ts +1 -1
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/validate-database-tools-connection-request.d.ts +1 -1
- package/package.json +3 -3
package/lib/client.d.ts
CHANGED
|
@@ -28,6 +28,7 @@ export declare class DatabaseToolsClient {
|
|
|
28
28
|
protected "_clientConfiguration": common.ClientConfiguration;
|
|
29
29
|
protected _circuitBreaker: null;
|
|
30
30
|
protected _httpOptions: any;
|
|
31
|
+
targetService: string;
|
|
31
32
|
protected _httpClient: common.HttpClient;
|
|
32
33
|
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
33
34
|
/**
|
|
@@ -77,7 +78,7 @@ export declare class DatabaseToolsClient {
|
|
|
77
78
|
* @param ChangeDatabaseToolsConnectionCompartmentRequest
|
|
78
79
|
* @return ChangeDatabaseToolsConnectionCompartmentResponse
|
|
79
80
|
* @throws OciError when an error occurs
|
|
80
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
81
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartment API.
|
|
81
82
|
*/
|
|
82
83
|
changeDatabaseToolsConnectionCompartment(changeDatabaseToolsConnectionCompartmentRequest: requests.ChangeDatabaseToolsConnectionCompartmentRequest): Promise<responses.ChangeDatabaseToolsConnectionCompartmentResponse>;
|
|
83
84
|
/**
|
|
@@ -89,7 +90,7 @@ export declare class DatabaseToolsClient {
|
|
|
89
90
|
* @param ChangeDatabaseToolsPrivateEndpointCompartmentRequest
|
|
90
91
|
* @return ChangeDatabaseToolsPrivateEndpointCompartmentResponse
|
|
91
92
|
* @throws OciError when an error occurs
|
|
92
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
93
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartment API.
|
|
93
94
|
*/
|
|
94
95
|
changeDatabaseToolsPrivateEndpointCompartment(changeDatabaseToolsPrivateEndpointCompartmentRequest: requests.ChangeDatabaseToolsPrivateEndpointCompartmentRequest): Promise<responses.ChangeDatabaseToolsPrivateEndpointCompartmentResponse>;
|
|
95
96
|
/**
|
|
@@ -99,7 +100,7 @@ export declare class DatabaseToolsClient {
|
|
|
99
100
|
* @param CreateDatabaseToolsConnectionRequest
|
|
100
101
|
* @return CreateDatabaseToolsConnectionResponse
|
|
101
102
|
* @throws OciError when an error occurs
|
|
102
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
103
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/CreateDatabaseToolsConnection.ts.html |here} to see how to use CreateDatabaseToolsConnection API.
|
|
103
104
|
*/
|
|
104
105
|
createDatabaseToolsConnection(createDatabaseToolsConnectionRequest: requests.CreateDatabaseToolsConnectionRequest): Promise<responses.CreateDatabaseToolsConnectionResponse>;
|
|
105
106
|
/**
|
|
@@ -109,7 +110,7 @@ export declare class DatabaseToolsClient {
|
|
|
109
110
|
* @param CreateDatabaseToolsPrivateEndpointRequest
|
|
110
111
|
* @return CreateDatabaseToolsPrivateEndpointResponse
|
|
111
112
|
* @throws OciError when an error occurs
|
|
112
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
113
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpoint API.
|
|
113
114
|
*/
|
|
114
115
|
createDatabaseToolsPrivateEndpoint(createDatabaseToolsPrivateEndpointRequest: requests.CreateDatabaseToolsPrivateEndpointRequest): Promise<responses.CreateDatabaseToolsPrivateEndpointResponse>;
|
|
115
116
|
/**
|
|
@@ -118,7 +119,7 @@ export declare class DatabaseToolsClient {
|
|
|
118
119
|
* @param DeleteDatabaseToolsConnectionRequest
|
|
119
120
|
* @return DeleteDatabaseToolsConnectionResponse
|
|
120
121
|
* @throws OciError when an error occurs
|
|
121
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
122
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/DeleteDatabaseToolsConnection.ts.html |here} to see how to use DeleteDatabaseToolsConnection API.
|
|
122
123
|
*/
|
|
123
124
|
deleteDatabaseToolsConnection(deleteDatabaseToolsConnectionRequest: requests.DeleteDatabaseToolsConnectionRequest): Promise<responses.DeleteDatabaseToolsConnectionResponse>;
|
|
124
125
|
/**
|
|
@@ -127,7 +128,7 @@ export declare class DatabaseToolsClient {
|
|
|
127
128
|
* @param DeleteDatabaseToolsPrivateEndpointRequest
|
|
128
129
|
* @return DeleteDatabaseToolsPrivateEndpointResponse
|
|
129
130
|
* @throws OciError when an error occurs
|
|
130
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
131
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/DeleteDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use DeleteDatabaseToolsPrivateEndpoint API.
|
|
131
132
|
*/
|
|
132
133
|
deleteDatabaseToolsPrivateEndpoint(deleteDatabaseToolsPrivateEndpointRequest: requests.DeleteDatabaseToolsPrivateEndpointRequest): Promise<responses.DeleteDatabaseToolsPrivateEndpointResponse>;
|
|
133
134
|
/**
|
|
@@ -136,7 +137,7 @@ export declare class DatabaseToolsClient {
|
|
|
136
137
|
* @param GetDatabaseToolsConnectionRequest
|
|
137
138
|
* @return GetDatabaseToolsConnectionResponse
|
|
138
139
|
* @throws OciError when an error occurs
|
|
139
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
140
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/GetDatabaseToolsConnection.ts.html |here} to see how to use GetDatabaseToolsConnection API.
|
|
140
141
|
*/
|
|
141
142
|
getDatabaseToolsConnection(getDatabaseToolsConnectionRequest: requests.GetDatabaseToolsConnectionRequest): Promise<responses.GetDatabaseToolsConnectionResponse>;
|
|
142
143
|
/**
|
|
@@ -145,7 +146,7 @@ export declare class DatabaseToolsClient {
|
|
|
145
146
|
* @param GetDatabaseToolsEndpointServiceRequest
|
|
146
147
|
* @return GetDatabaseToolsEndpointServiceResponse
|
|
147
148
|
* @throws OciError when an error occurs
|
|
148
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
149
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/GetDatabaseToolsEndpointService.ts.html |here} to see how to use GetDatabaseToolsEndpointService API.
|
|
149
150
|
*/
|
|
150
151
|
getDatabaseToolsEndpointService(getDatabaseToolsEndpointServiceRequest: requests.GetDatabaseToolsEndpointServiceRequest): Promise<responses.GetDatabaseToolsEndpointServiceResponse>;
|
|
151
152
|
/**
|
|
@@ -154,7 +155,7 @@ export declare class DatabaseToolsClient {
|
|
|
154
155
|
* @param GetDatabaseToolsPrivateEndpointRequest
|
|
155
156
|
* @return GetDatabaseToolsPrivateEndpointResponse
|
|
156
157
|
* @throws OciError when an error occurs
|
|
157
|
-
* @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.28.0/databasetools/GetDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use GetDatabaseToolsPrivateEndpoint API.
|
|
158
159
|
*/
|
|
159
160
|
getDatabaseToolsPrivateEndpoint(getDatabaseToolsPrivateEndpointRequest: requests.GetDatabaseToolsPrivateEndpointRequest): Promise<responses.GetDatabaseToolsPrivateEndpointResponse>;
|
|
160
161
|
/**
|
|
@@ -163,7 +164,7 @@ export declare class DatabaseToolsClient {
|
|
|
163
164
|
* @param GetWorkRequestRequest
|
|
164
165
|
* @return GetWorkRequestResponse
|
|
165
166
|
* @throws OciError when an error occurs
|
|
166
|
-
* @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.28.0/databasetools/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
167
168
|
*/
|
|
168
169
|
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
169
170
|
/**
|
|
@@ -173,7 +174,7 @@ export declare class DatabaseToolsClient {
|
|
|
173
174
|
* @param ListDatabaseToolsConnectionsRequest
|
|
174
175
|
* @return ListDatabaseToolsConnectionsResponse
|
|
175
176
|
* @throws OciError when an error occurs
|
|
176
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ListDatabaseToolsConnections.ts.html |here} to see how to use ListDatabaseToolsConnections API.
|
|
177
178
|
*/
|
|
178
179
|
listDatabaseToolsConnections(listDatabaseToolsConnectionsRequest: requests.ListDatabaseToolsConnectionsRequest): Promise<responses.ListDatabaseToolsConnectionsResponse>;
|
|
179
180
|
/**
|
|
@@ -183,7 +184,7 @@ export declare class DatabaseToolsClient {
|
|
|
183
184
|
* @param ListDatabaseToolsEndpointServicesRequest
|
|
184
185
|
* @return ListDatabaseToolsEndpointServicesResponse
|
|
185
186
|
* @throws OciError when an error occurs
|
|
186
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
187
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ListDatabaseToolsEndpointServices.ts.html |here} to see how to use ListDatabaseToolsEndpointServices API.
|
|
187
188
|
*/
|
|
188
189
|
listDatabaseToolsEndpointServices(listDatabaseToolsEndpointServicesRequest: requests.ListDatabaseToolsEndpointServicesRequest): Promise<responses.ListDatabaseToolsEndpointServicesResponse>;
|
|
189
190
|
/**
|
|
@@ -193,7 +194,7 @@ export declare class DatabaseToolsClient {
|
|
|
193
194
|
* @param ListDatabaseToolsPrivateEndpointsRequest
|
|
194
195
|
* @return ListDatabaseToolsPrivateEndpointsResponse
|
|
195
196
|
* @throws OciError when an error occurs
|
|
196
|
-
* @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.28.0/databasetools/ListDatabaseToolsPrivateEndpoints.ts.html |here} to see how to use ListDatabaseToolsPrivateEndpoints API.
|
|
197
198
|
*/
|
|
198
199
|
listDatabaseToolsPrivateEndpoints(listDatabaseToolsPrivateEndpointsRequest: requests.ListDatabaseToolsPrivateEndpointsRequest): Promise<responses.ListDatabaseToolsPrivateEndpointsResponse>;
|
|
199
200
|
/**
|
|
@@ -203,7 +204,7 @@ export declare class DatabaseToolsClient {
|
|
|
203
204
|
* @param ListWorkRequestErrorsRequest
|
|
204
205
|
* @return ListWorkRequestErrorsResponse
|
|
205
206
|
* @throws OciError when an error occurs
|
|
206
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
207
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
207
208
|
*/
|
|
208
209
|
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
209
210
|
/**
|
|
@@ -213,7 +214,7 @@ export declare class DatabaseToolsClient {
|
|
|
213
214
|
* @param ListWorkRequestLogsRequest
|
|
214
215
|
* @return ListWorkRequestLogsResponse
|
|
215
216
|
* @throws OciError when an error occurs
|
|
216
|
-
* @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.28.0/databasetools/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
217
218
|
*/
|
|
218
219
|
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
219
220
|
/**
|
|
@@ -223,7 +224,7 @@ export declare class DatabaseToolsClient {
|
|
|
223
224
|
* @param ListWorkRequestsRequest
|
|
224
225
|
* @return ListWorkRequestsResponse
|
|
225
226
|
* @throws OciError when an error occurs
|
|
226
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
227
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
227
228
|
*/
|
|
228
229
|
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
229
230
|
/**
|
|
@@ -232,7 +233,7 @@ export declare class DatabaseToolsClient {
|
|
|
232
233
|
* @param UpdateDatabaseToolsConnectionRequest
|
|
233
234
|
* @return UpdateDatabaseToolsConnectionResponse
|
|
234
235
|
* @throws OciError when an error occurs
|
|
235
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
236
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/UpdateDatabaseToolsConnection.ts.html |here} to see how to use UpdateDatabaseToolsConnection API.
|
|
236
237
|
*/
|
|
237
238
|
updateDatabaseToolsConnection(updateDatabaseToolsConnectionRequest: requests.UpdateDatabaseToolsConnectionRequest): Promise<responses.UpdateDatabaseToolsConnectionResponse>;
|
|
238
239
|
/**
|
|
@@ -241,7 +242,7 @@ export declare class DatabaseToolsClient {
|
|
|
241
242
|
* @param UpdateDatabaseToolsPrivateEndpointRequest
|
|
242
243
|
* @return UpdateDatabaseToolsPrivateEndpointResponse
|
|
243
244
|
* @throws OciError when an error occurs
|
|
244
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
245
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/UpdateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use UpdateDatabaseToolsPrivateEndpoint API.
|
|
245
246
|
*/
|
|
246
247
|
updateDatabaseToolsPrivateEndpoint(updateDatabaseToolsPrivateEndpointRequest: requests.UpdateDatabaseToolsPrivateEndpointRequest): Promise<responses.UpdateDatabaseToolsPrivateEndpointResponse>;
|
|
247
248
|
/**
|
|
@@ -251,7 +252,7 @@ export declare class DatabaseToolsClient {
|
|
|
251
252
|
* @param ValidateDatabaseToolsConnectionRequest
|
|
252
253
|
* @return ValidateDatabaseToolsConnectionResponse
|
|
253
254
|
* @throws OciError when an error occurs
|
|
254
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
255
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.28.0/databasetools/ValidateDatabaseToolsConnection.ts.html |here} to see how to use ValidateDatabaseToolsConnection API.
|
|
255
256
|
*/
|
|
256
257
|
validateDatabaseToolsConnection(validateDatabaseToolsConnectionRequest: requests.ValidateDatabaseToolsConnectionRequest): Promise<responses.ValidateDatabaseToolsConnectionResponse>;
|
|
257
258
|
}
|