Values_0.DocumentRequiresSourceAn SSM document required by the current document.
type nonrec t = {name : DocumentARN.t;The name of the required SSM document. The name can be an Amazon Resource Name (ARN).
*)version : DocumentVersion.t option;The document version required by the current document.
*)requireType : RequireType.t option;The document type of the required SSM document.
*)versionName : DocumentVersionName.t option;An optional field specifying the version of the artifact associated with the document. For example, 12.6. This value is unique across all versions of a document, and can't be changed.
*)}val make :
?version:??? ->
?requireType:??? ->
?versionName:??? ->
name:DocumentARN.t ->
unit ->
t