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,29 @@
|
|
|
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
|
+
exports.WorkRequestLogEntry = void 0;
|
|
16
|
+
var WorkRequestLogEntry;
|
|
17
|
+
(function (WorkRequestLogEntry) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestLogEntry.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestLogEntry.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestLogEntry = exports.WorkRequestLogEntry || (exports.WorkRequestLogEntry = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-log-entry.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-log-entry.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/work-request-log-entry.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAmBH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,42 @@
|
|
|
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 model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* A resource created or operated on by a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestResource {
|
|
18
|
+
/**
|
|
19
|
+
* The resource type the work request affects.
|
|
20
|
+
*/
|
|
21
|
+
"entityType": string;
|
|
22
|
+
/**
|
|
23
|
+
* The way in which this resource is affected by the work tracked in the work request.
|
|
24
|
+
* A resource being created, updated, or deleted will remain in the IN_PROGRESS state until
|
|
25
|
+
* work is complete for that resource at which point it will transition to CREATED, UPDATED,
|
|
26
|
+
* or DELETED, respectively.
|
|
27
|
+
*
|
|
28
|
+
*/
|
|
29
|
+
"actionType": model.ActionType;
|
|
30
|
+
/**
|
|
31
|
+
* The identifier of the resource the work request affects.
|
|
32
|
+
*/
|
|
33
|
+
"identifier": string;
|
|
34
|
+
/**
|
|
35
|
+
* The URI path that the user can do a GET on to access the resource metadata
|
|
36
|
+
*/
|
|
37
|
+
"entityUri"?: string;
|
|
38
|
+
}
|
|
39
|
+
export declare namespace WorkRequestResource {
|
|
40
|
+
function getJsonObj(obj: WorkRequestResource): object;
|
|
41
|
+
function getDeserializedJsonObj(obj: WorkRequestResource): object;
|
|
42
|
+
}
|
|
@@ -0,0 +1,29 @@
|
|
|
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
|
+
exports.WorkRequestResource = void 0;
|
|
16
|
+
var WorkRequestResource;
|
|
17
|
+
(function (WorkRequestResource) {
|
|
18
|
+
function getJsonObj(obj) {
|
|
19
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
+
return jsonObj;
|
|
21
|
+
}
|
|
22
|
+
WorkRequestResource.getJsonObj = getJsonObj;
|
|
23
|
+
function getDeserializedJsonObj(obj) {
|
|
24
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
+
return jsonObj;
|
|
26
|
+
}
|
|
27
|
+
WorkRequestResource.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
+
})(WorkRequestResource = exports.WorkRequestResource || (exports.WorkRequestResource = {}));
|
|
29
|
+
//# sourceMappingURL=work-request-resource.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-resource.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/work-request-resource.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA+BH,IAAiB,mBAAmB,CAWnC;AAXD,WAAiB,mBAAmB;IAClC,SAAgB,UAAU,CAAC,GAAwB;QACjD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,8BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAwB;QAC7D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,0CAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,mBAAmB,GAAnB,2BAAmB,KAAnB,2BAAmB,QAWnC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* A summary of the status of a work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequestSummary {
|
|
18
|
+
/**
|
|
19
|
+
* The asynchronous operation tracked by this work request.
|
|
20
|
+
*/
|
|
21
|
+
"operationType": model.OperationType;
|
|
22
|
+
/**
|
|
23
|
+
* The status of the work request.
|
|
24
|
+
*/
|
|
25
|
+
"status": model.OperationStatus;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
28
|
+
*/
|
|
29
|
+
"id": string;
|
|
30
|
+
/**
|
|
31
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId": string;
|
|
34
|
+
/**
|
|
35
|
+
* The resources affected by this work request.
|
|
36
|
+
*/
|
|
37
|
+
"resources"?: Array<model.WorkRequestResource>;
|
|
38
|
+
/**
|
|
39
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
40
|
+
*/
|
|
41
|
+
"percentComplete": number;
|
|
42
|
+
/**
|
|
43
|
+
* The date and time the work request was created, in the format defined by RFC3339.
|
|
44
|
+
*/
|
|
45
|
+
"timeAccepted": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The date and time the work request transitioned from `ACCEPTED` to `IN_PROGRESS`,
|
|
48
|
+
* in the format defined by RFC3339.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"timeStarted"?: Date;
|
|
52
|
+
/**
|
|
53
|
+
* The date and time the work request reached a terminal state, either `FAILED` or `SUCCEEDED`.
|
|
54
|
+
* Format is defined by RFC3339.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"timeFinished"?: Date;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace WorkRequestSummary {
|
|
60
|
+
function getJsonObj(obj: WorkRequestSummary): object;
|
|
61
|
+
function getDeserializedJsonObj(obj: WorkRequestSummary): object;
|
|
62
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequestSummary = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequestSummary;
|
|
37
|
+
(function (WorkRequestSummary) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"resources": obj.resources
|
|
41
|
+
? obj.resources.map(item => {
|
|
42
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequestSummary.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"resources": obj.resources
|
|
52
|
+
? obj.resources.map(item => {
|
|
53
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequestSummary.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequestSummary = exports.WorkRequestSummary || (exports.WorkRequestSummary = {}));
|
|
61
|
+
//# sourceMappingURL=work-request-summary.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request-summary.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/work-request-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,kBAAkB,CA6BlC;AA7BD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6BAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QA6BlC"}
|
|
@@ -0,0 +1,62 @@
|
|
|
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 model from "../model";
|
|
14
|
+
/**
|
|
15
|
+
* An asynchronous work request.
|
|
16
|
+
*/
|
|
17
|
+
export interface WorkRequest {
|
|
18
|
+
/**
|
|
19
|
+
* The asynchronous operation tracked by this work request.
|
|
20
|
+
*/
|
|
21
|
+
"operationType": model.OperationType;
|
|
22
|
+
/**
|
|
23
|
+
* The status of the work request.
|
|
24
|
+
*/
|
|
25
|
+
"status": model.OperationStatus;
|
|
26
|
+
/**
|
|
27
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the work request.
|
|
28
|
+
*/
|
|
29
|
+
"id": string;
|
|
30
|
+
/**
|
|
31
|
+
* The [OCID](https://docs.cloud.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the compartment that contains the work request.
|
|
32
|
+
*/
|
|
33
|
+
"compartmentId": string;
|
|
34
|
+
/**
|
|
35
|
+
* The resources affected by this work request.
|
|
36
|
+
*/
|
|
37
|
+
"resources": Array<model.WorkRequestResource>;
|
|
38
|
+
/**
|
|
39
|
+
* Percentage of the request completed. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.
|
|
40
|
+
*/
|
|
41
|
+
"percentComplete": number;
|
|
42
|
+
/**
|
|
43
|
+
* The date and time the work request was created, in the format defined by RFC3339.
|
|
44
|
+
*/
|
|
45
|
+
"timeAccepted": Date;
|
|
46
|
+
/**
|
|
47
|
+
* The date and time the work request transitioned from `ACCEPTED` to `IN_PROGRESS`,
|
|
48
|
+
* in the format defined by RFC3339.
|
|
49
|
+
*
|
|
50
|
+
*/
|
|
51
|
+
"timeStarted"?: Date;
|
|
52
|
+
/**
|
|
53
|
+
* The date and time the work request reached a terminal state, either `FAILED` or `SUCCEEDED`.
|
|
54
|
+
* Format is defined by RFC3339.
|
|
55
|
+
*
|
|
56
|
+
*/
|
|
57
|
+
"timeFinished"?: Date;
|
|
58
|
+
}
|
|
59
|
+
export declare namespace WorkRequest {
|
|
60
|
+
function getJsonObj(obj: WorkRequest): object;
|
|
61
|
+
function getDeserializedJsonObj(obj: WorkRequest): object;
|
|
62
|
+
}
|
|
@@ -0,0 +1,61 @@
|
|
|
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
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
15
|
+
if (k2 === undefined) k2 = k;
|
|
16
|
+
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
|
|
17
|
+
}) : (function(o, m, k, k2) {
|
|
18
|
+
if (k2 === undefined) k2 = k;
|
|
19
|
+
o[k2] = m[k];
|
|
20
|
+
}));
|
|
21
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
22
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
23
|
+
}) : function(o, v) {
|
|
24
|
+
o["default"] = v;
|
|
25
|
+
});
|
|
26
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
27
|
+
if (mod && mod.__esModule) return mod;
|
|
28
|
+
var result = {};
|
|
29
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
30
|
+
__setModuleDefault(result, mod);
|
|
31
|
+
return result;
|
|
32
|
+
};
|
|
33
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
34
|
+
exports.WorkRequest = void 0;
|
|
35
|
+
const model = __importStar(require("../model"));
|
|
36
|
+
var WorkRequest;
|
|
37
|
+
(function (WorkRequest) {
|
|
38
|
+
function getJsonObj(obj) {
|
|
39
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
40
|
+
"resources": obj.resources
|
|
41
|
+
? obj.resources.map(item => {
|
|
42
|
+
return model.WorkRequestResource.getJsonObj(item);
|
|
43
|
+
})
|
|
44
|
+
: undefined
|
|
45
|
+
});
|
|
46
|
+
return jsonObj;
|
|
47
|
+
}
|
|
48
|
+
WorkRequest.getJsonObj = getJsonObj;
|
|
49
|
+
function getDeserializedJsonObj(obj) {
|
|
50
|
+
const jsonObj = Object.assign(Object.assign({}, obj), {
|
|
51
|
+
"resources": obj.resources
|
|
52
|
+
? obj.resources.map(item => {
|
|
53
|
+
return model.WorkRequestResource.getDeserializedJsonObj(item);
|
|
54
|
+
})
|
|
55
|
+
: undefined
|
|
56
|
+
});
|
|
57
|
+
return jsonObj;
|
|
58
|
+
}
|
|
59
|
+
WorkRequest.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
60
|
+
})(WorkRequest = exports.WorkRequest || (exports.WorkRequest = {}));
|
|
61
|
+
//# sourceMappingURL=work-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"work-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/model/work-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAiDlC,IAAiB,WAAW,CA6B3B;AA7BD,WAAiB,WAAW;IAC1B,SAAgB,UAAU,CAAC,GAAgB;QACzC,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACpD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sBAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgB;QACrD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,mBAAmB,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAChE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kCAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,WAAW,GAAX,mBAAW,KAAX,mBAAW,QA6B3B"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/databasetools/ChangeDatabaseToolsConnectionCompartment.ts.html |here} to see how to use ChangeDatabaseToolsConnectionCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeDatabaseToolsConnectionCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a DatabaseToolsConnection.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsConnectionId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Request to change the compartment of the DatabaseToolsConnection.
|
|
25
|
+
*/
|
|
26
|
+
"changeDatabaseToolsConnectionCompartmentDetails": model.ChangeDatabaseToolsConnectionCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
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
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -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=change-database-tools-connection-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-database-tools-connection-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/change-database-tools-connection-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/databasetools/ChangeDatabaseToolsPrivateEndpointCompartment.ts.html |here} to see how to use ChangeDatabaseToolsPrivateEndpointCompartmentRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface ChangeDatabaseToolsPrivateEndpointCompartmentRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* The [OCID](https://docs.cloud.oracle.com/Content/General/Concepts/identifiers.htm) of a DatabaseToolsPrivateEndpoint.
|
|
21
|
+
*/
|
|
22
|
+
"databaseToolsPrivateEndpointId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Request to change the compartment of the DatabaseToolsPrivateEndpoint.
|
|
25
|
+
*/
|
|
26
|
+
"changeDatabaseToolsPrivateEndpointCompartmentDetails": model.ChangeDatabaseToolsPrivateEndpointCompartmentDetails;
|
|
27
|
+
/**
|
|
28
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
29
|
+
* for a resource, set the `if-match` parameter to the value of the
|
|
30
|
+
* etag from a previous GET or POST response for that resource.
|
|
31
|
+
* The resource will be updated or deleted only if the etag you
|
|
32
|
+
* provide matches the resource's current etag value.
|
|
33
|
+
*
|
|
34
|
+
*/
|
|
35
|
+
"ifMatch"?: string;
|
|
36
|
+
/**
|
|
37
|
+
* The client request ID for tracing.
|
|
38
|
+
*/
|
|
39
|
+
"opcRequestId"?: string;
|
|
40
|
+
/**
|
|
41
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
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
|
+
*
|
|
47
|
+
*/
|
|
48
|
+
"opcRetryToken"?: string;
|
|
49
|
+
}
|
|
@@ -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=change-database-tools-private-endpoint-compartment-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"change-database-tools-private-endpoint-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/change-database-tools-private-endpoint-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/databasetools/CreateDatabaseToolsConnection.ts.html |here} to see how to use CreateDatabaseToolsConnectionRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateDatabaseToolsConnectionRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new DatabaseToolsConnection.
|
|
21
|
+
*/
|
|
22
|
+
"createDatabaseToolsConnectionDetails": model.CreateDatabaseToolsConnectionOracleDatabaseDetails;
|
|
23
|
+
/**
|
|
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
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-connection-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/create-database-tools-connection-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
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
|
+
import common = require("oci-common");
|
|
15
|
+
/**
|
|
16
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.6.1/databasetools/CreateDatabaseToolsPrivateEndpoint.ts.html |here} to see how to use CreateDatabaseToolsPrivateEndpointRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateDatabaseToolsPrivateEndpointRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details for the new DatabaseToolsPrivateEndpoint.
|
|
21
|
+
*/
|
|
22
|
+
"createDatabaseToolsPrivateEndpointDetails": model.CreateDatabaseToolsPrivateEndpointDetails;
|
|
23
|
+
/**
|
|
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
|
+
*
|
|
30
|
+
*/
|
|
31
|
+
"opcRetryToken"?: string;
|
|
32
|
+
/**
|
|
33
|
+
* The client request ID for tracing.
|
|
34
|
+
*/
|
|
35
|
+
"opcRequestId"?: string;
|
|
36
|
+
}
|
|
@@ -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-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-database-tools-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/databasetools/lib/request/create-database-tools-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|