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

UpdateArchiveRuleRequest

import type { UpdateArchiveRuleRequest } from "https://aws-api.deno.dev/v0.3/services/accessanalyzer.ts?docs=full";

Updates the specified archive rule.

interface UpdateArchiveRuleRequest {
analyzerName: string;
clientToken?: string | null;
filter: {
[key: string]: Criterion | null | undefined;
}
;
ruleName: string;
}

§Properties

§
analyzerName: string
[src]

The name of the analyzer to update the archive rules for.

§
clientToken?: string | null
[src]

A client token.

§
filter: {
[key: string]: Criterion | null | undefined;
}
[src]

A filter to match for the rules to update. Only rules that match the filter are updated.

§
ruleName: string
[src]

The name of the rule to update.