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

UpdateApplicationRequest

import type { UpdateApplicationRequest } from "https://aws-api.deno.dev/v0.3/services/iotfleethub.ts?docs=full";
interface UpdateApplicationRequest {
applicationDescription?: string | null;
applicationId: string;
applicationName?: string | null;
clientToken?: string | null;
}

§Properties

§
applicationDescription?: string | null
[src]

An optional description of the web application.

§
applicationId: string
[src]

The unique Id of the web application.

§
applicationName?: string | null
[src]

The name of the web application.

§
clientToken?: string | null
[src]

A unique case-sensitive identifier that you can provide to ensure the idempotency of the request. Don't reuse this client token if a new idempotent request is required.