Skip to content

Commit 7d4790b

Browse files
author
AWS
committed
AWS Database Migration Service Update: Added support of SQL statements creation, metadata model discovery and selection rules transformation.
1 parent 9ede72a commit 7d4790b

File tree

3 files changed

+392
-2
lines changed

3 files changed

+392
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "AWS Database Migration Service",
4+
"contributor": "",
5+
"description": "Added support of SQL statements creation, metadata model discovery and selection rules transformation."
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,11 +96,23 @@
9696
"output_token": "Marker",
9797
"limit_key": "MaxRecords"
9898
},
99+
"DescribeMetadataModelChildren": {
100+
"input_token": "Marker",
101+
"output_token": "Marker",
102+
"limit_key": "MaxRecords",
103+
"result_key": "MetadataModelChildren"
104+
},
99105
"DescribeMetadataModelConversions": {
100106
"input_token": "Marker",
101107
"output_token": "Marker",
102108
"limit_key": "MaxRecords"
103109
},
110+
"DescribeMetadataModelCreations": {
111+
"input_token": "Marker",
112+
"output_token": "Marker",
113+
"limit_key": "MaxRecords",
114+
"result_key": "Requests"
115+
},
104116
"DescribeMetadataModelExportsAsScript": {
105117
"input_token": "Marker",
106118
"output_token": "Marker",

0 commit comments

Comments
 (0)