@aws-sdk/client-ses 3.476.0 → 3.477.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.
@@ -13,8 +13,8 @@ const se_CloneReceiptRuleSetCommand = async (input, context) => {
13
13
  let body;
14
14
  body = buildFormUrlencodedString({
15
15
  ...se_CloneReceiptRuleSetRequest(input, context),
16
- Action: "CloneReceiptRuleSet",
17
- Version: "2010-12-01",
16
+ [_A]: _CRRS,
17
+ [_V]: _,
18
18
  });
19
19
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
20
20
  };
@@ -24,8 +24,8 @@ const se_CreateConfigurationSetCommand = async (input, context) => {
24
24
  let body;
25
25
  body = buildFormUrlencodedString({
26
26
  ...se_CreateConfigurationSetRequest(input, context),
27
- Action: "CreateConfigurationSet",
28
- Version: "2010-12-01",
27
+ [_A]: _CCS,
28
+ [_V]: _,
29
29
  });
30
30
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
31
31
  };
@@ -35,8 +35,8 @@ const se_CreateConfigurationSetEventDestinationCommand = async (input, context)
35
35
  let body;
36
36
  body = buildFormUrlencodedString({
37
37
  ...se_CreateConfigurationSetEventDestinationRequest(input, context),
38
- Action: "CreateConfigurationSetEventDestination",
39
- Version: "2010-12-01",
38
+ [_A]: _CCSED,
39
+ [_V]: _,
40
40
  });
41
41
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
42
42
  };
@@ -46,8 +46,8 @@ const se_CreateConfigurationSetTrackingOptionsCommand = async (input, context) =
46
46
  let body;
47
47
  body = buildFormUrlencodedString({
48
48
  ...se_CreateConfigurationSetTrackingOptionsRequest(input, context),
49
- Action: "CreateConfigurationSetTrackingOptions",
50
- Version: "2010-12-01",
49
+ [_A]: _CCSTO,
50
+ [_V]: _,
51
51
  });
52
52
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
53
53
  };
@@ -57,8 +57,8 @@ const se_CreateCustomVerificationEmailTemplateCommand = async (input, context) =
57
57
  let body;
58
58
  body = buildFormUrlencodedString({
59
59
  ...se_CreateCustomVerificationEmailTemplateRequest(input, context),
60
- Action: "CreateCustomVerificationEmailTemplate",
61
- Version: "2010-12-01",
60
+ [_A]: _CCVET,
61
+ [_V]: _,
62
62
  });
63
63
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
64
64
  };
@@ -68,8 +68,8 @@ const se_CreateReceiptFilterCommand = async (input, context) => {
68
68
  let body;
69
69
  body = buildFormUrlencodedString({
70
70
  ...se_CreateReceiptFilterRequest(input, context),
71
- Action: "CreateReceiptFilter",
72
- Version: "2010-12-01",
71
+ [_A]: _CRF,
72
+ [_V]: _,
73
73
  });
74
74
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
75
75
  };
@@ -79,8 +79,8 @@ const se_CreateReceiptRuleCommand = async (input, context) => {
79
79
  let body;
80
80
  body = buildFormUrlencodedString({
81
81
  ...se_CreateReceiptRuleRequest(input, context),
82
- Action: "CreateReceiptRule",
83
- Version: "2010-12-01",
82
+ [_A]: _CRR,
83
+ [_V]: _,
84
84
  });
85
85
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
86
86
  };
@@ -90,8 +90,8 @@ const se_CreateReceiptRuleSetCommand = async (input, context) => {
90
90
  let body;
91
91
  body = buildFormUrlencodedString({
92
92
  ...se_CreateReceiptRuleSetRequest(input, context),
93
- Action: "CreateReceiptRuleSet",
94
- Version: "2010-12-01",
93
+ [_A]: _CRRSr,
94
+ [_V]: _,
95
95
  });
96
96
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
97
97
  };
@@ -101,8 +101,8 @@ const se_CreateTemplateCommand = async (input, context) => {
101
101
  let body;
102
102
  body = buildFormUrlencodedString({
103
103
  ...se_CreateTemplateRequest(input, context),
104
- Action: "CreateTemplate",
105
- Version: "2010-12-01",
104
+ [_A]: _CT,
105
+ [_V]: _,
106
106
  });
107
107
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
108
108
  };
@@ -112,8 +112,8 @@ const se_DeleteConfigurationSetCommand = async (input, context) => {
112
112
  let body;
113
113
  body = buildFormUrlencodedString({
114
114
  ...se_DeleteConfigurationSetRequest(input, context),
115
- Action: "DeleteConfigurationSet",
116
- Version: "2010-12-01",
115
+ [_A]: _DCS,
116
+ [_V]: _,
117
117
  });
118
118
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
119
119
  };
@@ -123,8 +123,8 @@ const se_DeleteConfigurationSetEventDestinationCommand = async (input, context)
123
123
  let body;
124
124
  body = buildFormUrlencodedString({
125
125
  ...se_DeleteConfigurationSetEventDestinationRequest(input, context),
126
- Action: "DeleteConfigurationSetEventDestination",
127
- Version: "2010-12-01",
126
+ [_A]: _DCSED,
127
+ [_V]: _,
128
128
  });
129
129
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
130
130
  };
@@ -134,8 +134,8 @@ const se_DeleteConfigurationSetTrackingOptionsCommand = async (input, context) =
134
134
  let body;
135
135
  body = buildFormUrlencodedString({
136
136
  ...se_DeleteConfigurationSetTrackingOptionsRequest(input, context),
137
- Action: "DeleteConfigurationSetTrackingOptions",
138
- Version: "2010-12-01",
137
+ [_A]: _DCSTO,
138
+ [_V]: _,
139
139
  });
140
140
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
141
141
  };
@@ -145,8 +145,8 @@ const se_DeleteCustomVerificationEmailTemplateCommand = async (input, context) =
145
145
  let body;
146
146
  body = buildFormUrlencodedString({
147
147
  ...se_DeleteCustomVerificationEmailTemplateRequest(input, context),
148
- Action: "DeleteCustomVerificationEmailTemplate",
149
- Version: "2010-12-01",
148
+ [_A]: _DCVET,
149
+ [_V]: _,
150
150
  });
151
151
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
152
152
  };
@@ -156,8 +156,8 @@ const se_DeleteIdentityCommand = async (input, context) => {
156
156
  let body;
157
157
  body = buildFormUrlencodedString({
158
158
  ...se_DeleteIdentityRequest(input, context),
159
- Action: "DeleteIdentity",
160
- Version: "2010-12-01",
159
+ [_A]: _DI,
160
+ [_V]: _,
161
161
  });
162
162
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
163
163
  };
@@ -167,8 +167,8 @@ const se_DeleteIdentityPolicyCommand = async (input, context) => {
167
167
  let body;
168
168
  body = buildFormUrlencodedString({
169
169
  ...se_DeleteIdentityPolicyRequest(input, context),
170
- Action: "DeleteIdentityPolicy",
171
- Version: "2010-12-01",
170
+ [_A]: _DIP,
171
+ [_V]: _,
172
172
  });
173
173
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
174
174
  };
@@ -178,8 +178,8 @@ const se_DeleteReceiptFilterCommand = async (input, context) => {
178
178
  let body;
179
179
  body = buildFormUrlencodedString({
180
180
  ...se_DeleteReceiptFilterRequest(input, context),
181
- Action: "DeleteReceiptFilter",
182
- Version: "2010-12-01",
181
+ [_A]: _DRF,
182
+ [_V]: _,
183
183
  });
184
184
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
185
185
  };
@@ -189,8 +189,8 @@ const se_DeleteReceiptRuleCommand = async (input, context) => {
189
189
  let body;
190
190
  body = buildFormUrlencodedString({
191
191
  ...se_DeleteReceiptRuleRequest(input, context),
192
- Action: "DeleteReceiptRule",
193
- Version: "2010-12-01",
192
+ [_A]: _DRR,
193
+ [_V]: _,
194
194
  });
195
195
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
196
196
  };
@@ -200,8 +200,8 @@ const se_DeleteReceiptRuleSetCommand = async (input, context) => {
200
200
  let body;
201
201
  body = buildFormUrlencodedString({
202
202
  ...se_DeleteReceiptRuleSetRequest(input, context),
203
- Action: "DeleteReceiptRuleSet",
204
- Version: "2010-12-01",
203
+ [_A]: _DRRS,
204
+ [_V]: _,
205
205
  });
206
206
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
207
207
  };
@@ -211,8 +211,8 @@ const se_DeleteTemplateCommand = async (input, context) => {
211
211
  let body;
212
212
  body = buildFormUrlencodedString({
213
213
  ...se_DeleteTemplateRequest(input, context),
214
- Action: "DeleteTemplate",
215
- Version: "2010-12-01",
214
+ [_A]: _DT,
215
+ [_V]: _,
216
216
  });
217
217
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
218
218
  };
@@ -222,8 +222,8 @@ const se_DeleteVerifiedEmailAddressCommand = async (input, context) => {
222
222
  let body;
223
223
  body = buildFormUrlencodedString({
224
224
  ...se_DeleteVerifiedEmailAddressRequest(input, context),
225
- Action: "DeleteVerifiedEmailAddress",
226
- Version: "2010-12-01",
225
+ [_A]: _DVEA,
226
+ [_V]: _,
227
227
  });
228
228
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
229
229
  };
@@ -233,8 +233,8 @@ const se_DescribeActiveReceiptRuleSetCommand = async (input, context) => {
233
233
  let body;
234
234
  body = buildFormUrlencodedString({
235
235
  ...se_DescribeActiveReceiptRuleSetRequest(input, context),
236
- Action: "DescribeActiveReceiptRuleSet",
237
- Version: "2010-12-01",
236
+ [_A]: _DARRS,
237
+ [_V]: _,
238
238
  });
239
239
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
240
240
  };
@@ -244,8 +244,8 @@ const se_DescribeConfigurationSetCommand = async (input, context) => {
244
244
  let body;
245
245
  body = buildFormUrlencodedString({
246
246
  ...se_DescribeConfigurationSetRequest(input, context),
247
- Action: "DescribeConfigurationSet",
248
- Version: "2010-12-01",
247
+ [_A]: _DCSe,
248
+ [_V]: _,
249
249
  });
250
250
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
251
251
  };
@@ -255,8 +255,8 @@ const se_DescribeReceiptRuleCommand = async (input, context) => {
255
255
  let body;
256
256
  body = buildFormUrlencodedString({
257
257
  ...se_DescribeReceiptRuleRequest(input, context),
258
- Action: "DescribeReceiptRule",
259
- Version: "2010-12-01",
258
+ [_A]: _DRRe,
259
+ [_V]: _,
260
260
  });
261
261
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
262
262
  };
@@ -266,8 +266,8 @@ const se_DescribeReceiptRuleSetCommand = async (input, context) => {
266
266
  let body;
267
267
  body = buildFormUrlencodedString({
268
268
  ...se_DescribeReceiptRuleSetRequest(input, context),
269
- Action: "DescribeReceiptRuleSet",
270
- Version: "2010-12-01",
269
+ [_A]: _DRRSe,
270
+ [_V]: _,
271
271
  });
272
272
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
273
273
  };
@@ -275,8 +275,8 @@ exports.se_DescribeReceiptRuleSetCommand = se_DescribeReceiptRuleSetCommand;
275
275
  const se_GetAccountSendingEnabledCommand = async (input, context) => {
276
276
  const headers = SHARED_HEADERS;
277
277
  const body = buildFormUrlencodedString({
278
- Action: "GetAccountSendingEnabled",
279
- Version: "2010-12-01",
278
+ [_A]: _GASE,
279
+ [_V]: _,
280
280
  });
281
281
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
282
282
  };
@@ -286,8 +286,8 @@ const se_GetCustomVerificationEmailTemplateCommand = async (input, context) => {
286
286
  let body;
287
287
  body = buildFormUrlencodedString({
288
288
  ...se_GetCustomVerificationEmailTemplateRequest(input, context),
289
- Action: "GetCustomVerificationEmailTemplate",
290
- Version: "2010-12-01",
289
+ [_A]: _GCVET,
290
+ [_V]: _,
291
291
  });
292
292
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
293
293
  };
@@ -297,8 +297,8 @@ const se_GetIdentityDkimAttributesCommand = async (input, context) => {
297
297
  let body;
298
298
  body = buildFormUrlencodedString({
299
299
  ...se_GetIdentityDkimAttributesRequest(input, context),
300
- Action: "GetIdentityDkimAttributes",
301
- Version: "2010-12-01",
300
+ [_A]: _GIDA,
301
+ [_V]: _,
302
302
  });
303
303
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
304
304
  };
@@ -308,8 +308,8 @@ const se_GetIdentityMailFromDomainAttributesCommand = async (input, context) =>
308
308
  let body;
309
309
  body = buildFormUrlencodedString({
310
310
  ...se_GetIdentityMailFromDomainAttributesRequest(input, context),
311
- Action: "GetIdentityMailFromDomainAttributes",
312
- Version: "2010-12-01",
311
+ [_A]: _GIMFDA,
312
+ [_V]: _,
313
313
  });
314
314
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
315
315
  };
@@ -319,8 +319,8 @@ const se_GetIdentityNotificationAttributesCommand = async (input, context) => {
319
319
  let body;
320
320
  body = buildFormUrlencodedString({
321
321
  ...se_GetIdentityNotificationAttributesRequest(input, context),
322
- Action: "GetIdentityNotificationAttributes",
323
- Version: "2010-12-01",
322
+ [_A]: _GINA,
323
+ [_V]: _,
324
324
  });
325
325
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
326
326
  };
@@ -330,8 +330,8 @@ const se_GetIdentityPoliciesCommand = async (input, context) => {
330
330
  let body;
331
331
  body = buildFormUrlencodedString({
332
332
  ...se_GetIdentityPoliciesRequest(input, context),
333
- Action: "GetIdentityPolicies",
334
- Version: "2010-12-01",
333
+ [_A]: _GIP,
334
+ [_V]: _,
335
335
  });
336
336
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
337
337
  };
@@ -341,8 +341,8 @@ const se_GetIdentityVerificationAttributesCommand = async (input, context) => {
341
341
  let body;
342
342
  body = buildFormUrlencodedString({
343
343
  ...se_GetIdentityVerificationAttributesRequest(input, context),
344
- Action: "GetIdentityVerificationAttributes",
345
- Version: "2010-12-01",
344
+ [_A]: _GIVA,
345
+ [_V]: _,
346
346
  });
347
347
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
348
348
  };
@@ -350,8 +350,8 @@ exports.se_GetIdentityVerificationAttributesCommand = se_GetIdentityVerification
350
350
  const se_GetSendQuotaCommand = async (input, context) => {
351
351
  const headers = SHARED_HEADERS;
352
352
  const body = buildFormUrlencodedString({
353
- Action: "GetSendQuota",
354
- Version: "2010-12-01",
353
+ [_A]: _GSQ,
354
+ [_V]: _,
355
355
  });
356
356
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
357
357
  };
@@ -359,8 +359,8 @@ exports.se_GetSendQuotaCommand = se_GetSendQuotaCommand;
359
359
  const se_GetSendStatisticsCommand = async (input, context) => {
360
360
  const headers = SHARED_HEADERS;
361
361
  const body = buildFormUrlencodedString({
362
- Action: "GetSendStatistics",
363
- Version: "2010-12-01",
362
+ [_A]: _GSS,
363
+ [_V]: _,
364
364
  });
365
365
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
366
366
  };
@@ -370,8 +370,8 @@ const se_GetTemplateCommand = async (input, context) => {
370
370
  let body;
371
371
  body = buildFormUrlencodedString({
372
372
  ...se_GetTemplateRequest(input, context),
373
- Action: "GetTemplate",
374
- Version: "2010-12-01",
373
+ [_A]: _GT,
374
+ [_V]: _,
375
375
  });
376
376
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
377
377
  };
@@ -381,8 +381,8 @@ const se_ListConfigurationSetsCommand = async (input, context) => {
381
381
  let body;
382
382
  body = buildFormUrlencodedString({
383
383
  ...se_ListConfigurationSetsRequest(input, context),
384
- Action: "ListConfigurationSets",
385
- Version: "2010-12-01",
384
+ [_A]: _LCS,
385
+ [_V]: _,
386
386
  });
387
387
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
388
388
  };
@@ -392,8 +392,8 @@ const se_ListCustomVerificationEmailTemplatesCommand = async (input, context) =>
392
392
  let body;
393
393
  body = buildFormUrlencodedString({
394
394
  ...se_ListCustomVerificationEmailTemplatesRequest(input, context),
395
- Action: "ListCustomVerificationEmailTemplates",
396
- Version: "2010-12-01",
395
+ [_A]: _LCVET,
396
+ [_V]: _,
397
397
  });
398
398
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
399
399
  };
@@ -403,8 +403,8 @@ const se_ListIdentitiesCommand = async (input, context) => {
403
403
  let body;
404
404
  body = buildFormUrlencodedString({
405
405
  ...se_ListIdentitiesRequest(input, context),
406
- Action: "ListIdentities",
407
- Version: "2010-12-01",
406
+ [_A]: _LI,
407
+ [_V]: _,
408
408
  });
409
409
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
410
410
  };
@@ -414,8 +414,8 @@ const se_ListIdentityPoliciesCommand = async (input, context) => {
414
414
  let body;
415
415
  body = buildFormUrlencodedString({
416
416
  ...se_ListIdentityPoliciesRequest(input, context),
417
- Action: "ListIdentityPolicies",
418
- Version: "2010-12-01",
417
+ [_A]: _LIP,
418
+ [_V]: _,
419
419
  });
420
420
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
421
421
  };
@@ -425,8 +425,8 @@ const se_ListReceiptFiltersCommand = async (input, context) => {
425
425
  let body;
426
426
  body = buildFormUrlencodedString({
427
427
  ...se_ListReceiptFiltersRequest(input, context),
428
- Action: "ListReceiptFilters",
429
- Version: "2010-12-01",
428
+ [_A]: _LRF,
429
+ [_V]: _,
430
430
  });
431
431
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
432
432
  };
@@ -436,8 +436,8 @@ const se_ListReceiptRuleSetsCommand = async (input, context) => {
436
436
  let body;
437
437
  body = buildFormUrlencodedString({
438
438
  ...se_ListReceiptRuleSetsRequest(input, context),
439
- Action: "ListReceiptRuleSets",
440
- Version: "2010-12-01",
439
+ [_A]: _LRRS,
440
+ [_V]: _,
441
441
  });
442
442
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
443
443
  };
@@ -447,8 +447,8 @@ const se_ListTemplatesCommand = async (input, context) => {
447
447
  let body;
448
448
  body = buildFormUrlencodedString({
449
449
  ...se_ListTemplatesRequest(input, context),
450
- Action: "ListTemplates",
451
- Version: "2010-12-01",
450
+ [_A]: _LT,
451
+ [_V]: _,
452
452
  });
453
453
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
454
454
  };
@@ -456,8 +456,8 @@ exports.se_ListTemplatesCommand = se_ListTemplatesCommand;
456
456
  const se_ListVerifiedEmailAddressesCommand = async (input, context) => {
457
457
  const headers = SHARED_HEADERS;
458
458
  const body = buildFormUrlencodedString({
459
- Action: "ListVerifiedEmailAddresses",
460
- Version: "2010-12-01",
459
+ [_A]: _LVEA,
460
+ [_V]: _,
461
461
  });
462
462
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
463
463
  };
@@ -467,8 +467,8 @@ const se_PutConfigurationSetDeliveryOptionsCommand = async (input, context) => {
467
467
  let body;
468
468
  body = buildFormUrlencodedString({
469
469
  ...se_PutConfigurationSetDeliveryOptionsRequest(input, context),
470
- Action: "PutConfigurationSetDeliveryOptions",
471
- Version: "2010-12-01",
470
+ [_A]: _PCSDO,
471
+ [_V]: _,
472
472
  });
473
473
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
474
474
  };
@@ -478,8 +478,8 @@ const se_PutIdentityPolicyCommand = async (input, context) => {
478
478
  let body;
479
479
  body = buildFormUrlencodedString({
480
480
  ...se_PutIdentityPolicyRequest(input, context),
481
- Action: "PutIdentityPolicy",
482
- Version: "2010-12-01",
481
+ [_A]: _PIP,
482
+ [_V]: _,
483
483
  });
484
484
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
485
485
  };
@@ -489,8 +489,8 @@ const se_ReorderReceiptRuleSetCommand = async (input, context) => {
489
489
  let body;
490
490
  body = buildFormUrlencodedString({
491
491
  ...se_ReorderReceiptRuleSetRequest(input, context),
492
- Action: "ReorderReceiptRuleSet",
493
- Version: "2010-12-01",
492
+ [_A]: _RRRS,
493
+ [_V]: _,
494
494
  });
495
495
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
496
496
  };
@@ -500,8 +500,8 @@ const se_SendBounceCommand = async (input, context) => {
500
500
  let body;
501
501
  body = buildFormUrlencodedString({
502
502
  ...se_SendBounceRequest(input, context),
503
- Action: "SendBounce",
504
- Version: "2010-12-01",
503
+ [_A]: _SB,
504
+ [_V]: _,
505
505
  });
506
506
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
507
507
  };
@@ -511,8 +511,8 @@ const se_SendBulkTemplatedEmailCommand = async (input, context) => {
511
511
  let body;
512
512
  body = buildFormUrlencodedString({
513
513
  ...se_SendBulkTemplatedEmailRequest(input, context),
514
- Action: "SendBulkTemplatedEmail",
515
- Version: "2010-12-01",
514
+ [_A]: _SBTE,
515
+ [_V]: _,
516
516
  });
517
517
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
518
518
  };
@@ -522,8 +522,8 @@ const se_SendCustomVerificationEmailCommand = async (input, context) => {
522
522
  let body;
523
523
  body = buildFormUrlencodedString({
524
524
  ...se_SendCustomVerificationEmailRequest(input, context),
525
- Action: "SendCustomVerificationEmail",
526
- Version: "2010-12-01",
525
+ [_A]: _SCVE,
526
+ [_V]: _,
527
527
  });
528
528
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
529
529
  };
@@ -533,8 +533,8 @@ const se_SendEmailCommand = async (input, context) => {
533
533
  let body;
534
534
  body = buildFormUrlencodedString({
535
535
  ...se_SendEmailRequest(input, context),
536
- Action: "SendEmail",
537
- Version: "2010-12-01",
536
+ [_A]: _SE,
537
+ [_V]: _,
538
538
  });
539
539
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
540
540
  };
@@ -544,8 +544,8 @@ const se_SendRawEmailCommand = async (input, context) => {
544
544
  let body;
545
545
  body = buildFormUrlencodedString({
546
546
  ...se_SendRawEmailRequest(input, context),
547
- Action: "SendRawEmail",
548
- Version: "2010-12-01",
547
+ [_A]: _SRE,
548
+ [_V]: _,
549
549
  });
550
550
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
551
551
  };
@@ -555,8 +555,8 @@ const se_SendTemplatedEmailCommand = async (input, context) => {
555
555
  let body;
556
556
  body = buildFormUrlencodedString({
557
557
  ...se_SendTemplatedEmailRequest(input, context),
558
- Action: "SendTemplatedEmail",
559
- Version: "2010-12-01",
558
+ [_A]: _STE,
559
+ [_V]: _,
560
560
  });
561
561
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
562
562
  };
@@ -566,8 +566,8 @@ const se_SetActiveReceiptRuleSetCommand = async (input, context) => {
566
566
  let body;
567
567
  body = buildFormUrlencodedString({
568
568
  ...se_SetActiveReceiptRuleSetRequest(input, context),
569
- Action: "SetActiveReceiptRuleSet",
570
- Version: "2010-12-01",
569
+ [_A]: _SARRS,
570
+ [_V]: _,
571
571
  });
572
572
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
573
573
  };
@@ -577,8 +577,8 @@ const se_SetIdentityDkimEnabledCommand = async (input, context) => {
577
577
  let body;
578
578
  body = buildFormUrlencodedString({
579
579
  ...se_SetIdentityDkimEnabledRequest(input, context),
580
- Action: "SetIdentityDkimEnabled",
581
- Version: "2010-12-01",
580
+ [_A]: _SIDE,
581
+ [_V]: _,
582
582
  });
583
583
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
584
584
  };
@@ -588,8 +588,8 @@ const se_SetIdentityFeedbackForwardingEnabledCommand = async (input, context) =>
588
588
  let body;
589
589
  body = buildFormUrlencodedString({
590
590
  ...se_SetIdentityFeedbackForwardingEnabledRequest(input, context),
591
- Action: "SetIdentityFeedbackForwardingEnabled",
592
- Version: "2010-12-01",
591
+ [_A]: _SIFFE,
592
+ [_V]: _,
593
593
  });
594
594
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
595
595
  };
@@ -599,8 +599,8 @@ const se_SetIdentityHeadersInNotificationsEnabledCommand = async (input, context
599
599
  let body;
600
600
  body = buildFormUrlencodedString({
601
601
  ...se_SetIdentityHeadersInNotificationsEnabledRequest(input, context),
602
- Action: "SetIdentityHeadersInNotificationsEnabled",
603
- Version: "2010-12-01",
602
+ [_A]: _SIHINE,
603
+ [_V]: _,
604
604
  });
605
605
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
606
606
  };
@@ -610,8 +610,8 @@ const se_SetIdentityMailFromDomainCommand = async (input, context) => {
610
610
  let body;
611
611
  body = buildFormUrlencodedString({
612
612
  ...se_SetIdentityMailFromDomainRequest(input, context),
613
- Action: "SetIdentityMailFromDomain",
614
- Version: "2010-12-01",
613
+ [_A]: _SIMFD,
614
+ [_V]: _,
615
615
  });
616
616
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
617
617
  };
@@ -621,8 +621,8 @@ const se_SetIdentityNotificationTopicCommand = async (input, context) => {
621
621
  let body;
622
622
  body = buildFormUrlencodedString({
623
623
  ...se_SetIdentityNotificationTopicRequest(input, context),
624
- Action: "SetIdentityNotificationTopic",
625
- Version: "2010-12-01",
624
+ [_A]: _SINT,
625
+ [_V]: _,
626
626
  });
627
627
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
628
628
  };
@@ -632,8 +632,8 @@ const se_SetReceiptRulePositionCommand = async (input, context) => {
632
632
  let body;
633
633
  body = buildFormUrlencodedString({
634
634
  ...se_SetReceiptRulePositionRequest(input, context),
635
- Action: "SetReceiptRulePosition",
636
- Version: "2010-12-01",
635
+ [_A]: _SRRP,
636
+ [_V]: _,
637
637
  });
638
638
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
639
639
  };
