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

Partition

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

§Type

§
"aws" | "aws-cn" | "aws-us-gov" | cmnP.UnexpectedEnumValue
[src]