Values_1.EbsOptimizedInfoSourceDescribes the optimized EBS performance for supported instance types.
type nonrec t = {baselineBandwidthInMbps : Values_0.BaselineBandwidthInMbps.t option;The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.
*)baselineThroughputInMBps : Values_0.BaselineThroughputInMBps.t option;The baseline throughput performance for an EBS-optimized instance type, in MB/s.
*)baselineIops : Values_0.BaselineIops.t option;The baseline input/output storage operations per seconds for an EBS-optimized instance type.
*)maximumBandwidthInMbps : Values_0.MaximumBandwidthInMbps.t option;The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.
*)maximumThroughputInMBps : Values_0.MaximumThroughputInMBps.t option;The maximum throughput performance for an EBS-optimized instance type, in MB/s.
*)maximumIops : Values_0.MaximumIops.t option;The maximum input/output storage operations per second for an EBS-optimized instance type.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Double of Values_0.BaselineThroughputInMBps.t
| `Integer of Values_0.BaselineBandwidthInMbps.t ])
list ]