1 2 3 4 5 6 7 8 9 10 11 12 13 14
|
// Code generated by smithy-go-codegen DO NOT EDIT.
// Package rdsdata provides the API client, operations, and parameter types for
// AWS RDS DataService.
//
// RDS Data API Amazon RDS provides an HTTP endpoint to run SQL statements on an
// Amazon Aurora DB cluster. To run these statements, you use the RDS Data API
// (Data API). Data API is available with the following types of Aurora databases:
// - Aurora PostgreSQL - Serverless v2, Serverless v1, and provisioned
// - Aurora MySQL - Serverless v1 only
//
// For more information about the Data API, see Using RDS Data API (https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html)
// in the Amazon Aurora User Guide.
package rdsdata
|