@aws-sdk/client-elastic-load-balancing-v2 3.893.0 → 3.895.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist-cjs/index.js CHANGED
@@ -5521,7 +5521,7 @@ var de_Actions = /* @__PURE__ */ __name((output, context) => {
5521
5521
  }, "de_Actions");
5522
5522
  var de_AddListenerCertificatesOutput = /* @__PURE__ */ __name((output, context) => {
5523
5523
  const contents = {};
5524
- if (output.Certificates === "") {
5524
+ if (String(output.Certificates).trim() === "") {
5525
5525
  contents[_C] = [];
5526
5526
  } else if (output[_C] != null && output[_C][_m] != null) {
5527
5527
  contents[_C] = de_CertificateList((0, import_smithy_client.getArrayIfSingleItem)(output[_C][_m]), context);
@@ -5534,7 +5534,7 @@ var de_AddTagsOutput = /* @__PURE__ */ __name((output, context) => {
5534
5534
  }, "de_AddTagsOutput");
5535
5535
  var de_AddTrustStoreRevocationsOutput = /* @__PURE__ */ __name((output, context) => {
5536
5536
  const contents = {};
5537
- if (output.TrustStoreRevocations === "") {
5537
+ if (String(output.TrustStoreRevocations).trim() === "") {
5538
5538
  contents[_TSR] = [];
5539
5539
  } else if (output[_TSR] != null && output[_TSR][_m] != null) {
5540
5540
  contents[_TSR] = de_TrustStoreRevocations((0, import_smithy_client.getArrayIfSingleItem)(output[_TSR][_m]), context);
@@ -5612,7 +5612,7 @@ var de_AuthenticateCognitoActionConfig = /* @__PURE__ */ __name((output, context
5612
5612
  if (output[_ST] != null) {
5613
5613
  contents[_ST] = (0, import_smithy_client.strictParseLong)(output[_ST]);
5614
5614
  }
5615
- if (output.AuthenticationRequestExtraParams === "") {
5615
+ if (String(output.AuthenticationRequestExtraParams).trim() === "") {
5616
5616
  contents[_AREP] = {};
5617
5617
  } else if (output[_AREP] != null && output[_AREP][_e] != null) {
5618
5618
  contents[_AREP] = de_AuthenticateCognitoActionAuthenticationRequestExtraParams(
@@ -5663,7 +5663,7 @@ var de_AuthenticateOidcActionConfig = /* @__PURE__ */ __name((output, context) =
5663
5663
  if (output[_ST] != null) {
5664
5664
  contents[_ST] = (0, import_smithy_client.strictParseLong)(output[_ST]);
5665
5665
  }
5666
- if (output.AuthenticationRequestExtraParams === "") {
5666
+ if (String(output.AuthenticationRequestExtraParams).trim() === "") {
5667
5667
  contents[_AREP] = {};
5668
5668
  } else if (output[_AREP] != null && output[_AREP][_e] != null) {
5669
5669
  contents[_AREP] = de_AuthenticateOidcActionAuthenticationRequestExtraParams(
@@ -5690,12 +5690,12 @@ var de_AvailabilityZone = /* @__PURE__ */ __name((output, context) => {
5690
5690
  if (output[_OI] != null) {
5691
5691
  contents[_OI] = (0, import_smithy_client.expectString)(output[_OI]);
5692
5692
  }
5693
- if (output.LoadBalancerAddresses === "") {
5693
+ if (String(output.LoadBalancerAddresses).trim() === "") {
5694
5694
  contents[_LBAoa] = [];
5695
5695
  } else if (output[_LBAoa] != null && output[_LBAoa][_m] != null) {
5696
5696
  contents[_LBAoa] = de_LoadBalancerAddresses((0, import_smithy_client.getArrayIfSingleItem)(output[_LBAoa][_m]), context);
5697
5697
  }
5698
- if (output.SourceNatIpv6Prefixes === "") {
5698
+ if (String(output.SourceNatIpv6Prefixes).trim() === "") {
5699
5699
  contents[_SNIPo] = [];
5700
5700
  } else if (output[_SNIPo] != null && output[_SNIPo][_m] != null) {
5701
5701
  contents[_SNIPo] = de_SourceNatIpv6Prefixes((0, import_smithy_client.getArrayIfSingleItem)(output[_SNIPo][_m]), context);
@@ -5791,7 +5791,7 @@ var de_Ciphers = /* @__PURE__ */ __name((output, context) => {
5791
5791
  }, "de_Ciphers");
5792
5792
  var de_CreateListenerOutput = /* @__PURE__ */ __name((output, context) => {
5793
5793
  const contents = {};
5794
- if (output.Listeners === "") {
5794
+ if (String(output.Listeners).trim() === "") {
5795
5795
  contents[_L] = [];
5796
5796
  } else if (output[_L] != null && output[_L][_m] != null) {
5797
5797
  contents[_L] = de_Listeners((0, import_smithy_client.getArrayIfSingleItem)(output[_L][_m]), context);
@@ -5800,7 +5800,7 @@ var de_CreateListenerOutput = /* @__PURE__ */ __name((output, context) => {
5800
5800
  }, "de_CreateListenerOutput");
5801
5801
  var de_CreateLoadBalancerOutput = /* @__PURE__ */ __name((output, context) => {
5802
5802
  const contents = {};
5803
- if (output.LoadBalancers === "") {
5803
+ if (String(output.LoadBalancers).trim() === "") {
5804
5804
  contents[_LB] = [];
5805
5805
  } else if (output[_LB] != null && output[_LB][_m] != null) {
5806
5806
  contents[_LB] = de_LoadBalancers((0, import_smithy_client.getArrayIfSingleItem)(output[_LB][_m]), context);
@@ -5809,7 +5809,7 @@ var de_CreateLoadBalancerOutput = /* @__PURE__ */ __name((output, context) => {
5809
5809
  }, "de_CreateLoadBalancerOutput");
5810
5810
  var de_CreateRuleOutput = /* @__PURE__ */ __name((output, context) => {
5811
5811
  const contents = {};
5812
- if (output.Rules === "") {
5812
+ if (String(output.Rules).trim() === "") {
5813
5813
  contents[_Ru] = [];
5814
5814
  } else if (output[_Ru] != null && output[_Ru][_m] != null) {
5815
5815
  contents[_Ru] = de_Rules((0, import_smithy_client.getArrayIfSingleItem)(output[_Ru][_m]), context);
@@ -5818,7 +5818,7 @@ var de_CreateRuleOutput = /* @__PURE__ */ __name((output, context) => {
5818
5818
  }, "de_CreateRuleOutput");
5819
5819
  var de_CreateTargetGroupOutput = /* @__PURE__ */ __name((output, context) => {
5820
5820
  const contents = {};
5821
- if (output.TargetGroups === "") {
5821
+ if (String(output.TargetGroups).trim() === "") {
5822
5822
  contents[_TG] = [];
5823
5823
  } else if (output[_TG] != null && output[_TG][_m] != null) {
5824
5824
  contents[_TG] = de_TargetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_TG][_m]), context);
@@ -5827,7 +5827,7 @@ var de_CreateTargetGroupOutput = /* @__PURE__ */ __name((output, context) => {
5827
5827
  }, "de_CreateTargetGroupOutput");
5828
5828
  var de_CreateTrustStoreOutput = /* @__PURE__ */ __name((output, context) => {
5829
5829
  const contents = {};
5830
- if (output.TrustStores === "") {
5830
+ if (String(output.TrustStores).trim() === "") {
5831
5831
  contents[_TS] = [];
5832
5832
  } else if (output[_TS] != null && output[_TS][_m] != null) {
5833
5833
  contents[_TS] = de_TrustStores((0, import_smithy_client.getArrayIfSingleItem)(output[_TS][_m]), context);
@@ -5871,7 +5871,7 @@ var de_DeregisterTargetsOutput = /* @__PURE__ */ __name((output, context) => {
5871
5871
  }, "de_DeregisterTargetsOutput");
5872
5872
  var de_DescribeAccountLimitsOutput = /* @__PURE__ */ __name((output, context) => {
5873
5873
  const contents = {};
5874
- if (output.Limits === "") {
5874
+ if (String(output.Limits).trim() === "") {
5875
5875
  contents[_Li] = [];
5876
5876
  } else if (output[_Li] != null && output[_Li][_m] != null) {
5877
5877
  contents[_Li] = de_Limits((0, import_smithy_client.getArrayIfSingleItem)(output[_Li][_m]), context);
@@ -5892,7 +5892,7 @@ var de_DescribeCapacityReservationOutput = /* @__PURE__ */ __name((output, conte
5892
5892
  if (output[_MLBC] != null) {
5893
5893
  contents[_MLBC] = de_MinimumLoadBalancerCapacity(output[_MLBC], context);
5894
5894
  }
5895
- if (output.CapacityReservationState === "") {
5895
+ if (String(output.CapacityReservationState).trim() === "") {
5896
5896
  contents[_CRS] = [];
5897
5897
  } else if (output[_CRS] != null && output[_CRS][_m] != null) {
5898
5898
  contents[_CRS] = de_ZonalCapacityReservationStates((0, import_smithy_client.getArrayIfSingleItem)(output[_CRS][_m]), context);
@@ -5901,7 +5901,7 @@ var de_DescribeCapacityReservationOutput = /* @__PURE__ */ __name((output, conte
5901
5901
  }, "de_DescribeCapacityReservationOutput");
5902
5902
  var de_DescribeListenerAttributesOutput = /* @__PURE__ */ __name((output, context) => {
5903
5903
  const contents = {};
5904
- if (output.Attributes === "") {
5904
+ if (String(output.Attributes).trim() === "") {
5905
5905
  contents[_At] = [];
5906
5906
  } else if (output[_At] != null && output[_At][_m] != null) {
5907
5907
  contents[_At] = de_ListenerAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_At][_m]), context);
@@ -5910,7 +5910,7 @@ var de_DescribeListenerAttributesOutput = /* @__PURE__ */ __name((output, contex
5910
5910
  }, "de_DescribeListenerAttributesOutput");
5911
5911
  var de_DescribeListenerCertificatesOutput = /* @__PURE__ */ __name((output, context) => {
5912
5912
  const contents = {};
5913
- if (output.Certificates === "") {
5913
+ if (String(output.Certificates).trim() === "") {
5914
5914
  contents[_C] = [];
5915
5915
  } else if (output[_C] != null && output[_C][_m] != null) {
5916
5916
  contents[_C] = de_CertificateList((0, import_smithy_client.getArrayIfSingleItem)(output[_C][_m]), context);
@@ -5922,7 +5922,7 @@ var de_DescribeListenerCertificatesOutput = /* @__PURE__ */ __name((output, cont
5922
5922
  }, "de_DescribeListenerCertificatesOutput");
5923
5923
  var de_DescribeListenersOutput = /* @__PURE__ */ __name((output, context) => {
5924
5924
  const contents = {};
5925
- if (output.Listeners === "") {
5925
+ if (String(output.Listeners).trim() === "") {
5926
5926
  contents[_L] = [];
5927
5927
  } else if (output[_L] != null && output[_L][_m] != null) {
5928
5928
  contents[_L] = de_Listeners((0, import_smithy_client.getArrayIfSingleItem)(output[_L][_m]), context);
@@ -5934,7 +5934,7 @@ var de_DescribeListenersOutput = /* @__PURE__ */ __name((output, context) => {
5934
5934
  }, "de_DescribeListenersOutput");
5935
5935
  var de_DescribeLoadBalancerAttributesOutput = /* @__PURE__ */ __name((output, context) => {
5936
5936
  const contents = {};
5937
- if (output.Attributes === "") {
5937
+ if (String(output.Attributes).trim() === "") {
5938
5938
  contents[_At] = [];
5939
5939
  } else if (output[_At] != null && output[_At][_m] != null) {
5940
5940
  contents[_At] = de_LoadBalancerAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_At][_m]), context);
@@ -5943,7 +5943,7 @@ var de_DescribeLoadBalancerAttributesOutput = /* @__PURE__ */ __name((output, co
5943
5943
  }, "de_DescribeLoadBalancerAttributesOutput");
5944
5944
  var de_DescribeLoadBalancersOutput = /* @__PURE__ */ __name((output, context) => {
5945
5945
  const contents = {};
5946
- if (output.LoadBalancers === "") {
5946
+ if (String(output.LoadBalancers).trim() === "") {
5947
5947
  contents[_LB] = [];
5948
5948
  } else if (output[_LB] != null && output[_LB][_m] != null) {
5949
5949
  contents[_LB] = de_LoadBalancers((0, import_smithy_client.getArrayIfSingleItem)(output[_LB][_m]), context);
@@ -5955,7 +5955,7 @@ var de_DescribeLoadBalancersOutput = /* @__PURE__ */ __name((output, context) =>
5955
5955
  }, "de_DescribeLoadBalancersOutput");
5956
5956
  var de_DescribeRulesOutput = /* @__PURE__ */ __name((output, context) => {
5957
5957
  const contents = {};
5958
- if (output.Rules === "") {
5958
+ if (String(output.Rules).trim() === "") {
5959
5959
  contents[_Ru] = [];
5960
5960
  } else if (output[_Ru] != null && output[_Ru][_m] != null) {
5961
5961
  contents[_Ru] = de_Rules((0, import_smithy_client.getArrayIfSingleItem)(output[_Ru][_m]), context);
@@ -5967,7 +5967,7 @@ var de_DescribeRulesOutput = /* @__PURE__ */ __name((output, context) => {
5967
5967
  }, "de_DescribeRulesOutput");
5968
5968
  var de_DescribeSSLPoliciesOutput = /* @__PURE__ */ __name((output, context) => {
5969
5969
  const contents = {};
5970
- if (output.SslPolicies === "") {
5970
+ if (String(output.SslPolicies).trim() === "") {
5971
5971
  contents[_SPs] = [];
5972
5972
  } else if (output[_SPs] != null && output[_SPs][_m] != null) {
5973
5973
  contents[_SPs] = de_SslPolicies((0, import_smithy_client.getArrayIfSingleItem)(output[_SPs][_m]), context);
@@ -5979,7 +5979,7 @@ var de_DescribeSSLPoliciesOutput = /* @__PURE__ */ __name((output, context) => {
5979
5979
  }, "de_DescribeSSLPoliciesOutput");
5980
5980
  var de_DescribeTagsOutput = /* @__PURE__ */ __name((output, context) => {
5981
5981
  const contents = {};
5982
- if (output.TagDescriptions === "") {
5982
+ if (String(output.TagDescriptions).trim() === "") {
5983
5983
  contents[_TD] = [];
5984
5984
  } else if (output[_TD] != null && output[_TD][_m] != null) {
5985
5985
  contents[_TD] = de_TagDescriptions((0, import_smithy_client.getArrayIfSingleItem)(output[_TD][_m]), context);
@@ -5988,7 +5988,7 @@ var de_DescribeTagsOutput = /* @__PURE__ */ __name((output, context) => {
5988
5988
  }, "de_DescribeTagsOutput");
5989
5989
  var de_DescribeTargetGroupAttributesOutput = /* @__PURE__ */ __name((output, context) => {
5990
5990
  const contents = {};
5991
- if (output.Attributes === "") {
5991
+ if (String(output.Attributes).trim() === "") {
5992
5992
  contents[_At] = [];
5993
5993
  } else if (output[_At] != null && output[_At][_m] != null) {
5994
5994
  contents[_At] = de_TargetGroupAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_At][_m]), context);
@@ -5997,7 +5997,7 @@ var de_DescribeTargetGroupAttributesOutput = /* @__PURE__ */ __name((output, con
5997
5997
  }, "de_DescribeTargetGroupAttributesOutput");
5998
5998
  var de_DescribeTargetGroupsOutput = /* @__PURE__ */ __name((output, context) => {
5999
5999
  const contents = {};
6000
- if (output.TargetGroups === "") {
6000
+ if (String(output.TargetGroups).trim() === "") {
6001
6001
  contents[_TG] = [];
6002
6002
  } else if (output[_TG] != null && output[_TG][_m] != null) {
6003
6003
  contents[_TG] = de_TargetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_TG][_m]), context);
@@ -6009,7 +6009,7 @@ var de_DescribeTargetGroupsOutput = /* @__PURE__ */ __name((output, context) =>
6009
6009
  }, "de_DescribeTargetGroupsOutput");
6010
6010
  var de_DescribeTargetHealthOutput = /* @__PURE__ */ __name((output, context) => {
6011
6011
  const contents = {};
6012
- if (output.TargetHealthDescriptions === "") {
6012
+ if (String(output.TargetHealthDescriptions).trim() === "") {
6013
6013
  contents[_THD] = [];
6014
6014
  } else if (output[_THD] != null && output[_THD][_m] != null) {
6015
6015
  contents[_THD] = de_TargetHealthDescriptions((0, import_smithy_client.getArrayIfSingleItem)(output[_THD][_m]), context);
@@ -6018,7 +6018,7 @@ var de_DescribeTargetHealthOutput = /* @__PURE__ */ __name((output, context) =>
6018
6018
  }, "de_DescribeTargetHealthOutput");
6019
6019
  var de_DescribeTrustStoreAssociationsOutput = /* @__PURE__ */ __name((output, context) => {
6020
6020
  const contents = {};
6021
- if (output.TrustStoreAssociations === "") {
6021
+ if (String(output.TrustStoreAssociations).trim() === "") {
6022
6022
  contents[_TSAru] = [];
6023
6023
  } else if (output[_TSAru] != null && output[_TSAru][_m] != null) {
6024
6024
  contents[_TSAru] = de_TrustStoreAssociations((0, import_smithy_client.getArrayIfSingleItem)(output[_TSAru][_m]), context);
@@ -6051,7 +6051,7 @@ var de_DescribeTrustStoreRevocationResponse = /* @__PURE__ */ __name((output, co
6051
6051
  }, "de_DescribeTrustStoreRevocationResponse");
6052
6052
  var de_DescribeTrustStoreRevocationsOutput = /* @__PURE__ */ __name((output, context) => {
6053
6053
  const contents = {};
6054
- if (output.TrustStoreRevocations === "") {
6054
+ if (String(output.TrustStoreRevocations).trim() === "") {
6055
6055
  contents[_TSR] = [];
6056
6056
  } else if (output[_TSR] != null && output[_TSR][_m] != null) {
6057
6057
  contents[_TSR] = de_DescribeTrustStoreRevocationResponse((0, import_smithy_client.getArrayIfSingleItem)(output[_TSR][_m]), context);
@@ -6063,7 +6063,7 @@ var de_DescribeTrustStoreRevocationsOutput = /* @__PURE__ */ __name((output, con
6063
6063
  }, "de_DescribeTrustStoreRevocationsOutput");
6064
6064
  var de_DescribeTrustStoresOutput = /* @__PURE__ */ __name((output, context) => {
6065
6065
  const contents = {};
6066
- if (output.TrustStores === "") {
6066
+ if (String(output.TrustStores).trim() === "") {
6067
6067
  contents[_TS] = [];
6068
6068
  } else if (output[_TS] != null && output[_TS][_m] != null) {
6069
6069
  contents[_TS] = de_TrustStores((0, import_smithy_client.getArrayIfSingleItem)(output[_TS][_m]), context);
@@ -6123,7 +6123,7 @@ var de_FixedResponseActionConfig = /* @__PURE__ */ __name((output, context) => {
6123
6123
  }, "de_FixedResponseActionConfig");
6124
6124
  var de_ForwardActionConfig = /* @__PURE__ */ __name((output, context) => {
6125
6125
  const contents = {};
6126
- if (output.TargetGroups === "") {
6126
+ if (String(output.TargetGroups).trim() === "") {
6127
6127
  contents[_TG] = [];
6128
6128
  } else if (output[_TG] != null && output[_TG][_m] != null) {
6129
6129
  contents[_TG] = de_TargetGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_TG][_m]), context);
@@ -6163,7 +6163,7 @@ var de_HealthUnavailableException = /* @__PURE__ */ __name((output, context) =>
6163
6163
  }, "de_HealthUnavailableException");
6164
6164
  var de_HostHeaderConditionConfig = /* @__PURE__ */ __name((output, context) => {
6165
6165
  const contents = {};
6166
- if (output.Values === "") {
6166
+ if (String(output.Values).trim() === "") {
6167
6167
  contents[_Va] = [];
6168
6168
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6169
6169
  contents[_Va] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6175,7 +6175,7 @@ var de_HttpHeaderConditionConfig = /* @__PURE__ */ __name((output, context) => {
6175
6175
  if (output[_HHN] != null) {
6176
6176
  contents[_HHN] = (0, import_smithy_client.expectString)(output[_HHN]);
6177
6177
  }
6178
- if (output.Values === "") {
6178
+ if (String(output.Values).trim() === "") {
6179
6179
  contents[_Va] = [];
6180
6180
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6181
6181
  contents[_Va] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6184,7 +6184,7 @@ var de_HttpHeaderConditionConfig = /* @__PURE__ */ __name((output, context) => {
6184
6184
  }, "de_HttpHeaderConditionConfig");
6185
6185
  var de_HttpRequestMethodConditionConfig = /* @__PURE__ */ __name((output, context) => {
6186
6186
  const contents = {};
6187
- if (output.Values === "") {
6187
+ if (String(output.Values).trim() === "") {
6188
6188
  contents[_Va] = [];
6189
6189
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6190
6190
  contents[_Va] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6297,7 +6297,7 @@ var de_Listener = /* @__PURE__ */ __name((output, context) => {
6297
6297
  if (output[_P] != null) {
6298
6298
  contents[_P] = (0, import_smithy_client.expectString)(output[_P]);
6299
6299
  }
6300
- if (output.Certificates === "") {
6300
+ if (String(output.Certificates).trim() === "") {
6301
6301
  contents[_C] = [];
6302
6302
  } else if (output[_C] != null && output[_C][_m] != null) {
6303
6303
  contents[_C] = de_CertificateList((0, import_smithy_client.getArrayIfSingleItem)(output[_C][_m]), context);
@@ -6305,12 +6305,12 @@ var de_Listener = /* @__PURE__ */ __name((output, context) => {
6305
6305
  if (output[_SP] != null) {
6306
6306
  contents[_SP] = (0, import_smithy_client.expectString)(output[_SP]);
6307
6307
  }
6308
- if (output.DefaultActions === "") {
6308
+ if (String(output.DefaultActions).trim() === "") {
6309
6309
  contents[_DA] = [];
6310
6310
  } else if (output[_DA] != null && output[_DA][_m] != null) {
6311
6311
  contents[_DA] = de_Actions((0, import_smithy_client.getArrayIfSingleItem)(output[_DA][_m]), context);
6312
6312
  }
6313
- if (output.AlpnPolicy === "") {
6313
+ if (String(output.AlpnPolicy).trim() === "") {
6314
6314
  contents[_AP] = [];
6315
6315
  } else if (output[_AP] != null && output[_AP][_m] != null) {
6316
6316
  contents[_AP] = de_AlpnPolicyName((0, import_smithy_client.getArrayIfSingleItem)(output[_AP][_m]), context);
@@ -6381,12 +6381,12 @@ var de_LoadBalancer = /* @__PURE__ */ __name((output, context) => {
6381
6381
  if (output[_T] != null) {
6382
6382
  contents[_T] = (0, import_smithy_client.expectString)(output[_T]);
6383
6383
  }
6384
- if (output.AvailabilityZones === "") {
6384
+ if (String(output.AvailabilityZones).trim() === "") {
6385
6385
  contents[_AZv] = [];
6386
6386
  } else if (output[_AZv] != null && output[_AZv][_m] != null) {
6387
6387
  contents[_AZv] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZv][_m]), context);
6388
6388
  }
6389
- if (output.SecurityGroups === "") {
6389
+ if (String(output.SecurityGroups).trim() === "") {
6390
6390
  contents[_SG] = [];
6391
6391
  } else if (output[_SG] != null && output[_SG][_m] != null) {
6392
6392
  contents[_SG] = de_SecurityGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_SG][_m]), context);
@@ -6499,7 +6499,7 @@ var de_ModifyCapacityReservationOutput = /* @__PURE__ */ __name((output, context
6499
6499
  if (output[_MLBC] != null) {
6500
6500
  contents[_MLBC] = de_MinimumLoadBalancerCapacity(output[_MLBC], context);
6501
6501
  }
6502
- if (output.CapacityReservationState === "") {
6502
+ if (String(output.CapacityReservationState).trim() === "") {
6503
6503
  contents[_CRS] = [];
6504
6504
  } else if (output[_CRS] != null && output[_CRS][_m] != null) {
6505
6505
  contents[_CRS] = de_ZonalCapacityReservationStates((0, import_smithy_client.getArrayIfSingleItem)(output[_CRS][_m]), context);
@@ -6515,7 +6515,7 @@ var de_ModifyIpPoolsOutput = /* @__PURE__ */ __name((output, context) => {
6515
6515
  }, "de_ModifyIpPoolsOutput");
6516
6516
  var de_ModifyListenerAttributesOutput = /* @__PURE__ */ __name((output, context) => {
6517
6517
  const contents = {};
6518
- if (output.Attributes === "") {
6518
+ if (String(output.Attributes).trim() === "") {
6519
6519
  contents[_At] = [];
6520
6520
  } else if (output[_At] != null && output[_At][_m] != null) {
6521
6521
  contents[_At] = de_ListenerAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_At][_m]), context);
@@ -6524,7 +6524,7 @@ var de_ModifyListenerAttributesOutput = /* @__PURE__ */ __name((output, context)
6524
6524
  }, "de_ModifyListenerAttributesOutput");
6525
6525
  var de_ModifyListenerOutput = /* @__PURE__ */ __name((output, context) => {
6526
6526
  const contents = {};
6527
- if (output.Listeners === "") {
6527
+ if (String(output.Listeners).trim() === "") {
6528
6528
  contents[_L] = [];
6529
6529
  } else if (output[_L] != null && output[_L][_m] != null) {
6530
6530
  contents[_L] = de_Listeners((0, import_smithy_client.getArrayIfSingleItem)(output[_L][_m]), context);
@@ -6533,7 +6533,7 @@ var de_ModifyListenerOutput = /* @__PURE__ */ __name((output, context) => {
6533
6533
  }, "de_ModifyListenerOutput");
6534
6534
  var de_ModifyLoadBalancerAttributesOutput = /* @__PURE__ */ __name((output, context) => {
6535
6535
  const contents = {};
6536
- if (output.Attributes === "") {
6536
+ if (String(output.Attributes).trim() === "") {
6537
6537
  contents[_At] = [];
6538
6538
  } else if (output[_At] != null && output[_At][_m] != null) {
6539
6539
  contents[_At] = de_LoadBalancerAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_At][_m]), context);
@@ -6542,7 +6542,7 @@ var de_ModifyLoadBalancerAttributesOutput = /* @__PURE__ */ __name((output, cont
6542
6542
  }, "de_ModifyLoadBalancerAttributesOutput");
6543
6543
  var de_ModifyRuleOutput = /* @__PURE__ */ __name((output, context) => {
6544
6544
  const contents = {};
6545
- if (output.Rules === "") {
6545
+ if (String(output.Rules).trim() === "") {
6546
6546
  contents[_Ru] = [];
6547
6547
  } else if (output[_Ru] != null && output[_Ru][_m] != null) {
6548
6548
  contents[_Ru] = de_Rules((0, import_smithy_client.getArrayIfSingleItem)(output[_Ru][_m]), context);
@@ -6551,7 +6551,7 @@ var de_ModifyRuleOutput = /* @__PURE__ */ __name((output, context) => {
6551
6551
  }, "de_ModifyRuleOutput");
6552
6552
  var de_ModifyTargetGroupAttributesOutput = /* @__PURE__ */ __name((output, context) => {
6553
6553
  const contents = {};
6554
- if (output.Attributes === "") {
6554
+ if (String(output.Attributes).trim() === "") {
6555
6555
  contents[_At] = [];
6556
6556
  } else if (output[_At] != null && output[_At][_m] != null) {
6557
6557
  contents[_At] = de_TargetGroupAttributes((0, import_smithy_client.getArrayIfSingleItem)(output[_At][_m]), context);
@@ -6560,7 +6560,7 @@ var de_ModifyTargetGroupAttributesOutput = /* @__PURE__ */ __name((output, conte
6560
6560
  }, "de_ModifyTargetGroupAttributesOutput");
6561
6561
  var de_ModifyTargetGroupOutput = /* @__PURE__ */ __name((output, context) => {
6562
6562
  const contents = {};
6563
- if (output.TargetGroups === "") {
6563
+ if (String(output.TargetGroups).trim() === "") {
6564
6564
  contents[_TG] = [];
6565
6565
  } else if (output[_TG] != null && output[_TG][_m] != null) {
6566
6566
  contents[_TG] = de_TargetGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_TG][_m]), context);
@@ -6569,7 +6569,7 @@ var de_ModifyTargetGroupOutput = /* @__PURE__ */ __name((output, context) => {
6569
6569
  }, "de_ModifyTargetGroupOutput");
6570
6570
  var de_ModifyTrustStoreOutput = /* @__PURE__ */ __name((output, context) => {
6571
6571
  const contents = {};
6572
- if (output.TrustStores === "") {
6572
+ if (String(output.TrustStores).trim() === "") {
6573
6573
  contents[_TS] = [];
6574
6574
  } else if (output[_TS] != null && output[_TS][_m] != null) {
6575
6575
  contents[_TS] = de_TrustStores((0, import_smithy_client.getArrayIfSingleItem)(output[_TS][_m]), context);
@@ -6604,7 +6604,7 @@ var de_OperationNotPermittedException = /* @__PURE__ */ __name((output, context)
6604
6604
  }, "de_OperationNotPermittedException");
6605
6605
  var de_PathPatternConditionConfig = /* @__PURE__ */ __name((output, context) => {
6606
6606
  const contents = {};
6607
- if (output.Values === "") {
6607
+ if (String(output.Values).trim() === "") {
6608
6608
  contents[_Va] = [];
6609
6609
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6610
6610
  contents[_Va] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6627,7 +6627,7 @@ var de_PriorRequestNotCompleteException = /* @__PURE__ */ __name((output, contex
6627
6627
  }, "de_PriorRequestNotCompleteException");
6628
6628
  var de_QueryStringConditionConfig = /* @__PURE__ */ __name((output, context) => {
6629
6629
  const contents = {};
6630
- if (output.Values === "") {
6630
+ if (String(output.Values).trim() === "") {
6631
6631
  contents[_Va] = [];
6632
6632
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6633
6633
  contents[_Va] = de_QueryStringKeyValuePairList((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6723,12 +6723,12 @@ var de_Rule = /* @__PURE__ */ __name((output, context) => {
6723
6723
  if (output[_Pr] != null) {
6724
6724
  contents[_Pr] = (0, import_smithy_client.expectString)(output[_Pr]);
6725
6725
  }
6726
- if (output.Conditions === "") {
6726
+ if (String(output.Conditions).trim() === "") {
6727
6727
  contents[_Co] = [];
6728
6728
  } else if (output[_Co] != null && output[_Co][_m] != null) {
6729
6729
  contents[_Co] = de_RuleConditionList((0, import_smithy_client.getArrayIfSingleItem)(output[_Co][_m]), context);
6730
6730
  }
6731
- if (output.Actions === "") {
6731
+ if (String(output.Actions).trim() === "") {
6732
6732
  contents[_Ac] = [];
6733
6733
  } else if (output[_Ac] != null && output[_Ac][_m] != null) {
6734
6734
  contents[_Ac] = de_Actions((0, import_smithy_client.getArrayIfSingleItem)(output[_Ac][_m]), context);
@@ -6743,7 +6743,7 @@ var de_RuleCondition = /* @__PURE__ */ __name((output, context) => {
6743
6743
  if (output[_F] != null) {
6744
6744
  contents[_F] = (0, import_smithy_client.expectString)(output[_F]);
6745
6745
  }
6746
- if (output.Values === "") {
6746
+ if (String(output.Values).trim() === "") {
6747
6747
  contents[_Va] = [];
6748
6748
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6749
6749
  contents[_Va] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6799,7 +6799,7 @@ var de_SetIpAddressTypeOutput = /* @__PURE__ */ __name((output, context) => {
6799
6799
  }, "de_SetIpAddressTypeOutput");
6800
6800
  var de_SetRulePrioritiesOutput = /* @__PURE__ */ __name((output, context) => {
6801
6801
  const contents = {};
6802
- if (output.Rules === "") {
6802
+ if (String(output.Rules).trim() === "") {
6803
6803
  contents[_Ru] = [];
6804
6804
  } else if (output[_Ru] != null && output[_Ru][_m] != null) {
6805
6805
  contents[_Ru] = de_Rules((0, import_smithy_client.getArrayIfSingleItem)(output[_Ru][_m]), context);
@@ -6808,7 +6808,7 @@ var de_SetRulePrioritiesOutput = /* @__PURE__ */ __name((output, context) => {
6808
6808
  }, "de_SetRulePrioritiesOutput");
6809
6809
  var de_SetSecurityGroupsOutput = /* @__PURE__ */ __name((output, context) => {
6810
6810
  const contents = {};
6811
- if (output.SecurityGroupIds === "") {
6811
+ if (String(output.SecurityGroupIds).trim() === "") {
6812
6812
  contents[_SGI] = [];
6813
6813
  } else if (output[_SGI] != null && output[_SGI][_m] != null) {
6814
6814
  contents[_SGI] = de_SecurityGroups((0, import_smithy_client.getArrayIfSingleItem)(output[_SGI][_m]), context);
@@ -6820,7 +6820,7 @@ var de_SetSecurityGroupsOutput = /* @__PURE__ */ __name((output, context) => {
6820
6820
  }, "de_SetSecurityGroupsOutput");
6821
6821
  var de_SetSubnetsOutput = /* @__PURE__ */ __name((output, context) => {
6822
6822
  const contents = {};
6823
- if (output.AvailabilityZones === "") {
6823
+ if (String(output.AvailabilityZones).trim() === "") {
6824
6824
  contents[_AZv] = [];
6825
6825
  } else if (output[_AZv] != null && output[_AZv][_m] != null) {
6826
6826
  contents[_AZv] = de_AvailabilityZones((0, import_smithy_client.getArrayIfSingleItem)(output[_AZv][_m]), context);
@@ -6835,7 +6835,7 @@ var de_SetSubnetsOutput = /* @__PURE__ */ __name((output, context) => {
6835
6835
  }, "de_SetSubnetsOutput");
6836
6836
  var de_SourceIpConditionConfig = /* @__PURE__ */ __name((output, context) => {
6837
6837
  const contents = {};
6838
- if (output.Values === "") {
6838
+ if (String(output.Values).trim() === "") {
6839
6839
  contents[_Va] = [];
6840
6840
  } else if (output[_Va] != null && output[_Va][_m] != null) {
6841
6841
  contents[_Va] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_Va][_m]), context);
@@ -6854,12 +6854,12 @@ var de_SslPolicies = /* @__PURE__ */ __name((output, context) => {
6854
6854
  }, "de_SslPolicies");
6855
6855
  var de_SslPolicy = /* @__PURE__ */ __name((output, context) => {
6856
6856
  const contents = {};
6857
- if (output.SslProtocols === "") {
6857
+ if (String(output.SslProtocols).trim() === "") {
6858
6858
  contents[_SPsl] = [];
6859
6859
  } else if (output[_SPsl] != null && output[_SPsl][_m] != null) {
6860
6860
  contents[_SPsl] = de_SslProtocols((0, import_smithy_client.getArrayIfSingleItem)(output[_SPsl][_m]), context);
6861
6861
  }
6862
- if (output.Ciphers === "") {
6862
+ if (String(output.Ciphers).trim() === "") {
6863
6863
  contents[_Ci] = [];
6864
6864
  } else if (output[_Ci] != null && output[_Ci][_m] != null) {
6865
6865
  contents[_Ci] = de_Ciphers((0, import_smithy_client.getArrayIfSingleItem)(output[_Ci][_m]), context);
@@ -6867,7 +6867,7 @@ var de_SslPolicy = /* @__PURE__ */ __name((output, context) => {
6867
6867
  if (output[_N] != null) {
6868
6868
  contents[_N] = (0, import_smithy_client.expectString)(output[_N]);
6869
6869
  }
6870
- if (output.SupportedLoadBalancerTypes === "") {
6870
+ if (String(output.SupportedLoadBalancerTypes).trim() === "") {
6871
6871
  contents[_SLBT] = [];
6872
6872
  } else if (output[_SLBT] != null && output[_SLBT][_m] != null) {
6873
6873
  contents[_SLBT] = de_ListOfString((0, import_smithy_client.getArrayIfSingleItem)(output[_SLBT][_m]), context);
@@ -6908,7 +6908,7 @@ var de_TagDescription = /* @__PURE__ */ __name((output, context) => {
6908
6908
  if (output[_RAe] != null) {
6909
6909
  contents[_RAe] = (0, import_smithy_client.expectString)(output[_RAe]);
6910
6910
  }
6911
- if (output.Tags === "") {
6911
+ if (String(output.Tags).trim() === "") {
6912
6912
  contents[_Ta] = [];
6913
6913
  } else if (output[_Ta] != null && output[_Ta][_m] != null) {
6914
6914
  contents[_Ta] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ta][_m]), context);
@@ -6982,7 +6982,7 @@ var de_TargetGroup = /* @__PURE__ */ __name((output, context) => {
6982
6982
  if (output[_M] != null) {
6983
6983
  contents[_M] = de_Matcher(output[_M], context);
6984
6984
  }
6985
- if (output.LoadBalancerArns === "") {
6985
+ if (String(output.LoadBalancerArns).trim() === "") {
6986
6986
  contents[_LBAo] = [];
6987
6987
  } else if (output[_LBAo] != null && output[_LBAo][_m] != null) {
6988
6988
  contents[_LBAo] = de_LoadBalancerArns((0, import_smithy_client.getArrayIfSingleItem)(output[_LBAo][_m]), context);
@@ -3919,7 +3919,7 @@ const de_Actions = (output, context) => {
3919
3919
  };
3920
3920
  const de_AddListenerCertificatesOutput = (output, context) => {
3921
3921
  const contents = {};
3922
- if (output.Certificates === "") {
3922
+ if (String(output.Certificates).trim() === "") {
3923
3923
  contents[_C] = [];
3924
3924
  }
3925
3925
  else if (output[_C] != null && output[_C][_m] != null) {
@@ -3933,7 +3933,7 @@ const de_AddTagsOutput = (output, context) => {
3933
3933
  };
3934
3934
  const de_AddTrustStoreRevocationsOutput = (output, context) => {
3935
3935
  const contents = {};
3936
- if (output.TrustStoreRevocations === "") {
3936
+ if (String(output.TrustStoreRevocations).trim() === "") {
3937
3937
  contents[_TSR] = [];
3938
3938
  }
3939
3939
  else if (output[_TSR] != null && output[_TSR][_m] != null) {
@@ -4014,7 +4014,7 @@ const de_AuthenticateCognitoActionConfig = (output, context) => {
4014
4014
  if (output[_ST] != null) {
4015
4015
  contents[_ST] = __strictParseLong(output[_ST]);
4016
4016
  }
4017
- if (output.AuthenticationRequestExtraParams === "") {
4017
+ if (String(output.AuthenticationRequestExtraParams).trim() === "") {
4018
4018
  contents[_AREP] = {};
4019
4019
  }
4020
4020
  else if (output[_AREP] != null && output[_AREP][_e] != null) {
@@ -4063,7 +4063,7 @@ const de_AuthenticateOidcActionConfig = (output, context) => {
4063
4063
  if (output[_ST] != null) {
4064
4064
  contents[_ST] = __strictParseLong(output[_ST]);
4065
4065
  }
4066
- if (output.AuthenticationRequestExtraParams === "") {
4066
+ if (String(output.AuthenticationRequestExtraParams).trim() === "") {
4067
4067
  contents[_AREP] = {};
4068
4068
  }
4069
4069
  else if (output[_AREP] != null && output[_AREP][_e] != null) {
@@ -4088,13 +4088,13 @@ const de_AvailabilityZone = (output, context) => {
4088
4088
  if (output[_OI] != null) {
4089
4089
  contents[_OI] = __expectString(output[_OI]);
4090
4090
  }
4091
- if (output.LoadBalancerAddresses === "") {
4091
+ if (String(output.LoadBalancerAddresses).trim() === "") {
4092
4092
  contents[_LBAoa] = [];
4093
4093
  }
4094
4094
  else if (output[_LBAoa] != null && output[_LBAoa][_m] != null) {
4095
4095
  contents[_LBAoa] = de_LoadBalancerAddresses(__getArrayIfSingleItem(output[_LBAoa][_m]), context);
4096
4096
  }
4097
- if (output.SourceNatIpv6Prefixes === "") {
4097
+ if (String(output.SourceNatIpv6Prefixes).trim() === "") {
4098
4098
  contents[_SNIPo] = [];
4099
4099
  }
4100
4100
  else if (output[_SNIPo] != null && output[_SNIPo][_m] != null) {
@@ -4197,7 +4197,7 @@ const de_Ciphers = (output, context) => {
4197
4197
  };
4198
4198
  const de_CreateListenerOutput = (output, context) => {
4199
4199
  const contents = {};
4200
- if (output.Listeners === "") {
4200
+ if (String(output.Listeners).trim() === "") {
4201
4201
  contents[_L] = [];
4202
4202
  }
4203
4203
  else if (output[_L] != null && output[_L][_m] != null) {
@@ -4207,7 +4207,7 @@ const de_CreateListenerOutput = (output, context) => {
4207
4207
  };
4208
4208
  const de_CreateLoadBalancerOutput = (output, context) => {
4209
4209
  const contents = {};
4210
- if (output.LoadBalancers === "") {
4210
+ if (String(output.LoadBalancers).trim() === "") {
4211
4211
  contents[_LB] = [];
4212
4212
  }
4213
4213
  else if (output[_LB] != null && output[_LB][_m] != null) {
@@ -4217,7 +4217,7 @@ const de_CreateLoadBalancerOutput = (output, context) => {
4217
4217
  };
4218
4218
  const de_CreateRuleOutput = (output, context) => {
4219
4219
  const contents = {};
4220
- if (output.Rules === "") {
4220
+ if (String(output.Rules).trim() === "") {
4221
4221
  contents[_Ru] = [];
4222
4222
  }
4223
4223
  else if (output[_Ru] != null && output[_Ru][_m] != null) {
@@ -4227,7 +4227,7 @@ const de_CreateRuleOutput = (output, context) => {
4227
4227
  };
4228
4228
  const de_CreateTargetGroupOutput = (output, context) => {
4229
4229
  const contents = {};
4230
- if (output.TargetGroups === "") {
4230
+ if (String(output.TargetGroups).trim() === "") {
4231
4231
  contents[_TG] = [];
4232
4232
  }
4233
4233
  else if (output[_TG] != null && output[_TG][_m] != null) {
@@ -4237,7 +4237,7 @@ const de_CreateTargetGroupOutput = (output, context) => {
4237
4237
  };
4238
4238
  const de_CreateTrustStoreOutput = (output, context) => {
4239
4239
  const contents = {};
4240
- if (output.TrustStores === "") {
4240
+ if (String(output.TrustStores).trim() === "") {
4241
4241
  contents[_TS] = [];
4242
4242
  }
4243
4243
  else if (output[_TS] != null && output[_TS][_m] != null) {
@@ -4282,7 +4282,7 @@ const de_DeregisterTargetsOutput = (output, context) => {
4282
4282
  };
4283
4283
  const de_DescribeAccountLimitsOutput = (output, context) => {
4284
4284
  const contents = {};
4285
- if (output.Limits === "") {
4285
+ if (String(output.Limits).trim() === "") {
4286
4286
  contents[_Li] = [];
4287
4287
  }
4288
4288
  else if (output[_Li] != null && output[_Li][_m] != null) {
@@ -4304,7 +4304,7 @@ const de_DescribeCapacityReservationOutput = (output, context) => {
4304
4304
  if (output[_MLBC] != null) {
4305
4305
  contents[_MLBC] = de_MinimumLoadBalancerCapacity(output[_MLBC], context);
4306
4306
  }
4307
- if (output.CapacityReservationState === "") {
4307
+ if (String(output.CapacityReservationState).trim() === "") {
4308
4308
  contents[_CRS] = [];
4309
4309
  }
4310
4310
  else if (output[_CRS] != null && output[_CRS][_m] != null) {
@@ -4314,7 +4314,7 @@ const de_DescribeCapacityReservationOutput = (output, context) => {
4314
4314
  };
4315
4315
  const de_DescribeListenerAttributesOutput = (output, context) => {
4316
4316
  const contents = {};
4317
- if (output.Attributes === "") {
4317
+ if (String(output.Attributes).trim() === "") {
4318
4318
  contents[_At] = [];
4319
4319
  }
4320
4320
  else if (output[_At] != null && output[_At][_m] != null) {
@@ -4324,7 +4324,7 @@ const de_DescribeListenerAttributesOutput = (output, context) => {
4324
4324
  };
4325
4325
  const de_DescribeListenerCertificatesOutput = (output, context) => {
4326
4326
  const contents = {};
4327
- if (output.Certificates === "") {
4327
+ if (String(output.Certificates).trim() === "") {
4328
4328
  contents[_C] = [];
4329
4329
  }
4330
4330
  else if (output[_C] != null && output[_C][_m] != null) {
@@ -4337,7 +4337,7 @@ const de_DescribeListenerCertificatesOutput = (output, context) => {
4337
4337
  };
4338
4338
  const de_DescribeListenersOutput = (output, context) => {
4339
4339
  const contents = {};
4340
- if (output.Listeners === "") {
4340
+ if (String(output.Listeners).trim() === "") {
4341
4341
  contents[_L] = [];
4342
4342
  }
4343
4343
  else if (output[_L] != null && output[_L][_m] != null) {
@@ -4350,7 +4350,7 @@ const de_DescribeListenersOutput = (output, context) => {
4350
4350
  };
4351
4351
  const de_DescribeLoadBalancerAttributesOutput = (output, context) => {
4352
4352
  const contents = {};
4353
- if (output.Attributes === "") {
4353
+ if (String(output.Attributes).trim() === "") {
4354
4354
  contents[_At] = [];
4355
4355
  }
4356
4356
  else if (output[_At] != null && output[_At][_m] != null) {
@@ -4360,7 +4360,7 @@ const de_DescribeLoadBalancerAttributesOutput = (output, context) => {
4360
4360
  };
4361
4361
  const de_DescribeLoadBalancersOutput = (output, context) => {
4362
4362
  const contents = {};
4363
- if (output.LoadBalancers === "") {
4363
+ if (String(output.LoadBalancers).trim() === "") {
4364
4364
  contents[_LB] = [];
4365
4365
  }
4366
4366
  else if (output[_LB] != null && output[_LB][_m] != null) {
@@ -4373,7 +4373,7 @@ const de_DescribeLoadBalancersOutput = (output, context) => {
4373
4373
  };
4374
4374
  const de_DescribeRulesOutput = (output, context) => {
4375
4375
  const contents = {};
4376
- if (output.Rules === "") {
4376
+ if (String(output.Rules).trim() === "") {
4377
4377
  contents[_Ru] = [];
4378
4378
  }
4379
4379
  else if (output[_Ru] != null && output[_Ru][_m] != null) {
@@ -4386,7 +4386,7 @@ const de_DescribeRulesOutput = (output, context) => {
4386
4386
  };
4387
4387
  const de_DescribeSSLPoliciesOutput = (output, context) => {
4388
4388
  const contents = {};
4389
- if (output.SslPolicies === "") {
4389
+ if (String(output.SslPolicies).trim() === "") {
4390
4390
  contents[_SPs] = [];
4391
4391
  }
4392
4392
  else if (output[_SPs] != null && output[_SPs][_m] != null) {
@@ -4399,7 +4399,7 @@ const de_DescribeSSLPoliciesOutput = (output, context) => {
4399
4399
  };
4400
4400
  const de_DescribeTagsOutput = (output, context) => {
4401
4401
  const contents = {};
4402
- if (output.TagDescriptions === "") {
4402
+ if (String(output.TagDescriptions).trim() === "") {
4403
4403
  contents[_TD] = [];
4404
4404
  }
4405
4405
  else if (output[_TD] != null && output[_TD][_m] != null) {
@@ -4409,7 +4409,7 @@ const de_DescribeTagsOutput = (output, context) => {
4409
4409
  };
4410
4410
  const de_DescribeTargetGroupAttributesOutput = (output, context) => {
4411
4411
  const contents = {};
4412
- if (output.Attributes === "") {
4412
+ if (String(output.Attributes).trim() === "") {
4413
4413
  contents[_At] = [];
4414
4414
  }
4415
4415
  else if (output[_At] != null && output[_At][_m] != null) {
@@ -4419,7 +4419,7 @@ const de_DescribeTargetGroupAttributesOutput = (output, context) => {
4419
4419
  };
4420
4420
  const de_DescribeTargetGroupsOutput = (output, context) => {
4421
4421
  const contents = {};
4422
- if (output.TargetGroups === "") {
4422
+ if (String(output.TargetGroups).trim() === "") {
4423
4423
  contents[_TG] = [];
4424
4424
  }
4425
4425
  else if (output[_TG] != null && output[_TG][_m] != null) {
@@ -4432,7 +4432,7 @@ const de_DescribeTargetGroupsOutput = (output, context) => {
4432
4432
  };
4433
4433
  const de_DescribeTargetHealthOutput = (output, context) => {
4434
4434
  const contents = {};
4435
- if (output.TargetHealthDescriptions === "") {
4435
+ if (String(output.TargetHealthDescriptions).trim() === "") {
4436
4436
  contents[_THD] = [];
4437
4437
  }
4438
4438
  else if (output[_THD] != null && output[_THD][_m] != null) {
@@ -4442,7 +4442,7 @@ const de_DescribeTargetHealthOutput = (output, context) => {
4442
4442
  };
4443
4443
  const de_DescribeTrustStoreAssociationsOutput = (output, context) => {
4444
4444
  const contents = {};
4445
- if (output.TrustStoreAssociations === "") {
4445
+ if (String(output.TrustStoreAssociations).trim() === "") {
4446
4446
  contents[_TSAru] = [];
4447
4447
  }
4448
4448
  else if (output[_TSAru] != null && output[_TSAru][_m] != null) {
@@ -4478,7 +4478,7 @@ const de_DescribeTrustStoreRevocationResponse = (output, context) => {
4478
4478
  };
4479
4479
  const de_DescribeTrustStoreRevocationsOutput = (output, context) => {
4480
4480
  const contents = {};
4481
- if (output.TrustStoreRevocations === "") {
4481
+ if (String(output.TrustStoreRevocations).trim() === "") {
4482
4482
  contents[_TSR] = [];
4483
4483
  }
4484
4484
  else if (output[_TSR] != null && output[_TSR][_m] != null) {
@@ -4491,7 +4491,7 @@ const de_DescribeTrustStoreRevocationsOutput = (output, context) => {
4491
4491
  };
4492
4492
  const de_DescribeTrustStoresOutput = (output, context) => {
4493
4493
  const contents = {};
4494
- if (output.TrustStores === "") {
4494
+ if (String(output.TrustStores).trim() === "") {
4495
4495
  contents[_TS] = [];
4496
4496
  }
4497
4497
  else if (output[_TS] != null && output[_TS][_m] != null) {
@@ -4552,7 +4552,7 @@ const de_FixedResponseActionConfig = (output, context) => {
4552
4552
  };
4553
4553
  const de_ForwardActionConfig = (output, context) => {
4554
4554
  const contents = {};
4555
- if (output.TargetGroups === "") {
4555
+ if (String(output.TargetGroups).trim() === "") {
4556
4556
  contents[_TG] = [];
4557
4557
  }
4558
4558
  else if (output[_TG] != null && output[_TG][_m] != null) {
@@ -4593,7 +4593,7 @@ const de_HealthUnavailableException = (output, context) => {
4593
4593
  };
4594
4594
  const de_HostHeaderConditionConfig = (output, context) => {
4595
4595
  const contents = {};
4596
- if (output.Values === "") {
4596
+ if (String(output.Values).trim() === "") {
4597
4597
  contents[_Va] = [];
4598
4598
  }
4599
4599
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -4606,7 +4606,7 @@ const de_HttpHeaderConditionConfig = (output, context) => {
4606
4606
  if (output[_HHN] != null) {
4607
4607
  contents[_HHN] = __expectString(output[_HHN]);
4608
4608
  }
4609
- if (output.Values === "") {
4609
+ if (String(output.Values).trim() === "") {
4610
4610
  contents[_Va] = [];
4611
4611
  }
4612
4612
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -4616,7 +4616,7 @@ const de_HttpHeaderConditionConfig = (output, context) => {
4616
4616
  };
4617
4617
  const de_HttpRequestMethodConditionConfig = (output, context) => {
4618
4618
  const contents = {};
4619
- if (output.Values === "") {
4619
+ if (String(output.Values).trim() === "") {
4620
4620
  contents[_Va] = [];
4621
4621
  }
4622
4622
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -4732,7 +4732,7 @@ const de_Listener = (output, context) => {
4732
4732
  if (output[_P] != null) {
4733
4733
  contents[_P] = __expectString(output[_P]);
4734
4734
  }
4735
- if (output.Certificates === "") {
4735
+ if (String(output.Certificates).trim() === "") {
4736
4736
  contents[_C] = [];
4737
4737
  }
4738
4738
  else if (output[_C] != null && output[_C][_m] != null) {
@@ -4741,13 +4741,13 @@ const de_Listener = (output, context) => {
4741
4741
  if (output[_SP] != null) {
4742
4742
  contents[_SP] = __expectString(output[_SP]);
4743
4743
  }
4744
- if (output.DefaultActions === "") {
4744
+ if (String(output.DefaultActions).trim() === "") {
4745
4745
  contents[_DA] = [];
4746
4746
  }
4747
4747
  else if (output[_DA] != null && output[_DA][_m] != null) {
4748
4748
  contents[_DA] = de_Actions(__getArrayIfSingleItem(output[_DA][_m]), context);
4749
4749
  }
4750
- if (output.AlpnPolicy === "") {
4750
+ if (String(output.AlpnPolicy).trim() === "") {
4751
4751
  contents[_AP] = [];
4752
4752
  }
4753
4753
  else if (output[_AP] != null && output[_AP][_m] != null) {
@@ -4825,13 +4825,13 @@ const de_LoadBalancer = (output, context) => {
4825
4825
  if (output[_T] != null) {
4826
4826
  contents[_T] = __expectString(output[_T]);
4827
4827
  }
4828
- if (output.AvailabilityZones === "") {
4828
+ if (String(output.AvailabilityZones).trim() === "") {
4829
4829
  contents[_AZv] = [];
4830
4830
  }
4831
4831
  else if (output[_AZv] != null && output[_AZv][_m] != null) {
4832
4832
  contents[_AZv] = de_AvailabilityZones(__getArrayIfSingleItem(output[_AZv][_m]), context);
4833
4833
  }
4834
- if (output.SecurityGroups === "") {
4834
+ if (String(output.SecurityGroups).trim() === "") {
4835
4835
  contents[_SG] = [];
4836
4836
  }
4837
4837
  else if (output[_SG] != null && output[_SG][_m] != null) {
@@ -4953,7 +4953,7 @@ const de_ModifyCapacityReservationOutput = (output, context) => {
4953
4953
  if (output[_MLBC] != null) {
4954
4954
  contents[_MLBC] = de_MinimumLoadBalancerCapacity(output[_MLBC], context);
4955
4955
  }
4956
- if (output.CapacityReservationState === "") {
4956
+ if (String(output.CapacityReservationState).trim() === "") {
4957
4957
  contents[_CRS] = [];
4958
4958
  }
4959
4959
  else if (output[_CRS] != null && output[_CRS][_m] != null) {
@@ -4970,7 +4970,7 @@ const de_ModifyIpPoolsOutput = (output, context) => {
4970
4970
  };
4971
4971
  const de_ModifyListenerAttributesOutput = (output, context) => {
4972
4972
  const contents = {};
4973
- if (output.Attributes === "") {
4973
+ if (String(output.Attributes).trim() === "") {
4974
4974
  contents[_At] = [];
4975
4975
  }
4976
4976
  else if (output[_At] != null && output[_At][_m] != null) {
@@ -4980,7 +4980,7 @@ const de_ModifyListenerAttributesOutput = (output, context) => {
4980
4980
  };
4981
4981
  const de_ModifyListenerOutput = (output, context) => {
4982
4982
  const contents = {};
4983
- if (output.Listeners === "") {
4983
+ if (String(output.Listeners).trim() === "") {
4984
4984
  contents[_L] = [];
4985
4985
  }
4986
4986
  else if (output[_L] != null && output[_L][_m] != null) {
@@ -4990,7 +4990,7 @@ const de_ModifyListenerOutput = (output, context) => {
4990
4990
  };
4991
4991
  const de_ModifyLoadBalancerAttributesOutput = (output, context) => {
4992
4992
  const contents = {};
4993
- if (output.Attributes === "") {
4993
+ if (String(output.Attributes).trim() === "") {
4994
4994
  contents[_At] = [];
4995
4995
  }
4996
4996
  else if (output[_At] != null && output[_At][_m] != null) {
@@ -5000,7 +5000,7 @@ const de_ModifyLoadBalancerAttributesOutput = (output, context) => {
5000
5000
  };
5001
5001
  const de_ModifyRuleOutput = (output, context) => {
5002
5002
  const contents = {};
5003
- if (output.Rules === "") {
5003
+ if (String(output.Rules).trim() === "") {
5004
5004
  contents[_Ru] = [];
5005
5005
  }
5006
5006
  else if (output[_Ru] != null && output[_Ru][_m] != null) {
@@ -5010,7 +5010,7 @@ const de_ModifyRuleOutput = (output, context) => {
5010
5010
  };
5011
5011
  const de_ModifyTargetGroupAttributesOutput = (output, context) => {
5012
5012
  const contents = {};
5013
- if (output.Attributes === "") {
5013
+ if (String(output.Attributes).trim() === "") {
5014
5014
  contents[_At] = [];
5015
5015
  }
5016
5016
  else if (output[_At] != null && output[_At][_m] != null) {
@@ -5020,7 +5020,7 @@ const de_ModifyTargetGroupAttributesOutput = (output, context) => {
5020
5020
  };
5021
5021
  const de_ModifyTargetGroupOutput = (output, context) => {
5022
5022
  const contents = {};
5023
- if (output.TargetGroups === "") {
5023
+ if (String(output.TargetGroups).trim() === "") {
5024
5024
  contents[_TG] = [];
5025
5025
  }
5026
5026
  else if (output[_TG] != null && output[_TG][_m] != null) {
@@ -5030,7 +5030,7 @@ const de_ModifyTargetGroupOutput = (output, context) => {
5030
5030
  };
5031
5031
  const de_ModifyTrustStoreOutput = (output, context) => {
5032
5032
  const contents = {};
5033
- if (output.TrustStores === "") {
5033
+ if (String(output.TrustStores).trim() === "") {
5034
5034
  contents[_TS] = [];
5035
5035
  }
5036
5036
  else if (output[_TS] != null && output[_TS][_m] != null) {
@@ -5066,7 +5066,7 @@ const de_OperationNotPermittedException = (output, context) => {
5066
5066
  };
5067
5067
  const de_PathPatternConditionConfig = (output, context) => {
5068
5068
  const contents = {};
5069
- if (output.Values === "") {
5069
+ if (String(output.Values).trim() === "") {
5070
5070
  contents[_Va] = [];
5071
5071
  }
5072
5072
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -5090,7 +5090,7 @@ const de_PriorRequestNotCompleteException = (output, context) => {
5090
5090
  };
5091
5091
  const de_QueryStringConditionConfig = (output, context) => {
5092
5092
  const contents = {};
5093
- if (output.Values === "") {
5093
+ if (String(output.Values).trim() === "") {
5094
5094
  contents[_Va] = [];
5095
5095
  }
5096
5096
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -5189,13 +5189,13 @@ const de_Rule = (output, context) => {
5189
5189
  if (output[_Pr] != null) {
5190
5190
  contents[_Pr] = __expectString(output[_Pr]);
5191
5191
  }
5192
- if (output.Conditions === "") {
5192
+ if (String(output.Conditions).trim() === "") {
5193
5193
  contents[_Co] = [];
5194
5194
  }
5195
5195
  else if (output[_Co] != null && output[_Co][_m] != null) {
5196
5196
  contents[_Co] = de_RuleConditionList(__getArrayIfSingleItem(output[_Co][_m]), context);
5197
5197
  }
5198
- if (output.Actions === "") {
5198
+ if (String(output.Actions).trim() === "") {
5199
5199
  contents[_Ac] = [];
5200
5200
  }
5201
5201
  else if (output[_Ac] != null && output[_Ac][_m] != null) {
@@ -5211,7 +5211,7 @@ const de_RuleCondition = (output, context) => {
5211
5211
  if (output[_F] != null) {
5212
5212
  contents[_F] = __expectString(output[_F]);
5213
5213
  }
5214
- if (output.Values === "") {
5214
+ if (String(output.Values).trim() === "") {
5215
5215
  contents[_Va] = [];
5216
5216
  }
5217
5217
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -5274,7 +5274,7 @@ const de_SetIpAddressTypeOutput = (output, context) => {
5274
5274
  };
5275
5275
  const de_SetRulePrioritiesOutput = (output, context) => {
5276
5276
  const contents = {};
5277
- if (output.Rules === "") {
5277
+ if (String(output.Rules).trim() === "") {
5278
5278
  contents[_Ru] = [];
5279
5279
  }
5280
5280
  else if (output[_Ru] != null && output[_Ru][_m] != null) {
@@ -5284,7 +5284,7 @@ const de_SetRulePrioritiesOutput = (output, context) => {
5284
5284
  };
5285
5285
  const de_SetSecurityGroupsOutput = (output, context) => {
5286
5286
  const contents = {};
5287
- if (output.SecurityGroupIds === "") {
5287
+ if (String(output.SecurityGroupIds).trim() === "") {
5288
5288
  contents[_SGI] = [];
5289
5289
  }
5290
5290
  else if (output[_SGI] != null && output[_SGI][_m] != null) {
@@ -5297,7 +5297,7 @@ const de_SetSecurityGroupsOutput = (output, context) => {
5297
5297
  };
5298
5298
  const de_SetSubnetsOutput = (output, context) => {
5299
5299
  const contents = {};
5300
- if (output.AvailabilityZones === "") {
5300
+ if (String(output.AvailabilityZones).trim() === "") {
5301
5301
  contents[_AZv] = [];
5302
5302
  }
5303
5303
  else if (output[_AZv] != null && output[_AZv][_m] != null) {
@@ -5313,7 +5313,7 @@ const de_SetSubnetsOutput = (output, context) => {
5313
5313
  };
5314
5314
  const de_SourceIpConditionConfig = (output, context) => {
5315
5315
  const contents = {};
5316
- if (output.Values === "") {
5316
+ if (String(output.Values).trim() === "") {
5317
5317
  contents[_Va] = [];
5318
5318
  }
5319
5319
  else if (output[_Va] != null && output[_Va][_m] != null) {
@@ -5337,13 +5337,13 @@ const de_SslPolicies = (output, context) => {
5337
5337
  };
5338
5338
  const de_SslPolicy = (output, context) => {
5339
5339
  const contents = {};
5340
- if (output.SslProtocols === "") {
5340
+ if (String(output.SslProtocols).trim() === "") {
5341
5341
  contents[_SPsl] = [];
5342
5342
  }
5343
5343
  else if (output[_SPsl] != null && output[_SPsl][_m] != null) {
5344
5344
  contents[_SPsl] = de_SslProtocols(__getArrayIfSingleItem(output[_SPsl][_m]), context);
5345
5345
  }
5346
- if (output.Ciphers === "") {
5346
+ if (String(output.Ciphers).trim() === "") {
5347
5347
  contents[_Ci] = [];
5348
5348
  }
5349
5349
  else if (output[_Ci] != null && output[_Ci][_m] != null) {
@@ -5352,7 +5352,7 @@ const de_SslPolicy = (output, context) => {
5352
5352
  if (output[_N] != null) {
5353
5353
  contents[_N] = __expectString(output[_N]);
5354
5354
  }
5355
- if (output.SupportedLoadBalancerTypes === "") {
5355
+ if (String(output.SupportedLoadBalancerTypes).trim() === "") {
5356
5356
  contents[_SLBT] = [];
5357
5357
  }
5358
5358
  else if (output[_SLBT] != null && output[_SLBT][_m] != null) {
@@ -5396,7 +5396,7 @@ const de_TagDescription = (output, context) => {
5396
5396
  if (output[_RAe] != null) {
5397
5397
  contents[_RAe] = __expectString(output[_RAe]);
5398
5398
  }
5399
- if (output.Tags === "") {
5399
+ if (String(output.Tags).trim() === "") {
5400
5400
  contents[_Ta] = [];
5401
5401
  }
5402
5402
  else if (output[_Ta] != null && output[_Ta][_m] != null) {
@@ -5475,7 +5475,7 @@ const de_TargetGroup = (output, context) => {
5475
5475
  if (output[_M] != null) {
5476
5476
  contents[_M] = de_Matcher(output[_M], context);
5477
5477
  }
5478
- if (output.LoadBalancerArns === "") {
5478
+ if (String(output.LoadBalancerArns).trim() === "") {
5479
5479
  contents[_LBAo] = [];
5480
5480
  }
5481
5481
  else if (output[_LBAo] != null && output[_LBAo][_m] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-load-balancing-v2",
3
3
  "description": "AWS SDK for JavaScript Elastic Load Balancing V2 Client for Node.js, Browser and React Native",
4
- "version": "3.893.0",
4
+ "version": "3.895.0",
5
5
  "scripts": {
6
6
  "build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
7
7
  "build:cjs": "node ../../scripts/compilation/inline client-elastic-load-balancing-v2",
@@ -20,17 +20,17 @@
20
20
  "dependencies": {
21
21
  "@aws-crypto/sha256-browser": "5.2.0",
22
22
  "@aws-crypto/sha256-js": "5.2.0",
23
- "@aws-sdk/core": "3.893.0",
24
- "@aws-sdk/credential-provider-node": "3.893.0",
23
+ "@aws-sdk/core": "3.894.0",
24
+ "@aws-sdk/credential-provider-node": "3.895.0",
25
25
  "@aws-sdk/middleware-host-header": "3.893.0",
26
26
  "@aws-sdk/middleware-logger": "3.893.0",
27
27
  "@aws-sdk/middleware-recursion-detection": "3.893.0",
28
- "@aws-sdk/middleware-user-agent": "3.893.0",
28
+ "@aws-sdk/middleware-user-agent": "3.895.0",
29
29
  "@aws-sdk/region-config-resolver": "3.893.0",
30
30
  "@aws-sdk/types": "3.893.0",
31
- "@aws-sdk/util-endpoints": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.895.0",
32
32
  "@aws-sdk/util-user-agent-browser": "3.893.0",
33
- "@aws-sdk/util-user-agent-node": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.895.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
35
  "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",