import { _UnmarshalledResolverRule } from "./_ResolverRule"; import * as __aws_sdk_types from "@aws-sdk/types"; /** * ListResolverRulesOutput shape */ export interface ListResolverRulesOutput extends __aws_sdk_types.MetadataBearer { /** *
If more than MaxResults resolver rules match the specified criteria, you can submit another ListResolverRules request to get the next group of results. In the next request, specify the value of NextToken from the previous response.
The value that you specified for MaxResults in the request.
The resolver rules that were created using the current AWS account and that match the specified filters, if any.
*/ ResolverRules?: Array<_UnmarshalledResolverRule>; /** * Metadata about the response received, including the HTTP status code, HTTP headers, and any request identifiers recognized by the SDK. */ $metadata: __aws_sdk_types.ResponseMetadata; }