File: doc.go

package info (click to toggle)
golang-github-aws-aws-sdk-go-v2 1.30.3-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 662,428 kB
  • sloc: java: 16,875; makefile: 432; sh: 175
file content (20 lines) | stat: -rw-r--r-- 758 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
// 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] in the Amazon Aurora User Guide.
//
// [Using RDS Data API]: https://docs.aws.amazon.com/AmazonRDS/latest/AuroraUserGuide/data-api.html
package rdsdata