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

SignedObject

import type { SignedObject } from "https://aws-api.deno.dev/v0.3/services/signer.ts?docs=full";

Points to an S3SignedObject object that contains information about your signed code image.

interface SignedObject {
s3?: S3SignedObject | null;
}

§Properties

§

The S3SignedObject.