Module Values.BatchGetApplicationRevisionsInputSource

Represents the input of a BatchGetApplicationRevisions operation.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of an CodeDeploy application about which to get revision information.

    *)
  2. revisions : RevisionLocationList.t;
    (*

    An array of RevisionLocation objects that specify information to get about the application revisions, including type and location. The maximum number of RevisionLocation objects you can specify is 25.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> revisions:RevisionLocationList.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Enum of string | `String of S3Bucket.t ]) list ]) list ] list | `String of ApplicationName.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