# `ExAws.Operation.Query`
[🔗](https://github.com/ex-aws/ex_aws/blob/v2.7.0/lib/ex_aws/operation/query.ex#L1)

Datastructure representing an operation on a Query based AWS service

These include:
- SQS
- SNS
- SES

# `t`

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

---

*Consult [api-reference.md](api-reference.md) for complete listing*
