Skip to content

Commit f87591f

Browse files
author
AWS
committed
AWS Launch Wizard Update: This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations.
1 parent 737ac85 commit f87591f

File tree

3 files changed

+316
-23
lines changed

3 files changed

+316
-23
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 Launch Wizard",
4+
"contributor": "",
5+
"description": "This release adds support for describing workload deployment specifications, deploying additional workload types, and managing tags for Launch Wizard resources with API operations."
6+
}

services/launchwizard/src/main/resources/codegen-resources/endpoint-tests.json

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -308,17 +308,6 @@
308308
"expect": {
309309
"error": "Invalid Configuration: Missing Region"
310310
}
311-
},
312-
{
313-
"documentation": "Partition doesn't support DualStack",
314-
"expect": {
315-
"error": "DualStack is enabled but this partition does not support DualStack"
316-
},
317-
"params": {
318-
"Region": "us-isob-east-1",
319-
"UseFIPS": false,
320-
"UseDualStack": true
321-
}
322311
}
323312
],
324313
"version": "1.0"

0 commit comments

Comments
 (0)