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

CreateInputRequest

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

§Properties

§
inputDefinition: InputDefinition
[src]

The definition of the input.

§
inputDescription?: string | null
[src]

A brief description of the input.

§
inputName: string
[src]

The name you want to give to the input.

§
tags?: Tag[] | null
[src]

Metadata that can be used to manage the input.