import * as Layer from "effect/Layer"; import { Connect } from "./Connect.ts"; /** * SDK-backed implementation of {@link Connect}. Deploy half attaches the * `redshift-serverless:GetCredentials` policy on the workgroup ARN and * publishes `REDSHIFT_SERVERLESS_{LOGICAL_ID}_{HOST,PORT}` on the host * Function; runtime half mints temporary credentials via * `redshift-serverless:GetCredentials` and formats a pgwire connection URL. */ export declare const ConnectHttp: Layer.Layer; //# sourceMappingURL=ConnectHttp.d.ts.map