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

ChannelFlowCallbackRequest

import type { ChannelFlowCallbackRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface ChannelFlowCallbackRequest {
CallbackId: string;
ChannelArn: string;
ChannelMessage: ChannelMessageCallback;
DeleteResource?: boolean | null;
}

§Properties

§
CallbackId: string
[src]

The identifier passed to the processor by the service when invoked. Use the identifier to call back the service.

§
ChannelArn: string
[src]

The ARN of the channel.

§

Stores information about the processed message.

§
DeleteResource?: boolean | null
[src]

When a processor determines that a message needs to be DENIED, pass this parameter with a value of true.