ListAccountSettingsRequest
import type { ListAccountSettingsRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface ListAccountSettingsRequest {
effectiveSettings?: boolean | null;
maxResults?: number | null;
name?: SettingName | null;
nextToken?: string | null;
principalArn?: string | null;
value?: string | null;
}