Values_1.GetParametersResultSourceGet 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.
type nonrec t = {parameters : ParameterList.t option;A list of details for a parameter.
*)invalidParameters : Values_0.ParameterNameList.t option;A list of parameters that aren't formatted correctly or don't run during an execution.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `InvalidKeyId of InvalidKeyId.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidKeyId of InvalidKeyId.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidKeyId of InvalidKeyId.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `String of string
| `Structure of
(string
* [> `Enum of string
| `Long of PSParameterVersion.t
| `String of Values_0.PSParameterName.t
| `Timestamp of Values_0.DateTime.t ])
list ]
list ])
list ]