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

BatchGetMetricDataResponse

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

Represents the result of processing your metric data batch request

interface BatchGetMetricDataResponse {
Errors?: MetricDataError[] | null;
Results?: MetricDataResult[] | null;
}

§Properties

§
Errors?: MetricDataError[] | null
[src]

A list of MetricDataError encountered while processing your metric data batch request.

§
Results?: MetricDataResult[] | null
[src]

A list of successfully retrieved MetricDataResult.