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

PutSigningProfileResponse

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

§Properties

§
arn?: string | null
[src]

The Amazon Resource Name (ARN) of the signing profile created.

§
profileVersion?: string | null
[src]

The version of the signing profile being created.

§
profileVersionArn?: string | null
[src]

The signing profile ARN, including the profile version.