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

PutPermissionResponse

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

The structure representing the putPermissionResponse.

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

§Properties

§
policy: string
[src]

The JSON-formatted resource-based policy on the profiling group that includes the added permissions.

§
revisionId: string
[src]

A universally unique identifier (UUID) for the revision of the resource-based policy that includes the added permissions. The JSON-formatted policy is in the policy element of the response.