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

User

import type { User } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/elasticache.ts";
interface User {
AccessString?: string | null;
ARN?: string | null;
Authentication?: Authentication | null;
Engine?: string | null;
Status?: string | null;
UserGroupIds: string[];
UserId?: string | null;
UserName?: string | null;
}

§Properties

§
AccessString?: string | null
[src]
§
ARN?: string | null
[src]
§
Authentication?: Authentication | null
[src]
§
Engine?: string | null
[src]
§
Status?: string | null
[src]
§
UserGroupIds: string[]
[src]
§
UserId?: string | null
[src]
§
UserName?: string | null
[src]