Values_0.BatchGetTriggersRequestSourceReturns a list of resource metadata for a given list of trigger names. After calling the ListTriggers operation, you can call this operation to access the data to which you have been granted permissions. This operation supports all IAM permissions, including permission conditions that uses tags.
type nonrec t = {triggerNames : TriggerNameList.t;A list of trigger names, which may be the names returned from the ListTriggers operation.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of NameString.t ] list ]) list ]