Values.CreateApplicationRequestSourceCreate application.
type nonrec t = {name : ApplicationName.t;Application name.
*)description : ApplicationDescription.t option;Application description.
*)accountID : AccountID.t option;Account ID.
*)}val make :
?description:??? ->
?tags:??? ->
?accountID:??? ->
name:ApplicationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of ApplicationName.t ])
list ]