ExAws v1.0.0-beta2 ExAws.Operation.JSON
Datastructure representing an operation on a JSON based AWS service.
This module is generally not used directly, but rather is constructed by one of the relevant AWS services.
These include:
- DynamoDB
- Kinesis
- Lambda (Rest style)
JSON services are generally pretty simple. You just need to populate the data
attribute with whatever request body parameters need converted to JSON, and set
any service specific headers.
The before_request
Summary
Types
t :: %ExAws.Operation.JSON{before_request: term, data: term, headers: term, http_method: term, parser: term, path: term, service: term, stream_builder: term}