### Self-service - [ ] I'd be willing to implement this feature ### Problem ```js import AWS from "aws-sdk"; const handler = new AWS.NodeHttpClient(); ``` ### Solution ```js import { NodeHttpHandler } from "@smithy/node-http-handler"; const handler = new NodeHttpHandler(); ``` ### Alternatives N/A ### Additional context _No response_