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

GetRetainedMessageRequest

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

The input for the GetRetainedMessage operation.

interface GetRetainedMessageRequest {
topic: string;
}

§Properties

§
topic: string
[src]

The topic name of the retained message to retrieve.