/** * Cloud9 *

Cloud9 is a collection of tools that you can use to code, build, run, test, debug, and * release software in the cloud.

*

For more information about Cloud9, see the Cloud9 User Guide.

* *

Cloud9 is no longer available to new customers. Existing customers of * Cloud9 can continue to use the service as normal. * Learn more" *

*
*

Cloud9 supports these operations:

* * * @packageDocumentation */ export * from "./Cloud9Client"; export * from "./Cloud9"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { Cloud9ExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export { Command as $Command } from "@smithy/core/client"; export * from "./pagination"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export { Cloud9ServiceException } from "./models/Cloud9ServiceException";