File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
services/appstream/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " Amazon AppStream" ,
4
+ "description" : " Added 2 new values(WINDOWS_SERVER_2016, WINDOWS_SERVER_2019) for PlatformType enum."
5
+ }
Original file line number Diff line number Diff line change 189
189
"input" :{"shape" :" CreateUsageReportSubscriptionRequest" },
190
190
"output" :{"shape" :" CreateUsageReportSubscriptionResult" },
191
191
"errors" :[
192
+ {"shape" :" InvalidRoleException" },
192
193
{"shape" :" InvalidAccountStatusException" }
193
194
],
194
195
"documentation" :" <p>Creates a usage report subscription. Usage reports are generated daily.</p>"
2533
2534
},
2534
2535
"PlatformType" :{
2535
2536
"type" :" string" ,
2536
- "enum" :[" WINDOWS" ]
2537
+ "enum" :[
2538
+ " WINDOWS" ,
2539
+ " WINDOWS_SERVER_2016" ,
2540
+ " WINDOWS_SERVER_2019"
2541
+ ]
2537
2542
},
2538
2543
"RedirectURL" :{
2539
2544
"type" :" string" ,
You can’t perform that action at this time.
0 commit comments