Values.GetContinuousDeploymentPolicyResultSourceGets a continuous deployment policy, including metadata (the policy's identifier and the date and time when the policy was last modified).
type nonrec t = {continuousDeploymentPolicy : ContinuousDeploymentPolicy.t option;A continuous deployment policy.
*)eTag : String_.t option;The version identifier for the current version of the continuous deployment policy.
*)}type nonrec error = [ | `AccessDenied of AccessDenied.t| `NoSuchContinuousDeploymentPolicy of NoSuchContinuousDeploymentPolicy.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDenied of AccessDenied.t
| `NoSuchContinuousDeploymentPolicy of NoSuchContinuousDeploymentPolicy.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDenied of AccessDenied.t
| `NoSuchContinuousDeploymentPolicy of NoSuchContinuousDeploymentPolicy.t
| `Unknown_operation_error of string * string option ]val of_header_and_body :
((string, String_.t) Awso.Import.List.Assoc.t * ContinuousDeploymentPolicy.t) ->
tval to_value :
t ->
[> `Structure of
(string
* [> `String of String_.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 ])
list ]