@aws-sdk/client-neptune 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
@@ -6306,12 +6306,12 @@ var de_CreateDBClusterEndpointOutput = /* @__PURE__ */ __name((output, context)
6306
6306
  if (output[_CET] != null) {
6307
6307
  contents[_CET] = (0, import_smithy_client.expectString)(output[_CET]);
6308
6308
  }
6309
- if (output.StaticMembers === "") {
6309
+ if (String(output.StaticMembers).trim() === "") {
6310
6310
  contents[_SM] = [];
6311
6311
  } else if (output[_SM] != null && output[_SM][_me] != null) {
6312
6312
  contents[_SM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SM][_me]), context);
6313
6313
  }
6314
- if (output.ExcludedMembers === "") {
6314
+ if (String(output.ExcludedMembers).trim() === "") {
6315
6315
  contents[_EM] = [];
6316
6316
  } else if (output[_EM] != null && output[_EM][_me] != null) {
6317
6317
  contents[_EM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EM][_me]), context);
@@ -6382,7 +6382,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
6382
6382
  if (output[_AS] != null) {
6383
6383
  contents[_AS] = (0, import_smithy_client.strictParseInt32)(output[_AS]);
6384
6384
  }
6385
- if (output.AvailabilityZones === "") {
6385
+ if (String(output.AvailabilityZones).trim() === "") {
6386
6386
  contents[_AZ] = [];
6387
6387
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
6388
6388
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -6438,7 +6438,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
6438
6438
  if (output[_MU] != null) {
6439
6439
  contents[_MU] = (0, import_smithy_client.expectString)(output[_MU]);
6440
6440
  }
6441
- if (output.DBClusterOptionGroupMemberships === "") {
6441
+ if (String(output.DBClusterOptionGroupMemberships).trim() === "") {
6442
6442
  contents[_DBCOGM] = [];
6443
6443
  } else if (output[_DBCOGM] != null && output[_DBCOGM][_DBCOG] != null) {
6444
6444
  contents[_DBCOGM] = de_DBClusterOptionGroupMemberships((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCOGM][_DBCOG]), context);
@@ -6452,17 +6452,17 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
6452
6452
  if (output[_RSI] != null) {
6453
6453
  contents[_RSI] = (0, import_smithy_client.expectString)(output[_RSI]);
6454
6454
  }
6455
- if (output.ReadReplicaIdentifiers === "") {
6455
+ if (String(output.ReadReplicaIdentifiers).trim() === "") {
6456
6456
  contents[_RRI] = [];
6457
6457
  } else if (output[_RRI] != null && output[_RRI][_RRIe] != null) {
6458
6458
  contents[_RRI] = de_ReadReplicaIdentifierList((0, import_smithy_client.getArrayIfSingleItem)(output[_RRI][_RRIe]), context);
6459
6459
  }
6460
- if (output.DBClusterMembers === "") {
6460
+ if (String(output.DBClusterMembers).trim() === "") {
6461
6461
  contents[_DBCM] = [];
6462
6462
  } else if (output[_DBCM] != null && output[_DBCM][_DBCMl] != null) {
6463
6463
  contents[_DBCM] = de_DBClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCM][_DBCMl]), context);
6464
6464
  }
6465
- if (output.VpcSecurityGroups === "") {
6465
+ if (String(output.VpcSecurityGroups).trim() === "") {
6466
6466
  contents[_VSG] = [];
6467
6467
  } else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
6468
6468
  contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGM]), context);
@@ -6482,7 +6482,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
6482
6482
  if (output[_DBCA] != null) {
6483
6483
  contents[_DBCA] = (0, import_smithy_client.expectString)(output[_DBCA]);
6484
6484
  }
