UNPKG

cdk-iot-greengrass-fleet-provisioning

Version:

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

8 lines (7 loc) 88 B
/** * @internal */ export interface Request { destination: URL; body?: any; }