oci-dbmulticloud 2.121.1 → 2.122.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +9 -0
- package/index.js +10 -1
- package/index.js.map +1 -1
- package/lib/client.d.ts +225 -0
- package/lib/client.js +1099 -1
- package/lib/client.js.map +1 -1
- package/lib/dbmulticloudawsprovider-waiter.d.ts +72 -0
- package/lib/dbmulticloudawsprovider-waiter.js +112 -0
- package/lib/dbmulticloudawsprovider-waiter.js.map +1 -0
- package/lib/dbmulticloudgcpprovider-waiter.d.ts +6 -0
- package/lib/dbmulticloudgcpprovider-waiter.js +6 -0
- package/lib/dbmulticloudgcpprovider-waiter.js.map +1 -1
- package/lib/model/action-type.d.ts +6 -0
- package/lib/model/action-type.js +6 -0
- package/lib/model/action-type.js.map +1 -1
- package/lib/model/arc-agent-nodes.d.ts +6 -0
- package/lib/model/arc-agent-nodes.js +6 -0
- package/lib/model/arc-agent-nodes.js.map +1 -1
- package/lib/model/aws-nodes.d.ts +84 -0
- package/lib/model/aws-nodes.js +75 -0
- package/lib/model/aws-nodes.js.map +1 -0
- package/lib/model/change-multi-cloud-resource-discovery-compartment-details.d.ts +6 -0
- package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js +6 -0
- package/lib/model/change-multi-cloud-resource-discovery-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.d.ts +60 -0
- package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.js +64 -0
- package/lib/model/change-oracle-db-aws-identity-connector-compartment-details.js.map +1 -0
- package/lib/model/change-oracle-db-aws-key-compartment-details.d.ts +60 -0
- package/lib/model/change-oracle-db-aws-key-compartment-details.js +64 -0
- package/lib/model/change-oracle-db-aws-key-compartment-details.js.map +1 -0
- package/lib/model/change-oracle-db-azure-blob-container-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-blob-container-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-blob-mount-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-connector-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-connector-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-connector-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-vault-association-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-vault-association-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-azure-vault-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-azure-vault-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-azure-vault-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-gcp-identity-connector-compartment-details.js.map +1 -1
- package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.d.ts +6 -0
- package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js +6 -0
- package/lib/model/change-oracle-db-gcp-key-ring-compartment-details.js.map +1 -1
- package/lib/model/create-multi-cloud-resource-discovery-details.d.ts +6 -0
- package/lib/model/create-multi-cloud-resource-discovery-details.js +6 -0
- package/lib/model/create-multi-cloud-resource-discovery-details.js.map +1 -1
- package/lib/model/create-oracle-db-aws-identity-connector-details.d.ts +117 -0
- package/lib/model/create-oracle-db-aws-identity-connector-details.js +96 -0
- package/lib/model/create-oracle-db-aws-identity-connector-details.js.map +1 -0
- package/lib/model/create-oracle-db-aws-key-details.d.ts +117 -0
- package/lib/model/create-oracle-db-aws-key-details.js +64 -0
- package/lib/model/create-oracle-db-aws-key-details.js.map +1 -0
- package/lib/model/create-oracle-db-azure-blob-container-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-blob-container-details.js +6 -0
- package/lib/model/create-oracle-db-azure-blob-container-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-blob-mount-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-blob-mount-details.js +6 -0
- package/lib/model/create-oracle-db-azure-blob-mount-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-connector-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-connector-details.js +6 -0
- package/lib/model/create-oracle-db-azure-connector-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-vault-association-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-vault-association-details.js +6 -0
- package/lib/model/create-oracle-db-azure-vault-association-details.js.map +1 -1
- package/lib/model/create-oracle-db-azure-vault-details.d.ts +6 -0
- package/lib/model/create-oracle-db-azure-vault-details.js +6 -0
- package/lib/model/create-oracle-db-azure-vault-details.js.map +1 -1
- package/lib/model/create-oracle-db-gcp-identity-connector-details.d.ts +6 -0
- package/lib/model/create-oracle-db-gcp-identity-connector-details.js +6 -0
- package/lib/model/create-oracle-db-gcp-identity-connector-details.js.map +1 -1
- package/lib/model/create-oracle-db-gcp-key-ring-details.d.ts +6 -0
- package/lib/model/create-oracle-db-gcp-key-ring-details.js +6 -0
- package/lib/model/create-oracle-db-gcp-key-ring-details.js.map +1 -1
- package/lib/model/gcp-nodes.d.ts +6 -0
- package/lib/model/gcp-nodes.js +6 -0
- package/lib/model/gcp-nodes.js.map +1 -1
- package/lib/model/index.d.ts +38 -0
- package/lib/model/index.js +40 -2
- package/lib/model/index.js.map +1 -1
- package/lib/model/multi-cloud-resource-discovery-summary-collection.d.ts +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary-collection.js +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary-collection.js.map +1 -1
- package/lib/model/multi-cloud-resource-discovery-summary.d.ts +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary.js +6 -0
- package/lib/model/multi-cloud-resource-discovery-summary.js.map +1 -1
- package/lib/model/multi-cloud-resource-discovery.d.ts +7 -0
- package/lib/model/multi-cloud-resource-discovery.js +7 -0
- package/lib/model/multi-cloud-resource-discovery.js.map +1 -1
- package/lib/model/operation-status.d.ts +6 -0
- package/lib/model/operation-status.js +6 -0
- package/lib/model/operation-status.js.map +1 -1
- package/lib/model/operation-type.d.ts +17 -0
- package/lib/model/operation-type.js +17 -0
- package/lib/model/operation-type.js.map +1 -1
- package/lib/model/oracle-db-aws-identity-connector-summary-collection.d.ts +61 -0
- package/lib/model/oracle-db-aws-identity-connector-summary-collection.js +96 -0
- package/lib/model/oracle-db-aws-identity-connector-summary-collection.js.map +1 -0
- package/lib/model/oracle-db-aws-identity-connector-summary.d.ts +150 -0
- package/lib/model/oracle-db-aws-identity-connector-summary.js +96 -0
- package/lib/model/oracle-db-aws-identity-connector-summary.js.map +1 -0
- package/lib/model/oracle-db-aws-identity-connector.d.ts +163 -0
- package/lib/model/oracle-db-aws-identity-connector.js +110 -0
- package/lib/model/oracle-db-aws-identity-connector.js.map +1 -0
- package/lib/model/oracle-db-aws-key-summary-collection.d.ts +61 -0
- package/lib/model/oracle-db-aws-key-summary-collection.js +96 -0
- package/lib/model/oracle-db-aws-key-summary-collection.js.map +1 -0
- package/lib/model/oracle-db-aws-key-summary.d.ts +150 -0
- package/lib/model/oracle-db-aws-key-summary.js +64 -0
- package/lib/model/oracle-db-aws-key-summary.js.map +1 -0
- package/lib/model/oracle-db-aws-key.d.ts +163 -0
- package/lib/model/oracle-db-aws-key.js +78 -0
- package/lib/model/oracle-db-aws-key.js.map +1 -0
- package/lib/model/oracle-db-azure-blob-container-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-container-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary.js +6 -0
- package/lib/model/oracle-db-azure-blob-container-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-container.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-container.js +6 -0
- package/lib/model/oracle-db-azure-blob-container.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-mount-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-mount-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary.js +6 -0
- package/lib/model/oracle-db-azure-blob-mount-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-blob-mount.d.ts +6 -0
- package/lib/model/oracle-db-azure-blob-mount.js +6 -0
- package/lib/model/oracle-db-azure-blob-mount.js.map +1 -1
- package/lib/model/oracle-db-azure-connector-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-connector-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-connector-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-connector-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-connector-summary.js +6 -0
- package/lib/model/oracle-db-azure-connector-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-connector.d.ts +6 -0
- package/lib/model/oracle-db-azure-connector.js +6 -0
- package/lib/model/oracle-db-azure-connector.js.map +1 -1
- package/lib/model/oracle-db-azure-key-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-key-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-key-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-key-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-key-summary.js +6 -0
- package/lib/model/oracle-db-azure-key-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-key.d.ts +6 -0
- package/lib/model/oracle-db-azure-key.js +6 -0
- package/lib/model/oracle-db-azure-key.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-association-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-association-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary.js +6 -0
- package/lib/model/oracle-db-azure-vault-association-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-association.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-association.js +6 -0
- package/lib/model/oracle-db-azure-vault-association.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-summary-collection.js +6 -0
- package/lib/model/oracle-db-azure-vault-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-azure-vault-summary.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault-summary.js +6 -0
- package/lib/model/oracle-db-azure-vault-summary.js.map +1 -1
- package/lib/model/oracle-db-azure-vault.d.ts +6 -0
- package/lib/model/oracle-db-azure-vault.js +6 -0
- package/lib/model/oracle-db-azure-vault.js.map +1 -1
- package/lib/model/oracle-db-gcp-identity-connector-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-gcp-identity-connector-summary.d.ts +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary.js +6 -0
- package/lib/model/oracle-db-gcp-identity-connector-summary.js.map +1 -1
- package/lib/model/oracle-db-gcp-identity-connector.d.ts +6 -0
- package/lib/model/oracle-db-gcp-identity-connector.js +6 -0
- package/lib/model/oracle-db-gcp-identity-connector.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-ring-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary-collection.js +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-ring-summary.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary.js +6 -0
- package/lib/model/oracle-db-gcp-key-ring-summary.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-ring.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-ring.js +6 -0
- package/lib/model/oracle-db-gcp-key-ring.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-summary-collection.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-summary-collection.js +6 -0
- package/lib/model/oracle-db-gcp-key-summary-collection.js.map +1 -1
- package/lib/model/oracle-db-gcp-key-summary.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key-summary.js +6 -0
- package/lib/model/oracle-db-gcp-key-summary.js.map +1 -1
- package/lib/model/oracle-db-gcp-key.d.ts +6 -0
- package/lib/model/oracle-db-gcp-key.js +6 -0
- package/lib/model/oracle-db-gcp-key.js.map +1 -1
- package/lib/model/patch-oracle-db-azure-connector-details.d.ts +6 -0
- package/lib/model/patch-oracle-db-azure-connector-details.js +6 -0
- package/lib/model/patch-oracle-db-azure-connector-details.js.map +1 -1
- package/lib/model/refresh-oracle-db-aws-key-details.d.ts +60 -0
- package/lib/model/refresh-oracle-db-aws-key-details.js +64 -0
- package/lib/model/refresh-oracle-db-aws-key-details.js.map +1 -0
- package/lib/model/refresh-oracle-db-azure-vault-details.d.ts +6 -0
- package/lib/model/refresh-oracle-db-azure-vault-details.js +6 -0
- package/lib/model/refresh-oracle-db-azure-vault-details.js.map +1 -1
- package/lib/model/refresh-oracle-db-gcp-key-ring-details.d.ts +6 -0
- package/lib/model/refresh-oracle-db-gcp-key-ring-details.js +6 -0
- package/lib/model/refresh-oracle-db-gcp-key-ring-details.js.map +1 -1
- package/lib/model/resources.d.ts +6 -0
- package/lib/model/resources.js +6 -0
- package/lib/model/resources.js.map +1 -1
- package/lib/model/service-role-detail.d.ts +71 -0
- package/lib/model/service-role-detail.js +68 -0
- package/lib/model/service-role-detail.js.map +1 -0
- package/lib/model/service-role-details.d.ts +96 -0
- package/lib/model/service-role-details.js +117 -0
- package/lib/model/service-role-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +6 -0
- package/lib/model/sort-order.js +6 -0
- package/lib/model/sort-order.js.map +1 -1
- package/lib/model/update-multi-cloud-resource-discovery-details.d.ts +6 -0
- package/lib/model/update-multi-cloud-resource-discovery-details.js +6 -0
- package/lib/model/update-multi-cloud-resource-discovery-details.js.map +1 -1
- package/lib/model/update-oracle-db-aws-identity-connector-details.d.ts +113 -0
- package/lib/model/update-oracle-db-aws-identity-connector-details.js +96 -0
- package/lib/model/update-oracle-db-aws-identity-connector-details.js.map +1 -0
- package/lib/model/update-oracle-db-aws-key-details.d.ts +83 -0
- package/lib/model/update-oracle-db-aws-key-details.js +64 -0
- package/lib/model/update-oracle-db-aws-key-details.js.map +1 -0
- package/lib/model/update-oracle-db-azure-blob-container-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-blob-container-details.js +6 -0
- package/lib/model/update-oracle-db-azure-blob-container-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-blob-mount-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-blob-mount-details.js +6 -0
- package/lib/model/update-oracle-db-azure-blob-mount-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-connector-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-connector-details.js +6 -0
- package/lib/model/update-oracle-db-azure-connector-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-vault-association-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-vault-association-details.js +6 -0
- package/lib/model/update-oracle-db-azure-vault-association-details.js.map +1 -1
- package/lib/model/update-oracle-db-azure-vault-details.d.ts +6 -0
- package/lib/model/update-oracle-db-azure-vault-details.js +6 -0
- package/lib/model/update-oracle-db-azure-vault-details.js.map +1 -1
- package/lib/model/update-oracle-db-gcp-identity-connector-details.d.ts +6 -0
- package/lib/model/update-oracle-db-gcp-identity-connector-details.js +6 -0
- package/lib/model/update-oracle-db-gcp-identity-connector-details.js.map +1 -1
- package/lib/model/update-oracle-db-gcp-key-ring-details.d.ts +6 -0
- package/lib/model/update-oracle-db-gcp-key-ring-details.js +6 -0
- package/lib/model/update-oracle-db-gcp-key-ring-details.js.map +1 -1
- package/lib/model/work-request-error-collection.d.ts +6 -0
- package/lib/model/work-request-error-collection.js +6 -0
- package/lib/model/work-request-error-collection.js.map +1 -1
- package/lib/model/work-request-error.d.ts +6 -0
- package/lib/model/work-request-error.js +6 -0
- package/lib/model/work-request-error.js.map +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +6 -0
- package/lib/model/work-request-log-entry-collection.js +6 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -1
- package/lib/model/work-request-log-entry.d.ts +6 -0
- package/lib/model/work-request-log-entry.js +6 -0
- package/lib/model/work-request-log-entry.js.map +1 -1
- package/lib/model/work-request-resource-metadata-key.d.ts +6 -0
- package/lib/model/work-request-resource-metadata-key.js +6 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -1
- package/lib/model/work-request-resource.d.ts +6 -0
- package/lib/model/work-request-resource.js +6 -0
- package/lib/model/work-request-resource.js.map +1 -1
- package/lib/model/work-request-summary-collection.d.ts +6 -0
- package/lib/model/work-request-summary-collection.js +6 -0
- package/lib/model/work-request-summary-collection.js.map +1 -1
- package/lib/model/work-request-summary.d.ts +6 -0
- package/lib/model/work-request-summary.js +6 -0
- package/lib/model/work-request-summary.js.map +1 -1
- package/lib/model/work-request.d.ts +6 -0
- package/lib/model/work-request.js +6 -0
- package/lib/model/work-request.js.map +1 -1
- package/lib/multicloudresourcediscovery-waiter.d.ts +6 -0
- package/lib/multicloudresourcediscovery-waiter.js +6 -0
- package/lib/multicloudresourcediscovery-waiter.js.map +1 -1
- package/lib/oracledbazureblobcontainer-waiter.d.ts +6 -0
- package/lib/oracledbazureblobcontainer-waiter.js +6 -0
- package/lib/oracledbazureblobcontainer-waiter.js.map +1 -1
- package/lib/oracledbazureblobmount-waiter.d.ts +6 -0
- package/lib/oracledbazureblobmount-waiter.js +6 -0
- package/lib/oracledbazureblobmount-waiter.js.map +1 -1
- package/lib/oracledbazureconnector-waiter.d.ts +6 -0
- package/lib/oracledbazureconnector-waiter.js +6 -0
- package/lib/oracledbazureconnector-waiter.js.map +1 -1
- package/lib/oracledbazurekey-waiter.d.ts +6 -0
- package/lib/oracledbazurekey-waiter.js +6 -0
- package/lib/oracledbazurekey-waiter.js.map +1 -1
- package/lib/oracledbazurevault-waiter.d.ts +6 -0
- package/lib/oracledbazurevault-waiter.js +6 -0
- package/lib/oracledbazurevault-waiter.js.map +1 -1
- package/lib/oracledbazurevaultassociation-waiter.d.ts +6 -0
- package/lib/oracledbazurevaultassociation-waiter.js +6 -0
- package/lib/oracledbazurevaultassociation-waiter.js.map +1 -1
- package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.d.ts +49 -0
- package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.js +15 -0
- package/lib/request/change-oracle-db-aws-identity-connector-compartment-request.js.map +1 -0
- package/lib/request/change-oracle-db-aws-key-compartment-request.d.ts +49 -0
- package/lib/request/change-oracle-db-aws-key-compartment-request.js +15 -0
- package/lib/request/change-oracle-db-aws-key-compartment-request.js.map +1 -0
- package/lib/request/create-oracle-db-aws-identity-connector-request.d.ts +37 -0
- package/lib/request/create-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/create-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/create-oracle-db-aws-key-request.d.ts +45 -0
- package/lib/request/create-oracle-db-aws-key-request.js +15 -0
- package/lib/request/create-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/delete-oracle-db-aws-identity-connector-request.d.ts +35 -0
- package/lib/request/delete-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/delete-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/delete-oracle-db-aws-key-request.d.ts +35 -0
- package/lib/request/delete-oracle-db-aws-key-request.js +15 -0
- package/lib/request/delete-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/get-oracle-db-aws-identity-connector-request.d.ts +26 -0
- package/lib/request/get-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/get-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/get-oracle-db-aws-key-request.d.ts +39 -0
- package/lib/request/get-oracle-db-aws-key-request.js +15 -0
- package/lib/request/get-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/index.d.ts +34 -0
- package/lib/request/index.js +11 -1
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-oracle-db-aws-identity-connectors-request.d.ts +63 -0
- package/lib/request/list-oracle-db-aws-identity-connectors-request.js +24 -0
- package/lib/request/list-oracle-db-aws-identity-connectors-request.js.map +1 -0
- package/lib/request/list-oracle-db-aws-keys-request.d.ts +67 -0
- package/lib/request/list-oracle-db-aws-keys-request.js +24 -0
- package/lib/request/list-oracle-db-aws-keys-request.js.map +1 -0
- package/lib/request/list-oracle-db-gcp-identity-connectors-request.d.ts +1 -1
- package/lib/request/refresh-oracle-db-aws-identity-connector-request.d.ts +44 -0
- package/lib/request/refresh-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/refresh-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/refresh-oracle-db-aws-key-request.d.ts +49 -0
- package/lib/request/refresh-oracle-db-aws-key-request.js +15 -0
- package/lib/request/refresh-oracle-db-aws-key-request.js.map +1 -0
- package/lib/request/update-oracle-db-aws-identity-connector-request.d.ts +40 -0
- package/lib/request/update-oracle-db-aws-identity-connector-request.js +15 -0
- package/lib/request/update-oracle-db-aws-identity-connector-request.js.map +1 -0
- package/lib/request/update-oracle-db-aws-key-request.d.ts +40 -0
- package/lib/request/update-oracle-db-aws-key-request.js +15 -0
- package/lib/request/update-oracle-db-aws-key-request.js.map +1 -0
- package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.d.ts +26 -0
- package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.js +15 -0
- package/lib/response/change-oracle-db-aws-identity-connector-compartment-response.js.map +1 -0
- package/lib/response/change-oracle-db-aws-key-compartment-response.d.ts +26 -0
- package/lib/response/change-oracle-db-aws-key-compartment-response.js +15 -0
- package/lib/response/change-oracle-db-aws-key-compartment-response.js.map +1 -0
- package/lib/response/create-oracle-db-aws-identity-connector-response.d.ts +44 -0
- package/lib/response/create-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/create-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/create-oracle-db-aws-key-response.d.ts +44 -0
- package/lib/response/create-oracle-db-aws-key-response.js +15 -0
- package/lib/response/create-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/delete-oracle-db-aws-identity-connector-response.d.ts +26 -0
- package/lib/response/delete-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/delete-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/delete-oracle-db-aws-key-response.d.ts +26 -0
- package/lib/response/delete-oracle-db-aws-key-response.js +15 -0
- package/lib/response/delete-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/get-oracle-db-aws-identity-connector-response.d.ts +30 -0
- package/lib/response/get-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/get-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/get-oracle-db-aws-key-response.d.ts +30 -0
- package/lib/response/get-oracle-db-aws-key-response.js +15 -0
- package/lib/response/get-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/index.d.ts +34 -0
- package/lib/response/index.js +6 -0
- package/lib/response/index.js.map +1 -1
- package/lib/response/list-oracle-db-aws-identity-connectors-response.d.ts +31 -0
- package/lib/response/list-oracle-db-aws-identity-connectors-response.js +15 -0
- package/lib/response/list-oracle-db-aws-identity-connectors-response.js.map +1 -0
- package/lib/response/list-oracle-db-aws-keys-response.d.ts +31 -0
- package/lib/response/list-oracle-db-aws-keys-response.js +15 -0
- package/lib/response/list-oracle-db-aws-keys-response.js.map +1 -0
- package/lib/response/refresh-oracle-db-aws-identity-connector-response.d.ts +26 -0
- package/lib/response/refresh-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/refresh-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/refresh-oracle-db-aws-key-response.d.ts +26 -0
- package/lib/response/refresh-oracle-db-aws-key-response.js +15 -0
- package/lib/response/refresh-oracle-db-aws-key-response.js.map +1 -0
- package/lib/response/update-oracle-db-aws-identity-connector-response.d.ts +26 -0
- package/lib/response/update-oracle-db-aws-identity-connector-response.js +15 -0
- package/lib/response/update-oracle-db-aws-identity-connector-response.js.map +1 -0
- package/lib/response/update-oracle-db-aws-key-response.d.ts +26 -0
- package/lib/response/update-oracle-db-aws-key-response.js +15 -0
- package/lib/response/update-oracle-db-aws-key-response.js.map +1 -0
- package/lib/workrequest-waiter.d.ts +6 -0
- package/lib/workrequest-waiter.js +6 -0
- package/lib/workrequest-waiter.js.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-oracle-db-aws-identity-connector-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-oracle-db-aws-identity-connector-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/delete-oracle-db-aws-identity-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface DeleteOracleDbAwsKeyResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
22
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-oracle-db-aws-key-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"delete-oracle-db-aws-key-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/delete-oracle-db-aws-key-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetOracleDbAwsIdentityConnectorResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.OracleDbAwsIdentityConnector instance.
|
|
28
|
+
*/
|
|
29
|
+
"oracleDbAwsIdentityConnector": model.OracleDbAwsIdentityConnector;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-oracle-db-aws-identity-connector-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-oracle-db-aws-identity-connector-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/get-oracle-db-aws-identity-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,30 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface GetOracleDbAwsKeyResponse {
|
|
15
|
+
/**
|
|
16
|
+
* For optimistic concurrency control. See {@code if-match}.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"etag": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
/**
|
|
27
|
+
* The returned model.OracleDbAwsKey instance.
|
|
28
|
+
*/
|
|
29
|
+
"oracleDbAwsKey": model.OracleDbAwsKey;
|
|
30
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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-oracle-db-aws-key-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"get-oracle-db-aws-key-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/get-oracle-db-aws-key-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
package/lib/response/index.d.ts
CHANGED
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -39,6 +45,34 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
39
45
|
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
40
46
|
* 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.
|
|
41
47
|
*/
|
|
48
|
+
import * as ChangeOracleDbAwsIdentityConnectorCompartmentResponse from "./change-oracle-db-aws-identity-connector-compartment-response";
|
|
49
|
+
export import ChangeOracleDbAwsIdentityConnectorCompartmentResponse = ChangeOracleDbAwsIdentityConnectorCompartmentResponse.ChangeOracleDbAwsIdentityConnectorCompartmentResponse;
|
|
50
|
+
import * as ChangeOracleDbAwsKeyCompartmentResponse from "./change-oracle-db-aws-key-compartment-response";
|
|
51
|
+
export import ChangeOracleDbAwsKeyCompartmentResponse = ChangeOracleDbAwsKeyCompartmentResponse.ChangeOracleDbAwsKeyCompartmentResponse;
|
|
52
|
+
import * as CreateOracleDbAwsIdentityConnectorResponse from "./create-oracle-db-aws-identity-connector-response";
|
|
53
|
+
export import CreateOracleDbAwsIdentityConnectorResponse = CreateOracleDbAwsIdentityConnectorResponse.CreateOracleDbAwsIdentityConnectorResponse;
|
|
54
|
+
import * as CreateOracleDbAwsKeyResponse from "./create-oracle-db-aws-key-response";
|
|
55
|
+
export import CreateOracleDbAwsKeyResponse = CreateOracleDbAwsKeyResponse.CreateOracleDbAwsKeyResponse;
|
|
56
|
+
import * as DeleteOracleDbAwsIdentityConnectorResponse from "./delete-oracle-db-aws-identity-connector-response";
|
|
57
|
+
export import DeleteOracleDbAwsIdentityConnectorResponse = DeleteOracleDbAwsIdentityConnectorResponse.DeleteOracleDbAwsIdentityConnectorResponse;
|
|
58
|
+
import * as DeleteOracleDbAwsKeyResponse from "./delete-oracle-db-aws-key-response";
|
|
59
|
+
export import DeleteOracleDbAwsKeyResponse = DeleteOracleDbAwsKeyResponse.DeleteOracleDbAwsKeyResponse;
|
|
60
|
+
import * as GetOracleDbAwsIdentityConnectorResponse from "./get-oracle-db-aws-identity-connector-response";
|
|
61
|
+
export import GetOracleDbAwsIdentityConnectorResponse = GetOracleDbAwsIdentityConnectorResponse.GetOracleDbAwsIdentityConnectorResponse;
|
|
62
|
+
import * as GetOracleDbAwsKeyResponse from "./get-oracle-db-aws-key-response";
|
|
63
|
+
export import GetOracleDbAwsKeyResponse = GetOracleDbAwsKeyResponse.GetOracleDbAwsKeyResponse;
|
|
64
|
+
import * as ListOracleDbAwsIdentityConnectorsResponse from "./list-oracle-db-aws-identity-connectors-response";
|
|
65
|
+
export import ListOracleDbAwsIdentityConnectorsResponse = ListOracleDbAwsIdentityConnectorsResponse.ListOracleDbAwsIdentityConnectorsResponse;
|
|
66
|
+
import * as ListOracleDbAwsKeysResponse from "./list-oracle-db-aws-keys-response";
|
|
67
|
+
export import ListOracleDbAwsKeysResponse = ListOracleDbAwsKeysResponse.ListOracleDbAwsKeysResponse;
|
|
68
|
+
import * as RefreshOracleDbAwsIdentityConnectorResponse from "./refresh-oracle-db-aws-identity-connector-response";
|
|
69
|
+
export import RefreshOracleDbAwsIdentityConnectorResponse = RefreshOracleDbAwsIdentityConnectorResponse.RefreshOracleDbAwsIdentityConnectorResponse;
|
|
70
|
+
import * as RefreshOracleDbAwsKeyResponse from "./refresh-oracle-db-aws-key-response";
|
|
71
|
+
export import RefreshOracleDbAwsKeyResponse = RefreshOracleDbAwsKeyResponse.RefreshOracleDbAwsKeyResponse;
|
|
72
|
+
import * as UpdateOracleDbAwsIdentityConnectorResponse from "./update-oracle-db-aws-identity-connector-response";
|
|
73
|
+
export import UpdateOracleDbAwsIdentityConnectorResponse = UpdateOracleDbAwsIdentityConnectorResponse.UpdateOracleDbAwsIdentityConnectorResponse;
|
|
74
|
+
import * as UpdateOracleDbAwsKeyResponse from "./update-oracle-db-aws-key-response";
|
|
75
|
+
export import UpdateOracleDbAwsKeyResponse = UpdateOracleDbAwsKeyResponse.UpdateOracleDbAwsKeyResponse;
|
|
42
76
|
import * as ChangeOracleDbGcpIdentityConnectorCompartmentResponse from "./change-oracle-db-gcp-identity-connector-compartment-response";
|
|
43
77
|
export import ChangeOracleDbGcpIdentityConnectorCompartmentResponse = ChangeOracleDbGcpIdentityConnectorCompartmentResponse.ChangeOracleDbGcpIdentityConnectorCompartmentResponse;
|
|
44
78
|
import * as ChangeOracleDbGcpKeyRingCompartmentResponse from "./change-oracle-db-gcp-key-ring-compartment-response";
|
package/lib/response/index.js
CHANGED
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/index.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListOracleDbAwsIdentityConnectorsResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages of results remain. For
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.OracleDbAwsIdentityConnectorSummaryCollection instance.
|
|
29
|
+
*/
|
|
30
|
+
"oracleDbAwsIdentityConnectorSummaryCollection": model.OracleDbAwsIdentityConnectorSummaryCollection;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-oracle-db-aws-identity-connectors-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-oracle-db-aws-identity-connectors-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/list-oracle-db-aws-identity-connectors-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
import * as model from "../model";
|
|
14
|
+
export interface ListOracleDbAwsKeysResponse {
|
|
15
|
+
/**
|
|
16
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
+
* Oracle about a particular request, please provide the request ID.
|
|
18
|
+
*
|
|
19
|
+
*/
|
|
20
|
+
"opcRequestId": string;
|
|
21
|
+
/**
|
|
22
|
+
* For list pagination. When this header appears in the response, additional pages of results remain. For
|
|
23
|
+
* important details about how pagination works, see [List Pagination](https://docs.oracle.com/iaas/Content/API/Concepts/usingapi.htm#nine).
|
|
24
|
+
*
|
|
25
|
+
*/
|
|
26
|
+
"opcNextPage": string;
|
|
27
|
+
/**
|
|
28
|
+
* The returned model.OracleDbAwsKeySummaryCollection instance.
|
|
29
|
+
*/
|
|
30
|
+
"oracleDbAwsKeySummaryCollection": model.OracleDbAwsKeySummaryCollection;
|
|
31
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
+
*/
|
|
14
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
+
//# sourceMappingURL=list-oracle-db-aws-keys-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"list-oracle-db-aws-keys-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/list-oracle-db-aws-keys-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface RefreshOracleDbAwsIdentityConnectorResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
22
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=refresh-oracle-db-aws-identity-connector-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refresh-oracle-db-aws-identity-connector-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/refresh-oracle-db-aws-identity-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface RefreshOracleDbAwsKeyResponse {
|
|
14
|
+
/**
|
|
15
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
16
|
+
* Oracle about a particular request, please provide the request ID.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
22
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcWorkRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=refresh-oracle-db-aws-key-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"refresh-oracle-db-aws-key-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/refresh-oracle-db-aws-key-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateOracleDbAwsIdentityConnectorResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
16
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=update-oracle-db-aws-identity-connector-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-oracle-db-aws-identity-connector-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/update-oracle-db-aws-identity-connector-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
*
|
|
4
|
+
* OpenAPI spec version: 20240501
|
|
5
|
+
*
|
|
6
|
+
*
|
|
7
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
+
* Do not edit the class manually.
|
|
9
|
+
*
|
|
10
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
+
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
+
*/
|
|
13
|
+
export interface UpdateOracleDbAwsKeyResponse {
|
|
14
|
+
/**
|
|
15
|
+
* The [OCID](https://docs.oracle.com/iaas/Content/General/Concepts/identifiers.htm) of the asynchronous work request.
|
|
16
|
+
* Use GetWorkRequest with this ID to track the status of the request.
|
|
17
|
+
*
|
|
18
|
+
*/
|
|
19
|
+
"opcWorkRequestId": string;
|
|
20
|
+
/**
|
|
21
|
+
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
22
|
+
* Oracle about a particular request, please provide the request ID.
|
|
23
|
+
*
|
|
24
|
+
*/
|
|
25
|
+
"opcRequestId": string;
|
|
26
|
+
}
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/**
|
|
3
|
+
*
|
|
4
|
+
*
|
|
5
|
+
* OpenAPI spec version: 20240501
|
|
6
|
+
*
|
|
7
|
+
*
|
|
8
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
+
* Do not edit the class manually.
|
|
10
|
+
*
|
|
11
|
+
* Copyright (c) 2020, 2025, 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=update-oracle-db-aws-key-response.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"update-oracle-db-aws-key-response.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/response/update-oracle-db-aws-key-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -29,6 +29,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
29
29
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
30
30
|
|
|
31
31
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
32
|
+
<br>
|
|
33
|
+
|
|
34
|
+
<b>AWS</b>:<br>
|
|
35
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
36
|
+
|
|
37
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
32
38
|
|
|
33
39
|
* OpenAPI spec version: 20240501
|
|
34
40
|
*
|
|
@@ -30,6 +30,12 @@ It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container
|
|
|
30
30
|
<b>Google Key Rings Resource:</b> The Google Key Rings Resource is used to register and manage Google Cloud Key Rings within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
31
31
|
|
|
32
32
|
<b>Google Key Resource:</b> The Google Key Resource is used to register and manage a Google Cloud Key within Oracle Cloud Infrastructure (OCI) under an associated Google Key Ring.
|
|
33
|
+
<br>
|
|
34
|
+
|
|
35
|
+
<b>AWS</b>:<br>
|
|
36
|
+
<b>Oracle AWS Connector Resource:</b> The Oracle AWS Connector Resource is used to install the AWS Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
37
|
+
|
|
38
|
+
<b>Google AWS Key Resource:</b> The Oracle AWS Key Resource is used to register and manage a AWS Key within Oracle Cloud Infrastructure (OCI).
|
|
33
39
|
|
|
34
40
|
* OpenAPI spec version: 20240501
|
|
35
41
|
*
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"workrequest-waiter.js","sourceRoot":"","sources":["../../../../lib/dbmulticloud/lib/workrequest-waiter.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"workrequest-waiter.js","sourceRoot":"","sources":["../../../../lib/dbmulticloud/lib/workrequest-waiter.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;AAMH,2CAAgG;AAEhG,MAAa,iBAAiB;IAC5B,YACU,MAAyB,EAChB,MAA4B;QADrC,WAAM,GAAN,MAAM,CAAmB;QAChB,WAAM,GAAN,MAAM,CAAsB;IAC5C,CAAC;IAEJ;;;;;OAKG;IACU,cAAc,CACzB,OAA8C;;YAE9C,OAAO,0BAAa,CAClB,IAAI,CAAC,MAAM,EACX,GAAG,EAAE,CAAC,IAAI,CAAC,MAAM,CAAC,cAAc,CAAC,OAAO,CAAC,EACzC,QAAQ,CAAC,EAAE,CAAC,CAAC,QAAQ,CAAC,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,KAAK,CAAC,CAC/D,CAAC;QACJ,CAAC;KAAA;CACF;AArBD,8CAqBC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "oci-dbmulticloud",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.122.0",
|
|
4
4
|
"description": "OCI NodeJS client for Dbmulticloud Service",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -15,8 +15,8 @@
|
|
|
15
15
|
},
|
|
16
16
|
"license": "(UPL-1.0 OR Apache-2.0)",
|
|
17
17
|
"dependencies": {
|
|
18
|
-
"oci-common": "2.
|
|
19
|
-
"oci-workrequests": "2.
|
|
18
|
+
"oci-common": "2.122.0",
|
|
19
|
+
"oci-workrequests": "2.122.0"
|
|
20
20
|
},
|
|
21
21
|
"publishConfig": {
|
|
22
22
|
"registry": "https://registry.npmjs.org"
|