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

GetBlobInput

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

Represents the input of a get blob operation.

interface GetBlobInput {
blobId: string;
repositoryName: string;
}

§Properties

§
blobId: string
[src]

The ID of the blob, which is its SHA-1 pointer.

§
repositoryName: string
[src]

The name of the repository that contains the blob.