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

PendingModifiedValues

import type { PendingModifiedValues } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface PendingModifiedValues {
AuthTokenStatus?: AuthTokenUpdateStatus | null;
CacheNodeIdsToRemove: string[];
CacheNodeType?: string | null;
EngineVersion?: string | null;
LogDeliveryConfigurations: PendingLogDeliveryConfiguration[];
NumCacheNodes?: number | null;
}

§Properties

§
AuthTokenStatus?: AuthTokenUpdateStatus | null
[src]
§
CacheNodeIdsToRemove: string[]
[src]
§
CacheNodeType?: string | null
[src]
§
EngineVersion?: string | null
[src]
§
LogDeliveryConfigurations: PendingLogDeliveryConfiguration[]
[src]
§
NumCacheNodes?: number | null
[src]