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

CreatePartnerInputRequest

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

A request to create a partner input

interface CreatePartnerInputRequest {
InputId: string;
RequestId?: string | null;
Tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
InputId: string
[src]

Unique ID of the input.

§
RequestId?: string | null
[src]

Unique identifier of the request to ensure the request is handled exactly once in case of retries.

§
Tags?: {
[key: string]: string | null | undefined;
}
| null
[src]

A collection of key-value pairs.