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

DescribeHealthServiceStatusForOrganizationResponse

import type { DescribeHealthServiceStatusForOrganizationResponse } from "https://aws-api.deno.dev/v0.4/services/health.ts?docs=full";
interface DescribeHealthServiceStatusForOrganizationResponse {
healthServiceAccessStatusForOrganization?: string | null;
}

§Properties

§
healthServiceAccessStatusForOrganization?: string | null
[src]

Information about the status of enabling or disabling the Health organizational view feature in your organization.

Valid values are ENABLED | DISABLED | PENDING.