1// Code generated by private/model/cli/gen-api/main.go. DO NOT EDIT.
2
3// Package rds provides the client and types for making API
4// requests to Amazon Relational Database Service.
5//
6//
7// Amazon Relational Database Service (Amazon RDS) is a web service that makes
8// it easier to set up, operate, and scale a relational database in the cloud.
9// It provides cost-efficient, resizeable capacity for an industry-standard
10// relational database and manages common database administration tasks, freeing
11// up developers to focus on what makes their applications and businesses unique.
12//
13// Amazon RDS gives you access to the capabilities of a MySQL, MariaDB, PostgreSQL,
14// Microsoft SQL Server, Oracle, or Amazon Aurora database server. These capabilities
15// mean that the code, applications, and tools you already use today with your
16// existing databases work with Amazon RDS without modification. Amazon RDS
17// automatically backs up your database and maintains the database software
18// that powers your DB instance. Amazon RDS is flexible: you can scale your
19// DB instance's compute resources and storage capacity to meet your application's
20// demand. As with all Amazon Web Services, there are no up-front investments,
21// and you pay only for the resources you use.
22//
23// This interface reference for Amazon RDS contains documentation for a programming
24// or command line interface you can use to manage Amazon RDS. Amazon RDS is
25// asynchronous, which means that some interfaces might require techniques such
26// as polling or callback functions to determine when a command has been applied.
27// In this reference, the parameter descriptions indicate whether a command
28// is applied immediately, on the next instance reboot, or during the maintenance
29// window. The reference structure is as follows, and we list following some
30// related topics from the user guide.
31//
32// Amazon RDS API Reference
33//
34//    * For the alphabetical list of API actions, see API Actions (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Operations.html).
35//
36//    * For the alphabetical list of data types, see Data Types (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/API_Types.html).
37//
38//    * For a list of common query parameters, see Common Parameters (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonParameters.html).
39//
40//    * For descriptions of the error codes, see Common Errors (https://docs.aws.amazon.com/AmazonRDS/latest/APIReference/CommonErrors.html).
41//
42// Amazon RDS User Guide
43//
44//    * For a summary of the Amazon RDS interfaces, see Available RDS Interfaces
45//    (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Welcome.html#Welcome.Interfaces).
46//
47//    * For more information about how to use the Query API, see Using the Query
48//    API (https://docs.aws.amazon.com/AmazonRDS/latest/UserGuide/Using_the_Query_API.html).
49//
50// See https://docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31 for more information on this service.
51//
52// See rds package documentation for more information.
53// https://docs.aws.amazon.com/sdk-for-go/api/service/rds/
54//
55// Using the Client
56//
57// To contact Amazon Relational Database Service with the SDK use the New function to create
58// a new service client. With that client you can make API requests to the service.
59// These clients are safe to use concurrently.
60//
61// See the SDK's documentation for more information on how to use the SDK.
62// https://docs.aws.amazon.com/sdk-for-go/api/
63//
64// See aws.Config documentation for more information on configuring SDK clients.
65// https://docs.aws.amazon.com/sdk-for-go/api/aws/#Config
66//
67// See the Amazon Relational Database Service client RDS for more
68// information on creating client for this service.
69// https://docs.aws.amazon.com/sdk-for-go/api/service/rds/#New
70package rds
71