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

RemovePermissionRequest

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

TODO: Failed to render documentation: unhandled paragraph inner tag pre

interface RemovePermissionRequest {
actionGroup: ActionGroup;
profilingGroupName: string;
revisionId: string;
}

§Properties

§
actionGroup: ActionGroup
[src]

Specifies an action group that contains the permissions to remove from a profiling group's resource-based policy. One action group is supported, agentPermissions, which grants ConfigureAgent and PostAgentProfile permissions.

§
profilingGroupName: string
[src]

The name of the profiling group.

§
revisionId: string
[src]

A universally unique identifier (UUID) for the revision of the resource-based policy from which you want to remove permissions.