ExAws v2.1.8 ExAws.Behaviour behaviour View Source
A behaviour definition for the core operations of ExAws
Link to this section Summary
Link to this section Callbacks
Link to this callback
request(arg1)
View Sourcerequest(ExAws.Operation.t()) :: {:ok, term()} | {:error, term()}
Link to this callback
request(arg1, arg2)
View Sourcerequest(ExAws.Operation.t(), Keyword.t()) :: {:ok, term()} | {:error, term()}
Link to this callback
request!(arg1)
View Sourcerequest!(ExAws.Operation.t()) :: term() | no_return()
Link to this callback
request!(arg1, arg2)
View Sourcerequest!(ExAws.Operation.t(), Keyword.t()) :: term() | no_return()
Link to this callback
stream!(arg1, arg2)
View Sourcestream!(ExAws.Operation.t(), Keyword.t()) :: Enumerable.t()