Submit
Path:
~
/
/
lib
/
python2.7
/
site-packages
/
awscli
/
customizations
/
File Content:
sessendemail.pyc
� =��Xc @ s� d Z d d l m Z d d l m Z d d l m Z d Z d Z d Z d Z d Z d Z d � Z d � Z d � Z d � Z d e f d � � YZ d e f d � � YZ d S( s� This customization provides a simpler interface for the ``ses send-email`` command. This simplified form is based on the legacy CLI. The simple format will be:: aws ses send-email --subject SUBJECT --from FROM_EMAIL --to-addresses addr ... --cc-addresses addr ... --bcc-addresses addr ... --reply-to-addresses addr ... --return-path addr --text TEXTBODY --html HTMLBODY i����( t utils( t CustomArgument( t# validate_mutually_exclusive_handlersm The email addresses of the primary recipients. You can specify multiple recipients as space-separated valuessk The email addresses of copy recipients (Cc). You can specify multiple recipients as space-separated valuessy The email addresses of blind-carbon-copy recipients (Bcc). You can specify multiple recipients as space-separated valuess The subject of the messages The raw text body of the messages The HTML body of the messagec C s[ | j d t � | j d t d g d d d g � � | j d t d g d d g � � d S( Ns&