Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Aws.Query
SourceThis module is used to produce the nested url query structure used in AWS api requests.
The query type. In the following examples, constructors are ellided for brevity.
Structs are encoded as (name1, val); (name2, val)...
.
Lists are encoded as (0, val); (1, val)...
.
This is how to turn a Query.t into a string suitable for including in a url. It is a query string, ie field=val&field=val...
This is a helper to convert a list into a Query.t. It encodes it as (0, val); (1, val)...
.