Values.RdsDbClusterSnapshotAttributesMapSourcetype nonrec t =
(RdsDbClusterSnapshotAttributeName.t * RdsDbClusterSnapshotAttributeValue.t)
listval to_value :
('a * RdsDbClusterSnapshotAttributeValue.t) list ->
[> `Map of
([> `String of 'a ]
* [> `Structure of
(string
* [> `List of
[> `String of RdsDbClusterSnapshotAccountId.t ] list ])
list ])
list ]val to_query :
(RdsDbClusterSnapshotAccountId.t * RdsDbClusterSnapshotAttributeValue.t) list ->
Awso.Client.Query.tval to_json :
(RdsDbClusterSnapshotAccountId.t * RdsDbClusterSnapshotAttributeValue.t) list ->
Yojson.Safe.t