File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
services/outposts/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Outposts" ,
4
+ "contributor" : " " ,
5
+ "description" : " This release adds the SupportedHardwareType parameter to CreateOutpost."
6
+ }
Original file line number Diff line number Diff line change 671
671
"Tags" :{
672
672
"shape" :" TagMap" ,
673
673
"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>"
674
678
}
675
679
}
676
680
},
1379
1383
"shape" :" TagMap" ,
1380
1384
"documentation" :" <p>The Outpost tags.</p>"
1381
1385
},
1382
- "SiteArn" :{"shape" :" SiteArn" }
1386
+ "SiteArn" :{"shape" :" SiteArn" },
1387
+ "SupportedHardwareType" :{
1388
+ "shape" :" SupportedHardwareType" ,
1389
+ "documentation" :" <p> The hardware type. </p>"
1390
+ }
1383
1391
},
1384
1392
"documentation" :" <p>Information about an Outpost.</p>"
1385
1393
},
1624
1632
"min" :1 ,
1625
1633
"pattern" :" ^[\\ S \\ n]+$"
1626
1634
},
1635
+ "SupportedHardwareType" :{
1636
+ "type" :" string" ,
1637
+ "enum" :[
1638
+ " RACK" ,
1639
+ " SERVER"
1640
+ ]
1641
+ },
1627
1642
"SupportedStorageEnum" :{
1628
1643
"type" :" string" ,
1629
1644
"enum" :[
You can’t perform that action at this time.
0 commit comments