oci-globallydistributeddatabase 2.79.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +22 -0
- package/index.js +45 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +392 -0
- package/lib/client.js +2115 -0
- package/lib/client.js.map +1 -0
- package/lib/model/action-type.d.ts +32 -0
- package/lib/model/action-type.js +43 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/change-private-endpoint-compartment-details.d.ts +27 -0
- package/lib/model/change-private-endpoint-compartment-details.js +29 -0
- package/lib/model/change-private-endpoint-compartment-details.js.map +1 -0
- package/lib/model/change-sharded-database-compartment-details.d.ts +27 -0
- package/lib/model/change-sharded-database-compartment-details.js +29 -0
- package/lib/model/change-sharded-database-compartment-details.js.map +1 -0
- package/lib/model/configure-sharded-database-gsms-details.d.ts +32 -0
- package/lib/model/configure-sharded-database-gsms-details.js +29 -0
- package/lib/model/configure-sharded-database-gsms-details.js.map +1 -0
- package/lib/model/connection-string.d.ts +27 -0
- package/lib/model/connection-string.js +29 -0
- package/lib/model/connection-string.js.map +1 -0
- package/lib/model/create-dedicated-catalog-detail.d.ts +47 -0
- package/lib/model/create-dedicated-catalog-detail.js +57 -0
- package/lib/model/create-dedicated-catalog-detail.js.map +1 -0
- package/lib/model/create-dedicated-shard-detail.d.ts +54 -0
- package/lib/model/create-dedicated-shard-detail.js +57 -0
- package/lib/model/create-dedicated-shard-detail.js.map +1 -0
- package/lib/model/create-dedicated-sharded-database.d.ts +101 -0
- package/lib/model/create-dedicated-sharded-database.js +86 -0
- package/lib/model/create-dedicated-sharded-database.js.map +1 -0
- package/lib/model/create-private-endpoint-details.d.ts +60 -0
- package/lib/model/create-private-endpoint-details.js +29 -0
- package/lib/model/create-private-endpoint-details.js.map +1 -0
- package/lib/model/create-sharded-database-details.d.ts +48 -0
- package/lib/model/create-sharded-database-details.js +68 -0
- package/lib/model/create-sharded-database-details.js.map +1 -0
- package/lib/model/dedicated-catalog-details.d.ts +106 -0
- package/lib/model/dedicated-catalog-details.js +74 -0
- package/lib/model/dedicated-catalog-details.js.map +1 -0
- package/lib/model/dedicated-shard-details.d.ts +110 -0
- package/lib/model/dedicated-shard-details.js +74 -0
- package/lib/model/dedicated-shard-details.js.map +1 -0
- package/lib/model/dedicated-shard-or-catalog-encryption-key-details.d.ts +47 -0
- package/lib/model/dedicated-shard-or-catalog-encryption-key-details.js +29 -0
- package/lib/model/dedicated-shard-or-catalog-encryption-key-details.js.map +1 -0
- package/lib/model/dedicated-sharded-database-summary.d.ts +103 -0
- package/lib/model/dedicated-sharded-database-summary.js +74 -0
- package/lib/model/dedicated-sharded-database-summary.js.map +1 -0
- package/lib/model/dedicated-sharded-database.d.ts +116 -0
- package/lib/model/dedicated-sharded-database.js +112 -0
- package/lib/model/dedicated-sharded-database.js.map +1 -0
- package/lib/model/fetch-shardable-cloud-autonomous-vm-clusters-details.d.ts +56 -0
- package/lib/model/fetch-shardable-cloud-autonomous-vm-clusters-details.js +41 -0
- package/lib/model/fetch-shardable-cloud-autonomous-vm-clusters-details.js.map +1 -0
- package/lib/model/generate-wallet-details.d.ts +26 -0
- package/lib/model/generate-wallet-details.js +29 -0
- package/lib/model/generate-wallet-details.js.map +1 -0
- package/lib/model/gsm-details.d.ts +76 -0
- package/lib/model/gsm-details.js +46 -0
- package/lib/model/gsm-details.js.map +1 -0
- package/lib/model/index.d.ts +114 -0
- package/lib/model/index.js +138 -0
- package/lib/model/index.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 +44 -0
- package/lib/model/operation-type.js +55 -0
- package/lib/model/operation-type.js.map +1 -0
- package/lib/model/patch-insert-instruction.d.ts +29 -0
- package/lib/model/patch-insert-instruction.js +54 -0
- package/lib/model/patch-insert-instruction.js.map +1 -0
- package/lib/model/patch-instruction.d.ts +29 -0
- package/lib/model/patch-instruction.js +76 -0
- package/lib/model/patch-instruction.js.map +1 -0
- package/lib/model/patch-merge-instruction.d.ts +35 -0
- package/lib/model/patch-merge-instruction.js +54 -0
- package/lib/model/patch-merge-instruction.js.map +1 -0
- package/lib/model/patch-remove-instruction.d.ts +26 -0
- package/lib/model/patch-remove-instruction.js +54 -0
- package/lib/model/patch-remove-instruction.js.map +1 -0
- package/lib/model/patch-sharded-database-details.d.ts +30 -0
- package/lib/model/patch-sharded-database-details.js +61 -0
- package/lib/model/patch-sharded-database-details.js.map +1 -0
- package/lib/model/prevalidate-create-payload.d.ts +26 -0
- package/lib/model/prevalidate-create-payload.js +62 -0
- package/lib/model/prevalidate-create-payload.js.map +1 -0
- package/lib/model/prevalidate-patch-payload.d.ts +30 -0
- package/lib/model/prevalidate-patch-payload.js +62 -0
- package/lib/model/prevalidate-patch-payload.js.map +1 -0
- package/lib/model/prevalidate-payload.d.ts +22 -0
- package/lib/model/prevalidate-payload.js +72 -0
- package/lib/model/prevalidate-payload.js.map +1 -0
- package/lib/model/prevalidate-sharded-database-details.d.ts +24 -0
- package/lib/model/prevalidate-sharded-database-details.js +57 -0
- package/lib/model/prevalidate-sharded-database-details.js.map +1 -0
- package/lib/model/prevalidate-sharded-database-result.d.ts +27 -0
- package/lib/model/prevalidate-sharded-database-result.js +29 -0
- package/lib/model/prevalidate-sharded-database-result.js.map +1 -0
- package/lib/model/private-endpoint-collection.d.ts +26 -0
- package/lib/model/private-endpoint-collection.js +61 -0
- package/lib/model/private-endpoint-collection.js.map +1 -0
- package/lib/model/private-endpoint-summary.d.ts +94 -0
- package/lib/model/private-endpoint-summary.js +29 -0
- package/lib/model/private-endpoint-summary.js.map +1 -0
- package/lib/model/private-endpoint.d.ts +116 -0
- package/lib/model/private-endpoint.js +44 -0
- package/lib/model/private-endpoint.js.map +1 -0
- package/lib/model/shardable-cloud-autonomous-vm-cluster-summary.d.ts +157 -0
- package/lib/model/shardable-cloud-autonomous-vm-cluster-summary.js +46 -0
- package/lib/model/shardable-cloud-autonomous-vm-cluster-summary.js.map +1 -0
- package/lib/model/shardable-cloud-autonomous-vm-clusters.d.ts +26 -0
- package/lib/model/shardable-cloud-autonomous-vm-clusters.js +61 -0
- package/lib/model/shardable-cloud-autonomous-vm-clusters.js.map +1 -0
- package/lib/model/sharded-database-collection.d.ts +26 -0
- package/lib/model/sharded-database-collection.js +61 -0
- package/lib/model/sharded-database-collection.js.map +1 -0
- package/lib/model/sharded-database-summary.d.ts +78 -0
- package/lib/model/sharded-database-summary.js +68 -0
- package/lib/model/sharded-database-summary.js.map +1 -0
- package/lib/model/sharded-database.d.ts +94 -0
- package/lib/model/sharded-database.js +85 -0
- package/lib/model/sharded-database.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-private-endpoint-details.d.ts +52 -0
- package/lib/model/update-private-endpoint-details.js +29 -0
- package/lib/model/update-private-endpoint-details.js.map +1 -0
- package/lib/model/update-sharded-database-details.d.ts +43 -0
- package/lib/model/update-sharded-database-details.js +29 -0
- package/lib/model/update-sharded-database-details.js.map +1 -0
- package/lib/model/upload-signed-certificate-and-generate-wallet-details.d.ts +27 -0
- package/lib/model/upload-signed-certificate-and-generate-wallet-details.js +29 -0
- package/lib/model/upload-signed-certificate-and-generate-wallet-details.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-metadata-key.d.ts +27 -0
- package/lib/model/work-request-resource-metadata-key.js +38 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +48 -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-collection.d.ts +26 -0
- package/lib/model/work-request-summary-collection.js +61 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +67 -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 +67 -0
- package/lib/model/work-request.js +61 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/request/change-private-endpoint-compartment-request.d.ts +49 -0
- package/lib/request/change-private-endpoint-compartment-request.js +15 -0
- package/lib/request/change-private-endpoint-compartment-request.js.map +1 -0
- package/lib/request/change-sharded-database-compartment-request.d.ts +49 -0
- package/lib/request/change-sharded-database-compartment-request.js +15 -0
- package/lib/request/change-sharded-database-compartment-request.js.map +1 -0
- package/lib/request/configure-sharded-database-gsms-request.d.ts +49 -0
- package/lib/request/configure-sharded-database-gsms-request.js +15 -0
- package/lib/request/configure-sharded-database-gsms-request.js.map +1 -0
- package/lib/request/configure-sharding-request.d.ts +50 -0
- package/lib/request/configure-sharding-request.js +15 -0
- package/lib/request/configure-sharding-request.js.map +1 -0
- package/lib/request/create-private-endpoint-request.d.ts +36 -0
- package/lib/request/create-private-endpoint-request.js +15 -0
- package/lib/request/create-private-endpoint-request.js.map +1 -0
- package/lib/request/create-sharded-database-request.d.ts +36 -0
- package/lib/request/create-sharded-database-request.js +15 -0
- package/lib/request/create-sharded-database-request.js.map +1 -0
- package/lib/request/delete-private-endpoint-request.d.ts +44 -0
- package/lib/request/delete-private-endpoint-request.js +15 -0
- package/lib/request/delete-private-endpoint-request.js.map +1 -0
- package/lib/request/delete-sharded-database-request.d.ts +44 -0
- package/lib/request/delete-sharded-database-request.js +15 -0
- package/lib/request/delete-sharded-database-request.js.map +1 -0
- package/lib/request/download-gsm-certificate-signing-request-request.d.ts +44 -0
- package/lib/request/download-gsm-certificate-signing-request-request.js +15 -0
- package/lib/request/download-gsm-certificate-signing-request-request.js.map +1 -0
- package/lib/request/fetch-connection-string-request.d.ts +44 -0
- package/lib/request/fetch-connection-string-request.js +15 -0
- package/lib/request/fetch-connection-string-request.js.map +1 -0
- package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.d.ts +36 -0
- package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.js +15 -0
- package/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.js.map +1 -0
- package/lib/request/generate-gsm-certificate-signing-request-request.d.ts +44 -0
- package/lib/request/generate-gsm-certificate-signing-request-request.js +15 -0
- package/lib/request/generate-gsm-certificate-signing-request-request.js.map +1 -0
- package/lib/request/generate-wallet-request.d.ts +49 -0
- package/lib/request/generate-wallet-request.js +15 -0
- package/lib/request/generate-wallet-request.js.map +1 -0
- package/lib/request/get-private-endpoint-request.d.ts +26 -0
- package/lib/request/get-private-endpoint-request.js +15 -0
- package/lib/request/get-private-endpoint-request.js.map +1 -0
- package/lib/request/get-sharded-database-request.d.ts +32 -0
- package/lib/request/get-sharded-database-request.js +15 -0
- package/lib/request/get-sharded-database-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 +70 -0
- package/lib/request/index.js +45 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/list-private-endpoints-request.d.ts +58 -0
- package/lib/request/list-private-endpoints-request.js +24 -0
- package/lib/request/list-private-endpoints-request.js.map +1 -0
- package/lib/request/list-sharded-databases-request.d.ts +58 -0
- package/lib/request/list-sharded-databases-request.js +24 -0
- package/lib/request/list-sharded-databases-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +49 -0
- package/lib/request/list-work-request-errors-request.js +23 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +49 -0
- package/lib/request/list-work-request-logs-request.js +23 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +61 -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/patch-sharded-database-request.d.ts +40 -0
- package/lib/request/patch-sharded-database-request.js +15 -0
- package/lib/request/patch-sharded-database-request.js.map +1 -0
- package/lib/request/prevalidate-sharded-database-request.d.ts +40 -0
- package/lib/request/prevalidate-sharded-database-request.js +15 -0
- package/lib/request/prevalidate-sharded-database-request.js.map +1 -0
- package/lib/request/start-sharded-database-request.d.ts +44 -0
- package/lib/request/start-sharded-database-request.js +15 -0
- package/lib/request/start-sharded-database-request.js.map +1 -0
- package/lib/request/stop-sharded-database-request.d.ts +44 -0
- package/lib/request/stop-sharded-database-request.js +15 -0
- package/lib/request/stop-sharded-database-request.js.map +1 -0
- package/lib/request/update-private-endpoint-request.d.ts +49 -0
- package/lib/request/update-private-endpoint-request.js +15 -0
- package/lib/request/update-private-endpoint-request.js.map +1 -0
- package/lib/request/update-sharded-database-request.d.ts +40 -0
- package/lib/request/update-sharded-database-request.js +15 -0
- package/lib/request/update-sharded-database-request.js.map +1 -0
- package/lib/request/upload-signed-certificate-and-generate-wallet-request.d.ts +51 -0
- package/lib/request/upload-signed-certificate-and-generate-wallet-request.js +15 -0
- package/lib/request/upload-signed-certificate-and-generate-wallet-request.js.map +1 -0
- package/lib/request/validate-network-request.d.ts +58 -0
- package/lib/request/validate-network-request.js +15 -0
- package/lib/request/validate-network-request.js.map +1 -0
- package/lib/response/change-private-endpoint-compartment-response.d.ts +25 -0
- package/lib/response/change-private-endpoint-compartment-response.js +15 -0
- package/lib/response/change-private-endpoint-compartment-response.js.map +1 -0
- package/lib/response/change-sharded-database-compartment-response.d.ts +25 -0
- package/lib/response/change-sharded-database-compartment-response.js +15 -0
- package/lib/response/change-sharded-database-compartment-response.js.map +1 -0
- package/lib/response/configure-sharded-database-gsms-response.d.ts +25 -0
- package/lib/response/configure-sharded-database-gsms-response.js +15 -0
- package/lib/response/configure-sharded-database-gsms-response.js.map +1 -0
- package/lib/response/configure-sharding-response.d.ts +25 -0
- package/lib/response/configure-sharding-response.js +15 -0
- package/lib/response/configure-sharding-response.js.map +1 -0
- package/lib/response/create-private-endpoint-response.d.ts +35 -0
- package/lib/response/create-private-endpoint-response.js +15 -0
- package/lib/response/create-private-endpoint-response.js.map +1 -0
- package/lib/response/create-sharded-database-response.d.ts +35 -0
- package/lib/response/create-sharded-database-response.js +15 -0
- package/lib/response/create-sharded-database-response.js.map +1 -0
- package/lib/response/delete-private-endpoint-response.d.ts +25 -0
- package/lib/response/delete-private-endpoint-response.js +15 -0
- package/lib/response/delete-private-endpoint-response.js.map +1 -0
- package/lib/response/delete-sharded-database-response.d.ts +25 -0
- package/lib/response/delete-sharded-database-response.js +15 -0
- package/lib/response/delete-sharded-database-response.js.map +1 -0
- package/lib/response/download-gsm-certificate-signing-request-response.d.ts +39 -0
- package/lib/response/download-gsm-certificate-signing-request-response.js +15 -0
- package/lib/response/download-gsm-certificate-signing-request-response.js.map +1 -0
- package/lib/response/fetch-connection-string-response.d.ts +30 -0
- package/lib/response/fetch-connection-string-response.js +15 -0
- package/lib/response/fetch-connection-string-response.js.map +1 -0
- package/lib/response/fetch-shardable-cloud-autonomous-vm-clusters-response.d.ts +25 -0
- package/lib/response/fetch-shardable-cloud-autonomous-vm-clusters-response.js +15 -0
- package/lib/response/fetch-shardable-cloud-autonomous-vm-clusters-response.js.map +1 -0
- package/lib/response/generate-gsm-certificate-signing-request-response.d.ts +25 -0
- package/lib/response/generate-gsm-certificate-signing-request-response.js +15 -0
- package/lib/response/generate-gsm-certificate-signing-request-response.js.map +1 -0
- package/lib/response/generate-wallet-response.d.ts +39 -0
- package/lib/response/generate-wallet-response.js +15 -0
- package/lib/response/generate-wallet-response.js.map +1 -0
- package/lib/response/get-private-endpoint-response.d.ts +30 -0
- package/lib/response/get-private-endpoint-response.js +15 -0
- package/lib/response/get-private-endpoint-response.js.map +1 -0
- package/lib/response/get-sharded-database-response.d.ts +30 -0
- package/lib/response/get-sharded-database-response.js +15 -0
- package/lib/response/get-sharded-database-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 +70 -0
- package/lib/response/index.js +15 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/list-private-endpoints-response.d.ts +32 -0
- package/lib/response/list-private-endpoints-response.js +15 -0
- package/lib/response/list-private-endpoints-response.js.map +1 -0
- package/lib/response/list-sharded-databases-response.d.ts +32 -0
- package/lib/response/list-sharded-databases-response.js +15 -0
- package/lib/response/list-sharded-databases-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/patch-sharded-database-response.d.ts +25 -0
- package/lib/response/patch-sharded-database-response.js +15 -0
- package/lib/response/patch-sharded-database-response.js.map +1 -0
- package/lib/response/prevalidate-sharded-database-response.d.ts +25 -0
- package/lib/response/prevalidate-sharded-database-response.js +15 -0
- package/lib/response/prevalidate-sharded-database-response.js.map +1 -0
- package/lib/response/start-sharded-database-response.d.ts +25 -0
- package/lib/response/start-sharded-database-response.js +15 -0
- package/lib/response/start-sharded-database-response.js.map +1 -0
- package/lib/response/stop-sharded-database-response.d.ts +25 -0
- package/lib/response/stop-sharded-database-response.js +15 -0
- package/lib/response/stop-sharded-database-response.js.map +1 -0
- package/lib/response/update-private-endpoint-response.d.ts +30 -0
- package/lib/response/update-private-endpoint-response.js +15 -0
- package/lib/response/update-private-endpoint-response.js.map +1 -0
- package/lib/response/update-sharded-database-response.d.ts +30 -0
- package/lib/response/update-sharded-database-response.js +15 -0
- package/lib/response/update-sharded-database-response.js.map +1 -0
- package/lib/response/upload-signed-certificate-and-generate-wallet-response.d.ts +25 -0
- package/lib/response/upload-signed-certificate-and-generate-wallet-response.js +15 -0
- package/lib/response/upload-signed-certificate-and-generate-wallet-response.js.map +1 -0
- package/lib/response/validate-network-response.d.ts +25 -0
- package/lib/response/validate-network-response.js +15 -0
- package/lib/response/validate-network-response.js.map +1 -0
- package/lib/shardeddatabaseservice-waiter.d.ts +44 -0
- package/lib/shardeddatabaseservice-waiter.js +88 -0
- package/lib/shardeddatabaseservice-waiter.js.map +1 -0
- package/package.json +29 -0
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/create-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/globallydistributeddatabase/CreateShardedDatabase.ts.html |here} to see how to use CreateShardedDatabaseRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface CreateShardedDatabaseRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Details of Sharded database to be created.
|
|
21
|
+
*/
|
|
22
|
+
"createShardedDatabaseDetails": model.CreateDedicatedShardedDatabase;
|
|
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: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-sharded-database-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"create-sharded-database-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/create-sharded-database-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/DeletePrivateEndpoint.ts.html |here} to see how to use DeletePrivateEndpointRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeletePrivateEndpointRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Oracle Sharded Database PrivateEndpoint identifier
|
|
20
|
+
*/
|
|
21
|
+
"privateEndpointId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
28
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
29
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
30
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
31
|
+
* might be rejected.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRetryToken"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
38
|
+
* etag from a previous GET or POST response for that resource.
|
|
39
|
+
* The resource will be updated or deleted only if the etag you
|
|
40
|
+
* provide matches the resource's current etag value.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/delete-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/DeleteShardedDatabase.ts.html |here} to see how to use DeleteShardedDatabaseRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DeleteShardedDatabaseRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Sharded Database identifier
|
|
20
|
+
*/
|
|
21
|
+
"shardedDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
28
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
29
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
30
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
31
|
+
* might be rejected.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"opcRetryToken"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
38
|
+
* etag from a previous GET or POST response for that resource.
|
|
39
|
+
* The resource will be updated or deleted only if the etag you
|
|
40
|
+
* provide matches the resource's current etag value.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-sharded-database-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-sharded-database-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/delete-sharded-database-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/DownloadGsmCertificateSigningRequest.ts.html |here} to see how to use DownloadGsmCertificateSigningRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface DownloadGsmCertificateSigningRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Sharded Database identifier
|
|
20
|
+
*/
|
|
21
|
+
"shardedDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
37
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=download-gsm-certificate-signing-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"download-gsm-certificate-signing-request-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/download-gsm-certificate-signing-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/FetchConnectionString.ts.html |here} to see how to use FetchConnectionStringRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface FetchConnectionStringRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Sharded Database identifier
|
|
20
|
+
*/
|
|
21
|
+
"shardedDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
24
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
25
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
26
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
27
|
+
* might be rejected.
|
|
28
|
+
*
|
|
29
|
+
*/
|
|
30
|
+
"opcRetryToken"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* The client request ID for tracing.
|
|
33
|
+
*/
|
|
34
|
+
"opcRequestId"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
37
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
38
|
+
* etag from a previous GET or POST response for that resource.
|
|
39
|
+
* The resource will be updated or deleted only if the etag you
|
|
40
|
+
* provide matches the resource's current etag value.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"ifMatch"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=fetch-connection-string-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-connection-string-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/fetch-connection-string-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/globallydistributeddatabase/FetchShardableCloudAutonomousVmClusters.ts.html |here} to see how to use FetchShardableCloudAutonomousVmClustersRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface FetchShardableCloudAutonomousVmClustersRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Request payload to get sharded cloud autonomous vm clusters.
|
|
21
|
+
*/
|
|
22
|
+
"fetchShardableCloudAutonomousVmClustersDetails": model.FetchShardableCloudAutonomousVmClustersDetails;
|
|
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: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=fetch-shardable-cloud-autonomous-vm-clusters-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fetch-shardable-cloud-autonomous-vm-clusters-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/fetch-shardable-cloud-autonomous-vm-clusters-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,44 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/GenerateGsmCertificateSigningRequest.ts.html |here} to see how to use GenerateGsmCertificateSigningRequestRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GenerateGsmCertificateSigningRequestRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Sharded Database identifier
|
|
20
|
+
*/
|
|
21
|
+
"shardedDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
/**
|
|
27
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
28
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
29
|
+
* etag from a previous GET or POST response for that resource.
|
|
30
|
+
* The resource will be updated or deleted only if the etag you
|
|
31
|
+
* provide matches the resource's current etag value.
|
|
32
|
+
*
|
|
33
|
+
*/
|
|
34
|
+
"ifMatch"?: string;
|
|
35
|
+
/**
|
|
36
|
+
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
37
|
+
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
+
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
+
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
+
* might be rejected.
|
|
41
|
+
*
|
|
42
|
+
*/
|
|
43
|
+
"opcRetryToken"?: string;
|
|
44
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=generate-gsm-certificate-signing-request-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-gsm-certificate-signing-request-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/generate-gsm-certificate-signing-request-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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.79.0/globallydistributeddatabase/GenerateWallet.ts.html |here} to see how to use GenerateWalletRequest.
|
|
17
|
+
*/
|
|
18
|
+
export interface GenerateWalletRequest extends common.BaseRequest {
|
|
19
|
+
/**
|
|
20
|
+
* Sharded Database identifier
|
|
21
|
+
*/
|
|
22
|
+
"shardedDatabaseId": string;
|
|
23
|
+
/**
|
|
24
|
+
* Details for generating sharded database wallet.
|
|
25
|
+
*/
|
|
26
|
+
"generateWalletDetails": model.GenerateWalletDetails;
|
|
27
|
+
/**
|
|
28
|
+
* The client request ID for tracing.
|
|
29
|
+
*/
|
|
30
|
+
"opcRequestId"?: string;
|
|
31
|
+
/**
|
|
32
|
+
* For optimistic concurrency control. In the PUT or DELETE call
|
|
33
|
+
* for a resource, set the {@code if-match} parameter to the value of the
|
|
34
|
+
* etag from a previous GET or POST response for that resource.
|
|
35
|
+
* The resource will be updated or deleted only if the etag you
|
|
36
|
+
* provide matches the resource's current etag value.
|
|
37
|
+
*
|
|
38
|
+
*/
|
|
39
|
+
"ifMatch"?: 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: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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=generate-wallet-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"generate-wallet-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/generate-wallet-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/GetPrivateEndpoint.ts.html |here} to see how to use GetPrivateEndpointRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetPrivateEndpointRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Oracle Sharded Database PrivateEndpoint identifier
|
|
20
|
+
*/
|
|
21
|
+
"privateEndpointId": string;
|
|
22
|
+
/**
|
|
23
|
+
* The client request ID for tracing.
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId"?: string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-private-endpoint-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-private-endpoint-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/get-private-endpoint-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20230301
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2024, 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 common = require("oci-common");
|
|
14
|
+
/**
|
|
15
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.79.0/globallydistributeddatabase/GetShardedDatabase.ts.html |here} to see how to use GetShardedDatabaseRequest.
|
|
16
|
+
*/
|
|
17
|
+
export interface GetShardedDatabaseRequest extends common.BaseRequest {
|
|
18
|
+
/**
|
|
19
|
+
* Sharded Database identifier
|
|
20
|
+
*/
|
|
21
|
+
"shardedDatabaseId": string;
|
|
22
|
+
/**
|
|
23
|
+
* Comma separated names of argument corresponding to which metadata need to be retrived, namely VM_CLUSTER_INFO, ADDITIONAL_RESOURCE_INFO.
|
|
24
|
+
* An example is metadata=VM_CLUSTER_INFO,ADDITIONAL_RESOURCE_INFO.
|
|
25
|
+
*
|
|
26
|
+
*/
|
|
27
|
+
"metadata"?: string;
|
|
28
|
+
/**
|
|
29
|
+
* The client request ID for tracing.
|
|
30
|
+
*/
|
|
31
|
+
"opcRequestId"?: string;
|
|
32
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20230301
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2024, 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-sharded-database-request.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-sharded-database-request.js","sourceRoot":"","sources":["../../../../../lib/globallydistributeddatabase/lib/request/get-sharded-database-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|