File tree Expand file tree Collapse file tree 3 files changed +14
-0
lines changed
clients/client-database-migration-service/src
codegen/sdk-codegen/aws-models Expand file tree Collapse file tree 3 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ export interface DescribeApplicableIndividualAssessmentsCommandOutput
66
66
* const input = { // DescribeApplicableIndividualAssessmentsMessage
67
67
* ReplicationTaskArn: "STRING_VALUE",
68
68
* ReplicationInstanceArn: "STRING_VALUE",
69
+ * ReplicationConfigArn: "STRING_VALUE",
69
70
* SourceEngineName: "STRING_VALUE",
70
71
* TargetEngineName: "STRING_VALUE",
71
72
* MigrationType: "full-load" || "cdc" || "full-load-and-cdc",
Original file line number Diff line number Diff line change @@ -8778,6 +8778,13 @@ export interface DescribeApplicableIndividualAssessmentsMessage {
8778
8778
*/
8779
8779
ReplicationInstanceArn ?: string | undefined ;
8780
8780
8781
+ /**
8782
+ * <p>Amazon Resource Name (ARN) of a serverless replication on which you want to base the default
8783
+ * list of individual assessments.</p>
8784
+ * @public
8785
+ */
8786
+ ReplicationConfigArn ?: string | undefined ;
8787
+
8781
8788
/**
8782
8789
* <p>Name of a database engine that the specified replication instance supports as a
8783
8790
* source.</p>
Original file line number Diff line number Diff line change 5844
5844
"smithy.api#documentation": "<p>ARN of a replication instance on which you want to base the default list of individual\n assessments.</p>"
5845
5845
}
5846
5846
},
5847
+ "ReplicationConfigArn": {
5848
+ "target": "com.amazonaws.databasemigrationservice#String",
5849
+ "traits": {
5850
+ "smithy.api#documentation": "<p>Amazon Resource Name (ARN) of a serverless replication on which you want to base the default\n list of individual assessments.</p>"
5851
+ }
5852
+ },
5847
5853
"SourceEngineName": {
5848
5854
"target": "com.amazonaws.databasemigrationservice#String",
5849
5855
"traits": {
You can’t perform that action at this time.
0 commit comments