Skip to content

Commit edf0617

Browse files
author
AWS
committed
Amazon Elastic Compute Cloud Update: Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes
1 parent dfbd746 commit edf0617

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
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": "Amazon Elastic Compute Cloud",
4+
"contributor": "",
5+
"description": "Adding Precision Hardware Clock (PHC) to public API DescribeInstanceTypes"
6+
}

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37277,6 +37277,11 @@
3727737277
"shape":"NeuronInfo",
3727837278
"documentation":"<p>Describes the Neuron accelerator settings for the instance type.</p>",
3727937279
"locationName":"neuronInfo"
37280+
},
37281+
"PhcSupport":{
37282+
"shape":"PhcSupport",
37283+
"documentation":"<p>Indicates whether a local Precision Time Protocol (PTP) hardware clock (PHC) is supported.</p>",
37284+
"locationName":"phcSupport"
3728037285
}
3728137286
},
3728237287
"documentation":"<p>Describes the instance type.</p>"
@@ -47150,6 +47155,13 @@
4715047155
},
4715147156
"documentation":"<p>Specifies the integrity algorithm for the VPN tunnel for phase 2 IKE negotiations.</p>"
4715247157
},
47158+
"PhcSupport":{
47159+
"type":"string",
47160+
"enum":[
47161+
"unsupported",
47162+
"supported"
47163+
]
47164+
},
4715347165
"Placement":{
4715447166
"type":"structure",
4715547167
"members":{

0 commit comments

Comments
 (0)