Values.ServiceDependencySourceThis structure contains information about one dependency of this service.
type nonrec t = {operationName : OperationName.t option;The name of the operation in this service that calls the dependency.
*)dependencyKeyAttributes : Attributes.t option;This is a string-to-string map. It can include the following fields. Type designates the type of object this is. ResourceType specifies the type of the resource. This field is used only when the value of the Type field is Resource or AWS::Resource. Name specifies the name of the object. This is used only if the value of the Type field is Service, RemoteService, or AWS::Service. Identifier identifies the resource objects of this resource. This is used only if the value of the Type field is Resource or AWS::Resource. Environment specifies the location where this object is hosted, or what it belongs to.
*)dependencyOperationName : OperationName.t option;The name of the called operation in the dependency.
*)metricReferences : MetricReferences.t option;An array of structures that each contain information about one metric associated with this service dependency that was discovered by Application Signals.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of DimensionName.t ])
list ]
list
| `String of Namespace.t ])
list ]
list
| `Map of
([> `String of KeyAttributeName.t ]
* [> `String of KeyAttributeValue.t ])
list
| `String of OperationName.t ])
list ]