Skip to content

Commit d79d66e

Browse files
author
AWS
committed
AWS Outposts Update: This release adds the SupportedHardwareType parameter to CreateOutpost.
1 parent c6d9303 commit d79d66e

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-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": "This release adds the SupportedHardwareType parameter to CreateOutpost."
6+
}

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

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -671,6 +671,10 @@
671671
"Tags":{
672672
"shape":"TagMap",
673673
"documentation":"<p>The tags to apply to the Outpost.</p>"
674+
},
675+
"SupportedHardwareType":{
676+
"shape":"SupportedHardwareType",
677+
"documentation":"<p> The type of hardware for this Outpost. </p>"
674678
}
675679
}
676680
},
@@ -1379,7 +1383,11 @@
13791383
"shape":"TagMap",
13801384
"documentation":"<p>The Outpost tags.</p>"
13811385
},
1382-
"SiteArn":{"shape":"SiteArn"}
1386+
"SiteArn":{"shape":"SiteArn"},
1387+
"SupportedHardwareType":{
1388+
"shape":"SupportedHardwareType",
1389+
"documentation":"<p> The hardware type. </p>"
1390+
}
13831391
},
13841392
"documentation":"<p>Information about an Outpost.</p>"
13851393
},
@@ -1624,6 +1632,13 @@
16241632
"min":1,
16251633
"pattern":"^[\\S \\n]+$"
16261634
},
1635+
"SupportedHardwareType":{
1636+
"type":"string",
1637+
"enum":[
1638+
"RACK",
1639+
"SERVER"
1640+
]
1641+
},
16271642
"SupportedStorageEnum":{
16281643
"type":"string",
16291644
"enum":[

0 commit comments

Comments
 (0)