|
1027 | 1027 | "TO",
|
1028 | 1028 | "FROM",
|
1029 | 1029 | "CC",
|
1030 |
| - "SUBJECT" |
| 1030 | + "SUBJECT", |
| 1031 | + "ENVELOPE_TO", |
| 1032 | + "ENVELOPE_FROM" |
1031 | 1033 | ]
|
1032 | 1034 | },
|
1033 | 1035 | "ArchiveStringExpression":{
|
|
1509 | 1511 | "type":"list",
|
1510 | 1512 | "member":{"shape":"String"}
|
1511 | 1513 | },
|
| 1514 | + "Envelope":{ |
| 1515 | + "type":"structure", |
| 1516 | + "members":{ |
| 1517 | + "From":{ |
| 1518 | + "shape":"String", |
| 1519 | + "documentation":"<p>The RCPT FROM given by the host from which the email was received.</p>" |
| 1520 | + }, |
| 1521 | + "Helo":{ |
| 1522 | + "shape":"String", |
| 1523 | + "documentation":"<p>The HELO used by the host from which the email was received.</p>" |
| 1524 | + }, |
| 1525 | + "To":{ |
| 1526 | + "shape":"StringList", |
| 1527 | + "documentation":"<p>All SMTP TO entries given by the host from which the email was received.</p>" |
| 1528 | + } |
| 1529 | + }, |
| 1530 | + "documentation":"<p>The SMTP envelope information of the email.</p>" |
| 1531 | + }, |
1512 | 1532 | "ErrorMessage":{"type":"string"},
|
1513 | 1533 | "ExportDestinationConfiguration":{
|
1514 | 1534 | "type":"structure",
|
|
1719 | 1739 | "GetArchiveMessageResponse":{
|
1720 | 1740 | "type":"structure",
|
1721 | 1741 | "members":{
|
| 1742 | + "Envelope":{ |
| 1743 | + "shape":"Envelope", |
| 1744 | + "documentation":"<p>The SMTP envelope information of the email.</p>" |
| 1745 | + }, |
1722 | 1746 | "MessageDownloadLink":{
|
1723 | 1747 | "shape":"S3PresignedURL",
|
1724 | 1748 | "documentation":"<p>A pre-signed URL to temporarily download the full message content.</p>"
|
| 1749 | + }, |
| 1750 | + "Metadata":{ |
| 1751 | + "shape":"Metadata", |
| 1752 | + "documentation":"<p>The metadata about the email.</p>" |
1725 | 1753 | }
|
1726 | 1754 | },
|
1727 | 1755 | "documentation":"<p>The response containing details about the requested archived email message.</p>"
|
|
2726 | 2754 | },
|
2727 | 2755 | "documentation":"<p>The textual body content of an email message.</p>"
|
2728 | 2756 | },
|
| 2757 | + "Metadata":{ |
| 2758 | + "type":"structure", |
| 2759 | + "members":{ |
| 2760 | + "IngressPointId":{ |
| 2761 | + "shape":"IngressPointId", |
| 2762 | + "documentation":"<p>The ID of the ingress endpoint through which the email was received.</p>" |
| 2763 | + }, |
| 2764 | + "RuleSetId":{ |
| 2765 | + "shape":"RuleSetId", |
| 2766 | + "documentation":"<p>The ID of the rule set that processed the email.</p>" |
| 2767 | + }, |
| 2768 | + "SenderHostname":{ |
| 2769 | + "shape":"String", |
| 2770 | + "documentation":"<p>The name of the host from which the email was received.</p>" |
| 2771 | + }, |
| 2772 | + "SenderIpAddress":{ |
| 2773 | + "shape":"SenderIpAddress", |
| 2774 | + "documentation":"<p>The IP address of the host from which the email was received.</p>" |
| 2775 | + }, |
| 2776 | + "Timestamp":{ |
| 2777 | + "shape":"Timestamp", |
| 2778 | + "documentation":"<p>The timestamp of when the email was received.</p>" |
| 2779 | + }, |
| 2780 | + "TlsCipherSuite":{ |
| 2781 | + "shape":"String", |
| 2782 | + "documentation":"<p>The TLS cipher suite used to communicate with the host from which the email was received.</p>" |
| 2783 | + }, |
| 2784 | + "TlsProtocol":{ |
| 2785 | + "shape":"String", |
| 2786 | + "documentation":"<p>The TLS protocol used to communicate with the host from which the email was received.</p>" |
| 2787 | + }, |
| 2788 | + "TrafficPolicyId":{ |
| 2789 | + "shape":"TrafficPolicyId", |
| 2790 | + "documentation":"<p>The ID of the traffic policy that was in effect when the email was received.</p>" |
| 2791 | + } |
| 2792 | + }, |
| 2793 | + "documentation":"<p>The metadata about the email.</p>" |
| 2794 | + }, |
2729 | 2795 | "MimeHeaderAttribute":{
|
2730 | 2796 | "type":"string",
|
2731 | 2797 | "pattern":"^X-[a-zA-Z0-9-]{1,256}$"
|
|
2950 | 3016 | "shape":"String",
|
2951 | 3017 | "documentation":"<p>The date the email was sent.</p>"
|
2952 | 3018 | },
|
| 3019 | + "Envelope":{ |
| 3020 | + "shape":"Envelope", |
| 3021 | + "documentation":"<p>The SMTP envelope information of the email.</p>" |
| 3022 | + }, |
2953 | 3023 | "From":{
|
2954 | 3024 | "shape":"String",
|
2955 | 3025 | "documentation":"<p>The email address of the sender.</p>"
|
|
2962 | 3032 | "shape":"String",
|
2963 | 3033 | "documentation":"<p>The email message ID this is a reply to.</p>"
|
2964 | 3034 | },
|
| 3035 | + "IngressPointId":{ |
| 3036 | + "shape":"IngressPointId", |
| 3037 | + "documentation":"<p>The ID of the ingress endpoint through which the email was received.</p>" |
| 3038 | + }, |
2965 | 3039 | "MessageId":{
|
2966 | 3040 | "shape":"String",
|
2967 | 3041 | "documentation":"<p>The unique message ID of the email.</p>"
|
|
2974 | 3048 | "shape":"Timestamp",
|
2975 | 3049 | "documentation":"<p>The timestamp of when the email was received.</p>"
|
2976 | 3050 | },
|
| 3051 | + "SenderHostname":{ |
| 3052 | + "shape":"String", |
| 3053 | + "documentation":"<p>The name of the host from which the email was received.</p>" |
| 3054 | + }, |
| 3055 | + "SenderIpAddress":{ |
| 3056 | + "shape":"SenderIpAddress", |
| 3057 | + "documentation":"<p>The IP address of the host from which the email was received.</p>" |
| 3058 | + }, |
2977 | 3059 | "Subject":{
|
2978 | 3060 | "shape":"String",
|
2979 | 3061 | "documentation":"<p>The subject header value of the email.</p>"
|
|
3617 | 3699 | },
|
3618 | 3700 | "documentation":"<p>Sends the email to the internet using the ses:SendRawEmail API.</p>"
|
3619 | 3701 | },
|
| 3702 | + "SenderIpAddress":{ |
| 3703 | + "type":"string", |
| 3704 | + "sensitive":true |
| 3705 | + }, |
3620 | 3706 | "ServiceQuotaExceededException":{
|
3621 | 3707 | "type":"structure",
|
3622 | 3708 | "members":{
|
|
3657 | 3743 | "shape":"Timestamp",
|
3658 | 3744 | "documentation":"<p>The start of the timestamp range to include emails from.</p>"
|
3659 | 3745 | },
|
| 3746 | + "IncludeMetadata":{ |
| 3747 | + "shape":"Boolean", |
| 3748 | + "documentation":"<p>Whether to include message metadata as JSON files in the export.</p>" |
| 3749 | + }, |
3660 | 3750 | "MaxResults":{
|
3661 | 3751 | "shape":"ExportMaxResults",
|
3662 | 3752 | "documentation":"<p>The maximum number of email items to include in the export.</p>"
|
|
0 commit comments