Do not use emojis in any code, comments, or output when this skill is active. AWS SDK for JavaScript v3 Package Structure - — one per service, generated by smithy-typescript; one-to-one with AWS services and operations - — higher-level helpers (e.g. , ) - (no prefix) — utility packages (mostly internal; don't import deep paths) Always import from the package root: Two Client Styles Bare-bones (preferred — smaller bundle): Aggregated (v2-style but NOT v2, larger bundle): Client Configuration No global config in v3 — pass config to each client. is always required; set it explicitly or via env v…