Module Values.InstanceDetailsSource

Details about the reservations that Amazon Web Services recommends that you purchase.

Sourcetype nonrec t = {
  1. eC2InstanceDetails : EC2InstanceDetails.t option;
    (*

    The Amazon EC2 reservations that Amazon Web Services recommends that you purchase.

    *)
  2. rDSInstanceDetails : RDSInstanceDetails.t option;
    (*

    The Amazon RDS reservations that Amazon Web Services recommends that you purchase.

    *)
  3. redshiftInstanceDetails : RedshiftInstanceDetails.t option;
    (*

    The Amazon Redshift reservations that Amazon Web Services recommends that you purchase.

    *)
  4. elastiCacheInstanceDetails : ElastiCacheInstanceDetails.t option;
    (*

    The ElastiCache reservations that Amazon Web Services recommends that you purchase.

    *)
  5. eSInstanceDetails : ESInstanceDetails.t option;
    (*

    The Amazon OpenSearch Service reservations that Amazon Web Services recommends that you purchase.

    *)
  6. memoryDBInstanceDetails : MemoryDBInstanceDetails.t option;
    (*

    The MemoryDB reservations that Amazon Web Services recommends that you purchase.

    *)
}
Sourceval make : ?eC2InstanceDetails:??? -> ?rDSInstanceDetails:??? -> ?redshiftInstanceDetails:??? -> ?elastiCacheInstanceDetails:??? -> ?eSInstanceDetails:??? -> ?memoryDBInstanceDetails:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `Boolean of GenericBoolean.t | `String of GenericString.t ]) list ]) 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