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

UpdateInputRequest

import type { UpdateInputRequest } from "https://aws-api.deno.dev/v0.3/services/iotevents.ts?docs=full";
interface UpdateInputRequest {
inputDefinition: InputDefinition;
inputDescription?: string | null;
inputName: string;
}

§Properties

§
inputDefinition: InputDefinition
[src]

The definition of the input.

§
inputDescription?: string | null
[src]

A brief description of the input.

§
inputName: string
[src]

The name of the input you want to update.