mirror of https://github.com/caronc/apprise
details() consistency update for SNS and SES services (#919)
parent
a4a5141226
commit
cd970843a3
|
@ -157,6 +157,7 @@ class NotifySES(NotifyBase):
|
|||
'name': _('From Email'),
|
||||
'type': 'string',
|
||||
'map_to': 'from_addr',
|
||||
'required': True,
|
||||
},
|
||||
'access_key_id': {
|
||||
'name': _('Access Key ID'),
|
||||
|
|
|
@ -144,6 +144,7 @@ class NotifySNS(NotifyBase):
|
|||
'targets': {
|
||||
'name': _('Targets'),
|
||||
'type': 'list:string',
|
||||
'required': True,
|
||||
},
|
||||
})
|
||||
|
||||
|
|
Loading…
Reference in New Issue