oci-databasetools 2.28.0 → 2.31.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/index.d.ts +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +48 -48
- package/lib/client.js +58 -58
- package/lib/client.js.map +1 -1
- package/lib/databasetools-waiter.d.ts +1 -1
- package/lib/databasetools-waiter.js +1 -1
- package/lib/model/action-type.d.ts +2 -2
- package/lib/model/action-type.js +2 -2
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +3 -3
- package/lib/model/change-database-tools-connection-compartment-details.js +1 -1
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +3 -3
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +1 -1
- package/lib/model/connection-type.d.ts +3 -2
- package/lib/model/connection-type.js +3 -2
- package/lib/model/connection-type.js.map +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +3 -3
- package/lib/model/create-database-tools-connection-details.js +5 -1
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-my-sql-details.js +78 -0
- package/lib/model/create-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +6 -6
- package/lib/model/create-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -5
- package/lib/model/create-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/create-database-tools-related-resource-details.js +1 -1
- package/lib/model/create-database-tools-related-resource-my-sql-details.d.ts +30 -0
- package/lib/model/create-database-tools-related-resource-my-sql-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +3 -3
- package/lib/model/database-tools-connection-collection.js +1 -1
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-my-sql-summary.js +78 -0
- package/lib/model/database-tools-connection-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-connection-my-sql.d.ts +50 -0
- package/lib/model/database-tools-connection-my-sql.js +78 -0
- package/lib/model/database-tools-connection-my-sql.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +5 -5
- package/lib/model/database-tools-connection-oracle-database-summary.js +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +7 -7
- package/lib/model/database-tools-connection-oracle-database.js +1 -1
- package/lib/model/database-tools-connection-summary.d.ts +7 -7
- package/lib/model/database-tools-connection-summary.js +5 -1
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +8 -8
- package/lib/model/database-tools-connection.js +5 -1
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-endpoint-service-collection.d.ts +3 -3
- package/lib/model/database-tools-endpoint-service-collection.js +1 -1
- package/lib/model/database-tools-endpoint-service-summary.d.ts +8 -8
- package/lib/model/database-tools-endpoint-service-summary.js +1 -1
- package/lib/model/database-tools-endpoint-service.d.ts +8 -8
- package/lib/model/database-tools-endpoint-service.js +1 -1
- package/lib/model/database-tools-key-store-content-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-details.js +1 -1
- package/lib/model/database-tools-key-store-content-my-sql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-my-sql-details.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql-summary.js.map +1 -0
- package/lib/model/{service-capability.d.ts → database-tools-key-store-content-my-sql.d.ts} +8 -8
- package/lib/model/database-tools-key-store-content-my-sql.js +65 -0
- package/lib/model/database-tools-key-store-content-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-content-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-content-summary.js +1 -1
- package/lib/model/database-tools-key-store-content.d.ts +1 -1
- package/lib/model/database-tools-key-store-content.js +1 -1
- package/lib/model/database-tools-key-store-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-details.js +1 -1
- package/lib/model/database-tools-key-store-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-my-sql-details.js +63 -0
- package/lib/model/database-tools-key-store-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-my-sql-summary.js +63 -0
- package/lib/model/database-tools-key-store-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-my-sql.d.ts +28 -0
- package/lib/model/{database-tools-allowed-network-sources.js → database-tools-key-store-my-sql.js} +18 -16
- package/lib/model/database-tools-key-store-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-details.js +1 -1
- package/lib/model/database-tools-key-store-password-my-sql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql-details.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-my-sql.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-my-sql.js +65 -0
- package/lib/model/database-tools-key-store-password-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-my-sql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-secret-id.js +1 -1
- package/lib/model/database-tools-key-store-password-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-password-summary.js +1 -1
- package/lib/model/database-tools-key-store-password.d.ts +1 -1
- package/lib/model/database-tools-key-store-password.js +1 -1
- package/lib/model/database-tools-key-store-summary.d.ts +1 -1
- package/lib/model/database-tools-key-store-summary.js +1 -1
- package/lib/model/database-tools-key-store.d.ts +1 -1
- package/lib/model/database-tools-key-store.js +1 -1
- package/lib/model/database-tools-private-endpoint-collection.d.ts +3 -3
- package/lib/model/database-tools-private-endpoint-collection.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +2 -2
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +1 -1
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +1 -1
- package/lib/model/database-tools-private-endpoint-summary.d.ts +9 -9
- package/lib/model/database-tools-private-endpoint-summary.js +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +9 -9
- package/lib/model/database-tools-private-endpoint.js +1 -1
- package/lib/model/database-tools-related-resource-my-sql.d.ts +30 -0
- package/lib/model/{database-tools-virtual-source.js → database-tools-related-resource-my-sql.js} +8 -8
- package/lib/model/database-tools-related-resource-my-sql.js.map +1 -0
- package/lib/model/database-tools-related-resource.d.ts +1 -1
- package/lib/model/database-tools-related-resource.js +1 -1
- package/lib/model/database-tools-user-password-details.d.ts +1 -1
- package/lib/model/database-tools-user-password-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-details.d.ts +2 -2
- package/lib/model/database-tools-user-password-secret-id-details.js +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id-summary.js +1 -1
- package/lib/model/database-tools-user-password-secret-id.d.ts +1 -1
- package/lib/model/database-tools-user-password-secret-id.js +1 -1
- package/lib/model/database-tools-user-password-summary.d.ts +1 -1
- package/lib/model/database-tools-user-password-summary.js +1 -1
- package/lib/model/database-tools-user-password.d.ts +1 -1
- package/lib/model/database-tools-user-password.js +1 -1
- package/lib/model/index.d.ts +53 -7
- package/lib/model/index.js +55 -9
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-my-sql.d.ts +29 -0
- package/lib/model/key-store-type-my-sql.js +40 -0
- package/lib/model/key-store-type-my-sql.js.map +1 -0
- package/lib/model/key-store-type.d.ts +2 -2
- package/lib/model/key-store-type.js +2 -2
- package/lib/model/lifecycle-state.d.ts +2 -2
- package/lib/model/lifecycle-state.js +2 -2
- package/lib/model/operation-status.d.ts +2 -2
- package/lib/model/operation-status.js +2 -2
- package/lib/model/operation-type.d.ts +1 -1
- package/lib/model/operation-type.js +1 -1
- package/lib/model/related-resource-entity-type-my-sql.d.ts +27 -0
- package/lib/model/related-resource-entity-type-my-sql.js +38 -0
- package/lib/model/related-resource-entity-type-my-sql.js.map +1 -0
- package/lib/model/related-resource-entity-type.d.ts +2 -2
- package/lib/model/related-resource-entity-type.js +2 -2
- package/lib/model/sort-order.d.ts +2 -2
- package/lib/model/sort-order.js +2 -2
- package/lib/model/update-database-tools-connection-details.d.ts +1 -1
- package/lib/model/update-database-tools-connection-details.js +5 -1
- package/lib/model/update-database-tools-connection-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-my-sql-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-my-sql-details.js +78 -0
- package/lib/model/update-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +5 -5
- package/lib/model/update-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +2 -2
- package/lib/model/update-database-tools-private-endpoint-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-details.d.ts +1 -1
- package/lib/model/update-database-tools-related-resource-details.js +1 -1
- package/lib/model/update-database-tools-related-resource-my-sql-details.d.ts +30 -0
- package/lib/model/update-database-tools-related-resource-my-sql-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-my-sql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-details.js +5 -1
- package/lib/model/validate-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-my-sql-details.js +54 -0
- package/lib/model/validate-database-tools-connection-my-sql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.js +54 -0
- package/lib/model/validate-database-tools-connection-my-sql-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-oracle-database-details.js +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +1 -1
- package/lib/model/validate-database-tools-connection-result.d.ts +2 -2
- package/lib/model/validate-database-tools-connection-result.js +5 -1
- package/lib/model/validate-database-tools-connection-result.js.map +1 -1
- package/lib/model/work-request-collection.d.ts +3 -3
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +2 -2
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +3 -3
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +2 -2
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +2 -2
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +2 -2
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +2 -2
- package/lib/request/create-database-tools-connection-request.d.ts +3 -3
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +1 -1
- package/lib/request/delete-database-tools-connection-request.d.ts +2 -2
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-database-tools-connection-request.d.ts +2 -2
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +2 -2
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/get-work-request-request.d.ts +1 -1
- package/lib/request/index.d.ts +1 -1
- package/lib/request/index.js +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +4 -4
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +4 -4
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +5 -5
- 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 +3 -3
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +2 -2
- package/lib/request/validate-database-tools-connection-request.d.ts +3 -3
- package/lib/response/index.d.ts +1 -1
- package/lib/response/index.js +1 -1
- package/package.json +3 -3
- package/lib/model/database-tools-allowed-network-sources.d.ts +0 -34
- package/lib/model/database-tools-allowed-network-sources.js.map +0 -1
- package/lib/model/database-tools-virtual-source.d.ts +0 -29
- package/lib/model/database-tools-virtual-source.js.map +0 -1
- package/lib/model/service-capability.js +0 -33
- package/lib/model/service-capability.js.map +0 -1
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -16,7 +16,7 @@ import * as model from "../model";
|
|
|
16
16
|
*/
|
|
17
17
|
export interface WorkRequestErrorCollection {
|
|
18
18
|
/**
|
|
19
|
-
* Array of
|
|
19
|
+
* Array of Work Request Error items.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.WorkRequestError>;
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
/**
|
|
15
|
-
* List of
|
|
15
|
+
* List of work request log items.
|
|
16
16
|
*/
|
|
17
17
|
export interface WorkRequestLogEntryCollection {
|
|
18
18
|
/**
|
|
19
|
-
* Array of
|
|
19
|
+
* Array of work request log items.
|
|
20
20
|
*/
|
|
21
21
|
"items": Array<model.WorkRequestLogEntry>;
|
|
22
22
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -19,7 +19,7 @@ export interface WorkRequestLogEntry {
|
|
|
19
19
|
*/
|
|
20
20
|
"message": string;
|
|
21
21
|
/**
|
|
22
|
-
* The time the log message was written. An RFC3339 formatted datetime string
|
|
22
|
+
* The time the log message was written. An RFC3339 formatted datetime string.
|
|
23
23
|
*/
|
|
24
24
|
"timestamp": Date;
|
|
25
25
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Database Tools
|
|
3
|
-
* Database Tools
|
|
3
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
4
4
|
* OpenAPI spec version: 20201005
|
|
5
5
|
*
|
|
6
6
|
*
|
|
@@ -32,7 +32,7 @@ export interface WorkRequestResource {
|
|
|
32
32
|
*/
|
|
33
33
|
"identifier": string;
|
|
34
34
|
/**
|
|
35
|
-
* The URI path that the user can
|
|
35
|
+
* The URI path that the user can use for a GET operation to access the resource metadata.
|
|
36
36
|
*/
|
|
37
37
|
"entityUri"?: string;
|
|
38
38
|
}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseToolsConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
21
21
|
*/
|
|
22
22
|
"databaseToolsConnectionId": string;
|
|
23
23
|
/**
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseToolsPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools private endpoint.
|
|
21
21
|
*/
|
|
22
22
|
"databaseToolsPrivateEndpointId": string;
|
|
23
23
|
/**
|
|
@@ -13,13 +13,13 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/CreateDatabaseToolsConnection.ts.html |here} to see how to use CreateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* Details for the new DatabaseToolsConnection
|
|
20
|
+
* Details for the new `DatabaseToolsConnection`.
|
|
21
21
|
*/
|
|
22
|
-
"createDatabaseToolsConnectionDetails": model.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
22
|
+
"createDatabaseToolsConnectionDetails": model.CreateDatabaseToolsConnectionMySqlDetails | model.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
23
23
|
/**
|
|
24
24
|
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
25
|
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/DeleteDatabaseToolsConnection.ts.html |here} to see how to use DeleteDatabaseToolsConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
20
20
|
*/
|
|
21
21
|
"databaseToolsConnectionId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/DeleteDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use DeleteDatabaseToolsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools private endpoint.
|
|
20
20
|
*/
|
|
21
21
|
"databaseToolsPrivateEndpointId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/GetDatabaseToolsConnection.ts.html |here} to see how to use GetDatabaseToolsConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
20
20
|
*/
|
|
21
21
|
"databaseToolsConnectionId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/GetDatabaseToolsEndpointService.ts.html |here} to see how to use GetDatabaseToolsEndpointServiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsEndpointServiceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools Endpoint Service.
|
|
20
20
|
*/
|
|
21
21
|
"databaseToolsEndpointServiceId": string;
|
|
22
22
|
/**
|
|
@@ -12,11 +12,11 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/GetDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use GetDatabaseToolsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
19
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
19
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools private endpoint.
|
|
20
20
|
*/
|
|
21
21
|
"databaseToolsPrivateEndpointId": string;
|
|
22
22
|
/**
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
*/
|
|
13
13
|
import common = require("oci-common");
|
|
14
14
|
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/GetWorkRequest.ts.html |here} to see how to use GetWorkRequestRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetWorkRequestRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
package/lib/request/index.d.ts
CHANGED
package/lib/request/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ListDatabaseToolsConnections.ts.html |here} to see how to use ListDatabaseToolsConnectionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsConnectionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,15 +21,15 @@ export interface ListDatabaseToolsConnectionsRequest extends common.BaseRequest
|
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
24
|
-
* A filter to return only resources their lifecycleState matches the
|
|
24
|
+
* A filter to return only resources their `lifecycleState` matches the specified `lifecycleState`.
|
|
25
25
|
*/
|
|
26
26
|
"lifecycleState"?: model.LifecycleState;
|
|
27
27
|
/**
|
|
28
|
-
* A filter to return only resources that match the entire display name
|
|
28
|
+
* A filter to return only resources that match the entire specified display name.
|
|
29
29
|
*/
|
|
30
30
|
"displayName"?: string;
|
|
31
31
|
/**
|
|
32
|
-
* A filter to return only resources their
|
|
32
|
+
* A filter to return only resources their type matches the specified type.
|
|
33
33
|
*/
|
|
34
34
|
"type"?: Array<model.ConnectionType>;
|
|
35
35
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ListDatabaseToolsEndpointServices.ts.html |here} to see how to use ListDatabaseToolsEndpointServicesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsEndpointServicesRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -42,15 +42,15 @@ export interface ListDatabaseToolsEndpointServicesRequest extends common.BaseReq
|
|
|
42
42
|
*/
|
|
43
43
|
"opcRequestId"?: string;
|
|
44
44
|
/**
|
|
45
|
-
* A filter to return only resources their lifecycleState matches the
|
|
45
|
+
* A filter to return only resources their `lifecycleState` matches the specified `lifecycleState`.
|
|
46
46
|
*/
|
|
47
47
|
"lifecycleState"?: model.LifecycleState;
|
|
48
48
|
/**
|
|
49
|
-
* A filter to return only resources that match the entire display name
|
|
49
|
+
* A filter to return only resources that match the entire specified display name.
|
|
50
50
|
*/
|
|
51
51
|
"displayName"?: string;
|
|
52
52
|
/**
|
|
53
|
-
* A filter to return only resources that match the entire name
|
|
53
|
+
* A filter to return only resources that match the entire specified name.
|
|
54
54
|
*/
|
|
55
55
|
"name"?: string;
|
|
56
56
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ListDatabaseToolsPrivateEndpoints.ts.html |here} to see how to use ListDatabaseToolsPrivateEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsPrivateEndpointsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,7 +21,7 @@ export interface ListDatabaseToolsPrivateEndpointsRequest extends common.BaseReq
|
|
|
21
21
|
*/
|
|
22
22
|
"compartmentId": string;
|
|
23
23
|
/**
|
|
24
|
-
* A filter to return only resources their subnetId matches the
|
|
24
|
+
* A filter to return only resources their `subnetId` matches the specified `subnetId`.
|
|
25
25
|
*/
|
|
26
26
|
"subnetId"?: string;
|
|
27
27
|
/**
|
|
@@ -46,15 +46,15 @@ export interface ListDatabaseToolsPrivateEndpointsRequest extends common.BaseReq
|
|
|
46
46
|
*/
|
|
47
47
|
"opcRequestId"?: string;
|
|
48
48
|
/**
|
|
49
|
-
* A filter to return only resources their
|
|
49
|
+
* A filter to return only resources their `endpointServiceId` matches the specified `endpointServiceId`.
|
|
50
50
|
*/
|
|
51
51
|
"endpointServiceId"?: string;
|
|
52
52
|
/**
|
|
53
|
-
* A filter to return only resources their lifecycleState matches the
|
|
53
|
+
* A filter to return only resources their `lifecycleState` matches the specified `lifecycleState`.
|
|
54
54
|
*/
|
|
55
55
|
"lifecycleState"?: model.LifecycleState;
|
|
56
56
|
/**
|
|
57
|
-
* A filter to return only resources that match the entire display name
|
|
57
|
+
* A filter to return only resources that match the entire specified display name.
|
|
58
58
|
*/
|
|
59
59
|
"displayName"?: string;
|
|
60
60
|
}
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrorsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestErrorsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestLogsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/UpdateDatabaseToolsConnection.ts.html |here} to see how to use UpdateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
21
21
|
*/
|
|
22
22
|
"databaseToolsConnectionId": string;
|
|
23
23
|
/**
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
|
-
"updateDatabaseToolsConnectionDetails": model.UpdateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
26
|
+
"updateDatabaseToolsConnectionDetails": model.UpdateDatabaseToolsConnectionMySqlDetails | model.UpdateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
29
|
* for a resource, set the `if-match` parameter to the value of the
|
|
@@ -13,11 +13,11 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/UpdateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use UpdateDatabaseToolsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools private endpoint.
|
|
21
21
|
*/
|
|
22
22
|
"databaseToolsPrivateEndpointId": string;
|
|
23
23
|
/**
|
|
@@ -13,17 +13,17 @@
|
|
|
13
13
|
import * as model from "../model";
|
|
14
14
|
import common = require("oci-common");
|
|
15
15
|
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.31.0/databasetools/ValidateDatabaseToolsConnection.ts.html |here} to see how to use ValidateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ValidateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
20
|
-
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
21
21
|
*/
|
|
22
22
|
"databaseToolsConnectionId": string;
|
|
23
23
|
/**
|
|
24
24
|
* Request to validate a DatabaseToolsConnection.
|
|
25
25
|
*/
|
|
26
|
-
"validateDatabaseToolsConnectionDetails": model.ValidateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
26
|
+
"validateDatabaseToolsConnectionDetails": model.ValidateDatabaseToolsConnectionOracleDatabaseDetails | model.ValidateDatabaseToolsConnectionMySqlDetails;
|
|
27
27
|
/**
|
|
28
28
|
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
29
|
* for a resource, set the `if-match` parameter to the value of the
|
package/lib/response/index.d.ts
CHANGED
package/lib/response/index.js
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
/**
|
|
3
3
|
* Database Tools
|
|
4
|
-
* Database Tools
|
|
4
|
+
* Use the Database Tools API to manage connections, private endpoints, and work requests in the Database Tools service.
|
|
5
5
|
* OpenAPI spec version: 20201005
|
|
6
6
|
*
|
|
7
7
|
*
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-databasetools",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.31.0",
|
|
4
4
|
"description": "OCI NodeJS client for Database Tools Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.31.0",
|
|
19
|
+
"oci-workrequests": "2.31.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Database Tools
|
|
3
|
-
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
4
|
-
* OpenAPI spec version: 20201005
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2022, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
|
-
/**
|
|
15
|
-
* Allow to restrict access to only requests that come from the specified public or virtual source IP addresses.
|
|
16
|
-
*
|
|
17
|
-
*/
|
|
18
|
-
export interface DatabaseToolsAllowedNetworkSources {
|
|
19
|
-
/**
|
|
20
|
-
* A list of allowed public IPs and CIDR blocks.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
"publicSourceList"?: Array<string>;
|
|
24
|
-
/**
|
|
25
|
-
* A list of allowed VCN [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) and IP ranges pairs.
|
|
26
|
-
* Example:`\"vcnId\": \"ocid1.vcn.oc1.iad.aaaaaaaaexampleuniqueID\", \"ipRanges\": [ \"129.213.39.0/24\" ]`
|
|
27
|
-
*
|
|
28
|
-
*/
|
|
29
|
-
"virtualSourceList"?: Array<model.DatabaseToolsVirtualSource>;
|
|
30
|
-
}
|
|
31
|
-
export declare namespace DatabaseToolsAllowedNetworkSources {
|
|
32
|
-
function getJsonObj(obj: DatabaseToolsAllowedNetworkSources): object;
|
|
33
|
-
function getDeserializedJsonObj(obj: DatabaseToolsAllowedNetworkSources): object;
|
|
34
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"database-tools-allowed-network-sources.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/database-tools-allowed-network-sources.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAqBlC,IAAiB,kCAAkC,CA6BlD;AA7BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0BAA0B,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC3D,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,mBAAmB,EAAE,GAAG,CAAC,iBAAiB;gBACxC,CAAC,CAAC,GAAG,CAAC,iBAAiB,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBAC/B,OAAO,KAAK,CAAC,0BAA0B,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACvE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA6BlD"}
|