oci-dbmulticloud 2.121.1 → 2.122.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/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
package/lib/model/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
|
*
|
|
@@ -43,8 +49,14 @@ import * as ActionType from "./action-type";
|
|
|
43
49
|
export import ActionType = ActionType.ActionType;
|
|
44
50
|
import * as ArcAgentNodes from "./arc-agent-nodes";
|
|
45
51
|
export import ArcAgentNodes = ArcAgentNodes.ArcAgentNodes;
|
|
52
|
+
import * as AwsNodes from "./aws-nodes";
|
|
53
|
+
export import AwsNodes = AwsNodes.AwsNodes;
|
|
46
54
|
import * as ChangeMultiCloudResourceDiscoveryCompartmentDetails from "./change-multi-cloud-resource-discovery-compartment-details";
|
|
47
55
|
export import ChangeMultiCloudResourceDiscoveryCompartmentDetails = ChangeMultiCloudResourceDiscoveryCompartmentDetails.ChangeMultiCloudResourceDiscoveryCompartmentDetails;
|
|
56
|
+
import * as ChangeOracleDbAwsIdentityConnectorCompartmentDetails from "./change-oracle-db-aws-identity-connector-compartment-details";
|
|
57
|
+
export import ChangeOracleDbAwsIdentityConnectorCompartmentDetails = ChangeOracleDbAwsIdentityConnectorCompartmentDetails.ChangeOracleDbAwsIdentityConnectorCompartmentDetails;
|
|
58
|
+
import * as ChangeOracleDbAwsKeyCompartmentDetails from "./change-oracle-db-aws-key-compartment-details";
|
|
59
|
+
export import ChangeOracleDbAwsKeyCompartmentDetails = ChangeOracleDbAwsKeyCompartmentDetails.ChangeOracleDbAwsKeyCompartmentDetails;
|
|
48
60
|
import * as ChangeOracleDbAzureBlobContainerCompartmentDetails from "./change-oracle-db-azure-blob-container-compartment-details";
|
|
49
61
|
export import ChangeOracleDbAzureBlobContainerCompartmentDetails = ChangeOracleDbAzureBlobContainerCompartmentDetails.ChangeOracleDbAzureBlobContainerCompartmentDetails;
|
|
50
62
|
import * as ChangeOracleDbAzureBlobMountCompartmentDetails from "./change-oracle-db-azure-blob-mount-compartment-details";
|
|
@@ -61,6 +73,10 @@ import * as ChangeOracleDbGcpKeyRingCompartmentDetails from "./change-oracle-db-
|
|
|
61
73
|
export import ChangeOracleDbGcpKeyRingCompartmentDetails = ChangeOracleDbGcpKeyRingCompartmentDetails.ChangeOracleDbGcpKeyRingCompartmentDetails;
|
|
62
74
|
import * as CreateMultiCloudResourceDiscoveryDetails from "./create-multi-cloud-resource-discovery-details";
|
|
63
75
|
export import CreateMultiCloudResourceDiscoveryDetails = CreateMultiCloudResourceDiscoveryDetails.CreateMultiCloudResourceDiscoveryDetails;
|
|
76
|
+
import * as CreateOracleDbAwsIdentityConnectorDetails from "./create-oracle-db-aws-identity-connector-details";
|
|
77
|
+
export import CreateOracleDbAwsIdentityConnectorDetails = CreateOracleDbAwsIdentityConnectorDetails.CreateOracleDbAwsIdentityConnectorDetails;
|
|
78
|
+
import * as CreateOracleDbAwsKeyDetails from "./create-oracle-db-aws-key-details";
|
|
79
|
+
export import CreateOracleDbAwsKeyDetails = CreateOracleDbAwsKeyDetails.CreateOracleDbAwsKeyDetails;
|
|
64
80
|
import * as CreateOracleDbAzureBlobContainerDetails from "./create-oracle-db-azure-blob-container-details";
|
|
65
81
|
export import CreateOracleDbAzureBlobContainerDetails = CreateOracleDbAzureBlobContainerDetails.CreateOracleDbAzureBlobContainerDetails;
|
|
66
82
|
import * as CreateOracleDbAzureBlobMountDetails from "./create-oracle-db-azure-blob-mount-details";
|
|
@@ -87,6 +103,18 @@ import * as OperationStatus from "./operation-status";
|
|
|
87
103
|
export import OperationStatus = OperationStatus.OperationStatus;
|
|
88
104
|
import * as OperationType from "./operation-type";
|
|
89
105
|
export import OperationType = OperationType.OperationType;
|
|
106
|
+
import * as OracleDbAwsIdentityConnector from "./oracle-db-aws-identity-connector";
|
|
107
|
+
export import OracleDbAwsIdentityConnector = OracleDbAwsIdentityConnector.OracleDbAwsIdentityConnector;
|
|
108
|
+
import * as OracleDbAwsIdentityConnectorSummary from "./oracle-db-aws-identity-connector-summary";
|
|
109
|
+
export import OracleDbAwsIdentityConnectorSummary = OracleDbAwsIdentityConnectorSummary.OracleDbAwsIdentityConnectorSummary;
|
|
110
|
+
import * as OracleDbAwsIdentityConnectorSummaryCollection from "./oracle-db-aws-identity-connector-summary-collection";
|
|
111
|
+
export import OracleDbAwsIdentityConnectorSummaryCollection = OracleDbAwsIdentityConnectorSummaryCollection.OracleDbAwsIdentityConnectorSummaryCollection;
|
|
112
|
+
import * as OracleDbAwsKey from "./oracle-db-aws-key";
|
|
113
|
+
export import OracleDbAwsKey = OracleDbAwsKey.OracleDbAwsKey;
|
|
114
|
+
import * as OracleDbAwsKeySummary from "./oracle-db-aws-key-summary";
|
|
115
|
+
export import OracleDbAwsKeySummary = OracleDbAwsKeySummary.OracleDbAwsKeySummary;
|
|
116
|
+
import * as OracleDbAwsKeySummaryCollection from "./oracle-db-aws-key-summary-collection";
|
|
117
|
+
export import OracleDbAwsKeySummaryCollection = OracleDbAwsKeySummaryCollection.OracleDbAwsKeySummaryCollection;
|
|
90
118
|
import * as OracleDbAzureBlobContainer from "./oracle-db-azure-blob-container";
|
|
91
119
|
export import OracleDbAzureBlobContainer = OracleDbAzureBlobContainer.OracleDbAzureBlobContainer;
|
|
92
120
|
import * as OracleDbAzureBlobContainerSummary from "./oracle-db-azure-blob-container-summary";
|
|
@@ -143,16 +171,26 @@ import * as OracleDbGcpKeySummaryCollection from "./oracle-db-gcp-key-summary-co
|
|
|
143
171
|
export import OracleDbGcpKeySummaryCollection = OracleDbGcpKeySummaryCollection.OracleDbGcpKeySummaryCollection;
|
|
144
172
|
import * as PatchOracleDbAzureConnectorDetails from "./patch-oracle-db-azure-connector-details";
|
|
145
173
|
export import PatchOracleDbAzureConnectorDetails = PatchOracleDbAzureConnectorDetails.PatchOracleDbAzureConnectorDetails;
|
|
174
|
+
import * as RefreshOracleDbAwsKeyDetails from "./refresh-oracle-db-aws-key-details";
|
|
175
|
+
export import RefreshOracleDbAwsKeyDetails = RefreshOracleDbAwsKeyDetails.RefreshOracleDbAwsKeyDetails;
|
|
146
176
|
import * as RefreshOracleDbAzureVaultDetails from "./refresh-oracle-db-azure-vault-details";
|
|
147
177
|
export import RefreshOracleDbAzureVaultDetails = RefreshOracleDbAzureVaultDetails.RefreshOracleDbAzureVaultDetails;
|
|
148
178
|
import * as RefreshOracleDbGcpKeyRingDetails from "./refresh-oracle-db-gcp-key-ring-details";
|
|
149
179
|
export import RefreshOracleDbGcpKeyRingDetails = RefreshOracleDbGcpKeyRingDetails.RefreshOracleDbGcpKeyRingDetails;
|
|
150
180
|
import * as Resources from "./resources";
|
|
151
181
|
export import Resources = Resources.Resources;
|
|
182
|
+
import * as ServiceRoleDetail from "./service-role-detail";
|
|
183
|
+
export import ServiceRoleDetail = ServiceRoleDetail.ServiceRoleDetail;
|
|
184
|
+
import * as ServiceRoleDetails from "./service-role-details";
|
|
185
|
+
export import ServiceRoleDetails = ServiceRoleDetails.ServiceRoleDetails;
|
|
152
186
|
import * as SortOrder from "./sort-order";
|
|
153
187
|
export import SortOrder = SortOrder.SortOrder;
|
|
154
188
|
import * as UpdateMultiCloudResourceDiscoveryDetails from "./update-multi-cloud-resource-discovery-details";
|
|
155
189
|
export import UpdateMultiCloudResourceDiscoveryDetails = UpdateMultiCloudResourceDiscoveryDetails.UpdateMultiCloudResourceDiscoveryDetails;
|
|
190
|
+
import * as UpdateOracleDbAwsIdentityConnectorDetails from "./update-oracle-db-aws-identity-connector-details";
|
|
191
|
+
export import UpdateOracleDbAwsIdentityConnectorDetails = UpdateOracleDbAwsIdentityConnectorDetails.UpdateOracleDbAwsIdentityConnectorDetails;
|
|
192
|
+
import * as UpdateOracleDbAwsKeyDetails from "./update-oracle-db-aws-key-details";
|
|
193
|
+
export import UpdateOracleDbAwsKeyDetails = UpdateOracleDbAwsKeyDetails.UpdateOracleDbAwsKeyDetails;
|
|
156
194
|
import * as UpdateOracleDbAzureBlobContainerDetails from "./update-oracle-db-azure-blob-container-details";
|
|
157
195
|
export import UpdateOracleDbAzureBlobContainerDetails = UpdateOracleDbAzureBlobContainerDetails.UpdateOracleDbAzureBlobContainerDetails;
|
|
158
196
|
import * as UpdateOracleDbAzureBlobMountDetails from "./update-oracle-db-azure-blob-mount-details";
|
package/lib/model/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
|
*
|
|
@@ -60,14 +66,20 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
60
66
|
return result;
|
|
61
67
|
};
|
|
62
68
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
63
|
-
exports.
|
|
64
|
-
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateOracleDbGcpKeyRingDetails = exports.UpdateOracleDbGcpIdentityConnectorDetails = exports.UpdateOracleDbAzureVaultDetails = exports.UpdateOracleDbAzureVaultAssociationDetails = exports.UpdateOracleDbAzureConnectorDetails = exports.UpdateOracleDbAzureBlobMountDetails = exports.UpdateOracleDbAzureBlobContainerDetails = exports.UpdateMultiCloudResourceDiscoveryDetails = exports.SortOrder = exports.Resources = exports.RefreshOracleDbGcpKeyRingDetails = exports.RefreshOracleDbAzureVaultDetails = exports.PatchOracleDbAzureConnectorDetails = exports.OracleDbGcpKeySummaryCollection = void 0;
|
|
69
|
+
exports.OracleDbAzureVaultAssociationSummary = exports.OracleDbAzureVaultAssociation = exports.OracleDbAzureVault = exports.OracleDbAzureKeySummaryCollection = exports.OracleDbAzureKeySummary = exports.OracleDbAzureKey = exports.OracleDbAzureConnectorSummaryCollection = exports.OracleDbAzureConnectorSummary = exports.OracleDbAzureConnector = exports.OracleDbAzureBlobMountSummaryCollection = exports.OracleDbAzureBlobMountSummary = exports.OracleDbAzureBlobMount = exports.OracleDbAzureBlobContainerSummaryCollection = exports.OracleDbAzureBlobContainerSummary = exports.OracleDbAzureBlobContainer = exports.OracleDbAwsKeySummaryCollection = exports.OracleDbAwsKeySummary = exports.OracleDbAwsKey = exports.OracleDbAwsIdentityConnectorSummaryCollection = exports.OracleDbAwsIdentityConnectorSummary = exports.OracleDbAwsIdentityConnector = exports.OperationType = exports.OperationStatus = exports.MultiCloudResourceDiscoverySummaryCollection = exports.MultiCloudResourceDiscoverySummary = exports.MultiCloudResourceDiscovery = exports.GcpNodes = exports.CreateOracleDbGcpKeyRingDetails = exports.CreateOracleDbGcpIdentityConnectorDetails = exports.CreateOracleDbAzureVaultDetails = exports.CreateOracleDbAzureVaultAssociationDetails = exports.CreateOracleDbAzureConnectorDetails = exports.CreateOracleDbAzureBlobMountDetails = exports.CreateOracleDbAzureBlobContainerDetails = exports.CreateOracleDbAwsKeyDetails = exports.CreateOracleDbAwsIdentityConnectorDetails = exports.CreateMultiCloudResourceDiscoveryDetails = exports.ChangeOracleDbGcpKeyRingCompartmentDetails = exports.ChangeOracleDbGcpIdentityConnectorCompartmentDetails = exports.ChangeOracleDbAzureVaultCompartmentDetails = exports.ChangeOracleDbAzureVaultAssociationCompartmentDetails = exports.ChangeOracleDbAzureConnectorCompartmentDetails = exports.ChangeOracleDbAzureBlobMountCompartmentDetails = exports.ChangeOracleDbAzureBlobContainerCompartmentDetails = exports.ChangeOracleDbAwsKeyCompartmentDetails = exports.ChangeOracleDbAwsIdentityConnectorCompartmentDetails = exports.ChangeMultiCloudResourceDiscoveryCompartmentDetails = exports.AwsNodes = exports.ArcAgentNodes = exports.ActionType = void 0;
|
|
70
|
+
exports.WorkRequestSummaryCollection = exports.WorkRequestSummary = exports.WorkRequestResourceMetadataKey = exports.WorkRequestResource = exports.WorkRequestLogEntryCollection = exports.WorkRequestLogEntry = exports.WorkRequestErrorCollection = exports.WorkRequestError = exports.WorkRequest = exports.UpdateOracleDbGcpKeyRingDetails = exports.UpdateOracleDbGcpIdentityConnectorDetails = exports.UpdateOracleDbAzureVaultDetails = exports.UpdateOracleDbAzureVaultAssociationDetails = exports.UpdateOracleDbAzureConnectorDetails = exports.UpdateOracleDbAzureBlobMountDetails = exports.UpdateOracleDbAzureBlobContainerDetails = exports.UpdateOracleDbAwsKeyDetails = exports.UpdateOracleDbAwsIdentityConnectorDetails = exports.UpdateMultiCloudResourceDiscoveryDetails = exports.SortOrder = exports.ServiceRoleDetails = exports.ServiceRoleDetail = exports.Resources = exports.RefreshOracleDbGcpKeyRingDetails = exports.RefreshOracleDbAzureVaultDetails = exports.RefreshOracleDbAwsKeyDetails = exports.PatchOracleDbAzureConnectorDetails = exports.OracleDbGcpKeySummaryCollection = exports.OracleDbGcpKeySummary = exports.OracleDbGcpKeyRingSummaryCollection = exports.OracleDbGcpKeyRingSummary = exports.OracleDbGcpKeyRing = exports.OracleDbGcpKey = exports.OracleDbGcpIdentityConnectorSummaryCollection = exports.OracleDbGcpIdentityConnectorSummary = exports.OracleDbGcpIdentityConnector = exports.OracleDbAzureVaultSummaryCollection = exports.OracleDbAzureVaultSummary = exports.OracleDbAzureVaultAssociationSummaryCollection = void 0;
|
|
65
71
|
const ActionType = __importStar(require("./action-type"));
|
|
66
72
|
exports.ActionType = ActionType.ActionType;
|
|
67
73
|
const ArcAgentNodes = __importStar(require("./arc-agent-nodes"));
|
|
68
74
|
exports.ArcAgentNodes = ArcAgentNodes.ArcAgentNodes;
|
|
75
|
+
const AwsNodes = __importStar(require("./aws-nodes"));
|
|
76
|
+
exports.AwsNodes = AwsNodes.AwsNodes;
|
|
69
77
|
const ChangeMultiCloudResourceDiscoveryCompartmentDetails = __importStar(require("./change-multi-cloud-resource-discovery-compartment-details"));
|
|
70
78
|
exports.ChangeMultiCloudResourceDiscoveryCompartmentDetails = ChangeMultiCloudResourceDiscoveryCompartmentDetails.ChangeMultiCloudResourceDiscoveryCompartmentDetails;
|
|
79
|
+
const ChangeOracleDbAwsIdentityConnectorCompartmentDetails = __importStar(require("./change-oracle-db-aws-identity-connector-compartment-details"));
|
|
80
|
+
exports.ChangeOracleDbAwsIdentityConnectorCompartmentDetails = ChangeOracleDbAwsIdentityConnectorCompartmentDetails.ChangeOracleDbAwsIdentityConnectorCompartmentDetails;
|
|
81
|
+
const ChangeOracleDbAwsKeyCompartmentDetails = __importStar(require("./change-oracle-db-aws-key-compartment-details"));
|
|
82
|
+
exports.ChangeOracleDbAwsKeyCompartmentDetails = ChangeOracleDbAwsKeyCompartmentDetails.ChangeOracleDbAwsKeyCompartmentDetails;
|
|
71
83
|
const ChangeOracleDbAzureBlobContainerCompartmentDetails = __importStar(require("./change-oracle-db-azure-blob-container-compartment-details"));
|
|
72
84
|
exports.ChangeOracleDbAzureBlobContainerCompartmentDetails = ChangeOracleDbAzureBlobContainerCompartmentDetails.ChangeOracleDbAzureBlobContainerCompartmentDetails;
|
|
73
85
|
const ChangeOracleDbAzureBlobMountCompartmentDetails = __importStar(require("./change-oracle-db-azure-blob-mount-compartment-details"));
|
|
@@ -84,6 +96,10 @@ const ChangeOracleDbGcpKeyRingCompartmentDetails = __importStar(require("./chang
|
|
|
84
96
|
exports.ChangeOracleDbGcpKeyRingCompartmentDetails = ChangeOracleDbGcpKeyRingCompartmentDetails.ChangeOracleDbGcpKeyRingCompartmentDetails;
|
|
85
97
|
const CreateMultiCloudResourceDiscoveryDetails = __importStar(require("./create-multi-cloud-resource-discovery-details"));
|
|
86
98
|
exports.CreateMultiCloudResourceDiscoveryDetails = CreateMultiCloudResourceDiscoveryDetails.CreateMultiCloudResourceDiscoveryDetails;
|
|
99
|
+
const CreateOracleDbAwsIdentityConnectorDetails = __importStar(require("./create-oracle-db-aws-identity-connector-details"));
|
|
100
|
+
exports.CreateOracleDbAwsIdentityConnectorDetails = CreateOracleDbAwsIdentityConnectorDetails.CreateOracleDbAwsIdentityConnectorDetails;
|
|
101
|
+
const CreateOracleDbAwsKeyDetails = __importStar(require("./create-oracle-db-aws-key-details"));
|
|
102
|
+
exports.CreateOracleDbAwsKeyDetails = CreateOracleDbAwsKeyDetails.CreateOracleDbAwsKeyDetails;
|
|
87
103
|
const CreateOracleDbAzureBlobContainerDetails = __importStar(require("./create-oracle-db-azure-blob-container-details"));
|
|
88
104
|
exports.CreateOracleDbAzureBlobContainerDetails = CreateOracleDbAzureBlobContainerDetails.CreateOracleDbAzureBlobContainerDetails;
|
|
89
105
|
const CreateOracleDbAzureBlobMountDetails = __importStar(require("./create-oracle-db-azure-blob-mount-details"));
|
|
@@ -110,6 +126,18 @@ const OperationStatus = __importStar(require("./operation-status"));
|
|
|
110
126
|
exports.OperationStatus = OperationStatus.OperationStatus;
|
|
111
127
|
const OperationType = __importStar(require("./operation-type"));
|
|
112
128
|
exports.OperationType = OperationType.OperationType;
|
|
129
|
+
const OracleDbAwsIdentityConnector = __importStar(require("./oracle-db-aws-identity-connector"));
|
|
130
|
+
exports.OracleDbAwsIdentityConnector = OracleDbAwsIdentityConnector.OracleDbAwsIdentityConnector;
|
|
131
|
+
const OracleDbAwsIdentityConnectorSummary = __importStar(require("./oracle-db-aws-identity-connector-summary"));
|
|
132
|
+
exports.OracleDbAwsIdentityConnectorSummary = OracleDbAwsIdentityConnectorSummary.OracleDbAwsIdentityConnectorSummary;
|
|
133
|
+
const OracleDbAwsIdentityConnectorSummaryCollection = __importStar(require("./oracle-db-aws-identity-connector-summary-collection"));
|
|
134
|
+
exports.OracleDbAwsIdentityConnectorSummaryCollection = OracleDbAwsIdentityConnectorSummaryCollection.OracleDbAwsIdentityConnectorSummaryCollection;
|
|
135
|
+
const OracleDbAwsKey = __importStar(require("./oracle-db-aws-key"));
|
|
136
|
+
exports.OracleDbAwsKey = OracleDbAwsKey.OracleDbAwsKey;
|
|
137
|
+
const OracleDbAwsKeySummary = __importStar(require("./oracle-db-aws-key-summary"));
|
|
138
|
+
exports.OracleDbAwsKeySummary = OracleDbAwsKeySummary.OracleDbAwsKeySummary;
|
|
139
|
+
const OracleDbAwsKeySummaryCollection = __importStar(require("./oracle-db-aws-key-summary-collection"));
|
|
140
|
+
exports.OracleDbAwsKeySummaryCollection = OracleDbAwsKeySummaryCollection.OracleDbAwsKeySummaryCollection;
|
|
113
141
|
const OracleDbAzureBlobContainer = __importStar(require("./oracle-db-azure-blob-container"));
|
|
114
142
|
exports.OracleDbAzureBlobContainer = OracleDbAzureBlobContainer.OracleDbAzureBlobContainer;
|
|
115
143
|
const OracleDbAzureBlobContainerSummary = __importStar(require("./oracle-db-azure-blob-container-summary"));
|
|
@@ -166,16 +194,26 @@ const OracleDbGcpKeySummaryCollection = __importStar(require("./oracle-db-gcp-ke
|
|
|
166
194
|
exports.OracleDbGcpKeySummaryCollection = OracleDbGcpKeySummaryCollection.OracleDbGcpKeySummaryCollection;
|
|
167
195
|
const PatchOracleDbAzureConnectorDetails = __importStar(require("./patch-oracle-db-azure-connector-details"));
|
|
168
196
|
exports.PatchOracleDbAzureConnectorDetails = PatchOracleDbAzureConnectorDetails.PatchOracleDbAzureConnectorDetails;
|
|
197
|
+
const RefreshOracleDbAwsKeyDetails = __importStar(require("./refresh-oracle-db-aws-key-details"));
|
|
198
|
+
exports.RefreshOracleDbAwsKeyDetails = RefreshOracleDbAwsKeyDetails.RefreshOracleDbAwsKeyDetails;
|
|
169
199
|
const RefreshOracleDbAzureVaultDetails = __importStar(require("./refresh-oracle-db-azure-vault-details"));
|
|
170
200
|
exports.RefreshOracleDbAzureVaultDetails = RefreshOracleDbAzureVaultDetails.RefreshOracleDbAzureVaultDetails;
|
|
171
201
|
const RefreshOracleDbGcpKeyRingDetails = __importStar(require("./refresh-oracle-db-gcp-key-ring-details"));
|
|
172
202
|
exports.RefreshOracleDbGcpKeyRingDetails = RefreshOracleDbGcpKeyRingDetails.RefreshOracleDbGcpKeyRingDetails;
|
|
173
203
|
const Resources = __importStar(require("./resources"));
|
|
174
204
|
exports.Resources = Resources.Resources;
|
|
205
|
+
const ServiceRoleDetail = __importStar(require("./service-role-detail"));
|
|
206
|
+
exports.ServiceRoleDetail = ServiceRoleDetail.ServiceRoleDetail;
|
|
207
|
+
const ServiceRoleDetails = __importStar(require("./service-role-details"));
|
|
208
|
+
exports.ServiceRoleDetails = ServiceRoleDetails.ServiceRoleDetails;
|
|
175
209
|
const SortOrder = __importStar(require("./sort-order"));
|
|
176
210
|
exports.SortOrder = SortOrder.SortOrder;
|
|
177
211
|
const UpdateMultiCloudResourceDiscoveryDetails = __importStar(require("./update-multi-cloud-resource-discovery-details"));
|
|
178
212
|
exports.UpdateMultiCloudResourceDiscoveryDetails = UpdateMultiCloudResourceDiscoveryDetails.UpdateMultiCloudResourceDiscoveryDetails;
|
|
213
|
+
const UpdateOracleDbAwsIdentityConnectorDetails = __importStar(require("./update-oracle-db-aws-identity-connector-details"));
|
|
214
|
+
exports.UpdateOracleDbAwsIdentityConnectorDetails = UpdateOracleDbAwsIdentityConnectorDetails.UpdateOracleDbAwsIdentityConnectorDetails;
|
|
215
|
+
const UpdateOracleDbAwsKeyDetails = __importStar(require("./update-oracle-db-aws-key-details"));
|
|
216
|
+
exports.UpdateOracleDbAwsKeyDetails = UpdateOracleDbAwsKeyDetails.UpdateOracleDbAwsKeyDetails;
|
|
179
217
|
const UpdateOracleDbAzureBlobContainerDetails = __importStar(require("./update-oracle-db-azure-blob-container-details"));
|
|
180
218
|
exports.UpdateOracleDbAzureBlobContainerDetails = UpdateOracleDbAzureBlobContainerDetails.UpdateOracleDbAzureBlobContainerDetails;
|
|
181
219
|
const UpdateOracleDbAzureBlobMountDetails = __importStar(require("./update-oracle-db-azure-blob-mount-details"));
|
package/lib/model/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/index.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -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":"multi-cloud-resource-discovery-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/multi-cloud-resource-discovery-summary-collection.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"multi-cloud-resource-discovery-summary-collection.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/multi-cloud-resource-discovery-summary-collection.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AAalC,IAAiB,4CAA4C,CA+B5D;AA/BD,WAAiB,4CAA4C;IAC3D,SAAgB,UAAU,CAAC,GAAiD;QAC1E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBACnE,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,uDAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CACpC,GAAiD;QAEjD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,OAAO,EAAE,GAAG,CAAC,KAAK;gBAChB,CAAC,CAAC,GAAG,CAAC,KAAK,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACnB,OAAO,KAAK,CAAC,kCAAkC,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBAC/E,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAfe,mEAAsB,yBAerC,CAAA;AACH,CAAC,EA/BgB,4CAA4C,GAA5C,oDAA4C,KAA5C,oDAA4C,QA+B5D"}
|
|
@@ -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":"multi-cloud-resource-discovery-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/multi-cloud-resource-discovery-summary.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"multi-cloud-resource-discovery-summary.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/multi-cloud-resource-discovery-summary.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA+ElC,IAAiB,kCAAkC,CA6BlD;AA7BD,WAAiB,kCAAkC;IACjD,SAAgB,UAAU,CAAC,GAAuC;QAChE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,6CAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuC;QAC5E,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,yDAAsB,yBAarC,CAAA;AACH,CAAC,EA7BgB,kCAAkC,GAAlC,0CAAkC,KAAlC,0CAAkC,QA6BlD"}
|
|
@@ -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
|
*
|
|
@@ -145,6 +151,7 @@ export declare namespace MultiCloudResourceDiscovery {
|
|
|
145
151
|
Vaults = "VAULTS",
|
|
146
152
|
Storage = "STORAGE",
|
|
147
153
|
GcpKeyRings = "GCP_KEY_RINGS",
|
|
154
|
+
AwsKeys = "AWS_KEYS",
|
|
148
155
|
/**
|
|
149
156
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
150
157
|
* version of the SDK.
|
|
@@ -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
|
*
|
|
@@ -69,6 +75,7 @@ var MultiCloudResourceDiscovery;
|
|
|
69
75
|
ResourceType["Vaults"] = "VAULTS";
|
|
70
76
|
ResourceType["Storage"] = "STORAGE";
|
|
71
77
|
ResourceType["GcpKeyRings"] = "GCP_KEY_RINGS";
|
|
78
|
+
ResourceType["AwsKeys"] = "AWS_KEYS";
|
|
72
79
|
/**
|
|
73
80
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
74
81
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"multi-cloud-resource-discovery.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/multi-cloud-resource-discovery.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"multi-cloud-resource-discovery.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/multi-cloud-resource-discovery.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;;;;;;;;;;;;;;;;;;;;AAEH,gDAAkC;AA4FlC,IAAiB,2BAA2B,CA0D3C;AA1DD,WAAiB,2BAA2B;IAC1C,IAAY,YAUX;IAVD,WAAY,YAAY;QACtB,iCAAiB,CAAA;QACjB,mCAAmB,CAAA;QACnB,6CAA6B,CAAA;QAC7B,oCAAoB,CAAA;QACpB;;;WAGG;QACH,8CAA8B,CAAA;IAChC,CAAC,EAVW,YAAY,GAAZ,wCAAY,KAAZ,wCAAY,QAUvB;IAED,IAAY,cAeX;IAfD,WAAY,cAAc;QACxB,uCAAqB,CAAA;QACrB,4CAA0B,CAAA;QAC1B,qCAAmB,CAAA;QACnB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,yCAAuB,CAAA;QACvB,uCAAqB,CAAA;QACrB,mCAAiB,CAAA;QACjB,oDAAkC,CAAA;QAClC;;;WAGG;QACH,gDAA8B,CAAA;IAChC,CAAC,EAfW,cAAc,GAAd,0CAAc,KAAd,0CAAc,QAezB;IAED,SAAgB,UAAU,CAAC,GAAgC;QACzD,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,SAAS,CAAC,UAAU,CAAC,IAAI,CAAC,CAAC;gBAC1C,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,sCAAU,aAazB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAgC;QACrE,MAAM,OAAO,mCACR,GAAG,GACH;YACD,WAAW,EAAE,GAAG,CAAC,SAAS;gBACxB,CAAC,CAAC,GAAG,CAAC,SAAS,CAAC,GAAG,CAAC,IAAI,CAAC,EAAE;oBACvB,OAAO,KAAK,CAAC,SAAS,CAAC,sBAAsB,CAAC,IAAI,CAAC,CAAC;gBACtD,CAAC,CAAC;gBACJ,CAAC,CAAC,SAAS;SACd,CACF,CAAC;QAEF,OAAO,OAAO,CAAC;IACjB,CAAC;IAbe,kDAAsB,yBAarC,CAAA;AACH,CAAC,EA1DgB,2BAA2B,GAA3B,mCAA2B,KAA3B,mCAA2B,QA0D3C"}
|
|
@@ -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":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"operation-status.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/operation-status.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAKH;;IAEI;AACJ,IAAY,eAeX;AAfD,WAAY,eAAe;IACzB,wCAAqB,CAAA;IACrB,6CAA0B,CAAA;IAC1B,sCAAmB,CAAA;IACnB,qDAAkC,CAAA;IAClC,oCAAiB,CAAA;IACjB,0CAAuB,CAAA;IACvB,0CAAuB,CAAA;IACvB,wCAAqB,CAAA;IAErB;;;OAGG;IACH,iDAA8B,CAAA;AAChC,CAAC,EAfW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAe1B;AAED,WAAiB,eAAe;IAC9B,SAAgB,UAAU,CAAC,GAAoB;QAC7C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,0BAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAoB;QACzD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,sCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAO/B"}
|
|
@@ -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
|
*
|
|
@@ -71,6 +77,7 @@ export declare enum OperationType {
|
|
|
71
77
|
MoveAzureVaultAssociation = "MOVE_AZURE_VAULT_ASSOCIATION",
|
|
72
78
|
PatchDbResource = "PATCH_DB_RESOURCE",
|
|
73
79
|
CreateGcpIdentityConfiguration = "CREATE_GCP_IDENTITY_CONFIGURATION",
|
|
80
|
+
DeleteGcpIdentityConfiguration = "DELETE_GCP_IDENTITY_CONFIGURATION",
|
|
74
81
|
CreateGcpConnector = "CREATE_GCP_CONNECTOR",
|
|
75
82
|
DeleteGcpConnector = "DELETE_GCP_CONNECTOR",
|
|
76
83
|
UpdateGcpConnector = "UPDATE_GCP_CONNECTOR",
|
|
@@ -82,6 +89,16 @@ export declare enum OperationType {
|
|
|
82
89
|
UpdateGcpKeyRing = "UPDATE_GCP_KEY_RING",
|
|
83
90
|
MoveGcpKeyRing = "MOVE_GCP_KEY_RING",
|
|
84
91
|
RefreshGcpKeyRing = "REFRESH_GCP_KEY_RING",
|
|
92
|
+
CreateAwsConnector = "CREATE_AWS_CONNECTOR",
|
|
93
|
+
DeleteAwsConnector = "DELETE_AWS_CONNECTOR",
|
|
94
|
+
UpdateAwsConnector = "UPDATE_AWS_CONNECTOR",
|
|
95
|
+
MoveAwsConnector = "MOVE_AWS_CONNECTOR",
|
|
96
|
+
RefreshAwsConnector = "REFRESH_AWS_CONNECTOR",
|
|
97
|
+
CreateAwsKey = "CREATE_AWS_KEY",
|
|
98
|
+
DeleteAwsKey = "DELETE_AWS_KEY",
|
|
99
|
+
UpdateAwsKey = "UPDATE_AWS_KEY",
|
|
100
|
+
MoveAwsKey = "MOVE_AWS_KEY",
|
|
101
|
+
RefreshAwsKey = "REFRESH_AWS_KEY",
|
|
85
102
|
/**
|
|
86
103
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
87
104
|
* version of the SDK.
|
|
@@ -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
|
*
|
|
@@ -75,6 +81,7 @@ var OperationType;
|
|
|
75
81
|
OperationType["MoveAzureVaultAssociation"] = "MOVE_AZURE_VAULT_ASSOCIATION";
|
|
76
82
|
OperationType["PatchDbResource"] = "PATCH_DB_RESOURCE";
|
|
77
83
|
OperationType["CreateGcpIdentityConfiguration"] = "CREATE_GCP_IDENTITY_CONFIGURATION";
|
|
84
|
+
OperationType["DeleteGcpIdentityConfiguration"] = "DELETE_GCP_IDENTITY_CONFIGURATION";
|
|
78
85
|
OperationType["CreateGcpConnector"] = "CREATE_GCP_CONNECTOR";
|
|
79
86
|
OperationType["DeleteGcpConnector"] = "DELETE_GCP_CONNECTOR";
|
|
80
87
|
OperationType["UpdateGcpConnector"] = "UPDATE_GCP_CONNECTOR";
|
|
@@ -86,6 +93,16 @@ var OperationType;
|
|
|
86
93
|
OperationType["UpdateGcpKeyRing"] = "UPDATE_GCP_KEY_RING";
|
|
87
94
|
OperationType["MoveGcpKeyRing"] = "MOVE_GCP_KEY_RING";
|
|
88
95
|
OperationType["RefreshGcpKeyRing"] = "REFRESH_GCP_KEY_RING";
|
|
96
|
+
OperationType["CreateAwsConnector"] = "CREATE_AWS_CONNECTOR";
|
|
97
|
+
OperationType["DeleteAwsConnector"] = "DELETE_AWS_CONNECTOR";
|
|
98
|
+
OperationType["UpdateAwsConnector"] = "UPDATE_AWS_CONNECTOR";
|
|
99
|
+
OperationType["MoveAwsConnector"] = "MOVE_AWS_CONNECTOR";
|
|
100
|
+
OperationType["RefreshAwsConnector"] = "REFRESH_AWS_CONNECTOR";
|
|
101
|
+
OperationType["CreateAwsKey"] = "CREATE_AWS_KEY";
|
|
102
|
+
OperationType["DeleteAwsKey"] = "DELETE_AWS_KEY";
|
|
103
|
+
OperationType["UpdateAwsKey"] = "UPDATE_AWS_KEY";
|
|
104
|
+
OperationType["MoveAwsKey"] = "MOVE_AWS_KEY";
|
|
105
|
+
OperationType["RefreshAwsKey"] = "REFRESH_AWS_KEY";
|
|
89
106
|
/**
|
|
90
107
|
* This value is used if a service returns a value for this enum that is not recognized by this
|
|
91
108
|
* version of the SDK.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA
|
|
1
|
+
{"version":3,"file":"operation-type.js","sourceRoot":"","sources":["../../../../../lib/dbmulticloud/lib/model/operation-type.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA8CG;;;AAKH;;IAEI;AACJ,IAAY,aAyDX;AAzDD,WAAY,aAAa;IACvB,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,gEAA+C,CAAA;IAC/C,4DAA2C,CAAA;IAC3C,kEAAiD,CAAA;IACjD,yEAAwD,CAAA;IACxD,yEAAwD,CAAA;IACxD,yEAAwD,CAAA;IACxD,qEAAoD,CAAA;IACpD,iEAAgD,CAAA;IAChD,6DAA4C,CAAA;IAC5C,iEAAgD,CAAA;IAChD,iEAAgD,CAAA;IAChD,0EAAyD,CAAA;IACzD,0EAAyD,CAAA;IACzD,0EAAyD,CAAA;IACzD,sEAAqD,CAAA;IACrD,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,oDAAmC,CAAA;IACnC,0DAAyC,CAAA;IACzC,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,+EAA8D,CAAA;IAC9D,2EAA0D,CAAA;IAC1D,sDAAqC,CAAA;IACrC,qFAAoE,CAAA;IACpE,qFAAoE,CAAA;IACpE,4DAA2C,CAAA;IAC3C,4DAA2C,CAAA;IAC3C,4DAA2C,CAAA;IAC3C,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,+CAA8B,CAAA;IAC9B,yDAAwC,CAAA;IACxC,yDAAwC,CAAA;IACxC,yDAAwC,CAAA;IACxC,qDAAoC,CAAA;IACpC,2DAA0C,CAAA;IAC1C,4DAA2C,CAAA;IAC3C,4DAA2C,CAAA;IAC3C,4DAA2C,CAAA;IAC3C,wDAAuC,CAAA;IACvC,8DAA6C,CAAA;IAC7C,gDAA+B,CAAA;IAC/B,gDAA+B,CAAA;IAC/B,gDAA+B,CAAA;IAC/B,4CAA2B,CAAA;IAC3B,kDAAiC,CAAA;IAEjC;;;OAGG;IACH,+CAA8B,CAAA;AAChC,CAAC,EAzDW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAyDxB;AAED,WAAiB,aAAa;IAC5B,SAAgB,UAAU,CAAC,GAAkB;QAC3C,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,wBAAU,aAEzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAkB;QACvD,OAAO,GAAG,CAAC;IACb,CAAC;IAFe,oCAAsB,yBAErC,CAAA;AACH,CAAC,EAPgB,aAAa,GAAb,qBAAa,KAAb,qBAAa,QAO7B"}
|
|
@@ -0,0 +1,61 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Oracle Database MultiCloud Data Plane Integration
|
|
3
|
+
* <b>Microsoft Azure:</b> <br>
|
|
4
|
+
<b>Oracle Azure Connector Resource:</b>: The Oracle Azure Connector Resource is used to install the Azure Arc Server on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
5
|
+
The supported method to install the Azure Arc Server (Azure Identity) on the Exadata VM cluster:
|
|
6
|
+
<ul>
|
|
7
|
+
<li>Using a Bearer Access Token</li>
|
|
8
|
+
</ul>
|
|
9
|
+
|
|
10
|
+
<b>Oracle Azure Blob Container Resource:</b> The Oracle Azure Blob Container Resource is used to capture the details of an Azure Blob Container.
|
|
11
|
+
This resource can then be reused across multiple Exadata VM clusters in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D) to mount the Azure container.
|
|
12
|
+
|
|
13
|
+
<b>Oracle Azure Blob Mount Resource:</b> The Oracle Azure Blob Mount Resource is used to mount an Azure Blob Container on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
14
|
+
It relies on both the Oracle Azure Connector and the Oracle Azure Blob Container Resource to perform the mount operation.
|
|
15
|
+
|
|
16
|
+
<b>Discover Azure Vaults and Keys Resource:</b> The Discover Oracle Azure Vaults and Azure Keys Resource is used to discover Azure Vaults and the associated encryption keys available in your Azure project.
|
|
17
|
+
|
|
18
|
+
<b>Oracle Azure Vault:</b> The Oracle Azure Vault Resource is used to manage Azure Vaults within Oracle Cloud Infrastructure (OCI) for use with services such as Oracle Exadata Database Service on Dedicated Infrastructure.
|
|
19
|
+
|
|
20
|
+
<b>Oracle Azure Key:</b> Oracle Azure Key Resource is used to register and manage a Oracle Azure Key Key within Oracle Cloud Infrastructure (OCI) under an associated Azure Vault.
|
|
21
|
+
|
|
22
|
+
<br>
|
|
23
|
+
|
|
24
|
+
<b>Google Cloud:</b><br>
|
|
25
|
+
<b>Oracle Google Cloud Connector Resource:</b> The Oracle Google Cloud Connector Resource is used to install the Google Cloud Identity Connector on an Exadata VM cluster in Oracle Exadata Database Service on Dedicated Infrastructure (ExaDB-D).
|
|
26
|
+
|
|
27
|
+
<b>Discover Google Key Rings and Keys Resource:</b> The Discover Google Key Rings and Keys Resource is used to discover Google Cloud Key Rings and the associated encryption keys available in your Google Cloud project.
|
|
28
|
+
|
|
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
|
+
|
|
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).
|
|
38
|
+
|
|
39
|
+
* OpenAPI spec version: 20240501
|
|
40
|
+
*
|
|
41
|
+
*
|
|
42
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
43
|
+
* Do not edit the class manually.
|
|
44
|
+
*
|
|
45
|
+
* Copyright (c) 2020, 2025, Oracle and/or its affiliates. All rights reserved.
|
|
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.
|
|
47
|
+
*/
|
|
48
|
+
import * as model from "../model";
|
|
49
|
+
/**
|
|
50
|
+
* List of OracleDbAwsIdentityConnectorSummary resources.
|
|
51
|
+
*/
|
|
52
|
+
export interface OracleDbAwsIdentityConnectorSummaryCollection {
|
|
53
|
+
/**
|
|
54
|
+
* This list contains the summary of Oracle DB AWS Identity Connector resources.
|
|
55
|
+
*/
|
|
56
|
+
"items": Array<model.OracleDbAwsIdentityConnectorSummary>;
|
|
57
|
+
}
|
|
58
|
+
export declare namespace OracleDbAwsIdentityConnectorSummaryCollection {
|
|
59
|
+
function getJsonObj(obj: OracleDbAwsIdentityConnectorSummaryCollection): object;
|
|
60
|
+
function getDeserializedJsonObj(obj: OracleDbAwsIdentityConnectorSummaryCollection): object;
|
|
61
|
+
}
|