| 76 | } |
| 77 | |
| 78 | type Error struct { |
| 79 | XMLName xml.Name `xml:"Error"` |
| 80 | Key string `xml:"Key"` |
| 81 | VersionId string `xml:"VersionId,omitempty"` |
| 82 | Code string `xml:"Code,omitempty"` |
| 83 | Message string `xml:"Message,omitempty"` |
| 84 | } |
| 85 | |
| 86 | type DeleteResult struct { |
| 87 | XMLName xml.Name `json:"DeleteResult"` |
nothing calls this directly
no outgoing calls
no test coverage detected