Module: AWS::Core::Client::QueryJSON

Included in:
DynamoDB::Client, SimpleWorkflow::Client
Defined in:
lib/aws/core/client/query_json.rb

Overview

When a client class extends this module, its API configuration is parsed. For each operation in the API configuration, one client method is added.

Clients extending QueryJSON all have in common their method of serializing request (input) parameters and parsing response (output) JSON.

Defined Under Namespace

Modules: ErrorParser