@aws-sdk/client-docdb 3.893.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
@@ -5030,7 +5030,7 @@ var de_CertificateList = /* @__PURE__ */ __name((output, context) => {
5030
5030
  }, "de_CertificateList");
5031
5031
  var de_CertificateMessage = /* @__PURE__ */ __name((output, context) => {
5032
5032
  const contents = {};
5033
- if (output.Certificates === "") {
5033
+ if (String(output.Certificates).trim() === "") {
5034
5034
  contents[_C] = [];
5035
5035
  } else if (output[_C] != null && output[_C][_Ce] != null) {
5036
5036
  contents[_C] = de_CertificateList((0, import_smithy_client.getArrayIfSingleItem)(output[_C][_Ce]), context);
@@ -5125,7 +5125,7 @@ var de_CreateGlobalClusterResult = /* @__PURE__ */ __name((output, context) => {
5125
5125
  }, "de_CreateGlobalClusterResult");
5126
5126
  var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
5127
5127
  const contents = {};
5128
- if (output.AvailabilityZones === "") {
5128
+ if (String(output.AvailabilityZones).trim() === "") {
5129
5129
  contents[_AZ] = [];
5130
5130
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
5131
5131
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -5184,17 +5184,17 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
5184
5184
  if (output[_RSI] != null) {
5185
5185
  contents[_RSI] = (0, import_smithy_client.expectString)(output[_RSI]);
5186
5186
  }
5187
- if (output.ReadReplicaIdentifiers === "") {
5187
+ if (String(output.ReadReplicaIdentifiers).trim() === "") {
5188
5188
  contents[_RRI] = [];
5189
5189
  } else if (output[_RRI] != null && output[_RRI][_RRIe] != null) {
5190
5190
  contents[_RRI] = de_ReadReplicaIdentifierList((0, import_smithy_client.getArrayIfSingleItem)(output[_RRI][_RRIe]), context);
5191
5191
  }
5192
- if (output.DBClusterMembers === "") {
5192
+ if (String(output.DBClusterMembers).trim() === "") {
5193
5193
  contents[_DBCM] = [];
5194
5194
  } else if (output[_DBCM] != null && output[_DBCM][_DBCMl] != null) {
5195
5195
  contents[_DBCM] = de_DBClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCM][_DBCMl]), context);
5196
5196
  }
5197
- if (output.VpcSecurityGroups === "") {
5197
+ if (String(output.VpcSecurityGroups).trim() === "") {
5198
5198
  contents[_VSG] = [];
5199
5199
  } else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
5200
5200
  contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGM]), context);
@@ -5214,7 +5214,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
5214
5214
  if (output[_DBCA] != null) {
5215
5215
  contents[_DBCA] = (0, import_smithy_client.expectString)(output[_DBCA]);
5216
5216
  }
5217
- if (output.AssociatedRoles === "") {
5217
+ if (String(output.AssociatedRoles).trim() === "") {
5218
5218
  contents[_AR] = [];
5219
5219
  } else if (output[_AR] != null && output[_AR][_DBCR] != null) {
5220
5220
  contents[_AR] = de_DBClusterRoles((0, import_smithy_client.getArrayIfSingleItem)(output[_AR][_DBCR]), context);
@@ -5225,7 +5225,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
5225
5225
  if (output[_CCT] != null) {
5226
5226
  contents[_CCT] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_CCT]));
5227
5227
  }
5228
- if (output.EnabledCloudwatchLogsExports === "") {
5228
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
5229
5229
  contents[_ECLEn] = [];
5230
5230
  } else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
5231
5231
  contents[_ECLEn] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECLEn][_me]), context);
