-
Notifications
You must be signed in to change notification settings - Fork 249
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[request]: Add a link to the return type in the fluent client docs #348
Comments
I am not sure, it is a related issue or not. E.g. in this piece of documentation some links are not working (consider "(using UpdateGameServer )" and many others). I guess it should be linked to something: related Rust primitive or to the corresponding AWS documentation, idk. |
oh great catch! Do you mind filing a separate issue? We'll track that and
down and get it fixed.
…On Sat, Dec 18, 2021 at 8:40 PM Alexander Zaitsev ***@***.***> wrote:
I am not sure, it is a related issue or not.
E.g. in this piece of documentation
<https://docs.rs/aws-sdk-gamelift/latest/aws_sdk_gamelift/client/fluent_builders/struct.ClaimGameServer.html>
some links are not working (consider "(using UpdateGameServer )" and many
others).
I guess it should be linked to something: related Rust primitive or to the
corresponding AWS documentation, idk.
—
Reply to this email directly, view it on GitHub
<#348 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADYKZ5G7UZCRWYYI5L4B5LURUZ2DANCNFSM5KHARZKA>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Sure, no problem. I will create a separate issue. |
New issue is here: #357 |
landed in v0.5.2 |
|
Tell us about your request
Add a link to the return type to the fluent builder method in the docs. Currently docs like: https://docs.rs/aws-sdk-s3/latest/aws_sdk_s3/client/struct.Client.html#method.list_buckets don't link to the return type—customers need to click through to find the send method to figure out the actual return type.
Tell us about the problem you're trying to solve.
Use the SDK
Are you currently working around this issue?
IDE type hints, clicking through to the
send
method.Additional context
filed on behalf of @carllerche
The text was updated successfully, but these errors were encountered: