oci-databasemigration 2.88.2 → 2.89.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 +1 -1
- package/index.js +1 -1
- package/lib/client.d.ts +45 -96
- package/lib/client.js +144 -458
- package/lib/client.js.map +1 -1
- package/lib/databasemigration-waiter.d.ts +2 -10
- package/lib/databasemigration-waiter.js +2 -14
- package/lib/databasemigration-waiter.js.map +1 -1
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.d.ts +7 -5
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js +1 -1
- package/lib/model/a-db-dedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.d.ts +3 -3
- package/lib/model/a-db-dedicated-remap-target-tablespace-details.js +1 -1
- package/lib/model/a-db-serverles-tablespace-details.d.ts +3 -3
- package/lib/model/a-db-serverles-tablespace-details.js +1 -1
- package/lib/model/admin-credentials.d.ts +1 -1
- package/lib/model/admin-credentials.js +1 -1
- package/lib/model/advanced-parameter-data-types.d.ts +31 -0
- package/lib/model/advanced-parameter-data-types.js +42 -0
- package/lib/model/advanced-parameter-data-types.js.map +1 -0
- package/lib/model/advisor-report-bucket-details.d.ts +4 -4
- package/lib/model/advisor-report-bucket-details.js +1 -1
- package/lib/model/advisor-report-location-details.d.ts +3 -3
- package/lib/model/advisor-report-location-details.js +1 -1
- package/lib/model/advisor-report.d.ts +3 -3
- package/lib/model/advisor-report.js +1 -1
- package/lib/model/advisor-results.d.ts +1 -1
- package/lib/model/advisor-results.js +1 -1
- package/lib/model/change-connection-compartment-details.d.ts +3 -4
- package/lib/model/change-connection-compartment-details.js +1 -1
- package/lib/model/change-connection-compartment-details.js.map +1 -1
- package/lib/model/change-migration-compartment-details.d.ts +3 -5
- package/lib/model/change-migration-compartment-details.js +1 -1
- package/lib/model/change-migration-compartment-details.js.map +1 -1
- package/lib/model/clone-migration-details.d.ts +10 -35
- package/lib/model/clone-migration-details.js +26 -31
- package/lib/model/clone-migration-details.js.map +1 -1
- package/lib/model/compatibility-option.d.ts +48 -0
- package/lib/model/compatibility-option.js +59 -0
- package/lib/model/compatibility-option.js.map +1 -0
- package/lib/model/connection-collection.d.ts +3 -5
- package/lib/model/connection-collection.js +1 -1
- package/lib/model/connection-collection.js.map +1 -1
- package/lib/model/connection-summary.d.ts +51 -49
- package/lib/model/connection-summary.js +58 -3
- package/lib/model/connection-summary.js.map +1 -1
- package/lib/model/{database-manual-connection-sub-types.d.ts → connection-type.d.ts} +8 -7
- package/lib/model/{data-pump-job-mode.js → connection-type.js} +15 -17
- package/lib/model/connection-type.js.map +1 -0
- package/lib/model/connection.d.ts +88 -60
- package/lib/model/connection.js +47 -33
- package/lib/model/connection.js.map +1 -1
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.d.ts +7 -5
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js +1 -1
- package/lib/model/create-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.d.ts +3 -3
- package/lib/model/create-ad-bdedicated-remap-target-tablespace-details.js +1 -1
- package/lib/model/create-ad-bserverles-tablespace-details.d.ts +2 -2
- package/lib/model/create-ad-bserverles-tablespace-details.js +1 -1
- package/lib/model/create-admin-credentials.d.ts +1 -1
- package/lib/model/create-admin-credentials.js +1 -1
- package/lib/model/create-connection-details.d.ts +43 -43
- package/lib/model/create-connection-details.js +26 -41
- package/lib/model/create-connection-details.js.map +1 -1
- package/lib/model/create-curl-transfer-details.d.ts +1 -2
- package/lib/model/create-curl-transfer-details.js +1 -1
- package/lib/model/create-curl-transfer-details.js.map +1 -1
- package/lib/model/create-data-pump-parameters.d.ts +3 -8
- package/lib/model/create-data-pump-parameters.js +1 -1
- package/lib/model/create-data-pump-parameters.js.map +1 -1
- package/lib/model/create-directory-object.d.ts +1 -3
- package/lib/model/create-directory-object.js +1 -1
- package/lib/model/create-directory-object.js.map +1 -1
- package/lib/model/create-extract.d.ts +1 -2
- package/lib/model/create-extract.js +1 -1
- package/lib/model/create-extract.js.map +1 -1
- package/lib/model/create-golden-gate-hub-details.d.ts +46 -0
- package/lib/model/{create-dump-transfer-details.js → create-golden-gate-hub-details.js} +19 -17
- package/lib/model/create-golden-gate-hub-details.js.map +1 -0
- package/lib/model/create-host-dump-transfer-details.d.ts +2 -3
- package/lib/model/create-host-dump-transfer-details.js +1 -1
- package/lib/model/create-host-dump-transfer-details.js.map +1 -1
- package/lib/model/create-migration-details.d.ts +18 -47
- package/lib/model/create-migration-details.js +26 -73
- package/lib/model/create-migration-details.js.map +1 -1
- package/lib/model/{advisor-settings.d.ts → create-my-sql-advisor-settings.d.ts} +5 -7
- package/lib/model/create-my-sql-advisor-settings.js +29 -0
- package/lib/model/create-my-sql-advisor-settings.js.map +1 -0
- package/lib/model/{golden-gate-details.d.ts → create-my-sql-data-transfer-medium-details.d.ts} +7 -10
- package/lib/model/create-my-sql-data-transfer-medium-details.js +68 -0
- package/lib/model/create-my-sql-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{connect-descriptor.d.ts → create-my-sql-ggs-deployment-details.d.ts} +10 -24
- package/lib/model/{database-link-details.js → create-my-sql-ggs-deployment-details.js} +11 -13
- package/lib/model/create-my-sql-ggs-deployment-details.js.map +1 -0
- package/lib/model/create-my-sql-initial-load-settings.d.ts +55 -0
- package/lib/model/{create-golden-gate-details.js → create-my-sql-initial-load-settings.js} +16 -14
- package/lib/model/create-my-sql-initial-load-settings.js.map +1 -0
- package/lib/model/create-my-sql-migration-details.d.ts +44 -0
- package/lib/model/create-my-sql-migration-details.js +106 -0
- package/lib/model/create-my-sql-migration-details.js.map +1 -0
- package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.d.ts +25 -0
- package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.js +62 -0
- package/lib/model/create-my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-mysql-connection-details.d.ts +82 -0
- package/lib/model/create-mysql-connection-details.js +66 -0
- package/lib/model/create-mysql-connection-details.js.map +1 -0
- package/lib/model/create-non-ad-bauto-create-tablespace-details.d.ts +1 -1
- package/lib/model/create-non-ad-bauto-create-tablespace-details.js +1 -1
- package/lib/model/create-non-ad-bremap-tablespace-details.d.ts +1 -1
- package/lib/model/create-non-ad-bremap-tablespace-details.js +1 -1
- package/lib/model/create-object-store-bucket.d.ts +1 -1
- package/lib/model/create-object-store-bucket.js +1 -1
- package/lib/model/create-oci-cli-dump-transfer-details.d.ts +1 -3
- package/lib/model/create-oci-cli-dump-transfer-details.js +1 -1
- package/lib/model/create-oci-cli-dump-transfer-details.js.map +1 -1
- package/lib/model/{create-advisor-settings.d.ts → create-oracle-advisor-settings.d.ts} +5 -8
- package/lib/model/create-oracle-advisor-settings.js +29 -0
- package/lib/model/create-oracle-advisor-settings.js.map +1 -0
- package/lib/model/{aws-s3-data-transfer-medium-details.d.ts → create-oracle-aws-s3-data-transfer-medium-details.d.ts} +5 -6
- package/lib/model/{object-storage-data-transfer-medium-details.js → create-oracle-aws-s3-data-transfer-medium-details.js} +11 -11
- package/lib/model/create-oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-oracle-connection-details.d.ts +64 -0
- package/lib/model/create-oracle-connection-details.js +54 -0
- package/lib/model/create-oracle-connection-details.js.map +1 -0
- package/lib/model/create-oracle-data-transfer-medium-details.d.ts +22 -0
- package/lib/model/create-oracle-data-transfer-medium-details.js +80 -0
- package/lib/model/create-oracle-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{database-link-details.d.ts → create-oracle-db-link-data-transfer-medium-details.d.ts} +10 -8
- package/lib/model/create-oracle-db-link-data-transfer-medium-details.js +62 -0
- package/lib/model/create-oracle-db-link-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{create-golden-gate-settings.d.ts → create-oracle-ggs-deployment-details.d.ts} +6 -7
- package/lib/model/{create-golden-gate-settings.js → create-oracle-ggs-deployment-details.js} +8 -8
- package/lib/model/create-oracle-ggs-deployment-details.js.map +1 -0
- package/lib/model/{create-data-pump-settings.d.ts → create-oracle-initial-load-settings.d.ts} +11 -15
- package/lib/model/{create-data-pump-settings.js → create-oracle-initial-load-settings.js} +18 -18
- package/lib/model/create-oracle-initial-load-settings.js.map +1 -0
- package/lib/model/create-oracle-migration-details.d.ts +53 -0
- package/lib/model/create-oracle-migration-details.js +116 -0
- package/lib/model/create-oracle-migration-details.js.map +1 -0
- package/lib/model/create-oracle-nfs-data-transfer-medium-details.d.ts +32 -0
- package/lib/model/{dump-transfer-details.js → create-oracle-nfs-data-transfer-medium-details.js} +23 -12
- package/lib/model/create-oracle-nfs-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-oracle-object-storage-data-transfer-medium-details.d.ts +27 -0
- package/lib/model/create-oracle-object-storage-data-transfer-medium-details.js +70 -0
- package/lib/model/create-oracle-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/create-replicat.d.ts +1 -16
- package/lib/model/create-replicat.js +1 -1
- package/lib/model/create-replicat.js.map +1 -1
- package/lib/model/create-target-type-tablespace-details.d.ts +1 -2
- package/lib/model/create-target-type-tablespace-details.js +1 -1
- package/lib/model/create-target-type-tablespace-details.js.map +1 -1
- package/lib/model/curl-transfer-details.d.ts +1 -2
- package/lib/model/curl-transfer-details.js +1 -1
- package/lib/model/curl-transfer-details.js.map +1 -1
- package/lib/model/data-pump-estimate.d.ts +1 -1
- package/lib/model/data-pump-estimate.js +1 -1
- package/lib/model/data-pump-exclude-parameters.d.ts +1 -2
- package/lib/model/data-pump-exclude-parameters.js +1 -2
- package/lib/model/data-pump-exclude-parameters.js.map +1 -1
- package/lib/model/data-pump-parameters.d.ts +4 -9
- package/lib/model/data-pump-parameters.js +1 -1
- package/lib/model/data-pump-parameters.js.map +1 -1
- package/lib/model/data-pump-table-exists-action.d.ts +1 -1
- package/lib/model/data-pump-table-exists-action.js +1 -1
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.d.ts +1 -2
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js +1 -2
- package/lib/model/data-pump-tablespace-block-sizes-in-kb.js.map +1 -1
- package/lib/model/{database-connection-types.d.ts → database-combination.d.ts} +8 -10
- package/lib/model/{database-connection-types.js → database-combination.js} +14 -16
- package/lib/model/database-combination.js.map +1 -0
- package/lib/model/diagnostics-result.d.ts +1 -1
- package/lib/model/diagnostics-result.js +1 -1
- package/lib/model/directory-object.d.ts +1 -1
- package/lib/model/directory-object.js +1 -1
- package/lib/model/excluded-object-summary-collection.d.ts +1 -1
- package/lib/model/excluded-object-summary-collection.js +1 -1
- package/lib/model/excluded-object-summary.d.ts +1 -1
- package/lib/model/excluded-object-summary.js +1 -1
- package/lib/model/extract-performance-profile.d.ts +1 -1
- package/lib/model/extract-performance-profile.js +1 -1
- package/lib/model/extract.d.ts +1 -2
- package/lib/model/extract.js +1 -1
- package/lib/model/extract.js.map +1 -1
- package/lib/model/ggs-deployment.d.ts +3 -6
- package/lib/model/ggs-deployment.js +1 -1
- package/lib/model/ggs-deployment.js.map +1 -1
- package/lib/model/golden-gate-hub-details.d.ts +46 -0
- package/lib/model/{golden-gate-settings.js → golden-gate-hub-details.js} +14 -8
- package/lib/model/golden-gate-hub-details.js.map +1 -0
- package/lib/model/handle-grant-errors.d.ts +33 -0
- package/lib/model/handle-grant-errors.js +44 -0
- package/lib/model/handle-grant-errors.js.map +1 -0
- package/lib/model/host-dump-transfer-details.d.ts +2 -3
- package/lib/model/host-dump-transfer-details.js +1 -1
- package/lib/model/host-dump-transfer-details.js.map +1 -1
- package/lib/model/index.d.ts +163 -121
- package/lib/model/index.js +168 -125
- package/lib/model/index.js.map +1 -1
- package/lib/model/{agent-collection.d.ts → ingress-ip-details.d.ts} +8 -11
- package/lib/model/{create-ssh-details.js → ingress-ip-details.js} +8 -8
- package/lib/model/ingress-ip-details.js.map +1 -0
- package/lib/model/job-collection.d.ts +1 -1
- package/lib/model/job-collection.js +1 -1
- package/lib/model/job-lifecycle-states.d.ts +1 -1
- package/lib/model/job-lifecycle-states.js +1 -1
- package/lib/model/job-mode-my-sql.d.ts +28 -0
- package/lib/model/job-mode-my-sql.js +39 -0
- package/lib/model/job-mode-my-sql.js.map +1 -0
- package/lib/model/{data-pump-job-mode.d.ts → job-mode-oracle.d.ts} +6 -7
- package/lib/model/job-mode-oracle.js +42 -0
- package/lib/model/job-mode-oracle.js.map +1 -0
- package/lib/model/job-output-summary-collection.d.ts +1 -1
- package/lib/model/job-output-summary-collection.js +1 -1
- package/lib/model/job-output-summary.d.ts +1 -1
- package/lib/model/job-output-summary.js +1 -1
- package/lib/model/job-phase-status.d.ts +1 -1
- package/lib/model/job-phase-status.js +1 -1
- package/lib/model/job-summary.d.ts +3 -3
- package/lib/model/job-summary.js +1 -1
- package/lib/model/job-types.d.ts +1 -1
- package/lib/model/job-types.js +1 -1
- package/lib/model/job.d.ts +3 -3
- package/lib/model/job.js +1 -1
- package/lib/model/lifecycle-states.d.ts +1 -1
- package/lib/model/lifecycle-states.js +1 -1
- package/lib/model/log-location-bucket-details.d.ts +1 -1
- package/lib/model/log-location-bucket-details.js +1 -1
- package/lib/model/metadata-remap.d.ts +1 -3
- package/lib/model/metadata-remap.js +1 -1
- package/lib/model/metadata-remap.js.map +1 -1
- package/lib/model/migration-collection.d.ts +1 -3
- package/lib/model/migration-collection.js +1 -1
- package/lib/model/migration-collection.js.map +1 -1
- package/lib/model/migration-database-target-types-update.d.ts +1 -2
- package/lib/model/migration-database-target-types-update.js +1 -2
- package/lib/model/migration-database-target-types-update.js.map +1 -1
- package/lib/model/migration-database-target-types.d.ts +1 -2
- package/lib/model/migration-database-target-types.js +1 -2
- package/lib/model/migration-database-target-types.js.map +1 -1
- package/lib/model/migration-job-progress-resource.d.ts +1 -1
- package/lib/model/migration-job-progress-resource.js +1 -1
- package/lib/model/migration-job-progress-summary.d.ts +1 -1
- package/lib/model/migration-job-progress-summary.js +1 -1
- package/lib/model/migration-lifecycle-states.d.ts +1 -2
- package/lib/model/migration-lifecycle-states.js +1 -2
- package/lib/model/migration-lifecycle-states.js.map +1 -1
- package/lib/model/migration-object-collection.d.ts +3 -14
- package/lib/model/migration-object-collection.js +26 -15
- package/lib/model/migration-object-collection.js.map +1 -1
- package/lib/model/migration-object-type-summary-collection.d.ts +1 -3
- package/lib/model/migration-object-type-summary-collection.js +1 -1
- package/lib/model/migration-object-type-summary-collection.js.map +1 -1
- package/lib/model/migration-object-type-summary.d.ts +1 -3
- package/lib/model/migration-object-type-summary.js +1 -1
- package/lib/model/migration-object-type-summary.js.map +1 -1
- package/lib/model/{agent-image-collection.d.ts → migration-parameter-base.d.ts} +12 -10
- package/lib/model/{migration-object-summary.js → migration-parameter-base.js} +8 -8
- package/lib/model/{migration-object-summary.js.map → migration-parameter-base.js.map} +1 -1
- package/lib/model/migration-parameter-details.d.ts +38 -0
- package/lib/model/{agent-summary.js → migration-parameter-details.js} +8 -8
- package/lib/model/migration-parameter-details.js.map +1 -0
- package/lib/model/migration-parameter-summary-collection.d.ts +26 -0
- package/lib/model/{agent-collection.js → migration-parameter-summary-collection.js} +10 -10
- package/lib/model/migration-parameter-summary-collection.js.map +1 -0
- package/lib/model/migration-parameter-summary.d.ts +76 -0
- package/lib/model/{agent.js → migration-parameter-summary.js} +8 -8
- package/lib/model/migration-parameter-summary.js.map +1 -0
- package/lib/model/migration-phase-collection.d.ts +1 -1
- package/lib/model/migration-phase-collection.js +1 -1
- package/lib/model/migration-phase-summary.d.ts +1 -1
- package/lib/model/migration-phase-summary.js +1 -1
- package/lib/model/migration-status.d.ts +1 -2
- package/lib/model/migration-status.js +1 -2
- package/lib/model/migration-status.js.map +1 -1
- package/lib/model/migration-summary.d.ts +17 -33
- package/lib/model/migration-summary.js +26 -11
- package/lib/model/migration-summary.js.map +1 -1
- package/lib/model/migration-types.d.ts +1 -2
- package/lib/model/migration-types.js +1 -2
- package/lib/model/migration-types.js.map +1 -1
- package/lib/model/migration.d.ts +24 -57
- package/lib/model/migration.js +26 -73
- package/lib/model/migration.js.map +1 -1
- package/lib/model/my-sql-advisor-settings.d.ts +30 -0
- package/lib/model/{advisor-settings.js → my-sql-advisor-settings.js} +8 -8
- package/lib/model/my-sql-advisor-settings.js.map +1 -0
- package/lib/model/my-sql-clone-migration-details.d.ts +24 -0
- package/lib/model/my-sql-clone-migration-details.js +54 -0
- package/lib/model/my-sql-clone-migration-details.js.map +1 -0
- package/lib/model/{data-transfer-medium-details-v2.d.ts → my-sql-data-transfer-medium-details.d.ts} +6 -7
- package/lib/model/my-sql-data-transfer-medium-details.js +68 -0
- package/lib/model/my-sql-data-transfer-medium-details.js.map +1 -0
- package/lib/model/my-sql-database-object-summary.d.ts +40 -0
- package/lib/model/my-sql-database-object-summary.js +29 -0
- package/lib/model/my-sql-database-object-summary.js.map +1 -0
- package/lib/model/{create-vault-details.d.ts → my-sql-database-object.d.ts} +13 -15
- package/lib/model/{database-credentials.js → my-sql-database-object.js} +8 -8
- package/lib/model/my-sql-database-object.js.map +1 -0
- package/lib/model/my-sql-ggs-deployment-details.d.ts +29 -0
- package/lib/model/{golden-gate-service-details.js → my-sql-ggs-deployment-details.js} +10 -12
- package/lib/model/my-sql-ggs-deployment-details.js.map +1 -0
- package/lib/model/my-sql-initial-load-settings.d.ts +55 -0
- package/lib/model/{agent-image-collection.js → my-sql-initial-load-settings.js} +14 -14
- package/lib/model/my-sql-initial-load-settings.js.map +1 -0
- package/lib/model/my-sql-migration-object-collection.d.ts +35 -0
- package/lib/model/my-sql-migration-object-collection.js +66 -0
- package/lib/model/my-sql-migration-object-collection.js.map +1 -0
- package/lib/model/{create-golden-gate-details.d.ts → my-sql-migration-summary.d.ts} +8 -9
- package/lib/model/my-sql-migration-summary.js +54 -0
- package/lib/model/my-sql-migration-summary.js.map +1 -0
- package/lib/model/my-sql-migration.d.ts +29 -0
- package/lib/model/my-sql-migration.js +82 -0
- package/lib/model/my-sql-migration.js.map +1 -0
- package/lib/model/{object-storage-data-transfer-medium-details.d.ts → my-sql-object-storage-data-transfer-medium-details.d.ts} +6 -7
- package/lib/model/my-sql-object-storage-data-transfer-medium-details.js +62 -0
- package/lib/model/my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/mysql-connection-summary.d.ts +59 -0
- package/lib/model/mysql-connection-summary.js +66 -0
- package/lib/model/mysql-connection-summary.js.map +1 -0
- package/lib/model/mysql-connection.d.ts +94 -0
- package/lib/model/mysql-connection.js +102 -0
- package/lib/model/mysql-connection.js.map +1 -0
- package/lib/model/{agent-image-summary.d.ts → name-value-pair.d.ts} +10 -13
- package/lib/model/{aws-s3-details.js → name-value-pair.js} +8 -8
- package/lib/model/name-value-pair.js.map +1 -0
- package/lib/model/non-ad-bauto-create-tablespace-details.d.ts +1 -1
- package/lib/model/non-ad-bauto-create-tablespace-details.js +1 -1
- package/lib/model/non-ad-bremap-tablespace-details.d.ts +1 -1
- package/lib/model/non-ad-bremap-tablespace-details.js +1 -1
- package/lib/model/object-status.d.ts +2 -3
- package/lib/model/object-status.js +2 -3
- package/lib/model/object-status.js.map +1 -1
- package/lib/model/object-store-bucket.d.ts +1 -3
- package/lib/model/object-store-bucket.js +1 -1
- package/lib/model/object-store-bucket.js.map +1 -1
- package/lib/model/oci-cli-dump-transfer-details.d.ts +1 -3
- package/lib/model/oci-cli-dump-transfer-details.js +1 -1
- package/lib/model/oci-cli-dump-transfer-details.js.map +1 -1
- package/lib/model/odms-job-phases.d.ts +5 -3
- package/lib/model/odms-job-phases.js +5 -3
- package/lib/model/odms-job-phases.js.map +1 -1
- package/lib/model/odms-phase-actions.d.ts +1 -1
- package/lib/model/odms-phase-actions.js +1 -1
- package/lib/model/operation-status.d.ts +1 -1
- package/lib/model/operation-status.js +1 -1
- package/lib/model/operation-types.d.ts +1 -3
- package/lib/model/operation-types.js +1 -3
- package/lib/model/operation-types.js.map +1 -1
- package/lib/model/oracle-advisor-settings.d.ts +29 -0
- package/lib/model/{create-advisor-settings.js → oracle-advisor-settings.js} +8 -8
- package/lib/model/oracle-advisor-settings.js.map +1 -0
- package/lib/model/{update-aws-s3-details.d.ts → oracle-aws-s3-data-transfer-medium-details.d.ts} +9 -6
- package/lib/model/{db-link-data-transfer-medium-details.js → oracle-aws-s3-data-transfer-medium-details.js} +11 -11
- package/lib/model/oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
- package/lib/model/oracle-clone-migration-details.d.ts +28 -0
- package/lib/model/oracle-clone-migration-details.js +54 -0
- package/lib/model/oracle-clone-migration-details.js.map +1 -0
- package/lib/model/oracle-connection-summary.d.ts +38 -0
- package/lib/model/oracle-connection-summary.js +54 -0
- package/lib/model/oracle-connection-summary.js.map +1 -0
- package/lib/model/oracle-connection.d.ts +69 -0
- package/lib/model/oracle-connection.js +64 -0
- package/lib/model/oracle-connection.js.map +1 -0
- package/lib/model/{database-credentials.d.ts → oracle-data-transfer-medium-details.d.ts} +7 -17
- package/lib/model/{data-transfer-medium-details-v2.js → oracle-data-transfer-medium-details.js} +20 -20
- package/lib/model/oracle-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{migration-object-summary.d.ts → oracle-database-object-summary.d.ts} +11 -14
- package/lib/model/oracle-database-object-summary.js +29 -0
- package/lib/model/oracle-database-object-summary.js.map +1 -0
- package/lib/model/{database-object.d.ts → oracle-database-object.d.ts} +7 -9
- package/lib/model/{agent-image-summary.js → oracle-database-object.js} +8 -8
- package/lib/model/oracle-database-object.js.map +1 -0
- package/lib/model/{db-link-data-transfer-medium-details.d.ts → oracle-db-link-data-transfer-medium-details.d.ts} +7 -7
- package/lib/model/{nfs-data-transfer-medium-details.js → oracle-db-link-data-transfer-medium-details.js} +11 -11
- package/lib/model/oracle-db-link-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{golden-gate-settings.d.ts → oracle-ggs-deployment-details.d.ts} +6 -6
- package/lib/model/{update-dump-transfer-details.js → oracle-ggs-deployment-details.js} +16 -18
- package/lib/model/oracle-ggs-deployment-details.js.map +1 -0
- package/lib/model/{data-pump-settings.d.ts → oracle-initial-load-settings.d.ts} +11 -15
- package/lib/model/{data-pump-settings.js → oracle-initial-load-settings.js} +18 -18
- package/lib/model/oracle-initial-load-settings.js.map +1 -0
- package/lib/model/oracle-migration-object-collection.d.ts +35 -0
- package/lib/model/oracle-migration-object-collection.js +66 -0
- package/lib/model/oracle-migration-object-collection.js.map +1 -0
- package/lib/model/oracle-migration-summary.d.ts +28 -0
- package/lib/model/oracle-migration-summary.js +54 -0
- package/lib/model/oracle-migration-summary.js.map +1 -0
- package/lib/model/oracle-migration.d.ts +37 -0
- package/lib/model/oracle-migration.js +92 -0
- package/lib/model/oracle-migration.js.map +1 -0
- package/lib/model/{dump-transfer-details.d.ts → oracle-nfs-data-transfer-medium-details.d.ts} +9 -7
- package/lib/model/oracle-nfs-data-transfer-medium-details.js +70 -0
- package/lib/model/oracle-nfs-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{nfs-data-transfer-medium-details.d.ts → oracle-object-storage-data-transfer-medium-details.d.ts} +8 -7
- package/lib/model/oracle-object-storage-data-transfer-medium-details.js +70 -0
- package/lib/model/oracle-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/phase-extract-entry.d.ts +1 -1
- package/lib/model/phase-extract-entry.js +1 -1
- package/lib/model/phase-extract-types.d.ts +1 -1
- package/lib/model/phase-extract-types.js +1 -1
- package/lib/model/phase-status.d.ts +1 -1
- package/lib/model/phase-status.js +1 -1
- package/lib/model/primary-key-compatibility.d.ts +34 -0
- package/lib/model/primary-key-compatibility.js +45 -0
- package/lib/model/primary-key-compatibility.js.map +1 -0
- package/lib/model/reason-keywords.d.ts +1 -1
- package/lib/model/reason-keywords.js +1 -1
- package/lib/model/replicat-performance-profile.d.ts +1 -1
- package/lib/model/replicat-performance-profile.js +1 -1
- package/lib/model/replicat.d.ts +1 -17
- package/lib/model/replicat.js +1 -1
- package/lib/model/replicat.js.map +1 -1
- package/lib/model/result-error.d.ts +1 -1
- package/lib/model/result-error.js +1 -1
- package/lib/model/result-type.d.ts +1 -1
- package/lib/model/result-type.js +1 -1
- package/lib/model/resume-job-details.d.ts +1 -1
- package/lib/model/resume-job-details.js +1 -1
- package/lib/model/sort-orders.d.ts +1 -1
- package/lib/model/sort-orders.js +1 -1
- package/lib/model/start-migration-details.d.ts +1 -2
- package/lib/model/start-migration-details.js +1 -1
- package/lib/model/start-migration-details.js.map +1 -1
- package/lib/model/target-type-tablespace-details.d.ts +1 -1
- package/lib/model/target-type-tablespace-details.js +1 -1
- package/lib/model/technology-type.d.ts +33 -0
- package/lib/model/technology-type.js +44 -0
- package/lib/model/technology-type.js.map +1 -0
- package/lib/model/unsupported-database-object.d.ts +1 -1
- package/lib/model/unsupported-database-object.js +1 -1
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.d.ts +7 -5
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js +1 -1
- package/lib/model/update-ad-bdedicated-auto-create-tablespace-details.js.map +1 -1
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.d.ts +3 -3
- package/lib/model/update-ad-bdedicated-remap-target-tablespace-details.js +1 -1
- package/lib/model/update-ad-bserverles-tablespace-details.d.ts +2 -2
- package/lib/model/update-ad-bserverles-tablespace-details.js +1 -1
- package/lib/model/update-admin-credentials.d.ts +1 -1
- package/lib/model/update-admin-credentials.js +1 -1
- package/lib/model/update-connection-details.d.ts +42 -29
- package/lib/model/update-connection-details.js +26 -41
- package/lib/model/update-connection-details.js.map +1 -1
- package/lib/model/update-curl-transfer-details.d.ts +1 -2
- package/lib/model/update-curl-transfer-details.js +1 -1
- package/lib/model/update-curl-transfer-details.js.map +1 -1
- package/lib/model/update-data-pump-parameters.d.ts +5 -9
- package/lib/model/update-data-pump-parameters.js +1 -1
- package/lib/model/update-data-pump-parameters.js.map +1 -1
- package/lib/model/update-directory-object.d.ts +1 -3
- package/lib/model/update-directory-object.js +1 -1
- package/lib/model/update-directory-object.js.map +1 -1
- package/lib/model/update-extract.d.ts +1 -1
- package/lib/model/update-extract.js +1 -1
- package/lib/model/update-golden-gate-hub-details.d.ts +46 -0
- package/lib/model/update-golden-gate-hub-details.js +65 -0
- package/lib/model/update-golden-gate-hub-details.js.map +1 -0
- package/lib/model/update-host-dump-transfer-details.d.ts +2 -4
- package/lib/model/update-host-dump-transfer-details.js +1 -1
- package/lib/model/update-host-dump-transfer-details.js.map +1 -1
- package/lib/model/update-job-details.d.ts +3 -3
- package/lib/model/update-job-details.js +1 -1
- package/lib/model/update-migration-details.d.ts +16 -42
- package/lib/model/update-migration-details.js +26 -73
- package/lib/model/update-migration-details.js.map +1 -1
- package/lib/model/{update-advisor-settings.d.ts → update-my-sql-advisor-settings.d.ts} +5 -8
- package/lib/model/update-my-sql-advisor-settings.js +29 -0
- package/lib/model/update-my-sql-advisor-settings.js.map +1 -0
- package/lib/model/{golden-gate-service-details.d.ts → update-my-sql-data-transfer-medium-details.d.ts} +7 -10
- package/lib/model/update-my-sql-data-transfer-medium-details.js +68 -0
- package/lib/model/update-my-sql-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-my-sql-ggs-deployment-details.d.ts +28 -0
- package/lib/model/{create-database-link-details.js → update-my-sql-ggs-deployment-details.js} +11 -13
- package/lib/model/update-my-sql-ggs-deployment-details.js.map +1 -0
- package/lib/model/update-my-sql-initial-load-settings.d.ts +55 -0
- package/lib/model/update-my-sql-initial-load-settings.js +61 -0
- package/lib/model/update-my-sql-initial-load-settings.js.map +1 -0
- package/lib/model/update-my-sql-migration-details.d.ts +29 -0
- package/lib/model/update-my-sql-migration-details.js +86 -0
- package/lib/model/update-my-sql-migration-details.js.map +1 -0
- package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.d.ts +25 -0
- package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.js +62 -0
- package/lib/model/update-my-sql-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-mysql-connection-details.d.ts +76 -0
- package/lib/model/update-mysql-connection-details.js +66 -0
- package/lib/model/update-mysql-connection-details.js.map +1 -0
- package/lib/model/update-non-ad-bauto-create-tablespace-details.d.ts +1 -1
- package/lib/model/update-non-ad-bauto-create-tablespace-details.js +1 -1
- package/lib/model/update-non-ad-bremap-tablespace-details.d.ts +1 -1
- package/lib/model/update-non-ad-bremap-tablespace-details.js +1 -1
- package/lib/model/update-object-store-bucket.d.ts +1 -1
- package/lib/model/update-object-store-bucket.js +1 -1
- package/lib/model/update-oci-cli-dump-transfer-details.d.ts +1 -3
- package/lib/model/update-oci-cli-dump-transfer-details.js +1 -1
- package/lib/model/update-oci-cli-dump-transfer-details.js.map +1 -1
- package/lib/model/update-oracle-advisor-settings.d.ts +29 -0
- package/lib/model/update-oracle-advisor-settings.js +29 -0
- package/lib/model/update-oracle-advisor-settings.js.map +1 -0
- package/lib/model/{create-aws-s3-details.d.ts → update-oracle-aws-s3-data-transfer-medium-details.d.ts} +13 -10
- package/lib/model/{aws-s3-data-transfer-medium-details.js → update-oracle-aws-s3-data-transfer-medium-details.js} +11 -11
- package/lib/model/update-oracle-aws-s3-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-oracle-connection-details.d.ts +60 -0
- package/lib/model/update-oracle-connection-details.js +54 -0
- package/lib/model/update-oracle-connection-details.js.map +1 -0
- package/lib/model/update-oracle-data-transfer-medium-details.d.ts +22 -0
- package/lib/model/update-oracle-data-transfer-medium-details.js +80 -0
- package/lib/model/update-oracle-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{create-database-link-details.d.ts → update-oracle-db-link-data-transfer-medium-details.d.ts} +10 -8
- package/lib/model/update-oracle-db-link-data-transfer-medium-details.js +62 -0
- package/lib/model/update-oracle-db-link-data-transfer-medium-details.js.map +1 -0
- package/lib/model/{update-golden-gate-settings.d.ts → update-oracle-ggs-deployment-details.d.ts} +5 -7
- package/lib/model/{update-golden-gate-settings.js → update-oracle-ggs-deployment-details.js} +8 -8
- package/lib/model/update-oracle-ggs-deployment-details.js.map +1 -0
- package/lib/model/{update-data-pump-settings.d.ts → update-oracle-initial-load-settings.d.ts} +12 -17
- package/lib/model/{update-data-pump-settings.js → update-oracle-initial-load-settings.js} +18 -18
- package/lib/model/update-oracle-initial-load-settings.js.map +1 -0
- package/lib/model/update-oracle-migration-details.d.ts +37 -0
- package/lib/model/update-oracle-migration-details.js +96 -0
- package/lib/model/update-oracle-migration-details.js.map +1 -0
- package/lib/model/update-oracle-nfs-data-transfer-medium-details.d.ts +32 -0
- package/lib/model/update-oracle-nfs-data-transfer-medium-details.js +70 -0
- package/lib/model/update-oracle-nfs-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-oracle-object-storage-data-transfer-medium-details.d.ts +27 -0
- package/lib/model/update-oracle-object-storage-data-transfer-medium-details.js +70 -0
- package/lib/model/update-oracle-object-storage-data-transfer-medium-details.js.map +1 -0
- package/lib/model/update-replicat.d.ts +1 -16
- package/lib/model/update-replicat.js +1 -1
- package/lib/model/update-replicat.js.map +1 -1
- package/lib/model/update-target-defaults-auto-create-tablespace-details.d.ts +1 -1
- package/lib/model/update-target-defaults-auto-create-tablespace-details.js +1 -1
- package/lib/model/update-target-defaults-remap-tablespace-details.d.ts +1 -1
- package/lib/model/update-target-defaults-remap-tablespace-details.js +1 -1
- package/lib/model/update-target-type-tablespace-details.d.ts +1 -2
- package/lib/model/update-target-type-tablespace-details.js +1 -1
- package/lib/model/update-target-type-tablespace-details.js.map +1 -1
- package/lib/model/work-request-collection.d.ts +1 -1
- package/lib/model/work-request-collection.js +1 -1
- package/lib/model/work-request-error-collection.d.ts +1 -1
- package/lib/model/work-request-error-collection.js +1 -1
- package/lib/model/work-request-error.d.ts +1 -1
- package/lib/model/work-request-error.js +1 -1
- package/lib/model/work-request-log-entry-collection.d.ts +1 -1
- package/lib/model/work-request-log-entry-collection.js +1 -1
- package/lib/model/work-request-log-entry.d.ts +1 -1
- package/lib/model/work-request-log-entry.js +1 -1
- package/lib/model/work-request-resource.d.ts +1 -1
- package/lib/model/work-request-resource.js +1 -1
- package/lib/model/work-request-summary.d.ts +1 -1
- package/lib/model/work-request-summary.js +1 -1
- package/lib/model/work-request.d.ts +1 -1
- package/lib/model/work-request.js +1 -1
- package/lib/request/abort-job-request.d.ts +2 -2
- package/lib/request/abort-job-request.js +1 -1
- package/lib/request/add-migration-objects-request.d.ts +3 -3
- package/lib/request/add-migration-objects-request.js +1 -1
- package/lib/request/change-connection-compartment-request.d.ts +3 -4
- package/lib/request/change-connection-compartment-request.js +1 -1
- package/lib/request/change-migration-compartment-request.d.ts +2 -2
- package/lib/request/change-migration-compartment-request.js +1 -1
- package/lib/request/clone-migration-request.d.ts +3 -3
- package/lib/request/clone-migration-request.js +1 -1
- package/lib/request/connection-diagnostics-request.d.ts +3 -4
- package/lib/request/connection-diagnostics-request.js +1 -1
- package/lib/request/create-connection-request.d.ts +3 -3
- package/lib/request/create-connection-request.js +1 -1
- package/lib/request/create-migration-request.d.ts +3 -4
- package/lib/request/create-migration-request.js +1 -1
- package/lib/request/delete-connection-request.d.ts +3 -4
- package/lib/request/delete-connection-request.js +1 -1
- package/lib/request/delete-job-request.d.ts +2 -2
- package/lib/request/delete-job-request.js +1 -1
- package/lib/request/delete-migration-request.d.ts +2 -2
- package/lib/request/delete-migration-request.js +1 -1
- package/lib/request/evaluate-migration-request.d.ts +2 -2
- package/lib/request/evaluate-migration-request.js +1 -1
- package/lib/request/get-advisor-report-request.d.ts +2 -2
- package/lib/request/get-advisor-report-request.js +1 -1
- package/lib/request/get-connection-request.d.ts +3 -4
- package/lib/request/get-connection-request.js +1 -1
- package/lib/request/get-job-output-content-request.d.ts +2 -2
- package/lib/request/get-job-output-content-request.js +1 -1
- package/lib/request/get-job-request.d.ts +2 -2
- package/lib/request/get-job-request.js +1 -1
- package/lib/request/get-migration-request.d.ts +2 -2
- package/lib/request/get-migration-request.js +1 -1
- package/lib/request/get-work-request-request.d.ts +2 -2
- package/lib/request/get-work-request-request.js +1 -1
- package/lib/request/index.d.ts +3 -13
- package/lib/request/index.js +4 -4
- package/lib/request/index.js.map +1 -1
- package/lib/request/list-connections-request.d.ts +14 -2
- package/lib/request/list-connections-request.js +1 -1
- package/lib/request/list-connections-request.js.map +1 -1
- package/lib/request/list-excluded-objects-request.d.ts +2 -2
- package/lib/request/list-excluded-objects-request.js +1 -1
- package/lib/request/list-job-outputs-request.d.ts +2 -2
- package/lib/request/list-job-outputs-request.js +1 -1
- package/lib/request/list-jobs-request.d.ts +2 -2
- package/lib/request/list-jobs-request.js +1 -1
- package/lib/request/list-migration-object-types-request.d.ts +6 -2
- package/lib/request/list-migration-object-types-request.js +1 -1
- package/lib/request/list-migration-object-types-request.js.map +1 -1
- package/lib/request/list-migration-objects-request.d.ts +2 -2
- package/lib/request/list-migration-objects-request.js +1 -1
- package/lib/request/{list-agents-request.d.ts → list-migration-parameters-request.d.ts} +18 -23
- package/lib/request/{list-agents-request.js → list-migration-parameters-request.js} +7 -7
- package/lib/request/list-migration-parameters-request.js.map +1 -0
- package/lib/request/list-migrations-request.d.ts +2 -2
- package/lib/request/list-migrations-request.js +1 -1
- package/lib/request/list-work-request-errors-request.d.ts +2 -2
- package/lib/request/list-work-request-errors-request.js +1 -1
- package/lib/request/list-work-request-logs-request.d.ts +2 -2
- package/lib/request/list-work-request-logs-request.js +1 -1
- package/lib/request/list-work-requests-request.d.ts +2 -2
- package/lib/request/list-work-requests-request.js +1 -1
- package/lib/request/remove-migration-objects-request.d.ts +3 -3
- package/lib/request/remove-migration-objects-request.js +1 -1
- package/lib/request/resume-job-request.d.ts +2 -2
- package/lib/request/resume-job-request.js +1 -1
- package/lib/request/retrieve-supported-phases-request.d.ts +2 -2
- package/lib/request/retrieve-supported-phases-request.js +1 -1
- package/lib/request/start-migration-request.d.ts +2 -2
- package/lib/request/start-migration-request.js +1 -1
- package/lib/request/update-connection-request.d.ts +4 -5
- package/lib/request/update-connection-request.js +1 -1
- package/lib/request/update-job-request.d.ts +2 -2
- package/lib/request/update-job-request.js +1 -1
- package/lib/request/update-migration-request.d.ts +3 -3
- package/lib/request/update-migration-request.js +1 -1
- package/lib/response/abort-job-response.d.ts +1 -1
- package/lib/response/abort-job-response.js +1 -1
- package/lib/response/add-migration-objects-response.d.ts +1 -1
- package/lib/response/add-migration-objects-response.js +1 -1
- package/lib/response/change-connection-compartment-response.d.ts +1 -1
- package/lib/response/change-connection-compartment-response.js +1 -1
- package/lib/response/change-migration-compartment-response.d.ts +1 -1
- package/lib/response/change-migration-compartment-response.js +1 -1
- package/lib/response/clone-migration-response.d.ts +1 -1
- package/lib/response/clone-migration-response.js +1 -1
- package/lib/response/connection-diagnostics-response.d.ts +1 -1
- package/lib/response/connection-diagnostics-response.js +1 -1
- package/lib/response/create-connection-response.d.ts +1 -1
- package/lib/response/create-connection-response.js +1 -1
- package/lib/response/create-migration-response.d.ts +1 -1
- package/lib/response/create-migration-response.js +1 -1
- package/lib/response/delete-connection-response.d.ts +1 -1
- package/lib/response/delete-connection-response.js +1 -1
- package/lib/response/delete-job-response.d.ts +1 -1
- package/lib/response/delete-job-response.js +1 -1
- package/lib/response/delete-migration-response.d.ts +1 -1
- package/lib/response/delete-migration-response.js +1 -1
- package/lib/response/evaluate-migration-response.d.ts +1 -1
- package/lib/response/evaluate-migration-response.js +1 -1
- package/lib/response/get-advisor-report-response.d.ts +1 -1
- package/lib/response/get-advisor-report-response.js +1 -1
- package/lib/response/get-connection-response.d.ts +1 -1
- package/lib/response/get-connection-response.js +1 -1
- package/lib/response/get-job-output-content-response.d.ts +1 -1
- package/lib/response/get-job-output-content-response.js +1 -1
- package/lib/response/get-job-response.d.ts +1 -1
- package/lib/response/get-job-response.js +1 -1
- package/lib/response/get-migration-response.d.ts +1 -1
- package/lib/response/get-migration-response.js +1 -1
- package/lib/response/get-work-request-response.d.ts +1 -1
- package/lib/response/get-work-request-response.js +1 -1
- package/lib/response/index.d.ts +3 -13
- package/lib/response/index.js +1 -1
- package/lib/response/list-connections-response.d.ts +1 -1
- package/lib/response/list-connections-response.js +1 -1
- package/lib/response/list-excluded-objects-response.d.ts +1 -1
- package/lib/response/list-excluded-objects-response.js +1 -1
- package/lib/response/list-job-outputs-response.d.ts +1 -1
- package/lib/response/list-job-outputs-response.js +1 -1
- package/lib/response/list-jobs-response.d.ts +1 -1
- package/lib/response/list-jobs-response.js +1 -1
- package/lib/response/list-migration-object-types-response.d.ts +1 -1
- package/lib/response/list-migration-object-types-response.js +1 -1
- package/lib/response/list-migration-objects-response.d.ts +1 -1
- package/lib/response/list-migration-objects-response.js +1 -1
- package/lib/response/{list-agent-images-response.d.ts → list-migration-parameters-response.d.ts} +4 -4
- package/lib/{request/change-agent-compartment-request.js → response/list-migration-parameters-response.js} +2 -2
- package/lib/response/list-migration-parameters-response.js.map +1 -0
- package/lib/response/list-migrations-response.d.ts +1 -1
- package/lib/response/list-migrations-response.js +1 -1
- package/lib/response/list-work-request-errors-response.d.ts +1 -1
- package/lib/response/list-work-request-errors-response.js +1 -1
- package/lib/response/list-work-request-logs-response.d.ts +1 -1
- package/lib/response/list-work-request-logs-response.js +1 -1
- package/lib/response/list-work-requests-response.d.ts +1 -1
- package/lib/response/list-work-requests-response.js +1 -1
- package/lib/response/remove-migration-objects-response.d.ts +1 -1
- package/lib/response/remove-migration-objects-response.js +1 -1
- package/lib/response/resume-job-response.d.ts +1 -1
- package/lib/response/resume-job-response.js +1 -1
- package/lib/response/retrieve-supported-phases-response.d.ts +1 -1
- package/lib/response/retrieve-supported-phases-response.js +1 -1
- package/lib/response/start-migration-response.d.ts +1 -1
- package/lib/response/start-migration-response.js +1 -1
- package/lib/response/update-connection-response.d.ts +1 -1
- package/lib/response/update-connection-response.js +1 -1
- package/lib/response/update-job-response.d.ts +1 -1
- package/lib/response/update-job-response.js +1 -1
- package/lib/response/update-migration-response.d.ts +1 -1
- package/lib/response/update-migration-response.js +1 -1
- package/package.json +3 -3
- package/lib/model/advisor-settings.js.map +0 -1
- package/lib/model/agent-collection.js.map +0 -1
- package/lib/model/agent-image-collection.js.map +0 -1
- package/lib/model/agent-image-summary.js.map +0 -1
- package/lib/model/agent-summary.d.ts +0 -96
- package/lib/model/agent-summary.js.map +0 -1
- package/lib/model/agent.d.ts +0 -101
- package/lib/model/agent.js.map +0 -1
- package/lib/model/aws-s3-data-transfer-medium-details.js.map +0 -1
- package/lib/model/aws-s3-details.d.ts +0 -35
- package/lib/model/aws-s3-details.js.map +0 -1
- package/lib/model/change-agent-compartment-details.d.ts +0 -27
- package/lib/model/change-agent-compartment-details.js +0 -29
- package/lib/model/change-agent-compartment-details.js.map +0 -1
- package/lib/model/connect-descriptor.js +0 -29
- package/lib/model/connect-descriptor.js.map +0 -1
- package/lib/model/create-advisor-settings.js.map +0 -1
- package/lib/model/create-aws-s3-details.js +0 -29
- package/lib/model/create-aws-s3-details.js.map +0 -1
- package/lib/model/create-connect-descriptor.d.ts +0 -47
- package/lib/model/create-connect-descriptor.js +0 -29
- package/lib/model/create-connect-descriptor.js.map +0 -1
- package/lib/model/create-data-pump-settings.js.map +0 -1
- package/lib/model/create-data-transfer-medium-details.d.ts +0 -28
- package/lib/model/create-data-transfer-medium-details.js +0 -69
- package/lib/model/create-data-transfer-medium-details.js.map +0 -1
- package/lib/model/create-database-link-details.js.map +0 -1
- package/lib/model/create-dump-transfer-details.d.ts +0 -30
- package/lib/model/create-dump-transfer-details.js.map +0 -1
- package/lib/model/create-golden-gate-details.js.map +0 -1
- package/lib/model/create-golden-gate-hub.d.ts +0 -48
- package/lib/model/create-golden-gate-hub.js +0 -75
- package/lib/model/create-golden-gate-hub.js.map +0 -1
- package/lib/model/create-golden-gate-service-details.d.ts +0 -27
- package/lib/model/create-golden-gate-service-details.js +0 -75
- package/lib/model/create-golden-gate-service-details.js.map +0 -1
- package/lib/model/create-golden-gate-settings.js.map +0 -1
- package/lib/model/create-private-endpoint.d.ts +0 -40
- package/lib/model/create-private-endpoint.js +0 -29
- package/lib/model/create-private-endpoint.js.map +0 -1
- package/lib/model/create-ssh-details.d.ts +0 -43
- package/lib/model/create-ssh-details.js.map +0 -1
- package/lib/model/create-vault-details.js +0 -29
- package/lib/model/create-vault-details.js.map +0 -1
- package/lib/model/data-pump-job-mode.js.map +0 -1
- package/lib/model/data-pump-settings.js.map +0 -1
- package/lib/model/data-transfer-medium-details-v2.js.map +0 -1
- package/lib/model/data-transfer-medium-details.d.ts +0 -26
- package/lib/model/data-transfer-medium-details.js +0 -69
- package/lib/model/data-transfer-medium-details.js.map +0 -1
- package/lib/model/database-connection-types.js.map +0 -1
- package/lib/model/database-credentials.js.map +0 -1
- package/lib/model/database-link-details.js.map +0 -1
- package/lib/model/database-manual-connection-sub-types.js +0 -40
- package/lib/model/database-manual-connection-sub-types.js.map +0 -1
- package/lib/model/database-object.js +0 -29
- package/lib/model/database-object.js.map +0 -1
- package/lib/model/db-link-data-transfer-medium-details.js.map +0 -1
- package/lib/model/dump-transfer-details.js.map +0 -1
- package/lib/model/golden-gate-details.js +0 -57
- package/lib/model/golden-gate-details.js.map +0 -1
- package/lib/model/golden-gate-hub.d.ts +0 -48
- package/lib/model/golden-gate-hub.js +0 -75
- package/lib/model/golden-gate-hub.js.map +0 -1
- package/lib/model/golden-gate-service-details.js.map +0 -1
- package/lib/model/golden-gate-settings.js.map +0 -1
- package/lib/model/nfs-data-transfer-medium-details.js.map +0 -1
- package/lib/model/object-storage-data-transfer-medium-details.js.map +0 -1
- package/lib/model/private-endpoint-details.d.ts +0 -44
- package/lib/model/private-endpoint-details.js +0 -29
- package/lib/model/private-endpoint-details.js.map +0 -1
- package/lib/model/ssh-details.d.ts +0 -37
- package/lib/model/ssh-details.js +0 -29
- package/lib/model/ssh-details.js.map +0 -1
- package/lib/model/update-advisor-settings.js +0 -29
- package/lib/model/update-advisor-settings.js.map +0 -1
- package/lib/model/update-agent-details.d.ts +0 -60
- package/lib/model/update-agent-details.js +0 -29
- package/lib/model/update-agent-details.js.map +0 -1
- package/lib/model/update-aws-s3-details.js +0 -29
- package/lib/model/update-aws-s3-details.js.map +0 -1
- package/lib/model/update-connect-descriptor.d.ts +0 -46
- package/lib/model/update-connect-descriptor.js +0 -29
- package/lib/model/update-connect-descriptor.js.map +0 -1
- package/lib/model/update-data-pump-settings.js.map +0 -1
- package/lib/model/update-data-transfer-medium-details.d.ts +0 -29
- package/lib/model/update-data-transfer-medium-details.js +0 -69
- package/lib/model/update-data-transfer-medium-details.js.map +0 -1
- package/lib/model/update-database-link-details.d.ts +0 -29
- package/lib/model/update-database-link-details.js +0 -57
- package/lib/model/update-database-link-details.js.map +0 -1
- package/lib/model/update-dump-transfer-details.d.ts +0 -30
- package/lib/model/update-dump-transfer-details.js.map +0 -1
- package/lib/model/update-golden-gate-details.d.ts +0 -25
- package/lib/model/update-golden-gate-details.js +0 -59
- package/lib/model/update-golden-gate-details.js.map +0 -1
- package/lib/model/update-golden-gate-hub.d.ts +0 -48
- package/lib/model/update-golden-gate-hub.js +0 -75
- package/lib/model/update-golden-gate-hub.js.map +0 -1
- package/lib/model/update-golden-gate-service-details.d.ts +0 -27
- package/lib/model/update-golden-gate-service-details.js +0 -75
- package/lib/model/update-golden-gate-service-details.js.map +0 -1
- package/lib/model/update-golden-gate-settings.js.map +0 -1
- package/lib/model/update-private-endpoint.d.ts +0 -40
- package/lib/model/update-private-endpoint.js +0 -29
- package/lib/model/update-private-endpoint.js.map +0 -1
- package/lib/model/update-ssh-details.d.ts +0 -42
- package/lib/model/update-ssh-details.js +0 -29
- package/lib/model/update-ssh-details.js.map +0 -1
- package/lib/model/update-vault-details.d.ts +0 -37
- package/lib/model/update-vault-details.js +0 -29
- package/lib/model/update-vault-details.js.map +0 -1
- package/lib/model/vault-details.d.ts +0 -37
- package/lib/model/vault-details.js +0 -29
- package/lib/model/vault-details.js.map +0 -1
- package/lib/request/change-agent-compartment-request.d.ts +0 -53
- package/lib/request/change-agent-compartment-request.js.map +0 -1
- package/lib/request/delete-agent-request.d.ts +0 -38
- package/lib/request/delete-agent-request.js +0 -15
- package/lib/request/delete-agent-request.js.map +0 -1
- package/lib/request/get-agent-request.d.ts +0 -29
- package/lib/request/get-agent-request.js +0 -15
- package/lib/request/get-agent-request.js.map +0 -1
- package/lib/request/list-agent-images-request.d.ts +0 -40
- package/lib/request/list-agent-images-request.js +0 -15
- package/lib/request/list-agent-images-request.js.map +0 -1
- package/lib/request/list-agents-request.js.map +0 -1
- package/lib/request/update-agent-request.d.ts +0 -53
- package/lib/request/update-agent-request.js +0 -15
- package/lib/request/update-agent-request.js.map +0 -1
- package/lib/response/change-agent-compartment-response.d.ts +0 -20
- package/lib/response/change-agent-compartment-response.js +0 -15
- package/lib/response/change-agent-compartment-response.js.map +0 -1
- package/lib/response/delete-agent-response.d.ts +0 -25
- package/lib/response/delete-agent-response.js +0 -15
- package/lib/response/delete-agent-response.js.map +0 -1
- package/lib/response/get-agent-response.d.ts +0 -30
- package/lib/response/get-agent-response.js +0 -15
- package/lib/response/get-agent-response.js.map +0 -1
- package/lib/response/list-agent-images-response.js +0 -15
- package/lib/response/list-agent-images-response.js.map +0 -1
- package/lib/response/list-agents-response.d.ts +0 -32
- package/lib/response/list-agents-response.js +0 -15
- package/lib/response/list-agents-response.js.map +0 -1
- package/lib/response/update-agent-response.d.ts +0 -30
- package/lib/response/update-agent-response.js +0 -15
- package/lib/response/update-agent-response.js.map +0 -1
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Database Migration API
|
|
4
|
-
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.UpdateVaultDetails = void 0;
|
|
16
|
-
var UpdateVaultDetails;
|
|
17
|
-
(function (UpdateVaultDetails) {
|
|
18
|
-
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
-
return jsonObj;
|
|
21
|
-
}
|
|
22
|
-
UpdateVaultDetails.getJsonObj = getJsonObj;
|
|
23
|
-
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
-
return jsonObj;
|
|
26
|
-
}
|
|
27
|
-
UpdateVaultDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
-
})(UpdateVaultDetails = exports.UpdateVaultDetails || (exports.UpdateVaultDetails = {}));
|
|
29
|
-
//# sourceMappingURL=update-vault-details.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-vault-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/update-vault-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,kBAAkB,CAWlC;AAXD,WAAiB,kBAAkB;IACjC,SAAgB,UAAU,CAAC,GAAuB;QAChD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,6BAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAuB;QAC5D,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,yCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,kBAAkB,GAAlB,0BAAkB,KAAlB,0BAAkB,QAWlC"}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* Database Migration API
|
|
3
|
-
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
/**
|
|
14
|
-
* OCI Vault details to store migration and connection credentials secrets
|
|
15
|
-
*
|
|
16
|
-
*/
|
|
17
|
-
export interface VaultDetails {
|
|
18
|
-
/**
|
|
19
|
-
* OCID of the compartment where the secret containing the credentials will be created.
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
"compartmentId": string;
|
|
23
|
-
/**
|
|
24
|
-
* OCID of the vault
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
"vaultId": string;
|
|
28
|
-
/**
|
|
29
|
-
* OCID of the vault encryption key
|
|
30
|
-
*
|
|
31
|
-
*/
|
|
32
|
-
"keyId": string;
|
|
33
|
-
}
|
|
34
|
-
export declare namespace VaultDetails {
|
|
35
|
-
function getJsonObj(obj: VaultDetails): object;
|
|
36
|
-
function getDeserializedJsonObj(obj: VaultDetails): object;
|
|
37
|
-
}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
* Database Migration API
|
|
4
|
-
* Use the Oracle Cloud Infrastructure Database Migration APIs to perform database migration operations.
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
exports.VaultDetails = void 0;
|
|
16
|
-
var VaultDetails;
|
|
17
|
-
(function (VaultDetails) {
|
|
18
|
-
function getJsonObj(obj) {
|
|
19
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
20
|
-
return jsonObj;
|
|
21
|
-
}
|
|
22
|
-
VaultDetails.getJsonObj = getJsonObj;
|
|
23
|
-
function getDeserializedJsonObj(obj) {
|
|
24
|
-
const jsonObj = Object.assign(Object.assign({}, obj), {});
|
|
25
|
-
return jsonObj;
|
|
26
|
-
}
|
|
27
|
-
VaultDetails.getDeserializedJsonObj = getDeserializedJsonObj;
|
|
28
|
-
})(VaultDetails = exports.VaultDetails || (exports.VaultDetails = {}));
|
|
29
|
-
//# sourceMappingURL=vault-details.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"vault-details.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/model/vault-details.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AA2BH,IAAiB,YAAY,CAW5B;AAXD,WAAiB,YAAY;IAC3B,SAAgB,UAAU,CAAC,GAAiB;QAC1C,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,uBAAU,aAIzB,CAAA;IACD,SAAgB,sBAAsB,CAAC,GAAiB;QACtD,MAAM,OAAO,mCAAQ,GAAG,GAAK,EAAE,CAAE,CAAC;QAElC,OAAO,OAAO,CAAC;IACjB,CAAC;IAJe,mCAAsB,yBAIrC,CAAA;AACH,CAAC,EAXgB,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAW5B"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
|
-
import common = require("oci-common");
|
|
15
|
-
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/databasemigration/ChangeAgentCompartment.ts.html |here} to see how to use ChangeAgentCompartmentRequest.
|
|
17
|
-
*/
|
|
18
|
-
export interface ChangeAgentCompartmentRequest extends common.BaseRequest {
|
|
19
|
-
/**
|
|
20
|
-
* The OCID of the agent
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
"agentId": string;
|
|
24
|
-
/**
|
|
25
|
-
* Details to change the compartment.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
"changeAgentCompartmentDetails": model.ChangeAgentCompartmentDetails;
|
|
29
|
-
/**
|
|
30
|
-
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
31
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
32
|
-
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
33
|
-
* has been deleted and purged from the system, then a retry of the original creation request
|
|
34
|
-
* might be rejected.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
"opcRetryToken"?: string;
|
|
38
|
-
/**
|
|
39
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
40
|
-
* particular request, please provide the request ID.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
"opcRequestId"?: string;
|
|
44
|
-
/**
|
|
45
|
-
* For optimistic concurrency control. In the PUT or DELETE call
|
|
46
|
-
* for a resource, set the {@code if-match} parameter to the value of the
|
|
47
|
-
* etag from a previous GET or POST response for that resource.
|
|
48
|
-
* The resource will be updated or deleted only if the etag you
|
|
49
|
-
* provide matches the resource's current etag value.
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
"ifMatch"?: string;
|
|
53
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"change-agent-compartment-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/change-agent-compartment-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,38 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import common = require("oci-common");
|
|
14
|
-
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/databasemigration/DeleteAgent.ts.html |here} to see how to use DeleteAgentRequest.
|
|
16
|
-
*/
|
|
17
|
-
export interface DeleteAgentRequest extends common.BaseRequest {
|
|
18
|
-
/**
|
|
19
|
-
* The OCID of the agent
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
"agentId": string;
|
|
23
|
-
/**
|
|
24
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
25
|
-
* particular request, please provide the request ID.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
"opcRequestId"?: string;
|
|
29
|
-
/**
|
|
30
|
-
* For optimistic concurrency control. In the PUT or DELETE call
|
|
31
|
-
* for a resource, set the {@code if-match} parameter to the value of the
|
|
32
|
-
* etag from a previous GET or POST response for that resource.
|
|
33
|
-
* The resource will be updated or deleted only if the etag you
|
|
34
|
-
* provide matches the resource's current etag value.
|
|
35
|
-
*
|
|
36
|
-
*/
|
|
37
|
-
"ifMatch"?: string;
|
|
38
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=delete-agent-request.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-agent-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/delete-agent-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,29 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import common = require("oci-common");
|
|
14
|
-
/**
|
|
15
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/databasemigration/GetAgent.ts.html |here} to see how to use GetAgentRequest.
|
|
16
|
-
*/
|
|
17
|
-
export interface GetAgentRequest extends common.BaseRequest {
|
|
18
|
-
/**
|
|
19
|
-
* The OCID of the agent
|
|
20
|
-
*
|
|
21
|
-
*/
|
|
22
|
-
"agentId": string;
|
|
23
|
-
/**
|
|
24
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
25
|
-
* particular request, please provide the request ID.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
"opcRequestId"?: string;
|
|
29
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=get-agent-request.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-agent-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/get-agent-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,40 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
|
-
import common = require("oci-common");
|
|
15
|
-
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/databasemigration/ListAgentImages.ts.html |here} to see how to use ListAgentImagesRequest.
|
|
17
|
-
*/
|
|
18
|
-
export interface ListAgentImagesRequest extends common.BaseRequest {
|
|
19
|
-
/**
|
|
20
|
-
* The maximum number of items to return.
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
"limit"?: number;
|
|
24
|
-
/**
|
|
25
|
-
* The page token representing the page at which to start retrieving results. This is usually retrieved from a previous list call.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
"page"?: string;
|
|
29
|
-
/**
|
|
30
|
-
* The sort order to use, either 'asc' or 'desc'.
|
|
31
|
-
*
|
|
32
|
-
*/
|
|
33
|
-
"sortOrder"?: model.SortOrders;
|
|
34
|
-
/**
|
|
35
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
36
|
-
* particular request, please provide the request ID.
|
|
37
|
-
*
|
|
38
|
-
*/
|
|
39
|
-
"opcRequestId"?: string;
|
|
40
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=list-agent-images-request.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-agent-images-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/list-agent-images-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/list-agents-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG;;;AAqDH,IAAiB,iBAAiB,CAKjC;AALD,WAAiB,iBAAiB;IAChC,IAAY,MAGX;IAHD,WAAY,MAAM;QAChB,qCAA2B,CAAA;QAC3B,qCAA2B,CAAA;IAC7B,CAAC,EAHW,MAAM,GAAN,wBAAM,KAAN,wBAAM,QAGjB;AACH,CAAC,EALgB,iBAAiB,GAAjB,yBAAiB,KAAjB,yBAAiB,QAKjC"}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
|
-
import common = require("oci-common");
|
|
15
|
-
/**
|
|
16
|
-
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.88.2/databasemigration/UpdateAgent.ts.html |here} to see how to use UpdateAgentRequest.
|
|
17
|
-
*/
|
|
18
|
-
export interface UpdateAgentRequest extends common.BaseRequest {
|
|
19
|
-
/**
|
|
20
|
-
* The OCID of the agent
|
|
21
|
-
*
|
|
22
|
-
*/
|
|
23
|
-
"agentId": string;
|
|
24
|
-
/**
|
|
25
|
-
* Update ODMS Agent properties.
|
|
26
|
-
*
|
|
27
|
-
*/
|
|
28
|
-
"updateAgentDetails": model.UpdateAgentDetails;
|
|
29
|
-
/**
|
|
30
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact Oracle about a
|
|
31
|
-
* particular request, please provide the request ID.
|
|
32
|
-
*
|
|
33
|
-
*/
|
|
34
|
-
"opcRequestId"?: string;
|
|
35
|
-
/**
|
|
36
|
-
* A token that uniquely identifies a request so it can be retried in case of a timeout or
|
|
37
|
-
* server error without risk of executing that same action again. Retry tokens expire after 24
|
|
38
|
-
* hours, but can be invalidated before then due to conflicting operations. For example, if a resource
|
|
39
|
-
* has been deleted and purged from the system, then a retry of the original creation request
|
|
40
|
-
* might be rejected.
|
|
41
|
-
*
|
|
42
|
-
*/
|
|
43
|
-
"opcRetryToken"?: string;
|
|
44
|
-
/**
|
|
45
|
-
* For optimistic concurrency control. In the PUT or DELETE call
|
|
46
|
-
* for a resource, set the {@code if-match} parameter to the value of the
|
|
47
|
-
* etag from a previous GET or POST response for that resource.
|
|
48
|
-
* The resource will be updated or deleted only if the etag you
|
|
49
|
-
* provide matches the resource's current etag value.
|
|
50
|
-
*
|
|
51
|
-
*/
|
|
52
|
-
"ifMatch"?: string;
|
|
53
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=update-agent-request.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"update-agent-request.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/request/update-agent-request.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
export interface ChangeAgentCompartmentResponse {
|
|
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
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=change-agent-compartment-response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"change-agent-compartment-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/change-agent-compartment-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,25 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
export interface DeleteAgentResponse {
|
|
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
|
-
* Unique Oracle-assigned identifier for the asynchronous request. You can use this to query status of the asynchronous operation.
|
|
22
|
-
*
|
|
23
|
-
*/
|
|
24
|
-
"opcWorkRequestId": string;
|
|
25
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=delete-agent-response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"delete-agent-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/delete-agent-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
|
-
export interface GetAgentResponse {
|
|
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 optimistic concurrency control. See {@code if-match}.
|
|
23
|
-
*
|
|
24
|
-
*/
|
|
25
|
-
"etag": string;
|
|
26
|
-
/**
|
|
27
|
-
* The returned model.Agent instance.
|
|
28
|
-
*/
|
|
29
|
-
"agent": model.Agent;
|
|
30
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=get-agent-response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"get-agent-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/get-agent-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=list-agent-images-response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-agent-images-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/list-agent-images-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
*
|
|
3
|
-
*
|
|
4
|
-
* OpenAPI spec version: 20210929
|
|
5
|
-
*
|
|
6
|
-
*
|
|
7
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
8
|
-
* Do not edit the class manually.
|
|
9
|
-
*
|
|
10
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
11
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
12
|
-
*/
|
|
13
|
-
import * as model from "../model";
|
|
14
|
-
export interface ListAgentsResponse {
|
|
15
|
-
/**
|
|
16
|
-
* Unique Oracle-assigned identifier for the request. If you need to contact
|
|
17
|
-
* Oracle about a particular request, please provide the request ID.
|
|
18
|
-
*
|
|
19
|
-
*/
|
|
20
|
-
"opcRequestId": string;
|
|
21
|
-
/**
|
|
22
|
-
* For pagination of a list of items. When paging through a list, if this header appears in the response,
|
|
23
|
-
* then a partial list might have been returned. Include this value as the {@code page} parameter for the
|
|
24
|
-
* subsequent GET request to get the next batch of items.
|
|
25
|
-
*
|
|
26
|
-
*/
|
|
27
|
-
"opcNextPage": string;
|
|
28
|
-
/**
|
|
29
|
-
* The returned model.AgentCollection instance.
|
|
30
|
-
*/
|
|
31
|
-
"agentCollection": model.AgentCollection;
|
|
32
|
-
}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
/**
|
|
3
|
-
*
|
|
4
|
-
*
|
|
5
|
-
* OpenAPI spec version: 20210929
|
|
6
|
-
*
|
|
7
|
-
*
|
|
8
|
-
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
9
|
-
* Do not edit the class manually.
|
|
10
|
-
*
|
|
11
|
-
* Copyright (c) 2020, 2024, Oracle and/or its affiliates. All rights reserved.
|
|
12
|
-
* This software is dual-licensed to you under the Universal Permissive License (UPL) 1.0 as shown at https://oss.oracle.com/licenses/upl or Apache License 2.0 as shown at http://www.apache.org/licenses/LICENSE-2.0. You may choose either license.
|
|
13
|
-
*/
|
|
14
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
15
|
-
//# sourceMappingURL=list-agents-response.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"list-agents-response.js","sourceRoot":"","sources":["../../../../../lib/databasemigration/lib/response/list-agents-response.ts"],"names":[],"mappings":";AAAA;;;;;;;;;;;GAWG"}
|