Skip to content
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

correction in iam/list_access_keys parser: Username should be UserName #415

Merged
merged 1 commit into from
Nov 22, 2017
Merged

correction in iam/list_access_keys parser: Username should be UserName #415

merged 1 commit into from
Nov 22, 2017

Conversation

patleb
Copy link
Contributor

@patleb patleb commented Nov 22, 2017

No description provided.

Copy link
Member

@lanej lanej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reference: http://docs.aws.amazon.com/IAM/latest/APIReference/API_ListAccessKeys.html

UserName
The name of the user.

This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [\w+=,.@-]+

Required: No

@lanej lanej merged commit 710ed63 into fog:master Nov 22, 2017
@lanej
Copy link
Member

lanej commented Nov 22, 2017

Thanks @patleb

@patleb
Copy link
Contributor Author

patleb commented Nov 22, 2017

No problem

@patleb patleb deleted the iam-list-access_keys branch November 22, 2017 17:24
@geemus
Copy link
Member

geemus commented Nov 27, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants