Values_1.GetParametersByPathResultSourceRetrieve information about one or more parameters under a specified level in a hierarchy. Request results are returned on a best-effort basis. If you specify MaxResults in the request, the response includes information up to the limit specified. The number of items returned, however, can be between zero and the value of MaxResults. If the service reaches an internal limit while processing the results, it stops the operation and returns the matching values up to that point and a NextToken. You can specify the NextToken in a subsequent call to get the next set of results. 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 parameters found in the specified hierarchy.
*)nextToken : Values_0.NextToken.t option;The token for the next set of items to return. Use this token to get the next set of results.
*)}type nonrec error = [ | `InternalServerError of Values_0.InternalServerError.t| `InvalidFilterKey of Values_0.InvalidFilterKey.t| `InvalidFilterOption of InvalidFilterOption.t| `InvalidFilterValue of Values_0.InvalidFilterValue.t| `InvalidKeyId of InvalidKeyId.t| `InvalidNextToken of Values_0.InvalidNextToken.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidFilterKey of unit
| `InvalidFilterOption of InvalidFilterOption.t
| `InvalidFilterValue of Values_0.InvalidFilterValue.t
| `InvalidKeyId of InvalidKeyId.t
| `InvalidNextToken of Values_0.InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `InternalServerError of Values_0.InternalServerError.t
| `InvalidFilterKey of unit
| `InvalidFilterOption of InvalidFilterOption.t
| `InvalidFilterValue of Values_0.InvalidFilterValue.t
| `InvalidKeyId of InvalidKeyId.t
| `InvalidNextToken of Values_0.InvalidNextToken.t
| `Unknown_operation_error of string * string option ]val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `Enum of string
| `Long of PSParameterVersion.t
| `String of Values_0.PSParameterName.t
| `Timestamp of Values_0.DateTime.t ])
list ]
list
| `String of Values_0.NextToken.t ])
list ]