Values.BatchGetApplicationRevisionsInputSourceRepresents the input of a BatchGetApplicationRevisions operation.
type nonrec t = {applicationName : ApplicationName.t;The name of an CodeDeploy application about which to get revision information.
*)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.
*)}val 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 ]