moto/moto/iam
David Wilcox 1b6007e2b2 Correct IAM list_server_certs template that was based off incorrect docs (#836)
The documentation for this method is here https://docs.aws.amazon.com/IAM/latest/APIReference/API_ListServerCertificates.html

The docs say the return type is this  ServerCertificateMetadataList.member.N

but the sample response incorrectly include a <ServerCertificateMetadata>. I've sent feedback to the AWS docs telling them to fix their stuff but this also needs to be fixed. I haven't checked other templates with <member> tags in them, as they may be prone to this same problem.
2017-03-04 22:36:25 -05:00
..
__init__.py from __future__ import unicode_literals 2014-08-27 11:33:55 -04:00
exceptions.py Duplicate user needs to be EntityAlreadyExists error code. 2015-12-03 21:59:55 -05:00
models.py IAM: raise error if requiested instance profile does not exist (#802) 2017-01-18 21:36:50 -05:00
responses.py Correct IAM list_server_certs template that was based off incorrect docs (#836) 2017-03-04 22:36:25 -05:00
urls.py Fixed non threadsafe code 2015-03-16 13:13:40 +01:00
utils.py Implement IAM managed policy. 2016-10-20 10:07:41 -07:00