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

Item

import type { Item } from "https://aws-api.deno.dev/v0.4/services/simpledb.ts?docs=full";
interface Item {
AlternateNameEncoding?: string | null;
Attributes: Attribute[];
Name: string;
}

§Properties

§
AlternateNameEncoding?: string | null
[src]
§
Attributes: Attribute[]
[src]

A list of attributes.

§
Name: string
[src]

The name of the item.