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

UpdateSafetyRuleResponse

import type { UpdateSafetyRuleResponse } from "https://aws-api.deno.dev/v0.4/services/route53recoverycontrolconfig.ts?docs=full";
interface UpdateSafetyRuleResponse {
AssertionRule?: AssertionRule | null;
GatingRule?: GatingRule | null;
}

§Properties

§
AssertionRule?: AssertionRule | null
[src]

The assertion rule updated.

§
GatingRule?: GatingRule | null
[src]

The gating rule updated.