Smaws_Client_SSM.PutParameter
Create or update a parameter in Parameter Store.
val request :
Smaws_Lib.Context.t ->
Types.put_parameter_request ->
(Types.put_parameter_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `HierarchyLevelLimitExceededException of
Types.hierarchy_level_limit_exceeded_exception
| `HierarchyTypeMismatchException of
Types.hierarchy_type_mismatch_exception
| `IncompatiblePolicyException of Types.incompatible_policy_exception
| `InternalServerError of Types.internal_server_error
| `InvalidAllowedPatternException of
Types.invalid_allowed_pattern_exception
| `InvalidKeyId of Types.invalid_key_id
| `InvalidPolicyAttributeException of
Types.invalid_policy_attribute_exception
| `InvalidPolicyTypeException of Types.invalid_policy_type_exception
| `ParameterAlreadyExists of Types.parameter_already_exists
| `ParameterLimitExceeded of Types.parameter_limit_exceeded
| `ParameterMaxVersionLimitExceeded of
Types.parameter_max_version_limit_exceeded
| `ParameterPatternMismatchException of
Types.parameter_pattern_mismatch_exception
| `PoliciesLimitExceededException of
Types.policies_limit_exceeded_exception
| `TooManyUpdates of Types.too_many_updates
| `UnsupportedParameterType of Types.unsupported_parameter_type ])
Stdlib.result