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
@jsonNametrait for JSON property names - Default timestamp format:
epoch-seconds - Content-Type:
application/json
Structsยง
- AwsRest
Json Protocol - AWS REST JSON 1.0 protocol (
aws.protocols#restJson1).