Values.UpdateBuildInputSourceThis API works with the following fleet types: EC2 Updates metadata in a build resource, including the build name and version. To update the metadata, specify the build ID to update and provide the new values. If successful, a build object containing the updated metadata is returned. Learn more Upload a Custom Server Build All APIs by task
type nonrec t = {buildId : BuildIdOrArn.t;A unique identifier for the build to update. You can use either the build ID or ARN value.
*)name : NonZeroAndMaxString.t option;A descriptive label that is associated with a build. Build names do not need to be unique.
*)version : NonZeroAndMaxString.t option;Version information that is associated with a build or script. Version strings do not need to be unique.
*)}