ExAws v2.1.1 ExAws.Operation.Query 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

Link to this type

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