DescribeComponentConfigurationResponse
import type { DescribeComponentConfigurationResponse } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/applicationinsights.ts";interface DescribeComponentConfigurationResponse {
ComponentConfiguration?: string | null;
Monitor?: boolean | null;
Tier?: Tier | null;
}