Module Values.DeleteComponentRequestSource

Deletes a version of a component from IoT Greengrass. This operation deletes the component's recipe and artifacts. As a result, deployments that refer to this component version will fail. If you have deployments that use this component version, you can remove the component from the deployment or update the deployment to use a valid version.

Sourcetype nonrec t = {
  1. arn : ComponentVersionARN.t;
    (*

    The ARN of the component version.

    *)
}
Sourceval context_ : string
Sourceval make : arn:ComponentVersionARN.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of ComponentVersionARN.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