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

ResourceCountsSummary

import type { ResourceCountsSummary } from "https://aws-api.deno.dev/v0.4/services/proton.ts?docs=full";

Summary counts of each Proton resource types.

interface ResourceCountsSummary {
behindMajor?: number | null;
behindMinor?: number | null;
failed?: number | null;
total: number;
upToDate?: number | null;
}

§Properties

§
behindMajor?: number | null
[src]

The number of resources of this type in the Amazon Web Services account that need a major template version update.

§
behindMinor?: number | null
[src]

The number of resources of this type in the Amazon Web Services account that need a minor template version update.

§
failed?: number | null
[src]

The number of resources of this type in the Amazon Web Services account that failed to deploy.

§
total: number
[src]

The total number of resources of this type in the Amazon Web Services account.

§
upToDate?: number | null
[src]

The number of resources of this type in the Amazon Web Services account that are up-to-date with their template.