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

UpdateMetricAttributionRequest

import type { UpdateMetricAttributionRequest } from "https://aws-api.deno.dev/v0.4/services/personalize.ts?docs=full";
interface UpdateMetricAttributionRequest {
addMetrics?: MetricAttribute[] | null;
metricAttributionArn?: string | null;
metricsOutputConfig?: MetricAttributionOutput | null;
removeMetrics?: string[] | null;
}

§Properties

§
addMetrics?: MetricAttribute[] | null
[src]

Add new metric attributes to the metric attribution.

§
metricAttributionArn?: string | null
[src]

The Amazon Resource Name (ARN) for the metric attribution to update.

§
metricsOutputConfig?: MetricAttributionOutput | null
[src]

An output config for the metric attribution.

§
removeMetrics?: string[] | null
[src]

Remove metric attributes from the metric attribution.