Skip to content

Commit

Permalink
fixup! Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Sep 29, 2021
1 parent 11c8f19 commit 5eb7e5b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/AWS.jl
Original file line number Diff line number Diff line change
Expand Up @@ -145,14 +145,8 @@ using AWS: @service
- `features=val...`: A list of features to enable/disable for this high-level API include.
See [`FeatureSet`](@ref) for a list of available features.
### Features
- `use_response_type::Bool=false`: When enabled, high-level service calls will return an
`AWS.Response` which provides streaming/raw/parsed access to the response. When disabled,
the service call response typically be parsed but will vary depending on the following
parameters: "return_headers", "return_stream", "return_raw", "response_dict_type".
# Return
- `Expression`: Module which embedsd the high-level service API wrapper functions in your namespace
- `Expression`: Module which embeds the high-level service API wrapper functions in your namespace
"""
macro service(module_name::Symbol, features...)
service_name = joinpath(@__DIR__, "services", lowercase(string(module_name)) * ".jl")
Expand Down

0 comments on commit 5eb7e5b

Please sign in to comment.