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

ClaimDeviceRequest

import type { ClaimDeviceRequest } from "https://aws-api.deno.dev/v0.3/services/medialive.ts?docs=full";

A request to claim an AWS Elemental device that you have purchased from a third-party vendor.

interface ClaimDeviceRequest {
Id?: string | null;
}

§Properties

§
Id?: string | null
[src]

The id of the device you want to claim.