We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.
Optional
FiltersOptional
MaxThe maximum number of Resolver rules that you want to return in the response to a ListResolverRules
request.
If you don't specify a value for MaxResults
, Resolver returns up to 100 Resolver rules.
Optional
NextFor the first ListResolverRules
request, omit this value.
If you have more than MaxResults
Resolver rules, you can submit another ListResolverRules
request
to get the next group of Resolver rules. In the next request, specify the value of NextToken
from the previous response.
An optional specification to return a subset of Resolver rules, such as all Resolver rules that are associated with the same Resolver endpoint.
If you submit a second or subsequent
ListResolverRules
request and specify theNextToken
parameter, you must use the same values forFilters
, if any, as in the previous request.