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

SuccessfulRequest

import type { SuccessfulRequest } from "https://aws-api.deno.dev/v0.4/services/connectcampaigns.ts?docs=full";

A successful request identified by the unique client token.

interface SuccessfulRequest {
clientToken?: string | null;
id?: string | null;
}

§Properties

§
clientToken?: string | null
[src]
§
id?: string | null
[src]