oci-osmanagementhub 2.63.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE.txt +89 -0
- package/NOTICE.txt +1 -0
- package/README.md +22 -0
- package/THIRD_PARTY_LICENSES.txt +576 -0
- package/index.d.ts +44 -0
- package/index.js +67 -0
- package/index.js.map +1 -0
- package/lib/client.d.ts +1812 -0
- package/lib/client.js +8217 -0
- package/lib/client.js.map +1 -0
- package/lib/lifecycleenvironment-waiter.d.ts +39 -0
- package/lib/lifecycleenvironment-waiter.js +79 -0
- package/lib/lifecycleenvironment-waiter.js.map +1 -0
- package/lib/managedinstancegroup-waiter.d.ts +31 -0
- package/lib/managedinstancegroup-waiter.js +67 -0
- package/lib/managedinstancegroup-waiter.js.map +1 -0
- package/lib/managementstation-waiter.d.ts +31 -0
- package/lib/managementstation-waiter.js +67 -0
- package/lib/managementstation-waiter.js.map +1 -0
- package/lib/model/action-type.d.ts +34 -0
- package/lib/model/action-type.js +45 -0
- package/lib/model/action-type.js.map +1 -0
- package/lib/model/advisory-severity.d.ts +32 -0
- package/lib/model/advisory-severity.js +43 -0
- package/lib/model/advisory-severity.js.map +1 -0
- package/lib/model/arch-type.d.ts +33 -0
- package/lib/model/arch-type.js +44 -0
- package/lib/model/arch-type.js.map +1 -0
- package/lib/model/attach-managed-instances-to-lifecycle-stage-details.d.ts +25 -0
- package/lib/model/attach-managed-instances-to-lifecycle-stage-details.js +59 -0
- package/lib/model/attach-managed-instances-to-lifecycle-stage-details.js.map +1 -0
- package/lib/model/attach-managed-instances-to-managed-instance-group-details.d.ts +29 -0
- package/lib/model/attach-managed-instances-to-managed-instance-group-details.js +59 -0
- package/lib/model/attach-managed-instances-to-managed-instance-group-details.js.map +1 -0
- package/lib/model/attach-software-sources-to-managed-instance-details.d.ts +29 -0
- package/lib/model/attach-software-sources-to-managed-instance-details.js +59 -0
- package/lib/model/attach-software-sources-to-managed-instance-details.js.map +1 -0
- package/lib/model/attach-software-sources-to-managed-instance-group-details.d.ts +29 -0
- package/lib/model/attach-software-sources-to-managed-instance-group-details.js +59 -0
- package/lib/model/attach-software-sources-to-managed-instance-group-details.js.map +1 -0
- package/lib/model/availability.d.ts +31 -0
- package/lib/model/availability.js +42 -0
- package/lib/model/availability.js.map +1 -0
- package/lib/model/available-package-collection.d.ts +28 -0
- package/lib/model/available-package-collection.js +63 -0
- package/lib/model/available-package-collection.js.map +1 -0
- package/lib/model/available-package-summary.d.ts +26 -0
- package/lib/model/available-package-summary.js +56 -0
- package/lib/model/available-package-summary.js.map +1 -0
- package/lib/model/available-software-source-collection.d.ts +28 -0
- package/lib/model/available-software-source-collection.js +63 -0
- package/lib/model/available-software-source-collection.js.map +1 -0
- package/lib/model/available-software-source-summary.d.ts +35 -0
- package/lib/model/available-software-source-summary.js +31 -0
- package/lib/model/available-software-source-summary.js.map +1 -0
- package/lib/model/change-availability-of-software-sources-details.d.ts +28 -0
- package/lib/model/change-availability-of-software-sources-details.js +63 -0
- package/lib/model/change-availability-of-software-sources-details.js.map +1 -0
- package/lib/model/checksum-type.d.ts +32 -0
- package/lib/model/checksum-type.js +43 -0
- package/lib/model/checksum-type.js.map +1 -0
- package/lib/model/classification-types.d.ts +32 -0
- package/lib/model/classification-types.js +43 -0
- package/lib/model/classification-types.js.map +1 -0
- package/lib/model/create-custom-software-source-details.d.ts +35 -0
- package/lib/model/create-custom-software-source-details.js +74 -0
- package/lib/model/create-custom-software-source-details.js.map +1 -0
- package/lib/model/create-entitlement-details.d.ts +31 -0
- package/lib/model/create-entitlement-details.js +31 -0
- package/lib/model/create-entitlement-details.js.map +1 -0
- package/lib/model/create-group-profile-details.d.ts +30 -0
- package/lib/model/create-group-profile-details.js +56 -0
- package/lib/model/create-group-profile-details.js.map +1 -0
- package/lib/model/create-lifecycle-environment-details.d.ts +75 -0
- package/lib/model/create-lifecycle-environment-details.js +63 -0
- package/lib/model/create-lifecycle-environment-details.js.map +1 -0
- package/lib/model/create-lifecycle-profile-details.d.ts +30 -0
- package/lib/model/create-lifecycle-profile-details.js +56 -0
- package/lib/model/create-lifecycle-profile-details.js.map +1 -0
- package/lib/model/create-lifecycle-stage-details.d.ts +53 -0
- package/lib/model/create-lifecycle-stage-details.js +31 -0
- package/lib/model/create-lifecycle-stage-details.js.map +1 -0
- package/lib/model/create-managed-instance-group-details.d.ts +78 -0
- package/lib/model/create-managed-instance-group-details.js +31 -0
- package/lib/model/create-managed-instance-group-details.js.map +1 -0
- package/lib/model/create-management-station-details.d.ts +62 -0
- package/lib/model/create-management-station-details.js +65 -0
- package/lib/model/create-management-station-details.js.map +1 -0
- package/lib/model/create-mirror-configuration-details.d.ts +39 -0
- package/lib/model/create-mirror-configuration-details.js +31 -0
- package/lib/model/create-mirror-configuration-details.js.map +1 -0
- package/lib/model/create-profile-details.d.ts +60 -0
- package/lib/model/create-profile-details.js +82 -0
- package/lib/model/create-profile-details.js.map +1 -0
- package/lib/model/create-proxy-configuration-details.d.ts +39 -0
- package/lib/model/create-proxy-configuration-details.js +31 -0
- package/lib/model/create-proxy-configuration-details.js.map +1 -0
- package/lib/model/create-scheduled-job-details.d.ts +100 -0
- package/lib/model/create-scheduled-job-details.js +63 -0
- package/lib/model/create-scheduled-job-details.js.map +1 -0
- package/lib/model/create-software-source-details.d.ts +56 -0
- package/lib/model/create-software-source-details.js +74 -0
- package/lib/model/create-software-source-details.js.map +1 -0
- package/lib/model/create-software-source-profile-details.d.ts +42 -0
- package/lib/model/create-software-source-profile-details.js +56 -0
- package/lib/model/create-software-source-profile-details.js.map +1 -0
- package/lib/model/create-station-profile-details.d.ts +38 -0
- package/lib/model/create-station-profile-details.js +56 -0
- package/lib/model/create-station-profile-details.js.map +1 -0
- package/lib/model/create-versioned-custom-software-source-details.d.ts +35 -0
- package/lib/model/create-versioned-custom-software-source-details.js +74 -0
- package/lib/model/create-versioned-custom-software-source-details.js.map +1 -0
- package/lib/model/custom-software-source-filter.d.ts +36 -0
- package/lib/model/custom-software-source-filter.js +83 -0
- package/lib/model/custom-software-source-filter.js.map +1 -0
- package/lib/model/custom-software-source-summary.d.ts +30 -0
- package/lib/model/custom-software-source-summary.js +68 -0
- package/lib/model/custom-software-source-summary.js.map +1 -0
- package/lib/model/custom-software-source.d.ts +35 -0
- package/lib/model/custom-software-source.js +72 -0
- package/lib/model/custom-software-source.js.map +1 -0
- package/lib/model/detach-managed-instances-from-lifecycle-stage-details.d.ts +25 -0
- package/lib/model/detach-managed-instances-from-lifecycle-stage-details.js +59 -0
- package/lib/model/detach-managed-instances-from-lifecycle-stage-details.js.map +1 -0
- package/lib/model/detach-managed-instances-from-managed-instance-group-details.d.ts +27 -0
- package/lib/model/detach-managed-instances-from-managed-instance-group-details.js +31 -0
- package/lib/model/detach-managed-instances-from-managed-instance-group-details.js.map +1 -0
- package/lib/model/detach-software-sources-from-managed-instance-details.d.ts +29 -0
- package/lib/model/detach-software-sources-from-managed-instance-details.js +59 -0
- package/lib/model/detach-software-sources-from-managed-instance-details.js.map +1 -0
- package/lib/model/detach-software-sources-from-managed-instance-group-details.d.ts +29 -0
- package/lib/model/detach-software-sources-from-managed-instance-group-details.js +59 -0
- package/lib/model/detach-software-sources-from-managed-instance-group-details.js.map +1 -0
- package/lib/model/disable-module-stream-on-managed-instance-details.d.ts +33 -0
- package/lib/model/disable-module-stream-on-managed-instance-details.js +59 -0
- package/lib/model/disable-module-stream-on-managed-instance-details.js.map +1 -0
- package/lib/model/disable-module-stream-on-managed-instance-group-details.d.ts +33 -0
- package/lib/model/disable-module-stream-on-managed-instance-group-details.js +59 -0
- package/lib/model/disable-module-stream-on-managed-instance-group-details.js.map +1 -0
- package/lib/model/enable-module-stream-on-managed-instance-details.d.ts +33 -0
- package/lib/model/enable-module-stream-on-managed-instance-details.js +59 -0
- package/lib/model/enable-module-stream-on-managed-instance-details.js.map +1 -0
- package/lib/model/enable-module-stream-on-managed-instance-group-details.d.ts +33 -0
- package/lib/model/enable-module-stream-on-managed-instance-group-details.js +59 -0
- package/lib/model/enable-module-stream-on-managed-instance-group-details.js.map +1 -0
- package/lib/model/entitlement-collection.d.ts +28 -0
- package/lib/model/entitlement-collection.js +63 -0
- package/lib/model/entitlement-collection.js.map +1 -0
- package/lib/model/entitlement-summary.d.ts +35 -0
- package/lib/model/entitlement-summary.js +31 -0
- package/lib/model/entitlement-summary.js.map +1 -0
- package/lib/model/erratum-collection.d.ts +28 -0
- package/lib/model/erratum-collection.js +63 -0
- package/lib/model/erratum-collection.js.map +1 -0
- package/lib/model/erratum-summary.d.ts +60 -0
- package/lib/model/erratum-summary.js +63 -0
- package/lib/model/erratum-summary.js.map +1 -0
- package/lib/model/erratum.d.ts +84 -0
- package/lib/model/erratum.js +73 -0
- package/lib/model/erratum.js.map +1 -0
- package/lib/model/filter-type.d.ts +30 -0
- package/lib/model/filter-type.js +41 -0
- package/lib/model/filter-type.js.map +1 -0
- package/lib/model/group-profile.d.ts +27 -0
- package/lib/model/group-profile.js +60 -0
- package/lib/model/group-profile.js.map +1 -0
- package/lib/model/id.d.ts +31 -0
- package/lib/model/id.js +31 -0
- package/lib/model/id.js.map +1 -0
- package/lib/model/index.d.ts +426 -0
- package/lib/model/index.js +453 -0
- package/lib/model/index.js.map +1 -0
- package/lib/model/install-module-stream-profile-on-managed-instance-details.d.ts +37 -0
- package/lib/model/install-module-stream-profile-on-managed-instance-details.js +59 -0
- package/lib/model/install-module-stream-profile-on-managed-instance-details.js.map +1 -0
- package/lib/model/install-module-stream-profile-on-managed-instance-group-details.d.ts +37 -0
- package/lib/model/install-module-stream-profile-on-managed-instance-group-details.js +59 -0
- package/lib/model/install-module-stream-profile-on-managed-instance-group-details.js.map +1 -0
- package/lib/model/install-packages-on-managed-instance-details.d.ts +29 -0
- package/lib/model/install-packages-on-managed-instance-details.js +59 -0
- package/lib/model/install-packages-on-managed-instance-details.js.map +1 -0
- package/lib/model/install-packages-on-managed-instance-group-details.d.ts +29 -0
- package/lib/model/install-packages-on-managed-instance-group-details.js +59 -0
- package/lib/model/install-packages-on-managed-instance-group-details.js.map +1 -0
- package/lib/model/installed-package-collection.d.ts +28 -0
- package/lib/model/installed-package-collection.js +63 -0
- package/lib/model/installed-package-collection.js.map +1 -0
- package/lib/model/installed-package-summary.d.ts +38 -0
- package/lib/model/installed-package-summary.js +56 -0
- package/lib/model/installed-package-summary.js.map +1 -0
- package/lib/model/lifecycle-environment-collection.d.ts +28 -0
- package/lib/model/lifecycle-environment-collection.js +63 -0
- package/lib/model/lifecycle-environment-collection.js.map +1 -0
- package/lib/model/lifecycle-environment-details.d.ts +31 -0
- package/lib/model/lifecycle-environment-details.js +31 -0
- package/lib/model/lifecycle-environment-details.js.map +1 -0
- package/lib/model/lifecycle-environment-summary.d.ts +98 -0
- package/lib/model/lifecycle-environment-summary.js +63 -0
- package/lib/model/lifecycle-environment-summary.js.map +1 -0
- package/lib/model/lifecycle-environment.d.ts +115 -0
- package/lib/model/lifecycle-environment.js +87 -0
- package/lib/model/lifecycle-environment.js.map +1 -0
- package/lib/model/lifecycle-profile.d.ts +28 -0
- package/lib/model/lifecycle-profile.js +66 -0
- package/lib/model/lifecycle-profile.js.map +1 -0
- package/lib/model/lifecycle-stage-collection.d.ts +28 -0
- package/lib/model/lifecycle-stage-collection.js +63 -0
- package/lib/model/lifecycle-stage-collection.js.map +1 -0
- package/lib/model/lifecycle-stage-details.d.ts +31 -0
- package/lib/model/lifecycle-stage-details.js +31 -0
- package/lib/model/lifecycle-stage-details.js.map +1 -0
- package/lib/model/lifecycle-stage-summary.d.ts +109 -0
- package/lib/model/lifecycle-stage-summary.js +59 -0
- package/lib/model/lifecycle-stage-summary.js.map +1 -0
- package/lib/model/lifecycle-stage.d.ts +118 -0
- package/lib/model/lifecycle-stage.js +83 -0
- package/lib/model/lifecycle-stage.js.map +1 -0
- package/lib/model/manage-module-streams-in-scheduled-job-details.d.ts +40 -0
- package/lib/model/manage-module-streams-in-scheduled-job-details.js +93 -0
- package/lib/model/manage-module-streams-in-scheduled-job-details.js.map +1 -0
- package/lib/model/manage-module-streams-on-managed-instance-details.d.ts +50 -0
- package/lib/model/manage-module-streams-on-managed-instance-details.js +99 -0
- package/lib/model/manage-module-streams-on-managed-instance-details.js.map +1 -0
- package/lib/model/manage-module-streams-on-managed-instance-group-details.d.ts +50 -0
- package/lib/model/manage-module-streams-on-managed-instance-group-details.js +99 -0
- package/lib/model/manage-module-streams-on-managed-instance-group-details.js.map +1 -0
- package/lib/model/managed-instance-analytic-collection.d.ts +28 -0
- package/lib/model/managed-instance-analytic-collection.js +63 -0
- package/lib/model/managed-instance-analytic-collection.js.map +1 -0
- package/lib/model/managed-instance-analytic-summary.d.ts +42 -0
- package/lib/model/managed-instance-analytic-summary.js +31 -0
- package/lib/model/managed-instance-analytic-summary.js.map +1 -0
- package/lib/model/managed-instance-collection.d.ts +28 -0
- package/lib/model/managed-instance-collection.js +63 -0
- package/lib/model/managed-instance-collection.js.map +1 -0
- package/lib/model/managed-instance-details.d.ts +31 -0
- package/lib/model/managed-instance-details.js +31 -0
- package/lib/model/managed-instance-details.js.map +1 -0
- package/lib/model/managed-instance-erratum-summary-collection.d.ts +28 -0
- package/lib/model/managed-instance-erratum-summary-collection.js +63 -0
- package/lib/model/managed-instance-erratum-summary-collection.js.map +1 -0
- package/lib/model/managed-instance-erratum-summary.d.ts +50 -0
- package/lib/model/managed-instance-erratum-summary.js +63 -0
- package/lib/model/managed-instance-erratum-summary.js.map +1 -0
- package/lib/model/managed-instance-group-available-module-collection.d.ts +28 -0
- package/lib/model/managed-instance-group-available-module-collection.js +63 -0
- package/lib/model/managed-instance-group-available-module-collection.js.map +1 -0
- package/lib/model/managed-instance-group-available-module-summary.d.ts +31 -0
- package/lib/model/managed-instance-group-available-module-summary.js +31 -0
- package/lib/model/managed-instance-group-available-module-summary.js.map +1 -0
- package/lib/model/managed-instance-group-available-package-collection.d.ts +28 -0
- package/lib/model/managed-instance-group-available-package-collection.js +63 -0
- package/lib/model/managed-instance-group-available-package-collection.js.map +1 -0
- package/lib/model/managed-instance-group-available-package-summary.d.ts +52 -0
- package/lib/model/managed-instance-group-available-package-summary.js +63 -0
- package/lib/model/managed-instance-group-available-package-summary.js.map +1 -0
- package/lib/model/managed-instance-group-collection.d.ts +28 -0
- package/lib/model/managed-instance-group-collection.js +63 -0
- package/lib/model/managed-instance-group-collection.js.map +1 -0
- package/lib/model/managed-instance-group-details.d.ts +31 -0
- package/lib/model/managed-instance-group-details.js +31 -0
- package/lib/model/managed-instance-group-details.js.map +1 -0
- package/lib/model/managed-instance-group-installed-package-collection.d.ts +29 -0
- package/lib/model/managed-instance-group-installed-package-collection.js +63 -0
- package/lib/model/managed-instance-group-installed-package-collection.js.map +1 -0
- package/lib/model/managed-instance-group-installed-package-summary.d.ts +33 -0
- package/lib/model/managed-instance-group-installed-package-summary.js +31 -0
- package/lib/model/managed-instance-group-installed-package-summary.js.map +1 -0
- package/lib/model/managed-instance-group-module-collection.d.ts +30 -0
- package/lib/model/managed-instance-group-module-collection.js +63 -0
- package/lib/model/managed-instance-group-module-collection.js.map +1 -0
- package/lib/model/managed-instance-group-module-summary.d.ts +39 -0
- package/lib/model/managed-instance-group-module-summary.js +31 -0
- package/lib/model/managed-instance-group-module-summary.js.map +1 -0
- package/lib/model/managed-instance-group-summary.d.ts +98 -0
- package/lib/model/managed-instance-group-summary.js +31 -0
- package/lib/model/managed-instance-group-summary.js.map +1 -0
- package/lib/model/managed-instance-group.d.ts +123 -0
- package/lib/model/managed-instance-group.js +77 -0
- package/lib/model/managed-instance-group.js.map +1 -0
- package/lib/model/managed-instance-location.d.ts +32 -0
- package/lib/model/managed-instance-location.js +43 -0
- package/lib/model/managed-instance-location.js.map +1 -0
- package/lib/model/managed-instance-module-collection.d.ts +30 -0
- package/lib/model/managed-instance-module-collection.js +63 -0
- package/lib/model/managed-instance-module-collection.js.map +1 -0
- package/lib/model/managed-instance-module-summary.d.ts +49 -0
- package/lib/model/managed-instance-module-summary.js +31 -0
- package/lib/model/managed-instance-module-summary.js.map +1 -0
- package/lib/model/managed-instance-status.d.ts +33 -0
- package/lib/model/managed-instance-status.js +44 -0
- package/lib/model/managed-instance-status.js.map +1 -0
- package/lib/model/managed-instance-summary.d.ts +75 -0
- package/lib/model/managed-instance-summary.js +69 -0
- package/lib/model/managed-instance-summary.js.map +1 -0
- package/lib/model/managed-instance.d.ts +159 -0
- package/lib/model/managed-instance.js +79 -0
- package/lib/model/managed-instance.js.map +1 -0
- package/lib/model/managed-instances-details.d.ts +29 -0
- package/lib/model/managed-instances-details.js +59 -0
- package/lib/model/managed-instances-details.js.map +1 -0
- package/lib/model/management-station-collection.d.ts +28 -0
- package/lib/model/management-station-collection.js +63 -0
- package/lib/model/management-station-collection.js.map +1 -0
- package/lib/model/management-station-details.d.ts +33 -0
- package/lib/model/management-station-details.js +59 -0
- package/lib/model/management-station-details.js.map +1 -0
- package/lib/model/management-station-summary.d.ts +106 -0
- package/lib/model/management-station-summary.js +31 -0
- package/lib/model/management-station-summary.js.map +1 -0
- package/lib/model/management-station.d.ts +122 -0
- package/lib/model/management-station.js +79 -0
- package/lib/model/management-station.js.map +1 -0
- package/lib/model/metric-name.d.ts +38 -0
- package/lib/model/metric-name.js +49 -0
- package/lib/model/metric-name.js.map +1 -0
- package/lib/model/mirror-configuration.d.ts +39 -0
- package/lib/model/mirror-configuration.js +31 -0
- package/lib/model/mirror-configuration.js.map +1 -0
- package/lib/model/mirror-state.d.ts +33 -0
- package/lib/model/mirror-state.js +44 -0
- package/lib/model/mirror-state.js.map +1 -0
- package/lib/model/mirror-summary.d.ts +60 -0
- package/lib/model/mirror-summary.js +31 -0
- package/lib/model/mirror-summary.js.map +1 -0
- package/lib/model/mirror-sync-status.d.ts +43 -0
- package/lib/model/mirror-sync-status.js +31 -0
- package/lib/model/mirror-sync-status.js.map +1 -0
- package/lib/model/mirror-type.d.ts +31 -0
- package/lib/model/mirror-type.js +42 -0
- package/lib/model/mirror-type.js.map +1 -0
- package/lib/model/mirrors-collection.d.ts +28 -0
- package/lib/model/mirrors-collection.js +63 -0
- package/lib/model/mirrors-collection.js.map +1 -0
- package/lib/model/module-collection.d.ts +28 -0
- package/lib/model/module-collection.js +63 -0
- package/lib/model/module-collection.js.map +1 -0
- package/lib/model/module-spec-details.d.ts +35 -0
- package/lib/model/module-spec-details.js +31 -0
- package/lib/model/module-spec-details.js.map +1 -0
- package/lib/model/module-stream-collection.d.ts +28 -0
- package/lib/model/module-stream-collection.js +63 -0
- package/lib/model/module-stream-collection.js.map +1 -0
- package/lib/model/module-stream-details-body.d.ts +33 -0
- package/lib/model/module-stream-details-body.js +59 -0
- package/lib/model/module-stream-details-body.js.map +1 -0
- package/lib/model/module-stream-details.d.ts +31 -0
- package/lib/model/module-stream-details.js +31 -0
- package/lib/model/module-stream-details.js.map +1 -0
- package/lib/model/module-stream-profile-collection.d.ts +28 -0
- package/lib/model/module-stream-profile-collection.js +63 -0
- package/lib/model/module-stream-profile-collection.js.map +1 -0
- package/lib/model/module-stream-profile-details-body.d.ts +37 -0
- package/lib/model/module-stream-profile-details-body.js +59 -0
- package/lib/model/module-stream-profile-details-body.js.map +1 -0
- package/lib/model/module-stream-profile-details.d.ts +35 -0
- package/lib/model/module-stream-profile-details.js +31 -0
- package/lib/model/module-stream-profile-details.js.map +1 -0
- package/lib/model/module-stream-profile-filter.d.ts +40 -0
- package/lib/model/module-stream-profile-filter.js +31 -0
- package/lib/model/module-stream-profile-filter.js.map +1 -0
- package/lib/model/module-stream-profile-status.d.ts +25 -0
- package/lib/model/module-stream-profile-status.js +36 -0
- package/lib/model/module-stream-profile-status.js.map +1 -0
- package/lib/model/module-stream-profile-summary.d.ts +39 -0
- package/lib/model/module-stream-profile-summary.js +31 -0
- package/lib/model/module-stream-profile-summary.js.map +1 -0
- package/lib/model/module-stream-profile.d.ts +51 -0
- package/lib/model/module-stream-profile.js +31 -0
- package/lib/model/module-stream-profile.js.map +1 -0
- package/lib/model/module-stream-status.d.ts +26 -0
- package/lib/model/module-stream-status.js +37 -0
- package/lib/model/module-stream-status.js.map +1 -0
- package/lib/model/module-stream-summary.d.ts +46 -0
- package/lib/model/module-stream-summary.js +31 -0
- package/lib/model/module-stream-summary.js.map +1 -0
- package/lib/model/module-stream.d.ts +68 -0
- package/lib/model/module-stream.js +31 -0
- package/lib/model/module-stream.js.map +1 -0
- package/lib/model/module-summary.d.ts +37 -0
- package/lib/model/module-summary.js +31 -0
- package/lib/model/module-summary.js.map +1 -0
- package/lib/model/operation-status.d.ts +34 -0
- package/lib/model/operation-status.js +45 -0
- package/lib/model/operation-status.js.map +1 -0
- package/lib/model/operation-types.d.ts +44 -0
- package/lib/model/operation-types.js +55 -0
- package/lib/model/operation-types.js.map +1 -0
- package/lib/model/os-family.d.ts +31 -0
- package/lib/model/os-family.js +42 -0
- package/lib/model/os-family.js.map +1 -0
- package/lib/model/overall-state.d.ts +35 -0
- package/lib/model/overall-state.js +46 -0
- package/lib/model/overall-state.js.map +1 -0
- package/lib/model/package-filter.d.ts +40 -0
- package/lib/model/package-filter.js +31 -0
- package/lib/model/package-filter.js.map +1 -0
- package/lib/model/package-group-collection.d.ts +28 -0
- package/lib/model/package-group-collection.js +63 -0
- package/lib/model/package-group-collection.js.map +1 -0
- package/lib/model/package-group-filter.d.ts +32 -0
- package/lib/model/package-group-filter.js +31 -0
- package/lib/model/package-group-filter.js.map +1 -0
- package/lib/model/package-group-summary.d.ts +55 -0
- package/lib/model/package-group-summary.js +31 -0
- package/lib/model/package-group-summary.js.map +1 -0
- package/lib/model/package-group.d.ts +69 -0
- package/lib/model/package-group.js +42 -0
- package/lib/model/package-group.js.map +1 -0
- package/lib/model/package-name-summary.d.ts +44 -0
- package/lib/model/package-name-summary.js +31 -0
- package/lib/model/package-name-summary.js.map +1 -0
- package/lib/model/package-summary.d.ts +49 -0
- package/lib/model/package-summary.js +90 -0
- package/lib/model/package-summary.js.map +1 -0
- package/lib/model/profile-collection.d.ts +28 -0
- package/lib/model/profile-collection.js +63 -0
- package/lib/model/profile-collection.js.map +1 -0
- package/lib/model/profile-summary.d.ts +98 -0
- package/lib/model/profile-summary.js +31 -0
- package/lib/model/profile-summary.js.map +1 -0
- package/lib/model/profile-type.d.ts +32 -0
- package/lib/model/profile-type.js +43 -0
- package/lib/model/profile-type.js.map +1 -0
- package/lib/model/profile.d.ts +108 -0
- package/lib/model/profile.js +96 -0
- package/lib/model/profile.js.map +1 -0
- package/lib/model/promote-software-source-to-lifecycle-stage-details.d.ts +47 -0
- package/lib/model/promote-software-source-to-lifecycle-stage-details.js +59 -0
- package/lib/model/promote-software-source-to-lifecycle-stage-details.js.map +1 -0
- package/lib/model/proxy-configuration.d.ts +39 -0
- package/lib/model/proxy-configuration.js +31 -0
- package/lib/model/proxy-configuration.js.map +1 -0
- package/lib/model/remove-module-stream-profile-from-managed-instance-details.d.ts +37 -0
- package/lib/model/remove-module-stream-profile-from-managed-instance-details.js +59 -0
- package/lib/model/remove-module-stream-profile-from-managed-instance-details.js.map +1 -0
- package/lib/model/remove-module-stream-profile-from-managed-instance-group-details.d.ts +37 -0
- package/lib/model/remove-module-stream-profile-from-managed-instance-group-details.js +59 -0
- package/lib/model/remove-module-stream-profile-from-managed-instance-group-details.js.map +1 -0
- package/lib/model/remove-packages-from-managed-instance-details.d.ts +29 -0
- package/lib/model/remove-packages-from-managed-instance-details.js +59 -0
- package/lib/model/remove-packages-from-managed-instance-details.js.map +1 -0
- package/lib/model/remove-packages-from-managed-instance-group-details.d.ts +29 -0
- package/lib/model/remove-packages-from-managed-instance-group-details.js +59 -0
- package/lib/model/remove-packages-from-managed-instance-group-details.js.map +1 -0
- package/lib/model/schedule-types.d.ts +30 -0
- package/lib/model/schedule-types.js +41 -0
- package/lib/model/schedule-types.js.map +1 -0
- package/lib/model/scheduled-job-collection.d.ts +28 -0
- package/lib/model/scheduled-job-collection.js +63 -0
- package/lib/model/scheduled-job-collection.js.map +1 -0
- package/lib/model/scheduled-job-operation.d.ts +38 -0
- package/lib/model/scheduled-job-operation.js +65 -0
- package/lib/model/scheduled-job-operation.js.map +1 -0
- package/lib/model/scheduled-job-summary.d.ts +114 -0
- package/lib/model/scheduled-job-summary.js +63 -0
- package/lib/model/scheduled-job-summary.js.map +1 -0
- package/lib/model/scheduled-job.d.ts +144 -0
- package/lib/model/scheduled-job.js +78 -0
- package/lib/model/scheduled-job.js.map +1 -0
- package/lib/model/search-software-source-module-streams-details.d.ts +47 -0
- package/lib/model/search-software-source-module-streams-details.js +40 -0
- package/lib/model/search-software-source-module-streams-details.js.map +1 -0
- package/lib/model/search-software-source-modules-details.d.ts +51 -0
- package/lib/model/search-software-source-modules-details.js +40 -0
- package/lib/model/search-software-source-modules-details.js.map +1 -0
- package/lib/model/search-software-source-package-groups-details.d.ts +50 -0
- package/lib/model/search-software-source-package-groups-details.js +40 -0
- package/lib/model/search-software-source-package-groups-details.js.map +1 -0
- package/lib/model/software-package-collection.d.ts +28 -0
- package/lib/model/software-package-collection.js +63 -0
- package/lib/model/software-package-collection.js.map +1 -0
- package/lib/model/software-package-dependency.d.ts +35 -0
- package/lib/model/software-package-dependency.js +31 -0
- package/lib/model/software-package-dependency.js.map +1 -0
- package/lib/model/software-package-file.d.ts +49 -0
- package/lib/model/software-package-file.js +31 -0
- package/lib/model/software-package-file.js.map +1 -0
- package/lib/model/software-package-summary.d.ts +60 -0
- package/lib/model/software-package-summary.js +63 -0
- package/lib/model/software-package-summary.js.map +1 -0
- package/lib/model/software-package.d.ts +80 -0
- package/lib/model/software-package.js +83 -0
- package/lib/model/software-package.js.map +1 -0
- package/lib/model/software-packages-details.d.ts +29 -0
- package/lib/model/software-packages-details.js +59 -0
- package/lib/model/software-packages-details.js.map +1 -0
- package/lib/model/software-source-availability.d.ts +32 -0
- package/lib/model/software-source-availability.js +31 -0
- package/lib/model/software-source-availability.js.map +1 -0
- package/lib/model/software-source-collection.d.ts +28 -0
- package/lib/model/software-source-collection.js +63 -0
- package/lib/model/software-source-collection.js.map +1 -0
- package/lib/model/software-source-details.d.ts +40 -0
- package/lib/model/software-source-details.js +31 -0
- package/lib/model/software-source-details.js.map +1 -0
- package/lib/model/software-source-profile.d.ts +30 -0
- package/lib/model/software-source-profile.js +66 -0
- package/lib/model/software-source-profile.js.map +1 -0
- package/lib/model/software-source-summary.d.ts +111 -0
- package/lib/model/software-source-summary.js +78 -0
- package/lib/model/software-source-summary.js.map +1 -0
- package/lib/model/software-source-type.d.ts +31 -0
- package/lib/model/software-source-type.js +42 -0
- package/lib/model/software-source-type.js.map +1 -0
- package/lib/model/software-source-vendor-collection.d.ts +28 -0
- package/lib/model/software-source-vendor-collection.js +63 -0
- package/lib/model/software-source-vendor-collection.js.map +1 -0
- package/lib/model/software-source-vendor-summary.d.ts +58 -0
- package/lib/model/software-source-vendor-summary.js +55 -0
- package/lib/model/software-source-vendor-summary.js.map +1 -0
- package/lib/model/software-source.d.ts +134 -0
- package/lib/model/software-source.js +92 -0
- package/lib/model/software-source.js.map +1 -0
- package/lib/model/software-sources-details.d.ts +29 -0
- package/lib/model/software-sources-details.js +59 -0
- package/lib/model/software-sources-details.js.map +1 -0
- package/lib/model/sort-order.d.ts +25 -0
- package/lib/model/sort-order.js +36 -0
- package/lib/model/sort-order.js.map +1 -0
- package/lib/model/station-profile.d.ts +26 -0
- package/lib/model/station-profile.js +52 -0
- package/lib/model/station-profile.js.map +1 -0
- package/lib/model/switch-module-stream-on-managed-instance-details.d.ts +33 -0
- package/lib/model/switch-module-stream-on-managed-instance-details.js +59 -0
- package/lib/model/switch-module-stream-on-managed-instance-details.js.map +1 -0
- package/lib/model/synchronize-mirrors-details.d.ts +27 -0
- package/lib/model/synchronize-mirrors-details.js +31 -0
- package/lib/model/synchronize-mirrors-details.js.map +1 -0
- package/lib/model/target-resource-entity-type.d.ts +33 -0
- package/lib/model/target-resource-entity-type.js +44 -0
- package/lib/model/target-resource-entity-type.js.map +1 -0
- package/lib/model/updatable-package-collection.d.ts +28 -0
- package/lib/model/updatable-package-collection.js +63 -0
- package/lib/model/updatable-package-collection.js.map +1 -0
- package/lib/model/updatable-package-summary.d.ts +42 -0
- package/lib/model/updatable-package-summary.js +56 -0
- package/lib/model/updatable-package-summary.js.map +1 -0
- package/lib/model/update-all-packages-on-managed-instance-group-details.d.ts +38 -0
- package/lib/model/update-all-packages-on-managed-instance-group-details.js +69 -0
- package/lib/model/update-all-packages-on-managed-instance-group-details.js.map +1 -0
- package/lib/model/update-all-packages-on-managed-instances-in-compartment-details.d.ts +42 -0
- package/lib/model/update-all-packages-on-managed-instances-in-compartment-details.js +69 -0
- package/lib/model/update-all-packages-on-managed-instances-in-compartment-details.js.map +1 -0
- package/lib/model/update-custom-software-source-details.d.ts +35 -0
- package/lib/model/update-custom-software-source-details.js +74 -0
- package/lib/model/update-custom-software-source-details.js.map +1 -0
- package/lib/model/update-lifecycle-environment-details.d.ts +56 -0
- package/lib/model/update-lifecycle-environment-details.js +63 -0
- package/lib/model/update-lifecycle-environment-details.js.map +1 -0
- package/lib/model/update-lifecycle-stage-details.d.ts +51 -0
- package/lib/model/update-lifecycle-stage-details.js +31 -0
- package/lib/model/update-lifecycle-stage-details.js.map +1 -0
- package/lib/model/update-managed-instance-details.d.ts +31 -0
- package/lib/model/update-managed-instance-details.js +31 -0
- package/lib/model/update-managed-instance-details.js.map +1 -0
- package/lib/model/update-managed-instance-group-details.d.ts +51 -0
- package/lib/model/update-managed-instance-group-details.js +31 -0
- package/lib/model/update-managed-instance-group-details.js.map +1 -0
- package/lib/model/update-management-station-details.d.ts +58 -0
- package/lib/model/update-management-station-details.js +65 -0
- package/lib/model/update-management-station-details.js.map +1 -0
- package/lib/model/update-mirror-configuration-details.d.ts +39 -0
- package/lib/model/update-mirror-configuration-details.js +31 -0
- package/lib/model/update-mirror-configuration-details.js.map +1 -0
- package/lib/model/update-packages-on-managed-instance-details.d.ts +42 -0
- package/lib/model/update-packages-on-managed-instance-details.js +69 -0
- package/lib/model/update-packages-on-managed-instance-details.js.map +1 -0
- package/lib/model/update-profile-details.d.ts +51 -0
- package/lib/model/update-profile-details.js +31 -0
- package/lib/model/update-profile-details.js.map +1 -0
- package/lib/model/update-proxy-configuration-details.d.ts +39 -0
- package/lib/model/update-proxy-configuration-details.js +31 -0
- package/lib/model/update-proxy-configuration-details.js.map +1 -0
- package/lib/model/update-scheduled-job-details.d.ts +68 -0
- package/lib/model/update-scheduled-job-details.js +63 -0
- package/lib/model/update-scheduled-job-details.js.map +1 -0
- package/lib/model/update-software-source-details.d.ts +56 -0
- package/lib/model/update-software-source-details.js +74 -0
- package/lib/model/update-software-source-details.js.map +1 -0
- package/lib/model/update-types.d.ts +35 -0
- package/lib/model/update-types.js +46 -0
- package/lib/model/update-types.js.map +1 -0
- package/lib/model/update-vendor-software-source-details.d.ts +26 -0
- package/lib/model/update-vendor-software-source-details.js +56 -0
- package/lib/model/update-vendor-software-source-details.js.map +1 -0
- package/lib/model/update-work-request-details.d.ts +45 -0
- package/lib/model/update-work-request-details.js +31 -0
- package/lib/model/update-work-request-details.js.map +1 -0
- package/lib/model/vendor-name.d.ts +29 -0
- package/lib/model/vendor-name.js +40 -0
- package/lib/model/vendor-name.js.map +1 -0
- package/lib/model/vendor-software-source-summary.d.ts +30 -0
- package/lib/model/vendor-software-source-summary.js +56 -0
- package/lib/model/vendor-software-source-summary.js.map +1 -0
- package/lib/model/vendor-software-source.d.ts +30 -0
- package/lib/model/vendor-software-source.js +54 -0
- package/lib/model/vendor-software-source.js.map +1 -0
- package/lib/model/versioned-custom-software-source-summary.d.ts +34 -0
- package/lib/model/versioned-custom-software-source-summary.js +68 -0
- package/lib/model/versioned-custom-software-source-summary.js.map +1 -0
- package/lib/model/versioned-custom-software-source.d.ts +35 -0
- package/lib/model/versioned-custom-software-source.js +74 -0
- package/lib/model/versioned-custom-software-source.js.map +1 -0
- package/lib/model/work-request-details.d.ts +31 -0
- package/lib/model/work-request-details.js +31 -0
- package/lib/model/work-request-details.js.map +1 -0
- package/lib/model/work-request-error-collection.d.ts +28 -0
- package/lib/model/work-request-error-collection.js +63 -0
- package/lib/model/work-request-error-collection.js.map +1 -0
- package/lib/model/work-request-error.d.ts +37 -0
- package/lib/model/work-request-error.js +31 -0
- package/lib/model/work-request-error.js.map +1 -0
- package/lib/model/work-request-log-entry-collection.d.ts +28 -0
- package/lib/model/work-request-log-entry-collection.js +63 -0
- package/lib/model/work-request-log-entry-collection.js.map +1 -0
- package/lib/model/work-request-log-entry.d.ts +31 -0
- package/lib/model/work-request-log-entry.js +31 -0
- package/lib/model/work-request-log-entry.js.map +1 -0
- package/lib/model/work-request-management-station-details.d.ts +35 -0
- package/lib/model/work-request-management-station-details.js +31 -0
- package/lib/model/work-request-management-station-details.js.map +1 -0
- package/lib/model/work-request-operation-type.d.ts +53 -0
- package/lib/model/work-request-operation-type.js +64 -0
- package/lib/model/work-request-operation-type.js.map +1 -0
- package/lib/model/work-request-resource-metadata-key.d.ts +29 -0
- package/lib/model/work-request-resource-metadata-key.js +40 -0
- package/lib/model/work-request-resource-metadata-key.js.map +1 -0
- package/lib/model/work-request-resource.d.ts +54 -0
- package/lib/model/work-request-resource.js +31 -0
- package/lib/model/work-request-resource.js.map +1 -0
- package/lib/model/work-request-summary-collection.d.ts +28 -0
- package/lib/model/work-request-summary-collection.js +63 -0
- package/lib/model/work-request-summary-collection.js.map +1 -0
- package/lib/model/work-request-summary.d.ts +74 -0
- package/lib/model/work-request-summary.js +31 -0
- package/lib/model/work-request-summary.js.map +1 -0
- package/lib/model/work-request.d.ts +110 -0
- package/lib/model/work-request.js +79 -0
- package/lib/model/work-request.js.map +1 -0
- package/lib/onboarding-waiter.d.ts +31 -0
- package/lib/onboarding-waiter.js +67 -0
- package/lib/onboarding-waiter.js.map +1 -0
- package/lib/request/attach-managed-instances-to-lifecycle-stage-request.d.ts +49 -0
- package/lib/request/attach-managed-instances-to-lifecycle-stage-request.js +15 -0
- package/lib/request/attach-managed-instances-to-lifecycle-stage-request.js.map +1 -0
- package/lib/request/attach-managed-instances-to-managed-instance-group-request.d.ts +49 -0
- package/lib/request/attach-managed-instances-to-managed-instance-group-request.js +15 -0
- package/lib/request/attach-managed-instances-to-managed-instance-group-request.js.map +1 -0
- package/lib/request/attach-software-sources-to-managed-instance-group-request.d.ts +49 -0
- package/lib/request/attach-software-sources-to-managed-instance-group-request.js +15 -0
- package/lib/request/attach-software-sources-to-managed-instance-group-request.js.map +1 -0
- package/lib/request/attach-software-sources-to-managed-instance-request.d.ts +49 -0
- package/lib/request/attach-software-sources-to-managed-instance-request.js +15 -0
- package/lib/request/attach-software-sources-to-managed-instance-request.js.map +1 -0
- package/lib/request/change-availability-of-software-sources-request.d.ts +36 -0
- package/lib/request/change-availability-of-software-sources-request.js +15 -0
- package/lib/request/change-availability-of-software-sources-request.js.map +1 -0
- package/lib/request/create-entitlement-request.d.ts +36 -0
- package/lib/request/create-entitlement-request.js +15 -0
- package/lib/request/create-entitlement-request.js.map +1 -0
- package/lib/request/create-lifecycle-environment-request.d.ts +36 -0
- package/lib/request/create-lifecycle-environment-request.js +15 -0
- package/lib/request/create-lifecycle-environment-request.js.map +1 -0
- package/lib/request/create-managed-instance-group-request.d.ts +36 -0
- package/lib/request/create-managed-instance-group-request.js +15 -0
- package/lib/request/create-managed-instance-group-request.js.map +1 -0
- package/lib/request/create-management-station-request.d.ts +36 -0
- package/lib/request/create-management-station-request.js +15 -0
- package/lib/request/create-management-station-request.js.map +1 -0
- package/lib/request/create-profile-request.d.ts +36 -0
- package/lib/request/create-profile-request.js +15 -0
- package/lib/request/create-profile-request.js.map +1 -0
- package/lib/request/create-scheduled-job-request.d.ts +36 -0
- package/lib/request/create-scheduled-job-request.js +15 -0
- package/lib/request/create-scheduled-job-request.js.map +1 -0
- package/lib/request/create-software-source-request.d.ts +36 -0
- package/lib/request/create-software-source-request.js +15 -0
- package/lib/request/create-software-source-request.js.map +1 -0
- package/lib/request/delete-lifecycle-environment-request.d.ts +35 -0
- package/lib/request/delete-lifecycle-environment-request.js +15 -0
- package/lib/request/delete-lifecycle-environment-request.js.map +1 -0
- package/lib/request/delete-managed-instance-group-request.d.ts +35 -0
- package/lib/request/delete-managed-instance-group-request.js +15 -0
- package/lib/request/delete-managed-instance-group-request.js.map +1 -0
- package/lib/request/delete-management-station-request.d.ts +35 -0
- package/lib/request/delete-management-station-request.js +15 -0
- package/lib/request/delete-management-station-request.js.map +1 -0
- package/lib/request/delete-profile-request.d.ts +35 -0
- package/lib/request/delete-profile-request.js +15 -0
- package/lib/request/delete-profile-request.js.map +1 -0
- package/lib/request/delete-scheduled-job-request.d.ts +35 -0
- package/lib/request/delete-scheduled-job-request.js +15 -0
- package/lib/request/delete-scheduled-job-request.js.map +1 -0
- package/lib/request/delete-software-source-request.d.ts +35 -0
- package/lib/request/delete-software-source-request.js +15 -0
- package/lib/request/delete-software-source-request.js.map +1 -0
- package/lib/request/detach-managed-instances-from-lifecycle-stage-request.d.ts +49 -0
- package/lib/request/detach-managed-instances-from-lifecycle-stage-request.js +15 -0
- package/lib/request/detach-managed-instances-from-lifecycle-stage-request.js.map +1 -0
- package/lib/request/detach-managed-instances-from-managed-instance-group-request.d.ts +49 -0
- package/lib/request/detach-managed-instances-from-managed-instance-group-request.js +15 -0
- package/lib/request/detach-managed-instances-from-managed-instance-group-request.js.map +1 -0
- package/lib/request/detach-software-sources-from-managed-instance-group-request.d.ts +49 -0
- package/lib/request/detach-software-sources-from-managed-instance-group-request.js +15 -0
- package/lib/request/detach-software-sources-from-managed-instance-group-request.js.map +1 -0
- package/lib/request/detach-software-sources-from-managed-instance-request.d.ts +49 -0
- package/lib/request/detach-software-sources-from-managed-instance-request.js +15 -0
- package/lib/request/detach-software-sources-from-managed-instance-request.js.map +1 -0
- package/lib/request/disable-module-stream-on-managed-instance-group-request.d.ts +49 -0
- package/lib/request/disable-module-stream-on-managed-instance-group-request.js +15 -0
- package/lib/request/disable-module-stream-on-managed-instance-group-request.js.map +1 -0
- package/lib/request/disable-module-stream-on-managed-instance-request.d.ts +49 -0
- package/lib/request/disable-module-stream-on-managed-instance-request.js +15 -0
- package/lib/request/disable-module-stream-on-managed-instance-request.js.map +1 -0
- package/lib/request/enable-module-stream-on-managed-instance-group-request.d.ts +49 -0
- package/lib/request/enable-module-stream-on-managed-instance-group-request.js +15 -0
- package/lib/request/enable-module-stream-on-managed-instance-group-request.js.map +1 -0
- package/lib/request/enable-module-stream-on-managed-instance-request.d.ts +49 -0
- package/lib/request/enable-module-stream-on-managed-instance-request.js +15 -0
- package/lib/request/enable-module-stream-on-managed-instance-request.js.map +1 -0
- package/lib/request/get-erratum-request.d.ts +30 -0
- package/lib/request/get-erratum-request.js +15 -0
- package/lib/request/get-erratum-request.js.map +1 -0
- package/lib/request/get-lifecycle-environment-request.d.ts +26 -0
- package/lib/request/get-lifecycle-environment-request.js +15 -0
- package/lib/request/get-lifecycle-environment-request.js.map +1 -0
- package/lib/request/get-lifecycle-stage-request.d.ts +26 -0
- package/lib/request/get-lifecycle-stage-request.js +15 -0
- package/lib/request/get-lifecycle-stage-request.js.map +1 -0
- package/lib/request/get-managed-instance-analytic-content-request.d.ts +73 -0
- package/lib/request/get-managed-instance-analytic-content-request.js +15 -0
- package/lib/request/get-managed-instance-analytic-content-request.js.map +1 -0
- package/lib/request/get-managed-instance-content-request.d.ts +48 -0
- package/lib/request/get-managed-instance-content-request.js +25 -0
- package/lib/request/get-managed-instance-content-request.js.map +1 -0
- package/lib/request/get-managed-instance-group-request.d.ts +26 -0
- package/lib/request/get-managed-instance-group-request.js +15 -0
- package/lib/request/get-managed-instance-group-request.js.map +1 -0
- package/lib/request/get-managed-instance-request.d.ts +26 -0
- package/lib/request/get-managed-instance-request.js +15 -0
- package/lib/request/get-managed-instance-request.js.map +1 -0
- package/lib/request/get-management-station-request.d.ts +26 -0
- package/lib/request/get-management-station-request.js +15 -0
- package/lib/request/get-management-station-request.js.map +1 -0
- package/lib/request/get-module-stream-profile-request.d.ts +40 -0
- package/lib/request/get-module-stream-profile-request.js +15 -0
- package/lib/request/get-module-stream-profile-request.js.map +1 -0
- package/lib/request/get-module-stream-request.d.ts +35 -0
- package/lib/request/get-module-stream-request.js +15 -0
- package/lib/request/get-module-stream-request.js.map +1 -0
- package/lib/request/get-package-group-request.d.ts +30 -0
- package/lib/request/get-package-group-request.js +15 -0
- package/lib/request/get-package-group-request.js.map +1 -0
- package/lib/request/get-profile-request.d.ts +26 -0
- package/lib/request/get-profile-request.js +15 -0
- package/lib/request/get-profile-request.js.map +1 -0
- package/lib/request/get-scheduled-job-request.d.ts +26 -0
- package/lib/request/get-scheduled-job-request.js +15 -0
- package/lib/request/get-scheduled-job-request.js.map +1 -0
- package/lib/request/get-software-package-request.d.ts +30 -0
- package/lib/request/get-software-package-request.js +15 -0
- package/lib/request/get-software-package-request.js.map +1 -0
- package/lib/request/get-software-source-request.d.ts +26 -0
- package/lib/request/get-software-source-request.js +15 -0
- package/lib/request/get-software-source-request.js.map +1 -0
- package/lib/request/get-work-request-request.d.ts +26 -0
- package/lib/request/get-work-request-request.js +15 -0
- package/lib/request/get-work-request-request.js.map +1 -0
- package/lib/request/index.d.ts +220 -0
- package/lib/request/index.js +103 -0
- package/lib/request/index.js.map +1 -0
- package/lib/request/install-module-stream-profile-on-managed-instance-group-request.d.ts +49 -0
- package/lib/request/install-module-stream-profile-on-managed-instance-group-request.js +15 -0
- package/lib/request/install-module-stream-profile-on-managed-instance-group-request.js.map +1 -0
- package/lib/request/install-module-stream-profile-on-managed-instance-request.d.ts +49 -0
- package/lib/request/install-module-stream-profile-on-managed-instance-request.js +15 -0
- package/lib/request/install-module-stream-profile-on-managed-instance-request.js.map +1 -0
- package/lib/request/install-packages-on-managed-instance-group-request.d.ts +49 -0
- package/lib/request/install-packages-on-managed-instance-group-request.js +15 -0
- package/lib/request/install-packages-on-managed-instance-group-request.js.map +1 -0
- package/lib/request/install-packages-on-managed-instance-request.d.ts +49 -0
- package/lib/request/install-packages-on-managed-instance-request.js +15 -0
- package/lib/request/install-packages-on-managed-instance-request.js.map +1 -0
- package/lib/request/list-entitlements-request.d.ts +66 -0
- package/lib/request/list-entitlements-request.js +24 -0
- package/lib/request/list-entitlements-request.js.map +1 -0
- package/lib/request/list-errata-request.d.ts +96 -0
- package/lib/request/list-errata-request.js +24 -0
- package/lib/request/list-errata-request.js.map +1 -0
- package/lib/request/list-lifecycle-environments-request.d.ts +83 -0
- package/lib/request/list-lifecycle-environments-request.js +24 -0
- package/lib/request/list-lifecycle-environments-request.js.map +1 -0
- package/lib/request/list-lifecycle-stage-installed-packages-request.d.ts +75 -0
- package/lib/request/list-lifecycle-stage-installed-packages-request.js +24 -0
- package/lib/request/list-lifecycle-stage-installed-packages-request.js.map +1 -0
- package/lib/request/list-lifecycle-stages-request.d.ts +87 -0
- package/lib/request/list-lifecycle-stages-request.js +24 -0
- package/lib/request/list-lifecycle-stages-request.js.map +1 -0
- package/lib/request/list-managed-instance-available-packages-request.d.ts +70 -0
- package/lib/request/list-managed-instance-available-packages-request.js +24 -0
- package/lib/request/list-managed-instance-available-packages-request.js.map +1 -0
- package/lib/request/list-managed-instance-available-software-sources-request.d.ts +70 -0
- package/lib/request/list-managed-instance-available-software-sources-request.js +24 -0
- package/lib/request/list-managed-instance-available-software-sources-request.js.map +1 -0
- package/lib/request/list-managed-instance-errata-request.d.ts +82 -0
- package/lib/request/list-managed-instance-errata-request.js +30 -0
- package/lib/request/list-managed-instance-errata-request.js.map +1 -0
- package/lib/request/list-managed-instance-group-available-modules-request.d.ts +70 -0
- package/lib/request/list-managed-instance-group-available-modules-request.js +23 -0
- package/lib/request/list-managed-instance-group-available-modules-request.js.map +1 -0
- package/lib/request/list-managed-instance-group-available-packages-request.d.ts +77 -0
- package/lib/request/list-managed-instance-group-available-packages-request.js +24 -0
- package/lib/request/list-managed-instance-group-available-packages-request.js.map +1 -0
- package/lib/request/list-managed-instance-group-available-software-sources-request.d.ts +70 -0
- package/lib/request/list-managed-instance-group-available-software-sources-request.js +24 -0
- package/lib/request/list-managed-instance-group-available-software-sources-request.js.map +1 -0
- package/lib/request/list-managed-instance-group-installed-packages-request.d.ts +85 -0
- package/lib/request/list-managed-instance-group-installed-packages-request.js +25 -0
- package/lib/request/list-managed-instance-group-installed-packages-request.js.map +1 -0
- package/lib/request/list-managed-instance-group-modules-request.d.ts +76 -0
- package/lib/request/list-managed-instance-group-modules-request.js +23 -0
- package/lib/request/list-managed-instance-group-modules-request.js.map +1 -0
- package/lib/request/list-managed-instance-groups-request.d.ts +86 -0
- package/lib/request/list-managed-instance-groups-request.js +24 -0
- package/lib/request/list-managed-instance-groups-request.js.map +1 -0
- package/lib/request/list-managed-instance-installed-packages-request.d.ts +85 -0
- package/lib/request/list-managed-instance-installed-packages-request.js +25 -0
- package/lib/request/list-managed-instance-installed-packages-request.js.map +1 -0
- package/lib/request/list-managed-instance-modules-request.d.ts +70 -0
- package/lib/request/list-managed-instance-modules-request.js +23 -0
- package/lib/request/list-managed-instance-modules-request.js.map +1 -0
- package/lib/request/list-managed-instance-updatable-packages-request.d.ts +81 -0
- package/lib/request/list-managed-instance-updatable-packages-request.js +24 -0
- package/lib/request/list-managed-instance-updatable-packages-request.js.map +1 -0
- package/lib/request/list-managed-instances-request.d.ts +117 -0
- package/lib/request/list-managed-instances-request.js +24 -0
- package/lib/request/list-managed-instances-request.js.map +1 -0
- package/lib/request/list-management-stations-request.d.ts +81 -0
- package/lib/request/list-management-stations-request.js +24 -0
- package/lib/request/list-management-stations-request.js.map +1 -0
- package/lib/request/list-mirrors-request.d.ts +73 -0
- package/lib/request/list-mirrors-request.js +24 -0
- package/lib/request/list-mirrors-request.js.map +1 -0
- package/lib/request/list-module-stream-profiles-request.d.ts +73 -0
- package/lib/request/list-module-stream-profiles-request.js +23 -0
- package/lib/request/list-module-stream-profiles-request.js.map +1 -0
- package/lib/request/list-module-streams-request.d.ts +78 -0
- package/lib/request/list-module-streams-request.js +23 -0
- package/lib/request/list-module-streams-request.js.map +1 -0
- package/lib/request/list-package-groups-request.d.ts +74 -0
- package/lib/request/list-package-groups-request.js +24 -0
- package/lib/request/list-package-groups-request.js.map +1 -0
- package/lib/request/list-profiles-request.d.ts +92 -0
- package/lib/request/list-profiles-request.js +24 -0
- package/lib/request/list-profiles-request.js.map +1 -0
- package/lib/request/list-scheduled-jobs-request.d.ts +123 -0
- package/lib/request/list-scheduled-jobs-request.js +24 -0
- package/lib/request/list-scheduled-jobs-request.js.map +1 -0
- package/lib/request/list-software-packages-request.d.ts +76 -0
- package/lib/request/list-software-packages-request.js +24 -0
- package/lib/request/list-software-packages-request.js.map +1 -0
- package/lib/request/list-software-source-vendors-request.d.ts +45 -0
- package/lib/request/list-software-source-vendors-request.js +23 -0
- package/lib/request/list-software-source-vendors-request.js.map +1 -0
- package/lib/request/list-software-sources-request.d.ts +101 -0
- package/lib/request/list-software-sources-request.js +24 -0
- package/lib/request/list-software-sources-request.js.map +1 -0
- package/lib/request/list-work-request-errors-request.d.ts +59 -0
- package/lib/request/list-work-request-errors-request.js +24 -0
- package/lib/request/list-work-request-errors-request.js.map +1 -0
- package/lib/request/list-work-request-logs-request.d.ts +59 -0
- package/lib/request/list-work-request-logs-request.js +24 -0
- package/lib/request/list-work-request-logs-request.js.map +1 -0
- package/lib/request/list-work-requests-request.d.ts +92 -0
- package/lib/request/list-work-requests-request.js +24 -0
- package/lib/request/list-work-requests-request.js.map +1 -0
- package/lib/request/manage-module-streams-on-managed-instance-group-request.d.ts +49 -0
- package/lib/request/manage-module-streams-on-managed-instance-group-request.js +15 -0
- package/lib/request/manage-module-streams-on-managed-instance-group-request.js.map +1 -0
- package/lib/request/manage-module-streams-on-managed-instance-request.d.ts +49 -0
- package/lib/request/manage-module-streams-on-managed-instance-request.js +15 -0
- package/lib/request/manage-module-streams-on-managed-instance-request.js.map +1 -0
- package/lib/request/promote-software-source-to-lifecycle-stage-request.d.ts +53 -0
- package/lib/request/promote-software-source-to-lifecycle-stage-request.js +15 -0
- package/lib/request/promote-software-source-to-lifecycle-stage-request.js.map +1 -0
- package/lib/request/refresh-software-on-managed-instance-request.d.ts +44 -0
- package/lib/request/refresh-software-on-managed-instance-request.js +15 -0
- package/lib/request/refresh-software-on-managed-instance-request.js.map +1 -0
- package/lib/request/remove-module-stream-profile-from-managed-instance-group-request.d.ts +49 -0
- package/lib/request/remove-module-stream-profile-from-managed-instance-group-request.js +15 -0
- package/lib/request/remove-module-stream-profile-from-managed-instance-group-request.js.map +1 -0
- package/lib/request/remove-module-stream-profile-from-managed-instance-request.d.ts +49 -0
- package/lib/request/remove-module-stream-profile-from-managed-instance-request.js +15 -0
- package/lib/request/remove-module-stream-profile-from-managed-instance-request.js.map +1 -0
- package/lib/request/remove-packages-from-managed-instance-group-request.d.ts +49 -0
- package/lib/request/remove-packages-from-managed-instance-group-request.js +15 -0
- package/lib/request/remove-packages-from-managed-instance-group-request.js.map +1 -0
- package/lib/request/remove-packages-from-managed-instance-request.d.ts +49 -0
- package/lib/request/remove-packages-from-managed-instance-request.js +15 -0
- package/lib/request/remove-packages-from-managed-instance-request.js.map +1 -0
- package/lib/request/run-scheduled-job-now-request.d.ts +44 -0
- package/lib/request/run-scheduled-job-now-request.js +15 -0
- package/lib/request/run-scheduled-job-now-request.js.map +1 -0
- package/lib/request/search-software-source-module-streams-request.d.ts +43 -0
- package/lib/request/search-software-source-module-streams-request.js +15 -0
- package/lib/request/search-software-source-module-streams-request.js.map +1 -0
- package/lib/request/search-software-source-modules-request.d.ts +43 -0
- package/lib/request/search-software-source-modules-request.js +15 -0
- package/lib/request/search-software-source-modules-request.js.map +1 -0
- package/lib/request/search-software-source-package-groups-request.d.ts +43 -0
- package/lib/request/search-software-source-package-groups-request.js +15 -0
- package/lib/request/search-software-source-package-groups-request.js.map +1 -0
- package/lib/request/summarize-managed-instance-analytics-request.d.ts +91 -0
- package/lib/request/summarize-managed-instance-analytics-request.js +23 -0
- package/lib/request/summarize-managed-instance-analytics-request.js.map +1 -0
- package/lib/request/switch-module-stream-on-managed-instance-request.d.ts +49 -0
- package/lib/request/switch-module-stream-on-managed-instance-request.js +15 -0
- package/lib/request/switch-module-stream-on-managed-instance-request.js.map +1 -0
- package/lib/request/synchronize-mirrors-request.d.ts +49 -0
- package/lib/request/synchronize-mirrors-request.js +15 -0
- package/lib/request/synchronize-mirrors-request.js.map +1 -0
- package/lib/request/synchronize-single-mirrors-request.d.ts +48 -0
- package/lib/request/synchronize-single-mirrors-request.js +15 -0
- package/lib/request/synchronize-single-mirrors-request.js.map +1 -0
- package/lib/request/update-all-packages-on-managed-instance-group-request.d.ts +49 -0
- package/lib/request/update-all-packages-on-managed-instance-group-request.js +15 -0
- package/lib/request/update-all-packages-on-managed-instance-group-request.js.map +1 -0
- package/lib/request/update-all-packages-on-managed-instances-in-compartment-request.d.ts +45 -0
- package/lib/request/update-all-packages-on-managed-instances-in-compartment-request.js +15 -0
- package/lib/request/update-all-packages-on-managed-instances-in-compartment-request.js.map +1 -0
- package/lib/request/update-lifecycle-environment-request.d.ts +40 -0
- package/lib/request/update-lifecycle-environment-request.js +15 -0
- package/lib/request/update-lifecycle-environment-request.js.map +1 -0
- package/lib/request/update-managed-instance-group-request.d.ts +40 -0
- package/lib/request/update-managed-instance-group-request.js +15 -0
- package/lib/request/update-managed-instance-group-request.js.map +1 -0
- package/lib/request/update-managed-instance-request.d.ts +40 -0
- package/lib/request/update-managed-instance-request.js +15 -0
- package/lib/request/update-managed-instance-request.js.map +1 -0
- package/lib/request/update-management-station-request.d.ts +40 -0
- package/lib/request/update-management-station-request.js +15 -0
- package/lib/request/update-management-station-request.js.map +1 -0
- package/lib/request/update-packages-on-managed-instance-request.d.ts +49 -0
- package/lib/request/update-packages-on-managed-instance-request.js +15 -0
- package/lib/request/update-packages-on-managed-instance-request.js.map +1 -0
- package/lib/request/update-profile-request.d.ts +40 -0
- package/lib/request/update-profile-request.js +15 -0
- package/lib/request/update-profile-request.js.map +1 -0
- package/lib/request/update-scheduled-job-request.d.ts +40 -0
- package/lib/request/update-scheduled-job-request.js +15 -0
- package/lib/request/update-scheduled-job-request.js.map +1 -0
- package/lib/request/update-software-source-request.d.ts +40 -0
- package/lib/request/update-software-source-request.js +15 -0
- package/lib/request/update-software-source-request.js.map +1 -0
- package/lib/response/attach-managed-instances-to-lifecycle-stage-response.d.ts +25 -0
- package/lib/response/attach-managed-instances-to-lifecycle-stage-response.js +15 -0
- package/lib/response/attach-managed-instances-to-lifecycle-stage-response.js.map +1 -0
- package/lib/response/attach-managed-instances-to-managed-instance-group-response.d.ts +25 -0
- package/lib/response/attach-managed-instances-to-managed-instance-group-response.js +15 -0
- package/lib/response/attach-managed-instances-to-managed-instance-group-response.js.map +1 -0
- package/lib/response/attach-software-sources-to-managed-instance-group-response.d.ts +20 -0
- package/lib/response/attach-software-sources-to-managed-instance-group-response.js +15 -0
- package/lib/response/attach-software-sources-to-managed-instance-group-response.js.map +1 -0
- package/lib/response/attach-software-sources-to-managed-instance-response.d.ts +25 -0
- package/lib/response/attach-software-sources-to-managed-instance-response.js +15 -0
- package/lib/response/attach-software-sources-to-managed-instance-response.js.map +1 -0
- package/lib/response/change-availability-of-software-sources-response.d.ts +20 -0
- package/lib/response/change-availability-of-software-sources-response.js +15 -0
- package/lib/response/change-availability-of-software-sources-response.js.map +1 -0
- package/lib/response/create-entitlement-response.d.ts +20 -0
- package/lib/response/create-entitlement-response.js +15 -0
- package/lib/response/create-entitlement-response.js.map +1 -0
- package/lib/response/create-lifecycle-environment-response.d.ts +30 -0
- package/lib/response/create-lifecycle-environment-response.js +15 -0
- package/lib/response/create-lifecycle-environment-response.js.map +1 -0
- package/lib/response/create-managed-instance-group-response.d.ts +30 -0
- package/lib/response/create-managed-instance-group-response.js +15 -0
- package/lib/response/create-managed-instance-group-response.js.map +1 -0
- package/lib/response/create-management-station-response.d.ts +30 -0
- package/lib/response/create-management-station-response.js +15 -0
- package/lib/response/create-management-station-response.js.map +1 -0
- package/lib/response/create-profile-response.d.ts +30 -0
- package/lib/response/create-profile-response.js +15 -0
- package/lib/response/create-profile-response.js.map +1 -0
- package/lib/response/create-scheduled-job-response.d.ts +34 -0
- package/lib/response/create-scheduled-job-response.js +15 -0
- package/lib/response/create-scheduled-job-response.js.map +1 -0
- package/lib/response/create-software-source-response.d.ts +39 -0
- package/lib/response/create-software-source-response.js +15 -0
- package/lib/response/create-software-source-response.js.map +1 -0
- package/lib/response/delete-lifecycle-environment-response.d.ts +20 -0
- package/lib/response/delete-lifecycle-environment-response.js +15 -0
- package/lib/response/delete-lifecycle-environment-response.js.map +1 -0
- package/lib/response/delete-managed-instance-group-response.d.ts +20 -0
- package/lib/response/delete-managed-instance-group-response.js +15 -0
- package/lib/response/delete-managed-instance-group-response.js.map +1 -0
- package/lib/response/delete-management-station-response.d.ts +20 -0
- package/lib/response/delete-management-station-response.js +15 -0
- package/lib/response/delete-management-station-response.js.map +1 -0
- package/lib/response/delete-profile-response.d.ts +20 -0
- package/lib/response/delete-profile-response.js +15 -0
- package/lib/response/delete-profile-response.js.map +1 -0
- package/lib/response/delete-scheduled-job-response.d.ts +20 -0
- package/lib/response/delete-scheduled-job-response.js +15 -0
- package/lib/response/delete-scheduled-job-response.js.map +1 -0
- package/lib/response/delete-software-source-response.d.ts +20 -0
- package/lib/response/delete-software-source-response.js +15 -0
- package/lib/response/delete-software-source-response.js.map +1 -0
- package/lib/response/detach-managed-instances-from-lifecycle-stage-response.d.ts +25 -0
- package/lib/response/detach-managed-instances-from-lifecycle-stage-response.js +15 -0
- package/lib/response/detach-managed-instances-from-lifecycle-stage-response.js.map +1 -0
- package/lib/response/detach-managed-instances-from-managed-instance-group-response.d.ts +20 -0
- package/lib/response/detach-managed-instances-from-managed-instance-group-response.js +15 -0
- package/lib/response/detach-managed-instances-from-managed-instance-group-response.js.map +1 -0
- package/lib/response/detach-software-sources-from-managed-instance-group-response.d.ts +20 -0
- package/lib/response/detach-software-sources-from-managed-instance-group-response.js +15 -0
- package/lib/response/detach-software-sources-from-managed-instance-group-response.js.map +1 -0
- package/lib/response/detach-software-sources-from-managed-instance-response.d.ts +25 -0
- package/lib/response/detach-software-sources-from-managed-instance-response.js +15 -0
- package/lib/response/detach-software-sources-from-managed-instance-response.js.map +1 -0
- package/lib/response/disable-module-stream-on-managed-instance-group-response.d.ts +25 -0
- package/lib/response/disable-module-stream-on-managed-instance-group-response.js +15 -0
- package/lib/response/disable-module-stream-on-managed-instance-group-response.js.map +1 -0
- package/lib/response/disable-module-stream-on-managed-instance-response.d.ts +25 -0
- package/lib/response/disable-module-stream-on-managed-instance-response.js +15 -0
- package/lib/response/disable-module-stream-on-managed-instance-response.js.map +1 -0
- package/lib/response/enable-module-stream-on-managed-instance-group-response.d.ts +25 -0
- package/lib/response/enable-module-stream-on-managed-instance-group-response.js +15 -0
- package/lib/response/enable-module-stream-on-managed-instance-group-response.js.map +1 -0
- package/lib/response/enable-module-stream-on-managed-instance-response.d.ts +25 -0
- package/lib/response/enable-module-stream-on-managed-instance-response.js +15 -0
- package/lib/response/enable-module-stream-on-managed-instance-response.js.map +1 -0
- package/lib/response/get-erratum-response.d.ts +25 -0
- package/lib/response/get-erratum-response.js +15 -0
- package/lib/response/get-erratum-response.js.map +1 -0
- package/lib/response/get-lifecycle-environment-response.d.ts +30 -0
- package/lib/response/get-lifecycle-environment-response.js +15 -0
- package/lib/response/get-lifecycle-environment-response.js.map +1 -0
- package/lib/response/get-lifecycle-stage-response.d.ts +30 -0
- package/lib/response/get-lifecycle-stage-response.js +15 -0
- package/lib/response/get-lifecycle-stage-response.js.map +1 -0
- package/lib/response/get-managed-instance-analytic-content-response.d.ts +31 -0
- package/lib/response/get-managed-instance-analytic-content-response.js +15 -0
- package/lib/response/get-managed-instance-analytic-content-response.js.map +1 -0
- package/lib/response/get-managed-instance-content-response.d.ts +31 -0
- package/lib/response/get-managed-instance-content-response.js +15 -0
- package/lib/response/get-managed-instance-content-response.js.map +1 -0
- package/lib/response/get-managed-instance-group-response.d.ts +30 -0
- package/lib/response/get-managed-instance-group-response.js +15 -0
- package/lib/response/get-managed-instance-group-response.js.map +1 -0
- package/lib/response/get-managed-instance-response.d.ts +34 -0
- package/lib/response/get-managed-instance-response.js +15 -0
- package/lib/response/get-managed-instance-response.js.map +1 -0
- package/lib/response/get-management-station-response.d.ts +34 -0
- package/lib/response/get-management-station-response.js +15 -0
- package/lib/response/get-management-station-response.js.map +1 -0
- package/lib/response/get-module-stream-profile-response.d.ts +25 -0
- package/lib/response/get-module-stream-profile-response.js +15 -0
- package/lib/response/get-module-stream-profile-response.js.map +1 -0
- package/lib/response/get-module-stream-response.d.ts +25 -0
- package/lib/response/get-module-stream-response.js +15 -0
- package/lib/response/get-module-stream-response.js.map +1 -0
- package/lib/response/get-package-group-response.d.ts +25 -0
- package/lib/response/get-package-group-response.js +15 -0
- package/lib/response/get-package-group-response.js.map +1 -0
- package/lib/response/get-profile-response.d.ts +30 -0
- package/lib/response/get-profile-response.js +15 -0
- package/lib/response/get-profile-response.js.map +1 -0
- package/lib/response/get-scheduled-job-response.d.ts +34 -0
- package/lib/response/get-scheduled-job-response.js +15 -0
- package/lib/response/get-scheduled-job-response.js.map +1 -0
- package/lib/response/get-software-package-response.d.ts +25 -0
- package/lib/response/get-software-package-response.js +15 -0
- package/lib/response/get-software-package-response.js.map +1 -0
- package/lib/response/get-software-source-response.d.ts +34 -0
- package/lib/response/get-software-source-response.js +15 -0
- package/lib/response/get-software-source-response.js.map +1 -0
- package/lib/response/get-work-request-response.d.ts +34 -0
- package/lib/response/get-work-request-response.js +15 -0
- package/lib/response/get-work-request-response.js.map +1 -0
- package/lib/response/index.d.ts +220 -0
- package/lib/response/index.js +17 -0
- package/lib/response/index.js.map +1 -0
- package/lib/response/install-module-stream-profile-on-managed-instance-group-response.d.ts +25 -0
- package/lib/response/install-module-stream-profile-on-managed-instance-group-response.js +15 -0
- package/lib/response/install-module-stream-profile-on-managed-instance-group-response.js.map +1 -0
- package/lib/response/install-module-stream-profile-on-managed-instance-response.d.ts +25 -0
- package/lib/response/install-module-stream-profile-on-managed-instance-response.js +15 -0
- package/lib/response/install-module-stream-profile-on-managed-instance-response.js.map +1 -0
- package/lib/response/install-packages-on-managed-instance-group-response.d.ts +25 -0
- package/lib/response/install-packages-on-managed-instance-group-response.js +15 -0
- package/lib/response/install-packages-on-managed-instance-group-response.js.map +1 -0
- package/lib/response/install-packages-on-managed-instance-response.d.ts +25 -0
- package/lib/response/install-packages-on-managed-instance-response.js +15 -0
- package/lib/response/install-packages-on-managed-instance-response.js.map +1 -0
- package/lib/response/list-entitlements-response.d.ts +30 -0
- package/lib/response/list-entitlements-response.js +15 -0
- package/lib/response/list-entitlements-response.js.map +1 -0
- package/lib/response/list-errata-response.d.ts +30 -0
- package/lib/response/list-errata-response.js +15 -0
- package/lib/response/list-errata-response.js.map +1 -0
- package/lib/response/list-lifecycle-environments-response.d.ts +30 -0
- package/lib/response/list-lifecycle-environments-response.js +15 -0
- package/lib/response/list-lifecycle-environments-response.js.map +1 -0
- package/lib/response/list-lifecycle-stage-installed-packages-response.d.ts +30 -0
- package/lib/response/list-lifecycle-stage-installed-packages-response.js +15 -0
- package/lib/response/list-lifecycle-stage-installed-packages-response.js.map +1 -0
- package/lib/response/list-lifecycle-stages-response.d.ts +30 -0
- package/lib/response/list-lifecycle-stages-response.js +15 -0
- package/lib/response/list-lifecycle-stages-response.js.map +1 -0
- package/lib/response/list-managed-instance-available-packages-response.d.ts +30 -0
- package/lib/response/list-managed-instance-available-packages-response.js +15 -0
- package/lib/response/list-managed-instance-available-packages-response.js.map +1 -0
- package/lib/response/list-managed-instance-available-software-sources-response.d.ts +30 -0
- package/lib/response/list-managed-instance-available-software-sources-response.js +15 -0
- package/lib/response/list-managed-instance-available-software-sources-response.js.map +1 -0
- package/lib/response/list-managed-instance-errata-response.d.ts +30 -0
- package/lib/response/list-managed-instance-errata-response.js +15 -0
- package/lib/response/list-managed-instance-errata-response.js.map +1 -0
- package/lib/response/list-managed-instance-group-available-modules-response.d.ts +30 -0
- package/lib/response/list-managed-instance-group-available-modules-response.js +15 -0
- package/lib/response/list-managed-instance-group-available-modules-response.js.map +1 -0
- package/lib/response/list-managed-instance-group-available-packages-response.d.ts +30 -0
- package/lib/response/list-managed-instance-group-available-packages-response.js +15 -0
- package/lib/response/list-managed-instance-group-available-packages-response.js.map +1 -0
- package/lib/response/list-managed-instance-group-available-software-sources-response.d.ts +30 -0
- package/lib/response/list-managed-instance-group-available-software-sources-response.js +15 -0
- package/lib/response/list-managed-instance-group-available-software-sources-response.js.map +1 -0
- package/lib/response/list-managed-instance-group-installed-packages-response.d.ts +30 -0
- package/lib/response/list-managed-instance-group-installed-packages-response.js +15 -0
- package/lib/response/list-managed-instance-group-installed-packages-response.js.map +1 -0
- package/lib/response/list-managed-instance-group-modules-response.d.ts +35 -0
- package/lib/response/list-managed-instance-group-modules-response.js +15 -0
- package/lib/response/list-managed-instance-group-modules-response.js.map +1 -0
- package/lib/response/list-managed-instance-groups-response.d.ts +30 -0
- package/lib/response/list-managed-instance-groups-response.js +15 -0
- package/lib/response/list-managed-instance-groups-response.js.map +1 -0
- package/lib/response/list-managed-instance-installed-packages-response.d.ts +30 -0
- package/lib/response/list-managed-instance-installed-packages-response.js +15 -0
- package/lib/response/list-managed-instance-installed-packages-response.js.map +1 -0
- package/lib/response/list-managed-instance-modules-response.d.ts +35 -0
- package/lib/response/list-managed-instance-modules-response.js +15 -0
- package/lib/response/list-managed-instance-modules-response.js.map +1 -0
- package/lib/response/list-managed-instance-updatable-packages-response.d.ts +30 -0
- package/lib/response/list-managed-instance-updatable-packages-response.js +15 -0
- package/lib/response/list-managed-instance-updatable-packages-response.js.map +1 -0
- package/lib/response/list-managed-instances-response.d.ts +30 -0
- package/lib/response/list-managed-instances-response.js +15 -0
- package/lib/response/list-managed-instances-response.js.map +1 -0
- package/lib/response/list-management-stations-response.d.ts +30 -0
- package/lib/response/list-management-stations-response.js +15 -0
- package/lib/response/list-management-stations-response.js.map +1 -0
- package/lib/response/list-mirrors-response.d.ts +30 -0
- package/lib/response/list-mirrors-response.js +15 -0
- package/lib/response/list-mirrors-response.js.map +1 -0
- package/lib/response/list-module-stream-profiles-response.d.ts +30 -0
- package/lib/response/list-module-stream-profiles-response.js +15 -0
- package/lib/response/list-module-stream-profiles-response.js.map +1 -0
- package/lib/response/list-module-streams-response.d.ts +30 -0
- package/lib/response/list-module-streams-response.js +15 -0
- package/lib/response/list-module-streams-response.js.map +1 -0
- package/lib/response/list-package-groups-response.d.ts +30 -0
- package/lib/response/list-package-groups-response.js +15 -0
- package/lib/response/list-package-groups-response.js.map +1 -0
- package/lib/response/list-profiles-response.d.ts +30 -0
- package/lib/response/list-profiles-response.js +15 -0
- package/lib/response/list-profiles-response.js.map +1 -0
- package/lib/response/list-scheduled-jobs-response.d.ts +30 -0
- package/lib/response/list-scheduled-jobs-response.js +15 -0
- package/lib/response/list-scheduled-jobs-response.js.map +1 -0
- package/lib/response/list-software-packages-response.d.ts +30 -0
- package/lib/response/list-software-packages-response.js +15 -0
- package/lib/response/list-software-packages-response.js.map +1 -0
- package/lib/response/list-software-source-vendors-response.d.ts +25 -0
- package/lib/response/list-software-source-vendors-response.js +15 -0
- package/lib/response/list-software-source-vendors-response.js.map +1 -0
- package/lib/response/list-software-sources-response.d.ts +30 -0
- package/lib/response/list-software-sources-response.js +15 -0
- package/lib/response/list-software-sources-response.js.map +1 -0
- package/lib/response/list-work-request-errors-response.d.ts +30 -0
- package/lib/response/list-work-request-errors-response.js +15 -0
- package/lib/response/list-work-request-errors-response.js.map +1 -0
- package/lib/response/list-work-request-logs-response.d.ts +30 -0
- package/lib/response/list-work-request-logs-response.js +15 -0
- package/lib/response/list-work-request-logs-response.js.map +1 -0
- package/lib/response/list-work-requests-response.d.ts +30 -0
- package/lib/response/list-work-requests-response.js +15 -0
- package/lib/response/list-work-requests-response.js.map +1 -0
- package/lib/response/manage-module-streams-on-managed-instance-group-response.d.ts +25 -0
- package/lib/response/manage-module-streams-on-managed-instance-group-response.js +15 -0
- package/lib/response/manage-module-streams-on-managed-instance-group-response.js.map +1 -0
- package/lib/response/manage-module-streams-on-managed-instance-response.d.ts +25 -0
- package/lib/response/manage-module-streams-on-managed-instance-response.js +15 -0
- package/lib/response/manage-module-streams-on-managed-instance-response.js.map +1 -0
- package/lib/response/promote-software-source-to-lifecycle-stage-response.d.ts +25 -0
- package/lib/response/promote-software-source-to-lifecycle-stage-response.js +15 -0
- package/lib/response/promote-software-source-to-lifecycle-stage-response.js.map +1 -0
- package/lib/response/refresh-software-on-managed-instance-response.d.ts +25 -0
- package/lib/response/refresh-software-on-managed-instance-response.js +15 -0
- package/lib/response/refresh-software-on-managed-instance-response.js.map +1 -0
- package/lib/response/remove-module-stream-profile-from-managed-instance-group-response.d.ts +25 -0
- package/lib/response/remove-module-stream-profile-from-managed-instance-group-response.js +15 -0
- package/lib/response/remove-module-stream-profile-from-managed-instance-group-response.js.map +1 -0
- package/lib/response/remove-module-stream-profile-from-managed-instance-response.d.ts +25 -0
- package/lib/response/remove-module-stream-profile-from-managed-instance-response.js +15 -0
- package/lib/response/remove-module-stream-profile-from-managed-instance-response.js.map +1 -0
- package/lib/response/remove-packages-from-managed-instance-group-response.d.ts +25 -0
- package/lib/response/remove-packages-from-managed-instance-group-response.js +15 -0
- package/lib/response/remove-packages-from-managed-instance-group-response.js.map +1 -0
- package/lib/response/remove-packages-from-managed-instance-response.d.ts +25 -0
- package/lib/response/remove-packages-from-managed-instance-response.js +15 -0
- package/lib/response/remove-packages-from-managed-instance-response.js.map +1 -0
- package/lib/response/run-scheduled-job-now-response.d.ts +20 -0
- package/lib/response/run-scheduled-job-now-response.js +15 -0
- package/lib/response/run-scheduled-job-now-response.js.map +1 -0
- package/lib/response/search-software-source-module-streams-response.d.ts +30 -0
- package/lib/response/search-software-source-module-streams-response.js +15 -0
- package/lib/response/search-software-source-module-streams-response.js.map +1 -0
- package/lib/response/search-software-source-modules-response.d.ts +30 -0
- package/lib/response/search-software-source-modules-response.js +15 -0
- package/lib/response/search-software-source-modules-response.js.map +1 -0
- package/lib/response/search-software-source-package-groups-response.d.ts +30 -0
- package/lib/response/search-software-source-package-groups-response.js +15 -0
- package/lib/response/search-software-source-package-groups-response.js.map +1 -0
- package/lib/response/summarize-managed-instance-analytics-response.d.ts +30 -0
- package/lib/response/summarize-managed-instance-analytics-response.js +15 -0
- package/lib/response/summarize-managed-instance-analytics-response.js.map +1 -0
- package/lib/response/switch-module-stream-on-managed-instance-response.d.ts +25 -0
- package/lib/response/switch-module-stream-on-managed-instance-response.js +15 -0
- package/lib/response/switch-module-stream-on-managed-instance-response.js.map +1 -0
- package/lib/response/synchronize-mirrors-response.d.ts +25 -0
- package/lib/response/synchronize-mirrors-response.js +15 -0
- package/lib/response/synchronize-mirrors-response.js.map +1 -0
- package/lib/response/synchronize-single-mirrors-response.d.ts +25 -0
- package/lib/response/synchronize-single-mirrors-response.js +15 -0
- package/lib/response/synchronize-single-mirrors-response.js.map +1 -0
- package/lib/response/update-all-packages-on-managed-instance-group-response.d.ts +25 -0
- package/lib/response/update-all-packages-on-managed-instance-group-response.js +15 -0
- package/lib/response/update-all-packages-on-managed-instance-group-response.js.map +1 -0
- package/lib/response/update-all-packages-on-managed-instances-in-compartment-response.d.ts +25 -0
- package/lib/response/update-all-packages-on-managed-instances-in-compartment-response.js +15 -0
- package/lib/response/update-all-packages-on-managed-instances-in-compartment-response.js.map +1 -0
- package/lib/response/update-lifecycle-environment-response.d.ts +30 -0
- package/lib/response/update-lifecycle-environment-response.js +15 -0
- package/lib/response/update-lifecycle-environment-response.js.map +1 -0
- package/lib/response/update-managed-instance-group-response.d.ts +30 -0
- package/lib/response/update-managed-instance-group-response.js +15 -0
- package/lib/response/update-managed-instance-group-response.js.map +1 -0
- package/lib/response/update-managed-instance-response.d.ts +30 -0
- package/lib/response/update-managed-instance-response.js +15 -0
- package/lib/response/update-managed-instance-response.js.map +1 -0
- package/lib/response/update-management-station-response.d.ts +30 -0
- package/lib/response/update-management-station-response.js +15 -0
- package/lib/response/update-management-station-response.js.map +1 -0
- package/lib/response/update-packages-on-managed-instance-response.d.ts +25 -0
- package/lib/response/update-packages-on-managed-instance-response.js +15 -0
- package/lib/response/update-packages-on-managed-instance-response.js.map +1 -0
- package/lib/response/update-profile-response.d.ts +30 -0
- package/lib/response/update-profile-response.js +15 -0
- package/lib/response/update-profile-response.js.map +1 -0
- package/lib/response/update-scheduled-job-response.d.ts +30 -0
- package/lib/response/update-scheduled-job-response.js +15 -0
- package/lib/response/update-scheduled-job-response.js.map +1 -0
- package/lib/response/update-software-source-response.d.ts +35 -0
- package/lib/response/update-software-source-response.js +15 -0
- package/lib/response/update-software-source-response.js.map +1 -0
- package/lib/scheduledjob-waiter.d.ts +31 -0
- package/lib/scheduledjob-waiter.js +67 -0
- package/lib/scheduledjob-waiter.js.map +1 -0
- package/lib/softwaresource-waiter.d.ts +31 -0
- package/lib/softwaresource-waiter.js +67 -0
- package/lib/softwaresource-waiter.js.map +1 -0
- package/lib/workrequest-waiter.d.ts +29 -0
- package/lib/workrequest-waiter.js +46 -0
- package/lib/workrequest-waiter.js.map +1 -0
- package/package.json +29 -0
package/lib/client.d.ts
ADDED
|
@@ -0,0 +1,1812 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* OS Management Hub API
|
|
3
|
+
* Use the OS Management Hub API to manage and monitor updates and patches for the operating system environments in your private data centers through a single management console. For more information, see [Overview of OS Management Hub](https://docs.cloud.oracle.com/iaas/osmh/doc/overview.htm).
|
|
4
|
+
Use the table of contents and search tool to explore the OS Management Hub API.
|
|
5
|
+
|
|
6
|
+
* OpenAPI spec version: 20220901
|
|
7
|
+
*
|
|
8
|
+
*
|
|
9
|
+
* NOTE: This class is auto generated by OracleSDKGenerator.
|
|
10
|
+
* Do not edit the class manually.
|
|
11
|
+
*
|
|
12
|
+
* Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved.
|
|
13
|
+
* 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.
|
|
14
|
+
*/
|
|
15
|
+
import common = require("oci-common");
|
|
16
|
+
import * as requests from "./request";
|
|
17
|
+
import * as responses from "./response";
|
|
18
|
+
import { LifecycleEnvironmentWaiter } from "./lifecycleenvironment-waiter";
|
|
19
|
+
import { ManagedInstanceGroupWaiter } from "./managedinstancegroup-waiter";
|
|
20
|
+
import { ManagementStationWaiter } from "./managementstation-waiter";
|
|
21
|
+
import { OnboardingWaiter } from "./onboarding-waiter";
|
|
22
|
+
import { ScheduledJobWaiter } from "./scheduledjob-waiter";
|
|
23
|
+
import { SoftwareSourceWaiter } from "./softwaresource-waiter";
|
|
24
|
+
import { WorkRequestWaiter } from "./workrequest-waiter";
|
|
25
|
+
export declare enum LifecycleEnvironmentApiKeys {
|
|
26
|
+
}
|
|
27
|
+
/**
|
|
28
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
29
|
+
*/
|
|
30
|
+
export declare class LifecycleEnvironmentClient {
|
|
31
|
+
protected static serviceEndpointTemplate: string;
|
|
32
|
+
protected static endpointServiceName: string;
|
|
33
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
34
|
+
protected "_endpoint": string;
|
|
35
|
+
protected "_defaultHeaders": any;
|
|
36
|
+
protected "_waiters": LifecycleEnvironmentWaiter;
|
|
37
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
38
|
+
protected _circuitBreaker: null;
|
|
39
|
+
protected _httpOptions: any;
|
|
40
|
+
targetService: string;
|
|
41
|
+
protected _regionId: string;
|
|
42
|
+
protected "_region": common.Region;
|
|
43
|
+
protected _lastSetRegionOrRegionId: string;
|
|
44
|
+
protected _httpClient: common.HttpClient;
|
|
45
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
46
|
+
/**
|
|
47
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
48
|
+
*/
|
|
49
|
+
get endpoint(): string;
|
|
50
|
+
/**
|
|
51
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
52
|
+
* @param endpoint The endpoint of the service.
|
|
53
|
+
*/
|
|
54
|
+
set endpoint(endpoint: string);
|
|
55
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
56
|
+
/**
|
|
57
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
58
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
59
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
60
|
+
*/
|
|
61
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
62
|
+
/**
|
|
63
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
64
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
65
|
+
* @param region The region of the service.
|
|
66
|
+
*/
|
|
67
|
+
set region(region: common.Region);
|
|
68
|
+
/**
|
|
69
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
70
|
+
*
|
|
71
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
72
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
73
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
74
|
+
* @param regionId The public region ID.
|
|
75
|
+
*/
|
|
76
|
+
set regionId(regionId: string);
|
|
77
|
+
/**
|
|
78
|
+
* Creates a new LifecycleEnvironmentWaiter for resources for this service.
|
|
79
|
+
*
|
|
80
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
81
|
+
* @return The service waiters.
|
|
82
|
+
*/
|
|
83
|
+
createWaiters(config?: common.WaiterConfiguration): LifecycleEnvironmentWaiter;
|
|
84
|
+
/**
|
|
85
|
+
* Gets the waiters available for resources for this service.
|
|
86
|
+
*
|
|
87
|
+
* @return The service waiters.
|
|
88
|
+
*/
|
|
89
|
+
getWaiters(): LifecycleEnvironmentWaiter;
|
|
90
|
+
/**
|
|
91
|
+
* Attach(add) managed instances to a lifecycle stage.
|
|
92
|
+
* Once added operations can be applied to all managed instances in the lifecycle stage.
|
|
93
|
+
*
|
|
94
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
95
|
+
* @param AttachManagedInstancesToLifecycleStageRequest
|
|
96
|
+
* @return AttachManagedInstancesToLifecycleStageResponse
|
|
97
|
+
* @throws OciError when an error occurs
|
|
98
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/AttachManagedInstancesToLifecycleStage.ts.html |here} to see how to use AttachManagedInstancesToLifecycleStage API.
|
|
99
|
+
*/
|
|
100
|
+
attachManagedInstancesToLifecycleStage(attachManagedInstancesToLifecycleStageRequest: requests.AttachManagedInstancesToLifecycleStageRequest): Promise<responses.AttachManagedInstancesToLifecycleStageResponse>;
|
|
101
|
+
/**
|
|
102
|
+
* Creates a new lifecycle environment.
|
|
103
|
+
*
|
|
104
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
105
|
+
* @param CreateLifecycleEnvironmentRequest
|
|
106
|
+
* @return CreateLifecycleEnvironmentResponse
|
|
107
|
+
* @throws OciError when an error occurs
|
|
108
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateLifecycleEnvironment.ts.html |here} to see how to use CreateLifecycleEnvironment API.
|
|
109
|
+
*/
|
|
110
|
+
createLifecycleEnvironment(createLifecycleEnvironmentRequest: requests.CreateLifecycleEnvironmentRequest): Promise<responses.CreateLifecycleEnvironmentResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* Deletes a lifecycle environment.
|
|
113
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
114
|
+
* @param DeleteLifecycleEnvironmentRequest
|
|
115
|
+
* @return DeleteLifecycleEnvironmentResponse
|
|
116
|
+
* @throws OciError when an error occurs
|
|
117
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DeleteLifecycleEnvironment.ts.html |here} to see how to use DeleteLifecycleEnvironment API.
|
|
118
|
+
*/
|
|
119
|
+
deleteLifecycleEnvironment(deleteLifecycleEnvironmentRequest: requests.DeleteLifecycleEnvironmentRequest): Promise<responses.DeleteLifecycleEnvironmentResponse>;
|
|
120
|
+
/**
|
|
121
|
+
* Detach(remove) managed instance from a lifecycle stage.
|
|
122
|
+
*
|
|
123
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
124
|
+
* @param DetachManagedInstancesFromLifecycleStageRequest
|
|
125
|
+
* @return DetachManagedInstancesFromLifecycleStageResponse
|
|
126
|
+
* @throws OciError when an error occurs
|
|
127
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DetachManagedInstancesFromLifecycleStage.ts.html |here} to see how to use DetachManagedInstancesFromLifecycleStage API.
|
|
128
|
+
*/
|
|
129
|
+
detachManagedInstancesFromLifecycleStage(detachManagedInstancesFromLifecycleStageRequest: requests.DetachManagedInstancesFromLifecycleStageRequest): Promise<responses.DetachManagedInstancesFromLifecycleStageResponse>;
|
|
130
|
+
/**
|
|
131
|
+
* Gets information about the specified lifecycle environment.
|
|
132
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
133
|
+
* @param GetLifecycleEnvironmentRequest
|
|
134
|
+
* @return GetLifecycleEnvironmentResponse
|
|
135
|
+
* @throws OciError when an error occurs
|
|
136
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetLifecycleEnvironment.ts.html |here} to see how to use GetLifecycleEnvironment API.
|
|
137
|
+
*/
|
|
138
|
+
getLifecycleEnvironment(getLifecycleEnvironmentRequest: requests.GetLifecycleEnvironmentRequest): Promise<responses.GetLifecycleEnvironmentResponse>;
|
|
139
|
+
/**
|
|
140
|
+
* Gets information about the specified lifecycle stage.
|
|
141
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
142
|
+
* @param GetLifecycleStageRequest
|
|
143
|
+
* @return GetLifecycleStageResponse
|
|
144
|
+
* @throws OciError when an error occurs
|
|
145
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetLifecycleStage.ts.html |here} to see how to use GetLifecycleStage API.
|
|
146
|
+
*/
|
|
147
|
+
getLifecycleStage(getLifecycleStageRequest: requests.GetLifecycleStageRequest): Promise<responses.GetLifecycleStageResponse>;
|
|
148
|
+
/**
|
|
149
|
+
* Lists lifecycle environments that match the specified compartment or lifecycle environment OCID. Filter the list
|
|
150
|
+
* against a variety of criteria including but not limited to its name, status, architecture, and OS family.
|
|
151
|
+
*
|
|
152
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
153
|
+
* @param ListLifecycleEnvironmentsRequest
|
|
154
|
+
* @return ListLifecycleEnvironmentsResponse
|
|
155
|
+
* @throws OciError when an error occurs
|
|
156
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListLifecycleEnvironments.ts.html |here} to see how to use ListLifecycleEnvironments API.
|
|
157
|
+
*/
|
|
158
|
+
listLifecycleEnvironments(listLifecycleEnvironmentsRequest: requests.ListLifecycleEnvironmentsRequest): Promise<responses.ListLifecycleEnvironmentsResponse>;
|
|
159
|
+
/**
|
|
160
|
+
* Lists installed packages on managed instances in a specified lifecycle stage. Filter the list against a variety
|
|
161
|
+
* of criteria including but not limited to the package name.
|
|
162
|
+
*
|
|
163
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
164
|
+
* @param ListLifecycleStageInstalledPackagesRequest
|
|
165
|
+
* @return ListLifecycleStageInstalledPackagesResponse
|
|
166
|
+
* @throws OciError when an error occurs
|
|
167
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListLifecycleStageInstalledPackages.ts.html |here} to see how to use ListLifecycleStageInstalledPackages API.
|
|
168
|
+
*/
|
|
169
|
+
listLifecycleStageInstalledPackages(listLifecycleStageInstalledPackagesRequest: requests.ListLifecycleStageInstalledPackagesRequest): Promise<responses.ListLifecycleStageInstalledPackagesResponse>;
|
|
170
|
+
/**
|
|
171
|
+
* Lists lifecycle stages that match the specified compartment or lifecycle stage OCID. Filter the list against
|
|
172
|
+
* a variety of criteria including but not limited to its name, status, architecture, and OS family.
|
|
173
|
+
*
|
|
174
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
175
|
+
* @param ListLifecycleStagesRequest
|
|
176
|
+
* @return ListLifecycleStagesResponse
|
|
177
|
+
* @throws OciError when an error occurs
|
|
178
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListLifecycleStages.ts.html |here} to see how to use ListLifecycleStages API.
|
|
179
|
+
*/
|
|
180
|
+
listLifecycleStages(listLifecycleStagesRequest: requests.ListLifecycleStagesRequest): Promise<responses.ListLifecycleStagesResponse>;
|
|
181
|
+
/**
|
|
182
|
+
* Updates the versioned custom software source content
|
|
183
|
+
* for specified lifecycle stage.
|
|
184
|
+
*
|
|
185
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
186
|
+
* @param PromoteSoftwareSourceToLifecycleStageRequest
|
|
187
|
+
* @return PromoteSoftwareSourceToLifecycleStageResponse
|
|
188
|
+
* @throws OciError when an error occurs
|
|
189
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/PromoteSoftwareSourceToLifecycleStage.ts.html |here} to see how to use PromoteSoftwareSourceToLifecycleStage API.
|
|
190
|
+
*/
|
|
191
|
+
promoteSoftwareSourceToLifecycleStage(promoteSoftwareSourceToLifecycleStageRequest: requests.PromoteSoftwareSourceToLifecycleStageRequest): Promise<responses.PromoteSoftwareSourceToLifecycleStageResponse>;
|
|
192
|
+
/**
|
|
193
|
+
* Updates the specified lifecycle environment's name, description, stages, or tags.
|
|
194
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
195
|
+
* @param UpdateLifecycleEnvironmentRequest
|
|
196
|
+
* @return UpdateLifecycleEnvironmentResponse
|
|
197
|
+
* @throws OciError when an error occurs
|
|
198
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateLifecycleEnvironment.ts.html |here} to see how to use UpdateLifecycleEnvironment API.
|
|
199
|
+
*/
|
|
200
|
+
updateLifecycleEnvironment(updateLifecycleEnvironmentRequest: requests.UpdateLifecycleEnvironmentRequest): Promise<responses.UpdateLifecycleEnvironmentResponse>;
|
|
201
|
+
}
|
|
202
|
+
export declare enum ManagedInstanceApiKeys {
|
|
203
|
+
}
|
|
204
|
+
/**
|
|
205
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
206
|
+
*/
|
|
207
|
+
export declare class ManagedInstanceClient {
|
|
208
|
+
protected static serviceEndpointTemplate: string;
|
|
209
|
+
protected static endpointServiceName: string;
|
|
210
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
211
|
+
protected "_endpoint": string;
|
|
212
|
+
protected "_defaultHeaders": any;
|
|
213
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
214
|
+
protected _circuitBreaker: null;
|
|
215
|
+
protected _httpOptions: any;
|
|
216
|
+
targetService: string;
|
|
217
|
+
protected _regionId: string;
|
|
218
|
+
protected "_region": common.Region;
|
|
219
|
+
protected _lastSetRegionOrRegionId: string;
|
|
220
|
+
protected _httpClient: common.HttpClient;
|
|
221
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
222
|
+
/**
|
|
223
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
224
|
+
*/
|
|
225
|
+
get endpoint(): string;
|
|
226
|
+
/**
|
|
227
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
228
|
+
* @param endpoint The endpoint of the service.
|
|
229
|
+
*/
|
|
230
|
+
set endpoint(endpoint: string);
|
|
231
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
232
|
+
/**
|
|
233
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
234
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
235
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
236
|
+
*/
|
|
237
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
238
|
+
/**
|
|
239
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
240
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
241
|
+
* @param region The region of the service.
|
|
242
|
+
*/
|
|
243
|
+
set region(region: common.Region);
|
|
244
|
+
/**
|
|
245
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
246
|
+
*
|
|
247
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
248
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
249
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
250
|
+
* @param regionId The public region ID.
|
|
251
|
+
*/
|
|
252
|
+
set regionId(regionId: string);
|
|
253
|
+
/**
|
|
254
|
+
* Adds software sources to a managed instance. After the software source has been added,
|
|
255
|
+
* then packages from that software source can be installed on the managed instance.
|
|
256
|
+
*
|
|
257
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
258
|
+
* @param AttachSoftwareSourcesToManagedInstanceRequest
|
|
259
|
+
* @return AttachSoftwareSourcesToManagedInstanceResponse
|
|
260
|
+
* @throws OciError when an error occurs
|
|
261
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/AttachSoftwareSourcesToManagedInstance.ts.html |here} to see how to use AttachSoftwareSourcesToManagedInstance API.
|
|
262
|
+
*/
|
|
263
|
+
attachSoftwareSourcesToManagedInstance(attachSoftwareSourcesToManagedInstanceRequest: requests.AttachSoftwareSourcesToManagedInstanceRequest): Promise<responses.AttachSoftwareSourcesToManagedInstanceResponse>;
|
|
264
|
+
/**
|
|
265
|
+
* Removes software sources from a managed instance.
|
|
266
|
+
* Packages will no longer be able to be installed from these software sources.
|
|
267
|
+
*
|
|
268
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
269
|
+
* @param DetachSoftwareSourcesFromManagedInstanceRequest
|
|
270
|
+
* @return DetachSoftwareSourcesFromManagedInstanceResponse
|
|
271
|
+
* @throws OciError when an error occurs
|
|
272
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DetachSoftwareSourcesFromManagedInstance.ts.html |here} to see how to use DetachSoftwareSourcesFromManagedInstance API.
|
|
273
|
+
*/
|
|
274
|
+
detachSoftwareSourcesFromManagedInstance(detachSoftwareSourcesFromManagedInstanceRequest: requests.DetachSoftwareSourcesFromManagedInstanceRequest): Promise<responses.DetachSoftwareSourcesFromManagedInstanceResponse>;
|
|
275
|
+
/**
|
|
276
|
+
* Disables a module stream on a managed instance. After the stream is
|
|
277
|
+
* disabled, it is no longer possible to install the profiles that are
|
|
278
|
+
* contained by the stream. All installed profiles must be removed prior
|
|
279
|
+
* to disabling a module stream.
|
|
280
|
+
*
|
|
281
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
282
|
+
* @param DisableModuleStreamOnManagedInstanceRequest
|
|
283
|
+
* @return DisableModuleStreamOnManagedInstanceResponse
|
|
284
|
+
* @throws OciError when an error occurs
|
|
285
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DisableModuleStreamOnManagedInstance.ts.html |here} to see how to use DisableModuleStreamOnManagedInstance API.
|
|
286
|
+
*/
|
|
287
|
+
disableModuleStreamOnManagedInstance(disableModuleStreamOnManagedInstanceRequest: requests.DisableModuleStreamOnManagedInstanceRequest): Promise<responses.DisableModuleStreamOnManagedInstanceResponse>;
|
|
288
|
+
/**
|
|
289
|
+
* Enables a module stream on a managed instance. After the stream is
|
|
290
|
+
* enabled, it is possible to install the profiles that are contained
|
|
291
|
+
* by the stream. Enabling a stream that is already enabled will
|
|
292
|
+
* succeed. Attempting to enable a different stream for a module that
|
|
293
|
+
* already has a stream enabled results in an error.
|
|
294
|
+
*
|
|
295
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
296
|
+
* @param EnableModuleStreamOnManagedInstanceRequest
|
|
297
|
+
* @return EnableModuleStreamOnManagedInstanceResponse
|
|
298
|
+
* @throws OciError when an error occurs
|
|
299
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/EnableModuleStreamOnManagedInstance.ts.html |here} to see how to use EnableModuleStreamOnManagedInstance API.
|
|
300
|
+
*/
|
|
301
|
+
enableModuleStreamOnManagedInstance(enableModuleStreamOnManagedInstanceRequest: requests.EnableModuleStreamOnManagedInstanceRequest): Promise<responses.EnableModuleStreamOnManagedInstanceResponse>;
|
|
302
|
+
/**
|
|
303
|
+
* Gets information about the specified managed instance.
|
|
304
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
305
|
+
* @param GetManagedInstanceRequest
|
|
306
|
+
* @return GetManagedInstanceResponse
|
|
307
|
+
* @throws OciError when an error occurs
|
|
308
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetManagedInstance.ts.html |here} to see how to use GetManagedInstance API.
|
|
309
|
+
*/
|
|
310
|
+
getManagedInstance(getManagedInstanceRequest: requests.GetManagedInstanceRequest): Promise<responses.GetManagedInstanceResponse>;
|
|
311
|
+
/**
|
|
312
|
+
* Installs a profile for an module stream. The stream must be
|
|
313
|
+
* enabled before a profile can be installed. If a module stream
|
|
314
|
+
* defines multiple profiles, each one can be installed independently.
|
|
315
|
+
*
|
|
316
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
317
|
+
* @param InstallModuleStreamProfileOnManagedInstanceRequest
|
|
318
|
+
* @return InstallModuleStreamProfileOnManagedInstanceResponse
|
|
319
|
+
* @throws OciError when an error occurs
|
|
320
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/InstallModuleStreamProfileOnManagedInstance.ts.html |here} to see how to use InstallModuleStreamProfileOnManagedInstance API.
|
|
321
|
+
*/
|
|
322
|
+
installModuleStreamProfileOnManagedInstance(installModuleStreamProfileOnManagedInstanceRequest: requests.InstallModuleStreamProfileOnManagedInstanceRequest): Promise<responses.InstallModuleStreamProfileOnManagedInstanceResponse>;
|
|
323
|
+
/**
|
|
324
|
+
* Installs packages on a managed instance.
|
|
325
|
+
*
|
|
326
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
327
|
+
* @param InstallPackagesOnManagedInstanceRequest
|
|
328
|
+
* @return InstallPackagesOnManagedInstanceResponse
|
|
329
|
+
* @throws OciError when an error occurs
|
|
330
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/InstallPackagesOnManagedInstance.ts.html |here} to see how to use InstallPackagesOnManagedInstance API.
|
|
331
|
+
*/
|
|
332
|
+
installPackagesOnManagedInstance(installPackagesOnManagedInstanceRequest: requests.InstallPackagesOnManagedInstanceRequest): Promise<responses.InstallPackagesOnManagedInstanceResponse>;
|
|
333
|
+
/**
|
|
334
|
+
* Returns a list of available packages for a managed instance.
|
|
335
|
+
*
|
|
336
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
337
|
+
* @param ListManagedInstanceAvailablePackagesRequest
|
|
338
|
+
* @return ListManagedInstanceAvailablePackagesResponse
|
|
339
|
+
* @throws OciError when an error occurs
|
|
340
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceAvailablePackages.ts.html |here} to see how to use ListManagedInstanceAvailablePackages API.
|
|
341
|
+
*/
|
|
342
|
+
listManagedInstanceAvailablePackages(listManagedInstanceAvailablePackagesRequest: requests.ListManagedInstanceAvailablePackagesRequest): Promise<responses.ListManagedInstanceAvailablePackagesResponse>;
|
|
343
|
+
/**
|
|
344
|
+
* Returns a list of available software sources for a managed instance.
|
|
345
|
+
*
|
|
346
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
347
|
+
* @param ListManagedInstanceAvailableSoftwareSourcesRequest
|
|
348
|
+
* @return ListManagedInstanceAvailableSoftwareSourcesResponse
|
|
349
|
+
* @throws OciError when an error occurs
|
|
350
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceAvailableSoftwareSources.ts.html |here} to see how to use ListManagedInstanceAvailableSoftwareSources API.
|
|
351
|
+
*/
|
|
352
|
+
listManagedInstanceAvailableSoftwareSources(listManagedInstanceAvailableSoftwareSourcesRequest: requests.ListManagedInstanceAvailableSoftwareSourcesRequest): Promise<responses.ListManagedInstanceAvailableSoftwareSourcesResponse>;
|
|
353
|
+
/**
|
|
354
|
+
* Returns a list of applicable errata on the managed instance.
|
|
355
|
+
*
|
|
356
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
357
|
+
* @param ListManagedInstanceErrataRequest
|
|
358
|
+
* @return ListManagedInstanceErrataResponse
|
|
359
|
+
* @throws OciError when an error occurs
|
|
360
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceErrata.ts.html |here} to see how to use ListManagedInstanceErrata API.
|
|
361
|
+
*/
|
|
362
|
+
listManagedInstanceErrata(listManagedInstanceErrataRequest: requests.ListManagedInstanceErrataRequest): Promise<responses.ListManagedInstanceErrataResponse>;
|
|
363
|
+
/**
|
|
364
|
+
* Lists the packages that are installed on the managed instance.
|
|
365
|
+
*
|
|
366
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
367
|
+
* @param ListManagedInstanceInstalledPackagesRequest
|
|
368
|
+
* @return ListManagedInstanceInstalledPackagesResponse
|
|
369
|
+
* @throws OciError when an error occurs
|
|
370
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceInstalledPackages.ts.html |here} to see how to use ListManagedInstanceInstalledPackages API.
|
|
371
|
+
*/
|
|
372
|
+
listManagedInstanceInstalledPackages(listManagedInstanceInstalledPackagesRequest: requests.ListManagedInstanceInstalledPackagesRequest): Promise<responses.ListManagedInstanceInstalledPackagesResponse>;
|
|
373
|
+
/**
|
|
374
|
+
* Retrieve a list of modules, along with streams of the modules,
|
|
375
|
+
* from a managed instance. Filters may be applied to select
|
|
376
|
+
* a subset of modules based on the filter criteria.
|
|
377
|
+
* <p>
|
|
378
|
+
The 'name' attribute filters against the name of a module.
|
|
379
|
+
* It accepts strings of the format \"<string>\".
|
|
380
|
+
* <p>
|
|
381
|
+
The 'nameContains' attribute filters against the name of a module
|
|
382
|
+
* based on partial match. It accepts strings of the format \"<string>\".
|
|
383
|
+
* If this attribute is defined, only matching modules are included
|
|
384
|
+
* in the result set. If it is not defined, the request is not subject
|
|
385
|
+
* to this filter.
|
|
386
|
+
*
|
|
387
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
388
|
+
* @param ListManagedInstanceModulesRequest
|
|
389
|
+
* @return ListManagedInstanceModulesResponse
|
|
390
|
+
* @throws OciError when an error occurs
|
|
391
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceModules.ts.html |here} to see how to use ListManagedInstanceModules API.
|
|
392
|
+
*/
|
|
393
|
+
listManagedInstanceModules(listManagedInstanceModulesRequest: requests.ListManagedInstanceModulesRequest): Promise<responses.ListManagedInstanceModulesResponse>;
|
|
394
|
+
/**
|
|
395
|
+
* Returns a list of updatable packages for a managed instance.
|
|
396
|
+
*
|
|
397
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
398
|
+
* @param ListManagedInstanceUpdatablePackagesRequest
|
|
399
|
+
* @return ListManagedInstanceUpdatablePackagesResponse
|
|
400
|
+
* @throws OciError when an error occurs
|
|
401
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceUpdatablePackages.ts.html |here} to see how to use ListManagedInstanceUpdatablePackages API.
|
|
402
|
+
*/
|
|
403
|
+
listManagedInstanceUpdatablePackages(listManagedInstanceUpdatablePackagesRequest: requests.ListManagedInstanceUpdatablePackagesRequest): Promise<responses.ListManagedInstanceUpdatablePackagesResponse>;
|
|
404
|
+
/**
|
|
405
|
+
* Lists managed instances that match the specified compartment or managed instance OCID. Filter the list against a variety of criteria including but not limited to its name, status, architecture, and OS version.
|
|
406
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
407
|
+
* @param ListManagedInstancesRequest
|
|
408
|
+
* @return ListManagedInstancesResponse
|
|
409
|
+
* @throws OciError when an error occurs
|
|
410
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstances.ts.html |here} to see how to use ListManagedInstances API.
|
|
411
|
+
*/
|
|
412
|
+
listManagedInstances(listManagedInstancesRequest: requests.ListManagedInstancesRequest): Promise<responses.ListManagedInstancesResponse>;
|
|
413
|
+
/**
|
|
414
|
+
* Perform an operation involving modules, streams, and profiles on a
|
|
415
|
+
* managed instance. Each operation may enable or disable an arbitrary
|
|
416
|
+
* amount of module streams, and install or remove an arbitrary number
|
|
417
|
+
* of module stream profiles. When the operation is complete, the
|
|
418
|
+
* state of the modules, streams, and profiles on the managed instance
|
|
419
|
+
* will match the state indicated in the operation.
|
|
420
|
+
* <p>
|
|
421
|
+
Each module stream specified in the list of module streams to enable
|
|
422
|
+
* will be in the \"ENABLED\" state upon completion of the operation.
|
|
423
|
+
* If there was already a stream of that module enabled, any work
|
|
424
|
+
* required to switch from the current stream to the new stream is
|
|
425
|
+
* performed implicitly.
|
|
426
|
+
* <p>
|
|
427
|
+
Each module stream specified in the list of module streams to disable
|
|
428
|
+
* will be in the \"DISABLED\" state upon completion of the operation.
|
|
429
|
+
* Any profiles that are installed for the module stream will be removed
|
|
430
|
+
* as part of the operation.
|
|
431
|
+
* <p>
|
|
432
|
+
Each module stream profile specified in the list of profiles to install
|
|
433
|
+
* will be in the \"INSTALLED\" state upon completion of the operation,
|
|
434
|
+
* indicating that any packages that are part of the profile are installed
|
|
435
|
+
* on the managed instance. If the module stream containing the profile
|
|
436
|
+
* is not enabled, it will be enabled as part of the operation. There
|
|
437
|
+
* is an exception when attempting to install a stream of a profile when
|
|
438
|
+
* another stream of the same module is enabled. It is an error to attempt
|
|
439
|
+
* to install a profile of another module stream, unless enabling the
|
|
440
|
+
* new module stream is explicitly included in this operation.
|
|
441
|
+
* <p>
|
|
442
|
+
Each module stream profile specified in the list of profiles to remove
|
|
443
|
+
* will be in the \"AVAILABLE\" state upon completion of the operation.
|
|
444
|
+
* The status of packages within the profile after the operation is
|
|
445
|
+
* complete is defined by the package manager on the managed instance.
|
|
446
|
+
* <p>
|
|
447
|
+
Operations that contain one or more elements that are not allowed
|
|
448
|
+
* are rejected.
|
|
449
|
+
* <p>
|
|
450
|
+
The result of this request is a work request object. The returned
|
|
451
|
+
* work request is the parent of a structure of other WorkRequests. Taken
|
|
452
|
+
* as a whole, this structure indicates the entire set of work to be
|
|
453
|
+
* performed to complete the operation.
|
|
454
|
+
* <p>
|
|
455
|
+
This interface can also be used to perform a dry run of the operation
|
|
456
|
+
* rather than committing it to a managed instance. If a dry run is
|
|
457
|
+
* requested, the OS Management Hub service will evaluate the operation
|
|
458
|
+
* against the current module, stream, and profile state on the managed
|
|
459
|
+
* instance. It will calculate the impact of the operation on all
|
|
460
|
+
* modules, streams, and profiles on the managed instance, including those
|
|
461
|
+
* that are implicitly impacted by the operation.
|
|
462
|
+
* <p>
|
|
463
|
+
The WorkRequest resulting from a dry run behaves differently than
|
|
464
|
+
* a WorkRequest resulting from a committable operation. Dry run
|
|
465
|
+
* WorkRequests are always singletons and never have children. The
|
|
466
|
+
* impact of the operation is returned using the log and error
|
|
467
|
+
* facilities of work requests. The impact of operations that are
|
|
468
|
+
* allowed by the OS Management Hub service are communicated as one or
|
|
469
|
+
* more work request log entries. Operations that are not allowed
|
|
470
|
+
* by the OS Management Hub service are communicated as one or more
|
|
471
|
+
* work request error entries. Each entry, for either logs or errors,
|
|
472
|
+
* contains a structured message containing the results of one
|
|
473
|
+
* or more operations.
|
|
474
|
+
*
|
|
475
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
476
|
+
* @param ManageModuleStreamsOnManagedInstanceRequest
|
|
477
|
+
* @return ManageModuleStreamsOnManagedInstanceResponse
|
|
478
|
+
* @throws OciError when an error occurs
|
|
479
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ManageModuleStreamsOnManagedInstance.ts.html |here} to see how to use ManageModuleStreamsOnManagedInstance API.
|
|
480
|
+
*/
|
|
481
|
+
manageModuleStreamsOnManagedInstance(manageModuleStreamsOnManagedInstanceRequest: requests.ManageModuleStreamsOnManagedInstanceRequest): Promise<responses.ManageModuleStreamsOnManagedInstanceResponse>;
|
|
482
|
+
/**
|
|
483
|
+
* Refresh all installed and updatable software information on a managed instance.
|
|
484
|
+
*
|
|
485
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
486
|
+
* @param RefreshSoftwareOnManagedInstanceRequest
|
|
487
|
+
* @return RefreshSoftwareOnManagedInstanceResponse
|
|
488
|
+
* @throws OciError when an error occurs
|
|
489
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/RefreshSoftwareOnManagedInstance.ts.html |here} to see how to use RefreshSoftwareOnManagedInstance API.
|
|
490
|
+
*/
|
|
491
|
+
refreshSoftwareOnManagedInstance(refreshSoftwareOnManagedInstanceRequest: requests.RefreshSoftwareOnManagedInstanceRequest): Promise<responses.RefreshSoftwareOnManagedInstanceResponse>;
|
|
492
|
+
/**
|
|
493
|
+
* Removes a profile for a module stream that is installed on a managed instance.
|
|
494
|
+
* If a module stream is provided, rather than a fully qualified profile, all
|
|
495
|
+
* profiles that have been installed for the module stream will be removed.
|
|
496
|
+
*
|
|
497
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
498
|
+
* @param RemoveModuleStreamProfileFromManagedInstanceRequest
|
|
499
|
+
* @return RemoveModuleStreamProfileFromManagedInstanceResponse
|
|
500
|
+
* @throws OciError when an error occurs
|
|
501
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/RemoveModuleStreamProfileFromManagedInstance.ts.html |here} to see how to use RemoveModuleStreamProfileFromManagedInstance API.
|
|
502
|
+
*/
|
|
503
|
+
removeModuleStreamProfileFromManagedInstance(removeModuleStreamProfileFromManagedInstanceRequest: requests.RemoveModuleStreamProfileFromManagedInstanceRequest): Promise<responses.RemoveModuleStreamProfileFromManagedInstanceResponse>;
|
|
504
|
+
/**
|
|
505
|
+
* Removes an installed package from a managed instance.
|
|
506
|
+
*
|
|
507
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
508
|
+
* @param RemovePackagesFromManagedInstanceRequest
|
|
509
|
+
* @return RemovePackagesFromManagedInstanceResponse
|
|
510
|
+
* @throws OciError when an error occurs
|
|
511
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/RemovePackagesFromManagedInstance.ts.html |here} to see how to use RemovePackagesFromManagedInstance API.
|
|
512
|
+
*/
|
|
513
|
+
removePackagesFromManagedInstance(removePackagesFromManagedInstanceRequest: requests.RemovePackagesFromManagedInstanceRequest): Promise<responses.RemovePackagesFromManagedInstanceResponse>;
|
|
514
|
+
/**
|
|
515
|
+
* Enables a new stream for a module that already has a stream enabled.
|
|
516
|
+
* If any profiles or packages from the original module are installed,
|
|
517
|
+
* switching to a new stream will remove the existing packages and
|
|
518
|
+
* install their counterparts in the new stream.
|
|
519
|
+
*
|
|
520
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
521
|
+
* @param SwitchModuleStreamOnManagedInstanceRequest
|
|
522
|
+
* @return SwitchModuleStreamOnManagedInstanceResponse
|
|
523
|
+
* @throws OciError when an error occurs
|
|
524
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SwitchModuleStreamOnManagedInstance.ts.html |here} to see how to use SwitchModuleStreamOnManagedInstance API.
|
|
525
|
+
*/
|
|
526
|
+
switchModuleStreamOnManagedInstance(switchModuleStreamOnManagedInstanceRequest: requests.SwitchModuleStreamOnManagedInstanceRequest): Promise<responses.SwitchModuleStreamOnManagedInstanceResponse>;
|
|
527
|
+
/**
|
|
528
|
+
* Install all of the available package updates for all of the managed instances in a compartment.
|
|
529
|
+
*
|
|
530
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
531
|
+
* @param UpdateAllPackagesOnManagedInstancesInCompartmentRequest
|
|
532
|
+
* @return UpdateAllPackagesOnManagedInstancesInCompartmentResponse
|
|
533
|
+
* @throws OciError when an error occurs
|
|
534
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateAllPackagesOnManagedInstancesInCompartment.ts.html |here} to see how to use UpdateAllPackagesOnManagedInstancesInCompartment API.
|
|
535
|
+
*/
|
|
536
|
+
updateAllPackagesOnManagedInstancesInCompartment(updateAllPackagesOnManagedInstancesInCompartmentRequest: requests.UpdateAllPackagesOnManagedInstancesInCompartmentRequest): Promise<responses.UpdateAllPackagesOnManagedInstancesInCompartmentResponse>;
|
|
537
|
+
/**
|
|
538
|
+
* Updates the managed instance.
|
|
539
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
540
|
+
* @param UpdateManagedInstanceRequest
|
|
541
|
+
* @return UpdateManagedInstanceResponse
|
|
542
|
+
* @throws OciError when an error occurs
|
|
543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateManagedInstance.ts.html |here} to see how to use UpdateManagedInstance API.
|
|
544
|
+
*/
|
|
545
|
+
updateManagedInstance(updateManagedInstanceRequest: requests.UpdateManagedInstanceRequest): Promise<responses.UpdateManagedInstanceResponse>;
|
|
546
|
+
/**
|
|
547
|
+
* Updates a package on a managed instance.
|
|
548
|
+
*
|
|
549
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
550
|
+
* @param UpdatePackagesOnManagedInstanceRequest
|
|
551
|
+
* @return UpdatePackagesOnManagedInstanceResponse
|
|
552
|
+
* @throws OciError when an error occurs
|
|
553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdatePackagesOnManagedInstance.ts.html |here} to see how to use UpdatePackagesOnManagedInstance API.
|
|
554
|
+
*/
|
|
555
|
+
updatePackagesOnManagedInstance(updatePackagesOnManagedInstanceRequest: requests.UpdatePackagesOnManagedInstanceRequest): Promise<responses.UpdatePackagesOnManagedInstanceResponse>;
|
|
556
|
+
}
|
|
557
|
+
export declare enum ManagedInstanceGroupApiKeys {
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
561
|
+
*/
|
|
562
|
+
export declare class ManagedInstanceGroupClient {
|
|
563
|
+
protected static serviceEndpointTemplate: string;
|
|
564
|
+
protected static endpointServiceName: string;
|
|
565
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
566
|
+
protected "_endpoint": string;
|
|
567
|
+
protected "_defaultHeaders": any;
|
|
568
|
+
protected "_waiters": ManagedInstanceGroupWaiter;
|
|
569
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
570
|
+
protected _circuitBreaker: null;
|
|
571
|
+
protected _httpOptions: any;
|
|
572
|
+
targetService: string;
|
|
573
|
+
protected _regionId: string;
|
|
574
|
+
protected "_region": common.Region;
|
|
575
|
+
protected _lastSetRegionOrRegionId: string;
|
|
576
|
+
protected _httpClient: common.HttpClient;
|
|
577
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
578
|
+
/**
|
|
579
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
580
|
+
*/
|
|
581
|
+
get endpoint(): string;
|
|
582
|
+
/**
|
|
583
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
584
|
+
* @param endpoint The endpoint of the service.
|
|
585
|
+
*/
|
|
586
|
+
set endpoint(endpoint: string);
|
|
587
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
588
|
+
/**
|
|
589
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
590
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
591
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
592
|
+
*/
|
|
593
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
594
|
+
/**
|
|
595
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
596
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
597
|
+
* @param region The region of the service.
|
|
598
|
+
*/
|
|
599
|
+
set region(region: common.Region);
|
|
600
|
+
/**
|
|
601
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
602
|
+
*
|
|
603
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
604
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
605
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
606
|
+
* @param regionId The public region ID.
|
|
607
|
+
*/
|
|
608
|
+
set regionId(regionId: string);
|
|
609
|
+
/**
|
|
610
|
+
* Creates a new ManagedInstanceGroupWaiter for resources for this service.
|
|
611
|
+
*
|
|
612
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
613
|
+
* @return The service waiters.
|
|
614
|
+
*/
|
|
615
|
+
createWaiters(config?: common.WaiterConfiguration): ManagedInstanceGroupWaiter;
|
|
616
|
+
/**
|
|
617
|
+
* Gets the waiters available for resources for this service.
|
|
618
|
+
*
|
|
619
|
+
* @return The service waiters.
|
|
620
|
+
*/
|
|
621
|
+
getWaiters(): ManagedInstanceGroupWaiter;
|
|
622
|
+
/**
|
|
623
|
+
* Adds managed instances to the specified managed instance group. After the managed
|
|
624
|
+
* instances have been added, then operations can be performed on the managed
|
|
625
|
+
* instance group which will then apply to all managed instances in the
|
|
626
|
+
* group.
|
|
627
|
+
*
|
|
628
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
629
|
+
* @param AttachManagedInstancesToManagedInstanceGroupRequest
|
|
630
|
+
* @return AttachManagedInstancesToManagedInstanceGroupResponse
|
|
631
|
+
* @throws OciError when an error occurs
|
|
632
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/AttachManagedInstancesToManagedInstanceGroup.ts.html |here} to see how to use AttachManagedInstancesToManagedInstanceGroup API.
|
|
633
|
+
*/
|
|
634
|
+
attachManagedInstancesToManagedInstanceGroup(attachManagedInstancesToManagedInstanceGroupRequest: requests.AttachManagedInstancesToManagedInstanceGroupRequest): Promise<responses.AttachManagedInstancesToManagedInstanceGroupResponse>;
|
|
635
|
+
/**
|
|
636
|
+
* Attaches software sources to the specified managed instance group. The software sources must be compatible with the content for the managed instance group.
|
|
637
|
+
*
|
|
638
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
639
|
+
* @param AttachSoftwareSourcesToManagedInstanceGroupRequest
|
|
640
|
+
* @return AttachSoftwareSourcesToManagedInstanceGroupResponse
|
|
641
|
+
* @throws OciError when an error occurs
|
|
642
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/AttachSoftwareSourcesToManagedInstanceGroup.ts.html |here} to see how to use AttachSoftwareSourcesToManagedInstanceGroup API.
|
|
643
|
+
*/
|
|
644
|
+
attachSoftwareSourcesToManagedInstanceGroup(attachSoftwareSourcesToManagedInstanceGroupRequest: requests.AttachSoftwareSourcesToManagedInstanceGroupRequest): Promise<responses.AttachSoftwareSourcesToManagedInstanceGroupResponse>;
|
|
645
|
+
/**
|
|
646
|
+
* Creates a new managed instance group.
|
|
647
|
+
*
|
|
648
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
649
|
+
* @param CreateManagedInstanceGroupRequest
|
|
650
|
+
* @return CreateManagedInstanceGroupResponse
|
|
651
|
+
* @throws OciError when an error occurs
|
|
652
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateManagedInstanceGroup.ts.html |here} to see how to use CreateManagedInstanceGroup API.
|
|
653
|
+
*/
|
|
654
|
+
createManagedInstanceGroup(createManagedInstanceGroupRequest: requests.CreateManagedInstanceGroupRequest): Promise<responses.CreateManagedInstanceGroupResponse>;
|
|
655
|
+
/**
|
|
656
|
+
* Deletes a specified managed instance group.
|
|
657
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
658
|
+
* @param DeleteManagedInstanceGroupRequest
|
|
659
|
+
* @return DeleteManagedInstanceGroupResponse
|
|
660
|
+
* @throws OciError when an error occurs
|
|
661
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DeleteManagedInstanceGroup.ts.html |here} to see how to use DeleteManagedInstanceGroup API.
|
|
662
|
+
*/
|
|
663
|
+
deleteManagedInstanceGroup(deleteManagedInstanceGroupRequest: requests.DeleteManagedInstanceGroupRequest): Promise<responses.DeleteManagedInstanceGroupResponse>;
|
|
664
|
+
/**
|
|
665
|
+
* Removes a managed instance from the specified managed instance group.
|
|
666
|
+
*
|
|
667
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
668
|
+
* @param DetachManagedInstancesFromManagedInstanceGroupRequest
|
|
669
|
+
* @return DetachManagedInstancesFromManagedInstanceGroupResponse
|
|
670
|
+
* @throws OciError when an error occurs
|
|
671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DetachManagedInstancesFromManagedInstanceGroup.ts.html |here} to see how to use DetachManagedInstancesFromManagedInstanceGroup API.
|
|
672
|
+
*/
|
|
673
|
+
detachManagedInstancesFromManagedInstanceGroup(detachManagedInstancesFromManagedInstanceGroupRequest: requests.DetachManagedInstancesFromManagedInstanceGroupRequest): Promise<responses.DetachManagedInstancesFromManagedInstanceGroupResponse>;
|
|
674
|
+
/**
|
|
675
|
+
* Detaches software sources from a group.
|
|
676
|
+
*
|
|
677
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
678
|
+
* @param DetachSoftwareSourcesFromManagedInstanceGroupRequest
|
|
679
|
+
* @return DetachSoftwareSourcesFromManagedInstanceGroupResponse
|
|
680
|
+
* @throws OciError when an error occurs
|
|
681
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DetachSoftwareSourcesFromManagedInstanceGroup.ts.html |here} to see how to use DetachSoftwareSourcesFromManagedInstanceGroup API.
|
|
682
|
+
*/
|
|
683
|
+
detachSoftwareSourcesFromManagedInstanceGroup(detachSoftwareSourcesFromManagedInstanceGroupRequest: requests.DetachSoftwareSourcesFromManagedInstanceGroupRequest): Promise<responses.DetachSoftwareSourcesFromManagedInstanceGroupResponse>;
|
|
684
|
+
/**
|
|
685
|
+
* Disables a module stream on a managed instance group. After the stream is
|
|
686
|
+
* disabled, it is no longer possible to install the profiles that are
|
|
687
|
+
* contained by the stream. All installed profiles must be removed prior
|
|
688
|
+
* to disabling a module stream.
|
|
689
|
+
*
|
|
690
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
691
|
+
* @param DisableModuleStreamOnManagedInstanceGroupRequest
|
|
692
|
+
* @return DisableModuleStreamOnManagedInstanceGroupResponse
|
|
693
|
+
* @throws OciError when an error occurs
|
|
694
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DisableModuleStreamOnManagedInstanceGroup.ts.html |here} to see how to use DisableModuleStreamOnManagedInstanceGroup API.
|
|
695
|
+
*/
|
|
696
|
+
disableModuleStreamOnManagedInstanceGroup(disableModuleStreamOnManagedInstanceGroupRequest: requests.DisableModuleStreamOnManagedInstanceGroupRequest): Promise<responses.DisableModuleStreamOnManagedInstanceGroupResponse>;
|
|
697
|
+
/**
|
|
698
|
+
* Enables a module stream on a managed instance group. After the stream is
|
|
699
|
+
* enabled, it is possible to install the profiles that are contained
|
|
700
|
+
* by the stream. Enabling a stream that is already enabled will
|
|
701
|
+
* succeed. Attempting to enable a different stream for a module that
|
|
702
|
+
* already has a stream enabled results in an error.
|
|
703
|
+
*
|
|
704
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
705
|
+
* @param EnableModuleStreamOnManagedInstanceGroupRequest
|
|
706
|
+
* @return EnableModuleStreamOnManagedInstanceGroupResponse
|
|
707
|
+
* @throws OciError when an error occurs
|
|
708
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/EnableModuleStreamOnManagedInstanceGroup.ts.html |here} to see how to use EnableModuleStreamOnManagedInstanceGroup API.
|
|
709
|
+
*/
|
|
710
|
+
enableModuleStreamOnManagedInstanceGroup(enableModuleStreamOnManagedInstanceGroupRequest: requests.EnableModuleStreamOnManagedInstanceGroupRequest): Promise<responses.EnableModuleStreamOnManagedInstanceGroupResponse>;
|
|
711
|
+
/**
|
|
712
|
+
* Gets information about the specified managed instance group.
|
|
713
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
714
|
+
* @param GetManagedInstanceGroupRequest
|
|
715
|
+
* @return GetManagedInstanceGroupResponse
|
|
716
|
+
* @throws OciError when an error occurs
|
|
717
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetManagedInstanceGroup.ts.html |here} to see how to use GetManagedInstanceGroup API.
|
|
718
|
+
*/
|
|
719
|
+
getManagedInstanceGroup(getManagedInstanceGroupRequest: requests.GetManagedInstanceGroupRequest): Promise<responses.GetManagedInstanceGroupResponse>;
|
|
720
|
+
/**
|
|
721
|
+
* Installs a profile for an module stream. The stream must be
|
|
722
|
+
* enabled before a profile can be installed. If a module stream
|
|
723
|
+
* defines multiple profiles, each one can be installed independently.
|
|
724
|
+
*
|
|
725
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
726
|
+
* @param InstallModuleStreamProfileOnManagedInstanceGroupRequest
|
|
727
|
+
* @return InstallModuleStreamProfileOnManagedInstanceGroupResponse
|
|
728
|
+
* @throws OciError when an error occurs
|
|
729
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/InstallModuleStreamProfileOnManagedInstanceGroup.ts.html |here} to see how to use InstallModuleStreamProfileOnManagedInstanceGroup API.
|
|
730
|
+
*/
|
|
731
|
+
installModuleStreamProfileOnManagedInstanceGroup(installModuleStreamProfileOnManagedInstanceGroupRequest: requests.InstallModuleStreamProfileOnManagedInstanceGroupRequest): Promise<responses.InstallModuleStreamProfileOnManagedInstanceGroupResponse>;
|
|
732
|
+
/**
|
|
733
|
+
* Installs package(s) on each managed instance in a managed instance group. The package must be compatible with the
|
|
734
|
+
* instances in the managed instance group.
|
|
735
|
+
*
|
|
736
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
737
|
+
* @param InstallPackagesOnManagedInstanceGroupRequest
|
|
738
|
+
* @return InstallPackagesOnManagedInstanceGroupResponse
|
|
739
|
+
* @throws OciError when an error occurs
|
|
740
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/InstallPackagesOnManagedInstanceGroup.ts.html |here} to see how to use InstallPackagesOnManagedInstanceGroup API.
|
|
741
|
+
*/
|
|
742
|
+
installPackagesOnManagedInstanceGroup(installPackagesOnManagedInstanceGroupRequest: requests.InstallPackagesOnManagedInstanceGroupRequest): Promise<responses.InstallPackagesOnManagedInstanceGroupResponse>;
|
|
743
|
+
/**
|
|
744
|
+
* Lists available modules that for the specified managed instance group. Filter the list against a variety of
|
|
745
|
+
* criteria including but not limited to its name.
|
|
746
|
+
*
|
|
747
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
748
|
+
* @param ListManagedInstanceGroupAvailableModulesRequest
|
|
749
|
+
* @return ListManagedInstanceGroupAvailableModulesResponse
|
|
750
|
+
* @throws OciError when an error occurs
|
|
751
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceGroupAvailableModules.ts.html |here} to see how to use ListManagedInstanceGroupAvailableModules API.
|
|
752
|
+
*/
|
|
753
|
+
listManagedInstanceGroupAvailableModules(listManagedInstanceGroupAvailableModulesRequest: requests.ListManagedInstanceGroupAvailableModulesRequest): Promise<responses.ListManagedInstanceGroupAvailableModulesResponse>;
|
|
754
|
+
/**
|
|
755
|
+
* Lists available packages on the specified managed instances group. Filter the list against a variety
|
|
756
|
+
* of criteria including but not limited to the package name.
|
|
757
|
+
*
|
|
758
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
759
|
+
* @param ListManagedInstanceGroupAvailablePackagesRequest
|
|
760
|
+
* @return ListManagedInstanceGroupAvailablePackagesResponse
|
|
761
|
+
* @throws OciError when an error occurs
|
|
762
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceGroupAvailablePackages.ts.html |here} to see how to use ListManagedInstanceGroupAvailablePackages API.
|
|
763
|
+
*/
|
|
764
|
+
listManagedInstanceGroupAvailablePackages(listManagedInstanceGroupAvailablePackagesRequest: requests.ListManagedInstanceGroupAvailablePackagesRequest): Promise<responses.ListManagedInstanceGroupAvailablePackagesResponse>;
|
|
765
|
+
/**
|
|
766
|
+
* Lists available software sources for a specified managed instance group. Filter the list against a variety of
|
|
767
|
+
* criteria including but not limited to its name.
|
|
768
|
+
*
|
|
769
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
770
|
+
* @param ListManagedInstanceGroupAvailableSoftwareSourcesRequest
|
|
771
|
+
* @return ListManagedInstanceGroupAvailableSoftwareSourcesResponse
|
|
772
|
+
* @throws OciError when an error occurs
|
|
773
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceGroupAvailableSoftwareSources.ts.html |here} to see how to use ListManagedInstanceGroupAvailableSoftwareSources API.
|
|
774
|
+
*/
|
|
775
|
+
listManagedInstanceGroupAvailableSoftwareSources(listManagedInstanceGroupAvailableSoftwareSourcesRequest: requests.ListManagedInstanceGroupAvailableSoftwareSourcesRequest): Promise<responses.ListManagedInstanceGroupAvailableSoftwareSourcesResponse>;
|
|
776
|
+
/**
|
|
777
|
+
* Lists installed packages on the specified managed instances group. Filter the list against a variety
|
|
778
|
+
* of criteria including but not limited to the package name.
|
|
779
|
+
*
|
|
780
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
781
|
+
* @param ListManagedInstanceGroupInstalledPackagesRequest
|
|
782
|
+
* @return ListManagedInstanceGroupInstalledPackagesResponse
|
|
783
|
+
* @throws OciError when an error occurs
|
|
784
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceGroupInstalledPackages.ts.html |here} to see how to use ListManagedInstanceGroupInstalledPackages API.
|
|
785
|
+
*/
|
|
786
|
+
listManagedInstanceGroupInstalledPackages(listManagedInstanceGroupInstalledPackagesRequest: requests.ListManagedInstanceGroupInstalledPackagesRequest): Promise<responses.ListManagedInstanceGroupInstalledPackagesResponse>;
|
|
787
|
+
/**
|
|
788
|
+
* Retrieve a list of module streams, along with a summary of their
|
|
789
|
+
* status, from a managed instance group. Filters may be applied to select
|
|
790
|
+
* a subset of module streams based on the filter criteria.
|
|
791
|
+
* <p>
|
|
792
|
+
The 'moduleName' attribute filters against the name of a module.
|
|
793
|
+
* It accepts strings of the format \"<module>\". If this attribute
|
|
794
|
+
* is defined, only streams that belong to the specified module are
|
|
795
|
+
* included in the result set. If it is not defined, the request is
|
|
796
|
+
* not subject to this filter.
|
|
797
|
+
* <p>
|
|
798
|
+
The \"status\" attribute filters against the state of a module stream.
|
|
799
|
+
* Valid values are \"ENABLED\", \"DISABLED\", and \"ACTIVE\". If the
|
|
800
|
+
* attribute is set to \"ENABLED\", only module streams that are enabled
|
|
801
|
+
* are included in the result set. If the attribute is set to \"DISABLED\",
|
|
802
|
+
* only module streams that are not enabled are included in the result
|
|
803
|
+
* set. If the attribute is set to \"ACTIVE\", only module streams that
|
|
804
|
+
* are active are included in the result set. If the attribute is not
|
|
805
|
+
* defined, the request is not subject to this filter.
|
|
806
|
+
* <p>
|
|
807
|
+
When sorting by the display name, the result set is sorted first
|
|
808
|
+
* by the module name and then by the stream name.
|
|
809
|
+
*
|
|
810
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
811
|
+
* @param ListManagedInstanceGroupModulesRequest
|
|
812
|
+
* @return ListManagedInstanceGroupModulesResponse
|
|
813
|
+
* @throws OciError when an error occurs
|
|
814
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceGroupModules.ts.html |here} to see how to use ListManagedInstanceGroupModules API.
|
|
815
|
+
*/
|
|
816
|
+
listManagedInstanceGroupModules(listManagedInstanceGroupModulesRequest: requests.ListManagedInstanceGroupModulesRequest): Promise<responses.ListManagedInstanceGroupModulesResponse>;
|
|
817
|
+
/**
|
|
818
|
+
* Lists managed instance groups that match the specified compartment or managed instance group OCID. Filter the
|
|
819
|
+
* list against a variety of criteria including but not limited to its name, status, architecture, and OS family.
|
|
820
|
+
*
|
|
821
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
822
|
+
* @param ListManagedInstanceGroupsRequest
|
|
823
|
+
* @return ListManagedInstanceGroupsResponse
|
|
824
|
+
* @throws OciError when an error occurs
|
|
825
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagedInstanceGroups.ts.html |here} to see how to use ListManagedInstanceGroups API.
|
|
826
|
+
*/
|
|
827
|
+
listManagedInstanceGroups(listManagedInstanceGroupsRequest: requests.ListManagedInstanceGroupsRequest): Promise<responses.ListManagedInstanceGroupsResponse>;
|
|
828
|
+
/**
|
|
829
|
+
* Perform an operation involving modules, streams, and profiles on a
|
|
830
|
+
* managed instance group. Each operation may enable or disable an arbitrary
|
|
831
|
+
* amount of module streams, and install or remove an arbitrary number
|
|
832
|
+
* of module stream profiles. When the operation is complete, the
|
|
833
|
+
* state of the modules, streams, and profiles on the managed instance group
|
|
834
|
+
* will match the state indicated in the operation.
|
|
835
|
+
* <p>
|
|
836
|
+
Each module stream specified in the list of module streams to enable
|
|
837
|
+
* will be in the \"ENABLED\" state upon completion of the operation.
|
|
838
|
+
* If there was already a stream of that module enabled, any work
|
|
839
|
+
* required to switch from the current stream to the new stream is
|
|
840
|
+
* performed implicitly.
|
|
841
|
+
* <p>
|
|
842
|
+
Each module stream specified in the list of module streams to disable
|
|
843
|
+
* will be in the \"DISABLED\" state upon completion of the operation.
|
|
844
|
+
* Any profiles that are installed for the module stream will be removed
|
|
845
|
+
* as part of the operation.
|
|
846
|
+
* <p>
|
|
847
|
+
Each module stream profile specified in the list of profiles to install
|
|
848
|
+
* will be in the \"INSTALLED\" state upon completion of the operation,
|
|
849
|
+
* indicating that any packages that are part of the profile are installed
|
|
850
|
+
* on the managed instance. If the module stream containing the profile
|
|
851
|
+
* is not enabled, it will be enabled as part of the operation. There
|
|
852
|
+
* is an exception when attempting to install a stream of a profile when
|
|
853
|
+
* another stream of the same module is enabled. It is an error to attempt
|
|
854
|
+
* to install a profile of another module stream, unless enabling the
|
|
855
|
+
* new module stream is explicitly included in this operation.
|
|
856
|
+
* <p>
|
|
857
|
+
Each module stream profile specified in the list of profiles to remove
|
|
858
|
+
* will be in the \"AVAILABLE\" state upon completion of the operation.
|
|
859
|
+
* The status of packages within the profile after the operation is
|
|
860
|
+
* complete is defined by the package manager on the managed instance group.
|
|
861
|
+
* <p>
|
|
862
|
+
Operations that contain one or more elements that are not allowed
|
|
863
|
+
* are rejected.
|
|
864
|
+
* <p>
|
|
865
|
+
The result of this request is a work request object. The returned
|
|
866
|
+
* work request is the parent of a structure of other work requests. Taken
|
|
867
|
+
* as a whole, this structure indicates the entire set of work to be
|
|
868
|
+
* performed to complete the operation.
|
|
869
|
+
* <p>
|
|
870
|
+
This interface can also be used to perform a dry run of the operation
|
|
871
|
+
* rather than committing it to a managed instance group. If a dry run is
|
|
872
|
+
* requested, the OS Management Hub service will evaluate the operation
|
|
873
|
+
* against the current module, stream, and profile state on the managed
|
|
874
|
+
* instance. It will calculate the impact of the operation on all
|
|
875
|
+
* modules, streams, and profiles on the managed instance, including those
|
|
876
|
+
* that are implicitly impacted by the operation.
|
|
877
|
+
* <p>
|
|
878
|
+
The work request resulting from a dry run behaves differently than
|
|
879
|
+
* a work request resulting from a committable operation. Dry run
|
|
880
|
+
* work requests are always singletons and never have children. The
|
|
881
|
+
* impact of the operation is returned using the log and error
|
|
882
|
+
* facilities of work requests. The impact of operations that are
|
|
883
|
+
* allowed by the OS Management Hub service are communicated as one or
|
|
884
|
+
* more work request log entries. Operations that are not allowed
|
|
885
|
+
* by the OS Management Hub service are communicated as one or more
|
|
886
|
+
* work request error entries. Each entry, for either logs or errors,
|
|
887
|
+
* contains a structured message containing the results of one
|
|
888
|
+
* or more operations.
|
|
889
|
+
*
|
|
890
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
891
|
+
* @param ManageModuleStreamsOnManagedInstanceGroupRequest
|
|
892
|
+
* @return ManageModuleStreamsOnManagedInstanceGroupResponse
|
|
893
|
+
* @throws OciError when an error occurs
|
|
894
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ManageModuleStreamsOnManagedInstanceGroup.ts.html |here} to see how to use ManageModuleStreamsOnManagedInstanceGroup API.
|
|
895
|
+
*/
|
|
896
|
+
manageModuleStreamsOnManagedInstanceGroup(manageModuleStreamsOnManagedInstanceGroupRequest: requests.ManageModuleStreamsOnManagedInstanceGroupRequest): Promise<responses.ManageModuleStreamsOnManagedInstanceGroupResponse>;
|
|
897
|
+
/**
|
|
898
|
+
* Removes a profile for a module stream that is installed on a managed instance group.
|
|
899
|
+
* If a module stream is provided, rather than a fully qualified profile, all
|
|
900
|
+
* profiles that have been installed for the module stream will be removed.
|
|
901
|
+
*
|
|
902
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
903
|
+
* @param RemoveModuleStreamProfileFromManagedInstanceGroupRequest
|
|
904
|
+
* @return RemoveModuleStreamProfileFromManagedInstanceGroupResponse
|
|
905
|
+
* @throws OciError when an error occurs
|
|
906
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/RemoveModuleStreamProfileFromManagedInstanceGroup.ts.html |here} to see how to use RemoveModuleStreamProfileFromManagedInstanceGroup API.
|
|
907
|
+
*/
|
|
908
|
+
removeModuleStreamProfileFromManagedInstanceGroup(removeModuleStreamProfileFromManagedInstanceGroupRequest: requests.RemoveModuleStreamProfileFromManagedInstanceGroupRequest): Promise<responses.RemoveModuleStreamProfileFromManagedInstanceGroupResponse>;
|
|
909
|
+
/**
|
|
910
|
+
* Removes package(s) from each managed instance in a specified managed instance group.
|
|
911
|
+
*
|
|
912
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
913
|
+
* @param RemovePackagesFromManagedInstanceGroupRequest
|
|
914
|
+
* @return RemovePackagesFromManagedInstanceGroupResponse
|
|
915
|
+
* @throws OciError when an error occurs
|
|
916
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/RemovePackagesFromManagedInstanceGroup.ts.html |here} to see how to use RemovePackagesFromManagedInstanceGroup API.
|
|
917
|
+
*/
|
|
918
|
+
removePackagesFromManagedInstanceGroup(removePackagesFromManagedInstanceGroupRequest: requests.RemovePackagesFromManagedInstanceGroupRequest): Promise<responses.RemovePackagesFromManagedInstanceGroupResponse>;
|
|
919
|
+
/**
|
|
920
|
+
* Updates all packages on each managed instance in the specified managed instance group.
|
|
921
|
+
*
|
|
922
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
923
|
+
* @param UpdateAllPackagesOnManagedInstanceGroupRequest
|
|
924
|
+
* @return UpdateAllPackagesOnManagedInstanceGroupResponse
|
|
925
|
+
* @throws OciError when an error occurs
|
|
926
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateAllPackagesOnManagedInstanceGroup.ts.html |here} to see how to use UpdateAllPackagesOnManagedInstanceGroup API.
|
|
927
|
+
*/
|
|
928
|
+
updateAllPackagesOnManagedInstanceGroup(updateAllPackagesOnManagedInstanceGroupRequest: requests.UpdateAllPackagesOnManagedInstanceGroupRequest): Promise<responses.UpdateAllPackagesOnManagedInstanceGroupResponse>;
|
|
929
|
+
/**
|
|
930
|
+
* Updates the specified managed instance group's name, description, and tags.
|
|
931
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
932
|
+
* @param UpdateManagedInstanceGroupRequest
|
|
933
|
+
* @return UpdateManagedInstanceGroupResponse
|
|
934
|
+
* @throws OciError when an error occurs
|
|
935
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateManagedInstanceGroup.ts.html |here} to see how to use UpdateManagedInstanceGroup API.
|
|
936
|
+
*/
|
|
937
|
+
updateManagedInstanceGroup(updateManagedInstanceGroupRequest: requests.UpdateManagedInstanceGroupRequest): Promise<responses.UpdateManagedInstanceGroupResponse>;
|
|
938
|
+
}
|
|
939
|
+
export declare enum ManagementStationApiKeys {
|
|
940
|
+
}
|
|
941
|
+
/**
|
|
942
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
943
|
+
*/
|
|
944
|
+
export declare class ManagementStationClient {
|
|
945
|
+
protected static serviceEndpointTemplate: string;
|
|
946
|
+
protected static endpointServiceName: string;
|
|
947
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
948
|
+
protected "_endpoint": string;
|
|
949
|
+
protected "_defaultHeaders": any;
|
|
950
|
+
protected "_waiters": ManagementStationWaiter;
|
|
951
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
952
|
+
protected _circuitBreaker: null;
|
|
953
|
+
protected _httpOptions: any;
|
|
954
|
+
targetService: string;
|
|
955
|
+
protected _regionId: string;
|
|
956
|
+
protected "_region": common.Region;
|
|
957
|
+
protected _lastSetRegionOrRegionId: string;
|
|
958
|
+
protected _httpClient: common.HttpClient;
|
|
959
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
960
|
+
/**
|
|
961
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
962
|
+
*/
|
|
963
|
+
get endpoint(): string;
|
|
964
|
+
/**
|
|
965
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
966
|
+
* @param endpoint The endpoint of the service.
|
|
967
|
+
*/
|
|
968
|
+
set endpoint(endpoint: string);
|
|
969
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
970
|
+
/**
|
|
971
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
972
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
973
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
974
|
+
*/
|
|
975
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
976
|
+
/**
|
|
977
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
978
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
979
|
+
* @param region The region of the service.
|
|
980
|
+
*/
|
|
981
|
+
set region(region: common.Region);
|
|
982
|
+
/**
|
|
983
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
984
|
+
*
|
|
985
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
986
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
987
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
988
|
+
* @param regionId The public region ID.
|
|
989
|
+
*/
|
|
990
|
+
set regionId(regionId: string);
|
|
991
|
+
/**
|
|
992
|
+
* Creates a new ManagementStationWaiter for resources for this service.
|
|
993
|
+
*
|
|
994
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
995
|
+
* @return The service waiters.
|
|
996
|
+
*/
|
|
997
|
+
createWaiters(config?: common.WaiterConfiguration): ManagementStationWaiter;
|
|
998
|
+
/**
|
|
999
|
+
* Gets the waiters available for resources for this service.
|
|
1000
|
+
*
|
|
1001
|
+
* @return The service waiters.
|
|
1002
|
+
*/
|
|
1003
|
+
getWaiters(): ManagementStationWaiter;
|
|
1004
|
+
/**
|
|
1005
|
+
* Creates a management station.
|
|
1006
|
+
*
|
|
1007
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1008
|
+
* @param CreateManagementStationRequest
|
|
1009
|
+
* @return CreateManagementStationResponse
|
|
1010
|
+
* @throws OciError when an error occurs
|
|
1011
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateManagementStation.ts.html |here} to see how to use CreateManagementStation API.
|
|
1012
|
+
*/
|
|
1013
|
+
createManagementStation(createManagementStationRequest: requests.CreateManagementStationRequest): Promise<responses.CreateManagementStationResponse>;
|
|
1014
|
+
/**
|
|
1015
|
+
* Deletes a management station.
|
|
1016
|
+
*
|
|
1017
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1018
|
+
* @param DeleteManagementStationRequest
|
|
1019
|
+
* @return DeleteManagementStationResponse
|
|
1020
|
+
* @throws OciError when an error occurs
|
|
1021
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DeleteManagementStation.ts.html |here} to see how to use DeleteManagementStation API.
|
|
1022
|
+
*/
|
|
1023
|
+
deleteManagementStation(deleteManagementStationRequest: requests.DeleteManagementStationRequest): Promise<responses.DeleteManagementStationResponse>;
|
|
1024
|
+
/**
|
|
1025
|
+
* Gets information about the specified management station.
|
|
1026
|
+
*
|
|
1027
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1028
|
+
* @param GetManagementStationRequest
|
|
1029
|
+
* @return GetManagementStationResponse
|
|
1030
|
+
* @throws OciError when an error occurs
|
|
1031
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetManagementStation.ts.html |here} to see how to use GetManagementStation API.
|
|
1032
|
+
*/
|
|
1033
|
+
getManagementStation(getManagementStationRequest: requests.GetManagementStationRequest): Promise<responses.GetManagementStationResponse>;
|
|
1034
|
+
/**
|
|
1035
|
+
* Lists management stations in a compartment.
|
|
1036
|
+
*
|
|
1037
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1038
|
+
* @param ListManagementStationsRequest
|
|
1039
|
+
* @return ListManagementStationsResponse
|
|
1040
|
+
* @throws OciError when an error occurs
|
|
1041
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListManagementStations.ts.html |here} to see how to use ListManagementStations API.
|
|
1042
|
+
*/
|
|
1043
|
+
listManagementStations(listManagementStationsRequest: requests.ListManagementStationsRequest): Promise<responses.ListManagementStationsResponse>;
|
|
1044
|
+
/**
|
|
1045
|
+
* Lists all software source mirrors associated with a specified management station.
|
|
1046
|
+
*
|
|
1047
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1048
|
+
* @param ListMirrorsRequest
|
|
1049
|
+
* @return ListMirrorsResponse
|
|
1050
|
+
* @throws OciError when an error occurs
|
|
1051
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListMirrors.ts.html |here} to see how to use ListMirrors API.
|
|
1052
|
+
*/
|
|
1053
|
+
listMirrors(listMirrorsRequest: requests.ListMirrorsRequest): Promise<responses.ListMirrorsResponse>;
|
|
1054
|
+
/**
|
|
1055
|
+
* Synchronizes the specified mirrors associated with the management station.
|
|
1056
|
+
*
|
|
1057
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1058
|
+
* @param SynchronizeMirrorsRequest
|
|
1059
|
+
* @return SynchronizeMirrorsResponse
|
|
1060
|
+
* @throws OciError when an error occurs
|
|
1061
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SynchronizeMirrors.ts.html |here} to see how to use SynchronizeMirrors API.
|
|
1062
|
+
*/
|
|
1063
|
+
synchronizeMirrors(synchronizeMirrorsRequest: requests.SynchronizeMirrorsRequest): Promise<responses.SynchronizeMirrorsResponse>;
|
|
1064
|
+
/**
|
|
1065
|
+
* Synchronize the specified mirror associated with a management station.
|
|
1066
|
+
*
|
|
1067
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1068
|
+
* @param SynchronizeSingleMirrorsRequest
|
|
1069
|
+
* @return SynchronizeSingleMirrorsResponse
|
|
1070
|
+
* @throws OciError when an error occurs
|
|
1071
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SynchronizeSingleMirrors.ts.html |here} to see how to use SynchronizeSingleMirrors API.
|
|
1072
|
+
*/
|
|
1073
|
+
synchronizeSingleMirrors(synchronizeSingleMirrorsRequest: requests.SynchronizeSingleMirrorsRequest): Promise<responses.SynchronizeSingleMirrorsResponse>;
|
|
1074
|
+
/**
|
|
1075
|
+
* Updates the configuration of the specified management station.
|
|
1076
|
+
*
|
|
1077
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1078
|
+
* @param UpdateManagementStationRequest
|
|
1079
|
+
* @return UpdateManagementStationResponse
|
|
1080
|
+
* @throws OciError when an error occurs
|
|
1081
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateManagementStation.ts.html |here} to see how to use UpdateManagementStation API.
|
|
1082
|
+
*/
|
|
1083
|
+
updateManagementStation(updateManagementStationRequest: requests.UpdateManagementStationRequest): Promise<responses.UpdateManagementStationResponse>;
|
|
1084
|
+
}
|
|
1085
|
+
export declare enum OnboardingApiKeys {
|
|
1086
|
+
}
|
|
1087
|
+
/**
|
|
1088
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
1089
|
+
*/
|
|
1090
|
+
export declare class OnboardingClient {
|
|
1091
|
+
protected static serviceEndpointTemplate: string;
|
|
1092
|
+
protected static endpointServiceName: string;
|
|
1093
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1094
|
+
protected "_endpoint": string;
|
|
1095
|
+
protected "_defaultHeaders": any;
|
|
1096
|
+
protected "_waiters": OnboardingWaiter;
|
|
1097
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1098
|
+
protected _circuitBreaker: null;
|
|
1099
|
+
protected _httpOptions: any;
|
|
1100
|
+
targetService: string;
|
|
1101
|
+
protected _regionId: string;
|
|
1102
|
+
protected "_region": common.Region;
|
|
1103
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1104
|
+
protected _httpClient: common.HttpClient;
|
|
1105
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1106
|
+
/**
|
|
1107
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
1108
|
+
*/
|
|
1109
|
+
get endpoint(): string;
|
|
1110
|
+
/**
|
|
1111
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
1112
|
+
* @param endpoint The endpoint of the service.
|
|
1113
|
+
*/
|
|
1114
|
+
set endpoint(endpoint: string);
|
|
1115
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
1116
|
+
/**
|
|
1117
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1118
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1119
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1120
|
+
*/
|
|
1121
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1122
|
+
/**
|
|
1123
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1124
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
1125
|
+
* @param region The region of the service.
|
|
1126
|
+
*/
|
|
1127
|
+
set region(region: common.Region);
|
|
1128
|
+
/**
|
|
1129
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
1130
|
+
*
|
|
1131
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
1132
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
1133
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
1134
|
+
* @param regionId The public region ID.
|
|
1135
|
+
*/
|
|
1136
|
+
set regionId(regionId: string);
|
|
1137
|
+
/**
|
|
1138
|
+
* Creates a new OnboardingWaiter for resources for this service.
|
|
1139
|
+
*
|
|
1140
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
1141
|
+
* @return The service waiters.
|
|
1142
|
+
*/
|
|
1143
|
+
createWaiters(config?: common.WaiterConfiguration): OnboardingWaiter;
|
|
1144
|
+
/**
|
|
1145
|
+
* Gets the waiters available for resources for this service.
|
|
1146
|
+
*
|
|
1147
|
+
* @return The service waiters.
|
|
1148
|
+
*/
|
|
1149
|
+
getWaiters(): OnboardingWaiter;
|
|
1150
|
+
/**
|
|
1151
|
+
* Creates a registration profile.
|
|
1152
|
+
* A profile is a supplementary file for the OS Management Hub agentry
|
|
1153
|
+
* that dictates the content for a managed instance at registration time.
|
|
1154
|
+
*
|
|
1155
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1156
|
+
* @param CreateProfileRequest
|
|
1157
|
+
* @return CreateProfileResponse
|
|
1158
|
+
* @throws OciError when an error occurs
|
|
1159
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateProfile.ts.html |here} to see how to use CreateProfile API.
|
|
1160
|
+
*/
|
|
1161
|
+
createProfile(createProfileRequest: requests.CreateProfileRequest): Promise<responses.CreateProfileResponse>;
|
|
1162
|
+
/**
|
|
1163
|
+
* Deletes a specified registration profile.
|
|
1164
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1165
|
+
* @param DeleteProfileRequest
|
|
1166
|
+
* @return DeleteProfileResponse
|
|
1167
|
+
* @throws OciError when an error occurs
|
|
1168
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DeleteProfile.ts.html |here} to see how to use DeleteProfile API.
|
|
1169
|
+
*/
|
|
1170
|
+
deleteProfile(deleteProfileRequest: requests.DeleteProfileRequest): Promise<responses.DeleteProfileResponse>;
|
|
1171
|
+
/**
|
|
1172
|
+
* Gets information about the specified registration profile.
|
|
1173
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1174
|
+
* @param GetProfileRequest
|
|
1175
|
+
* @return GetProfileResponse
|
|
1176
|
+
* @throws OciError when an error occurs
|
|
1177
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetProfile.ts.html |here} to see how to use GetProfile API.
|
|
1178
|
+
*/
|
|
1179
|
+
getProfile(getProfileRequest: requests.GetProfileRequest): Promise<responses.GetProfileResponse>;
|
|
1180
|
+
/**
|
|
1181
|
+
* Lists registration profiles that match the specified compartment or profile OCID. Filter the list against a
|
|
1182
|
+
* variety of criteria including but not limited to its name, status, vendor name, and architecture type.
|
|
1183
|
+
*
|
|
1184
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1185
|
+
* @param ListProfilesRequest
|
|
1186
|
+
* @return ListProfilesResponse
|
|
1187
|
+
* @throws OciError when an error occurs
|
|
1188
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListProfiles.ts.html |here} to see how to use ListProfiles API.
|
|
1189
|
+
*/
|
|
1190
|
+
listProfiles(listProfilesRequest: requests.ListProfilesRequest): Promise<responses.ListProfilesResponse>;
|
|
1191
|
+
/**
|
|
1192
|
+
* Updates the specified profile's name, description, and tags.
|
|
1193
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1194
|
+
* @param UpdateProfileRequest
|
|
1195
|
+
* @return UpdateProfileResponse
|
|
1196
|
+
* @throws OciError when an error occurs
|
|
1197
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateProfile.ts.html |here} to see how to use UpdateProfile API.
|
|
1198
|
+
*/
|
|
1199
|
+
updateProfile(updateProfileRequest: requests.UpdateProfileRequest): Promise<responses.UpdateProfileResponse>;
|
|
1200
|
+
}
|
|
1201
|
+
export declare enum ReportingManagedInstanceApiKeys {
|
|
1202
|
+
}
|
|
1203
|
+
/**
|
|
1204
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
1205
|
+
*/
|
|
1206
|
+
export declare class ReportingManagedInstanceClient {
|
|
1207
|
+
protected static serviceEndpointTemplate: string;
|
|
1208
|
+
protected static endpointServiceName: string;
|
|
1209
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1210
|
+
protected "_endpoint": string;
|
|
1211
|
+
protected "_defaultHeaders": any;
|
|
1212
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1213
|
+
protected _circuitBreaker: null;
|
|
1214
|
+
protected _httpOptions: any;
|
|
1215
|
+
targetService: string;
|
|
1216
|
+
protected _regionId: string;
|
|
1217
|
+
protected "_region": common.Region;
|
|
1218
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1219
|
+
protected _httpClient: common.HttpClient;
|
|
1220
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1221
|
+
/**
|
|
1222
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
1223
|
+
*/
|
|
1224
|
+
get endpoint(): string;
|
|
1225
|
+
/**
|
|
1226
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
1227
|
+
* @param endpoint The endpoint of the service.
|
|
1228
|
+
*/
|
|
1229
|
+
set endpoint(endpoint: string);
|
|
1230
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
1231
|
+
/**
|
|
1232
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1233
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1234
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1235
|
+
*/
|
|
1236
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1237
|
+
/**
|
|
1238
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1239
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
1240
|
+
* @param region The region of the service.
|
|
1241
|
+
*/
|
|
1242
|
+
set region(region: common.Region);
|
|
1243
|
+
/**
|
|
1244
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
1245
|
+
*
|
|
1246
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
1247
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
1248
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
1249
|
+
* @param regionId The public region ID.
|
|
1250
|
+
*/
|
|
1251
|
+
set regionId(regionId: string);
|
|
1252
|
+
/**
|
|
1253
|
+
* Returns a CSV format report of managed instances matching the given filters.
|
|
1254
|
+
*
|
|
1255
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1256
|
+
* @param GetManagedInstanceAnalyticContentRequest
|
|
1257
|
+
* @return GetManagedInstanceAnalyticContentResponse
|
|
1258
|
+
* @throws OciError when an error occurs
|
|
1259
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetManagedInstanceAnalyticContent.ts.html |here} to see how to use GetManagedInstanceAnalyticContent API.
|
|
1260
|
+
*/
|
|
1261
|
+
getManagedInstanceAnalyticContent(getManagedInstanceAnalyticContentRequest: requests.GetManagedInstanceAnalyticContentRequest): Promise<responses.GetManagedInstanceAnalyticContentResponse>;
|
|
1262
|
+
/**
|
|
1263
|
+
* Returns a CSV format report of a single managed instance whose associated Erratas match the given filters.
|
|
1264
|
+
*
|
|
1265
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1266
|
+
* @param GetManagedInstanceContentRequest
|
|
1267
|
+
* @return GetManagedInstanceContentResponse
|
|
1268
|
+
* @throws OciError when an error occurs
|
|
1269
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetManagedInstanceContent.ts.html |here} to see how to use GetManagedInstanceContent API.
|
|
1270
|
+
*/
|
|
1271
|
+
getManagedInstanceContent(getManagedInstanceContentRequest: requests.GetManagedInstanceContentRequest): Promise<responses.GetManagedInstanceContentResponse>;
|
|
1272
|
+
/**
|
|
1273
|
+
* Returns a list of user specified metrics for a collection of managed instances.
|
|
1274
|
+
*
|
|
1275
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1276
|
+
* @param SummarizeManagedInstanceAnalyticsRequest
|
|
1277
|
+
* @return SummarizeManagedInstanceAnalyticsResponse
|
|
1278
|
+
* @throws OciError when an error occurs
|
|
1279
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SummarizeManagedInstanceAnalytics.ts.html |here} to see how to use SummarizeManagedInstanceAnalytics API.
|
|
1280
|
+
*/
|
|
1281
|
+
summarizeManagedInstanceAnalytics(summarizeManagedInstanceAnalyticsRequest: requests.SummarizeManagedInstanceAnalyticsRequest): Promise<responses.SummarizeManagedInstanceAnalyticsResponse>;
|
|
1282
|
+
}
|
|
1283
|
+
export declare enum ScheduledJobApiKeys {
|
|
1284
|
+
}
|
|
1285
|
+
/**
|
|
1286
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
1287
|
+
*/
|
|
1288
|
+
export declare class ScheduledJobClient {
|
|
1289
|
+
protected static serviceEndpointTemplate: string;
|
|
1290
|
+
protected static endpointServiceName: string;
|
|
1291
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1292
|
+
protected "_endpoint": string;
|
|
1293
|
+
protected "_defaultHeaders": any;
|
|
1294
|
+
protected "_waiters": ScheduledJobWaiter;
|
|
1295
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1296
|
+
protected _circuitBreaker: null;
|
|
1297
|
+
protected _httpOptions: any;
|
|
1298
|
+
targetService: string;
|
|
1299
|
+
protected _regionId: string;
|
|
1300
|
+
protected "_region": common.Region;
|
|
1301
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1302
|
+
protected _httpClient: common.HttpClient;
|
|
1303
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1304
|
+
/**
|
|
1305
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
1306
|
+
*/
|
|
1307
|
+
get endpoint(): string;
|
|
1308
|
+
/**
|
|
1309
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
1310
|
+
* @param endpoint The endpoint of the service.
|
|
1311
|
+
*/
|
|
1312
|
+
set endpoint(endpoint: string);
|
|
1313
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
1314
|
+
/**
|
|
1315
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1316
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1317
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1318
|
+
*/
|
|
1319
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1320
|
+
/**
|
|
1321
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1322
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
1323
|
+
* @param region The region of the service.
|
|
1324
|
+
*/
|
|
1325
|
+
set region(region: common.Region);
|
|
1326
|
+
/**
|
|
1327
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
1328
|
+
*
|
|
1329
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
1330
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
1331
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
1332
|
+
* @param regionId The public region ID.
|
|
1333
|
+
*/
|
|
1334
|
+
set regionId(regionId: string);
|
|
1335
|
+
/**
|
|
1336
|
+
* Creates a new ScheduledJobWaiter for resources for this service.
|
|
1337
|
+
*
|
|
1338
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
1339
|
+
* @return The service waiters.
|
|
1340
|
+
*/
|
|
1341
|
+
createWaiters(config?: common.WaiterConfiguration): ScheduledJobWaiter;
|
|
1342
|
+
/**
|
|
1343
|
+
* Gets the waiters available for resources for this service.
|
|
1344
|
+
*
|
|
1345
|
+
* @return The service waiters.
|
|
1346
|
+
*/
|
|
1347
|
+
getWaiters(): ScheduledJobWaiter;
|
|
1348
|
+
/**
|
|
1349
|
+
* Creates a new scheduled job.
|
|
1350
|
+
*
|
|
1351
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1352
|
+
* @param CreateScheduledJobRequest
|
|
1353
|
+
* @return CreateScheduledJobResponse
|
|
1354
|
+
* @throws OciError when an error occurs
|
|
1355
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateScheduledJob.ts.html |here} to see how to use CreateScheduledJob API.
|
|
1356
|
+
*/
|
|
1357
|
+
createScheduledJob(createScheduledJobRequest: requests.CreateScheduledJobRequest): Promise<responses.CreateScheduledJobResponse>;
|
|
1358
|
+
/**
|
|
1359
|
+
* Deletes the specified scheduled job.
|
|
1360
|
+
*
|
|
1361
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1362
|
+
* @param DeleteScheduledJobRequest
|
|
1363
|
+
* @return DeleteScheduledJobResponse
|
|
1364
|
+
* @throws OciError when an error occurs
|
|
1365
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DeleteScheduledJob.ts.html |here} to see how to use DeleteScheduledJob API.
|
|
1366
|
+
*/
|
|
1367
|
+
deleteScheduledJob(deleteScheduledJobRequest: requests.DeleteScheduledJobRequest): Promise<responses.DeleteScheduledJobResponse>;
|
|
1368
|
+
/**
|
|
1369
|
+
* Gets information about the specified scheduled job.
|
|
1370
|
+
*
|
|
1371
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1372
|
+
* @param GetScheduledJobRequest
|
|
1373
|
+
* @return GetScheduledJobResponse
|
|
1374
|
+
* @throws OciError when an error occurs
|
|
1375
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetScheduledJob.ts.html |here} to see how to use GetScheduledJob API.
|
|
1376
|
+
*/
|
|
1377
|
+
getScheduledJob(getScheduledJobRequest: requests.GetScheduledJobRequest): Promise<responses.GetScheduledJobResponse>;
|
|
1378
|
+
/**
|
|
1379
|
+
* Lists scheduled jobs that match the specified compartment or scheduled job OCID.
|
|
1380
|
+
* Filter the list against a variety of criteria including but not limited to its display name,
|
|
1381
|
+
* lifecycle state, operation type, and schedule type.
|
|
1382
|
+
*
|
|
1383
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1384
|
+
* @param ListScheduledJobsRequest
|
|
1385
|
+
* @return ListScheduledJobsResponse
|
|
1386
|
+
* @throws OciError when an error occurs
|
|
1387
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListScheduledJobs.ts.html |here} to see how to use ListScheduledJobs API.
|
|
1388
|
+
*/
|
|
1389
|
+
listScheduledJobs(listScheduledJobsRequest: requests.ListScheduledJobsRequest): Promise<responses.ListScheduledJobsResponse>;
|
|
1390
|
+
/**
|
|
1391
|
+
* Triggers an already created RECURRING scheduled job to run immediately instead of waiting
|
|
1392
|
+
* for its next regularly scheduled time. This operation does not support ONETIME scheduled job.
|
|
1393
|
+
*
|
|
1394
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1395
|
+
* @param RunScheduledJobNowRequest
|
|
1396
|
+
* @return RunScheduledJobNowResponse
|
|
1397
|
+
* @throws OciError when an error occurs
|
|
1398
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/RunScheduledJobNow.ts.html |here} to see how to use RunScheduledJobNow API.
|
|
1399
|
+
*/
|
|
1400
|
+
runScheduledJobNow(runScheduledJobNowRequest: requests.RunScheduledJobNowRequest): Promise<responses.RunScheduledJobNowResponse>;
|
|
1401
|
+
/**
|
|
1402
|
+
* Updates the specified scheduled job's name, description, and other details, such as next execution and recurrence.
|
|
1403
|
+
*
|
|
1404
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1405
|
+
* @param UpdateScheduledJobRequest
|
|
1406
|
+
* @return UpdateScheduledJobResponse
|
|
1407
|
+
* @throws OciError when an error occurs
|
|
1408
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateScheduledJob.ts.html |here} to see how to use UpdateScheduledJob API.
|
|
1409
|
+
*/
|
|
1410
|
+
updateScheduledJob(updateScheduledJobRequest: requests.UpdateScheduledJobRequest): Promise<responses.UpdateScheduledJobResponse>;
|
|
1411
|
+
}
|
|
1412
|
+
export declare enum SoftwareSourceApiKeys {
|
|
1413
|
+
}
|
|
1414
|
+
/**
|
|
1415
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
1416
|
+
*/
|
|
1417
|
+
export declare class SoftwareSourceClient {
|
|
1418
|
+
protected static serviceEndpointTemplate: string;
|
|
1419
|
+
protected static endpointServiceName: string;
|
|
1420
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1421
|
+
protected "_endpoint": string;
|
|
1422
|
+
protected "_defaultHeaders": any;
|
|
1423
|
+
protected "_waiters": SoftwareSourceWaiter;
|
|
1424
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1425
|
+
protected _circuitBreaker: null;
|
|
1426
|
+
protected _httpOptions: any;
|
|
1427
|
+
targetService: string;
|
|
1428
|
+
protected _regionId: string;
|
|
1429
|
+
protected "_region": common.Region;
|
|
1430
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1431
|
+
protected _httpClient: common.HttpClient;
|
|
1432
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1433
|
+
/**
|
|
1434
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
1435
|
+
*/
|
|
1436
|
+
get endpoint(): string;
|
|
1437
|
+
/**
|
|
1438
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
1439
|
+
* @param endpoint The endpoint of the service.
|
|
1440
|
+
*/
|
|
1441
|
+
set endpoint(endpoint: string);
|
|
1442
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
1443
|
+
/**
|
|
1444
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1445
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1446
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1447
|
+
*/
|
|
1448
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1449
|
+
/**
|
|
1450
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1451
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
1452
|
+
* @param region The region of the service.
|
|
1453
|
+
*/
|
|
1454
|
+
set region(region: common.Region);
|
|
1455
|
+
/**
|
|
1456
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
1457
|
+
*
|
|
1458
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
1459
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
1460
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
1461
|
+
* @param regionId The public region ID.
|
|
1462
|
+
*/
|
|
1463
|
+
set regionId(regionId: string);
|
|
1464
|
+
/**
|
|
1465
|
+
* Creates a new SoftwareSourceWaiter for resources for this service.
|
|
1466
|
+
*
|
|
1467
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
1468
|
+
* @return The service waiters.
|
|
1469
|
+
*/
|
|
1470
|
+
createWaiters(config?: common.WaiterConfiguration): SoftwareSourceWaiter;
|
|
1471
|
+
/**
|
|
1472
|
+
* Gets the waiters available for resources for this service.
|
|
1473
|
+
*
|
|
1474
|
+
* @return The service waiters.
|
|
1475
|
+
*/
|
|
1476
|
+
getWaiters(): SoftwareSourceWaiter;
|
|
1477
|
+
/**
|
|
1478
|
+
* Updates the availability for a list of specified software sources.
|
|
1479
|
+
*
|
|
1480
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1481
|
+
* @param ChangeAvailabilityOfSoftwareSourcesRequest
|
|
1482
|
+
* @return ChangeAvailabilityOfSoftwareSourcesResponse
|
|
1483
|
+
* @throws OciError when an error occurs
|
|
1484
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ChangeAvailabilityOfSoftwareSources.ts.html |here} to see how to use ChangeAvailabilityOfSoftwareSources API.
|
|
1485
|
+
*/
|
|
1486
|
+
changeAvailabilityOfSoftwareSources(changeAvailabilityOfSoftwareSourcesRequest: requests.ChangeAvailabilityOfSoftwareSourcesRequest): Promise<responses.ChangeAvailabilityOfSoftwareSourcesResponse>;
|
|
1487
|
+
/**
|
|
1488
|
+
* Registers the necessary entitlement credentials for OS vendor software sources.
|
|
1489
|
+
*
|
|
1490
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1491
|
+
* @param CreateEntitlementRequest
|
|
1492
|
+
* @return CreateEntitlementResponse
|
|
1493
|
+
* @throws OciError when an error occurs
|
|
1494
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateEntitlement.ts.html |here} to see how to use CreateEntitlement API.
|
|
1495
|
+
*/
|
|
1496
|
+
createEntitlement(createEntitlementRequest: requests.CreateEntitlementRequest): Promise<responses.CreateEntitlementResponse>;
|
|
1497
|
+
/**
|
|
1498
|
+
* Creates a new versioned or custom software source.
|
|
1499
|
+
*
|
|
1500
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1501
|
+
* @param CreateSoftwareSourceRequest
|
|
1502
|
+
* @return CreateSoftwareSourceResponse
|
|
1503
|
+
* @throws OciError when an error occurs
|
|
1504
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/CreateSoftwareSource.ts.html |here} to see how to use CreateSoftwareSource API.
|
|
1505
|
+
*/
|
|
1506
|
+
createSoftwareSource(createSoftwareSourceRequest: requests.CreateSoftwareSourceRequest): Promise<responses.CreateSoftwareSourceResponse>;
|
|
1507
|
+
/**
|
|
1508
|
+
* Deletes the specified software source.
|
|
1509
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1510
|
+
* @param DeleteSoftwareSourceRequest
|
|
1511
|
+
* @return DeleteSoftwareSourceResponse
|
|
1512
|
+
* @throws OciError when an error occurs
|
|
1513
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/DeleteSoftwareSource.ts.html |here} to see how to use DeleteSoftwareSource API.
|
|
1514
|
+
*/
|
|
1515
|
+
deleteSoftwareSource(deleteSoftwareSourceRequest: requests.DeleteSoftwareSourceRequest): Promise<responses.DeleteSoftwareSourceResponse>;
|
|
1516
|
+
/**
|
|
1517
|
+
* Gets information about the specified erratum by its advisory name.
|
|
1518
|
+
*
|
|
1519
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1520
|
+
* @param GetErratumRequest
|
|
1521
|
+
* @return GetErratumResponse
|
|
1522
|
+
* @throws OciError when an error occurs
|
|
1523
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetErratum.ts.html |here} to see how to use GetErratum API.
|
|
1524
|
+
*/
|
|
1525
|
+
getErratum(getErratumRequest: requests.GetErratumRequest): Promise<responses.GetErratumResponse>;
|
|
1526
|
+
/**
|
|
1527
|
+
* Gets information about the specified module stream in a software source.
|
|
1528
|
+
*
|
|
1529
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1530
|
+
* @param GetModuleStreamRequest
|
|
1531
|
+
* @return GetModuleStreamResponse
|
|
1532
|
+
* @throws OciError when an error occurs
|
|
1533
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetModuleStream.ts.html |here} to see how to use GetModuleStream API.
|
|
1534
|
+
*/
|
|
1535
|
+
getModuleStream(getModuleStreamRequest: requests.GetModuleStreamRequest): Promise<responses.GetModuleStreamResponse>;
|
|
1536
|
+
/**
|
|
1537
|
+
* Gets information about the specified module stream profile in a software source.
|
|
1538
|
+
*
|
|
1539
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1540
|
+
* @param GetModuleStreamProfileRequest
|
|
1541
|
+
* @return GetModuleStreamProfileResponse
|
|
1542
|
+
* @throws OciError when an error occurs
|
|
1543
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetModuleStreamProfile.ts.html |here} to see how to use GetModuleStreamProfile API.
|
|
1544
|
+
*/
|
|
1545
|
+
getModuleStreamProfile(getModuleStreamProfileRequest: requests.GetModuleStreamProfileRequest): Promise<responses.GetModuleStreamProfileResponse>;
|
|
1546
|
+
/**
|
|
1547
|
+
* Gets information about the specified package group from a software source.
|
|
1548
|
+
*
|
|
1549
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1550
|
+
* @param GetPackageGroupRequest
|
|
1551
|
+
* @return GetPackageGroupResponse
|
|
1552
|
+
* @throws OciError when an error occurs
|
|
1553
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetPackageGroup.ts.html |here} to see how to use GetPackageGroup API.
|
|
1554
|
+
*/
|
|
1555
|
+
getPackageGroup(getPackageGroupRequest: requests.GetPackageGroupRequest): Promise<responses.GetPackageGroupResponse>;
|
|
1556
|
+
/**
|
|
1557
|
+
* Gets information about the specified software package.
|
|
1558
|
+
*
|
|
1559
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1560
|
+
* @param GetSoftwarePackageRequest
|
|
1561
|
+
* @return GetSoftwarePackageResponse
|
|
1562
|
+
* @throws OciError when an error occurs
|
|
1563
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetSoftwarePackage.ts.html |here} to see how to use GetSoftwarePackage API.
|
|
1564
|
+
*/
|
|
1565
|
+
getSoftwarePackage(getSoftwarePackageRequest: requests.GetSoftwarePackageRequest): Promise<responses.GetSoftwarePackageResponse>;
|
|
1566
|
+
/**
|
|
1567
|
+
* Gets information about the specified software source.
|
|
1568
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1569
|
+
* @param GetSoftwareSourceRequest
|
|
1570
|
+
* @return GetSoftwareSourceResponse
|
|
1571
|
+
* @throws OciError when an error occurs
|
|
1572
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetSoftwareSource.ts.html |here} to see how to use GetSoftwareSource API.
|
|
1573
|
+
*/
|
|
1574
|
+
getSoftwareSource(getSoftwareSourceRequest: requests.GetSoftwareSourceRequest): Promise<responses.GetSoftwareSourceResponse>;
|
|
1575
|
+
/**
|
|
1576
|
+
* Lists entitlements in the specified tenancy OCID. Filter the list against a variety of criteria including but
|
|
1577
|
+
* not limited to its CSI, and vendor name.
|
|
1578
|
+
*
|
|
1579
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1580
|
+
* @param ListEntitlementsRequest
|
|
1581
|
+
* @return ListEntitlementsResponse
|
|
1582
|
+
* @throws OciError when an error occurs
|
|
1583
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListEntitlements.ts.html |here} to see how to use ListEntitlements API.
|
|
1584
|
+
*/
|
|
1585
|
+
listEntitlements(listEntitlementsRequest: requests.ListEntitlementsRequest): Promise<responses.ListEntitlementsResponse>;
|
|
1586
|
+
/**
|
|
1587
|
+
* Lists all of the currently available errata. Filter the list against a variety of criteria including but not
|
|
1588
|
+
* limited to its name, classification type, advisory severity, and OS family.
|
|
1589
|
+
*
|
|
1590
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1591
|
+
* @param ListErrataRequest
|
|
1592
|
+
* @return ListErrataResponse
|
|
1593
|
+
* @throws OciError when an error occurs
|
|
1594
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListErrata.ts.html |here} to see how to use ListErrata API.
|
|
1595
|
+
*/
|
|
1596
|
+
listErrata(listErrataRequest: requests.ListErrataRequest): Promise<responses.ListErrataResponse>;
|
|
1597
|
+
/**
|
|
1598
|
+
* Lists module stream profiles from the specified software source OCID. Filter the list against a variety of
|
|
1599
|
+
* criteria including but not limited to its module name, stream name, and (profile) name.
|
|
1600
|
+
*
|
|
1601
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1602
|
+
* @param ListModuleStreamProfilesRequest
|
|
1603
|
+
* @return ListModuleStreamProfilesResponse
|
|
1604
|
+
* @throws OciError when an error occurs
|
|
1605
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListModuleStreamProfiles.ts.html |here} to see how to use ListModuleStreamProfiles API.
|
|
1606
|
+
*/
|
|
1607
|
+
listModuleStreamProfiles(listModuleStreamProfilesRequest: requests.ListModuleStreamProfilesRequest): Promise<responses.ListModuleStreamProfilesResponse>;
|
|
1608
|
+
/**
|
|
1609
|
+
* Lists module streams from the specified software source OCID. Filter the list against a variety of
|
|
1610
|
+
* criteria including but not limited to its module name and (stream) name.
|
|
1611
|
+
*
|
|
1612
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1613
|
+
* @param ListModuleStreamsRequest
|
|
1614
|
+
* @return ListModuleStreamsResponse
|
|
1615
|
+
* @throws OciError when an error occurs
|
|
1616
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListModuleStreams.ts.html |here} to see how to use ListModuleStreams API.
|
|
1617
|
+
*/
|
|
1618
|
+
listModuleStreams(listModuleStreamsRequest: requests.ListModuleStreamsRequest): Promise<responses.ListModuleStreamsResponse>;
|
|
1619
|
+
/**
|
|
1620
|
+
* Lists package groups that associate with the specified software source OCID. Filter the list against a
|
|
1621
|
+
* variety of criteria including but not limited to its name, and package group type.
|
|
1622
|
+
*
|
|
1623
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1624
|
+
* @param ListPackageGroupsRequest
|
|
1625
|
+
* @return ListPackageGroupsResponse
|
|
1626
|
+
* @throws OciError when an error occurs
|
|
1627
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListPackageGroups.ts.html |here} to see how to use ListPackageGroups API.
|
|
1628
|
+
*/
|
|
1629
|
+
listPackageGroups(listPackageGroupsRequest: requests.ListPackageGroupsRequest): Promise<responses.ListPackageGroupsResponse>;
|
|
1630
|
+
/**
|
|
1631
|
+
* Lists software packages in the specified software source. Filter the list against a variety of criteria
|
|
1632
|
+
* including but not limited to its name.
|
|
1633
|
+
*
|
|
1634
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1635
|
+
* @param ListSoftwarePackagesRequest
|
|
1636
|
+
* @return ListSoftwarePackagesResponse
|
|
1637
|
+
* @throws OciError when an error occurs
|
|
1638
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListSoftwarePackages.ts.html |here} to see how to use ListSoftwarePackages API.
|
|
1639
|
+
*/
|
|
1640
|
+
listSoftwarePackages(listSoftwarePackagesRequest: requests.ListSoftwarePackagesRequest): Promise<responses.ListSoftwarePackagesResponse>;
|
|
1641
|
+
/**
|
|
1642
|
+
* Lists available software source vendors. Filter the list against a variety of criteria including but not limited
|
|
1643
|
+
* to its name.
|
|
1644
|
+
*
|
|
1645
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1646
|
+
* @param ListSoftwareSourceVendorsRequest
|
|
1647
|
+
* @return ListSoftwareSourceVendorsResponse
|
|
1648
|
+
* @throws OciError when an error occurs
|
|
1649
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListSoftwareSourceVendors.ts.html |here} to see how to use ListSoftwareSourceVendors API.
|
|
1650
|
+
*/
|
|
1651
|
+
listSoftwareSourceVendors(listSoftwareSourceVendorsRequest: requests.ListSoftwareSourceVendorsRequest): Promise<responses.ListSoftwareSourceVendorsResponse>;
|
|
1652
|
+
/**
|
|
1653
|
+
* Lists software sources that match the specified tenancy or software source OCID. Filter the list against a
|
|
1654
|
+
* variety of criteria including but not limited to its name, status, architecture, and OS family.
|
|
1655
|
+
*
|
|
1656
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1657
|
+
* @param ListSoftwareSourcesRequest
|
|
1658
|
+
* @return ListSoftwareSourcesResponse
|
|
1659
|
+
* @throws OciError when an error occurs
|
|
1660
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListSoftwareSources.ts.html |here} to see how to use ListSoftwareSources API.
|
|
1661
|
+
*/
|
|
1662
|
+
listSoftwareSources(listSoftwareSourcesRequest: requests.ListSoftwareSourcesRequest): Promise<responses.ListSoftwareSourcesResponse>;
|
|
1663
|
+
/**
|
|
1664
|
+
* Lists modules from a list of software sources. Filter the list against a variety of
|
|
1665
|
+
* criteria including the module name.
|
|
1666
|
+
*
|
|
1667
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1668
|
+
* @param SearchSoftwareSourceModuleStreamsRequest
|
|
1669
|
+
* @return SearchSoftwareSourceModuleStreamsResponse
|
|
1670
|
+
* @throws OciError when an error occurs
|
|
1671
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SearchSoftwareSourceModuleStreams.ts.html |here} to see how to use SearchSoftwareSourceModuleStreams API.
|
|
1672
|
+
*/
|
|
1673
|
+
searchSoftwareSourceModuleStreams(searchSoftwareSourceModuleStreamsRequest: requests.SearchSoftwareSourceModuleStreamsRequest): Promise<responses.SearchSoftwareSourceModuleStreamsResponse>;
|
|
1674
|
+
/**
|
|
1675
|
+
* Lists modules from a list of software sources. Filter the list against a variety of
|
|
1676
|
+
* criteria including the (module) name.
|
|
1677
|
+
*
|
|
1678
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1679
|
+
* @param SearchSoftwareSourceModulesRequest
|
|
1680
|
+
* @return SearchSoftwareSourceModulesResponse
|
|
1681
|
+
* @throws OciError when an error occurs
|
|
1682
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SearchSoftwareSourceModules.ts.html |here} to see how to use SearchSoftwareSourceModules API.
|
|
1683
|
+
*/
|
|
1684
|
+
searchSoftwareSourceModules(searchSoftwareSourceModulesRequest: requests.SearchSoftwareSourceModulesRequest): Promise<responses.SearchSoftwareSourceModulesResponse>;
|
|
1685
|
+
/**
|
|
1686
|
+
* Searches the package groups from the specified list of software sources. Filter the list against a variety of criteria
|
|
1687
|
+
* including but not limited to its name, and group type.
|
|
1688
|
+
*
|
|
1689
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1690
|
+
* @param SearchSoftwareSourcePackageGroupsRequest
|
|
1691
|
+
* @return SearchSoftwareSourcePackageGroupsResponse
|
|
1692
|
+
* @throws OciError when an error occurs
|
|
1693
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/SearchSoftwareSourcePackageGroups.ts.html |here} to see how to use SearchSoftwareSourcePackageGroups API.
|
|
1694
|
+
*/
|
|
1695
|
+
searchSoftwareSourcePackageGroups(searchSoftwareSourcePackageGroupsRequest: requests.SearchSoftwareSourcePackageGroupsRequest): Promise<responses.SearchSoftwareSourcePackageGroupsResponse>;
|
|
1696
|
+
/**
|
|
1697
|
+
* Updates the specified software source's details, including but not limited to name, description, and tags.
|
|
1698
|
+
*
|
|
1699
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1700
|
+
* @param UpdateSoftwareSourceRequest
|
|
1701
|
+
* @return UpdateSoftwareSourceResponse
|
|
1702
|
+
* @throws OciError when an error occurs
|
|
1703
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/UpdateSoftwareSource.ts.html |here} to see how to use UpdateSoftwareSource API.
|
|
1704
|
+
*/
|
|
1705
|
+
updateSoftwareSource(updateSoftwareSourceRequest: requests.UpdateSoftwareSourceRequest): Promise<responses.UpdateSoftwareSourceResponse>;
|
|
1706
|
+
}
|
|
1707
|
+
export declare enum WorkRequestApiKeys {
|
|
1708
|
+
}
|
|
1709
|
+
/**
|
|
1710
|
+
* This service client uses {@link common.CircuitBreaker.DefaultConfiguration} for all the operations by default if no circuit breaker configuration is defined by the user.
|
|
1711
|
+
*/
|
|
1712
|
+
export declare class WorkRequestClient {
|
|
1713
|
+
protected static serviceEndpointTemplate: string;
|
|
1714
|
+
protected static endpointServiceName: string;
|
|
1715
|
+
protected "_realmSpecificEndpointTemplateEnabled": boolean;
|
|
1716
|
+
protected "_endpoint": string;
|
|
1717
|
+
protected "_defaultHeaders": any;
|
|
1718
|
+
protected "_waiters": WorkRequestWaiter;
|
|
1719
|
+
protected "_clientConfiguration": common.ClientConfiguration;
|
|
1720
|
+
protected _circuitBreaker: null;
|
|
1721
|
+
protected _httpOptions: any;
|
|
1722
|
+
targetService: string;
|
|
1723
|
+
protected _regionId: string;
|
|
1724
|
+
protected "_region": common.Region;
|
|
1725
|
+
protected _lastSetRegionOrRegionId: string;
|
|
1726
|
+
protected _httpClient: common.HttpClient;
|
|
1727
|
+
constructor(params: common.AuthParams, clientConfiguration?: common.ClientConfiguration);
|
|
1728
|
+
/**
|
|
1729
|
+
* Get the endpoint that is being used to call (ex, https://www.example.com).
|
|
1730
|
+
*/
|
|
1731
|
+
get endpoint(): string;
|
|
1732
|
+
/**
|
|
1733
|
+
* Sets the endpoint to call (ex, https://www.example.com).
|
|
1734
|
+
* @param endpoint The endpoint of the service.
|
|
1735
|
+
*/
|
|
1736
|
+
set endpoint(endpoint: string);
|
|
1737
|
+
get logger(): import("oci-common/lib/log").Logger;
|
|
1738
|
+
/**
|
|
1739
|
+
* Determines whether realm specific endpoint should be used or not.
|
|
1740
|
+
* Set realmSpecificEndpointTemplateEnabled to "true" if the user wants to enable use of realm specific endpoint template, otherwise set it to "false"
|
|
1741
|
+
* @param realmSpecificEndpointTemplateEnabled flag to enable the use of realm specific endpoint template
|
|
1742
|
+
*/
|
|
1743
|
+
set useRealmSpecificEndpointTemplate(realmSpecificEndpointTemplateEnabled: boolean);
|
|
1744
|
+
/**
|
|
1745
|
+
* Sets the region to call (ex, Region.US_PHOENIX_1).
|
|
1746
|
+
* Note, this will call {@link #endpoint(String) endpoint} after resolving the endpoint.
|
|
1747
|
+
* @param region The region of the service.
|
|
1748
|
+
*/
|
|
1749
|
+
set region(region: common.Region);
|
|
1750
|
+
/**
|
|
1751
|
+
* Sets the regionId to call (ex, 'us-phoenix-1').
|
|
1752
|
+
*
|
|
1753
|
+
* Note, this will first try to map the region ID to a known Region and call {@link #region(Region) region}.
|
|
1754
|
+
* If no known Region could be determined, it will create an endpoint assuming its in default Realm OC1
|
|
1755
|
+
* and then call {@link #endpoint(String) endpoint}.
|
|
1756
|
+
* @param regionId The public region ID.
|
|
1757
|
+
*/
|
|
1758
|
+
set regionId(regionId: string);
|
|
1759
|
+
/**
|
|
1760
|
+
* Creates a new WorkRequestWaiter for resources for this service.
|
|
1761
|
+
*
|
|
1762
|
+
* @param config The waiter configuration for termination and delay strategy
|
|
1763
|
+
* @return The service waiters.
|
|
1764
|
+
*/
|
|
1765
|
+
createWaiters(config?: common.WaiterConfiguration): WorkRequestWaiter;
|
|
1766
|
+
/**
|
|
1767
|
+
* Gets the waiters available for resources for this service.
|
|
1768
|
+
*
|
|
1769
|
+
* @return The service waiters.
|
|
1770
|
+
*/
|
|
1771
|
+
getWaiters(): WorkRequestWaiter;
|
|
1772
|
+
/**
|
|
1773
|
+
* Gets information about the specified work request.
|
|
1774
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1775
|
+
* @param GetWorkRequestRequest
|
|
1776
|
+
* @return GetWorkRequestResponse
|
|
1777
|
+
* @throws OciError when an error occurs
|
|
1778
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/GetWorkRequest.ts.html |here} to see how to use GetWorkRequest API.
|
|
1779
|
+
*/
|
|
1780
|
+
getWorkRequest(getWorkRequestRequest: requests.GetWorkRequestRequest): Promise<responses.GetWorkRequestResponse>;
|
|
1781
|
+
/**
|
|
1782
|
+
* Gets the errors for the specified work request.
|
|
1783
|
+
*
|
|
1784
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1785
|
+
* @param ListWorkRequestErrorsRequest
|
|
1786
|
+
* @return ListWorkRequestErrorsResponse
|
|
1787
|
+
* @throws OciError when an error occurs
|
|
1788
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListWorkRequestErrors.ts.html |here} to see how to use ListWorkRequestErrors API.
|
|
1789
|
+
*/
|
|
1790
|
+
listWorkRequestErrors(listWorkRequestErrorsRequest: requests.ListWorkRequestErrorsRequest): Promise<responses.ListWorkRequestErrorsResponse>;
|
|
1791
|
+
/**
|
|
1792
|
+
* Gets the logs for the specified work request.
|
|
1793
|
+
*
|
|
1794
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1795
|
+
* @param ListWorkRequestLogsRequest
|
|
1796
|
+
* @return ListWorkRequestLogsResponse
|
|
1797
|
+
* @throws OciError when an error occurs
|
|
1798
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListWorkRequestLogs.ts.html |here} to see how to use ListWorkRequestLogs API.
|
|
1799
|
+
*/
|
|
1800
|
+
listWorkRequestLogs(listWorkRequestLogsRequest: requests.ListWorkRequestLogsRequest): Promise<responses.ListWorkRequestLogsResponse>;
|
|
1801
|
+
/**
|
|
1802
|
+
* Lists work requests that match the specified compartment or work request OCID. Filter the list against
|
|
1803
|
+
* a variety of criteria including but not limited to its name, status, and operation type.
|
|
1804
|
+
*
|
|
1805
|
+
* This operation uses {@link common.OciSdkDefaultRetryConfiguration} by default if no retry configuration is defined by the user.
|
|
1806
|
+
* @param ListWorkRequestsRequest
|
|
1807
|
+
* @return ListWorkRequestsResponse
|
|
1808
|
+
* @throws OciError when an error occurs
|
|
1809
|
+
* @example Click {@link https://docs.cloud.oracle.com/en-us/iaas/tools/typescript-sdk-examples/2.63.0/osmanagementhub/ListWorkRequests.ts.html |here} to see how to use ListWorkRequests API.
|
|
1810
|
+
*/
|
|
1811
|
+
listWorkRequests(listWorkRequestsRequest: requests.ListWorkRequestsRequest): Promise<responses.ListWorkRequestsResponse>;
|
|
1812
|
+
}
|