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

UpdateDestinationRequest

import type { UpdateDestinationRequest } from "https://aws-api.deno.dev/v0.3/services/iotwireless.ts?docs=full";
interface UpdateDestinationRequest {
Description?: string | null;
Expression?: string | null;
ExpressionType?: ExpressionType | null;
Name: string;
RoleArn?: string | null;
}

§Properties

§
Description?: string | null
[src]

A new description of the resource.

§
Expression?: string | null
[src]

The new rule name or topic rule to send messages to.

§
ExpressionType?: ExpressionType | null
[src]

The type of value in Expression.

§
Name: string
[src]

The new name of the resource.

§
RoleArn?: string | null
[src]

The ARN of the IAM Role that authorizes the destination.