6485
- if (output.AssociatedRoles === "") {
6485
+ if (String(output.AssociatedRoles).trim() === "") {
6486
6486
  contents[_AR] = [];
6487
6487
  } else if (output[_AR] != null && output[_AR][_DBCR] != null) {
6488
6488
  contents[_AR] = de_DBClusterRoles((0, import_smithy_client.getArrayIfSingleItem)(output[_AR][_DBCR]), context);
@@ -6499,7 +6499,7 @@ var de_DBCluster = /* @__PURE__ */ __name((output, context) => {
6499
6499
  if (output[_CTTS] != null) {
6500
6500
  contents[_CTTS] = (0, import_smithy_client.parseBoolean)(output[_CTTS]);
6501
6501
  }
6502
- if (output.EnabledCloudwatchLogsExports === "") {
6502
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
6503
6503
  contents[_ECLEn] = [];
6504
6504
  } else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
6505
6505
  contents[_ECLEn] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECLEn][_me]), context);
@@ -6560,12 +6560,12 @@ var de_DBClusterEndpoint = /* @__PURE__ */ __name((output, context) => {
6560
6560
  if (output[_CET] != null) {
6561
6561
  contents[_CET] = (0, import_smithy_client.expectString)(output[_CET]);
6562
6562
  }
6563
- if (output.StaticMembers === "") {
6563
+ if (String(output.StaticMembers).trim() === "") {
6564
6564
  contents[_SM] = [];
6565
6565
  } else if (output[_SM] != null && output[_SM][_me] != null) {
6566
6566
  contents[_SM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SM][_me]), context);
6567
6567
  }
6568
- if (output.ExcludedMembers === "") {
6568
+ if (String(output.ExcludedMembers).trim() === "") {
6569
6569
  contents[_EM] = [];
6570
6570
  } else if (output[_EM] != null && output[_EM][_me] != null) {
6571
6571
  contents[_EM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EM][_me]), context);
@@ -6592,7 +6592,7 @@ var de_DBClusterEndpointMessage = /* @__PURE__ */ __name((output, context) => {
6592
6592
  if (output[_M] != null) {
6593
6593
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6594
6594
  }
6595
- if (output.DBClusterEndpoints === "") {
6595
+ if (String(output.DBClusterEndpoints).trim() === "") {
6596
6596
  contents[_DBCE] = [];
6597
6597
  } else if (output[_DBCE] != null && output[_DBCE][_DBCEL] != null) {
6598
6598
  contents[_DBCE] = de_DBClusterEndpointList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCE][_DBCEL]), context);
@@ -6644,7 +6644,7 @@ var de_DBClusterMessage = /* @__PURE__ */ __name((output, context) => {
6644
6644
  if (output[_M] != null) {
6645
6645
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6646
6646
  }
6647
- if (output.DBClusters === "") {
6647
+ if (String(output.DBClusters).trim() === "") {
6648
6648
  contents[_DBCl] = [];
6649
6649
  } else if (output[_DBCl] != null && output[_DBCl][_DBC] != null) {
6650
6650
  contents[_DBCl] = de_DBClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCl][_DBC]), context);
@@ -6691,7 +6691,7 @@ var de_DBClusterParameterGroup = /* @__PURE__ */ __name((output, context) => {
6691
6691
  }, "de_DBClusterParameterGroup");
6692
6692
  var de_DBClusterParameterGroupDetails = /* @__PURE__ */ __name((output, context) => {
6693
6693
  const contents = {};
6694
- if (output.Parameters === "") {
6694
+ if (String(output.Parameters).trim() === "") {
6695
6695
  contents[_Pa] = [];
6696
6696
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
6697
6697
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -6725,7 +6725,7 @@ var de_DBClusterParameterGroupsMessage = /* @__PURE__ */ __name((output, context
6725
6725
  if (output[_M] != null) {
6726
6726
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6727
6727
  }
6728
- if (output.DBClusterParameterGroups === "") {
6728
+ if (String(output.DBClusterParameterGroups).trim() === "") {
6729
6729
  contents[_DBCPGl] = [];
6730
6730
  } else if (output[_DBCPGl] != null && output[_DBCPGl][_DBCPG] != null) {
6731
6731
  contents[_DBCPGl] = de_DBClusterParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCPGl][_DBCPG]), context);
@@ -6780,7 +6780,7 @@ var de_DBClusterRoles = /* @__PURE__ */ __name((output, context) => {
6780
6780
  }, "de_DBClusterRoles");
6781
6781
  var de_DBClusterSnapshot = /* @__PURE__ */ __name((output, context) => {
6782
6782
  const contents = {};
6783
- if (output.AvailabilityZones === "") {
6783
+ if (String(output.AvailabilityZones).trim() === "") {
6784
6784
  contents[_AZ] = [];
6785
6785
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
6786
6786
  contents[_AZ] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -6859,7 +6859,7 @@ var de_DBClusterSnapshotAttribute = /* @__PURE__ */ __name((output, context) =>
6859
6859
  if (output[_AN] != null) {
6860
6860
  contents[_AN] = (0, import_smithy_client.expectString)(output[_AN]);
6861
6861
  }
6862
- if (output.AttributeValues === "") {
6862
+ if (String(output.AttributeValues).trim() === "") {
6863
6863
  contents[_AVt] = [];
6864
6864
  } else if (output[_AVt] != null && output[_AVt][_AVtt] != null) {
6865
6865
  contents[_AVt] = de_AttributeValueList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVt][_AVtt]), context);
@@ -6876,7 +6876,7 @@ var de_DBClusterSnapshotAttributesResult = /* @__PURE__ */ __name((output, conte
6876
6876
  if (output[_DBCSI] != null) {
6877
6877
  contents[_DBCSI] = (0, import_smithy_client.expectString)(output[_DBCSI]);
6878
6878
  }
6879
- if (output.DBClusterSnapshotAttributes === "") {
6879
+ if (String(output.DBClusterSnapshotAttributes).trim() === "") {
6880
6880
  contents[_DBCSAl] = [];
6881
6881
  } else if (output[_DBCSAl] != null && output[_DBCSAl][_DBCSAlu] != null) {
6882
6882
  contents[_DBCSAl] = de_DBClusterSnapshotAttributeList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCSAl][_DBCSAlu]), context);
@@ -6893,7 +6893,7 @@ var de_DBClusterSnapshotMessage = /* @__PURE__ */ __name((output, context) => {
6893
6893
  if (output[_M] != null) {
6894
6894
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6895
6895
  }
6896
- if (output.DBClusterSnapshots === "") {
6896
+ if (String(output.DBClusterSnapshots).trim() === "") {
6897
6897
  contents[_DBCSl] = [];
6898
6898
  } else if (output[_DBCSl] != null && output[_DBCSl][_DBCS] != null) {
6899
6899
  contents[_DBCSl] = de_DBClusterSnapshotList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBCSl][_DBCS]), context);
@@ -6927,22 +6927,22 @@ var de_DBEngineVersion = /* @__PURE__ */ __name((output, context) => {
6927
6927
  if (output[_DCS] != null) {
6928
6928
  contents[_DCS] = de_CharacterSet(output[_DCS], context);
6929
6929
  }
6930
- if (output.SupportedCharacterSets === "") {
6930
+ if (String(output.SupportedCharacterSets).trim() === "") {
6931
6931
  contents[_SCS] = [];
6932
6932
  } else if (output[_SCS] != null && output[_SCS][_CS] != null) {
6933
6933
  contents[_SCS] = de_SupportedCharacterSetsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SCS][_CS]), context);
6934
6934
  }
6935
- if (output.ValidUpgradeTarget === "") {
6935
+ if (String(output.ValidUpgradeTarget).trim() === "") {
6936
6936
  contents[_VUT] = [];
6937
6937
  } else if (output[_VUT] != null && output[_VUT][_UT] != null) {
6938
6938
  contents[_VUT] = de_ValidUpgradeTargetList((0, import_smithy_client.getArrayIfSingleItem)(output[_VUT][_UT]), context);
6939
6939
  }
6940
- if (output.SupportedTimezones === "") {
6940
+ if (String(output.SupportedTimezones).trim() === "") {
6941
6941
  contents[_STu] = [];
6942
6942
  } else if (output[_STu] != null && output[_STu][_Ti] != null) {
6943
6943
  contents[_STu] = de_SupportedTimezonesList((0, import_smithy_client.getArrayIfSingleItem)(output[_STu][_Ti]), context);
6944
6944
  }
6945
- if (output.ExportableLogTypes === "") {
6945
+ if (String(output.ExportableLogTypes).trim() === "") {
6946
6946
  contents[_ELTx] = [];
6947
6947
  } else if (output[_ELTx] != null && output[_ELTx][_me] != null) {
6948
6948
  contents[_ELTx] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ELTx][_me]), context);
@@ -6968,7 +6968,7 @@ var de_DBEngineVersionMessage = /* @__PURE__ */ __name((output, context) => {
6968
6968
  if (output[_M] != null) {
6969
6969
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
6970
6970
  }
6971
- if (output.DBEngineVersions === "") {
6971
+ if (String(output.DBEngineVersions).trim() === "") {
6972
6972
  contents[_DBEV] = [];
6973
6973
  } else if (output[_DBEV] != null && output[_DBEV][_DBEVn] != null) {
6974
6974
  contents[_DBEV] = de_DBEngineVersionList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBEV][_DBEVn]), context);
@@ -7010,17 +7010,17 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7010
7010
  if (output[_BRP] != null) {
7011
7011
  contents[_BRP] = (0, import_smithy_client.strictParseInt32)(output[_BRP]);
7012
7012
  }
7013
- if (output.DBSecurityGroups === "") {
7013
+ if (String(output.DBSecurityGroups).trim() === "") {
7014
7014
  contents[_DBSG] = [];
7015
7015
  } else if (output[_DBSG] != null && output[_DBSG][_DBSGe] != null) {
7016
7016
  contents[_DBSG] = de_DBSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSG][_DBSGe]), context);
7017
7017
  }
7018
- if (output.VpcSecurityGroups === "") {
7018
+ if (String(output.VpcSecurityGroups).trim() === "") {
7019
7019
  contents[_VSG] = [];
7020
7020
  } else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
7021
7021
  contents[_VSG] = de_VpcSecurityGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_VSG][_VSGM]), context);
7022
7022
  }
7023
- if (output.DBParameterGroups === "") {
7023
+ if (String(output.DBParameterGroups).trim() === "") {
7024
7024
  contents[_DBPGa] = [];
7025
7025
  } else if (output[_DBPGa] != null && output[_DBPGa][_DBPG] != null) {
7026
7026
  contents[_DBPGa] = de_DBParameterGroupStatusList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPGa][_DBPG]), context);
@@ -7052,7 +7052,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7052
7052
  if (output[_RRSDBII] != null) {
7053
7053
  contents[_RRSDBII] = (0, import_smithy_client.expectString)(output[_RRSDBII]);
7054
7054
  }
7055
- if (output.ReadReplicaDBInstanceIdentifiers === "") {
7055
+ if (String(output.ReadReplicaDBInstanceIdentifiers).trim() === "") {
7056
7056
  contents[_RRDBII] = [];
7057
7057
  } else if (output[_RRDBII] != null && output[_RRDBII][_RRDBIIe] != null) {
7058
7058
  contents[_RRDBII] = de_ReadReplicaDBInstanceIdentifierList(
@@ -7060,7 +7060,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7060
7060
  context
7061
7061
  );
7062
7062
  }
7063
- if (output.ReadReplicaDBClusterIdentifiers === "") {
7063
+ if (String(output.ReadReplicaDBClusterIdentifiers).trim() === "") {
7064
7064
  contents[_RRDBCI] = [];
7065
7065
  } else if (output[_RRDBCI] != null && output[_RRDBCI][_RRDBCIe] != null) {
7066
7066
  contents[_RRDBCI] = de_ReadReplicaDBClusterIdentifierList(
@@ -7074,7 +7074,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7074
7074
  if (output[_I] != null) {
7075
7075
  contents[_I] = (0, import_smithy_client.strictParseInt32)(output[_I]);
7076
7076
  }
7077
- if (output.OptionGroupMemberships === "") {
7077
+ if (String(output.OptionGroupMemberships).trim() === "") {
7078
7078
  contents[_OGM] = [];
7079
7079
  } else if (output[_OGM] != null && output[_OGM][_OGMp] != null) {
7080
7080
  contents[_OGM] = de_OptionGroupMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_OGM][_OGMp]), context);
@@ -7088,7 +7088,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7088
7088
  if (output[_PA] != null) {
7089
7089
  contents[_PA] = (0, import_smithy_client.parseBoolean)(output[_PA]);
7090
7090
  }
7091
- if (output.StatusInfos === "") {
7091
+ if (String(output.StatusInfos).trim() === "") {
7092
7092
  contents[_SIt] = [];
7093
7093
  } else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
7094
7094
  contents[_SIt] = de_DBInstanceStatusInfoList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIt][_DBISI]), context);
@@ -7117,7 +7117,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7117
7117
  if (output[_CACI] != null) {
7118
7118
  contents[_CACI] = (0, import_smithy_client.expectString)(output[_CACI]);
7119
7119
  }
7120
- if (output.DomainMemberships === "") {
7120
+ if (String(output.DomainMemberships).trim() === "") {
7121
7121
  contents[_DM] = [];
7122
7122
  } else if (output[_DM] != null && output[_DM][_DMo] != null) {
7123
7123
  contents[_DM] = de_DomainMembershipList((0, import_smithy_client.getArrayIfSingleItem)(output[_DM][_DMo]), context);
@@ -7152,7 +7152,7 @@ var de_DBInstance = /* @__PURE__ */ __name((output, context) => {
7152
7152
  if (output[_PIKMSKI] != null) {
7153
7153
  contents[_PIKMSKI] = (0, import_smithy_client.expectString)(output[_PIKMSKI]);
7154
7154
  }
7155
- if (output.EnabledCloudwatchLogsExports === "") {
7155
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
7156
7156
  contents[_ECLEn] = [];
7157
7157
  } else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
7158
7158
  contents[_ECLEn] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECLEn][_me]), context);
@@ -7179,7 +7179,7 @@ var de_DBInstanceMessage = /* @__PURE__ */ __name((output, context) => {
7179
7179
  if (output[_M] != null) {
7180
7180
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7181
7181
  }
7182
- if (output.DBInstances === "") {
7182
+ if (String(output.DBInstances).trim() === "") {
7183
7183
  contents[_DBIn] = [];
7184
7184
  } else if (output[_DBIn] != null && output[_DBIn][_DBI] != null) {
7185
7185
  contents[_DBIn] = de_DBInstanceList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBIn][_DBI]), context);
@@ -7239,7 +7239,7 @@ var de_DBParameterGroupAlreadyExistsFault = /* @__PURE__ */ __name((output, cont
7239
7239
  }, "de_DBParameterGroupAlreadyExistsFault");
7240
7240
  var de_DBParameterGroupDetails = /* @__PURE__ */ __name((output, context) => {
7241
7241
  const contents = {};
7242
- if (output.Parameters === "") {
7242
+ if (String(output.Parameters).trim() === "") {
7243
7243
  contents[_Pa] = [];
7244
7244
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
7245
7245
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -7280,7 +7280,7 @@ var de_DBParameterGroupsMessage = /* @__PURE__ */ __name((output, context) => {
7280
7280
  if (output[_M] != null) {
7281
7281
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7282
7282
  }
7283
- if (output.DBParameterGroups === "") {
7283
+ if (String(output.DBParameterGroups).trim() === "") {
7284
7284
  contents[_DBPGa] = [];
7285
7285
  } else if (output[_DBPGa] != null && output[_DBPGa][_DBPG] != null) {
7286
7286
  contents[_DBPGa] = de_DBParameterGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_DBPGa][_DBPG]), context);
@@ -7352,7 +7352,7 @@ var de_DBSubnetGroup = /* @__PURE__ */ __name((output, context) => {
7352
7352
  if (output[_SGS] != null) {
7353
7353
  contents[_SGS] = (0, import_smithy_client.expectString)(output[_SGS]);
7354
7354
  }
7355
- if (output.Subnets === "") {
7355
+ if (String(output.Subnets).trim() === "") {
7356
7356
  contents[_Su] = [];
7357
7357
  } else if (output[_Su] != null && output[_Su][_Sub] != null) {
7358
7358
  contents[_Su] = de_SubnetList((0, import_smithy_client.getArrayIfSingleItem)(output[_Su][_Sub]), context);
@@ -7381,7 +7381,7 @@ var de_DBSubnetGroupMessage = /* @__PURE__ */ __name((output, context) => {
7381
7381
  if (output[_M] != null) {
7382
7382
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7383
7383
  }
7384
- if (output.DBSubnetGroups === "") {
7384
+ if (String(output.DBSubnetGroups).trim() === "") {
7385
7385
  contents[_DBSGub] = [];
7386
7386
  } else if (output[_DBSGub] != null && output[_DBSGub][_DBSGu] != null) {
7387
7387
  contents[_DBSGub] = de_DBSubnetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_DBSGub][_DBSGu]), context);
@@ -7444,12 +7444,12 @@ var de_DeleteDBClusterEndpointOutput = /* @__PURE__ */ __name((output, context)
7444
7444
  if (output[_CET] != null) {
7445
7445
  contents[_CET] = (0, import_smithy_client.expectString)(output[_CET]);
7446
7446
  }
7447
- if (output.StaticMembers === "") {
7447
+ if (String(output.StaticMembers).trim() === "") {
7448
7448
  contents[_SM] = [];
7449
7449
  } else if (output[_SM] != null && output[_SM][_me] != null) {
7450
7450
  contents[_SM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SM][_me]), context);
7451
7451
  }
7452
- if (output.ExcludedMembers === "") {
7452
+ if (String(output.ExcludedMembers).trim() === "") {
7453
7453
  contents[_EM] = [];
7454
7454
  } else if (output[_EM] != null && output[_EM][_me] != null) {
7455
7455
  contents[_EM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EM][_me]), context);
@@ -7586,7 +7586,7 @@ var de_EngineDefaults = /* @__PURE__ */ __name((output, context) => {
7586
7586
  if (output[_M] != null) {
7587
7587
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7588
7588
  }
7589
- if (output.Parameters === "") {
7589
+ if (String(output.Parameters).trim() === "") {
7590
7590
  contents[_Pa] = [];
7591
7591
  } else if (output[_Pa] != null && output[_Pa][_Par] != null) {
7592
7592
  contents[_Pa] = de_ParametersList((0, import_smithy_client.getArrayIfSingleItem)(output[_Pa][_Par]), context);
@@ -7604,7 +7604,7 @@ var de_Event = /* @__PURE__ */ __name((output, context) => {
7604
7604
  if (output[_Me] != null) {
7605
7605
  contents[_Me] = (0, import_smithy_client.expectString)(output[_Me]);
7606
7606
  }
7607
- if (output.EventCategories === "") {
7607
+ if (String(output.EventCategories).trim() === "") {
7608
7608
  contents[_EC] = [];
7609
7609
  } else if (output[_EC] != null && output[_EC][_ECv] != null) {
7610
7610
  contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
@@ -7627,7 +7627,7 @@ var de_EventCategoriesMap = /* @__PURE__ */ __name((output, context) => {
7627
7627
  if (output[_STo] != null) {
7628
7628
  contents[_STo] = (0, import_smithy_client.expectString)(output[_STo]);
7629
7629
  }
7630
- if (output.EventCategories === "") {
7630
+ if (String(output.EventCategories).trim() === "") {
7631
7631
  contents[_EC] = [];
7632
7632
  } else if (output[_EC] != null && output[_EC][_ECv] != null) {
7633
7633
  contents[_EC] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_EC][_ECv]), context);
@@ -7641,7 +7641,7 @@ var de_EventCategoriesMapList = /* @__PURE__ */ __name((output, context) => {
7641
7641
  }, "de_EventCategoriesMapList");
7642
7642
  var de_EventCategoriesMessage = /* @__PURE__ */ __name((output, context) => {
7643
7643
  const contents = {};
7644
- if (output.EventCategoriesMapList === "") {
7644
+ if (String(output.EventCategoriesMapList).trim() === "") {
7645
7645
  contents[_ECML] = [];
7646
7646
  } else if (output[_ECML] != null && output[_ECML][_ECM] != null) {
7647
7647
  contents[_ECML] = de_EventCategoriesMapList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECML][_ECM]), context);
@@ -7658,7 +7658,7 @@ var de_EventsMessage = /* @__PURE__ */ __name((output, context) => {
7658
7658
  if (output[_M] != null) {
7659
7659
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7660
7660
  }
7661
- if (output.Events === "") {
7661
+ if (String(output.Events).trim() === "") {
7662
7662
  contents[_Ev] = [];
7663
7663
  } else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
7664
7664
  contents[_Ev] = de_EventList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_Eve]), context);
@@ -7685,12 +7685,12 @@ var de_EventSubscription = /* @__PURE__ */ __name((output, context) => {
7685
7685
  if (output[_STo] != null) {
7686
7686
  contents[_STo] = (0, import_smithy_client.expectString)(output[_STo]);
7687
7687
  }
7688
- if (output.SourceIdsList === "") {
7688
+ if (String(output.SourceIdsList).trim() === "") {
7689
7689
  contents[_SIL] = [];
7690
7690
  } else if (output[_SIL] != null && output[_SIL][_SIou] != null) {
7691
7691
  contents[_SIL] = de_SourceIdsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SIL][_SIou]), context);
7692
7692
  }
7693
- if (output.EventCategoriesList === "") {
7693
+ if (String(output.EventCategoriesList).trim() === "") {
7694
7694
  contents[_ECL] = [];
7695
7695
  } else if (output[_ECL] != null && output[_ECL][_ECv] != null) {
7696
7696
  contents[_ECL] = de_EventCategoriesList((0, import_smithy_client.getArrayIfSingleItem)(output[_ECL][_ECv]), context);
@@ -7720,7 +7720,7 @@ var de_EventSubscriptionsMessage = /* @__PURE__ */ __name((output, context) => {
7720
7720
  if (output[_M] != null) {
7721
7721
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7722
7722
  }
7723
- if (output.EventSubscriptionsList === "") {
7723
+ if (String(output.EventSubscriptionsList).trim() === "") {
7724
7724
  contents[_ESL] = [];
7725
7725
  } else if (output[_ESL] != null && output[_ESL][_ES] != null) {
7726
7726
  contents[_ESL] = de_EventSubscriptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ESL][_ES]), context);
@@ -7783,7 +7783,7 @@ var de_GlobalCluster = /* @__PURE__ */ __name((output, context) => {
7783
7783
  if (output[_DP] != null) {
7784
7784
  contents[_DP] = (0, import_smithy_client.parseBoolean)(output[_DP]);
7785
7785
  }
7786
- if (output.GlobalClusterMembers === "") {
7786
+ if (String(output.GlobalClusterMembers).trim() === "") {
7787
7787
  contents[_GCM] = [];
7788
7788
  } else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
7789
7789
  contents[_GCM] = de_GlobalClusterMemberList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCM][_GCMl]), context);
@@ -7810,7 +7810,7 @@ var de_GlobalClusterMember = /* @__PURE__ */ __name((output, context) => {
7810
7810
  if (output[_DBCA] != null) {
7811
7811
  contents[_DBCA] = (0, import_smithy_client.expectString)(output[_DBCA]);
7812
7812
  }
7813
- if (output.Readers === "") {
7813
+ if (String(output.Readers).trim() === "") {
7814
7814
  contents[_R] = [];
7815
7815
  } else if (output[_R] != null && output[_R][_me] != null) {
7816
7816
  contents[_R] = de_ReadersArnList((0, import_smithy_client.getArrayIfSingleItem)(output[_R][_me]), context);
@@ -7844,7 +7844,7 @@ var de_GlobalClustersMessage = /* @__PURE__ */ __name((output, context) => {
7844
7844
  if (output[_M] != null) {
7845
7845
  contents[_M] = (0, import_smithy_client.expectString)(output[_M]);
7846
7846
  }
7847
- if (output.GlobalClusters === "") {
7847
+ if (String(output.GlobalClusters).trim() === "") {
7848
7848
  contents[_GCl] = [];
7849
7849
  } else if (output[_GCl] != null && output[_GCl][_GCMl] != null) {
7850
7850
  contents[_GCl] = de_GlobalClusterList((0, import_smithy_client.getArrayIfSingleItem)(output[_GCl][_GCMl]), context);
@@ -8012,12 +8012,12 @@ var de_ModifyDBClusterEndpointOutput = /* @__PURE__ */ __name((output, context)
8012
8012
  if (output[_CET] != null) {
8013
8013
  contents[_CET] = (0, import_smithy_client.expectString)(output[_CET]);
8014
8014
  }
8015
- if (output.StaticMembers === "") {
8015
+ if (String(output.StaticMembers).trim() === "") {
8016
8016
  contents[_SM] = [];
8017
8017
  } else if (output[_SM] != null && output[_SM][_me] != null) {
8018
8018
  contents[_SM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_SM][_me]), context);
8019
8019
  }
8020
- if (output.ExcludedMembers === "") {
8020
+ if (String(output.ExcludedMembers).trim() === "") {
8021
8021
  contents[_EM] = [];
8022
8022
  } else if (output[_EM] != null && output[_EM][_me] != null) {
8023
8023
  contents[_EM] = de_StringList((0, import_smithy_client.getArrayIfSingleItem)(output[_EM][_me]), context);
@@ -8105,7 +8105,7 @@ var de_OrderableDBInstanceOption = /* @__PURE__ */ __name((output, context) => {
8105
8105
  if (output[_LM] != null) {
8106
8106
  contents[_LM] = (0, import_smithy_client.expectString)(output[_LM]);
8107
8107
  }
8108
- if (output.AvailabilityZones === "") {
8108
+ if (String(output.AvailabilityZones).trim() === "") {
8109
8109
  contents[_AZ] = [];
8110
8110
  } else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
8111
8111
  contents[_AZ] = de_AvailabilityZoneList((0, import_smithy_client.getArrayIfSingleItem)(output[_AZ][_AZv]), context);
@@ -8167,7 +8167,7 @@ var de_OrderableDBInstanceOptionsList = /* @__PURE__ */ __name((output, context)
8167
8167
  }, "de_OrderableDBInstanceOptionsList");
8168
8168
  var de_OrderableDBInstanceOptionsMessage = /* @__PURE__ */ __name((output, context) => {
8169
8169
  const contents = {};
8170
- if (output.OrderableDBInstanceOptions === "") {
8170
+ if (String(output.OrderableDBInstanceOptions).trim() === "") {
8171
8171
  contents[_ODBIO] = [];
8172
8172
  } else if (output[_ODBIO] != null && output[_ODBIO][_ODBIOr] != null) {
8173
8173
  contents[_ODBIO] = de_OrderableDBInstanceOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_ODBIO][_ODBIOr]), context);
@@ -8218,12 +8218,12 @@ var de_ParametersList = /* @__PURE__ */ __name((output, context) => {
8218
8218
  }, "de_ParametersList");
8219
8219
  var de_PendingCloudwatchLogsExports = /* @__PURE__ */ __name((output, context) => {
8220
8220
  const contents = {};
8221
- if (output.LogTypesToEnable === "") {
8221
+ if (String(output.LogTypesToEnable).trim() === "") {
8222
8222
  contents[_LTTE] = [];
8223
8223
  } else if (output[_LTTE] != null && output[_LTTE][_me] != null) {
8224
8224
  contents[_LTTE] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LTTE][_me]), context);
8225
8225
  }
8226
- if (output.LogTypesToDisable === "") {
8226
+ if (String(output.LogTypesToDisable).trim() === "") {
8227
8227
  contents[_LTTD] = [];
8228
8228
  } else if (output[_LTTD] != null && output[_LTTD][_me] != null) {
8229
8229
  contents[_LTTD] = de_LogTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_LTTD][_me]), context);
@@ -8264,7 +8264,7 @@ var de_PendingMaintenanceActions = /* @__PURE__ */ __name((output, context) => {
8264
8264
  }, "de_PendingMaintenanceActions");
8265
8265
  var de_PendingMaintenanceActionsMessage = /* @__PURE__ */ __name((output, context) => {
8266
8266
  const contents = {};
8267
- if (output.PendingMaintenanceActions === "") {
8267
+ if (String(output.PendingMaintenanceActions).trim() === "") {
8268
8268
  contents[_PMA] = [];
8269
8269
  } else if (output[_PMA] != null && output[_PMA][_RPMA] != null) {
8270
8270
  contents[_PMA] = de_PendingMaintenanceActions((0, import_smithy_client.getArrayIfSingleItem)(output[_PMA][_RPMA]), context);
@@ -8405,7 +8405,7 @@ var de_ResourcePendingMaintenanceActions = /* @__PURE__ */ __name((output, conte
8405
8405
  if (output[_RI] != null) {
8406
8406
  contents[_RI] = (0, import_smithy_client.expectString)(output[_RI]);
8407
8407
  }
8408
- if (output.PendingMaintenanceActionDetails === "") {
8408
+ if (String(output.PendingMaintenanceActionDetails).trim() === "") {
8409
8409
  contents[_PMAD] = [];
8410
8410
  } else if (output[_PMAD] != null && output[_PMAD][_PMAe] != null) {
8411
8411
  contents[_PMAD] = de_PendingMaintenanceActionDetails((0, import_smithy_client.getArrayIfSingleItem)(output[_PMAD][_PMAe]), context);
@@ -8596,7 +8596,7 @@ var de_TagList = /* @__PURE__ */ __name((output, context) => {
8596
8596
  }, "de_TagList");
8597
8597
  var de_TagListMessage = /* @__PURE__ */ __name((output, context) => {
8598
8598
  const contents = {};
8599
- if (output.TagList === "") {
8599
+ if (String(output.TagList).trim() === "") {
8600
8600
  contents[_TL] = [];
8601
8601
  } else if (output[_TL] != null && output[_TL][_Ta] != null) {
8602
8602
  contents[_TL] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_TL][_Ta]), context);
@@ -8634,7 +8634,7 @@ var de_UpgradeTarget = /* @__PURE__ */ __name((output, context) => {
8634
8634
  }, "de_UpgradeTarget");
8635
8635
  var de_ValidDBInstanceModificationsMessage = /* @__PURE__ */ __name((output, context) => {
8636
8636
  const contents = {};
8637
- if (output.Storage === "") {
8637
+ if (String(output.Storage).trim() === "") {
8638
8638
  contents[_Sto] = [];
8639
8639
  } else if (output[_Sto] != null && output[_Sto][_VSO] != null) {
8640
8640
  contents[_Sto] = de_ValidStorageOptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_Sto][_VSO]), context);
@@ -8646,17 +8646,17 @@ var de_ValidStorageOptions = /* @__PURE__ */ __name((output, context) => {
8646
8646
  if (output[_ST] != null) {
8647
8647
  contents[_ST] = (0, import_smithy_client.expectString)(output[_ST]);
8648
8648
  }
8649
- if (output.StorageSize === "") {
8649
+ if (String(output.StorageSize).trim() === "") {
8650
8650
  contents[_SSt] = [];
8651
8651
  } else if (output[_SSt] != null && output[_SSt][_Ra] != null) {
8652
8652
  contents[_SSt] = de_RangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_SSt][_Ra]), context);
8653
8653
  }
8654
- if (output.ProvisionedIops === "") {
8654
+ if (String(output.ProvisionedIops).trim() === "") {
8655
8655
  contents[_PI] = [];
8656
8656
  } else if (output[_PI] != null && output[_PI][_Ra] != null) {
8657
8657
  contents[_PI] = de_RangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_PI][_Ra]), context);
8658
8658
  }
8659
- if (output.IopsToStorageRatio === "") {
8659
+ if (String(output.IopsToStorageRatio).trim() === "") {
8660
8660
  contents[_ITSR] = [];
8661
8661
  } else if (output[_ITSR] != null && output[_ITSR][_DR] != null) {
8662
8662
  contents[_ITSR] = de_DoubleRangeList((0, import_smithy_client.getArrayIfSingleItem)(output[_ITSR][_DR]), context);
@@ -4713,13 +4713,13 @@ const de_CreateDBClusterEndpointOutput = (output, context) => {
4713
4713
  if (output[_CET] != null) {
4714
4714
  contents[_CET] = __expectString(output[_CET]);
4715
4715
  }
4716
- if (output.StaticMembers === "") {
4716
+ if (String(output.StaticMembers).trim() === "") {
4717
4717
  contents[_SM] = [];
4718
4718
  }
4719
4719
  else if (output[_SM] != null && output[_SM][_me] != null) {
4720
4720
  contents[_SM] = de_StringList(__getArrayIfSingleItem(output[_SM][_me]), context);
4721
4721
  }
4722
- if (output.ExcludedMembers === "") {
4722
+ if (String(output.ExcludedMembers).trim() === "") {
4723
4723
  contents[_EM] = [];
4724
4724
  }
4725
4725
  else if (output[_EM] != null && output[_EM][_me] != null) {
@@ -4791,7 +4791,7 @@ const de_DBCluster = (output, context) => {
4791
4791
  if (output[_AS] != null) {
4792
4792
  contents[_AS] = __strictParseInt32(output[_AS]);
4793
4793
  }
4794
- if (output.AvailabilityZones === "") {
4794
+ if (String(output.AvailabilityZones).trim() === "") {
4795
4795
  contents[_AZ] = [];
4796
4796
  }
4797
4797
  else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
@@ -4848,7 +4848,7 @@ const de_DBCluster = (output, context) => {
4848
4848
  if (output[_MU] != null) {
4849
4849
  contents[_MU] = __expectString(output[_MU]);
4850
4850
  }
4851
- if (output.DBClusterOptionGroupMemberships === "") {
4851
+ if (String(output.DBClusterOptionGroupMemberships).trim() === "") {
4852
4852
  contents[_DBCOGM] = [];
4853
4853
  }
4854
4854
  else if (output[_DBCOGM] != null && output[_DBCOGM][_DBCOG] != null) {
@@ -4863,19 +4863,19 @@ const de_DBCluster = (output, context) => {
4863
4863
  if (output[_RSI] != null) {
4864
4864
  contents[_RSI] = __expectString(output[_RSI]);
4865
4865
  }
4866
- if (output.ReadReplicaIdentifiers === "") {
4866
+ if (String(output.ReadReplicaIdentifiers).trim() === "") {
4867
4867
  contents[_RRI] = [];
4868
4868
  }
4869
4869
  else if (output[_RRI] != null && output[_RRI][_RRIe] != null) {
4870
4870
  contents[_RRI] = de_ReadReplicaIdentifierList(__getArrayIfSingleItem(output[_RRI][_RRIe]), context);
4871
4871
  }
4872
- if (output.DBClusterMembers === "") {
4872
+ if (String(output.DBClusterMembers).trim() === "") {
4873
4873
  contents[_DBCM] = [];
4874
4874
  }
4875
4875
  else if (output[_DBCM] != null && output[_DBCM][_DBCMl] != null) {
4876
4876
  contents[_DBCM] = de_DBClusterMemberList(__getArrayIfSingleItem(output[_DBCM][_DBCMl]), context);
4877
4877
  }
4878
- if (output.VpcSecurityGroups === "") {
4878
+ if (String(output.VpcSecurityGroups).trim() === "") {
4879
4879
  contents[_VSG] = [];
4880
4880
  }
4881
4881
  else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
@@ -4896,7 +4896,7 @@ const de_DBCluster = (output, context) => {
4896
4896
  if (output[_DBCA] != null) {
4897
4897
  contents[_DBCA] = __expectString(output[_DBCA]);
4898
4898
  }
4899
- if (output.AssociatedRoles === "") {
4899
+ if (String(output.AssociatedRoles).trim() === "") {
4900
4900
  contents[_AR] = [];
4901
4901
  }
4902
4902
  else if (output[_AR] != null && output[_AR][_DBCR] != null) {
@@ -4914,7 +4914,7 @@ const de_DBCluster = (output, context) => {
4914
4914
  if (output[_CTTS] != null) {
4915
4915
  contents[_CTTS] = __parseBoolean(output[_CTTS]);
4916
4916
  }
4917
- if (output.EnabledCloudwatchLogsExports === "") {
4917
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
4918
4918
  contents[_ECLEn] = [];
4919
4919
  }
4920
4920
  else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
@@ -4976,13 +4976,13 @@ const de_DBClusterEndpoint = (output, context) => {
4976
4976
  if (output[_CET] != null) {
4977
4977
  contents[_CET] = __expectString(output[_CET]);
4978
4978
  }
4979
- if (output.StaticMembers === "") {
4979
+ if (String(output.StaticMembers).trim() === "") {
4980
4980
  contents[_SM] = [];
4981
4981
  }
4982
4982
  else if (output[_SM] != null && output[_SM][_me] != null) {
4983
4983
  contents[_SM] = de_StringList(__getArrayIfSingleItem(output[_SM][_me]), context);
4984
4984
  }
4985
- if (output.ExcludedMembers === "") {
4985
+ if (String(output.ExcludedMembers).trim() === "") {
4986
4986
  contents[_EM] = [];
4987
4987
  }
4988
4988
  else if (output[_EM] != null && output[_EM][_me] != null) {
@@ -5012,7 +5012,7 @@ const de_DBClusterEndpointMessage = (output, context) => {
5012
5012
  if (output[_M] != null) {
5013
5013
  contents[_M] = __expectString(output[_M]);
5014
5014
  }
5015
- if (output.DBClusterEndpoints === "") {
5015
+ if (String(output.DBClusterEndpoints).trim() === "") {
5016
5016
  contents[_DBCE] = [];
5017
5017
  }
5018
5018
  else if (output[_DBCE] != null && output[_DBCE][_DBCEL] != null) {
@@ -5069,7 +5069,7 @@ const de_DBClusterMessage = (output, context) => {
5069
5069
  if (output[_M] != null) {
5070
5070
  contents[_M] = __expectString(output[_M]);
5071
5071
  }
5072
- if (output.DBClusters === "") {
5072
+ if (String(output.DBClusters).trim() === "") {
5073
5073
  contents[_DBCl] = [];
5074
5074
  }
5075
5075
  else if (output[_DBCl] != null && output[_DBCl][_DBC] != null) {
@@ -5119,7 +5119,7 @@ const de_DBClusterParameterGroup = (output, context) => {
5119
5119
  };
5120
5120
  const de_DBClusterParameterGroupDetails = (output, context) => {
5121
5121
  const contents = {};
5122
- if (output.Parameters === "") {
5122
+ if (String(output.Parameters).trim() === "") {
5123
5123
  contents[_Pa] = [];
5124
5124
  }
5125
5125
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
@@ -5156,7 +5156,7 @@ const de_DBClusterParameterGroupsMessage = (output, context) => {
5156
5156
  if (output[_M] != null) {
5157
5157
  contents[_M] = __expectString(output[_M]);
5158
5158
  }
5159
- if (output.DBClusterParameterGroups === "") {
5159
+ if (String(output.DBClusterParameterGroups).trim() === "") {
5160
5160
  contents[_DBCPGl] = [];
5161
5161
  }
5162
5162
  else if (output[_DBCPGl] != null && output[_DBCPGl][_DBCPG] != null) {
@@ -5214,7 +5214,7 @@ const de_DBClusterRoles = (output, context) => {
5214
5214
  };
5215
5215
  const de_DBClusterSnapshot = (output, context) => {
5216
5216
  const contents = {};
5217
- if (output.AvailabilityZones === "") {
5217
+ if (String(output.AvailabilityZones).trim() === "") {
5218
5218
  contents[_AZ] = [];
5219
5219
  }
5220
5220
  else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
@@ -5294,7 +5294,7 @@ const de_DBClusterSnapshotAttribute = (output, context) => {
5294
5294
  if (output[_AN] != null) {
5295
5295
  contents[_AN] = __expectString(output[_AN]);
5296
5296
  }
5297
- if (output.AttributeValues === "") {
5297
+ if (String(output.AttributeValues).trim() === "") {
5298
5298
  contents[_AVt] = [];
5299
5299
  }
5300
5300
  else if (output[_AVt] != null && output[_AVt][_AVtt] != null) {
@@ -5314,7 +5314,7 @@ const de_DBClusterSnapshotAttributesResult = (output, context) => {
5314
5314
  if (output[_DBCSI] != null) {
5315
5315
  contents[_DBCSI] = __expectString(output[_DBCSI]);
5316
5316
  }
5317
- if (output.DBClusterSnapshotAttributes === "") {
5317
+ if (String(output.DBClusterSnapshotAttributes).trim() === "") {
5318
5318
  contents[_DBCSAl] = [];
5319
5319
  }
5320
5320
  else if (output[_DBCSAl] != null && output[_DBCSAl][_DBCSAlu] != null) {
@@ -5334,7 +5334,7 @@ const de_DBClusterSnapshotMessage = (output, context) => {
5334
5334
  if (output[_M] != null) {
5335
5335
  contents[_M] = __expectString(output[_M]);
5336
5336
  }
5337
- if (output.DBClusterSnapshots === "") {
5337
+ if (String(output.DBClusterSnapshots).trim() === "") {
5338
5338
  contents[_DBCSl] = [];
5339
5339
  }
5340
5340
  else if (output[_DBCSl] != null && output[_DBCSl][_DBCS] != null) {
@@ -5369,25 +5369,25 @@ const de_DBEngineVersion = (output, context) => {
5369
5369
  if (output[_DCS] != null) {
5370
5370
  contents[_DCS] = de_CharacterSet(output[_DCS], context);
5371
5371
  }
5372
- if (output.SupportedCharacterSets === "") {
5372
+ if (String(output.SupportedCharacterSets).trim() === "") {
5373
5373
  contents[_SCS] = [];
5374
5374
  }
5375
5375
  else if (output[_SCS] != null && output[_SCS][_CS] != null) {
5376
5376
  contents[_SCS] = de_SupportedCharacterSetsList(__getArrayIfSingleItem(output[_SCS][_CS]), context);
5377
5377
  }
5378
- if (output.ValidUpgradeTarget === "") {
5378
+ if (String(output.ValidUpgradeTarget).trim() === "") {
5379
5379
  contents[_VUT] = [];
5380
5380
  }
5381
5381
  else if (output[_VUT] != null && output[_VUT][_UT] != null) {
5382
5382
  contents[_VUT] = de_ValidUpgradeTargetList(__getArrayIfSingleItem(output[_VUT][_UT]), context);
5383
5383
  }
5384
- if (output.SupportedTimezones === "") {
5384
+ if (String(output.SupportedTimezones).trim() === "") {
5385
5385
  contents[_STu] = [];
5386
5386
  }
5387
5387
  else if (output[_STu] != null && output[_STu][_Ti] != null) {
5388
5388
  contents[_STu] = de_SupportedTimezonesList(__getArrayIfSingleItem(output[_STu][_Ti]), context);
5389
5389
  }
5390
- if (output.ExportableLogTypes === "") {
5390
+ if (String(output.ExportableLogTypes).trim() === "") {
5391
5391
  contents[_ELTx] = [];
5392
5392
  }
5393
5393
  else if (output[_ELTx] != null && output[_ELTx][_me] != null) {
@@ -5416,7 +5416,7 @@ const de_DBEngineVersionMessage = (output, context) => {
5416
5416
  if (output[_M] != null) {
5417
5417
  contents[_M] = __expectString(output[_M]);
5418
5418
  }
5419
- if (output.DBEngineVersions === "") {
5419
+ if (String(output.DBEngineVersions).trim() === "") {
5420
5420
  contents[_DBEV] = [];
5421
5421
  }
5422
5422
  else if (output[_DBEV] != null && output[_DBEV][_DBEVn] != null) {
@@ -5459,19 +5459,19 @@ const de_DBInstance = (output, context) => {
5459
5459
  if (output[_BRP] != null) {
5460
5460
  contents[_BRP] = __strictParseInt32(output[_BRP]);
5461
5461
  }
5462
- if (output.DBSecurityGroups === "") {
5462
+ if (String(output.DBSecurityGroups).trim() === "") {
5463
5463
  contents[_DBSG] = [];
5464
5464
  }
5465
5465
  else if (output[_DBSG] != null && output[_DBSG][_DBSGe] != null) {
5466
5466
  contents[_DBSG] = de_DBSecurityGroupMembershipList(__getArrayIfSingleItem(output[_DBSG][_DBSGe]), context);
5467
5467
  }
5468
- if (output.VpcSecurityGroups === "") {
5468
+ if (String(output.VpcSecurityGroups).trim() === "") {
5469
5469
  contents[_VSG] = [];
5470
5470
  }
5471
5471
  else if (output[_VSG] != null && output[_VSG][_VSGM] != null) {
5472
5472
  contents[_VSG] = de_VpcSecurityGroupMembershipList(__getArrayIfSingleItem(output[_VSG][_VSGM]), context);
5473
5473
  }
5474
- if (output.DBParameterGroups === "") {
5474
+ if (String(output.DBParameterGroups).trim() === "") {
5475
5475
  contents[_DBPGa] = [];
5476
5476
  }
5477
5477
  else if (output[_DBPGa] != null && output[_DBPGa][_DBPG] != null) {
@@ -5504,13 +5504,13 @@ const de_DBInstance = (output, context) => {
5504
5504
  if (output[_RRSDBII] != null) {
5505
5505
  contents[_RRSDBII] = __expectString(output[_RRSDBII]);
5506
5506
  }
5507
- if (output.ReadReplicaDBInstanceIdentifiers === "") {
5507
+ if (String(output.ReadReplicaDBInstanceIdentifiers).trim() === "") {
5508
5508
  contents[_RRDBII] = [];
5509
5509
  }
5510
5510
  else if (output[_RRDBII] != null && output[_RRDBII][_RRDBIIe] != null) {
5511
5511
  contents[_RRDBII] = de_ReadReplicaDBInstanceIdentifierList(__getArrayIfSingleItem(output[_RRDBII][_RRDBIIe]), context);
5512
5512
  }
5513
- if (output.ReadReplicaDBClusterIdentifiers === "") {
5513
+ if (String(output.ReadReplicaDBClusterIdentifiers).trim() === "") {
5514
5514
  contents[_RRDBCI] = [];
5515
5515
  }
5516
5516
  else if (output[_RRDBCI] != null && output[_RRDBCI][_RRDBCIe] != null) {
@@ -5522,7 +5522,7 @@ const de_DBInstance = (output, context) => {
5522
5522
  if (output[_I] != null) {
5523
5523
  contents[_I] = __strictParseInt32(output[_I]);
5524
5524
  }
5525
- if (output.OptionGroupMemberships === "") {
5525
+ if (String(output.OptionGroupMemberships).trim() === "") {
5526
5526
  contents[_OGM] = [];
5527
5527
  }
5528
5528
  else if (output[_OGM] != null && output[_OGM][_OGMp] != null) {
@@ -5537,7 +5537,7 @@ const de_DBInstance = (output, context) => {
5537
5537
  if (output[_PA] != null) {
5538
5538
  contents[_PA] = __parseBoolean(output[_PA]);
5539
5539
  }
5540
- if (output.StatusInfos === "") {
5540
+ if (String(output.StatusInfos).trim() === "") {
5541
5541
  contents[_SIt] = [];
5542
5542
  }
5543
5543
  else if (output[_SIt] != null && output[_SIt][_DBISI] != null) {
@@ -5567,7 +5567,7 @@ const de_DBInstance = (output, context) => {
5567
5567
  if (output[_CACI] != null) {
5568
5568
  contents[_CACI] = __expectString(output[_CACI]);
5569
5569
  }
5570
- if (output.DomainMemberships === "") {
5570
+ if (String(output.DomainMemberships).trim() === "") {
5571
5571
  contents[_DM] = [];
5572
5572
  }
5573
5573
  else if (output[_DM] != null && output[_DM][_DMo] != null) {
@@ -5603,7 +5603,7 @@ const de_DBInstance = (output, context) => {
5603
5603
  if (output[_PIKMSKI] != null) {
5604
5604
  contents[_PIKMSKI] = __expectString(output[_PIKMSKI]);
5605
5605
  }
5606
- if (output.EnabledCloudwatchLogsExports === "") {
5606
+ if (String(output.EnabledCloudwatchLogsExports).trim() === "") {
5607
5607
  contents[_ECLEn] = [];
5608
5608
  }
5609
5609
  else if (output[_ECLEn] != null && output[_ECLEn][_me] != null) {
@@ -5633,7 +5633,7 @@ const de_DBInstanceMessage = (output, context) => {
5633
5633
  if (output[_M] != null) {
5634
5634
  contents[_M] = __expectString(output[_M]);
5635
5635
  }
5636
- if (output.DBInstances === "") {
5636
+ if (String(output.DBInstances).trim() === "") {
5637
5637
  contents[_DBIn] = [];
5638
5638
  }
5639
5639
  else if (output[_DBIn] != null && output[_DBIn][_DBI] != null) {
@@ -5696,7 +5696,7 @@ const de_DBParameterGroupAlreadyExistsFault = (output, context) => {
5696
5696
  };
5697
5697
  const de_DBParameterGroupDetails = (output, context) => {
5698
5698
  const contents = {};
5699
- if (output.Parameters === "") {
5699
+ if (String(output.Parameters).trim() === "") {
5700
5700
  contents[_Pa] = [];
5701
5701
  }
5702
5702
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
@@ -5740,7 +5740,7 @@ const de_DBParameterGroupsMessage = (output, context) => {
5740
5740
  if (output[_M] != null) {
5741
5741
  contents[_M] = __expectString(output[_M]);
5742
5742
  }
5743
- if (output.DBParameterGroups === "") {
5743
+ if (String(output.DBParameterGroups).trim() === "") {
5744
5744
  contents[_DBPGa] = [];
5745
5745
  }
5746
5746
  else if (output[_DBPGa] != null && output[_DBPGa][_DBPG] != null) {
@@ -5817,7 +5817,7 @@ const de_DBSubnetGroup = (output, context) => {
5817
5817
  if (output[_SGS] != null) {
5818
5818
  contents[_SGS] = __expectString(output[_SGS]);
5819
5819
  }
5820
- if (output.Subnets === "") {
5820
+ if (String(output.Subnets).trim() === "") {
5821
5821
  contents[_Su] = [];
5822
5822
  }
5823
5823
  else if (output[_Su] != null && output[_Su][_Sub] != null) {
@@ -5847,7 +5847,7 @@ const de_DBSubnetGroupMessage = (output, context) => {
5847
5847
  if (output[_M] != null) {
5848
5848
  contents[_M] = __expectString(output[_M]);
5849
5849
  }
5850
- if (output.DBSubnetGroups === "") {
5850
+ if (String(output.DBSubnetGroups).trim() === "") {
5851
5851
  contents[_DBSGub] = [];
5852
5852
  }
5853
5853
  else if (output[_DBSGub] != null && output[_DBSGub][_DBSGu] != null) {
@@ -5913,13 +5913,13 @@ const de_DeleteDBClusterEndpointOutput = (output, context) => {
5913
5913
  if (output[_CET] != null) {
5914
5914
  contents[_CET] = __expectString(output[_CET]);
5915
5915
  }
5916
- if (output.StaticMembers === "") {
5916
+ if (String(output.StaticMembers).trim() === "") {
5917
5917
  contents[_SM] = [];
5918
5918
  }
5919
5919
  else if (output[_SM] != null && output[_SM][_me] != null) {
5920
5920
  contents[_SM] = de_StringList(__getArrayIfSingleItem(output[_SM][_me]), context);
5921
5921
  }
5922
- if (output.ExcludedMembers === "") {
5922
+ if (String(output.ExcludedMembers).trim() === "") {
5923
5923
  contents[_EM] = [];
5924
5924
  }
5925
5925
  else if (output[_EM] != null && output[_EM][_me] != null) {
@@ -6061,7 +6061,7 @@ const de_EngineDefaults = (output, context) => {
6061
6061
  if (output[_M] != null) {
6062
6062
  contents[_M] = __expectString(output[_M]);
6063
6063
  }
6064
- if (output.Parameters === "") {
6064
+ if (String(output.Parameters).trim() === "") {
6065
6065
  contents[_Pa] = [];
6066
6066
  }
6067
6067
  else if (output[_Pa] != null && output[_Pa][_Par] != null) {
@@ -6080,7 +6080,7 @@ const de_Event = (output, context) => {
6080
6080
  if (output[_Me] != null) {
6081
6081
  contents[_Me] = __expectString(output[_Me]);
6082
6082
  }
6083
- if (output.EventCategories === "") {
6083
+ if (String(output.EventCategories).trim() === "") {
6084
6084
  contents[_EC] = [];
6085
6085
  }
6086
6086
  else if (output[_EC] != null && output[_EC][_ECv] != null) {
@@ -6106,7 +6106,7 @@ const de_EventCategoriesMap = (output, context) => {
6106
6106
  if (output[_STo] != null) {
6107
6107
  contents[_STo] = __expectString(output[_STo]);
6108
6108
  }
6109
- if (output.EventCategories === "") {
6109
+ if (String(output.EventCategories).trim() === "") {
6110
6110
  contents[_EC] = [];
6111
6111
  }
6112
6112
  else if (output[_EC] != null && output[_EC][_ECv] != null) {
@@ -6123,7 +6123,7 @@ const de_EventCategoriesMapList = (output, context) => {
6123
6123
  };
6124
6124
  const de_EventCategoriesMessage = (output, context) => {
6125
6125
  const contents = {};
6126
- if (output.EventCategoriesMapList === "") {
6126
+ if (String(output.EventCategoriesMapList).trim() === "") {
6127
6127
  contents[_ECML] = [];
6128
6128
  }
6129
6129
  else if (output[_ECML] != null && output[_ECML][_ECM] != null) {
@@ -6143,7 +6143,7 @@ const de_EventsMessage = (output, context) => {
6143
6143
  if (output[_M] != null) {
6144
6144
  contents[_M] = __expectString(output[_M]);
6145
6145
  }
6146
- if (output.Events === "") {
6146
+ if (String(output.Events).trim() === "") {
6147
6147
  contents[_Ev] = [];
6148
6148
  }
6149
6149
  else if (output[_Ev] != null && output[_Ev][_Eve] != null) {
@@ -6171,13 +6171,13 @@ const de_EventSubscription = (output, context) => {
6171
6171
  if (output[_STo] != null) {
6172
6172
  contents[_STo] = __expectString(output[_STo]);
6173
6173
  }
6174
- if (output.SourceIdsList === "") {
6174
+ if (String(output.SourceIdsList).trim() === "") {
6175
6175
  contents[_SIL] = [];
6176
6176
  }
6177
6177
  else if (output[_SIL] != null && output[_SIL][_SIou] != null) {
6178
6178
  contents[_SIL] = de_SourceIdsList(__getArrayIfSingleItem(output[_SIL][_SIou]), context);
6179
6179
  }
6180
- if (output.EventCategoriesList === "") {
6180
+ if (String(output.EventCategoriesList).trim() === "") {
6181
6181
  contents[_ECL] = [];
6182
6182
  }
6183
6183
  else if (output[_ECL] != null && output[_ECL][_ECv] != null) {
@@ -6210,7 +6210,7 @@ const de_EventSubscriptionsMessage = (output, context) => {
6210
6210
  if (output[_M] != null) {
6211
6211
  contents[_M] = __expectString(output[_M]);
6212
6212
  }
6213
- if (output.EventSubscriptionsList === "") {
6213
+ if (String(output.EventSubscriptionsList).trim() === "") {
6214
6214
  contents[_ESL] = [];
6215
6215
  }
6216
6216
  else if (output[_ESL] != null && output[_ESL][_ES] != null) {
@@ -6274,7 +6274,7 @@ const de_GlobalCluster = (output, context) => {
6274
6274
  if (output[_DP] != null) {
6275
6275
  contents[_DP] = __parseBoolean(output[_DP]);
6276
6276
  }
6277
- if (output.GlobalClusterMembers === "") {
6277
+ if (String(output.GlobalClusterMembers).trim() === "") {
6278
6278
  contents[_GCM] = [];
6279
6279
  }
6280
6280
  else if (output[_GCM] != null && output[_GCM][_GCMl] != null) {
@@ -6304,7 +6304,7 @@ const de_GlobalClusterMember = (output, context) => {
6304
6304
  if (output[_DBCA] != null) {
6305
6305
  contents[_DBCA] = __expectString(output[_DBCA]);
6306
6306
  }
6307
- if (output.Readers === "") {
6307
+ if (String(output.Readers).trim() === "") {
6308
6308
  contents[_R] = [];
6309
6309
  }
6310
6310
  else if (output[_R] != null && output[_R][_me] != null) {
@@ -6341,7 +6341,7 @@ const de_GlobalClustersMessage = (output, context) => {
6341
6341
  if (output[_M] != null) {
6342
6342
  contents[_M] = __expectString(output[_M]);
6343
6343
  }
6344
- if (output.GlobalClusters === "") {
6344
+ if (String(output.GlobalClusters).trim() === "") {
6345
6345
  contents[_GCl] = [];
6346
6346
  }
6347
6347
  else if (output[_GCl] != null && output[_GCl][_GCMl] != null) {
@@ -6512,13 +6512,13 @@ const de_ModifyDBClusterEndpointOutput = (output, context) => {
6512
6512
  if (output[_CET] != null) {
6513
6513
  contents[_CET] = __expectString(output[_CET]);
6514
6514
  }
6515
- if (output.StaticMembers === "") {
6515
+ if (String(output.StaticMembers).trim() === "") {
6516
6516
  contents[_SM] = [];
6517
6517
  }
6518
6518
  else if (output[_SM] != null && output[_SM][_me] != null) {
6519
6519
  contents[_SM] = de_StringList(__getArrayIfSingleItem(output[_SM][_me]), context);
6520
6520
  }
6521
- if (output.ExcludedMembers === "") {
6521
+ if (String(output.ExcludedMembers).trim() === "") {
6522
6522
  contents[_EM] = [];
6523
6523
  }
6524
6524
  else if (output[_EM] != null && output[_EM][_me] != null) {
@@ -6609,7 +6609,7 @@ const de_OrderableDBInstanceOption = (output, context) => {
6609
6609
  if (output[_LM] != null) {
6610
6610
  contents[_LM] = __expectString(output[_LM]);
6611
6611
  }
6612
- if (output.AvailabilityZones === "") {
6612
+ if (String(output.AvailabilityZones).trim() === "") {
6613
6613
  contents[_AZ] = [];
6614
6614
  }
6615
6615
  else if (output[_AZ] != null && output[_AZ][_AZv] != null) {
@@ -6674,7 +6674,7 @@ const de_OrderableDBInstanceOptionsList = (output, context) => {
6674
6674
  };
6675
6675
  const de_OrderableDBInstanceOptionsMessage = (output, context) => {
6676
6676
  const contents = {};
6677
- if (output.OrderableDBInstanceOptions === "") {
6677
+ if (String(output.OrderableDBInstanceOptions).trim() === "") {
6678
6678
  contents[_ODBIO] = [];
6679
6679
  }
6680
6680
  else if (output[_ODBIO] != null && output[_ODBIO][_ODBIOr] != null) {
@@ -6728,13 +6728,13 @@ const de_ParametersList = (output, context) => {
6728
6728
  };
6729
6729
  const de_PendingCloudwatchLogsExports = (output, context) => {
6730
6730
  const contents = {};
6731
- if (output.LogTypesToEnable === "") {
6731
+ if (String(output.LogTypesToEnable).trim() === "") {
6732
6732
  contents[_LTTE] = [];
6733
6733
  }
6734
6734
  else if (output[_LTTE] != null && output[_LTTE][_me] != null) {
6735
6735
  contents[_LTTE] = de_LogTypeList(__getArrayIfSingleItem(output[_LTTE][_me]), context);
6736
6736
  }
6737
- if (output.LogTypesToDisable === "") {
6737
+ if (String(output.LogTypesToDisable).trim() === "") {
6738
6738
  contents[_LTTD] = [];
6739
6739
  }
6740
6740
  else if (output[_LTTD] != null && output[_LTTD][_me] != null) {
@@ -6780,7 +6780,7 @@ const de_PendingMaintenanceActions = (output, context) => {
6780
6780
  };
6781
6781
  const de_PendingMaintenanceActionsMessage = (output, context) => {
6782
6782
  const contents = {};
6783
- if (output.PendingMaintenanceActions === "") {
6783
+ if (String(output.PendingMaintenanceActions).trim() === "") {
6784
6784
  contents[_PMA] = [];
6785
6785
  }
6786
6786
  else if (output[_PMA] != null && output[_PMA][_RPMA] != null) {
@@ -6932,7 +6932,7 @@ const de_ResourcePendingMaintenanceActions = (output, context) => {
6932
6932
  if (output[_RI] != null) {
6933
6933
  contents[_RI] = __expectString(output[_RI]);
6934
6934
  }
6935
- if (output.PendingMaintenanceActionDetails === "") {
6935
+ if (String(output.PendingMaintenanceActionDetails).trim() === "") {
6936
6936
  contents[_PMAD] = [];
6937
6937
  }
6938
6938
  else if (output[_PMAD] != null && output[_PMAD][_PMAe] != null) {
@@ -7136,7 +7136,7 @@ const de_TagList = (output, context) => {
7136
7136
  };
7137
7137
  const de_TagListMessage = (output, context) => {
7138
7138
  const contents = {};
7139
- if (output.TagList === "") {
7139
+ if (String(output.TagList).trim() === "") {
7140
7140
  contents[_TL] = [];
7141
7141
  }
7142
7142
  else if (output[_TL] != null && output[_TL][_Ta] != null) {
@@ -7175,7 +7175,7 @@ const de_UpgradeTarget = (output, context) => {
7175
7175
  };
7176
7176
  const de_ValidDBInstanceModificationsMessage = (output, context) => {
7177
7177
  const contents = {};
7178
- if (output.Storage === "") {
7178
+ if (String(output.Storage).trim() === "") {
7179
7179
  contents[_Sto] = [];
7180
7180
  }
7181
7181
  else if (output[_Sto] != null && output[_Sto][_VSO] != null) {
@@ -7188,19 +7188,19 @@ const de_ValidStorageOptions = (output, context) => {
7188
7188
  if (output[_ST] != null) {
7189
7189
  contents[_ST] = __expectString(output[_ST]);
7190
7190
  }
7191
- if (output.StorageSize === "") {
7191
+ if (String(output.StorageSize).trim() === "") {
7192
7192
  contents[_SSt] = [];
7193
7193
  }
7194
7194
  else if (output[_SSt] != null && output[_SSt][_Ra] != null) {
7195
7195
  contents[_SSt] = de_RangeList(__getArrayIfSingleItem(output[_SSt][_Ra]), context);
7196
7196
  }
7197
- if (output.ProvisionedIops === "") {
7197
+ if (String(output.ProvisionedIops).trim() === "") {
7198
7198
  contents[_PI] = [];
7199
7199
  }
7200
7200
  else if (output[_PI] != null && output[_PI][_Ra] != null) {
7201
7201
  contents[_PI] = de_RangeList(__getArrayIfSingleItem(output[_PI][_Ra]), context);
7202
7202
  }
7203
- if (output.IopsToStorageRatio === "") {
7203
+ if (String(output.IopsToStorageRatio).trim() === "") {
7204
7204
  contents[_ITSR] = [];
7205
7205
  }
7206
7206
  else if (output[_ITSR] != null && output[_ITSR][_DR] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-neptune",
3
3
  "description": "AWS SDK for JavaScript Neptune Client for Node.js, Browser and React Native",
4
- "version": "3.892.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-neptune",
@@ -20,39 +20,39 @@
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.890.0",
24
- "@aws-sdk/credential-provider-node": "3.891.0",
25
- "@aws-sdk/middleware-host-header": "3.891.0",
26
- "@aws-sdk/middleware-logger": "3.891.0",
27
- "@aws-sdk/middleware-recursion-detection": "3.891.0",
28
- "@aws-sdk/middleware-sdk-rds": "3.892.0",
29
- "@aws-sdk/middleware-user-agent": "3.891.0",
30
- "@aws-sdk/region-config-resolver": "3.890.0",
31
- "@aws-sdk/types": "3.887.0",
32
- "@aws-sdk/util-endpoints": "3.891.0",
33
- "@aws-sdk/util-user-agent-browser": "3.887.0",
34
- "@aws-sdk/util-user-agent-node": "3.891.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.894.0",
25
+ "@aws-sdk/middleware-host-header": "3.893.0",
26
+ "@aws-sdk/middleware-logger": "3.893.0",
27
+ "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
+ "@aws-sdk/middleware-sdk-rds": "3.893.0",
29
+ "@aws-sdk/middleware-user-agent": "3.894.0",
30
+ "@aws-sdk/region-config-resolver": "3.893.0",
31
+ "@aws-sdk/types": "3.893.0",
32
+ "@aws-sdk/util-endpoints": "3.893.0",
33
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
34
+ "@aws-sdk/util-user-agent-node": "3.894.0",
35
35
  "@smithy/config-resolver": "^4.2.2",
36
- "@smithy/core": "^3.11.0",
36
+ "@smithy/core": "^3.11.1",
37
37
  "@smithy/fetch-http-handler": "^5.2.1",
38
38
  "@smithy/hash-node": "^4.1.1",
39
39
  "@smithy/invalid-dependency": "^4.1.1",
40
40
  "@smithy/middleware-content-length": "^4.1.1",
41
- "@smithy/middleware-endpoint": "^4.2.2",
42
- "@smithy/middleware-retry": "^4.2.3",
41
+ "@smithy/middleware-endpoint": "^4.2.3",
42
+ "@smithy/middleware-retry": "^4.2.4",
43
43
  "@smithy/middleware-serde": "^4.1.1",
44
44
  "@smithy/middleware-stack": "^4.1.1",
45
45
  "@smithy/node-config-provider": "^4.2.2",
46
46
  "@smithy/node-http-handler": "^4.2.1",
47
47
  "@smithy/protocol-http": "^5.2.1",
48
- "@smithy/smithy-client": "^4.6.2",
48
+ "@smithy/smithy-client": "^4.6.3",
49
49
  "@smithy/types": "^4.5.0",
50
50
  "@smithy/url-parser": "^4.1.1",
51
51
  "@smithy/util-base64": "^4.1.0",
52
52
  "@smithy/util-body-length-browser": "^4.1.0",
53
53
  "@smithy/util-body-length-node": "^4.1.0",
54
- "@smithy/util-defaults-mode-browser": "^4.1.2",
55
- "@smithy/util-defaults-mode-node": "^4.1.2",
54
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
55
+ "@smithy/util-defaults-mode-node": "^4.1.3",
56
56
  "@smithy/util-endpoints": "^3.1.2",
57
57
  "@smithy/util-middleware": "^4.1.1",
58
58
  "@smithy/util-retry": "^4.1.2",