Smaws_Client_SSM.GetParametersByPath
val request :
Smaws_Lib.Context.t ->
get_parameters_by_path_request ->
(get_parameters_by_path_result,
[> Smaws_Lib.Protocols.AwsJson.error
| `InternalServerError of internal_server_error
| `InvalidFilterKey of invalid_filter_key
| `InvalidFilterOption of invalid_filter_option
| `InvalidFilterValue of invalid_filter_value
| `InvalidKeyId of invalid_key_id
| `InvalidNextToken of invalid_next_token ])
Stdlib.result
Retrieve information about one or more parameters in a specific 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.