Module aws_rest_json_1

Module aws_rest_json_1 

Source
Expand description

AWS REST JSON 1.0 protocol implementation.

This module provides AwsRestJsonProtocol, which constructs an [HttpBindingProtocol] with a JsonCodec configured for the aws.protocols#restJson1 protocol:

  • Uses @jsonName trait for JSON property names
  • Default timestamp format: epoch-seconds
  • Content-Type: application/json

Structsยง

AwsRestJsonProtocol
AWS REST JSON 1.0 protocol (aws.protocols#restJson1).