Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Not generating syntax examples for some blob params #4

Open
jamesls opened this issue May 22, 2013 · 0 comments
Open

Not generating syntax examples for some blob params #4

jamesls opened this issue May 22, 2013 · 0 comments

Comments

@jamesls
Copy link
Member

jamesls commented May 22, 2013

I believe this is if a struct param has a single blob param you don't get any help, for example:

$ aws ses send-raw-email help
...
       --raw-message (structure)
              The  raw  text  of  the  message.  The client is responsible for
              ensuring the following:

       o Message must contain a header and a body, separated by a blank  line.

       o All required header fields must be present.

       o Each part of a multipart MIME message must be formatted properly.

       o MIME content types must be among those supported by Amazon SES. Refer
         to the Amazon SES Developer Guide for more details.

       o Content must be base64-encoded, if MIME requires it.

       data (blob)
         The raw data of the message. The client must ensure that the  message
         format  complies with Internet email standards regarding email header
         fields, MIME types, MIME encoding, and  base64  encoding  (if  neces-
         sary).

         For  more  information,  go  to  the`Amazon  SES  Developer  Guide <-
         http://docs.amazonwebservices.com/ses/latest/DeveloperGuide>`_ .

         JSON Parameter Syntax

         {

         }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant