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

RemoveProfilePermissionRequest

import type { RemoveProfilePermissionRequest } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";
interface RemoveProfilePermissionRequest {
profileName: string;
revisionId: string;
statementId: string;
}

§Properties

§
profileName: string
[src]

A human-readable name for the signing profile with permissions to be removed.

§
revisionId: string
[src]

An identifier for the current revision of the signing profile permissions.

§
statementId: string
[src]

A unique identifier for the cross-account permissions statement.