Module Values.ContainerInstanceDetailsSource

Contains information about the Amazon EC2 instance that is running the Amazon ECS container.

Sourcetype nonrec t = {
  1. coveredContainerInstances : Long.t option;
    (*

    Represents the nodes in the Amazon ECS cluster that has a HEALTHY coverage status.

    *)
  2. compatibleContainerInstances : Long.t option;
    (*

    Represents total number of nodes in the Amazon ECS cluster.

    *)
}
Sourceval make : ?coveredContainerInstances:??? -> ?compatibleContainerInstances:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Long of Long.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