Values_1.ParameterMetadataSourceMetadata includes information like the Amazon Resource Name (ARN) of the last user to update the parameter and the date and time the parameter was last used.
type nonrec t = {name : Values_0.PSParameterName.t option;The parameter name.
*)aRN : Values_0.String_.t option;The Amazon Resource Name (ARN) of the parameter.
*)type_ : ParameterType.t option;The type of parameter. Valid parameter types include the following: String, StringList, and SecureString.
*)keyId : ParameterKeyId.t option;The alias of the Key Management Service (KMS) key used to encrypt the parameter. Applies to SecureString parameters only.
*)lastModifiedDate : Values_0.DateTime.t option;Date the parameter was last changed or updated.
*)lastModifiedUser : Values_0.String_.t option;Amazon Resource Name (ARN) of the Amazon Web Services user who last changed the parameter.
*)description : ParameterDescription.t option;Description of the parameter actions.
*)allowedPattern : Values_0.AllowedPattern.t option;A parameter name can include only the following letters and symbols. a-zA-Z0-9_.-
*)version : PSParameterVersion.t option;The parameter version.
*)tier : ParameterTier.t option;The parameter tier.
*)policies : ParameterPolicyList.t option;A list of policies associated with a parameter.
*)dataType : ParameterDataType.t option;The data type of the parameter, such as text or aws:ec2:image. The default is text.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of (string * [> `String of Values_0.String_.t ]) list ]
list
| `Long of PSParameterVersion.t
| `String of Values_0.PSParameterName.t
| `Timestamp of Values_0.DateTime.t ])
list ]