@aws-sdk/client-ses 3.893.0 → 3.894.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -4959,7 +4959,7 @@ var de_CloneReceiptRuleSetResponse = /* @__PURE__ */ __name((output, context) =>
4959
4959
  }, "de_CloneReceiptRuleSetResponse");
4960
4960
  var de_CloudWatchDestination = /* @__PURE__ */ __name((output, context) => {
4961
4961
  const contents = {};
4962
- if (output.DimensionConfigurations === "") {
4962
+ if (String(output.DimensionConfigurations).trim() === "") {
4963
4963
  contents[_DC] = [];
4964
4964
  } else if (output[_DC] != null && output[_DC][_me] != null) {
4965
4965
  contents[_DC] = de_CloudWatchDimensionConfigurations((0, import_smithy_client.getArrayIfSingleItem)(output[_DC][_me]), context);
@@ -5163,7 +5163,7 @@ var de_DescribeActiveReceiptRuleSetResponse = /* @__PURE__ */ __name((output, co
5163
5163
  if (output[_Me] != null) {
5164
5164
  contents[_Me] = de_ReceiptRuleSetMetadata(output[_Me], context);
5165
5165
  }
5166
- if (output.Rules === "") {
5166
+ if (String(output.Rules).trim() === "") {
5167
5167
  contents[_Rul] = [];
5168
5168
  } else if (output[_Rul] != null && output[_Rul][_me] != null) {
5169
5169
  contents[_Rul] = de_ReceiptRulesList((0, import_smithy_client.getArrayIfSingleItem)(output[_Rul][_me]), context);
@@ -5175,7 +5175,7 @@ var de_DescribeConfigurationSetResponse = /* @__PURE__ */ __name((output, contex
5175
5175
  if (output[_CS] != null) {
5176
5176
  contents[_CS] = de_ConfigurationSet(output[_CS], context);
5177
5177
  }
5178
- if (output.EventDestinations === "") {
5178
+ if (String(output.EventDestinations).trim() === "") {
5179
5179
  contents[_EDv] = [];
5180
5180
  } else if (output[_EDv] != null && output[_EDv][_me] != null) {
5181
5181
  contents[_EDv] = de_EventDestinations((0, import_smithy_client.getArrayIfSingleItem)(output[_EDv][_me]), context);
@@ -5203,7 +5203,7 @@ var de_DescribeReceiptRuleSetResponse = /* @__PURE__ */ __name((output, context)
5203
5203
  if (output[_Me] != null) {
5204
5204
  contents[_Me] = de_ReceiptRuleSetMetadata(output[_Me], context);
5205
5205
  }
5206
- if (output.Rules === "") {
5206
+ if (String(output.Rules).trim() === "") {
5207
5207
  contents[_Rul] = [];
5208
5208
  } else if (output[_Rul] != null && output[_Rul][_me] != null) {
5209
5209
  contents[_Rul] = de_ReceiptRulesList((0, import_smithy_client.getArrayIfSingleItem)(output[_Rul][_me]), context);
@@ -5227,7 +5227,7 @@ var de_EventDestination = /* @__PURE__ */ __name((output, context) => {
5227
5227
  if (output[_E] != null) {
5228
5228
  contents[_E] = (0, import_smithy_client.parseBoolean)(output[_E]);
5229
5229
  }
5230
- if (output.MatchingEventTypes === "") {
5230
+ if (String(output.MatchingEventTypes).trim() === "") {
5231
5231
  contents[_MET] = [];
5232
5232
  } else if (output[_MET] != null && output[_MET][_me] != null) {
5233
5233
  contents[_MET] = de_EventTypes((0, import_smithy_client.getArrayIfSingleItem)(output[_MET][_me]), context);
@@ -5320,7 +5320,7 @@ var de_GetCustomVerificationEmailTemplateResponse = /* @__PURE__ */ __name((outp
5320
5320
  }, "de_GetCustomVerificationEmailTemplateResponse");
5321
5321
  var de_GetIdentityDkimAttributesResponse = /* @__PURE__ */ __name((output, context) => {
5322
5322
  const contents = {};
5323
- if (output.DkimAttributes === "") {
5323
+ if (String(output.DkimAttributes).trim() === "") {
5324
5324
  contents[_DA] = {};
5325
5325
  } else if (output[_DA] != null && output[_DA][_e] != null) {
5326
5326
  contents[_DA] = de_DkimAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_DA][_e]), context);
@@ -5329,7 +5329,7 @@ var de_GetIdentityDkimAttributesResponse = /* @__PURE__ */ __name((output, conte
5329
5329
  }, "de_GetIdentityDkimAttributesResponse");
5330
5330
  var de_GetIdentityMailFromDomainAttributesResponse = /* @__PURE__ */ __name((output, context) => {
5331
5331
  const contents = {};
5332
- if (output.MailFromDomainAttributes === "") {
5332
+ if (String(output.MailFromDomainAttributes).trim() === "") {
5333
5333
  contents[_MFDA] = {};
5334
5334
  } else if (output[_MFDA] != null && output[_MFDA][_e] != null) {
5335
5335
  contents[_MFDA] = de_MailFromDomainAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_MFDA][_e]), context);
@@ -5338,7 +5338,7 @@ var de_GetIdentityMailFromDomainAttributesResponse = /* @__PURE__ */ __name((out
5338
5338
  }, "de_GetIdentityMailFromDomainAttributesResponse");
5339
5339
  var de_GetIdentityNotificationAttributesResponse = /* @__PURE__ */ __name((output, context) => {
5340
5340
  const contents = {};
5341
- if (output.NotificationAttributes === "") {
5341
+ if (String(output.NotificationAttributes).trim() === "") {
5342
5342
  contents[_NA] = {};
5343
5343
  } else if (output[_NA] != null && output[_NA][_e] != null) {
5344
5344
  contents[_NA] = de_NotificationAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_NA][_e]), context);
@@ -5347,7 +5347,7 @@ var de_GetIdentityNotificationAttributesResponse = /* @__PURE__ */ __name((outpu
5347
5347
  }, "de_GetIdentityNotificationAttributesResponse");
5348
5348
  var de_GetIdentityPoliciesResponse = /* @__PURE__ */ __name((output, context) => {
5349
5349
  const contents = {};
5350
- if (output.Policies === "") {
5350
+ if (String(output.Policies).trim() === "") {
5351
5351
  contents[_Po] = {};
5352
5352
  } else if (output[_Po] != null && output[_Po][_e] != null) {
5353
5353
  contents[_Po] = de_PolicyMap((0, import_smithy_client.getArrayIfSingleItem)(output[_Po][_e]), context);
@@ -5356,7 +5356,7 @@ var de_GetIdentityPoliciesResponse = /* @__PURE__ */ __name((output, context) =>
5356
5356
  }, "de_GetIdentityPoliciesResponse");
5357
5357
  var de_GetIdentityVerificationAttributesResponse = /* @__PURE__ */ __name((output, context) => {
5358
5358
  const contents = {};
5359
- if (output.VerificationAttributes === "") {
5359
+ if (String(output.VerificationAttributes).trim() === "") {
5360
5360
  contents[_VA] = {};
5361
5361
  } else if (output[_VA] != null && output[_VA][_e] != null) {
5362
5362
  contents[_VA] = de_VerificationAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_VA][_e]), context);
@@ -5378,7 +5378,7 @@ var de_GetSendQuotaResponse = /* @__PURE__ */ __name((output, context) => {
5378
5378
  }, "de_GetSendQuotaResponse");
5379
5379
  var de_GetSendStatisticsResponse = /* @__PURE__ */ __name((output, context) => {
5380
5380
  const contents = {};
5381
- if (output.SendDataPoints === "") {
5381
+ if (String(output.SendDataPoints).trim() === "") {
5382
5382
  contents[_SDP] = [];
5383
5383
  } else if (output[_SDP] != null && output[_SDP][_me] != null) {
5384
5384
  contents[_SDP] = de_SendDataPointList((0, import_smithy_client.getArrayIfSingleItem)(output[_SDP][_me]), context);
@@ -5400,7 +5400,7 @@ var de_IdentityDkimAttributes = /* @__PURE__ */ __name((output, context) => {
5400
5400
  if (output[_DVSk] != null) {
5401
5401
  contents[_DVSk] = (0, import_smithy_client.expectString)(output[_DVSk]);
5402
5402
  }
5403
- if (output.DkimTokens === "") {
5403
+ if (String(output.DkimTokens).trim() === "") {
5404
5404
  contents[_DTk] = [];
5405
5405
  } else if (output[_DTk] != null && output[_DTk][_me] != null) {
5406
5406
  contents[_DTk] = de_VerificationTokenList((0, import_smithy_client.getArrayIfSingleItem)(output[_DTk][_me]), context);
@@ -5609,7 +5609,7 @@ var de_LimitExceededException = /* @__PURE__ */ __name((output, context) => {
5609
5609
  }, "de_LimitExceededException");
5610
5610
  var de_ListConfigurationSetsResponse = /* @__PURE__ */ __name((output, context) => {
5611
5611
  const contents = {};
5612
- if (output.ConfigurationSets === "") {
5612
+ if (String(output.ConfigurationSets).trim() === "") {
5613
5613
  contents[_CSo] = [];
5614
5614
  } else if (output[_CSo] != null && output[_CSo][_me] != null) {
5615
5615
  contents[_CSo] = de_ConfigurationSets((0, import_smithy_client.getArrayIfSingleItem)(output[_CSo][_me]), context);
@@ -5621,7 +5621,7 @@ var de_ListConfigurationSetsResponse = /* @__PURE__ */ __name((output, context)
5621
5621
  }, "de_ListConfigurationSetsResponse");
5622
5622
  var de_ListCustomVerificationEmailTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
5623
5623
  const contents = {};
5624
- if (output.CustomVerificationEmailTemplates === "") {
5624
+ if (String(output.CustomVerificationEmailTemplates).trim() === "") {
5625
5625
  contents[_CVET] = [];
5626
5626
  } else if (output[_CVET] != null && output[_CVET][_me] != null) {
5627
5627
  contents[_CVET] = de_CustomVerificationEmailTemplates((0, import_smithy_client.getArrayIfSingleItem)(output[_CVET][_me]), context);
@@ -5633,7 +5633,7 @@ var de_ListCustomVerificationEmailTemplatesResponse = /* @__PURE__ */ __name((ou
5633
5633
  }, "de_ListCustomVerificationEmailTemplatesResponse");
5634
5634
  var de_ListIdentitiesResponse = /* @__PURE__ */ __name((output, context) => {
5635
5635
  const contents = {};
5636
- if (output.Identities === "") {
5636
+ if (String(output.Identities).trim() === "") {
5637
5637
  contents[_Id] = [];
5638
5638
  } else if (output[_Id] != null && output[_Id][_me] != null) {
5639
5639
  contents[_Id] = de_IdentityList((0, import_smithy_client.getArrayIfSingleItem)(output[_Id][_me]), context);
@@ -5645,7 +5645,7 @@ var de_ListIdentitiesResponse = /* @__PURE__ */ __name((output, context) => {
5645
5645
  }, "de_ListIdentitiesResponse");
5646
5646
  var de_ListIdentityPoliciesResponse = /* @__PURE__ */ __name((output, context) => {
5647
5647
  const contents = {};
5648
- if (output.PolicyNames === "") {
5648
+ if (String(output.PolicyNames).trim() === "") {
5649
5649
  contents[_PNo] = [];
5650
5650
  } else if (output[_PNo] != null && output[_PNo][_me] != null) {
5651
5651
  contents[_PNo] = de_PolicyNameList((0, import_smithy_client.getArrayIfSingleItem)(output[_PNo][_me]), context);
@@ -5654,7 +5654,7 @@ var de_ListIdentityPoliciesResponse = /* @__PURE__ */ __name((output, context) =
5654
5654
  }, "de_ListIdentityPoliciesResponse");
5655
5655
  var de_ListReceiptFiltersResponse = /* @__PURE__ */ __name((output, context) => {
5656
5656
  const contents = {};
5657
- if (output.Filters === "") {
5657
+ if (String(output.Filters).trim() === "") {
5658
5658
  contents[_Fi] = [];
5659
5659
  } else if (output[_Fi] != null && output[_Fi][_me] != null) {
5660
5660
  contents[_Fi] = de_ReceiptFilterList((0, import_smithy_client.getArrayIfSingleItem)(output[_Fi][_me]), context);
@@ -5663,7 +5663,7 @@ var de_ListReceiptFiltersResponse = /* @__PURE__ */ __name((output, context) =>
5663
5663
  }, "de_ListReceiptFiltersResponse");
5664
5664
  var de_ListReceiptRuleSetsResponse = /* @__PURE__ */ __name((output, context) => {
5665
5665
  const contents = {};
5666
- if (output.RuleSets === "") {
5666
+ if (String(output.RuleSets).trim() === "") {
5667
5667
  contents[_RS] = [];
5668
5668
  } else if (output[_RS] != null && output[_RS][_me] != null) {
5669
5669
  contents[_RS] = de_ReceiptRuleSetsLists((0, import_smithy_client.getArrayIfSingleItem)(output[_RS][_me]), context);
@@ -5675,7 +5675,7 @@ var de_ListReceiptRuleSetsResponse = /* @__PURE__ */ __name((output, context) =>
5675
5675
  }, "de_ListReceiptRuleSetsResponse");
5676
5676
  var de_ListTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
5677
5677
  const contents = {};
5678
- if (output.TemplatesMetadata === "") {
5678
+ if (String(output.TemplatesMetadata).trim() === "") {
5679
5679
  contents[_TM] = [];
5680
5680
  } else if (output[_TM] != null && output[_TM][_me] != null) {
5681
5681
  contents[_TM] = de_TemplateMetadataList((0, import_smithy_client.getArrayIfSingleItem)(output[_TM][_me]), context);
@@ -5687,7 +5687,7 @@ var de_ListTemplatesResponse = /* @__PURE__ */ __name((output, context) => {
5687
5687
  }, "de_ListTemplatesResponse");
5688
5688
  var de_ListVerifiedEmailAddressesResponse = /* @__PURE__ */ __name((output, context) => {
5689
5689
  const contents = {};
5690
- if (output.VerifiedEmailAddresses === "") {
5690
+ if (String(output.VerifiedEmailAddresses).trim() === "") {
5691
5691
  contents[_VEAe] = [];
5692
5692
  } else if (output[_VEAe] != null && output[_VEAe][_me] != null) {
5693
5693
  contents[_VEAe] = de_AddressList((0, import_smithy_client.getArrayIfSingleItem)(output[_VEAe][_me]), context);
@@ -5834,12 +5834,12 @@ var de_ReceiptRule = /* @__PURE__ */ __name((output, context) => {
5834
5834
  if (output[_TP] != null) {
5835
5835
  contents[_TP] = (0, import_smithy_client.expectString)(output[_TP]);
5836
5836
  }
5837
- if (output.Recipients === "") {
5837
+ if (String(output.Recipients).trim() === "") {
5838
5838
  contents[_Re] = [];
5839
5839
  } else if (output[_Re] != null && output[_Re][_me] != null) {
5840
5840
  contents[_Re] = de_RecipientsList((0, import_smithy_client.getArrayIfSingleItem)(output[_Re][_me]), context);
5841
5841
  }
5842
- if (output.Actions === "") {
5842
+ if (String(output.Actions).trim() === "") {
5843
5843
  contents[_Ac] = [];
5844
5844
  } else if (output[_Ac] != null && output[_Ac][_me] != null) {
5845
5845
  contents[_Ac] = de_ReceiptActionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ac][_me]), context);
@@ -5939,7 +5939,7 @@ var de_SendBounceResponse = /* @__PURE__ */ __name((output, context) => {
5939
5939
  }, "de_SendBounceResponse");
5940
5940
  var de_SendBulkTemplatedEmailResponse = /* @__PURE__ */ __name((output, context) => {
5941
5941
  const contents = {};
5942
- if (output.Status === "") {
5942
+ if (String(output.Status).trim() === "") {
5943
5943
  contents[_St] = [];
5944
5944
  } else if (output[_St] != null && output[_St][_me] != null) {
5945
5945
  contents[_St] = de_BulkEmailDestinationStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_St][_me]), context);
@@ -6160,7 +6160,7 @@ var de_VerificationTokenList = /* @__PURE__ */ __name((output, context) => {
6160
6160
  }, "de_VerificationTokenList");
6161
6161
  var de_VerifyDomainDkimResponse = /* @__PURE__ */ __name((output, context) => {
6162
6162
  const contents = {};
6163
- if (output.DkimTokens === "") {
6163
+ if (String(output.DkimTokens).trim() === "") {
6164
6164
  contents[_DTk] = [];
6165
6165
  } else if (output[_DTk] != null && output[_DTk][_me] != null) {
6166
6166
  contents[_DTk] = de_VerificationTokenList((0, import_smithy_client.getArrayIfSingleItem)(output[_DTk][_me]), context);
@@ -3747,7 +3747,7 @@ const de_CloneReceiptRuleSetResponse = (output, context) => {
3747
3747
  };
3748
3748
  const de_CloudWatchDestination = (output, context) => {
3749
3749
  const contents = {};
3750
- if (output.DimensionConfigurations === "") {
3750
+ if (String(output.DimensionConfigurations).trim() === "") {
3751
3751
  contents[_DC] = [];
3752
3752
  }
3753
3753
  else if (output[_DC] != null && output[_DC][_me] != null) {
@@ -3958,7 +3958,7 @@ const de_DescribeActiveReceiptRuleSetResponse = (output, context) => {
3958
3958
  if (output[_Me] != null) {
3959
3959
  contents[_Me] = de_ReceiptRuleSetMetadata(output[_Me], context);
3960
3960
  }
3961
- if (output.Rules === "") {
3961
+ if (String(output.Rules).trim() === "") {
3962
3962
  contents[_Rul] = [];
3963
3963
  }
3964
3964
  else if (output[_Rul] != null && output[_Rul][_me] != null) {
@@ -3971,7 +3971,7 @@ const de_DescribeConfigurationSetResponse = (output, context) => {
3971
3971
  if (output[_CS] != null) {
3972
3972
  contents[_CS] = de_ConfigurationSet(output[_CS], context);
3973
3973
  }
3974
- if (output.EventDestinations === "") {
3974
+ if (String(output.EventDestinations).trim() === "") {
3975
3975
  contents[_EDv] = [];
3976
3976
  }
3977
3977
  else if (output[_EDv] != null && output[_EDv][_me] != null) {
@@ -4000,7 +4000,7 @@ const de_DescribeReceiptRuleSetResponse = (output, context) => {
4000
4000
  if (output[_Me] != null) {
4001
4001
  contents[_Me] = de_ReceiptRuleSetMetadata(output[_Me], context);
4002
4002
  }
4003
- if (output.Rules === "") {
4003
+ if (String(output.Rules).trim() === "") {
4004
4004
  contents[_Rul] = [];
4005
4005
  }
4006
4006
  else if (output[_Rul] != null && output[_Rul][_me] != null) {
@@ -4025,7 +4025,7 @@ const de_EventDestination = (output, context) => {
4025
4025
  if (output[_E] != null) {
4026
4026
  contents[_E] = __parseBoolean(output[_E]);
4027
4027
  }
4028
- if (output.MatchingEventTypes === "") {
4028
+ if (String(output.MatchingEventTypes).trim() === "") {
4029
4029
  contents[_MET] = [];
4030
4030
  }
4031
4031
  else if (output[_MET] != null && output[_MET][_me] != null) {
@@ -4123,7 +4123,7 @@ const de_GetCustomVerificationEmailTemplateResponse = (output, context) => {
4123
4123
  };
4124
4124
  const de_GetIdentityDkimAttributesResponse = (output, context) => {
4125
4125
  const contents = {};
4126
- if (output.DkimAttributes === "") {
4126
+ if (String(output.DkimAttributes).trim() === "") {
4127
4127
  contents[_DA] = {};
4128
4128
  }
4129
4129
  else if (output[_DA] != null && output[_DA][_e] != null) {
@@ -4133,7 +4133,7 @@ const de_GetIdentityDkimAttributesResponse = (output, context) => {
4133
4133
  };
4134
4134
  const de_GetIdentityMailFromDomainAttributesResponse = (output, context) => {
4135
4135
  const contents = {};
4136
- if (output.MailFromDomainAttributes === "") {
4136
+ if (String(output.MailFromDomainAttributes).trim() === "") {
4137
4137
  contents[_MFDA] = {};
4138
4138
  }
4139
4139
  else if (output[_MFDA] != null && output[_MFDA][_e] != null) {
@@ -4143,7 +4143,7 @@ const de_GetIdentityMailFromDomainAttributesResponse = (output, context) => {
4143
4143
  };
4144
4144
  const de_GetIdentityNotificationAttributesResponse = (output, context) => {
4145
4145
  const contents = {};
4146
- if (output.NotificationAttributes === "") {
4146
+ if (String(output.NotificationAttributes).trim() === "") {
4147
4147
  contents[_NA] = {};
4148
4148
  }
4149
4149
  else if (output[_NA] != null && output[_NA][_e] != null) {
@@ -4153,7 +4153,7 @@ const de_GetIdentityNotificationAttributesResponse = (output, context) => {
4153
4153
  };
4154
4154
  const de_GetIdentityPoliciesResponse = (output, context) => {
4155
4155
  const contents = {};
4156
- if (output.Policies === "") {
4156
+ if (String(output.Policies).trim() === "") {
4157
4157
  contents[_Po] = {};
4158
4158
  }
4159
4159
  else if (output[_Po] != null && output[_Po][_e] != null) {
@@ -4163,7 +4163,7 @@ const de_GetIdentityPoliciesResponse = (output, context) => {
4163
4163
  };
4164
4164
  const de_GetIdentityVerificationAttributesResponse = (output, context) => {
4165
4165
  const contents = {};
4166
- if (output.VerificationAttributes === "") {
4166
+ if (String(output.VerificationAttributes).trim() === "") {
4167
4167
  contents[_VA] = {};
4168
4168
  }
4169
4169
  else if (output[_VA] != null && output[_VA][_e] != null) {
@@ -4186,7 +4186,7 @@ const de_GetSendQuotaResponse = (output, context) => {
4186
4186
  };
4187
4187
  const de_GetSendStatisticsResponse = (output, context) => {
4188
4188
  const contents = {};
4189
- if (output.SendDataPoints === "") {
4189
+ if (String(output.SendDataPoints).trim() === "") {
4190
4190
  contents[_SDP] = [];
4191
4191
  }
4192
4192
  else if (output[_SDP] != null && output[_SDP][_me] != null) {
@@ -4209,7 +4209,7 @@ const de_IdentityDkimAttributes = (output, context) => {
4209
4209
  if (output[_DVSk] != null) {
4210
4210
  contents[_DVSk] = __expectString(output[_DVSk]);
4211
4211
  }
4212
- if (output.DkimTokens === "") {
4212
+ if (String(output.DkimTokens).trim() === "") {
4213
4213
  contents[_DTk] = [];
4214
4214
  }
4215
4215
  else if (output[_DTk] != null && output[_DTk][_me] != null) {
@@ -4421,7 +4421,7 @@ const de_LimitExceededException = (output, context) => {
4421
4421
  };
4422
4422
  const de_ListConfigurationSetsResponse = (output, context) => {
4423
4423
  const contents = {};
4424
- if (output.ConfigurationSets === "") {
4424
+ if (String(output.ConfigurationSets).trim() === "") {
4425
4425
  contents[_CSo] = [];
4426
4426
  }
4427
4427
  else if (output[_CSo] != null && output[_CSo][_me] != null) {
@@ -4434,7 +4434,7 @@ const de_ListConfigurationSetsResponse = (output, context) => {
4434
4434
  };
4435
4435
  const de_ListCustomVerificationEmailTemplatesResponse = (output, context) => {
4436
4436
  const contents = {};
4437
- if (output.CustomVerificationEmailTemplates === "") {
4437
+ if (String(output.CustomVerificationEmailTemplates).trim() === "") {
4438
4438
  contents[_CVET] = [];
4439
4439
  }
4440
4440
  else if (output[_CVET] != null && output[_CVET][_me] != null) {
@@ -4447,7 +4447,7 @@ const de_ListCustomVerificationEmailTemplatesResponse = (output, context) => {
4447
4447
  };
4448
4448
  const de_ListIdentitiesResponse = (output, context) => {
4449
4449
  const contents = {};
4450
- if (output.Identities === "") {
4450
+ if (String(output.Identities).trim() === "") {
4451
4451
  contents[_Id] = [];
4452
4452
  }
4453
4453
  else if (output[_Id] != null && output[_Id][_me] != null) {
@@ -4460,7 +4460,7 @@ const de_ListIdentitiesResponse = (output, context) => {
4460
4460
  };
4461
4461
  const de_ListIdentityPoliciesResponse = (output, context) => {
4462
4462
  const contents = {};
4463
- if (output.PolicyNames === "") {
4463
+ if (String(output.PolicyNames).trim() === "") {
4464
4464
  contents[_PNo] = [];
4465
4465
  }
4466
4466
  else if (output[_PNo] != null && output[_PNo][_me] != null) {
@@ -4470,7 +4470,7 @@ const de_ListIdentityPoliciesResponse = (output, context) => {
4470
4470
  };
4471
4471
  const de_ListReceiptFiltersResponse = (output, context) => {
4472
4472
  const contents = {};
4473
- if (output.Filters === "") {
4473
+ if (String(output.Filters).trim() === "") {
4474
4474
  contents[_Fi] = [];
4475
4475
  }
4476
4476
  else if (output[_Fi] != null && output[_Fi][_me] != null) {
@@ -4480,7 +4480,7 @@ const de_ListReceiptFiltersResponse = (output, context) => {
4480
4480
  };
4481
4481
  const de_ListReceiptRuleSetsResponse = (output, context) => {
4482
4482
  const contents = {};
4483
- if (output.RuleSets === "") {
4483
+ if (String(output.RuleSets).trim() === "") {
4484
4484
  contents[_RS] = [];
4485
4485
  }
4486
4486
  else if (output[_RS] != null && output[_RS][_me] != null) {
@@ -4493,7 +4493,7 @@ const de_ListReceiptRuleSetsResponse = (output, context) => {
4493
4493
  };
4494
4494
  const de_ListTemplatesResponse = (output, context) => {
4495
4495
  const contents = {};
4496
- if (output.TemplatesMetadata === "") {
4496
+ if (String(output.TemplatesMetadata).trim() === "") {
4497
4497
  contents[_TM] = [];
4498
4498
  }
4499
4499
  else if (output[_TM] != null && output[_TM][_me] != null) {
@@ -4506,7 +4506,7 @@ const de_ListTemplatesResponse = (output, context) => {
4506
4506
  };
4507
4507
  const de_ListVerifiedEmailAddressesResponse = (output, context) => {
4508
4508
  const contents = {};
4509
- if (output.VerifiedEmailAddresses === "") {
4509
+ if (String(output.VerifiedEmailAddresses).trim() === "") {
4510
4510
  contents[_VEAe] = [];
4511
4511
  }
4512
4512
  else if (output[_VEAe] != null && output[_VEAe][_me] != null) {
@@ -4660,13 +4660,13 @@ const de_ReceiptRule = (output, context) => {
4660
4660
  if (output[_TP] != null) {
4661
4661
  contents[_TP] = __expectString(output[_TP]);
4662
4662
  }
4663
- if (output.Recipients === "") {
4663
+ if (String(output.Recipients).trim() === "") {
4664
4664
  contents[_Re] = [];
4665
4665
  }
4666
4666
  else if (output[_Re] != null && output[_Re][_me] != null) {
4667
4667
  contents[_Re] = de_RecipientsList(__getArrayIfSingleItem(output[_Re][_me]), context);
4668
4668
  }
4669
- if (output.Actions === "") {
4669
+ if (String(output.Actions).trim() === "") {
4670
4670
  contents[_Ac] = [];
4671
4671
  }
4672
4672
  else if (output[_Ac] != null && output[_Ac][_me] != null) {
@@ -4773,7 +4773,7 @@ const de_SendBounceResponse = (output, context) => {
4773
4773
  };
4774
4774
  const de_SendBulkTemplatedEmailResponse = (output, context) => {
4775
4775
  const contents = {};
4776
- if (output.Status === "") {
4776
+ if (String(output.Status).trim() === "") {
4777
4777
  contents[_St] = [];
4778
4778
  }
4779
4779
  else if (output[_St] != null && output[_St][_me] != null) {
@@ -5001,7 +5001,7 @@ const de_VerificationTokenList = (output, context) => {
5001
5001
  };
5002
5002
  const de_VerifyDomainDkimResponse = (output, context) => {
5003
5003
  const contents = {};
5004
- if (output.DkimTokens === "") {
5004
+ if (String(output.DkimTokens).trim() === "") {
5005
5005
  contents[_DTk] = [];
5006
5006
  }
5007
5007
  else if (output[_DTk] != null && output[_DTk][_me] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-ses",
3
3
  "description": "AWS SDK for JavaScript Ses Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.894.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-ses",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.894.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
31
  "@aws-sdk/util-endpoints": "3.893.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.894.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",