@aws-sdk/client-pinpoint-email 3.131.0 → 3.142.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 +33 -0
- package/README.md +1 -1
- 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-cjs/protocols/Aws_restJson1.js +484 -900
- 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-es/protocols/Aws_restJson1.js +634 -893
- 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
|
@@ -39,10 +39,6 @@ export interface DeliveryOptions {
|
|
|
39
39
|
|
|
40
40
|
SendingPoolName?: string;
|
|
41
41
|
}
|
|
42
|
-
export declare namespace DeliveryOptions {
|
|
43
|
-
|
|
44
|
-
const filterSensitiveLog: (obj: DeliveryOptions) => any;
|
|
45
|
-
}
|
|
46
42
|
|
|
47
43
|
export interface ReputationOptions {
|
|
48
44
|
|
|
@@ -50,19 +46,11 @@ export interface ReputationOptions {
|
|
|
50
46
|
|
|
51
47
|
LastFreshStart?: Date;
|
|
52
48
|
}
|
|
53
|
-
export declare namespace ReputationOptions {
|
|
54
|
-
|
|
55
|
-
const filterSensitiveLog: (obj: ReputationOptions) => any;
|
|
56
|
-
}
|
|
57
49
|
|
|
58
50
|
export interface SendingOptions {
|
|
59
51
|
|
|
60
52
|
SendingEnabled?: boolean;
|
|
61
53
|
}
|
|
62
|
-
export declare namespace SendingOptions {
|
|
63
|
-
|
|
64
|
-
const filterSensitiveLog: (obj: SendingOptions) => any;
|
|
65
|
-
}
|
|
66
54
|
|
|
67
55
|
export interface Tag {
|
|
68
56
|
|
|
@@ -70,19 +58,11 @@ export interface Tag {
|
|
|
70
58
|
|
|
71
59
|
Value: string | undefined;
|
|
72
60
|
}
|
|
73
|
-
export declare namespace Tag {
|
|
74
|
-
|
|
75
|
-
const filterSensitiveLog: (obj: Tag) => any;
|
|
76
|
-
}
|
|
77
61
|
|
|
78
62
|
export interface TrackingOptions {
|
|
79
63
|
|
|
80
64
|
CustomRedirectDomain: string | undefined;
|
|
81
65
|
}
|
|
82
|
-
export declare namespace TrackingOptions {
|
|
83
|
-
|
|
84
|
-
const filterSensitiveLog: (obj: TrackingOptions) => any;
|
|
85
|
-
}
|
|
86
66
|
|
|
87
67
|
export interface CreateConfigurationSetRequest {
|
|
88
68
|
|
|
@@ -98,17 +78,9 @@ export interface CreateConfigurationSetRequest {
|
|
|
98
78
|
|
|
99
79
|
Tags?: Tag[];
|
|
100
80
|
}
|
|
101
|
-
export declare namespace CreateConfigurationSetRequest {
|
|
102
|
-
|
|
103
|
-
const filterSensitiveLog: (obj: CreateConfigurationSetRequest) => any;
|
|
104
|
-
}
|
|
105
81
|
|
|
106
82
|
export interface CreateConfigurationSetResponse {
|
|
107
83
|
}
|
|
108
|
-
export declare namespace CreateConfigurationSetResponse {
|
|
109
|
-
|
|
110
|
-
const filterSensitiveLog: (obj: CreateConfigurationSetResponse) => any;
|
|
111
|
-
}
|
|
112
84
|
|
|
113
85
|
export declare class LimitExceededException extends __BaseException {
|
|
114
86
|
readonly name: "LimitExceededException";
|
|
@@ -144,19 +116,11 @@ export interface CloudWatchDimensionConfiguration {
|
|
|
144
116
|
|
|
145
117
|
DefaultDimensionValue: string | undefined;
|
|
146
118
|
}
|
|
147
|
-
export declare namespace CloudWatchDimensionConfiguration {
|
|
148
|
-
|
|
149
|
-
const filterSensitiveLog: (obj: CloudWatchDimensionConfiguration) => any;
|
|
150
|
-
}
|
|
151
119
|
|
|
152
120
|
export interface CloudWatchDestination {
|
|
153
121
|
|
|
154
122
|
DimensionConfigurations: CloudWatchDimensionConfiguration[] | undefined;
|
|
155
123
|
}
|
|
156
|
-
export declare namespace CloudWatchDestination {
|
|
157
|
-
|
|
158
|
-
const filterSensitiveLog: (obj: CloudWatchDestination) => any;
|
|
159
|
-
}
|
|
160
124
|
|
|
161
125
|
export interface KinesisFirehoseDestination {
|
|
162
126
|
|
|
@@ -164,10 +128,6 @@ export interface KinesisFirehoseDestination {
|
|
|
164
128
|
|
|
165
129
|
DeliveryStreamArn: string | undefined;
|
|
166
130
|
}
|
|
167
|
-
export declare namespace KinesisFirehoseDestination {
|
|
168
|
-
|
|
169
|
-
const filterSensitiveLog: (obj: KinesisFirehoseDestination) => any;
|
|
170
|
-
}
|
|
171
131
|
export declare enum EventType {
|
|
172
132
|
BOUNCE = "BOUNCE",
|
|
173
133
|
CLICK = "CLICK",
|
|
@@ -183,19 +143,11 @@ export interface PinpointDestination {
|
|
|
183
143
|
|
|
184
144
|
ApplicationArn?: string;
|
|
185
145
|
}
|
|
186
|
-
export declare namespace PinpointDestination {
|
|
187
|
-
|
|
188
|
-
const filterSensitiveLog: (obj: PinpointDestination) => any;
|
|
189
|
-
}
|
|
190
146
|
|
|
191
147
|
export interface SnsDestination {
|
|
192
148
|
|
|
193
149
|
TopicArn: string | undefined;
|
|
194
150
|
}
|
|
195
|
-
export declare namespace SnsDestination {
|
|
196
|
-
|
|
197
|
-
const filterSensitiveLog: (obj: SnsDestination) => any;
|
|
198
|
-
}
|
|
199
151
|
|
|
200
152
|
export interface EventDestinationDefinition {
|
|
201
153
|
|
|
@@ -211,10 +163,6 @@ export interface EventDestinationDefinition {
|
|
|
211
163
|
|
|
212
164
|
PinpointDestination?: PinpointDestination;
|
|
213
165
|
}
|
|
214
|
-
export declare namespace EventDestinationDefinition {
|
|
215
|
-
|
|
216
|
-
const filterSensitiveLog: (obj: EventDestinationDefinition) => any;
|
|
217
|
-
}
|
|
218
166
|
|
|
219
167
|
export interface CreateConfigurationSetEventDestinationRequest {
|
|
220
168
|
|
|
@@ -224,17 +172,9 @@ export interface CreateConfigurationSetEventDestinationRequest {
|
|
|
224
172
|
|
|
225
173
|
EventDestination: EventDestinationDefinition | undefined;
|
|
226
174
|
}
|
|
227
|
-
export declare namespace CreateConfigurationSetEventDestinationRequest {
|
|
228
|
-
|
|
229
|
-
const filterSensitiveLog: (obj: CreateConfigurationSetEventDestinationRequest) => any;
|
|
230
|
-
}
|
|
231
175
|
|
|
232
176
|
export interface CreateConfigurationSetEventDestinationResponse {
|
|
233
177
|
}
|
|
234
|
-
export declare namespace CreateConfigurationSetEventDestinationResponse {
|
|
235
|
-
|
|
236
|
-
const filterSensitiveLog: (obj: CreateConfigurationSetEventDestinationResponse) => any;
|
|
237
|
-
}
|
|
238
178
|
|
|
239
179
|
export interface CreateDedicatedIpPoolRequest {
|
|
240
180
|
|
|
@@ -242,26 +182,14 @@ export interface CreateDedicatedIpPoolRequest {
|
|
|
242
182
|
|
|
243
183
|
Tags?: Tag[];
|
|
244
184
|
}
|
|
245
|
-
export declare namespace CreateDedicatedIpPoolRequest {
|
|
246
|
-
|
|
247
|
-
const filterSensitiveLog: (obj: CreateDedicatedIpPoolRequest) => any;
|
|
248
|
-
}
|
|
249
185
|
|
|
250
186
|
export interface CreateDedicatedIpPoolResponse {
|
|
251
187
|
}
|
|
252
|
-
export declare namespace CreateDedicatedIpPoolResponse {
|
|
253
|
-
|
|
254
|
-
const filterSensitiveLog: (obj: CreateDedicatedIpPoolResponse) => any;
|
|
255
|
-
}
|
|
256
188
|
|
|
257
189
|
export interface RawMessage {
|
|
258
190
|
|
|
259
191
|
Data: Uint8Array | undefined;
|
|
260
192
|
}
|
|
261
|
-
export declare namespace RawMessage {
|
|
262
|
-
|
|
263
|
-
const filterSensitiveLog: (obj: RawMessage) => any;
|
|
264
|
-
}
|
|
265
193
|
|
|
266
194
|
export interface Content {
|
|
267
195
|
|
|
@@ -269,10 +197,6 @@ export interface Content {
|
|
|
269
197
|
|
|
270
198
|
Charset?: string;
|
|
271
199
|
}
|
|
272
|
-
export declare namespace Content {
|
|
273
|
-
|
|
274
|
-
const filterSensitiveLog: (obj: Content) => any;
|
|
275
|
-
}
|
|
276
200
|
|
|
277
201
|
export interface Body {
|
|
278
202
|
|
|
@@ -280,10 +204,6 @@ export interface Body {
|
|
|
280
204
|
|
|
281
205
|
Html?: Content;
|
|
282
206
|
}
|
|
283
|
-
export declare namespace Body {
|
|
284
|
-
|
|
285
|
-
const filterSensitiveLog: (obj: Body) => any;
|
|
286
|
-
}
|
|
287
207
|
|
|
288
208
|
export interface Message {
|
|
289
209
|
|
|
@@ -291,20 +211,12 @@ export interface Message {
|
|
|
291
211
|
|
|
292
212
|
Body: Body | undefined;
|
|
293
213
|
}
|
|
294
|
-
export declare namespace Message {
|
|
295
|
-
|
|
296
|
-
const filterSensitiveLog: (obj: Message) => any;
|
|
297
|
-
}
|
|
298
214
|
export interface Template {
|
|
299
215
|
|
|
300
216
|
TemplateArn?: string;
|
|
301
217
|
|
|
302
218
|
TemplateData?: string;
|
|
303
219
|
}
|
|
304
|
-
export declare namespace Template {
|
|
305
|
-
|
|
306
|
-
const filterSensitiveLog: (obj: Template) => any;
|
|
307
|
-
}
|
|
308
220
|
|
|
309
221
|
export interface EmailContent {
|
|
310
222
|
|
|
@@ -314,10 +226,6 @@ export interface EmailContent {
|
|
|
314
226
|
|
|
315
227
|
Template?: Template;
|
|
316
228
|
}
|
|
317
|
-
export declare namespace EmailContent {
|
|
318
|
-
|
|
319
|
-
const filterSensitiveLog: (obj: EmailContent) => any;
|
|
320
|
-
}
|
|
321
229
|
|
|
322
230
|
export interface CreateDeliverabilityTestReportRequest {
|
|
323
231
|
|
|
@@ -329,10 +237,6 @@ export interface CreateDeliverabilityTestReportRequest {
|
|
|
329
237
|
|
|
330
238
|
Tags?: Tag[];
|
|
331
239
|
}
|
|
332
|
-
export declare namespace CreateDeliverabilityTestReportRequest {
|
|
333
|
-
|
|
334
|
-
const filterSensitiveLog: (obj: CreateDeliverabilityTestReportRequest) => any;
|
|
335
|
-
}
|
|
336
240
|
export declare enum DeliverabilityTestStatus {
|
|
337
241
|
COMPLETED = "COMPLETED",
|
|
338
242
|
IN_PROGRESS = "IN_PROGRESS"
|
|
@@ -344,10 +248,6 @@ export interface CreateDeliverabilityTestReportResponse {
|
|
|
344
248
|
|
|
345
249
|
DeliverabilityTestStatus: DeliverabilityTestStatus | string | undefined;
|
|
346
250
|
}
|
|
347
|
-
export declare namespace CreateDeliverabilityTestReportResponse {
|
|
348
|
-
|
|
349
|
-
const filterSensitiveLog: (obj: CreateDeliverabilityTestReportResponse) => any;
|
|
350
|
-
}
|
|
351
251
|
|
|
352
252
|
export declare class MailFromDomainNotVerifiedException extends __BaseException {
|
|
353
253
|
readonly name: "MailFromDomainNotVerifiedException";
|
|
@@ -376,10 +276,6 @@ export interface CreateEmailIdentityRequest {
|
|
|
376
276
|
|
|
377
277
|
Tags?: Tag[];
|
|
378
278
|
}
|
|
379
|
-
export declare namespace CreateEmailIdentityRequest {
|
|
380
|
-
|
|
381
|
-
const filterSensitiveLog: (obj: CreateEmailIdentityRequest) => any;
|
|
382
|
-
}
|
|
383
279
|
export declare enum DkimStatus {
|
|
384
280
|
FAILED = "FAILED",
|
|
385
281
|
NOT_STARTED = "NOT_STARTED",
|
|
@@ -396,10 +292,6 @@ export interface DkimAttributes {
|
|
|
396
292
|
|
|
397
293
|
Tokens?: string[];
|
|
398
294
|
}
|
|
399
|
-
export declare namespace DkimAttributes {
|
|
400
|
-
|
|
401
|
-
const filterSensitiveLog: (obj: DkimAttributes) => any;
|
|
402
|
-
}
|
|
403
295
|
export declare enum IdentityType {
|
|
404
296
|
DOMAIN = "DOMAIN",
|
|
405
297
|
EMAIL_ADDRESS = "EMAIL_ADDRESS",
|
|
@@ -414,26 +306,14 @@ export interface CreateEmailIdentityResponse {
|
|
|
414
306
|
|
|
415
307
|
DkimAttributes?: DkimAttributes;
|
|
416
308
|
}
|
|
417
|
-
export declare namespace CreateEmailIdentityResponse {
|
|
418
|
-
|
|
419
|
-
const filterSensitiveLog: (obj: CreateEmailIdentityResponse) => any;
|
|
420
|
-
}
|
|
421
309
|
|
|
422
310
|
export interface DeleteConfigurationSetRequest {
|
|
423
311
|
|
|
424
312
|
ConfigurationSetName: string | undefined;
|
|
425
313
|
}
|
|
426
|
-
export declare namespace DeleteConfigurationSetRequest {
|
|
427
|
-
|
|
428
|
-
const filterSensitiveLog: (obj: DeleteConfigurationSetRequest) => any;
|
|
429
|
-
}
|
|
430
314
|
|
|
431
315
|
export interface DeleteConfigurationSetResponse {
|
|
432
316
|
}
|
|
433
|
-
export declare namespace DeleteConfigurationSetResponse {
|
|
434
|
-
|
|
435
|
-
const filterSensitiveLog: (obj: DeleteConfigurationSetResponse) => any;
|
|
436
|
-
}
|
|
437
317
|
|
|
438
318
|
export interface DeleteConfigurationSetEventDestinationRequest {
|
|
439
319
|
|
|
@@ -441,56 +321,28 @@ export interface DeleteConfigurationSetEventDestinationRequest {
|
|
|
441
321
|
|
|
442
322
|
EventDestinationName: string | undefined;
|
|
443
323
|
}
|
|
444
|
-
export declare namespace DeleteConfigurationSetEventDestinationRequest {
|
|
445
|
-
|
|
446
|
-
const filterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationRequest) => any;
|
|
447
|
-
}
|
|
448
324
|
|
|
449
325
|
export interface DeleteConfigurationSetEventDestinationResponse {
|
|
450
326
|
}
|
|
451
|
-
export declare namespace DeleteConfigurationSetEventDestinationResponse {
|
|
452
|
-
|
|
453
|
-
const filterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationResponse) => any;
|
|
454
|
-
}
|
|
455
327
|
|
|
456
328
|
export interface DeleteDedicatedIpPoolRequest {
|
|
457
329
|
|
|
458
330
|
PoolName: string | undefined;
|
|
459
331
|
}
|
|
460
|
-
export declare namespace DeleteDedicatedIpPoolRequest {
|
|
461
|
-
|
|
462
|
-
const filterSensitiveLog: (obj: DeleteDedicatedIpPoolRequest) => any;
|
|
463
|
-
}
|
|
464
332
|
|
|
465
333
|
export interface DeleteDedicatedIpPoolResponse {
|
|
466
334
|
}
|
|
467
|
-
export declare namespace DeleteDedicatedIpPoolResponse {
|
|
468
|
-
|
|
469
|
-
const filterSensitiveLog: (obj: DeleteDedicatedIpPoolResponse) => any;
|
|
470
|
-
}
|
|
471
335
|
|
|
472
336
|
export interface DeleteEmailIdentityRequest {
|
|
473
337
|
|
|
474
338
|
EmailIdentity: string | undefined;
|
|
475
339
|
}
|
|
476
|
-
export declare namespace DeleteEmailIdentityRequest {
|
|
477
|
-
|
|
478
|
-
const filterSensitiveLog: (obj: DeleteEmailIdentityRequest) => any;
|
|
479
|
-
}
|
|
480
340
|
|
|
481
341
|
export interface DeleteEmailIdentityResponse {
|
|
482
342
|
}
|
|
483
|
-
export declare namespace DeleteEmailIdentityResponse {
|
|
484
|
-
|
|
485
|
-
const filterSensitiveLog: (obj: DeleteEmailIdentityResponse) => any;
|
|
486
|
-
}
|
|
487
343
|
|
|
488
344
|
export interface GetAccountRequest {
|
|
489
345
|
}
|
|
490
|
-
export declare namespace GetAccountRequest {
|
|
491
|
-
|
|
492
|
-
const filterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
493
|
-
}
|
|
494
346
|
|
|
495
347
|
export interface SendQuota {
|
|
496
348
|
|
|
@@ -500,10 +352,6 @@ export interface SendQuota {
|
|
|
500
352
|
|
|
501
353
|
SentLast24Hours?: number;
|
|
502
354
|
}
|
|
503
|
-
export declare namespace SendQuota {
|
|
504
|
-
|
|
505
|
-
const filterSensitiveLog: (obj: SendQuota) => any;
|
|
506
|
-
}
|
|
507
355
|
|
|
508
356
|
export interface GetAccountResponse {
|
|
509
357
|
|
|
@@ -517,19 +365,11 @@ export interface GetAccountResponse {
|
|
|
517
365
|
|
|
518
366
|
ProductionAccessEnabled?: boolean;
|
|
519
367
|
}
|
|
520
|
-
export declare namespace GetAccountResponse {
|
|
521
|
-
|
|
522
|
-
const filterSensitiveLog: (obj: GetAccountResponse) => any;
|
|
523
|
-
}
|
|
524
368
|
|
|
525
369
|
export interface GetBlacklistReportsRequest {
|
|
526
370
|
|
|
527
371
|
BlacklistItemNames: string[] | undefined;
|
|
528
372
|
}
|
|
529
|
-
export declare namespace GetBlacklistReportsRequest {
|
|
530
|
-
|
|
531
|
-
const filterSensitiveLog: (obj: GetBlacklistReportsRequest) => any;
|
|
532
|
-
}
|
|
533
373
|
|
|
534
374
|
export interface BlacklistEntry {
|
|
535
375
|
|
|
@@ -539,28 +379,16 @@ export interface BlacklistEntry {
|
|
|
539
379
|
|
|
540
380
|
Description?: string;
|
|
541
381
|
}
|
|
542
|
-
export declare namespace BlacklistEntry {
|
|
543
|
-
|
|
544
|
-
const filterSensitiveLog: (obj: BlacklistEntry) => any;
|
|
545
|
-
}
|
|
546
382
|
|
|
547
383
|
export interface GetBlacklistReportsResponse {
|
|
548
384
|
|
|
549
385
|
BlacklistReport: Record<string, BlacklistEntry[]> | undefined;
|
|
550
386
|
}
|
|
551
|
-
export declare namespace GetBlacklistReportsResponse {
|
|
552
|
-
|
|
553
|
-
const filterSensitiveLog: (obj: GetBlacklistReportsResponse) => any;
|
|
554
|
-
}
|
|
555
387
|
|
|
556
388
|
export interface GetConfigurationSetRequest {
|
|
557
389
|
|
|
558
390
|
ConfigurationSetName: string | undefined;
|
|
559
391
|
}
|
|
560
|
-
export declare namespace GetConfigurationSetRequest {
|
|
561
|
-
|
|
562
|
-
const filterSensitiveLog: (obj: GetConfigurationSetRequest) => any;
|
|
563
|
-
}
|
|
564
392
|
|
|
565
393
|
export interface GetConfigurationSetResponse {
|
|
566
394
|
|
|
@@ -576,19 +404,11 @@ export interface GetConfigurationSetResponse {
|
|
|
576
404
|
|
|
577
405
|
Tags?: Tag[];
|
|
578
406
|
}
|
|
579
|
-
export declare namespace GetConfigurationSetResponse {
|
|
580
|
-
|
|
581
|
-
const filterSensitiveLog: (obj: GetConfigurationSetResponse) => any;
|
|
582
|
-
}
|
|
583
407
|
|
|
584
408
|
export interface GetConfigurationSetEventDestinationsRequest {
|
|
585
409
|
|
|
586
410
|
ConfigurationSetName: string | undefined;
|
|
587
411
|
}
|
|
588
|
-
export declare namespace GetConfigurationSetEventDestinationsRequest {
|
|
589
|
-
|
|
590
|
-
const filterSensitiveLog: (obj: GetConfigurationSetEventDestinationsRequest) => any;
|
|
591
|
-
}
|
|
592
412
|
|
|
593
413
|
export interface EventDestination {
|
|
594
414
|
|
|
@@ -606,28 +426,16 @@ export interface EventDestination {
|
|
|
606
426
|
|
|
607
427
|
PinpointDestination?: PinpointDestination;
|
|
608
428
|
}
|
|
609
|
-
export declare namespace EventDestination {
|
|
610
|
-
|
|
611
|
-
const filterSensitiveLog: (obj: EventDestination) => any;
|
|
612
|
-
}
|
|
613
429
|
|
|
614
430
|
export interface GetConfigurationSetEventDestinationsResponse {
|
|
615
431
|
|
|
616
432
|
EventDestinations?: EventDestination[];
|
|
617
433
|
}
|
|
618
|
-
export declare namespace GetConfigurationSetEventDestinationsResponse {
|
|
619
|
-
|
|
620
|
-
const filterSensitiveLog: (obj: GetConfigurationSetEventDestinationsResponse) => any;
|
|
621
|
-
}
|
|
622
434
|
|
|
623
435
|
export interface GetDedicatedIpRequest {
|
|
624
436
|
|
|
625
437
|
Ip: string | undefined;
|
|
626
438
|
}
|
|
627
|
-
export declare namespace GetDedicatedIpRequest {
|
|
628
|
-
|
|
629
|
-
const filterSensitiveLog: (obj: GetDedicatedIpRequest) => any;
|
|
630
|
-
}
|
|
631
439
|
export declare enum WarmupStatus {
|
|
632
440
|
DONE = "DONE",
|
|
633
441
|
IN_PROGRESS = "IN_PROGRESS"
|
|
@@ -643,19 +451,11 @@ export interface DedicatedIp {
|
|
|
643
451
|
|
|
644
452
|
PoolName?: string;
|
|
645
453
|
}
|
|
646
|
-
export declare namespace DedicatedIp {
|
|
647
|
-
|
|
648
|
-
const filterSensitiveLog: (obj: DedicatedIp) => any;
|
|
649
|
-
}
|
|
650
454
|
|
|
651
455
|
export interface GetDedicatedIpResponse {
|
|
652
456
|
|
|
653
457
|
DedicatedIp?: DedicatedIp;
|
|
654
458
|
}
|
|
655
|
-
export declare namespace GetDedicatedIpResponse {
|
|
656
|
-
|
|
657
|
-
const filterSensitiveLog: (obj: GetDedicatedIpResponse) => any;
|
|
658
|
-
}
|
|
659
459
|
|
|
660
460
|
export interface GetDedicatedIpsRequest {
|
|
661
461
|
|
|
@@ -665,10 +465,6 @@ export interface GetDedicatedIpsRequest {
|
|
|
665
465
|
|
|
666
466
|
PageSize?: number;
|
|
667
467
|
}
|
|
668
|
-
export declare namespace GetDedicatedIpsRequest {
|
|
669
|
-
|
|
670
|
-
const filterSensitiveLog: (obj: GetDedicatedIpsRequest) => any;
|
|
671
|
-
}
|
|
672
468
|
|
|
673
469
|
export interface GetDedicatedIpsResponse {
|
|
674
470
|
|
|
@@ -676,17 +472,9 @@ export interface GetDedicatedIpsResponse {
|
|
|
676
472
|
|
|
677
473
|
NextToken?: string;
|
|
678
474
|
}
|
|
679
|
-
export declare namespace GetDedicatedIpsResponse {
|
|
680
|
-
|
|
681
|
-
const filterSensitiveLog: (obj: GetDedicatedIpsResponse) => any;
|
|
682
|
-
}
|
|
683
475
|
|
|
684
476
|
export interface GetDeliverabilityDashboardOptionsRequest {
|
|
685
477
|
}
|
|
686
|
-
export declare namespace GetDeliverabilityDashboardOptionsRequest {
|
|
687
|
-
|
|
688
|
-
const filterSensitiveLog: (obj: GetDeliverabilityDashboardOptionsRequest) => any;
|
|
689
|
-
}
|
|
690
478
|
export declare enum DeliverabilityDashboardAccountStatus {
|
|
691
479
|
ACTIVE = "ACTIVE",
|
|
692
480
|
DISABLED = "DISABLED",
|
|
@@ -699,10 +487,6 @@ export interface InboxPlacementTrackingOption {
|
|
|
699
487
|
|
|
700
488
|
TrackedIsps?: string[];
|
|
701
489
|
}
|
|
702
|
-
export declare namespace InboxPlacementTrackingOption {
|
|
703
|
-
|
|
704
|
-
const filterSensitiveLog: (obj: InboxPlacementTrackingOption) => any;
|
|
705
|
-
}
|
|
706
490
|
|
|
707
491
|
export interface DomainDeliverabilityTrackingOption {
|
|
708
492
|
|
|
@@ -712,10 +496,6 @@ export interface DomainDeliverabilityTrackingOption {
|
|
|
712
496
|
|
|
713
497
|
InboxPlacementTrackingOption?: InboxPlacementTrackingOption;
|
|
714
498
|
}
|
|
715
|
-
export declare namespace DomainDeliverabilityTrackingOption {
|
|
716
|
-
|
|
717
|
-
const filterSensitiveLog: (obj: DomainDeliverabilityTrackingOption) => any;
|
|
718
|
-
}
|
|
719
499
|
|
|
720
500
|
export interface GetDeliverabilityDashboardOptionsResponse {
|
|
721
501
|
|
|
@@ -729,19 +509,11 @@ export interface GetDeliverabilityDashboardOptionsResponse {
|
|
|
729
509
|
|
|
730
510
|
PendingExpirationSubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
731
511
|
}
|
|
732
|
-
export declare namespace GetDeliverabilityDashboardOptionsResponse {
|
|
733
|
-
|
|
734
|
-
const filterSensitiveLog: (obj: GetDeliverabilityDashboardOptionsResponse) => any;
|
|
735
|
-
}
|
|
736
512
|
|
|
737
513
|
export interface GetDeliverabilityTestReportRequest {
|
|
738
514
|
|
|
739
515
|
ReportId: string | undefined;
|
|
740
516
|
}
|
|
741
|
-
export declare namespace GetDeliverabilityTestReportRequest {
|
|
742
|
-
|
|
743
|
-
const filterSensitiveLog: (obj: GetDeliverabilityTestReportRequest) => any;
|
|
744
|
-
}
|
|
745
517
|
|
|
746
518
|
export interface DeliverabilityTestReport {
|
|
747
519
|
|
|
@@ -757,10 +529,6 @@ export interface DeliverabilityTestReport {
|
|
|
757
529
|
|
|
758
530
|
DeliverabilityTestStatus?: DeliverabilityTestStatus | string;
|
|
759
531
|
}
|
|
760
|
-
export declare namespace DeliverabilityTestReport {
|
|
761
|
-
|
|
762
|
-
const filterSensitiveLog: (obj: DeliverabilityTestReport) => any;
|
|
763
|
-
}
|
|
764
532
|
|
|
765
533
|
export interface PlacementStatistics {
|
|
766
534
|
|
|
@@ -774,10 +542,6 @@ export interface PlacementStatistics {
|
|
|
774
542
|
|
|
775
543
|
DkimPercentage?: number;
|
|
776
544
|
}
|
|
777
|
-
export declare namespace PlacementStatistics {
|
|
778
|
-
|
|
779
|
-
const filterSensitiveLog: (obj: PlacementStatistics) => any;
|
|
780
|
-
}
|
|
781
545
|
|
|
782
546
|
export interface IspPlacement {
|
|
783
547
|
|
|
@@ -785,10 +549,6 @@ export interface IspPlacement {
|
|
|
785
549
|
|
|
786
550
|
PlacementStatistics?: PlacementStatistics;
|
|
787
551
|
}
|
|
788
|
-
export declare namespace IspPlacement {
|
|
789
|
-
|
|
790
|
-
const filterSensitiveLog: (obj: IspPlacement) => any;
|
|
791
|
-
}
|
|
792
552
|
|
|
793
553
|
export interface GetDeliverabilityTestReportResponse {
|
|
794
554
|
|
|
@@ -802,19 +562,11 @@ export interface GetDeliverabilityTestReportResponse {
|
|
|
802
562
|
|
|
803
563
|
Tags?: Tag[];
|
|
804
564
|
}
|
|
805
|
-
export declare namespace GetDeliverabilityTestReportResponse {
|
|
806
|
-
|
|
807
|
-
const filterSensitiveLog: (obj: GetDeliverabilityTestReportResponse) => any;
|
|
808
|
-
}
|
|
809
565
|
|
|
810
566
|
export interface GetDomainDeliverabilityCampaignRequest {
|
|
811
567
|
|
|
812
568
|
CampaignId: string | undefined;
|
|
813
569
|
}
|
|
814
|
-
export declare namespace GetDomainDeliverabilityCampaignRequest {
|
|
815
|
-
|
|
816
|
-
const filterSensitiveLog: (obj: GetDomainDeliverabilityCampaignRequest) => any;
|
|
817
|
-
}
|
|
818
570
|
|
|
819
571
|
export interface DomainDeliverabilityCampaign {
|
|
820
572
|
|
|
@@ -846,19 +598,11 @@ export interface DomainDeliverabilityCampaign {
|
|
|
846
598
|
|
|
847
599
|
Esps?: string[];
|
|
848
600
|
}
|
|
849
|
-
export declare namespace DomainDeliverabilityCampaign {
|
|
850
|
-
|
|
851
|
-
const filterSensitiveLog: (obj: DomainDeliverabilityCampaign) => any;
|
|
852
|
-
}
|
|
853
601
|
|
|
854
602
|
export interface GetDomainDeliverabilityCampaignResponse {
|
|
855
603
|
|
|
856
604
|
DomainDeliverabilityCampaign: DomainDeliverabilityCampaign | undefined;
|
|
857
605
|
}
|
|
858
|
-
export declare namespace GetDomainDeliverabilityCampaignResponse {
|
|
859
|
-
|
|
860
|
-
const filterSensitiveLog: (obj: GetDomainDeliverabilityCampaignResponse) => any;
|
|
861
|
-
}
|
|
862
606
|
|
|
863
607
|
export interface GetDomainStatisticsReportRequest {
|
|
864
608
|
|
|
@@ -868,10 +612,6 @@ export interface GetDomainStatisticsReportRequest {
|
|
|
868
612
|
|
|
869
613
|
EndDate: Date | undefined;
|
|
870
614
|
}
|
|
871
|
-
export declare namespace GetDomainStatisticsReportRequest {
|
|
872
|
-
|
|
873
|
-
const filterSensitiveLog: (obj: GetDomainStatisticsReportRequest) => any;
|
|
874
|
-
}
|
|
875
615
|
|
|
876
616
|
export interface DomainIspPlacement {
|
|
877
617
|
|
|
@@ -885,10 +625,6 @@ export interface DomainIspPlacement {
|
|
|
885
625
|
|
|
886
626
|
SpamPercentage?: number;
|
|
887
627
|
}
|
|
888
|
-
export declare namespace DomainIspPlacement {
|
|
889
|
-
|
|
890
|
-
const filterSensitiveLog: (obj: DomainIspPlacement) => any;
|
|
891
|
-
}
|
|
892
628
|
|
|
893
629
|
export interface VolumeStatistics {
|
|
894
630
|
|
|
@@ -900,10 +636,6 @@ export interface VolumeStatistics {
|
|
|
900
636
|
|
|
901
637
|
ProjectedSpam?: number;
|
|
902
638
|
}
|
|
903
|
-
export declare namespace VolumeStatistics {
|
|
904
|
-
|
|
905
|
-
const filterSensitiveLog: (obj: VolumeStatistics) => any;
|
|
906
|
-
}
|
|
907
639
|
|
|
908
640
|
export interface DailyVolume {
|
|
909
641
|
|
|
@@ -913,10 +645,6 @@ export interface DailyVolume {
|
|
|
913
645
|
|
|
914
646
|
DomainIspPlacements?: DomainIspPlacement[];
|
|
915
647
|
}
|
|
916
|
-
export declare namespace DailyVolume {
|
|
917
|
-
|
|
918
|
-
const filterSensitiveLog: (obj: DailyVolume) => any;
|
|
919
|
-
}
|
|
920
648
|
|
|
921
649
|
export interface OverallVolume {
|
|
922
650
|
|
|
@@ -926,10 +654,6 @@ export interface OverallVolume {
|
|
|
926
654
|
|
|
927
655
|
DomainIspPlacements?: DomainIspPlacement[];
|
|
928
656
|
}
|
|
929
|
-
export declare namespace OverallVolume {
|
|
930
|
-
|
|
931
|
-
const filterSensitiveLog: (obj: OverallVolume) => any;
|
|
932
|
-
}
|
|
933
657
|
|
|
934
658
|
export interface GetDomainStatisticsReportResponse {
|
|
935
659
|
|
|
@@ -937,19 +661,11 @@ export interface GetDomainStatisticsReportResponse {
|
|
|
937
661
|
|
|
938
662
|
DailyVolumes: DailyVolume[] | undefined;
|
|
939
663
|
}
|
|
940
|
-
export declare namespace GetDomainStatisticsReportResponse {
|
|
941
|
-
|
|
942
|
-
const filterSensitiveLog: (obj: GetDomainStatisticsReportResponse) => any;
|
|
943
|
-
}
|
|
944
664
|
|
|
945
665
|
export interface GetEmailIdentityRequest {
|
|
946
666
|
|
|
947
667
|
EmailIdentity: string | undefined;
|
|
948
668
|
}
|
|
949
|
-
export declare namespace GetEmailIdentityRequest {
|
|
950
|
-
|
|
951
|
-
const filterSensitiveLog: (obj: GetEmailIdentityRequest) => any;
|
|
952
|
-
}
|
|
953
669
|
export declare enum BehaviorOnMxFailure {
|
|
954
670
|
REJECT_MESSAGE = "REJECT_MESSAGE",
|
|
955
671
|
USE_DEFAULT_VALUE = "USE_DEFAULT_VALUE"
|
|
@@ -969,10 +685,6 @@ export interface MailFromAttributes {
|
|
|
969
685
|
|
|
970
686
|
BehaviorOnMxFailure: BehaviorOnMxFailure | string | undefined;
|
|
971
687
|
}
|
|
972
|
-
export declare namespace MailFromAttributes {
|
|
973
|
-
|
|
974
|
-
const filterSensitiveLog: (obj: MailFromAttributes) => any;
|
|
975
|
-
}
|
|
976
688
|
|
|
977
689
|
export interface GetEmailIdentityResponse {
|
|
978
690
|
|
|
@@ -988,10 +700,6 @@ export interface GetEmailIdentityResponse {
|
|
|
988
700
|
|
|
989
701
|
Tags?: Tag[];
|
|
990
702
|
}
|
|
991
|
-
export declare namespace GetEmailIdentityResponse {
|
|
992
|
-
|
|
993
|
-
const filterSensitiveLog: (obj: GetEmailIdentityResponse) => any;
|
|
994
|
-
}
|
|
995
703
|
|
|
996
704
|
export interface ListConfigurationSetsRequest {
|
|
997
705
|
|
|
@@ -999,10 +707,6 @@ export interface ListConfigurationSetsRequest {
|
|
|
999
707
|
|
|
1000
708
|
PageSize?: number;
|
|
1001
709
|
}
|
|
1002
|
-
export declare namespace ListConfigurationSetsRequest {
|
|
1003
|
-
|
|
1004
|
-
const filterSensitiveLog: (obj: ListConfigurationSetsRequest) => any;
|
|
1005
|
-
}
|
|
1006
710
|
|
|
1007
711
|
export interface ListConfigurationSetsResponse {
|
|
1008
712
|
|
|
@@ -1010,10 +714,6 @@ export interface ListConfigurationSetsResponse {
|
|
|
1010
714
|
|
|
1011
715
|
NextToken?: string;
|
|
1012
716
|
}
|
|
1013
|
-
export declare namespace ListConfigurationSetsResponse {
|
|
1014
|
-
|
|
1015
|
-
const filterSensitiveLog: (obj: ListConfigurationSetsResponse) => any;
|
|
1016
|
-
}
|
|
1017
717
|
|
|
1018
718
|
export interface ListDedicatedIpPoolsRequest {
|
|
1019
719
|
|
|
@@ -1021,10 +721,6 @@ export interface ListDedicatedIpPoolsRequest {
|
|
|
1021
721
|
|
|
1022
722
|
PageSize?: number;
|
|
1023
723
|
}
|
|
1024
|
-
export declare namespace ListDedicatedIpPoolsRequest {
|
|
1025
|
-
|
|
1026
|
-
const filterSensitiveLog: (obj: ListDedicatedIpPoolsRequest) => any;
|
|
1027
|
-
}
|
|
1028
724
|
|
|
1029
725
|
export interface ListDedicatedIpPoolsResponse {
|
|
1030
726
|
|
|
@@ -1032,10 +728,6 @@ export interface ListDedicatedIpPoolsResponse {
|
|
|
1032
728
|
|
|
1033
729
|
NextToken?: string;
|
|
1034
730
|
}
|
|
1035
|
-
export declare namespace ListDedicatedIpPoolsResponse {
|
|
1036
|
-
|
|
1037
|
-
const filterSensitiveLog: (obj: ListDedicatedIpPoolsResponse) => any;
|
|
1038
|
-
}
|
|
1039
731
|
|
|
1040
732
|
export interface ListDeliverabilityTestReportsRequest {
|
|
1041
733
|
|
|
@@ -1043,10 +735,6 @@ export interface ListDeliverabilityTestReportsRequest {
|
|
|
1043
735
|
|
|
1044
736
|
PageSize?: number;
|
|
1045
737
|
}
|
|
1046
|
-
export declare namespace ListDeliverabilityTestReportsRequest {
|
|
1047
|
-
|
|
1048
|
-
const filterSensitiveLog: (obj: ListDeliverabilityTestReportsRequest) => any;
|
|
1049
|
-
}
|
|
1050
738
|
|
|
1051
739
|
export interface ListDeliverabilityTestReportsResponse {
|
|
1052
740
|
|
|
@@ -1054,10 +742,6 @@ export interface ListDeliverabilityTestReportsResponse {
|
|
|
1054
742
|
|
|
1055
743
|
NextToken?: string;
|
|
1056
744
|
}
|
|
1057
|
-
export declare namespace ListDeliverabilityTestReportsResponse {
|
|
1058
|
-
|
|
1059
|
-
const filterSensitiveLog: (obj: ListDeliverabilityTestReportsResponse) => any;
|
|
1060
|
-
}
|
|
1061
745
|
|
|
1062
746
|
export interface ListDomainDeliverabilityCampaignsRequest {
|
|
1063
747
|
|
|
@@ -1071,10 +755,6 @@ export interface ListDomainDeliverabilityCampaignsRequest {
|
|
|
1071
755
|
|
|
1072
756
|
PageSize?: number;
|
|
1073
757
|
}
|
|
1074
|
-
export declare namespace ListDomainDeliverabilityCampaignsRequest {
|
|
1075
|
-
|
|
1076
|
-
const filterSensitiveLog: (obj: ListDomainDeliverabilityCampaignsRequest) => any;
|
|
1077
|
-
}
|
|
1078
758
|
|
|
1079
759
|
export interface ListDomainDeliverabilityCampaignsResponse {
|
|
1080
760
|
|
|
@@ -1082,10 +762,6 @@ export interface ListDomainDeliverabilityCampaignsResponse {
|
|
|
1082
762
|
|
|
1083
763
|
NextToken?: string;
|
|
1084
764
|
}
|
|
1085
|
-
export declare namespace ListDomainDeliverabilityCampaignsResponse {
|
|
1086
|
-
|
|
1087
|
-
const filterSensitiveLog: (obj: ListDomainDeliverabilityCampaignsResponse) => any;
|
|
1088
|
-
}
|
|
1089
765
|
|
|
1090
766
|
export interface ListEmailIdentitiesRequest {
|
|
1091
767
|
|
|
@@ -1093,10 +769,6 @@ export interface ListEmailIdentitiesRequest {
|
|
|
1093
769
|
|
|
1094
770
|
PageSize?: number;
|
|
1095
771
|
}
|
|
1096
|
-
export declare namespace ListEmailIdentitiesRequest {
|
|
1097
|
-
|
|
1098
|
-
const filterSensitiveLog: (obj: ListEmailIdentitiesRequest) => any;
|
|
1099
|
-
}
|
|
1100
772
|
|
|
1101
773
|
export interface IdentityInfo {
|
|
1102
774
|
|
|
@@ -1106,10 +778,6 @@ export interface IdentityInfo {
|
|
|
1106
778
|
|
|
1107
779
|
SendingEnabled?: boolean;
|
|
1108
780
|
}
|
|
1109
|
-
export declare namespace IdentityInfo {
|
|
1110
|
-
|
|
1111
|
-
const filterSensitiveLog: (obj: IdentityInfo) => any;
|
|
1112
|
-
}
|
|
1113
781
|
|
|
1114
782
|
export interface ListEmailIdentitiesResponse {
|
|
1115
783
|
|
|
@@ -1117,58 +785,30 @@ export interface ListEmailIdentitiesResponse {
|
|
|
1117
785
|
|
|
1118
786
|
NextToken?: string;
|
|
1119
787
|
}
|
|
1120
|
-
export declare namespace ListEmailIdentitiesResponse {
|
|
1121
|
-
|
|
1122
|
-
const filterSensitiveLog: (obj: ListEmailIdentitiesResponse) => any;
|
|
1123
|
-
}
|
|
1124
788
|
export interface ListTagsForResourceRequest {
|
|
1125
789
|
|
|
1126
790
|
ResourceArn: string | undefined;
|
|
1127
791
|
}
|
|
1128
|
-
export declare namespace ListTagsForResourceRequest {
|
|
1129
|
-
|
|
1130
|
-
const filterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1131
|
-
}
|
|
1132
792
|
export interface ListTagsForResourceResponse {
|
|
1133
793
|
|
|
1134
794
|
Tags: Tag[] | undefined;
|
|
1135
795
|
}
|
|
1136
|
-
export declare namespace ListTagsForResourceResponse {
|
|
1137
|
-
|
|
1138
|
-
const filterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1139
|
-
}
|
|
1140
796
|
|
|
1141
797
|
export interface PutAccountDedicatedIpWarmupAttributesRequest {
|
|
1142
798
|
|
|
1143
799
|
AutoWarmupEnabled?: boolean;
|
|
1144
800
|
}
|
|
1145
|
-
export declare namespace PutAccountDedicatedIpWarmupAttributesRequest {
|
|
1146
|
-
|
|
1147
|
-
const filterSensitiveLog: (obj: PutAccountDedicatedIpWarmupAttributesRequest) => any;
|
|
1148
|
-
}
|
|
1149
801
|
|
|
1150
802
|
export interface PutAccountDedicatedIpWarmupAttributesResponse {
|
|
1151
803
|
}
|
|
1152
|
-
export declare namespace PutAccountDedicatedIpWarmupAttributesResponse {
|
|
1153
|
-
|
|
1154
|
-
const filterSensitiveLog: (obj: PutAccountDedicatedIpWarmupAttributesResponse) => any;
|
|
1155
|
-
}
|
|
1156
804
|
|
|
1157
805
|
export interface PutAccountSendingAttributesRequest {
|
|
1158
806
|
|
|
1159
807
|
SendingEnabled?: boolean;
|
|
1160
808
|
}
|
|
1161
|
-
export declare namespace PutAccountSendingAttributesRequest {
|
|
1162
|
-
|
|
1163
|
-
const filterSensitiveLog: (obj: PutAccountSendingAttributesRequest) => any;
|
|
1164
|
-
}
|
|
1165
809
|
|
|
1166
810
|
export interface PutAccountSendingAttributesResponse {
|
|
1167
811
|
}
|
|
1168
|
-
export declare namespace PutAccountSendingAttributesResponse {
|
|
1169
|
-
|
|
1170
|
-
const filterSensitiveLog: (obj: PutAccountSendingAttributesResponse) => any;
|
|
1171
|
-
}
|
|
1172
812
|
|
|
1173
813
|
export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
1174
814
|
|
|
@@ -1178,17 +818,9 @@ export interface PutConfigurationSetDeliveryOptionsRequest {
|
|
|
1178
818
|
|
|
1179
819
|
SendingPoolName?: string;
|
|
1180
820
|
}
|
|
1181
|
-
export declare namespace PutConfigurationSetDeliveryOptionsRequest {
|
|
1182
|
-
|
|
1183
|
-
const filterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsRequest) => any;
|
|
1184
|
-
}
|
|
1185
821
|
|
|
1186
822
|
export interface PutConfigurationSetDeliveryOptionsResponse {
|
|
1187
823
|
}
|
|
1188
|
-
export declare namespace PutConfigurationSetDeliveryOptionsResponse {
|
|
1189
|
-
|
|
1190
|
-
const filterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsResponse) => any;
|
|
1191
|
-
}
|
|
1192
824
|
|
|
1193
825
|
export interface PutConfigurationSetReputationOptionsRequest {
|
|
1194
826
|
|
|
@@ -1196,17 +828,9 @@ export interface PutConfigurationSetReputationOptionsRequest {
|
|
|
1196
828
|
|
|
1197
829
|
ReputationMetricsEnabled?: boolean;
|
|
1198
830
|
}
|
|
1199
|
-
export declare namespace PutConfigurationSetReputationOptionsRequest {
|
|
1200
|
-
|
|
1201
|
-
const filterSensitiveLog: (obj: PutConfigurationSetReputationOptionsRequest) => any;
|
|
1202
|
-
}
|
|
1203
831
|
|
|
1204
832
|
export interface PutConfigurationSetReputationOptionsResponse {
|
|
1205
833
|
}
|
|
1206
|
-
export declare namespace PutConfigurationSetReputationOptionsResponse {
|
|
1207
|
-
|
|
1208
|
-
const filterSensitiveLog: (obj: PutConfigurationSetReputationOptionsResponse) => any;
|
|
1209
|
-
}
|
|
1210
834
|
|
|
1211
835
|
export interface PutConfigurationSetSendingOptionsRequest {
|
|
1212
836
|
|
|
@@ -1214,17 +838,9 @@ export interface PutConfigurationSetSendingOptionsRequest {
|
|
|
1214
838
|
|
|
1215
839
|
SendingEnabled?: boolean;
|
|
1216
840
|
}
|
|
1217
|
-
export declare namespace PutConfigurationSetSendingOptionsRequest {
|
|
1218
|
-
|
|
1219
|
-
const filterSensitiveLog: (obj: PutConfigurationSetSendingOptionsRequest) => any;
|
|
1220
|
-
}
|
|
1221
841
|
|
|
1222
842
|
export interface PutConfigurationSetSendingOptionsResponse {
|
|
1223
843
|
}
|
|
1224
|
-
export declare namespace PutConfigurationSetSendingOptionsResponse {
|
|
1225
|
-
|
|
1226
|
-
const filterSensitiveLog: (obj: PutConfigurationSetSendingOptionsResponse) => any;
|
|
1227
|
-
}
|
|
1228
844
|
|
|
1229
845
|
export interface PutConfigurationSetTrackingOptionsRequest {
|
|
1230
846
|
|
|
@@ -1232,17 +848,9 @@ export interface PutConfigurationSetTrackingOptionsRequest {
|
|
|
1232
848
|
|
|
1233
849
|
CustomRedirectDomain?: string;
|
|
1234
850
|
}
|
|
1235
|
-
export declare namespace PutConfigurationSetTrackingOptionsRequest {
|
|
1236
|
-
|
|
1237
|
-
const filterSensitiveLog: (obj: PutConfigurationSetTrackingOptionsRequest) => any;
|
|
1238
|
-
}
|
|
1239
851
|
|
|
1240
852
|
export interface PutConfigurationSetTrackingOptionsResponse {
|
|
1241
853
|
}
|
|
1242
|
-
export declare namespace PutConfigurationSetTrackingOptionsResponse {
|
|
1243
|
-
|
|
1244
|
-
const filterSensitiveLog: (obj: PutConfigurationSetTrackingOptionsResponse) => any;
|
|
1245
|
-
}
|
|
1246
854
|
|
|
1247
855
|
export interface PutDedicatedIpInPoolRequest {
|
|
1248
856
|
|
|
@@ -1250,17 +858,9 @@ export interface PutDedicatedIpInPoolRequest {
|
|
|
1250
858
|
|
|
1251
859
|
DestinationPoolName: string | undefined;
|
|
1252
860
|
}
|
|
1253
|
-
export declare namespace PutDedicatedIpInPoolRequest {
|
|
1254
|
-
|
|
1255
|
-
const filterSensitiveLog: (obj: PutDedicatedIpInPoolRequest) => any;
|
|
1256
|
-
}
|
|
1257
861
|
|
|
1258
862
|
export interface PutDedicatedIpInPoolResponse {
|
|
1259
863
|
}
|
|
1260
|
-
export declare namespace PutDedicatedIpInPoolResponse {
|
|
1261
|
-
|
|
1262
|
-
const filterSensitiveLog: (obj: PutDedicatedIpInPoolResponse) => any;
|
|
1263
|
-
}
|
|
1264
864
|
|
|
1265
865
|
export interface PutDedicatedIpWarmupAttributesRequest {
|
|
1266
866
|
|
|
@@ -1268,17 +868,9 @@ export interface PutDedicatedIpWarmupAttributesRequest {
|
|
|
1268
868
|
|
|
1269
869
|
WarmupPercentage: number | undefined;
|
|
1270
870
|
}
|
|
1271
|
-
export declare namespace PutDedicatedIpWarmupAttributesRequest {
|
|
1272
|
-
|
|
1273
|
-
const filterSensitiveLog: (obj: PutDedicatedIpWarmupAttributesRequest) => any;
|
|
1274
|
-
}
|
|
1275
871
|
|
|
1276
872
|
export interface PutDedicatedIpWarmupAttributesResponse {
|
|
1277
873
|
}
|
|
1278
|
-
export declare namespace PutDedicatedIpWarmupAttributesResponse {
|
|
1279
|
-
|
|
1280
|
-
const filterSensitiveLog: (obj: PutDedicatedIpWarmupAttributesResponse) => any;
|
|
1281
|
-
}
|
|
1282
874
|
|
|
1283
875
|
export interface PutDeliverabilityDashboardOptionRequest {
|
|
1284
876
|
|
|
@@ -1286,17 +878,9 @@ export interface PutDeliverabilityDashboardOptionRequest {
|
|
|
1286
878
|
|
|
1287
879
|
SubscribedDomains?: DomainDeliverabilityTrackingOption[];
|
|
1288
880
|
}
|
|
1289
|
-
export declare namespace PutDeliverabilityDashboardOptionRequest {
|
|
1290
|
-
|
|
1291
|
-
const filterSensitiveLog: (obj: PutDeliverabilityDashboardOptionRequest) => any;
|
|
1292
|
-
}
|
|
1293
881
|
|
|
1294
882
|
export interface PutDeliverabilityDashboardOptionResponse {
|
|
1295
883
|
}
|
|
1296
|
-
export declare namespace PutDeliverabilityDashboardOptionResponse {
|
|
1297
|
-
|
|
1298
|
-
const filterSensitiveLog: (obj: PutDeliverabilityDashboardOptionResponse) => any;
|
|
1299
|
-
}
|
|
1300
884
|
|
|
1301
885
|
export interface PutEmailIdentityDkimAttributesRequest {
|
|
1302
886
|
|
|
@@ -1304,17 +888,9 @@ export interface PutEmailIdentityDkimAttributesRequest {
|
|
|
1304
888
|
|
|
1305
889
|
SigningEnabled?: boolean;
|
|
1306
890
|
}
|
|
1307
|
-
export declare namespace PutEmailIdentityDkimAttributesRequest {
|
|
1308
|
-
|
|
1309
|
-
const filterSensitiveLog: (obj: PutEmailIdentityDkimAttributesRequest) => any;
|
|
1310
|
-
}
|
|
1311
891
|
|
|
1312
892
|
export interface PutEmailIdentityDkimAttributesResponse {
|
|
1313
893
|
}
|
|
1314
|
-
export declare namespace PutEmailIdentityDkimAttributesResponse {
|
|
1315
|
-
|
|
1316
|
-
const filterSensitiveLog: (obj: PutEmailIdentityDkimAttributesResponse) => any;
|
|
1317
|
-
}
|
|
1318
894
|
|
|
1319
895
|
export interface PutEmailIdentityFeedbackAttributesRequest {
|
|
1320
896
|
|
|
@@ -1322,17 +898,9 @@ export interface PutEmailIdentityFeedbackAttributesRequest {
|
|
|
1322
898
|
|
|
1323
899
|
EmailForwardingEnabled?: boolean;
|
|
1324
900
|
}
|
|
1325
|
-
export declare namespace PutEmailIdentityFeedbackAttributesRequest {
|
|
1326
|
-
|
|
1327
|
-
const filterSensitiveLog: (obj: PutEmailIdentityFeedbackAttributesRequest) => any;
|
|
1328
|
-
}
|
|
1329
901
|
|
|
1330
902
|
export interface PutEmailIdentityFeedbackAttributesResponse {
|
|
1331
903
|
}
|
|
1332
|
-
export declare namespace PutEmailIdentityFeedbackAttributesResponse {
|
|
1333
|
-
|
|
1334
|
-
const filterSensitiveLog: (obj: PutEmailIdentityFeedbackAttributesResponse) => any;
|
|
1335
|
-
}
|
|
1336
904
|
|
|
1337
905
|
export interface PutEmailIdentityMailFromAttributesRequest {
|
|
1338
906
|
|
|
@@ -1342,17 +910,9 @@ export interface PutEmailIdentityMailFromAttributesRequest {
|
|
|
1342
910
|
|
|
1343
911
|
BehaviorOnMxFailure?: BehaviorOnMxFailure | string;
|
|
1344
912
|
}
|
|
1345
|
-
export declare namespace PutEmailIdentityMailFromAttributesRequest {
|
|
1346
|
-
|
|
1347
|
-
const filterSensitiveLog: (obj: PutEmailIdentityMailFromAttributesRequest) => any;
|
|
1348
|
-
}
|
|
1349
913
|
|
|
1350
914
|
export interface PutEmailIdentityMailFromAttributesResponse {
|
|
1351
915
|
}
|
|
1352
|
-
export declare namespace PutEmailIdentityMailFromAttributesResponse {
|
|
1353
|
-
|
|
1354
|
-
const filterSensitiveLog: (obj: PutEmailIdentityMailFromAttributesResponse) => any;
|
|
1355
|
-
}
|
|
1356
916
|
|
|
1357
917
|
export interface Destination {
|
|
1358
918
|
|
|
@@ -1362,10 +922,6 @@ export interface Destination {
|
|
|
1362
922
|
|
|
1363
923
|
BccAddresses?: string[];
|
|
1364
924
|
}
|
|
1365
|
-
export declare namespace Destination {
|
|
1366
|
-
|
|
1367
|
-
const filterSensitiveLog: (obj: Destination) => any;
|
|
1368
|
-
}
|
|
1369
925
|
|
|
1370
926
|
export interface MessageTag {
|
|
1371
927
|
|
|
@@ -1373,10 +929,6 @@ export interface MessageTag {
|
|
|
1373
929
|
|
|
1374
930
|
Value: string | undefined;
|
|
1375
931
|
}
|
|
1376
|
-
export declare namespace MessageTag {
|
|
1377
|
-
|
|
1378
|
-
const filterSensitiveLog: (obj: MessageTag) => any;
|
|
1379
|
-
}
|
|
1380
932
|
|
|
1381
933
|
export interface SendEmailRequest {
|
|
1382
934
|
|
|
@@ -1394,51 +946,27 @@ export interface SendEmailRequest {
|
|
|
1394
946
|
|
|
1395
947
|
ConfigurationSetName?: string;
|
|
1396
948
|
}
|
|
1397
|
-
export declare namespace SendEmailRequest {
|
|
1398
|
-
|
|
1399
|
-
const filterSensitiveLog: (obj: SendEmailRequest) => any;
|
|
1400
|
-
}
|
|
1401
949
|
|
|
1402
950
|
export interface SendEmailResponse {
|
|
1403
951
|
|
|
1404
952
|
MessageId?: string;
|
|
1405
953
|
}
|
|
1406
|
-
export declare namespace SendEmailResponse {
|
|
1407
|
-
|
|
1408
|
-
const filterSensitiveLog: (obj: SendEmailResponse) => any;
|
|
1409
|
-
}
|
|
1410
954
|
export interface TagResourceRequest {
|
|
1411
955
|
|
|
1412
956
|
ResourceArn: string | undefined;
|
|
1413
957
|
|
|
1414
958
|
Tags: Tag[] | undefined;
|
|
1415
959
|
}
|
|
1416
|
-
export declare namespace TagResourceRequest {
|
|
1417
|
-
|
|
1418
|
-
const filterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1419
|
-
}
|
|
1420
960
|
export interface TagResourceResponse {
|
|
1421
961
|
}
|
|
1422
|
-
export declare namespace TagResourceResponse {
|
|
1423
|
-
|
|
1424
|
-
const filterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1425
|
-
}
|
|
1426
962
|
export interface UntagResourceRequest {
|
|
1427
963
|
|
|
1428
964
|
ResourceArn: string | undefined;
|
|
1429
965
|
|
|
1430
966
|
TagKeys: string[] | undefined;
|
|
1431
967
|
}
|
|
1432
|
-
export declare namespace UntagResourceRequest {
|
|
1433
|
-
|
|
1434
|
-
const filterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1435
|
-
}
|
|
1436
968
|
export interface UntagResourceResponse {
|
|
1437
969
|
}
|
|
1438
|
-
export declare namespace UntagResourceResponse {
|
|
1439
|
-
|
|
1440
|
-
const filterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1441
|
-
}
|
|
1442
970
|
|
|
1443
971
|
export interface UpdateConfigurationSetEventDestinationRequest {
|
|
1444
972
|
|
|
@@ -1448,14 +976,246 @@ export interface UpdateConfigurationSetEventDestinationRequest {
|
|
|
1448
976
|
|
|
1449
977
|
EventDestination: EventDestinationDefinition | undefined;
|
|
1450
978
|
}
|
|
1451
|
-
export declare namespace UpdateConfigurationSetEventDestinationRequest {
|
|
1452
|
-
|
|
1453
|
-
const filterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationRequest) => any;
|
|
1454
|
-
}
|
|
1455
979
|
|
|
1456
980
|
export interface UpdateConfigurationSetEventDestinationResponse {
|
|
1457
981
|
}
|
|
1458
|
-
|
|
1459
|
-
|
|
1460
|
-
|
|
1461
|
-
|
|
982
|
+
|
|
983
|
+
export declare const DeliveryOptionsFilterSensitiveLog: (obj: DeliveryOptions) => any;
|
|
984
|
+
|
|
985
|
+
export declare const ReputationOptionsFilterSensitiveLog: (obj: ReputationOptions) => any;
|
|
986
|
+
|
|
987
|
+
export declare const SendingOptionsFilterSensitiveLog: (obj: SendingOptions) => any;
|
|
988
|
+
|
|
989
|
+
export declare const TagFilterSensitiveLog: (obj: Tag) => any;
|
|
990
|
+
|
|
991
|
+
export declare const TrackingOptionsFilterSensitiveLog: (obj: TrackingOptions) => any;
|
|
992
|
+
|
|
993
|
+
export declare const CreateConfigurationSetRequestFilterSensitiveLog: (obj: CreateConfigurationSetRequest) => any;
|
|
994
|
+
|
|
995
|
+
export declare const CreateConfigurationSetResponseFilterSensitiveLog: (obj: CreateConfigurationSetResponse) => any;
|
|
996
|
+
|
|
997
|
+
export declare const CloudWatchDimensionConfigurationFilterSensitiveLog: (obj: CloudWatchDimensionConfiguration) => any;
|
|
998
|
+
|
|
999
|
+
export declare const CloudWatchDestinationFilterSensitiveLog: (obj: CloudWatchDestination) => any;
|
|
1000
|
+
|
|
1001
|
+
export declare const KinesisFirehoseDestinationFilterSensitiveLog: (obj: KinesisFirehoseDestination) => any;
|
|
1002
|
+
|
|
1003
|
+
export declare const PinpointDestinationFilterSensitiveLog: (obj: PinpointDestination) => any;
|
|
1004
|
+
|
|
1005
|
+
export declare const SnsDestinationFilterSensitiveLog: (obj: SnsDestination) => any;
|
|
1006
|
+
|
|
1007
|
+
export declare const EventDestinationDefinitionFilterSensitiveLog: (obj: EventDestinationDefinition) => any;
|
|
1008
|
+
|
|
1009
|
+
export declare const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: CreateConfigurationSetEventDestinationRequest) => any;
|
|
1010
|
+
|
|
1011
|
+
export declare const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: CreateConfigurationSetEventDestinationResponse) => any;
|
|
1012
|
+
|
|
1013
|
+
export declare const CreateDedicatedIpPoolRequestFilterSensitiveLog: (obj: CreateDedicatedIpPoolRequest) => any;
|
|
1014
|
+
|
|
1015
|
+
export declare const CreateDedicatedIpPoolResponseFilterSensitiveLog: (obj: CreateDedicatedIpPoolResponse) => any;
|
|
1016
|
+
|
|
1017
|
+
export declare const RawMessageFilterSensitiveLog: (obj: RawMessage) => any;
|
|
1018
|
+
|
|
1019
|
+
export declare const ContentFilterSensitiveLog: (obj: Content) => any;
|
|
1020
|
+
|
|
1021
|
+
export declare const BodyFilterSensitiveLog: (obj: Body) => any;
|
|
1022
|
+
|
|
1023
|
+
export declare const MessageFilterSensitiveLog: (obj: Message) => any;
|
|
1024
|
+
|
|
1025
|
+
export declare const TemplateFilterSensitiveLog: (obj: Template) => any;
|
|
1026
|
+
|
|
1027
|
+
export declare const EmailContentFilterSensitiveLog: (obj: EmailContent) => any;
|
|
1028
|
+
|
|
1029
|
+
export declare const CreateDeliverabilityTestReportRequestFilterSensitiveLog: (obj: CreateDeliverabilityTestReportRequest) => any;
|
|
1030
|
+
|
|
1031
|
+
export declare const CreateDeliverabilityTestReportResponseFilterSensitiveLog: (obj: CreateDeliverabilityTestReportResponse) => any;
|
|
1032
|
+
|
|
1033
|
+
export declare const CreateEmailIdentityRequestFilterSensitiveLog: (obj: CreateEmailIdentityRequest) => any;
|
|
1034
|
+
|
|
1035
|
+
export declare const DkimAttributesFilterSensitiveLog: (obj: DkimAttributes) => any;
|
|
1036
|
+
|
|
1037
|
+
export declare const CreateEmailIdentityResponseFilterSensitiveLog: (obj: CreateEmailIdentityResponse) => any;
|
|
1038
|
+
|
|
1039
|
+
export declare const DeleteConfigurationSetRequestFilterSensitiveLog: (obj: DeleteConfigurationSetRequest) => any;
|
|
1040
|
+
|
|
1041
|
+
export declare const DeleteConfigurationSetResponseFilterSensitiveLog: (obj: DeleteConfigurationSetResponse) => any;
|
|
1042
|
+
|
|
1043
|
+
export declare const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationRequest) => any;
|
|
1044
|
+
|
|
1045
|
+
export declare const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: DeleteConfigurationSetEventDestinationResponse) => any;
|
|
1046
|
+
|
|
1047
|
+
export declare const DeleteDedicatedIpPoolRequestFilterSensitiveLog: (obj: DeleteDedicatedIpPoolRequest) => any;
|
|
1048
|
+
|
|
1049
|
+
export declare const DeleteDedicatedIpPoolResponseFilterSensitiveLog: (obj: DeleteDedicatedIpPoolResponse) => any;
|
|
1050
|
+
|
|
1051
|
+
export declare const DeleteEmailIdentityRequestFilterSensitiveLog: (obj: DeleteEmailIdentityRequest) => any;
|
|
1052
|
+
|
|
1053
|
+
export declare const DeleteEmailIdentityResponseFilterSensitiveLog: (obj: DeleteEmailIdentityResponse) => any;
|
|
1054
|
+
|
|
1055
|
+
export declare const GetAccountRequestFilterSensitiveLog: (obj: GetAccountRequest) => any;
|
|
1056
|
+
|
|
1057
|
+
export declare const SendQuotaFilterSensitiveLog: (obj: SendQuota) => any;
|
|
1058
|
+
|
|
1059
|
+
export declare const GetAccountResponseFilterSensitiveLog: (obj: GetAccountResponse) => any;
|
|
1060
|
+
|
|
1061
|
+
export declare const GetBlacklistReportsRequestFilterSensitiveLog: (obj: GetBlacklistReportsRequest) => any;
|
|
1062
|
+
|
|
1063
|
+
export declare const BlacklistEntryFilterSensitiveLog: (obj: BlacklistEntry) => any;
|
|
1064
|
+
|
|
1065
|
+
export declare const GetBlacklistReportsResponseFilterSensitiveLog: (obj: GetBlacklistReportsResponse) => any;
|
|
1066
|
+
|
|
1067
|
+
export declare const GetConfigurationSetRequestFilterSensitiveLog: (obj: GetConfigurationSetRequest) => any;
|
|
1068
|
+
|
|
1069
|
+
export declare const GetConfigurationSetResponseFilterSensitiveLog: (obj: GetConfigurationSetResponse) => any;
|
|
1070
|
+
|
|
1071
|
+
export declare const GetConfigurationSetEventDestinationsRequestFilterSensitiveLog: (obj: GetConfigurationSetEventDestinationsRequest) => any;
|
|
1072
|
+
|
|
1073
|
+
export declare const EventDestinationFilterSensitiveLog: (obj: EventDestination) => any;
|
|
1074
|
+
|
|
1075
|
+
export declare const GetConfigurationSetEventDestinationsResponseFilterSensitiveLog: (obj: GetConfigurationSetEventDestinationsResponse) => any;
|
|
1076
|
+
|
|
1077
|
+
export declare const GetDedicatedIpRequestFilterSensitiveLog: (obj: GetDedicatedIpRequest) => any;
|
|
1078
|
+
|
|
1079
|
+
export declare const DedicatedIpFilterSensitiveLog: (obj: DedicatedIp) => any;
|
|
1080
|
+
|
|
1081
|
+
export declare const GetDedicatedIpResponseFilterSensitiveLog: (obj: GetDedicatedIpResponse) => any;
|
|
1082
|
+
|
|
1083
|
+
export declare const GetDedicatedIpsRequestFilterSensitiveLog: (obj: GetDedicatedIpsRequest) => any;
|
|
1084
|
+
|
|
1085
|
+
export declare const GetDedicatedIpsResponseFilterSensitiveLog: (obj: GetDedicatedIpsResponse) => any;
|
|
1086
|
+
|
|
1087
|
+
export declare const GetDeliverabilityDashboardOptionsRequestFilterSensitiveLog: (obj: GetDeliverabilityDashboardOptionsRequest) => any;
|
|
1088
|
+
|
|
1089
|
+
export declare const InboxPlacementTrackingOptionFilterSensitiveLog: (obj: InboxPlacementTrackingOption) => any;
|
|
1090
|
+
|
|
1091
|
+
export declare const DomainDeliverabilityTrackingOptionFilterSensitiveLog: (obj: DomainDeliverabilityTrackingOption) => any;
|
|
1092
|
+
|
|
1093
|
+
export declare const GetDeliverabilityDashboardOptionsResponseFilterSensitiveLog: (obj: GetDeliverabilityDashboardOptionsResponse) => any;
|
|
1094
|
+
|
|
1095
|
+
export declare const GetDeliverabilityTestReportRequestFilterSensitiveLog: (obj: GetDeliverabilityTestReportRequest) => any;
|
|
1096
|
+
|
|
1097
|
+
export declare const DeliverabilityTestReportFilterSensitiveLog: (obj: DeliverabilityTestReport) => any;
|
|
1098
|
+
|
|
1099
|
+
export declare const PlacementStatisticsFilterSensitiveLog: (obj: PlacementStatistics) => any;
|
|
1100
|
+
|
|
1101
|
+
export declare const IspPlacementFilterSensitiveLog: (obj: IspPlacement) => any;
|
|
1102
|
+
|
|
1103
|
+
export declare const GetDeliverabilityTestReportResponseFilterSensitiveLog: (obj: GetDeliverabilityTestReportResponse) => any;
|
|
1104
|
+
|
|
1105
|
+
export declare const GetDomainDeliverabilityCampaignRequestFilterSensitiveLog: (obj: GetDomainDeliverabilityCampaignRequest) => any;
|
|
1106
|
+
|
|
1107
|
+
export declare const DomainDeliverabilityCampaignFilterSensitiveLog: (obj: DomainDeliverabilityCampaign) => any;
|
|
1108
|
+
|
|
1109
|
+
export declare const GetDomainDeliverabilityCampaignResponseFilterSensitiveLog: (obj: GetDomainDeliverabilityCampaignResponse) => any;
|
|
1110
|
+
|
|
1111
|
+
export declare const GetDomainStatisticsReportRequestFilterSensitiveLog: (obj: GetDomainStatisticsReportRequest) => any;
|
|
1112
|
+
|
|
1113
|
+
export declare const DomainIspPlacementFilterSensitiveLog: (obj: DomainIspPlacement) => any;
|
|
1114
|
+
|
|
1115
|
+
export declare const VolumeStatisticsFilterSensitiveLog: (obj: VolumeStatistics) => any;
|
|
1116
|
+
|
|
1117
|
+
export declare const DailyVolumeFilterSensitiveLog: (obj: DailyVolume) => any;
|
|
1118
|
+
|
|
1119
|
+
export declare const OverallVolumeFilterSensitiveLog: (obj: OverallVolume) => any;
|
|
1120
|
+
|
|
1121
|
+
export declare const GetDomainStatisticsReportResponseFilterSensitiveLog: (obj: GetDomainStatisticsReportResponse) => any;
|
|
1122
|
+
|
|
1123
|
+
export declare const GetEmailIdentityRequestFilterSensitiveLog: (obj: GetEmailIdentityRequest) => any;
|
|
1124
|
+
|
|
1125
|
+
export declare const MailFromAttributesFilterSensitiveLog: (obj: MailFromAttributes) => any;
|
|
1126
|
+
|
|
1127
|
+
export declare const GetEmailIdentityResponseFilterSensitiveLog: (obj: GetEmailIdentityResponse) => any;
|
|
1128
|
+
|
|
1129
|
+
export declare const ListConfigurationSetsRequestFilterSensitiveLog: (obj: ListConfigurationSetsRequest) => any;
|
|
1130
|
+
|
|
1131
|
+
export declare const ListConfigurationSetsResponseFilterSensitiveLog: (obj: ListConfigurationSetsResponse) => any;
|
|
1132
|
+
|
|
1133
|
+
export declare const ListDedicatedIpPoolsRequestFilterSensitiveLog: (obj: ListDedicatedIpPoolsRequest) => any;
|
|
1134
|
+
|
|
1135
|
+
export declare const ListDedicatedIpPoolsResponseFilterSensitiveLog: (obj: ListDedicatedIpPoolsResponse) => any;
|
|
1136
|
+
|
|
1137
|
+
export declare const ListDeliverabilityTestReportsRequestFilterSensitiveLog: (obj: ListDeliverabilityTestReportsRequest) => any;
|
|
1138
|
+
|
|
1139
|
+
export declare const ListDeliverabilityTestReportsResponseFilterSensitiveLog: (obj: ListDeliverabilityTestReportsResponse) => any;
|
|
1140
|
+
|
|
1141
|
+
export declare const ListDomainDeliverabilityCampaignsRequestFilterSensitiveLog: (obj: ListDomainDeliverabilityCampaignsRequest) => any;
|
|
1142
|
+
|
|
1143
|
+
export declare const ListDomainDeliverabilityCampaignsResponseFilterSensitiveLog: (obj: ListDomainDeliverabilityCampaignsResponse) => any;
|
|
1144
|
+
|
|
1145
|
+
export declare const ListEmailIdentitiesRequestFilterSensitiveLog: (obj: ListEmailIdentitiesRequest) => any;
|
|
1146
|
+
|
|
1147
|
+
export declare const IdentityInfoFilterSensitiveLog: (obj: IdentityInfo) => any;
|
|
1148
|
+
|
|
1149
|
+
export declare const ListEmailIdentitiesResponseFilterSensitiveLog: (obj: ListEmailIdentitiesResponse) => any;
|
|
1150
|
+
|
|
1151
|
+
export declare const ListTagsForResourceRequestFilterSensitiveLog: (obj: ListTagsForResourceRequest) => any;
|
|
1152
|
+
|
|
1153
|
+
export declare const ListTagsForResourceResponseFilterSensitiveLog: (obj: ListTagsForResourceResponse) => any;
|
|
1154
|
+
|
|
1155
|
+
export declare const PutAccountDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (obj: PutAccountDedicatedIpWarmupAttributesRequest) => any;
|
|
1156
|
+
|
|
1157
|
+
export declare const PutAccountDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (obj: PutAccountDedicatedIpWarmupAttributesResponse) => any;
|
|
1158
|
+
|
|
1159
|
+
export declare const PutAccountSendingAttributesRequestFilterSensitiveLog: (obj: PutAccountSendingAttributesRequest) => any;
|
|
1160
|
+
|
|
1161
|
+
export declare const PutAccountSendingAttributesResponseFilterSensitiveLog: (obj: PutAccountSendingAttributesResponse) => any;
|
|
1162
|
+
|
|
1163
|
+
export declare const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsRequest) => any;
|
|
1164
|
+
|
|
1165
|
+
export declare const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetDeliveryOptionsResponse) => any;
|
|
1166
|
+
|
|
1167
|
+
export declare const PutConfigurationSetReputationOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetReputationOptionsRequest) => any;
|
|
1168
|
+
|
|
1169
|
+
export declare const PutConfigurationSetReputationOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetReputationOptionsResponse) => any;
|
|
1170
|
+
|
|
1171
|
+
export declare const PutConfigurationSetSendingOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetSendingOptionsRequest) => any;
|
|
1172
|
+
|
|
1173
|
+
export declare const PutConfigurationSetSendingOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetSendingOptionsResponse) => any;
|
|
1174
|
+
|
|
1175
|
+
export declare const PutConfigurationSetTrackingOptionsRequestFilterSensitiveLog: (obj: PutConfigurationSetTrackingOptionsRequest) => any;
|
|
1176
|
+
|
|
1177
|
+
export declare const PutConfigurationSetTrackingOptionsResponseFilterSensitiveLog: (obj: PutConfigurationSetTrackingOptionsResponse) => any;
|
|
1178
|
+
|
|
1179
|
+
export declare const PutDedicatedIpInPoolRequestFilterSensitiveLog: (obj: PutDedicatedIpInPoolRequest) => any;
|
|
1180
|
+
|
|
1181
|
+
export declare const PutDedicatedIpInPoolResponseFilterSensitiveLog: (obj: PutDedicatedIpInPoolResponse) => any;
|
|
1182
|
+
|
|
1183
|
+
export declare const PutDedicatedIpWarmupAttributesRequestFilterSensitiveLog: (obj: PutDedicatedIpWarmupAttributesRequest) => any;
|
|
1184
|
+
|
|
1185
|
+
export declare const PutDedicatedIpWarmupAttributesResponseFilterSensitiveLog: (obj: PutDedicatedIpWarmupAttributesResponse) => any;
|
|
1186
|
+
|
|
1187
|
+
export declare const PutDeliverabilityDashboardOptionRequestFilterSensitiveLog: (obj: PutDeliverabilityDashboardOptionRequest) => any;
|
|
1188
|
+
|
|
1189
|
+
export declare const PutDeliverabilityDashboardOptionResponseFilterSensitiveLog: (obj: PutDeliverabilityDashboardOptionResponse) => any;
|
|
1190
|
+
|
|
1191
|
+
export declare const PutEmailIdentityDkimAttributesRequestFilterSensitiveLog: (obj: PutEmailIdentityDkimAttributesRequest) => any;
|
|
1192
|
+
|
|
1193
|
+
export declare const PutEmailIdentityDkimAttributesResponseFilterSensitiveLog: (obj: PutEmailIdentityDkimAttributesResponse) => any;
|
|
1194
|
+
|
|
1195
|
+
export declare const PutEmailIdentityFeedbackAttributesRequestFilterSensitiveLog: (obj: PutEmailIdentityFeedbackAttributesRequest) => any;
|
|
1196
|
+
|
|
1197
|
+
export declare const PutEmailIdentityFeedbackAttributesResponseFilterSensitiveLog: (obj: PutEmailIdentityFeedbackAttributesResponse) => any;
|
|
1198
|
+
|
|
1199
|
+
export declare const PutEmailIdentityMailFromAttributesRequestFilterSensitiveLog: (obj: PutEmailIdentityMailFromAttributesRequest) => any;
|
|
1200
|
+
|
|
1201
|
+
export declare const PutEmailIdentityMailFromAttributesResponseFilterSensitiveLog: (obj: PutEmailIdentityMailFromAttributesResponse) => any;
|
|
1202
|
+
|
|
1203
|
+
export declare const DestinationFilterSensitiveLog: (obj: Destination) => any;
|
|
1204
|
+
|
|
1205
|
+
export declare const MessageTagFilterSensitiveLog: (obj: MessageTag) => any;
|
|
1206
|
+
|
|
1207
|
+
export declare const SendEmailRequestFilterSensitiveLog: (obj: SendEmailRequest) => any;
|
|
1208
|
+
|
|
1209
|
+
export declare const SendEmailResponseFilterSensitiveLog: (obj: SendEmailResponse) => any;
|
|
1210
|
+
|
|
1211
|
+
export declare const TagResourceRequestFilterSensitiveLog: (obj: TagResourceRequest) => any;
|
|
1212
|
+
|
|
1213
|
+
export declare const TagResourceResponseFilterSensitiveLog: (obj: TagResourceResponse) => any;
|
|
1214
|
+
|
|
1215
|
+
export declare const UntagResourceRequestFilterSensitiveLog: (obj: UntagResourceRequest) => any;
|
|
1216
|
+
|
|
1217
|
+
export declare const UntagResourceResponseFilterSensitiveLog: (obj: UntagResourceResponse) => any;
|
|
1218
|
+
|
|
1219
|
+
export declare const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationRequest) => any;
|
|
1220
|
+
|
|
1221
|
+
export declare const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog: (obj: UpdateConfigurationSetEventDestinationResponse) => any;
|