import { type AWSIntegration } from "https://deno.land/x/mackerel_client_deno@v0.7.0/awsintegrations.ts";
definition: { id: string; name: string; memo: string; key: string | null; roleArn: string | null; externalID: string | null; region: string; includedTags: string; excludedTags: string; services: AWSIntegrationServices; }