UNPKG

cdk-encrypted-secret

Version:

CDK Construct that creates an AWS Secret Manager Secret and sets the value from an encrypted Ciphertext.

11 lines (10 loc) 443 B
import { EndpointParameters, SerializeMiddleware } from "@smithy/types"; import { EndpointResolvedConfig } from "./resolveEndpointConfig"; import { EndpointParameterInstructions } from "./types"; /** * @internal */ export declare const endpointMiddleware: <T extends EndpointParameters>({ config, instructions, }: { config: EndpointResolvedConfig<T>; instructions: EndpointParameterInstructions; }) => SerializeMiddleware<any, any>;