Skip to content

Commit 0e0b04c

Browse files
author
AWS
committed
Amazon WorkSpaces Update: Fix create workspace bundle RootStorage/UserStorage to accept non null values
1 parent e9aabb7 commit 0e0b04c

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-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",
4+
"contributor": "",
5+
"description": "Fix create workspace bundle RootStorage/UserStorage to accept non null values"
6+
}

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5175,6 +5175,7 @@
51755175
},
51765176
"RootStorage":{
51775177
"type":"structure",
5178+
"required":["Capacity"],
51785179
"members":{
51795180
"Capacity":{
51805181
"shape":"NonEmptyString",
@@ -5921,6 +5922,7 @@
59215922
},
59225923
"UserStorage":{
59235924
"type":"structure",
5925+
"required":["Capacity"],
59245926
"members":{
59255927
"Capacity":{
59265928
"shape":"NonEmptyString",

0 commit comments

Comments
 (0)