Skip to content

Commit 4dc2941

Browse files
author
AWS
committed
AWS Outposts Update: Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses
1 parent 11f880f commit 4dc2941

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
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": "Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses"
6+
}

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

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@
55
"endpointPrefix":"outposts",
66
"jsonVersion":"1.1",
77
"protocol":"rest-json",
8+
"protocols":["rest-json"],
89
"serviceAbbreviation":"Outposts",
910
"serviceFullName":"AWS Outposts",
1011
"serviceId":"Outposts",
1112
"signatureVersion":"v4",
1213
"signingName":"outposts",
13-
"uid":"outposts-2019-12-03"
14+
"uid":"outposts-2019-12-03",
15+
"auth":["aws.auth#sigv4"]
1416
},
1517
"operations":{
1618
"CancelCapacityTask":{
@@ -1529,7 +1531,11 @@
15291531
"InstanceTypeItem":{
15301532
"type":"structure",
15311533
"members":{
1532-
"InstanceType":{"shape":"InstanceType"}
1534+
"InstanceType":{"shape":"InstanceType"},
1535+
"VCPUs":{
1536+
"shape":"VCPUCount",
1537+
"documentation":"<p>The number of default VCPUs in an instance type.</p>"
1538+
}
15331539
},
15341540
"documentation":"<p>Information about an instance type.</p>"
15351541
},
@@ -2822,6 +2828,10 @@
28222828
"UPLINK_100G"
28232829
]
28242830
},
2831+
"VCPUCount":{
2832+
"type":"integer",
2833+
"box":true
2834+
},
28252835
"ValidationException":{
28262836
"type":"structure",
28272837
"members":{

0 commit comments

Comments
 (0)