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

ServiceHealth

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

Represents the health of an Amazon Web Services service.

interface ServiceHealth {
Insight?: ServiceInsightHealth | null;
ServiceName?: ServiceName | null;
}

§Properties

§
Insight?: ServiceInsightHealth | null
[src]

Represents the health of an Amazon Web Services service. This is a ServiceInsightHealth that contains the number of open proactive and reactive insights for this service.

§
ServiceName?: ServiceName | null
[src]

The name of the Amazon Web Services service.