@@ -643,8 +643,8 @@ const se_TestRenderTemplateCommand = async (input, context) => {
643
643
  let body;
644
644
  body = buildFormUrlencodedString({
645
645
  ...se_TestRenderTemplateRequest(input, context),
646
- Action: "TestRenderTemplate",
647
- Version: "2010-12-01",
646
+ [_A]: _TRT,
647
+ [_V]: _,
648
648
  });
649
649
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
650
650
  };
@@ -654,8 +654,8 @@ const se_UpdateAccountSendingEnabledCommand = async (input, context) => {
654
654
  let body;
655
655
  body = buildFormUrlencodedString({
656
656
  ...se_UpdateAccountSendingEnabledRequest(input, context),
657
- Action: "UpdateAccountSendingEnabled",
658
- Version: "2010-12-01",
657
+ [_A]: _UASE,
658
+ [_V]: _,
659
659
  });
660
660
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
661
661
  };
@@ -665,8 +665,8 @@ const se_UpdateConfigurationSetEventDestinationCommand = async (input, context)
665
665
  let body;
666
666
  body = buildFormUrlencodedString({
667
667
  ...se_UpdateConfigurationSetEventDestinationRequest(input, context),
668
- Action: "UpdateConfigurationSetEventDestination",
669
- Version: "2010-12-01",
668
+ [_A]: _UCSED,
669
+ [_V]: _,
670
670
  });
671
671
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
672
672
  };
@@ -676,8 +676,8 @@ const se_UpdateConfigurationSetReputationMetricsEnabledCommand = async (input, c
676
676
  let body;
677
677
  body = buildFormUrlencodedString({
678
678
  ...se_UpdateConfigurationSetReputationMetricsEnabledRequest(input, context),
679
- Action: "UpdateConfigurationSetReputationMetricsEnabled",
680
- Version: "2010-12-01",
679
+ [_A]: _UCSRME,
680
+ [_V]: _,
681
681
  });
682
682
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
683
683
  };
@@ -687,8 +687,8 @@ const se_UpdateConfigurationSetSendingEnabledCommand = async (input, context) =>
687
687
  let body;
688
688
  body = buildFormUrlencodedString({
689
689
  ...se_UpdateConfigurationSetSendingEnabledRequest(input, context),
690
- Action: "UpdateConfigurationSetSendingEnabled",
691
- Version: "2010-12-01",
690
+ [_A]: _UCSSE,
691
+ [_V]: _,
692
692
  });
693
693
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
694
694
  };
@@ -698,8 +698,8 @@ const se_UpdateConfigurationSetTrackingOptionsCommand = async (input, context) =
698
698
  let body;
699
699
  body = buildFormUrlencodedString({
700
700
  ...se_UpdateConfigurationSetTrackingOptionsRequest(input, context),
701
- Action: "UpdateConfigurationSetTrackingOptions",
702
- Version: "2010-12-01",
701
+ [_A]: _UCSTO,
702
+ [_V]: _,
703
703
  });
704
704
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
705
705
  };
@@ -709,8 +709,8 @@ const se_UpdateCustomVerificationEmailTemplateCommand = async (input, context) =
709
709
  let body;
710
710
  body = buildFormUrlencodedString({
711
711
  ...se_UpdateCustomVerificationEmailTemplateRequest(input, context),
712
- Action: "UpdateCustomVerificationEmailTemplate",
713
- Version: "2010-12-01",
712
+ [_A]: _UCVET,
713
+ [_V]: _,
714
714
  });
715
715
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
716
716
  };
@@ -720,8 +720,8 @@ const se_UpdateReceiptRuleCommand = async (input, context) => {
720
720
  let body;
721
721
  body = buildFormUrlencodedString({
722
722
  ...se_UpdateReceiptRuleRequest(input, context),
723
- Action: "UpdateReceiptRule",
724
- Version: "2010-12-01",
723
+ [_A]: _URR,
724
+ [_V]: _,
725
725
  });
726
726
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
727
727
  };
@@ -731,8 +731,8 @@ const se_UpdateTemplateCommand = async (input, context) => {
731
731
  let body;
732
732
  body = buildFormUrlencodedString({
733
733
  ...se_UpdateTemplateRequest(input, context),
734
- Action: "UpdateTemplate",
735
- Version: "2010-12-01",
734
+ [_A]: _UT,
735
+ [_V]: _,
736
736
  });
737
737
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
738
738
  };
@@ -742,8 +742,8 @@ const se_VerifyDomainDkimCommand = async (input, context) => {
742
742
  let body;
743
743
  body = buildFormUrlencodedString({
744
744
  ...se_VerifyDomainDkimRequest(input, context),
745
- Action: "VerifyDomainDkim",
746
- Version: "2010-12-01",
745
+ [_A]: _VDD,
746
+ [_V]: _,
747
747
  });
748
748
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
749
749
  };
@@ -753,8 +753,8 @@ const se_VerifyDomainIdentityCommand = async (input, context) => {
753
753
  let body;
754
754
  body = buildFormUrlencodedString({
755
755
  ...se_VerifyDomainIdentityRequest(input, context),
756
- Action: "VerifyDomainIdentity",
757
- Version: "2010-12-01",
756
+ [_A]: _VDI,
757
+ [_V]: _,
758
758
  });
759
759
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
760
760
  };
@@ -764,8 +764,8 @@ const se_VerifyEmailAddressCommand = async (input, context) => {
764
764
  let body;
765
765
  body = buildFormUrlencodedString({
766
766
  ...se_VerifyEmailAddressRequest(input, context),
767
- Action: "VerifyEmailAddress",
768
- Version: "2010-12-01",
767
+ [_A]: _VEA,
768
+ [_V]: _,
769
769
  });
770
770
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
771
771
  };
@@ -775,8 +775,8 @@ const se_VerifyEmailIdentityCommand = async (input, context) => {
775
775
  let body;
776
776
  body = buildFormUrlencodedString({
777
777
  ...se_VerifyEmailIdentityRequest(input, context),
778
- Action: "VerifyEmailIdentity",
779
- Version: "2010-12-01",
778
+ [_A]: _VEI,
779
+ [_V]: _,
780
780
  });
781
781
  return buildHttpRpcRequest(context, headers, "/", undefined, body);
782
782
  };
@@ -3414,11 +3414,11 @@ const de_TrackingOptionsDoesNotExistExceptionRes = async (parsedOutput, context)
3414
3414
  };
