diff --git a/botocore/__init__.py b/botocore/__init__.py index 5803b2875a..e96dc27906 100644 --- a/botocore/__init__.py +++ b/botocore/__init__.py @@ -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')