ExAws v1.1.1 ExAws.Operation.RestJSON

Datastructure representing an operation on a Rest 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.

Summary

Types

t()
t() :: %ExAws.Operation.RestJSON{before_request: term, data: term, headers: term, http_method: term, parser: term, path: term, service: term, stream_builder: term}

Functions

new(service, opts)