@aws-sdk/client-pinpoint-email 3.131.0 → 3.137.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/CHANGELOG.md +11 -0
- package/dist-cjs/commands/CreateConfigurationSetCommand.js +2 -2
- package/dist-cjs/commands/CreateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-cjs/commands/CreateDedicatedIpPoolCommand.js +2 -2
- package/dist-cjs/commands/CreateDeliverabilityTestReportCommand.js +2 -2
- package/dist-cjs/commands/CreateEmailIdentityCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfigurationSetCommand.js +2 -2
- package/dist-cjs/commands/DeleteConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-cjs/commands/DeleteDedicatedIpPoolCommand.js +2 -2
- package/dist-cjs/commands/DeleteEmailIdentityCommand.js +2 -2
- package/dist-cjs/commands/GetAccountCommand.js +2 -2
- package/dist-cjs/commands/GetBlacklistReportsCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationSetCommand.js +2 -2
- package/dist-cjs/commands/GetConfigurationSetEventDestinationsCommand.js +2 -2
- package/dist-cjs/commands/GetDedicatedIpCommand.js +2 -2
- package/dist-cjs/commands/GetDedicatedIpsCommand.js +2 -2
- package/dist-cjs/commands/GetDeliverabilityDashboardOptionsCommand.js +2 -2
- package/dist-cjs/commands/GetDeliverabilityTestReportCommand.js +2 -2
- package/dist-cjs/commands/GetDomainDeliverabilityCampaignCommand.js +2 -2
- package/dist-cjs/commands/GetDomainStatisticsReportCommand.js +2 -2
- package/dist-cjs/commands/GetEmailIdentityCommand.js +2 -2
- package/dist-cjs/commands/ListConfigurationSetsCommand.js +2 -2
- package/dist-cjs/commands/ListDedicatedIpPoolsCommand.js +2 -2
- package/dist-cjs/commands/ListDeliverabilityTestReportsCommand.js +2 -2
- package/dist-cjs/commands/ListDomainDeliverabilityCampaignsCommand.js +2 -2
- package/dist-cjs/commands/ListEmailIdentitiesCommand.js +2 -2
- package/dist-cjs/commands/ListTagsForResourceCommand.js +2 -2
- package/dist-cjs/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +2 -2
- package/dist-cjs/commands/PutAccountSendingAttributesCommand.js +2 -2
- package/dist-cjs/commands/PutConfigurationSetDeliveryOptionsCommand.js +2 -2
- package/dist-cjs/commands/PutConfigurationSetReputationOptionsCommand.js +2 -2
- package/dist-cjs/commands/PutConfigurationSetSendingOptionsCommand.js +2 -2
- package/dist-cjs/commands/PutConfigurationSetTrackingOptionsCommand.js +2 -2
- package/dist-cjs/commands/PutDedicatedIpInPoolCommand.js +2 -2
- package/dist-cjs/commands/PutDedicatedIpWarmupAttributesCommand.js +2 -2
- package/dist-cjs/commands/PutDeliverabilityDashboardOptionCommand.js +2 -2
- package/dist-cjs/commands/PutEmailIdentityDkimAttributesCommand.js +2 -2
- package/dist-cjs/commands/PutEmailIdentityFeedbackAttributesCommand.js +2 -2
- package/dist-cjs/commands/PutEmailIdentityMailFromAttributesCommand.js +2 -2
- package/dist-cjs/commands/SendEmailCommand.js +2 -2
- package/dist-cjs/commands/TagResourceCommand.js +2 -2
- package/dist-cjs/commands/UntagResourceCommand.js +2 -2
- package/dist-cjs/commands/UpdateConfigurationSetEventDestinationCommand.js +2 -2
- package/dist-cjs/models/models_0.js +483 -723
- package/dist-es/commands/CreateConfigurationSetCommand.js +3 -3
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-es/commands/CreateDedicatedIpPoolCommand.js +3 -3
- package/dist-es/commands/CreateDeliverabilityTestReportCommand.js +3 -3
- package/dist-es/commands/CreateEmailIdentityCommand.js +3 -3
- package/dist-es/commands/DeleteConfigurationSetCommand.js +3 -3
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-es/commands/DeleteDedicatedIpPoolCommand.js +3 -3
- package/dist-es/commands/DeleteEmailIdentityCommand.js +3 -3
- package/dist-es/commands/GetAccountCommand.js +3 -3
- package/dist-es/commands/GetBlacklistReportsCommand.js +3 -3
- package/dist-es/commands/GetConfigurationSetCommand.js +3 -3
- package/dist-es/commands/GetConfigurationSetEventDestinationsCommand.js +3 -3
- package/dist-es/commands/GetDedicatedIpCommand.js +3 -3
- package/dist-es/commands/GetDedicatedIpsCommand.js +3 -3
- package/dist-es/commands/GetDeliverabilityDashboardOptionsCommand.js +3 -3
- package/dist-es/commands/GetDeliverabilityTestReportCommand.js +3 -3
- package/dist-es/commands/GetDomainDeliverabilityCampaignCommand.js +3 -3
- package/dist-es/commands/GetDomainStatisticsReportCommand.js +3 -3
- package/dist-es/commands/GetEmailIdentityCommand.js +3 -3
- package/dist-es/commands/ListConfigurationSetsCommand.js +3 -3
- package/dist-es/commands/ListDedicatedIpPoolsCommand.js +3 -3
- package/dist-es/commands/ListDeliverabilityTestReportsCommand.js +3 -3
- package/dist-es/commands/ListDomainDeliverabilityCampaignsCommand.js +3 -3
- package/dist-es/commands/ListEmailIdentitiesCommand.js +3 -3
- package/dist-es/commands/ListTagsForResourceCommand.js +3 -3
- package/dist-es/commands/PutAccountDedicatedIpWarmupAttributesCommand.js +3 -3
- package/dist-es/commands/PutAccountSendingAttributesCommand.js +3 -3
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +3 -3
- package/dist-es/commands/PutConfigurationSetReputationOptionsCommand.js +3 -3
- package/dist-es/commands/PutConfigurationSetSendingOptionsCommand.js +3 -3
- package/dist-es/commands/PutConfigurationSetTrackingOptionsCommand.js +3 -3
- package/dist-es/commands/PutDedicatedIpInPoolCommand.js +3 -3
- package/dist-es/commands/PutDedicatedIpWarmupAttributesCommand.js +3 -3
- package/dist-es/commands/PutDeliverabilityDashboardOptionCommand.js +3 -3
- package/dist-es/commands/PutEmailIdentityDkimAttributesCommand.js +3 -3
- package/dist-es/commands/PutEmailIdentityFeedbackAttributesCommand.js +3 -3
- package/dist-es/commands/PutEmailIdentityMailFromAttributesCommand.js +3 -3
- package/dist-es/commands/SendEmailCommand.js +3 -3
- package/dist-es/commands/TagResourceCommand.js +3 -3
- package/dist-es/commands/UntagResourceCommand.js +3 -3
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +3 -3
- package/dist-es/models/models_0.js +120 -480
- package/dist-types/models/models_0.d.ts +480 -720
- package/dist-types/ts3.4/models/models_0.d.ts +240 -480
- package/package.json +6 -6
|
@@ -53,34 +53,6 @@ export var TlsPolicy;
|
|
|
53
53
|
TlsPolicy["OPTIONAL"] = "OPTIONAL";
|
|
54
54
|
TlsPolicy["REQUIRE"] = "REQUIRE";
|
|
55
55
|
})(TlsPolicy || (TlsPolicy = {}));
|
|
56
|
-
export var DeliveryOptions;
|
|
57
|
-
(function (DeliveryOptions) {
|
|
58
|
-
DeliveryOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
59
|
-
})(DeliveryOptions || (DeliveryOptions = {}));
|
|
60
|
-
export var ReputationOptions;
|
|
61
|
-
(function (ReputationOptions) {
|
|
62
|
-
ReputationOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
63
|
-
})(ReputationOptions || (ReputationOptions = {}));
|
|
64
|
-
export var SendingOptions;
|
|
65
|
-
(function (SendingOptions) {
|
|
66
|
-
SendingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
67
|
-
})(SendingOptions || (SendingOptions = {}));
|
|
68
|
-
export var Tag;
|
|
69
|
-
(function (Tag) {
|
|
70
|
-
Tag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
71
|
-
})(Tag || (Tag = {}));
|
|
72
|
-
export var TrackingOptions;
|
|
73
|
-
(function (TrackingOptions) {
|
|
74
|
-
TrackingOptions.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
75
|
-
})(TrackingOptions || (TrackingOptions = {}));
|
|
76
|
-
export var CreateConfigurationSetRequest;
|
|
77
|
-
(function (CreateConfigurationSetRequest) {
|
|
78
|
-
CreateConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
79
|
-
})(CreateConfigurationSetRequest || (CreateConfigurationSetRequest = {}));
|
|
80
|
-
export var CreateConfigurationSetResponse;
|
|
81
|
-
(function (CreateConfigurationSetResponse) {
|
|
82
|
-
CreateConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
83
|
-
})(CreateConfigurationSetResponse || (CreateConfigurationSetResponse = {}));
|
|
84
56
|
var LimitExceededException = (function (_super) {
|
|
85
57
|
__extends(LimitExceededException, _super);
|
|
86
58
|
function LimitExceededException(opts) {
|
|
@@ -123,18 +95,6 @@ export var DimensionValueSource;
|
|
|
123
95
|
DimensionValueSource["LINK_TAG"] = "LINK_TAG";
|
|
124
96
|
DimensionValueSource["MESSAGE_TAG"] = "MESSAGE_TAG";
|
|
125
97
|
})(DimensionValueSource || (DimensionValueSource = {}));
|
|
126
|
-
export var CloudWatchDimensionConfiguration;
|
|
127
|
-
(function (CloudWatchDimensionConfiguration) {
|
|
128
|
-
CloudWatchDimensionConfiguration.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
129
|
-
})(CloudWatchDimensionConfiguration || (CloudWatchDimensionConfiguration = {}));
|
|
130
|
-
export var CloudWatchDestination;
|
|
131
|
-
(function (CloudWatchDestination) {
|
|
132
|
-
CloudWatchDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
133
|
-
})(CloudWatchDestination || (CloudWatchDestination = {}));
|
|
134
|
-
export var KinesisFirehoseDestination;
|
|
135
|
-
(function (KinesisFirehoseDestination) {
|
|
136
|
-
KinesisFirehoseDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
137
|
-
})(KinesisFirehoseDestination || (KinesisFirehoseDestination = {}));
|
|
138
98
|
export var EventType;
|
|
139
99
|
(function (EventType) {
|
|
140
100
|
EventType["BOUNCE"] = "BOUNCE";
|
|
@@ -146,71 +106,11 @@ export var EventType;
|
|
|
146
106
|
EventType["RENDERING_FAILURE"] = "RENDERING_FAILURE";
|
|
147
107
|
EventType["SEND"] = "SEND";
|
|
148
108
|
})(EventType || (EventType = {}));
|
|
149
|
-
export var PinpointDestination;
|
|
150
|
-
(function (PinpointDestination) {
|
|
151
|
-
PinpointDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
152
|
-
})(PinpointDestination || (PinpointDestination = {}));
|
|
153
|
-
export var SnsDestination;
|
|
154
|
-
(function (SnsDestination) {
|
|
155
|
-
SnsDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
156
|
-
})(SnsDestination || (SnsDestination = {}));
|
|
157
|
-
export var EventDestinationDefinition;
|
|
158
|
-
(function (EventDestinationDefinition) {
|
|
159
|
-
EventDestinationDefinition.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
160
|
-
})(EventDestinationDefinition || (EventDestinationDefinition = {}));
|
|
161
|
-
export var CreateConfigurationSetEventDestinationRequest;
|
|
162
|
-
(function (CreateConfigurationSetEventDestinationRequest) {
|
|
163
|
-
CreateConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
164
|
-
})(CreateConfigurationSetEventDestinationRequest || (CreateConfigurationSetEventDestinationRequest = {}));
|
|
165
|
-
export var CreateConfigurationSetEventDestinationResponse;
|
|
166
|
-
(function (CreateConfigurationSetEventDestinationResponse) {
|
|
167
|
-
CreateConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
168
|
-
})(CreateConfigurationSetEventDestinationResponse || (CreateConfigurationSetEventDestinationResponse = {}));
|
|
169
|
-
export var CreateDedicatedIpPoolRequest;
|
|
170
|
-
(function (CreateDedicatedIpPoolRequest) {
|
|
171
|
-
CreateDedicatedIpPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
172
|
-
})(CreateDedicatedIpPoolRequest || (CreateDedicatedIpPoolRequest = {}));
|
|
173
|
-
export var CreateDedicatedIpPoolResponse;
|
|
174
|
-
(function (CreateDedicatedIpPoolResponse) {
|
|
175
|
-
CreateDedicatedIpPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
176
|
-
})(CreateDedicatedIpPoolResponse || (CreateDedicatedIpPoolResponse = {}));
|
|
177
|
-
export var RawMessage;
|
|
178
|
-
(function (RawMessage) {
|
|
179
|
-
RawMessage.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
180
|
-
})(RawMessage || (RawMessage = {}));
|
|
181
|
-
export var Content;
|
|
182
|
-
(function (Content) {
|
|
183
|
-
Content.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
184
|
-
})(Content || (Content = {}));
|
|
185
|
-
export var Body;
|
|
186
|
-
(function (Body) {
|
|
187
|
-
Body.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
-
})(Body || (Body = {}));
|
|
189
|
-
export var Message;
|
|
190
|
-
(function (Message) {
|
|
191
|
-
Message.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
-
})(Message || (Message = {}));
|
|
193
|
-
export var Template;
|
|
194
|
-
(function (Template) {
|
|
195
|
-
Template.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
-
})(Template || (Template = {}));
|
|
197
|
-
export var EmailContent;
|
|
198
|
-
(function (EmailContent) {
|
|
199
|
-
EmailContent.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
-
})(EmailContent || (EmailContent = {}));
|
|
201
|
-
export var CreateDeliverabilityTestReportRequest;
|
|
202
|
-
(function (CreateDeliverabilityTestReportRequest) {
|
|
203
|
-
CreateDeliverabilityTestReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
-
})(CreateDeliverabilityTestReportRequest || (CreateDeliverabilityTestReportRequest = {}));
|
|
205
109
|
export var DeliverabilityTestStatus;
|
|
206
110
|
(function (DeliverabilityTestStatus) {
|
|
207
111
|
DeliverabilityTestStatus["COMPLETED"] = "COMPLETED";
|
|
208
112
|
DeliverabilityTestStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
209
113
|
})(DeliverabilityTestStatus || (DeliverabilityTestStatus = {}));
|
|
210
|
-
export var CreateDeliverabilityTestReportResponse;
|
|
211
|
-
(function (CreateDeliverabilityTestReportResponse) {
|
|
212
|
-
CreateDeliverabilityTestReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
-
})(CreateDeliverabilityTestReportResponse || (CreateDeliverabilityTestReportResponse = {}));
|
|
214
114
|
var MailFromDomainNotVerifiedException = (function (_super) {
|
|
215
115
|
__extends(MailFromDomainNotVerifiedException, _super);
|
|
216
116
|
function MailFromDomainNotVerifiedException(opts) {
|
|
@@ -247,10 +147,6 @@ var SendingPausedException = (function (_super) {
|
|
|
247
147
|
return SendingPausedException;
|
|
248
148
|
}(__BaseException));
|
|
249
149
|
export { SendingPausedException };
|
|
250
|
-
export var CreateEmailIdentityRequest;
|
|
251
|
-
(function (CreateEmailIdentityRequest) {
|
|
252
|
-
CreateEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
-
})(CreateEmailIdentityRequest || (CreateEmailIdentityRequest = {}));
|
|
254
150
|
export var DkimStatus;
|
|
255
151
|
(function (DkimStatus) {
|
|
256
152
|
DkimStatus["FAILED"] = "FAILED";
|
|
@@ -259,203 +155,23 @@ export var DkimStatus;
|
|
|
259
155
|
DkimStatus["SUCCESS"] = "SUCCESS";
|
|
260
156
|
DkimStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
261
157
|
})(DkimStatus || (DkimStatus = {}));
|
|
262
|
-
export var DkimAttributes;
|
|
263
|
-
(function (DkimAttributes) {
|
|
264
|
-
DkimAttributes.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
-
})(DkimAttributes || (DkimAttributes = {}));
|
|
266
158
|
export var IdentityType;
|
|
267
159
|
(function (IdentityType) {
|
|
268
160
|
IdentityType["DOMAIN"] = "DOMAIN";
|
|
269
161
|
IdentityType["EMAIL_ADDRESS"] = "EMAIL_ADDRESS";
|
|
270
162
|
IdentityType["MANAGED_DOMAIN"] = "MANAGED_DOMAIN";
|
|
271
163
|
})(IdentityType || (IdentityType = {}));
|
|
272
|
-
export var CreateEmailIdentityResponse;
|
|
273
|
-
(function (CreateEmailIdentityResponse) {
|
|
274
|
-
CreateEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
-
})(CreateEmailIdentityResponse || (CreateEmailIdentityResponse = {}));
|
|
276
|
-
export var DeleteConfigurationSetRequest;
|
|
277
|
-
(function (DeleteConfigurationSetRequest) {
|
|
278
|
-
DeleteConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
-
})(DeleteConfigurationSetRequest || (DeleteConfigurationSetRequest = {}));
|
|
280
|
-
export var DeleteConfigurationSetResponse;
|
|
281
|
-
(function (DeleteConfigurationSetResponse) {
|
|
282
|
-
DeleteConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
-
})(DeleteConfigurationSetResponse || (DeleteConfigurationSetResponse = {}));
|
|
284
|
-
export var DeleteConfigurationSetEventDestinationRequest;
|
|
285
|
-
(function (DeleteConfigurationSetEventDestinationRequest) {
|
|
286
|
-
DeleteConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
-
})(DeleteConfigurationSetEventDestinationRequest || (DeleteConfigurationSetEventDestinationRequest = {}));
|
|
288
|
-
export var DeleteConfigurationSetEventDestinationResponse;
|
|
289
|
-
(function (DeleteConfigurationSetEventDestinationResponse) {
|
|
290
|
-
DeleteConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
-
})(DeleteConfigurationSetEventDestinationResponse || (DeleteConfigurationSetEventDestinationResponse = {}));
|
|
292
|
-
export var DeleteDedicatedIpPoolRequest;
|
|
293
|
-
(function (DeleteDedicatedIpPoolRequest) {
|
|
294
|
-
DeleteDedicatedIpPoolRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
-
})(DeleteDedicatedIpPoolRequest || (DeleteDedicatedIpPoolRequest = {}));
|
|
296
|
-
export var DeleteDedicatedIpPoolResponse;
|
|
297
|
-
(function (DeleteDedicatedIpPoolResponse) {
|
|
298
|
-
DeleteDedicatedIpPoolResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
-
})(DeleteDedicatedIpPoolResponse || (DeleteDedicatedIpPoolResponse = {}));
|
|
300
|
-
export var DeleteEmailIdentityRequest;
|
|
301
|
-
(function (DeleteEmailIdentityRequest) {
|
|
302
|
-
DeleteEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
-
})(DeleteEmailIdentityRequest || (DeleteEmailIdentityRequest = {}));
|
|
304
|
-
export var DeleteEmailIdentityResponse;
|
|
305
|
-
(function (DeleteEmailIdentityResponse) {
|
|
306
|
-
DeleteEmailIdentityResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
307
|
-
})(DeleteEmailIdentityResponse || (DeleteEmailIdentityResponse = {}));
|
|
308
|
-
export var GetAccountRequest;
|
|
309
|
-
(function (GetAccountRequest) {
|
|
310
|
-
GetAccountRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
311
|
-
})(GetAccountRequest || (GetAccountRequest = {}));
|
|
312
|
-
export var SendQuota;
|
|
313
|
-
(function (SendQuota) {
|
|
314
|
-
SendQuota.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
315
|
-
})(SendQuota || (SendQuota = {}));
|
|
316
|
-
export var GetAccountResponse;
|
|
317
|
-
(function (GetAccountResponse) {
|
|
318
|
-
GetAccountResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
319
|
-
})(GetAccountResponse || (GetAccountResponse = {}));
|
|
320
|
-
export var GetBlacklistReportsRequest;
|
|
321
|
-
(function (GetBlacklistReportsRequest) {
|
|
322
|
-
GetBlacklistReportsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
323
|
-
})(GetBlacklistReportsRequest || (GetBlacklistReportsRequest = {}));
|
|
324
|
-
export var BlacklistEntry;
|
|
325
|
-
(function (BlacklistEntry) {
|
|
326
|
-
BlacklistEntry.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
327
|
-
})(BlacklistEntry || (BlacklistEntry = {}));
|
|
328
|
-
export var GetBlacklistReportsResponse;
|
|
329
|
-
(function (GetBlacklistReportsResponse) {
|
|
330
|
-
GetBlacklistReportsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
331
|
-
})(GetBlacklistReportsResponse || (GetBlacklistReportsResponse = {}));
|
|
332
|
-
export var GetConfigurationSetRequest;
|
|
333
|
-
(function (GetConfigurationSetRequest) {
|
|
334
|
-
GetConfigurationSetRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
335
|
-
})(GetConfigurationSetRequest || (GetConfigurationSetRequest = {}));
|
|
336
|
-
export var GetConfigurationSetResponse;
|
|
337
|
-
(function (GetConfigurationSetResponse) {
|
|
338
|
-
GetConfigurationSetResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
339
|
-
})(GetConfigurationSetResponse || (GetConfigurationSetResponse = {}));
|
|
340
|
-
export var GetConfigurationSetEventDestinationsRequest;
|
|
341
|
-
(function (GetConfigurationSetEventDestinationsRequest) {
|
|
342
|
-
GetConfigurationSetEventDestinationsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
343
|
-
})(GetConfigurationSetEventDestinationsRequest || (GetConfigurationSetEventDestinationsRequest = {}));
|
|
344
|
-
export var EventDestination;
|
|
345
|
-
(function (EventDestination) {
|
|
346
|
-
EventDestination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
347
|
-
})(EventDestination || (EventDestination = {}));
|
|
348
|
-
export var GetConfigurationSetEventDestinationsResponse;
|
|
349
|
-
(function (GetConfigurationSetEventDestinationsResponse) {
|
|
350
|
-
GetConfigurationSetEventDestinationsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
351
|
-
})(GetConfigurationSetEventDestinationsResponse || (GetConfigurationSetEventDestinationsResponse = {}));
|
|
352
|
-
export var GetDedicatedIpRequest;
|
|
353
|
-
(function (GetDedicatedIpRequest) {
|
|
354
|
-
GetDedicatedIpRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
355
|
-
})(GetDedicatedIpRequest || (GetDedicatedIpRequest = {}));
|
|
356
164
|
export var WarmupStatus;
|
|
357
165
|
(function (WarmupStatus) {
|
|
358
166
|
WarmupStatus["DONE"] = "DONE";
|
|
359
167
|
WarmupStatus["IN_PROGRESS"] = "IN_PROGRESS";
|
|
360
168
|
})(WarmupStatus || (WarmupStatus = {}));
|
|
361
|
-
export var DedicatedIp;
|
|
362
|
-
(function (DedicatedIp) {
|
|
363
|
-
DedicatedIp.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
364
|
-
})(DedicatedIp || (DedicatedIp = {}));
|
|
365
|
-
export var GetDedicatedIpResponse;
|
|
366
|
-
(function (GetDedicatedIpResponse) {
|
|
367
|
-
GetDedicatedIpResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
368
|
-
})(GetDedicatedIpResponse || (GetDedicatedIpResponse = {}));
|
|
369
|
-
export var GetDedicatedIpsRequest;
|
|
370
|
-
(function (GetDedicatedIpsRequest) {
|
|
371
|
-
GetDedicatedIpsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
372
|
-
})(GetDedicatedIpsRequest || (GetDedicatedIpsRequest = {}));
|
|
373
|
-
export var GetDedicatedIpsResponse;
|
|
374
|
-
(function (GetDedicatedIpsResponse) {
|
|
375
|
-
GetDedicatedIpsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
376
|
-
})(GetDedicatedIpsResponse || (GetDedicatedIpsResponse = {}));
|
|
377
|
-
export var GetDeliverabilityDashboardOptionsRequest;
|
|
378
|
-
(function (GetDeliverabilityDashboardOptionsRequest) {
|
|
379
|
-
GetDeliverabilityDashboardOptionsRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
380
|
-
})(GetDeliverabilityDashboardOptionsRequest || (GetDeliverabilityDashboardOptionsRequest = {}));
|
|
381
169
|
export var DeliverabilityDashboardAccountStatus;
|
|
382
170
|
(function (DeliverabilityDashboardAccountStatus) {
|
|
383
171
|
DeliverabilityDashboardAccountStatus["ACTIVE"] = "ACTIVE";
|
|
384
172
|
DeliverabilityDashboardAccountStatus["DISABLED"] = "DISABLED";
|
|
385
173
|
DeliverabilityDashboardAccountStatus["PENDING_EXPIRATION"] = "PENDING_EXPIRATION";
|
|
386
174
|
})(DeliverabilityDashboardAccountStatus || (DeliverabilityDashboardAccountStatus = {}));
|
|
387
|
-
export var InboxPlacementTrackingOption;
|
|
388
|
-
(function (InboxPlacementTrackingOption) {
|
|
389
|
-
InboxPlacementTrackingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
390
|
-
})(InboxPlacementTrackingOption || (InboxPlacementTrackingOption = {}));
|
|
391
|
-
export var DomainDeliverabilityTrackingOption;
|
|
392
|
-
(function (DomainDeliverabilityTrackingOption) {
|
|
393
|
-
DomainDeliverabilityTrackingOption.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
394
|
-
})(DomainDeliverabilityTrackingOption || (DomainDeliverabilityTrackingOption = {}));
|
|
395
|
-
export var GetDeliverabilityDashboardOptionsResponse;
|
|
396
|
-
(function (GetDeliverabilityDashboardOptionsResponse) {
|
|
397
|
-
GetDeliverabilityDashboardOptionsResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
398
|
-
})(GetDeliverabilityDashboardOptionsResponse || (GetDeliverabilityDashboardOptionsResponse = {}));
|
|
399
|
-
export var GetDeliverabilityTestReportRequest;
|
|
400
|
-
(function (GetDeliverabilityTestReportRequest) {
|
|
401
|
-
GetDeliverabilityTestReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
402
|
-
})(GetDeliverabilityTestReportRequest || (GetDeliverabilityTestReportRequest = {}));
|
|
403
|
-
export var DeliverabilityTestReport;
|
|
404
|
-
(function (DeliverabilityTestReport) {
|
|
405
|
-
DeliverabilityTestReport.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
406
|
-
})(DeliverabilityTestReport || (DeliverabilityTestReport = {}));
|
|
407
|
-
export var PlacementStatistics;
|
|
408
|
-
(function (PlacementStatistics) {
|
|
409
|
-
PlacementStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
410
|
-
})(PlacementStatistics || (PlacementStatistics = {}));
|
|
411
|
-
export var IspPlacement;
|
|
412
|
-
(function (IspPlacement) {
|
|
413
|
-
IspPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
414
|
-
})(IspPlacement || (IspPlacement = {}));
|
|
415
|
-
export var GetDeliverabilityTestReportResponse;
|
|
416
|
-
(function (GetDeliverabilityTestReportResponse) {
|
|
417
|
-
GetDeliverabilityTestReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
418
|
-
})(GetDeliverabilityTestReportResponse || (GetDeliverabilityTestReportResponse = {}));
|
|
419
|
-
export var GetDomainDeliverabilityCampaignRequest;
|
|
420
|
-
(function (GetDomainDeliverabilityCampaignRequest) {
|
|
421
|
-
GetDomainDeliverabilityCampaignRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
422
|
-
})(GetDomainDeliverabilityCampaignRequest || (GetDomainDeliverabilityCampaignRequest = {}));
|
|
423
|
-
export var DomainDeliverabilityCampaign;
|
|
424
|
-
(function (DomainDeliverabilityCampaign) {
|
|
425
|
-
DomainDeliverabilityCampaign.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
426
|
-
})(DomainDeliverabilityCampaign || (DomainDeliverabilityCampaign = {}));
|
|
427
|
-
export var GetDomainDeliverabilityCampaignResponse;
|
|
428
|
-
(function (GetDomainDeliverabilityCampaignResponse) {
|
|
429
|
-
GetDomainDeliverabilityCampaignResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
430
|
-
})(GetDomainDeliverabilityCampaignResponse || (GetDomainDeliverabilityCampaignResponse = {}));
|
|
431
|
-
export var GetDomainStatisticsReportRequest;
|
|
432
|
-
(function (GetDomainStatisticsReportRequest) {
|
|
433
|
-
GetDomainStatisticsReportRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
434
|
-
})(GetDomainStatisticsReportRequest || (GetDomainStatisticsReportRequest = {}));
|
|
435
|
-
export var DomainIspPlacement;
|
|
436
|
-
(function (DomainIspPlacement) {
|
|
437
|
-
DomainIspPlacement.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
438
|
-
})(DomainIspPlacement || (DomainIspPlacement = {}));
|
|
439
|
-
export var VolumeStatistics;
|
|
440
|
-
(function (VolumeStatistics) {
|
|
441
|
-
VolumeStatistics.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
442
|
-
})(VolumeStatistics || (VolumeStatistics = {}));
|
|
443
|
-
export var DailyVolume;
|
|
444
|
-
(function (DailyVolume) {
|
|
445
|
-
DailyVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
446
|
-
})(DailyVolume || (DailyVolume = {}));
|
|
447
|
-
export var OverallVolume;
|
|
448
|
-
(function (OverallVolume) {
|
|
449
|
-
OverallVolume.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
450
|
-
})(OverallVolume || (OverallVolume = {}));
|
|
451
|
-
export var GetDomainStatisticsReportResponse;
|
|
452
|
-
(function (GetDomainStatisticsReportResponse) {
|
|
453
|
-
GetDomainStatisticsReportResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
454
|
-
})(GetDomainStatisticsReportResponse || (GetDomainStatisticsReportResponse = {}));
|
|
455
|
-
export var GetEmailIdentityRequest;
|
|
456
|
-
(function (GetEmailIdentityRequest) {
|
|
457
|
-
GetEmailIdentityRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
458
|
-
})(GetEmailIdentityRequest || (GetEmailIdentityRequest = {}));
|
|
459
175
|
export var BehaviorOnMxFailure;
|
|
460
176
|
(function (BehaviorOnMxFailure) {
|
|
461
177
|
BehaviorOnMxFailure["REJECT_MESSAGE"] = "REJECT_MESSAGE";
|
|
@@ -468,199 +184,123 @@ export var MailFromDomainStatus;
|
|
|
468
184
|
MailFromDomainStatus["SUCCESS"] = "SUCCESS";
|
|
469
185
|
MailFromDomainStatus["TEMPORARY_FAILURE"] = "TEMPORARY_FAILURE";
|
|
470
186
|
})(MailFromDomainStatus || (MailFromDomainStatus = {}));
|
|
471
|
-
export var
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
export var
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
export var
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
export var
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
export var
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
export var
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
export var
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
export var
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
export var
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
export var
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
export var
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
export var
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
export var
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
export var
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
export var
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
export var
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
export var
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
|
|
539
|
-
export var
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
export var
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
export var
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
export var
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
export var
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
export var
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
export var
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
export var
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
export var
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
export var
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
export var
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
export var
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
export var
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
export var PutDedicatedIpWarmupAttributesResponse;
|
|
592
|
-
(function (PutDedicatedIpWarmupAttributesResponse) {
|
|
593
|
-
PutDedicatedIpWarmupAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
-
})(PutDedicatedIpWarmupAttributesResponse || (PutDedicatedIpWarmupAttributesResponse = {}));
|
|
595
|
-
export var PutDeliverabilityDashboardOptionRequest;
|
|
596
|
-
(function (PutDeliverabilityDashboardOptionRequest) {
|
|
597
|
-
PutDeliverabilityDashboardOptionRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
-
})(PutDeliverabilityDashboardOptionRequest || (PutDeliverabilityDashboardOptionRequest = {}));
|
|
599
|
-
export var PutDeliverabilityDashboardOptionResponse;
|
|
600
|
-
(function (PutDeliverabilityDashboardOptionResponse) {
|
|
601
|
-
PutDeliverabilityDashboardOptionResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
-
})(PutDeliverabilityDashboardOptionResponse || (PutDeliverabilityDashboardOptionResponse = {}));
|
|
603
|
-
export var PutEmailIdentityDkimAttributesRequest;
|
|
604
|
-
(function (PutEmailIdentityDkimAttributesRequest) {
|
|
605
|
-
PutEmailIdentityDkimAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
-
})(PutEmailIdentityDkimAttributesRequest || (PutEmailIdentityDkimAttributesRequest = {}));
|
|
607
|
-
export var PutEmailIdentityDkimAttributesResponse;
|
|
608
|
-
(function (PutEmailIdentityDkimAttributesResponse) {
|
|
609
|
-
PutEmailIdentityDkimAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
-
})(PutEmailIdentityDkimAttributesResponse || (PutEmailIdentityDkimAttributesResponse = {}));
|
|
611
|
-
export var PutEmailIdentityFeedbackAttributesRequest;
|
|
612
|
-
(function (PutEmailIdentityFeedbackAttributesRequest) {
|
|
613
|
-
PutEmailIdentityFeedbackAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
-
})(PutEmailIdentityFeedbackAttributesRequest || (PutEmailIdentityFeedbackAttributesRequest = {}));
|
|
615
|
-
export var PutEmailIdentityFeedbackAttributesResponse;
|
|
616
|
-
(function (PutEmailIdentityFeedbackAttributesResponse) {
|
|
617
|
-
PutEmailIdentityFeedbackAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
-
})(PutEmailIdentityFeedbackAttributesResponse || (PutEmailIdentityFeedbackAttributesResponse = {}));
|
|
619
|
-
export var PutEmailIdentityMailFromAttributesRequest;
|
|
620
|
-
(function (PutEmailIdentityMailFromAttributesRequest) {
|
|
621
|
-
PutEmailIdentityMailFromAttributesRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
-
})(PutEmailIdentityMailFromAttributesRequest || (PutEmailIdentityMailFromAttributesRequest = {}));
|
|
623
|
-
export var PutEmailIdentityMailFromAttributesResponse;
|
|
624
|
-
(function (PutEmailIdentityMailFromAttributesResponse) {
|
|
625
|
-
PutEmailIdentityMailFromAttributesResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
-
})(PutEmailIdentityMailFromAttributesResponse || (PutEmailIdentityMailFromAttributesResponse = {}));
|
|
627
|
-
export var Destination;
|
|
628
|
-
(function (Destination) {
|
|
629
|
-
Destination.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
-
})(Destination || (Destination = {}));
|
|
631
|
-
export var MessageTag;
|
|
632
|
-
(function (MessageTag) {
|
|
633
|
-
MessageTag.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
-
})(MessageTag || (MessageTag = {}));
|
|
635
|
-
export var SendEmailRequest;
|
|
636
|
-
(function (SendEmailRequest) {
|
|
637
|
-
SendEmailRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
-
})(SendEmailRequest || (SendEmailRequest = {}));
|
|
639
|
-
export var SendEmailResponse;
|
|
640
|
-
(function (SendEmailResponse) {
|
|
641
|
-
SendEmailResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
-
})(SendEmailResponse || (SendEmailResponse = {}));
|
|
643
|
-
export var TagResourceRequest;
|
|
644
|
-
(function (TagResourceRequest) {
|
|
645
|
-
TagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
-
})(TagResourceRequest || (TagResourceRequest = {}));
|
|
647
|
-
export var TagResourceResponse;
|
|
648
|
-
(function (TagResourceResponse) {
|
|
649
|
-
TagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
-
})(TagResourceResponse || (TagResourceResponse = {}));
|
|
651
|
-
export var UntagResourceRequest;
|
|
652
|
-
(function (UntagResourceRequest) {
|
|
653
|
-
UntagResourceRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
-
})(UntagResourceRequest || (UntagResourceRequest = {}));
|
|
655
|
-
export var UntagResourceResponse;
|
|
656
|
-
(function (UntagResourceResponse) {
|
|
657
|
-
UntagResourceResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
-
})(UntagResourceResponse || (UntagResourceResponse = {}));
|
|
659
|
-
export var UpdateConfigurationSetEventDestinationRequest;
|
|
660
|
-
(function (UpdateConfigurationSetEventDestinationRequest) {
|
|
661
|
-
UpdateConfigurationSetEventDestinationRequest.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
-
})(UpdateConfigurationSetEventDestinationRequest || (UpdateConfigurationSetEventDestinationRequest = {}));
|
|
663
|
-
export var UpdateConfigurationSetEventDestinationResponse;
|
|
664
|
-
(function (UpdateConfigurationSetEventDestinationResponse) {
|
|
665
|
-
UpdateConfigurationSetEventDestinationResponse.filterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
-
})(UpdateConfigurationSetEventDestinationResponse || (UpdateConfigurationSetEventDestinationResponse = {}));
|
|
187
|
+
export var DeliveryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
188
|
+
export var ReputationOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
189
|
+
export var SendingOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
190
|
+
export var TagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
191
|
+
export var TrackingOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
192
|
+
export var CreateConfigurationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
193
|
+
export var CreateConfigurationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
194
|
+
export var CloudWatchDimensionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
195
|
+
export var CloudWatchDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
196
|
+
export var KinesisFirehoseDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
197
|
+
export var PinpointDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
198
|
+
export var SnsDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
199
|
+
export var EventDestinationDefinitionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
200
|
+
export var CreateConfigurationSetEventDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
201
|
+
export var CreateConfigurationSetEventDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
202
|
+
export var CreateDedicatedIpPoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
203
|
+
export var CreateDedicatedIpPoolResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
204
|
+
export var RawMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
205
|
+
export var ContentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
206
|
+
export var BodyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
207
|
+
export var MessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
208
|
+
export var TemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
209
|
+
export var EmailContentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
210
|
+
export var CreateDeliverabilityTestReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
211
|
+
export var CreateDeliverabilityTestReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
212
|
+
export var CreateEmailIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
213
|
+
export var DkimAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
214
|
+
export var CreateEmailIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
215
|
+
export var DeleteConfigurationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
216
|
+
export var DeleteConfigurationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
217
|
+
export var DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
218
|
+
export var DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
219
|
+
export var DeleteDedicatedIpPoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
220
|
+
export var DeleteDedicatedIpPoolResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
221
|
+
export var DeleteEmailIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
222
|
+
export var DeleteEmailIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
223
|
+
export var GetAccountRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
224
|
+
export var SendQuotaFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
225
|
+
export var GetAccountResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
226
|
+
export var GetBlacklistReportsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
227
|
+
export var BlacklistEntryFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
228
|
+
export var GetBlacklistReportsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
229
|
+
export var GetConfigurationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
230
|
+
export var GetConfigurationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
231
|
+
export var GetConfigurationSetEventDestinationsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
232
|
+
export var EventDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
233
|
+
export var GetConfigurationSetEventDestinationsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
234
|
+
export var GetDedicatedIpRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
235
|
+
export var DedicatedIpFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
236
|
+
export var GetDedicatedIpResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
237
|
+
export var GetDedicatedIpsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
238
|
+
export var GetDedicatedIpsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
239
|
+
export var GetDeliverabilityDashboardOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
240
|
+
export var InboxPlacementTrackingOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
241
|
+
export var DomainDeliverabilityTrackingOptionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
242
|
+
export var GetDeliverabilityDashboardOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
243
|
+
export var GetDeliverabilityTestReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
244
|
+
export var DeliverabilityTestReportFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
245
|
+
export var PlacementStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
246
|
+
export var IspPlacementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
247
|
+
export var GetDeliverabilityTestReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
248
|
+
export var GetDomainDeliverabilityCampaignRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
249
|
+
export var DomainDeliverabilityCampaignFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
250
|
+
export var GetDomainDeliverabilityCampaignResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
251
|
+
export var GetDomainStatisticsReportRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
252
|
+
export var DomainIspPlacementFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
253
|
+
export var VolumeStatisticsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
254
|
+
export var DailyVolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
255
|
+
export var OverallVolumeFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
256
|
+
export var GetDomainStatisticsReportResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
257
|
+
export var GetEmailIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
258
|
+
export var MailFromAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
259
|
+
export var GetEmailIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
260
|
+
export var ListConfigurationSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
261
|
+
export var ListConfigurationSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
262
|
+
export var ListDedicatedIpPoolsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
263
|
+
export var ListDedicatedIpPoolsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
264
|
+
export var ListDeliverabilityTestReportsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
265
|
+
export var ListDeliverabilityTestReportsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
266
|
+
export var ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
267
|
+
export var ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
268
|
+
export var ListEmailIdentitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
269
|
+
export var IdentityInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
270
|
+
export var ListEmailIdentitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
271
|
+
export var ListTagsForResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
272
|
+
export var ListTagsForResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
273
|
+
export var PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
274
|
+
export var PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
275
|
+
export var PutAccountSendingAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
276
|
+
export var PutAccountSendingAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
277
|
+
export var PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
278
|
+
export var PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
279
|
+
export var PutConfigurationSetReputationOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
280
|
+
export var PutConfigurationSetReputationOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
281
|
+
export var PutConfigurationSetSendingOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
282
|
+
export var PutConfigurationSetSendingOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
283
|
+
export var PutConfigurationSetTrackingOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
284
|
+
export var PutConfigurationSetTrackingOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
285
|
+
export var PutDedicatedIpInPoolRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
286
|
+
export var PutDedicatedIpInPoolResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
287
|
+
export var PutDedicatedIpWarmupAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
288
|
+
export var PutDedicatedIpWarmupAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
289
|
+
export var PutDeliverabilityDashboardOptionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
290
|
+
export var PutDeliverabilityDashboardOptionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
291
|
+
export var PutEmailIdentityDkimAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
292
|
+
export var PutEmailIdentityDkimAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
293
|
+
export var PutEmailIdentityFeedbackAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
294
|
+
export var PutEmailIdentityFeedbackAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
295
|
+
export var PutEmailIdentityMailFromAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
296
|
+
export var PutEmailIdentityMailFromAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
297
|
+
export var DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
298
|
+
export var MessageTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
299
|
+
export var SendEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
300
|
+
export var SendEmailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
301
|
+
export var TagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
302
|
+
export var TagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
303
|
+
export var UntagResourceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
304
|
+
export var UntagResourceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
305
|
+
export var UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
306
|
+
export var UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|