@aws-sdk/client-elastic-beanstalk 3.891.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
@@ -3385,12 +3385,12 @@ var de_ApplicationDescription = /* @__PURE__ */ __name((output, context) => {
3385
3385
  if (output[_DU] != null) {
3386
3386
  contents[_DU] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_DU]));
3387
3387
  }
3388
- if (output.Versions === "") {
3388
+ if (String(output.Versions).trim() === "") {
3389
3389
  contents[_Ve] = [];
3390
3390
  } else if (output[_Ve] != null && output[_Ve][_m] != null) {
3391
3391
  contents[_Ve] = de_VersionLabelsList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ve][_m]), context);
3392
3392
  }
3393
- if (output.ConfigurationTemplates === "") {
3393
+ if (String(output.ConfigurationTemplates).trim() === "") {
3394
3394
  contents[_CTo] = [];
3395
3395
  } else if (output[_CTo] != null && output[_CTo][_m] != null) {
3396
3396
  contents[_CTo] = de_ConfigurationTemplateNamesList((0, import_smithy_client.getArrayIfSingleItem)(output[_CTo][_m]), context);
@@ -3414,7 +3414,7 @@ var de_ApplicationDescriptionMessage = /* @__PURE__ */ __name((output, context)
3414
3414
  }, "de_ApplicationDescriptionMessage");
3415
3415
  var de_ApplicationDescriptionsMessage = /* @__PURE__ */ __name((output, context) => {
3416
3416
  const contents = {};
3417
- if (output.Applications === "") {
3417
+ if (String(output.Applications).trim() === "") {
3418
3418
  contents[_App] = [];
3419
3419
  } else if (output[_App] != null && output[_App][_m] != null) {
3420
3420
  contents[_App] = de_ApplicationDescriptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_App][_m]), context);
@@ -3505,7 +3505,7 @@ var de_ApplicationVersionDescriptionMessage = /* @__PURE__ */ __name((output, co
3505
3505
  }, "de_ApplicationVersionDescriptionMessage");
3506
3506
  var de_ApplicationVersionDescriptionsMessage = /* @__PURE__ */ __name((output, context) => {
3507
3507
  const contents = {};
3508
- if (output.ApplicationVersions === "") {
3508
+ if (String(output.ApplicationVersions).trim() === "") {
3509
3509
  contents[_AVp] = [];
3510
3510
  } else if (output[_AVp] != null && output[_AVp][_m] != null) {
3511
3511
  contents[_AVp] = de_ApplicationVersionDescriptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_AVp][_m]), context);
@@ -3612,7 +3612,7 @@ var de_ConfigurationOptionDescription = /* @__PURE__ */ __name((output, context)
3612
3612
  if (output[_VT] != null) {
3613
3613
  contents[_VT] = (0, import_smithy_client.expectString)(output[_VT]);
3614
3614
  }
3615
- if (output.ValueOptions === "") {
3615
+ if (String(output.ValueOptions).trim() === "") {
3616
3616
  contents[_VO] = [];
3617
3617
  } else if (output[_VO] != null && output[_VO][_m] != null) {
3618
3618
  contents[_VO] = de_ConfigurationOptionPossibleValues((0, import_smithy_client.getArrayIfSingleItem)(output[_VO][_m]), context);
@@ -3649,7 +3649,7 @@ var de_ConfigurationOptionsDescription = /* @__PURE__ */ __name((output, context
3649
3649
  if (output[_PA] != null) {
3650
3650
  contents[_PA] = (0, import_smithy_client.expectString)(output[_PA]);
3651
3651
  }
3652
- if (output.Options === "") {
3652
+ if (String(output.Options).trim() === "") {
3653
3653
  contents[_O] = [];
3654
3654
  } else if (output[_O] != null && output[_O][_m] != null) {
3655
3655
  contents[_O] = de_ConfigurationOptionDescriptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_O][_m]), context);
@@ -3706,7 +3706,7 @@ var de_ConfigurationSettingsDescription = /* @__PURE__ */ __name((output, contex
3706
3706
  if (output[_DU] != null) {
3707
3707
  contents[_DU] = (0, import_smithy_client.expectNonNull)((0, import_smithy_client.parseRfc3339DateTimeWithOffset)(output[_DU]));
3708
3708
  }
3709
- if (output.OptionSettings === "") {
3709
+ if (String(output.OptionSettings).trim() === "") {
3710
3710
  contents[_OS] = [];
3711
3711
  } else if (output[_OS] != null && output[_OS][_m] != null) {
3712
3712
  contents[_OS] = de_ConfigurationOptionSettingsList((0, import_smithy_client.getArrayIfSingleItem)(output[_OS][_m]), context);
@@ -3720,7 +3720,7 @@ var de_ConfigurationSettingsDescriptionList = /* @__PURE__ */ __name((output, co
3720
3720
  }, "de_ConfigurationSettingsDescriptionList");
3721
3721
  var de_ConfigurationSettingsDescriptions = /* @__PURE__ */ __name((output, context) => {
3722
3722
  const contents = {};
3723
- if (output.ConfigurationSettings === "") {
3723
+ if (String(output.ConfigurationSettings).trim() === "") {
3724
3724
  contents[_CSo] = [];
3725
3725
  } else if (output[_CSo] != null && output[_CSo][_m] != null) {
3726
3726
  contents[_CSo] = de_ConfigurationSettingsDescriptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_CSo][_m]), context);
@@ -3729,7 +3729,7 @@ var de_ConfigurationSettingsDescriptions = /* @__PURE__ */ __name((output, conte
3729
3729
  }, "de_ConfigurationSettingsDescriptions");
3730
3730
  var de_ConfigurationSettingsValidationMessages = /* @__PURE__ */ __name((output, context) => {
3731
3731
  const contents = {};
3732
- if (output.Messages === "") {
3732
+ if (String(output.Messages).trim() === "") {
3733
3733
  contents[_M] = [];
3734
3734
  } else if (output[_M] != null && output[_M][_m] != null) {
3735
3735
  contents[_M] = de_ValidationMessagesList((0, import_smithy_client.getArrayIfSingleItem)(output[_M][_m]), context);
@@ -3845,7 +3845,7 @@ var de_DescribeEnvironmentHealthResult = /* @__PURE__ */ __name((output, context
3845
3845
  if (output[_C] != null) {
3846
3846
  contents[_C] = (0, import_smithy_client.expectString)(output[_C]);
3847
3847
  }
3848
- if (output.Causes === "") {
3848
+ if (String(output.Causes).trim() === "") {
3849
3849
  contents[_Ca] = [];
3850
3850
  } else if (output[_Ca] != null && output[_Ca][_m] != null) {
3851
3851
  contents[_Ca] = de_Causes((0, import_smithy_client.getArrayIfSingleItem)(output[_Ca][_m]), context);
@@ -3863,7 +3863,7 @@ var de_DescribeEnvironmentHealthResult = /* @__PURE__ */ __name((output, context
3863
3863
  }, "de_DescribeEnvironmentHealthResult");
3864
3864
  var de_DescribeEnvironmentManagedActionHistoryResult = /* @__PURE__ */ __name((output, context) => {
3865
3865
  const contents = {};
3866
- if (output.ManagedActionHistoryItems === "") {
3866
+ if (String(output.ManagedActionHistoryItems).trim() === "") {
3867
3867
  contents[_MAHI] = [];
3868
3868
  } else if (output[_MAHI] != null && output[_MAHI][_m] != null) {
3869
3869
  contents[_MAHI] = de_ManagedActionHistoryItems((0, import_smithy_client.getArrayIfSingleItem)(output[_MAHI][_m]), context);
@@ -3875,7 +3875,7 @@ var de_DescribeEnvironmentManagedActionHistoryResult = /* @__PURE__ */ __name((o
3875
3875
  }, "de_DescribeEnvironmentManagedActionHistoryResult");
3876
3876
  var de_DescribeEnvironmentManagedActionsResult = /* @__PURE__ */ __name((output, context) => {
3877
3877
  const contents = {};
3878
- if (output.ManagedActions === "") {
3878
+ if (String(output.ManagedActions).trim() === "") {
3879
3879
  contents[_MA] = [];
3880
3880
  } else if (output[_MA] != null && output[_MA][_m] != null) {
3881
3881
  contents[_MA] = de_ManagedActions((0, import_smithy_client.getArrayIfSingleItem)(output[_MA][_m]), context);
@@ -3884,7 +3884,7 @@ var de_DescribeEnvironmentManagedActionsResult = /* @__PURE__ */ __name((output,
3884
3884
  }, "de_DescribeEnvironmentManagedActionsResult");
3885
3885
  var de_DescribeInstancesHealthResult = /* @__PURE__ */ __name((output, context) => {
3886
3886
  const contents = {};
3887
- if (output.InstanceHealthList === "") {
3887
+ if (String(output.InstanceHealthList).trim() === "") {
3888
3888
  contents[_IHL] = [];
3889
3889
  } else if (output[_IHL] != null && output[_IHL][_m] != null) {
3890
3890
  contents[_IHL] = de_InstanceHealthList((0, import_smithy_client.getArrayIfSingleItem)(output[_IHL][_m]), context);
@@ -3967,7 +3967,7 @@ var de_EnvironmentDescription = /* @__PURE__ */ __name((output, context) => {
3967
3967
  if (output[_Ti] != null) {
3968
3968
  contents[_Ti] = de_EnvironmentTier(output[_Ti], context);
3969
3969
  }
3970
- if (output.EnvironmentLinks === "") {
3970
+ if (String(output.EnvironmentLinks).trim() === "") {
3971
3971
  contents[_EL] = [];
3972
3972
  } else if (output[_EL] != null && output[_EL][_m] != null) {
3973
3973
  contents[_EL] = de_EnvironmentLinks((0, import_smithy_client.getArrayIfSingleItem)(output[_EL][_m]), context);
@@ -3987,7 +3987,7 @@ var de_EnvironmentDescriptionsList = /* @__PURE__ */ __name((output, context) =>
3987
3987
  }, "de_EnvironmentDescriptionsList");
3988
3988
  var de_EnvironmentDescriptionsMessage = /* @__PURE__ */ __name((output, context) => {
3989
3989
  const contents = {};
3990
- if (output.Environments === "") {
3990
+ if (String(output.Environments).trim() === "") {
3991
3991
  contents[_En] = [];
3992
3992
  } else if (output[_En] != null && output[_En][_m] != null) {
3993
3993
  contents[_En] = de_EnvironmentDescriptionsList((0, import_smithy_client.getArrayIfSingleItem)(output[_En][_m]), context);
@@ -4038,37 +4038,37 @@ var de_EnvironmentResourceDescription = /* @__PURE__ */ __name((output, context)
4038
4038
  if (output[_EN] != null) {
4039
4039
  contents[_EN] = (0, import_smithy_client.expectString)(output[_EN]);
4040
4040
  }
4041
- if (output.AutoScalingGroups === "") {
4041
+ if (String(output.AutoScalingGroups).trim() === "") {
4042
4042
  contents[_ASG] = [];
4043
4043
  } else if (output[_ASG] != null && output[_ASG][_m] != null) {
4044
4044
  contents[_ASG] = de_AutoScalingGroupList((0, import_smithy_client.getArrayIfSingleItem)(output[_ASG][_m]), context);
4045
4045
  }
4046
- if (output.Instances === "") {
4046
+ if (String(output.Instances).trim() === "") {
4047
4047
  contents[_In] = [];
4048
4048
  } else if (output[_In] != null && output[_In][_m] != null) {
4049
4049
  contents[_In] = de_InstanceList((0, import_smithy_client.getArrayIfSingleItem)(output[_In][_m]), context);
4050
4050
  }
4051
- if (output.LaunchConfigurations === "") {
4051
+ if (String(output.LaunchConfigurations).trim() === "") {
4052
4052
  contents[_LC] = [];
4053
4053
  } else if (output[_LC] != null && output[_LC][_m] != null) {
4054
4054
  contents[_LC] = de_LaunchConfigurationList((0, import_smithy_client.getArrayIfSingleItem)(output[_LC][_m]), context);
4055
4055
  }
4056
- if (output.LaunchTemplates === "") {
4056
+ if (String(output.LaunchTemplates).trim() === "") {
4057
4057
  contents[_LT] = [];
4058
4058
  } else if (output[_LT] != null && output[_LT][_m] != null) {
4059
4059
  contents[_LT] = de_LaunchTemplateList((0, import_smithy_client.getArrayIfSingleItem)(output[_LT][_m]), context);
4060
4060
  }
4061
- if (output.LoadBalancers === "") {
4061
+ if (String(output.LoadBalancers).trim() === "") {
4062
4062
  contents[_LB] = [];
4063
4063
  } else if (output[_LB] != null && output[_LB][_m] != null) {
4064
4064
  contents[_LB] = de_LoadBalancerList((0, import_smithy_client.getArrayIfSingleItem)(output[_LB][_m]), context);
4065
4065
  }
4066
- if (output.Triggers === "") {
4066
+ if (String(output.Triggers).trim() === "") {
4067
4067
  contents[_Tr] = [];
4068
4068
  } else if (output[_Tr] != null && output[_Tr][_m] != null) {
4069
4069
  contents[_Tr] = de_TriggerList((0, import_smithy_client.getArrayIfSingleItem)(output[_Tr][_m]), context);
4070
4070
  }
4071
- if (output.Queues === "") {
4071
+ if (String(output.Queues).trim() === "") {
4072
4072
  contents[_Q] = [];
4073
4073
  } else if (output[_Q] != null && output[_Q][_m] != null) {
4074
4074
  contents[_Q] = de_QueueList((0, import_smithy_client.getArrayIfSingleItem)(output[_Q][_m]), context);
@@ -4140,7 +4140,7 @@ var de_EventDescriptionList = /* @__PURE__ */ __name((output, context) => {
4140
4140
  }, "de_EventDescriptionList");
4141
4141
  var de_EventDescriptionsMessage = /* @__PURE__ */ __name((output, context) => {
4142
4142
  const contents = {};
4143
- if (output.Events === "") {
4143
+ if (String(output.Events).trim() === "") {
4144
4144
  contents[_Ev] = [];
4145
4145
  } else if (output[_Ev] != null && output[_Ev][_m] != null) {
4146
4146
  contents[_Ev] = de_EventDescriptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_Ev][_m]), context);
@@ -4263,12 +4263,12 @@ var de_LaunchTemplateList = /* @__PURE__ */ __name((output, context) => {
4263
4263
  }, "de_LaunchTemplateList");
4264
4264
  var de_ListAvailableSolutionStacksResultMessage = /* @__PURE__ */ __name((output, context) => {
4265
4265
  const contents = {};
4266
- if (output.SolutionStacks === "") {
4266
+ if (String(output.SolutionStacks).trim() === "") {
4267
4267
  contents[_SS] = [];
4268
4268
  } else if (output[_SS] != null && output[_SS][_m] != null) {
4269
4269
  contents[_SS] = de_AvailableSolutionStackNamesList((0, import_smithy_client.getArrayIfSingleItem)(output[_SS][_m]), context);
4270
4270
  }
4271
- if (output.SolutionStackDetails === "") {
4271
+ if (String(output.SolutionStackDetails).trim() === "") {
4272
4272
  contents[_SSD] = [];
4273
4273
  } else if (output[_SSD] != null && output[_SSD][_m] != null) {
4274
4274
  contents[_SSD] = de_AvailableSolutionStackDetailsList((0, import_smithy_client.getArrayIfSingleItem)(output[_SSD][_m]), context);
@@ -4287,7 +4287,7 @@ var de_Listener = /* @__PURE__ */ __name((output, context) => {
4287
4287
  }, "de_Listener");
4288
4288
  var de_ListPlatformBranchesResult = /* @__PURE__ */ __name((output, context) => {
4289
4289
  const contents = {};
4290
- if (output.PlatformBranchSummaryList === "") {
4290
+ if (String(output.PlatformBranchSummaryList).trim() === "") {
4291
4291
  contents[_PBSL] = [];
4292
4292
  } else if (output[_PBSL] != null && output[_PBSL][_m] != null) {
4293
4293
  contents[_PBSL] = de_PlatformBranchSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_PBSL][_m]), context);
@@ -4299,7 +4299,7 @@ var de_ListPlatformBranchesResult = /* @__PURE__ */ __name((output, context) =>
4299
4299
  }, "de_ListPlatformBranchesResult");
4300
4300
  var de_ListPlatformVersionsResult = /* @__PURE__ */ __name((output, context) => {
4301
4301
  const contents = {};
4302
- if (output.PlatformSummaryList === "") {
4302
+ if (String(output.PlatformSummaryList).trim() === "") {
4303
4303
  contents[_PSL] = [];
4304
4304
  } else if (output[_PSL] != null && output[_PSL][_m] != null) {
4305
4305
  contents[_PSL] = de_PlatformSummaryList((0, import_smithy_client.getArrayIfSingleItem)(output[_PSL][_m]), context);
@@ -4329,7 +4329,7 @@ var de_LoadBalancerDescription = /* @__PURE__ */ __name((output, context) => {
4329
4329
  if (output[_Do] != null) {
4330
4330
  contents[_Do] = (0, import_smithy_client.expectString)(output[_Do]);
4331
4331
  }
4332
- if (output.Listeners === "") {
4332
+ if (String(output.Listeners).trim() === "") {
4333
4333
  contents[_Li] = [];
4334
4334
  } else if (output[_Li] != null && output[_Li][_m] != null) {
4335
4335
  contents[_Li] = de_LoadBalancerListenersDescription((0, import_smithy_client.getArrayIfSingleItem)(output[_Li][_m]), context);
@@ -4467,7 +4467,7 @@ var de_PlatformBranchSummary = /* @__PURE__ */ __name((output, context) => {
4467
4467
  if (output[_BO] != null) {
4468
4468
  contents[_BO] = (0, import_smithy_client.strictParseInt32)(output[_BO]);
4469
4469
  }
4470
- if (output.SupportedTierList === "") {
4470
+ if (String(output.SupportedTierList).trim() === "") {
4471
4471
  contents[_STL] = [];
4472
4472
  } else if (output[_STL] != null && output[_STL][_m] != null) {
4473
4473
  contents[_STL] = de_SupportedTierList((0, import_smithy_client.getArrayIfSingleItem)(output[_STL][_m]), context);
@@ -4520,27 +4520,27 @@ var de_PlatformDescription = /* @__PURE__ */ __name((output, context) => {
4520
4520
  if (output[_OSV] != null) {
4521
4521
  contents[_OSV] = (0, import_smithy_client.expectString)(output[_OSV]);
4522
4522
  }
4523
- if (output.ProgrammingLanguages === "") {
4523
+ if (String(output.ProgrammingLanguages).trim() === "") {
4524
4524
  contents[_PL] = [];
4525
4525
  } else if (output[_PL] != null && output[_PL][_m] != null) {
4526
4526
  contents[_PL] = de_PlatformProgrammingLanguages((0, import_smithy_client.getArrayIfSingleItem)(output[_PL][_m]), context);
4527
4527
  }
4528
- if (output.Frameworks === "") {
4528
+ if (String(output.Frameworks).trim() === "") {
4529
4529
  contents[_Fr] = [];
4530
4530
  } else if (output[_Fr] != null && output[_Fr][_m] != null) {
4531
4531
  contents[_Fr] = de_PlatformFrameworks((0, import_smithy_client.getArrayIfSingleItem)(output[_Fr][_m]), context);
4532
4532
  }
4533
- if (output.CustomAmiList === "") {
4533
+ if (String(output.CustomAmiList).trim() === "") {
4534
4534
  contents[_CAL] = [];
4535
4535
  } else if (output[_CAL] != null && output[_CAL][_m] != null) {
4536
4536
  contents[_CAL] = de_CustomAmiList((0, import_smithy_client.getArrayIfSingleItem)(output[_CAL][_m]), context);
4537
4537
  }
4538
- if (output.SupportedTierList === "") {
4538
+ if (String(output.SupportedTierList).trim() === "") {
4539
4539
  contents[_STL] = [];
4540
4540
  } else if (output[_STL] != null && output[_STL][_m] != null) {
4541
4541
  contents[_STL] = de_SupportedTierList((0, import_smithy_client.getArrayIfSingleItem)(output[_STL][_m]), context);
4542
4542
  }
4543
- if (output.SupportedAddonList === "") {
4543
+ if (String(output.SupportedAddonList).trim() === "") {
4544
4544
  contents[_SAL] = [];
4545
4545
  } else if (output[_SAL] != null && output[_SAL][_m] != null) {
4546
4546
  contents[_SAL] = de_SupportedAddonList((0, import_smithy_client.getArrayIfSingleItem)(output[_SAL][_m]), context);
@@ -4606,12 +4606,12 @@ var de_PlatformSummary = /* @__PURE__ */ __name((output, context) => {
4606
4606
  if (output[_OSV] != null) {
4607
4607
  contents[_OSV] = (0, import_smithy_client.expectString)(output[_OSV]);
4608
4608
  }
4609
- if (output.SupportedTierList === "") {
4609
+ if (String(output.SupportedTierList).trim() === "") {
4610
4610
  contents[_STL] = [];
4611
4611
  } else if (output[_STL] != null && output[_STL][_m] != null) {
4612
4612
  contents[_STL] = de_SupportedTierList((0, import_smithy_client.getArrayIfSingleItem)(output[_STL][_m]), context);
4613
4613
  }
4614
- if (output.SupportedAddonList === "") {
4614
+ if (String(output.SupportedAddonList).trim() === "") {
4615
4615
  contents[_SAL] = [];
4616
4616
  } else if (output[_SAL] != null && output[_SAL][_m] != null) {
4617
4617
  contents[_SAL] = de_SupportedAddonList((0, import_smithy_client.getArrayIfSingleItem)(output[_SAL][_m]), context);
@@ -4695,7 +4695,7 @@ var de_ResourceTagsDescriptionMessage = /* @__PURE__ */ __name((output, context)
4695
4695
  if (output[_RA] != null) {
4696
4696
  contents[_RA] = (0, import_smithy_client.expectString)(output[_RA]);
4697
4697
  }
4698
- if (output.ResourceTags === "") {
4698
+ if (String(output.ResourceTags).trim() === "") {
4699
4699
  contents[_RT] = [];
4700
4700
  } else if (output[_RT] != null && output[_RT][_m] != null) {
4701
4701
  contents[_RT] = de_TagList((0, import_smithy_client.getArrayIfSingleItem)(output[_RT][_m]), context);
@@ -4711,7 +4711,7 @@ var de_ResourceTypeNotSupportedException = /* @__PURE__ */ __name((output, conte
4711
4711
  }, "de_ResourceTypeNotSupportedException");
4712
4712
  var de_RetrieveEnvironmentInfoResultMessage = /* @__PURE__ */ __name((output, context) => {
4713
4713
  const contents = {};
4714
- if (output.EnvironmentInfo === "") {
4714
+ if (String(output.EnvironmentInfo).trim() === "") {
4715
4715
  contents[_EInv] = [];
4716
4716
  } else if (output[_EInv] != null && output[_EInv][_m] != null) {
4717
4717
  contents[_EInv] = de_EnvironmentInfoDescriptionList((0, import_smithy_client.getArrayIfSingleItem)(output[_EInv][_m]), context);
@@ -4753,7 +4753,7 @@ var de_SingleInstanceHealth = /* @__PURE__ */ __name((output, context) => {
4753
4753
  if (output[_C] != null) {
4754
4754
  contents[_C] = (0, import_smithy_client.expectString)(output[_C]);
4755
4755
  }
4756
- if (output.Causes === "") {
4756
+ if (String(output.Causes).trim() === "") {
4757
4757
  contents[_Ca] = [];
4758
4758
  } else if (output[_Ca] != null && output[_Ca][_m] != null) {
4759
4759
  contents[_Ca] = de_Causes((0, import_smithy_client.getArrayIfSingleItem)(output[_Ca][_m]), context);
@@ -4783,7 +4783,7 @@ var de_SolutionStackDescription = /* @__PURE__ */ __name((output, context) => {
4783
4783
  if (output[_SSN] != null) {
4784
4784
  contents[_SSN] = (0, import_smithy_client.expectString)(output[_SSN]);
4785
4785
  }
4786
- if (output.PermittedFileTypes === "") {
4786
+ if (String(output.PermittedFileTypes).trim() === "") {
4787
4787
  contents[_PFT] = [];
4788
4788
  } else if (output[_PFT] != null && output[_PFT][_m] != null) {
4789
4789
  contents[_PFT] = de_SolutionStackFileTypeList((0, import_smithy_client.getArrayIfSingleItem)(output[_PFT][_m]), context);
@@ -4846,7 +4846,7 @@ var de_SystemStatus = /* @__PURE__ */ __name((output, context) => {
4846
4846
  if (output[_CPUU] != null) {
4847
4847
  contents[_CPUU] = de_CPUUtilization(output[_CPUU], context);
4848
4848
  }
4849
- if (output.LoadAverage === "") {
4849
+ if (String(output.LoadAverage).trim() === "") {
4850
4850
  contents[_LAo] = [];
4851
4851
  } else if (output[_LAo] != null && output[_LAo][_m] != null) {
4852
4852
  contents[_LAo] = de_LoadAverage((0, import_smithy_client.getArrayIfSingleItem)(output[_LAo][_m]), context);
@@ -2622,13 +2622,13 @@ const de_ApplicationDescription = (output, context) => {
2622
2622
  if (output[_DU] != null) {
2623
2623
  contents[_DU] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_DU]));
2624
2624
  }
2625
- if (output.Versions === "") {
2625
+ if (String(output.Versions).trim() === "") {
2626
2626
  contents[_Ve] = [];
2627
2627
  }
2628
2628
  else if (output[_Ve] != null && output[_Ve][_m] != null) {
2629
2629
  contents[_Ve] = de_VersionLabelsList(__getArrayIfSingleItem(output[_Ve][_m]), context);
2630
2630
  }
2631
- if (output.ConfigurationTemplates === "") {
2631
+ if (String(output.ConfigurationTemplates).trim() === "") {
2632
2632
  contents[_CTo] = [];
2633
2633
  }
2634
2634
  else if (output[_CTo] != null && output[_CTo][_m] != null) {
@@ -2655,7 +2655,7 @@ const de_ApplicationDescriptionMessage = (output, context) => {
2655
2655
  };
2656
2656
  const de_ApplicationDescriptionsMessage = (output, context) => {
2657
2657
  const contents = {};
2658
- if (output.Applications === "") {
2658
+ if (String(output.Applications).trim() === "") {
2659
2659
  contents[_App] = [];
2660
2660
  }
2661
2661
  else if (output[_App] != null && output[_App][_m] != null) {
@@ -2749,7 +2749,7 @@ const de_ApplicationVersionDescriptionMessage = (output, context) => {
2749
2749
  };
2750
2750
  const de_ApplicationVersionDescriptionsMessage = (output, context) => {
2751
2751
  const contents = {};
2752
- if (output.ApplicationVersions === "") {
2752
+ if (String(output.ApplicationVersions).trim() === "") {
2753
2753
  contents[_AVp] = [];
2754
2754
  }
2755
2755
  else if (output[_AVp] != null && output[_AVp][_m] != null) {
@@ -2865,7 +2865,7 @@ const de_ConfigurationOptionDescription = (output, context) => {
2865
2865
  if (output[_VT] != null) {
2866
2866
  contents[_VT] = __expectString(output[_VT]);
2867
2867
  }
2868
- if (output.ValueOptions === "") {
2868
+ if (String(output.ValueOptions).trim() === "") {
2869
2869
  contents[_VO] = [];
2870
2870
  }
2871
2871
  else if (output[_VO] != null && output[_VO][_m] != null) {
@@ -2907,7 +2907,7 @@ const de_ConfigurationOptionsDescription = (output, context) => {
2907
2907
  if (output[_PA] != null) {
2908
2908
  contents[_PA] = __expectString(output[_PA]);
2909
2909
  }
2910
- if (output.Options === "") {
2910
+ if (String(output.Options).trim() === "") {
2911
2911
  contents[_O] = [];
2912
2912
  }
2913
2913
  else if (output[_O] != null && output[_O][_m] != null) {
@@ -2967,7 +2967,7 @@ const de_ConfigurationSettingsDescription = (output, context) => {
2967
2967
  if (output[_DU] != null) {
2968
2968
  contents[_DU] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_DU]));
2969
2969
  }
2970
- if (output.OptionSettings === "") {
2970
+ if (String(output.OptionSettings).trim() === "") {
2971
2971
  contents[_OS] = [];
2972
2972
  }
2973
2973
  else if (output[_OS] != null && output[_OS][_m] != null) {
@@ -2984,7 +2984,7 @@ const de_ConfigurationSettingsDescriptionList = (output, context) => {
2984
2984
  };
2985
2985
  const de_ConfigurationSettingsDescriptions = (output, context) => {
2986
2986
  const contents = {};
2987
- if (output.ConfigurationSettings === "") {
2987
+ if (String(output.ConfigurationSettings).trim() === "") {
2988
2988
  contents[_CSo] = [];
2989
2989
  }
2990
2990
  else if (output[_CSo] != null && output[_CSo][_m] != null) {
@@ -2994,7 +2994,7 @@ const de_ConfigurationSettingsDescriptions = (output, context) => {
2994
2994
  };
2995
2995
  const de_ConfigurationSettingsValidationMessages = (output, context) => {
2996
2996
  const contents = {};
2997
- if (output.Messages === "") {
2997
+ if (String(output.Messages).trim() === "") {
2998
2998
  contents[_M] = [];
2999
2999
  }
3000
3000
  else if (output[_M] != null && output[_M][_m] != null) {
@@ -3115,7 +3115,7 @@ const de_DescribeEnvironmentHealthResult = (output, context) => {
3115
3115
  if (output[_C] != null) {
3116
3116
  contents[_C] = __expectString(output[_C]);
3117
3117
  }
3118
- if (output.Causes === "") {
3118
+ if (String(output.Causes).trim() === "") {
3119
3119
  contents[_Ca] = [];
3120
3120
  }
3121
3121
  else if (output[_Ca] != null && output[_Ca][_m] != null) {
@@ -3134,7 +3134,7 @@ const de_DescribeEnvironmentHealthResult = (output, context) => {
3134
3134
  };
3135
3135
  const de_DescribeEnvironmentManagedActionHistoryResult = (output, context) => {
3136
3136
  const contents = {};
3137
- if (output.ManagedActionHistoryItems === "") {
3137
+ if (String(output.ManagedActionHistoryItems).trim() === "") {
3138
3138
  contents[_MAHI] = [];
3139
3139
  }
3140
3140
  else if (output[_MAHI] != null && output[_MAHI][_m] != null) {
@@ -3147,7 +3147,7 @@ const de_DescribeEnvironmentManagedActionHistoryResult = (output, context) => {
3147
3147
  };
3148
3148
  const de_DescribeEnvironmentManagedActionsResult = (output, context) => {
3149
3149
  const contents = {};
3150
- if (output.ManagedActions === "") {
3150
+ if (String(output.ManagedActions).trim() === "") {
3151
3151
  contents[_MA] = [];
3152
3152
  }
3153
3153
  else if (output[_MA] != null && output[_MA][_m] != null) {
@@ -3157,7 +3157,7 @@ const de_DescribeEnvironmentManagedActionsResult = (output, context) => {
3157
3157
  };
3158
3158
  const de_DescribeInstancesHealthResult = (output, context) => {
3159
3159
  const contents = {};
3160
- if (output.InstanceHealthList === "") {
3160
+ if (String(output.InstanceHealthList).trim() === "") {
3161
3161
  contents[_IHL] = [];
3162
3162
  }
3163
3163
  else if (output[_IHL] != null && output[_IHL][_m] != null) {
@@ -3241,7 +3241,7 @@ const de_EnvironmentDescription = (output, context) => {
3241
3241
  if (output[_Ti] != null) {
3242
3242
  contents[_Ti] = de_EnvironmentTier(output[_Ti], context);
3243
3243
  }
3244
- if (output.EnvironmentLinks === "") {
3244
+ if (String(output.EnvironmentLinks).trim() === "") {
3245
3245
  contents[_EL] = [];
3246
3246
  }
3247
3247
  else if (output[_EL] != null && output[_EL][_m] != null) {
@@ -3264,7 +3264,7 @@ const de_EnvironmentDescriptionsList = (output, context) => {
3264
3264
  };
3265
3265
  const de_EnvironmentDescriptionsMessage = (output, context) => {
3266
3266
  const contents = {};
3267
- if (output.Environments === "") {
3267
+ if (String(output.Environments).trim() === "") {
3268
3268
  contents[_En] = [];
3269
3269
  }
3270
3270
  else if (output[_En] != null && output[_En][_m] != null) {
@@ -3320,43 +3320,43 @@ const de_EnvironmentResourceDescription = (output, context) => {
3320
3320
  if (output[_EN] != null) {
3321
3321
  contents[_EN] = __expectString(output[_EN]);
3322
3322
  }
3323
- if (output.AutoScalingGroups === "") {
3323
+ if (String(output.AutoScalingGroups).trim() === "") {
3324
3324
  contents[_ASG] = [];
3325
3325
  }
3326
3326
  else if (output[_ASG] != null && output[_ASG][_m] != null) {
3327
3327
  contents[_ASG] = de_AutoScalingGroupList(__getArrayIfSingleItem(output[_ASG][_m]), context);
3328
3328
  }
3329
- if (output.Instances === "") {
3329
+ if (String(output.Instances).trim() === "") {
3330
3330
  contents[_In] = [];
3331
3331
  }
3332
3332
  else if (output[_In] != null && output[_In][_m] != null) {
3333
3333
  contents[_In] = de_InstanceList(__getArrayIfSingleItem(output[_In][_m]), context);
3334
3334
  }
3335
- if (output.LaunchConfigurations === "") {
3335
+ if (String(output.LaunchConfigurations).trim() === "") {
3336
3336
  contents[_LC] = [];
3337
3337
  }
3338
3338
  else if (output[_LC] != null && output[_LC][_m] != null) {
3339
3339
  contents[_LC] = de_LaunchConfigurationList(__getArrayIfSingleItem(output[_LC][_m]), context);
3340
3340
  }
3341
- if (output.LaunchTemplates === "") {
3341
+ if (String(output.LaunchTemplates).trim() === "") {
3342
3342
  contents[_LT] = [];
3343
3343
  }
3344
3344
  else if (output[_LT] != null && output[_LT][_m] != null) {
3345
3345
  contents[_LT] = de_LaunchTemplateList(__getArrayIfSingleItem(output[_LT][_m]), context);
3346
3346
  }
3347
- if (output.LoadBalancers === "") {
3347
+ if (String(output.LoadBalancers).trim() === "") {
3348
3348
  contents[_LB] = [];
3349
3349
  }
3350
3350
  else if (output[_LB] != null && output[_LB][_m] != null) {
3351
3351
  contents[_LB] = de_LoadBalancerList(__getArrayIfSingleItem(output[_LB][_m]), context);
3352
3352
  }
3353
- if (output.Triggers === "") {
3353
+ if (String(output.Triggers).trim() === "") {
3354
3354
  contents[_Tr] = [];
3355
3355
  }
3356
3356
  else if (output[_Tr] != null && output[_Tr][_m] != null) {
3357
3357
  contents[_Tr] = de_TriggerList(__getArrayIfSingleItem(output[_Tr][_m]), context);
3358
3358
  }
3359
- if (output.Queues === "") {
3359
+ if (String(output.Queues).trim() === "") {
3360
3360
  contents[_Q] = [];
3361
3361
  }
3362
3362
  else if (output[_Q] != null && output[_Q][_m] != null) {
@@ -3431,7 +3431,7 @@ const de_EventDescriptionList = (output, context) => {
3431
3431
  };
3432
3432
  const de_EventDescriptionsMessage = (output, context) => {
3433
3433
  const contents = {};
3434
- if (output.Events === "") {
3434
+ if (String(output.Events).trim() === "") {
3435
3435
  contents[_Ev] = [];
3436
3436
  }
3437
3437
  else if (output[_Ev] != null && output[_Ev][_m] != null) {
@@ -3563,13 +3563,13 @@ const de_LaunchTemplateList = (output, context) => {
3563
3563
  };
3564
3564
  const de_ListAvailableSolutionStacksResultMessage = (output, context) => {
3565
3565
  const contents = {};
3566
- if (output.SolutionStacks === "") {
3566
+ if (String(output.SolutionStacks).trim() === "") {
3567
3567
  contents[_SS] = [];
3568
3568
  }
3569
3569
  else if (output[_SS] != null && output[_SS][_m] != null) {
3570
3570
  contents[_SS] = de_AvailableSolutionStackNamesList(__getArrayIfSingleItem(output[_SS][_m]), context);
3571
3571
  }
3572
- if (output.SolutionStackDetails === "") {
3572
+ if (String(output.SolutionStackDetails).trim() === "") {
3573
3573
  contents[_SSD] = [];
3574
3574
  }
3575
3575
  else if (output[_SSD] != null && output[_SSD][_m] != null) {
@@ -3589,7 +3589,7 @@ const de_Listener = (output, context) => {
3589
3589
  };
3590
3590
  const de_ListPlatformBranchesResult = (output, context) => {
3591
3591
  const contents = {};
3592
- if (output.PlatformBranchSummaryList === "") {
3592
+ if (String(output.PlatformBranchSummaryList).trim() === "") {
3593
3593
  contents[_PBSL] = [];
3594
3594
  }
3595
3595
  else if (output[_PBSL] != null && output[_PBSL][_m] != null) {
@@ -3602,7 +3602,7 @@ const de_ListPlatformBranchesResult = (output, context) => {
3602
3602
  };
3603
3603
  const de_ListPlatformVersionsResult = (output, context) => {
3604
3604
  const contents = {};
3605
- if (output.PlatformSummaryList === "") {
3605
+ if (String(output.PlatformSummaryList).trim() === "") {
3606
3606
  contents[_PSL] = [];
3607
3607
  }
3608
3608
  else if (output[_PSL] != null && output[_PSL][_m] != null) {
@@ -3635,7 +3635,7 @@ const de_LoadBalancerDescription = (output, context) => {
3635
3635
  if (output[_Do] != null) {
3636
3636
  contents[_Do] = __expectString(output[_Do]);
3637
3637
  }
3638
- if (output.Listeners === "") {
3638
+ if (String(output.Listeners).trim() === "") {
3639
3639
  contents[_Li] = [];
3640
3640
  }
3641
3641
  else if (output[_Li] != null && output[_Li][_m] != null) {
@@ -3782,7 +3782,7 @@ const de_PlatformBranchSummary = (output, context) => {
3782
3782
  if (output[_BO] != null) {
3783
3783
  contents[_BO] = __strictParseInt32(output[_BO]);
3784
3784
  }
3785
- if (output.SupportedTierList === "") {
3785
+ if (String(output.SupportedTierList).trim() === "") {
3786
3786
  contents[_STL] = [];
3787
3787
  }
3788
3788
  else if (output[_STL] != null && output[_STL][_m] != null) {
@@ -3838,31 +3838,31 @@ const de_PlatformDescription = (output, context) => {
3838
3838
  if (output[_OSV] != null) {
3839
3839
  contents[_OSV] = __expectString(output[_OSV]);
3840
3840
  }
3841
- if (output.ProgrammingLanguages === "") {
3841
+ if (String(output.ProgrammingLanguages).trim() === "") {
3842
3842
  contents[_PL] = [];
3843
3843
  }
3844
3844
  else if (output[_PL] != null && output[_PL][_m] != null) {
3845
3845
  contents[_PL] = de_PlatformProgrammingLanguages(__getArrayIfSingleItem(output[_PL][_m]), context);
3846
3846
  }
3847
- if (output.Frameworks === "") {
3847
+ if (String(output.Frameworks).trim() === "") {
3848
3848
  contents[_Fr] = [];
3849
3849
  }
3850
3850
  else if (output[_Fr] != null && output[_Fr][_m] != null) {
3851
3851
  contents[_Fr] = de_PlatformFrameworks(__getArrayIfSingleItem(output[_Fr][_m]), context);
3852
3852
  }
3853
- if (output.CustomAmiList === "") {
3853
+ if (String(output.CustomAmiList).trim() === "") {
3854
3854
  contents[_CAL] = [];
3855
3855
  }
3856
3856
  else if (output[_CAL] != null && output[_CAL][_m] != null) {
3857
3857
  contents[_CAL] = de_CustomAmiList(__getArrayIfSingleItem(output[_CAL][_m]), context);
3858
3858
  }
3859
- if (output.SupportedTierList === "") {
3859
+ if (String(output.SupportedTierList).trim() === "") {
3860
3860
  contents[_STL] = [];
3861
3861
  }
3862
3862
  else if (output[_STL] != null && output[_STL][_m] != null) {
3863
3863
  contents[_STL] = de_SupportedTierList(__getArrayIfSingleItem(output[_STL][_m]), context);
3864
3864
  }
3865
- if (output.SupportedAddonList === "") {
3865
+ if (String(output.SupportedAddonList).trim() === "") {
3866
3866
  contents[_SAL] = [];
3867
3867
  }
3868
3868
  else if (output[_SAL] != null && output[_SAL][_m] != null) {
@@ -3933,13 +3933,13 @@ const de_PlatformSummary = (output, context) => {
3933
3933
  if (output[_OSV] != null) {
3934
3934
  contents[_OSV] = __expectString(output[_OSV]);
3935
3935
  }
3936
- if (output.SupportedTierList === "") {
3936
+ if (String(output.SupportedTierList).trim() === "") {
3937
3937
  contents[_STL] = [];
3938
3938
  }
3939
3939
  else if (output[_STL] != null && output[_STL][_m] != null) {
3940
3940
  contents[_STL] = de_SupportedTierList(__getArrayIfSingleItem(output[_STL][_m]), context);
3941
3941
  }
3942
- if (output.SupportedAddonList === "") {
3942
+ if (String(output.SupportedAddonList).trim() === "") {
3943
3943
  contents[_SAL] = [];
3944
3944
  }
3945
3945
  else if (output[_SAL] != null && output[_SAL][_m] != null) {
@@ -4028,7 +4028,7 @@ const de_ResourceTagsDescriptionMessage = (output, context) => {
4028
4028
  if (output[_RA] != null) {
4029
4029
  contents[_RA] = __expectString(output[_RA]);
4030
4030
  }
4031
- if (output.ResourceTags === "") {
4031
+ if (String(output.ResourceTags).trim() === "") {
4032
4032
  contents[_RT] = [];
4033
4033
  }
4034
4034
  else if (output[_RT] != null && output[_RT][_m] != null) {
@@ -4045,7 +4045,7 @@ const de_ResourceTypeNotSupportedException = (output, context) => {
4045
4045
  };
4046
4046
  const de_RetrieveEnvironmentInfoResultMessage = (output, context) => {
4047
4047
  const contents = {};
4048
- if (output.EnvironmentInfo === "") {
4048
+ if (String(output.EnvironmentInfo).trim() === "") {
4049
4049
  contents[_EInv] = [];
4050
4050
  }
4051
4051
  else if (output[_EInv] != null && output[_EInv][_m] != null) {
@@ -4088,7 +4088,7 @@ const de_SingleInstanceHealth = (output, context) => {
4088
4088
  if (output[_C] != null) {
4089
4089
  contents[_C] = __expectString(output[_C]);
4090
4090
  }
4091
- if (output.Causes === "") {
4091
+ if (String(output.Causes).trim() === "") {
4092
4092
  contents[_Ca] = [];
4093
4093
  }
4094
4094
  else if (output[_Ca] != null && output[_Ca][_m] != null) {
@@ -4119,7 +4119,7 @@ const de_SolutionStackDescription = (output, context) => {
4119
4119
  if (output[_SSN] != null) {
4120
4120
  contents[_SSN] = __expectString(output[_SSN]);
4121
4121
  }
4122
- if (output.PermittedFileTypes === "") {
4122
+ if (String(output.PermittedFileTypes).trim() === "") {
4123
4123
  contents[_PFT] = [];
4124
4124
  }
4125
4125
  else if (output[_PFT] != null && output[_PFT][_m] != null) {
@@ -4189,7 +4189,7 @@ const de_SystemStatus = (output, context) => {
4189
4189
  if (output[_CPUU] != null) {
4190
4190
  contents[_CPUU] = de_CPUUtilization(output[_CPUU], context);
4191
4191
  }
4192
- if (output.LoadAverage === "") {
4192
+ if (String(output.LoadAverage).trim() === "") {
4193
4193
  contents[_LAo] = [];
4194
4194
  }
4195
4195
  else if (output[_LAo] != null && output[_LAo][_m] != null) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aws-sdk/client-elastic-beanstalk",
3
3
  "description": "AWS SDK for JavaScript Elastic Beanstalk Client for Node.js, Browser and React Native",
4
- "version": "3.891.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-elastic-beanstalk",
@@ -20,38 +20,38 @@
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-user-agent": "3.891.0",
29
- "@aws-sdk/region-config-resolver": "3.890.0",
30
- "@aws-sdk/types": "3.887.0",
31
- "@aws-sdk/util-endpoints": "3.891.0",
32
- "@aws-sdk/util-user-agent-browser": "3.887.0",
33
- "@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-user-agent": "3.894.0",
29
+ "@aws-sdk/region-config-resolver": "3.893.0",
30
+ "@aws-sdk/types": "3.893.0",
31
+ "@aws-sdk/util-endpoints": "3.893.0",
32
+ "@aws-sdk/util-user-agent-browser": "3.893.0",
33
+ "@aws-sdk/util-user-agent-node": "3.894.0",
34
34
  "@smithy/config-resolver": "^4.2.2",
35
- "@smithy/core": "^3.11.0",
35
+ "@smithy/core": "^3.11.1",
36
36
  "@smithy/fetch-http-handler": "^5.2.1",
37
37
  "@smithy/hash-node": "^4.1.1",
38
38
  "@smithy/invalid-dependency": "^4.1.1",
39
39
  "@smithy/middleware-content-length": "^4.1.1",
40
- "@smithy/middleware-endpoint": "^4.2.2",
41
- "@smithy/middleware-retry": "^4.2.3",
40
+ "@smithy/middleware-endpoint": "^4.2.3",
41
+ "@smithy/middleware-retry": "^4.2.4",
42
42
  "@smithy/middleware-serde": "^4.1.1",
43
43
  "@smithy/middleware-stack": "^4.1.1",
44
44
  "@smithy/node-config-provider": "^4.2.2",
45
45
  "@smithy/node-http-handler": "^4.2.1",
46
46
  "@smithy/protocol-http": "^5.2.1",
47
- "@smithy/smithy-client": "^4.6.2",
47
+ "@smithy/smithy-client": "^4.6.3",
48
48
  "@smithy/types": "^4.5.0",
49
49
  "@smithy/url-parser": "^4.1.1",
50
50
  "@smithy/util-base64": "^4.1.0",
51
51
  "@smithy/util-body-length-browser": "^4.1.0",
52
52
  "@smithy/util-body-length-node": "^4.1.0",
53
- "@smithy/util-defaults-mode-browser": "^4.1.2",
54
- "@smithy/util-defaults-mode-node": "^4.1.2",
53
+ "@smithy/util-defaults-mode-browser": "^4.1.3",
54
+ "@smithy/util-defaults-mode-node": "^4.1.3",
55
55
  "@smithy/util-endpoints": "^3.1.2",
56
56
  "@smithy/util-middleware": "^4.1.1",
57
57
  "@smithy/util-retry": "^4.1.2",