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

DisassociateChannelFlowRequest

import type { DisassociateChannelFlowRequest } from "https://aws-api.deno.dev/v0.3/services/chimesdkmessaging.ts?docs=full";
interface DisassociateChannelFlowRequest {
ChannelArn: string;
ChannelFlowArn: string;
ChimeBearer: string;
}

§Properties

§
ChannelArn: string
[src]

The ARN of the channel.

§
ChannelFlowArn: string
[src]

The ARN of the channel flow.

§
ChimeBearer: string
[src]

The AppInstanceUserArn of the user making the API call.