@aws-sdk/client-ses 3.183.0 → 3.185.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +11 -0
- package/dist-cjs/protocols/Aws_query.js +2 -2
- package/dist-es/SES.js +293 -286
- package/dist-es/SESClient.js +28 -22
- package/dist-es/commands/CloneReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/CreateConfigurationSetCommand.js +28 -21
- package/dist-es/commands/CreateConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/CreateConfigurationSetTrackingOptionsCommand.js +28 -21
- package/dist-es/commands/CreateCustomVerificationEmailTemplateCommand.js +29 -22
- package/dist-es/commands/CreateReceiptFilterCommand.js +28 -21
- package/dist-es/commands/CreateReceiptRuleCommand.js +28 -21
- package/dist-es/commands/CreateReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/CreateTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/DeleteConfigurationSetTrackingOptionsCommand.js +28 -21
- package/dist-es/commands/DeleteCustomVerificationEmailTemplateCommand.js +29 -22
- package/dist-es/commands/DeleteIdentityCommand.js +28 -21
- package/dist-es/commands/DeleteIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/DeleteReceiptFilterCommand.js +28 -21
- package/dist-es/commands/DeleteReceiptRuleCommand.js +28 -21
- package/dist-es/commands/DeleteReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/DeleteTemplateCommand.js +28 -21
- package/dist-es/commands/DeleteVerifiedEmailAddressCommand.js +29 -22
- package/dist-es/commands/DescribeActiveReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/DescribeConfigurationSetCommand.js +28 -21
- package/dist-es/commands/DescribeReceiptRuleCommand.js +28 -21
- package/dist-es/commands/DescribeReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/GetAccountSendingEnabledCommand.js +29 -22
- package/dist-es/commands/GetCustomVerificationEmailTemplateCommand.js +28 -21
- package/dist-es/commands/GetIdentityDkimAttributesCommand.js +28 -21
- package/dist-es/commands/GetIdentityMailFromDomainAttributesCommand.js +28 -21
- package/dist-es/commands/GetIdentityNotificationAttributesCommand.js +28 -21
- package/dist-es/commands/GetIdentityPoliciesCommand.js +28 -21
- package/dist-es/commands/GetIdentityVerificationAttributesCommand.js +28 -21
- package/dist-es/commands/GetSendQuotaCommand.js +29 -22
- package/dist-es/commands/GetSendStatisticsCommand.js +29 -22
- package/dist-es/commands/GetTemplateCommand.js +28 -21
- package/dist-es/commands/ListConfigurationSetsCommand.js +28 -21
- package/dist-es/commands/ListCustomVerificationEmailTemplatesCommand.js +28 -21
- package/dist-es/commands/ListIdentitiesCommand.js +28 -21
- package/dist-es/commands/ListIdentityPoliciesCommand.js +28 -21
- package/dist-es/commands/ListReceiptFiltersCommand.js +28 -21
- package/dist-es/commands/ListReceiptRuleSetsCommand.js +28 -21
- package/dist-es/commands/ListTemplatesCommand.js +28 -21
- package/dist-es/commands/ListVerifiedEmailAddressesCommand.js +29 -22
- package/dist-es/commands/PutConfigurationSetDeliveryOptionsCommand.js +28 -21
- package/dist-es/commands/PutIdentityPolicyCommand.js +28 -21
- package/dist-es/commands/ReorderReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/SendBounceCommand.js +28 -21
- package/dist-es/commands/SendBulkTemplatedEmailCommand.js +28 -21
- package/dist-es/commands/SendCustomVerificationEmailCommand.js +28 -21
- package/dist-es/commands/SendEmailCommand.js +28 -21
- package/dist-es/commands/SendRawEmailCommand.js +28 -21
- package/dist-es/commands/SendTemplatedEmailCommand.js +28 -21
- package/dist-es/commands/SetActiveReceiptRuleSetCommand.js +28 -21
- package/dist-es/commands/SetIdentityDkimEnabledCommand.js +28 -21
- package/dist-es/commands/SetIdentityFeedbackForwardingEnabledCommand.js +28 -21
- package/dist-es/commands/SetIdentityHeadersInNotificationsEnabledCommand.js +28 -21
- package/dist-es/commands/SetIdentityMailFromDomainCommand.js +28 -21
- package/dist-es/commands/SetIdentityNotificationTopicCommand.js +28 -21
- package/dist-es/commands/SetReceiptRulePositionCommand.js +28 -21
- package/dist-es/commands/TestRenderTemplateCommand.js +28 -21
- package/dist-es/commands/UpdateAccountSendingEnabledCommand.js +29 -22
- package/dist-es/commands/UpdateConfigurationSetEventDestinationCommand.js +28 -21
- package/dist-es/commands/UpdateConfigurationSetReputationMetricsEnabledCommand.js +29 -22
- package/dist-es/commands/UpdateConfigurationSetSendingEnabledCommand.js +29 -22
- package/dist-es/commands/UpdateConfigurationSetTrackingOptionsCommand.js +28 -21
- package/dist-es/commands/UpdateCustomVerificationEmailTemplateCommand.js +29 -22
- package/dist-es/commands/UpdateReceiptRuleCommand.js +28 -21
- package/dist-es/commands/UpdateTemplateCommand.js +28 -21
- package/dist-es/commands/VerifyDomainDkimCommand.js +28 -21
- package/dist-es/commands/VerifyDomainIdentityCommand.js +28 -21
- package/dist-es/commands/VerifyEmailAddressCommand.js +29 -22
- package/dist-es/commands/VerifyEmailIdentityCommand.js +28 -21
- package/dist-es/endpoints.js +8 -8
- package/dist-es/models/SESServiceException.js +10 -5
- package/dist-es/models/models_0.js +609 -950
- package/dist-es/pagination/ListCustomVerificationEmailTemplatesPaginator.js +68 -25
- package/dist-es/pagination/ListIdentitiesPaginator.js +68 -25
- package/dist-es/protocols/Aws_query.js +5668 -4324
- package/dist-es/runtimeConfig.browser.js +12 -26
- package/dist-es/runtimeConfig.js +12 -30
- package/dist-es/runtimeConfig.native.js +5 -8
- package/dist-es/runtimeConfig.shared.js +11 -8
- package/dist-es/waiters/waitForIdentityExists.js +66 -35
- package/package.json +5 -5
|
@@ -1,29 +1,30 @@
|
|
|
1
|
+
import { __assign, __extends } from "tslib";
|
|
1
2
|
import { SESServiceException as __BaseException } from "./SESServiceException";
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
}
|
|
3
|
+
var AccountSendingPausedException = (function (_super) {
|
|
4
|
+
__extends(AccountSendingPausedException, _super);
|
|
5
|
+
function AccountSendingPausedException(opts) {
|
|
6
|
+
var _this = _super.call(this, __assign({ name: "AccountSendingPausedException", $fault: "client" }, opts)) || this;
|
|
7
|
+
_this.name = "AccountSendingPausedException";
|
|
8
|
+
_this.$fault = "client";
|
|
9
|
+
Object.setPrototypeOf(_this, AccountSendingPausedException.prototype);
|
|
10
|
+
return _this;
|
|
11
|
+
}
|
|
12
|
+
return AccountSendingPausedException;
|
|
13
|
+
}(__BaseException));
|
|
14
|
+
export { AccountSendingPausedException };
|
|
15
|
+
var AlreadyExistsException = (function (_super) {
|
|
16
|
+
__extends(AlreadyExistsException, _super);
|
|
17
|
+
function AlreadyExistsException(opts) {
|
|
18
|
+
var _this = _super.call(this, __assign({ name: "AlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
19
|
+
_this.name = "AlreadyExistsException";
|
|
20
|
+
_this.$fault = "client";
|
|
21
|
+
Object.setPrototypeOf(_this, AlreadyExistsException.prototype);
|
|
22
|
+
_this.Name = opts.Name;
|
|
23
|
+
return _this;
|
|
24
|
+
}
|
|
25
|
+
return AlreadyExistsException;
|
|
26
|
+
}(__BaseException));
|
|
27
|
+
export { AlreadyExistsException };
|
|
27
28
|
export var BehaviorOnMXFailure;
|
|
28
29
|
(function (BehaviorOnMXFailure) {
|
|
29
30
|
BehaviorOnMXFailure["RejectMessage"] = "RejectMessage";
|
|
@@ -63,63 +64,63 @@ export var BulkEmailStatus;
|
|
|
63
64
|
BulkEmailStatus["TemplateDoesNotExist"] = "TemplateDoesNotExist";
|
|
64
65
|
BulkEmailStatus["TransientFailure"] = "TransientFailure";
|
|
65
66
|
})(BulkEmailStatus || (BulkEmailStatus = {}));
|
|
66
|
-
|
|
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
|
-
}
|
|
67
|
+
var CannotDeleteException = (function (_super) {
|
|
68
|
+
__extends(CannotDeleteException, _super);
|
|
69
|
+
function CannotDeleteException(opts) {
|
|
70
|
+
var _this = _super.call(this, __assign({ name: "CannotDeleteException", $fault: "client" }, opts)) || this;
|
|
71
|
+
_this.name = "CannotDeleteException";
|
|
72
|
+
_this.$fault = "client";
|
|
73
|
+
Object.setPrototypeOf(_this, CannotDeleteException.prototype);
|
|
74
|
+
_this.Name = opts.Name;
|
|
75
|
+
return _this;
|
|
76
|
+
}
|
|
77
|
+
return CannotDeleteException;
|
|
78
|
+
}(__BaseException));
|
|
79
|
+
export { CannotDeleteException };
|
|
80
|
+
var LimitExceededException = (function (_super) {
|
|
81
|
+
__extends(LimitExceededException, _super);
|
|
82
|
+
function LimitExceededException(opts) {
|
|
83
|
+
var _this = _super.call(this, __assign({ name: "LimitExceededException", $fault: "client" }, opts)) || this;
|
|
84
|
+
_this.name = "LimitExceededException";
|
|
85
|
+
_this.$fault = "client";
|
|
86
|
+
Object.setPrototypeOf(_this, LimitExceededException.prototype);
|
|
87
|
+
return _this;
|
|
88
|
+
}
|
|
89
|
+
return LimitExceededException;
|
|
90
|
+
}(__BaseException));
|
|
91
|
+
export { LimitExceededException };
|
|
92
|
+
var RuleSetDoesNotExistException = (function (_super) {
|
|
93
|
+
__extends(RuleSetDoesNotExistException, _super);
|
|
94
|
+
function RuleSetDoesNotExistException(opts) {
|
|
95
|
+
var _this = _super.call(this, __assign({ name: "RuleSetDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
96
|
+
_this.name = "RuleSetDoesNotExistException";
|
|
97
|
+
_this.$fault = "client";
|
|
98
|
+
Object.setPrototypeOf(_this, RuleSetDoesNotExistException.prototype);
|
|
99
|
+
_this.Name = opts.Name;
|
|
100
|
+
return _this;
|
|
101
|
+
}
|
|
102
|
+
return RuleSetDoesNotExistException;
|
|
103
|
+
}(__BaseException));
|
|
104
|
+
export { RuleSetDoesNotExistException };
|
|
104
105
|
export var DimensionValueSource;
|
|
105
106
|
(function (DimensionValueSource) {
|
|
106
107
|
DimensionValueSource["EMAIL_HEADER"] = "emailHeader";
|
|
107
108
|
DimensionValueSource["LINK_TAG"] = "linkTag";
|
|
108
109
|
DimensionValueSource["MESSAGE_TAG"] = "messageTag";
|
|
109
110
|
})(DimensionValueSource || (DimensionValueSource = {}));
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
}
|
|
111
|
+
var ConfigurationSetAlreadyExistsException = (function (_super) {
|
|
112
|
+
__extends(ConfigurationSetAlreadyExistsException, _super);
|
|
113
|
+
function ConfigurationSetAlreadyExistsException(opts) {
|
|
114
|
+
var _this = _super.call(this, __assign({ name: "ConfigurationSetAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
115
|
+
_this.name = "ConfigurationSetAlreadyExistsException";
|
|
116
|
+
_this.$fault = "client";
|
|
117
|
+
Object.setPrototypeOf(_this, ConfigurationSetAlreadyExistsException.prototype);
|
|
118
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
119
|
+
return _this;
|
|
120
|
+
}
|
|
121
|
+
return ConfigurationSetAlreadyExistsException;
|
|
122
|
+
}(__BaseException));
|
|
123
|
+
export { ConfigurationSetAlreadyExistsException };
|
|
123
124
|
export var ConfigurationSetAttribute;
|
|
124
125
|
(function (ConfigurationSetAttribute) {
|
|
125
126
|
ConfigurationSetAttribute["DELIVERY_OPTIONS"] = "deliveryOptions";
|
|
@@ -127,44 +128,44 @@ export var ConfigurationSetAttribute;
|
|
|
127
128
|
ConfigurationSetAttribute["REPUTATION_OPTIONS"] = "reputationOptions";
|
|
128
129
|
ConfigurationSetAttribute["TRACKING_OPTIONS"] = "trackingOptions";
|
|
129
130
|
})(ConfigurationSetAttribute || (ConfigurationSetAttribute = {}));
|
|
130
|
-
|
|
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
|
-
}
|
|
131
|
+
var ConfigurationSetDoesNotExistException = (function (_super) {
|
|
132
|
+
__extends(ConfigurationSetDoesNotExistException, _super);
|
|
133
|
+
function ConfigurationSetDoesNotExistException(opts) {
|
|
134
|
+
var _this = _super.call(this, __assign({ name: "ConfigurationSetDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
135
|
+
_this.name = "ConfigurationSetDoesNotExistException";
|
|
136
|
+
_this.$fault = "client";
|
|
137
|
+
Object.setPrototypeOf(_this, ConfigurationSetDoesNotExistException.prototype);
|
|
138
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
139
|
+
return _this;
|
|
140
|
+
}
|
|
141
|
+
return ConfigurationSetDoesNotExistException;
|
|
142
|
+
}(__BaseException));
|
|
143
|
+
export { ConfigurationSetDoesNotExistException };
|
|
144
|
+
var ConfigurationSetSendingPausedException = (function (_super) {
|
|
145
|
+
__extends(ConfigurationSetSendingPausedException, _super);
|
|
146
|
+
function ConfigurationSetSendingPausedException(opts) {
|
|
147
|
+
var _this = _super.call(this, __assign({ name: "ConfigurationSetSendingPausedException", $fault: "client" }, opts)) || this;
|
|
148
|
+
_this.name = "ConfigurationSetSendingPausedException";
|
|
149
|
+
_this.$fault = "client";
|
|
150
|
+
Object.setPrototypeOf(_this, ConfigurationSetSendingPausedException.prototype);
|
|
151
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
152
|
+
return _this;
|
|
153
|
+
}
|
|
154
|
+
return ConfigurationSetSendingPausedException;
|
|
155
|
+
}(__BaseException));
|
|
156
|
+
export { ConfigurationSetSendingPausedException };
|
|
157
|
+
var InvalidConfigurationSetException = (function (_super) {
|
|
158
|
+
__extends(InvalidConfigurationSetException, _super);
|
|
159
|
+
function InvalidConfigurationSetException(opts) {
|
|
160
|
+
var _this = _super.call(this, __assign({ name: "InvalidConfigurationSetException", $fault: "client" }, opts)) || this;
|
|
161
|
+
_this.name = "InvalidConfigurationSetException";
|
|
162
|
+
_this.$fault = "client";
|
|
163
|
+
Object.setPrototypeOf(_this, InvalidConfigurationSetException.prototype);
|
|
164
|
+
return _this;
|
|
165
|
+
}
|
|
166
|
+
return InvalidConfigurationSetException;
|
|
167
|
+
}(__BaseException));
|
|
168
|
+
export { InvalidConfigurationSetException };
|
|
168
169
|
export var EventType;
|
|
169
170
|
(function (EventType) {
|
|
170
171
|
EventType["BOUNCE"] = "bounce";
|
|
@@ -176,125 +177,125 @@ export var EventType;
|
|
|
176
177
|
EventType["RENDERING_FAILURE"] = "renderingFailure";
|
|
177
178
|
EventType["SEND"] = "send";
|
|
178
179
|
})(EventType || (EventType = {}));
|
|
179
|
-
|
|
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
|
-
}
|
|
180
|
+
var EventDestinationAlreadyExistsException = (function (_super) {
|
|
181
|
+
__extends(EventDestinationAlreadyExistsException, _super);
|
|
182
|
+
function EventDestinationAlreadyExistsException(opts) {
|
|
183
|
+
var _this = _super.call(this, __assign({ name: "EventDestinationAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
184
|
+
_this.name = "EventDestinationAlreadyExistsException";
|
|
185
|
+
_this.$fault = "client";
|
|
186
|
+
Object.setPrototypeOf(_this, EventDestinationAlreadyExistsException.prototype);
|
|
187
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
188
|
+
_this.EventDestinationName = opts.EventDestinationName;
|
|
189
|
+
return _this;
|
|
190
|
+
}
|
|
191
|
+
return EventDestinationAlreadyExistsException;
|
|
192
|
+
}(__BaseException));
|
|
193
|
+
export { EventDestinationAlreadyExistsException };
|
|
194
|
+
var InvalidCloudWatchDestinationException = (function (_super) {
|
|
195
|
+
__extends(InvalidCloudWatchDestinationException, _super);
|
|
196
|
+
function InvalidCloudWatchDestinationException(opts) {
|
|
197
|
+
var _this = _super.call(this, __assign({ name: "InvalidCloudWatchDestinationException", $fault: "client" }, opts)) || this;
|
|
198
|
+
_this.name = "InvalidCloudWatchDestinationException";
|
|
199
|
+
_this.$fault = "client";
|
|
200
|
+
Object.setPrototypeOf(_this, InvalidCloudWatchDestinationException.prototype);
|
|
201
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
202
|
+
_this.EventDestinationName = opts.EventDestinationName;
|
|
203
|
+
return _this;
|
|
204
|
+
}
|
|
205
|
+
return InvalidCloudWatchDestinationException;
|
|
206
|
+
}(__BaseException));
|
|
207
|
+
export { InvalidCloudWatchDestinationException };
|
|
208
|
+
var InvalidFirehoseDestinationException = (function (_super) {
|
|
209
|
+
__extends(InvalidFirehoseDestinationException, _super);
|
|
210
|
+
function InvalidFirehoseDestinationException(opts) {
|
|
211
|
+
var _this = _super.call(this, __assign({ name: "InvalidFirehoseDestinationException", $fault: "client" }, opts)) || this;
|
|
212
|
+
_this.name = "InvalidFirehoseDestinationException";
|
|
213
|
+
_this.$fault = "client";
|
|
214
|
+
Object.setPrototypeOf(_this, InvalidFirehoseDestinationException.prototype);
|
|
215
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
216
|
+
_this.EventDestinationName = opts.EventDestinationName;
|
|
217
|
+
return _this;
|
|
218
|
+
}
|
|
219
|
+
return InvalidFirehoseDestinationException;
|
|
220
|
+
}(__BaseException));
|
|
221
|
+
export { InvalidFirehoseDestinationException };
|
|
222
|
+
var InvalidSNSDestinationException = (function (_super) {
|
|
223
|
+
__extends(InvalidSNSDestinationException, _super);
|
|
224
|
+
function InvalidSNSDestinationException(opts) {
|
|
225
|
+
var _this = _super.call(this, __assign({ name: "InvalidSNSDestinationException", $fault: "client" }, opts)) || this;
|
|
226
|
+
_this.name = "InvalidSNSDestinationException";
|
|
227
|
+
_this.$fault = "client";
|
|
228
|
+
Object.setPrototypeOf(_this, InvalidSNSDestinationException.prototype);
|
|
229
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
230
|
+
_this.EventDestinationName = opts.EventDestinationName;
|
|
231
|
+
return _this;
|
|
232
|
+
}
|
|
233
|
+
return InvalidSNSDestinationException;
|
|
234
|
+
}(__BaseException));
|
|
235
|
+
export { InvalidSNSDestinationException };
|
|
236
|
+
var InvalidTrackingOptionsException = (function (_super) {
|
|
237
|
+
__extends(InvalidTrackingOptionsException, _super);
|
|
238
|
+
function InvalidTrackingOptionsException(opts) {
|
|
239
|
+
var _this = _super.call(this, __assign({ name: "InvalidTrackingOptionsException", $fault: "client" }, opts)) || this;
|
|
240
|
+
_this.name = "InvalidTrackingOptionsException";
|
|
241
|
+
_this.$fault = "client";
|
|
242
|
+
Object.setPrototypeOf(_this, InvalidTrackingOptionsException.prototype);
|
|
243
|
+
return _this;
|
|
244
|
+
}
|
|
245
|
+
return InvalidTrackingOptionsException;
|
|
246
|
+
}(__BaseException));
|
|
247
|
+
export { InvalidTrackingOptionsException };
|
|
248
|
+
var TrackingOptionsAlreadyExistsException = (function (_super) {
|
|
249
|
+
__extends(TrackingOptionsAlreadyExistsException, _super);
|
|
250
|
+
function TrackingOptionsAlreadyExistsException(opts) {
|
|
251
|
+
var _this = _super.call(this, __assign({ name: "TrackingOptionsAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
252
|
+
_this.name = "TrackingOptionsAlreadyExistsException";
|
|
253
|
+
_this.$fault = "client";
|
|
254
|
+
Object.setPrototypeOf(_this, TrackingOptionsAlreadyExistsException.prototype);
|
|
255
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
256
|
+
return _this;
|
|
257
|
+
}
|
|
258
|
+
return TrackingOptionsAlreadyExistsException;
|
|
259
|
+
}(__BaseException));
|
|
260
|
+
export { TrackingOptionsAlreadyExistsException };
|
|
261
|
+
var CustomVerificationEmailInvalidContentException = (function (_super) {
|
|
262
|
+
__extends(CustomVerificationEmailInvalidContentException, _super);
|
|
263
|
+
function CustomVerificationEmailInvalidContentException(opts) {
|
|
264
|
+
var _this = _super.call(this, __assign({ name: "CustomVerificationEmailInvalidContentException", $fault: "client" }, opts)) || this;
|
|
265
|
+
_this.name = "CustomVerificationEmailInvalidContentException";
|
|
266
|
+
_this.$fault = "client";
|
|
267
|
+
Object.setPrototypeOf(_this, CustomVerificationEmailInvalidContentException.prototype);
|
|
268
|
+
return _this;
|
|
269
|
+
}
|
|
270
|
+
return CustomVerificationEmailInvalidContentException;
|
|
271
|
+
}(__BaseException));
|
|
272
|
+
export { CustomVerificationEmailInvalidContentException };
|
|
273
|
+
var CustomVerificationEmailTemplateAlreadyExistsException = (function (_super) {
|
|
274
|
+
__extends(CustomVerificationEmailTemplateAlreadyExistsException, _super);
|
|
275
|
+
function CustomVerificationEmailTemplateAlreadyExistsException(opts) {
|
|
276
|
+
var _this = _super.call(this, __assign({ name: "CustomVerificationEmailTemplateAlreadyExistsException", $fault: "client" }, opts)) || this;
|
|
277
|
+
_this.name = "CustomVerificationEmailTemplateAlreadyExistsException";
|
|
278
|
+
_this.$fault = "client";
|
|
279
|
+
Object.setPrototypeOf(_this, CustomVerificationEmailTemplateAlreadyExistsException.prototype);
|
|
280
|
+
_this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
281
|
+
return _this;
|
|
282
|
+
}
|
|
283
|
+
return CustomVerificationEmailTemplateAlreadyExistsException;
|
|
284
|
+
}(__BaseException));
|
|
285
|
+
export { CustomVerificationEmailTemplateAlreadyExistsException };
|
|
286
|
+
var FromEmailAddressNotVerifiedException = (function (_super) {
|
|
287
|
+
__extends(FromEmailAddressNotVerifiedException, _super);
|
|
288
|
+
function FromEmailAddressNotVerifiedException(opts) {
|
|
289
|
+
var _this = _super.call(this, __assign({ name: "FromEmailAddressNotVerifiedException", $fault: "client" }, opts)) || this;
|
|
290
|
+
_this.name = "FromEmailAddressNotVerifiedException";
|
|
291
|
+
_this.$fault = "client";
|
|
292
|
+
Object.setPrototypeOf(_this, FromEmailAddressNotVerifiedException.prototype);
|
|
293
|
+
_this.FromEmailAddress = opts.FromEmailAddress;
|
|
294
|
+
return _this;
|
|
295
|
+
}
|
|
296
|
+
return FromEmailAddressNotVerifiedException;
|
|
297
|
+
}(__BaseException));
|
|
298
|
+
export { FromEmailAddressNotVerifiedException };
|
|
298
299
|
export var ReceiptFilterPolicy;
|
|
299
300
|
(function (ReceiptFilterPolicy) {
|
|
300
301
|
ReceiptFilterPolicy["Allow"] = "Allow";
|
|
@@ -314,71 +315,71 @@ export var TlsPolicy;
|
|
|
314
315
|
TlsPolicy["Optional"] = "Optional";
|
|
315
316
|
TlsPolicy["Require"] = "Require";
|
|
316
317
|
})(TlsPolicy || (TlsPolicy = {}));
|
|
317
|
-
|
|
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
|
-
}
|
|
318
|
+
var InvalidLambdaFunctionException = (function (_super) {
|
|
319
|
+
__extends(InvalidLambdaFunctionException, _super);
|
|
320
|
+
function InvalidLambdaFunctionException(opts) {
|
|
321
|
+
var _this = _super.call(this, __assign({ name: "InvalidLambdaFunctionException", $fault: "client" }, opts)) || this;
|
|
322
|
+
_this.name = "InvalidLambdaFunctionException";
|
|
323
|
+
_this.$fault = "client";
|
|
324
|
+
Object.setPrototypeOf(_this, InvalidLambdaFunctionException.prototype);
|
|
325
|
+
_this.FunctionArn = opts.FunctionArn;
|
|
326
|
+
return _this;
|
|
327
|
+
}
|
|
328
|
+
return InvalidLambdaFunctionException;
|
|
329
|
+
}(__BaseException));
|
|
330
|
+
export { InvalidLambdaFunctionException };
|
|
331
|
+
var InvalidS3ConfigurationException = (function (_super) {
|
|
332
|
+
__extends(InvalidS3ConfigurationException, _super);
|
|
333
|
+
function InvalidS3ConfigurationException(opts) {
|
|
334
|
+
var _this = _super.call(this, __assign({ name: "InvalidS3ConfigurationException", $fault: "client" }, opts)) || this;
|
|
335
|
+
_this.name = "InvalidS3ConfigurationException";
|
|
336
|
+
_this.$fault = "client";
|
|
337
|
+
Object.setPrototypeOf(_this, InvalidS3ConfigurationException.prototype);
|
|
338
|
+
_this.Bucket = opts.Bucket;
|
|
339
|
+
return _this;
|
|
340
|
+
}
|
|
341
|
+
return InvalidS3ConfigurationException;
|
|
342
|
+
}(__BaseException));
|
|
343
|
+
export { InvalidS3ConfigurationException };
|
|
344
|
+
var InvalidSnsTopicException = (function (_super) {
|
|
345
|
+
__extends(InvalidSnsTopicException, _super);
|
|
346
|
+
function InvalidSnsTopicException(opts) {
|
|
347
|
+
var _this = _super.call(this, __assign({ name: "InvalidSnsTopicException", $fault: "client" }, opts)) || this;
|
|
348
|
+
_this.name = "InvalidSnsTopicException";
|
|
349
|
+
_this.$fault = "client";
|
|
350
|
+
Object.setPrototypeOf(_this, InvalidSnsTopicException.prototype);
|
|
351
|
+
_this.Topic = opts.Topic;
|
|
352
|
+
return _this;
|
|
353
|
+
}
|
|
354
|
+
return InvalidSnsTopicException;
|
|
355
|
+
}(__BaseException));
|
|
356
|
+
export { InvalidSnsTopicException };
|
|
357
|
+
var RuleDoesNotExistException = (function (_super) {
|
|
358
|
+
__extends(RuleDoesNotExistException, _super);
|
|
359
|
+
function RuleDoesNotExistException(opts) {
|
|
360
|
+
var _this = _super.call(this, __assign({ name: "RuleDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
361
|
+
_this.name = "RuleDoesNotExistException";
|
|
362
|
+
_this.$fault = "client";
|
|
363
|
+
Object.setPrototypeOf(_this, RuleDoesNotExistException.prototype);
|
|
364
|
+
_this.Name = opts.Name;
|
|
365
|
+
return _this;
|
|
366
|
+
}
|
|
367
|
+
return RuleDoesNotExistException;
|
|
368
|
+
}(__BaseException));
|
|
369
|
+
export { RuleDoesNotExistException };
|
|
370
|
+
var InvalidTemplateException = (function (_super) {
|
|
371
|
+
__extends(InvalidTemplateException, _super);
|
|
372
|
+
function InvalidTemplateException(opts) {
|
|
373
|
+
var _this = _super.call(this, __assign({ name: "InvalidTemplateException", $fault: "client" }, opts)) || this;
|
|
374
|
+
_this.name = "InvalidTemplateException";
|
|
375
|
+
_this.$fault = "client";
|
|
376
|
+
Object.setPrototypeOf(_this, InvalidTemplateException.prototype);
|
|
377
|
+
_this.TemplateName = opts.TemplateName;
|
|
378
|
+
return _this;
|
|
379
|
+
}
|
|
380
|
+
return InvalidTemplateException;
|
|
381
|
+
}(__BaseException));
|
|
382
|
+
export { InvalidTemplateException };
|
|
382
383
|
export var CustomMailFromStatus;
|
|
383
384
|
(function (CustomMailFromStatus) {
|
|
384
385
|
CustomMailFromStatus["Failed"] = "Failed";
|
|
@@ -386,655 +387,313 @@ export var CustomMailFromStatus;
|
|
|
386
387
|
CustomMailFromStatus["Success"] = "Success";
|
|
387
388
|
CustomMailFromStatus["TemporaryFailure"] = "TemporaryFailure";
|
|
388
389
|
})(CustomMailFromStatus || (CustomMailFromStatus = {}));
|
|
389
|
-
|
|
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
|
-
export
|
|
529
|
-
|
|
530
|
-
});
|
|
531
|
-
export
|
|
532
|
-
|
|
533
|
-
});
|
|
534
|
-
export
|
|
535
|
-
|
|
536
|
-
});
|
|
537
|
-
export
|
|
538
|
-
|
|
539
|
-
});
|
|
540
|
-
export
|
|
541
|
-
|
|
542
|
-
});
|
|
543
|
-
export
|
|
544
|
-
|
|
545
|
-
});
|
|
546
|
-
export
|
|
547
|
-
|
|
548
|
-
});
|
|
549
|
-
export
|
|
550
|
-
|
|
551
|
-
});
|
|
552
|
-
export
|
|
553
|
-
|
|
554
|
-
});
|
|
555
|
-
export
|
|
556
|
-
|
|
557
|
-
});
|
|
558
|
-
export
|
|
559
|
-
|
|
560
|
-
});
|
|
561
|
-
export
|
|
562
|
-
|
|
563
|
-
});
|
|
564
|
-
export
|
|
565
|
-
|
|
566
|
-
});
|
|
567
|
-
export
|
|
568
|
-
|
|
569
|
-
});
|
|
570
|
-
export
|
|
571
|
-
|
|
572
|
-
});
|
|
573
|
-
export
|
|
574
|
-
|
|
575
|
-
});
|
|
576
|
-
export
|
|
577
|
-
|
|
578
|
-
});
|
|
579
|
-
export
|
|
580
|
-
|
|
581
|
-
});
|
|
582
|
-
export
|
|
583
|
-
|
|
584
|
-
});
|
|
585
|
-
export
|
|
586
|
-
|
|
587
|
-
});
|
|
588
|
-
export
|
|
589
|
-
|
|
590
|
-
});
|
|
591
|
-
export
|
|
592
|
-
|
|
593
|
-
});
|
|
594
|
-
export
|
|
595
|
-
|
|
596
|
-
});
|
|
597
|
-
export
|
|
598
|
-
|
|
599
|
-
});
|
|
600
|
-
export
|
|
601
|
-
|
|
602
|
-
});
|
|
603
|
-
export
|
|
604
|
-
|
|
605
|
-
});
|
|
606
|
-
export
|
|
607
|
-
|
|
608
|
-
});
|
|
609
|
-
export
|
|
610
|
-
|
|
611
|
-
});
|
|
612
|
-
export
|
|
613
|
-
|
|
614
|
-
});
|
|
615
|
-
export
|
|
616
|
-
|
|
617
|
-
});
|
|
618
|
-
export
|
|
619
|
-
|
|
620
|
-
});
|
|
621
|
-
export
|
|
622
|
-
|
|
623
|
-
});
|
|
624
|
-
export
|
|
625
|
-
|
|
626
|
-
});
|
|
627
|
-
export
|
|
628
|
-
|
|
629
|
-
});
|
|
630
|
-
export
|
|
631
|
-
|
|
632
|
-
});
|
|
633
|
-
export
|
|
634
|
-
|
|
635
|
-
});
|
|
636
|
-
export
|
|
637
|
-
|
|
638
|
-
});
|
|
639
|
-
export
|
|
640
|
-
|
|
641
|
-
});
|
|
642
|
-
export
|
|
643
|
-
|
|
644
|
-
});
|
|
645
|
-
export
|
|
646
|
-
|
|
647
|
-
});
|
|
648
|
-
export
|
|
649
|
-
|
|
650
|
-
});
|
|
651
|
-
export
|
|
652
|
-
|
|
653
|
-
});
|
|
654
|
-
export
|
|
655
|
-
|
|
656
|
-
});
|
|
657
|
-
export
|
|
658
|
-
|
|
659
|
-
});
|
|
660
|
-
export
|
|
661
|
-
|
|
662
|
-
});
|
|
663
|
-
export
|
|
664
|
-
|
|
665
|
-
});
|
|
666
|
-
export
|
|
667
|
-
|
|
668
|
-
});
|
|
669
|
-
export
|
|
670
|
-
|
|
671
|
-
});
|
|
672
|
-
export
|
|
673
|
-
|
|
674
|
-
});
|
|
675
|
-
export
|
|
676
|
-
|
|
677
|
-
});
|
|
678
|
-
export
|
|
679
|
-
|
|
680
|
-
});
|
|
681
|
-
export
|
|
682
|
-
|
|
683
|
-
});
|
|
684
|
-
export
|
|
685
|
-
|
|
686
|
-
});
|
|
687
|
-
export
|
|
688
|
-
|
|
689
|
-
});
|
|
690
|
-
export
|
|
691
|
-
|
|
692
|
-
});
|
|
693
|
-
export
|
|
694
|
-
|
|
695
|
-
});
|
|
696
|
-
export
|
|
697
|
-
|
|
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
|
-
});
|
|
390
|
+
var CustomVerificationEmailTemplateDoesNotExistException = (function (_super) {
|
|
391
|
+
__extends(CustomVerificationEmailTemplateDoesNotExistException, _super);
|
|
392
|
+
function CustomVerificationEmailTemplateDoesNotExistException(opts) {
|
|
393
|
+
var _this = _super.call(this, __assign({ name: "CustomVerificationEmailTemplateDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
394
|
+
_this.name = "CustomVerificationEmailTemplateDoesNotExistException";
|
|
395
|
+
_this.$fault = "client";
|
|
396
|
+
Object.setPrototypeOf(_this, CustomVerificationEmailTemplateDoesNotExistException.prototype);
|
|
397
|
+
_this.CustomVerificationEmailTemplateName = opts.CustomVerificationEmailTemplateName;
|
|
398
|
+
return _this;
|
|
399
|
+
}
|
|
400
|
+
return CustomVerificationEmailTemplateDoesNotExistException;
|
|
401
|
+
}(__BaseException));
|
|
402
|
+
export { CustomVerificationEmailTemplateDoesNotExistException };
|
|
403
|
+
var EventDestinationDoesNotExistException = (function (_super) {
|
|
404
|
+
__extends(EventDestinationDoesNotExistException, _super);
|
|
405
|
+
function EventDestinationDoesNotExistException(opts) {
|
|
406
|
+
var _this = _super.call(this, __assign({ name: "EventDestinationDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
407
|
+
_this.name = "EventDestinationDoesNotExistException";
|
|
408
|
+
_this.$fault = "client";
|
|
409
|
+
Object.setPrototypeOf(_this, EventDestinationDoesNotExistException.prototype);
|
|
410
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
411
|
+
_this.EventDestinationName = opts.EventDestinationName;
|
|
412
|
+
return _this;
|
|
413
|
+
}
|
|
414
|
+
return EventDestinationDoesNotExistException;
|
|
415
|
+
}(__BaseException));
|
|
416
|
+
export { EventDestinationDoesNotExistException };
|
|
417
|
+
var TrackingOptionsDoesNotExistException = (function (_super) {
|
|
418
|
+
__extends(TrackingOptionsDoesNotExistException, _super);
|
|
419
|
+
function TrackingOptionsDoesNotExistException(opts) {
|
|
420
|
+
var _this = _super.call(this, __assign({ name: "TrackingOptionsDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
421
|
+
_this.name = "TrackingOptionsDoesNotExistException";
|
|
422
|
+
_this.$fault = "client";
|
|
423
|
+
Object.setPrototypeOf(_this, TrackingOptionsDoesNotExistException.prototype);
|
|
424
|
+
_this.ConfigurationSetName = opts.ConfigurationSetName;
|
|
425
|
+
return _this;
|
|
426
|
+
}
|
|
427
|
+
return TrackingOptionsDoesNotExistException;
|
|
428
|
+
}(__BaseException));
|
|
429
|
+
export { TrackingOptionsDoesNotExistException };
|
|
430
|
+
var TemplateDoesNotExistException = (function (_super) {
|
|
431
|
+
__extends(TemplateDoesNotExistException, _super);
|
|
432
|
+
function TemplateDoesNotExistException(opts) {
|
|
433
|
+
var _this = _super.call(this, __assign({ name: "TemplateDoesNotExistException", $fault: "client" }, opts)) || this;
|
|
434
|
+
_this.name = "TemplateDoesNotExistException";
|
|
435
|
+
_this.$fault = "client";
|
|
436
|
+
Object.setPrototypeOf(_this, TemplateDoesNotExistException.prototype);
|
|
437
|
+
_this.TemplateName = opts.TemplateName;
|
|
438
|
+
return _this;
|
|
439
|
+
}
|
|
440
|
+
return TemplateDoesNotExistException;
|
|
441
|
+
}(__BaseException));
|
|
442
|
+
export { TemplateDoesNotExistException };
|
|
443
|
+
var InvalidDeliveryOptionsException = (function (_super) {
|
|
444
|
+
__extends(InvalidDeliveryOptionsException, _super);
|
|
445
|
+
function InvalidDeliveryOptionsException(opts) {
|
|
446
|
+
var _this = _super.call(this, __assign({ name: "InvalidDeliveryOptionsException", $fault: "client" }, opts)) || this;
|
|
447
|
+
_this.name = "InvalidDeliveryOptionsException";
|
|
448
|
+
_this.$fault = "client";
|
|
449
|
+
Object.setPrototypeOf(_this, InvalidDeliveryOptionsException.prototype);
|
|
450
|
+
return _this;
|
|
451
|
+
}
|
|
452
|
+
return InvalidDeliveryOptionsException;
|
|
453
|
+
}(__BaseException));
|
|
454
|
+
export { InvalidDeliveryOptionsException };
|
|
455
|
+
var InvalidPolicyException = (function (_super) {
|
|
456
|
+
__extends(InvalidPolicyException, _super);
|
|
457
|
+
function InvalidPolicyException(opts) {
|
|
458
|
+
var _this = _super.call(this, __assign({ name: "InvalidPolicyException", $fault: "client" }, opts)) || this;
|
|
459
|
+
_this.name = "InvalidPolicyException";
|
|
460
|
+
_this.$fault = "client";
|
|
461
|
+
Object.setPrototypeOf(_this, InvalidPolicyException.prototype);
|
|
462
|
+
return _this;
|
|
463
|
+
}
|
|
464
|
+
return InvalidPolicyException;
|
|
465
|
+
}(__BaseException));
|
|
466
|
+
export { InvalidPolicyException };
|
|
467
|
+
var InvalidRenderingParameterException = (function (_super) {
|
|
468
|
+
__extends(InvalidRenderingParameterException, _super);
|
|
469
|
+
function InvalidRenderingParameterException(opts) {
|
|
470
|
+
var _this = _super.call(this, __assign({ name: "InvalidRenderingParameterException", $fault: "client" }, opts)) || this;
|
|
471
|
+
_this.name = "InvalidRenderingParameterException";
|
|
472
|
+
_this.$fault = "client";
|
|
473
|
+
Object.setPrototypeOf(_this, InvalidRenderingParameterException.prototype);
|
|
474
|
+
_this.TemplateName = opts.TemplateName;
|
|
475
|
+
return _this;
|
|
476
|
+
}
|
|
477
|
+
return InvalidRenderingParameterException;
|
|
478
|
+
}(__BaseException));
|
|
479
|
+
export { InvalidRenderingParameterException };
|
|
480
|
+
var MailFromDomainNotVerifiedException = (function (_super) {
|
|
481
|
+
__extends(MailFromDomainNotVerifiedException, _super);
|
|
482
|
+
function MailFromDomainNotVerifiedException(opts) {
|
|
483
|
+
var _this = _super.call(this, __assign({ name: "MailFromDomainNotVerifiedException", $fault: "client" }, opts)) || this;
|
|
484
|
+
_this.name = "MailFromDomainNotVerifiedException";
|
|
485
|
+
_this.$fault = "client";
|
|
486
|
+
Object.setPrototypeOf(_this, MailFromDomainNotVerifiedException.prototype);
|
|
487
|
+
return _this;
|
|
488
|
+
}
|
|
489
|
+
return MailFromDomainNotVerifiedException;
|
|
490
|
+
}(__BaseException));
|
|
491
|
+
export { MailFromDomainNotVerifiedException };
|
|
492
|
+
var MessageRejected = (function (_super) {
|
|
493
|
+
__extends(MessageRejected, _super);
|
|
494
|
+
function MessageRejected(opts) {
|
|
495
|
+
var _this = _super.call(this, __assign({ name: "MessageRejected", $fault: "client" }, opts)) || this;
|
|
496
|
+
_this.name = "MessageRejected";
|
|
497
|
+
_this.$fault = "client";
|
|
498
|
+
Object.setPrototypeOf(_this, MessageRejected.prototype);
|
|
499
|
+
return _this;
|
|
500
|
+
}
|
|
501
|
+
return MessageRejected;
|
|
502
|
+
}(__BaseException));
|
|
503
|
+
export { MessageRejected };
|
|
504
|
+
var MissingRenderingAttributeException = (function (_super) {
|
|
505
|
+
__extends(MissingRenderingAttributeException, _super);
|
|
506
|
+
function MissingRenderingAttributeException(opts) {
|
|
507
|
+
var _this = _super.call(this, __assign({ name: "MissingRenderingAttributeException", $fault: "client" }, opts)) || this;
|
|
508
|
+
_this.name = "MissingRenderingAttributeException";
|
|
509
|
+
_this.$fault = "client";
|
|
510
|
+
Object.setPrototypeOf(_this, MissingRenderingAttributeException.prototype);
|
|
511
|
+
_this.TemplateName = opts.TemplateName;
|
|
512
|
+
return _this;
|
|
513
|
+
}
|
|
514
|
+
return MissingRenderingAttributeException;
|
|
515
|
+
}(__BaseException));
|
|
516
|
+
export { MissingRenderingAttributeException };
|
|
517
|
+
var ProductionAccessNotGrantedException = (function (_super) {
|
|
518
|
+
__extends(ProductionAccessNotGrantedException, _super);
|
|
519
|
+
function ProductionAccessNotGrantedException(opts) {
|
|
520
|
+
var _this = _super.call(this, __assign({ name: "ProductionAccessNotGrantedException", $fault: "client" }, opts)) || this;
|
|
521
|
+
_this.name = "ProductionAccessNotGrantedException";
|
|
522
|
+
_this.$fault = "client";
|
|
523
|
+
Object.setPrototypeOf(_this, ProductionAccessNotGrantedException.prototype);
|
|
524
|
+
return _this;
|
|
525
|
+
}
|
|
526
|
+
return ProductionAccessNotGrantedException;
|
|
527
|
+
}(__BaseException));
|
|
528
|
+
export { ProductionAccessNotGrantedException };
|
|
529
|
+
export var AddHeaderActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
530
|
+
export var ContentFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
531
|
+
export var BodyFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
532
|
+
export var BounceActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
533
|
+
export var ExtensionFieldFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
534
|
+
export var RecipientDsnFieldsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
535
|
+
export var BouncedRecipientInfoFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
536
|
+
export var DestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
537
|
+
export var MessageTagFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
538
|
+
export var BulkEmailDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
539
|
+
export var BulkEmailDestinationStatusFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
540
|
+
export var CloneReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
541
|
+
export var CloneReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
542
|
+
export var CloudWatchDimensionConfigurationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
543
|
+
export var CloudWatchDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
544
|
+
export var ConfigurationSetFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
545
|
+
export var CreateConfigurationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
546
|
+
export var CreateConfigurationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
547
|
+
export var KinesisFirehoseDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
548
|
+
export var SNSDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
549
|
+
export var EventDestinationFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
550
|
+
export var CreateConfigurationSetEventDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
551
|
+
export var CreateConfigurationSetEventDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
552
|
+
export var TrackingOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
553
|
+
export var CreateConfigurationSetTrackingOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
554
|
+
export var CreateConfigurationSetTrackingOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
555
|
+
export var CreateCustomVerificationEmailTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
556
|
+
export var ReceiptIpFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
557
|
+
export var ReceiptFilterFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
558
|
+
export var CreateReceiptFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
559
|
+
export var CreateReceiptFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
560
|
+
export var LambdaActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
561
|
+
export var S3ActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
562
|
+
export var SNSActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
563
|
+
export var StopActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
564
|
+
export var WorkmailActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
565
|
+
export var ReceiptActionFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
566
|
+
export var ReceiptRuleFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
567
|
+
export var CreateReceiptRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
568
|
+
export var CreateReceiptRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
569
|
+
export var CreateReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
570
|
+
export var CreateReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
571
|
+
export var TemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
572
|
+
export var CreateTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
573
|
+
export var CreateTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
574
|
+
export var CustomVerificationEmailTemplateFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
575
|
+
export var DeleteConfigurationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
576
|
+
export var DeleteConfigurationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
577
|
+
export var DeleteConfigurationSetEventDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
578
|
+
export var DeleteConfigurationSetEventDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
579
|
+
export var DeleteConfigurationSetTrackingOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
580
|
+
export var DeleteConfigurationSetTrackingOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
581
|
+
export var DeleteCustomVerificationEmailTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
582
|
+
export var DeleteIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
583
|
+
export var DeleteIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
584
|
+
export var DeleteIdentityPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
585
|
+
export var DeleteIdentityPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
586
|
+
export var DeleteReceiptFilterRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
587
|
+
export var DeleteReceiptFilterResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
588
|
+
export var DeleteReceiptRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
589
|
+
export var DeleteReceiptRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
590
|
+
export var DeleteReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
591
|
+
export var DeleteReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
592
|
+
export var DeleteTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
593
|
+
export var DeleteTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
594
|
+
export var DeleteVerifiedEmailAddressRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
595
|
+
export var DeliveryOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
596
|
+
export var DescribeActiveReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
597
|
+
export var ReceiptRuleSetMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
598
|
+
export var DescribeActiveReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
599
|
+
export var DescribeConfigurationSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
600
|
+
export var ReputationOptionsFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
601
|
+
export var DescribeConfigurationSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
602
|
+
export var DescribeReceiptRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
603
|
+
export var DescribeReceiptRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
604
|
+
export var DescribeReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
605
|
+
export var DescribeReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
606
|
+
export var IdentityDkimAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
607
|
+
export var GetAccountSendingEnabledResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
608
|
+
export var GetCustomVerificationEmailTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
609
|
+
export var GetCustomVerificationEmailTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
610
|
+
export var GetIdentityDkimAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
611
|
+
export var GetIdentityDkimAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
612
|
+
export var GetIdentityMailFromDomainAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
613
|
+
export var IdentityMailFromDomainAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
614
|
+
export var GetIdentityMailFromDomainAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
615
|
+
export var GetIdentityNotificationAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
616
|
+
export var IdentityNotificationAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
617
|
+
export var GetIdentityNotificationAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
618
|
+
export var GetIdentityPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
619
|
+
export var GetIdentityPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
620
|
+
export var GetIdentityVerificationAttributesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
621
|
+
export var IdentityVerificationAttributesFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
622
|
+
export var GetIdentityVerificationAttributesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
623
|
+
export var GetSendQuotaResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
624
|
+
export var SendDataPointFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
625
|
+
export var GetSendStatisticsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
626
|
+
export var GetTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
627
|
+
export var GetTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
628
|
+
export var ListConfigurationSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
629
|
+
export var ListConfigurationSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
630
|
+
export var ListCustomVerificationEmailTemplatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
631
|
+
export var ListCustomVerificationEmailTemplatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
632
|
+
export var ListIdentitiesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
633
|
+
export var ListIdentitiesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
634
|
+
export var ListIdentityPoliciesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
635
|
+
export var ListIdentityPoliciesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
636
|
+
export var ListReceiptFiltersRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
637
|
+
export var ListReceiptFiltersResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
638
|
+
export var ListReceiptRuleSetsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
639
|
+
export var ListReceiptRuleSetsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
640
|
+
export var ListTemplatesRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
641
|
+
export var TemplateMetadataFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
642
|
+
export var ListTemplatesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
643
|
+
export var ListVerifiedEmailAddressesResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
644
|
+
export var MessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
645
|
+
export var MessageDsnFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
646
|
+
export var PutConfigurationSetDeliveryOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
647
|
+
export var PutConfigurationSetDeliveryOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
648
|
+
export var PutIdentityPolicyRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
649
|
+
export var PutIdentityPolicyResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
650
|
+
export var RawMessageFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
651
|
+
export var ReorderReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
652
|
+
export var ReorderReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
653
|
+
export var SendBounceRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
654
|
+
export var SendBounceResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
655
|
+
export var SendBulkTemplatedEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
656
|
+
export var SendBulkTemplatedEmailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
657
|
+
export var SendCustomVerificationEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
658
|
+
export var SendCustomVerificationEmailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
659
|
+
export var SendEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
660
|
+
export var SendEmailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
661
|
+
export var SendRawEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
662
|
+
export var SendRawEmailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
663
|
+
export var SendTemplatedEmailRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
664
|
+
export var SendTemplatedEmailResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
665
|
+
export var SetActiveReceiptRuleSetRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
666
|
+
export var SetActiveReceiptRuleSetResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
667
|
+
export var SetIdentityDkimEnabledRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
668
|
+
export var SetIdentityDkimEnabledResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
669
|
+
export var SetIdentityFeedbackForwardingEnabledRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
670
|
+
export var SetIdentityFeedbackForwardingEnabledResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
671
|
+
export var SetIdentityHeadersInNotificationsEnabledRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
672
|
+
export var SetIdentityHeadersInNotificationsEnabledResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
673
|
+
export var SetIdentityMailFromDomainRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
674
|
+
export var SetIdentityMailFromDomainResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
675
|
+
export var SetIdentityNotificationTopicRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
676
|
+
export var SetIdentityNotificationTopicResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
677
|
+
export var SetReceiptRulePositionRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
678
|
+
export var SetReceiptRulePositionResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
679
|
+
export var TestRenderTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
680
|
+
export var TestRenderTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
681
|
+
export var UpdateAccountSendingEnabledRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
682
|
+
export var UpdateConfigurationSetEventDestinationRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
683
|
+
export var UpdateConfigurationSetEventDestinationResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
684
|
+
export var UpdateConfigurationSetReputationMetricsEnabledRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
685
|
+
export var UpdateConfigurationSetSendingEnabledRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
686
|
+
export var UpdateConfigurationSetTrackingOptionsRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
687
|
+
export var UpdateConfigurationSetTrackingOptionsResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
688
|
+
export var UpdateCustomVerificationEmailTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
689
|
+
export var UpdateReceiptRuleRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
690
|
+
export var UpdateReceiptRuleResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
691
|
+
export var UpdateTemplateRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
692
|
+
export var UpdateTemplateResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
693
|
+
export var VerifyDomainDkimRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
694
|
+
export var VerifyDomainDkimResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
695
|
+
export var VerifyDomainIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
696
|
+
export var VerifyDomainIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
697
|
+
export var VerifyEmailAddressRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
698
|
+
export var VerifyEmailIdentityRequestFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|
|
699
|
+
export var VerifyEmailIdentityResponseFilterSensitiveLog = function (obj) { return (__assign({}, obj)); };
|