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

JourneyExecutionMetricsResponse

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

Provides the results of a query that retrieved the data for a standard execution metric that applies to a journey, and provides information about that query.

interface JourneyExecutionMetricsResponse {
ApplicationId: string;
JourneyId: string;
LastEvaluatedTime: string;
Metrics: {
[key: string]: string | null | undefined;
}
;
}

§Properties

§
ApplicationId: string
[src]

The unique identifier for the application that the metric applies to.

§
JourneyId: string
[src]

The unique identifier for the journey that the metric applies to.

§
LastEvaluatedTime: string
[src]

The date and time, in ISO 8601 format, when Amazon Pinpoint last evaluated the journey and updated the data for the metric.

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

A JSON object that contains the results of the query. For information about the structure and contents of the results, see the Amazon Pinpoint Developer Guide.