Module Smaws_Client_SSM.GetParameter

val request : Smaws_Lib.Context.t -> get_parameter_request -> (get_parameter_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of internal_server_error | `InvalidKeyId of invalid_key_id | `ParameterNotFound of parameter_not_found | `ParameterVersionNotFound of parameter_version_not_found ]) Stdlib.result

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.