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

CreateCampaignResponse

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

The response for Create Campaign API

interface CreateCampaignResponse {
arn?: string | null;
id?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
arn?: string | null
[src]
§
id?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]