Skip to content

Commit d6d479c

Browse files
author
AWS
committed
Amazon Relational Database Service Update: This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies.
1 parent 61d3bb3 commit d6d479c

File tree

3 files changed

+330
-17
lines changed

3 files changed

+330
-17
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Relational Database Service",
4+
"description": "This SDK release introduces APIs that automate the export of Amazon RDS snapshot data to Amazon S3. The new APIs include: StartExportTask, CancelExportTask, DescribeExportTasks. These APIs automate the extraction of data from an RDS snapshot and export it to an Amazon S3 bucket. The data is stored in a compressed, consistent, and query-able format. After the data is exported, you can query it directly using tools such as Amazon Athena or Redshift Spectrum. You can also consume the data as part of a data lake solution. If you archive the data in S3 Infrequent Access or Glacier, you can reduce long term data storage costs by applying data lifecycle policies."
5+
}

services/rds/src/main/resources/codegen-resources/paginators-1.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,12 @@
102102
"output_token": "Marker",
103103
"result_key": "Events"
104104
},
105+
"DescribeExportTasks": {
106+
"input_token": "Marker",
107+
"limit_key": "MaxRecords",
108+
"output_token": "Marker",
109+
"result_key": "ExportTasks"
110+
},
105111
"DescribeGlobalClusters": {
106112
"input_token": "Marker",
107113
"limit_key": "MaxRecords",

0 commit comments

Comments
 (0)