Values.HoneycodeMetadataSourceThe connector metadata specific to Amazon Honeycode.
type nonrec t = {oAuthScopes : OAuthScopeList.t option;The desired authorization scope for the Amazon Honeycode account.
*)}val to_value :
t ->
[> `Structure of
(string * [> `List of [> `String of OAuthScope.t ] list ]) list ]