Skip to content

Commit

Permalink
Adding xmlname to a field in the route53 model cause I can't figure o…
Browse files Browse the repository at this point in the history
…ut how to do it any other way. ARGH!
  • Loading branch information
jeremeamia committed Apr 30, 2015
1 parent 300df7a commit 463f860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Aws/Route53/Resources/route53-2013-04-01.php
Expand Up @@ -1903,8 +1903,9 @@
'type' => 'array',
'location' => 'xml',
'items' => array(
'name' => 'IPAddressCidr',
'name' => 'member',
'type' => 'string',
'sentAs' => 'member',
),
),
'RequestId' => array(
Expand Down

0 comments on commit 463f860

Please sign in to comment.