Skip to content

Commit 0750ae3

Browse files
author
AWS
committed
Application Migration Service Update: Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter.
1 parent 0a98d41 commit 0750ae3

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-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": "Application Migration Service",
4+
"contributor": "",
5+
"description": "Added USE_SOURCE as default option to LaunchConfigurationTemplate bootMode parameter."
6+
}

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1055,7 +1055,7 @@
10551055
{"shape":"ValidationException"},
10561056
{"shape":"ConflictException"}
10571057
],
1058-
"documentation":"<p>Updates multiple LaunchConfigurations by Source Server ID.</p>",
1058+
"documentation":"<p>Updates multiple LaunchConfigurations by Source Server ID.</p> <note> <p>bootMode valid values are <code>LEGACY_BIOS | UEFI</code> </p> </note>",
10591059
"idempotent":true
10601060
},
10611061
"UpdateLaunchConfigurationTemplate":{
@@ -1196,6 +1196,7 @@
11961196
"LICENSE_AND_SUBSCRIPTION",
11971197
"VALIDATION",
11981198
"OBSERVABILITY",
1199+
"REFACTORING",
11991200
"SECURITY",
12001201
"NETWORKING",
12011202
"CONFIGURATION",
@@ -1443,7 +1444,8 @@
14431444
"type":"string",
14441445
"enum":[
14451446
"LEGACY_BIOS",
1446-
"UEFI"
1447+
"UEFI",
1448+
"USE_SOURCE"
14471449
]
14481450
},
14491451
"BoundedString":{

0 commit comments

Comments
 (0)