Values_1.PutParameterResultSourceCreate or update a parameter in Parameter Store.
type nonrec t = {version : PSParameterVersion.t option;The new version number of a parameter. If you edit a parameter value, Parameter Store automatically creates a new version and assigns this new version a unique ID. You can reference a parameter version ID in API operations or in Systems Manager documents (SSM documents). By default, if you don't specify a specific version, the system returns the latest parameter value when a parameter is called.
*)tier : ParameterTier.t option;The tier assigned to the parameter.
*)}type nonrec error = [ | `HierarchyLevelLimitExceededException of HierarchyLevelLimitExceededException.t| `HierarchyTypeMismatchException of HierarchyTypeMismatchException.t| `IncompatiblePolicyException of IncompatiblePolicyException.t| `InternalServerError of Values_0.InternalServerError.t| `InvalidAllowedPatternException of InvalidAllowedPatternException.t| `InvalidKeyId of InvalidKeyId.t| `InvalidPolicyAttributeException of InvalidPolicyAttributeException.t| `InvalidPolicyTypeException of InvalidPolicyTypeException.t| `ParameterAlreadyExists of ParameterAlreadyExists.t| `ParameterLimitExceeded of ParameterLimitExceeded.t| `ParameterMaxVersionLimitExceeded of ParameterMaxVersionLimitExceeded.t| `ParameterPatternMismatchException of ParameterPatternMismatchException.t| `PoliciesLimitExceededException of PoliciesLimitExceededException.t| `TooManyUpdates of Values_0.TooManyUpdates.t| `UnsupportedParameterType of UnsupportedParameterType.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `HierarchyLevelLimitExceededException of
HierarchyLevelLimitExceededException.t
| `HierarchyTypeMismatchException of HierarchyTypeMismatchException.t
| `IncompatiblePolicyException of IncompatiblePolicyException.t
| `InternalServerError of Values_0.InternalServerError.t
| `InvalidAllowedPatternException of InvalidAllowedPatternException.t
| `InvalidKeyId of InvalidKeyId.t
| `InvalidPolicyAttributeException of InvalidPolicyAttributeException.t
| `InvalidPolicyTypeException of InvalidPolicyTypeException.t
| `ParameterAlreadyExists of ParameterAlreadyExists.t
| `ParameterLimitExceeded of ParameterLimitExceeded.t
| `ParameterMaxVersionLimitExceeded of ParameterMaxVersionLimitExceeded.t
| `ParameterPatternMismatchException of ParameterPatternMismatchException.t
| `PoliciesLimitExceededException of PoliciesLimitExceededException.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option
| `UnsupportedParameterType of UnsupportedParameterType.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `HierarchyLevelLimitExceededException of
HierarchyLevelLimitExceededException.t
| `HierarchyTypeMismatchException of HierarchyTypeMismatchException.t
| `IncompatiblePolicyException of IncompatiblePolicyException.t
| `InternalServerError of Values_0.InternalServerError.t
| `InvalidAllowedPatternException of InvalidAllowedPatternException.t
| `InvalidKeyId of InvalidKeyId.t
| `InvalidPolicyAttributeException of InvalidPolicyAttributeException.t
| `InvalidPolicyTypeException of InvalidPolicyTypeException.t
| `ParameterAlreadyExists of ParameterAlreadyExists.t
| `ParameterLimitExceeded of ParameterLimitExceeded.t
| `ParameterMaxVersionLimitExceeded of ParameterMaxVersionLimitExceeded.t
| `ParameterPatternMismatchException of ParameterPatternMismatchException.t
| `PoliciesLimitExceededException of PoliciesLimitExceededException.t
| `TooManyUpdates of Values_0.TooManyUpdates.t
| `Unknown_operation_error of string * string option
| `UnsupportedParameterType of UnsupportedParameterType.t ]val to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Long of PSParameterVersion.t ]) list ]