ExAws.Operation.Query (ExAws v2.2.3) View Source

Datastructure representing an operation on a Query based AWS service

These include:

  • SQS
  • SNS
  • SES

Link to this section Summary

Link to this section Types

Specs

t() :: %ExAws.Operation.Query{
  action: term(),
  content_encoding: term(),
  params: term(),
  parser: term(),
  path: term(),
  service: term()
}