{"id":19665795,"url":"https://github.com/seanedwards/ex_aws_boto","last_synced_at":"2026-04-12T23:06:37.616Z","repository":{"id":57498945,"uuid":"241431753","full_name":"seanedwards/ex_aws_boto","owner":"seanedwards","description":"Generate ExAws clients from Botocore JSON specs","archived":false,"fork":false,"pushed_at":"2020-02-23T00:43:14.000Z","size":40,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-25T04:54:52.424Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hexdocs.pm/ex_aws_boto","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/seanedwards.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-02-18T18:04:54.000Z","updated_at":"2020-10-26T19:54:28.000Z","dependencies_parsed_at":"2022-09-06T17:11:53.791Z","dependency_job_id":null,"html_url":"https://github.com/seanedwards/ex_aws_boto","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/seanedwards/ex_aws_boto","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanedwards%2Fex_aws_boto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanedwards%2Fex_aws_boto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanedwards%2Fex_aws_boto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanedwards%2Fex_aws_boto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/seanedwards","download_url":"https://codeload.github.com/seanedwards/ex_aws_boto/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/seanedwards%2Fex_aws_boto/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":285704831,"owners_count":27217839,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-11-21T02:00:06.175Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T16:24:49.769Z","updated_at":"2025-11-21T23:02:52.856Z","avatar_url":"https://github.com/seanedwards.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExAws.Boto\n\nGenerate ExAws clients from Botocore JSON specs.\n\nWork in progress, definitely has bugs. Try it out, but wait for `1.x` before using it in production.\n\nFor example:\n\n```elixir\niex\u003e ExAws.Boto.load(iam: \"2010-05-08\")\n:ok\n\niex\u003e ExAws.IAM.Api.list_users\n...\u003e |\u003e ExAws.IAM.Client.request!()\n%ExAws.IAM.ListUsersResponse{\n  users: [\n    # between zero and several users...\n  ]\n}\n```\n\n## Installation\n\nIf [available in Hex](https://hex.pm/docs/publish), the package can be installed\nby adding `ex_aws_boto` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [\n    {:ex_aws_boto, \"~\u003e 0.1.0\"},\n    {:botocore, github: \"boto/botocore\", compile: false, app: false, runtime: false}\n  ]\nend\n```\n\nDocumentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)\nand published on [HexDocs](https://hexdocs.pm). Once published, the docs can\nbe found at [https://hexdocs.pm/ex_aws_boto](https://hexdocs.pm/ex_aws_boto).\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanedwards%2Fex_aws_boto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fseanedwards%2Fex_aws_boto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fseanedwards%2Fex_aws_boto/lists"}