Skip to content

Commit

Permalink
Merge pull request #283 from danielgtaylor/notification-arns
Browse files Browse the repository at this point in the history
Add override for NotificationARNs. Fixes #283.
  • Loading branch information
danielgtaylor committed May 14, 2014
2 parents 25fa334 + 323075a commit 578465e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions botocore/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ def emit(self, record):
('DescribeStorediSCSIVolumes', '-'): 'describe-stored-iscsi-volumes',
('CreateStorediSCSIVolume', '_'): 'create_stored_iscsi_volume',
('CreateStorediSCSIVolume', '-'): 'create-stored-iscsi-volume',
('NotificationARNs', '_'): 'notification_arns',
('NotificationARNs', '-'): 'notification-arns',
}
ScalarTypes = ('string', 'integer', 'boolean', 'timestamp', 'float', 'double')

Expand Down

0 comments on commit 578465e

Please sign in to comment.