aws-elixir v0.6.0 AWS.Client View Source

Access and connections details needed when making requests to AWS services.

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %AWS.Client{
  access_key_id: term(),
  endpoint: term(),
  port: term(),
  proto: term(),
  region: term(),
  secret_access_key: term(),
  service: term(),
  session_token: term()
}