3415
3415
  const se_AddHeaderAction = (input, context) => {
3416
3416
  const entries = {};
3417
- if (input.HeaderName != null) {
3418
- entries["HeaderName"] = input.HeaderName;
3417
+ if (input[_HN] != null) {
3418
+ entries[_HN] = input[_HN];
3419
3419
  }
3420
- if (input.HeaderValue != null) {
3421
- entries["HeaderValue"] = input.HeaderValue;
3420
+ if (input[_HV] != null) {
3421
+ entries[_HV] = input[_HV];
3422
3422
  }
3423
3423
  return entries;
3424
3424
  };
@@ -3436,15 +3436,15 @@ const se_AddressList = (input, context) => {
3436
3436
  };
3437
3437
  const se_Body = (input, context) => {
3438
3438
  const entries = {};
3439
- if (input.Text != null) {
3440
- const memberEntries = se_Content(input.Text, context);
3439
+ if (input[_T] != null) {
3440
+ const memberEntries = se_Content(input[_T], context);
3441
3441
  Object.entries(memberEntries).forEach(([key, value]) => {
3442
3442
  const loc = `Text.${key}`;
3443
3443
  entries[loc] = value;
3444
3444
  });
3445
3445
  }
3446
- if (input.Html != null) {
3447
- const memberEntries = se_Content(input.Html, context);
3446
+ if (input[_H] != null) {
3447
+ const memberEntries = se_Content(input[_H], context);
3448
3448
  Object.entries(memberEntries).forEach(([key, value]) => {
3449
3449
  const loc = `Html.${key}`;
3450
3450
  entries[loc] = value;
@@ -3454,36 +3454,36 @@ const se_Body = (input, context) => {
3454
3454
  };
3455
3455
  const se_BounceAction = (input, context) => {
3456
3456
  const entries = {};
3457
- if (input.TopicArn != null) {
3458
- entries["TopicArn"] = input.TopicArn;
3457
+ if (input[_TA] != null) {
3458
+ entries[_TA] = input[_TA];
3459
3459
  }
3460
- if (input.SmtpReplyCode != null) {
3461
- entries["SmtpReplyCode"] = input.SmtpReplyCode;
3460
+ if (input[_SRC] != null) {
3461
+ entries[_SRC] = input[_SRC];
3462
3462
  }
3463
- if (input.StatusCode != null) {
3464
- entries["StatusCode"] = input.StatusCode;
3463
+ if (input[_SC] != null) {
3464
+ entries[_SC] = input[_SC];
3465
3465
  }
3466
- if (input.Message != null) {
3467
- entries["Message"] = input.Message;
3466
+ if (input[_M] != null) {
3467
+ entries[_M] = input[_M];
3468
3468
  }
3469
- if (input.Sender != null) {
3470
- entries["Sender"] = input.Sender;
3469
+ if (input[_S] != null) {
3470
+ entries[_S] = input[_S];
3471
3471
  }
3472
3472
  return entries;
3473
3473
  };
3474
3474
  const se_BouncedRecipientInfo = (input, context) => {
3475
3475
  const entries = {};
3476
- if (input.Recipient != null) {
3477
- entries["Recipient"] = input.Recipient;
3476
+ if (input[_R] != null) {
3477
+ entries[_R] = input[_R];
3478
3478
  }
3479
- if (input.RecipientArn != null) {
3480
- entries["RecipientArn"] = input.RecipientArn;
3479
+ if (input[_RA] != null) {
3480
+ entries[_RA] = input[_RA];
3481
3481
  }
3482
- if (input.BounceType != null) {
3483
- entries["BounceType"] = input.BounceType;
3482
+ if (input[_BT] != null) {
3483
+ entries[_BT] = input[_BT];
3484
3484
  }
3485
- if (input.RecipientDsnFields != null) {
3486
- const memberEntries = se_RecipientDsnFields(input.RecipientDsnFields, context);
3485
+ if (input[_RDF] != null) {
3486
+ const memberEntries = se_RecipientDsnFields(input[_RDF], context);
3487
3487
  Object.entries(memberEntries).forEach(([key, value]) => {
3488
3488
  const loc = `RecipientDsnFields.${key}`;
3489
3489
  entries[loc] = value;
@@ -3508,16 +3508,16 @@ const se_BouncedRecipientInfoList = (input, context) => {
3508
3508
  };
3509
3509
  const se_BulkEmailDestination = (input, context) => {
3510
3510
  const entries = {};
3511
- if (input.Destination != null) {
3512
- const memberEntries = se_Destination(input.Destination, context);
3511
+ if (input[_D] != null) {
3512
+ const memberEntries = se_Destination(input[_D], context);
3513
3513
  Object.entries(memberEntries).forEach(([key, value]) => {
3514
3514
  const loc = `Destination.${key}`;
3515
3515
  entries[loc] = value;
3516
3516
  });
3517
3517
  }
3518
- if (input.ReplacementTags != null) {
3519
- const memberEntries = se_MessageTagList(input.ReplacementTags, context);
3520
- if (input.ReplacementTags?.length === 0) {
3518
+ if (input[_RT] != null) {
3519
+ const memberEntries = se_MessageTagList(input[_RT], context);
3520
+ if (input[_RT]?.length === 0) {
3521
3521
  entries.ReplacementTags = [];
3522
3522
  }
3523
3523
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3525,8 +3525,8 @@ const se_BulkEmailDestination = (input, context) => {
3525
3525
  entries[loc] = value;
3526
3526
  });
3527
3527
  }
3528
- if (input.ReplacementTemplateData != null) {
3529
- entries["ReplacementTemplateData"] = input.ReplacementTemplateData;
3528
+ if (input[_RTD] != null) {
3529
+ entries[_RTD] = input[_RTD];
3530
3530
  }
3531
3531
  return entries;
3532
3532
  };
@@ -3547,19 +3547,19 @@ const se_BulkEmailDestinationList = (input, context) => {
3547
3547
  };
3548
3548
  const se_CloneReceiptRuleSetRequest = (input, context) => {
3549
3549
  const entries = {};
3550
- if (input.RuleSetName != null) {
3551
- entries["RuleSetName"] = input.RuleSetName;
3550
+ if (input[_RSN] != null) {
3551
+ entries[_RSN] = input[_RSN];
3552
3552
  }
3553
- if (input.OriginalRuleSetName != null) {
3554
- entries["OriginalRuleSetName"] = input.OriginalRuleSetName;
3553
+ if (input[_ORSN] != null) {
3554
+ entries[_ORSN] = input[_ORSN];
3555
3555
  }
3556
3556
  return entries;
3557
3557
  };
3558
3558
  const se_CloudWatchDestination = (input, context) => {
3559
3559
  const entries = {};
3560
- if (input.DimensionConfigurations != null) {
3561
- const memberEntries = se_CloudWatchDimensionConfigurations(input.DimensionConfigurations, context);
3562
- if (input.DimensionConfigurations?.length === 0) {
3560
+ if (input[_DC] != null) {
3561
+ const memberEntries = se_CloudWatchDimensionConfigurations(input[_DC], context);
3562
+ if (input[_DC]?.length === 0) {
3563
3563
  entries.DimensionConfigurations = [];
3564
3564
  }
3565
3565
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3571,14 +3571,14 @@ const se_CloudWatchDestination = (input, context) => {
3571
3571
  };
3572
3572
  const se_CloudWatchDimensionConfiguration = (input, context) => {
3573
3573
  const entries = {};
3574
- if (input.DimensionName != null) {
3575
- entries["DimensionName"] = input.DimensionName;
3574
+ if (input[_DN] != null) {
3575
+ entries[_DN] = input[_DN];
3576
3576
  }
3577
- if (input.DimensionValueSource != null) {
3578
- entries["DimensionValueSource"] = input.DimensionValueSource;
3577
+ if (input[_DVS] != null) {
3578
+ entries[_DVS] = input[_DVS];
3579
3579
  }
3580
- if (input.DefaultDimensionValue != null) {
3581
- entries["DefaultDimensionValue"] = input.DefaultDimensionValue;
3580
+ if (input[_DDV] != null) {
3581
+ entries[_DDV] = input[_DDV];
3582
3582
  }
3583
3583
  return entries;
3584
3584
  };
@@ -3599,8 +3599,8 @@ const se_CloudWatchDimensionConfigurations = (input, context) => {
3599
3599
  };
3600
3600
  const se_ConfigurationSet = (input, context) => {
3601
3601
  const entries = {};
3602
- if (input.Name != null) {
3603
- entries["Name"] = input.Name;
3602
+ if (input[_N] != null) {
3603
+ entries[_N] = input[_N];
3604
3604
  }
3605
3605
  return entries;
3606
3606
  };
@@ -3618,21 +3618,21 @@ const se_ConfigurationSetAttributeList = (input, context) => {
3618
3618
  };
3619
3619
  const se_Content = (input, context) => {
3620
3620
  const entries = {};
3621
- if (input.Data != null) {
3622
- entries["Data"] = input.Data;
3621
+ if (input[_Da] != null) {
3622
+ entries[_Da] = input[_Da];
3623
3623
  }
3624
- if (input.Charset != null) {
3625
- entries["Charset"] = input.Charset;
3624
+ if (input[_C] != null) {
3625
+ entries[_C] = input[_C];
3626
3626
  }
3627
3627
  return entries;
3628
3628
  };
3629
3629
  const se_CreateConfigurationSetEventDestinationRequest = (input, context) => {
3630
3630
  const entries = {};
3631
- if (input.ConfigurationSetName != null) {
3632
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
3631
+ if (input[_CSN] != null) {
3632
+ entries[_CSN] = input[_CSN];
3633
3633
  }
3634
- if (input.EventDestination != null) {
3635
- const memberEntries = se_EventDestination(input.EventDestination, context);
3634
+ if (input[_ED] != null) {
3635
+ const memberEntries = se_EventDestination(input[_ED], context);
3636
3636
  Object.entries(memberEntries).forEach(([key, value]) => {
3637
3637
  const loc = `EventDestination.${key}`;
3638
3638
  entries[loc] = value;
@@ -3642,8 +3642,8 @@ const se_CreateConfigurationSetEventDestinationRequest = (input, context) => {
3642
3642
  };
3643
3643
  const se_CreateConfigurationSetRequest = (input, context) => {
3644
3644
  const entries = {};
3645
- if (input.ConfigurationSet != null) {
3646
- const memberEntries = se_ConfigurationSet(input.ConfigurationSet, context);
3645
+ if (input[_CS] != null) {
3646
+ const memberEntries = se_ConfigurationSet(input[_CS], context);
3647
3647
  Object.entries(memberEntries).forEach(([key, value]) => {
3648
3648
  const loc = `ConfigurationSet.${key}`;
3649
3649
  entries[loc] = value;
@@ -3653,11 +3653,11 @@ const se_CreateConfigurationSetRequest = (input, context) => {
3653
3653
  };
3654
3654
  const se_CreateConfigurationSetTrackingOptionsRequest = (input, context) => {
3655
3655
  const entries = {};
3656
- if (input.ConfigurationSetName != null) {
3657
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
3656
+ if (input[_CSN] != null) {
3657
+ entries[_CSN] = input[_CSN];
3658
3658
  }
3659
- if (input.TrackingOptions != null) {
3660
- const memberEntries = se_TrackingOptions(input.TrackingOptions, context);
3659
+ if (input[_TO] != null) {
3660
+ const memberEntries = se_TrackingOptions(input[_TO], context);
3661
3661
  Object.entries(memberEntries).forEach(([key, value]) => {
3662
3662
  const loc = `TrackingOptions.${key}`;
3663
3663
  entries[loc] = value;
@@ -3667,30 +3667,30 @@ const se_CreateConfigurationSetTrackingOptionsRequest = (input, context) => {
3667
3667
  };
3668
3668
  const se_CreateCustomVerificationEmailTemplateRequest = (input, context) => {
3669
3669
  const entries = {};
3670
- if (input.TemplateName != null) {
3671
- entries["TemplateName"] = input.TemplateName;
3670
+ if (input[_TN] != null) {
3671
+ entries[_TN] = input[_TN];
3672
3672
  }
3673
- if (input.FromEmailAddress != null) {
3674
- entries["FromEmailAddress"] = input.FromEmailAddress;
3673
+ if (input[_FEA] != null) {
3674
+ entries[_FEA] = input[_FEA];
3675
3675
  }
3676
- if (input.TemplateSubject != null) {
3677
- entries["TemplateSubject"] = input.TemplateSubject;
3676
+ if (input[_TS] != null) {
3677
+ entries[_TS] = input[_TS];
3678
3678
  }
3679
- if (input.TemplateContent != null) {
3680
- entries["TemplateContent"] = input.TemplateContent;
3679
+ if (input[_TC] != null) {
3680
+ entries[_TC] = input[_TC];
3681
3681
  }
3682
- if (input.SuccessRedirectionURL != null) {
3683
- entries["SuccessRedirectionURL"] = input.SuccessRedirectionURL;
3682
+ if (input[_SRURL] != null) {
3683
+ entries[_SRURL] = input[_SRURL];
3684
3684
  }
3685
- if (input.FailureRedirectionURL != null) {
3686
- entries["FailureRedirectionURL"] = input.FailureRedirectionURL;
3685
+ if (input[_FRURL] != null) {
3686
+ entries[_FRURL] = input[_FRURL];
3687
3687
  }
3688
3688
  return entries;
3689
3689
  };
3690
3690
  const se_CreateReceiptFilterRequest = (input, context) => {
3691
3691
  const entries = {};
3692
- if (input.Filter != null) {
3693
- const memberEntries = se_ReceiptFilter(input.Filter, context);
3692
+ if (input[_F] != null) {
3693
+ const memberEntries = se_ReceiptFilter(input[_F], context);
3694
3694
  Object.entries(memberEntries).forEach(([key, value]) => {
3695
3695
  const loc = `Filter.${key}`;
3696
3696
  entries[loc] = value;
@@ -3700,14 +3700,14 @@ const se_CreateReceiptFilterRequest = (input, context) => {
3700
3700
  };
3701
3701
  const se_CreateReceiptRuleRequest = (input, context) => {
3702
3702
  const entries = {};
3703
- if (input.RuleSetName != null) {
3704
- entries["RuleSetName"] = input.RuleSetName;
3703
+ if (input[_RSN] != null) {
3704
+ entries[_RSN] = input[_RSN];
3705
3705
  }
3706
- if (input.After != null) {
3707
- entries["After"] = input.After;
3706
+ if (input[_Af] != null) {
3707
+ entries[_Af] = input[_Af];
3708
3708
  }
3709
- if (input.Rule != null) {
3710
- const memberEntries = se_ReceiptRule(input.Rule, context);
3709
+ if (input[_Ru] != null) {
3710
+ const memberEntries = se_ReceiptRule(input[_Ru], context);
3711
3711
  Object.entries(memberEntries).forEach(([key, value]) => {
3712
3712
  const loc = `Rule.${key}`;
3713
3713
  entries[loc] = value;
@@ -3717,15 +3717,15 @@ const se_CreateReceiptRuleRequest = (input, context) => {
3717
3717
  };
3718
3718
  const se_CreateReceiptRuleSetRequest = (input, context) => {
3719
3719
  const entries = {};
3720
- if (input.RuleSetName != null) {
3721
- entries["RuleSetName"] = input.RuleSetName;
3720
+ if (input[_RSN] != null) {
3721
+ entries[_RSN] = input[_RSN];
3722
3722
  }
3723
3723
  return entries;
3724
3724
  };
3725
3725
  const se_CreateTemplateRequest = (input, context) => {
3726
3726
  const entries = {};
3727
- if (input.Template != null) {
3728
- const memberEntries = se_Template(input.Template, context);
3727
+ if (input[_Te] != null) {
3728
+ const memberEntries = se_Template(input[_Te], context);
3729
3729
  Object.entries(memberEntries).forEach(([key, value]) => {
3730
3730
  const loc = `Template.${key}`;
3731
3731
  entries[loc] = value;
@@ -3735,94 +3735,94 @@ const se_CreateTemplateRequest = (input, context) => {
3735
3735
  };
3736
3736
  const se_DeleteConfigurationSetEventDestinationRequest = (input, context) => {
3737
3737
  const entries = {};
3738
- if (input.ConfigurationSetName != null) {
3739
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
3738
+ if (input[_CSN] != null) {
3739
+ entries[_CSN] = input[_CSN];
3740
3740
  }
3741
- if (input.EventDestinationName != null) {
3742
- entries["EventDestinationName"] = input.EventDestinationName;
3741
+ if (input[_EDN] != null) {
3742
+ entries[_EDN] = input[_EDN];
3743
3743
  }
3744
3744
  return entries;
3745
3745
  };
3746
3746
  const se_DeleteConfigurationSetRequest = (input, context) => {
3747
3747
  const entries = {};
3748
- if (input.ConfigurationSetName != null) {
3749
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
3748
+ if (input[_CSN] != null) {
3749
+ entries[_CSN] = input[_CSN];
3750
3750
  }
3751
3751
  return entries;
3752
3752
  };
3753
3753
  const se_DeleteConfigurationSetTrackingOptionsRequest = (input, context) => {
3754
3754
  const entries = {};
3755
- if (input.ConfigurationSetName != null) {
3756
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
3755
+ if (input[_CSN] != null) {
3756
+ entries[_CSN] = input[_CSN];
3757
3757
  }
3758
3758
  return entries;
3759
3759
  };
3760
3760
  const se_DeleteCustomVerificationEmailTemplateRequest = (input, context) => {
3761
3761
  const entries = {};
3762
- if (input.TemplateName != null) {
3763
- entries["TemplateName"] = input.TemplateName;
3762
+ if (input[_TN] != null) {
3763
+ entries[_TN] = input[_TN];
3764
3764
  }
3765
3765
  return entries;
3766
3766
  };
3767
3767
  const se_DeleteIdentityPolicyRequest = (input, context) => {
3768
3768
  const entries = {};
3769
- if (input.Identity != null) {
3770
- entries["Identity"] = input.Identity;
3769
+ if (input[_I] != null) {
3770
+ entries[_I] = input[_I];
3771
3771
  }
3772
- if (input.PolicyName != null) {
3773
- entries["PolicyName"] = input.PolicyName;
3772
+ if (input[_PN] != null) {
3773
+ entries[_PN] = input[_PN];
3774
3774
  }
3775
3775
  return entries;
3776
3776
  };
3777
3777
  const se_DeleteIdentityRequest = (input, context) => {
3778
3778
  const entries = {};
3779
- if (input.Identity != null) {
3780
- entries["Identity"] = input.Identity;
3779
+ if (input[_I] != null) {
3780
+ entries[_I] = input[_I];
3781
3781
  }
3782
3782
  return entries;
3783
3783
  };
3784
3784
  const se_DeleteReceiptFilterRequest = (input, context) => {
3785
3785
  const entries = {};
3786
- if (input.FilterName != null) {
3787
- entries["FilterName"] = input.FilterName;
3786
+ if (input[_FN] != null) {
3787
+ entries[_FN] = input[_FN];
3788
3788
  }
3789
3789
  return entries;
3790
3790
  };
3791
3791
  const se_DeleteReceiptRuleRequest = (input, context) => {
3792
3792
  const entries = {};
3793
- if (input.RuleSetName != null) {
3794
- entries["RuleSetName"] = input.RuleSetName;
3793
+ if (input[_RSN] != null) {
3794
+ entries[_RSN] = input[_RSN];
3795
3795
  }
3796
- if (input.RuleName != null) {
3797
- entries["RuleName"] = input.RuleName;
3796
+ if (input[_RN] != null) {
3797
+ entries[_RN] = input[_RN];
3798
3798
  }
3799
3799
  return entries;
3800
3800
  };
3801
3801
  const se_DeleteReceiptRuleSetRequest = (input, context) => {
3802
3802
  const entries = {};
3803
- if (input.RuleSetName != null) {
3804
- entries["RuleSetName"] = input.RuleSetName;
3803
+ if (input[_RSN] != null) {
3804
+ entries[_RSN] = input[_RSN];
3805
3805
  }
3806
3806
  return entries;
3807
3807
  };
3808
3808
  const se_DeleteTemplateRequest = (input, context) => {
3809
3809
  const entries = {};
3810
- if (input.TemplateName != null) {
3811
- entries["TemplateName"] = input.TemplateName;
3810
+ if (input[_TN] != null) {
3811
+ entries[_TN] = input[_TN];
3812
3812
  }
3813
3813
  return entries;
3814
3814
  };
3815
3815
  const se_DeleteVerifiedEmailAddressRequest = (input, context) => {
3816
3816
  const entries = {};
3817
- if (input.EmailAddress != null) {
3818
- entries["EmailAddress"] = input.EmailAddress;
3817
+ if (input[_EA] != null) {
3818
+ entries[_EA] = input[_EA];
3819
3819
  }
3820
3820
  return entries;
3821
3821
  };
3822
3822
  const se_DeliveryOptions = (input, context) => {
3823
3823
  const entries = {};
3824
- if (input.TlsPolicy != null) {
3825
- entries["TlsPolicy"] = input.TlsPolicy;
3824
+ if (input[_TP] != null) {
3825
+ entries[_TP] = input[_TP];
3826
3826
  }
3827
3827
  return entries;
3828
3828
  };
@@ -3832,12 +3832,12 @@ const se_DescribeActiveReceiptRuleSetRequest = (input, context) => {
3832
3832
  };
3833
3833
  const se_DescribeConfigurationSetRequest = (input, context) => {
3834
3834
  const entries = {};
3835
- if (input.ConfigurationSetName != null) {
3836
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
3835
+ if (input[_CSN] != null) {
3836
+ entries[_CSN] = input[_CSN];
3837
3837
  }
3838
- if (input.ConfigurationSetAttributeNames != null) {
3839
- const memberEntries = se_ConfigurationSetAttributeList(input.ConfigurationSetAttributeNames, context);
3840
- if (input.ConfigurationSetAttributeNames?.length === 0) {
3838
+ if (input[_CSAN] != null) {
3839
+ const memberEntries = se_ConfigurationSetAttributeList(input[_CSAN], context);
3840
+ if (input[_CSAN]?.length === 0) {
3841
3841
  entries.ConfigurationSetAttributeNames = [];
3842
3842
  }
3843
3843
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3849,26 +3849,26 @@ const se_DescribeConfigurationSetRequest = (input, context) => {
3849
3849
  };
3850
3850
  const se_DescribeReceiptRuleRequest = (input, context) => {
3851
3851
  const entries = {};
3852
- if (input.RuleSetName != null) {
3853
- entries["RuleSetName"] = input.RuleSetName;
3852
+ if (input[_RSN] != null) {
3853
+ entries[_RSN] = input[_RSN];
3854
3854
  }
3855
- if (input.RuleName != null) {
3856
- entries["RuleName"] = input.RuleName;
3855
+ if (input[_RN] != null) {
3856
+ entries[_RN] = input[_RN];
3857
3857
  }
3858
3858
  return entries;
3859
3859
  };
3860
3860
  const se_DescribeReceiptRuleSetRequest = (input, context) => {
3861
3861
  const entries = {};
3862
- if (input.RuleSetName != null) {
3863
- entries["RuleSetName"] = input.RuleSetName;
3862
+ if (input[_RSN] != null) {
3863
+ entries[_RSN] = input[_RSN];
3864
3864
  }
3865
3865
  return entries;
3866
3866
  };
3867
3867
  const se_Destination = (input, context) => {
3868
3868
  const entries = {};
3869
- if (input.ToAddresses != null) {
3870
- const memberEntries = se_AddressList(input.ToAddresses, context);
3871
- if (input.ToAddresses?.length === 0) {
3869
+ if (input[_TAo] != null) {
3870
+ const memberEntries = se_AddressList(input[_TAo], context);
3871
+ if (input[_TAo]?.length === 0) {
3872
3872
  entries.ToAddresses = [];
3873
3873
  }
3874
3874
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3876,9 +3876,9 @@ const se_Destination = (input, context) => {
3876
3876
  entries[loc] = value;
3877
3877
  });
3878
3878
  }
3879
- if (input.CcAddresses != null) {
3880
- const memberEntries = se_AddressList(input.CcAddresses, context);
3881
- if (input.CcAddresses?.length === 0) {
3879
+ if (input[_CA] != null) {
3880
+ const memberEntries = se_AddressList(input[_CA], context);
3881
+ if (input[_CA]?.length === 0) {
3882
3882
  entries.CcAddresses = [];
3883
3883
  }
3884
3884
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3886,9 +3886,9 @@ const se_Destination = (input, context) => {
3886
3886
  entries[loc] = value;
3887
3887
  });
3888
3888
  }
3889
- if (input.BccAddresses != null) {
3890
- const memberEntries = se_AddressList(input.BccAddresses, context);
3891
- if (input.BccAddresses?.length === 0) {
3889
+ if (input[_BA] != null) {
3890
+ const memberEntries = se_AddressList(input[_BA], context);
3891
+ if (input[_BA]?.length === 0) {
3892
3892
  entries.BccAddresses = [];
3893
3893
  }
3894
3894
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3900,15 +3900,15 @@ const se_Destination = (input, context) => {
3900
3900
  };
3901
3901
  const se_EventDestination = (input, context) => {
3902
3902
  const entries = {};
3903
- if (input.Name != null) {
3904
- entries["Name"] = input.Name;
3903
+ if (input[_N] != null) {
3904
+ entries[_N] = input[_N];
3905
3905
  }
3906
- if (input.Enabled != null) {
3907
- entries["Enabled"] = input.Enabled;
3906
+ if (input[_E] != null) {
3907
+ entries[_E] = input[_E];
3908
3908
  }
3909
- if (input.MatchingEventTypes != null) {
3910
- const memberEntries = se_EventTypes(input.MatchingEventTypes, context);
3911
- if (input.MatchingEventTypes?.length === 0) {
3909
+ if (input[_MET] != null) {
3910
+ const memberEntries = se_EventTypes(input[_MET], context);
3911
+ if (input[_MET]?.length === 0) {
3912
3912
  entries.MatchingEventTypes = [];
3913
3913
  }
3914
3914
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3916,22 +3916,22 @@ const se_EventDestination = (input, context) => {
3916
3916
  entries[loc] = value;
3917
3917
  });
3918
3918
  }
3919
- if (input.KinesisFirehoseDestination != null) {
3920
- const memberEntries = se_KinesisFirehoseDestination(input.KinesisFirehoseDestination, context);
3919
+ if (input[_KFD] != null) {
3920
+ const memberEntries = se_KinesisFirehoseDestination(input[_KFD], context);
3921
3921
  Object.entries(memberEntries).forEach(([key, value]) => {
3922
3922
  const loc = `KinesisFirehoseDestination.${key}`;
3923
3923
  entries[loc] = value;
3924
3924
  });
3925
3925
  }
3926
- if (input.CloudWatchDestination != null) {
3927
- const memberEntries = se_CloudWatchDestination(input.CloudWatchDestination, context);
3926
+ if (input[_CWD] != null) {
3927
+ const memberEntries = se_CloudWatchDestination(input[_CWD], context);
3928
3928
  Object.entries(memberEntries).forEach(([key, value]) => {
3929
3929
  const loc = `CloudWatchDestination.${key}`;
3930
3930
  entries[loc] = value;
3931
3931
  });
3932
3932
  }
3933
- if (input.SNSDestination != null) {
3934
- const memberEntries = se_SNSDestination(input.SNSDestination, context);
3933
+ if (input[_SNSD] != null) {
3934
+ const memberEntries = se_SNSDestination(input[_SNSD], context);
3935
3935
  Object.entries(memberEntries).forEach(([key, value]) => {
3936
3936
  const loc = `SNSDestination.${key}`;
3937
3937
  entries[loc] = value;
@@ -3953,11 +3953,11 @@ const se_EventTypes = (input, context) => {
3953
3953
  };
3954
3954
  const se_ExtensionField = (input, context) => {
3955
3955
  const entries = {};
3956
- if (input.Name != null) {
3957
- entries["Name"] = input.Name;
3956
+ if (input[_N] != null) {
3957
+ entries[_N] = input[_N];
3958
3958
  }
3959
- if (input.Value != null) {
3960
- entries["Value"] = input.Value;
3959
+ if (input[_Va] != null) {
3960
+ entries[_Va] = input[_Va];
3961
3961
  }
3962
3962
  return entries;
3963
3963
  };
@@ -3978,16 +3978,16 @@ const se_ExtensionFieldList = (input, context) => {
3978
3978
  };
3979
3979
  const se_GetCustomVerificationEmailTemplateRequest = (input, context) => {
3980
3980
  const entries = {};
3981
- if (input.TemplateName != null) {
3982
- entries["TemplateName"] = input.TemplateName;
3981
+ if (input[_TN] != null) {
3982
+ entries[_TN] = input[_TN];
3983
3983
  }
3984
3984
  return entries;
3985
3985
  };
3986
3986
  const se_GetIdentityDkimAttributesRequest = (input, context) => {
3987
3987
  const entries = {};
3988
- if (input.Identities != null) {
3989
- const memberEntries = se_IdentityList(input.Identities, context);
3990
- if (input.Identities?.length === 0) {
3988
+ if (input[_Id] != null) {
3989
+ const memberEntries = se_IdentityList(input[_Id], context);
3990
+ if (input[_Id]?.length === 0) {
3991
3991
  entries.Identities = [];
3992
3992
  }
3993
3993
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -3999,9 +3999,9 @@ const se_GetIdentityDkimAttributesRequest = (input, context) => {
3999
3999
  };
4000
4000
  const se_GetIdentityMailFromDomainAttributesRequest = (input, context) => {
4001
4001
  const entries = {};
4002
- if (input.Identities != null) {
4003
- const memberEntries = se_IdentityList(input.Identities, context);
4004
- if (input.Identities?.length === 0) {
4002
+ if (input[_Id] != null) {
4003
+ const memberEntries = se_IdentityList(input[_Id], context);
4004
+ if (input[_Id]?.length === 0) {
4005
4005
  entries.Identities = [];
4006
4006
  }
4007
4007
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4013,9 +4013,9 @@ const se_GetIdentityMailFromDomainAttributesRequest = (input, context) => {
4013
4013
  };
4014
4014
  const se_GetIdentityNotificationAttributesRequest = (input, context) => {
4015
4015
  const entries = {};
4016
- if (input.Identities != null) {
4017
- const memberEntries = se_IdentityList(input.Identities, context);
4018
- if (input.Identities?.length === 0) {
4016
+ if (input[_Id] != null) {
4017
+ const memberEntries = se_IdentityList(input[_Id], context);
4018
+ if (input[_Id]?.length === 0) {
4019
4019
  entries.Identities = [];
4020
4020
  }
4021
4021
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4027,12 +4027,12 @@ const se_GetIdentityNotificationAttributesRequest = (input, context) => {
4027
4027
  };
4028
4028
  const se_GetIdentityPoliciesRequest = (input, context) => {
4029
4029
  const entries = {};
4030
- if (input.Identity != null) {
4031
- entries["Identity"] = input.Identity;
4030
+ if (input[_I] != null) {
4031
+ entries[_I] = input[_I];
4032
4032
  }
4033
- if (input.PolicyNames != null) {
4034
- const memberEntries = se_PolicyNameList(input.PolicyNames, context);
4035
- if (input.PolicyNames?.length === 0) {
4033
+ if (input[_PNo] != null) {
4034
+ const memberEntries = se_PolicyNameList(input[_PNo], context);
4035
+ if (input[_PNo]?.length === 0) {
4036
4036
  entries.PolicyNames = [];
4037
4037
  }
4038
4038
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4044,9 +4044,9 @@ const se_GetIdentityPoliciesRequest = (input, context) => {
4044
4044
  };
4045
4045
  const se_GetIdentityVerificationAttributesRequest = (input, context) => {
4046
4046
  const entries = {};
4047
- if (input.Identities != null) {
4048
- const memberEntries = se_IdentityList(input.Identities, context);
4049
- if (input.Identities?.length === 0) {
4047
+ if (input[_Id] != null) {
4048
+ const memberEntries = se_IdentityList(input[_Id], context);
4049
+ if (input[_Id]?.length === 0) {
4050
4050
  entries.Identities = [];
4051
4051
  }
4052
4052
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4058,8 +4058,8 @@ const se_GetIdentityVerificationAttributesRequest = (input, context) => {
4058
4058
  };
4059
4059
  const se_GetTemplateRequest = (input, context) => {
4060
4060
  const entries = {};
4061
- if (input.TemplateName != null) {
4062
- entries["TemplateName"] = input.TemplateName;
4061
+ if (input[_TN] != null) {
4062
+ entries[_TN] = input[_TN];
4063
4063
  }
4064
4064
  return entries;
4065
4065
  };
@@ -4077,64 +4077,64 @@ const se_IdentityList = (input, context) => {
4077
4077
  };
4078
4078
  const se_KinesisFirehoseDestination = (input, context) => {
4079
4079
  const entries = {};
4080
- if (input.IAMRoleARN != null) {
4081
- entries["IAMRoleARN"] = input.IAMRoleARN;
4080
+ if (input[_IAMRARN] != null) {
4081
+ entries[_IAMRARN] = input[_IAMRARN];
4082
4082
  }
4083
- if (input.DeliveryStreamARN != null) {
4084
- entries["DeliveryStreamARN"] = input.DeliveryStreamARN;
4083
+ if (input[_DSARN] != null) {
4084
+ entries[_DSARN] = input[_DSARN];
4085
4085
  }
4086
4086
  return entries;
4087
4087
  };
4088
4088
  const se_LambdaAction = (input, context) => {
4089
4089
  const entries = {};
4090
- if (input.TopicArn != null) {
4091
- entries["TopicArn"] = input.TopicArn;
4090
+ if (input[_TA] != null) {
4091
+ entries[_TA] = input[_TA];
4092
4092
  }
4093
- if (input.FunctionArn != null) {
4094
- entries["FunctionArn"] = input.FunctionArn;
4093
+ if (input[_FA] != null) {
4094
+ entries[_FA] = input[_FA];
4095
4095
  }
4096
- if (input.InvocationType != null) {
4097
- entries["InvocationType"] = input.InvocationType;
4096
+ if (input[_IT] != null) {
4097
+ entries[_IT] = input[_IT];
4098
4098
  }
4099
4099
  return entries;
4100
4100
  };
4101
4101
  const se_ListConfigurationSetsRequest = (input, context) => {
4102
4102
  const entries = {};
4103
- if (input.NextToken != null) {
4104
- entries["NextToken"] = input.NextToken;
4103
+ if (input[_NT] != null) {
4104
+ entries[_NT] = input[_NT];
4105
4105
  }
4106
- if (input.MaxItems != null) {
4107
- entries["MaxItems"] = input.MaxItems;
4106
+ if (input[_MI] != null) {
4107
+ entries[_MI] = input[_MI];
4108
4108
  }
4109
4109
  return entries;
4110
4110
  };
4111
4111
  const se_ListCustomVerificationEmailTemplatesRequest = (input, context) => {
4112
4112
  const entries = {};
4113
- if (input.NextToken != null) {
4114
- entries["NextToken"] = input.NextToken;
4113
+ if (input[_NT] != null) {
4114
+ entries[_NT] = input[_NT];
4115
4115
  }
4116
- if (input.MaxResults != null) {
4117
- entries["MaxResults"] = input.MaxResults;
4116
+ if (input[_MR] != null) {
4117
+ entries[_MR] = input[_MR];
4118
4118
  }
4119
4119
  return entries;
4120
4120
  };
4121
4121
  const se_ListIdentitiesRequest = (input, context) => {
4122
4122
  const entries = {};
4123
- if (input.IdentityType != null) {
4124
- entries["IdentityType"] = input.IdentityType;
4123
+ if (input[_ITd] != null) {
4124
+ entries[_ITd] = input[_ITd];
4125
4125
  }
4126
- if (input.NextToken != null) {
4127
- entries["NextToken"] = input.NextToken;
4126
+ if (input[_NT] != null) {
4127
+ entries[_NT] = input[_NT];
4128
4128
  }
4129
- if (input.MaxItems != null) {
4130
- entries["MaxItems"] = input.MaxItems;
4129
+ if (input[_MI] != null) {
4130
+ entries[_MI] = input[_MI];
4131
4131
  }
4132
4132
  return entries;
4133
4133
  };
4134
4134
  const se_ListIdentityPoliciesRequest = (input, context) => {
4135
4135
  const entries = {};
4136
- if (input.Identity != null) {
4137
- entries["Identity"] = input.Identity;
4136
+ if (input[_I] != null) {
4137
+ entries[_I] = input[_I];
4138
4138
  }
4139
4139
  return entries;
4140
4140
  };
@@ -4144,32 +4144,32 @@ const se_ListReceiptFiltersRequest = (input, context) => {
4144
4144
  };
4145
4145
  const se_ListReceiptRuleSetsRequest = (input, context) => {
4146
4146
  const entries = {};
4147
- if (input.NextToken != null) {
4148
- entries["NextToken"] = input.NextToken;
4147
+ if (input[_NT] != null) {
4148
+ entries[_NT] = input[_NT];
4149
4149
  }
4150
4150
  return entries;
4151
4151
  };
4152
4152
  const se_ListTemplatesRequest = (input, context) => {
4153
4153
  const entries = {};
4154
- if (input.NextToken != null) {
4155
- entries["NextToken"] = input.NextToken;
4154
+ if (input[_NT] != null) {
4155
+ entries[_NT] = input[_NT];
4156
4156
  }
4157
- if (input.MaxItems != null) {
4158
- entries["MaxItems"] = input.MaxItems;
4157
+ if (input[_MI] != null) {
4158
+ entries[_MI] = input[_MI];
4159
4159
  }
4160
4160
  return entries;
4161
4161
  };
4162
4162
  const se_Message = (input, context) => {
4163
4163
  const entries = {};
4164
- if (input.Subject != null) {
4165
- const memberEntries = se_Content(input.Subject, context);
4164
+ if (input[_Su] != null) {
4165
+ const memberEntries = se_Content(input[_Su], context);
4166
4166
  Object.entries(memberEntries).forEach(([key, value]) => {
4167
4167
  const loc = `Subject.${key}`;
4168
4168
  entries[loc] = value;
4169
4169
  });
4170
4170
  }
4171
- if (input.Body != null) {
4172
- const memberEntries = se_Body(input.Body, context);
4171
+ if (input[_B] != null) {
4172
+ const memberEntries = se_Body(input[_B], context);
4173
4173
  Object.entries(memberEntries).forEach(([key, value]) => {
4174
4174
  const loc = `Body.${key}`;
4175
4175
  entries[loc] = value;
@@ -4179,15 +4179,15 @@ const se_Message = (input, context) => {
4179
4179
  };
4180
4180
  const se_MessageDsn = (input, context) => {
4181
4181
  const entries = {};
4182
- if (input.ReportingMta != null) {
4183
- entries["ReportingMta"] = input.ReportingMta;
4182
+ if (input[_RM] != null) {
4183
+ entries[_RM] = input[_RM];
4184
4184
  }
4185
- if (input.ArrivalDate != null) {
4186
- entries["ArrivalDate"] = input.ArrivalDate.toISOString().split(".")[0] + "Z";
4185
+ if (input[_AD] != null) {
4186
+ entries[_AD] = input[_AD].toISOString().split(".")[0] + "Z";
4187
4187
  }
4188
- if (input.ExtensionFields != null) {
4189
- const memberEntries = se_ExtensionFieldList(input.ExtensionFields, context);
4190
- if (input.ExtensionFields?.length === 0) {
4188
+ if (input[_EF] != null) {
4189
+ const memberEntries = se_ExtensionFieldList(input[_EF], context);
4190
+ if (input[_EF]?.length === 0) {
4191
4191
  entries.ExtensionFields = [];
4192
4192
  }
4193
4193
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4199,11 +4199,11 @@ const se_MessageDsn = (input, context) => {
4199
4199
  };
4200
4200
  const se_MessageTag = (input, context) => {
4201
4201
  const entries = {};
4202
- if (input.Name != null) {
4203
- entries["Name"] = input.Name;
4202
+ if (input[_N] != null) {
4203
+ entries[_N] = input[_N];
4204
4204
  }
4205
- if (input.Value != null) {
4206
- entries["Value"] = input.Value;
4205
+ if (input[_Va] != null) {
4206
+ entries[_Va] = input[_Va];
4207
4207
  }
4208
4208
  return entries;
4209
4209
  };
@@ -4236,11 +4236,11 @@ const se_PolicyNameList = (input, context) => {
4236
4236
  };
4237
4237
  const se_PutConfigurationSetDeliveryOptionsRequest = (input, context) => {
4238
4238
  const entries = {};
4239
- if (input.ConfigurationSetName != null) {
4240
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4239
+ if (input[_CSN] != null) {
4240
+ entries[_CSN] = input[_CSN];
4241
4241
  }
4242
- if (input.DeliveryOptions != null) {
4243
- const memberEntries = se_DeliveryOptions(input.DeliveryOptions, context);
4242
+ if (input[_DO] != null) {
4243
+ const memberEntries = se_DeliveryOptions(input[_DO], context);
4244
4244
  Object.entries(memberEntries).forEach(([key, value]) => {
4245
4245
  const loc = `DeliveryOptions.${key}`;
4246
4246
  entries[loc] = value;
@@ -4250,70 +4250,70 @@ const se_PutConfigurationSetDeliveryOptionsRequest = (input, context) => {
4250
4250
  };
4251
4251
  const se_PutIdentityPolicyRequest = (input, context) => {
4252
4252
  const entries = {};
4253
- if (input.Identity != null) {
4254
- entries["Identity"] = input.Identity;
4253
+ if (input[_I] != null) {
4254
+ entries[_I] = input[_I];
4255
4255
  }
4256
- if (input.PolicyName != null) {
4257
- entries["PolicyName"] = input.PolicyName;
4256
+ if (input[_PN] != null) {
4257
+ entries[_PN] = input[_PN];
4258
4258
  }
4259
- if (input.Policy != null) {
4260
- entries["Policy"] = input.Policy;
4259
+ if (input[_P] != null) {
4260
+ entries[_P] = input[_P];
4261
4261
  }
4262
4262
  return entries;
4263
4263
  };
4264
4264
  const se_RawMessage = (input, context) => {
4265
4265
  const entries = {};
4266
- if (input.Data != null) {
4267
- entries["Data"] = context.base64Encoder(input.Data);
4266
+ if (input[_Da] != null) {
4267
+ entries[_Da] = context.base64Encoder(input[_Da]);
4268
4268
  }
4269
4269
  return entries;
4270
4270
  };
4271
4271
  const se_ReceiptAction = (input, context) => {
4272
4272
  const entries = {};
4273
- if (input.S3Action != null) {
4274
- const memberEntries = se_S3Action(input.S3Action, context);
4273
+ if (input[_SA] != null) {
4274
+ const memberEntries = se_S3Action(input[_SA], context);
4275
4275
  Object.entries(memberEntries).forEach(([key, value]) => {
4276
4276
  const loc = `S3Action.${key}`;
4277
4277
  entries[loc] = value;
4278
4278
  });
4279
4279
  }
4280
- if (input.BounceAction != null) {
4281
- const memberEntries = se_BounceAction(input.BounceAction, context);
4280
+ if (input[_BAo] != null) {
4281
+ const memberEntries = se_BounceAction(input[_BAo], context);
4282
4282
  Object.entries(memberEntries).forEach(([key, value]) => {
4283
4283
  const loc = `BounceAction.${key}`;
4284
4284
  entries[loc] = value;
4285
4285
  });
4286
4286
  }
4287
- if (input.WorkmailAction != null) {
4288
- const memberEntries = se_WorkmailAction(input.WorkmailAction, context);
4287
+ if (input[_WA] != null) {
4288
+ const memberEntries = se_WorkmailAction(input[_WA], context);
4289
4289
  Object.entries(memberEntries).forEach(([key, value]) => {
4290
4290
  const loc = `WorkmailAction.${key}`;
4291
4291
  entries[loc] = value;
4292
4292
  });
4293
4293
  }
4294
- if (input.LambdaAction != null) {
4295
- const memberEntries = se_LambdaAction(input.LambdaAction, context);
4294
+ if (input[_LA] != null) {
4295
+ const memberEntries = se_LambdaAction(input[_LA], context);
4296
4296
  Object.entries(memberEntries).forEach(([key, value]) => {
4297
4297
  const loc = `LambdaAction.${key}`;
4298
4298
  entries[loc] = value;
4299
4299
  });
4300
4300
  }
4301
- if (input.StopAction != null) {
4302
- const memberEntries = se_StopAction(input.StopAction, context);
4301
+ if (input[_SAt] != null) {
4302
+ const memberEntries = se_StopAction(input[_SAt], context);
4303
4303
  Object.entries(memberEntries).forEach(([key, value]) => {
4304
4304
  const loc = `StopAction.${key}`;
4305
4305
  entries[loc] = value;
4306
4306
  });
4307
4307
  }
4308
- if (input.AddHeaderAction != null) {
4309
- const memberEntries = se_AddHeaderAction(input.AddHeaderAction, context);
4308
+ if (input[_AHA] != null) {
4309
+ const memberEntries = se_AddHeaderAction(input[_AHA], context);
4310
4310
  Object.entries(memberEntries).forEach(([key, value]) => {
4311
4311
  const loc = `AddHeaderAction.${key}`;
4312
4312
  entries[loc] = value;
4313
4313
  });
4314
4314
  }
4315
- if (input.SNSAction != null) {
4316
- const memberEntries = se_SNSAction(input.SNSAction, context);
4315
+ if (input[_SNSA] != null) {
4316
+ const memberEntries = se_SNSAction(input[_SNSA], context);
4317
4317
  Object.entries(memberEntries).forEach(([key, value]) => {
4318
4318
  const loc = `SNSAction.${key}`;
4319
4319
  entries[loc] = value;
@@ -4338,11 +4338,11 @@ const se_ReceiptActionsList = (input, context) => {
4338
4338
  };
4339
4339
  const se_ReceiptFilter = (input, context) => {
4340
4340
  const entries = {};
4341
- if (input.Name != null) {
4342
- entries["Name"] = input.Name;
4341
+ if (input[_N] != null) {
4342
+ entries[_N] = input[_N];
4343
4343
  }
4344
- if (input.IpFilter != null) {
4345
- const memberEntries = se_ReceiptIpFilter(input.IpFilter, context);
4344
+ if (input[_IF] != null) {
4345
+ const memberEntries = se_ReceiptIpFilter(input[_IF], context);
4346
4346
  Object.entries(memberEntries).forEach(([key, value]) => {
4347
4347
  const loc = `IpFilter.${key}`;
4348
4348
  entries[loc] = value;
@@ -4352,28 +4352,28 @@ const se_ReceiptFilter = (input, context) => {
4352
4352
  };
4353
4353
  const se_ReceiptIpFilter = (input, context) => {
4354
4354
  const entries = {};
4355
- if (input.Policy != null) {
4356
- entries["Policy"] = input.Policy;
4355
+ if (input[_P] != null) {
4356
+ entries[_P] = input[_P];
4357
4357
  }
4358
- if (input.Cidr != null) {
4359
- entries["Cidr"] = input.Cidr;
4358
+ if (input[_Ci] != null) {
4359
+ entries[_Ci] = input[_Ci];
4360
4360
  }
4361
4361
  return entries;
4362
4362
  };
4363
4363
  const se_ReceiptRule = (input, context) => {
4364
4364
  const entries = {};
4365
- if (input.Name != null) {
4366
- entries["Name"] = input.Name;
4365
+ if (input[_N] != null) {
4366
+ entries[_N] = input[_N];
4367
4367
  }
4368
- if (input.Enabled != null) {
4369
- entries["Enabled"] = input.Enabled;
4368
+ if (input[_E] != null) {
4369
+ entries[_E] = input[_E];
4370
4370
  }
4371
- if (input.TlsPolicy != null) {
4372
- entries["TlsPolicy"] = input.TlsPolicy;
4371
+ if (input[_TP] != null) {
4372
+ entries[_TP] = input[_TP];
4373
4373
  }
4374
- if (input.Recipients != null) {
4375
- const memberEntries = se_RecipientsList(input.Recipients, context);
4376
- if (input.Recipients?.length === 0) {
4374
+ if (input[_Re] != null) {
4375
+ const memberEntries = se_RecipientsList(input[_Re], context);
4376
+ if (input[_Re]?.length === 0) {
4377
4377
  entries.Recipients = [];
4378
4378
  }
4379
4379
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4381,9 +4381,9 @@ const se_ReceiptRule = (input, context) => {
4381
4381
  entries[loc] = value;
4382
4382
  });
4383
4383
  }
4384
- if (input.Actions != null) {
4385
- const memberEntries = se_ReceiptActionsList(input.Actions, context);
4386
- if (input.Actions?.length === 0) {
4384
+ if (input[_Ac] != null) {
4385
+ const memberEntries = se_ReceiptActionsList(input[_Ac], context);
4386
+ if (input[_Ac]?.length === 0) {
4387
4387
  entries.Actions = [];
4388
4388
  }
4389
4389
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4391,8 +4391,8 @@ const se_ReceiptRule = (input, context) => {
4391
4391
  entries[loc] = value;
4392
4392
  });
4393
4393
  }
4394
- if (input.ScanEnabled != null) {
4395
- entries["ScanEnabled"] = input.ScanEnabled;
4394
+ if (input[_SEc] != null) {
4395
+ entries[_SEc] = input[_SEc];
4396
4396
  }
4397
4397
  return entries;
4398
4398
  };
@@ -4410,27 +4410,27 @@ const se_ReceiptRuleNamesList = (input, context) => {
4410
4410
  };
4411
4411
  const se_RecipientDsnFields = (input, context) => {
4412
4412
  const entries = {};
4413
- if (input.FinalRecipient != null) {
4414
- entries["FinalRecipient"] = input.FinalRecipient;
4413
+ if (input[_FR] != null) {
4414
+ entries[_FR] = input[_FR];
4415
4415
  }
4416
- if (input.Action != null) {
4417
- entries["Action"] = input.Action;
4416
+ if (input[_A] != null) {
4417
+ entries[_A] = input[_A];
4418
4418
  }
4419
- if (input.RemoteMta != null) {
4420
- entries["RemoteMta"] = input.RemoteMta;
4419
+ if (input[_RMe] != null) {
4420
+ entries[_RMe] = input[_RMe];
4421
4421
  }
4422
- if (input.Status != null) {
4423
- entries["Status"] = input.Status;
4422
+ if (input[_St] != null) {
4423
+ entries[_St] = input[_St];
4424
4424
  }
4425
- if (input.DiagnosticCode != null) {
4426
- entries["DiagnosticCode"] = input.DiagnosticCode;
4425
+ if (input[_DCi] != null) {
4426
+ entries[_DCi] = input[_DCi];
4427
4427
  }
4428
- if (input.LastAttemptDate != null) {
4429
- entries["LastAttemptDate"] = input.LastAttemptDate.toISOString().split(".")[0] + "Z";
4428
+ if (input[_LAD] != null) {
4429
+ entries[_LAD] = input[_LAD].toISOString().split(".")[0] + "Z";
4430
4430
  }
4431
- if (input.ExtensionFields != null) {
4432
- const memberEntries = se_ExtensionFieldList(input.ExtensionFields, context);
4433
- if (input.ExtensionFields?.length === 0) {
4431
+ if (input[_EF] != null) {
4432
+ const memberEntries = se_ExtensionFieldList(input[_EF], context);
4433
+ if (input[_EF]?.length === 0) {
4434
4434
  entries.ExtensionFields = [];
4435
4435
  }
4436
4436
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4454,12 +4454,12 @@ const se_RecipientsList = (input, context) => {
4454
4454
  };
4455
4455
  const se_ReorderReceiptRuleSetRequest = (input, context) => {
4456
4456
  const entries = {};
4457
- if (input.RuleSetName != null) {
4458
- entries["RuleSetName"] = input.RuleSetName;
4457
+ if (input[_RSN] != null) {
4458
+ entries[_RSN] = input[_RSN];
4459
4459
  }
4460
- if (input.RuleNames != null) {
4461
- const memberEntries = se_ReceiptRuleNamesList(input.RuleNames, context);
4462
- if (input.RuleNames?.length === 0) {
4460
+ if (input[_RNu] != null) {
4461
+ const memberEntries = se_ReceiptRuleNamesList(input[_RNu], context);
4462
+ if (input[_RNu]?.length === 0) {
4463
4463
  entries.RuleNames = [];
4464
4464
  }
4465
4465
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4471,41 +4471,41 @@ const se_ReorderReceiptRuleSetRequest = (input, context) => {
4471
4471
  };
4472
4472
  const se_S3Action = (input, context) => {
4473
4473
  const entries = {};
4474
- if (input.TopicArn != null) {
4475
- entries["TopicArn"] = input.TopicArn;
4474
+ if (input[_TA] != null) {
4475
+ entries[_TA] = input[_TA];
4476
4476
  }
4477
- if (input.BucketName != null) {
4478
- entries["BucketName"] = input.BucketName;
4477
+ if (input[_BN] != null) {
4478
+ entries[_BN] = input[_BN];
4479
4479
  }
4480
- if (input.ObjectKeyPrefix != null) {
4481
- entries["ObjectKeyPrefix"] = input.ObjectKeyPrefix;
4480
+ if (input[_OKP] != null) {
4481
+ entries[_OKP] = input[_OKP];
4482
4482
  }
4483
- if (input.KmsKeyArn != null) {
4484
- entries["KmsKeyArn"] = input.KmsKeyArn;
4483
+ if (input[_KKA] != null) {
4484
+ entries[_KKA] = input[_KKA];
4485
4485
  }
4486
4486
  return entries;
4487
4487
  };
4488
4488
  const se_SendBounceRequest = (input, context) => {
4489
4489
  const entries = {};
4490
- if (input.OriginalMessageId != null) {
4491
- entries["OriginalMessageId"] = input.OriginalMessageId;
4490
+ if (input[_OMI] != null) {
4491
+ entries[_OMI] = input[_OMI];
4492
4492
  }
4493
- if (input.BounceSender != null) {
4494
- entries["BounceSender"] = input.BounceSender;
4493
+ if (input[_BS] != null) {
4494
+ entries[_BS] = input[_BS];
4495
4495
  }
4496
- if (input.Explanation != null) {
4497
- entries["Explanation"] = input.Explanation;
4496
+ if (input[_Ex] != null) {
4497
+ entries[_Ex] = input[_Ex];
4498
4498
  }
4499
- if (input.MessageDsn != null) {
4500
- const memberEntries = se_MessageDsn(input.MessageDsn, context);
4499
+ if (input[_MD] != null) {
4500
+ const memberEntries = se_MessageDsn(input[_MD], context);
4501
4501
  Object.entries(memberEntries).forEach(([key, value]) => {
4502
4502
  const loc = `MessageDsn.${key}`;
4503
4503
  entries[loc] = value;
4504
4504
  });
4505
4505
  }
4506
- if (input.BouncedRecipientInfoList != null) {
4507
- const memberEntries = se_BouncedRecipientInfoList(input.BouncedRecipientInfoList, context);
4508
- if (input.BouncedRecipientInfoList?.length === 0) {
4506
+ if (input[_BRIL] != null) {
4507
+ const memberEntries = se_BouncedRecipientInfoList(input[_BRIL], context);
4508
+ if (input[_BRIL]?.length === 0) {
4509
4509
  entries.BouncedRecipientInfoList = [];
4510
4510
  }
4511
4511
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4513,22 +4513,22 @@ const se_SendBounceRequest = (input, context) => {
4513
4513
  entries[loc] = value;
4514
4514
  });
4515
4515
  }
4516
- if (input.BounceSenderArn != null) {
4517
- entries["BounceSenderArn"] = input.BounceSenderArn;
4516
+ if (input[_BSA] != null) {
4517
+ entries[_BSA] = input[_BSA];
4518
4518
  }
4519
4519
  return entries;
4520
4520
  };
4521
4521
  const se_SendBulkTemplatedEmailRequest = (input, context) => {
4522
4522
  const entries = {};
4523
- if (input.Source != null) {
4524
- entries["Source"] = input.Source;
4523
+ if (input[_So] != null) {
4524
+ entries[_So] = input[_So];
4525
4525
  }
4526
- if (input.SourceArn != null) {
4527
- entries["SourceArn"] = input.SourceArn;
4526
+ if (input[_SAo] != null) {
4527
+ entries[_SAo] = input[_SAo];
4528
4528
  }
4529
- if (input.ReplyToAddresses != null) {
4530
- const memberEntries = se_AddressList(input.ReplyToAddresses, context);
4531
- if (input.ReplyToAddresses?.length === 0) {
4529
+ if (input[_RTA] != null) {
4530
+ const memberEntries = se_AddressList(input[_RTA], context);
4531
+ if (input[_RTA]?.length === 0) {
4532
4532
  entries.ReplyToAddresses = [];
4533
4533
  }
4534
4534
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4536,18 +4536,18 @@ const se_SendBulkTemplatedEmailRequest = (input, context) => {
4536
4536
  entries[loc] = value;
4537
4537
  });
4538
4538
  }
4539
- if (input.ReturnPath != null) {
4540
- entries["ReturnPath"] = input.ReturnPath;
4539
+ if (input[_RP] != null) {
4540
+ entries[_RP] = input[_RP];
4541
4541
  }
4542
- if (input.ReturnPathArn != null) {
4543
- entries["ReturnPathArn"] = input.ReturnPathArn;
4542
+ if (input[_RPA] != null) {
4543
+ entries[_RPA] = input[_RPA];
4544
4544
  }
4545
- if (input.ConfigurationSetName != null) {
4546
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4545
+ if (input[_CSN] != null) {
4546
+ entries[_CSN] = input[_CSN];
4547
4547
  }
4548
- if (input.DefaultTags != null) {
4549
- const memberEntries = se_MessageTagList(input.DefaultTags, context);
4550
- if (input.DefaultTags?.length === 0) {
4548
+ if (input[_DTe] != null) {
4549
+ const memberEntries = se_MessageTagList(input[_DTe], context);
4550
+ if (input[_DTe]?.length === 0) {
4551
4551
  entries.DefaultTags = [];
4552
4552
  }
4553
4553
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4555,18 +4555,18 @@ const se_SendBulkTemplatedEmailRequest = (input, context) => {
4555
4555
  entries[loc] = value;
4556
4556
  });
4557
4557
  }
4558
- if (input.Template != null) {
4559
- entries["Template"] = input.Template;
4558
+ if (input[_Te] != null) {
4559
+ entries[_Te] = input[_Te];
4560
4560
  }
4561
- if (input.TemplateArn != null) {
4562
- entries["TemplateArn"] = input.TemplateArn;
4561
+ if (input[_TAe] != null) {
4562
+ entries[_TAe] = input[_TAe];
4563
4563
  }
4564
- if (input.DefaultTemplateData != null) {
4565
- entries["DefaultTemplateData"] = input.DefaultTemplateData;
4564
+ if (input[_DTD] != null) {
4565
+ entries[_DTD] = input[_DTD];
4566
4566
  }
4567
- if (input.Destinations != null) {
4568
- const memberEntries = se_BulkEmailDestinationList(input.Destinations, context);
4569
- if (input.Destinations?.length === 0) {
4567
+ if (input[_De] != null) {
4568
+ const memberEntries = se_BulkEmailDestinationList(input[_De], context);
4569
+ if (input[_De]?.length === 0) {
4570
4570
  entries.Destinations = [];
4571
4571
  }
4572
4572
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4578,39 +4578,39 @@ const se_SendBulkTemplatedEmailRequest = (input, context) => {
4578
4578
  };
4579
4579
  const se_SendCustomVerificationEmailRequest = (input, context) => {
4580
4580
  const entries = {};
4581
- if (input.EmailAddress != null) {
4582
- entries["EmailAddress"] = input.EmailAddress;
4581
+ if (input[_EA] != null) {
4582
+ entries[_EA] = input[_EA];
4583
4583
  }
4584
- if (input.TemplateName != null) {
4585
- entries["TemplateName"] = input.TemplateName;
4584
+ if (input[_TN] != null) {
4585
+ entries[_TN] = input[_TN];
4586
4586
  }
4587
- if (input.ConfigurationSetName != null) {
4588
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4587
+ if (input[_CSN] != null) {
4588
+ entries[_CSN] = input[_CSN];
4589
4589
  }
4590
4590
  return entries;
4591
4591
  };
4592
4592
  const se_SendEmailRequest = (input, context) => {
4593
4593
  const entries = {};
4594
- if (input.Source != null) {
4595
- entries["Source"] = input.Source;
4594
+ if (input[_So] != null) {
4595
+ entries[_So] = input[_So];
4596
4596
  }
4597
- if (input.Destination != null) {
4598
- const memberEntries = se_Destination(input.Destination, context);
4597
+ if (input[_D] != null) {
4598
+ const memberEntries = se_Destination(input[_D], context);
4599
4599
  Object.entries(memberEntries).forEach(([key, value]) => {
4600
4600
  const loc = `Destination.${key}`;
4601
4601
  entries[loc] = value;
4602
4602
  });
4603
4603
  }
4604
- if (input.Message != null) {
4605
- const memberEntries = se_Message(input.Message, context);
4604
+ if (input[_M] != null) {
4605
+ const memberEntries = se_Message(input[_M], context);
4606
4606
  Object.entries(memberEntries).forEach(([key, value]) => {
4607
4607
  const loc = `Message.${key}`;
4608
4608
  entries[loc] = value;
4609
4609
  });
4610
4610
  }
4611
- if (input.ReplyToAddresses != null) {
4612
- const memberEntries = se_AddressList(input.ReplyToAddresses, context);
4613
- if (input.ReplyToAddresses?.length === 0) {
4611
+ if (input[_RTA] != null) {
4612
+ const memberEntries = se_AddressList(input[_RTA], context);
4613
+ if (input[_RTA]?.length === 0) {
4614
4614
  entries.ReplyToAddresses = [];
4615
4615
  }
4616
4616
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4618,18 +4618,18 @@ const se_SendEmailRequest = (input, context) => {
4618
4618
  entries[loc] = value;
4619
4619
  });
4620
4620
  }
4621
- if (input.ReturnPath != null) {
4622
- entries["ReturnPath"] = input.ReturnPath;
4621
+ if (input[_RP] != null) {
4622
+ entries[_RP] = input[_RP];
4623
4623
  }
4624
- if (input.SourceArn != null) {
4625
- entries["SourceArn"] = input.SourceArn;
4624
+ if (input[_SAo] != null) {
4625
+ entries[_SAo] = input[_SAo];
4626
4626
  }
4627
- if (input.ReturnPathArn != null) {
4628
- entries["ReturnPathArn"] = input.ReturnPathArn;
4627
+ if (input[_RPA] != null) {
4628
+ entries[_RPA] = input[_RPA];
4629
4629
  }
4630
- if (input.Tags != null) {
4631
- const memberEntries = se_MessageTagList(input.Tags, context);
4632
- if (input.Tags?.length === 0) {
4630
+ if (input[_Ta] != null) {
4631
+ const memberEntries = se_MessageTagList(input[_Ta], context);
4632
+ if (input[_Ta]?.length === 0) {
4633
4633
  entries.Tags = [];
4634
4634
  }
4635
4635
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4637,19 +4637,19 @@ const se_SendEmailRequest = (input, context) => {
4637
4637
  entries[loc] = value;
4638
4638
  });
4639
4639
  }
4640
- if (input.ConfigurationSetName != null) {
4641
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4640
+ if (input[_CSN] != null) {
4641
+ entries[_CSN] = input[_CSN];
4642
4642
  }
4643
4643
  return entries;
4644
4644
  };
4645
4645
  const se_SendRawEmailRequest = (input, context) => {
4646
4646
  const entries = {};
4647
- if (input.Source != null) {
4648
- entries["Source"] = input.Source;
4647
+ if (input[_So] != null) {
4648
+ entries[_So] = input[_So];
4649
4649
  }
4650
- if (input.Destinations != null) {
4651
- const memberEntries = se_AddressList(input.Destinations, context);
4652
- if (input.Destinations?.length === 0) {
4650
+ if (input[_De] != null) {
4651
+ const memberEntries = se_AddressList(input[_De], context);
4652
+ if (input[_De]?.length === 0) {
4653
4653
  entries.Destinations = [];
4654
4654
  }
4655
4655
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4657,25 +4657,25 @@ const se_SendRawEmailRequest = (input, context) => {
4657
4657
  entries[loc] = value;
4658
4658
  });
4659
4659
  }
4660
- if (input.RawMessage != null) {
4661
- const memberEntries = se_RawMessage(input.RawMessage, context);
4660
+ if (input[_RMa] != null) {
4661
+ const memberEntries = se_RawMessage(input[_RMa], context);
4662
4662
  Object.entries(memberEntries).forEach(([key, value]) => {
4663
4663
  const loc = `RawMessage.${key}`;
4664
4664
  entries[loc] = value;
4665
4665
  });
4666
4666
  }
4667
- if (input.FromArn != null) {
4668
- entries["FromArn"] = input.FromArn;
4667
+ if (input[_FAr] != null) {
4668
+ entries[_FAr] = input[_FAr];
4669
4669
  }
4670
- if (input.SourceArn != null) {
4671
- entries["SourceArn"] = input.SourceArn;
4670
+ if (input[_SAo] != null) {
4671
+ entries[_SAo] = input[_SAo];
4672
4672
  }
4673
- if (input.ReturnPathArn != null) {
4674
- entries["ReturnPathArn"] = input.ReturnPathArn;
4673
+ if (input[_RPA] != null) {
4674
+ entries[_RPA] = input[_RPA];
4675
4675
  }
4676
- if (input.Tags != null) {
4677
- const memberEntries = se_MessageTagList(input.Tags, context);
4678
- if (input.Tags?.length === 0) {
4676
+ if (input[_Ta] != null) {
4677
+ const memberEntries = se_MessageTagList(input[_Ta], context);
4678
+ if (input[_Ta]?.length === 0) {
4679
4679
  entries.Tags = [];
4680
4680
  }
4681
4681
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4683,26 +4683,26 @@ const se_SendRawEmailRequest = (input, context) => {
4683
4683
  entries[loc] = value;
4684
4684
  });
4685
4685
  }
4686
- if (input.ConfigurationSetName != null) {
4687
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4686
+ if (input[_CSN] != null) {
4687
+ entries[_CSN] = input[_CSN];
4688
4688
  }
4689
4689
  return entries;
4690
4690
  };
4691
4691
  const se_SendTemplatedEmailRequest = (input, context) => {
4692
4692
  const entries = {};
4693
- if (input.Source != null) {
4694
- entries["Source"] = input.Source;
4693
+ if (input[_So] != null) {
4694
+ entries[_So] = input[_So];
4695
4695
  }
4696
- if (input.Destination != null) {
4697
- const memberEntries = se_Destination(input.Destination, context);
4696
+ if (input[_D] != null) {
4697
+ const memberEntries = se_Destination(input[_D], context);
4698
4698
  Object.entries(memberEntries).forEach(([key, value]) => {
4699
4699
  const loc = `Destination.${key}`;
4700
4700
  entries[loc] = value;
4701
4701
  });
4702
4702
  }
4703
- if (input.ReplyToAddresses != null) {
4704
- const memberEntries = se_AddressList(input.ReplyToAddresses, context);
4705
- if (input.ReplyToAddresses?.length === 0) {
4703
+ if (input[_RTA] != null) {
4704
+ const memberEntries = se_AddressList(input[_RTA], context);
4705
+ if (input[_RTA]?.length === 0) {
4706
4706
  entries.ReplyToAddresses = [];
4707
4707
  }
4708
4708
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4710,18 +4710,18 @@ const se_SendTemplatedEmailRequest = (input, context) => {
4710
4710
  entries[loc] = value;
4711
4711
  });
4712
4712
  }
4713
- if (input.ReturnPath != null) {
4714
- entries["ReturnPath"] = input.ReturnPath;
4713
+ if (input[_RP] != null) {
4714
+ entries[_RP] = input[_RP];
4715
4715
  }
4716
- if (input.SourceArn != null) {
4717
- entries["SourceArn"] = input.SourceArn;
4716
+ if (input[_SAo] != null) {
4717
+ entries[_SAo] = input[_SAo];
4718
4718
  }
4719
- if (input.ReturnPathArn != null) {
4720
- entries["ReturnPathArn"] = input.ReturnPathArn;
4719
+ if (input[_RPA] != null) {
4720
+ entries[_RPA] = input[_RPA];
4721
4721
  }
4722
- if (input.Tags != null) {
4723
- const memberEntries = se_MessageTagList(input.Tags, context);
4724
- if (input.Tags?.length === 0) {
4722
+ if (input[_Ta] != null) {
4723
+ const memberEntries = se_MessageTagList(input[_Ta], context);
4724
+ if (input[_Ta]?.length === 0) {
4725
4725
  entries.Tags = [];
4726
4726
  }
4727
4727
  Object.entries(memberEntries).forEach(([key, value]) => {
@@ -4729,173 +4729,173 @@ const se_SendTemplatedEmailRequest = (input, context) => {
4729
4729
  entries[loc] = value;
4730
4730
  });
4731
4731
  }
4732
- if (input.ConfigurationSetName != null) {
4733
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4732
+ if (input[_CSN] != null) {
4733
+ entries[_CSN] = input[_CSN];
4734
4734
  }
4735
- if (input.Template != null) {
4736
- entries["Template"] = input.Template;
4735
+ if (input[_Te] != null) {
4736
+ entries[_Te] = input[_Te];
4737
4737
  }
4738
- if (input.TemplateArn != null) {
4739
- entries["TemplateArn"] = input.TemplateArn;
4738
+ if (input[_TAe] != null) {
4739
+ entries[_TAe] = input[_TAe];
4740
4740
  }
4741
- if (input.TemplateData != null) {
4742
- entries["TemplateData"] = input.TemplateData;
4741
+ if (input[_TD] != null) {
4742
+ entries[_TD] = input[_TD];
4743
4743
  }
4744
4744
  return entries;
4745
4745
  };
4746
4746
  const se_SetActiveReceiptRuleSetRequest = (input, context) => {
4747
4747
  const entries = {};
4748
- if (input.RuleSetName != null) {
4749
- entries["RuleSetName"] = input.RuleSetName;
4748
+ if (input[_RSN] != null) {
4749
+ entries[_RSN] = input[_RSN];
4750
4750
  }
4751
4751
  return entries;
4752
4752
  };
4753
4753
  const se_SetIdentityDkimEnabledRequest = (input, context) => {
4754
4754
  const entries = {};
4755
- if (input.Identity != null) {
4756
- entries["Identity"] = input.Identity;
4755
+ if (input[_I] != null) {
4756
+ entries[_I] = input[_I];
4757
4757
  }
4758
- if (input.DkimEnabled != null) {
4759
- entries["DkimEnabled"] = input.DkimEnabled;
4758
+ if (input[_DE] != null) {
4759
+ entries[_DE] = input[_DE];
4760
4760
  }
4761
4761
  return entries;
4762
4762
  };
4763
4763
  const se_SetIdentityFeedbackForwardingEnabledRequest = (input, context) => {
4764
4764
  const entries = {};
4765
- if (input.Identity != null) {
4766
- entries["Identity"] = input.Identity;
4765
+ if (input[_I] != null) {
4766
+ entries[_I] = input[_I];
4767
4767
  }
4768
- if (input.ForwardingEnabled != null) {
4769
- entries["ForwardingEnabled"] = input.ForwardingEnabled;
4768
+ if (input[_FE] != null) {
4769
+ entries[_FE] = input[_FE];
4770
4770
  }
4771
4771
  return entries;
4772
4772
  };
4773
4773
  const se_SetIdentityHeadersInNotificationsEnabledRequest = (input, context) => {
4774
4774
  const entries = {};
4775
- if (input.Identity != null) {
4776
- entries["Identity"] = input.Identity;
4775
+ if (input[_I] != null) {
4776
+ entries[_I] = input[_I];
4777
4777
  }
4778
- if (input.NotificationType != null) {
4779
- entries["NotificationType"] = input.NotificationType;
4778
+ if (input[_NTo] != null) {
4779
+ entries[_NTo] = input[_NTo];
4780
4780
  }
4781
- if (input.Enabled != null) {
4782
- entries["Enabled"] = input.Enabled;
4781
+ if (input[_E] != null) {
4782
+ entries[_E] = input[_E];
4783
4783
  }
4784
4784
  return entries;
4785
4785
  };
4786
4786
  const se_SetIdentityMailFromDomainRequest = (input, context) => {
4787
4787
  const entries = {};
4788
- if (input.Identity != null) {
4789
- entries["Identity"] = input.Identity;
4788
+ if (input[_I] != null) {
4789
+ entries[_I] = input[_I];
4790
4790
  }
4791
- if (input.MailFromDomain != null) {
4792
- entries["MailFromDomain"] = input.MailFromDomain;
4791
+ if (input[_MFD] != null) {
4792
+ entries[_MFD] = input[_MFD];
4793
4793
  }
4794
- if (input.BehaviorOnMXFailure != null) {
4795
- entries["BehaviorOnMXFailure"] = input.BehaviorOnMXFailure;
4794
+ if (input[_BOMXF] != null) {
4795
+ entries[_BOMXF] = input[_BOMXF];
4796
4796
  }
4797
4797
  return entries;
4798
4798
  };
4799
4799
  const se_SetIdentityNotificationTopicRequest = (input, context) => {
4800
4800
  const entries = {};
4801
- if (input.Identity != null) {
4802
- entries["Identity"] = input.Identity;
4801
+ if (input[_I] != null) {
4802
+ entries[_I] = input[_I];
4803
4803
  }
4804
- if (input.NotificationType != null) {
4805
- entries["NotificationType"] = input.NotificationType;
4804
+ if (input[_NTo] != null) {
4805
+ entries[_NTo] = input[_NTo];
4806
4806
  }
4807
- if (input.SnsTopic != null) {
4808
- entries["SnsTopic"] = input.SnsTopic;
4807
+ if (input[_ST] != null) {
4808
+ entries[_ST] = input[_ST];
4809
4809
  }
4810
4810
  return entries;
4811
4811
  };
4812
4812
  const se_SetReceiptRulePositionRequest = (input, context) => {
4813
4813
  const entries = {};
4814
- if (input.RuleSetName != null) {
4815
- entries["RuleSetName"] = input.RuleSetName;
4814
+ if (input[_RSN] != null) {
4815
+ entries[_RSN] = input[_RSN];
4816
4816
  }
4817
- if (input.RuleName != null) {
4818
- entries["RuleName"] = input.RuleName;
4817
+ if (input[_RN] != null) {
4818
+ entries[_RN] = input[_RN];
4819
4819
  }
4820
- if (input.After != null) {
4821
- entries["After"] = input.After;
4820
+ if (input[_Af] != null) {
4821
+ entries[_Af] = input[_Af];
4822
4822
  }
4823
4823
  return entries;
4824
4824
  };
4825
4825
  const se_SNSAction = (input, context) => {
4826
4826
  const entries = {};
4827
- if (input.TopicArn != null) {
4828
- entries["TopicArn"] = input.TopicArn;
4827
+ if (input[_TA] != null) {
4828
+ entries[_TA] = input[_TA];
4829
4829
  }
4830
- if (input.Encoding != null) {
4831
- entries["Encoding"] = input.Encoding;
4830
+ if (input[_En] != null) {
4831
+ entries[_En] = input[_En];
4832
4832
  }
4833
4833
  return entries;
4834
4834
  };
4835
4835
  const se_SNSDestination = (input, context) => {
4836
4836
  const entries = {};
4837
- if (input.TopicARN != null) {
4838
- entries["TopicARN"] = input.TopicARN;
4837
+ if (input[_TARN] != null) {
4838
+ entries[_TARN] = input[_TARN];
4839
4839
  }
4840
4840
  return entries;
4841
4841
  };
4842
4842
  const se_StopAction = (input, context) => {
4843
4843
  const entries = {};
4844
- if (input.Scope != null) {
4845
- entries["Scope"] = input.Scope;
4844
+ if (input[_Sc] != null) {
4845
+ entries[_Sc] = input[_Sc];
4846
4846
  }
4847
- if (input.TopicArn != null) {
4848
- entries["TopicArn"] = input.TopicArn;
4847
+ if (input[_TA] != null) {
4848
+ entries[_TA] = input[_TA];
4849
4849
  }
4850
4850
  return entries;
4851
4851
  };
4852
4852
  const se_Template = (input, context) => {
4853
4853
  const entries = {};
4854
- if (input.TemplateName != null) {
4855
- entries["TemplateName"] = input.TemplateName;
4854
+ if (input[_TN] != null) {
4855
+ entries[_TN] = input[_TN];
4856
4856
  }
4857
- if (input.SubjectPart != null) {
4858
- entries["SubjectPart"] = input.SubjectPart;
4857
+ if (input[_SP] != null) {
4858
+ entries[_SP] = input[_SP];
4859
4859
  }
4860
- if (input.TextPart != null) {
4861
- entries["TextPart"] = input.TextPart;
4860
+ if (input[_TPe] != null) {
4861
+ entries[_TPe] = input[_TPe];
4862
4862
  }
4863
- if (input.HtmlPart != null) {
4864
- entries["HtmlPart"] = input.HtmlPart;
4863
+ if (input[_HP] != null) {
4864
+ entries[_HP] = input[_HP];
4865
4865
  }
4866
4866
  return entries;
4867
4867
  };
4868
4868
  const se_TestRenderTemplateRequest = (input, context) => {
4869
4869
  const entries = {};
4870
- if (input.TemplateName != null) {
4871
- entries["TemplateName"] = input.TemplateName;
4870
+ if (input[_TN] != null) {
4871
+ entries[_TN] = input[_TN];
4872
4872
  }
4873
- if (input.TemplateData != null) {
4874
- entries["TemplateData"] = input.TemplateData;
4873
+ if (input[_TD] != null) {
4874
+ entries[_TD] = input[_TD];
4875
4875
  }
4876
4876
  return entries;
4877
4877
  };
4878
4878
  const se_TrackingOptions = (input, context) => {
4879
4879
  const entries = {};
4880
- if (input.CustomRedirectDomain != null) {
4881
- entries["CustomRedirectDomain"] = input.CustomRedirectDomain;
4880
+ if (input[_CRD] != null) {
4881
+ entries[_CRD] = input[_CRD];
4882
4882
  }
4883
4883
  return entries;
4884
4884
  };
4885
4885
  const se_UpdateAccountSendingEnabledRequest = (input, context) => {
4886
4886
  const entries = {};
4887
- if (input.Enabled != null) {
4888
- entries["Enabled"] = input.Enabled;
4887
+ if (input[_E] != null) {
4888
+ entries[_E] = input[_E];
4889
4889
  }
4890
4890
  return entries;
4891
4891
  };
4892
4892
  const se_UpdateConfigurationSetEventDestinationRequest = (input, context) => {
4893
4893
  const entries = {};
4894
- if (input.ConfigurationSetName != null) {
4895
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4894
+ if (input[_CSN] != null) {
4895
+ entries[_CSN] = input[_CSN];
4896
4896
  }
4897
- if (input.EventDestination != null) {
4898
- const memberEntries = se_EventDestination(input.EventDestination, context);
4897
+ if (input[_ED] != null) {
4898
+ const memberEntries = se_EventDestination(input[_ED], context);
4899
4899
  Object.entries(memberEntries).forEach(([key, value]) => {
4900
4900
  const loc = `EventDestination.${key}`;
4901
4901
  entries[loc] = value;
@@ -4905,31 +4905,31 @@ const se_UpdateConfigurationSetEventDestinationRequest = (input, context) => {
4905
4905
  };
4906
4906
  const se_UpdateConfigurationSetReputationMetricsEnabledRequest = (input, context) => {
4907
4907
  const entries = {};
4908
- if (input.ConfigurationSetName != null) {
4909
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4908
+ if (input[_CSN] != null) {
4909
+ entries[_CSN] = input[_CSN];
4910
4910
  }
4911
- if (input.Enabled != null) {
4912
- entries["Enabled"] = input.Enabled;
4911
+ if (input[_E] != null) {
4912
+ entries[_E] = input[_E];
4913
4913
  }
4914
4914
  return entries;
4915
4915
  };
4916
4916
  const se_UpdateConfigurationSetSendingEnabledRequest = (input, context) => {
4917
4917
  const entries = {};
4918
- if (input.ConfigurationSetName != null) {
4919
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4918
+ if (input[_CSN] != null) {
4919
+ entries[_CSN] = input[_CSN];
4920
4920
  }
4921
- if (input.Enabled != null) {
4922
- entries["Enabled"] = input.Enabled;
4921
+ if (input[_E] != null) {
4922
+ entries[_E] = input[_E];
4923
4923
  }
4924
4924
  return entries;
4925
4925
  };
4926
4926
  const se_UpdateConfigurationSetTrackingOptionsRequest = (input, context) => {
4927
4927
  const entries = {};
4928
- if (input.ConfigurationSetName != null) {
4929
- entries["ConfigurationSetName"] = input.ConfigurationSetName;
4928
+ if (input[_CSN] != null) {
4929
+ entries[_CSN] = input[_CSN];
4930
4930
  }
4931
- if (input.TrackingOptions != null) {
4932
- const memberEntries = se_TrackingOptions(input.TrackingOptions, context);
4931
+ if (input[_TO] != null) {
4932
+ const memberEntries = se_TrackingOptions(input[_TO], context);
4933
4933
  Object.entries(memberEntries).forEach(([key, value]) => {
4934
4934
  const loc = `TrackingOptions.${key}`;
4935
4935
  entries[loc] = value;
@@ -4939,33 +4939,33 @@ const se_UpdateConfigurationSetTrackingOptionsRequest = (input, context) => {
4939
4939
  };
4940
4940
  const se_UpdateCustomVerificationEmailTemplateRequest = (input, context) => {
4941
4941
  const entries = {};
4942
- if (input.TemplateName != null) {
4943
- entries["TemplateName"] = input.TemplateName;
4942
+ if (input[_TN] != null) {
4943
+ entries[_TN] = input[_TN];
4944
4944
  }
4945
- if (input.FromEmailAddress != null) {
4946
- entries["FromEmailAddress"] = input.FromEmailAddress;
4945
+ if (input[_FEA] != null) {
4946
+ entries[_FEA] = input[_FEA];
4947
4947
  }
4948
- if (input.TemplateSubject != null) {
4949
- entries["TemplateSubject"] = input.TemplateSubject;
4948
+ if (input[_TS] != null) {
4949
+ entries[_TS] = input[_TS];
4950
4950
  }
4951
- if (input.TemplateContent != null) {
4952
- entries["TemplateContent"] = input.TemplateContent;
4951
+ if (input[_TC] != null) {
4952
+ entries[_TC] = input[_TC];
4953
4953
  }
4954
- if (input.SuccessRedirectionURL != null) {
4955
- entries["SuccessRedirectionURL"] = input.SuccessRedirectionURL;
4954
+ if (input[_SRURL] != null) {
4955
+ entries[_SRURL] = input[_SRURL];
4956
4956
  }
4957
- if (input.FailureRedirectionURL != null) {
4958
- entries["FailureRedirectionURL"] = input.FailureRedirectionURL;
4957
+ if (input[_FRURL] != null) {
4958
+ entries[_FRURL] = input[_FRURL];
4959
4959
  }
4960
4960
  return entries;
4961
4961
  };
4962
4962
  const se_UpdateReceiptRuleRequest = (input, context) => {
4963
4963
  const entries = {};
4964
- if (input.RuleSetName != null) {
4965
- entries["RuleSetName"] = input.RuleSetName;
4964
+ if (input[_RSN] != null) {
4965
+ entries[_RSN] = input[_RSN];
4966
4966
  }
4967
- if (input.Rule != null) {
4968
- const memberEntries = se_ReceiptRule(input.Rule, context);
4967
+ if (input[_Ru] != null) {
4968
+ const memberEntries = se_ReceiptRule(input[_Ru], context);
4969
4969
  Object.entries(memberEntries).forEach(([key, value]) => {
4970
4970
  const loc = `Rule.${key}`;
4971
4971
  entries[loc] = value;
@@ -4975,8 +4975,8 @@ const se_UpdateReceiptRuleRequest = (input, context) => {
4975
4975
  };
4976
4976
  const se_UpdateTemplateRequest = (input, context) => {
4977
4977
  const entries = {};
4978
- if (input.Template != null) {
4979
- const memberEntries = se_Template(input.Template, context);
4978
+ if (input[_Te] != null) {
4979
+ const memberEntries = se_Template(input[_Te], context);
4980
4980
  Object.entries(memberEntries).forEach(([key, value]) => {
4981
4981
  const loc = `Template.${key}`;
4982
4982
  entries[loc] = value;
@@ -4986,56 +4986,56 @@ const se_UpdateTemplateRequest = (input, context) => {
4986
4986
  };
4987
4987
  const se_VerifyDomainDkimRequest = (input, context) => {
4988
4988
  const entries = {};
4989
- if (input.Domain != null) {
4990
- entries["Domain"] = input.Domain;
4989
+ if (input[_Do] != null) {
4990
+ entries[_Do] = input[_Do];
4991
4991
  }
4992
4992
  return entries;
4993
4993
  };
4994
4994
  const se_VerifyDomainIdentityRequest = (input, context) => {
4995
4995
  const entries = {};
4996
- if (input.Domain != null) {
4997
- entries["Domain"] = input.Domain;
4996
+ if (input[_Do] != null) {
4997
+ entries[_Do] = input[_Do];
4998
4998
  }
4999
4999
  return entries;
5000
5000
  };
5001
5001
  const se_VerifyEmailAddressRequest = (input, context) => {
5002
5002
  const entries = {};
5003
- if (input.EmailAddress != null) {
5004
- entries["EmailAddress"] = input.EmailAddress;
5003
+ if (input[_EA] != null) {
5004
+ entries[_EA] = input[_EA];
5005
5005
  }
5006
5006
  return entries;
5007
5007
  };
5008
5008
  const se_VerifyEmailIdentityRequest = (input, context) => {
5009
5009
  const entries = {};
5010
- if (input.EmailAddress != null) {
5011
- entries["EmailAddress"] = input.EmailAddress;
5010
+ if (input[_EA] != null) {
5011
+ entries[_EA] = input[_EA];
5012
5012
  }
5013
5013
  return entries;
5014
5014
  };
5015
5015
  const se_WorkmailAction = (input, context) => {
5016
5016
  const entries = {};
5017
- if (input.TopicArn != null) {
5018
- entries["TopicArn"] = input.TopicArn;
5017
+ if (input[_TA] != null) {
5018
+ entries[_TA] = input[_TA];
5019
5019
  }
5020
- if (input.OrganizationArn != null) {
5021
- entries["OrganizationArn"] = input.OrganizationArn;
5020
+ if (input[_OA] != null) {
5021
+ entries[_OA] = input[_OA];
5022
5022
  }
5023
5023
  return entries;
5024
5024
  };
5025
5025
  const de_AccountSendingPausedException = (output, context) => {
5026
5026
  const contents = {};
5027
- if (output["message"] !== undefined) {
5028
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5027
+ if (output[_m] != null) {
5028
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5029
5029
  }
5030
5030
  return contents;
5031
5031
  };
5032
5032
  const de_AddHeaderAction = (output, context) => {
5033
5033
  const contents = {};
5034
- if (output["HeaderName"] !== undefined) {
5035
- contents.HeaderName = (0, smithy_client_1.expectString)(output["HeaderName"]);
5034
+ if (output[_HN] != null) {
5035
+ contents[_HN] = (0, smithy_client_1.expectString)(output[_HN]);
5036
5036
  }
5037
- if (output["HeaderValue"] !== undefined) {
5038
- contents.HeaderValue = (0, smithy_client_1.expectString)(output["HeaderValue"]);
5037
+ if (output[_HV] != null) {
5038
+ contents[_HV] = (0, smithy_client_1.expectString)(output[_HV]);
5039
5039
  }
5040
5040
  return contents;
5041
5041
  };
@@ -5048,43 +5048,43 @@ const de_AddressList = (output, context) => {
5048
5048
  };
5049
5049
  const de_AlreadyExistsException = (output, context) => {
5050
5050
  const contents = {};
5051
- if (output["Name"] !== undefined) {
5052
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5051
+ if (output[_N] != null) {
5052
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
5053
5053
  }
5054
- if (output["message"] !== undefined) {
5055
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5054
+ if (output[_m] != null) {
5055
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5056
5056
  }
5057
5057
  return contents;
5058
5058
  };
5059
5059
  const de_BounceAction = (output, context) => {
5060
5060
  const contents = {};
5061
- if (output["TopicArn"] !== undefined) {
5062
- contents.TopicArn = (0, smithy_client_1.expectString)(output["TopicArn"]);
5061
+ if (output[_TA] != null) {
5062
+ contents[_TA] = (0, smithy_client_1.expectString)(output[_TA]);
5063
5063
  }
5064
- if (output["SmtpReplyCode"] !== undefined) {
5065
- contents.SmtpReplyCode = (0, smithy_client_1.expectString)(output["SmtpReplyCode"]);
5064
+ if (output[_SRC] != null) {
5065
+ contents[_SRC] = (0, smithy_client_1.expectString)(output[_SRC]);
5066
5066
  }
5067
- if (output["StatusCode"] !== undefined) {
5068
- contents.StatusCode = (0, smithy_client_1.expectString)(output["StatusCode"]);
5067
+ if (output[_SC] != null) {
5068
+ contents[_SC] = (0, smithy_client_1.expectString)(output[_SC]);
5069
5069
  }
5070
- if (output["Message"] !== undefined) {
5071
- contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
5070
+ if (output[_M] != null) {
5071
+ contents[_M] = (0, smithy_client_1.expectString)(output[_M]);
5072
5072
  }
5073
- if (output["Sender"] !== undefined) {
5074
- contents.Sender = (0, smithy_client_1.expectString)(output["Sender"]);
5073
+ if (output[_S] != null) {
5074
+ contents[_S] = (0, smithy_client_1.expectString)(output[_S]);
5075
5075
  }
5076
5076
  return contents;
5077
5077
  };
5078
5078
  const de_BulkEmailDestinationStatus = (output, context) => {
5079
5079
  const contents = {};
5080
- if (output["Status"] !== undefined) {
5081
- contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
5080
+ if (output[_St] != null) {
5081
+ contents[_St] = (0, smithy_client_1.expectString)(output[_St]);
5082
5082
  }
5083
- if (output["Error"] !== undefined) {
5084
- contents.Error = (0, smithy_client_1.expectString)(output["Error"]);
5083
+ if (output[_Er] != null) {
5084
+ contents[_Er] = (0, smithy_client_1.expectString)(output[_Er]);
5085
5085
  }
5086
- if (output["MessageId"] !== undefined) {
5087
- contents.MessageId = (0, smithy_client_1.expectString)(output["MessageId"]);
5086
+ if (output[_MIe] != null) {
5087
+ contents[_MIe] = (0, smithy_client_1.expectString)(output[_MIe]);
5088
5088
  }
5089
5089
  return contents;
5090
5090
  };
@@ -5097,11 +5097,11 @@ const de_BulkEmailDestinationStatusList = (output, context) => {
5097
5097
  };
5098
5098
  const de_CannotDeleteException = (output, context) => {
5099
5099
  const contents = {};
5100
- if (output["Name"] !== undefined) {
5101
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5100
+ if (output[_N] != null) {
5101
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
5102
5102
  }
5103
- if (output["message"] !== undefined) {
5104
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5103
+ if (output[_m] != null) {
5104
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5105
5105
  }
5106
5106
  return contents;
5107
5107
  };
@@ -5112,24 +5112,23 @@ const de_CloneReceiptRuleSetResponse = (output, context) => {
5112
5112
  const de_CloudWatchDestination = (output, context) => {
5113
5113
  const contents = {};
5114
5114
  if (output.DimensionConfigurations === "") {
5115
- contents.DimensionConfigurations = [];
5115
+ contents[_DC] = [];
5116
5116
  }
5117
- else if (output["DimensionConfigurations"] !== undefined &&
5118
- output["DimensionConfigurations"]["member"] !== undefined) {
5119
- contents.DimensionConfigurations = de_CloudWatchDimensionConfigurations((0, smithy_client_1.getArrayIfSingleItem)(output["DimensionConfigurations"]["member"]), context);
5117
+ else if (output[_DC] != null && output[_DC][_me] != null) {
5118
+ contents[_DC] = de_CloudWatchDimensionConfigurations((0, smithy_client_1.getArrayIfSingleItem)(output[_DC][_me]), context);
5120
5119
  }
5121
5120
  return contents;
5122
5121
  };
5123
5122
  const de_CloudWatchDimensionConfiguration = (output, context) => {
5124
5123
  const contents = {};
5125
- if (output["DimensionName"] !== undefined) {
5126
- contents.DimensionName = (0, smithy_client_1.expectString)(output["DimensionName"]);
5124
+ if (output[_DN] != null) {
5125
+ contents[_DN] = (0, smithy_client_1.expectString)(output[_DN]);
5127
5126
  }
5128
- if (output["DimensionValueSource"] !== undefined) {
5129
- contents.DimensionValueSource = (0, smithy_client_1.expectString)(output["DimensionValueSource"]);
5127
+ if (output[_DVS] != null) {
5128
+ contents[_DVS] = (0, smithy_client_1.expectString)(output[_DVS]);
5130
5129
  }
5131
- if (output["DefaultDimensionValue"] !== undefined) {
5132
- contents.DefaultDimensionValue = (0, smithy_client_1.expectString)(output["DefaultDimensionValue"]);
5130
+ if (output[_DDV] != null) {
5131
+ contents[_DDV] = (0, smithy_client_1.expectString)(output[_DDV]);
5133
5132
  }
5134
5133
  return contents;
5135
5134
  };
@@ -5142,28 +5141,28 @@ const de_CloudWatchDimensionConfigurations = (output, context) => {
5142
5141
  };
5143
5142
  const de_ConfigurationSet = (output, context) => {
5144
5143
  const contents = {};
5145
- if (output["Name"] !== undefined) {
5146
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5144
+ if (output[_N] != null) {
5145
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
5147
5146
  }
5148
5147
  return contents;
5149
5148
  };
5150
5149
  const de_ConfigurationSetAlreadyExistsException = (output, context) => {
5151
5150
  const contents = {};
5152
- if (output["ConfigurationSetName"] !== undefined) {
5153
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5151
+ if (output[_CSN] != null) {
5152
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5154
5153
  }
5155
- if (output["message"] !== undefined) {
5156
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5154
+ if (output[_m] != null) {
5155
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5157
5156
  }
5158
5157
  return contents;
5159
5158
  };
5160
5159
  const de_ConfigurationSetDoesNotExistException = (output, context) => {
5161
5160
  const contents = {};
5162
- if (output["ConfigurationSetName"] !== undefined) {
5163
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5161
+ if (output[_CSN] != null) {
5162
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5164
5163
  }
5165
- if (output["message"] !== undefined) {
5166
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5164
+ if (output[_m] != null) {
5165
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5167
5166
  }
5168
5167
  return contents;
5169
5168
  };
@@ -5176,11 +5175,11 @@ const de_ConfigurationSets = (output, context) => {
5176
5175
  };
5177
5176
  const de_ConfigurationSetSendingPausedException = (output, context) => {
5178
5177
  const contents = {};
5179
- if (output["ConfigurationSetName"] !== undefined) {
5180
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5178
+ if (output[_CSN] != null) {
5179
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5181
5180
  }
5182
- if (output["message"] !== undefined) {
5183
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5181
+ if (output[_m] != null) {
5182
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5184
5183
  }
5185
5184
  return contents;
5186
5185
  };
@@ -5214,47 +5213,47 @@ const de_CreateTemplateResponse = (output, context) => {
5214
5213
  };
5215
5214
  const de_CustomVerificationEmailInvalidContentException = (output, context) => {
5216
5215
  const contents = {};
5217
- if (output["message"] !== undefined) {
5218
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5216
+ if (output[_m] != null) {
5217
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5219
5218
  }
5220
5219
  return contents;
5221
5220
  };
5222
5221
  const de_CustomVerificationEmailTemplate = (output, context) => {
5223
5222
  const contents = {};
5224
- if (output["TemplateName"] !== undefined) {
5225
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
5223
+ if (output[_TN] != null) {
5224
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
5226
5225
  }
5227
- if (output["FromEmailAddress"] !== undefined) {
5228
- contents.FromEmailAddress = (0, smithy_client_1.expectString)(output["FromEmailAddress"]);
5226
+ if (output[_FEA] != null) {
5227
+ contents[_FEA] = (0, smithy_client_1.expectString)(output[_FEA]);
5229
5228
  }
5230
- if (output["TemplateSubject"] !== undefined) {
5231
- contents.TemplateSubject = (0, smithy_client_1.expectString)(output["TemplateSubject"]);
5229
+ if (output[_TS] != null) {
5230
+ contents[_TS] = (0, smithy_client_1.expectString)(output[_TS]);
5232
5231
  }
5233
- if (output["SuccessRedirectionURL"] !== undefined) {
5234
- contents.SuccessRedirectionURL = (0, smithy_client_1.expectString)(output["SuccessRedirectionURL"]);
5232
+ if (output[_SRURL] != null) {
5233
+ contents[_SRURL] = (0, smithy_client_1.expectString)(output[_SRURL]);
5235
5234
  }
5236
- if (output["FailureRedirectionURL"] !== undefined) {
5237
- contents.FailureRedirectionURL = (0, smithy_client_1.expectString)(output["FailureRedirectionURL"]);
5235
+ if (output[_FRURL] != null) {
5236
+ contents[_FRURL] = (0, smithy_client_1.expectString)(output[_FRURL]);
5238
5237
  }
5239
5238
  return contents;
5240
5239
  };
5241
5240
  const de_CustomVerificationEmailTemplateAlreadyExistsException = (output, context) => {
5242
5241
  const contents = {};
5243
- if (output["CustomVerificationEmailTemplateName"] !== undefined) {
5244
- contents.CustomVerificationEmailTemplateName = (0, smithy_client_1.expectString)(output["CustomVerificationEmailTemplateName"]);
5242
+ if (output[_CVETN] != null) {
5243
+ contents[_CVETN] = (0, smithy_client_1.expectString)(output[_CVETN]);
5245
5244
  }
5246
- if (output["message"] !== undefined) {
5247
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5245
+ if (output[_m] != null) {
5246
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5248
5247
  }
5249
5248
  return contents;
5250
5249
  };
5251
5250
  const de_CustomVerificationEmailTemplateDoesNotExistException = (output, context) => {
5252
5251
  const contents = {};
5253
- if (output["CustomVerificationEmailTemplateName"] !== undefined) {
5254
- contents.CustomVerificationEmailTemplateName = (0, smithy_client_1.expectString)(output["CustomVerificationEmailTemplateName"]);
5252
+ if (output[_CVETN] != null) {
5253
+ contents[_CVETN] = (0, smithy_client_1.expectString)(output[_CVETN]);
5255
5254
  }
5256
- if (output["message"] !== undefined) {
5257
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5255
+ if (output[_m] != null) {
5256
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5258
5257
  }
5259
5258
  return contents;
5260
5259
  };
@@ -5303,63 +5302,63 @@ const de_DeleteTemplateResponse = (output, context) => {
5303
5302
  };
5304
5303
  const de_DeliveryOptions = (output, context) => {
5305
5304
  const contents = {};
5306
- if (output["TlsPolicy"] !== undefined) {
5307
- contents.TlsPolicy = (0, smithy_client_1.expectString)(output["TlsPolicy"]);
5305
+ if (output[_TP] != null) {
5306
+ contents[_TP] = (0, smithy_client_1.expectString)(output[_TP]);
5308
5307
  }
5309
5308
  return contents;
5310
5309
  };
5311
5310
  const de_DescribeActiveReceiptRuleSetResponse = (output, context) => {
5312
5311
  const contents = {};
5313
- if (output["Metadata"] !== undefined) {
5314
- contents.Metadata = de_ReceiptRuleSetMetadata(output["Metadata"], context);
5312
+ if (output[_Me] != null) {
5313
+ contents[_Me] = de_ReceiptRuleSetMetadata(output[_Me], context);
5315
5314
  }
5316
5315
  if (output.Rules === "") {
5317
- contents.Rules = [];
5316
+ contents[_Rul] = [];
5318
5317
  }
5319
- else if (output["Rules"] !== undefined && output["Rules"]["member"] !== undefined) {
5320
- contents.Rules = de_ReceiptRulesList((0, smithy_client_1.getArrayIfSingleItem)(output["Rules"]["member"]), context);
5318
+ else if (output[_Rul] != null && output[_Rul][_me] != null) {
5319
+ contents[_Rul] = de_ReceiptRulesList((0, smithy_client_1.getArrayIfSingleItem)(output[_Rul][_me]), context);
5321
5320
  }
5322
5321
  return contents;
5323
5322
  };
5324
5323
  const de_DescribeConfigurationSetResponse = (output, context) => {
5325
5324
  const contents = {};
5326
- if (output["ConfigurationSet"] !== undefined) {
5327
- contents.ConfigurationSet = de_ConfigurationSet(output["ConfigurationSet"], context);
5325
+ if (output[_CS] != null) {
5326
+ contents[_CS] = de_ConfigurationSet(output[_CS], context);
5328
5327
  }
5329
5328
  if (output.EventDestinations === "") {
5330
- contents.EventDestinations = [];
5329
+ contents[_EDv] = [];
5331
5330
  }
5332
- else if (output["EventDestinations"] !== undefined && output["EventDestinations"]["member"] !== undefined) {
5333
- contents.EventDestinations = de_EventDestinations((0, smithy_client_1.getArrayIfSingleItem)(output["EventDestinations"]["member"]), context);
5331
+ else if (output[_EDv] != null && output[_EDv][_me] != null) {
5332
+ contents[_EDv] = de_EventDestinations((0, smithy_client_1.getArrayIfSingleItem)(output[_EDv][_me]), context);
5334
5333
  }
5335
- if (output["TrackingOptions"] !== undefined) {
5336
- contents.TrackingOptions = de_TrackingOptions(output["TrackingOptions"], context);
5334
+ if (output[_TO] != null) {
5335
+ contents[_TO] = de_TrackingOptions(output[_TO], context);
5337
5336
  }
5338
- if (output["DeliveryOptions"] !== undefined) {
5339
- contents.DeliveryOptions = de_DeliveryOptions(output["DeliveryOptions"], context);
5337
+ if (output[_DO] != null) {
5338
+ contents[_DO] = de_DeliveryOptions(output[_DO], context);
5340
5339
  }
5341
- if (output["ReputationOptions"] !== undefined) {
5342
- contents.ReputationOptions = de_ReputationOptions(output["ReputationOptions"], context);
5340
+ if (output[_RO] != null) {
5341
+ contents[_RO] = de_ReputationOptions(output[_RO], context);
5343
5342
  }
5344
5343
  return contents;
5345
5344
  };
5346
5345
  const de_DescribeReceiptRuleResponse = (output, context) => {
5347
5346
  const contents = {};
5348
- if (output["Rule"] !== undefined) {
5349
- contents.Rule = de_ReceiptRule(output["Rule"], context);
5347
+ if (output[_Ru] != null) {
5348
+ contents[_Ru] = de_ReceiptRule(output[_Ru], context);
5350
5349
  }
5351
5350
  return contents;
5352
5351
  };
5353
5352
  const de_DescribeReceiptRuleSetResponse = (output, context) => {
5354
5353
  const contents = {};
5355
- if (output["Metadata"] !== undefined) {
5356
- contents.Metadata = de_ReceiptRuleSetMetadata(output["Metadata"], context);
5354
+ if (output[_Me] != null) {
5355
+ contents[_Me] = de_ReceiptRuleSetMetadata(output[_Me], context);
5357
5356
  }
5358
5357
  if (output.Rules === "") {
5359
- contents.Rules = [];
5358
+ contents[_Rul] = [];
5360
5359
  }
5361
- else if (output["Rules"] !== undefined && output["Rules"]["member"] !== undefined) {
5362
- contents.Rules = de_ReceiptRulesList((0, smithy_client_1.getArrayIfSingleItem)(output["Rules"]["member"]), context);
5360
+ else if (output[_Rul] != null && output[_Rul][_me] != null) {
5361
+ contents[_Rul] = de_ReceiptRulesList((0, smithy_client_1.getArrayIfSingleItem)(output[_Rul][_me]), context);
5363
5362
  }
5364
5363
  return contents;
5365
5364
  };
@@ -5374,52 +5373,52 @@ const de_DkimAttributes = (output, context) => {
5374
5373
  };
5375
5374
  const de_EventDestination = (output, context) => {
5376
5375
  const contents = {};
5377
- if (output["Name"] !== undefined) {
5378
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5376
+ if (output[_N] != null) {
5377
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
5379
5378
  }
5380
- if (output["Enabled"] !== undefined) {
5381
- contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5379
+ if (output[_E] != null) {
5380
+ contents[_E] = (0, smithy_client_1.parseBoolean)(output[_E]);
5382
5381
  }
5383
5382
  if (output.MatchingEventTypes === "") {
5384
- contents.MatchingEventTypes = [];
5383
+ contents[_MET] = [];
5385
5384
  }
5386
- else if (output["MatchingEventTypes"] !== undefined && output["MatchingEventTypes"]["member"] !== undefined) {
5387
- contents.MatchingEventTypes = de_EventTypes((0, smithy_client_1.getArrayIfSingleItem)(output["MatchingEventTypes"]["member"]), context);
5385
+ else if (output[_MET] != null && output[_MET][_me] != null) {
5386
+ contents[_MET] = de_EventTypes((0, smithy_client_1.getArrayIfSingleItem)(output[_MET][_me]), context);
5388
5387
  }
5389
- if (output["KinesisFirehoseDestination"] !== undefined) {
5390
- contents.KinesisFirehoseDestination = de_KinesisFirehoseDestination(output["KinesisFirehoseDestination"], context);
5388
+ if (output[_KFD] != null) {
5389
+ contents[_KFD] = de_KinesisFirehoseDestination(output[_KFD], context);
5391
5390
  }
5392
- if (output["CloudWatchDestination"] !== undefined) {
5393
- contents.CloudWatchDestination = de_CloudWatchDestination(output["CloudWatchDestination"], context);
5391
+ if (output[_CWD] != null) {
5392
+ contents[_CWD] = de_CloudWatchDestination(output[_CWD], context);
5394
5393
  }
5395
- if (output["SNSDestination"] !== undefined) {
5396
- contents.SNSDestination = de_SNSDestination(output["SNSDestination"], context);
5394
+ if (output[_SNSD] != null) {
5395
+ contents[_SNSD] = de_SNSDestination(output[_SNSD], context);
5397
5396
  }
5398
5397
  return contents;
5399
5398
  };
5400
5399
  const de_EventDestinationAlreadyExistsException = (output, context) => {
5401
5400
  const contents = {};
5402
- if (output["ConfigurationSetName"] !== undefined) {
5403
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5401
+ if (output[_CSN] != null) {
5402
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5404
5403
  }
5405
- if (output["EventDestinationName"] !== undefined) {
5406
- contents.EventDestinationName = (0, smithy_client_1.expectString)(output["EventDestinationName"]);
5404
+ if (output[_EDN] != null) {
5405
+ contents[_EDN] = (0, smithy_client_1.expectString)(output[_EDN]);
5407
5406
  }
5408
- if (output["message"] !== undefined) {
5409
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5407
+ if (output[_m] != null) {
5408
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5410
5409
  }
5411
5410
  return contents;
5412
5411
  };
5413
5412
  const de_EventDestinationDoesNotExistException = (output, context) => {
5414
5413
  const contents = {};
5415
- if (output["ConfigurationSetName"] !== undefined) {
5416
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5414
+ if (output[_CSN] != null) {
5415
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5417
5416
  }
5418
- if (output["EventDestinationName"] !== undefined) {
5419
- contents.EventDestinationName = (0, smithy_client_1.expectString)(output["EventDestinationName"]);
5417
+ if (output[_EDN] != null) {
5418
+ contents[_EDN] = (0, smithy_client_1.expectString)(output[_EDN]);
5420
5419
  }
5421
- if (output["message"] !== undefined) {
5422
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5420
+ if (output[_m] != null) {
5421
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5423
5422
  }
5424
5423
  return contents;
5425
5424
  };
@@ -5439,139 +5438,136 @@ const de_EventTypes = (output, context) => {
5439
5438
  };
5440
5439
  const de_FromEmailAddressNotVerifiedException = (output, context) => {
5441
5440
  const contents = {};
5442
- if (output["FromEmailAddress"] !== undefined) {
5443
- contents.FromEmailAddress = (0, smithy_client_1.expectString)(output["FromEmailAddress"]);
5441
+ if (output[_FEA] != null) {
5442
+ contents[_FEA] = (0, smithy_client_1.expectString)(output[_FEA]);
5444
5443
  }
5445
- if (output["message"] !== undefined) {
5446
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5444
+ if (output[_m] != null) {
5445
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5447
5446
  }
5448
5447
  return contents;
5449
5448
  };
5450
5449
  const de_GetAccountSendingEnabledResponse = (output, context) => {
5451
5450
  const contents = {};
5452
- if (output["Enabled"] !== undefined) {
5453
- contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
5451
+ if (output[_E] != null) {
5452
+ contents[_E] = (0, smithy_client_1.parseBoolean)(output[_E]);
5454
5453
  }
5455
5454
  return contents;
5456
5455
  };
5457
5456
  const de_GetCustomVerificationEmailTemplateResponse = (output, context) => {
5458
5457
  const contents = {};
5459
- if (output["TemplateName"] !== undefined) {
5460
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
5458
+ if (output[_TN] != null) {
5459
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
5461
5460
  }
5462
- if (output["FromEmailAddress"] !== undefined) {
5463
- contents.FromEmailAddress = (0, smithy_client_1.expectString)(output["FromEmailAddress"]);
5461
+ if (output[_FEA] != null) {
5462
+ contents[_FEA] = (0, smithy_client_1.expectString)(output[_FEA]);
5464
5463
  }
5465
- if (output["TemplateSubject"] !== undefined) {
5466
- contents.TemplateSubject = (0, smithy_client_1.expectString)(output["TemplateSubject"]);
5464
+ if (output[_TS] != null) {
5465
+ contents[_TS] = (0, smithy_client_1.expectString)(output[_TS]);
5467
5466
  }
5468
- if (output["TemplateContent"] !== undefined) {
5469
- contents.TemplateContent = (0, smithy_client_1.expectString)(output["TemplateContent"]);
5467
+ if (output[_TC] != null) {
5468
+ contents[_TC] = (0, smithy_client_1.expectString)(output[_TC]);
5470
5469
  }
5471
- if (output["SuccessRedirectionURL"] !== undefined) {
5472
- contents.SuccessRedirectionURL = (0, smithy_client_1.expectString)(output["SuccessRedirectionURL"]);
5470
+ if (output[_SRURL] != null) {
5471
+ contents[_SRURL] = (0, smithy_client_1.expectString)(output[_SRURL]);
5473
5472
  }
5474
- if (output["FailureRedirectionURL"] !== undefined) {
5475
- contents.FailureRedirectionURL = (0, smithy_client_1.expectString)(output["FailureRedirectionURL"]);
5473
+ if (output[_FRURL] != null) {
5474
+ contents[_FRURL] = (0, smithy_client_1.expectString)(output[_FRURL]);
5476
5475
  }
5477
5476
  return contents;
5478
5477
  };
5479
5478
  const de_GetIdentityDkimAttributesResponse = (output, context) => {
5480
5479
  const contents = {};
5481
5480
  if (output.DkimAttributes === "") {
5482
- contents.DkimAttributes = {};
5481
+ contents[_DA] = {};
5483
5482
  }
5484
- else if (output["DkimAttributes"] !== undefined && output["DkimAttributes"]["entry"] !== undefined) {
5485
- contents.DkimAttributes = de_DkimAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["DkimAttributes"]["entry"]), context);
5483
+ else if (output[_DA] != null && output[_DA][_e] != null) {
5484
+ contents[_DA] = de_DkimAttributes((0, smithy_client_1.getArrayIfSingleItem)(output[_DA][_e]), context);
5486
5485
  }
5487
5486
  return contents;
5488
5487
  };
5489
5488
  const de_GetIdentityMailFromDomainAttributesResponse = (output, context) => {
5490
5489
  const contents = {};
5491
5490
  if (output.MailFromDomainAttributes === "") {
5492
- contents.MailFromDomainAttributes = {};
5491
+ contents[_MFDA] = {};
5493
5492
  }
5494
- else if (output["MailFromDomainAttributes"] !== undefined &&
5495
- output["MailFromDomainAttributes"]["entry"] !== undefined) {
5496
- contents.MailFromDomainAttributes = de_MailFromDomainAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["MailFromDomainAttributes"]["entry"]), context);
5493
+ else if (output[_MFDA] != null && output[_MFDA][_e] != null) {
5494
+ contents[_MFDA] = de_MailFromDomainAttributes((0, smithy_client_1.getArrayIfSingleItem)(output[_MFDA][_e]), context);
5497
5495
  }
5498
5496
  return contents;
5499
5497
  };
5500
5498
  const de_GetIdentityNotificationAttributesResponse = (output, context) => {
5501
5499
  const contents = {};
5502
5500
  if (output.NotificationAttributes === "") {
5503
- contents.NotificationAttributes = {};
5501
+ contents[_NA] = {};
5504
5502
  }
5505
- else if (output["NotificationAttributes"] !== undefined &&
5506
- output["NotificationAttributes"]["entry"] !== undefined) {
5507
- contents.NotificationAttributes = de_NotificationAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["NotificationAttributes"]["entry"]), context);
5503
+ else if (output[_NA] != null && output[_NA][_e] != null) {
5504
+ contents[_NA] = de_NotificationAttributes((0, smithy_client_1.getArrayIfSingleItem)(output[_NA][_e]), context);
5508
5505
  }
5509
5506
  return contents;
5510
5507
  };
5511
5508
  const de_GetIdentityPoliciesResponse = (output, context) => {
5512
5509
  const contents = {};
5513
5510
  if (output.Policies === "") {
5514
- contents.Policies = {};
5511
+ contents[_Po] = {};
5515
5512
  }
5516
- else if (output["Policies"] !== undefined && output["Policies"]["entry"] !== undefined) {
5517
- contents.Policies = de_PolicyMap((0, smithy_client_1.getArrayIfSingleItem)(output["Policies"]["entry"]), context);
5513
+ else if (output[_Po] != null && output[_Po][_e] != null) {
5514
+ contents[_Po] = de_PolicyMap((0, smithy_client_1.getArrayIfSingleItem)(output[_Po][_e]), context);
5518
5515
  }
5519
5516
  return contents;
5520
5517
  };
5521
5518
  const de_GetIdentityVerificationAttributesResponse = (output, context) => {
5522
5519
  const contents = {};
5523
5520
  if (output.VerificationAttributes === "") {
5524
- contents.VerificationAttributes = {};
5521
+ contents[_VA] = {};
5525
5522
  }
5526
- else if (output["VerificationAttributes"] !== undefined &&
5527
- output["VerificationAttributes"]["entry"] !== undefined) {
5528
- contents.VerificationAttributes = de_VerificationAttributes((0, smithy_client_1.getArrayIfSingleItem)(output["VerificationAttributes"]["entry"]), context);
5523
+ else if (output[_VA] != null && output[_VA][_e] != null) {
5524
+ contents[_VA] = de_VerificationAttributes((0, smithy_client_1.getArrayIfSingleItem)(output[_VA][_e]), context);
5529
5525
  }
5530
5526
  return contents;
5531
5527
  };
5532
5528
  const de_GetSendQuotaResponse = (output, context) => {
5533
5529
  const contents = {};
5534
- if (output["Max24HourSend"] !== undefined) {
5535
- contents.Max24HourSend = (0, smithy_client_1.strictParseFloat)(output["Max24HourSend"]);
5530
+ if (output[_MHS] != null) {
5531
+ contents[_MHS] = (0, smithy_client_1.strictParseFloat)(output[_MHS]);
5536
5532
  }
5537
- if (output["MaxSendRate"] !== undefined) {
5538
- contents.MaxSendRate = (0, smithy_client_1.strictParseFloat)(output["MaxSendRate"]);
5533
+ if (output[_MSR] != null) {
5534
+ contents[_MSR] = (0, smithy_client_1.strictParseFloat)(output[_MSR]);
5539
5535
  }
5540
- if (output["SentLast24Hours"] !== undefined) {
5541
- contents.SentLast24Hours = (0, smithy_client_1.strictParseFloat)(output["SentLast24Hours"]);
5536
+ if (output[_SLH] != null) {
5537
+ contents[_SLH] = (0, smithy_client_1.strictParseFloat)(output[_SLH]);
5542
5538
  }
5543
5539
  return contents;
5544
5540
  };
5545
5541
  const de_GetSendStatisticsResponse = (output, context) => {
5546
5542
  const contents = {};
5547
5543
  if (output.SendDataPoints === "") {
5548
- contents.SendDataPoints = [];
5544
+ contents[_SDP] = [];
5549
5545
  }
5550
- else if (output["SendDataPoints"] !== undefined && output["SendDataPoints"]["member"] !== undefined) {
5551
- contents.SendDataPoints = de_SendDataPointList((0, smithy_client_1.getArrayIfSingleItem)(output["SendDataPoints"]["member"]), context);
5546
+ else if (output[_SDP] != null && output[_SDP][_me] != null) {
5547
+ contents[_SDP] = de_SendDataPointList((0, smithy_client_1.getArrayIfSingleItem)(output[_SDP][_me]), context);
5552
5548
  }
5553
5549
  return contents;
5554
5550
  };
5555
5551
  const de_GetTemplateResponse = (output, context) => {
5556
5552
  const contents = {};
5557
- if (output["Template"] !== undefined) {
5558
- contents.Template = de_Template(output["Template"], context);
5553
+ if (output[_Te] != null) {
5554
+ contents[_Te] = de_Template(output[_Te], context);
5559
5555
  }
5560
5556
  return contents;
5561
5557
  };
5562
5558
  const de_IdentityDkimAttributes = (output, context) => {
5563
5559
  const contents = {};
5564
- if (output["DkimEnabled"] !== undefined) {
5565
- contents.DkimEnabled = (0, smithy_client_1.parseBoolean)(output["DkimEnabled"]);
5560
+ if (output[_DE] != null) {
5561
+ contents[_DE] = (0, smithy_client_1.parseBoolean)(output[_DE]);
5566
5562
  }
5567
- if (output["DkimVerificationStatus"] !== undefined) {
5568
- contents.DkimVerificationStatus = (0, smithy_client_1.expectString)(output["DkimVerificationStatus"]);
5563
+ if (output[_DVSk] != null) {
5564
+ contents[_DVSk] = (0, smithy_client_1.expectString)(output[_DVSk]);
5569
5565
  }
5570
5566
  if (output.DkimTokens === "") {
5571
- contents.DkimTokens = [];
5567
+ contents[_DTk] = [];
5572
5568
  }
5573
- else if (output["DkimTokens"] !== undefined && output["DkimTokens"]["member"] !== undefined) {
5574
- contents.DkimTokens = de_VerificationTokenList((0, smithy_client_1.getArrayIfSingleItem)(output["DkimTokens"]["member"]), context);
5569
+ else if (output[_DTk] != null && output[_DTk][_me] != null) {
5570
+ contents[_DTk] = de_VerificationTokenList((0, smithy_client_1.getArrayIfSingleItem)(output[_DTk][_me]), context);
5575
5571
  }
5576
5572
  return contents;
5577
5573
  };
@@ -5584,293 +5580,291 @@ const de_IdentityList = (output, context) => {
5584
5580
  };
5585
5581
  const de_IdentityMailFromDomainAttributes = (output, context) => {
5586
5582
  const contents = {};
5587
- if (output["MailFromDomain"] !== undefined) {
5588
- contents.MailFromDomain = (0, smithy_client_1.expectString)(output["MailFromDomain"]);
5583
+ if (output[_MFD] != null) {
5584
+ contents[_MFD] = (0, smithy_client_1.expectString)(output[_MFD]);
5589
5585
  }
5590
- if (output["MailFromDomainStatus"] !== undefined) {
5591
- contents.MailFromDomainStatus = (0, smithy_client_1.expectString)(output["MailFromDomainStatus"]);
5586
+ if (output[_MFDS] != null) {
5587
+ contents[_MFDS] = (0, smithy_client_1.expectString)(output[_MFDS]);
5592
5588
  }
5593
- if (output["BehaviorOnMXFailure"] !== undefined) {
5594
- contents.BehaviorOnMXFailure = (0, smithy_client_1.expectString)(output["BehaviorOnMXFailure"]);
5589
+ if (output[_BOMXF] != null) {
5590
+ contents[_BOMXF] = (0, smithy_client_1.expectString)(output[_BOMXF]);
5595
5591
  }
5596
5592
  return contents;
5597
5593
  };
5598
5594
  const de_IdentityNotificationAttributes = (output, context) => {
5599
5595
  const contents = {};
5600
- if (output["BounceTopic"] !== undefined) {
5601
- contents.BounceTopic = (0, smithy_client_1.expectString)(output["BounceTopic"]);
5596
+ if (output[_BTo] != null) {
5597
+ contents[_BTo] = (0, smithy_client_1.expectString)(output[_BTo]);
5602
5598
  }
5603
- if (output["ComplaintTopic"] !== undefined) {
5604
- contents.ComplaintTopic = (0, smithy_client_1.expectString)(output["ComplaintTopic"]);
5599
+ if (output[_CTo] != null) {
5600
+ contents[_CTo] = (0, smithy_client_1.expectString)(output[_CTo]);
5605
5601
  }
5606
- if (output["DeliveryTopic"] !== undefined) {
5607
- contents.DeliveryTopic = (0, smithy_client_1.expectString)(output["DeliveryTopic"]);
5602
+ if (output[_DTel] != null) {
5603
+ contents[_DTel] = (0, smithy_client_1.expectString)(output[_DTel]);
5608
5604
  }
5609
- if (output["ForwardingEnabled"] !== undefined) {
5610
- contents.ForwardingEnabled = (0, smithy_client_1.parseBoolean)(output["ForwardingEnabled"]);
5605
+ if (output[_FE] != null) {
5606
+ contents[_FE] = (0, smithy_client_1.parseBoolean)(output[_FE]);
5611
5607
  }
5612
- if (output["HeadersInBounceNotificationsEnabled"] !== undefined) {
5613
- contents.HeadersInBounceNotificationsEnabled = (0, smithy_client_1.parseBoolean)(output["HeadersInBounceNotificationsEnabled"]);
5608
+ if (output[_HIBNE] != null) {
5609
+ contents[_HIBNE] = (0, smithy_client_1.parseBoolean)(output[_HIBNE]);
5614
5610
  }
5615
- if (output["HeadersInComplaintNotificationsEnabled"] !== undefined) {
5616
- contents.HeadersInComplaintNotificationsEnabled = (0, smithy_client_1.parseBoolean)(output["HeadersInComplaintNotificationsEnabled"]);
5611
+ if (output[_HICNE] != null) {
5612
+ contents[_HICNE] = (0, smithy_client_1.parseBoolean)(output[_HICNE]);
5617
5613
  }
5618
- if (output["HeadersInDeliveryNotificationsEnabled"] !== undefined) {
5619
- contents.HeadersInDeliveryNotificationsEnabled = (0, smithy_client_1.parseBoolean)(output["HeadersInDeliveryNotificationsEnabled"]);
5614
+ if (output[_HIDNE] != null) {
5615
+ contents[_HIDNE] = (0, smithy_client_1.parseBoolean)(output[_HIDNE]);
5620
5616
  }
5621
5617
  return contents;
5622
5618
  };
5623
5619
  const de_IdentityVerificationAttributes = (output, context) => {
5624
5620
  const contents = {};
5625
- if (output["VerificationStatus"] !== undefined) {
5626
- contents.VerificationStatus = (0, smithy_client_1.expectString)(output["VerificationStatus"]);
5621
+ if (output[_VS] != null) {
5622
+ contents[_VS] = (0, smithy_client_1.expectString)(output[_VS]);
5627
5623
  }
5628
- if (output["VerificationToken"] !== undefined) {
5629
- contents.VerificationToken = (0, smithy_client_1.expectString)(output["VerificationToken"]);
5624
+ if (output[_VT] != null) {
5625
+ contents[_VT] = (0, smithy_client_1.expectString)(output[_VT]);
5630
5626
  }
5631
5627
  return contents;
5632
5628
  };
5633
5629
  const de_InvalidCloudWatchDestinationException = (output, context) => {
5634
5630
  const contents = {};
5635
- if (output["ConfigurationSetName"] !== undefined) {
5636
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5631
+ if (output[_CSN] != null) {
5632
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5637
5633
  }
5638
- if (output["EventDestinationName"] !== undefined) {
5639
- contents.EventDestinationName = (0, smithy_client_1.expectString)(output["EventDestinationName"]);
5634
+ if (output[_EDN] != null) {
5635
+ contents[_EDN] = (0, smithy_client_1.expectString)(output[_EDN]);
5640
5636
  }
5641
- if (output["message"] !== undefined) {
5642
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5637
+ if (output[_m] != null) {
5638
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5643
5639
  }
5644
5640
  return contents;
5645
5641
  };
5646
5642
  const de_InvalidConfigurationSetException = (output, context) => {
5647
5643
  const contents = {};
5648
- if (output["message"] !== undefined) {
5649
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5644
+ if (output[_m] != null) {
5645
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5650
5646
  }
5651
5647
  return contents;
5652
5648
  };
5653
5649
  const de_InvalidDeliveryOptionsException = (output, context) => {
5654
5650
  const contents = {};
5655
- if (output["message"] !== undefined) {
5656
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5651
+ if (output[_m] != null) {
5652
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5657
5653
  }
5658
5654
  return contents;
5659
5655
  };
5660
5656
  const de_InvalidFirehoseDestinationException = (output, context) => {
5661
5657
  const contents = {};
5662
- if (output["ConfigurationSetName"] !== undefined) {
5663
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5658
+ if (output[_CSN] != null) {
5659
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5664
5660
  }
5665
- if (output["EventDestinationName"] !== undefined) {
5666
- contents.EventDestinationName = (0, smithy_client_1.expectString)(output["EventDestinationName"]);
5661
+ if (output[_EDN] != null) {
5662
+ contents[_EDN] = (0, smithy_client_1.expectString)(output[_EDN]);
5667
5663
  }
5668
- if (output["message"] !== undefined) {
5669
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5664
+ if (output[_m] != null) {
5665
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5670
5666
  }
5671
5667
  return contents;
5672
5668
  };
5673
5669
  const de_InvalidLambdaFunctionException = (output, context) => {
5674
5670
  const contents = {};
5675
- if (output["FunctionArn"] !== undefined) {
5676
- contents.FunctionArn = (0, smithy_client_1.expectString)(output["FunctionArn"]);
5671
+ if (output[_FA] != null) {
5672
+ contents[_FA] = (0, smithy_client_1.expectString)(output[_FA]);
5677
5673
  }
5678
- if (output["message"] !== undefined) {
5679
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5674
+ if (output[_m] != null) {
5675
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5680
5676
  }
5681
5677
  return contents;
5682
5678
  };
5683
5679
  const de_InvalidPolicyException = (output, context) => {
5684
5680
  const contents = {};
5685
- if (output["message"] !== undefined) {
5686
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5681
+ if (output[_m] != null) {
5682
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5687
5683
  }
5688
5684
  return contents;
5689
5685
  };
5690
5686
  const de_InvalidRenderingParameterException = (output, context) => {
5691
5687
  const contents = {};
5692
- if (output["TemplateName"] !== undefined) {
5693
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
5688
+ if (output[_TN] != null) {
5689
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
5694
5690
  }
5695
- if (output["message"] !== undefined) {
5696
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5691
+ if (output[_m] != null) {
5692
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5697
5693
  }
5698
5694
  return contents;
5699
5695
  };
5700
5696
  const de_InvalidS3ConfigurationException = (output, context) => {
5701
5697
  const contents = {};
5702
- if (output["Bucket"] !== undefined) {
5703
- contents.Bucket = (0, smithy_client_1.expectString)(output["Bucket"]);
5698
+ if (output[_Bu] != null) {
5699
+ contents[_Bu] = (0, smithy_client_1.expectString)(output[_Bu]);
5704
5700
  }
5705
- if (output["message"] !== undefined) {
5706
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5701
+ if (output[_m] != null) {
5702
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5707
5703
  }
5708
5704
  return contents;
5709
5705
  };
5710
5706
  const de_InvalidSNSDestinationException = (output, context) => {
5711
5707
  const contents = {};
5712
- if (output["ConfigurationSetName"] !== undefined) {
5713
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
5708
+ if (output[_CSN] != null) {
5709
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
5714
5710
  }
5715
- if (output["EventDestinationName"] !== undefined) {
5716
- contents.EventDestinationName = (0, smithy_client_1.expectString)(output["EventDestinationName"]);
5711
+ if (output[_EDN] != null) {
5712
+ contents[_EDN] = (0, smithy_client_1.expectString)(output[_EDN]);
5717
5713
  }
5718
- if (output["message"] !== undefined) {
5719
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5714
+ if (output[_m] != null) {
5715
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5720
5716
  }
5721
5717
  return contents;
5722
5718
  };
5723
5719
  const de_InvalidSnsTopicException = (output, context) => {
5724
5720
  const contents = {};
5725
- if (output["Topic"] !== undefined) {
5726
- contents.Topic = (0, smithy_client_1.expectString)(output["Topic"]);
5721
+ if (output[_To] != null) {
5722
+ contents[_To] = (0, smithy_client_1.expectString)(output[_To]);
5727
5723
  }
5728
- if (output["message"] !== undefined) {
5729
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5724
+ if (output[_m] != null) {
5725
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5730
5726
  }
5731
5727
  return contents;
5732
5728
  };
5733
5729
  const de_InvalidTemplateException = (output, context) => {
5734
5730
  const contents = {};
5735
- if (output["TemplateName"] !== undefined) {
5736
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
5731
+ if (output[_TN] != null) {
5732
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
5737
5733
  }
5738
- if (output["message"] !== undefined) {
5739
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5734
+ if (output[_m] != null) {
5735
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5740
5736
  }
5741
5737
  return contents;
5742
5738
  };
5743
5739
  const de_InvalidTrackingOptionsException = (output, context) => {
5744
5740
  const contents = {};
5745
- if (output["message"] !== undefined) {
5746
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5741
+ if (output[_m] != null) {
5742
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5747
5743
  }
5748
5744
  return contents;
5749
5745
  };
5750
5746
  const de_KinesisFirehoseDestination = (output, context) => {
5751
5747
  const contents = {};
5752
- if (output["IAMRoleARN"] !== undefined) {
5753
- contents.IAMRoleARN = (0, smithy_client_1.expectString)(output["IAMRoleARN"]);
5748
+ if (output[_IAMRARN] != null) {
5749
+ contents[_IAMRARN] = (0, smithy_client_1.expectString)(output[_IAMRARN]);
5754
5750
  }
5755
- if (output["DeliveryStreamARN"] !== undefined) {
5756
- contents.DeliveryStreamARN = (0, smithy_client_1.expectString)(output["DeliveryStreamARN"]);
5751
+ if (output[_DSARN] != null) {
5752
+ contents[_DSARN] = (0, smithy_client_1.expectString)(output[_DSARN]);
5757
5753
  }
5758
5754
  return contents;
5759
5755
  };
5760
5756
  const de_LambdaAction = (output, context) => {
5761
5757
  const contents = {};
5762
- if (output["TopicArn"] !== undefined) {
5763
- contents.TopicArn = (0, smithy_client_1.expectString)(output["TopicArn"]);
5758
+ if (output[_TA] != null) {
5759
+ contents[_TA] = (0, smithy_client_1.expectString)(output[_TA]);
5764
5760
  }
5765
- if (output["FunctionArn"] !== undefined) {
5766
- contents.FunctionArn = (0, smithy_client_1.expectString)(output["FunctionArn"]);
5761
+ if (output[_FA] != null) {
5762
+ contents[_FA] = (0, smithy_client_1.expectString)(output[_FA]);
5767
5763
  }
5768
- if (output["InvocationType"] !== undefined) {
5769
- contents.InvocationType = (0, smithy_client_1.expectString)(output["InvocationType"]);
5764
+ if (output[_IT] != null) {
5765
+ contents[_IT] = (0, smithy_client_1.expectString)(output[_IT]);
5770
5766
  }
5771
5767
  return contents;
5772
5768
  };
5773
5769
  const de_LimitExceededException = (output, context) => {
5774
5770
  const contents = {};
5775
- if (output["message"] !== undefined) {
5776
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5771
+ if (output[_m] != null) {
5772
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5777
5773
  }
5778
5774
  return contents;
5779
5775
  };
5780
5776
  const de_ListConfigurationSetsResponse = (output, context) => {
5781
5777
  const contents = {};
5782
5778
  if (output.ConfigurationSets === "") {
5783
- contents.ConfigurationSets = [];
5779
+ contents[_CSo] = [];
5784
5780
  }
5785
- else if (output["ConfigurationSets"] !== undefined && output["ConfigurationSets"]["member"] !== undefined) {
5786
- contents.ConfigurationSets = de_ConfigurationSets((0, smithy_client_1.getArrayIfSingleItem)(output["ConfigurationSets"]["member"]), context);
5781
+ else if (output[_CSo] != null && output[_CSo][_me] != null) {
5782
+ contents[_CSo] = de_ConfigurationSets((0, smithy_client_1.getArrayIfSingleItem)(output[_CSo][_me]), context);
5787
5783
  }
5788
- if (output["NextToken"] !== undefined) {
5789
- contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5784
+ if (output[_NT] != null) {
5785
+ contents[_NT] = (0, smithy_client_1.expectString)(output[_NT]);
5790
5786
  }
5791
5787
  return contents;
5792
5788
  };
5793
5789
  const de_ListCustomVerificationEmailTemplatesResponse = (output, context) => {
5794
5790
  const contents = {};
5795
5791
  if (output.CustomVerificationEmailTemplates === "") {
5796
- contents.CustomVerificationEmailTemplates = [];
5792
+ contents[_CVET] = [];
5797
5793
  }
5798
- else if (output["CustomVerificationEmailTemplates"] !== undefined &&
5799
- output["CustomVerificationEmailTemplates"]["member"] !== undefined) {
5800
- contents.CustomVerificationEmailTemplates = de_CustomVerificationEmailTemplates((0, smithy_client_1.getArrayIfSingleItem)(output["CustomVerificationEmailTemplates"]["member"]), context);
5794
+ else if (output[_CVET] != null && output[_CVET][_me] != null) {
5795
+ contents[_CVET] = de_CustomVerificationEmailTemplates((0, smithy_client_1.getArrayIfSingleItem)(output[_CVET][_me]), context);
5801
5796
  }
5802
- if (output["NextToken"] !== undefined) {
5803
- contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5797
+ if (output[_NT] != null) {
5798
+ contents[_NT] = (0, smithy_client_1.expectString)(output[_NT]);
5804
5799
  }
5805
5800
  return contents;
5806
5801
  };
5807
5802
  const de_ListIdentitiesResponse = (output, context) => {
5808
5803
  const contents = {};
5809
5804
  if (output.Identities === "") {
5810
- contents.Identities = [];
5805
+ contents[_Id] = [];
5811
5806
  }
5812
- else if (output["Identities"] !== undefined && output["Identities"]["member"] !== undefined) {
5813
- contents.Identities = de_IdentityList((0, smithy_client_1.getArrayIfSingleItem)(output["Identities"]["member"]), context);
5807
+ else if (output[_Id] != null && output[_Id][_me] != null) {
5808
+ contents[_Id] = de_IdentityList((0, smithy_client_1.getArrayIfSingleItem)(output[_Id][_me]), context);
5814
5809
  }
5815
- if (output["NextToken"] !== undefined) {
5816
- contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5810
+ if (output[_NT] != null) {
5811
+ contents[_NT] = (0, smithy_client_1.expectString)(output[_NT]);
5817
5812
  }
5818
5813
  return contents;
5819
5814
  };
5820
5815
  const de_ListIdentityPoliciesResponse = (output, context) => {
5821
5816
  const contents = {};
5822
5817
  if (output.PolicyNames === "") {
5823
- contents.PolicyNames = [];
5818
+ contents[_PNo] = [];
5824
5819
  }
5825
- else if (output["PolicyNames"] !== undefined && output["PolicyNames"]["member"] !== undefined) {
5826
- contents.PolicyNames = de_PolicyNameList((0, smithy_client_1.getArrayIfSingleItem)(output["PolicyNames"]["member"]), context);
5820
+ else if (output[_PNo] != null && output[_PNo][_me] != null) {
5821
+ contents[_PNo] = de_PolicyNameList((0, smithy_client_1.getArrayIfSingleItem)(output[_PNo][_me]), context);
5827
5822
  }
5828
5823
  return contents;
5829
5824
  };
5830
5825
  const de_ListReceiptFiltersResponse = (output, context) => {
5831
5826
  const contents = {};
5832
5827
  if (output.Filters === "") {
5833
- contents.Filters = [];
5828
+ contents[_Fi] = [];
5834
5829
  }
5835
- else if (output["Filters"] !== undefined && output["Filters"]["member"] !== undefined) {
5836
- contents.Filters = de_ReceiptFilterList((0, smithy_client_1.getArrayIfSingleItem)(output["Filters"]["member"]), context);
5830
+ else if (output[_Fi] != null && output[_Fi][_me] != null) {
5831
+ contents[_Fi] = de_ReceiptFilterList((0, smithy_client_1.getArrayIfSingleItem)(output[_Fi][_me]), context);
5837
5832
  }
5838
5833
  return contents;
5839
5834
  };
5840
5835
  const de_ListReceiptRuleSetsResponse = (output, context) => {
5841
5836
  const contents = {};
5842
5837
  if (output.RuleSets === "") {
5843
- contents.RuleSets = [];
5838
+ contents[_RS] = [];
5844
5839
  }
5845
- else if (output["RuleSets"] !== undefined && output["RuleSets"]["member"] !== undefined) {
5846
- contents.RuleSets = de_ReceiptRuleSetsLists((0, smithy_client_1.getArrayIfSingleItem)(output["RuleSets"]["member"]), context);
5840
+ else if (output[_RS] != null && output[_RS][_me] != null) {
5841
+ contents[_RS] = de_ReceiptRuleSetsLists((0, smithy_client_1.getArrayIfSingleItem)(output[_RS][_me]), context);
5847
5842
  }
5848
- if (output["NextToken"] !== undefined) {
5849
- contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5843
+ if (output[_NT] != null) {
5844
+ contents[_NT] = (0, smithy_client_1.expectString)(output[_NT]);
5850
5845
  }
5851
5846
  return contents;
5852
5847
  };
5853
5848
  const de_ListTemplatesResponse = (output, context) => {
5854
5849
  const contents = {};
5855
5850
  if (output.TemplatesMetadata === "") {
5856
- contents.TemplatesMetadata = [];
5851
+ contents[_TM] = [];
5857
5852
  }
5858
- else if (output["TemplatesMetadata"] !== undefined && output["TemplatesMetadata"]["member"] !== undefined) {
5859
- contents.TemplatesMetadata = de_TemplateMetadataList((0, smithy_client_1.getArrayIfSingleItem)(output["TemplatesMetadata"]["member"]), context);
5853
+ else if (output[_TM] != null && output[_TM][_me] != null) {
5854
+ contents[_TM] = de_TemplateMetadataList((0, smithy_client_1.getArrayIfSingleItem)(output[_TM][_me]), context);
5860
5855
  }
5861
- if (output["NextToken"] !== undefined) {
5862
- contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
5856
+ if (output[_NT] != null) {
5857
+ contents[_NT] = (0, smithy_client_1.expectString)(output[_NT]);
5863
5858
  }
5864
5859
  return contents;
5865
5860
  };
5866
5861
  const de_ListVerifiedEmailAddressesResponse = (output, context) => {
5867
5862
  const contents = {};
5868
5863
  if (output.VerifiedEmailAddresses === "") {
5869
- contents.VerifiedEmailAddresses = [];
5864
+ contents[_VEAe] = [];
5870
5865
  }
5871
- else if (output["VerifiedEmailAddresses"] !== undefined &&
5872
- output["VerifiedEmailAddresses"]["member"] !== undefined) {
5873
- contents.VerifiedEmailAddresses = de_AddressList((0, smithy_client_1.getArrayIfSingleItem)(output["VerifiedEmailAddresses"]["member"]), context);
5866
+ else if (output[_VEAe] != null && output[_VEAe][_me] != null) {
5867
+ contents[_VEAe] = de_AddressList((0, smithy_client_1.getArrayIfSingleItem)(output[_VEAe][_me]), context);
5874
5868
  }
5875
5869
  return contents;
5876
5870
  };
@@ -5885,25 +5879,25 @@ const de_MailFromDomainAttributes = (output, context) => {
5885
5879
  };
5886
5880
  const de_MailFromDomainNotVerifiedException = (output, context) => {
5887
5881
  const contents = {};
5888
- if (output["message"] !== undefined) {
5889
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5882
+ if (output[_m] != null) {
5883
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5890
5884
  }
5891
5885
  return contents;
5892
5886
  };
5893
5887
  const de_MessageRejected = (output, context) => {
5894
5888
  const contents = {};
5895
- if (output["message"] !== undefined) {
5896
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5889
+ if (output[_m] != null) {
5890
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5897
5891
  }
5898
5892
  return contents;
5899
5893
  };
5900
5894
  const de_MissingRenderingAttributeException = (output, context) => {
5901
5895
  const contents = {};
5902
- if (output["TemplateName"] !== undefined) {
5903
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
5896
+ if (output[_TN] != null) {
5897
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
5904
5898
  }
5905
- if (output["message"] !== undefined) {
5906
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5899
+ if (output[_m] != null) {
5900
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5907
5901
  }
5908
5902
  return contents;
5909
5903
  };
@@ -5934,8 +5928,8 @@ const de_PolicyNameList = (output, context) => {
5934
5928
  };
5935
5929
  const de_ProductionAccessNotGrantedException = (output, context) => {
5936
5930
  const contents = {};
5937
- if (output["message"] !== undefined) {
5938
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
5931
+ if (output[_m] != null) {
5932
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
5939
5933
  }
5940
5934
  return contents;
5941
5935
  };
@@ -5949,26 +5943,26 @@ const de_PutIdentityPolicyResponse = (output, context) => {
5949
5943
  };
5950
5944
  const de_ReceiptAction = (output, context) => {
5951
5945
  const contents = {};
5952
- if (output["S3Action"] !== undefined) {
5953
- contents.S3Action = de_S3Action(output["S3Action"], context);
5946
+ if (output[_SA] != null) {
5947
+ contents[_SA] = de_S3Action(output[_SA], context);
5954
5948
  }
5955
- if (output["BounceAction"] !== undefined) {
5956
- contents.BounceAction = de_BounceAction(output["BounceAction"], context);
5949
+ if (output[_BAo] != null) {
5950
+ contents[_BAo] = de_BounceAction(output[_BAo], context);
5957
5951
  }
5958
- if (output["WorkmailAction"] !== undefined) {
5959
- contents.WorkmailAction = de_WorkmailAction(output["WorkmailAction"], context);
5952
+ if (output[_WA] != null) {
5953
+ contents[_WA] = de_WorkmailAction(output[_WA], context);
5960
5954
  }
5961
- if (output["LambdaAction"] !== undefined) {
5962
- contents.LambdaAction = de_LambdaAction(output["LambdaAction"], context);
5955
+ if (output[_LA] != null) {
5956
+ contents[_LA] = de_LambdaAction(output[_LA], context);
5963
5957
  }
5964
- if (output["StopAction"] !== undefined) {
5965
- contents.StopAction = de_StopAction(output["StopAction"], context);
5958
+ if (output[_SAt] != null) {
5959
+ contents[_SAt] = de_StopAction(output[_SAt], context);
5966
5960
  }
5967
- if (output["AddHeaderAction"] !== undefined) {
5968
- contents.AddHeaderAction = de_AddHeaderAction(output["AddHeaderAction"], context);
5961
+ if (output[_AHA] != null) {
5962
+ contents[_AHA] = de_AddHeaderAction(output[_AHA], context);
5969
5963
  }
5970
- if (output["SNSAction"] !== undefined) {
5971
- contents.SNSAction = de_SNSAction(output["SNSAction"], context);
5964
+ if (output[_SNSA] != null) {
5965
+ contents[_SNSA] = de_SNSAction(output[_SNSA], context);
5972
5966
  }
5973
5967
  return contents;
5974
5968
  };
@@ -5981,11 +5975,11 @@ const de_ReceiptActionsList = (output, context) => {
5981
5975
  };
5982
5976
  const de_ReceiptFilter = (output, context) => {
5983
5977
  const contents = {};
5984
- if (output["Name"] !== undefined) {
5985
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
5978
+ if (output[_N] != null) {
5979
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
5986
5980
  }
5987
- if (output["IpFilter"] !== undefined) {
5988
- contents.IpFilter = de_ReceiptIpFilter(output["IpFilter"], context);
5981
+ if (output[_IF] != null) {
5982
+ contents[_IF] = de_ReceiptIpFilter(output[_IF], context);
5989
5983
  }
5990
5984
  return contents;
5991
5985
  };
@@ -5998,49 +5992,49 @@ const de_ReceiptFilterList = (output, context) => {
5998
5992
  };
5999
5993
  const de_ReceiptIpFilter = (output, context) => {
6000
5994
  const contents = {};
6001
- if (output["Policy"] !== undefined) {
6002
- contents.Policy = (0, smithy_client_1.expectString)(output["Policy"]);
5995
+ if (output[_P] != null) {
5996
+ contents[_P] = (0, smithy_client_1.expectString)(output[_P]);
6003
5997
  }
6004
- if (output["Cidr"] !== undefined) {
6005
- contents.Cidr = (0, smithy_client_1.expectString)(output["Cidr"]);
5998
+ if (output[_Ci] != null) {
5999
+ contents[_Ci] = (0, smithy_client_1.expectString)(output[_Ci]);
6006
6000
  }
6007
6001
  return contents;
6008
6002
  };
6009
6003
  const de_ReceiptRule = (output, context) => {
6010
6004
  const contents = {};
6011
- if (output["Name"] !== undefined) {
6012
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6005
+ if (output[_N] != null) {
6006
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
6013
6007
  }
6014
- if (output["Enabled"] !== undefined) {
6015
- contents.Enabled = (0, smithy_client_1.parseBoolean)(output["Enabled"]);
6008
+ if (output[_E] != null) {
6009
+ contents[_E] = (0, smithy_client_1.parseBoolean)(output[_E]);
6016
6010
  }
6017
- if (output["TlsPolicy"] !== undefined) {
6018
- contents.TlsPolicy = (0, smithy_client_1.expectString)(output["TlsPolicy"]);
6011
+ if (output[_TP] != null) {
6012
+ contents[_TP] = (0, smithy_client_1.expectString)(output[_TP]);
6019
6013
  }
6020
6014
  if (output.Recipients === "") {
6021
- contents.Recipients = [];
6015
+ contents[_Re] = [];
6022
6016
  }
6023
- else if (output["Recipients"] !== undefined && output["Recipients"]["member"] !== undefined) {
6024
- contents.Recipients = de_RecipientsList((0, smithy_client_1.getArrayIfSingleItem)(output["Recipients"]["member"]), context);
6017
+ else if (output[_Re] != null && output[_Re][_me] != null) {
6018
+ contents[_Re] = de_RecipientsList((0, smithy_client_1.getArrayIfSingleItem)(output[_Re][_me]), context);
6025
6019
  }
6026
6020
  if (output.Actions === "") {
6027
- contents.Actions = [];
6021
+ contents[_Ac] = [];
6028
6022
  }
6029
- else if (output["Actions"] !== undefined && output["Actions"]["member"] !== undefined) {
6030
- contents.Actions = de_ReceiptActionsList((0, smithy_client_1.getArrayIfSingleItem)(output["Actions"]["member"]), context);
6023
+ else if (output[_Ac] != null && output[_Ac][_me] != null) {
6024
+ contents[_Ac] = de_ReceiptActionsList((0, smithy_client_1.getArrayIfSingleItem)(output[_Ac][_me]), context);
6031
6025
  }
6032
- if (output["ScanEnabled"] !== undefined) {
6033
- contents.ScanEnabled = (0, smithy_client_1.parseBoolean)(output["ScanEnabled"]);
6026
+ if (output[_SEc] != null) {
6027
+ contents[_SEc] = (0, smithy_client_1.parseBoolean)(output[_SEc]);
6034
6028
  }
6035
6029
  return contents;
6036
6030
  };
6037
6031
  const de_ReceiptRuleSetMetadata = (output, context) => {
6038
6032
  const contents = {};
6039
- if (output["Name"] !== undefined) {
6040
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6033
+ if (output[_N] != null) {
6034
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
6041
6035
  }
6042
- if (output["CreatedTimestamp"] !== undefined) {
6043
- contents.CreatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedTimestamp"]));
6036
+ if (output[_CTr] != null) {
6037
+ contents[_CTr] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_CTr]));
6044
6038
  }
6045
6039
  return contents;
6046
6040
  };
@@ -6071,93 +6065,93 @@ const de_ReorderReceiptRuleSetResponse = (output, context) => {
6071
6065
  };
6072
6066
  const de_ReputationOptions = (output, context) => {
6073
6067
  const contents = {};
6074
- if (output["SendingEnabled"] !== undefined) {
6075
- contents.SendingEnabled = (0, smithy_client_1.parseBoolean)(output["SendingEnabled"]);
6068
+ if (output[_SEe] != null) {
6069
+ contents[_SEe] = (0, smithy_client_1.parseBoolean)(output[_SEe]);
6076
6070
  }
6077
- if (output["ReputationMetricsEnabled"] !== undefined) {
6078
- contents.ReputationMetricsEnabled = (0, smithy_client_1.parseBoolean)(output["ReputationMetricsEnabled"]);
6071
+ if (output[_RME] != null) {
6072
+ contents[_RME] = (0, smithy_client_1.parseBoolean)(output[_RME]);
6079
6073
  }
6080
- if (output["LastFreshStart"] !== undefined) {
6081
- contents.LastFreshStart = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LastFreshStart"]));
6074
+ if (output[_LFS] != null) {
6075
+ contents[_LFS] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_LFS]));
6082
6076
  }
6083
6077
  return contents;
6084
6078
  };
6085
6079
  const de_RuleDoesNotExistException = (output, context) => {
6086
6080
  const contents = {};
6087
- if (output["Name"] !== undefined) {
6088
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6081
+ if (output[_N] != null) {
6082
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
6089
6083
  }
6090
- if (output["message"] !== undefined) {
6091
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
6084
+ if (output[_m] != null) {
6085
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
6092
6086
  }
6093
6087
  return contents;
6094
6088
  };
6095
6089
  const de_RuleSetDoesNotExistException = (output, context) => {
6096
6090
  const contents = {};
6097
- if (output["Name"] !== undefined) {
6098
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6091
+ if (output[_N] != null) {
6092
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
6099
6093
  }
6100
- if (output["message"] !== undefined) {
6101
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
6094
+ if (output[_m] != null) {
6095
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
6102
6096
  }
6103
6097
  return contents;
6104
6098
  };
6105
6099
  const de_S3Action = (output, context) => {
6106
6100
  const contents = {};
6107
- if (output["TopicArn"] !== undefined) {
6108
- contents.TopicArn = (0, smithy_client_1.expectString)(output["TopicArn"]);
6101
+ if (output[_TA] != null) {
6102
+ contents[_TA] = (0, smithy_client_1.expectString)(output[_TA]);
6109
6103
  }
6110
- if (output["BucketName"] !== undefined) {
6111
- contents.BucketName = (0, smithy_client_1.expectString)(output["BucketName"]);
6104
+ if (output[_BN] != null) {
6105
+ contents[_BN] = (0, smithy_client_1.expectString)(output[_BN]);
6112
6106
  }
6113
- if (output["ObjectKeyPrefix"] !== undefined) {
6114
- contents.ObjectKeyPrefix = (0, smithy_client_1.expectString)(output["ObjectKeyPrefix"]);
6107
+ if (output[_OKP] != null) {
6108
+ contents[_OKP] = (0, smithy_client_1.expectString)(output[_OKP]);
6115
6109
  }
6116
- if (output["KmsKeyArn"] !== undefined) {
6117
- contents.KmsKeyArn = (0, smithy_client_1.expectString)(output["KmsKeyArn"]);
6110
+ if (output[_KKA] != null) {
6111
+ contents[_KKA] = (0, smithy_client_1.expectString)(output[_KKA]);
6118
6112
  }
6119
6113
  return contents;
6120
6114
  };
6121
6115
  const de_SendBounceResponse = (output, context) => {
6122
6116
  const contents = {};
6123
- if (output["MessageId"] !== undefined) {
6124
- contents.MessageId = (0, smithy_client_1.expectString)(output["MessageId"]);
6117
+ if (output[_MIe] != null) {
6118
+ contents[_MIe] = (0, smithy_client_1.expectString)(output[_MIe]);
6125
6119
  }
6126
6120
  return contents;
6127
6121
  };
6128
6122
  const de_SendBulkTemplatedEmailResponse = (output, context) => {
6129
6123
  const contents = {};
6130
6124
  if (output.Status === "") {
6131
- contents.Status = [];
6125
+ contents[_St] = [];
6132
6126
  }
6133
- else if (output["Status"] !== undefined && output["Status"]["member"] !== undefined) {
6134
- contents.Status = de_BulkEmailDestinationStatusList((0, smithy_client_1.getArrayIfSingleItem)(output["Status"]["member"]), context);
6127
+ else if (output[_St] != null && output[_St][_me] != null) {
6128
+ contents[_St] = de_BulkEmailDestinationStatusList((0, smithy_client_1.getArrayIfSingleItem)(output[_St][_me]), context);
6135
6129
  }
6136
6130
  return contents;
6137
6131
  };
6138
6132
  const de_SendCustomVerificationEmailResponse = (output, context) => {
6139
6133
  const contents = {};
6140
- if (output["MessageId"] !== undefined) {
6141
- contents.MessageId = (0, smithy_client_1.expectString)(output["MessageId"]);
6134
+ if (output[_MIe] != null) {
6135
+ contents[_MIe] = (0, smithy_client_1.expectString)(output[_MIe]);
6142
6136
  }
6143
6137
  return contents;
6144
6138
  };
6145
6139
  const de_SendDataPoint = (output, context) => {
6146
6140
  const contents = {};
6147
- if (output["Timestamp"] !== undefined) {
6148
- contents.Timestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Timestamp"]));
6141
+ if (output[_Ti] != null) {
6142
+ contents[_Ti] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_Ti]));
6149
6143
  }
6150
- if (output["DeliveryAttempts"] !== undefined) {
6151
- contents.DeliveryAttempts = (0, smithy_client_1.strictParseLong)(output["DeliveryAttempts"]);
6144
+ if (output[_DAe] != null) {
6145
+ contents[_DAe] = (0, smithy_client_1.strictParseLong)(output[_DAe]);
6152
6146
  }
6153
- if (output["Bounces"] !== undefined) {
6154
- contents.Bounces = (0, smithy_client_1.strictParseLong)(output["Bounces"]);
6147
+ if (output[_Bo] != null) {
6148
+ contents[_Bo] = (0, smithy_client_1.strictParseLong)(output[_Bo]);
6155
6149
  }
6156
- if (output["Complaints"] !== undefined) {
6157
- contents.Complaints = (0, smithy_client_1.strictParseLong)(output["Complaints"]);
6150
+ if (output[_Co] != null) {
6151
+ contents[_Co] = (0, smithy_client_1.strictParseLong)(output[_Co]);
6158
6152
  }
6159
- if (output["Rejects"] !== undefined) {
6160
- contents.Rejects = (0, smithy_client_1.strictParseLong)(output["Rejects"]);
6153
+ if (output[_Rej] != null) {
6154
+ contents[_Rej] = (0, smithy_client_1.strictParseLong)(output[_Rej]);
6161
6155
  }
6162
6156
  return contents;
6163
6157
  };
@@ -6170,22 +6164,22 @@ const de_SendDataPointList = (output, context) => {
6170
6164
  };
6171
6165
  const de_SendEmailResponse = (output, context) => {
6172
6166
  const contents = {};
6173
- if (output["MessageId"] !== undefined) {
6174
- contents.MessageId = (0, smithy_client_1.expectString)(output["MessageId"]);
6167
+ if (output[_MIe] != null) {
6168
+ contents[_MIe] = (0, smithy_client_1.expectString)(output[_MIe]);
6175
6169
  }
6176
6170
  return contents;
6177
6171
  };
6178
6172
  const de_SendRawEmailResponse = (output, context) => {
6179
6173
  const contents = {};
6180
- if (output["MessageId"] !== undefined) {
6181
- contents.MessageId = (0, smithy_client_1.expectString)(output["MessageId"]);
6174
+ if (output[_MIe] != null) {
6175
+ contents[_MIe] = (0, smithy_client_1.expectString)(output[_MIe]);
6182
6176
  }
6183
6177
  return contents;
6184
6178
  };
6185
6179
  const de_SendTemplatedEmailResponse = (output, context) => {
6186
6180
  const contents = {};
6187
- if (output["MessageId"] !== undefined) {
6188
- contents.MessageId = (0, smithy_client_1.expectString)(output["MessageId"]);
6181
+ if (output[_MIe] != null) {
6182
+ contents[_MIe] = (0, smithy_client_1.expectString)(output[_MIe]);
6189
6183
  }
6190
6184
  return contents;
6191
6185
  };
@@ -6219,64 +6213,64 @@ const de_SetReceiptRulePositionResponse = (output, context) => {
6219
6213
  };
6220
6214
  const de_SNSAction = (output, context) => {
6221
6215
  const contents = {};
6222
- if (output["TopicArn"] !== undefined) {
6223
- contents.TopicArn = (0, smithy_client_1.expectString)(output["TopicArn"]);
6216
+ if (output[_TA] != null) {
6217
+ contents[_TA] = (0, smithy_client_1.expectString)(output[_TA]);
6224
6218
  }
6225
- if (output["Encoding"] !== undefined) {
6226
- contents.Encoding = (0, smithy_client_1.expectString)(output["Encoding"]);
6219
+ if (output[_En] != null) {
6220
+ contents[_En] = (0, smithy_client_1.expectString)(output[_En]);
6227
6221
  }
6228
6222
  return contents;
6229
6223
  };
6230
6224
  const de_SNSDestination = (output, context) => {
6231
6225
  const contents = {};
6232
- if (output["TopicARN"] !== undefined) {
6233
- contents.TopicARN = (0, smithy_client_1.expectString)(output["TopicARN"]);
6226
+ if (output[_TARN] != null) {
6227
+ contents[_TARN] = (0, smithy_client_1.expectString)(output[_TARN]);
6234
6228
  }
6235
6229
  return contents;
6236
6230
  };
6237
6231
  const de_StopAction = (output, context) => {
6238
6232
  const contents = {};
6239
- if (output["Scope"] !== undefined) {
6240
- contents.Scope = (0, smithy_client_1.expectString)(output["Scope"]);
6233
+ if (output[_Sc] != null) {
6234
+ contents[_Sc] = (0, smithy_client_1.expectString)(output[_Sc]);
6241
6235
  }
6242
- if (output["TopicArn"] !== undefined) {
6243
- contents.TopicArn = (0, smithy_client_1.expectString)(output["TopicArn"]);
6236
+ if (output[_TA] != null) {
6237
+ contents[_TA] = (0, smithy_client_1.expectString)(output[_TA]);
6244
6238
  }
6245
6239
  return contents;
6246
6240
  };
6247
6241
  const de_Template = (output, context) => {
6248
6242
  const contents = {};
6249
- if (output["TemplateName"] !== undefined) {
6250
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
6243
+ if (output[_TN] != null) {
6244
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
6251
6245
  }
6252
- if (output["SubjectPart"] !== undefined) {
6253
- contents.SubjectPart = (0, smithy_client_1.expectString)(output["SubjectPart"]);
6246
+ if (output[_SP] != null) {
6247
+ contents[_SP] = (0, smithy_client_1.expectString)(output[_SP]);
6254
6248
  }
6255
- if (output["TextPart"] !== undefined) {
6256
- contents.TextPart = (0, smithy_client_1.expectString)(output["TextPart"]);
6249
+ if (output[_TPe] != null) {
6250
+ contents[_TPe] = (0, smithy_client_1.expectString)(output[_TPe]);
6257
6251
  }
6258
- if (output["HtmlPart"] !== undefined) {
6259
- contents.HtmlPart = (0, smithy_client_1.expectString)(output["HtmlPart"]);
6252
+ if (output[_HP] != null) {
6253
+ contents[_HP] = (0, smithy_client_1.expectString)(output[_HP]);
6260
6254
  }
6261
6255
  return contents;
6262
6256
  };
6263
6257
  const de_TemplateDoesNotExistException = (output, context) => {
6264
6258
  const contents = {};
6265
- if (output["TemplateName"] !== undefined) {
6266
- contents.TemplateName = (0, smithy_client_1.expectString)(output["TemplateName"]);
6259
+ if (output[_TN] != null) {
6260
+ contents[_TN] = (0, smithy_client_1.expectString)(output[_TN]);
6267
6261
  }
6268
- if (output["message"] !== undefined) {
6269
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
6262
+ if (output[_m] != null) {
6263
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
6270
6264
  }
6271
6265
  return contents;
6272
6266
  };
6273
6267
  const de_TemplateMetadata = (output, context) => {
6274
6268
  const contents = {};
6275
- if (output["Name"] !== undefined) {
6276
- contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
6269
+ if (output[_N] != null) {
6270
+ contents[_N] = (0, smithy_client_1.expectString)(output[_N]);
6277
6271
  }
6278
- if (output["CreatedTimestamp"] !== undefined) {
6279
- contents.CreatedTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedTimestamp"]));
6272
+ if (output[_CTr] != null) {
6273
+ contents[_CTr] = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output[_CTr]));
6280
6274
  }
6281
6275
  return contents;
6282
6276
  };
@@ -6289,35 +6283,35 @@ const de_TemplateMetadataList = (output, context) => {
6289
6283
  };
6290
6284
  const de_TestRenderTemplateResponse = (output, context) => {
6291
6285
  const contents = {};
6292
- if (output["RenderedTemplate"] !== undefined) {
6293
- contents.RenderedTemplate = (0, smithy_client_1.expectString)(output["RenderedTemplate"]);
6286
+ if (output[_RTe] != null) {
6287
+ contents[_RTe] = (0, smithy_client_1.expectString)(output[_RTe]);
6294
6288
  }
6295
6289
  return contents;
6296
6290
  };
6297
6291
  const de_TrackingOptions = (output, context) => {
6298
6292
  const contents = {};
6299
- if (output["CustomRedirectDomain"] !== undefined) {
6300
- contents.CustomRedirectDomain = (0, smithy_client_1.expectString)(output["CustomRedirectDomain"]);
6293
+ if (output[_CRD] != null) {
6294
+ contents[_CRD] = (0, smithy_client_1.expectString)(output[_CRD]);
6301
6295
  }
6302
6296
  return contents;
6303
6297
  };
6304
6298
  const de_TrackingOptionsAlreadyExistsException = (output, context) => {
6305
6299
  const contents = {};
6306
- if (output["ConfigurationSetName"] !== undefined) {
6307
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
6300
+ if (output[_CSN] != null) {
6301
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
6308
6302
  }
6309
- if (output["message"] !== undefined) {
6310
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
6303
+ if (output[_m] != null) {
6304
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
6311
6305
  }
6312
6306
  return contents;
6313
6307
  };
6314
6308
  const de_TrackingOptionsDoesNotExistException = (output, context) => {
6315
6309
  const contents = {};
6316
- if (output["ConfigurationSetName"] !== undefined) {
6317
- contents.ConfigurationSetName = (0, smithy_client_1.expectString)(output["ConfigurationSetName"]);
6310
+ if (output[_CSN] != null) {
6311
+ contents[_CSN] = (0, smithy_client_1.expectString)(output[_CSN]);
6318
6312
  }
6319
- if (output["message"] !== undefined) {
6320
- contents.message = (0, smithy_client_1.expectString)(output["message"]);
6313
+ if (output[_m] != null) {
6314
+ contents[_m] = (0, smithy_client_1.expectString)(output[_m]);
6321
6315
  }
6322
6316
  return contents;
6323
6317
  };
@@ -6356,17 +6350,17 @@ const de_VerificationTokenList = (output, context) => {
6356
6350
  const de_VerifyDomainDkimResponse = (output, context) => {
6357
6351
  const contents = {};
6358
6352
  if (output.DkimTokens === "") {
6359
- contents.DkimTokens = [];
6353
+ contents[_DTk] = [];
6360
6354
  }
6361
- else if (output["DkimTokens"] !== undefined && output["DkimTokens"]["member"] !== undefined) {
6362
- contents.DkimTokens = de_VerificationTokenList((0, smithy_client_1.getArrayIfSingleItem)(output["DkimTokens"]["member"]), context);
6355
+ else if (output[_DTk] != null && output[_DTk][_me] != null) {
6356
+ contents[_DTk] = de_VerificationTokenList((0, smithy_client_1.getArrayIfSingleItem)(output[_DTk][_me]), context);
6363
6357
  }
6364
6358
  return contents;
6365
6359
  };
6366
6360
  const de_VerifyDomainIdentityResponse = (output, context) => {
6367
6361
  const contents = {};
6368
- if (output["VerificationToken"] !== undefined) {
6369
- contents.VerificationToken = (0, smithy_client_1.expectString)(output["VerificationToken"]);
6362
+ if (output[_VT] != null) {
6363
+ contents[_VT] = (0, smithy_client_1.expectString)(output[_VT]);
6370
6364
  }
6371
6365
  return contents;
6372
6366
  };
@@ -6376,11 +6370,11 @@ const de_VerifyEmailIdentityResponse = (output, context) => {
6376
6370
  };
6377
6371
  const de_WorkmailAction = (output, context) => {
6378
6372
  const contents = {};
6379
- if (output["TopicArn"] !== undefined) {
6380
- contents.TopicArn = (0, smithy_client_1.expectString)(output["TopicArn"]);
6373
+ if (output[_TA] != null) {
6374
+ contents[_TA] = (0, smithy_client_1.expectString)(output[_TA]);
6381
6375
  }
6382
- if (output["OrganizationArn"] !== undefined) {
6383
- contents.OrganizationArn = (0, smithy_client_1.expectString)(output["OrganizationArn"]);
6376
+ if (output[_OA] != null) {
6377
+ contents[_OA] = (0, smithy_client_1.expectString)(output[_OA]);
6384
6378
  }
6385
6379
  return contents;
6386
6380
  };
@@ -6413,6 +6407,256 @@ const buildHttpRpcRequest = async (context, headers, path, resolvedHostname, bod
6413
6407
  const SHARED_HEADERS = {
6414
6408
  "content-type": "application/x-www-form-urlencoded",
6415
6409
  };
6410
+ const _ = "2010-12-01";
6411
+ const _A = "Action";
6412
+ const _AD = "ArrivalDate";
6413
+ const _AHA = "AddHeaderAction";
6414
+ const _Ac = "Actions";
6415
+ const _Af = "After";
6416
+ const _B = "Body";
6417
+ const _BA = "BccAddresses";
6418
+ const _BAo = "BounceAction";
6419
+ const _BN = "BucketName";
6420
+ const _BOMXF = "BehaviorOnMXFailure";
6421
+ const _BRIL = "BouncedRecipientInfoList";
6422
+ const _BS = "BounceSender";
6423
+ const _BSA = "BounceSenderArn";
6424
+ const _BT = "BounceType";
6425
+ const _BTo = "BounceTopic";
6426
+ const _Bo = "Bounces";
6427
+ const _Bu = "Bucket";
6428
+ const _C = "Charset";
6429
+ const _CA = "CcAddresses";
6430
+ const _CCS = "CreateConfigurationSet";
6431
+ const _CCSED = "CreateConfigurationSetEventDestination";
6432
+ const _CCSTO = "CreateConfigurationSetTrackingOptions";
6433
+ const _CCVET = "CreateCustomVerificationEmailTemplate";
6434
+ const _CRD = "CustomRedirectDomain";
6435
+ const _CRF = "CreateReceiptFilter";
6436
+ const _CRR = "CreateReceiptRule";
6437
+ const _CRRS = "CloneReceiptRuleSet";
6438
+ const _CRRSr = "CreateReceiptRuleSet";
6439
+ const _CS = "ConfigurationSet";
6440
+ const _CSAN = "ConfigurationSetAttributeNames";
6441
+ const _CSN = "ConfigurationSetName";
6442
+ const _CSo = "ConfigurationSets";
6443
+ const _CT = "CreateTemplate";
6444
+ const _CTo = "ComplaintTopic";
6445
+ const _CTr = "CreatedTimestamp";
6446
+ const _CVET = "CustomVerificationEmailTemplates";
6447
+ const _CVETN = "CustomVerificationEmailTemplateName";
6448
+ const _CWD = "CloudWatchDestination";
6449
+ const _Ci = "Cidr";
6450
+ const _Co = "Complaints";
6451
+ const _D = "Destination";
6452
+ const _DA = "DkimAttributes";
6453
+ const _DARRS = "DescribeActiveReceiptRuleSet";
6454
+ const _DAe = "DeliveryAttempts";
6455
+ const _DC = "DimensionConfigurations";
6456
+ const _DCS = "DeleteConfigurationSet";
6457
+ const _DCSED = "DeleteConfigurationSetEventDestination";
6458
+ const _DCSTO = "DeleteConfigurationSetTrackingOptions";
6459
+ const _DCSe = "DescribeConfigurationSet";
6460
+ const _DCVET = "DeleteCustomVerificationEmailTemplate";
6461
+ const _DCi = "DiagnosticCode";
6462
+ const _DDV = "DefaultDimensionValue";
6463
+ const _DE = "DkimEnabled";
6464
+ const _DI = "DeleteIdentity";
6465
+ const _DIP = "DeleteIdentityPolicy";
6466
+ const _DN = "DimensionName";
6467
+ const _DO = "DeliveryOptions";
6468
+ const _DRF = "DeleteReceiptFilter";
6469
+ const _DRR = "DeleteReceiptRule";
6470
+ const _DRRS = "DeleteReceiptRuleSet";
6471
+ const _DRRSe = "DescribeReceiptRuleSet";
6472
+ const _DRRe = "DescribeReceiptRule";
6473
+ const _DSARN = "DeliveryStreamARN";
6474
+ const _DT = "DeleteTemplate";
6475
+ const _DTD = "DefaultTemplateData";
6476
+ const _DTe = "DefaultTags";
6477
+ const _DTel = "DeliveryTopic";
6478
+ const _DTk = "DkimTokens";
6479
+ const _DVEA = "DeleteVerifiedEmailAddress";
6480
+ const _DVS = "DimensionValueSource";
6481
+ const _DVSk = "DkimVerificationStatus";
6482
+ const _Da = "Data";
6483
+ const _De = "Destinations";
6484
+ const _Do = "Domain";
6485
+ const _E = "Enabled";
6486
+ const _EA = "EmailAddress";
6487
+ const _ED = "EventDestination";
6488
+ const _EDN = "EventDestinationName";
6489
+ const _EDv = "EventDestinations";
6490
+ const _EF = "ExtensionFields";
6491
+ const _En = "Encoding";
6492
+ const _Er = "Error";
6493
+ const _Ex = "Explanation";
6494
+ const _F = "Filter";
6495
+ const _FA = "FunctionArn";
6496
+ const _FAr = "FromArn";
6497
+ const _FE = "ForwardingEnabled";
6498
+ const _FEA = "FromEmailAddress";
6499
+ const _FN = "FilterName";
6500
+ const _FR = "FinalRecipient";
6501
+ const _FRURL = "FailureRedirectionURL";
6502
+ const _Fi = "Filters";
6503
+ const _GASE = "GetAccountSendingEnabled";
6504
+ const _GCVET = "GetCustomVerificationEmailTemplate";
6505
+ const _GIDA = "GetIdentityDkimAttributes";
6506
+ const _GIMFDA = "GetIdentityMailFromDomainAttributes";
6507
+ const _GINA = "GetIdentityNotificationAttributes";
6508
+ const _GIP = "GetIdentityPolicies";
6509
+ const _GIVA = "GetIdentityVerificationAttributes";
6510
+ const _GSQ = "GetSendQuota";
6511
+ const _GSS = "GetSendStatistics";
6512
+ const _GT = "GetTemplate";
6513
+ const _H = "Html";
6514
+ const _HIBNE = "HeadersInBounceNotificationsEnabled";
6515
+ const _HICNE = "HeadersInComplaintNotificationsEnabled";
6516
+ const _HIDNE = "HeadersInDeliveryNotificationsEnabled";
6517
+ const _HN = "HeaderName";
6518
+ const _HP = "HtmlPart";
6519
+ const _HV = "HeaderValue";
6520
+ const _I = "Identity";
6521
+ const _IAMRARN = "IAMRoleARN";
6522
+ const _IF = "IpFilter";
6523
+ const _IT = "InvocationType";
6524
+ const _ITd = "IdentityType";
6525
+ const _Id = "Identities";
6526
+ const _KFD = "KinesisFirehoseDestination";
6527
+ const _KKA = "KmsKeyArn";
6528
+ const _LA = "LambdaAction";
6529
+ const _LAD = "LastAttemptDate";
6530
+ const _LCS = "ListConfigurationSets";
6531
+ const _LCVET = "ListCustomVerificationEmailTemplates";
6532
+ const _LFS = "LastFreshStart";
6533
+ const _LI = "ListIdentities";
6534
+ const _LIP = "ListIdentityPolicies";
6535
+ const _LRF = "ListReceiptFilters";
6536
+ const _LRRS = "ListReceiptRuleSets";
6537
+ const _LT = "ListTemplates";
6538
+ const _LVEA = "ListVerifiedEmailAddresses";
6539
+ const _M = "Message";
6540
+ const _MD = "MessageDsn";
6541
+ const _MET = "MatchingEventTypes";
6542
+ const _MFD = "MailFromDomain";
6543
+ const _MFDA = "MailFromDomainAttributes";
6544
+ const _MFDS = "MailFromDomainStatus";
6545
+ const _MHS = "Max24HourSend";
6546
+ const _MI = "MaxItems";
6547
+ const _MIe = "MessageId";
6548
+ const _MR = "MaxResults";
6549
+ const _MSR = "MaxSendRate";
6550
+ const _Me = "Metadata";
6551
+ const _N = "Name";
6552
+ const _NA = "NotificationAttributes";
6553
+ const _NT = "NextToken";
6554
+ const _NTo = "NotificationType";
6555
+ const _OA = "OrganizationArn";
6556
+ const _OKP = "ObjectKeyPrefix";
6557
+ const _OMI = "OriginalMessageId";
6558
+ const _ORSN = "OriginalRuleSetName";
6559
+ const _P = "Policy";
6560
+ const _PCSDO = "PutConfigurationSetDeliveryOptions";
6561
+ const _PIP = "PutIdentityPolicy";
6562
+ const _PN = "PolicyName";
6563
+ const _PNo = "PolicyNames";
6564
+ const _Po = "Policies";
6565
+ const _R = "Recipient";
6566
+ const _RA = "RecipientArn";
6567
+ const _RDF = "RecipientDsnFields";
6568
+ const _RM = "ReportingMta";
6569
+ const _RME = "ReputationMetricsEnabled";
6570
+ const _RMa = "RawMessage";
6571
+ const _RMe = "RemoteMta";
6572
+ const _RN = "RuleName";
6573
+ const _RNu = "RuleNames";
6574
+ const _RO = "ReputationOptions";
6575
+ const _RP = "ReturnPath";
6576
+ const _RPA = "ReturnPathArn";
6577
+ const _RRRS = "ReorderReceiptRuleSet";
6578
+ const _RS = "RuleSets";
6579
+ const _RSN = "RuleSetName";
6580
+ const _RT = "ReplacementTags";
6581
+ const _RTA = "ReplyToAddresses";
6582
+ const _RTD = "ReplacementTemplateData";
6583
+ const _RTe = "RenderedTemplate";
6584
+ const _Re = "Recipients";
6585
+ const _Rej = "Rejects";
6586
+ const _Ru = "Rule";
6587
+ const _Rul = "Rules";
6588
+ const _S = "Sender";
6589
+ const _SA = "S3Action";
6590
+ const _SARRS = "SetActiveReceiptRuleSet";
6591
+ const _SAo = "SourceArn";
6592
+ const _SAt = "StopAction";
6593
+ const _SB = "SendBounce";
6594
+ const _SBTE = "SendBulkTemplatedEmail";
6595
+ const _SC = "StatusCode";
6596
+ const _SCVE = "SendCustomVerificationEmail";
6597
+ const _SDP = "SendDataPoints";
6598
+ const _SE = "SendEmail";
6599
+ const _SEc = "ScanEnabled";
6600
+ const _SEe = "SendingEnabled";
6601
+ const _SIDE = "SetIdentityDkimEnabled";
6602
+ const _SIFFE = "SetIdentityFeedbackForwardingEnabled";
6603
+ const _SIHINE = "SetIdentityHeadersInNotificationsEnabled";
6604
+ const _SIMFD = "SetIdentityMailFromDomain";
6605
+ const _SINT = "SetIdentityNotificationTopic";
6606
+ const _SLH = "SentLast24Hours";
6607
+ const _SNSA = "SNSAction";
6608
+ const _SNSD = "SNSDestination";
6609
+ const _SP = "SubjectPart";
6610
+ const _SRC = "SmtpReplyCode";
6611
+ const _SRE = "SendRawEmail";
6612
+ const _SRRP = "SetReceiptRulePosition";
6613
+ const _SRURL = "SuccessRedirectionURL";
6614
+ const _ST = "SnsTopic";
6615
+ const _STE = "SendTemplatedEmail";
6616
+ const _Sc = "Scope";
6617
+ const _So = "Source";
6618
+ const _St = "Status";
6619
+ const _Su = "Subject";
6620
+ const _T = "Text";
6621
+ const _TA = "TopicArn";
6622
+ const _TARN = "TopicARN";
6623
+ const _TAe = "TemplateArn";
6624
+ const _TAo = "ToAddresses";
6625
+ const _TC = "TemplateContent";
6626
+ const _TD = "TemplateData";
6627
+ const _TM = "TemplatesMetadata";
6628
+ const _TN = "TemplateName";
6629
+ const _TO = "TrackingOptions";
6630
+ const _TP = "TlsPolicy";
6631
+ const _TPe = "TextPart";
6632
+ const _TRT = "TestRenderTemplate";
6633
+ const _TS = "TemplateSubject";
6634
+ const _Ta = "Tags";
6635
+ const _Te = "Template";
6636
+ const _Ti = "Timestamp";
6637
+ const _To = "Topic";
6638
+ const _UASE = "UpdateAccountSendingEnabled";
6639
+ const _UCSED = "UpdateConfigurationSetEventDestination";
6640
+ const _UCSRME = "UpdateConfigurationSetReputationMetricsEnabled";
6641
+ const _UCSSE = "UpdateConfigurationSetSendingEnabled";
6642
+ const _UCSTO = "UpdateConfigurationSetTrackingOptions";
6643
+ const _UCVET = "UpdateCustomVerificationEmailTemplate";
6644
+ const _URR = "UpdateReceiptRule";
6645
+ const _UT = "UpdateTemplate";
6646
+ const _V = "Version";
6647
+ const _VA = "VerificationAttributes";
6648
+ const _VDD = "VerifyDomainDkim";
6649
+ const _VDI = "VerifyDomainIdentity";
6650
+ const _VEA = "VerifyEmailAddress";
6651
+ const _VEAe = "VerifiedEmailAddresses";
6652
+ const _VEI = "VerifyEmailIdentity";
6653
+ const _VS = "VerificationStatus";
6654
+ const _VT = "VerificationToken";
6655
+ const _Va = "Value";
6656
+ const _WA = "WorkmailAction";
6657
+ const _e = "entry";
6658
+ const _m = "message";
6659
+ const _me = "member";
6416
6660
  const parseBody = (streamBody, context) => collectBodyString(streamBody, context).then((encoded) => {
6417
6661
  if (encoded.length) {
6418
6662
  const parser = new fast_xml_parser_1.XMLParser({