Values_0.DocumentParameterSourceParameters specified in a Systems Manager document that run on the server when the command is run.
type nonrec t = {name : DocumentParameterName.t option;The name of the parameter.
*)type_ : DocumentParameterType.t option;The type of parameter. The type can be either String or StringList.
*)description : DocumentParameterDescrption.t option;A description of what the parameter does, how to use it, the default value, and whether or not the parameter is optional.
*)defaultValue : DocumentParameterDefaultValue.t option;If specified, the default values for the parameters. Parameters without a default value are required. Parameters with a default value are optional.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of DocumentParameterName.t ])
list ]