Module Values.NotifyResourceDeploymentStatusChangeInputSource

Notify Proton of status changes to a provisioned resource when you use self-managed provisioning. For more information, see Self-managed provisioning in the Proton User Guide.

Sourcetype nonrec t = {
  1. deploymentId : DeploymentId.t option;
    (*

    The deployment ID for your provisioned resource.

    *)
  2. outputs : NotifyResourceDeploymentStatusChangeInputOutputsList.t option;
    (*

    The provisioned resource state change detail data that's returned by Proton.

    *)
  3. resourceArn : Arn.t;
    (*

    The provisioned resource Amazon Resource Name (ARN).

    *)
  4. status : ResourceDeploymentStatus.t option;
    (*

    The status of your provisioned resource.

    *)
  5. statusMessage : NotifyResourceDeploymentStatusChangeInputStatusMessageString.t option;
    (*

    The deployment status message for your provisioned resource.

    *)
}
Sourceval context_ : string
Sourceval make : ?deploymentId:??? -> ?outputs:??? -> ?status:??? -> ?statusMessage:??? -> resourceArn:Arn.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `List of [> `Structure of (string * [> `String of OutputKey.t ]) list ] list | `String of DeploymentId.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