Skip to content

Commit 72f9b87

Browse files
author
AWS
committed
Amazon WorkSpaces Thin Client Update: Mark type in MaintenanceWindow as required.
1 parent 78df4fc commit 72f9b87

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
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": "Amazon WorkSpaces Thin Client",
4+
"contributor": "",
5+
"description": "Mark type in MaintenanceWindow as required."
6+
}

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1136,6 +1136,7 @@
11361136
},
11371137
"MaintenanceWindow":{
11381138
"type":"structure",
1139+
"required":["type"],
11391140
"members":{
11401141
"type":{
11411142
"shape":"MaintenanceWindowType",

0 commit comments

Comments
 (0)