Module Values.DeploymentTargetSource

Information about the deployment target.

Sourcetype nonrec t = {
  1. deploymentTargetType : DeploymentTargetType.t option;
    (*

    The deployment type that is specific to the deployment's compute platform or deployments initiated by a CloudFormation stack update.

    *)
  2. instanceTarget : InstanceTarget.t option;
    (*

    Information about the target for a deployment that uses the EC2/On-premises compute platform.

    *)
  3. lambdaTarget : LambdaTarget.t option;
    (*

    Information about the target for a deployment that uses the Lambda compute platform.

    *)
  4. ecsTarget : ECSTarget.t option;
    (*

    Information about the target for a deployment that uses the Amazon ECS compute platform.

    *)
  5. cloudFormationTarget : CloudFormationTarget.t option;
}
Sourceval make : ?deploymentTargetType:??? -> ?instanceTarget:??? -> ?lambdaTarget:??? -> ?ecsTarget:??? -> ?cloudFormationTarget:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Structure of (string * [> `Double of TrafficWeight.t | `Enum of string | `List of [> `Structure of (string * [> `Double of TrafficWeight.t | `Enum of string | `Long of ECSTaskSetCount.t | `String of LifecycleEventName.t | `Structure of (string * [> `Enum of string | `String of ScriptName.t ]) list | `Timestamp of Timestamp.t ]) list ] list | `String of DeploymentId.t | `Structure of (string * [> `Double of TrafficWeight.t | `String of LambdaFunctionName.t ]) list | `Timestamp of Time.t ]) 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