Module Values.CreateContinuousDeploymentPolicyRequestSource

Creates a continuous deployment policy that distributes traffic for a custom domain name to two different CloudFront distributions. To use a continuous deployment policy, first use CopyDistribution to create a staging distribution, then use UpdateDistribution to modify the staging distribution's configuration. After you create and update a staging distribution, you can use a continuous deployment policy to incrementally move traffic to the staging distribution. This workflow enables you to test changes to a distribution's configuration before moving all of your domain's production traffic to the new configuration.

Sourcetype nonrec t = {
  1. continuousDeploymentPolicyConfig : ContinuousDeploymentPolicyConfig.t;
    (*

    Contains the configuration for a continuous deployment policy.

    *)
}
Sourceval context_ : string
Sourceval make : continuousDeploymentPolicyConfig:ContinuousDeploymentPolicyConfig.t -> unit -> t
Sourceval of_header_and_body : ('a * ContinuousDeploymentPolicyConfig.t) -> t
Sourceval to_value : t -> [> `Structure of (string * [> `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 ]) 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