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

GetSigningProfileRequest

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

§Properties

§
profileName: string
[src]

The name of the target signing profile.

§
profileOwner?: string | null
[src]

The AWS account ID of the profile owner.