This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
enhancement: Support new QueryOpts & Evaluations filter settings #81
Labels
enhancement
New feature or request
Once this PR lands,
Evaluations
will be the first API to support pagination and filtering options.We'll need to:
QueryOpts
struct to support LastToken and deprecate NextToken.setQueryOpts
framework method and associated tests to manage the new parameter and warn on use of the deprecated parameter (possibly a newX-Deprecation-Warning
header or something similar - need to design)Evaluations
generator code to include new supported query parametersThe text was updated successfully, but these errors were encountered: