@aws-sdk/client-cloudfront 3.893.0 → 3.895.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
@@ -7269,7 +7269,7 @@ var de_ListConnectionGroupsCommand = /* @__PURE__ */ __name(async (output, conte
7269
7269
  $metadata: deserializeMetadata(output)
7270
7270
  });
7271
7271
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
7272
- if (data.ConnectionGroups === "") {
7272
+ if (String(data.ConnectionGroups).trim() === "") {
7273
7273
  contents[_CG] = [];
7274
7274
  } else if (data[_CG] != null && data[_CG][_CGS] != null) {
7275
7275
  contents[_CG] = de_ConnectionGroupSummaryList((0, import_smithy_client.getArrayIfSingleItem)(data[_CG][_CGS]), context);
@@ -7408,7 +7408,7 @@ var de_ListDistributionTenantsCommand = /* @__PURE__ */ __name(async (output, co
7408
7408
  $metadata: deserializeMetadata(output)
7409
7409
  });
7410
7410
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
7411
- if (data.DistributionTenantList === "") {
7411
+ if (String(data.DistributionTenantList).trim() === "") {
7412
7412
  contents[_DTL] = [];
7413
7413
  } else if (data[_DTL] != null && data[_DTL][_DTS] != null) {
7414
7414
  contents[_DTL] = de_DistributionTenantList((0, import_smithy_client.getArrayIfSingleItem)(data[_DTL][_DTS]), context);
@@ -7426,7 +7426,7 @@ var de_ListDistributionTenantsByCustomizationCommand = /* @__PURE__ */ __name(as
7426
7426
  $metadata: deserializeMetadata(output)
7427
7427
  });
7428
7428
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
7429
- if (data.DistributionTenantList === "") {
7429
+ if (String(data.DistributionTenantList).trim() === "") {
7430
7430
  contents[_DTL] = [];
7431
7431
  } else if (data[_DTL] != null && data[_DTL][_DTS] != null) {
7432
7432
  contents[_DTL] = de_DistributionTenantList((0, import_smithy_client.getArrayIfSingleItem)(data[_DTL][_DTS]), context);
@@ -7444,7 +7444,7 @@ var de_ListDomainConflictsCommand = /* @__PURE__ */ __name(async (output, contex
7444
7444
  $metadata: deserializeMetadata(output)
7445
7445
  });
7446
7446
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
7447
- if (data.DomainConflicts === "") {
7447
+ if (String(data.DomainConflicts).trim() === "") {
7448
7448
  contents[_DC] = [];
7449
7449
  } else if (data[_DC] != null && data[_DC][_DC] != null) {
7450
7450
  contents[_DC] = de_DomainConflictsList((0, import_smithy_client.getArrayIfSingleItem)(data[_DC][_DC]), context);
@@ -7915,7 +7915,7 @@ var de_VerifyDnsConfigurationCommand = /* @__PURE__ */ __name(async (output, con
7915
7915
  $metadata: deserializeMetadata(output)
7916
7916
  });
7917
7917
  const data = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.expectObject)(await (0, import_core2.parseXmlBody)(output.body, context)), "body");
7918
- if (data.DnsConfigurationList === "") {
7918
+ if (String(data.DnsConfigurationList).trim() === "") {
7919
7919
  contents[_DCL] = [];
7920
7920
  } else if (data[_DCL] != null && data[_DCL][_DCn] != null) {
7921
7921
  contents[_DCL] = de_DnsConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(data[_DCL][_DCn]), context);
@@ -11980,7 +11980,7 @@ var de_ActiveTrustedKeyGroups = /* @__PURE__ */ __name((output, context) => {
11980
11980
  if (output[_Q] != null) {
11981
11981
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
11982
11982
  }
11983
- if (output.Items === "") {
11983
+ if (String(output.Items).trim() === "") {
11984
11984
  contents[_It] = [];
11985
11985
  } else if (output[_It] != null && output[_It][_KG] != null) {
11986
11986
  contents[_It] = de_KGKeyPairIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_KG]), context);
@@ -11995,7 +11995,7 @@ var de_ActiveTrustedSigners = /* @__PURE__ */ __name((output, context) => {
11995
11995
  if (output[_Q] != null) {
11996
11996
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
11997
11997
  }
11998
- if (output.Items === "") {
11998
+ if (String(output.Items).trim() === "") {
11999
11999
  contents[_It] = [];
12000
12000
  } else if (output[_It] != null && output[_It][_Si] != null) {
12001
12001
  contents[_It] = de_SignerList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Si]), context);
@@ -12007,7 +12007,7 @@ var de_Aliases = /* @__PURE__ */ __name((output, context) => {
12007
12007
  if (output[_Q] != null) {
12008
12008
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12009
12009
  }
12010
- if (output.Items === "") {
12010
+ if (String(output.Items).trim() === "") {
12011
12011
  contents[_It] = [];
12012
12012
  } else if (output[_It] != null && output[_It][_CNAME] != null) {
12013
12013
  contents[_It] = de_AliasList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CNAME]), context);
@@ -12039,7 +12039,7 @@ var de_AllowedMethods = /* @__PURE__ */ __name((output, context) => {
12039
12039
  if (output[_Q] != null) {
12040
12040
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12041
12041
  }
12042
- if (output.Items === "") {
12042
+ if (String(output.Items).trim() === "") {
12043
12043
  contents[_It] = [];
12044
12044
  } else if (output[_It] != null && output[_It][_Met] != null) {
12045
12045
  contents[_It] = de_MethodsList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Met]), context);
@@ -12063,7 +12063,7 @@ var de_AnycastIpList = /* @__PURE__ */ __name((output, context) => {
12063
12063
  if (output[_Ar] != null) {
12064
12064
  contents[_Ar] = (0, import_smithy_client.expectString)(output[_Ar]);
12065
12065
  }
12066
- if (output.AnycastIps === "") {
12066
+ if (String(output.AnycastIps).trim() === "") {
12067
12067
  contents[_AI] = [];
12068
12068
  } else if (output[_AI] != null && output[_AI][_AIn] != null) {
12069
12069
  contents[_AI] = de_AnycastIps((0, import_smithy_client.getArrayIfSingleItem)(output[_AI][_AIn]), context);
@@ -12078,7 +12078,7 @@ var de_AnycastIpList = /* @__PURE__ */ __name((output, context) => {
12078
12078
  }, "de_AnycastIpList");
12079
12079
  var de_AnycastIpListCollection = /* @__PURE__ */ __name((output, context) => {
12080
12080
  const contents = {};
12081
- if (output.Items === "") {
12081
+ if (String(output.Items).trim() === "") {
12082
12082
  contents[_It] = [];
12083
12083
  } else if (output[_It] != null && output[_It][_AILS] != null) {
12084
12084
  contents[_It] = de_AnycastIpListSummaries((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_AILS]), context);
@@ -12211,7 +12211,7 @@ var de_CacheBehaviors = /* @__PURE__ */ __name((output, context) => {
12211
12211
  if (output[_Q] != null) {
12212
12212
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12213
12213
  }
12214
- if (output.Items === "") {
12214
+ if (String(output.Items).trim() === "") {
12215
12215
  contents[_It] = [];
12216
12216
  } else if (output[_It] != null && output[_It][_CB] != null) {
12217
12217
  contents[_It] = de_CacheBehaviorList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CB]), context);
@@ -12223,7 +12223,7 @@ var de_CachedMethods = /* @__PURE__ */ __name((output, context) => {
12223
12223
  if (output[_Q] != null) {
12224
12224
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12225
12225
  }
12226
- if (output.Items === "") {
12226
+ if (String(output.Items).trim() === "") {
12227
12227
  contents[_It] = [];
12228
12228
  } else if (output[_It] != null && output[_It][_Met] != null) {
12229
12229
  contents[_It] = de_MethodsList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Met]), context);
@@ -12296,7 +12296,7 @@ var de_CachePolicyList = /* @__PURE__ */ __name((output, context) => {
12296
12296
  if (output[_Q] != null) {
12297
12297
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12298
12298
  }
12299
- if (output.Items === "") {
12299
+ if (String(output.Items).trim() === "") {
12300
12300
  contents[_It] = [];
12301
12301
  } else if (output[_It] != null && output[_It][_CPS] != null) {
12302
12302
  contents[_It] = de_CachePolicySummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CPS]), context);
@@ -12375,7 +12375,7 @@ var de_CloudFrontOriginAccessIdentityList = /* @__PURE__ */ __name((output, cont
12375
12375
  if (output[_Q] != null) {
12376
12376
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12377
12377
  }
12378
- if (output.Items === "") {
12378
+ if (String(output.Items).trim() === "") {
12379
12379
  contents[_It] = [];
12380
12380
  } else if (output[_It] != null && output[_It][_CFOAIS] != null) {
12381
12381
  contents[_It] = de_CloudFrontOriginAccessIdentitySummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CFOAIS]), context);
@@ -12429,7 +12429,7 @@ var de_ConflictingAliasesList = /* @__PURE__ */ __name((output, context) => {
12429
12429
  if (output[_Q] != null) {
12430
12430
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12431
12431
  }
12432
- if (output.Items === "") {
12432
+ if (String(output.Items).trim() === "") {
12433
12433
  contents[_It] = [];
12434
12434
  } else if (output[_It] != null && output[_It][_CAon] != null) {
12435
12435
  contents[_It] = de_ConflictingAliases((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CAon]), context);
@@ -12551,7 +12551,7 @@ var de_ContentTypeProfiles = /* @__PURE__ */ __name((output, context) => {
12551
12551
  if (output[_Q] != null) {
12552
12552
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12553
12553
  }
12554
- if (output.Items === "") {
12554
+ if (String(output.Items).trim() === "") {
12555
12555
  contents[_It] = [];
12556
12556
  } else if (output[_It] != null && output[_It][_CTP] != null) {
12557
12557
  contents[_It] = de_ContentTypeProfileList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CTP]), context);
@@ -12595,7 +12595,7 @@ var de_ContinuousDeploymentPolicyList = /* @__PURE__ */ __name((output, context)
12595
12595
  if (output[_Q] != null) {
12596
12596
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12597
12597
  }
12598
- if (output.Items === "") {
12598
+ if (String(output.Items).trim() === "") {
12599
12599
  contents[_It] = [];
12600
12600
  } else if (output[_It] != null && output[_It][_CDPS] != null) {
12601
12601
  contents[_It] = de_ContinuousDeploymentPolicySummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CDPS]), context);
@@ -12644,7 +12644,7 @@ var de_CookieNames = /* @__PURE__ */ __name((output, context) => {
12644
12644
  if (output[_Q] != null) {
12645
12645
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12646
12646
  }
12647
- if (output.Items === "") {
12647
+ if (String(output.Items).trim() === "") {
12648
12648
  contents[_It] = [];
12649
12649
  } else if (output[_It] != null && output[_It][_N] != null) {
12650
12650
  contents[_It] = de_CookieNameList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_N]), context);
@@ -12687,7 +12687,7 @@ var de_CustomErrorResponses = /* @__PURE__ */ __name((output, context) => {
12687
12687
  if (output[_Q] != null) {
12688
12688
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12689
12689
  }
12690
- if (output.Items === "") {
12690
+ if (String(output.Items).trim() === "") {
12691
12691
  contents[_It] = [];
12692
12692
  } else if (output[_It] != null && output[_It][_CER] != null) {
12693
12693
  contents[_It] = de_CustomErrorResponseList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_CER]), context);
@@ -12699,7 +12699,7 @@ var de_CustomHeaders = /* @__PURE__ */ __name((output, context) => {
12699
12699
  if (output[_Q] != null) {
12700
12700
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12701
12701
  }
12702
- if (output.Items === "") {
12702
+ if (String(output.Items).trim() === "") {
12703
12703
  contents[_It] = [];
12704
12704
  } else if (output[_It] != null && output[_It][_OCH] != null) {
12705
12705
  contents[_It] = de_OriginCustomHeadersList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_OCH]), context);
@@ -12834,7 +12834,7 @@ var de_Distribution = /* @__PURE__ */ __name((output, context) => {
12834
12834
  if (output[_DCi] != null) {
12835
12835
  contents[_DCi] = de_DistributionConfig(output[_DCi], context);
12836
12836
  }
12837
- if (output.AliasICPRecordals === "") {
12837
+ if (String(output.AliasICPRecordals).trim() === "") {
12838
12838
  contents[_AICPR] = [];
12839
12839
  } else if (output[_AICPR] != null && output[_AICPR][_AICPRl] != null) {
12840
12840
  contents[_AICPR] = de_AliasICPRecordals((0, import_smithy_client.getArrayIfSingleItem)(output[_AICPR][_AICPRl]), context);
@@ -12928,7 +12928,7 @@ var de_DistributionIdList = /* @__PURE__ */ __name((output, context) => {
12928
12928
  if (output[_Q] != null) {
12929
12929
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12930
12930
  }
12931
- if (output.Items === "") {
12931
+ if (String(output.Items).trim() === "") {
12932
12932
  contents[_It] = [];
12933
12933
  } else if (output[_It] != null && output[_It][_DI] != null) {
12934
12934
  contents[_It] = de_DistributionIdListSummary((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_DI]), context);
@@ -12957,7 +12957,7 @@ var de_DistributionList = /* @__PURE__ */ __name((output, context) => {
12957
12957
  if (output[_Q] != null) {
12958
12958
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
12959
12959
  }
12960
- if (output.Items === "") {
12960
+ if (String(output.Items).trim() === "") {
12961
12961
  contents[_It] = [];
12962
12962
  } else if (output[_It] != null && output[_It][_DS] != null) {
12963
12963
  contents[_It] = de_DistributionSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_DS]), context);
@@ -13026,7 +13026,7 @@ var de_DistributionSummary = /* @__PURE__ */ __name((output, context) => {
13026
13026
  if (output[_IIPVE] != null) {
13027
13027
  contents[_IIPVE] = (0, import_smithy_client.parseBoolean)(output[_IIPVE]);
13028
13028
  }
13029
- if (output.AliasICPRecordals === "") {
13029
+ if (String(output.AliasICPRecordals).trim() === "") {
13030
13030
  contents[_AICPR] = [];
13031
13031
  } else if (output[_AICPR] != null && output[_AICPR][_AICPRl] != null) {
13032
13032
  contents[_AICPR] = de_AliasICPRecordals((0, import_smithy_client.getArrayIfSingleItem)(output[_AICPR][_AICPRl]), context);
@@ -13061,7 +13061,7 @@ var de_DistributionTenant = /* @__PURE__ */ __name((output, context) => {
13061
13061
  if (output[_Ar] != null) {
13062
13062
  contents[_Ar] = (0, import_smithy_client.expectString)(output[_Ar]);
13063
13063
  }
13064
- if (output.Domains === "") {
13064
+ if (String(output.Domains).trim() === "") {
13065
13065
  contents[_D] = [];
13066
13066
  } else if (output[_D] != null && output[_D][_m] != null) {
13067
13067
  contents[_D] = de_DomainResultList((0, import_smithy_client.getArrayIfSingleItem)(output[_D][_m]), context);
@@ -13072,7 +13072,7 @@ var de_DistributionTenant = /* @__PURE__ */ __name((output, context) => {
13072
13072
  if (output[_C] != null) {
13073
13073
  contents[_C] = de_Customizations(output[_C], context);
13074
13074
  }
13075
- if (output.Parameters === "") {
13075
+ if (String(output.Parameters).trim() === "") {
13076
13076
  contents[_P] = [];
13077
13077
  } else if (output[_P] != null && output[_P][_m] != null) {
13078
13078
  contents[_P] = de_Parameters((0, import_smithy_client.getArrayIfSingleItem)(output[_P][_m]), context);
@@ -13113,7 +13113,7 @@ var de_DistributionTenantSummary = /* @__PURE__ */ __name((output, context) => {
13113
13113
  if (output[_Ar] != null) {
13114
13114
  contents[_Ar] = (0, import_smithy_client.expectString)(output[_Ar]);
13115
13115
  }
13116
- if (output.Domains === "") {
13116
+ if (String(output.Domains).trim() === "") {
13117
13117
  contents[_D] = [];
13118
13118
  } else if (output[_D] != null && output[_D][_m] != null) {
13119
13119
  contents[_D] = de_DomainResultList((0, import_smithy_client.getArrayIfSingleItem)(output[_D][_m]), context);
@@ -13200,7 +13200,7 @@ var de_EncryptionEntities = /* @__PURE__ */ __name((output, context) => {
13200
13200
  if (output[_Q] != null) {
13201
13201
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13202
13202
  }
13203
- if (output.Items === "") {
13203
+ if (String(output.Items).trim() === "") {
13204
13204
  contents[_It] = [];
13205
13205
  } else if (output[_It] != null && output[_It][_EEn] != null) {
13206
13206
  contents[_It] = de_EncryptionEntityList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_EEn]), context);
@@ -13280,7 +13280,7 @@ var de_FieldLevelEncryptionList = /* @__PURE__ */ __name((output, context) => {
13280
13280
  if (output[_Q] != null) {
13281
13281
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13282
13282
  }
13283
- if (output.Items === "") {
13283
+ if (String(output.Items).trim() === "") {
13284
13284
  contents[_It] = [];
13285
13285
  } else if (output[_It] != null && output[_It][_FLES] != null) {
13286
13286
  contents[_It] = de_FieldLevelEncryptionSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_FLES]), context);
@@ -13327,7 +13327,7 @@ var de_FieldLevelEncryptionProfileList = /* @__PURE__ */ __name((output, context
13327
13327
  if (output[_Q] != null) {
13328
13328
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13329
13329
  }
13330
- if (output.Items === "") {
13330
+ if (String(output.Items).trim() === "") {
13331
13331
  contents[_It] = [];
13332
13332
  } else if (output[_It] != null && output[_It][_FLEPS] != null) {
13333
13333
  contents[_It] = de_FieldLevelEncryptionProfileSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_FLEPS]), context);
@@ -13397,7 +13397,7 @@ var de_FieldPatterns = /* @__PURE__ */ __name((output, context) => {
13397
13397
  if (output[_Q] != null) {
13398
13398
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13399
13399
  }
13400
- if (output.Items === "") {
13400
+ if (String(output.Items).trim() === "") {
13401
13401
  contents[_It] = [];
13402
13402
  } else if (output[_It] != null && output[_It][_FPi] != null) {
13403
13403
  contents[_It] = de_FieldPatternList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_FPi]), context);
@@ -13440,7 +13440,7 @@ var de_FunctionAssociations = /* @__PURE__ */ __name((output, context) => {
13440
13440
  if (output[_Q] != null) {
13441
13441
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13442
13442
  }
13443
- if (output.Items === "") {
13443
+ if (String(output.Items).trim() === "") {
13444
13444
  contents[_It] = [];
13445
13445
  } else if (output[_It] != null && output[_It][_FAu] != null) {
13446
13446
  contents[_It] = de_FunctionAssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_FAu]), context);
@@ -13476,7 +13476,7 @@ var de_FunctionList = /* @__PURE__ */ __name((output, context) => {
13476
13476
  if (output[_Q] != null) {
13477
13477
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13478
13478
  }
13479
- if (output.Items === "") {
13479
+ if (String(output.Items).trim() === "") {
13480
13480
  contents[_It] = [];
13481
13481
  } else if (output[_It] != null && output[_It][_FSu] != null) {
13482
13482
  contents[_It] = de_FunctionSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_FSu]), context);
@@ -13528,7 +13528,7 @@ var de_GeoRestriction = /* @__PURE__ */ __name((output, context) => {
13528
13528
  if (output[_Q] != null) {
13529
13529
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13530
13530
  }
13531
- if (output.Items === "") {
13531
+ if (String(output.Items).trim() === "") {
13532
13532
  contents[_It] = [];
13533
13533
  } else if (output[_It] != null && output[_It][_L] != null) {
13534
13534
  contents[_It] = de_LocationList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_L]), context);
@@ -13540,7 +13540,7 @@ var de_GeoRestrictionCustomization = /* @__PURE__ */ __name((output, context) =>
13540
13540
  if (output[_RT] != null) {
13541
13541
  contents[_RT] = (0, import_smithy_client.expectString)(output[_RT]);
13542
13542
  }
13543
- if (output.Locations === "") {
13543
+ if (String(output.Locations).trim() === "") {
13544
13544
  contents[_Loc] = [];
13545
13545
  } else if (output[_Loc] != null && output[_Loc][_L] != null) {
13546
13546
  contents[_Loc] = de_LocationList((0, import_smithy_client.getArrayIfSingleItem)(output[_Loc][_L]), context);
@@ -13564,7 +13564,7 @@ var de_Headers = /* @__PURE__ */ __name((output, context) => {
13564
13564
  if (output[_Q] != null) {
13565
13565
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13566
13566
  }
13567
- if (output.Items === "") {
13567
+ if (String(output.Items).trim() === "") {
13568
13568
  contents[_It] = [];
13569
13569
  } else if (output[_It] != null && output[_It][_N] != null) {
13570
13570
  contents[_It] = de_HeaderList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_N]), context);
@@ -13614,7 +13614,7 @@ var de_InvalidationList = /* @__PURE__ */ __name((output, context) => {
13614
13614
  if (output[_Q] != null) {
13615
13615
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13616
13616
  }
13617
- if (output.Items === "") {
13617
+ if (String(output.Items).trim() === "") {
13618
13618
  contents[_It] = [];
13619
13619
  } else if (output[_It] != null && output[_It][_ISnv] != null) {
13620
13620
  contents[_It] = de_InvalidationSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_ISnv]), context);
@@ -13657,7 +13657,7 @@ var de_KeyGroupConfig = /* @__PURE__ */ __name((output, context) => {
13657
13657
  if (output[_N] != null) {
13658
13658
  contents[_N] = (0, import_smithy_client.expectString)(output[_N]);
13659
13659
  }
13660
- if (output.Items === "") {
13660
+ if (String(output.Items).trim() === "") {
13661
13661
  contents[_It] = [];
13662
13662
  } else if (output[_It] != null && output[_It][_PK] != null) {
13663
13663
  contents[_It] = de_PublicKeyIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_PK]), context);
@@ -13678,7 +13678,7 @@ var de_KeyGroupList = /* @__PURE__ */ __name((output, context) => {
13678
13678
  if (output[_Q] != null) {
13679
13679
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13680
13680
  }
13681
- if (output.Items === "") {
13681
+ if (String(output.Items).trim() === "") {
13682
13682
  contents[_It] = [];
13683
13683
  } else if (output[_It] != null && output[_It][_KGS] != null) {
13684
13684
  contents[_It] = de_KeyGroupSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_KGS]), context);
@@ -13707,7 +13707,7 @@ var de_KeyPairIds = /* @__PURE__ */ __name((output, context) => {
13707
13707
  if (output[_Q] != null) {
13708
13708
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13709
13709
  }
13710
- if (output.Items === "") {
13710
+ if (String(output.Items).trim() === "") {
13711
13711
  contents[_It] = [];
13712
13712
  } else if (output[_It] != null && output[_It][_KPI] != null) {
13713
13713
  contents[_It] = de_KeyPairIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_KPI]), context);
@@ -13753,7 +13753,7 @@ var de_KeyValueStoreAssociations = /* @__PURE__ */ __name((output, context) => {
13753
13753
  if (output[_Q] != null) {
13754
13754
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13755
13755
  }
13756
- if (output.Items === "") {
13756
+ if (String(output.Items).trim() === "") {
13757
13757
  contents[_It] = [];
13758
13758
  } else if (output[_It] != null && output[_It][_KVSAe] != null) {
13759
13759
  contents[_It] = de_KeyValueStoreAssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_KVSAe]), context);
@@ -13771,7 +13771,7 @@ var de_KeyValueStoreList = /* @__PURE__ */ __name((output, context) => {
13771
13771
  if (output[_Q] != null) {
13772
13772
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13773
13773
  }
13774
- if (output.Items === "") {
13774
+ if (String(output.Items).trim() === "") {
13775
13775
  contents[_It] = [];
13776
13776
  } else if (output[_It] != null && output[_It][_KVS] != null) {
13777
13777
  contents[_It] = de_KeyValueStoreSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_KVS]), context);
@@ -13831,7 +13831,7 @@ var de_LambdaFunctionAssociations = /* @__PURE__ */ __name((output, context) =>
13831
13831
  if (output[_Q] != null) {
13832
13832
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13833
13833
  }
13834
- if (output.Items === "") {
13834
+ if (String(output.Items).trim() === "") {
13835
13835
  contents[_It] = [];
13836
13836
  } else if (output[_It] != null && output[_It][_LFAa] != null) {
13837
13837
  contents[_It] = de_LambdaFunctionAssociationList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_LFAa]), context);
@@ -13870,7 +13870,7 @@ var de_ManagedCertificateDetails = /* @__PURE__ */ __name((output, context) => {
13870
13870
  if (output[_VTH] != null) {
13871
13871
  contents[_VTH] = (0, import_smithy_client.expectString)(output[_VTH]);
13872
13872
  }
13873
- if (output.ValidationTokenDetails === "") {
13873
+ if (String(output.ValidationTokenDetails).trim() === "") {
13874
13874
  contents[_VTD] = [];
13875
13875
  } else if (output[_VTD] != null && output[_VTD][_m] != null) {
13876
13876
  contents[_VTD] = de_ValidationTokenDetailList((0, import_smithy_client.getArrayIfSingleItem)(output[_VTD][_m]), context);
@@ -13975,7 +13975,7 @@ var de_OriginAccessControlList = /* @__PURE__ */ __name((output, context) => {
13975
13975
  if (output[_Q] != null) {
13976
13976
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
13977
13977
  }
13978
- if (output.Items === "") {
13978
+ if (String(output.Items).trim() === "") {
13979
13979
  contents[_It] = [];
13980
13980
  } else if (output[_It] != null && output[_It][_OACS] != null) {
13981
13981
  contents[_It] = de_OriginAccessControlSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_OACS]), context);
@@ -14069,7 +14069,7 @@ var de_OriginGroupMembers = /* @__PURE__ */ __name((output, context) => {
14069
14069
  if (output[_Q] != null) {
14070
14070
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14071
14071
  }
14072
- if (output.Items === "") {
14072
+ if (String(output.Items).trim() === "") {
14073
14073
  contents[_It] = [];
14074
14074
  } else if (output[_It] != null && output[_It][_OGM] != null) {
14075
14075
  contents[_It] = de_OriginGroupMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_OGM]), context);
@@ -14081,7 +14081,7 @@ var de_OriginGroups = /* @__PURE__ */ __name((output, context) => {
14081
14081
  if (output[_Q] != null) {
14082
14082
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14083
14083
  }
14084
- if (output.Items === "") {
14084
+ if (String(output.Items).trim() === "") {
14085
14085
  contents[_It] = [];
14086
14086
  } else if (output[_It] != null && output[_It][_OGr] != null) {
14087
14087
  contents[_It] = de_OriginGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_OGr]), context);
@@ -14156,7 +14156,7 @@ var de_OriginRequestPolicyList = /* @__PURE__ */ __name((output, context) => {
14156
14156
  if (output[_Q] != null) {
14157
14157
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14158
14158
  }
14159
- if (output.Items === "") {
14159
+ if (String(output.Items).trim() === "") {
14160
14160
  contents[_It] = [];
14161
14161
  } else if (output[_It] != null && output[_It][_ORPS] != null) {
14162
14162
  contents[_It] = de_OriginRequestPolicySummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_ORPS]), context);
@@ -14193,7 +14193,7 @@ var de_Origins = /* @__PURE__ */ __name((output, context) => {
14193
14193
  if (output[_Q] != null) {
14194
14194
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14195
14195
  }
14196
- if (output.Items === "") {
14196
+ if (String(output.Items).trim() === "") {
14197
14197
  contents[_It] = [];
14198
14198
  } else if (output[_It] != null && output[_It][_Or] != null) {
14199
14199
  contents[_It] = de_OriginList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Or]), context);
@@ -14215,7 +14215,7 @@ var de_OriginSslProtocols = /* @__PURE__ */ __name((output, context) => {
14215
14215
  if (output[_Q] != null) {
14216
14216
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14217
14217
  }
14218
- if (output.Items === "") {
14218
+ if (String(output.Items).trim() === "") {
14219
14219
  contents[_It] = [];
14220
14220
  } else if (output[_It] != null && output[_It][_SPs] != null) {
14221
14221
  contents[_It] = de_SslProtocolsList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_SPs]), context);
@@ -14288,7 +14288,7 @@ var de_Paths = /* @__PURE__ */ __name((output, context) => {
14288
14288
  if (output[_Q] != null) {
14289
14289
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14290
14290
  }
14291
- if (output.Items === "") {
14291
+ if (String(output.Items).trim() === "") {
14292
14292
  contents[_It] = [];
14293
14293
  } else if (output[_It] != null && output[_It][_Pat] != null) {
14294
14294
  contents[_It] = de_PathList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Pat]), context);
@@ -14340,7 +14340,7 @@ var de_PublicKeyList = /* @__PURE__ */ __name((output, context) => {
14340
14340
  if (output[_Q] != null) {
14341
14341
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14342
14342
  }
14343
- if (output.Items === "") {
14343
+ if (String(output.Items).trim() === "") {
14344
14344
  contents[_It] = [];
14345
14345
  } else if (output[_It] != null && output[_It][_PKS] != null) {
14346
14346
  contents[_It] = de_PublicKeySummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_PKS]), context);
@@ -14401,7 +14401,7 @@ var de_QueryArgProfiles = /* @__PURE__ */ __name((output, context) => {
14401
14401
  if (output[_Q] != null) {
14402
14402
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14403
14403
  }
14404
- if (output.Items === "") {
14404
+ if (String(output.Items).trim() === "") {
14405
14405
  contents[_It] = [];
14406
14406
  } else if (output[_It] != null && output[_It][_QAP] != null) {
14407
14407
  contents[_It] = de_QueryArgProfileList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_QAP]), context);
@@ -14413,7 +14413,7 @@ var de_QueryStringCacheKeys = /* @__PURE__ */ __name((output, context) => {
14413
14413
  if (output[_Q] != null) {
14414
14414
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14415
14415
  }
14416
- if (output.Items === "") {
14416
+ if (String(output.Items).trim() === "") {
14417
14417
  contents[_It] = [];
14418
14418
  } else if (output[_It] != null && output[_It][_N] != null) {
14419
14419
  contents[_It] = de_QueryStringCacheKeysList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_N]), context);
@@ -14430,7 +14430,7 @@ var de_QueryStringNames = /* @__PURE__ */ __name((output, context) => {
14430
14430
  if (output[_Q] != null) {
14431
14431
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14432
14432
  }
14433
- if (output.Items === "") {
14433
+ if (String(output.Items).trim() === "") {
14434
14434
  contents[_It] = [];
14435
14435
  } else if (output[_It] != null && output[_It][_N] != null) {
14436
14436
  contents[_It] = de_QueryStringNamesList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_N]), context);
@@ -14453,12 +14453,12 @@ var de_RealtimeLogConfig = /* @__PURE__ */ __name((output, context) => {
14453
14453
  if (output[_SR] != null) {
14454
14454
  contents[_SR] = (0, import_smithy_client.strictParseLong)(output[_SR]);
14455
14455
  }
14456
- if (output.EndPoints === "") {
14456
+ if (String(output.EndPoints).trim() === "") {
14457
14457
  contents[_EP] = [];
14458
14458
  } else if (output[_EP] != null && output[_EP][_m] != null) {
14459
14459
  contents[_EP] = de_EndPointList((0, import_smithy_client.getArrayIfSingleItem)(output[_EP][_m]), context);
14460
14460
  }
14461
- if (output.Fields === "") {
14461
+ if (String(output.Fields).trim() === "") {
14462
14462
  contents[_F] = [];
14463
14463
  } else if (output[_F] != null && output[_F][_Fi] != null) {
14464
14464
  contents[_F] = de_FieldList((0, import_smithy_client.getArrayIfSingleItem)(output[_F][_Fi]), context);
@@ -14475,7 +14475,7 @@ var de_RealtimeLogConfigs = /* @__PURE__ */ __name((output, context) => {
14475
14475
  if (output[_MI] != null) {
14476
14476
  contents[_MI] = (0, import_smithy_client.strictParseInt32)(output[_MI]);
14477
14477
  }
14478
- if (output.Items === "") {
14478
+ if (String(output.Items).trim() === "") {
14479
14479
  contents[_It] = [];
14480
14480
  } else if (output[_It] != null && output[_It][_m] != null) {
14481
14481
  contents[_It] = de_RealtimeLogConfigList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_m]), context);
@@ -14516,7 +14516,7 @@ var de_ResponseHeadersPolicyAccessControlAllowHeaders = /* @__PURE__ */ __name((
14516
14516
  if (output[_Q] != null) {
14517
14517
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14518
14518
  }
14519
- if (output.Items === "") {
14519
+ if (String(output.Items).trim() === "") {
14520
14520
  contents[_It] = [];
14521
14521
  } else if (output[_It] != null && output[_It][_H] != null) {
14522
14522
  contents[_It] = de_AccessControlAllowHeadersList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_H]), context);
@@ -14528,7 +14528,7 @@ var de_ResponseHeadersPolicyAccessControlAllowMethods = /* @__PURE__ */ __name((
14528
14528
  if (output[_Q] != null) {
14529
14529
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14530
14530
  }
14531
- if (output.Items === "") {
14531
+ if (String(output.Items).trim() === "") {
14532
14532
  contents[_It] = [];
14533
14533
  } else if (output[_It] != null && output[_It][_Met] != null) {
14534
14534
  contents[_It] = de_AccessControlAllowMethodsList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Met]), context);
@@ -14540,7 +14540,7 @@ var de_ResponseHeadersPolicyAccessControlAllowOrigins = /* @__PURE__ */ __name((
14540
14540
  if (output[_Q] != null) {
14541
14541
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14542
14542
  }
14543
- if (output.Items === "") {
14543
+ if (String(output.Items).trim() === "") {
14544
14544
  contents[_It] = [];
14545
14545
  } else if (output[_It] != null && output[_It][_Or] != null) {
14546
14546
  contents[_It] = de_AccessControlAllowOriginsList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Or]), context);
@@ -14552,7 +14552,7 @@ var de_ResponseHeadersPolicyAccessControlExposeHeaders = /* @__PURE__ */ __name(
14552
14552
  if (output[_Q] != null) {
14553
14553
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14554
14554
  }
14555
- if (output.Items === "") {
14555
+ if (String(output.Items).trim() === "") {
14556
14556
  contents[_It] = [];
14557
14557
  } else if (output[_It] != null && output[_It][_H] != null) {
14558
14558
  contents[_It] = de_AccessControlExposeHeadersList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_H]), context);
@@ -14649,7 +14649,7 @@ var de_ResponseHeadersPolicyCustomHeadersConfig = /* @__PURE__ */ __name((output
14649
14649
  if (output[_Q] != null) {
14650
14650
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14651
14651
  }
14652
- if (output.Items === "") {
14652
+ if (String(output.Items).trim() === "") {
14653
14653
  contents[_It] = [];
14654
14654
  } else if (output[_It] != null && output[_It][_RHPCH] != null) {
14655
14655
  contents[_It] = de_ResponseHeadersPolicyCustomHeaderList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_RHPCH]), context);
@@ -14677,7 +14677,7 @@ var de_ResponseHeadersPolicyList = /* @__PURE__ */ __name((output, context) => {
14677
14677
  if (output[_Q] != null) {
14678
14678
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14679
14679
  }
14680
- if (output.Items === "") {
14680
+ if (String(output.Items).trim() === "") {
14681
14681
  contents[_It] = [];
14682
14682
  } else if (output[_It] != null && output[_It][_RHPS] != null) {
14683
14683
  contents[_It] = de_ResponseHeadersPolicySummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_RHPS]), context);
@@ -14711,7 +14711,7 @@ var de_ResponseHeadersPolicyRemoveHeadersConfig = /* @__PURE__ */ __name((output
14711
14711
  if (output[_Q] != null) {
14712
14712
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14713
14713
  }
14714
- if (output.Items === "") {
14714
+ if (String(output.Items).trim() === "") {
14715
14715
  contents[_It] = [];
14716
14716
  } else if (output[_It] != null && output[_It][_RHPRH] != null) {
14717
14717
  contents[_It] = de_ResponseHeadersPolicyRemoveHeaderList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_RHPRH]), context);
@@ -14864,7 +14864,7 @@ var de_StagingDistributionDnsNames = /* @__PURE__ */ __name((output, context) =>
14864
14864
  if (output[_Q] != null) {
14865
14865
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14866
14866
  }
14867
- if (output.Items === "") {
14867
+ if (String(output.Items).trim() === "") {
14868
14868
  contents[_It] = [];
14869
14869
  } else if (output[_It] != null && output[_It][_DNn] != null) {
14870
14870
  contents[_It] = de_StagingDistributionDnsNameList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_DNn]), context);
@@ -14881,7 +14881,7 @@ var de_StatusCodes = /* @__PURE__ */ __name((output, context) => {
14881
14881
  if (output[_Q] != null) {
14882
14882
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14883
14883
  }
14884
- if (output.Items === "") {
14884
+ if (String(output.Items).trim() === "") {
14885
14885
  contents[_It] = [];
14886
14886
  } else if (output[_It] != null && output[_It][_SCta] != null) {
14887
14887
  contents[_It] = de_StatusCodeList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_SCta]), context);
@@ -14958,7 +14958,7 @@ var de_StreamingDistributionList = /* @__PURE__ */ __name((output, context) => {
14958
14958
  if (output[_Q] != null) {
14959
14959
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
14960
14960
  }
14961
- if (output.Items === "") {
14961
+ if (String(output.Items).trim() === "") {
14962
14962
  contents[_It] = [];
14963
14963
  } else if (output[_It] != null && output[_It][_SDS] != null) {
14964
14964
  contents[_It] = de_StreamingDistributionSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_SDS]), context);
@@ -15050,7 +15050,7 @@ var de_TagList = /* @__PURE__ */ __name((output, context) => {
15050
15050
  }, "de_TagList");
15051
15051
  var de_Tags = /* @__PURE__ */ __name((output, context) => {
15052
15052
  const contents = {};
15053
- if (output.Items === "") {
15053
+ if (String(output.Items).trim() === "") {
15054
15054
  contents[_It] = [];
15055
15055
  } else if (output[_It] != null && output[_It][_Ta] != null) {
15056
15056
  contents[_It] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_Ta]), context);
@@ -15059,7 +15059,7 @@ var de_Tags = /* @__PURE__ */ __name((output, context) => {
15059
15059
  }, "de_Tags");
15060
15060
  var de_TenantConfig = /* @__PURE__ */ __name((output, context) => {
15061
15061
  const contents = {};
15062
- if (output.ParameterDefinitions === "") {
15062
+ if (String(output.ParameterDefinitions).trim() === "") {
15063
15063
  contents[_PDa] = [];
15064
15064
  } else if (output[_PDa] != null && output[_PDa][_m] != null) {
15065
15065
  contents[_PDa] = de_ParameterDefinitions((0, import_smithy_client.getArrayIfSingleItem)(output[_PDa][_m]), context);
@@ -15074,7 +15074,7 @@ var de_TestResult = /* @__PURE__ */ __name((output, context) => {
15074
15074
  if (output[_CU] != null) {
15075
15075
  contents[_CU] = (0, import_smithy_client.expectString)(output[_CU]);
15076
15076
  }
15077
- if (output.FunctionExecutionLogs === "") {
15077
+ if (String(output.FunctionExecutionLogs).trim() === "") {
15078
15078
  contents[_FEL] = [];
15079
15079
  } else if (output[_FEL] != null && output[_FEL][_m] != null) {
15080
15080
  contents[_FEL] = de_FunctionExecutionLogList((0, import_smithy_client.getArrayIfSingleItem)(output[_FEL][_m]), context);
@@ -15113,7 +15113,7 @@ var de_TrustedKeyGroups = /* @__PURE__ */ __name((output, context) => {
15113
15113
  if (output[_Q] != null) {
15114
15114
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
15115
15115
  }
15116
- if (output.Items === "") {
15116
+ if (String(output.Items).trim() === "") {
15117
15117
  contents[_It] = [];
15118
15118
  } else if (output[_It] != null && output[_It][_KG] != null) {
15119
15119
  contents[_It] = de_TrustedKeyGroupIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_KG]), context);
@@ -15128,7 +15128,7 @@ var de_TrustedSigners = /* @__PURE__ */ __name((output, context) => {
15128
15128
  if (output[_Q] != null) {
15129
15129
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
15130
15130
  }
15131
- if (output.Items === "") {
15131
+ if (String(output.Items).trim() === "") {
15132
15132
  contents[_It] = [];
15133
15133
  } else if (output[_It] != null && output[_It][_AAN] != null) {
15134
15134
  contents[_It] = de_AwsAccountNumberList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_AAN]), context);
@@ -15252,7 +15252,7 @@ var de_VpcOriginList = /* @__PURE__ */ __name((output, context) => {
15252
15252
  if (output[_Q] != null) {
15253
15253
  contents[_Q] = (0, import_smithy_client.strictParseInt32)(output[_Q]);
15254
15254
  }
15255
- if (output.Items === "") {
15255
+ if (String(output.Items).trim() === "") {
15256
15256
  contents[_It] = [];
15257
15257
  } else if (output[_It] != null && output[_It][_VOS] != null) {
15258
15258
  contents[_It] = de_VpcOriginSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_It][_VOS]), context);
@@ -3255,7 +3255,7 @@ export const de_ListConnectionGroupsCommand = async (output, context) => {
3255
3255
  $metadata: deserializeMetadata(output),
3256
3256
  });
3257
3257
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3258
- if (data.ConnectionGroups === "") {
3258
+ if (String(data.ConnectionGroups).trim() === "") {
3259
3259
  contents[_CG] = [];
3260
3260
  }
3261
3261
  else if (data[_CG] != null && data[_CG][_CGS] != null) {
@@ -3395,7 +3395,7 @@ export const de_ListDistributionTenantsCommand = async (output, context) => {
3395
3395
  $metadata: deserializeMetadata(output),
3396
3396
  });
3397
3397
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3398
- if (data.DistributionTenantList === "") {
3398
+ if (String(data.DistributionTenantList).trim() === "") {
3399
3399
  contents[_DTL] = [];
3400
3400
  }
3401
3401
  else if (data[_DTL] != null && data[_DTL][_DTS] != null) {
@@ -3414,7 +3414,7 @@ export const de_ListDistributionTenantsByCustomizationCommand = async (output, c
3414
3414
  $metadata: deserializeMetadata(output),
3415
3415
  });
3416
3416
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3417
- if (data.DistributionTenantList === "") {
3417
+ if (String(data.DistributionTenantList).trim() === "") {
3418
3418
  contents[_DTL] = [];
3419
3419
  }
3420
3420
  else if (data[_DTL] != null && data[_DTL][_DTS] != null) {
@@ -3433,7 +3433,7 @@ export const de_ListDomainConflictsCommand = async (output, context) => {
3433
3433
  $metadata: deserializeMetadata(output),
3434
3434
  });
3435
3435
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3436
- if (data.DomainConflicts === "") {
3436
+ if (String(data.DomainConflicts).trim() === "") {
3437
3437
  contents[_DC] = [];
3438
3438
  }
3439
3439
  else if (data[_DC] != null && data[_DC][_DC] != null) {
@@ -3905,7 +3905,7 @@ export const de_VerifyDnsConfigurationCommand = async (output, context) => {
3905
3905
  $metadata: deserializeMetadata(output),
3906
3906
  });
3907
3907
  const data = __expectNonNull(__expectObject(await parseBody(output.body, context)), "body");
3908
- if (data.DnsConfigurationList === "") {
3908
+ if (String(data.DnsConfigurationList).trim() === "") {
3909
3909
  contents[_DCL] = [];
3910
3910
  }
3911
3911
  else if (data[_DCL] != null && data[_DCL][_DCn] != null) {
@@ -8059,7 +8059,7 @@ const de_ActiveTrustedKeyGroups = (output, context) => {
8059
8059
  if (output[_Q] != null) {
8060
8060
  contents[_Q] = __strictParseInt32(output[_Q]);
8061
8061
  }
8062
- if (output.Items === "") {
8062
+ if (String(output.Items).trim() === "") {
8063
8063
  contents[_It] = [];
8064
8064
  }
8065
8065
  else if (output[_It] != null && output[_It][_KG] != null) {
@@ -8075,7 +8075,7 @@ const de_ActiveTrustedSigners = (output, context) => {
8075
8075
  if (output[_Q] != null) {
8076
8076
  contents[_Q] = __strictParseInt32(output[_Q]);
8077
8077
  }
8078
- if (output.Items === "") {
8078
+ if (String(output.Items).trim() === "") {
8079
8079
  contents[_It] = [];
8080
8080
  }
8081
8081
  else if (output[_It] != null && output[_It][_Si] != null) {
@@ -8088,7 +8088,7 @@ const de_Aliases = (output, context) => {
8088
8088
  if (output[_Q] != null) {
8089
8089
  contents[_Q] = __strictParseInt32(output[_Q]);
8090
8090
  }
8091
- if (output.Items === "") {
8091
+ if (String(output.Items).trim() === "") {
8092
8092
  contents[_It] = [];
8093
8093
  }
8094
8094
  else if (output[_It] != null && output[_It][_CNAME] != null) {
@@ -8125,7 +8125,7 @@ const de_AllowedMethods = (output, context) => {
8125
8125
  if (output[_Q] != null) {
8126
8126
  contents[_Q] = __strictParseInt32(output[_Q]);
8127
8127
  }
8128
- if (output.Items === "") {
8128
+ if (String(output.Items).trim() === "") {
8129
8129
  contents[_It] = [];
8130
8130
  }
8131
8131
  else if (output[_It] != null && output[_It][_Met] != null) {
@@ -8150,7 +8150,7 @@ const de_AnycastIpList = (output, context) => {
8150
8150
  if (output[_Ar] != null) {
8151
8151
  contents[_Ar] = __expectString(output[_Ar]);
8152
8152
  }
8153
- if (output.AnycastIps === "") {
8153
+ if (String(output.AnycastIps).trim() === "") {
8154
8154
  contents[_AI] = [];
8155
8155
  }
8156
8156
  else if (output[_AI] != null && output[_AI][_AIn] != null) {
@@ -8166,7 +8166,7 @@ const de_AnycastIpList = (output, context) => {
8166
8166
  };
8167
8167
  const de_AnycastIpListCollection = (output, context) => {
8168
8168
  const contents = {};
8169
- if (output.Items === "") {
8169
+ if (String(output.Items).trim() === "") {
8170
8170
  contents[_It] = [];
8171
8171
  }
8172
8172
  else if (output[_It] != null && output[_It][_AILS] != null) {
@@ -8308,7 +8308,7 @@ const de_CacheBehaviors = (output, context) => {
8308
8308
  if (output[_Q] != null) {
8309
8309
  contents[_Q] = __strictParseInt32(output[_Q]);
8310
8310
  }
8311
- if (output.Items === "") {
8311
+ if (String(output.Items).trim() === "") {
8312
8312
  contents[_It] = [];
8313
8313
  }
8314
8314
  else if (output[_It] != null && output[_It][_CB] != null) {
@@ -8321,7 +8321,7 @@ const de_CachedMethods = (output, context) => {
8321
8321
  if (output[_Q] != null) {
8322
8322
  contents[_Q] = __strictParseInt32(output[_Q]);
8323
8323
  }
8324
- if (output.Items === "") {
8324
+ if (String(output.Items).trim() === "") {
8325
8325
  contents[_It] = [];
8326
8326
  }
8327
8327
  else if (output[_It] != null && output[_It][_Met] != null) {
@@ -8395,7 +8395,7 @@ const de_CachePolicyList = (output, context) => {
8395
8395
  if (output[_Q] != null) {
8396
8396
  contents[_Q] = __strictParseInt32(output[_Q]);
8397
8397
  }
8398
- if (output.Items === "") {
8398
+ if (String(output.Items).trim() === "") {
8399
8399
  contents[_It] = [];
8400
8400
  }
8401
8401
  else if (output[_It] != null && output[_It][_CPS] != null) {
@@ -8477,7 +8477,7 @@ const de_CloudFrontOriginAccessIdentityList = (output, context) => {
8477
8477
  if (output[_Q] != null) {
8478
8478
  contents[_Q] = __strictParseInt32(output[_Q]);
8479
8479
  }
8480
- if (output.Items === "") {
8480
+ if (String(output.Items).trim() === "") {
8481
8481
  contents[_It] = [];
8482
8482
  }
8483
8483
  else if (output[_It] != null && output[_It][_CFOAIS] != null) {
@@ -8536,7 +8536,7 @@ const de_ConflictingAliasesList = (output, context) => {
8536
8536
  if (output[_Q] != null) {
8537
8537
  contents[_Q] = __strictParseInt32(output[_Q]);
8538
8538
  }
8539
- if (output.Items === "") {
8539
+ if (String(output.Items).trim() === "") {
8540
8540
  contents[_It] = [];
8541
8541
  }
8542
8542
  else if (output[_It] != null && output[_It][_CAon] != null) {
@@ -8663,7 +8663,7 @@ const de_ContentTypeProfiles = (output, context) => {
8663
8663
  if (output[_Q] != null) {
8664
8664
  contents[_Q] = __strictParseInt32(output[_Q]);
8665
8665
  }
8666
- if (output.Items === "") {
8666
+ if (String(output.Items).trim() === "") {
8667
8667
  contents[_It] = [];
8668
8668
  }
8669
8669
  else if (output[_It] != null && output[_It][_CTP] != null) {
@@ -8708,7 +8708,7 @@ const de_ContinuousDeploymentPolicyList = (output, context) => {
8708
8708
  if (output[_Q] != null) {
8709
8709
  contents[_Q] = __strictParseInt32(output[_Q]);
8710
8710
  }
8711
- if (output.Items === "") {
8711
+ if (String(output.Items).trim() === "") {
8712
8712
  contents[_It] = [];
8713
8713
  }
8714
8714
  else if (output[_It] != null && output[_It][_CDPS] != null) {
@@ -8762,7 +8762,7 @@ const de_CookieNames = (output, context) => {
8762
8762
  if (output[_Q] != null) {
8763
8763
  contents[_Q] = __strictParseInt32(output[_Q]);
8764
8764
  }
8765
- if (output.Items === "") {
8765
+ if (String(output.Items).trim() === "") {
8766
8766
  contents[_It] = [];
8767
8767
  }
8768
8768
  else if (output[_It] != null && output[_It][_N] != null) {
@@ -8808,7 +8808,7 @@ const de_CustomErrorResponses = (output, context) => {
8808
8808
  if (output[_Q] != null) {
8809
8809
  contents[_Q] = __strictParseInt32(output[_Q]);
8810
8810
  }
8811
- if (output.Items === "") {
8811
+ if (String(output.Items).trim() === "") {
8812
8812
  contents[_It] = [];
8813
8813
  }
8814
8814
  else if (output[_It] != null && output[_It][_CER] != null) {
@@ -8821,7 +8821,7 @@ const de_CustomHeaders = (output, context) => {
8821
8821
  if (output[_Q] != null) {
8822
8822
  contents[_Q] = __strictParseInt32(output[_Q]);
8823
8823
  }
8824
- if (output.Items === "") {
8824
+ if (String(output.Items).trim() === "") {
8825
8825
  contents[_It] = [];
8826
8826
  }
8827
8827
  else if (output[_It] != null && output[_It][_OCH] != null) {
@@ -8957,7 +8957,7 @@ const de_Distribution = (output, context) => {
8957
8957
  if (output[_DCi] != null) {
8958
8958
  contents[_DCi] = de_DistributionConfig(output[_DCi], context);
8959
8959
  }
8960
- if (output.AliasICPRecordals === "") {
8960
+ if (String(output.AliasICPRecordals).trim() === "") {
8961
8961
  contents[_AICPR] = [];
8962
8962
  }
8963
8963
  else if (output[_AICPR] != null && output[_AICPR][_AICPRl] != null) {
@@ -9052,7 +9052,7 @@ const de_DistributionIdList = (output, context) => {
9052
9052
  if (output[_Q] != null) {
9053
9053
  contents[_Q] = __strictParseInt32(output[_Q]);
9054
9054
  }
9055
- if (output.Items === "") {
9055
+ if (String(output.Items).trim() === "") {
9056
9056
  contents[_It] = [];
9057
9057
  }
9058
9058
  else if (output[_It] != null && output[_It][_DI] != null) {
@@ -9084,7 +9084,7 @@ const de_DistributionList = (output, context) => {
9084
9084
  if (output[_Q] != null) {
9085
9085
  contents[_Q] = __strictParseInt32(output[_Q]);
9086
9086
  }
9087
- if (output.Items === "") {
9087
+ if (String(output.Items).trim() === "") {
9088
9088
  contents[_It] = [];
9089
9089
  }
9090
9090
  else if (output[_It] != null && output[_It][_DS] != null) {
@@ -9154,7 +9154,7 @@ const de_DistributionSummary = (output, context) => {
9154
9154
  if (output[_IIPVE] != null) {
9155
9155
  contents[_IIPVE] = __parseBoolean(output[_IIPVE]);
9156
9156
  }
9157
- if (output.AliasICPRecordals === "") {
9157
+ if (String(output.AliasICPRecordals).trim() === "") {
9158
9158
  contents[_AICPR] = [];
9159
9159
  }
9160
9160
  else if (output[_AICPR] != null && output[_AICPR][_AICPRl] != null) {
@@ -9192,7 +9192,7 @@ const de_DistributionTenant = (output, context) => {
9192
9192
  if (output[_Ar] != null) {
9193
9193
  contents[_Ar] = __expectString(output[_Ar]);
9194
9194
  }
9195
- if (output.Domains === "") {
9195
+ if (String(output.Domains).trim() === "") {
9196
9196
  contents[_D] = [];
9197
9197
  }
9198
9198
  else if (output[_D] != null && output[_D][_m] != null) {
@@ -9204,7 +9204,7 @@ const de_DistributionTenant = (output, context) => {
9204
9204
  if (output[_C] != null) {
9205
9205
  contents[_C] = de_Customizations(output[_C], context);
9206
9206
  }
9207
- if (output.Parameters === "") {
9207
+ if (String(output.Parameters).trim() === "") {
9208
9208
  contents[_P] = [];
9209
9209
  }
9210
9210
  else if (output[_P] != null && output[_P][_m] != null) {
@@ -9248,7 +9248,7 @@ const de_DistributionTenantSummary = (output, context) => {
9248
9248
  if (output[_Ar] != null) {
9249
9249
  contents[_Ar] = __expectString(output[_Ar]);
9250
9250
  }
9251
- if (output.Domains === "") {
9251
+ if (String(output.Domains).trim() === "") {
9252
9252
  contents[_D] = [];
9253
9253
  }
9254
9254
  else if (output[_D] != null && output[_D][_m] != null) {
@@ -9342,7 +9342,7 @@ const de_EncryptionEntities = (output, context) => {
9342
9342
  if (output[_Q] != null) {
9343
9343
  contents[_Q] = __strictParseInt32(output[_Q]);
9344
9344
  }
9345
- if (output.Items === "") {
9345
+ if (String(output.Items).trim() === "") {
9346
9346
  contents[_It] = [];
9347
9347
  }
9348
9348
  else if (output[_It] != null && output[_It][_EEn] != null) {
@@ -9427,7 +9427,7 @@ const de_FieldLevelEncryptionList = (output, context) => {
9427
9427
  if (output[_Q] != null) {
9428
9428
  contents[_Q] = __strictParseInt32(output[_Q]);
9429
9429
  }
9430
- if (output.Items === "") {
9430
+ if (String(output.Items).trim() === "") {
9431
9431
  contents[_It] = [];
9432
9432
  }
9433
9433
  else if (output[_It] != null && output[_It][_FLES] != null) {
@@ -9475,7 +9475,7 @@ const de_FieldLevelEncryptionProfileList = (output, context) => {
9475
9475
  if (output[_Q] != null) {
9476
9476
  contents[_Q] = __strictParseInt32(output[_Q]);
9477
9477
  }
9478
- if (output.Items === "") {
9478
+ if (String(output.Items).trim() === "") {
9479
9479
  contents[_It] = [];
9480
9480
  }
9481
9481
  else if (output[_It] != null && output[_It][_FLEPS] != null) {
@@ -9554,7 +9554,7 @@ const de_FieldPatterns = (output, context) => {
9554
9554
  if (output[_Q] != null) {
9555
9555
  contents[_Q] = __strictParseInt32(output[_Q]);
9556
9556
  }
9557
- if (output.Items === "") {
9557
+ if (String(output.Items).trim() === "") {
9558
9558
  contents[_It] = [];
9559
9559
  }
9560
9560
  else if (output[_It] != null && output[_It][_FPi] != null) {
@@ -9600,7 +9600,7 @@ const de_FunctionAssociations = (output, context) => {
9600
9600
  if (output[_Q] != null) {
9601
9601
  contents[_Q] = __strictParseInt32(output[_Q]);
9602
9602
  }
9603
- if (output.Items === "") {
9603
+ if (String(output.Items).trim() === "") {
9604
9604
  contents[_It] = [];
9605
9605
  }
9606
9606
  else if (output[_It] != null && output[_It][_FAu] != null) {
@@ -9639,7 +9639,7 @@ const de_FunctionList = (output, context) => {
9639
9639
  if (output[_Q] != null) {
9640
9640
  contents[_Q] = __strictParseInt32(output[_Q]);
9641
9641
  }
9642
- if (output.Items === "") {
9642
+ if (String(output.Items).trim() === "") {
9643
9643
  contents[_It] = [];
9644
9644
  }
9645
9645
  else if (output[_It] != null && output[_It][_FSu] != null) {
@@ -9694,7 +9694,7 @@ const de_GeoRestriction = (output, context) => {
9694
9694
  if (output[_Q] != null) {
9695
9695
  contents[_Q] = __strictParseInt32(output[_Q]);
9696
9696
  }
9697
- if (output.Items === "") {
9697
+ if (String(output.Items).trim() === "") {
9698
9698
  contents[_It] = [];
9699
9699
  }
9700
9700
  else if (output[_It] != null && output[_It][_L] != null) {
@@ -9707,7 +9707,7 @@ const de_GeoRestrictionCustomization = (output, context) => {
9707
9707
  if (output[_RT] != null) {
9708
9708
  contents[_RT] = __expectString(output[_RT]);
9709
9709
  }
9710
- if (output.Locations === "") {
9710
+ if (String(output.Locations).trim() === "") {
9711
9711
  contents[_Loc] = [];
9712
9712
  }
9713
9713
  else if (output[_Loc] != null && output[_Loc][_L] != null) {
@@ -9734,7 +9734,7 @@ const de_Headers = (output, context) => {
9734
9734
  if (output[_Q] != null) {
9735
9735
  contents[_Q] = __strictParseInt32(output[_Q]);
9736
9736
  }
9737
- if (output.Items === "") {
9737
+ if (String(output.Items).trim() === "") {
9738
9738
  contents[_It] = [];
9739
9739
  }
9740
9740
  else if (output[_It] != null && output[_It][_N] != null) {
@@ -9785,7 +9785,7 @@ const de_InvalidationList = (output, context) => {
9785
9785
  if (output[_Q] != null) {
9786
9786
  contents[_Q] = __strictParseInt32(output[_Q]);
9787
9787
  }
9788
- if (output.Items === "") {
9788
+ if (String(output.Items).trim() === "") {
9789
9789
  contents[_It] = [];
9790
9790
  }
9791
9791
  else if (output[_It] != null && output[_It][_ISnv] != null) {
@@ -9831,7 +9831,7 @@ const de_KeyGroupConfig = (output, context) => {
9831
9831
  if (output[_N] != null) {
9832
9832
  contents[_N] = __expectString(output[_N]);
9833
9833
  }
9834
- if (output.Items === "") {
9834
+ if (String(output.Items).trim() === "") {
9835
9835
  contents[_It] = [];
9836
9836
  }
9837
9837
  else if (output[_It] != null && output[_It][_PK] != null) {
@@ -9853,7 +9853,7 @@ const de_KeyGroupList = (output, context) => {
9853
9853
  if (output[_Q] != null) {
9854
9854
  contents[_Q] = __strictParseInt32(output[_Q]);
9855
9855
  }
9856
- if (output.Items === "") {
9856
+ if (String(output.Items).trim() === "") {
9857
9857
  contents[_It] = [];
9858
9858
  }
9859
9859
  else if (output[_It] != null && output[_It][_KGS] != null) {
@@ -9887,7 +9887,7 @@ const de_KeyPairIds = (output, context) => {
9887
9887
  if (output[_Q] != null) {
9888
9888
  contents[_Q] = __strictParseInt32(output[_Q]);
9889
9889
  }
9890
- if (output.Items === "") {
9890
+ if (String(output.Items).trim() === "") {
9891
9891
  contents[_It] = [];
9892
9892
  }
9893
9893
  else if (output[_It] != null && output[_It][_KPI] != null) {
@@ -9936,7 +9936,7 @@ const de_KeyValueStoreAssociations = (output, context) => {
9936
9936
  if (output[_Q] != null) {
9937
9937
  contents[_Q] = __strictParseInt32(output[_Q]);
9938
9938
  }
9939
- if (output.Items === "") {
9939
+ if (String(output.Items).trim() === "") {
9940
9940
  contents[_It] = [];
9941
9941
  }
9942
9942
  else if (output[_It] != null && output[_It][_KVSAe] != null) {
@@ -9955,7 +9955,7 @@ const de_KeyValueStoreList = (output, context) => {
9955
9955
  if (output[_Q] != null) {
9956
9956
  contents[_Q] = __strictParseInt32(output[_Q]);
9957
9957
  }
9958
- if (output.Items === "") {
9958
+ if (String(output.Items).trim() === "") {
9959
9959
  contents[_It] = [];
9960
9960
  }
9961
9961
  else if (output[_It] != null && output[_It][_KVS] != null) {
@@ -10022,7 +10022,7 @@ const de_LambdaFunctionAssociations = (output, context) => {
10022
10022
  if (output[_Q] != null) {
10023
10023
  contents[_Q] = __strictParseInt32(output[_Q]);
10024
10024
  }
10025
- if (output.Items === "") {
10025
+ if (String(output.Items).trim() === "") {
10026
10026
  contents[_It] = [];
10027
10027
  }
10028
10028
  else if (output[_It] != null && output[_It][_LFAa] != null) {
@@ -10064,7 +10064,7 @@ const de_ManagedCertificateDetails = (output, context) => {
10064
10064
  if (output[_VTH] != null) {
10065
10065
  contents[_VTH] = __expectString(output[_VTH]);
10066
10066
  }
10067
- if (output.ValidationTokenDetails === "") {
10067
+ if (String(output.ValidationTokenDetails).trim() === "") {
10068
10068
  contents[_VTD] = [];
10069
10069
  }
10070
10070
  else if (output[_VTD] != null && output[_VTD][_m] != null) {
@@ -10172,7 +10172,7 @@ const de_OriginAccessControlList = (output, context) => {
10172
10172
  if (output[_Q] != null) {
10173
10173
  contents[_Q] = __strictParseInt32(output[_Q]);
10174
10174
  }
10175
- if (output.Items === "") {
10175
+ if (String(output.Items).trim() === "") {
10176
10176
  contents[_It] = [];
10177
10177
  }
10178
10178
  else if (output[_It] != null && output[_It][_OACS] != null) {
@@ -10275,7 +10275,7 @@ const de_OriginGroupMembers = (output, context) => {
10275
10275
  if (output[_Q] != null) {
10276
10276
  contents[_Q] = __strictParseInt32(output[_Q]);
10277
10277
  }
10278
- if (output.Items === "") {
10278
+ if (String(output.Items).trim() === "") {
10279
10279
  contents[_It] = [];
10280
10280
  }
10281
10281
  else if (output[_It] != null && output[_It][_OGM] != null) {
@@ -10288,7 +10288,7 @@ const de_OriginGroups = (output, context) => {
10288
10288
  if (output[_Q] != null) {
10289
10289
  contents[_Q] = __strictParseInt32(output[_Q]);
10290
10290
  }
10291
- if (output.Items === "") {
10291
+ if (String(output.Items).trim() === "") {
10292
10292
  contents[_It] = [];
10293
10293
  }
10294
10294
  else if (output[_It] != null && output[_It][_OGr] != null) {
@@ -10366,7 +10366,7 @@ const de_OriginRequestPolicyList = (output, context) => {
10366
10366
  if (output[_Q] != null) {
10367
10367
  contents[_Q] = __strictParseInt32(output[_Q]);
10368
10368
  }
10369
- if (output.Items === "") {
10369
+ if (String(output.Items).trim() === "") {
10370
10370
  contents[_It] = [];
10371
10371
  }
10372
10372
  else if (output[_It] != null && output[_It][_ORPS] != null) {
@@ -10406,7 +10406,7 @@ const de_Origins = (output, context) => {
10406
10406
  if (output[_Q] != null) {
10407
10407
  contents[_Q] = __strictParseInt32(output[_Q]);
10408
10408
  }
10409
- if (output.Items === "") {
10409
+ if (String(output.Items).trim() === "") {
10410
10410
  contents[_It] = [];
10411
10411
  }
10412
10412
  else if (output[_It] != null && output[_It][_Or] != null) {
@@ -10429,7 +10429,7 @@ const de_OriginSslProtocols = (output, context) => {
10429
10429
  if (output[_Q] != null) {
10430
10430
  contents[_Q] = __strictParseInt32(output[_Q]);
10431
10431
  }
10432
- if (output.Items === "") {
10432
+ if (String(output.Items).trim() === "") {
10433
10433
  contents[_It] = [];
10434
10434
  }
10435
10435
  else if (output[_It] != null && output[_It][_SPs] != null) {
@@ -10509,7 +10509,7 @@ const de_Paths = (output, context) => {
10509
10509
  if (output[_Q] != null) {
10510
10510
  contents[_Q] = __strictParseInt32(output[_Q]);
10511
10511
  }
10512
- if (output.Items === "") {
10512
+ if (String(output.Items).trim() === "") {
10513
10513
  contents[_It] = [];
10514
10514
  }
10515
10515
  else if (output[_It] != null && output[_It][_Pat] != null) {
@@ -10564,7 +10564,7 @@ const de_PublicKeyList = (output, context) => {
10564
10564
  if (output[_Q] != null) {
10565
10565
  contents[_Q] = __strictParseInt32(output[_Q]);
10566
10566
  }
10567
- if (output.Items === "") {
10567
+ if (String(output.Items).trim() === "") {
10568
10568
  contents[_It] = [];
10569
10569
  }
10570
10570
  else if (output[_It] != null && output[_It][_PKS] != null) {
@@ -10630,7 +10630,7 @@ const de_QueryArgProfiles = (output, context) => {
10630
10630
  if (output[_Q] != null) {
10631
10631
  contents[_Q] = __strictParseInt32(output[_Q]);
10632
10632
  }
10633
- if (output.Items === "") {
10633
+ if (String(output.Items).trim() === "") {
10634
10634
  contents[_It] = [];
10635
10635
  }
10636
10636
  else if (output[_It] != null && output[_It][_QAP] != null) {
@@ -10643,7 +10643,7 @@ const de_QueryStringCacheKeys = (output, context) => {
10643
10643
  if (output[_Q] != null) {
10644
10644
  contents[_Q] = __strictParseInt32(output[_Q]);
10645
10645
  }
10646
- if (output.Items === "") {
10646
+ if (String(output.Items).trim() === "") {
10647
10647
  contents[_It] = [];
10648
10648
  }
10649
10649
  else if (output[_It] != null && output[_It][_N] != null) {
@@ -10663,7 +10663,7 @@ const de_QueryStringNames = (output, context) => {
10663
10663
  if (output[_Q] != null) {
10664
10664
  contents[_Q] = __strictParseInt32(output[_Q]);
10665
10665
  }
10666
- if (output.Items === "") {
10666
+ if (String(output.Items).trim() === "") {
10667
10667
  contents[_It] = [];
10668
10668
  }
10669
10669
  else if (output[_It] != null && output[_It][_N] != null) {
@@ -10689,13 +10689,13 @@ const de_RealtimeLogConfig = (output, context) => {
10689
10689
  if (output[_SR] != null) {
10690
10690
  contents[_SR] = __strictParseLong(output[_SR]);
10691
10691
  }
10692
- if (output.EndPoints === "") {
10692
+ if (String(output.EndPoints).trim() === "") {
10693
10693
  contents[_EP] = [];
10694
10694
  }
10695
10695
  else if (output[_EP] != null && output[_EP][_m] != null) {
10696
10696
  contents[_EP] = de_EndPointList(__getArrayIfSingleItem(output[_EP][_m]), context);
10697
10697
  }
10698
- if (output.Fields === "") {
10698
+ if (String(output.Fields).trim() === "") {
10699
10699
  contents[_F] = [];
10700
10700
  }
10701
10701
  else if (output[_F] != null && output[_F][_Fi] != null) {
@@ -10715,7 +10715,7 @@ const de_RealtimeLogConfigs = (output, context) => {
10715
10715
  if (output[_MI] != null) {
10716
10716
  contents[_MI] = __strictParseInt32(output[_MI]);
10717
10717
  }
10718
- if (output.Items === "") {
10718
+ if (String(output.Items).trim() === "") {
10719
10719
  contents[_It] = [];
10720
10720
  }
10721
10721
  else if (output[_It] != null && output[_It][_m] != null) {
@@ -10757,7 +10757,7 @@ const de_ResponseHeadersPolicyAccessControlAllowHeaders = (output, context) => {
10757
10757
  if (output[_Q] != null) {
10758
10758
  contents[_Q] = __strictParseInt32(output[_Q]);
10759
10759
  }
10760
- if (output.Items === "") {
10760
+ if (String(output.Items).trim() === "") {
10761
10761
  contents[_It] = [];
10762
10762
  }
10763
10763
  else if (output[_It] != null && output[_It][_H] != null) {
@@ -10770,7 +10770,7 @@ const de_ResponseHeadersPolicyAccessControlAllowMethods = (output, context) => {
10770
10770
  if (output[_Q] != null) {
10771
10771
  contents[_Q] = __strictParseInt32(output[_Q]);
10772
10772
  }
10773
- if (output.Items === "") {
10773
+ if (String(output.Items).trim() === "") {
10774
10774
  contents[_It] = [];
10775
10775
  }
10776
10776
  else if (output[_It] != null && output[_It][_Met] != null) {
@@ -10783,7 +10783,7 @@ const de_ResponseHeadersPolicyAccessControlAllowOrigins = (output, context) => {
10783
10783
  if (output[_Q] != null) {
10784
10784
  contents[_Q] = __strictParseInt32(output[_Q]);
10785
10785
  }
10786
- if (output.Items === "") {
10786
+ if (String(output.Items).trim() === "") {
10787
10787
  contents[_It] = [];
10788
10788
  }
10789
10789
  else if (output[_It] != null && output[_It][_Or] != null) {
@@ -10796,7 +10796,7 @@ const de_ResponseHeadersPolicyAccessControlExposeHeaders = (output, context) =>
10796
10796
  if (output[_Q] != null) {
10797
10797
  contents[_Q] = __strictParseInt32(output[_Q]);
10798
10798
  }
10799
- if (output.Items === "") {
10799
+ if (String(output.Items).trim() === "") {
10800
10800
  contents[_It] = [];
10801
10801
  }
10802
10802
  else if (output[_It] != null && output[_It][_H] != null) {
@@ -10896,7 +10896,7 @@ const de_ResponseHeadersPolicyCustomHeadersConfig = (output, context) => {
10896
10896
  if (output[_Q] != null) {
10897
10897
  contents[_Q] = __strictParseInt32(output[_Q]);
10898
10898
  }
10899
- if (output.Items === "") {
10899
+ if (String(output.Items).trim() === "") {
10900
10900
  contents[_It] = [];
10901
10901
  }
10902
10902
  else if (output[_It] != null && output[_It][_RHPCH] != null) {
@@ -10925,7 +10925,7 @@ const de_ResponseHeadersPolicyList = (output, context) => {
10925
10925
  if (output[_Q] != null) {
10926
10926
  contents[_Q] = __strictParseInt32(output[_Q]);
10927
10927
  }
10928
- if (output.Items === "") {
10928
+ if (String(output.Items).trim() === "") {
10929
10929
  contents[_It] = [];
10930
10930
  }
10931
10931
  else if (output[_It] != null && output[_It][_RHPS] != null) {
@@ -10962,7 +10962,7 @@ const de_ResponseHeadersPolicyRemoveHeadersConfig = (output, context) => {
10962
10962
  if (output[_Q] != null) {
10963
10963
  contents[_Q] = __strictParseInt32(output[_Q]);
10964
10964
  }
10965
- if (output.Items === "") {
10965
+ if (String(output.Items).trim() === "") {
10966
10966
  contents[_It] = [];
10967
10967
  }
10968
10968
  else if (output[_It] != null && output[_It][_RHPRH] != null) {
@@ -11124,7 +11124,7 @@ const de_StagingDistributionDnsNames = (output, context) => {
11124
11124
  if (output[_Q] != null) {
11125
11125
  contents[_Q] = __strictParseInt32(output[_Q]);
11126
11126
  }
11127
- if (output.Items === "") {
11127
+ if (String(output.Items).trim() === "") {
11128
11128
  contents[_It] = [];
11129
11129
  }
11130
11130
  else if (output[_It] != null && output[_It][_DNn] != null) {
@@ -11144,7 +11144,7 @@ const de_StatusCodes = (output, context) => {
11144
11144
  if (output[_Q] != null) {
11145
11145
  contents[_Q] = __strictParseInt32(output[_Q]);
11146
11146
  }
11147
- if (output.Items === "") {
11147
+ if (String(output.Items).trim() === "") {
11148
11148
  contents[_It] = [];
11149
11149
  }
11150
11150
  else if (output[_It] != null && output[_It][_SCta] != null) {
@@ -11222,7 +11222,7 @@ const de_StreamingDistributionList = (output, context) => {
11222
11222
  if (output[_Q] != null) {
11223
11223
  contents[_Q] = __strictParseInt32(output[_Q]);
11224
11224
  }
11225
- if (output.Items === "") {
11225
+ if (String(output.Items).trim() === "") {
11226
11226
  contents[_It] = [];
11227
11227
  }
11228
11228
  else if (output[_It] != null && output[_It][_SDS] != null) {
@@ -11319,7 +11319,7 @@ const de_TagList = (output, context) => {
11319
11319
  };
11320
11320
  const de_Tags = (output, context) => {
11321
11321
  const contents = {};
11322
- if (output.Items === "") {
11322
+ if (String(output.Items).trim() === "") {
11323
11323
  contents[_It] = [];
11324
11324
  }
11325
11325
  else if (output[_It] != null && output[_It][_Ta] != null) {
@@ -11329,7 +11329,7 @@ const de_Tags = (output, context) => {
11329
11329
  };
11330
11330
  const de_TenantConfig = (output, context) => {
11331
11331
  const contents = {};
11332
- if (output.ParameterDefinitions === "") {
11332
+ if (String(output.ParameterDefinitions).trim() === "") {
11333
11333
  contents[_PDa] = [];
11334
11334
  }
11335
11335
  else if (output[_PDa] != null && output[_PDa][_m] != null) {
@@ -11345,7 +11345,7 @@ const de_TestResult = (output, context) => {
11345
11345
  if (output[_CU] != null) {
11346
11346
  contents[_CU] = __expectString(output[_CU]);
11347
11347
  }
11348
- if (output.FunctionExecutionLogs === "") {
11348
+ if (String(output.FunctionExecutionLogs).trim() === "") {
11349
11349
  contents[_FEL] = [];
11350
11350
  }
11351
11351
  else if (output[_FEL] != null && output[_FEL][_m] != null) {
@@ -11387,7 +11387,7 @@ const de_TrustedKeyGroups = (output, context) => {
11387
11387
  if (output[_Q] != null) {
11388
11388
  contents[_Q] = __strictParseInt32(output[_Q]);
11389
11389
  }
11390
- if (output.Items === "") {
11390
+ if (String(output.Items).trim() === "") {
11391
11391
  contents[_It] = [];
11392
11392
  }
11393
11393
  else if (output[_It] != null && output[_It][_KG] != null) {
@@ -11403,7 +11403,7 @@ const de_TrustedSigners = (output, context) => {
11403
11403
  if (output[_Q] != null) {
11404
11404
  contents[_Q] = __strictParseInt32(output[_Q]);
11405
11405
  }
11406
- if (output.Items === "") {
11406
+ if (String(output.Items).trim() === "") {
11407
11407
  contents[_It] = [];
11408
11408
  }
11409
11409
  else if (output[_It] != null && output[_It][_AAN] != null) {
@@ -11530,7 +11530,7 @@ const de_VpcOriginList = (output, context) => {
11530
11530
  if (output[_Q] != null) {
11531
11531
  contents[_Q] = __strictParseInt32(output[_Q]);
11532
11532
  }
11533
- if (output.Items === "") {
11533
+ if (String(output.Items).trim() === "") {
11534
11534
  contents[_It] = [];
11535
11535
  }
11536
11536
  else if (output[_It] != null && output[_It][_VOS] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-cloudfront",
3
3
  "description": "AWS SDK for JavaScript Cloudfront Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.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-cloudfront",
@@ -20,18 +20,18 @@
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.895.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.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
34
- "@aws-sdk/xml-builder": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
+ "@aws-sdk/xml-builder": "3.894.0",
35
35
  "@smithy/config-resolver": "^4.2.2",
36
36
  "@smithy/core": "^3.11.1",
37
37
  "@smithy/fetch-http-handler": "^5.2.1",