Module Values_1.EdgePresetDeploymentOutputSource

The output of a SageMaker Edge Manager deployable resource.

Sourcetype nonrec t = {
  1. type_ : Values_0.EdgePresetDeploymentType.t option;
    (*

    The deployment type created by SageMaker Edge Manager. Currently only supports Amazon Web Services IoT Greengrass Version 2 components.

    *)
  2. artifact : EdgePresetDeploymentArtifact.t option;
    (*

    The Amazon Resource Name (ARN) of the generated deployable resource.

    *)
  3. status : EdgePresetDeploymentStatus.t option;
    (*

    The status of the deployable resource.

    *)
  4. statusMessage : Values_0.String_.t option;
    (*

    Returns a message describing the status of the deployed resource.

    *)
}
Sourceval make : ?type_:??? -> ?artifact:??? -> ?status:??? -> ?statusMessage:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of EdgePresetDeploymentArtifact.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