Module Values.UpdateApplicationResourceLifecycleMessageSource

Modifies lifecycle settings for an application.

Sourcetype nonrec t = {
  1. applicationName : ApplicationName.t;
    (*

    The name of the application.

    *)
  2. resourceLifecycleConfig : ApplicationResourceLifecycleConfig.t;
    (*

    The lifecycle configuration.

    *)
}
Sourceval context_ : string
Sourceval make : applicationName:ApplicationName.t -> resourceLifecycleConfig:ApplicationResourceLifecycleConfig.t -> unit -> t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t