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

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;
}

§Properties

§
effectiveSettings?: boolean | null
[src]
§
maxResults?: number | null
[src]
§
name?: SettingName | null
[src]
§
nextToken?: string | null
[src]
§
principalArn?: string | null
[src]
§
value?: string | null
[src]