@aws-sdk/client-pinpoint-email 3.301.0 → 3.306.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/models/models_0.js +54 -64
- package/dist-es/models/models_0.js +54 -64
- package/dist-types/models/models_0.d.ts +104 -54
- package/dist-types/ts3.4/models/models_0.d.ts +69 -54
- package/package.json +34 -34
|
@@ -54,11 +54,10 @@ class ConcurrentModificationException extends PinpointEmailServiceException_1.Pi
|
|
|
54
54
|
}
|
|
55
55
|
}
|
|
56
56
|
exports.ConcurrentModificationException = ConcurrentModificationException;
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
})(TlsPolicy = exports.TlsPolicy || (exports.TlsPolicy = {}));
|
|
57
|
+
exports.TlsPolicy = {
|
|
58
|
+
OPTIONAL: "OPTIONAL",
|
|
59
|
+
REQUIRE: "REQUIRE",
|
|
60
|
+
};
|
|
62
61
|
class LimitExceededException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
|
|
63
62
|
constructor(opts) {
|
|
64
63
|
super({
|
|
@@ -98,28 +97,25 @@ class TooManyRequestsException extends PinpointEmailServiceException_1.PinpointE
|
|
|
98
97
|
}
|
|
99
98
|
}
|
|
100
99
|
exports.TooManyRequestsException = TooManyRequestsException;
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
121
|
-
DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
122
|
-
})(DeliverabilityTestStatus = exports.DeliverabilityTestStatus || (exports.DeliverabilityTestStatus = {}));
|
|
100
|
+
exports.DimensionValueSource = {
|
|
101
|
+
EMAIL_HEADER: "EMAIL_HEADER",
|
|
102
|
+
LINK_TAG: "LINK_TAG",
|
|
103
|
+
MESSAGE_TAG: "MESSAGE_TAG",
|
|
104
|
+
};
|
|
105
|
+
exports.EventType = {
|
|
106
|
+
BOUNCE: "BOUNCE",
|
|
107
|
+
CLICK: "CLICK",
|
|
108
|
+
COMPLAINT: "COMPLAINT",
|
|
109
|
+
DELIVERY: "DELIVERY",
|
|
110
|
+
OPEN: "OPEN",
|
|
111
|
+
REJECT: "REJECT",
|
|
112
|
+
RENDERING_FAILURE: "RENDERING_FAILURE",
|
|
113
|
+
SEND: "SEND",
|
|
114
|
+
};
|
|
115
|
+
exports.DeliverabilityTestStatus = {
|
|
116
|
+
COMPLETED: "COMPLETED",
|
|
117
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
118
|
+
};
|
|
123
119
|
class MailFromDomainNotVerifiedException extends PinpointEmailServiceException_1.PinpointEmailServiceException {
|
|
124
120
|
constructor(opts) {
|
|
125
121
|
super({
|
|
@@ -159,40 +155,34 @@ class SendingPausedException extends PinpointEmailServiceException_1.PinpointEma
|
|
|
159
155
|
}
|
|
160
156
|
}
|
|
161
157
|
exports.SendingPausedException = SendingPausedException;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
}
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
(function (MailFromDomainStatus) {
|
|
194
|
-
MailFromDomainStatus["FAILED"] = "FAILED";
|
|
195
|
-
MailFromDomainStatus["PENDING"] = "PENDING";
|
|
196
|
-
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
197
|
-
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
198
|
-
})(MailFromDomainStatus = exports.MailFromDomainStatus || (exports.MailFromDomainStatus = {}));
|
|
158
|
+
exports.DkimStatus = {
|
|
159
|
+
FAILED: "FAILED",
|
|
160
|
+
NOT_STARTED: "NOT_STARTED",
|
|
161
|
+
PENDING: "PENDING",
|
|
162
|
+
SUCCESS: "SUCCESS",
|
|
163
|
+
TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
|
|
164
|
+
};
|
|
165
|
+
exports.IdentityType = {
|
|
166
|
+
DOMAIN: "DOMAIN",
|
|
167
|
+
EMAIL_ADDRESS: "EMAIL_ADDRESS",
|
|
168
|
+
MANAGED_DOMAIN: "MANAGED_DOMAIN",
|
|
169
|
+
};
|
|
170
|
+
exports.WarmupStatus = {
|
|
171
|
+
DONE: "DONE",
|
|
172
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
173
|
+
};
|
|
174
|
+
exports.DeliverabilityDashboardAccountStatus = {
|
|
175
|
+
ACTIVE: "ACTIVE",
|
|
176
|
+
DISABLED: "DISABLED",
|
|
177
|
+
PENDING_EXPIRATION: "PENDING_EXPIRATION",
|
|
178
|
+
};
|
|
179
|
+
exports.BehaviorOnMxFailure = {
|
|
180
|
+
REJECT_MESSAGE: "REJECT_MESSAGE",
|
|
181
|
+
USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE",
|
|
182
|
+
};
|
|
183
|
+
exports.MailFromDomainStatus = {
|
|
184
|
+
FAILED: "FAILED",
|
|
185
|
+
PENDING: "PENDING",
|
|
186
|
+
SUCCESS: "SUCCESS",
|
|
187
|
+
TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
|
|
188
|
+
};
|
|
@@ -47,11 +47,10 @@ export class ConcurrentModificationException extends __BaseException {
|
|
|
47
47
|
Object.setPrototypeOf(this, ConcurrentModificationException.prototype);
|
|
48
48
|
}
|
|
49
49
|
}
|
|
50
|
-
export
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
})(TlsPolicy || (TlsPolicy = {}));
|
|
50
|
+
export const TlsPolicy = {
|
|
51
|
+
OPTIONAL: "OPTIONAL",
|
|
52
|
+
REQUIRE: "REQUIRE",
|
|
53
|
+
};
|
|
55
54
|
export class LimitExceededException extends __BaseException {
|
|
56
55
|
constructor(opts) {
|
|
57
56
|
super({
|
|
@@ -88,28 +87,25 @@ export class TooManyRequestsException extends __BaseException {
|
|
|
88
87
|
Object.setPrototypeOf(this, TooManyRequestsException.prototype);
|
|
89
88
|
}
|
|
90
89
|
}
|
|
91
|
-
export
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
111
|
-
DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
112
|
-
})(DeliverabilityTestStatus || (DeliverabilityTestStatus = {}));
|
|
90
|
+
export const DimensionValueSource = {
|
|
91
|
+
EMAIL_HEADER: "EMAIL_HEADER",
|
|
92
|
+
LINK_TAG: "LINK_TAG",
|
|
93
|
+
MESSAGE_TAG: "MESSAGE_TAG",
|
|
94
|
+
};
|
|
95
|
+
export const EventType = {
|
|
96
|
+
BOUNCE: "BOUNCE",
|
|
97
|
+
CLICK: "CLICK",
|
|
98
|
+
COMPLAINT: "COMPLAINT",
|
|
99
|
+
DELIVERY: "DELIVERY",
|
|
100
|
+
OPEN: "OPEN",
|
|
101
|
+
REJECT: "REJECT",
|
|
102
|
+
RENDERING_FAILURE: "RENDERING_FAILURE",
|
|
103
|
+
SEND: "SEND",
|
|
104
|
+
};
|
|
105
|
+
export const DeliverabilityTestStatus = {
|
|
106
|
+
COMPLETED: "COMPLETED",
|
|
107
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
108
|
+
};
|
|
113
109
|
export class MailFromDomainNotVerifiedException extends __BaseException {
|
|
114
110
|
constructor(opts) {
|
|
115
111
|
super({
|
|
@@ -146,40 +142,34 @@ export class SendingPausedException extends __BaseException {
|
|
|
146
142
|
Object.setPrototypeOf(this, SendingPausedException.prototype);
|
|
147
143
|
}
|
|
148
144
|
}
|
|
149
|
-
export
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
}
|
|
174
|
-
export
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
(function (MailFromDomainStatus) {
|
|
181
|
-
MailFromDomainStatus["FAILED"] = "FAILED";
|
|
182
|
-
MailFromDomainStatus["PENDING"] = "PENDING";
|
|
183
|
-
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
184
|
-
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
185
|
-
})(MailFromDomainStatus || (MailFromDomainStatus = {}));
|
|
145
|
+
export const DkimStatus = {
|
|
146
|
+
FAILED: "FAILED",
|
|
147
|
+
NOT_STARTED: "NOT_STARTED",
|
|
148
|
+
PENDING: "PENDING",
|
|
149
|
+
SUCCESS: "SUCCESS",
|
|
150
|
+
TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
|
|
151
|
+
};
|
|
152
|
+
export const IdentityType = {
|
|
153
|
+
DOMAIN: "DOMAIN",
|
|
154
|
+
EMAIL_ADDRESS: "EMAIL_ADDRESS",
|
|
155
|
+
MANAGED_DOMAIN: "MANAGED_DOMAIN",
|
|
156
|
+
};
|
|
157
|
+
export const WarmupStatus = {
|
|
158
|
+
DONE: "DONE",
|
|
159
|
+
IN_PROGRESS: "IN_PROGRESS",
|
|
160
|
+
};
|
|
161
|
+
export const DeliverabilityDashboardAccountStatus = {
|
|
162
|
+
ACTIVE: "ACTIVE",
|
|
163
|
+
DISABLED: "DISABLED",
|
|
164
|
+
PENDING_EXPIRATION: "PENDING_EXPIRATION",
|
|
165
|
+
};
|
|
166
|
+
export const BehaviorOnMxFailure = {
|
|
167
|
+
REJECT_MESSAGE: "REJECT_MESSAGE",
|
|
168
|
+
USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE",
|
|
169
|
+
};
|
|
170
|
+
export const MailFromDomainStatus = {
|
|
171
|
+
FAILED: "FAILED",
|
|
172
|
+
PENDING: "PENDING",
|
|
173
|
+
SUCCESS: "SUCCESS",
|
|
174
|
+
TEMPORARY_FAILURE: "TEMPORARY_FAILURE",
|
|
175
|
+
};
|
|
@@ -51,11 +51,16 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
51
51
|
}
|
|
52
52
|
/**
|
|
53
53
|
* @public
|
|
54
|
+
* @enum
|
|
54
55
|
*/
|
|
55
|
-
export declare
|
|
56
|
-
OPTIONAL
|
|
57
|
-
REQUIRE
|
|
58
|
-
}
|
|
56
|
+
export declare const TlsPolicy: {
|
|
57
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
58
|
+
readonly REQUIRE: "REQUIRE";
|
|
59
|
+
};
|
|
60
|
+
/**
|
|
61
|
+
* @public
|
|
62
|
+
*/
|
|
63
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
59
64
|
/**
|
|
60
65
|
* @public
|
|
61
66
|
* <p>Used to associate a configuration set with a dedicated IP pool.</p>
|
|
@@ -251,12 +256,17 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
251
256
|
}
|
|
252
257
|
/**
|
|
253
258
|
* @public
|
|
259
|
+
* @enum
|
|
254
260
|
*/
|
|
255
|
-
export declare
|
|
256
|
-
EMAIL_HEADER
|
|
257
|
-
LINK_TAG
|
|
258
|
-
MESSAGE_TAG
|
|
259
|
-
}
|
|
261
|
+
export declare const DimensionValueSource: {
|
|
262
|
+
readonly EMAIL_HEADER: "EMAIL_HEADER";
|
|
263
|
+
readonly LINK_TAG: "LINK_TAG";
|
|
264
|
+
readonly MESSAGE_TAG: "MESSAGE_TAG";
|
|
265
|
+
};
|
|
266
|
+
/**
|
|
267
|
+
* @public
|
|
268
|
+
*/
|
|
269
|
+
export type DimensionValueSource = (typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
260
270
|
/**
|
|
261
271
|
* @public
|
|
262
272
|
* <p>An object that defines the dimension configuration to use when you send Amazon Pinpoint email
|
|
@@ -332,17 +342,22 @@ export interface KinesisFirehoseDestination {
|
|
|
332
342
|
}
|
|
333
343
|
/**
|
|
334
344
|
* @public
|
|
345
|
+
* @enum
|
|
335
346
|
*/
|
|
336
|
-
export declare
|
|
337
|
-
BOUNCE
|
|
338
|
-
CLICK
|
|
339
|
-
COMPLAINT
|
|
340
|
-
DELIVERY
|
|
341
|
-
OPEN
|
|
342
|
-
REJECT
|
|
343
|
-
RENDERING_FAILURE
|
|
344
|
-
SEND
|
|
345
|
-
}
|
|
347
|
+
export declare const EventType: {
|
|
348
|
+
readonly BOUNCE: "BOUNCE";
|
|
349
|
+
readonly CLICK: "CLICK";
|
|
350
|
+
readonly COMPLAINT: "COMPLAINT";
|
|
351
|
+
readonly DELIVERY: "DELIVERY";
|
|
352
|
+
readonly OPEN: "OPEN";
|
|
353
|
+
readonly REJECT: "REJECT";
|
|
354
|
+
readonly RENDERING_FAILURE: "RENDERING_FAILURE";
|
|
355
|
+
readonly SEND: "SEND";
|
|
356
|
+
};
|
|
357
|
+
/**
|
|
358
|
+
* @public
|
|
359
|
+
*/
|
|
360
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
346
361
|
/**
|
|
347
362
|
* @public
|
|
348
363
|
* <p>An object that defines a Amazon Pinpoint destination for email events. You can use Amazon Pinpoint events
|
|
@@ -646,11 +661,16 @@ export interface CreateDeliverabilityTestReportRequest {
|
|
|
646
661
|
}
|
|
647
662
|
/**
|
|
648
663
|
* @public
|
|
664
|
+
* @enum
|
|
649
665
|
*/
|
|
650
|
-
export declare
|
|
651
|
-
COMPLETED
|
|
652
|
-
IN_PROGRESS
|
|
653
|
-
}
|
|
666
|
+
export declare const DeliverabilityTestStatus: {
|
|
667
|
+
readonly COMPLETED: "COMPLETED";
|
|
668
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
669
|
+
};
|
|
670
|
+
/**
|
|
671
|
+
* @public
|
|
672
|
+
*/
|
|
673
|
+
export type DeliverabilityTestStatus = (typeof DeliverabilityTestStatus)[keyof typeof DeliverabilityTestStatus];
|
|
654
674
|
/**
|
|
655
675
|
* @public
|
|
656
676
|
* <p>Information about the predictive inbox placement test that you created.</p>
|
|
@@ -723,14 +743,19 @@ export interface CreateEmailIdentityRequest {
|
|
|
723
743
|
}
|
|
724
744
|
/**
|
|
725
745
|
* @public
|
|
746
|
+
* @enum
|
|
726
747
|
*/
|
|
727
|
-
export declare
|
|
728
|
-
FAILED
|
|
729
|
-
NOT_STARTED
|
|
730
|
-
PENDING
|
|
731
|
-
SUCCESS
|
|
732
|
-
TEMPORARY_FAILURE
|
|
733
|
-
}
|
|
748
|
+
export declare const DkimStatus: {
|
|
749
|
+
readonly FAILED: "FAILED";
|
|
750
|
+
readonly NOT_STARTED: "NOT_STARTED";
|
|
751
|
+
readonly PENDING: "PENDING";
|
|
752
|
+
readonly SUCCESS: "SUCCESS";
|
|
753
|
+
readonly TEMPORARY_FAILURE: "TEMPORARY_FAILURE";
|
|
754
|
+
};
|
|
755
|
+
/**
|
|
756
|
+
* @public
|
|
757
|
+
*/
|
|
758
|
+
export type DkimStatus = (typeof DkimStatus)[keyof typeof DkimStatus];
|
|
734
759
|
/**
|
|
735
760
|
* @public
|
|
736
761
|
* <p>An object that contains information about the DKIM configuration for an email
|
|
@@ -788,12 +813,17 @@ export interface DkimAttributes {
|
|
|
788
813
|
}
|
|
789
814
|
/**
|
|
790
815
|
* @public
|
|
816
|
+
* @enum
|
|
791
817
|
*/
|
|
792
|
-
export declare
|
|
793
|
-
DOMAIN
|
|
794
|
-
EMAIL_ADDRESS
|
|
795
|
-
MANAGED_DOMAIN
|
|
796
|
-
}
|
|
818
|
+
export declare const IdentityType: {
|
|
819
|
+
readonly DOMAIN: "DOMAIN";
|
|
820
|
+
readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
|
|
821
|
+
readonly MANAGED_DOMAIN: "MANAGED_DOMAIN";
|
|
822
|
+
};
|
|
823
|
+
/**
|
|
824
|
+
* @public
|
|
825
|
+
*/
|
|
826
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
797
827
|
/**
|
|
798
828
|
* @public
|
|
799
829
|
* <p>If the email identity is a domain, this object contains tokens that you can use to
|
|
@@ -1158,11 +1188,16 @@ export interface GetDedicatedIpRequest {
|
|
|
1158
1188
|
}
|
|
1159
1189
|
/**
|
|
1160
1190
|
* @public
|
|
1191
|
+
* @enum
|
|
1161
1192
|
*/
|
|
1162
|
-
export declare
|
|
1163
|
-
DONE
|
|
1164
|
-
IN_PROGRESS
|
|
1165
|
-
}
|
|
1193
|
+
export declare const WarmupStatus: {
|
|
1194
|
+
readonly DONE: "DONE";
|
|
1195
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
1196
|
+
};
|
|
1197
|
+
/**
|
|
1198
|
+
* @public
|
|
1199
|
+
*/
|
|
1200
|
+
export type WarmupStatus = (typeof WarmupStatus)[keyof typeof WarmupStatus];
|
|
1166
1201
|
/**
|
|
1167
1202
|
* @public
|
|
1168
1203
|
* <p>Contains information about a dedicated IP address that is associated with your Amazon Pinpoint
|
|
@@ -1265,12 +1300,17 @@ export interface GetDeliverabilityDashboardOptionsRequest {
|
|
|
1265
1300
|
}
|
|
1266
1301
|
/**
|
|
1267
1302
|
* @public
|
|
1303
|
+
* @enum
|
|
1268
1304
|
*/
|
|
1269
|
-
export declare
|
|
1270
|
-
ACTIVE
|
|
1271
|
-
DISABLED
|
|
1272
|
-
PENDING_EXPIRATION
|
|
1273
|
-
}
|
|
1305
|
+
export declare const DeliverabilityDashboardAccountStatus: {
|
|
1306
|
+
readonly ACTIVE: "ACTIVE";
|
|
1307
|
+
readonly DISABLED: "DISABLED";
|
|
1308
|
+
readonly PENDING_EXPIRATION: "PENDING_EXPIRATION";
|
|
1309
|
+
};
|
|
1310
|
+
/**
|
|
1311
|
+
* @public
|
|
1312
|
+
*/
|
|
1313
|
+
export type DeliverabilityDashboardAccountStatus = (typeof DeliverabilityDashboardAccountStatus)[keyof typeof DeliverabilityDashboardAccountStatus];
|
|
1274
1314
|
/**
|
|
1275
1315
|
* @public
|
|
1276
1316
|
* <p>An object that contains information about the inbox placement data settings for a
|
|
@@ -1729,20 +1769,30 @@ export interface GetEmailIdentityRequest {
|
|
|
1729
1769
|
}
|
|
1730
1770
|
/**
|
|
1731
1771
|
* @public
|
|
1772
|
+
* @enum
|
|
1732
1773
|
*/
|
|
1733
|
-
export declare
|
|
1734
|
-
REJECT_MESSAGE
|
|
1735
|
-
USE_DEFAULT_VALUE
|
|
1736
|
-
}
|
|
1774
|
+
export declare const BehaviorOnMxFailure: {
|
|
1775
|
+
readonly REJECT_MESSAGE: "REJECT_MESSAGE";
|
|
1776
|
+
readonly USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE";
|
|
1777
|
+
};
|
|
1737
1778
|
/**
|
|
1738
1779
|
* @public
|
|
1739
1780
|
*/
|
|
1740
|
-
export
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1781
|
+
export type BehaviorOnMxFailure = (typeof BehaviorOnMxFailure)[keyof typeof BehaviorOnMxFailure];
|
|
1782
|
+
/**
|
|
1783
|
+
* @public
|
|
1784
|
+
* @enum
|
|
1785
|
+
*/
|
|
1786
|
+
export declare const MailFromDomainStatus: {
|
|
1787
|
+
readonly FAILED: "FAILED";
|
|
1788
|
+
readonly PENDING: "PENDING";
|
|
1789
|
+
readonly SUCCESS: "SUCCESS";
|
|
1790
|
+
readonly TEMPORARY_FAILURE: "TEMPORARY_FAILURE";
|
|
1791
|
+
};
|
|
1792
|
+
/**
|
|
1793
|
+
* @public
|
|
1794
|
+
*/
|
|
1795
|
+
export type MailFromDomainStatus = (typeof MailFromDomainStatus)[keyof typeof MailFromDomainStatus];
|
|
1746
1796
|
/**
|
|
1747
1797
|
* @public
|
|
1748
1798
|
* <p>A list of attributes that are associated with a MAIL FROM domain.</p>
|
|
@@ -31,10 +31,11 @@ export declare class ConcurrentModificationException extends __BaseException {
|
|
|
31
31
|
>
|
|
32
32
|
);
|
|
33
33
|
}
|
|
34
|
-
export declare
|
|
35
|
-
OPTIONAL
|
|
36
|
-
REQUIRE
|
|
37
|
-
}
|
|
34
|
+
export declare const TlsPolicy: {
|
|
35
|
+
readonly OPTIONAL: "OPTIONAL";
|
|
36
|
+
readonly REQUIRE: "REQUIRE";
|
|
37
|
+
};
|
|
38
|
+
export type TlsPolicy = (typeof TlsPolicy)[keyof typeof TlsPolicy];
|
|
38
39
|
export interface DeliveryOptions {
|
|
39
40
|
TlsPolicy?: TlsPolicy | string;
|
|
40
41
|
SendingPoolName?: string;
|
|
@@ -81,11 +82,13 @@ export declare class TooManyRequestsException extends __BaseException {
|
|
|
81
82
|
opts: __ExceptionOptionType<TooManyRequestsException, __BaseException>
|
|
82
83
|
);
|
|
83
84
|
}
|
|
84
|
-
export declare
|
|
85
|
-
EMAIL_HEADER
|
|
86
|
-
LINK_TAG
|
|
87
|
-
MESSAGE_TAG
|
|
88
|
-
}
|
|
85
|
+
export declare const DimensionValueSource: {
|
|
86
|
+
readonly EMAIL_HEADER: "EMAIL_HEADER";
|
|
87
|
+
readonly LINK_TAG: "LINK_TAG";
|
|
88
|
+
readonly MESSAGE_TAG: "MESSAGE_TAG";
|
|
89
|
+
};
|
|
90
|
+
export type DimensionValueSource =
|
|
91
|
+
(typeof DimensionValueSource)[keyof typeof DimensionValueSource];
|
|
89
92
|
export interface CloudWatchDimensionConfiguration {
|
|
90
93
|
DimensionName: string | undefined;
|
|
91
94
|
DimensionValueSource: DimensionValueSource | string | undefined;
|
|
@@ -98,16 +101,17 @@ export interface KinesisFirehoseDestination {
|
|
|
98
101
|
IamRoleArn: string | undefined;
|
|
99
102
|
DeliveryStreamArn: string | undefined;
|
|
100
103
|
}
|
|
101
|
-
export declare
|
|
102
|
-
BOUNCE
|
|
103
|
-
CLICK
|
|
104
|
-
COMPLAINT
|
|
105
|
-
DELIVERY
|
|
106
|
-
OPEN
|
|
107
|
-
REJECT
|
|
108
|
-
RENDERING_FAILURE
|
|
109
|
-
SEND
|
|
110
|
-
}
|
|
104
|
+
export declare const EventType: {
|
|
105
|
+
readonly BOUNCE: "BOUNCE";
|
|
106
|
+
readonly CLICK: "CLICK";
|
|
107
|
+
readonly COMPLAINT: "COMPLAINT";
|
|
108
|
+
readonly DELIVERY: "DELIVERY";
|
|
109
|
+
readonly OPEN: "OPEN";
|
|
110
|
+
readonly REJECT: "REJECT";
|
|
111
|
+
readonly RENDERING_FAILURE: "RENDERING_FAILURE";
|
|
112
|
+
readonly SEND: "SEND";
|
|
113
|
+
};
|
|
114
|
+
export type EventType = (typeof EventType)[keyof typeof EventType];
|
|
111
115
|
export interface PinpointDestination {
|
|
112
116
|
ApplicationArn?: string;
|
|
113
117
|
}
|
|
@@ -163,10 +167,12 @@ export interface CreateDeliverabilityTestReportRequest {
|
|
|
163
167
|
Content: EmailContent | undefined;
|
|
164
168
|
Tags?: Tag[];
|
|
165
169
|
}
|
|
166
|
-
export declare
|
|
167
|
-
COMPLETED
|
|
168
|
-
IN_PROGRESS
|
|
169
|
-
}
|
|
170
|
+
export declare const DeliverabilityTestStatus: {
|
|
171
|
+
readonly COMPLETED: "COMPLETED";
|
|
172
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
173
|
+
};
|
|
174
|
+
export type DeliverabilityTestStatus =
|
|
175
|
+
(typeof DeliverabilityTestStatus)[keyof typeof DeliverabilityTestStatus];
|
|
170
176
|
export interface CreateDeliverabilityTestReportResponse {
|
|
171
177
|
ReportId: string | undefined;
|
|
172
178
|
DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
|
|
@@ -197,23 +203,25 @@ export interface CreateEmailIdentityRequest {
|
|
|
197
203
|
EmailIdentity: string | undefined;
|
|
198
204
|
Tags?: Tag[];
|
|
199
205
|
}
|
|
200
|
-
export declare
|
|
201
|
-
FAILED
|
|
202
|
-
NOT_STARTED
|
|
203
|
-
PENDING
|
|
204
|
-
SUCCESS
|
|
205
|
-
TEMPORARY_FAILURE
|
|
206
|
-
}
|
|
206
|
+
export declare const DkimStatus: {
|
|
207
|
+
readonly FAILED: "FAILED";
|
|
208
|
+
readonly NOT_STARTED: "NOT_STARTED";
|
|
209
|
+
readonly PENDING: "PENDING";
|
|
210
|
+
readonly SUCCESS: "SUCCESS";
|
|
211
|
+
readonly TEMPORARY_FAILURE: "TEMPORARY_FAILURE";
|
|
212
|
+
};
|
|
213
|
+
export type DkimStatus = (typeof DkimStatus)[keyof typeof DkimStatus];
|
|
207
214
|
export interface DkimAttributes {
|
|
208
215
|
SigningEnabled?: boolean;
|
|
209
216
|
Status?: DkimStatus | string;
|
|
210
217
|
Tokens?: string[];
|
|
211
218
|
}
|
|
212
|
-
export declare
|
|
213
|
-
DOMAIN
|
|
214
|
-
EMAIL_ADDRESS
|
|
215
|
-
MANAGED_DOMAIN
|
|
216
|
-
}
|
|
219
|
+
export declare const IdentityType: {
|
|
220
|
+
readonly DOMAIN: "DOMAIN";
|
|
221
|
+
readonly EMAIL_ADDRESS: "EMAIL_ADDRESS";
|
|
222
|
+
readonly MANAGED_DOMAIN: "MANAGED_DOMAIN";
|
|
223
|
+
};
|
|
224
|
+
export type IdentityType = (typeof IdentityType)[keyof typeof IdentityType];
|
|
217
225
|
export interface CreateEmailIdentityResponse {
|
|
218
226
|
IdentityType?: IdentityType | string;
|
|
219
227
|
VerifiedForSendingStatus?: boolean;
|
|
@@ -289,10 +297,11 @@ export interface GetConfigurationSetEventDestinationsResponse {
|
|
|
289
297
|
export interface GetDedicatedIpRequest {
|
|
290
298
|
Ip: string | undefined;
|
|
291
299
|
}
|
|
292
|
-
export declare
|
|
293
|
-
DONE
|
|
294
|
-
IN_PROGRESS
|
|
295
|
-
}
|
|
300
|
+
export declare const WarmupStatus: {
|
|
301
|
+
readonly DONE: "DONE";
|
|
302
|
+
readonly IN_PROGRESS: "IN_PROGRESS";
|
|
303
|
+
};
|
|
304
|
+
export type WarmupStatus = (typeof WarmupStatus)[keyof typeof WarmupStatus];
|
|
296
305
|
export interface DedicatedIp {
|
|
297
306
|
Ip: string | undefined;
|
|
298
307
|
WarmupStatus: WarmupStatus | string | undefined;
|
|
@@ -312,11 +321,13 @@ export interface GetDedicatedIpsResponse {
|
|
|
312
321
|
NextToken?: string;
|
|
313
322
|
}
|
|
314
323
|
export interface GetDeliverabilityDashboardOptionsRequest {}
|
|
315
|
-
export declare
|
|
316
|
-
ACTIVE
|
|
317
|
-
DISABLED
|
|
318
|
-
PENDING_EXPIRATION
|
|
319
|
-
}
|
|
324
|
+
export declare const DeliverabilityDashboardAccountStatus: {
|
|
325
|
+
readonly ACTIVE: "ACTIVE";
|
|
326
|
+
readonly DISABLED: "DISABLED";
|
|
327
|
+
readonly PENDING_EXPIRATION: "PENDING_EXPIRATION";
|
|
328
|
+
};
|
|
329
|
+
export type DeliverabilityDashboardAccountStatus =
|
|
330
|
+
(typeof DeliverabilityDashboardAccountStatus)[keyof typeof DeliverabilityDashboardAccountStatus];
|
|
320
331
|
export interface InboxPlacementTrackingOption {
|
|
321
332
|
Global?: boolean;
|
|
322
333
|
TrackedIsps?: string[];
|
|
@@ -419,16 +430,20 @@ export interface GetDomainStatisticsReportResponse {
|
|
|
419
430
|
export interface GetEmailIdentityRequest {
|
|
420
431
|
EmailIdentity: string | undefined;
|
|
421
432
|
}
|
|
422
|
-
export declare
|
|
423
|
-
REJECT_MESSAGE
|
|
424
|
-
USE_DEFAULT_VALUE
|
|
425
|
-
}
|
|
426
|
-
export
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
433
|
+
export declare const BehaviorOnMxFailure: {
|
|
434
|
+
readonly REJECT_MESSAGE: "REJECT_MESSAGE";
|
|
435
|
+
readonly USE_DEFAULT_VALUE: "USE_DEFAULT_VALUE";
|
|
436
|
+
};
|
|
437
|
+
export type BehaviorOnMxFailure =
|
|
438
|
+
(typeof BehaviorOnMxFailure)[keyof typeof BehaviorOnMxFailure];
|
|
439
|
+
export declare const MailFromDomainStatus: {
|
|
440
|
+
readonly FAILED: "FAILED";
|
|
441
|
+
readonly PENDING: "PENDING";
|
|
442
|
+
readonly SUCCESS: "SUCCESS";
|
|
443
|
+
readonly TEMPORARY_FAILURE: "TEMPORARY_FAILURE";
|
|
444
|
+
};
|
|
445
|
+
export type MailFromDomainStatus =
|
|
446
|
+
(typeof MailFromDomainStatus)[keyof typeof MailFromDomainStatus];
|
|
432
447
|
export interface MailFromAttributes {
|
|
433
448
|
MailFromDomain: string | undefined;
|
|
434
449
|
MailFromDomainStatus: MailFromDomainStatus | string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-pinpoint-email",
|
|
3
3
|
"description": "AWS SDK for JavaScript Pinpoint Email Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.306.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -21,42 +21,42 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
32
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
33
|
-
"@aws-sdk/middleware-logger": "3.
|
|
34
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
35
|
-
"@aws-sdk/middleware-retry": "3.
|
|
36
|
-
"@aws-sdk/middleware-serde": "3.
|
|
37
|
-
"@aws-sdk/middleware-signing": "3.
|
|
38
|
-
"@aws-sdk/middleware-stack": "3.
|
|
39
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
40
|
-
"@aws-sdk/node-config-provider": "3.
|
|
41
|
-
"@aws-sdk/node-http-handler": "3.
|
|
42
|
-
"@aws-sdk/protocol-http": "3.
|
|
43
|
-
"@aws-sdk/smithy-client": "3.
|
|
44
|
-
"@aws-sdk/types": "3.
|
|
45
|
-
"@aws-sdk/url-parser": "3.
|
|
46
|
-
"@aws-sdk/util-base64": "3.
|
|
47
|
-
"@aws-sdk/util-body-length-browser": "3.
|
|
48
|
-
"@aws-sdk/util-body-length-node": "3.
|
|
49
|
-
"@aws-sdk/util-defaults-mode-browser": "3.
|
|
50
|
-
"@aws-sdk/util-defaults-mode-node": "3.
|
|
51
|
-
"@aws-sdk/util-endpoints": "3.
|
|
52
|
-
"@aws-sdk/util-retry": "3.
|
|
53
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
54
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
55
|
-
"@aws-sdk/util-utf8": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.306.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.306.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.306.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.306.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.306.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.306.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.306.0",
|
|
31
|
+
"@aws-sdk/middleware-endpoint": "3.306.0",
|
|
32
|
+
"@aws-sdk/middleware-host-header": "3.306.0",
|
|
33
|
+
"@aws-sdk/middleware-logger": "3.306.0",
|
|
34
|
+
"@aws-sdk/middleware-recursion-detection": "3.306.0",
|
|
35
|
+
"@aws-sdk/middleware-retry": "3.306.0",
|
|
36
|
+
"@aws-sdk/middleware-serde": "3.306.0",
|
|
37
|
+
"@aws-sdk/middleware-signing": "3.306.0",
|
|
38
|
+
"@aws-sdk/middleware-stack": "3.306.0",
|
|
39
|
+
"@aws-sdk/middleware-user-agent": "3.306.0",
|
|
40
|
+
"@aws-sdk/node-config-provider": "3.306.0",
|
|
41
|
+
"@aws-sdk/node-http-handler": "3.306.0",
|
|
42
|
+
"@aws-sdk/protocol-http": "3.306.0",
|
|
43
|
+
"@aws-sdk/smithy-client": "3.306.0",
|
|
44
|
+
"@aws-sdk/types": "3.306.0",
|
|
45
|
+
"@aws-sdk/url-parser": "3.306.0",
|
|
46
|
+
"@aws-sdk/util-base64": "3.303.0",
|
|
47
|
+
"@aws-sdk/util-body-length-browser": "3.303.0",
|
|
48
|
+
"@aws-sdk/util-body-length-node": "3.303.0",
|
|
49
|
+
"@aws-sdk/util-defaults-mode-browser": "3.306.0",
|
|
50
|
+
"@aws-sdk/util-defaults-mode-node": "3.306.0",
|
|
51
|
+
"@aws-sdk/util-endpoints": "3.306.0",
|
|
52
|
+
"@aws-sdk/util-retry": "3.306.0",
|
|
53
|
+
"@aws-sdk/util-user-agent-browser": "3.306.0",
|
|
54
|
+
"@aws-sdk/util-user-agent-node": "3.306.0",
|
|
55
|
+
"@aws-sdk/util-utf8": "3.303.0",
|
|
56
56
|
"tslib": "^2.5.0"
|
|
57
57
|
},
|
|
58
58
|
"devDependencies": {
|
|
59
|
-
"@aws-sdk/service-client-documentation-generator": "3.
|
|
59
|
+
"@aws-sdk/service-client-documentation-generator": "3.303.0",
|
|
60
60
|
"@tsconfig/node14": "1.0.3",
|
|
61
61
|
"@types/node": "^14.14.31",
|
|
62
62
|
"concurrently": "7.0.0",
|