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

Category

import type { Category } from "https://aws-api.deno.dev/v0.3/services/support.ts?docs=full";

A JSON-formatted name/value pair that represents the category name and category code of the problem, selected from the "DescribeServices" response for each Amazon Web Services service.

interface Category {
code?: string | null;
name?: string | null;
}

§Properties

§
code?: string | null
[src]

The category code for the support case.

§
name?: string | null
[src]

The category name for the support case.