@aws-sdk/client-rds 3.261.0 → 3.262.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.
|
@@ -14026,10 +14026,10 @@ const deserializeAws_queryBlueGreenDeployment = (output, context) => {
|
|
|
14026
14026
|
contents.StatusDetails = (0, smithy_client_1.expectString)(output["StatusDetails"]);
|
|
14027
14027
|
}
|
|
14028
14028
|
if (output["CreateTime"] !== undefined) {
|
|
14029
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14029
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreateTime"]));
|
|
14030
14030
|
}
|
|
14031
14031
|
if (output["DeleteTime"] !== undefined) {
|
|
14032
|
-
contents.DeleteTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14032
|
+
contents.DeleteTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["DeleteTime"]));
|
|
14033
14033
|
}
|
|
14034
14034
|
if (output.TagList === "") {
|
|
14035
14035
|
contents.TagList = [];
|
|
@@ -14112,10 +14112,10 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
14112
14112
|
contents.Thumbprint = (0, smithy_client_1.expectString)(output["Thumbprint"]);
|
|
14113
14113
|
}
|
|
14114
14114
|
if (output["ValidFrom"] !== undefined) {
|
|
14115
|
-
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14115
|
+
contents.ValidFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ValidFrom"]));
|
|
14116
14116
|
}
|
|
14117
14117
|
if (output["ValidTill"] !== undefined) {
|
|
14118
|
-
contents.ValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14118
|
+
contents.ValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ValidTill"]));
|
|
14119
14119
|
}
|
|
14120
14120
|
if (output["CertificateArn"] !== undefined) {
|
|
14121
14121
|
contents.CertificateArn = (0, smithy_client_1.expectString)(output["CertificateArn"]);
|
|
@@ -14124,7 +14124,7 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
14124
14124
|
contents.CustomerOverride = (0, smithy_client_1.parseBoolean)(output["CustomerOverride"]);
|
|
14125
14125
|
}
|
|
14126
14126
|
if (output["CustomerOverrideValidTill"] !== undefined) {
|
|
14127
|
-
contents.CustomerOverrideValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14127
|
+
contents.CustomerOverrideValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CustomerOverrideValidTill"]));
|
|
14128
14128
|
}
|
|
14129
14129
|
return contents;
|
|
14130
14130
|
};
|
|
@@ -14137,7 +14137,7 @@ const deserializeAws_queryCertificateDetails = (output, context) => {
|
|
|
14137
14137
|
contents.CAIdentifier = (0, smithy_client_1.expectString)(output["CAIdentifier"]);
|
|
14138
14138
|
}
|
|
14139
14139
|
if (output["ValidTill"] !== undefined) {
|
|
14140
|
-
contents.ValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14140
|
+
contents.ValidTill = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ValidTill"]));
|
|
14141
14141
|
}
|
|
14142
14142
|
return contents;
|
|
14143
14143
|
};
|
|
@@ -14586,13 +14586,13 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14586
14586
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
14587
14587
|
}
|
|
14588
14588
|
if (output["AutomaticRestartTime"] !== undefined) {
|
|
14589
|
-
contents.AutomaticRestartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14589
|
+
contents.AutomaticRestartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["AutomaticRestartTime"]));
|
|
14590
14590
|
}
|
|
14591
14591
|
if (output["PercentProgress"] !== undefined) {
|
|
14592
14592
|
contents.PercentProgress = (0, smithy_client_1.expectString)(output["PercentProgress"]);
|
|
14593
14593
|
}
|
|
14594
14594
|
if (output["EarliestRestorableTime"] !== undefined) {
|
|
14595
|
-
contents.EarliestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14595
|
+
contents.EarliestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EarliestRestorableTime"]));
|
|
14596
14596
|
}
|
|
14597
14597
|
if (output["Endpoint"] !== undefined) {
|
|
14598
14598
|
contents.Endpoint = (0, smithy_client_1.expectString)(output["Endpoint"]);
|
|
@@ -14616,7 +14616,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14616
14616
|
contents.EngineVersion = (0, smithy_client_1.expectString)(output["EngineVersion"]);
|
|
14617
14617
|
}
|
|
14618
14618
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
14619
|
-
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14619
|
+
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LatestRestorableTime"]));
|
|
14620
14620
|
}
|
|
14621
14621
|
if (output["Port"] !== undefined) {
|
|
14622
14622
|
contents.Port = (0, smithy_client_1.strictParseInt32)(output["Port"]);
|
|
@@ -14688,10 +14688,10 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14688
14688
|
contents.CloneGroupId = (0, smithy_client_1.expectString)(output["CloneGroupId"]);
|
|
14689
14689
|
}
|
|
14690
14690
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
14691
|
-
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14691
|
+
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ClusterCreateTime"]));
|
|
14692
14692
|
}
|
|
14693
14693
|
if (output["EarliestBacktrackTime"] !== undefined) {
|
|
14694
|
-
contents.EarliestBacktrackTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14694
|
+
contents.EarliestBacktrackTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EarliestBacktrackTime"]));
|
|
14695
14695
|
}
|
|
14696
14696
|
if (output["BacktrackWindow"] !== undefined) {
|
|
14697
14697
|
contents.BacktrackWindow = (0, smithy_client_1.strictParseLong)(output["BacktrackWindow"]);
|
|
@@ -14830,13 +14830,13 @@ const deserializeAws_queryDBClusterBacktrack = (output, context) => {
|
|
|
14830
14830
|
contents.BacktrackIdentifier = (0, smithy_client_1.expectString)(output["BacktrackIdentifier"]);
|
|
14831
14831
|
}
|
|
14832
14832
|
if (output["BacktrackTo"] !== undefined) {
|
|
14833
|
-
contents.BacktrackTo = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14833
|
+
contents.BacktrackTo = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["BacktrackTo"]));
|
|
14834
14834
|
}
|
|
14835
14835
|
if (output["BacktrackedFrom"] !== undefined) {
|
|
14836
|
-
contents.BacktrackedFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14836
|
+
contents.BacktrackedFrom = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["BacktrackedFrom"]));
|
|
14837
14837
|
}
|
|
14838
14838
|
if (output["BacktrackRequestCreationTime"] !== undefined) {
|
|
14839
|
-
contents.BacktrackRequestCreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
14839
|
+
contents.BacktrackRequestCreationTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["BacktrackRequestCreationTime"]));
|
|
14840
14840
|
}
|
|
14841
14841
|
if (output["Status"] !== undefined) {
|
|
14842
14842
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
@@ -15262,7 +15262,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
15262
15262
|
contents.DBClusterIdentifier = (0, smithy_client_1.expectString)(output["DBClusterIdentifier"]);
|
|
15263
15263
|
}
|
|
15264
15264
|
if (output["SnapshotCreateTime"] !== undefined) {
|
|
15265
|
-
contents.SnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15265
|
+
contents.SnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SnapshotCreateTime"]));
|
|
15266
15266
|
}
|
|
15267
15267
|
if (output["Engine"] !== undefined) {
|
|
15268
15268
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
@@ -15283,7 +15283,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
15283
15283
|
contents.VpcId = (0, smithy_client_1.expectString)(output["VpcId"]);
|
|
15284
15284
|
}
|
|
15285
15285
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
15286
|
-
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15286
|
+
contents.ClusterCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ClusterCreateTime"]));
|
|
15287
15287
|
}
|
|
15288
15288
|
if (output["MasterUsername"] !== undefined) {
|
|
15289
15289
|
contents.MasterUsername = (0, smithy_client_1.expectString)(output["MasterUsername"]);
|
|
@@ -15542,7 +15542,7 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
15542
15542
|
contents.KMSKeyId = (0, smithy_client_1.expectString)(output["KMSKeyId"]);
|
|
15543
15543
|
}
|
|
15544
15544
|
if (output["CreateTime"] !== undefined) {
|
|
15545
|
-
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15545
|
+
contents.CreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreateTime"]));
|
|
15546
15546
|
}
|
|
15547
15547
|
if (output.TagList === "") {
|
|
15548
15548
|
contents.TagList = [];
|
|
@@ -15687,7 +15687,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15687
15687
|
contents.DBInstanceStatus = (0, smithy_client_1.expectString)(output["DBInstanceStatus"]);
|
|
15688
15688
|
}
|
|
15689
15689
|
if (output["AutomaticRestartTime"] !== undefined) {
|
|
15690
|
-
contents.AutomaticRestartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15690
|
+
contents.AutomaticRestartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["AutomaticRestartTime"]));
|
|
15691
15691
|
}
|
|
15692
15692
|
if (output["MasterUsername"] !== undefined) {
|
|
15693
15693
|
contents.MasterUsername = (0, smithy_client_1.expectString)(output["MasterUsername"]);
|
|
@@ -15702,7 +15702,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15702
15702
|
contents.AllocatedStorage = (0, smithy_client_1.strictParseInt32)(output["AllocatedStorage"]);
|
|
15703
15703
|
}
|
|
15704
15704
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
15705
|
-
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15705
|
+
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["InstanceCreateTime"]));
|
|
15706
15706
|
}
|
|
15707
15707
|
if (output["PreferredBackupWindow"] !== undefined) {
|
|
15708
15708
|
contents.PreferredBackupWindow = (0, smithy_client_1.expectString)(output["PreferredBackupWindow"]);
|
|
@@ -15743,7 +15743,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15743
15743
|
contents.PendingModifiedValues = deserializeAws_queryPendingModifiedValues(output["PendingModifiedValues"], context);
|
|
15744
15744
|
}
|
|
15745
15745
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
15746
|
-
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15746
|
+
contents.LatestRestorableTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LatestRestorableTime"]));
|
|
15747
15747
|
}
|
|
15748
15748
|
if (output["MultiAZ"] !== undefined) {
|
|
15749
15749
|
contents.MultiAZ = (0, smithy_client_1.parseBoolean)(output["MultiAZ"]);
|
|
@@ -15936,7 +15936,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15936
15936
|
contents.AutomationMode = (0, smithy_client_1.expectString)(output["AutomationMode"]);
|
|
15937
15937
|
}
|
|
15938
15938
|
if (output["ResumeFullAutomationModeTime"] !== undefined) {
|
|
15939
|
-
contents.ResumeFullAutomationModeTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
15939
|
+
contents.ResumeFullAutomationModeTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ResumeFullAutomationModeTime"]));
|
|
15940
15940
|
}
|
|
15941
15941
|
if (output["CustomIamInstanceProfile"] !== undefined) {
|
|
15942
15942
|
contents.CustomIamInstanceProfile = (0, smithy_client_1.expectString)(output["CustomIamInstanceProfile"]);
|
|
@@ -16035,7 +16035,7 @@ const deserializeAws_queryDBInstanceAutomatedBackup = (output, context) => {
|
|
|
16035
16035
|
contents.VpcId = (0, smithy_client_1.expectString)(output["VpcId"]);
|
|
16036
16036
|
}
|
|
16037
16037
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
16038
|
-
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16038
|
+
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["InstanceCreateTime"]));
|
|
16039
16039
|
}
|
|
16040
16040
|
if (output["MasterUsername"] !== undefined) {
|
|
16041
16041
|
contents.MasterUsername = (0, smithy_client_1.expectString)(output["MasterUsername"]);
|
|
@@ -16456,10 +16456,10 @@ const deserializeAws_queryDBProxy = (output, context) => {
|
|
|
16456
16456
|
contents.DebugLogging = (0, smithy_client_1.parseBoolean)(output["DebugLogging"]);
|
|
16457
16457
|
}
|
|
16458
16458
|
if (output["CreatedDate"] !== undefined) {
|
|
16459
|
-
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16459
|
+
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedDate"]));
|
|
16460
16460
|
}
|
|
16461
16461
|
if (output["UpdatedDate"] !== undefined) {
|
|
16462
|
-
contents.UpdatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16462
|
+
contents.UpdatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["UpdatedDate"]));
|
|
16463
16463
|
}
|
|
16464
16464
|
return contents;
|
|
16465
16465
|
};
|
|
@@ -16517,7 +16517,7 @@ const deserializeAws_queryDBProxyEndpoint = (output, context) => {
|
|
|
16517
16517
|
contents.Endpoint = (0, smithy_client_1.expectString)(output["Endpoint"]);
|
|
16518
16518
|
}
|
|
16519
16519
|
if (output["CreatedDate"] !== undefined) {
|
|
16520
|
-
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16520
|
+
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedDate"]));
|
|
16521
16521
|
}
|
|
16522
16522
|
if (output["TargetRole"] !== undefined) {
|
|
16523
16523
|
contents.TargetRole = (0, smithy_client_1.expectString)(output["TargetRole"]);
|
|
@@ -16662,10 +16662,10 @@ const deserializeAws_queryDBProxyTargetGroup = (output, context) => {
|
|
|
16662
16662
|
contents.ConnectionPoolConfig = deserializeAws_queryConnectionPoolConfigurationInfo(output["ConnectionPoolConfig"], context);
|
|
16663
16663
|
}
|
|
16664
16664
|
if (output["CreatedDate"] !== undefined) {
|
|
16665
|
-
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16665
|
+
contents.CreatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CreatedDate"]));
|
|
16666
16666
|
}
|
|
16667
16667
|
if (output["UpdatedDate"] !== undefined) {
|
|
16668
|
-
contents.UpdatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16668
|
+
contents.UpdatedDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["UpdatedDate"]));
|
|
16669
16669
|
}
|
|
16670
16670
|
return contents;
|
|
16671
16671
|
};
|
|
@@ -16849,7 +16849,7 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16849
16849
|
contents.DBInstanceIdentifier = (0, smithy_client_1.expectString)(output["DBInstanceIdentifier"]);
|
|
16850
16850
|
}
|
|
16851
16851
|
if (output["SnapshotCreateTime"] !== undefined) {
|
|
16852
|
-
contents.SnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16852
|
+
contents.SnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SnapshotCreateTime"]));
|
|
16853
16853
|
}
|
|
16854
16854
|
if (output["Engine"] !== undefined) {
|
|
16855
16855
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
@@ -16870,7 +16870,7 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16870
16870
|
contents.VpcId = (0, smithy_client_1.expectString)(output["VpcId"]);
|
|
16871
16871
|
}
|
|
16872
16872
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
16873
|
-
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16873
|
+
contents.InstanceCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["InstanceCreateTime"]));
|
|
16874
16874
|
}
|
|
16875
16875
|
if (output["MasterUsername"] !== undefined) {
|
|
16876
16876
|
contents.MasterUsername = (0, smithy_client_1.expectString)(output["MasterUsername"]);
|
|
@@ -16937,10 +16937,10 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16937
16937
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
16938
16938
|
}
|
|
16939
16939
|
if (output["OriginalSnapshotCreateTime"] !== undefined) {
|
|
16940
|
-
contents.OriginalSnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16940
|
+
contents.OriginalSnapshotCreateTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["OriginalSnapshotCreateTime"]));
|
|
16941
16941
|
}
|
|
16942
16942
|
if (output["SnapshotDatabaseTime"] !== undefined) {
|
|
16943
|
-
contents.SnapshotDatabaseTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
16943
|
+
contents.SnapshotDatabaseTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SnapshotDatabaseTime"]));
|
|
16944
16944
|
}
|
|
16945
16945
|
if (output["SnapshotTarget"] !== undefined) {
|
|
16946
16946
|
contents.SnapshotTarget = (0, smithy_client_1.expectString)(output["SnapshotTarget"]);
|
|
@@ -17596,7 +17596,7 @@ const deserializeAws_queryEvent = (output, context) => {
|
|
|
17596
17596
|
contents.EventCategories = deserializeAws_queryEventCategoriesList((0, smithy_client_1.getArrayIfSingleItem)(output["EventCategories"]["EventCategory"]), context);
|
|
17597
17597
|
}
|
|
17598
17598
|
if (output["Date"] !== undefined) {
|
|
17599
|
-
contents.Date = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
17599
|
+
contents.Date = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["Date"]));
|
|
17600
17600
|
}
|
|
17601
17601
|
if (output["SourceArn"] !== undefined) {
|
|
17602
17602
|
contents.SourceArn = (0, smithy_client_1.expectString)(output["SourceArn"]);
|
|
@@ -17786,13 +17786,13 @@ const deserializeAws_queryExportTask = (output, context) => {
|
|
|
17786
17786
|
contents.ExportOnly = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["ExportOnly"]["member"]), context);
|
|
17787
17787
|
}
|
|
17788
17788
|
if (output["SnapshotTime"] !== undefined) {
|
|
17789
|
-
contents.SnapshotTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
17789
|
+
contents.SnapshotTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["SnapshotTime"]));
|
|
17790
17790
|
}
|
|
17791
17791
|
if (output["TaskStartTime"] !== undefined) {
|
|
17792
|
-
contents.TaskStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
17792
|
+
contents.TaskStartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["TaskStartTime"]));
|
|
17793
17793
|
}
|
|
17794
17794
|
if (output["TaskEndTime"] !== undefined) {
|
|
17795
|
-
contents.TaskEndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
17795
|
+
contents.TaskEndTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["TaskEndTime"]));
|
|
17796
17796
|
}
|
|
17797
17797
|
if (output["S3Bucket"] !== undefined) {
|
|
17798
17798
|
contents.S3Bucket = (0, smithy_client_1.expectString)(output["S3Bucket"]);
|
|
@@ -18668,7 +18668,7 @@ const deserializeAws_queryOptionGroup = (output, context) => {
|
|
|
18668
18668
|
contents.SourceAccountId = (0, smithy_client_1.expectString)(output["SourceAccountId"]);
|
|
18669
18669
|
}
|
|
18670
18670
|
if (output["CopyTimestamp"] !== undefined) {
|
|
18671
|
-
contents.CopyTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
18671
|
+
contents.CopyTimestamp = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CopyTimestamp"]));
|
|
18672
18672
|
}
|
|
18673
18673
|
return contents;
|
|
18674
18674
|
};
|
|
@@ -19278,16 +19278,16 @@ const deserializeAws_queryPendingMaintenanceAction = (output, context) => {
|
|
|
19278
19278
|
contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
|
|
19279
19279
|
}
|
|
19280
19280
|
if (output["AutoAppliedAfterDate"] !== undefined) {
|
|
19281
|
-
contents.AutoAppliedAfterDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19281
|
+
contents.AutoAppliedAfterDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["AutoAppliedAfterDate"]));
|
|
19282
19282
|
}
|
|
19283
19283
|
if (output["ForcedApplyDate"] !== undefined) {
|
|
19284
|
-
contents.ForcedApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19284
|
+
contents.ForcedApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ForcedApplyDate"]));
|
|
19285
19285
|
}
|
|
19286
19286
|
if (output["OptInStatus"] !== undefined) {
|
|
19287
19287
|
contents.OptInStatus = (0, smithy_client_1.expectString)(output["OptInStatus"]);
|
|
19288
19288
|
}
|
|
19289
19289
|
if (output["CurrentApplyDate"] !== undefined) {
|
|
19290
|
-
contents.CurrentApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19290
|
+
contents.CurrentApplyDate = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["CurrentApplyDate"]));
|
|
19291
19291
|
}
|
|
19292
19292
|
if (output["Description"] !== undefined) {
|
|
19293
19293
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
@@ -19403,7 +19403,7 @@ const deserializeAws_queryPendingModifiedValues = (output, context) => {
|
|
|
19403
19403
|
contents.AutomationMode = (0, smithy_client_1.expectString)(output["AutomationMode"]);
|
|
19404
19404
|
}
|
|
19405
19405
|
if (output["ResumeFullAutomationModeTime"] !== undefined) {
|
|
19406
|
-
contents.ResumeFullAutomationModeTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19406
|
+
contents.ResumeFullAutomationModeTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["ResumeFullAutomationModeTime"]));
|
|
19407
19407
|
}
|
|
19408
19408
|
if (output["StorageThroughput"] !== undefined) {
|
|
19409
19409
|
contents.StorageThroughput = (0, smithy_client_1.strictParseInt32)(output["StorageThroughput"]);
|
|
@@ -19624,7 +19624,7 @@ const deserializeAws_queryReservedDBInstance = (output, context) => {
|
|
|
19624
19624
|
contents.DBInstanceClass = (0, smithy_client_1.expectString)(output["DBInstanceClass"]);
|
|
19625
19625
|
}
|
|
19626
19626
|
if (output["StartTime"] !== undefined) {
|
|
19627
|
-
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19627
|
+
contents.StartTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["StartTime"]));
|
|
19628
19628
|
}
|
|
19629
19629
|
if (output["Duration"] !== undefined) {
|
|
19630
19630
|
contents.Duration = (0, smithy_client_1.strictParseInt32)(output["Duration"]);
|
|
@@ -19885,10 +19885,10 @@ const deserializeAws_queryRestoreWindow = (output, context) => {
|
|
|
19885
19885
|
LatestTime: undefined,
|
|
19886
19886
|
};
|
|
19887
19887
|
if (output["EarliestTime"] !== undefined) {
|
|
19888
|
-
contents.EarliestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19888
|
+
contents.EarliestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EarliestTime"]));
|
|
19889
19889
|
}
|
|
19890
19890
|
if (output["LatestTime"] !== undefined) {
|
|
19891
|
-
contents.LatestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.
|
|
19891
|
+
contents.LatestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["LatestTime"]));
|
|
19892
19892
|
}
|
|
19893
19893
|
return contents;
|
|
19894
19894
|
};
|
|
@@ -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, serializeFloat as __serializeFloat, 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 { AuthorizationAlreadyExistsFault, AuthorizationNotFoundFault, AuthorizationQuotaExceededFault, BackupPolicyNotFoundFault, BlueGreenDeploymentAlreadyExistsFault, BlueGreenDeploymentNotFoundFault, CertificateNotFoundFault, CustomAvailabilityZoneNotFoundFault, CustomDBEngineVersionAlreadyExistsFault, CustomDBEngineVersionNotFoundFault, CustomDBEngineVersionQuotaExceededFault, DBClusterAlreadyExistsFault, DBClusterBacktrackNotFoundFault, DBClusterEndpointAlreadyExistsFault, DBClusterEndpointNotFoundFault, DBClusterEndpointQuotaExceededFault, DBClusterNotFoundFault, DBClusterParameterGroupNotFoundFault, DBClusterQuotaExceededFault, DBClusterRoleAlreadyExistsFault, DBClusterRoleQuotaExceededFault, DBClusterSnapshotAlreadyExistsFault, DBClusterSnapshotNotFoundFault, DBInstanceAlreadyExistsFault, DBInstanceAutomatedBackupNotFoundFault, DBInstanceAutomatedBackupQuotaExceededFault, DBInstanceNotFoundFault, DBInstanceRoleAlreadyExistsFault, DBInstanceRoleQuotaExceededFault, DBParameterGroupAlreadyExistsFault, DBParameterGroupNotFoundFault, DBParameterGroupQuotaExceededFault, DBProxyAlreadyExistsFault, DBProxyEndpointAlreadyExistsFault, DBProxyEndpointNotFoundFault, DBProxyEndpointQuotaExceededFault, DBProxyNotFoundFault, DBProxyQuotaExceededFault, DBProxyTargetGroupNotFoundFault, DBProxyTargetNotFoundFault, DBSecurityGroupAlreadyExistsFault, DBSecurityGroupNotFoundFault, DBSecurityGroupNotSupportedFault, DBSecurityGroupQuotaExceededFault, DBSnapshotAlreadyExistsFault, DBSnapshotNotFoundFault, DBSubnetGroupAlreadyExistsFault, DBSubnetGroupDoesNotCoverEnoughAZs, DBSubnetGroupNotAllowedFault, DBSubnetGroupNotFoundFault, DBSubnetGroupQuotaExceededFault, DBSubnetQuotaExceededFault, DomainNotFoundFault, Ec2ImagePropertiesNotSupportedFault, EventSubscriptionQuotaExceededFault, ExportTaskNotFoundFault, GlobalClusterAlreadyExistsFault, GlobalClusterNotFoundFault, GlobalClusterQuotaExceededFault, InstanceQuotaExceededFault, InsufficientDBInstanceCapacityFault, InsufficientStorageClusterCapacityFault, InvalidBlueGreenDeploymentStateFault, InvalidCustomDBEngineVersionStateFault, InvalidDBClusterEndpointStateFault, InvalidDBClusterSnapshotStateFault, InvalidDBClusterStateFault, InvalidDBInstanceAutomatedBackupStateFault, InvalidDBInstanceStateFault, InvalidDBParameterGroupStateFault, InvalidDBProxyEndpointStateFault, InvalidDBProxyStateFault, InvalidDBSecurityGroupStateFault, InvalidDBSnapshotStateFault, InvalidDBSubnetGroupFault, InvalidDBSubnetGroupStateFault, InvalidDBSubnetStateFault, InvalidEventSubscriptionStateFault, InvalidExportTaskStateFault, InvalidGlobalClusterStateFault, InvalidOptionGroupStateFault, InvalidSubnet, InvalidVPCNetworkStateFault, KMSKeyNotAccessibleFault, NetworkTypeNotSupported, OptionGroupAlreadyExistsFault, OptionGroupNotFoundFault, OptionGroupQuotaExceededFault, ProvisionedIopsNotAvailableInAZFault, ResourceNotFoundFault, SnapshotQuotaExceededFault, SNSInvalidTopicFault, SNSNoAuthorizationFault, SNSTopicArnNotFoundFault, SourceClusterNotSupportedFault, SourceDatabaseNotSupportedFault, SourceNotFoundFault, StorageQuotaExceededFault, StorageTypeNotSupportedFault, SubscriptionAlreadyExistFault, SubscriptionCategoryNotFoundFault, SubscriptionNotFoundFault, } from "../models/models_0";
|
|
5
5
|
import { DBClusterRoleNotFoundFault, DBInstanceRoleNotFoundFault, DBLogFileNotFoundFault, DBProxyTargetAlreadyRegisteredFault, DBUpgradeDependencyFailureFault, ExportTaskAlreadyExistsFault, IamRoleMissingPermissionsFault, IamRoleNotFoundFault, InsufficientAvailableIPsInSubnetFault, InsufficientDBClusterCapacityFault, InvalidDBClusterCapacityFault, InvalidExportOnlyFault, InvalidExportSourceStateFault, InvalidRestoreFault, InvalidS3BucketFault, PointInTimeRestoreNotEnabledFault, ReservedDBInstanceAlreadyExistsFault, ReservedDBInstanceNotFoundFault, ReservedDBInstanceQuotaExceededFault, ReservedDBInstancesOfferingNotFoundFault, SharedSnapshotQuotaExceededFault, SubnetAlreadyInUse, } from "../models/models_1";
|
|
@@ -13736,10 +13736,10 @@ const deserializeAws_queryBlueGreenDeployment = (output, context) => {
|
|
|
13736
13736
|
contents.StatusDetails = __expectString(output["StatusDetails"]);
|
|
13737
13737
|
}
|
|
13738
13738
|
if (output["CreateTime"] !== undefined) {
|
|
13739
|
-
contents.CreateTime = __expectNonNull(
|
|
13739
|
+
contents.CreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreateTime"]));
|
|
13740
13740
|
}
|
|
13741
13741
|
if (output["DeleteTime"] !== undefined) {
|
|
13742
|
-
contents.DeleteTime = __expectNonNull(
|
|
13742
|
+
contents.DeleteTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["DeleteTime"]));
|
|
13743
13743
|
}
|
|
13744
13744
|
if (output.TagList === "") {
|
|
13745
13745
|
contents.TagList = [];
|
|
@@ -13822,10 +13822,10 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
13822
13822
|
contents.Thumbprint = __expectString(output["Thumbprint"]);
|
|
13823
13823
|
}
|
|
13824
13824
|
if (output["ValidFrom"] !== undefined) {
|
|
13825
|
-
contents.ValidFrom = __expectNonNull(
|
|
13825
|
+
contents.ValidFrom = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ValidFrom"]));
|
|
13826
13826
|
}
|
|
13827
13827
|
if (output["ValidTill"] !== undefined) {
|
|
13828
|
-
contents.ValidTill = __expectNonNull(
|
|
13828
|
+
contents.ValidTill = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ValidTill"]));
|
|
13829
13829
|
}
|
|
13830
13830
|
if (output["CertificateArn"] !== undefined) {
|
|
13831
13831
|
contents.CertificateArn = __expectString(output["CertificateArn"]);
|
|
@@ -13834,7 +13834,7 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
13834
13834
|
contents.CustomerOverride = __parseBoolean(output["CustomerOverride"]);
|
|
13835
13835
|
}
|
|
13836
13836
|
if (output["CustomerOverrideValidTill"] !== undefined) {
|
|
13837
|
-
contents.CustomerOverrideValidTill = __expectNonNull(
|
|
13837
|
+
contents.CustomerOverrideValidTill = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CustomerOverrideValidTill"]));
|
|
13838
13838
|
}
|
|
13839
13839
|
return contents;
|
|
13840
13840
|
};
|
|
@@ -13847,7 +13847,7 @@ const deserializeAws_queryCertificateDetails = (output, context) => {
|
|
|
13847
13847
|
contents.CAIdentifier = __expectString(output["CAIdentifier"]);
|
|
13848
13848
|
}
|
|
13849
13849
|
if (output["ValidTill"] !== undefined) {
|
|
13850
|
-
contents.ValidTill = __expectNonNull(
|
|
13850
|
+
contents.ValidTill = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ValidTill"]));
|
|
13851
13851
|
}
|
|
13852
13852
|
return contents;
|
|
13853
13853
|
};
|
|
@@ -14296,13 +14296,13 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14296
14296
|
contents.Status = __expectString(output["Status"]);
|
|
14297
14297
|
}
|
|
14298
14298
|
if (output["AutomaticRestartTime"] !== undefined) {
|
|
14299
|
-
contents.AutomaticRestartTime = __expectNonNull(
|
|
14299
|
+
contents.AutomaticRestartTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["AutomaticRestartTime"]));
|
|
14300
14300
|
}
|
|
14301
14301
|
if (output["PercentProgress"] !== undefined) {
|
|
14302
14302
|
contents.PercentProgress = __expectString(output["PercentProgress"]);
|
|
14303
14303
|
}
|
|
14304
14304
|
if (output["EarliestRestorableTime"] !== undefined) {
|
|
14305
|
-
contents.EarliestRestorableTime = __expectNonNull(
|
|
14305
|
+
contents.EarliestRestorableTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EarliestRestorableTime"]));
|
|
14306
14306
|
}
|
|
14307
14307
|
if (output["Endpoint"] !== undefined) {
|
|
14308
14308
|
contents.Endpoint = __expectString(output["Endpoint"]);
|
|
@@ -14326,7 +14326,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14326
14326
|
contents.EngineVersion = __expectString(output["EngineVersion"]);
|
|
14327
14327
|
}
|
|
14328
14328
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
14329
|
-
contents.LatestRestorableTime = __expectNonNull(
|
|
14329
|
+
contents.LatestRestorableTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LatestRestorableTime"]));
|
|
14330
14330
|
}
|
|
14331
14331
|
if (output["Port"] !== undefined) {
|
|
14332
14332
|
contents.Port = __strictParseInt32(output["Port"]);
|
|
@@ -14398,10 +14398,10 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14398
14398
|
contents.CloneGroupId = __expectString(output["CloneGroupId"]);
|
|
14399
14399
|
}
|
|
14400
14400
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
14401
|
-
contents.ClusterCreateTime = __expectNonNull(
|
|
14401
|
+
contents.ClusterCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ClusterCreateTime"]));
|
|
14402
14402
|
}
|
|
14403
14403
|
if (output["EarliestBacktrackTime"] !== undefined) {
|
|
14404
|
-
contents.EarliestBacktrackTime = __expectNonNull(
|
|
14404
|
+
contents.EarliestBacktrackTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EarliestBacktrackTime"]));
|
|
14405
14405
|
}
|
|
14406
14406
|
if (output["BacktrackWindow"] !== undefined) {
|
|
14407
14407
|
contents.BacktrackWindow = __strictParseLong(output["BacktrackWindow"]);
|
|
@@ -14540,13 +14540,13 @@ const deserializeAws_queryDBClusterBacktrack = (output, context) => {
|
|
|
14540
14540
|
contents.BacktrackIdentifier = __expectString(output["BacktrackIdentifier"]);
|
|
14541
14541
|
}
|
|
14542
14542
|
if (output["BacktrackTo"] !== undefined) {
|
|
14543
|
-
contents.BacktrackTo = __expectNonNull(
|
|
14543
|
+
contents.BacktrackTo = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["BacktrackTo"]));
|
|
14544
14544
|
}
|
|
14545
14545
|
if (output["BacktrackedFrom"] !== undefined) {
|
|
14546
|
-
contents.BacktrackedFrom = __expectNonNull(
|
|
14546
|
+
contents.BacktrackedFrom = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["BacktrackedFrom"]));
|
|
14547
14547
|
}
|
|
14548
14548
|
if (output["BacktrackRequestCreationTime"] !== undefined) {
|
|
14549
|
-
contents.BacktrackRequestCreationTime = __expectNonNull(
|
|
14549
|
+
contents.BacktrackRequestCreationTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["BacktrackRequestCreationTime"]));
|
|
14550
14550
|
}
|
|
14551
14551
|
if (output["Status"] !== undefined) {
|
|
14552
14552
|
contents.Status = __expectString(output["Status"]);
|
|
@@ -14972,7 +14972,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
14972
14972
|
contents.DBClusterIdentifier = __expectString(output["DBClusterIdentifier"]);
|
|
14973
14973
|
}
|
|
14974
14974
|
if (output["SnapshotCreateTime"] !== undefined) {
|
|
14975
|
-
contents.SnapshotCreateTime = __expectNonNull(
|
|
14975
|
+
contents.SnapshotCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["SnapshotCreateTime"]));
|
|
14976
14976
|
}
|
|
14977
14977
|
if (output["Engine"] !== undefined) {
|
|
14978
14978
|
contents.Engine = __expectString(output["Engine"]);
|
|
@@ -14993,7 +14993,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
14993
14993
|
contents.VpcId = __expectString(output["VpcId"]);
|
|
14994
14994
|
}
|
|
14995
14995
|
if (output["ClusterCreateTime"] !== undefined) {
|
|
14996
|
-
contents.ClusterCreateTime = __expectNonNull(
|
|
14996
|
+
contents.ClusterCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ClusterCreateTime"]));
|
|
14997
14997
|
}
|
|
14998
14998
|
if (output["MasterUsername"] !== undefined) {
|
|
14999
14999
|
contents.MasterUsername = __expectString(output["MasterUsername"]);
|
|
@@ -15252,7 +15252,7 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
15252
15252
|
contents.KMSKeyId = __expectString(output["KMSKeyId"]);
|
|
15253
15253
|
}
|
|
15254
15254
|
if (output["CreateTime"] !== undefined) {
|
|
15255
|
-
contents.CreateTime = __expectNonNull(
|
|
15255
|
+
contents.CreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreateTime"]));
|
|
15256
15256
|
}
|
|
15257
15257
|
if (output.TagList === "") {
|
|
15258
15258
|
contents.TagList = [];
|
|
@@ -15397,7 +15397,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15397
15397
|
contents.DBInstanceStatus = __expectString(output["DBInstanceStatus"]);
|
|
15398
15398
|
}
|
|
15399
15399
|
if (output["AutomaticRestartTime"] !== undefined) {
|
|
15400
|
-
contents.AutomaticRestartTime = __expectNonNull(
|
|
15400
|
+
contents.AutomaticRestartTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["AutomaticRestartTime"]));
|
|
15401
15401
|
}
|
|
15402
15402
|
if (output["MasterUsername"] !== undefined) {
|
|
15403
15403
|
contents.MasterUsername = __expectString(output["MasterUsername"]);
|
|
@@ -15412,7 +15412,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15412
15412
|
contents.AllocatedStorage = __strictParseInt32(output["AllocatedStorage"]);
|
|
15413
15413
|
}
|
|
15414
15414
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
15415
|
-
contents.InstanceCreateTime = __expectNonNull(
|
|
15415
|
+
contents.InstanceCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["InstanceCreateTime"]));
|
|
15416
15416
|
}
|
|
15417
15417
|
if (output["PreferredBackupWindow"] !== undefined) {
|
|
15418
15418
|
contents.PreferredBackupWindow = __expectString(output["PreferredBackupWindow"]);
|
|
@@ -15453,7 +15453,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15453
15453
|
contents.PendingModifiedValues = deserializeAws_queryPendingModifiedValues(output["PendingModifiedValues"], context);
|
|
15454
15454
|
}
|
|
15455
15455
|
if (output["LatestRestorableTime"] !== undefined) {
|
|
15456
|
-
contents.LatestRestorableTime = __expectNonNull(
|
|
15456
|
+
contents.LatestRestorableTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LatestRestorableTime"]));
|
|
15457
15457
|
}
|
|
15458
15458
|
if (output["MultiAZ"] !== undefined) {
|
|
15459
15459
|
contents.MultiAZ = __parseBoolean(output["MultiAZ"]);
|
|
@@ -15646,7 +15646,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15646
15646
|
contents.AutomationMode = __expectString(output["AutomationMode"]);
|
|
15647
15647
|
}
|
|
15648
15648
|
if (output["ResumeFullAutomationModeTime"] !== undefined) {
|
|
15649
|
-
contents.ResumeFullAutomationModeTime = __expectNonNull(
|
|
15649
|
+
contents.ResumeFullAutomationModeTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ResumeFullAutomationModeTime"]));
|
|
15650
15650
|
}
|
|
15651
15651
|
if (output["CustomIamInstanceProfile"] !== undefined) {
|
|
15652
15652
|
contents.CustomIamInstanceProfile = __expectString(output["CustomIamInstanceProfile"]);
|
|
@@ -15745,7 +15745,7 @@ const deserializeAws_queryDBInstanceAutomatedBackup = (output, context) => {
|
|
|
15745
15745
|
contents.VpcId = __expectString(output["VpcId"]);
|
|
15746
15746
|
}
|
|
15747
15747
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
15748
|
-
contents.InstanceCreateTime = __expectNonNull(
|
|
15748
|
+
contents.InstanceCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["InstanceCreateTime"]));
|
|
15749
15749
|
}
|
|
15750
15750
|
if (output["MasterUsername"] !== undefined) {
|
|
15751
15751
|
contents.MasterUsername = __expectString(output["MasterUsername"]);
|
|
@@ -16166,10 +16166,10 @@ const deserializeAws_queryDBProxy = (output, context) => {
|
|
|
16166
16166
|
contents.DebugLogging = __parseBoolean(output["DebugLogging"]);
|
|
16167
16167
|
}
|
|
16168
16168
|
if (output["CreatedDate"] !== undefined) {
|
|
16169
|
-
contents.CreatedDate = __expectNonNull(
|
|
16169
|
+
contents.CreatedDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreatedDate"]));
|
|
16170
16170
|
}
|
|
16171
16171
|
if (output["UpdatedDate"] !== undefined) {
|
|
16172
|
-
contents.UpdatedDate = __expectNonNull(
|
|
16172
|
+
contents.UpdatedDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["UpdatedDate"]));
|
|
16173
16173
|
}
|
|
16174
16174
|
return contents;
|
|
16175
16175
|
};
|
|
@@ -16227,7 +16227,7 @@ const deserializeAws_queryDBProxyEndpoint = (output, context) => {
|
|
|
16227
16227
|
contents.Endpoint = __expectString(output["Endpoint"]);
|
|
16228
16228
|
}
|
|
16229
16229
|
if (output["CreatedDate"] !== undefined) {
|
|
16230
|
-
contents.CreatedDate = __expectNonNull(
|
|
16230
|
+
contents.CreatedDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreatedDate"]));
|
|
16231
16231
|
}
|
|
16232
16232
|
if (output["TargetRole"] !== undefined) {
|
|
16233
16233
|
contents.TargetRole = __expectString(output["TargetRole"]);
|
|
@@ -16372,10 +16372,10 @@ const deserializeAws_queryDBProxyTargetGroup = (output, context) => {
|
|
|
16372
16372
|
contents.ConnectionPoolConfig = deserializeAws_queryConnectionPoolConfigurationInfo(output["ConnectionPoolConfig"], context);
|
|
16373
16373
|
}
|
|
16374
16374
|
if (output["CreatedDate"] !== undefined) {
|
|
16375
|
-
contents.CreatedDate = __expectNonNull(
|
|
16375
|
+
contents.CreatedDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CreatedDate"]));
|
|
16376
16376
|
}
|
|
16377
16377
|
if (output["UpdatedDate"] !== undefined) {
|
|
16378
|
-
contents.UpdatedDate = __expectNonNull(
|
|
16378
|
+
contents.UpdatedDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["UpdatedDate"]));
|
|
16379
16379
|
}
|
|
16380
16380
|
return contents;
|
|
16381
16381
|
};
|
|
@@ -16559,7 +16559,7 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16559
16559
|
contents.DBInstanceIdentifier = __expectString(output["DBInstanceIdentifier"]);
|
|
16560
16560
|
}
|
|
16561
16561
|
if (output["SnapshotCreateTime"] !== undefined) {
|
|
16562
|
-
contents.SnapshotCreateTime = __expectNonNull(
|
|
16562
|
+
contents.SnapshotCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["SnapshotCreateTime"]));
|
|
16563
16563
|
}
|
|
16564
16564
|
if (output["Engine"] !== undefined) {
|
|
16565
16565
|
contents.Engine = __expectString(output["Engine"]);
|
|
@@ -16580,7 +16580,7 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16580
16580
|
contents.VpcId = __expectString(output["VpcId"]);
|
|
16581
16581
|
}
|
|
16582
16582
|
if (output["InstanceCreateTime"] !== undefined) {
|
|
16583
|
-
contents.InstanceCreateTime = __expectNonNull(
|
|
16583
|
+
contents.InstanceCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["InstanceCreateTime"]));
|
|
16584
16584
|
}
|
|
16585
16585
|
if (output["MasterUsername"] !== undefined) {
|
|
16586
16586
|
contents.MasterUsername = __expectString(output["MasterUsername"]);
|
|
@@ -16647,10 +16647,10 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16647
16647
|
contents.TagList = deserializeAws_queryTagList(__getArrayIfSingleItem(output["TagList"]["Tag"]), context);
|
|
16648
16648
|
}
|
|
16649
16649
|
if (output["OriginalSnapshotCreateTime"] !== undefined) {
|
|
16650
|
-
contents.OriginalSnapshotCreateTime = __expectNonNull(
|
|
16650
|
+
contents.OriginalSnapshotCreateTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["OriginalSnapshotCreateTime"]));
|
|
16651
16651
|
}
|
|
16652
16652
|
if (output["SnapshotDatabaseTime"] !== undefined) {
|
|
16653
|
-
contents.SnapshotDatabaseTime = __expectNonNull(
|
|
16653
|
+
contents.SnapshotDatabaseTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["SnapshotDatabaseTime"]));
|
|
16654
16654
|
}
|
|
16655
16655
|
if (output["SnapshotTarget"] !== undefined) {
|
|
16656
16656
|
contents.SnapshotTarget = __expectString(output["SnapshotTarget"]);
|
|
@@ -17306,7 +17306,7 @@ const deserializeAws_queryEvent = (output, context) => {
|
|
|
17306
17306
|
contents.EventCategories = deserializeAws_queryEventCategoriesList(__getArrayIfSingleItem(output["EventCategories"]["EventCategory"]), context);
|
|
17307
17307
|
}
|
|
17308
17308
|
if (output["Date"] !== undefined) {
|
|
17309
|
-
contents.Date = __expectNonNull(
|
|
17309
|
+
contents.Date = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["Date"]));
|
|
17310
17310
|
}
|
|
17311
17311
|
if (output["SourceArn"] !== undefined) {
|
|
17312
17312
|
contents.SourceArn = __expectString(output["SourceArn"]);
|
|
@@ -17496,13 +17496,13 @@ const deserializeAws_queryExportTask = (output, context) => {
|
|
|
17496
17496
|
contents.ExportOnly = deserializeAws_queryStringList(__getArrayIfSingleItem(output["ExportOnly"]["member"]), context);
|
|
17497
17497
|
}
|
|
17498
17498
|
if (output["SnapshotTime"] !== undefined) {
|
|
17499
|
-
contents.SnapshotTime = __expectNonNull(
|
|
17499
|
+
contents.SnapshotTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["SnapshotTime"]));
|
|
17500
17500
|
}
|
|
17501
17501
|
if (output["TaskStartTime"] !== undefined) {
|
|
17502
|
-
contents.TaskStartTime = __expectNonNull(
|
|
17502
|
+
contents.TaskStartTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["TaskStartTime"]));
|
|
17503
17503
|
}
|
|
17504
17504
|
if (output["TaskEndTime"] !== undefined) {
|
|
17505
|
-
contents.TaskEndTime = __expectNonNull(
|
|
17505
|
+
contents.TaskEndTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["TaskEndTime"]));
|
|
17506
17506
|
}
|
|
17507
17507
|
if (output["S3Bucket"] !== undefined) {
|
|
17508
17508
|
contents.S3Bucket = __expectString(output["S3Bucket"]);
|
|
@@ -18378,7 +18378,7 @@ const deserializeAws_queryOptionGroup = (output, context) => {
|
|
|
18378
18378
|
contents.SourceAccountId = __expectString(output["SourceAccountId"]);
|
|
18379
18379
|
}
|
|
18380
18380
|
if (output["CopyTimestamp"] !== undefined) {
|
|
18381
|
-
contents.CopyTimestamp = __expectNonNull(
|
|
18381
|
+
contents.CopyTimestamp = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CopyTimestamp"]));
|
|
18382
18382
|
}
|
|
18383
18383
|
return contents;
|
|
18384
18384
|
};
|
|
@@ -18988,16 +18988,16 @@ const deserializeAws_queryPendingMaintenanceAction = (output, context) => {
|
|
|
18988
18988
|
contents.Action = __expectString(output["Action"]);
|
|
18989
18989
|
}
|
|
18990
18990
|
if (output["AutoAppliedAfterDate"] !== undefined) {
|
|
18991
|
-
contents.AutoAppliedAfterDate = __expectNonNull(
|
|
18991
|
+
contents.AutoAppliedAfterDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["AutoAppliedAfterDate"]));
|
|
18992
18992
|
}
|
|
18993
18993
|
if (output["ForcedApplyDate"] !== undefined) {
|
|
18994
|
-
contents.ForcedApplyDate = __expectNonNull(
|
|
18994
|
+
contents.ForcedApplyDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ForcedApplyDate"]));
|
|
18995
18995
|
}
|
|
18996
18996
|
if (output["OptInStatus"] !== undefined) {
|
|
18997
18997
|
contents.OptInStatus = __expectString(output["OptInStatus"]);
|
|
18998
18998
|
}
|
|
18999
18999
|
if (output["CurrentApplyDate"] !== undefined) {
|
|
19000
|
-
contents.CurrentApplyDate = __expectNonNull(
|
|
19000
|
+
contents.CurrentApplyDate = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["CurrentApplyDate"]));
|
|
19001
19001
|
}
|
|
19002
19002
|
if (output["Description"] !== undefined) {
|
|
19003
19003
|
contents.Description = __expectString(output["Description"]);
|
|
@@ -19113,7 +19113,7 @@ const deserializeAws_queryPendingModifiedValues = (output, context) => {
|
|
|
19113
19113
|
contents.AutomationMode = __expectString(output["AutomationMode"]);
|
|
19114
19114
|
}
|
|
19115
19115
|
if (output["ResumeFullAutomationModeTime"] !== undefined) {
|
|
19116
|
-
contents.ResumeFullAutomationModeTime = __expectNonNull(
|
|
19116
|
+
contents.ResumeFullAutomationModeTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["ResumeFullAutomationModeTime"]));
|
|
19117
19117
|
}
|
|
19118
19118
|
if (output["StorageThroughput"] !== undefined) {
|
|
19119
19119
|
contents.StorageThroughput = __strictParseInt32(output["StorageThroughput"]);
|
|
@@ -19334,7 +19334,7 @@ const deserializeAws_queryReservedDBInstance = (output, context) => {
|
|
|
19334
19334
|
contents.DBInstanceClass = __expectString(output["DBInstanceClass"]);
|
|
19335
19335
|
}
|
|
19336
19336
|
if (output["StartTime"] !== undefined) {
|
|
19337
|
-
contents.StartTime = __expectNonNull(
|
|
19337
|
+
contents.StartTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["StartTime"]));
|
|
19338
19338
|
}
|
|
19339
19339
|
if (output["Duration"] !== undefined) {
|
|
19340
19340
|
contents.Duration = __strictParseInt32(output["Duration"]);
|
|
@@ -19595,10 +19595,10 @@ const deserializeAws_queryRestoreWindow = (output, context) => {
|
|
|
19595
19595
|
LatestTime: undefined,
|
|
19596
19596
|
};
|
|
19597
19597
|
if (output["EarliestTime"] !== undefined) {
|
|
19598
|
-
contents.EarliestTime = __expectNonNull(
|
|
19598
|
+
contents.EarliestTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["EarliestTime"]));
|
|
19599
19599
|
}
|
|
19600
19600
|
if (output["LatestTime"] !== undefined) {
|
|
19601
|
-
contents.LatestTime = __expectNonNull(
|
|
19601
|
+
contents.LatestTime = __expectNonNull(__parseRfc3339DateTimeWithOffset(output["LatestTime"]));
|
|
19602
19602
|
}
|
|
19603
19603
|
return contents;
|
|
19604
19604
|
};
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-rds",
|
|
3
3
|
"description": "AWS SDK for JavaScript Rds Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.262.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,7 +20,7 @@
|
|
|
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.262.0",
|
|
24
24
|
"@aws-sdk/config-resolver": "3.259.0",
|
|
25
25
|
"@aws-sdk/credential-provider-node": "3.261.0",
|
|
26
26
|
"@aws-sdk/fetch-http-handler": "3.257.0",
|