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