@aws-sdk/client-mailmanager 3.1019.0 → 3.1021.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +29 -0
- package/dist-cjs/schemas/schemas_0.js +94 -44
- package/dist-es/MailManager.js +7 -7
- package/dist-es/models/enums.js +25 -0
- package/dist-es/schemas/schemas_0.js +88 -38
- package/dist-types/MailManager.d.ts +60 -60
- package/dist-types/MailManagerClient.d.ts +63 -63
- package/dist-types/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/commands/CreateAddonSubscriptionCommand.d.ts +3 -0
- package/dist-types/commands/CreateIngressPointCommand.d.ts +9 -1
- package/dist-types/commands/CreateRuleSetCommand.d.ts +18 -0
- package/dist-types/commands/DeleteAddressListCommand.d.ts +3 -0
- package/dist-types/commands/DeregisterMemberFromAddressListCommand.d.ts +3 -0
- package/dist-types/commands/GetIngressPointCommand.d.ts +11 -2
- package/dist-types/commands/GetRuleSetCommand.d.ts +18 -0
- package/dist-types/commands/ListIngressPointsCommand.d.ts +2 -2
- package/dist-types/commands/RegisterMemberToAddressListCommand.d.ts +3 -0
- package/dist-types/commands/UpdateIngressPointCommand.d.ts +8 -0
- package/dist-types/commands/UpdateRuleSetCommand.d.ts +18 -0
- package/dist-types/index.d.ts +1 -1
- package/dist-types/models/enums.d.ts +57 -0
- package/dist-types/models/models_0.d.ts +225 -4
- package/dist-types/pagination/ListAddonInstancesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddonSubscriptionsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddressListImportJobsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListAddressListsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchiveExportsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchiveSearchesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListArchivesPaginator.d.ts +1 -1
- package/dist-types/pagination/ListIngressPointsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListMembersOfAddressListPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRelaysPaginator.d.ts +1 -1
- package/dist-types/pagination/ListRuleSetsPaginator.d.ts +1 -1
- package/dist-types/pagination/ListTrafficPoliciesPaginator.d.ts +1 -1
- package/dist-types/schemas/schemas_0.d.ts +4 -0
- package/dist-types/ts3.4/MailManagerClient.d.ts +2 -3
- package/dist-types/ts3.4/auth/httpAuthExtensionConfiguration.d.ts +1 -1
- package/dist-types/ts3.4/models/enums.d.ts +32 -0
- package/dist-types/ts3.4/models/models_0.d.ts +113 -0
- package/dist-types/ts3.4/schemas/schemas_0.d.ts +4 -0
- package/package.json +14 -14
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AcceptAction, ActionFailurePolicy, ArchiveBooleanEmailAttribute, ArchiveBooleanOperator, ArchiveState, ArchiveStringEmailAttribute, ArchiveStringOperator, ExportState, ImportDataType, ImportJobStatus, IngressAddressListEmailAttribute, IngressBooleanOperator, IngressIpOperator, IngressIpv4Attribute, IngressIpv6Attribute, IngressPointStatus, IngressPointStatusToUpdate, IngressPointType, IngressStringEmailAttribute, IngressStringOperator, IngressTlsAttribute, IngressTlsProtocolAttribute, IngressTlsProtocolOperator, IpType, MailFrom, RetentionPeriod, RuleAddressListEmailAttribute, RuleBooleanEmailAttribute, RuleBooleanOperator, RuleDmarcOperator, RuleDmarcPolicy, RuleIpEmailAttribute, RuleIpOperator, RuleNumberEmailAttribute, RuleNumberOperator, RuleStringEmailAttribute, RuleStringOperator, RuleVerdict, RuleVerdictAttribute, RuleVerdictOperator, SearchState, SnsNotificationEncoding, SnsNotificationPayloadType } from "./enums";
|
|
1
|
+
import type { AcceptAction, ActionFailurePolicy, ArchiveBooleanEmailAttribute, ArchiveBooleanOperator, ArchiveState, ArchiveStringEmailAttribute, ArchiveStringOperator, ExportState, ImportDataType, ImportJobStatus, IngressAddressListEmailAttribute, IngressBooleanOperator, IngressIpOperator, IngressIpv4Attribute, IngressIpv6Attribute, IngressPointStatus, IngressPointStatusToUpdate, IngressPointType, IngressStringEmailAttribute, IngressStringOperator, IngressTlsAttribute, IngressTlsProtocolAttribute, IngressTlsProtocolOperator, IpType, LambdaInvocationType, MailFrom, RetentionPeriod, RuleAddressListEmailAttribute, RuleBooleanEmailAttribute, RuleBooleanOperator, RuleClientCertificateAttribute, RuleDmarcOperator, RuleDmarcPolicy, RuleIpEmailAttribute, RuleIpOperator, RuleNumberEmailAttribute, RuleNumberOperator, RuleStringEmailAttribute, RuleStringOperator, RuleVerdict, RuleVerdictAttribute, RuleVerdictOperator, SearchState, SnsNotificationEncoding, SnsNotificationPayloadType, TlsPolicy, TrustStoreResponseOption } from "./enums";
|
|
2
2
|
/**
|
|
3
3
|
* <p>The action to add a header to a message. When executed, this action will add the given header to the message.</p>
|
|
4
4
|
* @public
|
|
@@ -890,6 +890,47 @@ export interface UpdateArchiveRequest {
|
|
|
890
890
|
*/
|
|
891
891
|
export interface UpdateArchiveResponse {
|
|
892
892
|
}
|
|
893
|
+
/**
|
|
894
|
+
* <p>The action to send a bounce response for the email. When executed, this action generates a non-delivery report (bounce) back to the sender.</p>
|
|
895
|
+
* @public
|
|
896
|
+
*/
|
|
897
|
+
export interface BounceAction {
|
|
898
|
+
/**
|
|
899
|
+
* <p>A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the caller does not have the permissions to call the SendBounce API.</p>
|
|
900
|
+
* @public
|
|
901
|
+
*/
|
|
902
|
+
ActionFailurePolicy?: ActionFailurePolicy | undefined;
|
|
903
|
+
/**
|
|
904
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role to use to send the bounce message.</p>
|
|
905
|
+
* @public
|
|
906
|
+
*/
|
|
907
|
+
RoleArn: string | undefined;
|
|
908
|
+
/**
|
|
909
|
+
* <p>The sender email address of the bounce message.</p>
|
|
910
|
+
* @public
|
|
911
|
+
*/
|
|
912
|
+
Sender: string | undefined;
|
|
913
|
+
/**
|
|
914
|
+
* <p>The enhanced status code for the bounce, in the format of x.y.z (e.g. 5.1.1).</p>
|
|
915
|
+
* @public
|
|
916
|
+
*/
|
|
917
|
+
StatusCode: string | undefined;
|
|
918
|
+
/**
|
|
919
|
+
* <p>The SMTP reply code for the bounce, as defined by RFC 5321.</p>
|
|
920
|
+
* @public
|
|
921
|
+
*/
|
|
922
|
+
SmtpReplyCode: string | undefined;
|
|
923
|
+
/**
|
|
924
|
+
* <p>The diagnostic message included in the Diagnostic-Code header of the bounce.</p>
|
|
925
|
+
* @public
|
|
926
|
+
*/
|
|
927
|
+
DiagnosticMessage: string | undefined;
|
|
928
|
+
/**
|
|
929
|
+
* <p>The human-readable text to include in the bounce message.</p>
|
|
930
|
+
* @public
|
|
931
|
+
*/
|
|
932
|
+
Message?: string | undefined;
|
|
933
|
+
}
|
|
893
934
|
/**
|
|
894
935
|
* <p>The import data format contains the specifications of the input file that would be passed to the address list import job.</p>
|
|
895
936
|
* @public
|
|
@@ -941,11 +982,43 @@ export interface CreateAddressListImportJobResponse {
|
|
|
941
982
|
*/
|
|
942
983
|
PreSignedUrl: string | undefined;
|
|
943
984
|
}
|
|
985
|
+
/**
|
|
986
|
+
* <p>The trust store used for mutual TLS authentication. It contains the certificate authority (CA) certificates and optional certificate revocation list (CRL).</p>
|
|
987
|
+
* @public
|
|
988
|
+
*/
|
|
989
|
+
export interface TrustStore {
|
|
990
|
+
/**
|
|
991
|
+
* <p>The PEM-encoded certificate authority (CA) certificates bundle for the trust store.</p>
|
|
992
|
+
* @public
|
|
993
|
+
*/
|
|
994
|
+
CAContent: string | undefined;
|
|
995
|
+
/**
|
|
996
|
+
* <p>The PEM-encoded certificate revocation lists (CRLs) for the trust store. There can be one CRL per certificate authority (CA) in the trust store.</p>
|
|
997
|
+
* @public
|
|
998
|
+
*/
|
|
999
|
+
CrlContent?: string | undefined;
|
|
1000
|
+
/**
|
|
1001
|
+
* <p>The Amazon Resource Name (ARN) of the KMS key used to encrypt the trust store contents.</p>
|
|
1002
|
+
* @public
|
|
1003
|
+
*/
|
|
1004
|
+
KmsKeyArn?: string | undefined;
|
|
1005
|
+
}
|
|
1006
|
+
/**
|
|
1007
|
+
* <p>The mutual TLS authentication configuration for an ingress endpoint.</p>
|
|
1008
|
+
* @public
|
|
1009
|
+
*/
|
|
1010
|
+
export interface TlsAuthConfiguration {
|
|
1011
|
+
/**
|
|
1012
|
+
* <p>The trust store configuration for mutual TLS authentication.</p>
|
|
1013
|
+
* @public
|
|
1014
|
+
*/
|
|
1015
|
+
TrustStore?: TrustStore | undefined;
|
|
1016
|
+
}
|
|
944
1017
|
/**
|
|
945
1018
|
* <p>The configuration of the ingress endpoint resource.</p>
|
|
946
1019
|
* @public
|
|
947
1020
|
*/
|
|
948
|
-
export type IngressPointConfiguration = IngressPointConfiguration.SecretArnMember | IngressPointConfiguration.SmtpPasswordMember | IngressPointConfiguration.$UnknownMember;
|
|
1021
|
+
export type IngressPointConfiguration = IngressPointConfiguration.SecretArnMember | IngressPointConfiguration.SmtpPasswordMember | IngressPointConfiguration.TlsAuthConfigurationMember | IngressPointConfiguration.$UnknownMember;
|
|
949
1022
|
/**
|
|
950
1023
|
* @public
|
|
951
1024
|
*/
|
|
@@ -957,6 +1030,7 @@ export declare namespace IngressPointConfiguration {
|
|
|
957
1030
|
interface SmtpPasswordMember {
|
|
958
1031
|
SmtpPassword: string;
|
|
959
1032
|
SecretArn?: never;
|
|
1033
|
+
TlsAuthConfiguration?: never;
|
|
960
1034
|
$unknown?: never;
|
|
961
1035
|
}
|
|
962
1036
|
/**
|
|
@@ -966,6 +1040,17 @@ export declare namespace IngressPointConfiguration {
|
|
|
966
1040
|
interface SecretArnMember {
|
|
967
1041
|
SmtpPassword?: never;
|
|
968
1042
|
SecretArn: string;
|
|
1043
|
+
TlsAuthConfiguration?: never;
|
|
1044
|
+
$unknown?: never;
|
|
1045
|
+
}
|
|
1046
|
+
/**
|
|
1047
|
+
* <p>The mutual TLS authentication configuration of the ingress endpoint resource.</p>
|
|
1048
|
+
* @public
|
|
1049
|
+
*/
|
|
1050
|
+
interface TlsAuthConfigurationMember {
|
|
1051
|
+
SmtpPassword?: never;
|
|
1052
|
+
SecretArn?: never;
|
|
1053
|
+
TlsAuthConfiguration: TlsAuthConfiguration;
|
|
969
1054
|
$unknown?: never;
|
|
970
1055
|
}
|
|
971
1056
|
/**
|
|
@@ -974,6 +1059,7 @@ export declare namespace IngressPointConfiguration {
|
|
|
974
1059
|
interface $UnknownMember {
|
|
975
1060
|
SmtpPassword?: never;
|
|
976
1061
|
SecretArn?: never;
|
|
1062
|
+
TlsAuthConfiguration?: never;
|
|
977
1063
|
$unknown: [string, any];
|
|
978
1064
|
}
|
|
979
1065
|
/**
|
|
@@ -983,6 +1069,7 @@ export declare namespace IngressPointConfiguration {
|
|
|
983
1069
|
interface Visitor<T> {
|
|
984
1070
|
SmtpPassword: (value: string) => T;
|
|
985
1071
|
SecretArn: (value: string) => T;
|
|
1072
|
+
TlsAuthConfiguration: (value: TlsAuthConfiguration) => T;
|
|
986
1073
|
_: (name: string, value: any) => T;
|
|
987
1074
|
}
|
|
988
1075
|
}
|
|
@@ -1092,6 +1179,11 @@ export interface CreateIngressPointRequest {
|
|
|
1092
1179
|
* @public
|
|
1093
1180
|
*/
|
|
1094
1181
|
NetworkConfiguration?: NetworkConfiguration | undefined;
|
|
1182
|
+
/**
|
|
1183
|
+
* <p>The Transport Layer Security (TLS) policy for the ingress point. The FIPS value is only valid in US and Canada regions.</p>
|
|
1184
|
+
* @public
|
|
1185
|
+
*/
|
|
1186
|
+
TlsPolicy?: TlsPolicy | undefined;
|
|
1095
1187
|
/**
|
|
1096
1188
|
* <p>The tags used to organize, track, or control access for the resource. For example, \{ "tags": \{"key1":"value1", "key2":"value2"\} \}.</p>
|
|
1097
1189
|
* @public
|
|
@@ -1257,6 +1349,37 @@ export interface DeliverToQBusinessAction {
|
|
|
1257
1349
|
*/
|
|
1258
1350
|
export interface DropAction {
|
|
1259
1351
|
}
|
|
1352
|
+
/**
|
|
1353
|
+
* <p>The action to invoke an Amazon Web Services Lambda function for processing the email.</p>
|
|
1354
|
+
* @public
|
|
1355
|
+
*/
|
|
1356
|
+
export interface InvokeLambdaAction {
|
|
1357
|
+
/**
|
|
1358
|
+
* <p>A policy that states what to do in the case of failure. The action will fail if there are configuration errors. For example, the Amazon Web Services Lambda function no longer exists.</p>
|
|
1359
|
+
* @public
|
|
1360
|
+
*/
|
|
1361
|
+
ActionFailurePolicy?: ActionFailurePolicy | undefined;
|
|
1362
|
+
/**
|
|
1363
|
+
* <p>The Amazon Resource Name (ARN) of the Lambda function to invoke.</p>
|
|
1364
|
+
* @public
|
|
1365
|
+
*/
|
|
1366
|
+
FunctionArn: string | undefined;
|
|
1367
|
+
/**
|
|
1368
|
+
* <p>The invocation type of the Lambda function. Use EVENT for asynchronous invocation or REQUEST_RESPONSE for synchronous invocation.</p>
|
|
1369
|
+
* @public
|
|
1370
|
+
*/
|
|
1371
|
+
InvocationType: LambdaInvocationType | undefined;
|
|
1372
|
+
/**
|
|
1373
|
+
* <p>The Amazon Resource Name (ARN) of the IAM role to use to invoke the Lambda function.</p>
|
|
1374
|
+
* @public
|
|
1375
|
+
*/
|
|
1376
|
+
RoleArn: string | undefined;
|
|
1377
|
+
/**
|
|
1378
|
+
* <p>The maximum time in minutes that the email processing can be retried if the Lambda invocation fails. The maximum value is 2160 minutes (36 hours).</p>
|
|
1379
|
+
* @public
|
|
1380
|
+
*/
|
|
1381
|
+
RetryTimeMinutes?: number | undefined;
|
|
1382
|
+
}
|
|
1260
1383
|
/**
|
|
1261
1384
|
* <p>The action to publish the email content to an Amazon SNS topic. When executed, this action will send the email as a notification to the specified SNS topic.</p>
|
|
1262
1385
|
* @public
|
|
@@ -1371,7 +1494,7 @@ export interface S3Action {
|
|
|
1371
1494
|
* <p>The action for a rule to take. Only one of the contained actions can be set.</p>
|
|
1372
1495
|
* @public
|
|
1373
1496
|
*/
|
|
1374
|
-
export type RuleAction = RuleAction.AddHeaderMember | RuleAction.ArchiveMember | RuleAction.DeliverToMailboxMember | RuleAction.DeliverToQBusinessMember | RuleAction.DropMember | RuleAction.PublishToSnsMember | RuleAction.RelayMember | RuleAction.ReplaceRecipientMember | RuleAction.SendMember | RuleAction.WriteToS3Member | RuleAction.$UnknownMember;
|
|
1497
|
+
export type RuleAction = RuleAction.AddHeaderMember | RuleAction.ArchiveMember | RuleAction.BounceMember | RuleAction.DeliverToMailboxMember | RuleAction.DeliverToQBusinessMember | RuleAction.DropMember | RuleAction.InvokeLambdaMember | RuleAction.PublishToSnsMember | RuleAction.RelayMember | RuleAction.ReplaceRecipientMember | RuleAction.SendMember | RuleAction.WriteToS3Member | RuleAction.$UnknownMember;
|
|
1375
1498
|
/**
|
|
1376
1499
|
* @public
|
|
1377
1500
|
*/
|
|
@@ -1391,6 +1514,8 @@ export declare namespace RuleAction {
|
|
|
1391
1514
|
DeliverToMailbox?: never;
|
|
1392
1515
|
DeliverToQBusiness?: never;
|
|
1393
1516
|
PublishToSns?: never;
|
|
1517
|
+
Bounce?: never;
|
|
1518
|
+
InvokeLambda?: never;
|
|
1394
1519
|
$unknown?: never;
|
|
1395
1520
|
}
|
|
1396
1521
|
/**
|
|
@@ -1408,6 +1533,8 @@ export declare namespace RuleAction {
|
|
|
1408
1533
|
DeliverToMailbox?: never;
|
|
1409
1534
|
DeliverToQBusiness?: never;
|
|
1410
1535
|
PublishToSns?: never;
|
|
1536
|
+
Bounce?: never;
|
|
1537
|
+
InvokeLambda?: never;
|
|
1411
1538
|
$unknown?: never;
|
|
1412
1539
|
}
|
|
1413
1540
|
/**
|
|
@@ -1425,6 +1552,8 @@ export declare namespace RuleAction {
|
|
|
1425
1552
|
DeliverToMailbox?: never;
|
|
1426
1553
|
DeliverToQBusiness?: never;
|
|
1427
1554
|
PublishToSns?: never;
|
|
1555
|
+
Bounce?: never;
|
|
1556
|
+
InvokeLambda?: never;
|
|
1428
1557
|
$unknown?: never;
|
|
1429
1558
|
}
|
|
1430
1559
|
/**
|
|
@@ -1442,6 +1571,8 @@ export declare namespace RuleAction {
|
|
|
1442
1571
|
DeliverToMailbox?: never;
|
|
1443
1572
|
DeliverToQBusiness?: never;
|
|
1444
1573
|
PublishToSns?: never;
|
|
1574
|
+
Bounce?: never;
|
|
1575
|
+
InvokeLambda?: never;
|
|
1445
1576
|
$unknown?: never;
|
|
1446
1577
|
}
|
|
1447
1578
|
/**
|
|
@@ -1459,6 +1590,8 @@ export declare namespace RuleAction {
|
|
|
1459
1590
|
DeliverToMailbox?: never;
|
|
1460
1591
|
DeliverToQBusiness?: never;
|
|
1461
1592
|
PublishToSns?: never;
|
|
1593
|
+
Bounce?: never;
|
|
1594
|
+
InvokeLambda?: never;
|
|
1462
1595
|
$unknown?: never;
|
|
1463
1596
|
}
|
|
1464
1597
|
/**
|
|
@@ -1476,6 +1609,8 @@ export declare namespace RuleAction {
|
|
|
1476
1609
|
DeliverToMailbox?: never;
|
|
1477
1610
|
DeliverToQBusiness?: never;
|
|
1478
1611
|
PublishToSns?: never;
|
|
1612
|
+
Bounce?: never;
|
|
1613
|
+
InvokeLambda?: never;
|
|
1479
1614
|
$unknown?: never;
|
|
1480
1615
|
}
|
|
1481
1616
|
/**
|
|
@@ -1493,6 +1628,8 @@ export declare namespace RuleAction {
|
|
|
1493
1628
|
DeliverToMailbox?: never;
|
|
1494
1629
|
DeliverToQBusiness?: never;
|
|
1495
1630
|
PublishToSns?: never;
|
|
1631
|
+
Bounce?: never;
|
|
1632
|
+
InvokeLambda?: never;
|
|
1496
1633
|
$unknown?: never;
|
|
1497
1634
|
}
|
|
1498
1635
|
/**
|
|
@@ -1510,6 +1647,8 @@ export declare namespace RuleAction {
|
|
|
1510
1647
|
DeliverToMailbox: DeliverToMailboxAction;
|
|
1511
1648
|
DeliverToQBusiness?: never;
|
|
1512
1649
|
PublishToSns?: never;
|
|
1650
|
+
Bounce?: never;
|
|
1651
|
+
InvokeLambda?: never;
|
|
1513
1652
|
$unknown?: never;
|
|
1514
1653
|
}
|
|
1515
1654
|
/**
|
|
@@ -1527,6 +1666,8 @@ export declare namespace RuleAction {
|
|
|
1527
1666
|
DeliverToMailbox?: never;
|
|
1528
1667
|
DeliverToQBusiness: DeliverToQBusinessAction;
|
|
1529
1668
|
PublishToSns?: never;
|
|
1669
|
+
Bounce?: never;
|
|
1670
|
+
InvokeLambda?: never;
|
|
1530
1671
|
$unknown?: never;
|
|
1531
1672
|
}
|
|
1532
1673
|
/**
|
|
@@ -1544,6 +1685,46 @@ export declare namespace RuleAction {
|
|
|
1544
1685
|
DeliverToMailbox?: never;
|
|
1545
1686
|
DeliverToQBusiness?: never;
|
|
1546
1687
|
PublishToSns: SnsAction;
|
|
1688
|
+
Bounce?: never;
|
|
1689
|
+
InvokeLambda?: never;
|
|
1690
|
+
$unknown?: never;
|
|
1691
|
+
}
|
|
1692
|
+
/**
|
|
1693
|
+
* <p>This action sends a bounce response for the email.</p>
|
|
1694
|
+
* @public
|
|
1695
|
+
*/
|
|
1696
|
+
interface BounceMember {
|
|
1697
|
+
Drop?: never;
|
|
1698
|
+
Relay?: never;
|
|
1699
|
+
Archive?: never;
|
|
1700
|
+
WriteToS3?: never;
|
|
1701
|
+
Send?: never;
|
|
1702
|
+
AddHeader?: never;
|
|
1703
|
+
ReplaceRecipient?: never;
|
|
1704
|
+
DeliverToMailbox?: never;
|
|
1705
|
+
DeliverToQBusiness?: never;
|
|
1706
|
+
PublishToSns?: never;
|
|
1707
|
+
Bounce: BounceAction;
|
|
1708
|
+
InvokeLambda?: never;
|
|
1709
|
+
$unknown?: never;
|
|
1710
|
+
}
|
|
1711
|
+
/**
|
|
1712
|
+
* <p>This action invokes an Amazon Web Services Lambda function to process the email.</p>
|
|
1713
|
+
* @public
|
|
1714
|
+
*/
|
|
1715
|
+
interface InvokeLambdaMember {
|
|
1716
|
+
Drop?: never;
|
|
1717
|
+
Relay?: never;
|
|
1718
|
+
Archive?: never;
|
|
1719
|
+
WriteToS3?: never;
|
|
1720
|
+
Send?: never;
|
|
1721
|
+
AddHeader?: never;
|
|
1722
|
+
ReplaceRecipient?: never;
|
|
1723
|
+
DeliverToMailbox?: never;
|
|
1724
|
+
DeliverToQBusiness?: never;
|
|
1725
|
+
PublishToSns?: never;
|
|
1726
|
+
Bounce?: never;
|
|
1727
|
+
InvokeLambda: InvokeLambdaAction;
|
|
1547
1728
|
$unknown?: never;
|
|
1548
1729
|
}
|
|
1549
1730
|
/**
|
|
@@ -1560,6 +1741,8 @@ export declare namespace RuleAction {
|
|
|
1560
1741
|
DeliverToMailbox?: never;
|
|
1561
1742
|
DeliverToQBusiness?: never;
|
|
1562
1743
|
PublishToSns?: never;
|
|
1744
|
+
Bounce?: never;
|
|
1745
|
+
InvokeLambda?: never;
|
|
1563
1746
|
$unknown: [string, any];
|
|
1564
1747
|
}
|
|
1565
1748
|
/**
|
|
@@ -1577,6 +1760,8 @@ export declare namespace RuleAction {
|
|
|
1577
1760
|
DeliverToMailbox: (value: DeliverToMailboxAction) => T;
|
|
1578
1761
|
DeliverToQBusiness: (value: DeliverToQBusinessAction) => T;
|
|
1579
1762
|
PublishToSns: (value: SnsAction) => T;
|
|
1763
|
+
Bounce: (value: BounceAction) => T;
|
|
1764
|
+
InvokeLambda: (value: InvokeLambdaAction) => T;
|
|
1580
1765
|
_: (name: string, value: any) => T;
|
|
1581
1766
|
}
|
|
1582
1767
|
}
|
|
@@ -1799,7 +1984,7 @@ export interface RuleNumberExpression {
|
|
|
1799
1984
|
* <p>The string to evaluate in a string condition expression.</p>
|
|
1800
1985
|
* @public
|
|
1801
1986
|
*/
|
|
1802
|
-
export type RuleStringToEvaluate = RuleStringToEvaluate.AnalysisMember | RuleStringToEvaluate.AttributeMember | RuleStringToEvaluate.MimeHeaderAttributeMember | RuleStringToEvaluate.$UnknownMember;
|
|
1987
|
+
export type RuleStringToEvaluate = RuleStringToEvaluate.AnalysisMember | RuleStringToEvaluate.AttributeMember | RuleStringToEvaluate.ClientCertificateAttributeMember | RuleStringToEvaluate.MimeHeaderAttributeMember | RuleStringToEvaluate.$UnknownMember;
|
|
1803
1988
|
/**
|
|
1804
1989
|
* @public
|
|
1805
1990
|
*/
|
|
@@ -1812,6 +1997,7 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1812
1997
|
Attribute: RuleStringEmailAttribute;
|
|
1813
1998
|
MimeHeaderAttribute?: never;
|
|
1814
1999
|
Analysis?: never;
|
|
2000
|
+
ClientCertificateAttribute?: never;
|
|
1815
2001
|
$unknown?: never;
|
|
1816
2002
|
}
|
|
1817
2003
|
/**
|
|
@@ -1822,6 +2008,7 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1822
2008
|
Attribute?: never;
|
|
1823
2009
|
MimeHeaderAttribute: string;
|
|
1824
2010
|
Analysis?: never;
|
|
2011
|
+
ClientCertificateAttribute?: never;
|
|
1825
2012
|
$unknown?: never;
|
|
1826
2013
|
}
|
|
1827
2014
|
/**
|
|
@@ -1832,6 +2019,18 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1832
2019
|
Attribute?: never;
|
|
1833
2020
|
MimeHeaderAttribute?: never;
|
|
1834
2021
|
Analysis: Analysis;
|
|
2022
|
+
ClientCertificateAttribute?: never;
|
|
2023
|
+
$unknown?: never;
|
|
2024
|
+
}
|
|
2025
|
+
/**
|
|
2026
|
+
* <p>The client certificate attribute to evaluate in a string condition expression.</p>
|
|
2027
|
+
* @public
|
|
2028
|
+
*/
|
|
2029
|
+
interface ClientCertificateAttributeMember {
|
|
2030
|
+
Attribute?: never;
|
|
2031
|
+
MimeHeaderAttribute?: never;
|
|
2032
|
+
Analysis?: never;
|
|
2033
|
+
ClientCertificateAttribute: RuleClientCertificateAttribute;
|
|
1835
2034
|
$unknown?: never;
|
|
1836
2035
|
}
|
|
1837
2036
|
/**
|
|
@@ -1841,6 +2040,7 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1841
2040
|
Attribute?: never;
|
|
1842
2041
|
MimeHeaderAttribute?: never;
|
|
1843
2042
|
Analysis?: never;
|
|
2043
|
+
ClientCertificateAttribute?: never;
|
|
1844
2044
|
$unknown: [string, any];
|
|
1845
2045
|
}
|
|
1846
2046
|
/**
|
|
@@ -1851,6 +2051,7 @@ export declare namespace RuleStringToEvaluate {
|
|
|
1851
2051
|
Attribute: (value: RuleStringEmailAttribute) => T;
|
|
1852
2052
|
MimeHeaderAttribute: (value: string) => T;
|
|
1853
2053
|
Analysis: (value: Analysis) => T;
|
|
2054
|
+
ClientCertificateAttribute: (value: RuleClientCertificateAttribute) => T;
|
|
1854
2055
|
_: (name: string, value: any) => T;
|
|
1855
2056
|
}
|
|
1856
2057
|
}
|
|
@@ -3255,6 +3456,11 @@ export interface GetIngressPointRequest {
|
|
|
3255
3456
|
* @public
|
|
3256
3457
|
*/
|
|
3257
3458
|
IngressPointId: string | undefined;
|
|
3459
|
+
/**
|
|
3460
|
+
* <p>Whether to include the trust store contents in the response. Use INCLUDE to retrieve trust store certificate and CRL contents.</p>
|
|
3461
|
+
* @public
|
|
3462
|
+
*/
|
|
3463
|
+
IncludeTrustStoreContents?: TrustStoreResponseOption | undefined;
|
|
3258
3464
|
}
|
|
3259
3465
|
/**
|
|
3260
3466
|
* <p>The password configuration of the ingress endpoint resource.</p>
|
|
@@ -3292,6 +3498,11 @@ export interface IngressPointAuthConfiguration {
|
|
|
3292
3498
|
* @public
|
|
3293
3499
|
*/
|
|
3294
3500
|
SecretArn?: string | undefined;
|
|
3501
|
+
/**
|
|
3502
|
+
* <p>The mutual TLS authentication configuration for the ingress endpoint resource.</p>
|
|
3503
|
+
* @public
|
|
3504
|
+
*/
|
|
3505
|
+
TlsAuthConfiguration?: TlsAuthConfiguration | undefined;
|
|
3295
3506
|
}
|
|
3296
3507
|
/**
|
|
3297
3508
|
* @public
|
|
@@ -3347,6 +3558,11 @@ export interface GetIngressPointResponse {
|
|
|
3347
3558
|
* @public
|
|
3348
3559
|
*/
|
|
3349
3560
|
NetworkConfiguration?: NetworkConfiguration | undefined;
|
|
3561
|
+
/**
|
|
3562
|
+
* <p>The selected Transport Layer Security (TLS) policy of the ingress point.</p>
|
|
3563
|
+
* @public
|
|
3564
|
+
*/
|
|
3565
|
+
TlsPolicy?: TlsPolicy | undefined;
|
|
3350
3566
|
/**
|
|
3351
3567
|
* <p>The timestamp of when the ingress endpoint was created.</p>
|
|
3352
3568
|
* @public
|
|
@@ -3704,6 +3920,11 @@ export interface UpdateIngressPointRequest {
|
|
|
3704
3920
|
* @public
|
|
3705
3921
|
*/
|
|
3706
3922
|
IngressPointConfiguration?: IngressPointConfiguration | undefined;
|
|
3923
|
+
/**
|
|
3924
|
+
* <p>The Transport Layer Security (TLS) policy for the ingress point. Valid values are REQUIRED, OPTIONAL. Only ingress endpoints using REQUIRED or OPTIONAL as TlsPolicy can be updated.</p>
|
|
3925
|
+
* @public
|
|
3926
|
+
*/
|
|
3927
|
+
TlsPolicy?: TlsPolicy | undefined;
|
|
3707
3928
|
}
|
|
3708
3929
|
/**
|
|
3709
3930
|
* @public
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAddonInstancesCommandInput, ListAddonInstancesCommandOutput } from "../commands/ListAddonInstancesCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAddonSubscriptionsCommandInput, ListAddonSubscriptionsCommandOutput } from "../commands/ListAddonSubscriptionsCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAddressListImportJobsCommandInput, ListAddressListImportJobsCommandOutput } from "../commands/ListAddressListImportJobsCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListAddressListsCommandInput, ListAddressListsCommandOutput } from "../commands/ListAddressListsCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListArchiveExportsCommandInput, ListArchiveExportsCommandOutput } from "../commands/ListArchiveExportsCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListArchiveSearchesCommandInput, ListArchiveSearchesCommandOutput } from "../commands/ListArchiveSearchesCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListArchivesCommandInput, ListArchivesCommandOutput } from "../commands/ListArchivesCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListIngressPointsCommandInput, ListIngressPointsCommandOutput } from "../commands/ListIngressPointsCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListMembersOfAddressListCommandInput, ListMembersOfAddressListCommandOutput } from "../commands/ListMembersOfAddressListCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRelaysCommandInput, ListRelaysCommandOutput } from "../commands/ListRelaysCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListRuleSetsCommandInput, ListRuleSetsCommandOutput } from "../commands/ListRuleSetsCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { Paginator } from "@smithy/types";
|
|
2
2
|
import { ListTrafficPoliciesCommandInput, ListTrafficPoliciesCommandOutput } from "../commands/ListTrafficPoliciesCommand";
|
|
3
|
-
import { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
3
|
+
import type { MailManagerPaginationConfiguration } from "./Interfaces";
|
|
4
4
|
/**
|
|
5
5
|
* @public
|
|
6
6
|
*/
|
|
@@ -24,6 +24,7 @@ export declare var ArchiveAction$: StaticStructureSchema;
|
|
|
24
24
|
export declare var ArchiveBooleanExpression$: StaticStructureSchema;
|
|
25
25
|
export declare var ArchiveFilters$: StaticStructureSchema;
|
|
26
26
|
export declare var ArchiveStringExpression$: StaticStructureSchema;
|
|
27
|
+
export declare var BounceAction$: StaticStructureSchema;
|
|
27
28
|
export declare var CreateAddonInstanceRequest$: StaticStructureSchema;
|
|
28
29
|
export declare var CreateAddonInstanceResponse$: StaticStructureSchema;
|
|
29
30
|
export declare var CreateAddonSubscriptionRequest$: StaticStructureSchema;
|
|
@@ -108,6 +109,7 @@ export declare var IngressPointAuthConfiguration$: StaticStructureSchema;
|
|
|
108
109
|
export declare var IngressPointPasswordConfiguration$: StaticStructureSchema;
|
|
109
110
|
export declare var IngressStringExpression$: StaticStructureSchema;
|
|
110
111
|
export declare var IngressTlsProtocolExpression$: StaticStructureSchema;
|
|
112
|
+
export declare var InvokeLambdaAction$: StaticStructureSchema;
|
|
111
113
|
export declare var ListAddonInstancesRequest$: StaticStructureSchema;
|
|
112
114
|
export declare var ListAddonInstancesResponse$: StaticStructureSchema;
|
|
113
115
|
export declare var ListAddonSubscriptionsRequest$: StaticStructureSchema;
|
|
@@ -177,7 +179,9 @@ export declare var StopArchiveSearchResponse$: StaticStructureSchema;
|
|
|
177
179
|
export declare var Tag$: StaticStructureSchema;
|
|
178
180
|
export declare var TagResourceRequest$: StaticStructureSchema;
|
|
179
181
|
export declare var TagResourceResponse$: StaticStructureSchema;
|
|
182
|
+
export declare var TlsAuthConfiguration$: StaticStructureSchema;
|
|
180
183
|
export declare var TrafficPolicy$: StaticStructureSchema;
|
|
184
|
+
export declare var TrustStore$: StaticStructureSchema;
|
|
181
185
|
export declare var UntagResourceRequest$: StaticStructureSchema;
|
|
182
186
|
export declare var UntagResourceResponse$: StaticStructureSchema;
|
|
183
187
|
export declare var UpdateArchiveRequest$: StaticStructureSchema;
|
|
@@ -26,6 +26,7 @@ import {
|
|
|
26
26
|
Client as __Client,
|
|
27
27
|
} from "@smithy/smithy-client";
|
|
28
28
|
import {
|
|
29
|
+
AwsCredentialIdentityProvider,
|
|
29
30
|
BodyLengthCalculator as __BodyLengthCalculator,
|
|
30
31
|
CheckOptionalClientConfig as __CheckOptionalClientConfig,
|
|
31
32
|
ChecksumConstructor as __ChecksumConstructor,
|
|
@@ -37,8 +38,6 @@ import {
|
|
|
37
38
|
Provider as __Provider,
|
|
38
39
|
StreamCollector as __StreamCollector,
|
|
39
40
|
UrlParser as __UrlParser,
|
|
40
|
-
AwsCredentialIdentityProvider,
|
|
41
|
-
Provider,
|
|
42
41
|
UserAgent as __UserAgent,
|
|
43
42
|
} from "@smithy/types";
|
|
44
43
|
import {
|
|
@@ -432,7 +431,7 @@ export interface ClientDefaults
|
|
|
432
431
|
useFipsEndpoint?: boolean | __Provider<boolean>;
|
|
433
432
|
region?: string | __Provider<string>;
|
|
434
433
|
profile?: string;
|
|
435
|
-
defaultUserAgentProvider?:
|
|
434
|
+
defaultUserAgentProvider?: __Provider<__UserAgent>;
|
|
436
435
|
credentialDefaultProvider?: (input: any) => AwsCredentialIdentityProvider;
|
|
437
436
|
maxAttempts?: number | __Provider<number>;
|
|
438
437
|
retryMode?: string | __Provider<string>;
|
|
@@ -71,12 +71,25 @@ export declare const IpType: {
|
|
|
71
71
|
readonly IPV4: "IPV4";
|
|
72
72
|
};
|
|
73
73
|
export type IpType = (typeof IpType)[keyof typeof IpType];
|
|
74
|
+
export declare const TlsPolicy: {
|
|
75
|
+
readonly FIPS: "FIPS";
|
|
76
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
77
|
+
readonly REQUIRED: "REQUIRED";
|
|
78
|
+
};
|
|
79
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
74
80
|
export declare const IngressPointType: {
|
|
75
81
|
readonly AUTH: "AUTH";
|
|
82
|
+
readonly MTLS: "MTLS";
|
|
76
83
|
readonly OPEN: "OPEN";
|
|
77
84
|
};
|
|
78
85
|
export type IngressPointType =
|
|
79
86
|
(typeof IngressPointType)[keyof typeof IngressPointType];
|
|
87
|
+
export declare const LambdaInvocationType: {
|
|
88
|
+
readonly EVENT: "EVENT";
|
|
89
|
+
readonly REQUEST_RESPONSE: "REQUEST_RESPONSE";
|
|
90
|
+
};
|
|
91
|
+
export type LambdaInvocationType =
|
|
92
|
+
(typeof LambdaInvocationType)[keyof typeof LambdaInvocationType];
|
|
80
93
|
export declare const SnsNotificationEncoding: {
|
|
81
94
|
readonly BASE64: "BASE64";
|
|
82
95
|
readonly UTF_8: "UTF-8";
|
|
@@ -168,6 +181,18 @@ export declare const RuleStringEmailAttribute: {
|
|
|
168
181
|
};
|
|
169
182
|
export type RuleStringEmailAttribute =
|
|
170
183
|
(typeof RuleStringEmailAttribute)[keyof typeof RuleStringEmailAttribute];
|
|
184
|
+
export declare const RuleClientCertificateAttribute: {
|
|
185
|
+
readonly CN: "CN";
|
|
186
|
+
readonly SAN_DIRECTORY_NAME: "SAN_DIRECTORY_NAME";
|
|
187
|
+
readonly SAN_DNS_NAME: "SAN_DNS_NAME";
|
|
188
|
+
readonly SAN_IP_ADDRESS: "SAN_IP_ADDRESS";
|
|
189
|
+
readonly SAN_REGISTERED_ID: "SAN_REGISTERED_ID";
|
|
190
|
+
readonly SAN_RFC822_NAME: "SAN_RFC822_NAME";
|
|
191
|
+
readonly SAN_UNIFORM_RESOURCE_IDENTIFIER: "SAN_UNIFORM_RESOURCE_IDENTIFIER";
|
|
192
|
+
readonly SERIAL_NUMBER: "SERIAL_NUMBER";
|
|
193
|
+
};
|
|
194
|
+
export type RuleClientCertificateAttribute =
|
|
195
|
+
(typeof RuleClientCertificateAttribute)[keyof typeof RuleClientCertificateAttribute];
|
|
171
196
|
export declare const RuleStringOperator: {
|
|
172
197
|
readonly CONTAINS: "CONTAINS";
|
|
173
198
|
readonly ENDS_WITH: "ENDS_WITH";
|
|
@@ -280,8 +305,15 @@ export declare const SearchState: {
|
|
|
280
305
|
readonly RUNNING: "RUNNING";
|
|
281
306
|
};
|
|
282
307
|
export type SearchState = (typeof SearchState)[keyof typeof SearchState];
|
|
308
|
+
export declare const TrustStoreResponseOption: {
|
|
309
|
+
readonly EXCLUDE: "EXCLUDE";
|
|
310
|
+
readonly INCLUDE: "INCLUDE";
|
|
311
|
+
};
|
|
312
|
+
export type TrustStoreResponseOption =
|
|
313
|
+
(typeof TrustStoreResponseOption)[keyof typeof TrustStoreResponseOption];
|
|
283
314
|
export declare const IngressPointStatus: {
|
|
284
315
|
readonly ACTIVE: "ACTIVE";
|
|
316
|
+
readonly ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST: "ASSOCIATED_VPC_ENDPOINT_DOES_NOT_EXIST";
|
|
285
317
|
readonly CLOSED: "CLOSED";
|
|
286
318
|
readonly DEPROVISIONING: "DEPROVISIONING";
|
|
287
319
|
readonly FAILED: "FAILED";
|