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

UpdateProjectRequest

import type { UpdateProjectRequest } from "https://aws-api.deno.dev/v0.4/services/evidently.ts?docs=full";
interface UpdateProjectRequest {
appConfigResource?: ProjectAppConfigResourceConfig | null;
description?: string | null;
project: string;
}

§Properties

§
appConfigResource?: ProjectAppConfigResourceConfig | null
[src]

Use this parameter if the project will use client-side evaluation powered by AppConfig. Client-side evaluation allows your application to assign variations to user sessions locally instead of by calling the EvaluateFeature operation. This mitigates the latency and availability risks that come with an API call. allows you to

This parameter is a structure that contains information about the AppConfig application that will be used for client-side evaluation.

§
description?: string | null
[src]

An optional description of the project.

§
project: string
[src]

The name or ARN of the project to update.