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

StartExperimentRequest

import type { StartExperimentRequest } from "https://aws-api.deno.dev/v0.4/services/fis.ts?docs=full";
interface StartExperimentRequest {
clientToken: string;
experimentTemplateId: string;
tags?: {
[key: string]: string | null | undefined;
}
| null;
}

§Properties

§
clientToken: string
[src]

Unique, case-sensitive identifier that you provide to ensure the idempotency of the request.

§
experimentTemplateId: string
[src]

The ID of the experiment template.

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

The tags to apply to the experiment.