@aws-sdk/client-elastic-beanstalk 3.261.0 → 3.264.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.
|
@@ -3697,10 +3697,10 @@ const deserializeAws_queryApplicationDescription = (output, context) => {
|
|
|
3697
3697
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
3698
3698
|
}
|
|
3699
3699
|
if (output["DateCreated"] !== undefined) {
|
|
3700
|
-
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3700
|
+
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateCreated"]));
|
|
3701
3701
|
}
|
|
3702
3702
|
if (output["DateUpdated"] !== undefined) {
|
|
3703
|
-
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3703
|
+
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateUpdated"]));
|
|
3704
3704
|
}
|
|
3705
3705
|
if (output.Versions === "") {
|
|
3706
3706
|
contents.Versions = [];
|
|
@@ -3830,10 +3830,10 @@ const deserializeAws_queryApplicationVersionDescription = (output, context) => {
|
|
|
3830
3830
|
contents.SourceBundle = deserializeAws_queryS3Location(output["SourceBundle"], context);
|
|
3831
3831
|
}
|
|
3832
3832
|
if (output["DateCreated"] !== undefined) {
|
|
3833
|
-
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3833
|
+
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateCreated"]));
|
|
3834
3834
|
}
|
|
3835
3835
|
if (output["DateUpdated"] !== undefined) {
|
|
3836
|
-
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
3836
|
+
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateUpdated"]));
|
|
3837
3837
|
}
|
|
3838
3838
|
if (output["Status"] !== undefined) {
|
|
3839
3839
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
@@ -4123,10 +4123,10 @@ const deserializeAws_queryConfigurationSettingsDescription = (output, context) =
|
|
|
4123
4123
|
contents.DeploymentStatus = (0, smithy_client_1.expectString)(output["DeploymentStatus"]);
|
|
4124
4124
|
}
|
|
4125
4125
|
if (output["DateCreated"] !== undefined) {
|
|
4126
|
-
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4126
|
+
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateCreated"]));
|
|
4127
4127
|
}
|
|
4128
4128
|
if (output["DateUpdated"] !== undefined) {
|
|
4129
|
-
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4129
|
+
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateUpdated"]));
|
|
4130
4130
|
}
|
|
4131
4131
|
if (output.OptionSettings === "") {
|
|
4132
4132
|
contents.OptionSettings = [];
|
|
@@ -4279,7 +4279,7 @@ const deserializeAws_queryDeployment = (output, context) => {
|
|
|
4279
4279
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
4280
4280
|
}
|
|
4281
4281
|
if (output["DeploymentTime"] !== undefined) {
|
|
4282
|
-
contents.DeploymentTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4282
|
+
contents.DeploymentTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DeploymentTime"]));
|
|
4283
4283
|
}
|
|
4284
4284
|
return contents;
|
|
4285
4285
|
};
|
|
@@ -4328,7 +4328,7 @@ const deserializeAws_queryDescribeEnvironmentHealthResult = (output, context) =>
|
|
|
4328
4328
|
contents.InstancesHealth = deserializeAws_queryInstanceHealthSummary(output["InstancesHealth"], context);
|
|
4329
4329
|
}
|
|
4330
4330
|
if (output["RefreshedAt"] !== undefined) {
|
|
4331
|
-
contents.RefreshedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4331
|
+
contents.RefreshedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["RefreshedAt"]));
|
|
4332
4332
|
}
|
|
4333
4333
|
return contents;
|
|
4334
4334
|
};
|
|
@@ -4374,7 +4374,7 @@ const deserializeAws_queryDescribeInstancesHealthResult = (output, context) => {
|
|
|
4374
4374
|
contents.InstanceHealthList = deserializeAws_queryInstanceHealthList((0, smithy_client_1.getArrayIfSingleItem)(output["InstanceHealthList"]["member"]), context);
|
|
4375
4375
|
}
|
|
4376
4376
|
if (output["RefreshedAt"] !== undefined) {
|
|
4377
|
-
contents.RefreshedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4377
|
+
contents.RefreshedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["RefreshedAt"]));
|
|
4378
4378
|
}
|
|
4379
4379
|
if (output["NextToken"] !== undefined) {
|
|
4380
4380
|
contents.NextToken = (0, smithy_client_1.expectString)(output["NextToken"]);
|
|
@@ -4454,10 +4454,10 @@ const deserializeAws_queryEnvironmentDescription = (output, context) => {
|
|
|
4454
4454
|
contents.CNAME = (0, smithy_client_1.expectString)(output["CNAME"]);
|
|
4455
4455
|
}
|
|
4456
4456
|
if (output["DateCreated"] !== undefined) {
|
|
4457
|
-
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4457
|
+
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateCreated"]));
|
|
4458
4458
|
}
|
|
4459
4459
|
if (output["DateUpdated"] !== undefined) {
|
|
4460
|
-
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4460
|
+
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateUpdated"]));
|
|
4461
4461
|
}
|
|
4462
4462
|
if (output["Status"] !== undefined) {
|
|
4463
4463
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
@@ -4528,7 +4528,7 @@ const deserializeAws_queryEnvironmentInfoDescription = (output, context) => {
|
|
|
4528
4528
|
contents.Ec2InstanceId = (0, smithy_client_1.expectString)(output["Ec2InstanceId"]);
|
|
4529
4529
|
}
|
|
4530
4530
|
if (output["SampleTimestamp"] !== undefined) {
|
|
4531
|
-
contents.SampleTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4531
|
+
contents.SampleTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SampleTimestamp"]));
|
|
4532
4532
|
}
|
|
4533
4533
|
if (output["Message"] !== undefined) {
|
|
4534
4534
|
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
@@ -4668,7 +4668,7 @@ const deserializeAws_queryEventDescription = (output, context) => {
|
|
|
4668
4668
|
Severity: undefined,
|
|
4669
4669
|
};
|
|
4670
4670
|
if (output["EventDate"] !== undefined) {
|
|
4671
|
-
contents.EventDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
4671
|
+
contents.EventDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EventDate"]));
|
|
4672
4672
|
}
|
|
4673
4673
|
if (output["Message"] !== undefined) {
|
|
4674
4674
|
contents.Message = (0, smithy_client_1.expectString)(output["Message"]);
|
|
@@ -5002,7 +5002,7 @@ const deserializeAws_queryManagedAction = (output, context) => {
|
|
|
5002
5002
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
5003
5003
|
}
|
|
5004
5004
|
if (output["WindowStartTime"] !== undefined) {
|
|
5005
|
-
contents.WindowStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5005
|
+
contents.WindowStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["WindowStartTime"]));
|
|
5006
5006
|
}
|
|
5007
5007
|
return contents;
|
|
5008
5008
|
};
|
|
@@ -5036,10 +5036,10 @@ const deserializeAws_queryManagedActionHistoryItem = (output, context) => {
|
|
|
5036
5036
|
contents.FailureDescription = (0, smithy_client_1.expectString)(output["FailureDescription"]);
|
|
5037
5037
|
}
|
|
5038
5038
|
if (output["ExecutedTime"] !== undefined) {
|
|
5039
|
-
contents.ExecutedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5039
|
+
contents.ExecutedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ExecutedTime"]));
|
|
5040
5040
|
}
|
|
5041
5041
|
if (output["FinishedTime"] !== undefined) {
|
|
5042
|
-
contents.FinishedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5042
|
+
contents.FinishedTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["FinishedTime"]));
|
|
5043
5043
|
}
|
|
5044
5044
|
return contents;
|
|
5045
5045
|
};
|
|
@@ -5200,10 +5200,10 @@ const deserializeAws_queryPlatformDescription = (output, context) => {
|
|
|
5200
5200
|
contents.PlatformStatus = (0, smithy_client_1.expectString)(output["PlatformStatus"]);
|
|
5201
5201
|
}
|
|
5202
5202
|
if (output["DateCreated"] !== undefined) {
|
|
5203
|
-
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5203
|
+
contents.DateCreated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateCreated"]));
|
|
5204
5204
|
}
|
|
5205
5205
|
if (output["DateUpdated"] !== undefined) {
|
|
5206
|
-
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5206
|
+
contents.DateUpdated = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DateUpdated"]));
|
|
5207
5207
|
}
|
|
5208
5208
|
if (output["PlatformCategory"] !== undefined) {
|
|
5209
5209
|
contents.PlatformCategory = (0, smithy_client_1.expectString)(output["PlatformCategory"]);
|
|
@@ -5536,7 +5536,7 @@ const deserializeAws_querySingleInstanceHealth = (output, context) => {
|
|
|
5536
5536
|
contents.Causes = deserializeAws_queryCauses((0, smithy_client_1.getArrayIfSingleItem)(output["Causes"]["member"]), context);
|
|
5537
5537
|
}
|
|
5538
5538
|
if (output["LaunchedAt"] !== undefined) {
|
|
5539
|
-
contents.LaunchedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
5539
|
+
contents.LaunchedAt = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LaunchedAt"]));
|
|
5540
5540
|
}
|
|
5541
5541
|
if (output["ApplicationMetrics"] !== undefined) {
|
|
5542
5542
|
contents.ApplicationMetrics = deserializeAws_queryApplicationMetrics(output["ApplicationMetrics"], context);
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { HttpRequest as __HttpRequest } from "@aws-sdk/protocol-http";
|
|
2
|
-
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean,
|
|
2
|
+
import { decorateServiceException as __decorateServiceException, expectNonNull as __expectNonNull, expectString as __expectString, extendedEncodeURIComponent as __extendedEncodeURIComponent, getArrayIfSingleItem as __getArrayIfSingleItem, getValueFromTextNode as __getValueFromTextNode, parseBoolean as __parseBoolean, parseRfc3339DateTimeWithOffset as __parseRfc3339DateTimeWithOffset, strictParseFloat as __strictParseFloat, strictParseInt32 as __strictParseInt32, strictParseLong as __strictParseLong, throwDefaultError, } from "@aws-sdk/smithy-client";
|
|
3
3
|
import { XMLParser } from "fast-xml-parser";
|
|
4
4
|
import { ElasticBeanstalkServiceException as __BaseException } from "../models/ElasticBeanstalkServiceException";
|
|
5
5
|
import { CodeBuildNotInServiceRegionException, ElasticBeanstalkServiceException, InsufficientPrivilegesException, InvalidRequestException, ManagedActionInvalidStateException, OperationInProgressException, PlatformVersionStillReferencedException, ResourceNotFoundException, ResourceTypeNotSupportedException, S3LocationNotInServiceRegionException, S3SubscriptionRequiredException, SourceBundleDeletionException, TooManyApplicationsException, TooManyApplicationVersionsException, TooManyBucketsException, TooManyConfigurationTemplatesException, TooManyEnvironmentsException, TooManyPlatformsException, TooManyTagsException, } from "../models/models_0";
|
|
@@ -3599,10 +3599,10 @@ const deserializeAws_queryApplicationDescription = (output, context) => {
|
|
|
3599
3599
|
contents.Description = __expectString(output["Description"]);
|
|
3600
3600
|
}
|
|
3601
3601
|
if (output["DateCreated"] !== undefined) {
|
|
3602
|
-
contents.DateCreated = __expectNonNull(
|
|
3602
|
+
contents.DateCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateCreated"]));
|
|
3603
3603
|
}
|
|
3604
3604
|
if (output["DateUpdated"] !== undefined) {
|
|
3605
|
-
contents.DateUpdated = __expectNonNull(
|
|
3605
|
+
contents.DateUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateUpdated"]));
|
|
3606
3606
|
}
|
|
3607
3607
|
if (output.Versions === "") {
|
|
3608
3608
|
contents.Versions = [];
|
|
@@ -3732,10 +3732,10 @@ const deserializeAws_queryApplicationVersionDescription = (output, context) => {
|
|
|
3732
3732
|
contents.SourceBundle = deserializeAws_queryS3Location(output["SourceBundle"], context);
|
|
3733
3733
|
}
|
|
3734
3734
|
if (output["DateCreated"] !== undefined) {
|
|
3735
|
-
contents.DateCreated = __expectNonNull(
|
|
3735
|
+
contents.DateCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateCreated"]));
|
|
3736
3736
|
}
|
|
3737
3737
|
if (output["DateUpdated"] !== undefined) {
|
|
3738
|
-
contents.DateUpdated = __expectNonNull(
|
|
3738
|
+
contents.DateUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateUpdated"]));
|
|
3739
3739
|
}
|
|
3740
3740
|
if (output["Status"] !== undefined) {
|
|
3741
3741
|
contents.Status = __expectString(output["Status"]);
|
|
@@ -4025,10 +4025,10 @@ const deserializeAws_queryConfigurationSettingsDescription = (output, context) =
|
|
|
4025
4025
|
contents.DeploymentStatus = __expectString(output["DeploymentStatus"]);
|
|
4026
4026
|
}
|
|
4027
4027
|
if (output["DateCreated"] !== undefined) {
|
|
4028
|
-
contents.DateCreated = __expectNonNull(
|
|
4028
|
+
contents.DateCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateCreated"]));
|
|
4029
4029
|
}
|
|
4030
4030
|
if (output["DateUpdated"] !== undefined) {
|
|
4031
|
-
contents.DateUpdated = __expectNonNull(
|
|
4031
|
+
contents.DateUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateUpdated"]));
|
|
4032
4032
|
}
|
|
4033
4033
|
if (output.OptionSettings === "") {
|
|
4034
4034
|
contents.OptionSettings = [];
|
|
@@ -4181,7 +4181,7 @@ const deserializeAws_queryDeployment = (output, context) => {
|
|
|
4181
4181
|
contents.Status = __expectString(output["Status"]);
|
|
4182
4182
|
}
|
|
4183
4183
|
if (output["DeploymentTime"] !== undefined) {
|
|
4184
|
-
contents.DeploymentTime = __expectNonNull(
|
|
4184
|
+
contents.DeploymentTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DeploymentTime"]));
|
|
4185
4185
|
}
|
|
4186
4186
|
return contents;
|
|
4187
4187
|
};
|
|
@@ -4230,7 +4230,7 @@ const deserializeAws_queryDescribeEnvironmentHealthResult = (output, context) =>
|
|
|
4230
4230
|
contents.InstancesHealth = deserializeAws_queryInstanceHealthSummary(output["InstancesHealth"], context);
|
|
4231
4231
|
}
|
|
4232
4232
|
if (output["RefreshedAt"] !== undefined) {
|
|
4233
|
-
contents.RefreshedAt = __expectNonNull(
|
|
4233
|
+
contents.RefreshedAt = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["RefreshedAt"]));
|
|
4234
4234
|
}
|
|
4235
4235
|
return contents;
|
|
4236
4236
|
};
|
|
@@ -4276,7 +4276,7 @@ const deserializeAws_queryDescribeInstancesHealthResult = (output, context) => {
|
|
|
4276
4276
|
contents.InstanceHealthList = deserializeAws_queryInstanceHealthList(__getArrayIfSingleItem(output["InstanceHealthList"]["member"]), context);
|
|
4277
4277
|
}
|
|
4278
4278
|
if (output["RefreshedAt"] !== undefined) {
|
|
4279
|
-
contents.RefreshedAt = __expectNonNull(
|
|
4279
|
+
contents.RefreshedAt = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["RefreshedAt"]));
|
|
4280
4280
|
}
|
|
4281
4281
|
if (output["NextToken"] !== undefined) {
|
|
4282
4282
|
contents.NextToken = __expectString(output["NextToken"]);
|
|
@@ -4356,10 +4356,10 @@ const deserializeAws_queryEnvironmentDescription = (output, context) => {
|
|
|
4356
4356
|
contents.CNAME = __expectString(output["CNAME"]);
|
|
4357
4357
|
}
|
|
4358
4358
|
if (output["DateCreated"] !== undefined) {
|
|
4359
|
-
contents.DateCreated = __expectNonNull(
|
|
4359
|
+
contents.DateCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateCreated"]));
|
|
4360
4360
|
}
|
|
4361
4361
|
if (output["DateUpdated"] !== undefined) {
|
|
4362
|
-
contents.DateUpdated = __expectNonNull(
|
|
4362
|
+
contents.DateUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateUpdated"]));
|
|
4363
4363
|
}
|
|
4364
4364
|
if (output["Status"] !== undefined) {
|
|
4365
4365
|
contents.Status = __expectString(output["Status"]);
|
|
@@ -4430,7 +4430,7 @@ const deserializeAws_queryEnvironmentInfoDescription = (output, context) => {
|
|
|
4430
4430
|
contents.Ec2InstanceId = __expectString(output["Ec2InstanceId"]);
|
|
4431
4431
|
}
|
|
4432
4432
|
if (output["SampleTimestamp"] !== undefined) {
|
|
4433
|
-
contents.SampleTimestamp = __expectNonNull(
|
|
4433
|
+
contents.SampleTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["SampleTimestamp"]));
|
|
4434
4434
|
}
|
|
4435
4435
|
if (output["Message"] !== undefined) {
|
|
4436
4436
|
contents.Message = __expectString(output["Message"]);
|
|
@@ -4570,7 +4570,7 @@ const deserializeAws_queryEventDescription = (output, context) => {
|
|
|
4570
4570
|
Severity: undefined,
|
|
4571
4571
|
};
|
|
4572
4572
|
if (output["EventDate"] !== undefined) {
|
|
4573
|
-
contents.EventDate = __expectNonNull(
|
|
4573
|
+
contents.EventDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EventDate"]));
|
|
4574
4574
|
}
|
|
4575
4575
|
if (output["Message"] !== undefined) {
|
|
4576
4576
|
contents.Message = __expectString(output["Message"]);
|
|
@@ -4904,7 +4904,7 @@ const deserializeAws_queryManagedAction = (output, context) => {
|
|
|
4904
4904
|
contents.Status = __expectString(output["Status"]);
|
|
4905
4905
|
}
|
|
4906
4906
|
if (output["WindowStartTime"] !== undefined) {
|
|
4907
|
-
contents.WindowStartTime = __expectNonNull(
|
|
4907
|
+
contents.WindowStartTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["WindowStartTime"]));
|
|
4908
4908
|
}
|
|
4909
4909
|
return contents;
|
|
4910
4910
|
};
|
|
@@ -4938,10 +4938,10 @@ const deserializeAws_queryManagedActionHistoryItem = (output, context) => {
|
|
|
4938
4938
|
contents.FailureDescription = __expectString(output["FailureDescription"]);
|
|
4939
4939
|
}
|
|
4940
4940
|
if (output["ExecutedTime"] !== undefined) {
|
|
4941
|
-
contents.ExecutedTime = __expectNonNull(
|
|
4941
|
+
contents.ExecutedTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ExecutedTime"]));
|
|
4942
4942
|
}
|
|
4943
4943
|
if (output["FinishedTime"] !== undefined) {
|
|
4944
|
-
contents.FinishedTime = __expectNonNull(
|
|
4944
|
+
contents.FinishedTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["FinishedTime"]));
|
|
4945
4945
|
}
|
|
4946
4946
|
return contents;
|
|
4947
4947
|
};
|
|
@@ -5102,10 +5102,10 @@ const deserializeAws_queryPlatformDescription = (output, context) => {
|
|
|
5102
5102
|
contents.PlatformStatus = __expectString(output["PlatformStatus"]);
|
|
5103
5103
|
}
|
|
5104
5104
|
if (output["DateCreated"] !== undefined) {
|
|
5105
|
-
contents.DateCreated = __expectNonNull(
|
|
5105
|
+
contents.DateCreated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateCreated"]));
|
|
5106
5106
|
}
|
|
5107
5107
|
if (output["DateUpdated"] !== undefined) {
|
|
5108
|
-
contents.DateUpdated = __expectNonNull(
|
|
5108
|
+
contents.DateUpdated = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DateUpdated"]));
|
|
5109
5109
|
}
|
|
5110
5110
|
if (output["PlatformCategory"] !== undefined) {
|
|
5111
5111
|
contents.PlatformCategory = __expectString(output["PlatformCategory"]);
|
|
@@ -5438,7 +5438,7 @@ const deserializeAws_querySingleInstanceHealth = (output, context) => {
|
|
|
5438
5438
|
contents.Causes = deserializeAws_queryCauses(__getArrayIfSingleItem(output["Causes"]["member"]), context);
|
|
5439
5439
|
}
|
|
5440
5440
|
if (output["LaunchedAt"] !== undefined) {
|
|
5441
|
-
contents.LaunchedAt = __expectNonNull(
|
|
5441
|
+
contents.LaunchedAt = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LaunchedAt"]));
|
|
5442
5442
|
}
|
|
5443
5443
|
if (output["ApplicationMetrics"] !== undefined) {
|
|
5444
5444
|
contents.ApplicationMetrics = deserializeAws_queryApplicationMetrics(output["ApplicationMetrics"], context);
|
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.
|
|
4
|
+
"version": "3.264.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.cjs.json",
|
|
@@ -20,14 +20,14 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
23
|
+
"@aws-sdk/client-sts": "3.264.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.264.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|
|
27
27
|
"@aws-sdk/hash-node": "3.257.0",
|
|
28
28
|
"@aws-sdk/invalid-dependency": "3.257.0",
|
|
29
29
|
"@aws-sdk/middleware-content-length": "3.257.0",
|
|
30
|
-
"@aws-sdk/middleware-endpoint": "3.
|
|
30
|
+
"@aws-sdk/middleware-endpoint": "3.264.0",
|
|
31
31
|
"@aws-sdk/middleware-host-header": "3.257.0",
|
|
32
32
|
"@aws-sdk/middleware-logger": "3.257.0",
|
|
33
33
|
"@aws-sdk/middleware-recursion-detection": "3.257.0",
|