github.com/aavshr/aws-sdk-go@v1.41.3/service/lightsail/doc.go (about) 1 // Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT. 2 3 // Package lightsail provides the client and types for making API 4 // requests to Amazon Lightsail. 5 // 6 // Amazon Lightsail is the easiest way to get started with Amazon Web Services 7 // (AWS) for developers who need to build websites or web applications. It includes 8 // everything you need to launch your project quickly - instances (virtual private 9 // servers), container services, storage buckets, managed databases, SSD-based 10 // block storage, static IP addresses, load balancers, content delivery network 11 // (CDN) distributions, DNS management of registered domains, and resource snapshots 12 // (backups) - for a low, predictable monthly price. 13 // 14 // You can manage your Lightsail resources using the Lightsail console, Lightsail 15 // API, AWS Command Line Interface (AWS CLI), or SDKs. For more information 16 // about Lightsail concepts and tasks, see the Amazon Lightsail Developer Guide 17 // (https://lightsail.aws.amazon.com/ls/docs/en_us/articles/lightsail-how-to-set-up-access-keys-to-use-sdk-api-cli). 18 // 19 // This API Reference provides detailed information about the actions, data 20 // types, parameters, and errors of the Lightsail service. For more information 21 // about the supported AWS Regions, endpoints, and service quotas of the Lightsail 22 // service, see Amazon Lightsail Endpoints and Quotas (https://docs.aws.amazon.com/general/latest/gr/lightsail.html) 23 // in the AWS General Reference. 24 // 25 // See https://docs.aws.amazon.com/goto/WebAPI/lightsail-2016-11-28 for more information on this service. 26 // 27 // See lightsail package documentation for more information. 28 // https://docs.aws.amazon.com/sdk-for-go/api/service/lightsail/ 29 // 30 // Using the Client 31 // 32 // To contact Amazon Lightsail with the SDK use the New function to create 33 // a new service client. With that client you can make API requests to the service. 34 // These clients are safe to use concurrently. 35 // 36 // See the SDK's documentation for more information on how to use the SDK. 37 // https://docs.aws.amazon.com/sdk-for-go/api/ 38 // 39 // See aws.Config documentation for more information on configuring SDK clients. 40 // https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config 41 // 42 // See the Amazon Lightsail client Lightsail for more 43 // information on creating client for this service. 44 // https://docs.aws.amazon.com/sdk-for-go/api/service/lightsail/#New 45 package lightsail