@aws-sdk/client-rds 3.892.0 → 3.894.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -14642,7 +14642,7 @@ var se_VpcSecurityGroupIdList = /* @__PURE__ */ __name((input, context) => {
14642
14642
  }, "se_VpcSecurityGroupIdList");
14643
14643
  var de_AccountAttributesMessage = /* @__PURE__ */ __name((output, context) => {
14644
14644
  const contents = {};
14645
- if (output.AccountQuotas === "") {
14645
+ if (String(output.AccountQuotas).trim() === "") {
14646
14646
  contents[_AQ] = [];
14647
14647
  } else if (output[_AQ] != null && output[_AQ][_AQc] != null) {
14648
14648
  contents[_AQ] = de_AccountQuotaList((0, import_smithy_client.getArrayIfSingleItem)(output[_AQ][_AQc]), context);
@@ -14775,12 +14775,12 @@ var de_BlueGreenDeployment = /* @__PURE__ */ __name((output, context) => {
14775
14775
  if (output[_Ta] != null) {
14776
14776
  contents[_Ta] = (0, import_smithy_client.expectString)(output[_Ta]);
14777
14777
  }
14778
- if (output.SwitchoverDetails === "") {
14778
+ if (String(output.SwitchoverDetails).trim() === "") {
14779
14779
  contents[_SD] = [];
14780
14780
  } else if (output[_SD] != null && output[_SD][_me] != null) {
14781
14781
  contents[_SD] = de_SwitchoverDetailList((0, import_smithy_client.getArrayIfSingleItem)(output[_SD][_me]), context);
14782
14782
  }
14783
- if (output.Tasks === "") {
14783
+ if (String(output.Tasks).trim() === "") {
14784
14784
  contents[_Tas] = [];
14785
14785
  } else if (output[_Tas] != null && output[_Tas][_me] != null) {
14786
14786
  contents[_Tas] = de_BlueGreenDeploymentTaskList((0, import_smithy_client.getArrayIfSingleItem)(output[_Tas][_me]), context);
@@ -14797,7 +14797,7 @@ var de_BlueGreenDeployment = /* @__PURE__ */ __name((output, context) => {
14797
14797
  if (output[_DTe] != null) {
14798
14798
  contents[_DTe] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_DTe]));
14799
14799
  }
14800
- if (output.TagList === "") {
14800
+ if (String(output.TagList).trim() === "") {
14801
14801
  contents[_TL] = [];
14802
14802
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
14803
14803
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -14891,7 +14891,7 @@ var de_CertificateMessage = /* @__PURE__ */ __name((output, context) => {
14891
14891
  if (output[_DCFNL] != null) {
14892
14892
  contents[_DCFNL] = (0, import_smithy_client.expectString)(output[_DCFNL]);
14893
14893
  }
14894
- if (output.Certificates === "") {
14894
+ if (String(output.Certificates).trim() === "") {
14895
14895
  contents[_Ce] = [];
14896
14896
  } else if (output[_Ce] != null && output[_Ce][_Cer] != null) {
14897
14897
  contents[_Ce] = de_CertificateList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ce][_Cer]), context);
@@ -14966,7 +14966,7 @@ var de_ConnectionPoolConfigurationInfo = /* @__PURE__ */ __name((output, context
14966
14966
  if (output[_CBT] != null) {
14967
14967
  contents[_CBT] = (0, import_smithy_client.strictParseInt32)(output[_CBT]);
14968
14968
  }
14969
- if (output.SessionPinningFilters === "") {
14969
+ if (String(output.SessionPinningFilters).trim() === "") {
14970
14970
  contents[_SPF] = [];
14971
14971
  } else if (output[_SPF] != null && output[_SPF][_me] != null) {
14972
14972
  contents[_SPF] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SPF][_me]), context);
@@ -15188,7 +15188,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15188
15188
  if (output[_AS] != null) {
15189
15189
  contents[_AS] = (0, import_smithy_client.strictParseInt32)(output[_AS]);
15190
15190
  }
15191
- if (output.AvailabilityZones === "") {
15191
+ if (String(output.AvailabilityZones).trim() === "") {
15192
15192
  contents[_AZ] = [];
15193
15193
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
15194
15194
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -15229,7 +15229,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15229
15229
  if (output[_RE] != null) {
15230
15230
  contents[_RE] = (0, import_smithy_client.expectString)(output[_RE]);
15231
15231
  }
15232
- if (output.CustomEndpoints === "") {
15232
+ if (String(output.CustomEndpoints).trim() === "") {
15233
15233
  contents[_CE] = [];
15234
15234
  } else if (output[_CE] != null && output[_CE][_me] != null) {
15235
15235
  contents[_CE] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_CE][_me]), context);
@@ -15252,7 +15252,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15252
15252
  if (output[_MU] != null) {
15253
15253
  contents[_MU] = (0, import_smithy_client.expectString)(output[_MU]);
15254
15254
  }
15255
- if (output.DBClusterOptionGroupMemberships === "") {
15255
+ if (String(output.DBClusterOptionGroupMemberships).trim() === "") {
15256
15256
  contents[_DBCOGM] = [];
15257
15257
  } else if (output[_DBCOGM] != null && output[_DBCOGM][_DBCOG] != null) {
15258
15258
  contents[_DBCOGM] = de_DBClusterOptionGroupMemberships((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCOGM][_DBCOG]), context);
@@ -15266,22 +15266,22 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15266
15266
  if (output[_RSI] != null) {
15267
15267
  contents[_RSI] = (0, import_smithy_client.expectString)(output[_RSI]);
15268
15268
  }
15269
- if (output.ReadReplicaIdentifiers === "") {
15269
+ if (String(output.ReadReplicaIdentifiers).trim() === "") {
15270
15270
  contents[_RRI] = [];
15271
15271
  } else if (output[_RRI] != null && output[_RRI][_RRIe] != null) {
15272
15272
  contents[_RRI] = de_ReadReplicaIdentifierList((0, import_smithy_client.getArrayIfSingleItem)(output[_RRI][_RRIe]), context);
15273
15273
  }
15274
- if (output.StatusInfos === "") {
15274
+ if (String(output.StatusInfos).trim() === "") {
15275
15275
  contents[_SIt] = [];
15276
15276
  } else if (output[_SIt] != null && output[_SIt][_DBCSIl] != null) {
15277
15277
  contents[_SIt] = de_DBClusterStatusInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIt][_DBCSIl]), context);
15278
15278
  }
15279
- if (output.DBClusterMembers === "") {
15279
+ if (String(output.DBClusterMembers).trim() === "") {
15280
15280
  contents[_DBCM] = [];
15281
15281
  } else if (output[_DBCM] != null && output[_DBCM][_DBCMl] != null) {
15282
15282
  contents[_DBCM] = de_DBClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCM][_DBCMl]), context);
15283
15283
  }
15284
- if (output.VpcSecurityGroups === "") {
15284
+ if (String(output.VpcSecurityGroups).trim() === "") {
15285
15285
  contents[_VSG] = [];
15286
15286
  } else if (output[_VSG] != null && output[_VSG][_VSGMp] != null) {
15287
15287
  contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGMp]), context);
@@ -15301,7 +15301,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15301
15301
  if (output[_DBCA] != null) {
15302
15302
  contents[_DBCA] = (0, import_smithy_client.expectString)(output[_DBCA]);
15303
15303
  }
15304
- if (output.AssociatedRoles === "") {
15304
+ if (String(output.AssociatedRoles).trim() === "") {
15305
15305
  contents[_AR] = [];
15306
15306
  } else if (output[_AR] != null && output[_AR][_DBCR] != null) {
15307
15307
  contents[_AR] = de_DBClusterRoles((0, import_smithy_client.getArrayIfSingleItem)(output[_AR][_DBCR]), context);
@@ -15324,7 +15324,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15324
15324
  if (output[_BCCR] != null) {
15325
15325
  contents[_BCCR] = (0, import_smithy_client.strictParseLong)(output[_BCCR]);
15326
15326
  }
15327
- if (output.EnabledCloudwatchLogsExports === "") {
15327
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
15328
15328
  contents[_ECLEn] = [];
15329
15329
  } else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
15330
15330
  contents[_ECLEn] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECLEn][_me]), context);
@@ -15365,12 +15365,12 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
15365
15365
  if (output[_CAC] != null) {
15366
15366
  contents[_CAC] = (0, import_smithy_client.parseBoolean)(output[_CAC]);
15367
15367
  }
15368
- if (output.DomainMemberships === "") {
15368
+ if (String(output.DomainMemberships).trim() === "") {
15369
15369
  contents[_DM] = [];
15370
15370
  } else if (output[_DM] != null && output[_DM][_DMo] != null) {
15371
15371
  contents[_DM] = de_DomainMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_DM][_DMo]), context);
15372
15372
  }
15373
- if (output.TagList === "") {
15373
+ if (String(output.TagList).trim() === "") {
15374
15374
  contents[_TL] = [];
15375
15375
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
15376
15376
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -15524,7 +15524,7 @@ var de_DBClusterAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
15524
15524
  if (output[_EMn] != null) {
15525
15525
  contents[_EMn] = (0, import_smithy_client.expectString)(output[_EMn]);
15526
15526
  }
15527
- if (output.AvailabilityZones === "") {
15527
+ if (String(output.AvailabilityZones).trim() === "") {
15528
15528
  contents[_AZ] = [];
15529
15529
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
15530
15530
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -15559,7 +15559,7 @@ var de_DBClusterAutomatedBackupMessage = /* @__PURE__ */ __name((output, context
15559
15559
  if (output[_Ma] != null) {
15560
15560
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
15561
15561
  }
15562
- if (output.DBClusterAutomatedBackups === "") {
15562
+ if (String(output.DBClusterAutomatedBackups).trim() === "") {
15563
15563
  contents[_DBCAB] = [];
15564
15564
  } else if (output[_DBCAB] != null && output[_DBCAB][_DBCABl] != null) {
15565
15565
  contents[_DBCAB] = de_DBClusterAutomatedBackupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCAB][_DBCABl]), context);
@@ -15612,7 +15612,7 @@ var de_DBClusterBacktrackMessage = /* @__PURE__ */ __name((output, context) => {
15612
15612
  if (output[_Ma] != null) {
15613
15613
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
15614
15614
  }
15615
- if (output.DBClusterBacktracks === "") {
15615
+ if (String(output.DBClusterBacktracks).trim() === "") {
15616
15616
  contents[_DBCB] = [];
15617
15617
  } else if (output[_DBCB] != null && output[_DBCB][_DBCBl] != null) {
15618
15618
  contents[_DBCB] = de_DBClusterBacktrackList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCB][_DBCBl]), context);
@@ -15668,12 +15668,12 @@ var de_DBClusterEndpoint = /* @__PURE__ */ __name((output, context) => {
15668
15668
  if (output[_CETu] != null) {
15669
15669
  contents[_CETu] = (0, import_smithy_client.expectString)(output[_CETu]);
15670
15670
  }
15671
- if (output.StaticMembers === "") {
15671
+ if (String(output.StaticMembers).trim() === "") {
15672
15672
  contents[_SM] = [];
15673
15673
  } else if (output[_SM] != null && output[_SM][_me] != null) {
15674
15674
  contents[_SM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SM][_me]), context);
15675
15675
  }
15676
- if (output.ExcludedMembers === "") {
15676
+ if (String(output.ExcludedMembers).trim() === "") {
15677
15677
  contents[_EM] = [];
15678
15678
  } else if (output[_EM] != null && output[_EM][_me] != null) {
15679
15679
  contents[_EM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EM][_me]), context);
@@ -15700,7 +15700,7 @@ var de_DBClusterEndpointMessage = /* @__PURE__ */ __name((output, context) => {
15700
15700
  if (output[_Ma] != null) {
15701
15701
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
15702
15702
  }
15703
- if (output.DBClusterEndpoints === "") {
15703
+ if (String(output.DBClusterEndpoints).trim() === "") {
15704
15704
  contents[_DBCE] = [];
15705
15705
  } else if (output[_DBCE] != null && output[_DBCE][_DBCEL] != null) {
15706
15706
  contents[_DBCE] = de_DBClusterEndpointList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCE][_DBCEL]), context);
@@ -15752,7 +15752,7 @@ var de_DBClusterMessage = /* @__PURE__ */ __name((output, context) => {
15752
15752
  if (output[_Ma] != null) {
15753
15753
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
15754
15754
  }
15755
- if (output.DBClusters === "") {
15755
+ if (String(output.DBClusters).trim() === "") {
15756
15756
  contents[_DBCl] = [];
15757
15757
  } else if (output[_DBCl] != null && output[_DBCl][_DBC] != null) {
15758
15758
  contents[_DBCl] = de_DBClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCl][_DBC]), context);
@@ -15799,7 +15799,7 @@ var de_DBClusterParameterGroup = /* @__PURE__ */ __name((output, context) => {
15799
15799
  }, "de_DBClusterParameterGroup");
15800
15800
  var de_DBClusterParameterGroupDetails = /* @__PURE__ */ __name((output, context) => {
15801
15801
  const contents = {};
15802
- if (output.Parameters === "") {
15802
+ if (String(output.Parameters).trim() === "") {
15803
15803
  contents[_Pa] = [];
15804
15804
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
15805
15805
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -15833,7 +15833,7 @@ var de_DBClusterParameterGroupsMessage = /* @__PURE__ */ __name((output, context
15833
15833
  if (output[_Ma] != null) {
15834
15834
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
15835
15835
  }
15836
- if (output.DBClusterParameterGroups === "") {
15836
+ if (String(output.DBClusterParameterGroups).trim() === "") {
15837
15837
  contents[_DBCPGl] = [];
15838
15838
  } else if (output[_DBCPGl] != null && output[_DBCPGl][_DBCPG] != null) {
15839
15839
  contents[_DBCPGl] = de_DBClusterParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCPGl][_DBCPG]), context);
@@ -15888,7 +15888,7 @@ var de_DBClusterRoles = /* @__PURE__ */ __name((output, context) => {
15888
15888
  }, "de_DBClusterRoles");
15889
15889
  var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
15890
15890
  const contents = {};
15891
- if (output.AvailabilityZones === "") {
15891
+ if (String(output.AvailabilityZones).trim() === "") {
15892
15892
  contents[_AZ] = [];
15893
15893
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
15894
15894
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -15953,7 +15953,7 @@ var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
15953
15953
  if (output[_IAMDAE] != null) {
15954
15954
  contents[_IAMDAE] = (0, import_smithy_client.parseBoolean)(output[_IAMDAE]);
15955
15955
  }
15956
- if (output.TagList === "") {
15956
+ if (String(output.TagList).trim() === "") {
15957
15957
  contents[_TL] = [];
15958
15958
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
15959
15959
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -15984,7 +15984,7 @@ var de_DBClusterSnapshotAttribute = /* @__PURE__ */ __name((output, context) =>
15984
15984
  if (output[_AN] != null) {
15985
15985
  contents[_AN] = (0, import_smithy_client.expectString)(output[_AN]);
15986
15986
  }
15987
- if (output.AttributeValues === "") {
15987
+ if (String(output.AttributeValues).trim() === "") {
15988
15988
  contents[_AVt] = [];
15989
15989
  } else if (output[_AVt] != null && output[_AVt][_AVtt] != null) {
15990
15990
  contents[_AVt] = de_AttributeValueList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVt][_AVtt]), context);
@@ -16001,7 +16001,7 @@ var de_DBClusterSnapshotAttributesResult = /* @__PURE__ */ __name((output, conte
16001
16001
  if (output[_DBCSI] != null) {
16002
16002
  contents[_DBCSI] = (0, import_smithy_client.expectString)(output[_DBCSI]);
16003
16003
  }
16004
- if (output.DBClusterSnapshotAttributes === "") {
16004
+ if (String(output.DBClusterSnapshotAttributes).trim() === "") {
16005
16005
  contents[_DBCSAl] = [];
16006
16006
  } else if (output[_DBCSAl] != null && output[_DBCSAl][_DBCSAlu] != null) {
16007
16007
  contents[_DBCSAl] = de_DBClusterSnapshotAttributeList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCSAl][_DBCSAlu]), context);
@@ -16018,7 +16018,7 @@ var de_DBClusterSnapshotMessage = /* @__PURE__ */ __name((output, context) => {
16018
16018
  if (output[_Ma] != null) {
16019
16019
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
16020
16020
  }
16021
- if (output.DBClusterSnapshots === "") {
16021
+ if (String(output.DBClusterSnapshots).trim() === "") {
16022
16022
  contents[_DBCSl] = [];
16023
16023
  } else if (output[_DBCSl] != null && output[_DBCSl][_DBCS] != null) {
16024
16024
  contents[_DBCSl] = de_DBClusterSnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCSl][_DBCS]), context);
@@ -16079,27 +16079,27 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
16079
16079
  if (output[_DBEMT] != null) {
16080
16080
  contents[_DBEMT] = (0, import_smithy_client.expectString)(output[_DBEMT]);
16081
16081
  }
16082
- if (output.SupportedCharacterSets === "") {
16082
+ if (String(output.SupportedCharacterSets).trim() === "") {
16083
16083
  contents[_SCS] = [];
16084
16084
  } else if (output[_SCS] != null && output[_SCS][_CS] != null) {
16085
16085
  contents[_SCS] = de_SupportedCharacterSetsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCS][_CS]), context);
16086
16086
  }
16087
- if (output.SupportedNcharCharacterSets === "") {
16087
+ if (String(output.SupportedNcharCharacterSets).trim() === "") {
16088
16088
  contents[_SNCS] = [];
16089
16089
  } else if (output[_SNCS] != null && output[_SNCS][_CS] != null) {
16090
16090
  contents[_SNCS] = de_SupportedCharacterSetsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SNCS][_CS]), context);
16091
16091
  }
16092
- if (output.ValidUpgradeTarget === "") {
16092
+ if (String(output.ValidUpgradeTarget).trim() === "") {
16093
16093
  contents[_VUT] = [];
16094
16094
  } else if (output[_VUT] != null && output[_VUT][_UT] != null) {
16095
16095
  contents[_VUT] = de_ValidUpgradeTargetList((0, import_smithy_client.getArrayIfSingleItem)(output[_VUT][_UT]), context);
16096
16096
  }
16097
- if (output.SupportedTimezones === "") {
16097
+ if (String(output.SupportedTimezones).trim() === "") {
16098
16098
  contents[_STu] = [];
16099
16099
  } else if (output[_STu] != null && output[_STu][_Ti] != null) {
16100
16100
  contents[_STu] = de_SupportedTimezonesList((0, import_smithy_client.getArrayIfSingleItem)(output[_STu][_Ti]), context);
16101
16101
  }
16102
- if (output.ExportableLogTypes === "") {
16102
+ if (String(output.ExportableLogTypes).trim() === "") {
16103
16103
  contents[_ELTx] = [];
16104
16104
  } else if (output[_ELTx] != null && output[_ELTx][_me] != null) {
16105
16105
  contents[_ELTx] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ELTx][_me]), context);
@@ -16110,12 +16110,12 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
16110
16110
  if (output[_SRRu] != null) {
16111
16111
  contents[_SRRu] = (0, import_smithy_client.parseBoolean)(output[_SRRu]);
16112
16112
  }
16113
- if (output.SupportedEngineModes === "") {
16113
+ if (String(output.SupportedEngineModes).trim() === "") {
16114
16114
  contents[_SEM] = [];
16115
16115
  } else if (output[_SEM] != null && output[_SEM][_me] != null) {
16116
16116
  contents[_SEM] = de_EngineModeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SEM][_me]), context);
16117
16117
  }
16118
- if (output.SupportedFeatureNames === "") {
16118
+ if (String(output.SupportedFeatureNames).trim() === "") {
16119
16119
  contents[_SFN] = [];
16120
16120
  } else if (output[_SFN] != null && output[_SFN][_me] != null) {
16121
16121
  contents[_SFN] = de_FeatureNameList((0, import_smithy_client.getArrayIfSingleItem)(output[_SFN][_me]), context);
@@ -16147,7 +16147,7 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
16147
16147
  if (output[_CTr] != null) {
16148
16148
  contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
16149
16149
  }
16150
- if (output.TagList === "") {
16150
+ if (String(output.TagList).trim() === "") {
16151
16151
  contents[_TL] = [];
16152
16152
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
16153
16153
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -16164,7 +16164,7 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
16164
16164
  if (output[_SCRWR] != null) {
16165
16165
  contents[_SCRWR] = (0, import_smithy_client.parseBoolean)(output[_SCRWR]);
16166
16166
  }
16167
- if (output.SupportedCACertificateIdentifiers === "") {
16167
+ if (String(output.SupportedCACertificateIdentifiers).trim() === "") {
16168
16168
  contents[_SCACI] = [];
16169
16169
  } else if (output[_SCACI] != null && output[_SCACI][_me] != null) {
16170
16170
  contents[_SCACI] = de_CACertificateIdentifiersList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCACI][_me]), context);
@@ -16190,7 +16190,7 @@ var de_DBEngineVersionMessage = /* @__PURE__ */ __name((output, context) => {
16190
16190
  if (output[_Ma] != null) {
16191
16191
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
16192
16192
  }
16193
- if (output.DBEngineVersions === "") {
16193
+ if (String(output.DBEngineVersions).trim() === "") {
16194
16194
  contents[_DBEV] = [];
16195
16195
  } else if (output[_DBEV] != null && output[_DBEV][_DBEVn] != null) {
16196
16196
  contents[_DBEV] = de_DBEngineVersionList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBEV][_DBEVn]), context);
@@ -16235,17 +16235,17 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16235
16235
  if (output[_BRP] != null) {
16236
16236
  contents[_BRP] = (0, import_smithy_client.strictParseInt32)(output[_BRP]);
16237
16237
  }
16238
- if (output.DBSecurityGroups === "") {
16238
+ if (String(output.DBSecurityGroups).trim() === "") {
16239
16239
  contents[_DBSG] = [];
16240
16240
  } else if (output[_DBSG] != null && output[_DBSG][_DBSGe] != null) {
16241
16241
  contents[_DBSG] = de_DBSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSG][_DBSGe]), context);
16242
16242
  }
16243
- if (output.VpcSecurityGroups === "") {
16243
+ if (String(output.VpcSecurityGroups).trim() === "") {
16244
16244
  contents[_VSG] = [];
16245
16245
  } else if (output[_VSG] != null && output[_VSG][_VSGMp] != null) {
16246
16246
  contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGMp]), context);
16247
16247
  }
16248
- if (output.DBParameterGroups === "") {
16248
+ if (String(output.DBParameterGroups).trim() === "") {
16249
16249
  contents[_DBPGa] = [];
16250
16250
  } else if (output[_DBPGa] != null && output[_DBPGa][_DBPG] != null) {
16251
16251
  contents[_DBPGa] = de_DBParameterGroupStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPGa][_DBPG]), context);
@@ -16277,7 +16277,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16277
16277
  if (output[_RRSDBII] != null) {
16278
16278
  contents[_RRSDBII] = (0, import_smithy_client.expectString)(output[_RRSDBII]);
16279
16279
  }
16280
- if (output.ReadReplicaDBInstanceIdentifiers === "") {
16280
+ if (String(output.ReadReplicaDBInstanceIdentifiers).trim() === "") {
16281
16281
  contents[_RRDBII] = [];
16282
16282
  } else if (output[_RRDBII] != null && output[_RRDBII][_RRDBIIe] != null) {
16283
16283
  contents[_RRDBII] = de_ReadReplicaDBInstanceIdentifierList(
@@ -16285,7 +16285,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16285
16285
  context
16286
16286
  );
16287
16287
  }
16288
- if (output.ReadReplicaDBClusterIdentifiers === "") {
16288
+ if (String(output.ReadReplicaDBClusterIdentifiers).trim() === "") {
16289
16289
  contents[_RRDBCI] = [];
16290
16290
  } else if (output[_RRDBCI] != null && output[_RRDBCI][_RRDBCIe] != null) {
16291
16291
  contents[_RRDBCI] = de_ReadReplicaDBClusterIdentifierList(
@@ -16302,7 +16302,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16302
16302
  if (output[_I] != null) {
16303
16303
  contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
16304
16304
  }
16305
- if (output.OptionGroupMemberships === "") {
16305
+ if (String(output.OptionGroupMemberships).trim() === "") {
16306
16306
  contents[_OGM] = [];
16307
16307
  } else if (output[_OGM] != null && output[_OGM][_OGMp] != null) {
16308
16308
  contents[_OGM] = de_OptionGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_OGM][_OGMp]), context);
@@ -16319,7 +16319,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16319
16319
  if (output[_PA] != null) {
16320
16320
  contents[_PA] = (0, import_smithy_client.parseBoolean)(output[_PA]);
16321
16321
  }
16322
- if (output.StatusInfos === "") {
16322
+ if (String(output.StatusInfos).trim() === "") {
16323
16323
  contents[_SIt] = [];
16324
16324
  } else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
16325
16325
  contents[_SIt] = de_DBInstanceStatusInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIt][_DBISI]), context);
@@ -16348,7 +16348,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16348
16348
  if (output[_CACI] != null) {
16349
16349
  contents[_CACI] = (0, import_smithy_client.expectString)(output[_CACI]);
16350
16350
  }
16351
- if (output.DomainMemberships === "") {
16351
+ if (String(output.DomainMemberships).trim() === "") {
16352
16352
  contents[_DM] = [];
16353
16353
  } else if (output[_DM] != null && output[_DM][_DMo] != null) {
16354
16354
  contents[_DM] = de_DomainMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_DM][_DMo]), context);
@@ -16389,12 +16389,12 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16389
16389
  if (output[_PIRP] != null) {
16390
16390
  contents[_PIRP] = (0, import_smithy_client.strictParseInt32)(output[_PIRP]);
16391
16391
  }
16392
- if (output.EnabledCloudwatchLogsExports === "") {
16392
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
16393
16393
  contents[_ECLEn] = [];
16394
16394
  } else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
16395
16395
  contents[_ECLEn] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECLEn][_me]), context);
16396
16396
  }
16397
- if (output.ProcessorFeatures === "") {
16397
+ if (String(output.ProcessorFeatures).trim() === "") {
16398
16398
  contents[_PF] = [];
16399
16399
  } else if (output[_PF] != null && output[_PF][_PFr] != null) {
16400
16400
  contents[_PF] = de_ProcessorFeatureList((0, import_smithy_client.getArrayIfSingleItem)(output[_PF][_PFr]), context);
@@ -16402,7 +16402,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16402
16402
  if (output[_DP] != null) {
16403
16403
  contents[_DP] = (0, import_smithy_client.parseBoolean)(output[_DP]);
16404
16404
  }
16405
- if (output.AssociatedRoles === "") {
16405
+ if (String(output.AssociatedRoles).trim() === "") {
16406
16406
  contents[_AR] = [];
16407
16407
  } else if (output[_AR] != null && output[_AR][_DBIR] != null) {
16408
16408
  contents[_AR] = de_DBInstanceRoles((0, import_smithy_client.getArrayIfSingleItem)(output[_AR][_DBIR]), context);
@@ -16413,12 +16413,12 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
16413
16413
  if (output[_MASa] != null) {
16414
16414
  contents[_MASa] = (0, import_smithy_client.strictParseInt32)(output[_MASa]);
16415
16415
  }
16416
- if (output.TagList === "") {
16416
+ if (String(output.TagList).trim() === "") {
16417
16417
  contents[_TL] = [];
16418
16418
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
16419
16419
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
16420
16420
  }
16421
- if (output.DBInstanceAutomatedBackupsReplications === "") {
16421
+ if (String(output.DBInstanceAutomatedBackupsReplications).trim() === "") {
16422
16422
  contents[_DBIABR] = [];
16423
16423
  } else if (output[_DBIABR] != null && output[_DBIABR][_DBIABRn] != null) {
16424
16424
  contents[_DBIABR] = de_DBInstanceAutomatedBackupsReplicationList(
@@ -16581,7 +16581,7 @@ var de_DBInstanceAutomatedBackup = /* @__PURE__ */ __name((output, context) => {
16581
16581
  if (output[_DBIABA] != null) {
16582
16582
  contents[_DBIABA] = (0, import_smithy_client.expectString)(output[_DBIABA]);
16583
16583
  }
16584
- if (output.DBInstanceAutomatedBackupsReplications === "") {
16584
+ if (String(output.DBInstanceAutomatedBackupsReplications).trim() === "") {
16585
16585
  contents[_DBIABR] = [];
16586
16586
  } else if (output[_DBIABR] != null && output[_DBIABR][_DBIABRn] != null) {
16587
16587
  contents[_DBIABR] = de_DBInstanceAutomatedBackupsReplicationList(
@@ -16616,7 +16616,7 @@ var de_DBInstanceAutomatedBackupMessage = /* @__PURE__ */ __name((output, contex
16616
16616
  if (output[_Ma] != null) {
16617
16617
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
16618
16618
  }
16619
- if (output.DBInstanceAutomatedBackups === "") {
16619
+ if (String(output.DBInstanceAutomatedBackups).trim() === "") {
16620
16620
  contents[_DBIAB] = [];
16621
16621
  } else if (output[_DBIAB] != null && output[_DBIAB][_DBIABn] != null) {
16622
16622
  contents[_DBIAB] = de_DBInstanceAutomatedBackupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBIAB][_DBIABn]), context);
@@ -16659,7 +16659,7 @@ var de_DBInstanceMessage = /* @__PURE__ */ __name((output, context) => {
16659
16659
  if (output[_Ma] != null) {
16660
16660
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
16661
16661
  }
16662
- if (output.DBInstances === "") {
16662
+ if (String(output.DBInstances).trim() === "") {
16663
16663
  contents[_DBIn] = [];
16664
16664
  } else if (output[_DBIn] != null && output[_DBIn][_DBI] != null) {
16665
16665
  contents[_DBIn] = de_DBInstanceList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBIn][_DBI]), context);
@@ -16755,7 +16755,7 @@ var de_DBMajorEngineVersion = /* @__PURE__ */ __name((output, context) => {
16755
16755
  if (output[_MEV] != null) {
16756
16756
  contents[_MEV] = (0, import_smithy_client.expectString)(output[_MEV]);
16757
16757
  }
16758
- if (output.SupportedEngineLifecycles === "") {
16758
+ if (String(output.SupportedEngineLifecycles).trim() === "") {
16759
16759
  contents[_SEL] = [];
16760
16760
  } else if (output[_SEL] != null && output[_SEL][_SELu] != null) {
16761
16761
  contents[_SEL] = de_SupportedEngineLifecycleList((0, import_smithy_client.getArrayIfSingleItem)(output[_SEL][_SELu]), context);
@@ -16792,7 +16792,7 @@ var de_DBParameterGroupAlreadyExistsFault = /* @__PURE__ */ __name((output, cont
16792
16792
  }, "de_DBParameterGroupAlreadyExistsFault");
16793
16793
  var de_DBParameterGroupDetails = /* @__PURE__ */ __name((output, context) => {
16794
16794
  const contents = {};
16795
- if (output.Parameters === "") {
16795
+ if (String(output.Parameters).trim() === "") {
16796
16796
  contents[_Pa] = [];
16797
16797
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
16798
16798
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -16833,7 +16833,7 @@ var de_DBParameterGroupsMessage = /* @__PURE__ */ __name((output, context) => {
16833
16833
  if (output[_Ma] != null) {
16834
16834
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
16835
16835
  }
16836
- if (output.DBParameterGroups === "") {
16836
+ if (String(output.DBParameterGroups).trim() === "") {
16837
16837
  contents[_DBPGa] = [];
16838
16838
  } else if (output[_DBPGa] != null && output[_DBPGa][_DBPG] != null) {
16839
16839
  contents[_DBPGa] = de_DBParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPGa][_DBPG]), context);
@@ -16872,12 +16872,12 @@ var de_DBProxy = /* @__PURE__ */ __name((output, context) => {
16872
16872
  if (output[_VI] != null) {
16873
16873
  contents[_VI] = (0, import_smithy_client.expectString)(output[_VI]);
16874
16874
  }
16875
- if (output.VpcSecurityGroupIds === "") {
16875
+ if (String(output.VpcSecurityGroupIds).trim() === "") {
16876
16876
  contents[_VSGI] = [];
16877
16877
  } else if (output[_VSGI] != null && output[_VSGI][_me] != null) {
16878
16878
  contents[_VSGI] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSGI][_me]), context);
16879
16879
  }
16880
- if (output.VpcSubnetIds === "") {
16880
+ if (String(output.VpcSubnetIds).trim() === "") {
16881
16881
  contents[_VSI] = [];
16882
16882
  } else if (output[_VSI] != null && output[_VSI][_me] != null) {
16883
16883
  contents[_VSI] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSI][_me]), context);
@@ -16885,7 +16885,7 @@ var de_DBProxy = /* @__PURE__ */ __name((output, context) => {
16885
16885
  if (output[_DAS] != null) {
16886
16886
  contents[_DAS] = (0, import_smithy_client.expectString)(output[_DAS]);
16887
16887
  }
16888
- if (output.Auth === "") {
16888
+ if (String(output.Auth).trim() === "") {
16889
16889
  contents[_Au] = [];
16890
16890
  } else if (output[_Au] != null && output[_Au][_me] != null) {
16891
16891
  contents[_Au] = de_UserAuthConfigInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_Au][_me]), context);
@@ -16943,12 +16943,12 @@ var de_DBProxyEndpoint = /* @__PURE__ */ __name((output, context) => {
16943
16943
  if (output[_VI] != null) {
16944
16944
  contents[_VI] = (0, import_smithy_client.expectString)(output[_VI]);
16945
16945
  }
16946
- if (output.VpcSecurityGroupIds === "") {
16946
+ if (String(output.VpcSecurityGroupIds).trim() === "") {
16947
16947
  contents[_VSGI] = [];
16948
16948
  } else if (output[_VSGI] != null && output[_VSGI][_me] != null) {
16949
16949
  contents[_VSGI] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSGI][_me]), context);
16950
16950
  }
16951
- if (output.VpcSubnetIds === "") {
16951
+ if (String(output.VpcSubnetIds).trim() === "") {
16952
16952
  contents[_VSI] = [];
16953
16953
  } else if (output[_VSI] != null && output[_VSI][_me] != null) {
16954
16954
  contents[_VSI] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSI][_me]), context);
@@ -17127,7 +17127,7 @@ var de_DBRecommendation = /* @__PURE__ */ __name((output, context) => {
17127
17127
  if (output[_Rea] != null) {
17128
17128
  contents[_Rea] = (0, import_smithy_client.expectString)(output[_Rea]);
17129
17129
  }
17130
- if (output.RecommendedActions === "") {
17130
+ if (String(output.RecommendedActions).trim() === "") {
17131
17131
  contents[_RAec] = [];
17132
17132
  } else if (output[_RAec] != null && output[_RAec][_me] != null) {
17133
17133
  contents[_RAec] = de_RecommendedActionList((0, import_smithy_client.getArrayIfSingleItem)(output[_RAec][_me]), context);
@@ -17150,7 +17150,7 @@ var de_DBRecommendation = /* @__PURE__ */ __name((output, context) => {
17150
17150
  if (output[_AId] != null) {
17151
17151
  contents[_AId] = (0, import_smithy_client.expectString)(output[_AId]);
17152
17152
  }
17153
- if (output.Links === "") {
17153
+ if (String(output.Links).trim() === "") {
17154
17154
  contents[_Li] = [];
17155
17155
  } else if (output[_Li] != null && output[_Li][_me] != null) {
17156
17156
  contents[_Li] = de_DocLinkList((0, import_smithy_client.getArrayIfSingleItem)(output[_Li][_me]), context);
@@ -17174,7 +17174,7 @@ var de_DBRecommendationMessage = /* @__PURE__ */ __name((output, context) => {
17174
17174
  }, "de_DBRecommendationMessage");
17175
17175
  var de_DBRecommendationsMessage = /* @__PURE__ */ __name((output, context) => {
17176
17176
  const contents = {};
17177
- if (output.DBRecommendations === "") {
17177
+ if (String(output.DBRecommendations).trim() === "") {
17178
17178
  contents[_DBRe] = [];
17179
17179
  } else if (output[_DBRe] != null && output[_DBRe][_me] != null) {
17180
17180
  contents[_DBRe] = de_DBRecommendationList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBRe][_me]), context);
@@ -17198,12 +17198,12 @@ var de_DBSecurityGroup = /* @__PURE__ */ __name((output, context) => {
17198
17198
  if (output[_VI] != null) {
17199
17199
  contents[_VI] = (0, import_smithy_client.expectString)(output[_VI]);
17200
17200
  }
17201
- if (output.EC2SecurityGroups === "") {
17201
+ if (String(output.EC2SecurityGroups).trim() === "") {
17202
17202
  contents[_ECSG] = [];
17203
17203
  } else if (output[_ECSG] != null && output[_ECSG][_ECSGe] != null) {
17204
17204
  contents[_ECSG] = de_EC2SecurityGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECSG][_ECSGe]), context);
17205
17205
  }
17206
- if (output.IPRanges === "") {
17206
+ if (String(output.IPRanges).trim() === "") {
17207
17207
  contents[_IPR] = [];
17208
17208
  } else if (output[_IPR] != null && output[_IPR][_IPRa] != null) {
17209
17209
  contents[_IPR] = de_IPRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_IPR][_IPRa]), context);
@@ -17240,7 +17240,7 @@ var de_DBSecurityGroupMessage = /* @__PURE__ */ __name((output, context) => {
17240
17240
  if (output[_Ma] != null) {
17241
17241
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
17242
17242
  }
17243
- if (output.DBSecurityGroups === "") {
17243
+ if (String(output.DBSecurityGroups).trim() === "") {
17244
17244
  contents[_DBSG] = [];
17245
17245
  } else if (output[_DBSG] != null && output[_DBSG][_DBSGe] != null) {
17246
17246
  contents[_DBSG] = de_DBSecurityGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSG][_DBSGe]), context);
@@ -17305,7 +17305,7 @@ var de_DBShardGroup = /* @__PURE__ */ __name((output, context) => {
17305
17305
  if (output[_DBSGAh] != null) {
17306
17306
  contents[_DBSGAh] = (0, import_smithy_client.expectString)(output[_DBSGAh]);
17307
17307
  }
17308
- if (output.TagList === "") {
17308
+ if (String(output.TagList).trim() === "") {
17309
17309
  contents[_TL] = [];
17310
17310
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
17311
17311
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -17411,7 +17411,7 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
17411
17411
  if (output[_IAMDAE] != null) {
17412
17412
  contents[_IAMDAE] = (0, import_smithy_client.parseBoolean)(output[_IAMDAE]);
17413
17413
  }
17414
- if (output.ProcessorFeatures === "") {
17414
+ if (String(output.ProcessorFeatures).trim() === "") {
17415
17415
  contents[_PF] = [];
17416
17416
  } else if (output[_PF] != null && output[_PF][_PFr] != null) {
17417
17417
  contents[_PF] = de_ProcessorFeatureList((0, import_smithy_client.getArrayIfSingleItem)(output[_PF][_PFr]), context);
@@ -17419,7 +17419,7 @@ var de_DBSnapshot = /* @__PURE__ */ __name((output, context) => {
17419
17419
  if (output[_DRI] != null) {
17420
17420
  contents[_DRI] = (0, import_smithy_client.expectString)(output[_DRI]);
17421
17421
  }
17422
- if (output.TagList === "") {
17422
+ if (String(output.TagList).trim() === "") {
17423
17423
  contents[_TL] = [];
17424
17424
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
17425
17425
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -17462,7 +17462,7 @@ var de_DBSnapshotAttribute = /* @__PURE__ */ __name((output, context) => {
17462
17462
  if (output[_AN] != null) {
17463
17463
  contents[_AN] = (0, import_smithy_client.expectString)(output[_AN]);
17464
17464
  }
17465
- if (output.AttributeValues === "") {
17465
+ if (String(output.AttributeValues).trim() === "") {
17466
17466
  contents[_AVt] = [];
17467
17467
  } else if (output[_AVt] != null && output[_AVt][_AVtt] != null) {
17468
17468
  contents[_AVt] = de_AttributeValueList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVt][_AVtt]), context);
@@ -17479,7 +17479,7 @@ var de_DBSnapshotAttributesResult = /* @__PURE__ */ __name((output, context) =>
17479
17479
  if (output[_DBSIn] != null) {
17480
17480
  contents[_DBSIn] = (0, import_smithy_client.expectString)(output[_DBSIn]);
17481
17481
  }
17482
- if (output.DBSnapshotAttributes === "") {
17482
+ if (String(output.DBSnapshotAttributes).trim() === "") {
17483
17483
  contents[_DBSAn] = [];
17484
17484
  } else if (output[_DBSAn] != null && output[_DBSAn][_DBSAna] != null) {
17485
17485
  contents[_DBSAn] = de_DBSnapshotAttributeList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSAn][_DBSAna]), context);
@@ -17496,7 +17496,7 @@ var de_DBSnapshotMessage = /* @__PURE__ */ __name((output, context) => {
17496
17496
  if (output[_Ma] != null) {
17497
17497
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
17498
17498
  }
17499
- if (output.DBSnapshots === "") {
17499
+ if (String(output.DBSnapshots).trim() === "") {
17500
17500
  contents[_DBSn] = [];
17501
17501
  } else if (output[_DBSn] != null && output[_DBSn][_DBS] != null) {
17502
17502
  contents[_DBSn] = de_DBSnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSn][_DBS]), context);
@@ -17548,7 +17548,7 @@ var de_DBSnapshotTenantDatabase = /* @__PURE__ */ __name((output, context) => {
17548
17548
  if (output[_NCSN] != null) {
17549
17549
  contents[_NCSN] = (0, import_smithy_client.expectString)(output[_NCSN]);
17550
17550
  }
17551
- if (output.TagList === "") {
17551
+ if (String(output.TagList).trim() === "") {
17552
17552
  contents[_TL] = [];
17553
17553
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
17554
17554
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -17572,7 +17572,7 @@ var de_DBSnapshotTenantDatabasesMessage = /* @__PURE__ */ __name((output, contex
17572
17572
  if (output[_Ma] != null) {
17573
17573
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
17574
17574
  }
17575
- if (output.DBSnapshotTenantDatabases === "") {
17575
+ if (String(output.DBSnapshotTenantDatabases).trim() === "") {
17576
17576
  contents[_DBSTD] = [];
17577
17577
  } else if (output[_DBSTD] != null && output[_DBSTD][_DBSTDn] != null) {
17578
17578
  contents[_DBSTD] = de_DBSnapshotTenantDatabasesList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSTD][_DBSTDn]), context);
@@ -17593,7 +17593,7 @@ var de_DBSubnetGroup = /* @__PURE__ */ __name((output, context) => {
17593
17593
  if (output[_SGS] != null) {
17594
17594
  contents[_SGS] = (0, import_smithy_client.expectString)(output[_SGS]);
17595
17595
  }
17596
- if (output.Subnets === "") {
17596
+ if (String(output.Subnets).trim() === "") {
17597
17597
  contents[_Su] = [];
17598
17598
  } else if (output[_Su] != null && output[_Su][_Sub] != null) {
17599
17599
  contents[_Su] = de_SubnetList((0, import_smithy_client.getArrayIfSingleItem)(output[_Su][_Sub]), context);
@@ -17601,7 +17601,7 @@ var de_DBSubnetGroup = /* @__PURE__ */ __name((output, context) => {
17601
17601
  if (output[_DBSGAu] != null) {
17602
17602
  contents[_DBSGAu] = (0, import_smithy_client.expectString)(output[_DBSGAu]);
17603
17603
  }
17604
- if (output.SupportedNetworkTypes === "") {
17604
+ if (String(output.SupportedNetworkTypes).trim() === "") {
17605
17605
  contents[_SNT] = [];
17606
17606
  } else if (output[_SNT] != null && output[_SNT][_me] != null) {
17607
17607
  contents[_SNT] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SNT][_me]), context);
@@ -17627,7 +17627,7 @@ var de_DBSubnetGroupMessage = /* @__PURE__ */ __name((output, context) => {
17627
17627
  if (output[_Ma] != null) {
17628
17628
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
17629
17629
  }
17630
- if (output.DBSubnetGroups === "") {
17630
+ if (String(output.DBSubnetGroups).trim() === "") {
17631
17631
  contents[_DBSGub] = [];
17632
17632
  } else if (output[_DBSGub] != null && output[_DBSGub][_DBSGu] != null) {
17633
17633
  contents[_DBSGub] = de_DBSubnetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSGub][_DBSGu]), context);
@@ -17764,7 +17764,7 @@ var de_DeregisterDBProxyTargetsResponse = /* @__PURE__ */ __name((output, contex
17764
17764
  }, "de_DeregisterDBProxyTargetsResponse");
17765
17765
  var de_DescribeBlueGreenDeploymentsResponse = /* @__PURE__ */ __name((output, context) => {
17766
17766
  const contents = {};
17767
- if (output.BlueGreenDeployments === "") {
17767
+ if (String(output.BlueGreenDeployments).trim() === "") {
17768
17768
  contents[_BGDl] = [];
17769
17769
  } else if (output[_BGDl] != null && output[_BGDl][_me] != null) {
17770
17770
  contents[_BGDl] = de_BlueGreenDeploymentList((0, import_smithy_client.getArrayIfSingleItem)(output[_BGDl][_me]), context);
@@ -17801,7 +17801,7 @@ var de_DescribeDBLogFilesList = /* @__PURE__ */ __name((output, context) => {
17801
17801
  }, "de_DescribeDBLogFilesList");
17802
17802
  var de_DescribeDBLogFilesResponse = /* @__PURE__ */ __name((output, context) => {
17803
17803
  const contents = {};
17804
- if (output.DescribeDBLogFiles === "") {
17804
+ if (String(output.DescribeDBLogFiles).trim() === "") {
17805
17805
  contents[_DDBLF] = [];
17806
17806
  } else if (output[_DDBLF] != null && output[_DDBLF][_DDBLFD] != null) {
17807
17807
  contents[_DDBLF] = de_DescribeDBLogFilesList((0, import_smithy_client.getArrayIfSingleItem)(output[_DDBLF][_DDBLFD]), context);
@@ -17813,7 +17813,7 @@ var de_DescribeDBLogFilesResponse = /* @__PURE__ */ __name((output, context) =>
17813
17813
  }, "de_DescribeDBLogFilesResponse");
17814
17814
  var de_DescribeDBMajorEngineVersionsResponse = /* @__PURE__ */ __name((output, context) => {
17815
17815
  const contents = {};
17816
- if (output.DBMajorEngineVersions === "") {
17816
+ if (String(output.DBMajorEngineVersions).trim() === "") {
17817
17817
  contents[_DBMEV] = [];
17818
17818
  } else if (output[_DBMEV] != null && output[_DBMEV][_DBMEVa] != null) {
17819
17819
  contents[_DBMEV] = de_DBMajorEngineVersionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBMEV][_DBMEVa]), context);
@@ -17825,7 +17825,7 @@ var de_DescribeDBMajorEngineVersionsResponse = /* @__PURE__ */ __name((output, c
17825
17825
  }, "de_DescribeDBMajorEngineVersionsResponse");
17826
17826
  var de_DescribeDBProxiesResponse = /* @__PURE__ */ __name((output, context) => {
17827
17827
  const contents = {};
17828
- if (output.DBProxies === "") {
17828
+ if (String(output.DBProxies).trim() === "") {
17829
17829
  contents[_DBPr] = [];
17830
17830
  } else if (output[_DBPr] != null && output[_DBPr][_me] != null) {
17831
17831
  contents[_DBPr] = de_DBProxyList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPr][_me]), context);
@@ -17837,7 +17837,7 @@ var de_DescribeDBProxiesResponse = /* @__PURE__ */ __name((output, context) => {
17837
17837
  }, "de_DescribeDBProxiesResponse");
17838
17838
  var de_DescribeDBProxyEndpointsResponse = /* @__PURE__ */ __name((output, context) => {
17839
17839
  const contents = {};
17840
- if (output.DBProxyEndpoints === "") {
17840
+ if (String(output.DBProxyEndpoints).trim() === "") {
17841
17841
  contents[_DBPEr] = [];
17842
17842
  } else if (output[_DBPEr] != null && output[_DBPEr][_me] != null) {
17843
17843
  contents[_DBPEr] = de_DBProxyEndpointList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPEr][_me]), context);
@@ -17849,7 +17849,7 @@ var de_DescribeDBProxyEndpointsResponse = /* @__PURE__ */ __name((output, contex
17849
17849
  }, "de_DescribeDBProxyEndpointsResponse");
17850
17850
  var de_DescribeDBProxyTargetGroupsResponse = /* @__PURE__ */ __name((output, context) => {
17851
17851
  const contents = {};
17852
- if (output.TargetGroups === "") {
17852
+ if (String(output.TargetGroups).trim() === "") {
17853
17853
  contents[_TG] = [];
17854
17854
  } else if (output[_TG] != null && output[_TG][_me] != null) {
17855
17855
  contents[_TG] = de_TargetGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_TG][_me]), context);
@@ -17861,7 +17861,7 @@ var de_DescribeDBProxyTargetGroupsResponse = /* @__PURE__ */ __name((output, con
17861
17861
  }, "de_DescribeDBProxyTargetGroupsResponse");
17862
17862
  var de_DescribeDBProxyTargetsResponse = /* @__PURE__ */ __name((output, context) => {
17863
17863
  const contents = {};
17864
- if (output.Targets === "") {
17864
+ if (String(output.Targets).trim() === "") {
17865
17865
  contents[_Tar] = [];
17866
17866
  } else if (output[_Tar] != null && output[_Tar][_me] != null) {
17867
17867
  contents[_Tar] = de_TargetList((0, import_smithy_client.getArrayIfSingleItem)(output[_Tar][_me]), context);
@@ -17873,7 +17873,7 @@ var de_DescribeDBProxyTargetsResponse = /* @__PURE__ */ __name((output, context)
17873
17873
  }, "de_DescribeDBProxyTargetsResponse");
17874
17874
  var de_DescribeDBShardGroupsResponse = /* @__PURE__ */ __name((output, context) => {
17875
17875
  const contents = {};
17876
- if (output.DBShardGroups === "") {
17876
+ if (String(output.DBShardGroups).trim() === "") {
17877
17877
  contents[_DBSGh] = [];
17878
17878
  } else if (output[_DBSGh] != null && output[_DBSGh][_DBSGha] != null) {
17879
17879
  contents[_DBSGh] = de_DBShardGroupsList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSGh][_DBSGha]), context);
@@ -17909,7 +17909,7 @@ var de_DescribeIntegrationsResponse = /* @__PURE__ */ __name((output, context) =
17909
17909
  if (output[_Ma] != null) {
17910
17910
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
17911
17911
  }
17912
- if (output.Integrations === "") {
17912
+ if (String(output.Integrations).trim() === "") {
17913
17913
  contents[_In] = [];
17914
17914
  } else if (output[_In] != null && output[_In][_Int] != null) {
17915
17915
  contents[_In] = de_IntegrationList((0, import_smithy_client.getArrayIfSingleItem)(output[_In][_Int]), context);
@@ -17968,7 +17968,7 @@ var de_DomainMembership = /* @__PURE__ */ __name((output, context) => {
17968
17968
  if (output[_ASA] != null) {
17969
17969
  contents[_ASA] = (0, import_smithy_client.expectString)(output[_ASA]);
17970
17970
  }
17971
- if (output.DnsIps === "") {
17971
+ if (String(output.DnsIps).trim() === "") {
17972
17972
  contents[_DIn] = [];
17973
17973
  } else if (output[_DIn] != null && output[_DIn][_me] != null) {
17974
17974
  contents[_DIn] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_DIn][_me]), context);
@@ -18083,7 +18083,7 @@ var de_EngineDefaults = /* @__PURE__ */ __name((output, context) => {
18083
18083
  if (output[_Ma] != null) {
18084
18084
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
18085
18085
  }
18086
- if (output.Parameters === "") {
18086
+ if (String(output.Parameters).trim() === "") {
18087
18087
  contents[_Pa] = [];
18088
18088
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
18089
18089
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -18106,7 +18106,7 @@ var de_Event = /* @__PURE__ */ __name((output, context) => {
18106
18106
  if (output[_Me] != null) {
18107
18107
  contents[_Me] = (0, import_smithy_client.expectString)(output[_Me]);
18108
18108
  }
18109
- if (output.EventCategories === "") {
18109
+ if (String(output.EventCategories).trim() === "") {
18110
18110
  contents[_EC] = [];
18111
18111
  } else if (output[_EC] != null && output[_EC][_ECv] != null) {
18112
18112
  contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
@@ -18129,7 +18129,7 @@ var de_EventCategoriesMap = /* @__PURE__ */ __name((output, context) => {
18129
18129
  if (output[_STo] != null) {
18130
18130
  contents[_STo] = (0, import_smithy_client.expectString)(output[_STo]);
18131
18131
  }
18132
- if (output.EventCategories === "") {
18132
+ if (String(output.EventCategories).trim() === "") {
18133
18133
  contents[_EC] = [];
18134
18134
  } else if (output[_EC] != null && output[_EC][_ECv] != null) {
18135
18135
  contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
@@ -18143,7 +18143,7 @@ var de_EventCategoriesMapList = /* @__PURE__ */ __name((output, context) => {
18143
18143
  }, "de_EventCategoriesMapList");
18144
18144
  var de_EventCategoriesMessage = /* @__PURE__ */ __name((output, context) => {
18145
18145
  const contents = {};
18146
- if (output.EventCategoriesMapList === "") {
18146
+ if (String(output.EventCategoriesMapList).trim() === "") {
18147
18147
  contents[_ECML] = [];
18148
18148
  } else if (output[_ECML] != null && output[_ECML][_ECM] != null) {
18149
18149
  contents[_ECML] = de_EventCategoriesMapList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECML][_ECM]), context);
@@ -18160,7 +18160,7 @@ var de_EventsMessage = /* @__PURE__ */ __name((output, context) => {
18160
18160
  if (output[_Ma] != null) {
18161
18161
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
18162
18162
  }
18163
- if (output.Events === "") {
18163
+ if (String(output.Events).trim() === "") {
18164
18164
  contents[_Ev] = [];
18165
18165
  } else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
18166
18166
  contents[_Ev] = de_EventList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_Eve]), context);
@@ -18187,12 +18187,12 @@ var de_EventSubscription = /* @__PURE__ */ __name((output, context) => {
18187
18187
  if (output[_STo] != null) {
18188
18188
  contents[_STo] = (0, import_smithy_client.expectString)(output[_STo]);
18189
18189
  }
18190
- if (output.SourceIdsList === "") {
18190
+ if (String(output.SourceIdsList).trim() === "") {
18191
18191
  contents[_SIL] = [];
18192
18192
  } else if (output[_SIL] != null && output[_SIL][_SIou] != null) {
18193
18193
  contents[_SIL] = de_SourceIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIL][_SIou]), context);
18194
18194
  }
18195
- if (output.EventCategoriesList === "") {
18195
+ if (String(output.EventCategoriesList).trim() === "") {
18196
18196
  contents[_ECL] = [];
18197
18197
  } else if (output[_ECL] != null && output[_ECL][_ECv] != null) {
18198
18198
  contents[_ECL] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECL][_ECv]), context);
@@ -18222,7 +18222,7 @@ var de_EventSubscriptionsMessage = /* @__PURE__ */ __name((output, context) => {
18222
18222
  if (output[_Ma] != null) {
18223
18223
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
18224
18224
  }
18225
- if (output.EventSubscriptionsList === "") {
18225
+ if (String(output.EventSubscriptionsList).trim() === "") {
18226
18226
  contents[_ESL] = [];
18227
18227
  } else if (output[_ESL] != null && output[_ESL][_ES] != null) {
18228
18228
  contents[_ESL] = de_EventSubscriptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ESL][_ES]), context);
@@ -18237,7 +18237,7 @@ var de_ExportTask = /* @__PURE__ */ __name((output, context) => {
18237
18237
  if (output[_SA] != null) {
18238
18238
  contents[_SA] = (0, import_smithy_client.expectString)(output[_SA]);
18239
18239
  }
18240
- if (output.ExportOnly === "") {
18240
+ if (String(output.ExportOnly).trim() === "") {
18241
18241
  contents[_EO] = [];
18242
18242
  } else if (output[_EO] != null && output[_EO][_me] != null) {
18243
18243
  contents[_EO] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EO][_me]), context);
@@ -18307,7 +18307,7 @@ var de_ExportTasksMessage = /* @__PURE__ */ __name((output, context) => {
18307
18307
  if (output[_Ma] != null) {
18308
18308
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
18309
18309
  }
18310
- if (output.ExportTasks === "") {
18310
+ if (String(output.ExportTasks).trim() === "") {
18311
18311
  contents[_ETx] = [];
18312
18312
  } else if (output[_ETx] != null && output[_ETx][_ETxp] != null) {
18313
18313
  contents[_ETx] = de_ExportTasksList((0, import_smithy_client.getArrayIfSingleItem)(output[_ETx][_ETxp]), context);
@@ -18381,7 +18381,7 @@ var de_GlobalCluster = /* @__PURE__ */ __name((output, context) => {
18381
18381
  if (output[_DP] != null) {
18382
18382
  contents[_DP] = (0, import_smithy_client.parseBoolean)(output[_DP]);
18383
18383
  }
18384
- if (output.GlobalClusterMembers === "") {
18384
+ if (String(output.GlobalClusterMembers).trim() === "") {
18385
18385
  contents[_GCM] = [];
18386
18386
  } else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
18387
18387
  contents[_GCM] = de_GlobalClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCM][_GCMl]), context);
@@ -18392,7 +18392,7 @@ var de_GlobalCluster = /* @__PURE__ */ __name((output, context) => {
18392
18392
  if (output[_FSa] != null) {
18393
18393
  contents[_FSa] = de_FailoverState(output[_FSa], context);
18394
18394
  }
18395
- if (output.TagList === "") {
18395
+ if (String(output.TagList).trim() === "") {
18396
18396
  contents[_TL] = [];
18397
18397
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
18398
18398
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -18416,7 +18416,7 @@ var de_GlobalClusterMember = /* @__PURE__ */ __name((output, context) => {
18416
18416
  if (output[_DBCA] != null) {
18417
18417
  contents[_DBCA] = (0, import_smithy_client.expectString)(output[_DBCA]);
18418
18418
  }
18419
- if (output.Readers === "") {
18419
+ if (String(output.Readers).trim() === "") {
18420
18420
  contents[_Read] = [];
18421
18421
  } else if (output[_Read] != null && output[_Read][_me] != null) {
18422
18422
  contents[_Read] = de_ReadersArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_Read][_me]), context);
@@ -18456,7 +18456,7 @@ var de_GlobalClustersMessage = /* @__PURE__ */ __name((output, context) => {
18456
18456
  if (output[_Ma] != null) {
18457
18457
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
18458
18458
  }
18459
- if (output.GlobalClusters === "") {
18459
+ if (String(output.GlobalClusters).trim() === "") {
18460
18460
  contents[_GCl] = [];
18461
18461
  } else if (output[_GCl] != null && output[_GCl][_GCMl] != null) {
18462
18462
  contents[_GCl] = de_GlobalClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCl][_GCMl]), context);
@@ -18529,7 +18529,7 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
18529
18529
  if (output[_KMSKI] != null) {
18530
18530
  contents[_KMSKI] = (0, import_smithy_client.expectString)(output[_KMSKI]);
18531
18531
  }
18532
- if (output.AdditionalEncryptionContext === "") {
18532
+ if (String(output.AdditionalEncryptionContext).trim() === "") {
18533
18533
  contents[_AEC] = {};
18534
18534
  } else if (output[_AEC] != null && output[_AEC][_e] != null) {
18535
18535
  contents[_AEC] = de_EncryptionContextMap((0, import_smithy_client.getArrayIfSingleItem)(output[_AEC][_e]), context);
@@ -18537,7 +18537,7 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
18537
18537
  if (output[_St] != null) {
18538
18538
  contents[_St] = (0, import_smithy_client.expectString)(output[_St]);
18539
18539
  }
18540
- if (output.Tags === "") {
18540
+ if (String(output.Tags).trim() === "") {
18541
18541
  contents[_T] = [];
18542
18542
  } else if (output[_T] != null && output[_T][_Tag] != null) {
18543
18543
  contents[_T] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_T][_Tag]), context);
@@ -18545,7 +18545,7 @@ var de_Integration = /* @__PURE__ */ __name((output, context) => {
18545
18545
  if (output[_CTr] != null) {
18546
18546
  contents[_CTr] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CTr]));
18547
18547
  }
18548
- if (output.Errors === "") {
18548
+ if (String(output.Errors).trim() === "") {
18549
18549
  contents[_Er] = [];
18550
18550
  } else if (output[_Er] != null && output[_Er][_IE] != null) {
18551
18551
  contents[_Er] = de_IntegrationErrorList((0, import_smithy_client.getArrayIfSingleItem)(output[_Er][_IE]), context);
@@ -18885,7 +18885,7 @@ var de_Metric = /* @__PURE__ */ __name((output, context) => {
18885
18885
  if (output[_N] != null) {
18886
18886
  contents[_N] = (0, import_smithy_client.expectString)(output[_N]);
18887
18887
  }
18888
- if (output.References === "") {
18888
+ if (String(output.References).trim() === "") {
18889
18889
  contents[_Ref] = [];
18890
18890
  } else if (output[_Ref] != null && output[_Ref][_me] != null) {
18891
18891
  contents[_Ref] = de_MetricReferenceList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ref][_me]), context);
@@ -19087,17 +19087,17 @@ var de_Option = /* @__PURE__ */ __name((output, context) => {
19087
19087
  if (output[_OV] != null) {
19088
19088
  contents[_OV] = (0, import_smithy_client.expectString)(output[_OV]);
19089
19089
  }
19090
- if (output.OptionSettings === "") {
19090
+ if (String(output.OptionSettings).trim() === "") {
19091
19091
  contents[_OS] = [];
19092
19092
  } else if (output[_OS] != null && output[_OS][_OSp] != null) {
19093
19093
  contents[_OS] = de_OptionSettingConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_OS][_OSp]), context);
19094
19094
  }
19095
- if (output.DBSecurityGroupMemberships === "") {
19095
+ if (String(output.DBSecurityGroupMemberships).trim() === "") {
19096
19096
  contents[_DBSGM] = [];
19097
19097
  } else if (output[_DBSGM] != null && output[_DBSGM][_DBSGe] != null) {
19098
19098
  contents[_DBSGM] = de_DBSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSGM][_DBSGe]), context);
19099
19099
  }
19100
- if (output.VpcSecurityGroupMemberships === "") {
19100
+ if (String(output.VpcSecurityGroupMemberships).trim() === "") {
19101
19101
  contents[_VSGM] = [];
19102
19102
  } else if (output[_VSGM] != null && output[_VSGM][_VSGMp] != null) {
19103
19103
  contents[_VSGM] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSGM][_VSGMp]), context);
@@ -19118,7 +19118,7 @@ var de_OptionGroup = /* @__PURE__ */ __name((output, context) => {
19118
19118
  if (output[_MEV] != null) {
19119
19119
  contents[_MEV] = (0, import_smithy_client.expectString)(output[_MEV]);
19120
19120
  }
19121
- if (output.Options === "") {
19121
+ if (String(output.Options).trim() === "") {
19122
19122
  contents[_O] = [];
19123
19123
  } else if (output[_O] != null && output[_O][_Op] != null) {
19124
19124
  contents[_O] = de_OptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_O][_Op]), context);
@@ -19195,12 +19195,12 @@ var de_OptionGroupOption = /* @__PURE__ */ __name((output, context) => {
19195
19195
  if (output[_DPe] != null) {
19196
19196
  contents[_DPe] = (0, import_smithy_client.strictParseInt32)(output[_DPe]);
19197
19197
  }
19198
- if (output.OptionsDependedOn === "") {
19198
+ if (String(output.OptionsDependedOn).trim() === "") {
19199
19199
  contents[_ODO] = [];
19200
19200
  } else if (output[_ODO] != null && output[_ODO][_ON] != null) {
19201
19201
  contents[_ODO] = de_OptionsDependedOn((0, import_smithy_client.getArrayIfSingleItem)(output[_ODO][_ON]), context);
19202
19202
  }
19203
- if (output.OptionsConflictsWith === "") {
19203
+ if (String(output.OptionsConflictsWith).trim() === "") {
19204
19204
  contents[_OCW] = [];
19205
19205
  } else if (output[_OCW] != null && output[_OCW][_OCN] != null) {
19206
19206
  contents[_OCW] = de_OptionsConflictsWith((0, import_smithy_client.getArrayIfSingleItem)(output[_OCW][_OCN]), context);
@@ -19220,12 +19220,12 @@ var de_OptionGroupOption = /* @__PURE__ */ __name((output, context) => {
19220
19220
  if (output[_SOVD] != null) {
19221
19221
  contents[_SOVD] = (0, import_smithy_client.parseBoolean)(output[_SOVD]);
19222
19222
  }
19223
- if (output.OptionGroupOptionSettings === "") {
19223
+ if (String(output.OptionGroupOptionSettings).trim() === "") {
19224
19224
  contents[_OGOS] = [];
19225
19225
  } else if (output[_OGOS] != null && output[_OGOS][_OGOSp] != null) {
19226
19226
  contents[_OGOS] = de_OptionGroupOptionSettingsList((0, import_smithy_client.getArrayIfSingleItem)(output[_OGOS][_OGOSp]), context);
19227
19227
  }
19228
- if (output.OptionGroupOptionVersions === "") {
19228
+ if (String(output.OptionGroupOptionVersions).trim() === "") {
19229
19229
  contents[_OGOV] = [];
19230
19230
  } else if (output[_OGOV] != null && output[_OGOV][_OV] != null) {
19231
19231
  contents[_OGOV] = de_OptionGroupOptionVersionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_OGOV][_OV]), context);
@@ -19258,7 +19258,7 @@ var de_OptionGroupOptionSetting = /* @__PURE__ */ __name((output, context) => {
19258
19258
  if (output[_IR] != null) {
19259
19259
  contents[_IR] = (0, import_smithy_client.parseBoolean)(output[_IR]);
19260
19260
  }
19261
- if (output.MinimumEngineVersionPerAllowedValue === "") {
19261
+ if (String(output.MinimumEngineVersionPerAllowedValue).trim() === "") {
19262
19262
  contents[_MEVPAV] = [];
19263
19263
  } else if (output[_MEVPAV] != null && output[_MEVPAV][_MEVPAV] != null) {
19264
19264
  contents[_MEVPAV] = de_MinimumEngineVersionPerAllowedValueList(
@@ -19280,7 +19280,7 @@ var de_OptionGroupOptionsList = /* @__PURE__ */ __name((output, context) => {
19280
19280
  }, "de_OptionGroupOptionsList");
19281
19281
  var de_OptionGroupOptionsMessage = /* @__PURE__ */ __name((output, context) => {
19282
19282
  const contents = {};
19283
- if (output.OptionGroupOptions === "") {
19283
+ if (String(output.OptionGroupOptions).trim() === "") {
19284
19284
  contents[_OGO] = [];
19285
19285
  } else if (output[_OGO] != null && output[_OGO][_OGOp] != null) {
19286
19286
  contents[_OGO] = de_OptionGroupOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_OGO][_OGOp]), context);
@@ -19304,7 +19304,7 @@ var de_OptionGroupQuotaExceededFault = /* @__PURE__ */ __name((output, context)
19304
19304
  }, "de_OptionGroupQuotaExceededFault");
19305
19305
  var de_OptionGroups = /* @__PURE__ */ __name((output, context) => {
19306
19306
  const contents = {};
19307
- if (output.OptionGroupsList === "") {
19307
+ if (String(output.OptionGroupsList).trim() === "") {
19308
19308
  contents[_OGL] = [];
19309
19309
  } else if (output[_OGL] != null && output[_OGL][_OG] != null) {
19310
19310
  contents[_OGL] = de_OptionGroupsList((0, import_smithy_client.getArrayIfSingleItem)(output[_OGL][_OG]), context);
@@ -19397,7 +19397,7 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
19397
19397
  if (output[_AZG] != null) {
19398
19398
  contents[_AZG] = (0, import_smithy_client.expectString)(output[_AZG]);
19399
19399
  }
19400
- if (output.AvailabilityZones === "") {
19400
+ if (String(output.AvailabilityZones).trim() === "") {
19401
19401
  contents[_AZ] = [];
19402
19402
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
19403
19403
  contents[_AZ] = de_AvailabilityZoneList((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -19447,12 +19447,12 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
19447
19447
  if (output[_MIPGa] != null) {
19448
19448
  contents[_MIPGa] = (0, import_smithy_client.strictParseFloat)(output[_MIPGa]);
19449
19449
  }
19450
- if (output.AvailableProcessorFeatures === "") {
19450
+ if (String(output.AvailableProcessorFeatures).trim() === "") {
19451
19451
  contents[_APF] = [];
19452
19452
  } else if (output[_APF] != null && output[_APF][_APFv] != null) {
19453
19453
  contents[_APF] = de_AvailableProcessorFeatureList((0, import_smithy_client.getArrayIfSingleItem)(output[_APF][_APFv]), context);
19454
19454
  }
19455
- if (output.SupportedEngineModes === "") {
19455
+ if (String(output.SupportedEngineModes).trim() === "") {
19456
19456
  contents[_SEM] = [];
19457
19457
  } else if (output[_SEM] != null && output[_SEM][_me] != null) {
19458
19458
  contents[_SEM] = de_EngineModeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SEM][_me]), context);
@@ -19466,7 +19466,7 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
19466
19466
  if (output[_OC] != null) {
19467
19467
  contents[_OC] = (0, import_smithy_client.parseBoolean)(output[_OC]);
19468
19468
  }
19469
- if (output.SupportedActivityStreamModes === "") {
19469
+ if (String(output.SupportedActivityStreamModes).trim() === "") {
19470
19470
  contents[_SASM] = [];
19471
19471
  } else if (output[_SASM] != null && output[_SASM][_me] != null) {
19472
19472
  contents[_SASM] = de_ActivityStreamModeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SASM][_me]), context);
@@ -19477,7 +19477,7 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
19477
19477
  if (output[_SCu] != null) {
19478
19478
  contents[_SCu] = (0, import_smithy_client.parseBoolean)(output[_SCu]);
19479
19479
  }
19480
- if (output.SupportedNetworkTypes === "") {
19480
+ if (String(output.SupportedNetworkTypes).trim() === "") {
19481
19481
  contents[_SNT] = [];
19482
19482
  } else if (output[_SNT] != null && output[_SNT][_me] != null) {
19483
19483
  contents[_SNT] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SNT][_me]), context);
@@ -19512,7 +19512,7 @@ var de_OrderableDBInstanceOptionsList = /* @__PURE__ */ __name((output, context)
19512
19512
  }, "de_OrderableDBInstanceOptionsList");
19513
19513
  var de_OrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((output, context) => {
19514
19514
  const contents = {};
19515
- if (output.OrderableDBInstanceOptions === "") {
19515
+ if (String(output.OrderableDBInstanceOptions).trim() === "") {
19516
19516
  contents[_ODBIO] = [];
19517
19517
  } else if (output[_ODBIO] != null && output[_ODBIO][_ODBIOr] != null) {
19518
19518
  contents[_ODBIO] = de_OrderableDBInstanceOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ODBIO][_ODBIOr]), context);
@@ -19561,7 +19561,7 @@ var de_Parameter = /* @__PURE__ */ __name((output, context) => {
19561
19561
  if (output[_AMp] != null) {
19562
19562
  contents[_AMp] = (0, import_smithy_client.expectString)(output[_AMp]);
19563
19563
  }
19564
- if (output.SupportedEngineModes === "") {
19564
+ if (String(output.SupportedEngineModes).trim() === "") {
19565
19565
  contents[_SEM] = [];
19566
19566
  } else if (output[_SEM] != null && output[_SEM][_me] != null) {
19567
19567
  contents[_SEM] = de_EngineModeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SEM][_me]), context);
@@ -19575,12 +19575,12 @@ var de_ParametersList = /* @__PURE__ */ __name((output, context) => {
19575
19575
  }, "de_ParametersList");
19576
19576
  var de_PendingCloudwatchLogsExports = /* @__PURE__ */ __name((output, context) => {
19577
19577
  const contents = {};
19578
- if (output.LogTypesToEnable === "") {
19578
+ if (String(output.LogTypesToEnable).trim() === "") {
19579
19579
  contents[_LTTE] = [];
19580
19580
  } else if (output[_LTTE] != null && output[_LTTE][_me] != null) {
19581
19581
  contents[_LTTE] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LTTE][_me]), context);
19582
19582
  }
19583
- if (output.LogTypesToDisable === "") {
19583
+ if (String(output.LogTypesToDisable).trim() === "") {
19584
19584
  contents[_LTTD] = [];
19585
19585
  } else if (output[_LTTD] != null && output[_LTTD][_me] != null) {
19586
19586
  contents[_LTTD] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LTTD][_me]), context);
@@ -19621,7 +19621,7 @@ var de_PendingMaintenanceActions = /* @__PURE__ */ __name((output, context) => {
19621
19621
  }, "de_PendingMaintenanceActions");
19622
19622
  var de_PendingMaintenanceActionsMessage = /* @__PURE__ */ __name((output, context) => {
19623
19623
  const contents = {};
19624
- if (output.PendingMaintenanceActions === "") {
19624
+ if (String(output.PendingMaintenanceActions).trim() === "") {
19625
19625
  contents[_PMA] = [];
19626
19626
  } else if (output[_PMA] != null && output[_PMA][_RPMA] != null) {
19627
19627
  contents[_PMA] = de_PendingMaintenanceActions((0, import_smithy_client.getArrayIfSingleItem)(output[_PMA][_RPMA]), context);
@@ -19675,7 +19675,7 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
19675
19675
  if (output[_PCLE] != null) {
19676
19676
  contents[_PCLE] = de_PendingCloudwatchLogsExports(output[_PCLE], context);
19677
19677
  }
19678
- if (output.ProcessorFeatures === "") {
19678
+ if (String(output.ProcessorFeatures).trim() === "") {
19679
19679
  contents[_PF] = [];
19680
19680
  } else if (output[_PF] != null && output[_PF][_PFr] != null) {
19681
19681
  contents[_PF] = de_ProcessorFeatureList((0, import_smithy_client.getArrayIfSingleItem)(output[_PF][_PFr]), context);
@@ -19705,7 +19705,7 @@ var de_PendingModifiedValues = /* @__PURE__ */ __name((output, context) => {
19705
19705
  }, "de_PendingModifiedValues");
19706
19706
  var de_PerformanceInsightsMetricDimensionGroup = /* @__PURE__ */ __name((output, context) => {
19707
19707
  const contents = {};
19708
- if (output.Dimensions === "") {
19708
+ if (String(output.Dimensions).trim() === "") {
19709
19709
  contents[_Di] = [];
19710
19710
  } else if (output[_Di] != null && output[_Di][_me] != null) {
19711
19711
  contents[_Di] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_Di][_me]), context);
@@ -19736,7 +19736,7 @@ var de_PerformanceIssueDetails = /* @__PURE__ */ __name((output, context) => {
19736
19736
  if (output[_ETn] != null) {
19737
19737
  contents[_ETn] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_ETn]));
19738
19738
  }
19739
- if (output.Metrics === "") {
19739
+ if (String(output.Metrics).trim() === "") {
19740
19740
  contents[_Metr] = [];
19741
19741
  } else if (output[_Metr] != null && output[_Metr][_me] != null) {
19742
19742
  contents[_Metr] = de_MetricList((0, import_smithy_client.getArrayIfSingleItem)(output[_Metr][_me]), context);
@@ -19875,12 +19875,12 @@ var de_RecommendedAction = /* @__PURE__ */ __name((output, context) => {
19875
19875
  if (output[_Ope] != null) {
19876
19876
  contents[_Ope] = (0, import_smithy_client.expectString)(output[_Ope]);
19877
19877
  }
19878
- if (output.Parameters === "") {
19878
+ if (String(output.Parameters).trim() === "") {
19879
19879
  contents[_Pa] = [];
19880
19880
  } else if (output[_Pa] != null && output[_Pa][_me] != null) {
19881
19881
  contents[_Pa] = de_RecommendedActionParameterList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_me]), context);
19882
19882
  }
19883
- if (output.ApplyModes === "") {
19883
+ if (String(output.ApplyModes).trim() === "") {
19884
19884
  contents[_AMpp] = [];
19885
19885
  } else if (output[_AMpp] != null && output[_AMpp][_me] != null) {
19886
19886
  contents[_AMpp] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_AMpp][_me]), context);
@@ -19891,7 +19891,7 @@ var de_RecommendedAction = /* @__PURE__ */ __name((output, context) => {
19891
19891
  if (output[_IDs] != null) {
19892
19892
  contents[_IDs] = de_IssueDetails(output[_IDs], context);
19893
19893
  }
19894
- if (output.ContextAttributes === "") {
19894
+ if (String(output.ContextAttributes).trim() === "") {
19895
19895
  contents[_CAo] = [];
19896
19896
  } else if (output[_CAo] != null && output[_CAo][_me] != null) {
19897
19897
  contents[_CAo] = de_ContextAttributeList((0, import_smithy_client.getArrayIfSingleItem)(output[_CAo][_me]), context);
@@ -19942,7 +19942,7 @@ var de_ReferenceDetails = /* @__PURE__ */ __name((output, context) => {
19942
19942
  }, "de_ReferenceDetails");
19943
19943
  var de_RegisterDBProxyTargetsResponse = /* @__PURE__ */ __name((output, context) => {
19944
19944
  const contents = {};
19945
- if (output.DBProxyTargets === "") {
19945
+ if (String(output.DBProxyTargets).trim() === "") {
19946
19946
  contents[_DBPT] = [];
19947
19947
  } else if (output[_DBPT] != null && output[_DBPT][_me] != null) {
19948
19948
  contents[_DBPT] = de_TargetList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPT][_me]), context);
@@ -20004,7 +20004,7 @@ var de_ReservedDBInstance = /* @__PURE__ */ __name((output, context) => {
20004
20004
  if (output[_Sta] != null) {
20005
20005
  contents[_Sta] = (0, import_smithy_client.expectString)(output[_Sta]);
20006
20006
  }
20007
- if (output.RecurringCharges === "") {
20007
+ if (String(output.RecurringCharges).trim() === "") {
20008
20008
  contents[_RC] = [];
20009
20009
  } else if (output[_RC] != null && output[_RC][_RCe] != null) {
20010
20010
  contents[_RC] = de_RecurringChargeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RC][_RCe]), context);
@@ -20034,7 +20034,7 @@ var de_ReservedDBInstanceMessage = /* @__PURE__ */ __name((output, context) => {
20034
20034
  if (output[_Ma] != null) {
20035
20035
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
20036
20036
  }
20037
- if (output.ReservedDBInstances === "") {
20037
+ if (String(output.ReservedDBInstances).trim() === "") {
20038
20038
  contents[_RDBIes] = [];
20039
20039
  } else if (output[_RDBIes] != null && output[_RDBIes][_RDBIe] != null) {
20040
20040
  contents[_RDBIes] = de_ReservedDBInstanceList((0, import_smithy_client.getArrayIfSingleItem)(output[_RDBIes][_RDBIe]), context);
@@ -20084,7 +20084,7 @@ var de_ReservedDBInstancesOffering = /* @__PURE__ */ __name((output, context) =>
20084
20084
  if (output[_MAZ] != null) {
20085
20085
  contents[_MAZ] = (0, import_smithy_client.parseBoolean)(output[_MAZ]);
20086
20086
  }
20087
- if (output.RecurringCharges === "") {
20087
+ if (String(output.RecurringCharges).trim() === "") {
20088
20088
  contents[_RC] = [];
20089
20089
  } else if (output[_RC] != null && output[_RC][_RCe] != null) {
20090
20090
  contents[_RC] = de_RecurringChargeList((0, import_smithy_client.getArrayIfSingleItem)(output[_RC][_RCe]), context);
@@ -20101,7 +20101,7 @@ var de_ReservedDBInstancesOfferingMessage = /* @__PURE__ */ __name((output, cont
20101
20101
  if (output[_Ma] != null) {
20102
20102
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
20103
20103
  }
20104
- if (output.ReservedDBInstancesOfferings === "") {
20104
+ if (String(output.ReservedDBInstancesOfferings).trim() === "") {
20105
20105
  contents[_RDBIO] = [];
20106
20106
  } else if (output[_RDBIO] != null && output[_RDBIO][_RDBIOe] != null) {
20107
20107
  contents[_RDBIO] = de_ReservedDBInstancesOfferingList((0, import_smithy_client.getArrayIfSingleItem)(output[_RDBIO][_RDBIOe]), context);
@@ -20127,7 +20127,7 @@ var de_ResourcePendingMaintenanceActions = /* @__PURE__ */ __name((output, conte
20127
20127
  if (output[_RI] != null) {
20128
20128
  contents[_RI] = (0, import_smithy_client.expectString)(output[_RI]);
20129
20129
  }
20130
- if (output.PendingMaintenanceActionDetails === "") {
20130
+ if (String(output.PendingMaintenanceActionDetails).trim() === "") {
20131
20131
  contents[_PMAD] = [];
20132
20132
  } else if (output[_PMAD] != null && output[_PMAD][_PMAe] != null) {
20133
20133
  contents[_PMAD] = de_PendingMaintenanceActionDetails((0, import_smithy_client.getArrayIfSingleItem)(output[_PMAD][_PMAe]), context);
@@ -20332,7 +20332,7 @@ var de_SourceRegionMessage = /* @__PURE__ */ __name((output, context) => {
20332
20332
  if (output[_Ma] != null) {
20333
20333
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
20334
20334
  }
20335
- if (output.SourceRegions === "") {
20335
+ if (String(output.SourceRegions).trim() === "") {
20336
20336
  contents[_SRo] = [];
20337
20337
  } else if (output[_SRo] != null && output[_SRo][_SR] != null) {
20338
20338
  contents[_SRo] = de_SourceRegionList((0, import_smithy_client.getArrayIfSingleItem)(output[_SRo][_SR]), context);
@@ -20575,7 +20575,7 @@ var de_TagList = /* @__PURE__ */ __name((output, context) => {
20575
20575
  }, "de_TagList");
20576
20576
  var de_TagListMessage = /* @__PURE__ */ __name((output, context) => {
20577
20577
  const contents = {};
20578
- if (output.TagList === "") {
20578
+ if (String(output.TagList).trim() === "") {
20579
20579
  contents[_TL] = [];
20580
20580
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
20581
20581
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -20646,7 +20646,7 @@ var de_TenantDatabase = /* @__PURE__ */ __name((output, context) => {
20646
20646
  if (output[_MUS] != null) {
20647
20647
  contents[_MUS] = de_MasterUserSecret(output[_MUS], context);
20648
20648
  }
20649
- if (output.TagList === "") {
20649
+ if (String(output.TagList).trim() === "") {
20650
20650
  contents[_TL] = [];
20651
20651
  } else if (output[_TL] != null && output[_TL][_Tag] != null) {
20652
20652
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Tag]), context);
@@ -20694,7 +20694,7 @@ var de_TenantDatabasesMessage = /* @__PURE__ */ __name((output, context) => {
20694
20694
  if (output[_Ma] != null) {
20695
20695
  contents[_Ma] = (0, import_smithy_client.expectString)(output[_Ma]);
20696
20696
  }
20697
- if (output.TenantDatabases === "") {
20697
+ if (String(output.TenantDatabases).trim() === "") {
20698
20698
  contents[_TDe] = [];
20699
20699
  } else if (output[_TDe] != null && output[_TDe][_TD] != null) {
20700
20700
  contents[_TDe] = de_TenantDatabasesList((0, import_smithy_client.getArrayIfSingleItem)(output[_TDe][_TD]), context);
@@ -20732,7 +20732,7 @@ var de_UpgradeTarget = /* @__PURE__ */ __name((output, context) => {
20732
20732
  if (output[_IMVU] != null) {
20733
20733
  contents[_IMVU] = (0, import_smithy_client.parseBoolean)(output[_IMVU]);
20734
20734
  }
20735
- if (output.SupportedEngineModes === "") {
20735
+ if (String(output.SupportedEngineModes).trim() === "") {
20736
20736
  contents[_SEM] = [];
20737
20737
  } else if (output[_SEM] != null && output[_SEM][_me] != null) {
20738
20738
  contents[_SEM] = de_EngineModeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SEM][_me]), context);
@@ -20786,12 +20786,12 @@ var de_UserAuthConfigInfoList = /* @__PURE__ */ __name((output, context) => {
20786
20786
  }, "de_UserAuthConfigInfoList");
20787
20787
  var de_ValidDBInstanceModificationsMessage = /* @__PURE__ */ __name((output, context) => {
20788
20788
  const contents = {};
20789
- if (output.Storage === "") {
20789
+ if (String(output.Storage).trim() === "") {
20790
20790
  contents[_Sto] = [];
20791
20791
  } else if (output[_Sto] != null && output[_Sto][_VSO] != null) {
20792
20792
  contents[_Sto] = de_ValidStorageOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_Sto][_VSO]), context);
20793
20793
  }
20794
- if (output.ValidProcessorFeatures === "") {
20794
+ if (String(output.ValidProcessorFeatures).trim() === "") {
20795
20795
  contents[_VPF] = [];
20796
20796
  } else if (output[_VPF] != null && output[_VPF][_APFv] != null) {
20797
20797
  contents[_VPF] = de_AvailableProcessorFeatureList((0, import_smithy_client.getArrayIfSingleItem)(output[_VPF][_APFv]), context);
@@ -20806,17 +20806,17 @@ var de_ValidStorageOptions = /* @__PURE__ */ __name((output, context) => {
20806
20806
  if (output[_STt] != null) {
20807
20807
  contents[_STt] = (0, import_smithy_client.expectString)(output[_STt]);
20808
20808
  }
20809
- if (output.StorageSize === "") {
20809
+ if (String(output.StorageSize).trim() === "") {
20810
20810
  contents[_SSt] = [];
20811
20811
  } else if (output[_SSt] != null && output[_SSt][_Ra] != null) {
20812
20812
  contents[_SSt] = de_RangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SSt][_Ra]), context);
20813
20813
  }
20814
- if (output.ProvisionedIops === "") {
20814
+ if (String(output.ProvisionedIops).trim() === "") {
20815
20815
  contents[_PI] = [];
20816
20816
  } else if (output[_PI] != null && output[_PI][_Ra] != null) {
20817
20817
  contents[_PI] = de_RangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_PI][_Ra]), context);
20818
20818
  }
20819
- if (output.IopsToStorageRatio === "") {
20819
+ if (String(output.IopsToStorageRatio).trim() === "") {
20820
20820
  contents[_ITSR] = [];
20821
20821
  } else if (output[_ITSR] != null && output[_ITSR][_DR] != null) {
20822
20822
  contents[_ITSR] = de_DoubleRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ITSR][_DR]), context);
@@ -20824,12 +20824,12 @@ var de_ValidStorageOptions = /* @__PURE__ */ __name((output, context) => {
20824
20824
  if (output[_SSA] != null) {
20825
20825
  contents[_SSA] = (0, import_smithy_client.parseBoolean)(output[_SSA]);
20826
20826
  }
20827
- if (output.ProvisionedStorageThroughput === "") {
20827
+ if (String(output.ProvisionedStorageThroughput).trim() === "") {
20828
20828
  contents[_PST] = [];
20829
20829
  } else if (output[_PST] != null && output[_PST][_Ra] != null) {
20830
20830
  contents[_PST] = de_RangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_PST][_Ra]), context);
20831
20831
  }
20832
- if (output.StorageThroughputToIopsRatio === "") {
20832
+ if (String(output.StorageThroughputToIopsRatio).trim() === "") {
20833
20833
  contents[_STTIR] = [];
20834
20834
  } else if (output[_STTIR] != null && output[_STTIR][_DR] != null) {
20835
20835
  contents[_STTIR] = de_DoubleRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_STTIR][_DR]), context);