Back to Aws Doc Sdk Examples

Pyref

scenarios/features/sesv2_weekly_mailer/content/tmp/pyref.md

latest1.7 KB
Original Source

\nskip: true\n---" > 10_create_contact.md curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/create_contact.html | pup "#create_contact" | html2text -nobs -utf8 >> 10_create_contact.md

---

```bash
echo "---\nskip: true\n---" > 10_create_contact.md
curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/create_contact.html | pup "#main-col-body" | html2text -nobs -utf8 >> 10_create_contact.md

echo "---\nskip: true\n---" > 10_create_contact_list.md
curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/create_contact_list.html | pup "#main-col-body" | html2text -nobs -utf8 >> 10_create_contact_list.md

echo "---\nskip: true\n---" > 10_create_email_identity.md
curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/create_email_identity.html | pup "#main-col-body" | html2text -nobs -utf8 >> 10_create_email_identity.md

echo "---\nskip: true\n---" > 10_create_email_template.md
curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/create_email_template.html | pup "#main-col-body" | html2text -nobs -utf8 >> 10_create_email_template.md

echo "---\nskip: true\n---" > 10_list_contacts.md
curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/list_contacts.html | pup "#main-col-body" | html2text -nobs -utf8 >> 10_list_contacts.md

echo "---\nskip: true\n---" > 10_send_email.md
curl https://boto3.amazonaws.com/v1/documentation/api/latest/reference/services/sesv2/client/send_email.html | pup "#main-col-body" | html2text -nobs -utf8 >> 10_send_email.md