File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed
services/outposts/src/main/resources/codegen-resources Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "type" : " feature" ,
3
+ "category" : " AWS Outposts" ,
4
+ "contributor" : " " ,
5
+ "description" : " Adding default vCPU information to GetOutpostSupportedInstanceTypes and GetOutpostInstanceTypes responses"
6
+ }
Original file line number Diff line number Diff line change 5
5
"endpointPrefix" :" outposts" ,
6
6
"jsonVersion" :" 1.1" ,
7
7
"protocol" :" rest-json" ,
8
+ "protocols" :[" rest-json" ],
8
9
"serviceAbbreviation" :" Outposts" ,
9
10
"serviceFullName" :" AWS Outposts" ,
10
11
"serviceId" :" Outposts" ,
11
12
"signatureVersion" :" v4" ,
12
13
"signingName" :" outposts" ,
13
- "uid" :" outposts-2019-12-03"
14
+ "uid" :" outposts-2019-12-03" ,
15
+ "auth" :[" aws.auth#sigv4" ]
14
16
},
15
17
"operations" :{
16
18
"CancelCapacityTask" :{
1529
1531
"InstanceTypeItem" :{
1530
1532
"type" :" structure" ,
1531
1533
"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
+ }
1533
1539
},
1534
1540
"documentation" :" <p>Information about an instance type.</p>"
1535
1541
},
2822
2828
" UPLINK_100G"
2823
2829
]
2824
2830
},
2831
+ "VCPUCount" :{
2832
+ "type" :" integer" ,
2833
+ "box" :true
2834
+ },
2825
2835
"ValidationException" :{
2826
2836
"type" :" structure" ,
2827
2837
"members" :{
You can’t perform that action at this time.
0 commit comments