/** * @distilled.cloud/mongodb-atlas — MongoDB Atlas Admin API v2 SDK for Effect. * * `./services` is generated by `scripts/generate.ts` from the Smithy model * in `.generated-specs` (written by `scripts/convert.ts` from the OpenAPI * spec). Everything else in this folder is hand-written. * * @example * ```ts * import * as MongodbAtlas from "@distilled.cloud/mongodb-atlas"; * * const projects = yield* MongodbAtlas.Services.atlas.listGroups({}); * ``` */ export * from "./credentials.ts"; export * from "./errors.ts"; export * as T from "./traits.ts"; export { MongodbAtlasProtocol, type MongodbAtlasOpError, type MongodbAtlasOpContext, } from "./protocol.ts"; export * as Retry from "./retry.ts"; export * as Services from "./services/index.ts";