Values.SetCognitoEventsRequestSourceA request to configure Cognito Events""
type nonrec t = {identityPoolId : IdentityPoolId.t;The Cognito Identity Pool to use when configuring Cognito Events
*)events : Events.t;The events to configure
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of CognitoEventType.t ]
* [> `String of LambdaFunctionArn.t ])
list
| `String of IdentityPoolId.t ])
list ]