Values.UpdateApplicationResourceLifecycleMessageSourceModifies lifecycle settings for an application.
type nonrec t = {applicationName : ApplicationName.t;The name of the application.
*)resourceLifecycleConfig : ApplicationResourceLifecycleConfig.t;The lifecycle configuration.
*)}val make :
applicationName:ApplicationName.t ->
resourceLifecycleConfig:ApplicationResourceLifecycleConfig.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `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 ]