Skip to content

Commit 699b7c6

Browse files
author
AWS
committed
Application Migration Service Update: Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0.
1 parent 4b9e3cb commit 699b7c6

File tree

3 files changed

+274
-3
lines changed

3 files changed

+274
-3
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": "Application Migration Service",
4+
"contributor": "",
5+
"description": "Application Migration Service now supports an additional replication method that does not require agent installation on each source server. This option is available for source servers running on VMware vCenter versions 6.7 and 7.0."
6+
}

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@
2323
"output_token": "nextToken",
2424
"limit_key": "maxResults",
2525
"result_key": "items"
26+
},
27+
"DescribeVcenterClients": {
28+
"input_token": "nextToken",
29+
"output_token": "nextToken",
30+
"limit_key": "maxResults",
31+
"result_key": "items"
2632
}
2733
}
2834
}

0 commit comments

Comments
 (0)