Module Values_1.PutParameterResultSource

Create or update a parameter in Parameter Store.

Sourcetype nonrec t = {
  1. 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.

    *)
  2. tier : ParameterTier.t option;
    (*

    The tier assigned to the parameter.

    *)
}
Sourcetype nonrec error = [
  1. | `HierarchyLevelLimitExceededException of HierarchyLevelLimitExceededException.t
  2. | `HierarchyTypeMismatchException of HierarchyTypeMismatchException.t
  3. | `IncompatiblePolicyException of IncompatiblePolicyException.t
  4. | `InternalServerError of Values_0.InternalServerError.t
  5. | `InvalidAllowedPatternException of InvalidAllowedPatternException.t
  6. | `InvalidKeyId of InvalidKeyId.t
  7. | `InvalidPolicyAttributeException of InvalidPolicyAttributeException.t
  8. | `InvalidPolicyTypeException of InvalidPolicyTypeException.t
  9. | `ParameterAlreadyExists of ParameterAlreadyExists.t
  10. | `ParameterLimitExceeded of ParameterLimitExceeded.t
  11. | `ParameterMaxVersionLimitExceeded of ParameterMaxVersionLimitExceeded.t
  12. | `ParameterPatternMismatchException of ParameterPatternMismatchException.t
  13. | `PoliciesLimitExceededException of PoliciesLimitExceededException.t
  14. | `TooManyUpdates of Values_0.TooManyUpdates.t
  15. | `UnsupportedParameterType of UnsupportedParameterType.t
  16. | `Unknown_operation_error of string * string option
]
Sourceval make : ?version:??? -> ?tier:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `Long of PSParameterVersion.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t