Smaws_Client_SSM.GetParameter
Get information about a single parameter by specifying the parameter name.
To get information about more than one parameter at a time, use the GetParameters
operation.
val request :
Smaws_Lib.Context.t ->
Types.get_parameter_request ->
(Types.get_parameter_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of Types.internal_server_error
| `InvalidKeyId of Types.invalid_key_id
| `ParameterNotFound of Types.parameter_not_found
| `ParameterVersionNotFound of Types.parameter_version_not_found ])
Stdlib.result