getParameters
inline suspend fun SsmClient.getParameters(crossinline block: GetParametersRequest.Builder.() -> Unit): GetParametersResponse
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.