aws / aws-sdk-js-v3

Modularized AWS SDK for JavaScript.
Apache License 2.0
3.06k stars 573 forks source link

Typo in tag name #6004

Closed tenceleste closed 5 months ago

tenceleste commented 5 months ago

Describe the issue

In the given example, the tags are listed as "Tags": [ { "Key": "Acount", "Value": "143327655" } ] "Acount" should be "Account"

Links

https://docs.aws.amazon.com/AWSJavaScriptSDK/v3/latest/client/database-migration-service/command/CreateReplicationTaskCommand/

RanVaknin commented 5 months ago

Hi @tenbradley ,

The code examples for our docs are defined upstream with the service team itself. This is not something that the SDK team can change.

Also, you can name your key anything, so while Acount is not a word, you can define any tag name you want.

Thanks for taking the time and submitting this. Ran~

github-actions[bot] commented 5 months ago

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs and link to relevant comments in this thread.