Skip to content

Commit a06966a

Browse files
author
AWS
committed
Amazon Relational Database Service Update: Updated the MaxRecords type in DescribeExportTasks to Integer.
1 parent c4a2596 commit a06966a

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
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": "Updated the MaxRecords type in DescribeExportTasks to Integer."
5+
}

services/rds/src/main/resources/codegen-resources/service-2.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7389,7 +7389,7 @@
73897389
"documentation":"<p> An optional pagination token provided by a previous <code>DescribeExportTasks</code> request. If you specify this parameter, the response includes only records beyond the marker, up to the value specified by the <code>MaxRecords</code> parameter. </p>"
73907390
},
73917391
"MaxRecords":{
7392-
"shape":"String",
7392+
"shape":"MaxRecords",
73937393
"documentation":"<p> The maximum number of records to include in the response. If more records exist than the specified value, a pagination token called a marker is included in the response. You can use the marker in a later <code>DescribeExportTasks</code> request to retrieve the remaining results. </p> <p>Default: 100</p> <p>Constraints: Minimum 20, maximum 100.</p>"
73947394
}
73957395
}

0 commit comments

Comments
 (0)