UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

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

13 lines (12 loc) 314 B
import type { DefaultsMode } from "@smithy/smithy-client"; import type { Provider } from "@smithy/types"; /** * @internal */ export declare const DEFAULTS_MODE_OPTIONS: string[]; /** * @internal */ export interface ResolveDefaultsModeConfigOptions { defaultsMode?: DefaultsMode | Provider<DefaultsMode>; }