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

DeviceFilterAttribute

import type { DeviceFilterAttribute } from "https://aws-api.deno.dev/v0.4/services/devicefarm.ts?docs=full";
type DeviceFilterAttribute =
| "ARN"
| "PLATFORM"
| "OS_VERSION"
| "MODEL"
| "AVAILABILITY"
| "FORM_FACTOR"
| "MANUFACTURER"
| "REMOTE_ACCESS_ENABLED"
| "REMOTE_DEBUG_ENABLED"
| "INSTANCE_ARN"
| "INSTANCE_LABELS"
| "FLEET_TYPE"

§Type

§
"ARN" | "PLATFORM" | "OS_VERSION" | "MODEL" | "AVAILABILITY" | "FORM_FACTOR" | "MANUFACTURER" | "REMOTE_ACCESS_ENABLED" | "REMOTE_DEBUG_ENABLED" | "INSTANCE_ARN" | "INSTANCE_LABELS" | "FLEET_TYPE" | cmnP.UnexpectedEnumValue
[src]