Values.ApplicationResourceLifecycleDescriptionMessageSourceModifies lifecycle settings for an application.
type updateApplicationResourceLifecycleResult = {applicationName : ApplicationName.t option;The name of the application.
*)resourceLifecycleConfig : ApplicationResourceLifecycleConfig.t option;The lifecycle configuration.
*)}and t = {updateApplicationResourceLifecycleResult : updateApplicationResourceLifecycleResult;responseMetaData : responseMetaData;}type error = [ | `InsufficientPrivilegesException of InsufficientPrivilegesException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InsufficientPrivilegesException of unit
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `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 ])
list ]