View Source ExAws.Config (ExAws v2.3.2)

Generates the configuration for a service.

It starts with the defaults for a given environment and then merges in the common config from the ex_aws config root, and then finally any config specified for the particular service.

Link to this section Summary

Link to this section Types

Link to this section Functions

Link to this function

awscli_auth_credentials(profile, credentials_ini_provider \\ ExAws.CredentialsIni.File)

View Source
Link to this function

build_base(service, overrides \\ %{})

View Source
Link to this function

http_config(service, opts \\ [])

View Source

Builds a minimal HTTP configuration.

Link to this function

new(service, opts \\ [])

View Source
@spec new(
  atom(),
  keyword()
) :: map()

Builds a complete set of config for an operation.

  1. Defaults are pulled from ExAws.Config.Defaults
  2. Common values set via e.g config :ex_aws are merged in.
  3. Keys set on the individual service e.g config :ex_aws, :s3 are merged in
  4. Finally, any configuration overrides are merged in
Link to this function

parse_host_for_region(config)

View Source
Link to this function

retrieve_runtime_config(config)

View Source
Link to this function

retrieve_runtime_value(values, config)

View Source