Module Values.ContinuousDeploymentPolicySource

A continuous deployment policy.

Sourcetype nonrec t = {
  1. id : String_.t option;
    (*

    The identifier of the continuous deployment policy.

    *)
  2. lastModifiedTime : Timestamp.t option;
    (*

    The date and time the continuous deployment policy was last modified.

    *)
  3. continuousDeploymentPolicyConfig : ContinuousDeploymentPolicyConfig.t option;
}
Sourceval make : ?id:??? -> ?lastModifiedTime:??? -> ?continuousDeploymentPolicyConfig:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of String_.t | `Structure of (string * [> `Boolean of Boolean.t | `Structure of (string * [> `Enum of string | `Integer of Integer.t | `List of [> `String of String_.t ] list | `Structure of (string * [> `Float of Float_.t | `String of String_.t | `Structure of (string * [> `Integer of Integer.t ]) list ]) list ]) list ]) list | `Timestamp of Timestamp.t ]) 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