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

Service

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

The metadata for a service, such as the service code and available attribute names.

interface Service {
AttributeNames?: string[] | null;
ServiceCode?: string | null;
}

§Properties

§
AttributeNames?: string[] | null
[src]

The attributes that are available for this service.

§
ServiceCode?: string | null
[src]

The code for the Amazon Web Services service.