|
11 | 11 | "signatureVersion":"v4",
|
12 | 12 | "signingName":"ses",
|
13 | 13 | "targetPrefix":"MailManagerSvc",
|
14 |
| - "uid":"mailmanager-2023-10-17" |
| 14 | + "uid":"mailmanager-2023-10-17", |
| 15 | + "auth":["aws.auth#sigv4"] |
15 | 16 | },
|
16 | 17 | "operations":{
|
17 | 18 | "CreateAddonInstance":{
|
|
717 | 718 | {"shape":"ConflictException"},
|
718 | 719 | {"shape":"ResourceNotFoundException"}
|
719 | 720 | ],
|
720 |
| - "documentation":"<p>>Update attributes of an already provisioned rule set.</p>", |
| 721 | + "documentation":"<p>Update attributes of an already provisioned rule set.</p>", |
721 | 722 | "idempotent":true
|
722 | 723 | },
|
723 | 724 | "UpdateTrafficPolicy":{
|
|
2725 | 2726 | },
|
2726 | 2727 | "documentation":"<p>The textual body content of an email message.</p>"
|
2727 | 2728 | },
|
| 2729 | + "MimeHeaderAttribute":{ |
| 2730 | + "type":"string", |
| 2731 | + "pattern":"^X-[a-zA-Z0-9-]{1,256}$" |
| 2732 | + }, |
2728 | 2733 | "NameOrArn":{
|
2729 | 2734 | "type":"string",
|
2730 | 2735 | "max":2048,
|
|
3388 | 3393 | "Attribute":{
|
3389 | 3394 | "shape":"RuleStringEmailAttribute",
|
3390 | 3395 | "documentation":"<p>The email attribute to evaluate in a string condition expression.</p>"
|
| 3396 | + }, |
| 3397 | + "MimeHeaderAttribute":{ |
| 3398 | + "shape":"MimeHeaderAttribute", |
| 3399 | + "documentation":"<p>The email MIME X-Header attribute to evaluate in a string condition expression.</p>" |
3391 | 3400 | }
|
3392 | 3401 | },
|
3393 | 3402 | "documentation":"<p>The string to evaluate in a string condition expression.</p>",
|
|
3750 | 3759 | "type":"list",
|
3751 | 3760 | "member":{"shape":"String"}
|
3752 | 3761 | },
|
| 3762 | + "StringValue":{ |
| 3763 | + "type":"string", |
| 3764 | + "max":2048, |
| 3765 | + "min":1 |
| 3766 | + }, |
3753 | 3767 | "StringValueList":{
|
3754 | 3768 | "type":"list",
|
3755 |
| - "member":{"shape":"String"}, |
| 3769 | + "member":{"shape":"StringValue"}, |
3756 | 3770 | "max":10,
|
3757 | 3771 | "min":1
|
3758 | 3772 | },
|
|
4052 | 4066 | "exception":true
|
4053 | 4067 | }
|
4054 | 4068 | },
|
4055 |
| - "documentation":"<p><fullname>AWS SES Mail Manager API</fullname> <p> <a href=\"http://aws.amazon.com/ses\">AWS SES Mail Manager API</a> contains operations and data types that comprise the Mail Manager feature of Amazon Simple Email Service.</p> <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen your organization's email infrastructure, simplify email workflow management, and streamline email compliance control. To learn more, see the <a href=\"https://docs.aws.amazon.com/ses/latest/dg/eb.html\">Mail Manager chapter</a> in the Amazon SES Developer Guide.</p></p>" |
| 4069 | + "documentation":"<p><fullname>Amazon SES Mail Manager API</fullname> <p>The Amazon SES Mail Manager API contains operations and data types that comprise the Mail Manager feature of <a href=\"http://aws.amazon.com/ses\">Amazon Simple Email Service (SES)</a>.</p> <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen your organization's email infrastructure, simplify email workflow management, and streamline email compliance control. To learn more, see the <a href=\"https://docs.aws.amazon.com/ses/latest/dg/eb.html\">Mail Manager chapter</a> in the <i>Amazon SES Developer Guide</i>.</p></p>" |
4056 | 4070 | }
|
0 commit comments