Module Values_1.GetParameterResultSource

Get 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.

Sourcetype nonrec t = {
  1. parameter : Parameter.t option;
    (*

    Information about a parameter.

    *)
}
Sourcetype nonrec error = [
  1. | `InternalServerError of Values_0.InternalServerError.t
  2. | `InvalidKeyId of InvalidKeyId.t
  3. | `ParameterNotFound of Values_0.ParameterNotFound.t
  4. | `ParameterVersionNotFound of ParameterVersionNotFound.t
  5. | `Unknown_operation_error of string * string option
]
Sourceval make : ?parameter:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval 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 ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t