@aws-sdk/client-ses 3.43.0 → 3.47.1
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/CHANGELOG.md +48 -0
- package/dist-cjs/endpoints.js +1 -4
- package/dist-cjs/models/models_0.js +4 -209
- package/dist-cjs/runtimeConfig.browser.js +7 -2
- package/dist-cjs/runtimeConfig.js +9 -3
- package/dist-es/endpoints.js +1 -4
- package/dist-es/models/models_0.js +0 -136
- package/dist-es/runtimeConfig.browser.js +12 -3
- package/dist-es/runtimeConfig.js +13 -6
- package/dist-types/SESClient.d.ts +5 -1
- package/dist-types/models/models_0.d.ts +0 -204
- package/dist-types/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/runtimeConfig.d.ts +4 -3
- package/dist-types/runtimeConfig.native.d.ts +1 -0
- package/dist-types/ts3.4/SESClient.d.ts +3 -1
- package/dist-types/ts3.4/models/models_0.d.ts +0 -136
- package/dist-types/ts3.4/runtimeConfig.browser.d.ts +3 -2
- package/dist-types/ts3.4/runtimeConfig.d.ts +4 -3
- package/dist-types/ts3.4/runtimeConfig.native.d.ts +1 -0
- package/package.json +40 -47
|
@@ -8,12 +8,6 @@ export interface AccountSendingPausedException extends __SmithyException, $Metad
|
|
|
8
8
|
$fault: "client";
|
|
9
9
|
message?: string;
|
|
10
10
|
}
|
|
11
|
-
export declare namespace AccountSendingPausedException {
|
|
12
|
-
/**
|
|
13
|
-
* @internal
|
|
14
|
-
*/
|
|
15
|
-
const filterSensitiveLog: (obj: AccountSendingPausedException) => any;
|
|
16
|
-
}
|
|
17
11
|
/**
|
|
18
12
|
* <p>When included in a receipt rule, this action adds a header to the received
|
|
19
13
|
* email.</p>
|
|
@@ -51,12 +45,6 @@ export interface AlreadyExistsException extends __SmithyException, $MetadataBear
|
|
|
51
45
|
Name?: string;
|
|
52
46
|
message?: string;
|
|
53
47
|
}
|
|
54
|
-
export declare namespace AlreadyExistsException {
|
|
55
|
-
/**
|
|
56
|
-
* @internal
|
|
57
|
-
*/
|
|
58
|
-
const filterSensitiveLog: (obj: AlreadyExistsException) => any;
|
|
59
|
-
}
|
|
60
48
|
export declare enum BehaviorOnMXFailure {
|
|
61
49
|
RejectMessage = "RejectMessage",
|
|
62
50
|
UseDefaultValue = "UseDefaultValue"
|
|
@@ -521,12 +509,6 @@ export interface CannotDeleteException extends __SmithyException, $MetadataBeare
|
|
|
521
509
|
Name?: string;
|
|
522
510
|
message?: string;
|
|
523
511
|
}
|
|
524
|
-
export declare namespace CannotDeleteException {
|
|
525
|
-
/**
|
|
526
|
-
* @internal
|
|
527
|
-
*/
|
|
528
|
-
const filterSensitiveLog: (obj: CannotDeleteException) => any;
|
|
529
|
-
}
|
|
530
512
|
/**
|
|
531
513
|
* <p>Represents a request to create a receipt rule set by cloning an existing one. You use
|
|
532
514
|
* receipt rule sets to receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html">Amazon SES Developer Guide</a>.</p>
|
|
@@ -580,12 +562,6 @@ export interface LimitExceededException extends __SmithyException, $MetadataBear
|
|
|
580
562
|
$fault: "client";
|
|
581
563
|
message?: string;
|
|
582
564
|
}
|
|
583
|
-
export declare namespace LimitExceededException {
|
|
584
|
-
/**
|
|
585
|
-
* @internal
|
|
586
|
-
*/
|
|
587
|
-
const filterSensitiveLog: (obj: LimitExceededException) => any;
|
|
588
|
-
}
|
|
589
565
|
/**
|
|
590
566
|
* <p>Indicates that the provided receipt rule set does not exist.</p>
|
|
591
567
|
*/
|
|
@@ -598,12 +574,6 @@ export interface RuleSetDoesNotExistException extends __SmithyException, $Metada
|
|
|
598
574
|
Name?: string;
|
|
599
575
|
message?: string;
|
|
600
576
|
}
|
|
601
|
-
export declare namespace RuleSetDoesNotExistException {
|
|
602
|
-
/**
|
|
603
|
-
* @internal
|
|
604
|
-
*/
|
|
605
|
-
const filterSensitiveLog: (obj: RuleSetDoesNotExistException) => any;
|
|
606
|
-
}
|
|
607
577
|
export declare enum DimensionValueSource {
|
|
608
578
|
EMAIL_HEADER = "emailHeader",
|
|
609
579
|
LINK_TAG = "linkTag",
|
|
@@ -720,12 +690,6 @@ export interface ConfigurationSetAlreadyExistsException extends __SmithyExceptio
|
|
|
720
690
|
ConfigurationSetName?: string;
|
|
721
691
|
message?: string;
|
|
722
692
|
}
|
|
723
|
-
export declare namespace ConfigurationSetAlreadyExistsException {
|
|
724
|
-
/**
|
|
725
|
-
* @internal
|
|
726
|
-
*/
|
|
727
|
-
const filterSensitiveLog: (obj: ConfigurationSetAlreadyExistsException) => any;
|
|
728
|
-
}
|
|
729
693
|
export declare enum ConfigurationSetAttribute {
|
|
730
694
|
DELIVERY_OPTIONS = "deliveryOptions",
|
|
731
695
|
EVENT_DESTINATIONS = "eventDestinations",
|
|
@@ -744,12 +708,6 @@ export interface ConfigurationSetDoesNotExistException extends __SmithyException
|
|
|
744
708
|
ConfigurationSetName?: string;
|
|
745
709
|
message?: string;
|
|
746
710
|
}
|
|
747
|
-
export declare namespace ConfigurationSetDoesNotExistException {
|
|
748
|
-
/**
|
|
749
|
-
* @internal
|
|
750
|
-
*/
|
|
751
|
-
const filterSensitiveLog: (obj: ConfigurationSetDoesNotExistException) => any;
|
|
752
|
-
}
|
|
753
711
|
/**
|
|
754
712
|
* <p>Indicates that email sending is disabled for the configuration set.</p>
|
|
755
713
|
* <p>You can enable or disable email sending for a configuration set using <a>UpdateConfigurationSetSendingEnabled</a>.</p>
|
|
@@ -763,12 +721,6 @@ export interface ConfigurationSetSendingPausedException extends __SmithyExceptio
|
|
|
763
721
|
ConfigurationSetName?: string;
|
|
764
722
|
message?: string;
|
|
765
723
|
}
|
|
766
|
-
export declare namespace ConfigurationSetSendingPausedException {
|
|
767
|
-
/**
|
|
768
|
-
* @internal
|
|
769
|
-
*/
|
|
770
|
-
const filterSensitiveLog: (obj: ConfigurationSetSendingPausedException) => any;
|
|
771
|
-
}
|
|
772
724
|
/**
|
|
773
725
|
* <p>Represents a request to create a configuration set. Configuration sets enable you to
|
|
774
726
|
* publish email sending events. For information about using configuration sets, see the
|
|
@@ -807,12 +759,6 @@ export interface InvalidConfigurationSetException extends __SmithyException, $Me
|
|
|
807
759
|
$fault: "client";
|
|
808
760
|
message?: string;
|
|
809
761
|
}
|
|
810
|
-
export declare namespace InvalidConfigurationSetException {
|
|
811
|
-
/**
|
|
812
|
-
* @internal
|
|
813
|
-
*/
|
|
814
|
-
const filterSensitiveLog: (obj: InvalidConfigurationSetException) => any;
|
|
815
|
-
}
|
|
816
762
|
/**
|
|
817
763
|
* <p>Contains the delivery stream ARN and the IAM role ARN associated with an Amazon Kinesis Firehose event
|
|
818
764
|
* destination.</p>
|
|
@@ -981,12 +927,6 @@ export interface EventDestinationAlreadyExistsException extends __SmithyExceptio
|
|
|
981
927
|
EventDestinationName?: string;
|
|
982
928
|
message?: string;
|
|
983
929
|
}
|
|
984
|
-
export declare namespace EventDestinationAlreadyExistsException {
|
|
985
|
-
/**
|
|
986
|
-
* @internal
|
|
987
|
-
*/
|
|
988
|
-
const filterSensitiveLog: (obj: EventDestinationAlreadyExistsException) => any;
|
|
989
|
-
}
|
|
990
930
|
/**
|
|
991
931
|
* <p>Indicates that the Amazon CloudWatch destination is invalid. See the error message for
|
|
992
932
|
* details.</p>
|
|
@@ -1004,12 +944,6 @@ export interface InvalidCloudWatchDestinationException extends __SmithyException
|
|
|
1004
944
|
EventDestinationName?: string;
|
|
1005
945
|
message?: string;
|
|
1006
946
|
}
|
|
1007
|
-
export declare namespace InvalidCloudWatchDestinationException {
|
|
1008
|
-
/**
|
|
1009
|
-
* @internal
|
|
1010
|
-
*/
|
|
1011
|
-
const filterSensitiveLog: (obj: InvalidCloudWatchDestinationException) => any;
|
|
1012
|
-
}
|
|
1013
947
|
/**
|
|
1014
948
|
* <p>Indicates that the Amazon Kinesis Firehose destination is invalid. See the error
|
|
1015
949
|
* message for details.</p>
|
|
@@ -1027,12 +961,6 @@ export interface InvalidFirehoseDestinationException extends __SmithyException,
|
|
|
1027
961
|
EventDestinationName?: string;
|
|
1028
962
|
message?: string;
|
|
1029
963
|
}
|
|
1030
|
-
export declare namespace InvalidFirehoseDestinationException {
|
|
1031
|
-
/**
|
|
1032
|
-
* @internal
|
|
1033
|
-
*/
|
|
1034
|
-
const filterSensitiveLog: (obj: InvalidFirehoseDestinationException) => any;
|
|
1035
|
-
}
|
|
1036
964
|
/**
|
|
1037
965
|
* <p>Indicates that the Amazon Simple Notification Service (Amazon SNS) destination is
|
|
1038
966
|
* invalid. See the error message for details.</p>
|
|
@@ -1050,12 +978,6 @@ export interface InvalidSNSDestinationException extends __SmithyException, $Meta
|
|
|
1050
978
|
EventDestinationName?: string;
|
|
1051
979
|
message?: string;
|
|
1052
980
|
}
|
|
1053
|
-
export declare namespace InvalidSNSDestinationException {
|
|
1054
|
-
/**
|
|
1055
|
-
* @internal
|
|
1056
|
-
*/
|
|
1057
|
-
const filterSensitiveLog: (obj: InvalidSNSDestinationException) => any;
|
|
1058
|
-
}
|
|
1059
981
|
/**
|
|
1060
982
|
* <p>A domain that is used to redirect email recipients to an Amazon SES-operated domain. This
|
|
1061
983
|
* domain captures open and click events generated by Amazon SES emails.</p>
|
|
@@ -1130,12 +1052,6 @@ export interface InvalidTrackingOptionsException extends __SmithyException, $Met
|
|
|
1130
1052
|
$fault: "client";
|
|
1131
1053
|
message?: string;
|
|
1132
1054
|
}
|
|
1133
|
-
export declare namespace InvalidTrackingOptionsException {
|
|
1134
|
-
/**
|
|
1135
|
-
* @internal
|
|
1136
|
-
*/
|
|
1137
|
-
const filterSensitiveLog: (obj: InvalidTrackingOptionsException) => any;
|
|
1138
|
-
}
|
|
1139
1055
|
/**
|
|
1140
1056
|
* <p>Indicates that the configuration set you specified already contains a TrackingOptions
|
|
1141
1057
|
* object.</p>
|
|
@@ -1150,12 +1066,6 @@ export interface TrackingOptionsAlreadyExistsException extends __SmithyException
|
|
|
1150
1066
|
ConfigurationSetName?: string;
|
|
1151
1067
|
message?: string;
|
|
1152
1068
|
}
|
|
1153
|
-
export declare namespace TrackingOptionsAlreadyExistsException {
|
|
1154
|
-
/**
|
|
1155
|
-
* @internal
|
|
1156
|
-
*/
|
|
1157
|
-
const filterSensitiveLog: (obj: TrackingOptionsAlreadyExistsException) => any;
|
|
1158
|
-
}
|
|
1159
1069
|
/**
|
|
1160
1070
|
* <p>Represents a request to create a custom verification email template.</p>
|
|
1161
1071
|
*/
|
|
@@ -1204,12 +1114,6 @@ export interface CustomVerificationEmailInvalidContentException extends __Smithy
|
|
|
1204
1114
|
$fault: "client";
|
|
1205
1115
|
message?: string;
|
|
1206
1116
|
}
|
|
1207
|
-
export declare namespace CustomVerificationEmailInvalidContentException {
|
|
1208
|
-
/**
|
|
1209
|
-
* @internal
|
|
1210
|
-
*/
|
|
1211
|
-
const filterSensitiveLog: (obj: CustomVerificationEmailInvalidContentException) => any;
|
|
1212
|
-
}
|
|
1213
1117
|
/**
|
|
1214
1118
|
* <p>Indicates that a custom verification email template with the name you specified
|
|
1215
1119
|
* already exists.</p>
|
|
@@ -1224,12 +1128,6 @@ export interface CustomVerificationEmailTemplateAlreadyExistsException extends _
|
|
|
1224
1128
|
CustomVerificationEmailTemplateName?: string;
|
|
1225
1129
|
message?: string;
|
|
1226
1130
|
}
|
|
1227
|
-
export declare namespace CustomVerificationEmailTemplateAlreadyExistsException {
|
|
1228
|
-
/**
|
|
1229
|
-
* @internal
|
|
1230
|
-
*/
|
|
1231
|
-
const filterSensitiveLog: (obj: CustomVerificationEmailTemplateAlreadyExistsException) => any;
|
|
1232
|
-
}
|
|
1233
1131
|
/**
|
|
1234
1132
|
* <p>Indicates that the sender address specified for a custom verification email is not
|
|
1235
1133
|
* verified, and is therefore not eligible to send the custom verification email. </p>
|
|
@@ -1244,12 +1142,6 @@ export interface FromEmailAddressNotVerifiedException extends __SmithyException,
|
|
|
1244
1142
|
FromEmailAddress?: string;
|
|
1245
1143
|
message?: string;
|
|
1246
1144
|
}
|
|
1247
|
-
export declare namespace FromEmailAddressNotVerifiedException {
|
|
1248
|
-
/**
|
|
1249
|
-
* @internal
|
|
1250
|
-
*/
|
|
1251
|
-
const filterSensitiveLog: (obj: FromEmailAddressNotVerifiedException) => any;
|
|
1252
|
-
}
|
|
1253
1145
|
export declare enum ReceiptFilterPolicy {
|
|
1254
1146
|
Allow = "Allow",
|
|
1255
1147
|
Block = "Block"
|
|
@@ -1728,12 +1620,6 @@ export interface InvalidLambdaFunctionException extends __SmithyException, $Meta
|
|
|
1728
1620
|
FunctionArn?: string;
|
|
1729
1621
|
message?: string;
|
|
1730
1622
|
}
|
|
1731
|
-
export declare namespace InvalidLambdaFunctionException {
|
|
1732
|
-
/**
|
|
1733
|
-
* @internal
|
|
1734
|
-
*/
|
|
1735
|
-
const filterSensitiveLog: (obj: InvalidLambdaFunctionException) => any;
|
|
1736
|
-
}
|
|
1737
1623
|
/**
|
|
1738
1624
|
* <p>Indicates that the provided Amazon S3 bucket or AWS KMS encryption key is invalid, or
|
|
1739
1625
|
* that Amazon SES could not publish to the bucket, possibly due to permissions issues. For
|
|
@@ -1749,12 +1635,6 @@ export interface InvalidS3ConfigurationException extends __SmithyException, $Met
|
|
|
1749
1635
|
Bucket?: string;
|
|
1750
1636
|
message?: string;
|
|
1751
1637
|
}
|
|
1752
|
-
export declare namespace InvalidS3ConfigurationException {
|
|
1753
|
-
/**
|
|
1754
|
-
* @internal
|
|
1755
|
-
*/
|
|
1756
|
-
const filterSensitiveLog: (obj: InvalidS3ConfigurationException) => any;
|
|
1757
|
-
}
|
|
1758
1638
|
/**
|
|
1759
1639
|
* <p>Indicates that the provided Amazon SNS topic is invalid, or that Amazon SES could not
|
|
1760
1640
|
* publish to the topic, possibly due to permissions issues. For information about giving
|
|
@@ -1770,12 +1650,6 @@ export interface InvalidSnsTopicException extends __SmithyException, $MetadataBe
|
|
|
1770
1650
|
Topic?: string;
|
|
1771
1651
|
message?: string;
|
|
1772
1652
|
}
|
|
1773
|
-
export declare namespace InvalidSnsTopicException {
|
|
1774
|
-
/**
|
|
1775
|
-
* @internal
|
|
1776
|
-
*/
|
|
1777
|
-
const filterSensitiveLog: (obj: InvalidSnsTopicException) => any;
|
|
1778
|
-
}
|
|
1779
1653
|
/**
|
|
1780
1654
|
* <p>Indicates that the provided receipt rule does not exist.</p>
|
|
1781
1655
|
*/
|
|
@@ -1788,12 +1662,6 @@ export interface RuleDoesNotExistException extends __SmithyException, $MetadataB
|
|
|
1788
1662
|
Name?: string;
|
|
1789
1663
|
message?: string;
|
|
1790
1664
|
}
|
|
1791
|
-
export declare namespace RuleDoesNotExistException {
|
|
1792
|
-
/**
|
|
1793
|
-
* @internal
|
|
1794
|
-
*/
|
|
1795
|
-
const filterSensitiveLog: (obj: RuleDoesNotExistException) => any;
|
|
1796
|
-
}
|
|
1797
1665
|
/**
|
|
1798
1666
|
* <p>Represents a request to create an empty receipt rule set. You use receipt rule sets to
|
|
1799
1667
|
* receive email with Amazon SES. For more information, see the <a href="https://docs.aws.amazon.com/ses/latest/DeveloperGuide/receiving-email-concepts.html">Amazon SES Developer
|
|
@@ -1900,12 +1768,6 @@ export interface InvalidTemplateException extends __SmithyException, $MetadataBe
|
|
|
1900
1768
|
TemplateName?: string;
|
|
1901
1769
|
message?: string;
|
|
1902
1770
|
}
|
|
1903
|
-
export declare namespace InvalidTemplateException {
|
|
1904
|
-
/**
|
|
1905
|
-
* @internal
|
|
1906
|
-
*/
|
|
1907
|
-
const filterSensitiveLog: (obj: InvalidTemplateException) => any;
|
|
1908
|
-
}
|
|
1909
1771
|
export declare enum CustomMailFromStatus {
|
|
1910
1772
|
Failed = "Failed",
|
|
1911
1773
|
Pending = "Pending",
|
|
@@ -1958,12 +1820,6 @@ export interface CustomVerificationEmailTemplateDoesNotExistException extends __
|
|
|
1958
1820
|
CustomVerificationEmailTemplateName?: string;
|
|
1959
1821
|
message?: string;
|
|
1960
1822
|
}
|
|
1961
|
-
export declare namespace CustomVerificationEmailTemplateDoesNotExistException {
|
|
1962
|
-
/**
|
|
1963
|
-
* @internal
|
|
1964
|
-
*/
|
|
1965
|
-
const filterSensitiveLog: (obj: CustomVerificationEmailTemplateDoesNotExistException) => any;
|
|
1966
|
-
}
|
|
1967
1823
|
/**
|
|
1968
1824
|
* <p>Represents a request to delete a configuration set. Configuration sets enable you to
|
|
1969
1825
|
* publish email sending events. For information about using configuration sets, see the
|
|
@@ -2043,12 +1899,6 @@ export interface EventDestinationDoesNotExistException extends __SmithyException
|
|
|
2043
1899
|
EventDestinationName?: string;
|
|
2044
1900
|
message?: string;
|
|
2045
1901
|
}
|
|
2046
|
-
export declare namespace EventDestinationDoesNotExistException {
|
|
2047
|
-
/**
|
|
2048
|
-
* @internal
|
|
2049
|
-
*/
|
|
2050
|
-
const filterSensitiveLog: (obj: EventDestinationDoesNotExistException) => any;
|
|
2051
|
-
}
|
|
2052
1902
|
/**
|
|
2053
1903
|
* <p>Represents a request to delete open and click tracking options in a configuration set.
|
|
2054
1904
|
* </p>
|
|
@@ -2090,12 +1940,6 @@ export interface TrackingOptionsDoesNotExistException extends __SmithyException,
|
|
|
2090
1940
|
ConfigurationSetName?: string;
|
|
2091
1941
|
message?: string;
|
|
2092
1942
|
}
|
|
2093
|
-
export declare namespace TrackingOptionsDoesNotExistException {
|
|
2094
|
-
/**
|
|
2095
|
-
* @internal
|
|
2096
|
-
*/
|
|
2097
|
-
const filterSensitiveLog: (obj: TrackingOptionsDoesNotExistException) => any;
|
|
2098
|
-
}
|
|
2099
1943
|
/**
|
|
2100
1944
|
* <p>Represents a request to delete an existing custom verification email template.</p>
|
|
2101
1945
|
*/
|
|
@@ -3082,12 +2926,6 @@ export interface TemplateDoesNotExistException extends __SmithyException, $Metad
|
|
|
3082
2926
|
TemplateName?: string;
|
|
3083
2927
|
message?: string;
|
|
3084
2928
|
}
|
|
3085
|
-
export declare namespace TemplateDoesNotExistException {
|
|
3086
|
-
/**
|
|
3087
|
-
* @internal
|
|
3088
|
-
*/
|
|
3089
|
-
const filterSensitiveLog: (obj: TemplateDoesNotExistException) => any;
|
|
3090
|
-
}
|
|
3091
2929
|
export declare type IdentityType = "Domain" | "EmailAddress";
|
|
3092
2930
|
/**
|
|
3093
2931
|
* <p>Indicates that provided delivery option is invalid.</p>
|
|
@@ -3097,12 +2935,6 @@ export interface InvalidDeliveryOptionsException extends __SmithyException, $Met
|
|
|
3097
2935
|
$fault: "client";
|
|
3098
2936
|
message?: string;
|
|
3099
2937
|
}
|
|
3100
|
-
export declare namespace InvalidDeliveryOptionsException {
|
|
3101
|
-
/**
|
|
3102
|
-
* @internal
|
|
3103
|
-
*/
|
|
3104
|
-
const filterSensitiveLog: (obj: InvalidDeliveryOptionsException) => any;
|
|
3105
|
-
}
|
|
3106
2938
|
/**
|
|
3107
2939
|
* <p>Indicates that the provided policy is invalid. Check the error stack for more
|
|
3108
2940
|
* information about what caused the error.</p>
|
|
@@ -3112,12 +2944,6 @@ export interface InvalidPolicyException extends __SmithyException, $MetadataBear
|
|
|
3112
2944
|
$fault: "client";
|
|
3113
2945
|
message?: string;
|
|
3114
2946
|
}
|
|
3115
|
-
export declare namespace InvalidPolicyException {
|
|
3116
|
-
/**
|
|
3117
|
-
* @internal
|
|
3118
|
-
*/
|
|
3119
|
-
const filterSensitiveLog: (obj: InvalidPolicyException) => any;
|
|
3120
|
-
}
|
|
3121
2947
|
/**
|
|
3122
2948
|
* <p>Indicates that one or more of the replacement values you provided is invalid. This
|
|
3123
2949
|
* error may occur when the TemplateData object contains invalid JSON.</p>
|
|
@@ -3128,12 +2954,6 @@ export interface InvalidRenderingParameterException extends __SmithyException, $
|
|
|
3128
2954
|
TemplateName?: string;
|
|
3129
2955
|
message?: string;
|
|
3130
2956
|
}
|
|
3131
|
-
export declare namespace InvalidRenderingParameterException {
|
|
3132
|
-
/**
|
|
3133
|
-
* @internal
|
|
3134
|
-
*/
|
|
3135
|
-
const filterSensitiveLog: (obj: InvalidRenderingParameterException) => any;
|
|
3136
|
-
}
|
|
3137
2957
|
/**
|
|
3138
2958
|
* <p>Represents a request to list the configuration sets associated with your AWS account.
|
|
3139
2959
|
* Configuration sets enable you to publish email sending events. For information about
|
|
@@ -3468,12 +3288,6 @@ export interface MailFromDomainNotVerifiedException extends __SmithyException, $
|
|
|
3468
3288
|
$fault: "client";
|
|
3469
3289
|
message?: string;
|
|
3470
3290
|
}
|
|
3471
|
-
export declare namespace MailFromDomainNotVerifiedException {
|
|
3472
|
-
/**
|
|
3473
|
-
* @internal
|
|
3474
|
-
*/
|
|
3475
|
-
const filterSensitiveLog: (obj: MailFromDomainNotVerifiedException) => any;
|
|
3476
|
-
}
|
|
3477
3291
|
/**
|
|
3478
3292
|
* <p>Represents the message to be sent, composed of a subject and a body.</p>
|
|
3479
3293
|
*/
|
|
@@ -3532,12 +3346,6 @@ export interface MessageRejected extends __SmithyException, $MetadataBearer {
|
|
|
3532
3346
|
$fault: "client";
|
|
3533
3347
|
message?: string;
|
|
3534
3348
|
}
|
|
3535
|
-
export declare namespace MessageRejected {
|
|
3536
|
-
/**
|
|
3537
|
-
* @internal
|
|
3538
|
-
*/
|
|
3539
|
-
const filterSensitiveLog: (obj: MessageRejected) => any;
|
|
3540
|
-
}
|
|
3541
3349
|
/**
|
|
3542
3350
|
* <p>Indicates that one or more of the replacement values for the specified template was
|
|
3543
3351
|
* not specified. Ensure that the TemplateData object contains references to all of the
|
|
@@ -3549,12 +3357,6 @@ export interface MissingRenderingAttributeException extends __SmithyException, $
|
|
|
3549
3357
|
TemplateName?: string;
|
|
3550
3358
|
message?: string;
|
|
3551
3359
|
}
|
|
3552
|
-
export declare namespace MissingRenderingAttributeException {
|
|
3553
|
-
/**
|
|
3554
|
-
* @internal
|
|
3555
|
-
*/
|
|
3556
|
-
const filterSensitiveLog: (obj: MissingRenderingAttributeException) => any;
|
|
3557
|
-
}
|
|
3558
3360
|
export declare type NotificationType = "Bounce" | "Complaint" | "Delivery";
|
|
3559
3361
|
/**
|
|
3560
3362
|
* <p>Indicates that the account has not been granted production access.</p>
|
|
@@ -3564,12 +3366,6 @@ export interface ProductionAccessNotGrantedException extends __SmithyException,
|
|
|
3564
3366
|
$fault: "client";
|
|
3565
3367
|
message?: string;
|
|
3566
3368
|
}
|
|
3567
|
-
export declare namespace ProductionAccessNotGrantedException {
|
|
3568
|
-
/**
|
|
3569
|
-
* @internal
|
|
3570
|
-
*/
|
|
3571
|
-
const filterSensitiveLog: (obj: ProductionAccessNotGrantedException) => any;
|
|
3572
|
-
}
|
|
3573
3369
|
/**
|
|
3574
3370
|
* <p>A request to modify the delivery options for a configuration set.</p>
|
|
3575
3371
|
*/
|
|
@@ -1,10 +1,11 @@
|
|
|
1
|
-
import { FetchHttpHandler } from "@aws-sdk/fetch-http-handler";
|
|
1
|
+
import { FetchHttpHandler as RequestHandler } from "@aws-sdk/fetch-http-handler";
|
|
2
2
|
import { SESClientConfig } from "./SESClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
@@ -12,7 +13,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<any>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -1,18 +1,19 @@
|
|
|
1
|
-
import { NodeHttpHandler } from "@aws-sdk/node-http-handler";
|
|
1
|
+
import { NodeHttpHandler as RequestHandler } from "@aws-sdk/node-http-handler";
|
|
2
2
|
import { SESClientConfig } from "./SESClient";
|
|
3
3
|
/**
|
|
4
4
|
* @internal
|
|
5
5
|
*/
|
|
6
6
|
export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
7
7
|
runtime: string;
|
|
8
|
+
defaultsMode: import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
8
9
|
base64Decoder: import("@aws-sdk/types").Decoder;
|
|
9
10
|
base64Encoder: import("@aws-sdk/types").Encoder;
|
|
10
11
|
bodyLengthChecker: (body: any) => number | undefined;
|
|
11
|
-
credentialDefaultProvider: import("@aws-sdk/
|
|
12
|
+
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
12
13
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
13
14
|
maxAttempts: number | import("@aws-sdk/types").Provider<number>;
|
|
14
15
|
region: string | import("@aws-sdk/types").Provider<string>;
|
|
15
|
-
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) |
|
|
16
|
+
requestHandler: (import("@aws-sdk/types").RequestHandler<any, any, import("@aws-sdk/types").HttpHandlerOptions> & import("@aws-sdk/protocol-http").HttpHandler) | RequestHandler;
|
|
16
17
|
retryMode: string | import("@aws-sdk/types").Provider<string>;
|
|
17
18
|
sha256: import("@aws-sdk/types").HashConstructor;
|
|
18
19
|
streamCollector: import("@aws-sdk/types").StreamCollector;
|
|
@@ -25,6 +25,7 @@ export declare const getRuntimeConfig: (config: SESClientConfig) => {
|
|
|
25
25
|
credentialDefaultProvider: (input: any) => import("@aws-sdk/types").Provider<import("@aws-sdk/types").Credentials>;
|
|
26
26
|
regionInfoProvider: import("@aws-sdk/types").RegionInfoProvider;
|
|
27
27
|
defaultUserAgentProvider: import("@aws-sdk/types").Provider<import("@aws-sdk/types").UserAgent>;
|
|
28
|
+
defaultsMode: import("@aws-sdk/smithy-client").DefaultsMode | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").DefaultsMode> | import("@aws-sdk/types").Provider<import("@aws-sdk/smithy-client").ResolvedDefaultsMode>;
|
|
28
29
|
endpoint?: string | import("@aws-sdk/types").Endpoint | import("@aws-sdk/types").Provider<import("@aws-sdk/types").Endpoint> | undefined;
|
|
29
30
|
tls?: boolean | undefined;
|
|
30
31
|
retryStrategy?: import("@aws-sdk/types").RetryStrategy | undefined;
|
|
@@ -4,7 +4,7 @@ import { RetryInputConfig, RetryResolvedConfig } from "@aws-sdk/middleware-retry
|
|
|
4
4
|
import { AwsAuthInputConfig, AwsAuthResolvedConfig } from "@aws-sdk/middleware-signing";
|
|
5
5
|
import { UserAgentInputConfig, UserAgentResolvedConfig } from "@aws-sdk/middleware-user-agent";
|
|
6
6
|
import { HttpHandler as __HttpHandler } from "@aws-sdk/protocol-http";
|
|
7
|
-
import { Client as __Client, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
7
|
+
import { Client as __Client, DefaultsMode, SmithyConfiguration as __SmithyConfiguration, SmithyResolvedConfiguration as __SmithyResolvedConfiguration } from "@aws-sdk/smithy-client";
|
|
8
8
|
import { Credentials as __Credentials, Decoder as __Decoder, Encoder as __Encoder, HashConstructor as __HashConstructor, HttpHandlerOptions as __HttpHandlerOptions, Logger as __Logger, Provider as __Provider, Provider, RegionInfoProvider, StreamCollector as __StreamCollector, UrlParser as __UrlParser, UserAgent as __UserAgent } from "@aws-sdk/types";
|
|
9
9
|
import { CloneReceiptRuleSetCommandInput, CloneReceiptRuleSetCommandOutput } from "./commands/CloneReceiptRuleSetCommand";
|
|
10
10
|
import { CreateConfigurationSetCommandInput, CreateConfigurationSetCommandOutput } from "./commands/CreateConfigurationSetCommand";
|
|
@@ -122,6 +122,8 @@ export interface ClientDefaults extends Partial<__SmithyResolvedConfiguration<__
|
|
|
122
122
|
regionInfoProvider?: RegionInfoProvider;
|
|
123
123
|
|
|
124
124
|
defaultUserAgentProvider?: Provider<__UserAgent>;
|
|
125
|
+
|
|
126
|
+
defaultsMode?: DefaultsMode | Provider<DefaultsMode>;
|
|
125
127
|
}
|
|
126
128
|
declare type SESClientConfigType = Partial<__SmithyConfiguration<__HttpHandlerOptions>> & ClientDefaults & RegionInputConfig & EndpointsInputConfig & RetryInputConfig & HostHeaderInputConfig & AwsAuthInputConfig & UserAgentInputConfig;
|
|
127
129
|
|