Values.CreateApplicationMessageSourceRequest to create an application.
type nonrec t = {applicationName : ApplicationName.t;The name of the application. Must be unique within your account.
*)description : Description.t option;Your description of the application.
*)resourceLifecycleConfig : ApplicationResourceLifecycleConfig.t option;Specifies an application resource lifecycle configuration to prevent your application from accumulating too many versions.
*)}val make :
?description:??? ->
?resourceLifecycleConfig:??? ->
?tags:??? ->
applicationName:ApplicationName.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of TagKey.t ]) list ] list
| `String of ApplicationName.t
| `Structure of
(string
* [> `String of String_.t
| `Structure of
(string
* [> `Structure of
(string
* [> `Boolean of BoxedBoolean.t
| `Integer of BoxedInt.t ])
list ])
list ])
list ])
list ]