Skip to content

Commit 8a3d9af

Browse files
author
AWS
committed
AWS Database Migration Service Update: Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API.
1 parent cabd854 commit 8a3d9af

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
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": "Support replicationConfigArn in DMS DescribeApplicableIndividualAssessments API."
6+
}

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3604,6 +3604,10 @@
36043604
"shape":"String",
36053605
"documentation":"<p>ARN of a replication instance on which you want to base the default list of individual assessments.</p>"
36063606
},
3607+
"ReplicationConfigArn":{
3608+
"shape":"String",
3609+
"documentation":"<p>Amazon Resource Name (ARN) of a serverless replication on which you want to base the default list of individual assessments.</p>"
3610+
},
36073611
"SourceEngineName":{
36083612
"shape":"String",
36093613
"documentation":"<p>Name of a database engine that the specified replication instance supports as a source.</p>"

0 commit comments

Comments
 (0)