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

DeleteResourcePolicyInput

import type { DeleteResourcePolicyInput } from "https://aws-api.deno.dev/v0.3/services/ssmincidents.ts?docs=full";
interface DeleteResourcePolicyInput {
policyId: string;
resourceArn: string;
}

§Properties

§
policyId: string
[src]

The ID of the resource policy you're deleting.

§
resourceArn: string
[src]

The Amazon Resource Name (ARN) of the resource you're deleting the policy from.