This commit is contained in:
Chris Lu
2026-02-20 18:40:47 -08:00
parent 66680c58b7
commit f7c27cc81f
5 changed files with 29 additions and 29 deletions

View File

@@ -95,7 +95,7 @@ type ListPolicyVersionsResponse struct {
// GetPolicyVersionResponse is the response for GetPolicyVersion action.
type GetPolicyVersionResponse struct {
CommonResponse
XMLName xml.Name `xml:"https://iam.amazonaws.com/doc/2010-05-08/ GetPolicyVersionResponse"`
XMLName xml.Name `xml:"https://iam.amazonaws.com/doc/2010-05-08/ GetPolicyVersionResponse"`
GetPolicyVersionResult struct {
PolicyVersion iam.PolicyVersion `xml:"PolicyVersion"`
} `xml:"GetPolicyVersionResult"`