Module Values.OutputResourcesSource

The resources produced by this image.

Sourcetype nonrec t = {
  1. amis : AmiList.t option;
    (*

    The Amazon EC2 AMIs created by this image.

    *)
  2. containers : ContainerList.t option;
    (*

    Container images that the pipeline has generated and stored in the output repository.

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