1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package lightsail provides the API client, operations, and parameter types for
// Amazon Lightsail.
//
// 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.
//
// [Amazon Lightsail Endpoints and Quotas]: https://docs.aws.amazon.com/general/latest/gr/lightsail.html
// [Amazon Lightsail Developer Guide]: https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli
package lightsail
|