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