Values_1.GetParameterResultSourceGet information about a single parameter by specifying the parameter name. 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. To get information about more than one parameter at a time, use the GetParameters operation.
type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `InvalidKeyId of InvalidKeyId.t| `ParameterNotFound of Values_0.ParameterNotFound.t| `ParameterVersionNotFound of ParameterVersionNotFound.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
| `ParameterNotFound of Values_0.ParameterNotFound.t
| `ParameterVersionNotFound of ParameterVersionNotFound.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
| `ParameterNotFound of Values_0.ParameterNotFound.t
| `ParameterVersionNotFound of ParameterVersionNotFound.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure 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 ]