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

RemovePermissionResponse

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

The structure representing the removePermissionResponse.

interface RemovePermissionResponse {
policy: string;
revisionId: string;
}

§Properties

§
policy: string
[src]

The JSON-formatted resource-based policy on the profiling group after the specified permissions were removed.

§
revisionId: string
[src]

A universally unique identifier (UUID) for the revision of the resource-based policy after the specified permissions were removed. The updated JSON-formatted policy is in the policy element of the response.