complete project code, remain test code

This commit is contained in:
guosj
2022-02-15 17:35:33 +08:00
parent 21aaa4c1f1
commit db7766323e
2 changed files with 33 additions and 4 deletions

View File

@@ -66,6 +66,11 @@ type GetUserResponse struct {
} `xml:"GetUserResult"`
}
type UpdateUserResponse struct {
CommonResponse
XMLName xml.Name `xml:"https://iam.amazonaws.com/doc/2010-05-08/ UpdateUserResponse"`
}
type CreateAccessKeyResponse struct {
CommonResponse
XMLName xml.Name `xml:"https://iam.amazonaws.com/doc/2010-05-08/ CreateAccessKeyResponse"`