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

MetadataField

import type { MetadataField } from "https://aws-api.deno.dev/v0.4/services/codeguruprofiler.ts?docs=full";
type MetadataField =
| "ComputePlatform"
| "AgentId"
| "AwsRequestId"
| "ExecutionEnvironment"
| "LambdaFunctionArn"
| "LambdaMemoryLimitInMB"
| "LambdaRemainingTimeInMilliseconds"
| "LambdaTimeGapBetweenInvokesInMilliseconds"
| "LambdaPreviousExecutionTimeInMilliseconds"

§Type

§
"ComputePlatform" | "AgentId" | "AwsRequestId" | "ExecutionEnvironment" | "LambdaFunctionArn" | "LambdaMemoryLimitInMB" | "LambdaRemainingTimeInMilliseconds" | "LambdaTimeGapBetweenInvokesInMilliseconds" | "LambdaPreviousExecutionTimeInMilliseconds" | cmnP.UnexpectedEnumValue
[src]