Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListAvailableManagedRuleGroupVersionsResponse

import type { ListAvailableManagedRuleGroupVersionsResponse } from "https://aws-api.deno.dev/v0.4/services/wafv2.ts?docs=full";
interface ListAvailableManagedRuleGroupVersionsResponse {
CurrentDefaultVersion?: string | null;
NextMarker?: string | null;
Versions?: ManagedRuleGroupVersion[] | null;
}

§Properties

§
CurrentDefaultVersion?: string | null
[src]

The name of the version that's currently set as the default.

§
NextMarker?: string | null
[src]

When you request a list of objects with a Limit setting, if the number of objects that are still available for retrieval exceeds the limit, WAF returns a NextMarker value in the response. To retrieve the next batch of objects, provide the marker from the prior call in your next request.

§
Versions?: ManagedRuleGroupVersion[] | null
[src]

The versions that are currently available for the specified managed rule group.