import * as Credentials from "@distilled.cloud/aws/Credentials"; import * as Region from "@distilled.cloud/aws/Region"; import * as Layer from "effect/Layer"; import { GraphQL } from "./GraphQL.ts"; /** * HTTP implementation of the {@link GraphQL} binding. The AppSync data * plane has no SDK operation — each request is a SigV4-signed POST * (service `"appsync"`) to the API's `graphqlUrl`, made with the host * Function's own credentials. Grants `appsync:GraphQL` on every field of * the bound API (`{apiArn}/types/*/fields/*`). */ export declare const GraphQLHttp: Layer.Layer; //# sourceMappingURL=GraphQLHttp.d.ts.map