oci-databasetools 2.6.1
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/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +1521 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +255 -0
- package/lib/client.js +1366 -0
- package/lib/client.js.map +1 -0
- package/lib/databasetools-waiter.d.ts +52 -0
- package/lib/databasetools-waiter.js +100 -0
- package/lib/databasetools-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +31 -0
- package/lib/model/action-type.js +42 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-database-tools-connection-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-connection-compartment-details.js +29 -0
- package/lib/model/change-database-tools-connection-compartment-details.js.map +1 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.d.ts +25 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js +29 -0
- package/lib/model/change-database-tools-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/connection-type.d.ts +27 -0
- package/lib/model/connection-type.js +38 -0
- package/lib/model/connection-type.js.map +1 -0
- package/lib/model/create-database-tools-connection-details.d.ts +48 -0
- package/lib/model/create-database-tools-connection-details.js +65 -0
- package/lib/model/create-database-tools-connection-details.js.map +1 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.d.ts +50 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.js +78 -0
- package/lib/model/create-database-tools-connection-oracle-database-details.js.map +1 -0
- package/lib/model/create-database-tools-private-endpoint-details.d.ts +70 -0
- package/lib/model/create-database-tools-private-endpoint-details.js +29 -0
- package/lib/model/create-database-tools-private-endpoint-details.js.map +1 -0
- package/lib/model/create-database-tools-related-resource-details.d.ts +30 -0
- package/lib/model/create-database-tools-related-resource-details.js +29 -0
- package/lib/model/create-database-tools-related-resource-details.js.map +1 -0
- package/lib/model/database-tools-allowed-network-sources.d.ts +34 -0
- package/lib/model/database-tools-allowed-network-sources.js +61 -0
- package/lib/model/database-tools-allowed-network-sources.js.map +1 -0
- package/lib/model/database-tools-connection-collection.d.ts +26 -0
- package/lib/model/database-tools-connection-collection.js +61 -0
- package/lib/model/database-tools-connection-collection.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database-summary.d.ts +50 -0
- package/lib/model/database-tools-connection-oracle-database-summary.js +78 -0
- package/lib/model/database-tools-connection-oracle-database-summary.js.map +1 -0
- package/lib/model/database-tools-connection-oracle-database.d.ts +50 -0
- package/lib/model/database-tools-connection-oracle-database.js +78 -0
- package/lib/model/database-tools-connection-oracle-database.js.map +1 -0
- package/lib/model/database-tools-connection-summary.d.ts +79 -0
- package/lib/model/database-tools-connection-summary.js +65 -0
- package/lib/model/database-tools-connection-summary.js.map +1 -0
- package/lib/model/database-tools-connection.d.ts +79 -0
- package/lib/model/database-tools-connection.js +65 -0
- package/lib/model/database-tools-connection.js.map +1 -0
- package/lib/model/database-tools-endpoint-service-collection.d.ts +26 -0
- package/lib/model/database-tools-endpoint-service-collection.js +61 -0
- package/lib/model/database-tools-endpoint-service-collection.js.map +1 -0
- package/lib/model/database-tools-endpoint-service-summary.d.ts +86 -0
- package/lib/model/database-tools-endpoint-service-summary.js +29 -0
- package/lib/model/database-tools-endpoint-service-summary.js.map +1 -0
- package/lib/model/database-tools-endpoint-service.d.ts +86 -0
- package/lib/model/database-tools-endpoint-service.js +29 -0
- package/lib/model/database-tools-endpoint-service.js.map +1 -0
- package/lib/model/database-tools-key-store-content-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-details.js +65 -0
- package/lib/model/database-tools-key-store-content-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-details.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content-secret-id.d.ts +28 -0
- package/lib/model/database-tools-key-store-content-secret-id.js +54 -0
- package/lib/model/database-tools-key-store-content-secret-id.js.map +1 -0
- package/lib/model/database-tools-key-store-content-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-content-summary.js +65 -0
- package/lib/model/database-tools-key-store-content-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-content.d.ts +22 -0
- package/lib/model/database-tools-key-store-content.js +65 -0
- package/lib/model/database-tools-key-store-content.js.map +1 -0
- package/lib/model/database-tools-key-store-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-details.js +63 -0
- package/lib/model/database-tools-key-store-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-details.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-details.js +65 -0
- package/lib/model/database-tools-key-store-password-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-details.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password-secret-id.d.ts +28 -0
- package/lib/model/database-tools-key-store-password-secret-id.js +54 -0
- package/lib/model/database-tools-key-store-password-secret-id.js.map +1 -0
- package/lib/model/database-tools-key-store-password-summary.d.ts +22 -0
- package/lib/model/database-tools-key-store-password-summary.js +65 -0
- package/lib/model/database-tools-key-store-password-summary.js.map +1 -0
- package/lib/model/database-tools-key-store-password.d.ts +22 -0
- package/lib/model/database-tools-key-store-password.js +65 -0
- package/lib/model/database-tools-key-store-password.js.map +1 -0
- package/lib/model/database-tools-key-store-summary.d.ts +28 -0
- package/lib/model/database-tools-key-store-summary.js +63 -0
- package/lib/model/database-tools-key-store-summary.js.map +1 -0
- package/lib/model/database-tools-key-store.d.ts +28 -0
- package/lib/model/database-tools-key-store.js +63 -0
- package/lib/model/database-tools-key-store.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-collection.d.ts +26 -0
- package/lib/model/database-tools-private-endpoint-collection.js +61 -0
- package/lib/model/database-tools-private-endpoint-collection.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.d.ts +28 -0
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js +61 -0
- package/lib/model/database-tools-private-endpoint-reverse-connection-configuration.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.d.ts +27 -0
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js +29 -0
- package/lib/model/database-tools-private-endpoint-reverse-connections-source-ip.js.map +1 -0
- package/lib/model/database-tools-private-endpoint-summary.d.ts +118 -0
- package/lib/model/database-tools-private-endpoint-summary.js +57 -0
- package/lib/model/database-tools-private-endpoint-summary.js.map +1 -0
- package/lib/model/database-tools-private-endpoint.d.ts +118 -0
- package/lib/model/database-tools-private-endpoint.js +57 -0
- package/lib/model/database-tools-private-endpoint.js.map +1 -0
- package/lib/model/database-tools-related-resource.d.ts +30 -0
- package/lib/model/database-tools-related-resource.js +29 -0
- package/lib/model/database-tools-related-resource.js.map +1 -0
- package/lib/model/database-tools-user-password-details.d.ts +22 -0
- package/lib/model/database-tools-user-password-details.js +65 -0
- package/lib/model/database-tools-user-password-details.js.map +1 -0
- package/lib/model/database-tools-user-password-secret-id-details.d.ts +28 -0
- package/lib/model/database-tools-user-password-secret-id-details.js +54 -0
- package/lib/model/database-tools-user-password-secret-id-details.js.map +1 -0
- package/lib/model/database-tools-user-password-secret-id-summary.d.ts +28 -0
- package/lib/model/database-tools-user-password-secret-id-summary.js +54 -0
- package/lib/model/database-tools-user-password-secret-id-summary.js.map +1 -0
- package/lib/model/database-tools-user-password-secret-id.d.ts +28 -0
- package/lib/model/database-tools-user-password-secret-id.js +54 -0
- package/lib/model/database-tools-user-password-secret-id.js.map +1 -0
- package/lib/model/database-tools-user-password-summary.d.ts +22 -0
- package/lib/model/database-tools-user-password-summary.js +65 -0
- package/lib/model/database-tools-user-password-summary.js.map +1 -0
- package/lib/model/database-tools-user-password.d.ts +22 -0
- package/lib/model/database-tools-user-password.js +65 -0
- package/lib/model/database-tools-user-password.js.map +1 -0
- package/lib/model/database-tools-virtual-source.d.ts +29 -0
- package/lib/model/database-tools-virtual-source.js +29 -0
- package/lib/model/database-tools-virtual-source.js.map +1 -0
- package/lib/model/index.d.ts +148 -0
- package/lib/model/index.js +172 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/key-store-type.d.ts +30 -0
- package/lib/model/key-store-type.js +41 -0
- package/lib/model/key-store-type.js.map +1 -0
- package/lib/model/lifecycle-state.d.ts +32 -0
- package/lib/model/lifecycle-state.js +43 -0
- package/lib/model/lifecycle-state.js.map +1 -0
- package/lib/model/operation-status.d.ts +33 -0
- package/lib/model/operation-status.js +44 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-type.d.ts +35 -0
- package/lib/model/operation-type.js +46 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/related-resource-entity-type.d.ts +29 -0
- package/lib/model/related-resource-entity-type.js +40 -0
- package/lib/model/related-resource-entity-type.js.map +1 -0
- package/lib/model/service-capability.d.ts +22 -0
- package/lib/model/service-capability.js +33 -0
- package/lib/model/service-capability.js.map +1 -0
- package/lib/model/sort-order.d.ts +23 -0
- package/lib/model/sort-order.js +34 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/update-database-tools-connection-details.d.ts +44 -0
- package/lib/model/update-database-tools-connection-details.js +65 -0
- package/lib/model/update-database-tools-connection-details.js.map +1 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.d.ts +50 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js +78 -0
- package/lib/model/update-database-tools-connection-oracle-database-details.js.map +1 -0
- package/lib/model/update-database-tools-private-endpoint-details.d.ts +54 -0
- package/lib/model/update-database-tools-private-endpoint-details.js +29 -0
- package/lib/model/update-database-tools-private-endpoint-details.js.map +1 -0
- package/lib/model/update-database-tools-related-resource-details.d.ts +30 -0
- package/lib/model/update-database-tools-related-resource-details.js +29 -0
- package/lib/model/update-database-tools-related-resource-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-details.d.ts +22 -0
- package/lib/model/validate-database-tools-connection-details.js +65 -0
- package/lib/model/validate-database-tools-connection-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.d.ts +24 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.js +54 -0
- package/lib/model/validate-database-tools-connection-oracle-database-details.js.map +1 -0
- package/lib/model/validate-database-tools-connection-oracle-database-result.d.ts +32 -0
- package/lib/model/validate-database-tools-connection-oracle-database-result.js +54 -0
- package/lib/model/validate-database-tools-connection-oracle-database-result.js.map +1 -0
- package/lib/model/validate-database-tools-connection-result.d.ts +38 -0
- package/lib/model/validate-database-tools-connection-result.js +65 -0
- package/lib/model/validate-database-tools-connection-result.js.map +1 -0
- package/lib/model/work-request-collection.d.ts +26 -0
- package/lib/model/work-request-collection.js +61 -0
- package/lib/model/work-request-collection.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +26 -0
- package/lib/model/work-request-error-collection.js +61 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +35 -0
- package/lib/model/work-request-error.js +29 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +26 -0
- package/lib/model/work-request-log-entry-collection.js +61 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +29 -0
- package/lib/model/work-request-log-entry.js +29 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +42 -0
- package/lib/model/work-request-resource.js +29 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +62 -0
- package/lib/model/work-request-summary.js +61 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +62 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-database-tools-connection-compartment-request.d.ts +49 -0
- package/lib/request/change-database-tools-connection-compartment-request.js +15 -0
- package/lib/request/change-database-tools-connection-compartment-request.js.map +1 -0
- package/lib/request/change-database-tools-private-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-database-tools-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-database-tools-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/create-database-tools-connection-request.d.ts +36 -0
- package/lib/request/create-database-tools-connection-request.js +15 -0
- package/lib/request/create-database-tools-connection-request.js.map +1 -0
- package/lib/request/create-database-tools-private-endpoint-request.d.ts +36 -0
- package/lib/request/create-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/create-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-database-tools-connection-request.d.ts +35 -0
- package/lib/request/delete-database-tools-connection-request.js +15 -0
- package/lib/request/delete-database-tools-connection-request.js.map +1 -0
- package/lib/request/delete-database-tools-private-endpoint-request.d.ts +35 -0
- package/lib/request/delete-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/delete-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/get-database-tools-connection-request.d.ts +26 -0
- package/lib/request/get-database-tools-connection-request.js +15 -0
- package/lib/request/get-database-tools-connection-request.js.map +1 -0
- package/lib/request/get-database-tools-endpoint-service-request.d.ts +26 -0
- package/lib/request/get-database-tools-endpoint-service-request.js +15 -0
- package/lib/request/get-database-tools-endpoint-service-request.js.map +1 -0
- package/lib/request/get-database-tools-private-endpoint-request.d.ts +26 -0
- package/lib/request/get-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/get-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +50 -0
- package/lib/request/index.js +47 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-database-tools-connections-request.d.ts +62 -0
- package/lib/request/list-database-tools-connections-request.js +24 -0
- package/lib/request/list-database-tools-connections-request.js.map +1 -0
- package/lib/request/list-database-tools-endpoint-services-request.d.ts +62 -0
- package/lib/request/list-database-tools-endpoint-services-request.js +24 -0
- package/lib/request/list-database-tools-endpoint-services-request.js.map +1 -0
- package/lib/request/list-database-tools-private-endpoints-request.d.ts +66 -0
- package/lib/request/list-database-tools-private-endpoints-request.js +24 -0
- package/lib/request/list-database-tools-private-endpoints-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +50 -0
- package/lib/request/list-work-request-errors-request.js +24 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +50 -0
- package/lib/request/list-work-request-logs-request.js +24 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +53 -0
- package/lib/request/list-work-requests-request.js +23 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/update-database-tools-connection-request.d.ts +40 -0
- package/lib/request/update-database-tools-connection-request.js +15 -0
- package/lib/request/update-database-tools-connection-request.js.map +1 -0
- package/lib/request/update-database-tools-private-endpoint-request.d.ts +40 -0
- package/lib/request/update-database-tools-private-endpoint-request.js +15 -0
- package/lib/request/update-database-tools-private-endpoint-request.js.map +1 -0
- package/lib/request/validate-database-tools-connection-request.d.ts +40 -0
- package/lib/request/validate-database-tools-connection-request.js +15 -0
- package/lib/request/validate-database-tools-connection-request.js.map +1 -0
- package/lib/response/change-database-tools-connection-compartment-response.d.ts +25 -0
- package/lib/response/change-database-tools-connection-compartment-response.js +15 -0
- package/lib/response/change-database-tools-connection-compartment-response.js.map +1 -0
- package/lib/response/change-database-tools-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-database-tools-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-database-tools-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/create-database-tools-connection-response.d.ts +39 -0
- package/lib/response/create-database-tools-connection-response.js +15 -0
- package/lib/response/create-database-tools-connection-response.js.map +1 -0
- package/lib/response/create-database-tools-private-endpoint-response.d.ts +39 -0
- package/lib/response/create-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/create-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-database-tools-connection-response.d.ts +25 -0
- package/lib/response/delete-database-tools-connection-response.js +15 -0
- package/lib/response/delete-database-tools-connection-response.js.map +1 -0
- package/lib/response/delete-database-tools-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/delete-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/get-database-tools-connection-response.d.ts +30 -0
- package/lib/response/get-database-tools-connection-response.js +15 -0
- package/lib/response/get-database-tools-connection-response.js.map +1 -0
- package/lib/response/get-database-tools-endpoint-service-response.d.ts +30 -0
- package/lib/response/get-database-tools-endpoint-service-response.js +15 -0
- package/lib/response/get-database-tools-endpoint-service-response.js.map +1 -0
- package/lib/response/get-database-tools-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/get-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +29 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +50 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-database-tools-connections-response.d.ts +32 -0
- package/lib/response/list-database-tools-connections-response.js +15 -0
- package/lib/response/list-database-tools-connections-response.js.map +1 -0
- package/lib/response/list-database-tools-endpoint-services-response.d.ts +32 -0
- package/lib/response/list-database-tools-endpoint-services-response.js +15 -0
- package/lib/response/list-database-tools-endpoint-services-response.js.map +1 -0
- package/lib/response/list-database-tools-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-database-tools-private-endpoints-response.js +15 -0
- package/lib/response/list-database-tools-private-endpoints-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +32 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +32 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +32 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/update-database-tools-connection-response.d.ts +25 -0
- package/lib/response/update-database-tools-connection-response.js +15 -0
- package/lib/response/update-database-tools-connection-response.js.map +1 -0
- package/lib/response/update-database-tools-private-endpoint-response.d.ts +25 -0
- package/lib/response/update-database-tools-private-endpoint-response.js +15 -0
- package/lib/response/update-database-tools-private-endpoint-response.js.map +1 -0
- package/lib/response/validate-database-tools-connection-response.d.ts +25 -0
- package/lib/response/validate-database-tools-connection-response.js +15 -0
- package/lib/response/validate-database-tools-connection-response.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,39 @@
|
|
|
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, 2021, 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
|
+
export interface CreateDatabaseToolsConnectionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* URI of the new resource which was created by the request.
|
|
17
|
+
*/
|
|
18
|
+
"location": string;
|
|
19
|
+
/**
|
|
20
|
+
* For optimistic concurrency control. See `if-match`.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"etag": string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcWorkRequestId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
31
|
+
* Oracle about a particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The returned model.DatabaseToolsConnection instance.
|
|
37
|
+
*/
|
|
38
|
+
"databaseToolsConnection": model.DatabaseToolsConnection;
|
|
39
|
+
}
|
|
@@ -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, 2021, 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=create-database-tools-connection-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-connection-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/create-database-tools-connection-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,39 @@
|
|
|
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, 2021, 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
|
+
export interface CreateDatabaseToolsPrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* URI of the new resource which was created by the request.
|
|
17
|
+
*/
|
|
18
|
+
"location": string;
|
|
19
|
+
/**
|
|
20
|
+
* For optimistic concurrency control. See `if-match`.
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
"etag": string;
|
|
24
|
+
/**
|
|
25
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
26
|
+
*
|
|
27
|
+
*/
|
|
28
|
+
"opcWorkRequestId": string;
|
|
29
|
+
/**
|
|
30
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
31
|
+
* Oracle about a particular request, please provide the request ID.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId": string;
|
|
35
|
+
/**
|
|
36
|
+
* The returned model.DatabaseToolsPrivateEndpoint instance.
|
|
37
|
+
*/
|
|
38
|
+
"databaseToolsPrivateEndpoint": model.DatabaseToolsPrivateEndpoint;
|
|
39
|
+
}
|
|
@@ -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, 2021, 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=create-database-tools-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/create-database-tools-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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, 2021, 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
|
+
export interface DeleteDatabaseToolsConnectionResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -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, 2021, 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=delete-database-tools-connection-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-database-tools-connection-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/delete-database-tools-connection-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,25 @@
|
|
|
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, 2021, 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
|
+
export interface DeleteDatabaseToolsPrivateEndpointResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
16
|
+
*
|
|
17
|
+
*/
|
|
18
|
+
"opcWorkRequestId": string;
|
|
19
|
+
/**
|
|
20
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
21
|
+
* Oracle about a particular request, please provide the request ID.
|
|
22
|
+
*
|
|
23
|
+
*/
|
|
24
|
+
"opcRequestId": string;
|
|
25
|
+
}
|
|
@@ -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, 2021, 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=delete-database-tools-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-database-tools-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/delete-database-tools-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2021, 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
|
+
export interface GetDatabaseToolsConnectionResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.DatabaseToolsConnection instance.
|
|
28
|
+
*/
|
|
29
|
+
"databaseToolsConnection": model.DatabaseToolsConnection;
|
|
30
|
+
}
|
|
@@ -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, 2021, 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=get-database-tools-connection-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-database-tools-connection-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/get-database-tools-connection-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2021, 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
|
+
export interface GetDatabaseToolsEndpointServiceResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.DatabaseToolsEndpointService instance.
|
|
28
|
+
*/
|
|
29
|
+
"databaseToolsEndpointService": model.DatabaseToolsEndpointService;
|
|
30
|
+
}
|
|
@@ -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, 2021, 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=get-database-tools-endpoint-service-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-database-tools-endpoint-service-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/get-database-tools-endpoint-service-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
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, 2021, 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
|
+
export interface GetDatabaseToolsPrivateEndpointResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See `if-match`.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.DatabaseToolsPrivateEndpoint instance.
|
|
28
|
+
*/
|
|
29
|
+
"databaseToolsPrivateEndpoint": model.DatabaseToolsPrivateEndpoint;
|
|
30
|
+
}
|
|
@@ -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, 2021, 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=get-database-tools-private-endpoint-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-database-tools-private-endpoint-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/get-database-tools-private-endpoint-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,29 @@
|
|
|
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, 2021, 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
|
+
export interface GetWorkRequestResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* A decimal number representing the number of seconds the client should wait before polling this endpoint again.
|
|
23
|
+
*/
|
|
24
|
+
"retryAfter": number;
|
|
25
|
+
/**
|
|
26
|
+
* The returned model.WorkRequest instance.
|
|
27
|
+
*/
|
|
28
|
+
"workRequest": model.WorkRequest;
|
|
29
|
+
}
|
|
@@ -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, 2021, 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=get-work-request-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-work-request-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/get-work-request-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,50 @@
|
|
|
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, 2021, 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 ChangeDatabaseToolsConnectionCompartmentResponse from "./change-database-tools-connection-compartment-response";
|
|
14
|
+
export import ChangeDatabaseToolsConnectionCompartmentResponse = ChangeDatabaseToolsConnectionCompartmentResponse.ChangeDatabaseToolsConnectionCompartmentResponse;
|
|
15
|
+
import * as ChangeDatabaseToolsPrivateEndpointCompartmentResponse from "./change-database-tools-private-endpoint-compartment-response";
|
|
16
|
+
export import ChangeDatabaseToolsPrivateEndpointCompartmentResponse = ChangeDatabaseToolsPrivateEndpointCompartmentResponse.ChangeDatabaseToolsPrivateEndpointCompartmentResponse;
|
|
17
|
+
import * as CreateDatabaseToolsConnectionResponse from "./create-database-tools-connection-response";
|
|
18
|
+
export import CreateDatabaseToolsConnectionResponse = CreateDatabaseToolsConnectionResponse.CreateDatabaseToolsConnectionResponse;
|
|
19
|
+
import * as CreateDatabaseToolsPrivateEndpointResponse from "./create-database-tools-private-endpoint-response";
|
|
20
|
+
export import CreateDatabaseToolsPrivateEndpointResponse = CreateDatabaseToolsPrivateEndpointResponse.CreateDatabaseToolsPrivateEndpointResponse;
|
|
21
|
+
import * as DeleteDatabaseToolsConnectionResponse from "./delete-database-tools-connection-response";
|
|
22
|
+
export import DeleteDatabaseToolsConnectionResponse = DeleteDatabaseToolsConnectionResponse.DeleteDatabaseToolsConnectionResponse;
|
|
23
|
+
import * as DeleteDatabaseToolsPrivateEndpointResponse from "./delete-database-tools-private-endpoint-response";
|
|
24
|
+
export import DeleteDatabaseToolsPrivateEndpointResponse = DeleteDatabaseToolsPrivateEndpointResponse.DeleteDatabaseToolsPrivateEndpointResponse;
|
|
25
|
+
import * as GetDatabaseToolsConnectionResponse from "./get-database-tools-connection-response";
|
|
26
|
+
export import GetDatabaseToolsConnectionResponse = GetDatabaseToolsConnectionResponse.GetDatabaseToolsConnectionResponse;
|
|
27
|
+
import * as GetDatabaseToolsEndpointServiceResponse from "./get-database-tools-endpoint-service-response";
|
|
28
|
+
export import GetDatabaseToolsEndpointServiceResponse = GetDatabaseToolsEndpointServiceResponse.GetDatabaseToolsEndpointServiceResponse;
|
|
29
|
+
import * as GetDatabaseToolsPrivateEndpointResponse from "./get-database-tools-private-endpoint-response";
|
|
30
|
+
export import GetDatabaseToolsPrivateEndpointResponse = GetDatabaseToolsPrivateEndpointResponse.GetDatabaseToolsPrivateEndpointResponse;
|
|
31
|
+
import * as GetWorkRequestResponse from "./get-work-request-response";
|
|
32
|
+
export import GetWorkRequestResponse = GetWorkRequestResponse.GetWorkRequestResponse;
|
|
33
|
+
import * as ListDatabaseToolsConnectionsResponse from "./list-database-tools-connections-response";
|
|
34
|
+
export import ListDatabaseToolsConnectionsResponse = ListDatabaseToolsConnectionsResponse.ListDatabaseToolsConnectionsResponse;
|
|
35
|
+
import * as ListDatabaseToolsEndpointServicesResponse from "./list-database-tools-endpoint-services-response";
|
|
36
|
+
export import ListDatabaseToolsEndpointServicesResponse = ListDatabaseToolsEndpointServicesResponse.ListDatabaseToolsEndpointServicesResponse;
|
|
37
|
+
import * as ListDatabaseToolsPrivateEndpointsResponse from "./list-database-tools-private-endpoints-response";
|
|
38
|
+
export import ListDatabaseToolsPrivateEndpointsResponse = ListDatabaseToolsPrivateEndpointsResponse.ListDatabaseToolsPrivateEndpointsResponse;
|
|
39
|
+
import * as ListWorkRequestErrorsResponse from "./list-work-request-errors-response";
|
|
40
|
+
export import ListWorkRequestErrorsResponse = ListWorkRequestErrorsResponse.ListWorkRequestErrorsResponse;
|
|
41
|
+
import * as ListWorkRequestLogsResponse from "./list-work-request-logs-response";
|
|
42
|
+
export import ListWorkRequestLogsResponse = ListWorkRequestLogsResponse.ListWorkRequestLogsResponse;
|
|
43
|
+
import * as ListWorkRequestsResponse from "./list-work-requests-response";
|
|
44
|
+
export import ListWorkRequestsResponse = ListWorkRequestsResponse.ListWorkRequestsResponse;
|
|
45
|
+
import * as UpdateDatabaseToolsConnectionResponse from "./update-database-tools-connection-response";
|
|
46
|
+
export import UpdateDatabaseToolsConnectionResponse = UpdateDatabaseToolsConnectionResponse.UpdateDatabaseToolsConnectionResponse;
|
|
47
|
+
import * as UpdateDatabaseToolsPrivateEndpointResponse from "./update-database-tools-private-endpoint-response";
|
|
48
|
+
export import UpdateDatabaseToolsPrivateEndpointResponse = UpdateDatabaseToolsPrivateEndpointResponse.UpdateDatabaseToolsPrivateEndpointResponse;
|
|
49
|
+
import * as ValidateDatabaseToolsConnectionResponse from "./validate-database-tools-connection-response";
|
|
50
|
+
export import ValidateDatabaseToolsConnectionResponse = ValidateDatabaseToolsConnectionResponse.ValidateDatabaseToolsConnectionResponse;
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
* Database Tools
|
|
4
|
+
* Database Tools APIs to manage Connections and Private Endpoints.
|
|
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, 2021, 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=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2021, 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
|
+
export interface ListDatabaseToolsConnectionsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.DatabaseToolsConnectionCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"databaseToolsConnectionCollection": model.DatabaseToolsConnectionCollection;
|
|
32
|
+
}
|
|
@@ -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, 2021, 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=list-database-tools-connections-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-database-tools-connections-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/list-database-tools-connections-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2021, 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
|
+
export interface ListDatabaseToolsEndpointServicesResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.DatabaseToolsEndpointServiceCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"databaseToolsEndpointServiceCollection": model.DatabaseToolsEndpointServiceCollection;
|
|
32
|
+
}
|
|
@@ -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, 2021, 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=list-database-tools-endpoint-services-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-database-tools-endpoint-services-response.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/response/list-database-tools-endpoint-services-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
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, 2021, 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
|
+
export interface ListDatabaseToolsPrivateEndpointsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
+
* then a partial list might have been returned. Include this value as the `page` parameter for the
|
|
24
|
+
* subsequent GET request to get the next batch of items.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"opcNextPage": string;
|
|
28
|
+
/**
|
|
29
|
+
* The returned model.DatabaseToolsPrivateEndpointCollection instance.
|
|
30
|
+
*/
|
|
31
|
+
"databaseToolsPrivateEndpointCollection": model.DatabaseToolsPrivateEndpointCollection;
|
|
32
|
+
}
|