UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

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

18 lines (17 loc) 646 B
import { BuildMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types"; import { BucketEndpointResolvedConfig } from "./configurations"; /** * @deprecated unused as of EndpointsV2. * @internal */ export declare const bucketEndpointMiddleware: (options: BucketEndpointResolvedConfig) => BuildMiddleware<any, any>; /** * @deprecated unused as of EndpointsV2. * @internal */ export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions; /** * @deprecated unused as of EndpointsV2. * @internal */ export declare const getBucketEndpointPlugin: (options: BucketEndpointResolvedConfig) => Pluggable<any, any>;