Subject: | Perl module does not parse tagSets for Volumes |
Hi!
The XML returned from Amazon gives you tagSets for Volumes when you
describe them:
'item' => [
{
'volumeId' => 'vol-7c8fd123',
'status' => 'available',
'tagSet' => {
'item' => [
{
'value' =>
'mdfsdfsfsdfsdfs',
'key' =>
'name'
}
]
},
'createTime' => '2012-08-
02T14:15:39.000Z',
'snapshotId' => {},
'size' => '100',
'attachmentSet' => {},
'availabilityZone' => 'eu-west-1a'
}
]
Please parse them into tagSet objects.
Thanks,
Allard