Skip to content

Commit abbc4e5

Browse files
author
AWS
committed
AWS Outposts Update: Mark the Name parameter in CreateOutpost as required.
1 parent c0f88f1 commit abbc4e5

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
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 Outposts",
4+
"contributor": "",
5+
"description": "Mark the Name parameter in CreateOutpost as required."
6+
}

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,10 @@
157157
},
158158
"CreateOutpostInput":{
159159
"type":"structure",
160-
"required":["SiteId"],
160+
"required":[
161+
"Name",
162+
"SiteId"
163+
],
161164
"members":{
162165
"Name":{"shape":"OutpostName"},
163166
"Description":{"shape":"OutpostDescription"},

0 commit comments

Comments
 (0)