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

Country

import type { Country } from "https://aws-api.deno.dev/v0.4/services/securityhub.ts?docs=full";

Information about a country.

interface Country {
CountryCode?: string | null;
CountryName?: string | null;
}

§Properties

§
CountryCode?: string | null
[src]

The 2-letter ISO 3166 country code for the country.

§
CountryName?: string | null
[src]

The name of the country.