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

GetLifecyclePolicyPreviewResponse

import type { GetLifecyclePolicyPreviewResponse } from "https://aws-api.deno.dev/v0.3/services/ecr.ts?docs=full";
interface GetLifecyclePolicyPreviewResponse {
lifecyclePolicyText?: string | null;
nextToken?: string | null;
previewResults?: LifecyclePolicyPreviewResult[] | null;
registryId?: string | null;
repositoryName?: string | null;
}

§Properties

§
lifecyclePolicyText?: string | null
[src]

The JSON lifecycle policy text.

§
nextToken?: string | null
[src]

The nextToken value to include in a future GetLifecyclePolicyPreview request. When the results of a GetLifecyclePolicyPreview request exceed maxResults, this value can be used to retrieve the next page of results. This value is null when there are no more results to return.

§
previewResults?: LifecyclePolicyPreviewResult[] | null
[src]

The results of the lifecycle policy preview request.

§
registryId?: string | null
[src]

The registry ID associated with the request.

§
repositoryName?: string | null
[src]

The repository name associated with the request.

§

The status of the lifecycle policy preview request.

§

The list of images that is returned as a result of the action.