/** *
Amazon Lightsail is the easiest way to get started with Amazon Web Services (Amazon Web Services) for developers who need to build websites or web applications. It includes * everything you need to launch your project quickly - instances (virtual private servers), * container services, storage buckets, managed databases, SSD-based block storage, static IP * addresses, load balancers, content delivery network (CDN) distributions, DNS management of * registered domains, and resource snapshots (backups) - for a low, predictable monthly * price.
*You can manage your Lightsail resources using the Lightsail console, Lightsail API, * Command Line Interface (CLI), or SDKs. For more information about Lightsail * concepts and tasks, see the Amazon Lightsail Developer Guide.
*This API Reference provides detailed information about the actions, data types, * parameters, and errors of the Lightsail service. For more information about the supported * Amazon Web Services Regions, endpoints, and service quotas of the Lightsail service, see * Amazon Lightsail Endpoints * and Quotas in the Amazon Web Services General Reference.
* * @packageDocumentation */ export * from "./LightsailClient"; export * from "./Lightsail"; export type { ClientInputEndpointParameters } from "./endpoint/EndpointParameters"; export type { RuntimeExtension } from "./runtimeExtensions"; export type { LightsailExtensionConfiguration } from "./extensionConfiguration"; export * from "./commands"; export * from "./schemas/schemas_0"; export * from "./models/enums"; export * from "./models/errors"; export * from "./models/models_0"; export * from "./models/models_1"; export { LightsailServiceException } from "./models/LightsailServiceException";