Values.DependentEntitySourceInformation about a resource that another resource is related to or depends on. For example, if a contact is a member of a rotation, the rotation is a dependent entity of the contact.
type nonrec t = {relationType : String_.t option;The type of relationship between one resource and the other resource that it is related to or depends on.
*)dependentResourceIds : SsmContactsArnList.t option;The Amazon Resource Names (ARNs) of the dependent resources.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of [> `String of SsmContactsArn.t ] list
| `String of String_.t ])
list ]