@@ -5282,7 +5282,7 @@ var de_DBClusterMessage = /* @__PURE__ */ __name((output, context) => {
5282
5282
  if (output[_M] != null) {
5283
5283
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5284
5284
  }
5285
- if (output.DBClusters === "") {
5285
+ if (String(output.DBClusters).trim() === "") {
5286
5286
  contents[_DBCl] = [];
5287
5287
  } else if (output[_DBCl] != null && output[_DBCl][_DBC] != null) {
5288
5288
  contents[_DBCl] = de_DBClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCl][_DBC]), context);
@@ -5314,7 +5314,7 @@ var de_DBClusterParameterGroup = /* @__PURE__ */ __name((output, context) => {
5314
5314
  }, "de_DBClusterParameterGroup");
5315
5315
  var de_DBClusterParameterGroupDetails = /* @__PURE__ */ __name((output, context) => {
5316
5316
  const contents = {};
5317
- if (output.Parameters === "") {
5317
+ if (String(output.Parameters).trim() === "") {
5318
5318
  contents[_Pa] = [];
5319
5319
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
5320
5320
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -5348,7 +5348,7 @@ var de_DBClusterParameterGroupsMessage = /* @__PURE__ */ __name((output, context
5348
5348
  if (output[_M] != null) {
5349
5349
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5350
5350
  }
5351
- if (output.DBClusterParameterGroups === "") {
5351
+ if (String(output.DBClusterParameterGroups).trim() === "") {
5352
5352
  contents[_DBCPGl] = [];
5353
5353
  } else if (output[_DBCPGl] != null && output[_DBCPGl][_DBCPG] != null) {
5354
5354
  contents[_DBCPGl] = de_DBClusterParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCPGl][_DBCPG]), context);
@@ -5379,7 +5379,7 @@ var de_DBClusterRoles = /* @__PURE__ */ __name((output, context) => {
5379
5379
  }, "de_DBClusterRoles");
5380
5380
  var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
5381
5381
  const contents = {};
5382
- if (output.AvailabilityZones === "") {
5382
+ if (String(output.AvailabilityZones).trim() === "") {
5383
5383
  contents[_AZ] = [];
5384
5384
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
5385
5385
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -5449,7 +5449,7 @@ var de_DBClusterSnapshotAttribute = /* @__PURE__ */ __name((output, context) =>
5449
5449
  if (output[_AN] != null) {
5450
5450
  contents[_AN] = (0, import_smithy_client.expectString)(output[_AN]);
5451
5451
  }
5452
- if (output.AttributeValues === "") {
5452
+ if (String(output.AttributeValues).trim() === "") {
5453
5453
  contents[_AVt] = [];
5454
5454
  } else if (output[_AVt] != null && output[_AVt][_AVtt] != null) {
5455
5455
  contents[_AVt] = de_AttributeValueList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVt][_AVtt]), context);
@@ -5466,7 +5466,7 @@ var de_DBClusterSnapshotAttributesResult = /* @__PURE__ */ __name((output, conte
5466
5466
  if (output[_DBCSI] != null) {
5467
5467
  contents[_DBCSI] = (0, import_smithy_client.expectString)(output[_DBCSI]);
5468
5468
  }
5469
- if (output.DBClusterSnapshotAttributes === "") {
5469
+ if (String(output.DBClusterSnapshotAttributes).trim() === "") {
5470
5470
  contents[_DBCSAl] = [];
5471
5471
  } else if (output[_DBCSAl] != null && output[_DBCSAl][_DBCSAlu] != null) {
5472
5472
  contents[_DBCSAl] = de_DBClusterSnapshotAttributeList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCSAl][_DBCSAlu]), context);
@@ -5483,7 +5483,7 @@ var de_DBClusterSnapshotMessage = /* @__PURE__ */ __name((output, context) => {
5483
5483
  if (output[_M] != null) {
5484
5484
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5485
5485
  }
5486
- if (output.DBClusterSnapshots === "") {
5486
+ if (String(output.DBClusterSnapshots).trim() === "") {
5487
5487
  contents[_DBCSl] = [];
5488
5488
  } else if (output[_DBCSl] != null && output[_DBCSl][_DBCS] != null) {
5489
5489
  contents[_DBCSl] = de_DBClusterSnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCSl][_DBCS]), context);
@@ -5514,12 +5514,12 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
5514
5514
  if (output[_DBEVD] != null) {
5515
5515
  contents[_DBEVD] = (0, import_smithy_client.expectString)(output[_DBEVD]);
5516
5516
  }
5517
- if (output.ValidUpgradeTarget === "") {
5517
+ if (String(output.ValidUpgradeTarget).trim() === "") {
5518
5518
  contents[_VUT] = [];
5519
5519
  } else if (output[_VUT] != null && output[_VUT][_UT] != null) {
5520
5520
  contents[_VUT] = de_ValidUpgradeTargetList((0, import_smithy_client.getArrayIfSingleItem)(output[_VUT][_UT]), context);
5521
5521
  }
5522
- if (output.ExportableLogTypes === "") {
5522
+ if (String(output.ExportableLogTypes).trim() === "") {
5523
5523
  contents[_ELTx] = [];
5524
5524
  } else if (output[_ELTx] != null && output[_ELTx][_me] != null) {
5525
5525
  contents[_ELTx] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ELTx][_me]), context);
@@ -5527,7 +5527,7 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
5527
5527
  if (output[_SLETCL] != null) {
5528
5528
  contents[_SLETCL] = (0, import_smithy_client.parseBoolean)(output[_SLETCL]);
5529
5529
  }
5530
- if (output.SupportedCACertificateIdentifiers === "") {
5530
+ if (String(output.SupportedCACertificateIdentifiers).trim() === "") {
5531
5531
  contents[_SCACI] = [];
5532
5532
  } else if (output[_SCACI] != null && output[_SCACI][_me] != null) {
5533
5533
  contents[_SCACI] = de_CACertificateIdentifiersList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCACI][_me]), context);
@@ -5550,7 +5550,7 @@ var de_DBEngineVersionMessage = /* @__PURE__ */ __name((output, context) => {
5550
5550
  if (output[_M] != null) {
5551
5551
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5552
5552
  }
5553
- if (output.DBEngineVersions === "") {
5553
+ if (String(output.DBEngineVersions).trim() === "") {
5554
5554
  contents[_DBEV] = [];
5555
5555
  } else if (output[_DBEV] != null && output[_DBEV][_DBEVn] != null) {
5556
5556
  contents[_DBEV] = de_DBEngineVersionList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBEV][_DBEVn]), context);
@@ -5583,7 +5583,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
5583
5583
  if (output[_BRP] != null) {
5584
5584
  contents[_BRP] = (0, import_smithy_client.strictParseInt32)(output[_BRP]);
5585
5585
  }
5586
- if (output.VpcSecurityGroups === "") {
5586
+ if (String(output.VpcSecurityGroups).trim() === "") {
5587
5587
  contents[_VSG] = [];
5588
5588
  } else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
5589
5589
  contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGM]), context);
@@ -5612,7 +5612,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
5612
5612
  if (output[_PA] != null) {
5613
5613
  contents[_PA] = (0, import_smithy_client.parseBoolean)(output[_PA]);
5614
5614
  }
5615
- if (output.StatusInfos === "") {
5615
+ if (String(output.StatusInfos).trim() === "") {
5616
5616
  contents[_SIt] = [];
5617
5617
  } else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
5618
5618
  contents[_SIt] = de_DBInstanceStatusInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIt][_DBISI]), context);
@@ -5641,7 +5641,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
5641
5641
  if (output[_DBIA] != null) {
5642
5642
  contents[_DBIA] = (0, import_smithy_client.expectString)(output[_DBIA]);
5643
5643
  }
5644
- if (output.EnabledCloudwatchLogsExports === "") {
5644
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
5645
5645
  contents[_ECLEn] = [];
5646
5646
  } else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
5647
5647
  contents[_ECLEn] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECLEn][_me]), context);
@@ -5674,7 +5674,7 @@ var de_DBInstanceMessage = /* @__PURE__ */ __name((output, context) => {
5674
5674
  if (output[_M] != null) {
5675
5675
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5676
5676
  }
5677
- if (output.DBInstances === "") {
5677
+ if (String(output.DBInstances).trim() === "") {
5678
5678
  contents[_DBIn] = [];
5679
5679
  } else if (output[_DBIn] != null && output[_DBIn][_DBI] != null) {
5680
5680
  contents[_DBIn] = de_DBInstanceList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBIn][_DBI]), context);
@@ -5765,7 +5765,7 @@ var de_DBSubnetGroup = /* @__PURE__ */ __name((output, context) => {
5765
5765
  if (output[_SGS] != null) {
5766
5766
  contents[_SGS] = (0, import_smithy_client.expectString)(output[_SGS]);
5767
5767
  }
5768
- if (output.Subnets === "") {
5768
+ if (String(output.Subnets).trim() === "") {
5769
5769
  contents[_Su] = [];
5770
5770
  } else if (output[_Su] != null && output[_Su][_Sub] != null) {
5771
5771
  contents[_Su] = de_SubnetList((0, import_smithy_client.getArrayIfSingleItem)(output[_Su][_Sub]), context);
@@ -5794,7 +5794,7 @@ var de_DBSubnetGroupMessage = /* @__PURE__ */ __name((output, context) => {
5794
5794
  if (output[_M] != null) {
5795
5795
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5796
5796
  }
5797
- if (output.DBSubnetGroups === "") {
5797
+ if (String(output.DBSubnetGroups).trim() === "") {
5798
5798
  contents[_DBSGu] = [];
5799
5799
  } else if (output[_DBSGu] != null && output[_DBSGu][_DBSG] != null) {
5800
5800
  contents[_DBSGu] = de_DBSubnetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSGu][_DBSG]), context);
@@ -5904,7 +5904,7 @@ var de_EngineDefaults = /* @__PURE__ */ __name((output, context) => {
5904
5904
  if (output[_M] != null) {
5905
5905
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5906
5906
  }
5907
- if (output.Parameters === "") {
5907
+ if (String(output.Parameters).trim() === "") {
5908
5908
  contents[_Pa] = [];
5909
5909
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
5910
5910
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -5922,7 +5922,7 @@ var de_Event = /* @__PURE__ */ __name((output, context) => {
5922
5922
  if (output[_Me] != null) {
5923
5923
  contents[_Me] = (0, import_smithy_client.expectString)(output[_Me]);
5924
5924
  }
5925
- if (output.EventCategories === "") {
5925
+ if (String(output.EventCategories).trim() === "") {
5926
5926
  contents[_EC] = [];
5927
5927
  } else if (output[_EC] != null && output[_EC][_ECv] != null) {
5928
5928
  contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
@@ -5945,7 +5945,7 @@ var de_EventCategoriesMap = /* @__PURE__ */ __name((output, context) => {
5945
5945
  if (output[_STo] != null) {
5946
5946
  contents[_STo] = (0, import_smithy_client.expectString)(output[_STo]);
5947
5947
  }
5948
- if (output.EventCategories === "") {
5948
+ if (String(output.EventCategories).trim() === "") {
5949
5949
  contents[_EC] = [];
5950
5950
  } else if (output[_EC] != null && output[_EC][_ECv] != null) {
5951
5951
  contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
@@ -5959,7 +5959,7 @@ var de_EventCategoriesMapList = /* @__PURE__ */ __name((output, context) => {
5959
5959
  }, "de_EventCategoriesMapList");
5960
5960
  var de_EventCategoriesMessage = /* @__PURE__ */ __name((output, context) => {
5961
5961
  const contents = {};
5962
- if (output.EventCategoriesMapList === "") {
5962
+ if (String(output.EventCategoriesMapList).trim() === "") {
5963
5963
  contents[_ECML] = [];
5964
5964
  } else if (output[_ECML] != null && output[_ECML][_ECM] != null) {
5965
5965
  contents[_ECML] = de_EventCategoriesMapList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECML][_ECM]), context);
@@ -5976,7 +5976,7 @@ var de_EventsMessage = /* @__PURE__ */ __name((output, context) => {
5976
5976
  if (output[_M] != null) {
5977
5977
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
5978
5978
  }
5979
- if (output.Events === "") {
5979
+ if (String(output.Events).trim() === "") {
5980
5980
  contents[_Ev] = [];
5981
5981
  } else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
5982
5982
  contents[_Ev] = de_EventList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_Eve]), context);
@@ -6003,12 +6003,12 @@ var de_EventSubscription = /* @__PURE__ */ __name((output, context) => {
6003
6003
  if (output[_STo] != null) {
6004
6004
  contents[_STo] = (0, import_smithy_client.expectString)(output[_STo]);
6005
6005
  }
6006
- if (output.SourceIdsList === "") {
6006
+ if (String(output.SourceIdsList).trim() === "") {
6007
6007
  contents[_SIL] = [];
6008
6008
  } else if (output[_SIL] != null && output[_SIL][_SIou] != null) {
6009
6009
  contents[_SIL] = de_SourceIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIL][_SIou]), context);
6010
6010
  }
6011
- if (output.EventCategoriesList === "") {
6011
+ if (String(output.EventCategoriesList).trim() === "") {
6012
6012
  contents[_ECL] = [];
6013
6013
  } else if (output[_ECL] != null && output[_ECL][_ECv] != null) {
6014
6014
  contents[_ECL] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECL][_ECv]), context);
@@ -6038,7 +6038,7 @@ var de_EventSubscriptionsMessage = /* @__PURE__ */ __name((output, context) => {
6038
6038
  if (output[_M] != null) {
6039
6039
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6040
6040
  }
6041
- if (output.EventSubscriptionsList === "") {
6041
+ if (String(output.EventSubscriptionsList).trim() === "") {
6042
6042
  contents[_ESL] = [];
6043
6043
  } else if (output[_ESL] != null && output[_ESL][_ES] != null) {
6044
6044
  contents[_ESL] = de_EventSubscriptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ESL][_ES]), context);
@@ -6088,7 +6088,7 @@ var de_GlobalCluster = /* @__PURE__ */ __name((output, context) => {
6088
6088
  if (output[_DP] != null) {
6089
6089
  contents[_DP] = (0, import_smithy_client.parseBoolean)(output[_DP]);
6090
6090
  }
6091
- if (output.GlobalClusterMembers === "") {
6091
+ if (String(output.GlobalClusterMembers).trim() === "") {
6092
6092
  contents[_GCM] = [];
6093
6093
  } else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
6094
6094
  contents[_GCM] = de_GlobalClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCM][_GCMl]), context);
@@ -6112,7 +6112,7 @@ var de_GlobalClusterMember = /* @__PURE__ */ __name((output, context) => {
6112
6112
  if (output[_DBCA] != null) {
6113
6113
  contents[_DBCA] = (0, import_smithy_client.expectString)(output[_DBCA]);
6114
6114
  }
6115
- if (output.Readers === "") {
6115
+ if (String(output.Readers).trim() === "") {
6116
6116
  contents[_R] = [];
6117
6117
  } else if (output[_R] != null && output[_R][_me] != null) {
6118
6118
  contents[_R] = de_ReadersArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_R][_me]), context);
@@ -6146,7 +6146,7 @@ var de_GlobalClustersMessage = /* @__PURE__ */ __name((output, context) => {
6146
6146
  if (output[_M] != null) {
6147
6147
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6148
6148
  }
6149
- if (output.GlobalClusters === "") {
6149
+ if (String(output.GlobalClusters).trim() === "") {
6150
6150
  contents[_GCl] = [];
6151
6151
  } else if (output[_GCl] != null && output[_GCl][_GCMl] != null) {
6152
6152
  contents[_GCl] = de_GlobalClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCl][_GCMl]), context);
@@ -6340,7 +6340,7 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
6340
6340
  if (output[_LM] != null) {
6341
6341
  contents[_LM] = (0, import_smithy_client.expectString)(output[_LM]);
6342
6342
  }
6343
- if (output.AvailabilityZones === "") {
6343
+ if (String(output.AvailabilityZones).trim() === "") {
6344
6344
  contents[_AZ] = [];
6345
6345
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
6346
6346
  contents[_AZ] = de_AvailabilityZoneList((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -6360,7 +6360,7 @@ var de_OrderableDBInstanceOptionsList = /* @__PURE__ */ __name((output, context)
6360
6360
  }, "de_OrderableDBInstanceOptionsList");
6361
6361
  var de_OrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((output, context) => {
6362
6362
  const contents = {};
6363
- if (output.OrderableDBInstanceOptions === "") {
6363
+ if (String(output.OrderableDBInstanceOptions).trim() === "") {
6364
6364
  contents[_ODBIO] = [];
6365
6365
  } else if (output[_ODBIO] != null && output[_ODBIO][_ODBIOr] != null) {
6366
6366
  contents[_ODBIO] = de_OrderableDBInstanceOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ODBIO][_ODBIOr]), context);
@@ -6411,12 +6411,12 @@ var de_ParametersList = /* @__PURE__ */ __name((output, context) => {
6411
6411
  }, "de_ParametersList");
6412
6412
  var de_PendingCloudwatchLogsExports = /* @__PURE__ */ __name((output, context) => {
6413
6413
  const contents = {};
6414
- if (output.LogTypesToEnable === "") {
6414
+ if (String(output.LogTypesToEnable).trim() === "") {
6415
6415
  contents[_LTTE] = [];
6416
6416
  } else if (output[_LTTE] != null && output[_LTTE][_me] != null) {
6417
6417
  contents[_LTTE] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LTTE][_me]), context);
6418
6418
  }
6419
- if (output.LogTypesToDisable === "") {
6419
+ if (String(output.LogTypesToDisable).trim() === "") {
6420
6420
  contents[_LTTD] = [];
6421
6421
  } else if (output[_LTTD] != null && output[_LTTD][_me] != null) {
6422
6422
  contents[_LTTD] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LTTD][_me]), context);
@@ -6457,7 +6457,7 @@ var de_PendingMaintenanceActions = /* @__PURE__ */ __name((output, context) => {
6457
6457
  }, "de_PendingMaintenanceActions");
6458
6458
  var de_PendingMaintenanceActionsMessage = /* @__PURE__ */ __name((output, context) => {
6459
6459
  const contents = {};
6460
- if (output.PendingMaintenanceActions === "") {
6460
+ if (String(output.PendingMaintenanceActions).trim() === "") {
6461
6461
  contents[_PMA] = [];
6462
6462
  } else if (output[_PMA] != null && output[_PMA][_RPMA] != null) {
6463
6463
  contents[_PMA] = de_PendingMaintenanceActions((0, import_smithy_client.getArrayIfSingleItem)(output[_PMA][_RPMA]), context);
@@ -6556,7 +6556,7 @@ var de_ResourcePendingMaintenanceActions = /* @__PURE__ */ __name((output, conte
6556
6556
  if (output[_RI] != null) {
6557
6557
  contents[_RI] = (0, import_smithy_client.expectString)(output[_RI]);
6558
6558
  }
6559
- if (output.PendingMaintenanceActionDetails === "") {
6559
+ if (String(output.PendingMaintenanceActionDetails).trim() === "") {
6560
6560
  contents[_PMAD] = [];
6561
6561
  } else if (output[_PMAD] != null && output[_PMAD][_PMAe] != null) {
6562
6562
  contents[_PMAD] = de_PendingMaintenanceActionDetails((0, import_smithy_client.getArrayIfSingleItem)(output[_PMAD][_PMAe]), context);
@@ -6742,7 +6742,7 @@ var de_TagList = /* @__PURE__ */ __name((output, context) => {
6742
6742
  }, "de_TagList");
6743
6743
  var de_TagListMessage = /* @__PURE__ */ __name((output, context) => {
6744
6744
  const contents = {};
6745
- if (output.TagList === "") {
6745
+ if (String(output.TagList).trim() === "") {
6746
6746
  contents[_TL] = [];
6747
6747
  } else if (output[_TL] != null && output[_TL][_Ta] != null) {
6748
6748
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Ta]), context);
@@ -3668,7 +3668,7 @@ const de_CertificateList = (output, context) => {
3668
3668
  };
3669
3669
  const de_CertificateMessage = (output, context) => {
3670
3670
  const contents = {};
3671
- if (output.Certificates === "") {
3671
+ if (String(output.Certificates).trim() === "") {
3672
3672
  contents[_C] = [];
3673
3673
  }
3674
3674
  else if (output[_C] != null && output[_C][_Ce] != null) {
@@ -3764,7 +3764,7 @@ const de_CreateGlobalClusterResult = (output, context) => {
3764
3764
  };
3765
3765
  const de_DBCluster = (output, context) => {
3766
3766
  const contents = {};
3767
- if (output.AvailabilityZones === "") {
3767
+ if (String(output.AvailabilityZones).trim() === "") {
3768
3768
  contents[_AZ] = [];
3769
3769
  }
3770
3770
  else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
@@ -3824,19 +3824,19 @@ const de_DBCluster = (output, context) => {
3824
3824
  if (output[_RSI] != null) {
3825
3825
  contents[_RSI] = __expectString(output[_RSI]);
3826
3826
  }
3827
- if (output.ReadReplicaIdentifiers === "") {
3827
+ if (String(output.ReadReplicaIdentifiers).trim() === "") {
3828
3828
  contents[_RRI] = [];
3829
3829
  }
3830
3830
  else if (output[_RRI] != null && output[_RRI][_RRIe] != null) {
3831
3831
  contents[_RRI] = de_ReadReplicaIdentifierList(__getArrayIfSingleItem(output[_RRI][_RRIe]), context);
3832
3832
  }
3833
- if (output.DBClusterMembers === "") {
3833
+ if (String(output.DBClusterMembers).trim() === "") {
3834
3834
  contents[_DBCM] = [];
3835
3835
  }
3836
3836
  else if (output[_DBCM] != null && output[_DBCM][_DBCMl] != null) {
3837
3837
  contents[_DBCM] = de_DBClusterMemberList(__getArrayIfSingleItem(output[_DBCM][_DBCMl]), context);
3838
3838
  }
3839
- if (output.VpcSecurityGroups === "") {
3839
+ if (String(output.VpcSecurityGroups).trim() === "") {
3840
3840
  contents[_VSG] = [];
3841
3841
  }
3842
3842
  else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
@@ -3857,7 +3857,7 @@ const de_DBCluster = (output, context) => {
3857
3857
  if (output[_DBCA] != null) {
3858
3858
  contents[_DBCA] = __expectString(output[_DBCA]);
3859
3859
  }
3860
- if (output.AssociatedRoles === "") {
3860
+ if (String(output.AssociatedRoles).trim() === "") {
3861
3861
  contents[_AR] = [];
3862
3862
  }
3863
3863
  else if (output[_AR] != null && output[_AR][_DBCR] != null) {
@@ -3869,7 +3869,7 @@ const de_DBCluster = (output, context) => {
3869
3869
  if (output[_CCT] != null) {
3870
3870
  contents[_CCT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CCT]));
3871
3871
  }
3872
- if (output.EnabledCloudwatchLogsExports === "") {
3872
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
3873
3873
  contents[_ECLEn] = [];
3874
3874
  }
3875
3875
  else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
@@ -3931,7 +3931,7 @@ const de_DBClusterMessage = (output, context) => {
3931
3931
  if (output[_M] != null) {
3932
3932
  contents[_M] = __expectString(output[_M]);
3933
3933
  }
3934
- if (output.DBClusters === "") {
3934
+ if (String(output.DBClusters).trim() === "") {
3935
3935
  contents[_DBCl] = [];
3936
3936
  }
3937
3937
  else if (output[_DBCl] != null && output[_DBCl][_DBC] != null) {
@@ -3964,7 +3964,7 @@ const de_DBClusterParameterGroup = (output, context) => {
3964
3964
  };
3965
3965
  const de_DBClusterParameterGroupDetails = (output, context) => {
3966
3966
  const contents = {};
3967
- if (output.Parameters === "") {
3967
+ if (String(output.Parameters).trim() === "") {
3968
3968
  contents[_Pa] = [];
3969
3969
  }
3970
3970
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
@@ -4001,7 +4001,7 @@ const de_DBClusterParameterGroupsMessage = (output, context) => {
4001
4001
  if (output[_M] != null) {
4002
4002
  contents[_M] = __expectString(output[_M]);
4003
4003
  }
4004
- if (output.DBClusterParameterGroups === "") {
4004
+ if (String(output.DBClusterParameterGroups).trim() === "") {
4005
4005
  contents[_DBCPGl] = [];
4006
4006
  }
4007
4007
  else if (output[_DBCPGl] != null && output[_DBCPGl][_DBCPG] != null) {
@@ -4035,7 +4035,7 @@ const de_DBClusterRoles = (output, context) => {
4035
4035
  };
4036
4036
  const de_DBClusterSnapshot = (output, context) => {
4037
4037
  const contents = {};
4038
- if (output.AvailabilityZones === "") {
4038
+ if (String(output.AvailabilityZones).trim() === "") {
4039
4039
  contents[_AZ] = [];
4040
4040
  }
4041
4041
  else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
@@ -4106,7 +4106,7 @@ const de_DBClusterSnapshotAttribute = (output, context) => {
4106
4106
  if (output[_AN] != null) {
4107
4107
  contents[_AN] = __expectString(output[_AN]);
4108
4108
  }
4109
- if (output.AttributeValues === "") {
4109
+ if (String(output.AttributeValues).trim() === "") {
4110
4110
  contents[_AVt] = [];
4111
4111
  }
4112
4112
  else if (output[_AVt] != null && output[_AVt][_AVtt] != null) {
@@ -4126,7 +4126,7 @@ const de_DBClusterSnapshotAttributesResult = (output, context) => {
4126
4126
  if (output[_DBCSI] != null) {
4127
4127
  contents[_DBCSI] = __expectString(output[_DBCSI]);
4128
4128
  }
4129
- if (output.DBClusterSnapshotAttributes === "") {
4129
+ if (String(output.DBClusterSnapshotAttributes).trim() === "") {
4130
4130
  contents[_DBCSAl] = [];
4131
4131
  }
4132
4132
  else if (output[_DBCSAl] != null && output[_DBCSAl][_DBCSAlu] != null) {
@@ -4146,7 +4146,7 @@ const de_DBClusterSnapshotMessage = (output, context) => {
4146
4146
  if (output[_M] != null) {
4147
4147
  contents[_M] = __expectString(output[_M]);
4148
4148
  }
4149
- if (output.DBClusterSnapshots === "") {
4149
+ if (String(output.DBClusterSnapshots).trim() === "") {
4150
4150
  contents[_DBCSl] = [];
4151
4151
  }
4152
4152
  else if (output[_DBCSl] != null && output[_DBCSl][_DBCS] != null) {
@@ -4178,13 +4178,13 @@ const de_DBEngineVersion = (output, context) => {
4178
4178
  if (output[_DBEVD] != null) {
4179
4179
  contents[_DBEVD] = __expectString(output[_DBEVD]);
4180
4180
  }
4181
- if (output.ValidUpgradeTarget === "") {
4181
+ if (String(output.ValidUpgradeTarget).trim() === "") {
4182
4182
  contents[_VUT] = [];
4183
4183
  }
4184
4184
  else if (output[_VUT] != null && output[_VUT][_UT] != null) {
4185
4185
  contents[_VUT] = de_ValidUpgradeTargetList(__getArrayIfSingleItem(output[_VUT][_UT]), context);
4186
4186
  }
4187
- if (output.ExportableLogTypes === "") {
4187
+ if (String(output.ExportableLogTypes).trim() === "") {
4188
4188
  contents[_ELTx] = [];
4189
4189
  }
4190
4190
  else if (output[_ELTx] != null && output[_ELTx][_me] != null) {
@@ -4193,7 +4193,7 @@ const de_DBEngineVersion = (output, context) => {
4193
4193
  if (output[_SLETCL] != null) {
4194
4194
  contents[_SLETCL] = __parseBoolean(output[_SLETCL]);
4195
4195
  }
4196
- if (output.SupportedCACertificateIdentifiers === "") {
4196
+ if (String(output.SupportedCACertificateIdentifiers).trim() === "") {
4197
4197
  contents[_SCACI] = [];
4198
4198
  }
4199
4199
  else if (output[_SCACI] != null && output[_SCACI][_me] != null) {
@@ -4219,7 +4219,7 @@ const de_DBEngineVersionMessage = (output, context) => {
4219
4219
  if (output[_M] != null) {
4220
4220
  contents[_M] = __expectString(output[_M]);
4221
4221
  }
4222
- if (output.DBEngineVersions === "") {
4222
+ if (String(output.DBEngineVersions).trim() === "") {
4223
4223
  contents[_DBEV] = [];
4224
4224
  }
4225
4225
  else if (output[_DBEV] != null && output[_DBEV][_DBEVn] != null) {
@@ -4253,7 +4253,7 @@ const de_DBInstance = (output, context) => {
4253
4253
  if (output[_BRP] != null) {
4254
4254
  contents[_BRP] = __strictParseInt32(output[_BRP]);
4255
4255
  }
4256
- if (output.VpcSecurityGroups === "") {
4256
+ if (String(output.VpcSecurityGroups).trim() === "") {
4257
4257
  contents[_VSG] = [];
4258
4258
  }
4259
4259
  else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
@@ -4283,7 +4283,7 @@ const de_DBInstance = (output, context) => {
4283
4283
  if (output[_PA] != null) {
4284
4284
  contents[_PA] = __parseBoolean(output[_PA]);
4285
4285
  }
4286
- if (output.StatusInfos === "") {
4286
+ if (String(output.StatusInfos).trim() === "") {
4287
4287
  contents[_SIt] = [];
4288
4288
  }
4289
4289
  else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
@@ -4313,7 +4313,7 @@ const de_DBInstance = (output, context) => {
4313
4313
  if (output[_DBIA] != null) {
4314
4314
  contents[_DBIA] = __expectString(output[_DBIA]);
4315
4315
  }
4316
- if (output.EnabledCloudwatchLogsExports === "") {
4316
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
4317
4317
  contents[_ECLEn] = [];
4318
4318
  }
4319
4319
  else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
@@ -4349,7 +4349,7 @@ const de_DBInstanceMessage = (output, context) => {
4349
4349
  if (output[_M] != null) {
4350
4350
  contents[_M] = __expectString(output[_M]);
4351
4351
  }
4352
- if (output.DBInstances === "") {
4352
+ if (String(output.DBInstances).trim() === "") {
4353
4353
  contents[_DBIn] = [];
4354
4354
  }
4355
4355
  else if (output[_DBIn] != null && output[_DBIn][_DBI] != null) {
@@ -4443,7 +4443,7 @@ const de_DBSubnetGroup = (output, context) => {
4443
4443
  if (output[_SGS] != null) {
4444
4444
  contents[_SGS] = __expectString(output[_SGS]);
4445
4445
  }
4446
- if (output.Subnets === "") {
4446
+ if (String(output.Subnets).trim() === "") {
4447
4447
  contents[_Su] = [];
4448
4448
  }
4449
4449
  else if (output[_Su] != null && output[_Su][_Sub] != null) {
@@ -4473,7 +4473,7 @@ const de_DBSubnetGroupMessage = (output, context) => {
4473
4473
  if (output[_M] != null) {
4474
4474
  contents[_M] = __expectString(output[_M]);
4475
4475
  }
4476
- if (output.DBSubnetGroups === "") {
4476
+ if (String(output.DBSubnetGroups).trim() === "") {
4477
4477
  contents[_DBSGu] = [];
4478
4478
  }
4479
4479
  else if (output[_DBSGu] != null && output[_DBSGu][_DBSG] != null) {
@@ -4586,7 +4586,7 @@ const de_EngineDefaults = (output, context) => {
4586
4586
  if (output[_M] != null) {
4587
4587
  contents[_M] = __expectString(output[_M]);
4588
4588
  }
4589
- if (output.Parameters === "") {
4589
+ if (String(output.Parameters).trim() === "") {
4590
4590
  contents[_Pa] = [];
4591
4591
  }
4592
4592
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
@@ -4605,7 +4605,7 @@ const de_Event = (output, context) => {
4605
4605
  if (output[_Me] != null) {
4606
4606
  contents[_Me] = __expectString(output[_Me]);
4607
4607
  }
4608
- if (output.EventCategories === "") {
4608
+ if (String(output.EventCategories).trim() === "") {
4609
4609
  contents[_EC] = [];
4610
4610
  }
4611
4611
  else if (output[_EC] != null && output[_EC][_ECv] != null) {
@@ -4631,7 +4631,7 @@ const de_EventCategoriesMap = (output, context) => {
4631
4631
  if (output[_STo] != null) {
4632
4632
  contents[_STo] = __expectString(output[_STo]);
4633
4633
  }
4634
- if (output.EventCategories === "") {
4634
+ if (String(output.EventCategories).trim() === "") {
4635
4635
  contents[_EC] = [];
4636
4636
  }
4637
4637
  else if (output[_EC] != null && output[_EC][_ECv] != null) {
@@ -4648,7 +4648,7 @@ const de_EventCategoriesMapList = (output, context) => {
4648
4648
  };
4649
4649
  const de_EventCategoriesMessage = (output, context) => {
4650
4650
  const contents = {};
4651
- if (output.EventCategoriesMapList === "") {
4651
+ if (String(output.EventCategoriesMapList).trim() === "") {
4652
4652
  contents[_ECML] = [];
4653
4653
  }
4654
4654
  else if (output[_ECML] != null && output[_ECML][_ECM] != null) {
@@ -4668,7 +4668,7 @@ const de_EventsMessage = (output, context) => {
4668
4668
  if (output[_M] != null) {
4669
4669
  contents[_M] = __expectString(output[_M]);
4670
4670
  }
4671
- if (output.Events === "") {
4671
+ if (String(output.Events).trim() === "") {
4672
4672
  contents[_Ev] = [];
4673
4673
  }
4674
4674
  else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
@@ -4696,13 +4696,13 @@ const de_EventSubscription = (output, context) => {
4696
4696
  if (output[_STo] != null) {
4697
4697
  contents[_STo] = __expectString(output[_STo]);
4698
4698
  }
4699
- if (output.SourceIdsList === "") {
4699
+ if (String(output.SourceIdsList).trim() === "") {
4700
4700
  contents[_SIL] = [];
4701
4701
  }
4702
4702
  else if (output[_SIL] != null && output[_SIL][_SIou] != null) {
4703
4703
  contents[_SIL] = de_SourceIdsList(__getArrayIfSingleItem(output[_SIL][_SIou]), context);
4704
4704
  }
4705
- if (output.EventCategoriesList === "") {
4705
+ if (String(output.EventCategoriesList).trim() === "") {
4706
4706
  contents[_ECL] = [];
4707
4707
  }
4708
4708
  else if (output[_ECL] != null && output[_ECL][_ECv] != null) {
@@ -4735,7 +4735,7 @@ const de_EventSubscriptionsMessage = (output, context) => {
4735
4735
  if (output[_M] != null) {
4736
4736
  contents[_M] = __expectString(output[_M]);
4737
4737
  }
4738
- if (output.EventSubscriptionsList === "") {
4738
+ if (String(output.EventSubscriptionsList).trim() === "") {
4739
4739
  contents[_ESL] = [];
4740
4740
  }
4741
4741
  else if (output[_ESL] != null && output[_ESL][_ES] != null) {
@@ -4786,7 +4786,7 @@ const de_GlobalCluster = (output, context) => {
4786
4786
  if (output[_DP] != null) {
4787
4787
  contents[_DP] = __parseBoolean(output[_DP]);
4788
4788
  }
4789
- if (output.GlobalClusterMembers === "") {
4789
+ if (String(output.GlobalClusterMembers).trim() === "") {
4790
4790
  contents[_GCM] = [];
4791
4791
  }
4792
4792
  else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
@@ -4813,7 +4813,7 @@ const de_GlobalClusterMember = (output, context) => {
4813
4813
  if (output[_DBCA] != null) {
4814
4814
  contents[_DBCA] = __expectString(output[_DBCA]);
4815
4815
  }
4816
- if (output.Readers === "") {
4816
+ if (String(output.Readers).trim() === "") {
4817
4817
  contents[_R] = [];
4818
4818
  }
4819
4819
  else if (output[_R] != null && output[_R][_me] != null) {
@@ -4850,7 +4850,7 @@ const de_GlobalClustersMessage = (output, context) => {
4850
4850
  if (output[_M] != null) {
4851
4851
  contents[_M] = __expectString(output[_M]);
4852
4852
  }
4853
- if (output.GlobalClusters === "") {
4853
+ if (String(output.GlobalClusters).trim() === "") {
4854
4854
  contents[_GCl] = [];
4855
4855
  }
4856
4856
  else if (output[_GCl] != null && output[_GCl][_GCMl] != null) {
@@ -5047,7 +5047,7 @@ const de_OrderableDBInstanceOption = (output, context) => {
5047
5047
  if (output[_LM] != null) {
5048
5048
  contents[_LM] = __expectString(output[_LM]);
5049
5049
  }
5050
- if (output.AvailabilityZones === "") {
5050
+ if (String(output.AvailabilityZones).trim() === "") {
5051
5051
  contents[_AZ] = [];
5052
5052
  }
5053
5053
  else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
@@ -5070,7 +5070,7 @@ const de_OrderableDBInstanceOptionsList = (output, context) => {
5070
5070
  };
5071
5071
  const de_OrderableDBInstanceOptionsMessage = (output, context) => {
5072
5072
  const contents = {};
5073
- if (output.OrderableDBInstanceOptions === "") {
5073
+ if (String(output.OrderableDBInstanceOptions).trim() === "") {
5074
5074
  contents[_ODBIO] = [];
5075
5075
  }
5076
5076
  else if (output[_ODBIO] != null && output[_ODBIO][_ODBIOr] != null) {
@@ -5124,13 +5124,13 @@ const de_ParametersList = (output, context) => {
5124
5124
  };
5125
5125
  const de_PendingCloudwatchLogsExports = (output, context) => {
5126
5126
  const contents = {};
5127
- if (output.LogTypesToEnable === "") {
5127
+ if (String(output.LogTypesToEnable).trim() === "") {
5128
5128
  contents[_LTTE] = [];
5129
5129
  }
5130
5130
  else if (output[_LTTE] != null && output[_LTTE][_me] != null) {
5131
5131
  contents[_LTTE] = de_LogTypeList(__getArrayIfSingleItem(output[_LTTE][_me]), context);
5132
5132
  }
5133
- if (output.LogTypesToDisable === "") {
5133
+ if (String(output.LogTypesToDisable).trim() === "") {
5134
5134
  contents[_LTTD] = [];
5135
5135
  }
5136
5136
  else if (output[_LTTD] != null && output[_LTTD][_me] != null) {
@@ -5176,7 +5176,7 @@ const de_PendingMaintenanceActions = (output, context) => {
5176
5176
  };
5177
5177
  const de_PendingMaintenanceActionsMessage = (output, context) => {
5178
5178
  const contents = {};
5179
- if (output.PendingMaintenanceActions === "") {
5179
+ if (String(output.PendingMaintenanceActions).trim() === "") {
5180
5180
  contents[_PMA] = [];
5181
5181
  }
5182
5182
  else if (output[_PMA] != null && output[_PMA][_RPMA] != null) {
@@ -5280,7 +5280,7 @@ const de_ResourcePendingMaintenanceActions = (output, context) => {
5280
5280
  if (output[_RI] != null) {
5281
5281
  contents[_RI] = __expectString(output[_RI]);
5282
5282
  }
5283
- if (output.PendingMaintenanceActionDetails === "") {
5283
+ if (String(output.PendingMaintenanceActionDetails).trim() === "") {
5284
5284
  contents[_PMAD] = [];
5285
5285
  }
5286
5286
  else if (output[_PMAD] != null && output[_PMAD][_PMAe] != null) {
@@ -5473,7 +5473,7 @@ const de_TagList = (output, context) => {
5473
5473
  };
5474
5474
  const de_TagListMessage = (output, context) => {
5475
5475
  const contents = {};
5476
- if (output.TagList === "") {
5476
+ if (String(output.TagList).trim() === "") {
5477
5477
  contents[_TL] = [];
5478
5478
  }
5479
5479
  else if (output[_TL] != null && output[_TL][_Ta] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-docdb",
3
3
  "description": "AWS SDK for JavaScript Docdb Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.894.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-docdb",
@@ -20,18 +20,18 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.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
28
  "@aws-sdk/middleware-sdk-rds": "3.893.0",
29
- "@aws-sdk/middleware-user-agent": "3.893.0",
29
+ "@aws-sdk/middleware-user-agent": "3.894.0",
30
30
  "@aws-sdk/region-config-resolver": "3.893.0",
31
31
  "@aws-sdk/types": "3.893.0",
32
32
  "@aws-sdk/util-endpoints": "3.893.0",
33
33
  "@aws-sdk/util-user-agent-browser": "3.893.0",
34
- "@aws-sdk/util-user-agent-node": "3.893.0",
34
+ "@aws-sdk/util-user-agent-node": "3.894.0",
35
35
  "@smithy/config-resolver": "^4.2.2",
36
36
  "@smithy/core": "^3.11.1",
37
37
  "@smithy/fetch-http-handler": "^5.2.1",