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

InsightImpactGraphService

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

Information about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.

interface InsightImpactGraphService {
AccountId?: string | null;
Edges?: InsightImpactGraphEdge[] | null;
Name?: string | null;
Names?: string[] | null;
ReferenceId?: number | null;
Type?: string | null;
}

§Properties

§
AccountId?: string | null
[src]

Identifier of the Amazon Web Services account in which the service runs.

§

Connections to downstream services.

§
Name?: string | null
[src]

The canonical name of the service.

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

A list of names for the service, including the canonical name.

§
ReferenceId?: number | null
[src]

Identifier for the service. Unique within the service map.

§
Type?: string | null
[src]

Identifier for the service. Unique within the service map.

  • Amazon Web Services Resource - The type of an Amazon Web Services resource. For example, AWS::EC2::Instance for an application running on Amazon EC2 or AWS::DynamoDB::Table for an Amazon DynamoDB table that the application used.
  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
  • Amazon Web Services Service - The type of an Amazon Web Services service. For example, AWS::DynamoDB for downstream calls to Amazon DynamoDB that didn't target a specific table.
  • remote - A downstream service of indeterminate type.