Module Smaws_Client_SSM.GetParameters

Get information about one or more parameters by specifying multiple parameter names.

To get information about a single parameter, you can use the GetParameter operation instead.

Parameter names can't contain spaces. The service removes any spaces specified for the beginning or end of a parameter name. If the specified name for a parameter contains spaces between characters, the request fails with a ValidationException error.

val error_to_string : [ Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidKeyId of Types.invalid_key_id ] -> string
val request : 'http_type Smaws_Lib.Context.t -> Types.get_parameters_request -> (Types.get_parameters_result, [> Smaws_Lib.Protocols.AwsJson.error | `InternalServerError of Types.internal_server_error | `InvalidKeyId of Types.invalid_key_id ]) Stdlib.result