amazonaws.com

Amazon RDS Data Service Amazon RDS provides an HTTP endpoint to run SQL statements on an Amazon Aurora Serverless v1 DB cluster. To run these statements, you work with the Data Service API. The Data Service API isn't supported on Amazon Aurora Serverless v2 D

🔑 oauth2 6 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (4 total)

# Maven: see https://github.com/kwawk8/aws-sdk-android-aws-android-sdk-cloudwatch-src-main-java-com-amazonaws-services-cloudwatch-AmazonClo
# Maven: see https://github.com/Aashish-Chaturvedi/relaxed-amazonaws-sdk-extensionApi
# See https://github.com/lucee/osgi-bundle-com.amazonaws.aws-java-sdk-osgi
# See https://github.com/timanrebel/AmazonAWS
curl examples
<p>Runs a SQL statement against a database.</p> <note> <p>If a call isn't par…
curl \
  -H "Authorization: $API_KEY" \
  http://rds-data.us-east-1.amazonaws.com/Execute
<p>Runs one or more SQL statements.</p> <note> <p>This operation is deprecate…
curl \
  -H "Authorization: $API_KEY" \
  http://rds-data.us-east-1.amazonaws.com/ExecuteSql
Endpoints (6 total)
POST
/Execute
<p>Runs a SQL statement against a database.</p> <note> <p>If a call isn't par…
POST
/ExecuteSql
<p>Runs one or more SQL statements.</p> <note> <p>This operation is deprecate…
POST
/BatchExecute
<p>Runs a batch SQL statement over an array of data.</p> <p>You can run bulk …
POST
/BeginTransaction
<p>Starts a SQL transaction.</p> <note> <p>A transaction can run for a maximu…
POST
/CommitTransaction
Ends a SQL transaction started with the <code>BeginTransaction</code> operati…
POST
/RollbackTransaction
Performs a rollback of a transaction. Rolling back a transaction cancels its …
Language coverage
Java
2
unknown
2
At a glance
Total SDKs4
Languages2
Endpoints6
Authoauth2
Categories1
http://rds-data.us-east-1.amazonaws.com