Values.GetLinkInputSourceReturns complete information about one link. To use this operation, provide the link ARN. To retrieve a list of link ARNs, use ListLinks.
type nonrec t = {identifier : ResourceIdentifier.t;The ARN of the link to retrieve information for.
*)includeTags : IncludeTags.t option;Specifies whether to include the tags associated with the link in the response. When IncludeTags is set to true and the caller has the required permission, oam:ListTagsForResource, the API will return the tags for the specified resource. If the caller doesn't have the required permission, oam:ListTagsForResource, the API will raise an exception. The default value is false.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Boolean of IncludeTags.t | `String of ResourceIdentifier.t ])
list ]