# API Reference Public imports from `dxaws_website`: - `WebsiteManager` - `ApplyOptions` - `ExecuteOptions` - `WebsiteDesired` - `WebsiteCurrent` - `WebsitePlan` - `WebsiteOutputs` - `WebsiteResult` ## Import example ```python from dxaws_website import ( ApplyOptions, ExecuteOptions, WebsiteCurrent, WebsiteDesired, WebsiteManager, WebsiteOutputs, WebsitePlan, WebsiteResult, ) ``` ## Primary runtime entrypoint - `WebsiteManager.execute(desired, options=...) -> WebsiteResult` `WebsiteResult` includes: - `desired` - `current` - `plan` - `outputs` (or `None` for `wait`/`noop`) - `outcome` ## Legacy APIs This package does not expose: - `Module` facade - top-level `planner` API - top-level `executor` API ```{toctree} :maxdepth: 2 api/modules