UNPKG

@adpt/cloud

Version:
11 lines 319 B
/** * AWS library for Adapt. * @beta */ export * from "./CFResource"; export * from "./credentials"; export { CFStack, CFStackProps, CFStackStatus, } from "./CFStack"; export * from "./EC2Instance"; export * from "./EIPAssociation"; export { createAwsPlugin } from "./aws_plugin"; //# sourceMappingURL=index.d.ts.map