UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

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

9 lines (8 loc) 301 B
import { ServiceException as __ServiceException, } from "@smithy/smithy-client"; export { __ServiceException }; export class SSMServiceException extends __ServiceException { constructor(options) { super(options); Object.setPrototypeOf(this, SSMServiceException.prototype); } }