Use proper xml tag for ListUserTagsResult's Tags (#4350)

This commit is contained in:
Dan Farrell 2021-09-27 05:04:41 -05:00 committed by GitHub
parent e4c074de69
commit de2e627c41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1866,10 +1866,10 @@ LIST_USER_TAGS_TEMPLATE = """<ListUserTagsResponse>
<ListUserTagsResult>
<Tags>
{% for tag in user_tags %}
<item>
<member>
<Key>{{ tag.Key }}</Key>
<Value>{{ tag.Value }}</Value>
</item>
</member>
{% endfor %}
</Tags>
<IsTruncated>false</IsTruncated>