Module Values.EnvironmentPlatformSource

A set of Docker images that are related by platform and are managed by CodeBuild.

Sourcetype nonrec t = {
  1. platform : PlatformType.t option;
    (*

    The platform's name.

    *)
  2. languages : EnvironmentLanguages.t option;
    (*

    The list of programming languages that are available for the specified platform.

    *)
}
Sourceval make : ?platform:??? -> ?languages:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `List of [> `String of String_.t ] list | `String of String_.t ]) list ] list ]) list ] 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