Values.InsightImpactGraphServiceSourceInformation about an application that processed requests, users that made requests, or downstream services, resources, and applications that an application used.
type nonrec t = {referenceId : NullableInteger.t option;Identifier for the service. Unique within the service map.
*)type_ : String_.t option;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.
*)name : String_.t option;The canonical name of the service.
*)names : ServiceNames.t option;A list of names for the service, including the canonical name.
*)accountId : String_.t option;Identifier of the Amazon Web Services account in which the service runs.
*)edges : InsightImpactGraphEdgeList.t option;Connections to downstream services.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Integer of NullableInteger.t
| `List of
[> `String of String_.t
| `Structure of (string * [> `Integer of NullableInteger.t ]) list ]
list
| `String of String_.t ])
list ]