ExAws.Behaviour behaviour (ExAws v2.2.3) View Source

A behaviour definition for the core operations of ExAws

Link to this section Summary

Link to this section Callbacks

Specs

request(ExAws.Operation.t()) :: {:ok, term()} | {:error, term()}

Specs

request(ExAws.Operation.t(), Keyword.t()) :: {:ok, term()} | {:error, term()}

Specs

request!(ExAws.Operation.t()) :: term() | no_return()

Specs

request!(ExAws.Operation.t(), Keyword.t()) :: term() | no_return()

Specs

Specs