You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(client-mailmanager): Introduce a new RuleSet condition evaluation, where customers can set up a StringExpression with a MimeHeader condition. This condition will perform the necessary validation based on the X-header provided by customers.
Copy file name to clipboardExpand all lines: clients/client-mailmanager/README.md
+5-6
Original file line number
Diff line number
Diff line change
@@ -6,15 +6,14 @@
6
6
7
7
AWS SDK for JavaScript MailManager Client for Node.js, Browser and React Native.
8
8
9
-
<fullname>AWS SES Mail Manager API</fullname>
9
+
<fullname>Amazon SES Mail Manager API</fullname>
10
10
11
-
<p>
12
-
<ahref="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
13
-
that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
11
+
<p>The Amazon SES Mail Manager API contains operations and data types
12
+
that comprise the Mail Manager feature of <ahref="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
14
13
<p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
15
14
your organization's email infrastructure, simplify email workflow management, and
16
-
streamline email compliance control. To learn more, see the <ahref="https://docs.aws.amazon.com/ses/latest/dg/eb.html">Mail Manager chapter</a> in the Amazon SES Developer
17
-
Guide.</p>
15
+
streamline email compliance control. To learn more, see the <ahref="https://docs.aws.amazon.com/ses/latest/dg/eb.html">Mail Manager chapter</a> in the <i>Amazon SES Developer
* <a href="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
967
-
* that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
964
+
* <fullname>Amazon SES Mail Manager API</fullname>
965
+
* <p>The Amazon SES Mail Manager API contains operations and data types
966
+
* that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
968
967
* <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
969
968
* your organization's email infrastructure, simplify email workflow management, and
970
-
* 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
971
-
* Guide.</p>
969
+
* 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
* <a href="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
435
-
* that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
432
+
* <fullname>Amazon SES Mail Manager API</fullname>
433
+
* <p>The Amazon SES Mail Manager API contains operations and data types
434
+
* that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
436
435
* <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
437
436
* your organization's email infrastructure, simplify email workflow management, and
438
-
* 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
439
-
* Guide.</p>
437
+
* 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
Copy file name to clipboardExpand all lines: clients/client-mailmanager/src/index.ts
+5-6
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,13 @@
1
1
// smithy-typescript generated code
2
2
/* eslint-disable */
3
3
/**
4
-
* <fullname>AWS SES Mail Manager API</fullname>
5
-
* <p>
6
-
* <a href="http://aws.amazon.com/ses">AWS SES Mail Manager API</a> contains operations and data types
7
-
* that comprise the Mail Manager feature of Amazon Simple Email Service.</p>
4
+
* <fullname>Amazon SES Mail Manager API</fullname>
5
+
* <p>The Amazon SES Mail Manager API contains operations and data types
6
+
* that comprise the Mail Manager feature of <a href="http://aws.amazon.com/ses">Amazon Simple Email Service (SES)</a>.</p>
8
7
* <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen
9
8
* your organization's email infrastructure, simplify email workflow management, and
10
-
* 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
11
-
* Guide.</p>
9
+
* 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
Copy file name to clipboardExpand all lines: codegen/sdk-codegen/aws-models/mailmanager.json
+24-3
Original file line number
Diff line number
Diff line change
@@ -4410,7 +4410,7 @@
4410
4410
},
4411
4411
"aws.protocols#awsJson1_0": {},
4412
4412
"smithy.api#cors": {},
4413
-
"smithy.api#documentation": "<fullname>AWS SES Mail Manager API</fullname>\n <p>\n <a href=\"http://aws.amazon.com/ses\">AWS SES Mail Manager API</a> contains operations and data types\n that comprise the Mail Manager feature of Amazon Simple Email Service.</p>\n <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen\n your organization's email infrastructure, simplify email workflow management, and\n 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\n Guide.</p>",
4413
+
"smithy.api#documentation": "<fullname>Amazon SES Mail Manager API</fullname>\n <p>The Amazon SES Mail Manager API contains operations and data types\n that comprise the Mail Manager feature of <a href=\"http://aws.amazon.com/ses\">Amazon Simple Email Service (SES)</a>.</p>\n <p>Mail Manager is a set of Amazon SES email gateway features designed to help you strengthen\n your organization's email infrastructure, simplify email workflow management, and\n 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\n Guide</i>.</p>",
0 commit comments