UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

CDK Construct for AWS IoT Greengrass Fleet Provisioning (with AWS IoT Certificates)

12 lines (11 loc) 571 B
import type { EndpointParameters, Pluggable, RelativeMiddlewareOptions, SerializeHandlerOptions } from "@smithy/types"; import type { EndpointResolvedConfig } from "./resolveEndpointConfig"; import type { EndpointParameterInstructions } from "./types"; /** * @internal */ export declare const endpointMiddlewareOptions: SerializeHandlerOptions & RelativeMiddlewareOptions; /** * @internal */ export declare const getEndpointPlugin: <T extends EndpointParameters>(config: EndpointResolvedConfig<T>, instructions: EndpointParameterInstructions) => Pluggable<any, any>;