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

DeletePullThroughCacheRuleResponse

import type { DeletePullThroughCacheRuleResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface DeletePullThroughCacheRuleResponse {
createdAt?: Date | number | null;
ecrRepositoryPrefix?: string | null;
registryId?: string | null;
upstreamRegistryUrl?: string | null;
}

§Properties

§
createdAt?: Date | number | null
[src]

The timestamp associated with the pull through cache rule.

§
ecrRepositoryPrefix?: string | null
[src]

The Amazon ECR repository prefix associated with the request.

§
registryId?: string | null
[src]

The registry ID associated with the request.

§
upstreamRegistryUrl?: string | null
[src]

The upstream registry URL associated with the pull through cache rule.