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

GetLifecyclePolicyResponse

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

§Properties

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

The time stamp of the last time that the lifecycle policy was run.

§
lifecyclePolicyText?: string | null
[src]

The JSON lifecycle policy text.

§
registryId?: string | null
[src]

The registry ID associated with the request.

§
repositoryName?: string | null
[src]

The repository name associated with the request.