Values.ResolvedArtifactSourceRepresents a resolved build artifact. A resolved artifact is an artifact that is built and deployed to the destination, such as Amazon S3.
type nonrec t = {type_ : ArtifactsType.t option;Specifies the type of artifact.
*)location : String_.t option;The location of the artifact.
*)identifier : String_.t option;The identifier of the artifact.
*)}