@aws-sdk/client-cloudfront 3.891.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
@@ -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);