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

UpdateSafetyRuleRequest

import type { UpdateSafetyRuleRequest } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";

A rule that you add to Application Recovery Controller to ensure that recovery actions don't accidentally impair your application's availability.

interface UpdateSafetyRuleRequest {
AssertionRuleUpdate?: AssertionRuleUpdate | null;
GatingRuleUpdate?: GatingRuleUpdate | null;
}

§Properties

§
AssertionRuleUpdate?: AssertionRuleUpdate | null
[src]

The assertion rule to update.

§
GatingRuleUpdate?: GatingRuleUpdate | null
[src]

The gating rule to update.