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
Copy file name to clipboardExpand all lines: clients/client-ses/src/models/models_0.ts
+49-15Lines changed: 49 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -912,6 +912,36 @@ export class ConfigurationSetSendingPausedException extends __BaseException {
912
912
}
913
913
}
914
914
915
+
/**
916
+
* <p>When included in a receipt rule, this action parses the received message and
917
+
* starts an email contact in Amazon Connect on your behalf.</p>
918
+
* <note>
919
+
* <p>When you receive emails, the maximum email size (including headers) is 40 MB.
920
+
* Additionally, emails may only have up to 10 attachments.
921
+
* Emails larger than 40 MB or with more than 10 attachments will be bounced.</p>
922
+
* </note>
923
+
* <p>We recommend that you configure this action via Amazon Connect.</p>
924
+
* @public
925
+
*/
926
+
exportinterfaceConnectAction{
927
+
/**
928
+
* <p>The Amazon Resource Name (ARN) for the Amazon Connect instance that Amazon SES integrates with for starting
929
+
* email contacts.</p>
930
+
* <p>For more information about Amazon Connect instances, see the <a href="https://docs.aws.amazon.com/connect/latest/adminguide/amazon-connect-instances.html">Amazon Connect Administrator Guide</a>
931
+
* </p>
932
+
* @public
933
+
*/
934
+
InstanceARN: string|undefined;
935
+
936
+
/**
937
+
* <p> The Amazon Resource Name (ARN) of the IAM role to be used by Amazon Simple Email Service while starting email contacts
938
+
* to the Amazon Connect instance. This role should have permission to invoke <code>connect:StartEmailContact</code>
939
+
* for the given Amazon Connect instance.</p>
940
+
* @public
941
+
*/
942
+
IAMRoleARN: string|undefined;
943
+
}
944
+
915
945
/**
916
946
* <p>Represents a request to create a configuration set. Configuration sets enable you to
917
947
* publish email sending events. For information about using configuration sets, see the
* For example, if your Amazon Web Services account ID is 123456789012 and you want to use the
1732
-
* default managed key in the US West (Oregon) Region, the ARN of the default master
1762
+
* Amazon Web Services managed key in the US West (Oregon) Region, the ARN of the Amazon Web Services managed
1733
1763
* key would be <code>arn:aws:kms:us-west-2:123456789012:alias/aws/ses</code>. If
1734
-
* you use the default managed key, you don't need to perform any extra steps to
1735
-
* give Amazon SES permission to use the key.</p>
1764
+
* you use the Amazon Web Services managed key, you don't need to perform any extra steps to give
1765
+
* Amazon SES permission to use the key.</p>
1736
1766
* </li>
1737
1767
* <li>
1738
-
* <p>To use a custom managed key that you created in Amazon Web Services KMS, provide the ARN of
1739
-
* the managed key and ensure that you add a statement to your key's policy to give
1740
-
* Amazon SES permission to use it. For more information about giving permissions, see
1741
-
* the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1768
+
* <p>To use a customer managed key that you created in Amazon Web Services KMS, provide the ARN
1769
+
* of the customer managed key and ensure that you add a statement to your key's
1770
+
* policy to give Amazon SES permission to use it. For more information about giving
1771
+
* permissions, see the <a href="https://docs.aws.amazon.com/ses/latest/dg/receiving-email-permissions.html">Amazon SES Developer
1742
1772
* Guide</a>.</p>
1743
1773
* </li>
1744
1774
* </ul>
1745
1775
* <p>For more information about key policies, see the <a href="https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html">Amazon Web Services KMS Developer Guide</a>. If
1746
-
* you do not specify a managed key, Amazon SES does not encrypt your emails.</p>
1776
+
* you do not specify an Amazon Web Services KMS key, Amazon SES does not encrypt your emails.</p>
1747
1777
* <important>
1748
1778
* <p>Your mail is encrypted by Amazon SES using the Amazon S3 encryption client before the mail
1749
1779
* is submitted to Amazon S3 for storage. It is not encrypted using Amazon S3 server-side
0 commit comments