@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.
@@ -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) {