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

Datastructure representing an operation on a Query based AWS service

These include:

  • SQS
  • SNS
  • SES

Summary

Types

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