diff --git a/src/AWS.jl b/src/AWS.jl index cb752e3b9..4278907c3 100644 --- a/src/AWS.jl +++ b/src/AWS.jl @@ -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")