baiji v0.6.7 Baiji.Request.JSON.Encoder
Encodes a request’s input into a JSON payload based on the Operation’s shape - primarily excludes URI parameters from the JSON payload.
Link to this section Summary
Functions
Encode an input into a JSON blob based on the Operation’s shape and type
Remove any input parameters that are marked with the ‘uri’ location based on the input shape provided
Link to this section Functions
Link to this function
encode(operation)
Encode an input into a JSON blob based on the Operation’s shape and type
Link to this function
remove_uri_parameters(input, map, shapes, out)
Remove any input parameters that are marked with the ‘uri’ location based on the input shape provided