cdk-iot-greengrass-fleet-provisioning
Version:
CDK Construct for AWS IoT Greengrass Fleet Provisioning (with AWS IoT Certificates)
6 lines (5 loc) • 460 B
TypeScript
import { BuildMiddleware, Pluggable, RelativeMiddlewareOptions } from "@smithy/types";
import { BucketEndpointResolvedConfig } from "./configurations";
export declare const bucketEndpointMiddleware: (options: BucketEndpointResolvedConfig) => BuildMiddleware<any, any>;
export declare const bucketEndpointMiddlewareOptions: RelativeMiddlewareOptions;
export declare const getBucketEndpointPlugin: (options: BucketEndpointResolvedConfig) => Pluggable<any, any>;