Values.RegisterApplicationRevisionInputSourceRepresents the input of a RegisterApplicationRevision operation.
type nonrec t = {applicationName : ApplicationName.t;The name of an CodeDeploy application associated with the user or Amazon Web Services account.
*)description : Description.t option;A comment about the revision.
*)revision : RevisionLocation.t;Information about the application revision to register, including type and location.
*)}val make :
?description:??? ->
applicationName:ApplicationName.t ->
revision:RevisionLocation.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of ApplicationName.t
| `Structure of
(string
* [> `Enum of string
| `Structure of
(string * [> `Enum of string | `String of S3Bucket.t ]) list ])
list ])
list ]