Skip to content

Commit 00cac69

Browse files
author
AWS
committed
Amazon AppStream Update: Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum.
1 parent 842a23b commit 00cac69

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon AppStream",
4+
"description": "Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum."
5+
}

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,6 +189,7 @@
189189
"input":{"shape":"CreateUsageReportSubscriptionRequest"},
190190
"output":{"shape":"CreateUsageReportSubscriptionResult"},
191191
"errors":[
192+
{"shape":"InvalidRoleException"},
192193
{"shape":"InvalidAccountStatusException"}
193194
],
194195
"documentation":"<p>Creates a usage report subscription. Usage reports are generated daily.</p>"
@@ -2533,7 +2534,11 @@
25332534
},
25342535
"PlatformType":{
25352536
"type":"string",
2536-
"enum":["WINDOWS"]
2537+
"enum":[
2538+
"WINDOWS",
2539+
"WINDOWS_SERVER_2016",
2540+
"WINDOWS_SERVER_2019"
2541+
]
25372542
},
25382543
"RedirectURL":{
25392544
"type":"string",

0 commit comments

Comments
 (0)