@aws-sdk/client-ses 3.186.0 → 3.188.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 +8 -0
- package/dist-cjs/protocols/Aws_query.js +8 -4
- package/dist-es/SES.js +286 -293
- package/dist-es/SESClient.js +22 -28
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/CreateConfigurationSetCommand.js +21 -28
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +21 -28
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +21 -28
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +22 -29
- package/dist-es/commands/CreateReceiptFilterCommand.js +21 -28
- package/dist-es/commands/CreateReceiptRuleCommand.js +21 -28
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/CreateTemplateCommand.js +21 -28
- package/dist-es/commands/DeleteConfigurationSetCommand.js +21 -28
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +21 -28
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +21 -28
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +22 -29
- package/dist-es/commands/DeleteIdentityCommand.js +21 -28
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +21 -28
- package/dist-es/commands/DeleteReceiptFilterCommand.js +21 -28
- package/dist-es/commands/DeleteReceiptRuleCommand.js +21 -28
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/DeleteTemplateCommand.js +21 -28
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +22 -29
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/DescribeConfigurationSetCommand.js +21 -28
- package/dist-es/commands/DescribeReceiptRuleCommand.js +21 -28
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +22 -29
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +21 -28
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +21 -28
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +21 -28
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +21 -28
- package/dist-es/commands/GetIdentityPoliciesCommand.js +21 -28
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +21 -28
- package/dist-es/commands/GetSendQuotaCommand.js +22 -29
- package/dist-es/commands/GetSendStatisticsCommand.js +22 -29
- package/dist-es/commands/GetTemplateCommand.js +21 -28
- package/dist-es/commands/ListConfigurationSetsCommand.js +21 -28
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +21 -28
- package/dist-es/commands/ListIdentitiesCommand.js +21 -28
- package/dist-es/commands/ListIdentityPoliciesCommand.js +21 -28
- package/dist-es/commands/ListReceiptFiltersCommand.js +21 -28
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +21 -28
- package/dist-es/commands/ListTemplatesCommand.js +21 -28
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +22 -29
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +21 -28
- package/dist-es/commands/PutIdentityPolicyCommand.js +21 -28
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/SendBounceCommand.js +21 -28
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +21 -28
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +21 -28
- package/dist-es/commands/SendEmailCommand.js +21 -28
- package/dist-es/commands/SendRawEmailCommand.js +21 -28
- package/dist-es/commands/SendTemplatedEmailCommand.js +21 -28
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +21 -28
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +21 -28
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +21 -28
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +21 -28
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +21 -28
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +21 -28
- package/dist-es/commands/SetReceiptRulePositionCommand.js +21 -28
- package/dist-es/commands/TestRenderTemplateCommand.js +21 -28
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +22 -29
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +21 -28
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +22 -29
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +22 -29
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +21 -28
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +22 -29
- package/dist-es/commands/UpdateReceiptRuleCommand.js +21 -28
- package/dist-es/commands/UpdateTemplateCommand.js +21 -28
- package/dist-es/commands/VerifyDomainDkimCommand.js +21 -28
- package/dist-es/commands/VerifyDomainIdentityCommand.js +21 -28
- package/dist-es/commands/VerifyEmailAddressCommand.js +22 -29
- package/dist-es/commands/VerifyEmailIdentityCommand.js +21 -28
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SESServiceException.js +5 -10
- package/dist-es/models/models_0.js +950 -609
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +25 -68
- package/dist-es/pagination/ListIdentitiesPaginator.js +25 -68
- package/dist-es/protocols/Aws_query.js +4301 -5641
- package/dist-es/runtimeConfig.browser.js +26 -12
- package/dist-es/runtimeConfig.js +30 -12
- package/dist-es/runtimeConfig.native.js +8 -5
- package/dist-es/runtimeConfig.shared.js +8 -11
- package/dist-es/waiters/waitForIdentityExists.js +35 -66
- package/package.json +35 -36
|
@@ -1,30 +1,29 @@
|
|
|
1
|
-
import { __assign, __extends } from "tslib";
|
|
2
1
|
import { SESServiceException as __BaseException } from "./SESServiceException";
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
27
|
-
|
|
2
|
+
export class AccountSendingPausedException extends __BaseException {
|
|
3
|
+
constructor(opts) {
|
|
4
|
+
super({
|
|
5
|
+
name: "AccountSendingPausedException",
|
|
6
|
+
$fault: "client",
|
|
7
|
+
...opts,
|
|
8
|
+
});
|
|
9
|
+
this.name = "AccountSendingPausedException";
|
|
10
|
+
this.$fault = "client";
|
|
11
|
+
Object.setPrototypeOf(this, AccountSendingPausedException.prototype);
|
|
12
|
+
}
|
|
13
|
+
}
|
|
14
|
+
export class AlreadyExistsException extends __BaseException {
|
|
15
|
+
constructor(opts) {
|
|
16
|
+
super({
|
|
17
|
+
name: "AlreadyExistsException",
|
|
18
|
+
$fault: "client",
|
|
19
|
+
...opts,
|
|
20
|
+
});
|
|
21
|
+
this.name = "AlreadyExistsException";
|
|
22
|
+
this.$fault = "client";
|
|
23
|
+
Object.setPrototypeOf(this, AlreadyExistsException.prototype);
|
|
24
|
+
this.Name = opts.Name;
|
|
25
|
+
}
|
|
26
|
+
}
|
|
28
27
|
export var BehaviorOnMXFailure;
|
|
29
28
|
(function (BehaviorOnMXFailure) {
|
|
30
29
|
BehaviorOnMXFailure["RejectMessage"] = "RejectMessage";
|
|
@@ -64,63 +63,63 @@ export var BulkEmailStatus;
|
|
|
64
63
|
BulkEmailStatus["TemplateDoesNotExist"] = "TemplateDoesNotExist";
|
|
65
64
|
BulkEmailStatus["TransientFailure"] = "TransientFailure";
|
|
66
65
|
})(BulkEmailStatus || (BulkEmailStatus = {}));
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
}
|
|
104
|
-
|
|
66
|
+
export class CannotDeleteException extends __BaseException {
|
|
67
|
+
constructor(opts) {
|
|
68
|
+
super({
|
|
69
|
+
name: "CannotDeleteException",
|
|
70
|
+
$fault: "client",
|
|
71
|
+
...opts,
|
|
72
|
+
});
|
|
73
|
+
this.name = "CannotDeleteException";
|
|
74
|
+
this.$fault = "client";
|
|
75
|
+
Object.setPrototypeOf(this, CannotDeleteException.prototype);
|
|
76
|
+
this.Name = opts.Name;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
export class LimitExceededException extends __BaseException {
|
|
80
|
+
constructor(opts) {
|
|
81
|
+
super({
|
|
82
|
+
name: "LimitExceededException",
|
|
83
|
+
$fault: "client",
|
|
84
|
+
...opts,
|
|
85
|
+
});
|
|
86
|
+
this.name = "LimitExceededException";
|
|
87
|
+
this.$fault = "client";
|
|
88
|
+
Object.setPrototypeOf(this, LimitExceededException.prototype);
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
export class RuleSetDoesNotExistException extends __BaseException {
|
|
92
|
+
constructor(opts) {
|
|
93
|
+
super({
|
|
94
|
+
name: "RuleSetDoesNotExistException",
|
|
95
|
+
$fault: "client",
|
|
96
|
+
...opts,
|
|
97
|
+
});
|
|
98
|
+
this.name = "RuleSetDoesNotExistException";
|
|
99
|
+
this.$fault = "client";
|
|
100
|
+
Object.setPrototypeOf(this, RuleSetDoesNotExistException.prototype);
|
|
101
|
+
this.Name = opts.Name;
|
|
102
|
+
}
|
|
103
|
+
}
|
|
105
104
|
export var DimensionValueSource;
|
|
106
105
|
(function (DimensionValueSource) {
|
|
107
106
|
DimensionValueSource["EMAIL_HEADER"] = "emailHeader";
|
|
108
107
|
DimensionValueSource["LINK_TAG"] = "linkTag";
|
|
109
108
|
DimensionValueSource["MESSAGE_TAG"] = "messageTag";
|
|
110
109
|
})(DimensionValueSource || (DimensionValueSource = {}));
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}
|
|
123
|
-
|
|
110
|
+
export class ConfigurationSetAlreadyExistsException extends __BaseException {
|
|
111
|
+
constructor(opts) {
|
|
112
|
+
super({
|
|
113
|
+
name: "ConfigurationSetAlreadyExistsException",
|
|
114
|
+
$fault: "client",
|
|
115
|
+
...opts,
|
|
116
|
+
});
|
|
117
|
+
this.name = "ConfigurationSetAlreadyExistsException";
|
|
118
|
+
this.$fault = "client";
|
|
119
|
+
Object.setPrototypeOf(this, ConfigurationSetAlreadyExistsException.prototype);
|
|
120
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
121
|
+
}
|
|
122
|
+
}
|
|
124
123
|
export var ConfigurationSetAttribute;
|
|
125
124
|
(function (ConfigurationSetAttribute) {
|
|
126
125
|
ConfigurationSetAttribute["DELIVERY_OPTIONS"] = "deliveryOptions";
|
|
@@ -128,44 +127,44 @@ export var ConfigurationSetAttribute;
|
|
|
128
127
|
ConfigurationSetAttribute["REPUTATION_OPTIONS"] = "reputationOptions";
|
|
129
128
|
ConfigurationSetAttribute["TRACKING_OPTIONS"] = "trackingOptions";
|
|
130
129
|
})(ConfigurationSetAttribute || (ConfigurationSetAttribute = {}));
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
}
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
}
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
}
|
|
168
|
-
|
|
130
|
+
export class ConfigurationSetDoesNotExistException extends __BaseException {
|
|
131
|
+
constructor(opts) {
|
|
132
|
+
super({
|
|
133
|
+
name: "ConfigurationSetDoesNotExistException",
|
|
134
|
+
$fault: "client",
|
|
135
|
+
...opts,
|
|
136
|
+
});
|
|
137
|
+
this.name = "ConfigurationSetDoesNotExistException";
|
|
138
|
+
this.$fault = "client";
|
|
139
|
+
Object.setPrototypeOf(this, ConfigurationSetDoesNotExistException.prototype);
|
|
140
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
export class ConfigurationSetSendingPausedException extends __BaseException {
|
|
144
|
+
constructor(opts) {
|
|
145
|
+
super({
|
|
146
|
+
name: "ConfigurationSetSendingPausedException",
|
|
147
|
+
$fault: "client",
|
|
148
|
+
...opts,
|
|
149
|
+
});
|
|
150
|
+
this.name = "ConfigurationSetSendingPausedException";
|
|
151
|
+
this.$fault = "client";
|
|
152
|
+
Object.setPrototypeOf(this, ConfigurationSetSendingPausedException.prototype);
|
|
153
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
export class InvalidConfigurationSetException extends __BaseException {
|
|
157
|
+
constructor(opts) {
|
|
158
|
+
super({
|
|
159
|
+
name: "InvalidConfigurationSetException",
|
|
160
|
+
$fault: "client",
|
|
161
|
+
...opts,
|
|
162
|
+
});
|
|
163
|
+
this.name = "InvalidConfigurationSetException";
|
|
164
|
+
this.$fault = "client";
|
|
165
|
+
Object.setPrototypeOf(this, InvalidConfigurationSetException.prototype);
|
|
166
|
+
}
|
|
167
|
+
}
|
|
169
168
|
export var EventType;
|
|
170
169
|
(function (EventType) {
|
|
171
170
|
EventType["BOUNCE"] = "bounce";
|
|
@@ -177,125 +176,125 @@ export var EventType;
|
|
|
177
176
|
EventType["RENDERING_FAILURE"] = "renderingFailure";
|
|
178
177
|
EventType["SEND"] = "send";
|
|
179
178
|
})(EventType || (EventType = {}));
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
}
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
}
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
}
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
}
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
}
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
}
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
}
|
|
298
|
-
|
|
179
|
+
export class EventDestinationAlreadyExistsException extends __BaseException {
|
|
180
|
+
constructor(opts) {
|
|
181
|
+
super({
|
|
182
|
+
name: "EventDestinationAlreadyExistsException",
|
|
183
|
+
$fault: "client",
|
|
184
|
+
...opts,
|
|
185
|
+
});
|
|
186
|
+
this.name = "EventDestinationAlreadyExistsException";
|
|
187
|
+
this.$fault = "client";
|
|
188
|
+
Object.setPrototypeOf(this, EventDestinationAlreadyExistsException.prototype);
|
|
189
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
190
|
+
this.EventDestinationName = opts.EventDestinationName;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
export class InvalidCloudWatchDestinationException extends __BaseException {
|
|
194
|
+
constructor(opts) {
|
|
195
|
+
super({
|
|
196
|
+
name: "InvalidCloudWatchDestinationException",
|
|
197
|
+
$fault: "client",
|
|
198
|
+
...opts,
|
|
199
|
+
});
|
|
200
|
+
this.name = "InvalidCloudWatchDestinationException";
|
|
201
|
+
this.$fault = "client";
|
|
202
|
+
Object.setPrototypeOf(this, InvalidCloudWatchDestinationException.prototype);
|
|
203
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
204
|
+
this.EventDestinationName = opts.EventDestinationName;
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
export class InvalidFirehoseDestinationException extends __BaseException {
|
|
208
|
+
constructor(opts) {
|
|
209
|
+
super({
|
|
210
|
+
name: "InvalidFirehoseDestinationException",
|
|
211
|
+
$fault: "client",
|
|
212
|
+
...opts,
|
|
213
|
+
});
|
|
214
|
+
this.name = "InvalidFirehoseDestinationException";
|
|
215
|
+
this.$fault = "client";
|
|
216
|
+
Object.setPrototypeOf(this, InvalidFirehoseDestinationException.prototype);
|
|
217
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
218
|
+
this.EventDestinationName = opts.EventDestinationName;
|
|
219
|
+
}
|
|
220
|
+
}
|
|
221
|
+
export class InvalidSNSDestinationException extends __BaseException {
|
|
222
|
+
constructor(opts) {
|
|
223
|
+
super({
|
|
224
|
+
name: "InvalidSNSDestinationException",
|
|
225
|
+
$fault: "client",
|
|
226
|
+
...opts,
|
|
227
|
+
});
|
|
228
|
+
this.name = "InvalidSNSDestinationException";
|
|
229
|
+
this.$fault = "client";
|
|
230
|
+
Object.setPrototypeOf(this, InvalidSNSDestinationException.prototype);
|
|
231
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
232
|
+
this.EventDestinationName = opts.EventDestinationName;
|
|
233
|
+
}
|
|
234
|
+
}
|
|
235
|
+
export class InvalidTrackingOptionsException extends __BaseException {
|
|
236
|
+
constructor(opts) {
|
|
237
|
+
super({
|
|
238
|
+
name: "InvalidTrackingOptionsException",
|
|
239
|
+
$fault: "client",
|
|
240
|
+
...opts,
|
|
241
|
+
});
|
|
242
|
+
this.name = "InvalidTrackingOptionsException";
|
|
243
|
+
this.$fault = "client";
|
|
244
|
+
Object.setPrototypeOf(this, InvalidTrackingOptionsException.prototype);
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
export class TrackingOptionsAlreadyExistsException extends __BaseException {
|
|
248
|
+
constructor(opts) {
|
|
249
|
+
super({
|
|
250
|
+
name: "TrackingOptionsAlreadyExistsException",
|
|
251
|
+
$fault: "client",
|
|
252
|
+
...opts,
|
|
253
|
+
});
|
|
254
|
+
this.name = "TrackingOptionsAlreadyExistsException";
|
|
255
|
+
this.$fault = "client";
|
|
256
|
+
Object.setPrototypeOf(this, TrackingOptionsAlreadyExistsException.prototype);
|
|
257
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
export class CustomVerificationEmailInvalidContentException extends __BaseException {
|
|
261
|
+
constructor(opts) {
|
|
262
|
+
super({
|
|
263
|
+
name: "CustomVerificationEmailInvalidContentException",
|
|
264
|
+
$fault: "client",
|
|
265
|
+
...opts,
|
|
266
|
+
});
|
|
267
|
+
this.name = "CustomVerificationEmailInvalidContentException";
|
|
268
|
+
this.$fault = "client";
|
|
269
|
+
Object.setPrototypeOf(this, CustomVerificationEmailInvalidContentException.prototype);
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
export class CustomVerificationEmailTemplateAlreadyExistsException extends __BaseException {
|
|
273
|
+
constructor(opts) {
|
|
274
|
+
super({
|
|
275
|
+
name: "CustomVerificationEmailTemplateAlreadyExistsException",
|
|
276
|
+
$fault: "client",
|
|
277
|
+
...opts,
|
|
278
|
+
});
|
|
279
|
+
this.name = "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
280
|
+
this.$fault = "client";
|
|
281
|
+
Object.setPrototypeOf(this, CustomVerificationEmailTemplateAlreadyExistsException.prototype);
|
|
282
|
+
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
283
|
+
}
|
|
284
|
+
}
|
|
285
|
+
export class FromEmailAddressNotVerifiedException extends __BaseException {
|
|
286
|
+
constructor(opts) {
|
|
287
|
+
super({
|
|
288
|
+
name: "FromEmailAddressNotVerifiedException",
|
|
289
|
+
$fault: "client",
|
|
290
|
+
...opts,
|
|
291
|
+
});
|
|
292
|
+
this.name = "FromEmailAddressNotVerifiedException";
|
|
293
|
+
this.$fault = "client";
|
|
294
|
+
Object.setPrototypeOf(this, FromEmailAddressNotVerifiedException.prototype);
|
|
295
|
+
this.FromEmailAddress = opts.FromEmailAddress;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
299
298
|
export var ReceiptFilterPolicy;
|
|
300
299
|
(function (ReceiptFilterPolicy) {
|
|
301
300
|
ReceiptFilterPolicy["Allow"] = "Allow";
|
|
@@ -315,71 +314,71 @@ export var TlsPolicy;
|
|
|
315
314
|
TlsPolicy["Optional"] = "Optional";
|
|
316
315
|
TlsPolicy["Require"] = "Require";
|
|
317
316
|
})(TlsPolicy || (TlsPolicy = {}));
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
|
-
|
|
329
|
-
}
|
|
330
|
-
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
|
|
342
|
-
}
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
}
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
}
|
|
382
|
-
|
|
317
|
+
export class InvalidLambdaFunctionException extends __BaseException {
|
|
318
|
+
constructor(opts) {
|
|
319
|
+
super({
|
|
320
|
+
name: "InvalidLambdaFunctionException",
|
|
321
|
+
$fault: "client",
|
|
322
|
+
...opts,
|
|
323
|
+
});
|
|
324
|
+
this.name = "InvalidLambdaFunctionException";
|
|
325
|
+
this.$fault = "client";
|
|
326
|
+
Object.setPrototypeOf(this, InvalidLambdaFunctionException.prototype);
|
|
327
|
+
this.FunctionArn = opts.FunctionArn;
|
|
328
|
+
}
|
|
329
|
+
}
|
|
330
|
+
export class InvalidS3ConfigurationException extends __BaseException {
|
|
331
|
+
constructor(opts) {
|
|
332
|
+
super({
|
|
333
|
+
name: "InvalidS3ConfigurationException",
|
|
334
|
+
$fault: "client",
|
|
335
|
+
...opts,
|
|
336
|
+
});
|
|
337
|
+
this.name = "InvalidS3ConfigurationException";
|
|
338
|
+
this.$fault = "client";
|
|
339
|
+
Object.setPrototypeOf(this, InvalidS3ConfigurationException.prototype);
|
|
340
|
+
this.Bucket = opts.Bucket;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
export class InvalidSnsTopicException extends __BaseException {
|
|
344
|
+
constructor(opts) {
|
|
345
|
+
super({
|
|
346
|
+
name: "InvalidSnsTopicException",
|
|
347
|
+
$fault: "client",
|
|
348
|
+
...opts,
|
|
349
|
+
});
|
|
350
|
+
this.name = "InvalidSnsTopicException";
|
|
351
|
+
this.$fault = "client";
|
|
352
|
+
Object.setPrototypeOf(this, InvalidSnsTopicException.prototype);
|
|
353
|
+
this.Topic = opts.Topic;
|
|
354
|
+
}
|
|
355
|
+
}
|
|
356
|
+
export class RuleDoesNotExistException extends __BaseException {
|
|
357
|
+
constructor(opts) {
|
|
358
|
+
super({
|
|
359
|
+
name: "RuleDoesNotExistException",
|
|
360
|
+
$fault: "client",
|
|
361
|
+
...opts,
|
|
362
|
+
});
|
|
363
|
+
this.name = "RuleDoesNotExistException";
|
|
364
|
+
this.$fault = "client";
|
|
365
|
+
Object.setPrototypeOf(this, RuleDoesNotExistException.prototype);
|
|
366
|
+
this.Name = opts.Name;
|
|
367
|
+
}
|
|
368
|
+
}
|
|
369
|
+
export class InvalidTemplateException extends __BaseException {
|
|
370
|
+
constructor(opts) {
|
|
371
|
+
super({
|
|
372
|
+
name: "InvalidTemplateException",
|
|
373
|
+
$fault: "client",
|
|
374
|
+
...opts,
|
|
375
|
+
});
|
|
376
|
+
this.name = "InvalidTemplateException";
|
|
377
|
+
this.$fault = "client";
|
|
378
|
+
Object.setPrototypeOf(this, InvalidTemplateException.prototype);
|
|
379
|
+
this.TemplateName = opts.TemplateName;
|
|
380
|
+
}
|
|
381
|
+
}
|
|
383
382
|
export var CustomMailFromStatus;
|
|
384
383
|
(function (CustomMailFromStatus) {
|
|
385
384
|
CustomMailFromStatus["Failed"] = "Failed";
|
|
@@ -387,313 +386,655 @@ export var CustomMailFromStatus;
|
|
|
387
386
|
CustomMailFromStatus["Success"] = "Success";
|
|
388
387
|
CustomMailFromStatus["TemporaryFailure"] = "TemporaryFailure";
|
|
389
388
|
})(CustomMailFromStatus || (CustomMailFromStatus = {}));
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
}
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
}
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
}
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
|
|
437
|
-
|
|
438
|
-
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
}
|
|
442
|
-
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
}
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
}
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
}
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
}
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
}
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
|
|
523
|
-
|
|
524
|
-
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
}
|
|
528
|
-
|
|
529
|
-
export
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
export
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
export
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
export
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
export
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
export
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
export
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
export
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
export
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
export
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
export
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
export
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
export
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
export
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
export
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
export
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
export
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
export
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
export
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
export
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
export
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
export
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
export
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
export
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
export
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
export
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
export
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
export
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
export
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
export
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
export
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
export
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
export
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
export
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
export
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
export
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
export
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
export
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
export
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
export
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
export
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
export
|
|
653
|
-
|
|
654
|
-
|
|
655
|
-
export
|
|
656
|
-
|
|
657
|
-
|
|
658
|
-
export
|
|
659
|
-
|
|
660
|
-
|
|
661
|
-
export
|
|
662
|
-
|
|
663
|
-
|
|
664
|
-
export
|
|
665
|
-
|
|
666
|
-
|
|
667
|
-
export
|
|
668
|
-
|
|
669
|
-
|
|
670
|
-
export
|
|
671
|
-
|
|
672
|
-
|
|
673
|
-
export
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
export
|
|
677
|
-
|
|
678
|
-
|
|
679
|
-
export
|
|
680
|
-
|
|
681
|
-
|
|
682
|
-
export
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
export
|
|
686
|
-
|
|
687
|
-
|
|
688
|
-
export
|
|
689
|
-
|
|
690
|
-
|
|
691
|
-
export
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
export
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
export
|
|
698
|
-
|
|
699
|
-
|
|
389
|
+
export class CustomVerificationEmailTemplateDoesNotExistException extends __BaseException {
|
|
390
|
+
constructor(opts) {
|
|
391
|
+
super({
|
|
392
|
+
name: "CustomVerificationEmailTemplateDoesNotExistException",
|
|
393
|
+
$fault: "client",
|
|
394
|
+
...opts,
|
|
395
|
+
});
|
|
396
|
+
this.name = "CustomVerificationEmailTemplateDoesNotExistException";
|
|
397
|
+
this.$fault = "client";
|
|
398
|
+
Object.setPrototypeOf(this, CustomVerificationEmailTemplateDoesNotExistException.prototype);
|
|
399
|
+
this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
export class EventDestinationDoesNotExistException extends __BaseException {
|
|
403
|
+
constructor(opts) {
|
|
404
|
+
super({
|
|
405
|
+
name: "EventDestinationDoesNotExistException",
|
|
406
|
+
$fault: "client",
|
|
407
|
+
...opts,
|
|
408
|
+
});
|
|
409
|
+
this.name = "EventDestinationDoesNotExistException";
|
|
410
|
+
this.$fault = "client";
|
|
411
|
+
Object.setPrototypeOf(this, EventDestinationDoesNotExistException.prototype);
|
|
412
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
413
|
+
this.EventDestinationName = opts.EventDestinationName;
|
|
414
|
+
}
|
|
415
|
+
}
|
|
416
|
+
export class TrackingOptionsDoesNotExistException extends __BaseException {
|
|
417
|
+
constructor(opts) {
|
|
418
|
+
super({
|
|
419
|
+
name: "TrackingOptionsDoesNotExistException",
|
|
420
|
+
$fault: "client",
|
|
421
|
+
...opts,
|
|
422
|
+
});
|
|
423
|
+
this.name = "TrackingOptionsDoesNotExistException";
|
|
424
|
+
this.$fault = "client";
|
|
425
|
+
Object.setPrototypeOf(this, TrackingOptionsDoesNotExistException.prototype);
|
|
426
|
+
this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
427
|
+
}
|
|
428
|
+
}
|
|
429
|
+
export class TemplateDoesNotExistException extends __BaseException {
|
|
430
|
+
constructor(opts) {
|
|
431
|
+
super({
|
|
432
|
+
name: "TemplateDoesNotExistException",
|
|
433
|
+
$fault: "client",
|
|
434
|
+
...opts,
|
|
435
|
+
});
|
|
436
|
+
this.name = "TemplateDoesNotExistException";
|
|
437
|
+
this.$fault = "client";
|
|
438
|
+
Object.setPrototypeOf(this, TemplateDoesNotExistException.prototype);
|
|
439
|
+
this.TemplateName = opts.TemplateName;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
export class InvalidDeliveryOptionsException extends __BaseException {
|
|
443
|
+
constructor(opts) {
|
|
444
|
+
super({
|
|
445
|
+
name: "InvalidDeliveryOptionsException",
|
|
446
|
+
$fault: "client",
|
|
447
|
+
...opts,
|
|
448
|
+
});
|
|
449
|
+
this.name = "InvalidDeliveryOptionsException";
|
|
450
|
+
this.$fault = "client";
|
|
451
|
+
Object.setPrototypeOf(this, InvalidDeliveryOptionsException.prototype);
|
|
452
|
+
}
|
|
453
|
+
}
|
|
454
|
+
export class InvalidPolicyException extends __BaseException {
|
|
455
|
+
constructor(opts) {
|
|
456
|
+
super({
|
|
457
|
+
name: "InvalidPolicyException",
|
|
458
|
+
$fault: "client",
|
|
459
|
+
...opts,
|
|
460
|
+
});
|
|
461
|
+
this.name = "InvalidPolicyException";
|
|
462
|
+
this.$fault = "client";
|
|
463
|
+
Object.setPrototypeOf(this, InvalidPolicyException.prototype);
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
export class InvalidRenderingParameterException extends __BaseException {
|
|
467
|
+
constructor(opts) {
|
|
468
|
+
super({
|
|
469
|
+
name: "InvalidRenderingParameterException",
|
|
470
|
+
$fault: "client",
|
|
471
|
+
...opts,
|
|
472
|
+
});
|
|
473
|
+
this.name = "InvalidRenderingParameterException";
|
|
474
|
+
this.$fault = "client";
|
|
475
|
+
Object.setPrototypeOf(this, InvalidRenderingParameterException.prototype);
|
|
476
|
+
this.TemplateName = opts.TemplateName;
|
|
477
|
+
}
|
|
478
|
+
}
|
|
479
|
+
export class MailFromDomainNotVerifiedException extends __BaseException {
|
|
480
|
+
constructor(opts) {
|
|
481
|
+
super({
|
|
482
|
+
name: "MailFromDomainNotVerifiedException",
|
|
483
|
+
$fault: "client",
|
|
484
|
+
...opts,
|
|
485
|
+
});
|
|
486
|
+
this.name = "MailFromDomainNotVerifiedException";
|
|
487
|
+
this.$fault = "client";
|
|
488
|
+
Object.setPrototypeOf(this, MailFromDomainNotVerifiedException.prototype);
|
|
489
|
+
}
|
|
490
|
+
}
|
|
491
|
+
export class MessageRejected extends __BaseException {
|
|
492
|
+
constructor(opts) {
|
|
493
|
+
super({
|
|
494
|
+
name: "MessageRejected",
|
|
495
|
+
$fault: "client",
|
|
496
|
+
...opts,
|
|
497
|
+
});
|
|
498
|
+
this.name = "MessageRejected";
|
|
499
|
+
this.$fault = "client";
|
|
500
|
+
Object.setPrototypeOf(this, MessageRejected.prototype);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
export class MissingRenderingAttributeException extends __BaseException {
|
|
504
|
+
constructor(opts) {
|
|
505
|
+
super({
|
|
506
|
+
name: "MissingRenderingAttributeException",
|
|
507
|
+
$fault: "client",
|
|
508
|
+
...opts,
|
|
509
|
+
});
|
|
510
|
+
this.name = "MissingRenderingAttributeException";
|
|
511
|
+
this.$fault = "client";
|
|
512
|
+
Object.setPrototypeOf(this, MissingRenderingAttributeException.prototype);
|
|
513
|
+
this.TemplateName = opts.TemplateName;
|
|
514
|
+
}
|
|
515
|
+
}
|
|
516
|
+
export class ProductionAccessNotGrantedException extends __BaseException {
|
|
517
|
+
constructor(opts) {
|
|
518
|
+
super({
|
|
519
|
+
name: "ProductionAccessNotGrantedException",
|
|
520
|
+
$fault: "client",
|
|
521
|
+
...opts,
|
|
522
|
+
});
|
|
523
|
+
this.name = "ProductionAccessNotGrantedException";
|
|
524
|
+
this.$fault = "client";
|
|
525
|
+
Object.setPrototypeOf(this, ProductionAccessNotGrantedException.prototype);
|
|
526
|
+
}
|
|
527
|
+
}
|
|
528
|
+
export const AddHeaderActionFilterSensitiveLog = (obj) => ({
|
|
529
|
+
...obj,
|
|
530
|
+
});
|
|
531
|
+
export const ContentFilterSensitiveLog = (obj) => ({
|
|
532
|
+
...obj,
|
|
533
|
+
});
|
|
534
|
+
export const BodyFilterSensitiveLog = (obj) => ({
|
|
535
|
+
...obj,
|
|
536
|
+
});
|
|
537
|
+
export const BounceActionFilterSensitiveLog = (obj) => ({
|
|
538
|
+
...obj,
|
|
539
|
+
});
|
|
540
|
+
export const ExtensionFieldFilterSensitiveLog = (obj) => ({
|
|
541
|
+
...obj,
|
|
542
|
+
});
|
|
543
|
+
export const RecipientDsnFieldsFilterSensitiveLog = (obj) => ({
|
|
544
|
+
...obj,
|
|
545
|
+
});
|
|
546
|
+
export const BouncedRecipientInfoFilterSensitiveLog = (obj) => ({
|
|
547
|
+
...obj,
|
|
548
|
+
});
|
|
549
|
+
export const DestinationFilterSensitiveLog = (obj) => ({
|
|
550
|
+
...obj,
|
|
551
|
+
});
|
|
552
|
+
export const MessageTagFilterSensitiveLog = (obj) => ({
|
|
553
|
+
...obj,
|
|
554
|
+
});
|
|
555
|
+
export const BulkEmailDestinationFilterSensitiveLog = (obj) => ({
|
|
556
|
+
...obj,
|
|
557
|
+
});
|
|
558
|
+
export const BulkEmailDestinationStatusFilterSensitiveLog = (obj) => ({
|
|
559
|
+
...obj,
|
|
560
|
+
});
|
|
561
|
+
export const CloneReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
562
|
+
...obj,
|
|
563
|
+
});
|
|
564
|
+
export const CloneReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
565
|
+
...obj,
|
|
566
|
+
});
|
|
567
|
+
export const CloudWatchDimensionConfigurationFilterSensitiveLog = (obj) => ({
|
|
568
|
+
...obj,
|
|
569
|
+
});
|
|
570
|
+
export const CloudWatchDestinationFilterSensitiveLog = (obj) => ({
|
|
571
|
+
...obj,
|
|
572
|
+
});
|
|
573
|
+
export const ConfigurationSetFilterSensitiveLog = (obj) => ({
|
|
574
|
+
...obj,
|
|
575
|
+
});
|
|
576
|
+
export const CreateConfigurationSetRequestFilterSensitiveLog = (obj) => ({
|
|
577
|
+
...obj,
|
|
578
|
+
});
|
|
579
|
+
export const CreateConfigurationSetResponseFilterSensitiveLog = (obj) => ({
|
|
580
|
+
...obj,
|
|
581
|
+
});
|
|
582
|
+
export const KinesisFirehoseDestinationFilterSensitiveLog = (obj) => ({
|
|
583
|
+
...obj,
|
|
584
|
+
});
|
|
585
|
+
export const SNSDestinationFilterSensitiveLog = (obj) => ({
|
|
586
|
+
...obj,
|
|
587
|
+
});
|
|
588
|
+
export const EventDestinationFilterSensitiveLog = (obj) => ({
|
|
589
|
+
...obj,
|
|
590
|
+
});
|
|
591
|
+
export const CreateConfigurationSetEventDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
592
|
+
...obj,
|
|
593
|
+
});
|
|
594
|
+
export const CreateConfigurationSetEventDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
595
|
+
...obj,
|
|
596
|
+
});
|
|
597
|
+
export const TrackingOptionsFilterSensitiveLog = (obj) => ({
|
|
598
|
+
...obj,
|
|
599
|
+
});
|
|
600
|
+
export const CreateConfigurationSetTrackingOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
601
|
+
...obj,
|
|
602
|
+
});
|
|
603
|
+
export const CreateConfigurationSetTrackingOptionsResponseFilterSensitiveLog = (obj) => ({
|
|
604
|
+
...obj,
|
|
605
|
+
});
|
|
606
|
+
export const CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
607
|
+
...obj,
|
|
608
|
+
});
|
|
609
|
+
export const ReceiptIpFilterFilterSensitiveLog = (obj) => ({
|
|
610
|
+
...obj,
|
|
611
|
+
});
|
|
612
|
+
export const ReceiptFilterFilterSensitiveLog = (obj) => ({
|
|
613
|
+
...obj,
|
|
614
|
+
});
|
|
615
|
+
export const CreateReceiptFilterRequestFilterSensitiveLog = (obj) => ({
|
|
616
|
+
...obj,
|
|
617
|
+
});
|
|
618
|
+
export const CreateReceiptFilterResponseFilterSensitiveLog = (obj) => ({
|
|
619
|
+
...obj,
|
|
620
|
+
});
|
|
621
|
+
export const LambdaActionFilterSensitiveLog = (obj) => ({
|
|
622
|
+
...obj,
|
|
623
|
+
});
|
|
624
|
+
export const S3ActionFilterSensitiveLog = (obj) => ({
|
|
625
|
+
...obj,
|
|
626
|
+
});
|
|
627
|
+
export const SNSActionFilterSensitiveLog = (obj) => ({
|
|
628
|
+
...obj,
|
|
629
|
+
});
|
|
630
|
+
export const StopActionFilterSensitiveLog = (obj) => ({
|
|
631
|
+
...obj,
|
|
632
|
+
});
|
|
633
|
+
export const WorkmailActionFilterSensitiveLog = (obj) => ({
|
|
634
|
+
...obj,
|
|
635
|
+
});
|
|
636
|
+
export const ReceiptActionFilterSensitiveLog = (obj) => ({
|
|
637
|
+
...obj,
|
|
638
|
+
});
|
|
639
|
+
export const ReceiptRuleFilterSensitiveLog = (obj) => ({
|
|
640
|
+
...obj,
|
|
641
|
+
});
|
|
642
|
+
export const CreateReceiptRuleRequestFilterSensitiveLog = (obj) => ({
|
|
643
|
+
...obj,
|
|
644
|
+
});
|
|
645
|
+
export const CreateReceiptRuleResponseFilterSensitiveLog = (obj) => ({
|
|
646
|
+
...obj,
|
|
647
|
+
});
|
|
648
|
+
export const CreateReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
649
|
+
...obj,
|
|
650
|
+
});
|
|
651
|
+
export const CreateReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
652
|
+
...obj,
|
|
653
|
+
});
|
|
654
|
+
export const TemplateFilterSensitiveLog = (obj) => ({
|
|
655
|
+
...obj,
|
|
656
|
+
});
|
|
657
|
+
export const CreateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
658
|
+
...obj,
|
|
659
|
+
});
|
|
660
|
+
export const CreateTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
661
|
+
...obj,
|
|
662
|
+
});
|
|
663
|
+
export const CustomVerificationEmailTemplateFilterSensitiveLog = (obj) => ({
|
|
664
|
+
...obj,
|
|
665
|
+
});
|
|
666
|
+
export const DeleteConfigurationSetRequestFilterSensitiveLog = (obj) => ({
|
|
667
|
+
...obj,
|
|
668
|
+
});
|
|
669
|
+
export const DeleteConfigurationSetResponseFilterSensitiveLog = (obj) => ({
|
|
670
|
+
...obj,
|
|
671
|
+
});
|
|
672
|
+
export const DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
673
|
+
...obj,
|
|
674
|
+
});
|
|
675
|
+
export const DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
676
|
+
...obj,
|
|
677
|
+
});
|
|
678
|
+
export const DeleteConfigurationSetTrackingOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
679
|
+
...obj,
|
|
680
|
+
});
|
|
681
|
+
export const DeleteConfigurationSetTrackingOptionsResponseFilterSensitiveLog = (obj) => ({
|
|
682
|
+
...obj,
|
|
683
|
+
});
|
|
684
|
+
export const DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
685
|
+
...obj,
|
|
686
|
+
});
|
|
687
|
+
export const DeleteIdentityRequestFilterSensitiveLog = (obj) => ({
|
|
688
|
+
...obj,
|
|
689
|
+
});
|
|
690
|
+
export const DeleteIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
691
|
+
...obj,
|
|
692
|
+
});
|
|
693
|
+
export const DeleteIdentityPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
694
|
+
...obj,
|
|
695
|
+
});
|
|
696
|
+
export const DeleteIdentityPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
697
|
+
...obj,
|
|
698
|
+
});
|
|
699
|
+
export const DeleteReceiptFilterRequestFilterSensitiveLog = (obj) => ({
|
|
700
|
+
...obj,
|
|
701
|
+
});
|
|
702
|
+
export const DeleteReceiptFilterResponseFilterSensitiveLog = (obj) => ({
|
|
703
|
+
...obj,
|
|
704
|
+
});
|
|
705
|
+
export const DeleteReceiptRuleRequestFilterSensitiveLog = (obj) => ({
|
|
706
|
+
...obj,
|
|
707
|
+
});
|
|
708
|
+
export const DeleteReceiptRuleResponseFilterSensitiveLog = (obj) => ({
|
|
709
|
+
...obj,
|
|
710
|
+
});
|
|
711
|
+
export const DeleteReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
712
|
+
...obj,
|
|
713
|
+
});
|
|
714
|
+
export const DeleteReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
715
|
+
...obj,
|
|
716
|
+
});
|
|
717
|
+
export const DeleteTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
718
|
+
...obj,
|
|
719
|
+
});
|
|
720
|
+
export const DeleteTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
721
|
+
...obj,
|
|
722
|
+
});
|
|
723
|
+
export const DeleteVerifiedEmailAddressRequestFilterSensitiveLog = (obj) => ({
|
|
724
|
+
...obj,
|
|
725
|
+
});
|
|
726
|
+
export const DeliveryOptionsFilterSensitiveLog = (obj) => ({
|
|
727
|
+
...obj,
|
|
728
|
+
});
|
|
729
|
+
export const DescribeActiveReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
730
|
+
...obj,
|
|
731
|
+
});
|
|
732
|
+
export const ReceiptRuleSetMetadataFilterSensitiveLog = (obj) => ({
|
|
733
|
+
...obj,
|
|
734
|
+
});
|
|
735
|
+
export const DescribeActiveReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
736
|
+
...obj,
|
|
737
|
+
});
|
|
738
|
+
export const DescribeConfigurationSetRequestFilterSensitiveLog = (obj) => ({
|
|
739
|
+
...obj,
|
|
740
|
+
});
|
|
741
|
+
export const ReputationOptionsFilterSensitiveLog = (obj) => ({
|
|
742
|
+
...obj,
|
|
743
|
+
});
|
|
744
|
+
export const DescribeConfigurationSetResponseFilterSensitiveLog = (obj) => ({
|
|
745
|
+
...obj,
|
|
746
|
+
});
|
|
747
|
+
export const DescribeReceiptRuleRequestFilterSensitiveLog = (obj) => ({
|
|
748
|
+
...obj,
|
|
749
|
+
});
|
|
750
|
+
export const DescribeReceiptRuleResponseFilterSensitiveLog = (obj) => ({
|
|
751
|
+
...obj,
|
|
752
|
+
});
|
|
753
|
+
export const DescribeReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
754
|
+
...obj,
|
|
755
|
+
});
|
|
756
|
+
export const DescribeReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
757
|
+
...obj,
|
|
758
|
+
});
|
|
759
|
+
export const IdentityDkimAttributesFilterSensitiveLog = (obj) => ({
|
|
760
|
+
...obj,
|
|
761
|
+
});
|
|
762
|
+
export const GetAccountSendingEnabledResponseFilterSensitiveLog = (obj) => ({
|
|
763
|
+
...obj,
|
|
764
|
+
});
|
|
765
|
+
export const GetCustomVerificationEmailTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
766
|
+
...obj,
|
|
767
|
+
});
|
|
768
|
+
export const GetCustomVerificationEmailTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
769
|
+
...obj,
|
|
770
|
+
});
|
|
771
|
+
export const GetIdentityDkimAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
772
|
+
...obj,
|
|
773
|
+
});
|
|
774
|
+
export const GetIdentityDkimAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
775
|
+
...obj,
|
|
776
|
+
});
|
|
777
|
+
export const GetIdentityMailFromDomainAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
778
|
+
...obj,
|
|
779
|
+
});
|
|
780
|
+
export const IdentityMailFromDomainAttributesFilterSensitiveLog = (obj) => ({
|
|
781
|
+
...obj,
|
|
782
|
+
});
|
|
783
|
+
export const GetIdentityMailFromDomainAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
784
|
+
...obj,
|
|
785
|
+
});
|
|
786
|
+
export const GetIdentityNotificationAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
787
|
+
...obj,
|
|
788
|
+
});
|
|
789
|
+
export const IdentityNotificationAttributesFilterSensitiveLog = (obj) => ({
|
|
790
|
+
...obj,
|
|
791
|
+
});
|
|
792
|
+
export const GetIdentityNotificationAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
793
|
+
...obj,
|
|
794
|
+
});
|
|
795
|
+
export const GetIdentityPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
796
|
+
...obj,
|
|
797
|
+
});
|
|
798
|
+
export const GetIdentityPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
799
|
+
...obj,
|
|
800
|
+
});
|
|
801
|
+
export const GetIdentityVerificationAttributesRequestFilterSensitiveLog = (obj) => ({
|
|
802
|
+
...obj,
|
|
803
|
+
});
|
|
804
|
+
export const IdentityVerificationAttributesFilterSensitiveLog = (obj) => ({
|
|
805
|
+
...obj,
|
|
806
|
+
});
|
|
807
|
+
export const GetIdentityVerificationAttributesResponseFilterSensitiveLog = (obj) => ({
|
|
808
|
+
...obj,
|
|
809
|
+
});
|
|
810
|
+
export const GetSendQuotaResponseFilterSensitiveLog = (obj) => ({
|
|
811
|
+
...obj,
|
|
812
|
+
});
|
|
813
|
+
export const SendDataPointFilterSensitiveLog = (obj) => ({
|
|
814
|
+
...obj,
|
|
815
|
+
});
|
|
816
|
+
export const GetSendStatisticsResponseFilterSensitiveLog = (obj) => ({
|
|
817
|
+
...obj,
|
|
818
|
+
});
|
|
819
|
+
export const GetTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
820
|
+
...obj,
|
|
821
|
+
});
|
|
822
|
+
export const GetTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
823
|
+
...obj,
|
|
824
|
+
});
|
|
825
|
+
export const ListConfigurationSetsRequestFilterSensitiveLog = (obj) => ({
|
|
826
|
+
...obj,
|
|
827
|
+
});
|
|
828
|
+
export const ListConfigurationSetsResponseFilterSensitiveLog = (obj) => ({
|
|
829
|
+
...obj,
|
|
830
|
+
});
|
|
831
|
+
export const ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog = (obj) => ({
|
|
832
|
+
...obj,
|
|
833
|
+
});
|
|
834
|
+
export const ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog = (obj) => ({
|
|
835
|
+
...obj,
|
|
836
|
+
});
|
|
837
|
+
export const ListIdentitiesRequestFilterSensitiveLog = (obj) => ({
|
|
838
|
+
...obj,
|
|
839
|
+
});
|
|
840
|
+
export const ListIdentitiesResponseFilterSensitiveLog = (obj) => ({
|
|
841
|
+
...obj,
|
|
842
|
+
});
|
|
843
|
+
export const ListIdentityPoliciesRequestFilterSensitiveLog = (obj) => ({
|
|
844
|
+
...obj,
|
|
845
|
+
});
|
|
846
|
+
export const ListIdentityPoliciesResponseFilterSensitiveLog = (obj) => ({
|
|
847
|
+
...obj,
|
|
848
|
+
});
|
|
849
|
+
export const ListReceiptFiltersRequestFilterSensitiveLog = (obj) => ({
|
|
850
|
+
...obj,
|
|
851
|
+
});
|
|
852
|
+
export const ListReceiptFiltersResponseFilterSensitiveLog = (obj) => ({
|
|
853
|
+
...obj,
|
|
854
|
+
});
|
|
855
|
+
export const ListReceiptRuleSetsRequestFilterSensitiveLog = (obj) => ({
|
|
856
|
+
...obj,
|
|
857
|
+
});
|
|
858
|
+
export const ListReceiptRuleSetsResponseFilterSensitiveLog = (obj) => ({
|
|
859
|
+
...obj,
|
|
860
|
+
});
|
|
861
|
+
export const ListTemplatesRequestFilterSensitiveLog = (obj) => ({
|
|
862
|
+
...obj,
|
|
863
|
+
});
|
|
864
|
+
export const TemplateMetadataFilterSensitiveLog = (obj) => ({
|
|
865
|
+
...obj,
|
|
866
|
+
});
|
|
867
|
+
export const ListTemplatesResponseFilterSensitiveLog = (obj) => ({
|
|
868
|
+
...obj,
|
|
869
|
+
});
|
|
870
|
+
export const ListVerifiedEmailAddressesResponseFilterSensitiveLog = (obj) => ({
|
|
871
|
+
...obj,
|
|
872
|
+
});
|
|
873
|
+
export const MessageFilterSensitiveLog = (obj) => ({
|
|
874
|
+
...obj,
|
|
875
|
+
});
|
|
876
|
+
export const MessageDsnFilterSensitiveLog = (obj) => ({
|
|
877
|
+
...obj,
|
|
878
|
+
});
|
|
879
|
+
export const PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
880
|
+
...obj,
|
|
881
|
+
});
|
|
882
|
+
export const PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog = (obj) => ({
|
|
883
|
+
...obj,
|
|
884
|
+
});
|
|
885
|
+
export const PutIdentityPolicyRequestFilterSensitiveLog = (obj) => ({
|
|
886
|
+
...obj,
|
|
887
|
+
});
|
|
888
|
+
export const PutIdentityPolicyResponseFilterSensitiveLog = (obj) => ({
|
|
889
|
+
...obj,
|
|
890
|
+
});
|
|
891
|
+
export const RawMessageFilterSensitiveLog = (obj) => ({
|
|
892
|
+
...obj,
|
|
893
|
+
});
|
|
894
|
+
export const ReorderReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
895
|
+
...obj,
|
|
896
|
+
});
|
|
897
|
+
export const ReorderReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
898
|
+
...obj,
|
|
899
|
+
});
|
|
900
|
+
export const SendBounceRequestFilterSensitiveLog = (obj) => ({
|
|
901
|
+
...obj,
|
|
902
|
+
});
|
|
903
|
+
export const SendBounceResponseFilterSensitiveLog = (obj) => ({
|
|
904
|
+
...obj,
|
|
905
|
+
});
|
|
906
|
+
export const SendBulkTemplatedEmailRequestFilterSensitiveLog = (obj) => ({
|
|
907
|
+
...obj,
|
|
908
|
+
});
|
|
909
|
+
export const SendBulkTemplatedEmailResponseFilterSensitiveLog = (obj) => ({
|
|
910
|
+
...obj,
|
|
911
|
+
});
|
|
912
|
+
export const SendCustomVerificationEmailRequestFilterSensitiveLog = (obj) => ({
|
|
913
|
+
...obj,
|
|
914
|
+
});
|
|
915
|
+
export const SendCustomVerificationEmailResponseFilterSensitiveLog = (obj) => ({
|
|
916
|
+
...obj,
|
|
917
|
+
});
|
|
918
|
+
export const SendEmailRequestFilterSensitiveLog = (obj) => ({
|
|
919
|
+
...obj,
|
|
920
|
+
});
|
|
921
|
+
export const SendEmailResponseFilterSensitiveLog = (obj) => ({
|
|
922
|
+
...obj,
|
|
923
|
+
});
|
|
924
|
+
export const SendRawEmailRequestFilterSensitiveLog = (obj) => ({
|
|
925
|
+
...obj,
|
|
926
|
+
});
|
|
927
|
+
export const SendRawEmailResponseFilterSensitiveLog = (obj) => ({
|
|
928
|
+
...obj,
|
|
929
|
+
});
|
|
930
|
+
export const SendTemplatedEmailRequestFilterSensitiveLog = (obj) => ({
|
|
931
|
+
...obj,
|
|
932
|
+
});
|
|
933
|
+
export const SendTemplatedEmailResponseFilterSensitiveLog = (obj) => ({
|
|
934
|
+
...obj,
|
|
935
|
+
});
|
|
936
|
+
export const SetActiveReceiptRuleSetRequestFilterSensitiveLog = (obj) => ({
|
|
937
|
+
...obj,
|
|
938
|
+
});
|
|
939
|
+
export const SetActiveReceiptRuleSetResponseFilterSensitiveLog = (obj) => ({
|
|
940
|
+
...obj,
|
|
941
|
+
});
|
|
942
|
+
export const SetIdentityDkimEnabledRequestFilterSensitiveLog = (obj) => ({
|
|
943
|
+
...obj,
|
|
944
|
+
});
|
|
945
|
+
export const SetIdentityDkimEnabledResponseFilterSensitiveLog = (obj) => ({
|
|
946
|
+
...obj,
|
|
947
|
+
});
|
|
948
|
+
export const SetIdentityFeedbackForwardingEnabledRequestFilterSensitiveLog = (obj) => ({
|
|
949
|
+
...obj,
|
|
950
|
+
});
|
|
951
|
+
export const SetIdentityFeedbackForwardingEnabledResponseFilterSensitiveLog = (obj) => ({
|
|
952
|
+
...obj,
|
|
953
|
+
});
|
|
954
|
+
export const SetIdentityHeadersInNotificationsEnabledRequestFilterSensitiveLog = (obj) => ({
|
|
955
|
+
...obj,
|
|
956
|
+
});
|
|
957
|
+
export const SetIdentityHeadersInNotificationsEnabledResponseFilterSensitiveLog = (obj) => ({
|
|
958
|
+
...obj,
|
|
959
|
+
});
|
|
960
|
+
export const SetIdentityMailFromDomainRequestFilterSensitiveLog = (obj) => ({
|
|
961
|
+
...obj,
|
|
962
|
+
});
|
|
963
|
+
export const SetIdentityMailFromDomainResponseFilterSensitiveLog = (obj) => ({
|
|
964
|
+
...obj,
|
|
965
|
+
});
|
|
966
|
+
export const SetIdentityNotificationTopicRequestFilterSensitiveLog = (obj) => ({
|
|
967
|
+
...obj,
|
|
968
|
+
});
|
|
969
|
+
export const SetIdentityNotificationTopicResponseFilterSensitiveLog = (obj) => ({
|
|
970
|
+
...obj,
|
|
971
|
+
});
|
|
972
|
+
export const SetReceiptRulePositionRequestFilterSensitiveLog = (obj) => ({
|
|
973
|
+
...obj,
|
|
974
|
+
});
|
|
975
|
+
export const SetReceiptRulePositionResponseFilterSensitiveLog = (obj) => ({
|
|
976
|
+
...obj,
|
|
977
|
+
});
|
|
978
|
+
export const TestRenderTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
979
|
+
...obj,
|
|
980
|
+
});
|
|
981
|
+
export const TestRenderTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
982
|
+
...obj,
|
|
983
|
+
});
|
|
984
|
+
export const UpdateAccountSendingEnabledRequestFilterSensitiveLog = (obj) => ({
|
|
985
|
+
...obj,
|
|
986
|
+
});
|
|
987
|
+
export const UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog = (obj) => ({
|
|
988
|
+
...obj,
|
|
989
|
+
});
|
|
990
|
+
export const UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog = (obj) => ({
|
|
991
|
+
...obj,
|
|
992
|
+
});
|
|
993
|
+
export const UpdateConfigurationSetReputationMetricsEnabledRequestFilterSensitiveLog = (obj) => ({
|
|
994
|
+
...obj,
|
|
995
|
+
});
|
|
996
|
+
export const UpdateConfigurationSetSendingEnabledRequestFilterSensitiveLog = (obj) => ({
|
|
997
|
+
...obj,
|
|
998
|
+
});
|
|
999
|
+
export const UpdateConfigurationSetTrackingOptionsRequestFilterSensitiveLog = (obj) => ({
|
|
1000
|
+
...obj,
|
|
1001
|
+
});
|
|
1002
|
+
export const UpdateConfigurationSetTrackingOptionsResponseFilterSensitiveLog = (obj) => ({
|
|
1003
|
+
...obj,
|
|
1004
|
+
});
|
|
1005
|
+
export const UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1006
|
+
...obj,
|
|
1007
|
+
});
|
|
1008
|
+
export const UpdateReceiptRuleRequestFilterSensitiveLog = (obj) => ({
|
|
1009
|
+
...obj,
|
|
1010
|
+
});
|
|
1011
|
+
export const UpdateReceiptRuleResponseFilterSensitiveLog = (obj) => ({
|
|
1012
|
+
...obj,
|
|
1013
|
+
});
|
|
1014
|
+
export const UpdateTemplateRequestFilterSensitiveLog = (obj) => ({
|
|
1015
|
+
...obj,
|
|
1016
|
+
});
|
|
1017
|
+
export const UpdateTemplateResponseFilterSensitiveLog = (obj) => ({
|
|
1018
|
+
...obj,
|
|
1019
|
+
});
|
|
1020
|
+
export const VerifyDomainDkimRequestFilterSensitiveLog = (obj) => ({
|
|
1021
|
+
...obj,
|
|
1022
|
+
});
|
|
1023
|
+
export const VerifyDomainDkimResponseFilterSensitiveLog = (obj) => ({
|
|
1024
|
+
...obj,
|
|
1025
|
+
});
|
|
1026
|
+
export const VerifyDomainIdentityRequestFilterSensitiveLog = (obj) => ({
|
|
1027
|
+
...obj,
|
|
1028
|
+
});
|
|
1029
|
+
export const VerifyDomainIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
1030
|
+
...obj,
|
|
1031
|
+
});
|
|
1032
|
+
export const VerifyEmailAddressRequestFilterSensitiveLog = (obj) => ({
|
|
1033
|
+
...obj,
|
|
1034
|
+
});
|
|
1035
|
+
export const VerifyEmailIdentityRequestFilterSensitiveLog = (obj) => ({
|
|
1036
|
+
...obj,
|
|
1037
|
+
});
|
|
1038
|
+
export const VerifyEmailIdentityResponseFilterSensitiveLog = (obj) => ({
|
|
1039
|
+
...obj,
|
|
1040
|
+
});
|