oci-databasetools 2.71.0 → 2.72.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 +57 -21
- package/lib/client.js +305 -33
- package/lib/client.js.map +1 -1
- package/lib/model/add-resource-lock-details.d.ts +41 -0
- package/lib/model/add-resource-lock-details.js +34 -0
- package/lib/model/add-resource-lock-details.js.map +1 -0
- package/lib/model/connection-type.d.ts +2 -0
- package/lib/model/connection-type.js +2 -0
- package/lib/model/connection-type.js.map +1 -1
- package/lib/model/create-database-tools-connection-details.d.ts +9 -0
- package/lib/model/create-database-tools-connection-details.js +22 -2
- package/lib/model/create-database-tools-connection-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-generic-jdbc-details.d.ts +45 -0
- package/lib/model/create-database-tools-connection-generic-jdbc-details.js +72 -0
- package/lib/model/create-database-tools-connection-generic-jdbc-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-my-sql-details.d.ts +3 -3
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +4 -3
- package/lib/model/create-database-tools-connection-oracle-database-details.js +6 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/create-database-tools-connection-postgresql-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-postgresql-details.js +78 -0
- package/lib/model/create-database-tools-connection-postgresql-details.js.map +1 -0
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +5 -0
- package/lib/model/create-database-tools-private-endpoint-details.js +34 -2
- package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -1
- package/lib/model/create-database-tools-related-resource-postgresql-details.d.ts +30 -0
- package/lib/model/create-database-tools-related-resource-postgresql-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-connection-generic-jdbc-summary.d.ts +45 -0
- package/lib/model/database-tools-connection-generic-jdbc-summary.js +72 -0
- package/lib/model/database-tools-connection-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-connection-generic-jdbc.d.ts +45 -0
- package/lib/model/database-tools-connection-generic-jdbc.js +72 -0
- package/lib/model/database-tools-connection-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-connection-my-sql-summary.d.ts +1 -1
- package/lib/model/database-tools-connection-my-sql.d.ts +1 -1
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.d.ts +22 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js +72 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.d.ts +24 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.d.ts +24 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.d.ts +24 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js +54 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-no-proxy.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.d.ts +22 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js +72 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.d.ts +33 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js +62 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-details.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.d.ts +33 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js +62 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.d.ts +33 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js +62 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client-user-name.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client.d.ts +22 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js +72 -0
- package/lib/model/database-tools-connection-oracle-database-proxy-client.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +2 -1
- package/lib/model/database-tools-connection-oracle-database-summary.js +6 -0
- package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -1
- package/lib/model/database-tools-connection-oracle-database.d.ts +2 -1
- package/lib/model/database-tools-connection-oracle-database.js +6 -0
- package/lib/model/database-tools-connection-oracle-database.js.map +1 -1
- package/lib/model/database-tools-connection-postgresql-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-postgresql-summary.js +78 -0
- package/lib/model/database-tools-connection-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-connection-postgresql.d.ts +50 -0
- package/lib/model/database-tools-connection-postgresql.js +78 -0
- package/lib/model/database-tools-connection-postgresql.js.map +1 -0
- package/lib/model/database-tools-connection-summary.d.ts +8 -0
- package/lib/model/database-tools-connection-summary.js +22 -2
- package/lib/model/database-tools-connection-summary.js.map +1 -1
- package/lib/model/database-tools-connection.d.ts +8 -0
- package/lib/model/database-tools-connection.js +22 -2
- package/lib/model/database-tools-connection.js.map +1 -1
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.js +68 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js +68 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc.js +68 -0
- package/lib/model/database-tools-key-store-content-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-content-postgresql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-postgresql-details.js +68 -0
- package/lib/model/database-tools-key-store-content-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-postgresql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-postgresql-summary.js +68 -0
- package/lib/model/database-tools-key-store-content-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-postgresql.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-postgresql.js +68 -0
- package/lib/model/database-tools-key-store-content-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-generic-jdbc-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-generic-jdbc-details.js +63 -0
- package/lib/model/database-tools-key-store-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-generic-jdbc-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-generic-jdbc-summary.js +63 -0
- package/lib/model/database-tools-key-store-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-generic-jdbc.d.ts +28 -0
- package/lib/model/database-tools-key-store-generic-jdbc.js +63 -0
- package/lib/model/database-tools-key-store-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.js +68 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js +68 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc.js +68 -0
- package/lib/model/database-tools-key-store-password-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-password-postgresql-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-postgresql-details.js +68 -0
- package/lib/model/database-tools-key-store-password-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-postgresql-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-postgresql-summary.js +68 -0
- package/lib/model/database-tools-key-store-password-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-postgresql.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-postgresql.js +68 -0
- package/lib/model/database-tools-key-store-password-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-generic-jdbc.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-postgresql.js.map +1 -0
- package/lib/model/database-tools-key-store-postgresql-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-postgresql-details.js +63 -0
- package/lib/model/database-tools-key-store-postgresql-details.js.map +1 -0
- package/lib/model/database-tools-key-store-postgresql-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-postgresql-summary.js +63 -0
- package/lib/model/database-tools-key-store-postgresql-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-postgresql.d.ts +28 -0
- package/lib/model/database-tools-key-store-postgresql.js +63 -0
- package/lib/model/database-tools-key-store-postgresql.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-summary.d.ts +4 -0
- package/lib/model/database-tools-private-endpoint-summary.js +10 -0
- package/lib/model/database-tools-private-endpoint-summary.js.map +1 -1
- package/lib/model/database-tools-private-endpoint.d.ts +4 -0
- package/lib/model/database-tools-private-endpoint.js +10 -0
- package/lib/model/database-tools-private-endpoint.js.map +1 -1
- package/lib/model/database-tools-related-resource-postgresql.d.ts +30 -0
- package/lib/model/database-tools-related-resource-postgresql.js +29 -0
- package/lib/model/database-tools-related-resource-postgresql.js.map +1 -0
- package/lib/model/index.d.ts +120 -0
- package/lib/model/index.js +124 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/key-store-type-generic-jdbc.d.ts +33 -0
- package/lib/model/key-store-type-generic-jdbc.js +44 -0
- package/lib/model/key-store-type-generic-jdbc.js.map +1 -0
- package/lib/model/key-store-type-postgresql.d.ts +29 -0
- package/lib/model/key-store-type-postgresql.js +40 -0
- package/lib/model/key-store-type-postgresql.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +1 -0
- package/lib/model/lifecycle-state.js +1 -0
- package/lib/model/lifecycle-state.js.map +1 -1
- package/lib/model/proxy-authentication-type.d.ts +28 -0
- package/lib/model/proxy-authentication-type.js +39 -0
- package/lib/model/proxy-authentication-type.js.map +1 -0
- package/lib/model/related-resource-entity-type-postgresql.d.ts +27 -0
- package/lib/model/related-resource-entity-type-postgresql.js +38 -0
- package/lib/model/related-resource-entity-type-postgresql.js.map +1 -0
- package/lib/model/remove-resource-lock-details.d.ts +41 -0
- package/lib/model/remove-resource-lock-details.js +34 -0
- package/lib/model/remove-resource-lock-details.js.map +1 -0
- package/lib/model/resource-lock.d.ts +52 -0
- package/lib/model/resource-lock.js +39 -0
- package/lib/model/resource-lock.js.map +1 -0
- package/lib/model/runtime-support.d.ts +28 -0
- package/lib/model/runtime-support.js +39 -0
- package/lib/model/runtime-support.js.map +1 -0
- package/lib/model/update-database-tools-connection-details.js +8 -0
- package/lib/model/update-database-tools-connection-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-generic-jdbc-details.d.ts +45 -0
- package/lib/model/update-database-tools-connection-generic-jdbc-details.js +72 -0
- package/lib/model/update-database-tools-connection-generic-jdbc-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js +6 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -1
- package/lib/model/update-database-tools-connection-postgresql-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-postgresql-details.js +78 -0
- package/lib/model/update-database-tools-connection-postgresql-details.js.map +1 -0
- package/lib/model/update-database-tools-related-resource-postgresql-details.d.ts +30 -0
- package/lib/model/update-database-tools-related-resource-postgresql-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-postgresql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.js +4 -0
- package/lib/model/validate-database-tools-connection-details.js.map +1 -1
- package/lib/model/validate-database-tools-connection-my-sql-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +1 -1
- package/lib/model/validate-database-tools-connection-postgresql-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-postgresql-details.js +54 -0
- package/lib/model/validate-database-tools-connection-postgresql-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-postgresql-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-postgresql-result.js +54 -0
- package/lib/model/validate-database-tools-connection-postgresql-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-result.js +4 -0
- package/lib/model/validate-database-tools-connection-result.js.map +1 -1
- package/lib/request/add-database-tools-connection-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-connection-lock-request.js +15 -0
- package/lib/request/add-database-tools-connection-lock-request.js.map +1 -0
- package/lib/request/add-database-tools-private-endpoint-lock-request.d.ts +40 -0
- package/lib/request/add-database-tools-private-endpoint-lock-request.js +15 -0
- package/lib/request/add-database-tools-private-endpoint-lock-request.js.map +1 -0
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +3 -8
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +3 -8
- package/lib/request/create-database-tools-connection-request.d.ts +11 -9
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +10 -8
- package/lib/request/delete-database-tools-connection-request.d.ts +5 -1
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +5 -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/index.d.ts +8 -0
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-database-tools-connections-request.d.ts +9 -1
- package/lib/request/list-database-tools-connections-request.js.map +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/remove-database-tools-connection-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-connection-lock-request.js +15 -0
- package/lib/request/remove-database-tools-connection-lock-request.js.map +1 -0
- package/lib/request/remove-database-tools-private-endpoint-lock-request.d.ts +40 -0
- package/lib/request/remove-database-tools-private-endpoint-lock-request.js +15 -0
- package/lib/request/remove-database-tools-private-endpoint-lock-request.js.map +1 -0
- package/lib/request/update-database-tools-connection-request.d.ts +6 -2
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +5 -1
- package/lib/request/validate-database-tools-connection-request.d.ts +2 -2
- package/lib/response/add-database-tools-connection-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-connection-lock-response.js +15 -0
- package/lib/response/add-database-tools-connection-lock-response.js.map +1 -0
- package/lib/response/add-database-tools-private-endpoint-lock-response.d.ts +30 -0
- package/lib/response/add-database-tools-private-endpoint-lock-response.js +15 -0
- package/lib/response/add-database-tools-private-endpoint-lock-response.js.map +1 -0
- package/lib/response/index.d.ts +8 -0
- package/lib/response/remove-database-tools-connection-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-connection-lock-response.js +15 -0
- package/lib/response/remove-database-tools-connection-lock-response.js.map +1 -0
- package/lib/response/remove-database-tools-private-endpoint-lock-response.d.ts +30 -0
- package/lib/response/remove-database-tools-private-endpoint-lock-response.js +15 -0
- package/lib/response/remove-database-tools-private-endpoint-lock-response.js.map +1 -0
- package/package.json +3 -3
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"validate-database-tools-connection-result.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/validate-database-tools-connection-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA0BtC,IAAiB,qCAAqC,
|
|
1
|
+
{"version":3,"file":"validate-database-tools-connection-result.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/validate-database-tools-connection-result.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAClC,qCAAsC;AA0BtC,IAAiB,qCAAqC,CAqDrD;AArDD,WAAiB,qCAAqC;IACpD,SAAgB,UAAU,CAAC,GAA0C;QACnE,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,mDAAmD,CAAC,UAAU,CACL,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,0CAA0C,CAAC,UAAU,CACL,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,+CAA+C,CAAC,UAAU,CACL,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,gDAAU,aAyBzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAA0C;QAC/E,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,IAAI,GAAG,IAAI,MAAM,IAAI,GAAG,IAAI,GAAG,CAAC,IAAI,EAAE;YACpC,QAAQ,GAAG,CAAC,IAAI,EAAE;gBAChB,KAAK,iBAAiB;oBACpB,OAAO,KAAK,CAAC,mDAAmD,CAAC,sBAAsB,CACjB,OAAQ,EAC5E,IAAI,CACL,CAAC;gBACJ,KAAK,OAAO;oBACV,OAAO,KAAK,CAAC,0CAA0C,CAAC,sBAAsB,CACjB,OAAQ,EACnE,IAAI,CACL,CAAC;gBACJ,KAAK,YAAY;oBACf,OAAO,KAAK,CAAC,+CAA+C,CAAC,sBAAsB,CACjB,OAAQ,EACxE,IAAI,CACL,CAAC;gBACJ;oBACE,IAAI,MAAM,CAAC,GAAG,CAAC,MAAM;wBAAE,MAAM,CAAC,GAAG,CAAC,MAAM,CAAC,IAAI,CAAC,sBAAsB,GAAG,CAAC,IAAI,EAAE,CAAC,CAAC;aACnF;SACF;QACD,OAAO,OAAO,CAAC;IACjB,CAAC;IAzBe,4DAAsB,yBAyBrC,CAAA;AACH,CAAC,EArDgB,qCAAqC,GAArC,6CAAqC,KAArC,6CAAqC,QAqDrD"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/databasetools/AddDatabaseToolsConnectionLock.ts.html |here} to see how to use AddDatabaseToolsConnectionLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddDatabaseToolsConnectionLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsConnectionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-database-tools-connection-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-database-tools-connection-lock-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/add-database-tools-connection-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/databasetools/AddDatabaseToolsPrivateEndpointLock.ts.html |here} to see how to use AddDatabaseToolsPrivateEndpointLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface AddDatabaseToolsPrivateEndpointLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools private endpoint.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsPrivateEndpointId": string;
|
|
23
|
+
/**
|
|
24
|
+
* AddResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"addResourceLockDetails": model.AddResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=add-database-tools-private-endpoint-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"add-database-tools-private-endpoint-lock-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/add-database-tools-private-endpoint-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.72.0/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseToolsConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -38,12 +38,7 @@ export interface ChangeDatabaseToolsConnectionCompartmentRequest extends common.
|
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
42
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
-
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
-
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
-
* might be rejected.
|
|
46
|
-
*
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
47
42
|
*/
|
|
48
|
-
"
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
49
44
|
}
|
|
@@ -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.72.0/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartmentRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ChangeDatabaseToolsPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -38,12 +38,7 @@ export interface ChangeDatabaseToolsPrivateEndpointCompartmentRequest extends co
|
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
40
|
/**
|
|
41
|
-
*
|
|
42
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
43
|
-
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
44
|
-
* has been deleted and purged from the system, then a retry of the original creation request
|
|
45
|
-
* might be rejected.
|
|
46
|
-
*
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
47
42
|
*/
|
|
48
|
-
"
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
49
44
|
}
|
|
@@ -13,21 +13,23 @@
|
|
|
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.72.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
20
|
* Details for the new `DatabaseToolsConnection`.
|
|
21
21
|
*/
|
|
22
|
-
"createDatabaseToolsConnectionDetails": model.CreateDatabaseToolsConnectionMySqlDetails | model.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
22
|
+
"createDatabaseToolsConnectionDetails": model.CreateDatabaseToolsConnectionGenericJdbcDetails | model.CreateDatabaseToolsConnectionPostgresqlDetails | model.CreateDatabaseToolsConnectionMySqlDetails | model.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
23
23
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
* <p>
|
|
30
|
+
Accepted characters: ASCII alphanumerics plus underscore (U+005F LOW LINE \"_\") and dash (U+002D HYPHEN-MINUS \"-\")
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
31
33
|
"opcRetryToken"?: string;
|
|
32
34
|
/**
|
|
33
35
|
* The client request ID for tracing.
|
|
@@ -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.72.0/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface CreateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -21,13 +21,15 @@ export interface CreateDatabaseToolsPrivateEndpointRequest extends common.BaseRe
|
|
|
21
21
|
*/
|
|
22
22
|
"createDatabaseToolsPrivateEndpointDetails": model.CreateDatabaseToolsPrivateEndpointDetails;
|
|
23
23
|
/**
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
24
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
25
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
26
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
27
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
28
|
+
* might be rejected.
|
|
29
|
+
* <p>
|
|
30
|
+
Accepted characters: ASCII alphanumerics plus underscore (U+005F LOW LINE \"_\") and dash (U+002D HYPHEN-MINUS \"-\")
|
|
31
|
+
*
|
|
32
|
+
*/
|
|
31
33
|
"opcRetryToken"?: string;
|
|
32
34
|
/**
|
|
33
35
|
* The client request ID for tracing.
|
|
@@ -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.72.0/databasetools/DeleteDatabaseToolsConnection.ts.html |here} to see how to use DeleteDatabaseToolsConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,8 @@ export interface DeleteDatabaseToolsConnectionRequest extends common.BaseRequest
|
|
|
32
32
|
* The client request ID for tracing.
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Whether to override locks (if any exist).
|
|
37
|
+
*/
|
|
38
|
+
"isLockOverride"?: boolean;
|
|
35
39
|
}
|
|
@@ -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.72.0/databasetools/DeleteDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use DeleteDatabaseToolsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface DeleteDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -32,4 +32,8 @@ export interface DeleteDatabaseToolsPrivateEndpointRequest extends common.BaseRe
|
|
|
32
32
|
* The client request ID for tracing.
|
|
33
33
|
*/
|
|
34
34
|
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* Whether to override locks (if any exist).
|
|
37
|
+
*/
|
|
38
|
+
"isLockOverride"?: boolean;
|
|
35
39
|
}
|
|
@@ -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.72.0/databasetools/GetDatabaseToolsConnection.ts.html |here} to see how to use GetDatabaseToolsConnectionRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.72.0/databasetools/GetDatabaseToolsEndpointService.ts.html |here} to see how to use GetDatabaseToolsEndpointServiceRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsEndpointServiceRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.72.0/databasetools/GetDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use GetDatabaseToolsPrivateEndpointRequest.
|
|
16
16
|
*/
|
|
17
17
|
export interface GetDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
18
18
|
/**
|
|
@@ -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.72.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
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
11
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
12
|
*/
|
|
13
|
+
import * as AddDatabaseToolsConnectionLockRequest from "./add-database-tools-connection-lock-request";
|
|
14
|
+
export import AddDatabaseToolsConnectionLockRequest = AddDatabaseToolsConnectionLockRequest.AddDatabaseToolsConnectionLockRequest;
|
|
15
|
+
import * as AddDatabaseToolsPrivateEndpointLockRequest from "./add-database-tools-private-endpoint-lock-request";
|
|
16
|
+
export import AddDatabaseToolsPrivateEndpointLockRequest = AddDatabaseToolsPrivateEndpointLockRequest.AddDatabaseToolsPrivateEndpointLockRequest;
|
|
13
17
|
import * as ChangeDatabaseToolsConnectionCompartmentRequest from "./change-database-tools-connection-compartment-request";
|
|
14
18
|
export import ChangeDatabaseToolsConnectionCompartmentRequest = ChangeDatabaseToolsConnectionCompartmentRequest.ChangeDatabaseToolsConnectionCompartmentRequest;
|
|
15
19
|
import * as ChangeDatabaseToolsPrivateEndpointCompartmentRequest from "./change-database-tools-private-endpoint-compartment-request";
|
|
@@ -42,6 +46,10 @@ import * as ListWorkRequestLogsRequest from "./list-work-request-logs-request";
|
|
|
42
46
|
export import ListWorkRequestLogsRequest = ListWorkRequestLogsRequest.ListWorkRequestLogsRequest;
|
|
43
47
|
import * as ListWorkRequestsRequest from "./list-work-requests-request";
|
|
44
48
|
export import ListWorkRequestsRequest = ListWorkRequestsRequest.ListWorkRequestsRequest;
|
|
49
|
+
import * as RemoveDatabaseToolsConnectionLockRequest from "./remove-database-tools-connection-lock-request";
|
|
50
|
+
export import RemoveDatabaseToolsConnectionLockRequest = RemoveDatabaseToolsConnectionLockRequest.RemoveDatabaseToolsConnectionLockRequest;
|
|
51
|
+
import * as RemoveDatabaseToolsPrivateEndpointLockRequest from "./remove-database-tools-private-endpoint-lock-request";
|
|
52
|
+
export import RemoveDatabaseToolsPrivateEndpointLockRequest = RemoveDatabaseToolsPrivateEndpointLockRequest.RemoveDatabaseToolsPrivateEndpointLockRequest;
|
|
45
53
|
import * as UpdateDatabaseToolsConnectionRequest from "./update-database-tools-connection-request";
|
|
46
54
|
export import UpdateDatabaseToolsConnectionRequest = UpdateDatabaseToolsConnectionRequest.UpdateDatabaseToolsConnectionRequest;
|
|
47
55
|
import * as UpdateDatabaseToolsPrivateEndpointRequest from "./update-database-tools-private-endpoint-request";
|
package/lib/request/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AA0BH,+GAAiG;AACnF,QAAA,mCAAmC,GAAG,mCAAmC,CAAC,mCAAmC,CAAC;AAC5H,0HAA4G;AAC9F,QAAA,wCAAwC,GAAG,wCAAwC,CAAC,wCAAwC,CAAC;AAC3I,0HAA4G;AAC9F,QAAA,wCAAwC,GAAG,wCAAwC,CAAC,wCAAwC,CAAC;AAC3I,iGAAmF;AACrE,QAAA,4BAA4B,GAAG,4BAA4B,CAAC,4BAA4B,CAAC;AACvG,6FAA+E;AACjE,QAAA,0BAA0B,GAAG,0BAA0B,CAAC,0BAA0B,CAAC;AACjG,sFAAwE;AAC1D,QAAA,uBAAuB,GAAG,uBAAuB,CAAC,uBAAuB,CAAC"}
|
|
@@ -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.72.0/databasetools/ListDatabaseToolsConnections.ts.html |here} to see how to use ListDatabaseToolsConnectionsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsConnectionsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -32,6 +32,14 @@ export interface ListDatabaseToolsConnectionsRequest extends common.BaseRequest
|
|
|
32
32
|
* A filter to return only resources their type matches the specified type.
|
|
33
33
|
*/
|
|
34
34
|
"type"?: Array<model.ConnectionType>;
|
|
35
|
+
/**
|
|
36
|
+
* A filter to return only resources with one of the specified runtimeSupport values.
|
|
37
|
+
*/
|
|
38
|
+
"runtimeSupport"?: Array<model.RuntimeSupport>;
|
|
39
|
+
/**
|
|
40
|
+
* A filter to return only resources associated to the related resource identifier OCID passed in the query string.
|
|
41
|
+
*/
|
|
42
|
+
"relatedResourceIdentifier"?: string;
|
|
35
43
|
/**
|
|
36
44
|
* The maximum number of items to return.
|
|
37
45
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-database-tools-connections-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/list-database-tools-connections-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;
|
|
1
|
+
{"version":3,"file":"list-database-tools-connections-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/list-database-tools-connections-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAwDH,IAAiB,mCAAmC,CAKnD;AALD,WAAiB,mCAAmC;IAClD,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,0CAAM,KAAN,0CAAM,QAGjB;AACH,CAAC,EALgB,mCAAmC,GAAnC,2CAAmC,KAAnC,2CAAmC,QAKnD"}
|
|
@@ -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.72.0/databasetools/ListDatabaseToolsEndpointServices.ts.html |here} to see how to use ListDatabaseToolsEndpointServicesRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsEndpointServicesRequest 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.72.0/databasetools/ListDatabaseToolsPrivateEndpoints.ts.html |here} to see how to use ListDatabaseToolsPrivateEndpointsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListDatabaseToolsPrivateEndpointsRequest 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.72.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.72.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.72.0/databasetools/ListWorkRequests.ts.html |here} to see how to use ListWorkRequestsRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface ListWorkRequestsRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/databasetools/RemoveDatabaseToolsConnectionLock.ts.html |here} to see how to use RemoveDatabaseToolsConnectionLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveDatabaseToolsConnectionLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools connection.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsConnectionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-database-tools-connection-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-database-tools-connection-lock-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/remove-database-tools-connection-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,40 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
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, 2023, 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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.72.0/databasetools/RemoveDatabaseToolsPrivateEndpointLock.ts.html |here} to see how to use RemoveDatabaseToolsPrivateEndpointLockRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface RemoveDatabaseToolsPrivateEndpointLockRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a Database Tools private endpoint.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsPrivateEndpointId": string;
|
|
23
|
+
/**
|
|
24
|
+
* RemoveResourceLockDetails body parameter
|
|
25
|
+
*/
|
|
26
|
+
"removeResourceLockDetails": model.RemoveResourceLockDetails;
|
|
27
|
+
/**
|
|
28
|
+
* Unique identifier for the request.
|
|
29
|
+
* If you need to contact Oracle about a particular request, please provide the request ID.
|
|
30
|
+
*
|
|
31
|
+
*/
|
|
32
|
+
"opcRequestId"?: string;
|
|
33
|
+
/**
|
|
34
|
+
* For optimistic concurrency control. In the PUT or DELETE call for a resource, set the `if-match`
|
|
35
|
+
* parameter to the value of the etag from a previous GET or POST response for that resource. The resource
|
|
36
|
+
* will be updated or deleted only if the etag you provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: string;
|
|
40
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20201005
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* 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.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=remove-database-tools-private-endpoint-lock-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"remove-database-tools-private-endpoint-lock-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/remove-database-tools-private-endpoint-lock-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -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.72.0/databasetools/UpdateDatabaseToolsConnection.ts.html |here} to see how to use UpdateDatabaseToolsConnectionRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -23,7 +23,7 @@ export interface UpdateDatabaseToolsConnectionRequest extends common.BaseRequest
|
|
|
23
23
|
/**
|
|
24
24
|
* The information to be updated.
|
|
25
25
|
*/
|
|
26
|
-
"updateDatabaseToolsConnectionDetails": model.UpdateDatabaseToolsConnectionMySqlDetails | model.UpdateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
26
|
+
"updateDatabaseToolsConnectionDetails": model.UpdateDatabaseToolsConnectionGenericJdbcDetails | model.UpdateDatabaseToolsConnectionPostgresqlDetails | 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
|
|
@@ -37,4 +37,8 @@ export interface UpdateDatabaseToolsConnectionRequest extends common.BaseRequest
|
|
|
37
37
|
* The client request ID for tracing.
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
42
|
+
*/
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
40
44
|
}
|
|
@@ -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.72.0/databasetools/UpdateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use UpdateDatabaseToolsPrivateEndpointRequest.
|
|
17
17
|
*/
|
|
18
18
|
export interface UpdateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
19
|
/**
|
|
@@ -37,4 +37,8 @@ export interface UpdateDatabaseToolsPrivateEndpointRequest extends common.BaseRe
|
|
|
37
37
|
* The client request ID for tracing.
|
|
38
38
|
*/
|
|
39
39
|
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* Whether to override locks (if any exist).
|
|
42
|
+
*/
|
|
43
|
+
"isLockOverride"?: boolean;
|
|
40
44
|
}
|