Skip to content

Commit

Permalink
Merge #482
Browse files Browse the repository at this point in the history
482: AWS API Definitions Updated r=mattBrzezinski a=github-actions[bot]

Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action

Co-authored-by: mattBrzezinski <[email protected]>
  • Loading branch information
bors[bot] and mattBrzezinski authored Oct 13, 2021
2 parents 978a1d1 + ad1d579 commit 754c655
Show file tree
Hide file tree
Showing 23 changed files with 1,772 additions and 561 deletions.
2 changes: 1 addition & 1 deletion src/AWSExceptions.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function AWSException(e::HTTP.StatusError, body::AbstractString)
elseif parse(Int, HTTP.header(e.response, "Content-Length", "0")) > 0
# Should only occur streaming a response and error handling is improperly configured
@error "Internal Error: provided body is empty while the reported content-length " *
"is non-zero"
"is non-zero"
end

# There are times when Errors or Error are returned back
Expand Down
1 change: 1 addition & 0 deletions src/AWSServices.jl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

111 changes: 111 additions & 0 deletions src/services/backup.jl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

47 changes: 12 additions & 35 deletions src/services/chime.jl

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 754c655

Please sign in to comment.