@aws-sdk/client-elasticache 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
@@ -7296,12 +7296,12 @@ var se_UserIdListInput = /* @__PURE__ */ __name((input, context) => {
7296
7296
  }, "se_UserIdListInput");
7297
7297
  var de_AllowedNodeTypeModificationsMessage = /* @__PURE__ */ __name((output, context) => {
7298
7298
  const contents = {};
7299
- if (output.ScaleUpModifications === "") {
7299
+ if (String(output.ScaleUpModifications).trim() === "") {
7300
7300
  contents[_SUM] = [];
7301
7301
  } else if (output[_SUM] != null && output[_SUM][_m] != null) {
7302
7302
  contents[_SUM] = de_NodeTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SUM][_m]), context);
7303
7303
  }
7304
- if (output.ScaleDownModifications === "") {
7304
+ if (String(output.ScaleDownModifications).trim() === "") {
7305
7305
  contents[_SDM] = [];
7306
7306
  } else if (output[_SDM] != null && output[_SDM][_m] != null) {
7307
7307
  contents[_SDM] = de_NodeTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SDM][_m]), context);
@@ -7402,7 +7402,7 @@ var de_CacheCluster = /* @__PURE__ */ __name((output, context) => {
7402
7402
  if (output[_NC] != null) {
7403
7403
  contents[_NC] = de_NotificationConfiguration(output[_NC], context);
7404
7404
  }
7405
- if (output.CacheSecurityGroups === "") {
7405
+ if (String(output.CacheSecurityGroups).trim() === "") {
7406
7406
  contents[_CSGa] = [];
7407
7407
  } else if (output[_CSGa] != null && output[_CSGa][_CSG] != null) {
7408
7408
  contents[_CSGa] = de_CacheSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_CSGa][_CSG]), context);
@@ -7413,7 +7413,7 @@ var de_CacheCluster = /* @__PURE__ */ __name((output, context) => {
7413
7413
  if (output[_CSGNa] != null) {
7414
7414
  contents[_CSGNa] = (0, import_smithy_client.expectString)(output[_CSGNa]);
7415
7415
  }
7416
- if (output.CacheNodes === "") {
7416
+ if (String(output.CacheNodes).trim() === "") {
7417
7417
  contents[_CN] = [];
7418
7418
  } else if (output[_CN] != null && output[_CN][_CNa] != null) {
7419
7419
  contents[_CN] = de_CacheNodeList((0, import_smithy_client.getArrayIfSingleItem)(output[_CN][_CNa]), context);
@@ -7421,7 +7421,7 @@ var de_CacheCluster = /* @__PURE__ */ __name((output, context) => {
7421
7421
  if (output[_AMVU] != null) {
7422
7422
  contents[_AMVU] = (0, import_smithy_client.parseBoolean)(output[_AMVU]);
7423
7423
  }
7424
- if (output.SecurityGroups === "") {
7424
+ if (String(output.SecurityGroups).trim() === "") {
7425
7425
  contents[_SG] = [];
7426
7426
  } else if (output[_SG] != null && output[_SG][_m] != null) {
7427
7427
  contents[_SG] = de_SecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_SG][_m]), context);
@@ -7453,7 +7453,7 @@ var de_CacheCluster = /* @__PURE__ */ __name((output, context) => {
7453
7453
  if (output[_RGLDE] != null) {
7454
7454
  contents[_RGLDE] = (0, import_smithy_client.parseBoolean)(output[_RGLDE]);
7455
7455
  }
7456
- if (output.LogDeliveryConfigurations === "") {
7456
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
7457
7457
  contents[_LDC] = [];
7458
7458
  } else if (output[_LDC] != null && output[_LDC][_LDCo] != null) {
7459
7459
  contents[_LDC] = de_LogDeliveryConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_LDC][_LDCo]), context);
@@ -7486,7 +7486,7 @@ var de_CacheClusterMessage = /* @__PURE__ */ __name((output, context) => {
7486
7486
  if (output[_Ma] != null) {
7487
7487
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
7488
7488
  }
7489
- if (output.CacheClusters === "") {
7489
+ if (String(output.CacheClusters).trim() === "") {
7490
7490
  contents[_CC] = [];
7491
7491
  } else if (output[_CC] != null && output[_CC][_CCa] != null) {
7492
7492
  contents[_CC] = de_CacheClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_CC][_CCa]), context);
@@ -7529,7 +7529,7 @@ var de_CacheEngineVersionMessage = /* @__PURE__ */ __name((output, context) => {
7529
7529
  if (output[_Ma] != null) {
7530
7530
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
7531
7531
  }
7532
- if (output.CacheEngineVersions === "") {
7532
+ if (String(output.CacheEngineVersions).trim() === "") {
7533
7533
  contents[_CEV] = [];
7534
7534
  } else if (output[_CEV] != null && output[_CEV][_CEVa] != null) {
7535
7535
  contents[_CEV] = de_CacheEngineVersionList((0, import_smithy_client.getArrayIfSingleItem)(output[_CEV][_CEVa]), context);
@@ -7597,7 +7597,7 @@ var de_CacheNodeTypeSpecificParameter = /* @__PURE__ */ __name((output, context)
7597
7597
  if (output[_MEVi] != null) {
7598
7598
  contents[_MEVi] = (0, import_smithy_client.expectString)(output[_MEVi]);
7599
7599
  }
7600
- if (output.CacheNodeTypeSpecificValues === "") {
7600
+ if (String(output.CacheNodeTypeSpecificValues).trim() === "") {
7601
7601
  contents[_CNTSV] = [];
7602
7602
  } else if (output[_CNTSV] != null && output[_CNTSV][_CNTSVa] != null) {
7603
7603
  contents[_CNTSV] = de_CacheNodeTypeSpecificValueList((0, import_smithy_client.getArrayIfSingleItem)(output[_CNTSV][_CNTSVa]), context);
@@ -7691,12 +7691,12 @@ var de_CacheParameterGroupDetails = /* @__PURE__ */ __name((output, context) =>
7691
7691
  if (output[_Ma] != null) {
7692
7692
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
7693
7693
  }
7694
- if (output.Parameters === "") {
7694
+ if (String(output.Parameters).trim() === "") {
7695
7695
  contents[_Pa] = [];
7696
7696
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
7697
7697
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
7698
7698
  }
7699
- if (output.CacheNodeTypeSpecificParameters === "") {
7699
+ if (String(output.CacheNodeTypeSpecificParameters).trim() === "") {
7700
7700
  contents[_CNTSP] = [];
7701
7701
  } else if (output[_CNTSP] != null && output[_CNTSP][_CNTSPa] != null) {
7702
7702
  contents[_CNTSP] = de_CacheNodeTypeSpecificParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_CNTSP][_CNTSPa]), context);
@@ -7734,7 +7734,7 @@ var de_CacheParameterGroupsMessage = /* @__PURE__ */ __name((output, context) =>
7734
7734
  if (output[_Ma] != null) {
7735
7735
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
7736
7736
  }
7737
- if (output.CacheParameterGroups === "") {
7737
+ if (String(output.CacheParameterGroups).trim() === "") {
7738
7738
  contents[_CPGa] = [];
7739
7739
  } else if (output[_CPGa] != null && output[_CPGa][_CPG] != null) {
7740
7740
  contents[_CPGa] = de_CacheParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_CPGa][_CPG]), context);
@@ -7749,7 +7749,7 @@ var de_CacheParameterGroupStatus = /* @__PURE__ */ __name((output, context) => {
7749
7749
  if (output[_PAS] != null) {
7750
7750
  contents[_PAS] = (0, import_smithy_client.expectString)(output[_PAS]);
7751
7751
  }
7752
- if (output.CacheNodeIdsToReboot === "") {
7752
+ if (String(output.CacheNodeIdsToReboot).trim() === "") {
7753
7753
  contents[_CNITRa] = [];
7754
7754
  } else if (output[_CNITRa] != null && output[_CNITRa][_CNI] != null) {
7755
7755
  contents[_CNITRa] = de_CacheNodeIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_CNITRa][_CNI]), context);
@@ -7767,7 +7767,7 @@ var de_CacheSecurityGroup = /* @__PURE__ */ __name((output, context) => {
7767
7767
  if (output[_D] != null) {
7768
7768
  contents[_D] = (0, import_smithy_client.expectString)(output[_D]);
7769
7769
  }
7770
- if (output.EC2SecurityGroups === "") {
7770
+ if (String(output.EC2SecurityGroups).trim() === "") {
7771
7771
  contents[_ECSG] = [];
7772
7772
  } else if (output[_ECSG] != null && output[_ECSG][_ECSGe] != null) {
7773
7773
  contents[_ECSG] = de_EC2SecurityGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECSG][_ECSGe]), context);
@@ -7804,7 +7804,7 @@ var de_CacheSecurityGroupMessage = /* @__PURE__ */ __name((output, context) => {
7804
7804
  if (output[_Ma] != null) {
7805
7805
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
7806
7806
  }
7807
- if (output.CacheSecurityGroups === "") {
7807
+ if (String(output.CacheSecurityGroups).trim() === "") {
7808
7808
  contents[_CSGa] = [];
7809
7809
  } else if (output[_CSGa] != null && output[_CSGa][_CSG] != null) {
7810
7810
  contents[_CSGa] = de_CacheSecurityGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_CSGa][_CSG]), context);
@@ -7841,7 +7841,7 @@ var de_CacheSubnetGroup = /* @__PURE__ */ __name((output, context) => {
7841
7841
  if (output[_VI] != null) {
7842
7842
  contents[_VI] = (0, import_smithy_client.expectString)(output[_VI]);
7843
7843
  }
7844
- if (output.Subnets === "") {
7844
+ if (String(output.Subnets).trim() === "") {
7845
7845
  contents[_Su] = [];
7846
7846
  } else if (output[_Su] != null && output[_Su][_Sub] != null) {
7847
7847
  contents[_Su] = de_SubnetList((0, import_smithy_client.getArrayIfSingleItem)(output[_Su][_Sub]), context);
@@ -7849,7 +7849,7 @@ var de_CacheSubnetGroup = /* @__PURE__ */ __name((output, context) => {
7849
7849
  if (output[_ARN] != null) {
7850
7850
  contents[_ARN] = (0, import_smithy_client.expectString)(output[_ARN]);
7851
7851
  }
7852
- if (output.SupportedNetworkTypes === "") {
7852
+ if (String(output.SupportedNetworkTypes).trim() === "") {
7853
7853
  contents[_SNT] = [];
7854
7854
  } else if (output[_SNT] != null && output[_SNT][_m] != null) {
7855
7855
  contents[_SNT] = de_NetworkTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SNT][_m]), context);
@@ -7875,7 +7875,7 @@ var de_CacheSubnetGroupMessage = /* @__PURE__ */ __name((output, context) => {
7875
7875
  if (output[_Ma] != null) {
7876
7876
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
7877
7877
  }
7878
- if (output.CacheSubnetGroups === "") {
7878
+ if (String(output.CacheSubnetGroups).trim() === "") {
7879
7879
  contents[_CSGac] = [];
7880
7880
  } else if (output[_CSGac] != null && output[_CSGac][_CSGach] != null) {
7881
7881
  contents[_CSGac] = de_CacheSubnetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_CSGac][_CSGach]), context);
@@ -8116,7 +8116,7 @@ var de_DescribeGlobalReplicationGroupsResult = /* @__PURE__ */ __name((output, c
8116
8116
  if (output[_Ma] != null) {
8117
8117
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
8118
8118
  }
8119
- if (output.GlobalReplicationGroups === "") {
8119
+ if (String(output.GlobalReplicationGroups).trim() === "") {
8120
8120
  contents[_GRGl] = [];
8121
8121
  } else if (output[_GRGl] != null && output[_GRGl][_GRG] != null) {
8122
8122
  contents[_GRGl] = de_GlobalReplicationGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_GRGl][_GRG]), context);
@@ -8128,7 +8128,7 @@ var de_DescribeServerlessCacheSnapshotsResponse = /* @__PURE__ */ __name((output
8128
8128
  if (output[_NTe] != null) {
8129
8129
  contents[_NTe] = (0, import_smithy_client.expectString)(output[_NTe]);
8130
8130
  }
8131
- if (output.ServerlessCacheSnapshots === "") {
8131
+ if (String(output.ServerlessCacheSnapshots).trim() === "") {
8132
8132
  contents[_SCSe] = [];
8133
8133
  } else if (output[_SCSe] != null && output[_SCSe][_SCS] != null) {
8134
8134
  contents[_SCSe] = de_ServerlessCacheSnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCSe][_SCS]), context);
@@ -8140,7 +8140,7 @@ var de_DescribeServerlessCachesResponse = /* @__PURE__ */ __name((output, contex
8140
8140
  if (output[_NTe] != null) {
8141
8141
  contents[_NTe] = (0, import_smithy_client.expectString)(output[_NTe]);
8142
8142
  }
8143
- if (output.ServerlessCaches === "") {
8143
+ if (String(output.ServerlessCaches).trim() === "") {
8144
8144
  contents[_SCer] = [];
8145
8145
  } else if (output[_SCer] != null && output[_SCer][_m] != null) {
8146
8146
  contents[_SCer] = de_ServerlessCacheList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCer][_m]), context);
@@ -8152,7 +8152,7 @@ var de_DescribeSnapshotsListMessage = /* @__PURE__ */ __name((output, context) =
8152
8152
  if (output[_Ma] != null) {
8153
8153
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
8154
8154
  }
8155
- if (output.Snapshots === "") {
8155
+ if (String(output.Snapshots).trim() === "") {
8156
8156
  contents[_Sna] = [];
8157
8157
  } else if (output[_Sna] != null && output[_Sna][_Sn] != null) {
8158
8158
  contents[_Sna] = de_SnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_Sna][_Sn]), context);
@@ -8161,7 +8161,7 @@ var de_DescribeSnapshotsListMessage = /* @__PURE__ */ __name((output, context) =
8161
8161
  }, "de_DescribeSnapshotsListMessage");
8162
8162
  var de_DescribeUserGroupsResult = /* @__PURE__ */ __name((output, context) => {
8163
8163
  const contents = {};
8164
- if (output.UserGroups === "") {
8164
+ if (String(output.UserGroups).trim() === "") {
8165
8165
  contents[_UG] = [];
8166
8166
  } else if (output[_UG] != null && output[_UG][_m] != null) {
8167
8167
  contents[_UG] = de_UserGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_UG][_m]), context);
@@ -8173,7 +8173,7 @@ var de_DescribeUserGroupsResult = /* @__PURE__ */ __name((output, context) => {
8173
8173
  }, "de_DescribeUserGroupsResult");
8174
8174
  var de_DescribeUsersResult = /* @__PURE__ */ __name((output, context) => {
8175
8175
  const contents = {};
8176
- if (output.Users === "") {
8176
+ if (String(output.Users).trim() === "") {
8177
8177
  contents[_Us] = [];
8178
8178
  } else if (output[_Us] != null && output[_Us][_m] != null) {
8179
8179
  contents[_Us] = de_UserList((0, import_smithy_client.getArrayIfSingleItem)(output[_Us][_m]), context);
@@ -8253,12 +8253,12 @@ var de_EngineDefaults = /* @__PURE__ */ __name((output, context) => {
8253
8253
  if (output[_Ma] != null) {
8254
8254
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
8255
8255
  }
8256
- if (output.Parameters === "") {
8256
+ if (String(output.Parameters).trim() === "") {
8257
8257
  contents[_Pa] = [];
8258
8258
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
8259
8259
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
8260
8260
  }
8261
- if (output.CacheNodeTypeSpecificParameters === "") {
8261
+ if (String(output.CacheNodeTypeSpecificParameters).trim() === "") {
8262
8262
  contents[_CNTSP] = [];
8263
8263
  } else if (output[_CNTSP] != null && output[_CNTSP][_CNTSPa] != null) {
8264
8264
  contents[_CNTSP] = de_CacheNodeTypeSpecificParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_CNTSP][_CNTSPa]), context);
@@ -8291,7 +8291,7 @@ var de_EventsMessage = /* @__PURE__ */ __name((output, context) => {
8291
8291
  if (output[_Ma] != null) {
8292
8292
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
8293
8293
  }
8294
- if (output.Events === "") {
8294
+ if (String(output.Events).trim() === "") {
8295
8295
  contents[_Ev] = [];
8296
8296
  } else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
8297
8297
  contents[_Ev] = de_EventList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_Eve]), context);
@@ -8347,7 +8347,7 @@ var de_GlobalReplicationGroup = /* @__PURE__ */ __name((output, context) => {
8347
8347
  if (output[_EV] != null) {
8348
8348
  contents[_EV] = (0, import_smithy_client.expectString)(output[_EV]);
8349
8349
  }
8350
- if (output.Members === "") {
8350
+ if (String(output.Members).trim() === "") {
8351
8351
  contents[_Mem] = [];
8352
8352
  } else if (output[_Mem] != null && output[_Mem][_GRGM] != null) {
8353
8353
  contents[_Mem] = de_GlobalReplicationGroupMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_Mem][_GRGM]), context);
@@ -8355,7 +8355,7 @@ var de_GlobalReplicationGroup = /* @__PURE__ */ __name((output, context) => {
8355
8355
  if (output[_CEl] != null) {
8356
8356
  contents[_CEl] = (0, import_smithy_client.parseBoolean)(output[_CEl]);
8357
8357
  }
8358
- if (output.GlobalNodeGroups === "") {
8358
+ if (String(output.GlobalNodeGroups).trim() === "") {
8359
8359
  contents[_GNG] = [];
8360
8360
  } else if (output[_GNG] != null && output[_GNG][_GNGl] != null) {
8361
8361
  contents[_GNG] = de_GlobalNodeGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_GNG][_GNGl]), context);
@@ -8665,7 +8665,7 @@ var de_NodeGroup = /* @__PURE__ */ __name((output, context) => {
8665
8665
  if (output[_Sl] != null) {
8666
8666
  contents[_Sl] = (0, import_smithy_client.expectString)(output[_Sl]);
8667
8667
  }
8668
- if (output.NodeGroupMembers === "") {
8668
+ if (String(output.NodeGroupMembers).trim() === "") {
8669
8669
  contents[_NGM] = [];
8670
8670
  } else if (output[_NGM] != null && output[_NGM][_NGMo] != null) {
8671
8671
  contents[_NGM] = de_NodeGroupMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_NGM][_NGMo]), context);
@@ -8686,7 +8686,7 @@ var de_NodeGroupConfiguration = /* @__PURE__ */ __name((output, context) => {
8686
8686
  if (output[_PAZri] != null) {
8687
8687
  contents[_PAZri] = (0, import_smithy_client.expectString)(output[_PAZri]);
8688
8688
  }
8689
- if (output.ReplicaAvailabilityZones === "") {
8689
+ if (String(output.ReplicaAvailabilityZones).trim() === "") {
8690
8690
  contents[_RAZ] = [];
8691
8691
  } else if (output[_RAZ] != null && output[_RAZ][_AZ] != null) {
8692
8692
  contents[_RAZ] = de_AvailabilityZonesList((0, import_smithy_client.getArrayIfSingleItem)(output[_RAZ][_AZ]), context);
@@ -8694,7 +8694,7 @@ var de_NodeGroupConfiguration = /* @__PURE__ */ __name((output, context) => {
8694
8694
  if (output[_POAri] != null) {
8695
8695
  contents[_POAri] = (0, import_smithy_client.expectString)(output[_POAri]);
8696
8696
  }
8697
- if (output.ReplicaOutpostArns === "") {
8697
+ if (String(output.ReplicaOutpostArns).trim() === "") {
8698
8698
  contents[_ROA] = [];
8699
8699
  } else if (output[_ROA] != null && output[_ROA][_OA] != null) {
8700
8700
  contents[_ROA] = de_OutpostArnsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ROA][_OA]), context);
@@ -8788,7 +8788,7 @@ var de_NodeGroupUpdateStatus = /* @__PURE__ */ __name((output, context) => {
8788
8788
  if (output[_NGI] != null) {
8789
8789
  contents[_NGI] = (0, import_smithy_client.expectString)(output[_NGI]);
8790
8790
  }
8791
- if (output.NodeGroupMemberUpdateStatus === "") {
8791
+ if (String(output.NodeGroupMemberUpdateStatus).trim() === "") {
8792
8792
  contents[_NGMUS] = [];
8793
8793
  } else if (output[_NGMUS] != null && output[_NGMUS][_NGMUS] != null) {
8794
8794
  contents[_NGMUS] = de_NodeGroupMemberUpdateStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_NGMUS][_NGMUS]), context);
@@ -8933,7 +8933,7 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
8933
8933
  if (output[_NCN] != null) {
8934
8934
  contents[_NCN] = (0, import_smithy_client.strictParseInt32)(output[_NCN]);
8935
8935
  }
8936
- if (output.CacheNodeIdsToRemove === "") {
8936
+ if (String(output.CacheNodeIdsToRemove).trim() === "") {
8937
8937
  contents[_CNITR] = [];
8938
8938
  } else if (output[_CNITR] != null && output[_CNITR][_CNI] != null) {
8939
8939
  contents[_CNITR] = de_CacheNodeIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_CNITR][_CNI]), context);
@@ -8947,7 +8947,7 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
8947
8947
  if (output[_ATS] != null) {
8948
8948
  contents[_ATS] = (0, import_smithy_client.expectString)(output[_ATS]);
8949
8949
  }
8950
- if (output.LogDeliveryConfigurations === "") {
8950
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
8951
8951
  contents[_LDC] = [];
8952
8952
  } else if (output[_LDC] != null && output[_LDC][_m] != null) {
8953
8953
  contents[_LDC] = de_PendingLogDeliveryConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_LDC][_m]), context);
@@ -9037,12 +9037,12 @@ var de_ReplicationGroup = /* @__PURE__ */ __name((output, context) => {
9037
9037
  if (output[_PMV] != null) {
9038
9038
  contents[_PMV] = de_ReplicationGroupPendingModifiedValues(output[_PMV], context);
9039
9039
  }
9040
- if (output.MemberClusters === "") {
9040
+ if (String(output.MemberClusters).trim() === "") {
9041
9041
  contents[_MC] = [];
9042
9042
  } else if (output[_MC] != null && output[_MC][_CI] != null) {
9043
9043
  contents[_MC] = de_ClusterIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_MC][_CI]), context);
9044
9044
  }
9045
- if (output.NodeGroups === "") {
9045
+ if (String(output.NodeGroups).trim() === "") {
9046
9046
  contents[_NG] = [];
9047
9047
  } else if (output[_NG] != null && output[_NG][_NGo] != null) {
9048
9048
  contents[_NG] = de_NodeGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_NG][_NGo]), context);
@@ -9083,7 +9083,7 @@ var de_ReplicationGroup = /* @__PURE__ */ __name((output, context) => {
9083
9083
  if (output[_AREE] != null) {
9084
9084
  contents[_AREE] = (0, import_smithy_client.parseBoolean)(output[_AREE]);
9085
9085
  }
9086
- if (output.MemberClustersOutpostArns === "") {
9086
+ if (String(output.MemberClustersOutpostArns).trim() === "") {
9087
9087
  contents[_MCOA] = [];
9088
9088
  } else if (output[_MCOA] != null && output[_MCOA][_RGOA] != null) {
9089
9089
  contents[_MCOA] = de_ReplicationGroupOutpostArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_MCOA][_RGOA]), context);
@@ -9094,12 +9094,12 @@ var de_ReplicationGroup = /* @__PURE__ */ __name((output, context) => {
9094
9094
  if (output[_ARN] != null) {
9095
9095
  contents[_ARN] = (0, import_smithy_client.expectString)(output[_ARN]);
9096
9096
  }
9097
- if (output.UserGroupIds === "") {
9097
+ if (String(output.UserGroupIds).trim() === "") {
9098
9098
  contents[_UGI] = [];
9099
9099
  } else if (output[_UGI] != null && output[_UGI][_m] != null) {
9100
9100
  contents[_UGI] = de_UserGroupIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UGI][_m]), context);
9101
9101
  }
9102
- if (output.LogDeliveryConfigurations === "") {
9102
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
9103
9103
  contents[_LDC] = [];
9104
9104
  } else if (output[_LDC] != null && output[_LDC][_LDCo] != null) {
9105
9105
  contents[_LDC] = de_LogDeliveryConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_LDC][_LDCo]), context);
@@ -9154,7 +9154,7 @@ var de_ReplicationGroupMessage = /* @__PURE__ */ __name((output, context) => {
9154
9154
  if (output[_Ma] != null) {
9155
9155
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
9156
9156
  }
9157
- if (output.ReplicationGroups === "") {
9157
+ if (String(output.ReplicationGroups).trim() === "") {
9158
9158
  contents[_RGe] = [];
9159
9159
  } else if (output[_RGe] != null && output[_RGe][_RG] != null) {
9160
9160
  contents[_RGe] = de_ReplicationGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_RGe][_RG]), context);
@@ -9197,7 +9197,7 @@ var de_ReplicationGroupPendingModifiedValues = /* @__PURE__ */ __name((output, c
9197
9197
  if (output[_UG] != null) {
9198
9198
  contents[_UG] = de_UserGroupsUpdateStatus(output[_UG], context);
9199
9199
  }
9200
- if (output.LogDeliveryConfigurations === "") {
9200
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
9201
9201
  contents[_LDC] = [];
9202
9202
  } else if (output[_LDC] != null && output[_LDC][_m] != null) {
9203
9203
  contents[_LDC] = de_PendingLogDeliveryConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_LDC][_m]), context);
@@ -9248,7 +9248,7 @@ var de_ReservedCacheNode = /* @__PURE__ */ __name((output, context) => {
9248
9248
  if (output[_Sta] != null) {
9249
9249
  contents[_Sta] = (0, import_smithy_client.expectString)(output[_Sta]);
9250
9250
  }
9251
- if (output.RecurringCharges === "") {
9251
+ if (String(output.RecurringCharges).trim() === "") {
9252
9252
  contents[_RCec] = [];
9253
9253
  } else if (output[_RCec] != null && output[_RCec][_RCecu] != null) {
9254
9254
  contents[_RCec] = de_RecurringChargeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RCec][_RCecu]), context);
@@ -9275,7 +9275,7 @@ var de_ReservedCacheNodeMessage = /* @__PURE__ */ __name((output, context) => {
9275
9275
  if (output[_Ma] != null) {
9276
9276
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
9277
9277
  }
9278
- if (output.ReservedCacheNodes === "") {
9278
+ if (String(output.ReservedCacheNodes).trim() === "") {
9279
9279
  contents[_RCNe] = [];
9280
9280
  } else if (output[_RCNe] != null && output[_RCNe][_RCN] != null) {
9281
9281
  contents[_RCNe] = de_ReservedCacheNodeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RCNe][_RCN]), context);
@@ -9319,7 +9319,7 @@ var de_ReservedCacheNodesOffering = /* @__PURE__ */ __name((output, context) =>
9319
9319
  if (output[_OT] != null) {
9320
9320
  contents[_OT] = (0, import_smithy_client.expectString)(output[_OT]);
9321
9321
  }
9322
- if (output.RecurringCharges === "") {
9322
+ if (String(output.RecurringCharges).trim() === "") {
9323
9323
  contents[_RCec] = [];
9324
9324
  } else if (output[_RCec] != null && output[_RCec][_RCecu] != null) {
9325
9325
  contents[_RCec] = de_RecurringChargeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RCec][_RCecu]), context);
@@ -9336,7 +9336,7 @@ var de_ReservedCacheNodesOfferingMessage = /* @__PURE__ */ __name((output, conte
9336
9336
  if (output[_Ma] != null) {
9337
9337
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
9338
9338
  }
9339
- if (output.ReservedCacheNodesOfferings === "") {
9339
+ if (String(output.ReservedCacheNodesOfferings).trim() === "") {
9340
9340
  contents[_RCNO] = [];
9341
9341
  } else if (output[_RCNO] != null && output[_RCNO][_RCNOe] != null) {
9342
9342
  contents[_RCNO] = de_ReservedCacheNodesOfferingList((0, import_smithy_client.getArrayIfSingleItem)(output[_RCNO][_RCNOe]), context);
@@ -9423,7 +9423,7 @@ var de_ServerlessCache = /* @__PURE__ */ __name((output, context) => {
9423
9423
  if (output[_KKI] != null) {
9424
9424
  contents[_KKI] = (0, import_smithy_client.expectString)(output[_KKI]);
9425
9425
  }
9426
- if (output.SecurityGroupIds === "") {
9426
+ if (String(output.SecurityGroupIds).trim() === "") {
9427
9427
  contents[_SGI] = [];
9428
9428
  } else if (output[_SGI] != null && output[_SGI][_SGIe] != null) {
9429
9429
  contents[_SGI] = de_SecurityGroupIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SGI][_SGIe]), context);
@@ -9440,7 +9440,7 @@ var de_ServerlessCache = /* @__PURE__ */ __name((output, context) => {
9440
9440
  if (output[_UGIs] != null) {
9441
9441
  contents[_UGIs] = (0, import_smithy_client.expectString)(output[_UGIs]);
9442
9442
  }
9443
- if (output.SubnetIds === "") {
9443
+ if (String(output.SubnetIds).trim() === "") {
9444
9444
  contents[_SI] = [];
9445
9445
  } else if (output[_SI] != null && output[_SI][_SIu] != null) {
9446
9446
  contents[_SI] = de_SubnetIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SI][_SIu]), context);
@@ -9613,7 +9613,7 @@ var de_ServiceUpdatesMessage = /* @__PURE__ */ __name((output, context) => {
9613
9613
  if (output[_Ma] != null) {
9614
9614
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
9615
9615
  }
9616
- if (output.ServiceUpdates === "") {
9616
+ if (String(output.ServiceUpdates).trim() === "") {
9617
9617
  contents[_SU] = [];
9618
9618
  } else if (output[_SU] != null && output[_SU][_SUe] != null) {
9619
9619
  contents[_SU] = de_ServiceUpdateList((0, import_smithy_client.getArrayIfSingleItem)(output[_SU][_SUe]), context);
@@ -9701,7 +9701,7 @@ var de_Snapshot = /* @__PURE__ */ __name((output, context) => {
9701
9701
  if (output[_AF] != null) {
9702
9702
  contents[_AF] = (0, import_smithy_client.expectString)(output[_AF]);
9703
9703
  }
9704
- if (output.NodeSnapshots === "") {
9704
+ if (String(output.NodeSnapshots).trim() === "") {
9705
9705
  contents[_NS] = [];
9706
9706
  } else if (output[_NS] != null && output[_NS][_NSo] != null) {
9707
9707
  contents[_NS] = de_NodeSnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_NS][_NSo]), context);
@@ -9768,7 +9768,7 @@ var de_Subnet = /* @__PURE__ */ __name((output, context) => {
9768
9768
  if (output[_SO] != null) {
9769
9769
  contents[_SO] = de_SubnetOutpost(output[_SO], context);
9770
9770
  }
9771
- if (output.SupportedNetworkTypes === "") {
9771
+ if (String(output.SupportedNetworkTypes).trim() === "") {
9772
9772
  contents[_SNT] = [];
9773
9773
  } else if (output[_SNT] != null && output[_SNT][_m] != null) {
9774
9774
  contents[_SNT] = de_NetworkTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SNT][_m]), context);
@@ -9823,7 +9823,7 @@ var de_TagList = /* @__PURE__ */ __name((output, context) => {
9823
9823
  }, "de_TagList");
9824
9824
  var de_TagListMessage = /* @__PURE__ */ __name((output, context) => {
9825
9825
  const contents = {};
9826
- if (output.TagList === "") {
9826
+ if (String(output.TagList).trim() === "") {
9827
9827
  contents[_TL] = [];
9828
9828
  } else if (output[_TL] != null && output[_TL][_Ta] != null) {
9829
9829
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Ta]), context);
@@ -9940,12 +9940,12 @@ var de_UpdateAction = /* @__PURE__ */ __name((output, context) => {
9940
9940
  if (output[_SMla] != null) {
9941
9941
  contents[_SMla] = (0, import_smithy_client.expectString)(output[_SMla]);
9942
9942
  }
9943
- if (output.NodeGroupUpdateStatus === "") {
9943
+ if (String(output.NodeGroupUpdateStatus).trim() === "") {
9944
9944
  contents[_NGUS] = [];
9945
9945
  } else if (output[_NGUS] != null && output[_NGUS][_NGUS] != null) {
9946
9946
  contents[_NGUS] = de_NodeGroupUpdateStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_NGUS][_NGUS]), context);
9947
9947
  }
9948
- if (output.CacheNodeUpdateStatus === "") {
9948
+ if (String(output.CacheNodeUpdateStatus).trim() === "") {
9949
9949
  contents[_CNUS] = [];
9950
9950
  } else if (output[_CNUS] != null && output[_CNUS][_CNUS] != null) {
9951
9951
  contents[_CNUS] = de_CacheNodeUpdateStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_CNUS][_CNUS]), context);
@@ -9965,12 +9965,12 @@ var de_UpdateActionList = /* @__PURE__ */ __name((output, context) => {
9965
9965
  }, "de_UpdateActionList");
9966
9966
  var de_UpdateActionResultsMessage = /* @__PURE__ */ __name((output, context) => {
9967
9967
  const contents = {};
9968
- if (output.ProcessedUpdateActions === "") {
9968
+ if (String(output.ProcessedUpdateActions).trim() === "") {
9969
9969
  contents[_PUA] = [];
9970
9970
  } else if (output[_PUA] != null && output[_PUA][_PUAr] != null) {
9971
9971
  contents[_PUA] = de_ProcessedUpdateActionList((0, import_smithy_client.getArrayIfSingleItem)(output[_PUA][_PUAr]), context);
9972
9972
  }
9973
- if (output.UnprocessedUpdateActions === "") {
9973
+ if (String(output.UnprocessedUpdateActions).trim() === "") {
9974
9974
  contents[_UUA] = [];
9975
9975
  } else if (output[_UUA] != null && output[_UUA][_UUAn] != null) {
9976
9976
  contents[_UUA] = de_UnprocessedUpdateActionList((0, import_smithy_client.getArrayIfSingleItem)(output[_UUA][_UUAn]), context);
@@ -9982,7 +9982,7 @@ var de_UpdateActionsMessage = /* @__PURE__ */ __name((output, context) => {
9982
9982
  if (output[_Ma] != null) {
9983
9983
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
9984
9984
  }
9985
- if (output.UpdateActions === "") {
9985
+ if (String(output.UpdateActions).trim() === "") {
9986
9986
  contents[_UA] = [];
9987
9987
  } else if (output[_UA] != null && output[_UA][_UAp] != null) {
9988
9988
  contents[_UA] = de_UpdateActionList((0, import_smithy_client.getArrayIfSingleItem)(output[_UA][_UAp]), context);
@@ -10009,7 +10009,7 @@ var de_User = /* @__PURE__ */ __name((output, context) => {
10009
10009
  if (output[_AS] != null) {
10010
10010
  contents[_AS] = (0, import_smithy_client.expectString)(output[_AS]);
10011
10011
  }
10012
- if (output.UserGroupIds === "") {
10012
+ if (String(output.UserGroupIds).trim() === "") {
10013
10013
  contents[_UGI] = [];
10014
10014
  } else if (output[_UGI] != null && output[_UGI][_m] != null) {
10015
10015
  contents[_UGI] = de_UserGroupIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UGI][_m]), context);
@@ -10040,7 +10040,7 @@ var de_UserGroup = /* @__PURE__ */ __name((output, context) => {
10040
10040
  if (output[_E] != null) {
10041
10041
  contents[_E] = (0, import_smithy_client.expectString)(output[_E]);
10042
10042
  }
10043
- if (output.UserIds === "") {
10043
+ if (String(output.UserIds).trim() === "") {
10044
10044
  contents[_UI] = [];
10045
10045
  } else if (output[_UI] != null && output[_UI][_m] != null) {
10046
10046
  contents[_UI] = de_UserIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UI][_m]), context);
@@ -10051,12 +10051,12 @@ var de_UserGroup = /* @__PURE__ */ __name((output, context) => {
10051
10051
  if (output[_PCe] != null) {
10052
10052
  contents[_PCe] = de_UserGroupPendingChanges(output[_PCe], context);
10053
10053
  }
10054
- if (output.ReplicationGroups === "") {
10054
+ if (String(output.ReplicationGroups).trim() === "") {
10055
10055
  contents[_RGe] = [];
10056
10056
  } else if (output[_RGe] != null && output[_RGe][_m] != null) {
10057
10057
  contents[_RGe] = de_UGReplicationGroupIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_RGe][_m]), context);
10058
10058
  }
10059
- if (output.ServerlessCaches === "") {
10059
+ if (String(output.ServerlessCaches).trim() === "") {
10060
10060
  contents[_SCer] = [];
10061
10061
  } else if (output[_SCer] != null && output[_SCer][_m] != null) {
10062
10062
  contents[_SCer] = de_UGServerlessCacheIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCer][_m]), context);
@@ -10092,12 +10092,12 @@ var de_UserGroupNotFoundFault = /* @__PURE__ */ __name((output, context) => {
10092
10092
  }, "de_UserGroupNotFoundFault");
10093
10093
  var de_UserGroupPendingChanges = /* @__PURE__ */ __name((output, context) => {
10094
10094
  const contents = {};
10095
- if (output.UserIdsToRemove === "") {
10095
+ if (String(output.UserIdsToRemove).trim() === "") {
10096
10096
  contents[_UITR] = [];
10097
10097
  } else if (output[_UITR] != null && output[_UITR][_m] != null) {
10098
10098
  contents[_UITR] = de_UserIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UITR][_m]), context);
10099
10099
  }
10100
- if (output.UserIdsToAdd === "") {
10100
+ if (String(output.UserIdsToAdd).trim() === "") {
10101
10101
  contents[_UITA] = [];
10102
10102
  } else if (output[_UITA] != null && output[_UITA][_m] != null) {
10103
10103
  contents[_UITA] = de_UserIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UITA][_m]), context);
@@ -10113,12 +10113,12 @@ var de_UserGroupQuotaExceededFault = /* @__PURE__ */ __name((output, context) =>
10113
10113
  }, "de_UserGroupQuotaExceededFault");
10114
10114
  var de_UserGroupsUpdateStatus = /* @__PURE__ */ __name((output, context) => {
10115
10115
  const contents = {};
10116
- if (output.UserGroupIdsToAdd === "") {
10116
+ if (String(output.UserGroupIdsToAdd).trim() === "") {
10117
10117
  contents[_UGITA] = [];
10118
10118
  } else if (output[_UGITA] != null && output[_UGITA][_m] != null) {
10119
10119
  contents[_UGITA] = de_UserGroupIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UGITA][_m]), context);
10120
10120
  }
10121
- if (output.UserGroupIdsToRemove === "") {
10121
+ if (String(output.UserGroupIdsToRemove).trim() === "") {
10122
10122
  contents[_UGITR] = [];
10123
10123
  } else if (output[_UGITR] != null && output[_UGITR][_m] != null) {
10124
10124
  contents[_UGITR] = de_UserGroupIdList((0, import_smithy_client.getArrayIfSingleItem)(output[_UGITR][_m]), context);
@@ -5370,13 +5370,13 @@ const se_UserIdListInput = (input, context) => {
5370
5370
  };
5371
5371
  const de_AllowedNodeTypeModificationsMessage = (output, context) => {
5372
5372
  const contents = {};
5373
- if (output.ScaleUpModifications === "") {
5373
+ if (String(output.ScaleUpModifications).trim() === "") {
5374
5374
  contents[_SUM] = [];
5375
5375
  }
5376
5376
  else if (output[_SUM] != null && output[_SUM][_m] != null) {
5377
5377
  contents[_SUM] = de_NodeTypeList(__getArrayIfSingleItem(output[_SUM][_m]), context);
5378
5378
  }
5379
- if (output.ScaleDownModifications === "") {
5379
+ if (String(output.ScaleDownModifications).trim() === "") {
5380
5380
  contents[_SDM] = [];
5381
5381
  }
5382
5382
  else if (output[_SDM] != null && output[_SDM][_m] != null) {
@@ -5480,7 +5480,7 @@ const de_CacheCluster = (output, context) => {
5480
5480
  if (output[_NC] != null) {
5481
5481
  contents[_NC] = de_NotificationConfiguration(output[_NC], context);
5482
5482
  }
5483
- if (output.CacheSecurityGroups === "") {
5483
+ if (String(output.CacheSecurityGroups).trim() === "") {
5484
5484
  contents[_CSGa] = [];
5485
5485
  }
5486
5486
  else if (output[_CSGa] != null && output[_CSGa][_CSG] != null) {
@@ -5492,7 +5492,7 @@ const de_CacheCluster = (output, context) => {
5492
5492
  if (output[_CSGNa] != null) {
5493
5493
  contents[_CSGNa] = __expectString(output[_CSGNa]);
5494
5494
  }
5495
- if (output.CacheNodes === "") {
5495
+ if (String(output.CacheNodes).trim() === "") {
5496
5496
  contents[_CN] = [];
5497
5497
  }
5498
5498
  else if (output[_CN] != null && output[_CN][_CNa] != null) {
@@ -5501,7 +5501,7 @@ const de_CacheCluster = (output, context) => {
5501
5501
  if (output[_AMVU] != null) {
5502
5502
  contents[_AMVU] = __parseBoolean(output[_AMVU]);
5503
5503
  }
5504
- if (output.SecurityGroups === "") {
5504
+ if (String(output.SecurityGroups).trim() === "") {
5505
5505
  contents[_SG] = [];
5506
5506
  }
5507
5507
  else if (output[_SG] != null && output[_SG][_m] != null) {
@@ -5534,7 +5534,7 @@ const de_CacheCluster = (output, context) => {
5534
5534
  if (output[_RGLDE] != null) {
5535
5535
  contents[_RGLDE] = __parseBoolean(output[_RGLDE]);
5536
5536
  }
5537
- if (output.LogDeliveryConfigurations === "") {
5537
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
5538
5538
  contents[_LDC] = [];
5539
5539
  }
5540
5540
  else if (output[_LDC] != null && output[_LDC][_LDCo] != null) {
@@ -5570,7 +5570,7 @@ const de_CacheClusterMessage = (output, context) => {
5570
5570
  if (output[_Ma] != null) {
5571
5571
  contents[_Ma] = __expectString(output[_Ma]);
5572
5572
  }
5573
- if (output.CacheClusters === "") {
5573
+ if (String(output.CacheClusters).trim() === "") {
5574
5574
  contents[_CC] = [];
5575
5575
  }
5576
5576
  else if (output[_CC] != null && output[_CC][_CCa] != null) {
@@ -5616,7 +5616,7 @@ const de_CacheEngineVersionMessage = (output, context) => {
5616
5616
  if (output[_Ma] != null) {
5617
5617
  contents[_Ma] = __expectString(output[_Ma]);
5618
5618
  }
5619
- if (output.CacheEngineVersions === "") {
5619
+ if (String(output.CacheEngineVersions).trim() === "") {
5620
5620
  contents[_CEV] = [];
5621
5621
  }
5622
5622
  else if (output[_CEV] != null && output[_CEV][_CEVa] != null) {
@@ -5689,7 +5689,7 @@ const de_CacheNodeTypeSpecificParameter = (output, context) => {
5689
5689
  if (output[_MEVi] != null) {
5690
5690
  contents[_MEVi] = __expectString(output[_MEVi]);
5691
5691
  }
5692
- if (output.CacheNodeTypeSpecificValues === "") {
5692
+ if (String(output.CacheNodeTypeSpecificValues).trim() === "") {
5693
5693
  contents[_CNTSV] = [];
5694
5694
  }
5695
5695
  else if (output[_CNTSV] != null && output[_CNTSV][_CNTSVa] != null) {
@@ -5790,13 +5790,13 @@ const de_CacheParameterGroupDetails = (output, context) => {
5790
5790
  if (output[_Ma] != null) {
5791
5791
  contents[_Ma] = __expectString(output[_Ma]);
5792
5792
  }
5793
- if (output.Parameters === "") {
5793
+ if (String(output.Parameters).trim() === "") {
5794
5794
  contents[_Pa] = [];
5795
5795
  }
5796
5796
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
5797
5797
  contents[_Pa] = de_ParametersList(__getArrayIfSingleItem(output[_Pa][_Par]), context);
5798
5798
  }
5799
- if (output.CacheNodeTypeSpecificParameters === "") {
5799
+ if (String(output.CacheNodeTypeSpecificParameters).trim() === "") {
5800
5800
  contents[_CNTSP] = [];
5801
5801
  }
5802
5802
  else if (output[_CNTSP] != null && output[_CNTSP][_CNTSPa] != null) {
@@ -5837,7 +5837,7 @@ const de_CacheParameterGroupsMessage = (output, context) => {
5837
5837
  if (output[_Ma] != null) {
5838
5838
  contents[_Ma] = __expectString(output[_Ma]);
5839
5839
  }
5840
- if (output.CacheParameterGroups === "") {
5840
+ if (String(output.CacheParameterGroups).trim() === "") {
5841
5841
  contents[_CPGa] = [];
5842
5842
  }
5843
5843
  else if (output[_CPGa] != null && output[_CPGa][_CPG] != null) {
@@ -5853,7 +5853,7 @@ const de_CacheParameterGroupStatus = (output, context) => {
5853
5853
  if (output[_PAS] != null) {
5854
5854
  contents[_PAS] = __expectString(output[_PAS]);
5855
5855
  }
5856
- if (output.CacheNodeIdsToReboot === "") {
5856
+ if (String(output.CacheNodeIdsToReboot).trim() === "") {
5857
5857
  contents[_CNITRa] = [];
5858
5858
  }
5859
5859
  else if (output[_CNITRa] != null && output[_CNITRa][_CNI] != null) {
@@ -5872,7 +5872,7 @@ const de_CacheSecurityGroup = (output, context) => {
5872
5872
  if (output[_D] != null) {
5873
5873
  contents[_D] = __expectString(output[_D]);
5874
5874
  }
5875
- if (output.EC2SecurityGroups === "") {
5875
+ if (String(output.EC2SecurityGroups).trim() === "") {
5876
5876
  contents[_ECSG] = [];
5877
5877
  }
5878
5878
  else if (output[_ECSG] != null && output[_ECSG][_ECSGe] != null) {
@@ -5912,7 +5912,7 @@ const de_CacheSecurityGroupMessage = (output, context) => {
5912
5912
  if (output[_Ma] != null) {
5913
5913
  contents[_Ma] = __expectString(output[_Ma]);
5914
5914
  }
5915
- if (output.CacheSecurityGroups === "") {
5915
+ if (String(output.CacheSecurityGroups).trim() === "") {
5916
5916
  contents[_CSGa] = [];
5917
5917
  }
5918
5918
  else if (output[_CSGa] != null && output[_CSGa][_CSG] != null) {
@@ -5952,7 +5952,7 @@ const de_CacheSubnetGroup = (output, context) => {
5952
5952
  if (output[_VI] != null) {
5953
5953
  contents[_VI] = __expectString(output[_VI]);
5954
5954
  }
5955
- if (output.Subnets === "") {
5955
+ if (String(output.Subnets).trim() === "") {
5956
5956
  contents[_Su] = [];
5957
5957
  }
5958
5958
  else if (output[_Su] != null && output[_Su][_Sub] != null) {
@@ -5961,7 +5961,7 @@ const de_CacheSubnetGroup = (output, context) => {
5961
5961
  if (output[_ARN] != null) {
5962
5962
  contents[_ARN] = __expectString(output[_ARN]);
5963
5963
  }
5964
- if (output.SupportedNetworkTypes === "") {
5964
+ if (String(output.SupportedNetworkTypes).trim() === "") {
5965
5965
  contents[_SNT] = [];
5966
5966
  }
5967
5967
  else if (output[_SNT] != null && output[_SNT][_m] != null) {
@@ -5988,7 +5988,7 @@ const de_CacheSubnetGroupMessage = (output, context) => {
5988
5988
  if (output[_Ma] != null) {
5989
5989
  contents[_Ma] = __expectString(output[_Ma]);
5990
5990
  }
5991
- if (output.CacheSubnetGroups === "") {
5991
+ if (String(output.CacheSubnetGroups).trim() === "") {
5992
5992
  contents[_CSGac] = [];
5993
5993
  }
5994
5994
  else if (output[_CSGac] != null && output[_CSGac][_CSGach] != null) {
@@ -6234,7 +6234,7 @@ const de_DescribeGlobalReplicationGroupsResult = (output, context) => {
6234
6234
  if (output[_Ma] != null) {
6235
6235
  contents[_Ma] = __expectString(output[_Ma]);
6236
6236
  }
6237
- if (output.GlobalReplicationGroups === "") {
6237
+ if (String(output.GlobalReplicationGroups).trim() === "") {
6238
6238
  contents[_GRGl] = [];
6239
6239
  }
6240
6240
  else if (output[_GRGl] != null && output[_GRGl][_GRG] != null) {
@@ -6247,7 +6247,7 @@ const de_DescribeServerlessCacheSnapshotsResponse = (output, context) => {
6247
6247
  if (output[_NTe] != null) {
6248
6248
  contents[_NTe] = __expectString(output[_NTe]);
6249
6249
  }
6250
- if (output.ServerlessCacheSnapshots === "") {
6250
+ if (String(output.ServerlessCacheSnapshots).trim() === "") {
6251
6251
  contents[_SCSe] = [];
6252
6252
  }
6253
6253
  else if (output[_SCSe] != null && output[_SCSe][_SCS] != null) {
@@ -6260,7 +6260,7 @@ const de_DescribeServerlessCachesResponse = (output, context) => {
6260
6260
  if (output[_NTe] != null) {
6261
6261
  contents[_NTe] = __expectString(output[_NTe]);
6262
6262
  }
6263
- if (output.ServerlessCaches === "") {
6263
+ if (String(output.ServerlessCaches).trim() === "") {
6264
6264
  contents[_SCer] = [];
6265
6265
  }
6266
6266
  else if (output[_SCer] != null && output[_SCer][_m] != null) {
@@ -6273,7 +6273,7 @@ const de_DescribeSnapshotsListMessage = (output, context) => {
6273
6273
  if (output[_Ma] != null) {
6274
6274
  contents[_Ma] = __expectString(output[_Ma]);
6275
6275
  }
6276
- if (output.Snapshots === "") {
6276
+ if (String(output.Snapshots).trim() === "") {
6277
6277
  contents[_Sna] = [];
6278
6278
  }
6279
6279
  else if (output[_Sna] != null && output[_Sna][_Sn] != null) {
@@ -6283,7 +6283,7 @@ const de_DescribeSnapshotsListMessage = (output, context) => {
6283
6283
  };
6284
6284
  const de_DescribeUserGroupsResult = (output, context) => {
6285
6285
  const contents = {};
6286
- if (output.UserGroups === "") {
6286
+ if (String(output.UserGroups).trim() === "") {
6287
6287
  contents[_UG] = [];
6288
6288
  }
6289
6289
  else if (output[_UG] != null && output[_UG][_m] != null) {
@@ -6296,7 +6296,7 @@ const de_DescribeUserGroupsResult = (output, context) => {
6296
6296
  };
6297
6297
  const de_DescribeUsersResult = (output, context) => {
6298
6298
  const contents = {};
6299
- if (output.Users === "") {
6299
+ if (String(output.Users).trim() === "") {
6300
6300
  contents[_Us] = [];
6301
6301
  }
6302
6302
  else if (output[_Us] != null && output[_Us][_m] != null) {
@@ -6379,13 +6379,13 @@ const de_EngineDefaults = (output, context) => {
6379
6379
  if (output[_Ma] != null) {
6380
6380
  contents[_Ma] = __expectString(output[_Ma]);
6381
6381
  }
6382
- if (output.Parameters === "") {
6382
+ if (String(output.Parameters).trim() === "") {
6383
6383
  contents[_Pa] = [];
6384
6384
  }
6385
6385
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
6386
6386
  contents[_Pa] = de_ParametersList(__getArrayIfSingleItem(output[_Pa][_Par]), context);
6387
6387
  }
6388
- if (output.CacheNodeTypeSpecificParameters === "") {
6388
+ if (String(output.CacheNodeTypeSpecificParameters).trim() === "") {
6389
6389
  contents[_CNTSP] = [];
6390
6390
  }
6391
6391
  else if (output[_CNTSP] != null && output[_CNTSP][_CNTSPa] != null) {
@@ -6421,7 +6421,7 @@ const de_EventsMessage = (output, context) => {
6421
6421
  if (output[_Ma] != null) {
6422
6422
  contents[_Ma] = __expectString(output[_Ma]);
6423
6423
  }
6424
- if (output.Events === "") {
6424
+ if (String(output.Events).trim() === "") {
6425
6425
  contents[_Ev] = [];
6426
6426
  }
6427
6427
  else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
@@ -6480,7 +6480,7 @@ const de_GlobalReplicationGroup = (output, context) => {
6480
6480
  if (output[_EV] != null) {
6481
6481
  contents[_EV] = __expectString(output[_EV]);
6482
6482
  }
6483
- if (output.Members === "") {
6483
+ if (String(output.Members).trim() === "") {
6484
6484
  contents[_Mem] = [];
6485
6485
  }
6486
6486
  else if (output[_Mem] != null && output[_Mem][_GRGM] != null) {
@@ -6489,7 +6489,7 @@ const de_GlobalReplicationGroup = (output, context) => {
6489
6489
  if (output[_CEl] != null) {
6490
6490
  contents[_CEl] = __parseBoolean(output[_CEl]);
6491
6491
  }
6492
- if (output.GlobalNodeGroups === "") {
6492
+ if (String(output.GlobalNodeGroups).trim() === "") {
6493
6493
  contents[_GNG] = [];
6494
6494
  }
6495
6495
  else if (output[_GNG] != null && output[_GNG][_GNGl] != null) {
@@ -6808,7 +6808,7 @@ const de_NodeGroup = (output, context) => {
6808
6808
  if (output[_Sl] != null) {
6809
6809
  contents[_Sl] = __expectString(output[_Sl]);
6810
6810
  }
6811
- if (output.NodeGroupMembers === "") {
6811
+ if (String(output.NodeGroupMembers).trim() === "") {
6812
6812
  contents[_NGM] = [];
6813
6813
  }
6814
6814
  else if (output[_NGM] != null && output[_NGM][_NGMo] != null) {
@@ -6830,7 +6830,7 @@ const de_NodeGroupConfiguration = (output, context) => {
6830
6830
  if (output[_PAZri] != null) {
6831
6831
  contents[_PAZri] = __expectString(output[_PAZri]);
6832
6832
  }
6833
- if (output.ReplicaAvailabilityZones === "") {
6833
+ if (String(output.ReplicaAvailabilityZones).trim() === "") {
6834
6834
  contents[_RAZ] = [];
6835
6835
  }
6836
6836
  else if (output[_RAZ] != null && output[_RAZ][_AZ] != null) {
@@ -6839,7 +6839,7 @@ const de_NodeGroupConfiguration = (output, context) => {
6839
6839
  if (output[_POAri] != null) {
6840
6840
  contents[_POAri] = __expectString(output[_POAri]);
6841
6841
  }
6842
- if (output.ReplicaOutpostArns === "") {
6842
+ if (String(output.ReplicaOutpostArns).trim() === "") {
6843
6843
  contents[_ROA] = [];
6844
6844
  }
6845
6845
  else if (output[_ROA] != null && output[_ROA][_OA] != null) {
@@ -6940,7 +6940,7 @@ const de_NodeGroupUpdateStatus = (output, context) => {
6940
6940
  if (output[_NGI] != null) {
6941
6941
  contents[_NGI] = __expectString(output[_NGI]);
6942
6942
  }
6943
- if (output.NodeGroupMemberUpdateStatus === "") {
6943
+ if (String(output.NodeGroupMemberUpdateStatus).trim() === "") {
6944
6944
  contents[_NGMUS] = [];
6945
6945
  }
6946
6946
  else if (output[_NGMUS] != null && output[_NGMUS][_NGMUS] != null) {
@@ -7098,7 +7098,7 @@ const de_PendingModifiedValues = (output, context) => {
7098
7098
  if (output[_NCN] != null) {
7099
7099
  contents[_NCN] = __strictParseInt32(output[_NCN]);
7100
7100
  }
7101
- if (output.CacheNodeIdsToRemove === "") {
7101
+ if (String(output.CacheNodeIdsToRemove).trim() === "") {
7102
7102
  contents[_CNITR] = [];
7103
7103
  }
7104
7104
  else if (output[_CNITR] != null && output[_CNITR][_CNI] != null) {
@@ -7113,7 +7113,7 @@ const de_PendingModifiedValues = (output, context) => {
7113
7113
  if (output[_ATS] != null) {
7114
7114
  contents[_ATS] = __expectString(output[_ATS]);
7115
7115
  }
7116
- if (output.LogDeliveryConfigurations === "") {
7116
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
7117
7117
  contents[_LDC] = [];
7118
7118
  }
7119
7119
  else if (output[_LDC] != null && output[_LDC][_m] != null) {
@@ -7208,13 +7208,13 @@ const de_ReplicationGroup = (output, context) => {
7208
7208
  if (output[_PMV] != null) {
7209
7209
  contents[_PMV] = de_ReplicationGroupPendingModifiedValues(output[_PMV], context);
7210
7210
  }
7211
- if (output.MemberClusters === "") {
7211
+ if (String(output.MemberClusters).trim() === "") {
7212
7212
  contents[_MC] = [];
7213
7213
  }
7214
7214
  else if (output[_MC] != null && output[_MC][_CI] != null) {
7215
7215
  contents[_MC] = de_ClusterIdList(__getArrayIfSingleItem(output[_MC][_CI]), context);
7216
7216
  }
7217
- if (output.NodeGroups === "") {
7217
+ if (String(output.NodeGroups).trim() === "") {
7218
7218
  contents[_NG] = [];
7219
7219
  }
7220
7220
  else if (output[_NG] != null && output[_NG][_NGo] != null) {
@@ -7256,7 +7256,7 @@ const de_ReplicationGroup = (output, context) => {
7256
7256
  if (output[_AREE] != null) {
7257
7257
  contents[_AREE] = __parseBoolean(output[_AREE]);
7258
7258
  }
7259
- if (output.MemberClustersOutpostArns === "") {
7259
+ if (String(output.MemberClustersOutpostArns).trim() === "") {
7260
7260
  contents[_MCOA] = [];
7261
7261
  }
7262
7262
  else if (output[_MCOA] != null && output[_MCOA][_RGOA] != null) {
@@ -7268,13 +7268,13 @@ const de_ReplicationGroup = (output, context) => {
7268
7268
  if (output[_ARN] != null) {
7269
7269
  contents[_ARN] = __expectString(output[_ARN]);
7270
7270
  }
7271
- if (output.UserGroupIds === "") {
7271
+ if (String(output.UserGroupIds).trim() === "") {
7272
7272
  contents[_UGI] = [];
7273
7273
  }
7274
7274
  else if (output[_UGI] != null && output[_UGI][_m] != null) {
7275
7275
  contents[_UGI] = de_UserGroupIdList(__getArrayIfSingleItem(output[_UGI][_m]), context);
7276
7276
  }
7277
- if (output.LogDeliveryConfigurations === "") {
7277
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
7278
7278
  contents[_LDC] = [];
7279
7279
  }
7280
7280
  else if (output[_LDC] != null && output[_LDC][_LDCo] != null) {
@@ -7332,7 +7332,7 @@ const de_ReplicationGroupMessage = (output, context) => {
7332
7332
  if (output[_Ma] != null) {
7333
7333
  contents[_Ma] = __expectString(output[_Ma]);
7334
7334
  }
7335
- if (output.ReplicationGroups === "") {
7335
+ if (String(output.ReplicationGroups).trim() === "") {
7336
7336
  contents[_RGe] = [];
7337
7337
  }
7338
7338
  else if (output[_RGe] != null && output[_RGe][_RG] != null) {
@@ -7378,7 +7378,7 @@ const de_ReplicationGroupPendingModifiedValues = (output, context) => {
7378
7378
  if (output[_UG] != null) {
7379
7379
  contents[_UG] = de_UserGroupsUpdateStatus(output[_UG], context);
7380
7380
  }
7381
- if (output.LogDeliveryConfigurations === "") {
7381
+ if (String(output.LogDeliveryConfigurations).trim() === "") {
7382
7382
  contents[_LDC] = [];
7383
7383
  }
7384
7384
  else if (output[_LDC] != null && output[_LDC][_m] != null) {
@@ -7430,7 +7430,7 @@ const de_ReservedCacheNode = (output, context) => {
7430
7430
  if (output[_Sta] != null) {
7431
7431
  contents[_Sta] = __expectString(output[_Sta]);
7432
7432
  }
7433
- if (output.RecurringCharges === "") {
7433
+ if (String(output.RecurringCharges).trim() === "") {
7434
7434
  contents[_RCec] = [];
7435
7435
  }
7436
7436
  else if (output[_RCec] != null && output[_RCec][_RCecu] != null) {
@@ -7460,7 +7460,7 @@ const de_ReservedCacheNodeMessage = (output, context) => {
7460
7460
  if (output[_Ma] != null) {
7461
7461
  contents[_Ma] = __expectString(output[_Ma]);
7462
7462
  }
7463
- if (output.ReservedCacheNodes === "") {
7463
+ if (String(output.ReservedCacheNodes).trim() === "") {
7464
7464
  contents[_RCNe] = [];
7465
7465
  }
7466
7466
  else if (output[_RCNe] != null && output[_RCNe][_RCN] != null) {
@@ -7505,7 +7505,7 @@ const de_ReservedCacheNodesOffering = (output, context) => {
7505
7505
  if (output[_OT] != null) {
7506
7506
  contents[_OT] = __expectString(output[_OT]);
7507
7507
  }
7508
- if (output.RecurringCharges === "") {
7508
+ if (String(output.RecurringCharges).trim() === "") {
7509
7509
  contents[_RCec] = [];
7510
7510
  }
7511
7511
  else if (output[_RCec] != null && output[_RCec][_RCecu] != null) {
@@ -7525,7 +7525,7 @@ const de_ReservedCacheNodesOfferingMessage = (output, context) => {
7525
7525
  if (output[_Ma] != null) {
7526
7526
  contents[_Ma] = __expectString(output[_Ma]);
7527
7527
  }
7528
- if (output.ReservedCacheNodesOfferings === "") {
7528
+ if (String(output.ReservedCacheNodesOfferings).trim() === "") {
7529
7529
  contents[_RCNO] = [];
7530
7530
  }
7531
7531
  else if (output[_RCNO] != null && output[_RCNO][_RCNOe] != null) {
@@ -7617,7 +7617,7 @@ const de_ServerlessCache = (output, context) => {
7617
7617
  if (output[_KKI] != null) {
7618
7618
  contents[_KKI] = __expectString(output[_KKI]);
7619
7619
  }
7620
- if (output.SecurityGroupIds === "") {
7620
+ if (String(output.SecurityGroupIds).trim() === "") {
7621
7621
  contents[_SGI] = [];
7622
7622
  }
7623
7623
  else if (output[_SGI] != null && output[_SGI][_SGIe] != null) {
@@ -7635,7 +7635,7 @@ const de_ServerlessCache = (output, context) => {
7635
7635
  if (output[_UGIs] != null) {
7636
7636
  contents[_UGIs] = __expectString(output[_UGIs]);
7637
7637
  }
7638
- if (output.SubnetIds === "") {
7638
+ if (String(output.SubnetIds).trim() === "") {
7639
7639
  contents[_SI] = [];
7640
7640
  }
7641
7641
  else if (output[_SI] != null && output[_SI][_SIu] != null) {
@@ -7815,7 +7815,7 @@ const de_ServiceUpdatesMessage = (output, context) => {
7815
7815
  if (output[_Ma] != null) {
7816
7816
  contents[_Ma] = __expectString(output[_Ma]);
7817
7817
  }
7818
- if (output.ServiceUpdates === "") {
7818
+ if (String(output.ServiceUpdates).trim() === "") {
7819
7819
  contents[_SU] = [];
7820
7820
  }
7821
7821
  else if (output[_SU] != null && output[_SU][_SUe] != null) {
@@ -7904,7 +7904,7 @@ const de_Snapshot = (output, context) => {
7904
7904
  if (output[_AF] != null) {
7905
7905
  contents[_AF] = __expectString(output[_AF]);
7906
7906
  }
7907
- if (output.NodeSnapshots === "") {
7907
+ if (String(output.NodeSnapshots).trim() === "") {
7908
7908
  contents[_NS] = [];
7909
7909
  }
7910
7910
  else if (output[_NS] != null && output[_NS][_NSo] != null) {
@@ -7974,7 +7974,7 @@ const de_Subnet = (output, context) => {
7974
7974
  if (output[_SO] != null) {
7975
7975
  contents[_SO] = de_SubnetOutpost(output[_SO], context);
7976
7976
  }
7977
- if (output.SupportedNetworkTypes === "") {
7977
+ if (String(output.SupportedNetworkTypes).trim() === "") {
7978
7978
  contents[_SNT] = [];
7979
7979
  }
7980
7980
  else if (output[_SNT] != null && output[_SNT][_m] != null) {
@@ -8036,7 +8036,7 @@ const de_TagList = (output, context) => {
8036
8036
  };
8037
8037
  const de_TagListMessage = (output, context) => {
8038
8038
  const contents = {};
8039
- if (output.TagList === "") {
8039
+ if (String(output.TagList).trim() === "") {
8040
8040
  contents[_TL] = [];
8041
8041
  }
8042
8042
  else if (output[_TL] != null && output[_TL][_Ta] != null) {
@@ -8160,13 +8160,13 @@ const de_UpdateAction = (output, context) => {
8160
8160
  if (output[_SMla] != null) {
8161
8161
  contents[_SMla] = __expectString(output[_SMla]);
8162
8162
  }
8163
- if (output.NodeGroupUpdateStatus === "") {
8163
+ if (String(output.NodeGroupUpdateStatus).trim() === "") {
8164
8164
  contents[_NGUS] = [];
8165
8165
  }
8166
8166
  else if (output[_NGUS] != null && output[_NGUS][_NGUS] != null) {
8167
8167
  contents[_NGUS] = de_NodeGroupUpdateStatusList(__getArrayIfSingleItem(output[_NGUS][_NGUS]), context);
8168
8168
  }
8169
- if (output.CacheNodeUpdateStatus === "") {
8169
+ if (String(output.CacheNodeUpdateStatus).trim() === "") {
8170
8170
  contents[_CNUS] = [];
8171
8171
  }
8172
8172
  else if (output[_CNUS] != null && output[_CNUS][_CNUS] != null) {
@@ -8189,13 +8189,13 @@ const de_UpdateActionList = (output, context) => {
8189
8189
  };
8190
8190
  const de_UpdateActionResultsMessage = (output, context) => {
8191
8191
  const contents = {};
8192
- if (output.ProcessedUpdateActions === "") {
8192
+ if (String(output.ProcessedUpdateActions).trim() === "") {
8193
8193
  contents[_PUA] = [];
8194
8194
  }
8195
8195
  else if (output[_PUA] != null && output[_PUA][_PUAr] != null) {
8196
8196
  contents[_PUA] = de_ProcessedUpdateActionList(__getArrayIfSingleItem(output[_PUA][_PUAr]), context);
8197
8197
  }
8198
- if (output.UnprocessedUpdateActions === "") {
8198
+ if (String(output.UnprocessedUpdateActions).trim() === "") {
8199
8199
  contents[_UUA] = [];
8200
8200
  }
8201
8201
  else if (output[_UUA] != null && output[_UUA][_UUAn] != null) {
@@ -8208,7 +8208,7 @@ const de_UpdateActionsMessage = (output, context) => {
8208
8208
  if (output[_Ma] != null) {
8209
8209
  contents[_Ma] = __expectString(output[_Ma]);
8210
8210
  }
8211
- if (output.UpdateActions === "") {
8211
+ if (String(output.UpdateActions).trim() === "") {
8212
8212
  contents[_UA] = [];
8213
8213
  }
8214
8214
  else if (output[_UA] != null && output[_UA][_UAp] != null) {
@@ -8236,7 +8236,7 @@ const de_User = (output, context) => {
8236
8236
  if (output[_AS] != null) {
8237
8237
  contents[_AS] = __expectString(output[_AS]);
8238
8238
  }
8239
- if (output.UserGroupIds === "") {
8239
+ if (String(output.UserGroupIds).trim() === "") {
8240
8240
  contents[_UGI] = [];
8241
8241
  }
8242
8242
  else if (output[_UGI] != null && output[_UGI][_m] != null) {
@@ -8268,7 +8268,7 @@ const de_UserGroup = (output, context) => {
8268
8268
  if (output[_E] != null) {
8269
8269
  contents[_E] = __expectString(output[_E]);
8270
8270
  }
8271
- if (output.UserIds === "") {
8271
+ if (String(output.UserIds).trim() === "") {
8272
8272
  contents[_UI] = [];
8273
8273
  }
8274
8274
  else if (output[_UI] != null && output[_UI][_m] != null) {
@@ -8280,13 +8280,13 @@ const de_UserGroup = (output, context) => {
8280
8280
  if (output[_PCe] != null) {
8281
8281
  contents[_PCe] = de_UserGroupPendingChanges(output[_PCe], context);
8282
8282
  }
8283
- if (output.ReplicationGroups === "") {
8283
+ if (String(output.ReplicationGroups).trim() === "") {
8284
8284
  contents[_RGe] = [];
8285
8285
  }
8286
8286
  else if (output[_RGe] != null && output[_RGe][_m] != null) {
8287
8287
  contents[_RGe] = de_UGReplicationGroupIdList(__getArrayIfSingleItem(output[_RGe][_m]), context);
8288
8288
  }
8289
- if (output.ServerlessCaches === "") {
8289
+ if (String(output.ServerlessCaches).trim() === "") {
8290
8290
  contents[_SCer] = [];
8291
8291
  }
8292
8292
  else if (output[_SCer] != null && output[_SCer][_m] != null) {
@@ -8327,13 +8327,13 @@ const de_UserGroupNotFoundFault = (output, context) => {
8327
8327
  };
8328
8328
  const de_UserGroupPendingChanges = (output, context) => {
8329
8329
  const contents = {};
8330
- if (output.UserIdsToRemove === "") {
8330
+ if (String(output.UserIdsToRemove).trim() === "") {
8331
8331
  contents[_UITR] = [];
8332
8332
  }
8333
8333
  else if (output[_UITR] != null && output[_UITR][_m] != null) {
8334
8334
  contents[_UITR] = de_UserIdList(__getArrayIfSingleItem(output[_UITR][_m]), context);
8335
8335
  }
8336
- if (output.UserIdsToAdd === "") {
8336
+ if (String(output.UserIdsToAdd).trim() === "") {
8337
8337
  contents[_UITA] = [];
8338
8338
  }
8339
8339
  else if (output[_UITA] != null && output[_UITA][_m] != null) {
@@ -8350,13 +8350,13 @@ const de_UserGroupQuotaExceededFault = (output, context) => {
8350
8350
  };
8351
8351
  const de_UserGroupsUpdateStatus = (output, context) => {
8352
8352
  const contents = {};
8353
- if (output.UserGroupIdsToAdd === "") {
8353
+ if (String(output.UserGroupIdsToAdd).trim() === "") {
8354
8354
  contents[_UGITA] = [];
8355
8355
  }
8356
8356
  else if (output[_UGITA] != null && output[_UGITA][_m] != null) {
8357
8357
  contents[_UGITA] = de_UserGroupIdList(__getArrayIfSingleItem(output[_UGITA][_m]), context);
8358
8358
  }
8359
- if (output.UserGroupIdsToRemove === "") {
8359
+ if (String(output.UserGroupIdsToRemove).trim() === "") {
8360
8360
  contents[_UGITR] = [];
8361
8361
  }
8362
8362
  else if (output[_UGITR] != null && output[_UGITR][_m] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elasticache",
3
3
  "description": "AWS SDK for JavaScript Elasticache 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-elasticache",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.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",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",