Module Values_1.EbsOptimizedInfoSource

Describes the optimized EBS performance for supported instance types.

Sourcetype nonrec t = {
  1. baselineBandwidthInMbps : Values_0.BaselineBandwidthInMbps.t option;
    (*

    The baseline bandwidth performance for an EBS-optimized instance type, in Mbps.

    *)
  2. baselineThroughputInMBps : Values_0.BaselineThroughputInMBps.t option;
    (*

    The baseline throughput performance for an EBS-optimized instance type, in MB/s.

    *)
  3. baselineIops : Values_0.BaselineIops.t option;
    (*

    The baseline input/output storage operations per seconds for an EBS-optimized instance type.

    *)
  4. maximumBandwidthInMbps : Values_0.MaximumBandwidthInMbps.t option;
    (*

    The maximum bandwidth performance for an EBS-optimized instance type, in Mbps.

    *)
  5. maximumThroughputInMBps : Values_0.MaximumThroughputInMBps.t option;
    (*

    The maximum throughput performance for an EBS-optimized instance type, in MB/s.

    *)
  6. maximumIops : Values_0.MaximumIops.t option;
    (*

    The maximum input/output storage operations per second for an EBS-optimized instance type.

    *)
}
Sourceval make : ?baselineBandwidthInMbps:??? -> ?baselineThroughputInMBps:??? -> ?baselineIops:??? -> ?maximumBandwidthInMbps:??? -> ?maximumThroughputInMBps:??? -> ?maximumIops:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Double of Values_0.BaselineThroughputInMBps.t | `Integer of Values_0.BaselineBandwidthInMbps.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t