Module Values.DeleteBuildInputSource

This API works with the following fleet types: EC2 Deletes a build. This operation permanently deletes the build resource and any uploaded build files. Deleting a build does not affect the status of any active fleets using the build, but you can no longer create new fleets with the deleted build. To delete a build, specify the build ID. Learn more Upload a Custom Server Build All APIs by task

Sourcetype nonrec t = {
  1. buildId : BuildIdOrArn.t;
    (*

    A unique identifier for the build to delete. You can use either the build ID or ARN value.

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