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

Observation

import type { Observation } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/applicationinsights.ts";
interface Observation {
CloudWatchEventDetailType?: string | null;
CloudWatchEventId?: string | null;
CloudWatchEventSource?: CloudWatchEventSource | null;
CodeDeployApplication?: string | null;
CodeDeployDeploymentGroup?: string | null;
CodeDeployDeploymentId?: string | null;
CodeDeployInstanceGroupId?: string | null;
CodeDeployState?: string | null;
EbsCause?: string | null;
EbsEvent?: string | null;
EbsRequestId?: string | null;
EbsResult?: string | null;
Ec2State?: string | null;
EndTime?: Date | number | null;
HealthEventArn?: string | null;
HealthEventDescription?: string | null;
HealthEventTypeCategory?: string | null;
HealthEventTypeCode?: string | null;
HealthService?: string | null;
Id?: string | null;
LineTime?: Date | number | null;
LogFilter?: LogFilter | null;
LogGroup?: string | null;
LogText?: string | null;
MetricName?: string | null;
MetricNamespace?: string | null;
RdsEventCategories?: string | null;
RdsEventMessage?: string | null;
S3EventName?: string | null;
SourceARN?: string | null;
SourceType?: string | null;
StartTime?: Date | number | null;
StatesArn?: string | null;
StatesExecutionArn?: string | null;
StatesInput?: string | null;
StatesStatus?: string | null;
Unit?: string | null;
Value?: number | null;
XRayErrorPercent?: number | null;
XRayFaultPercent?: number | null;
XRayNodeName?: string | null;
XRayNodeType?: string | null;
XRayRequestAverageLatency?: number | null;
XRayRequestCount?: number | null;
XRayThrottlePercent?: number | null;
}

§Properties

§
CloudWatchEventDetailType?: string | null
[src]
§
CloudWatchEventId?: string | null
[src]
§
CloudWatchEventSource?: CloudWatchEventSource | null
[src]
§
CodeDeployApplication?: string | null
[src]
§
CodeDeployDeploymentGroup?: string | null
[src]
§
CodeDeployDeploymentId?: string | null
[src]
§
CodeDeployInstanceGroupId?: string | null
[src]
§
CodeDeployState?: string | null
[src]
§
EbsCause?: string | null
[src]
§
EbsEvent?: string | null
[src]
§
EbsRequestId?: string | null
[src]
§
EbsResult?: string | null
[src]
§
Ec2State?: string | null
[src]
§
EndTime?: Date | number | null
[src]
§
HealthEventArn?: string | null
[src]
§
HealthEventDescription?: string | null
[src]
§
HealthEventTypeCategory?: string | null
[src]
§
HealthEventTypeCode?: string | null
[src]
§
HealthService?: string | null
[src]
§
Id?: string | null
[src]
§
LineTime?: Date | number | null
[src]
§
LogFilter?: LogFilter | null
[src]
§
LogGroup?: string | null
[src]
§
LogText?: string | null
[src]
§
MetricName?: string | null
[src]
§
MetricNamespace?: string | null
[src]
§
RdsEventCategories?: string | null
[src]
§
RdsEventMessage?: string | null
[src]
§
S3EventName?: string | null
[src]
§
SourceARN?: string | null
[src]
§
SourceType?: string | null
[src]
§
StartTime?: Date | number | null
[src]
§
StatesArn?: string | null
[src]
§
StatesExecutionArn?: string | null
[src]
§
StatesInput?: string | null
[src]
§
StatesStatus?: string | null
[src]
§
Unit?: string | null
[src]
§
Value?: number | null
[src]
§
XRayErrorPercent?: number | null
[src]
§
XRayFaultPercent?: number | null
[src]
§
XRayNodeName?: string | null
[src]
§
XRayNodeType?: string | null
[src]
§
XRayRequestAverageLatency?: number | null
[src]
§
XRayRequestCount?: number | null
[src]
§
XRayThrottlePercent?: number | null
[src]