@aws-sdk/client-rds 3.99.0 → 3.107.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/CHANGELOG.md +30 -0
- package/dist-cjs/RDSClient.js +2 -0
- package/dist-cjs/protocols/Aws_query.js +137 -122
- package/dist-es/RDSClient.js +2 -0
- package/dist-es/protocols/Aws_query.js +137 -122
- package/package.json +4 -3
|
@@ -13118,7 +13118,7 @@ const deserializeAws_queryAccountAttributesMessage = (output, context) => {
|
|
|
13118
13118
|
if (output.AccountQuotas === "") {
|
|
13119
13119
|
contents.AccountQuotas = [];
|
|
13120
13120
|
}
|
|
13121
|
-
if (output["AccountQuotas"] !== undefined && output["AccountQuotas"]["AccountQuota"] !== undefined) {
|
|
13121
|
+
else if (output["AccountQuotas"] !== undefined && output["AccountQuotas"]["AccountQuota"] !== undefined) {
|
|
13122
13122
|
contents.AccountQuotas = deserializeAws_queryAccountQuotaList((0, smithy_client_1.getArrayIfSingleItem)(output["AccountQuotas"]["AccountQuota"]), context);
|
|
13123
13123
|
}
|
|
13124
13124
|
return contents;
|
|
@@ -13344,7 +13344,7 @@ const deserializeAws_queryCertificateMessage = (output, context) => {
|
|
|
13344
13344
|
if (output.Certificates === "") {
|
|
13345
13345
|
contents.Certificates = [];
|
|
13346
13346
|
}
|
|
13347
|
-
if (output["Certificates"] !== undefined && output["Certificates"]["Certificate"] !== undefined) {
|
|
13347
|
+
else if (output["Certificates"] !== undefined && output["Certificates"]["Certificate"] !== undefined) {
|
|
13348
13348
|
contents.Certificates = deserializeAws_queryCertificateList((0, smithy_client_1.getArrayIfSingleItem)(output["Certificates"]["Certificate"]), context);
|
|
13349
13349
|
}
|
|
13350
13350
|
if (output["Marker"] !== undefined) {
|
|
@@ -13419,7 +13419,7 @@ const deserializeAws_queryConnectionPoolConfigurationInfo = (output, context) =>
|
|
|
13419
13419
|
if (output.SessionPinningFilters === "") {
|
|
13420
13420
|
contents.SessionPinningFilters = [];
|
|
13421
13421
|
}
|
|
13422
|
-
if (output["SessionPinningFilters"] !== undefined && output["SessionPinningFilters"]["member"] !== undefined) {
|
|
13422
|
+
else if (output["SessionPinningFilters"] !== undefined && output["SessionPinningFilters"]["member"] !== undefined) {
|
|
13423
13423
|
contents.SessionPinningFilters = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["SessionPinningFilters"]["member"]), context);
|
|
13424
13424
|
}
|
|
13425
13425
|
if (output["InitQuery"] !== undefined) {
|
|
@@ -13711,7 +13711,8 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13711
13711
|
if (output.AvailabilityZones === "") {
|
|
13712
13712
|
contents.AvailabilityZones = [];
|
|
13713
13713
|
}
|
|
13714
|
-
if (output["AvailabilityZones"] !== undefined &&
|
|
13714
|
+
else if (output["AvailabilityZones"] !== undefined &&
|
|
13715
|
+
output["AvailabilityZones"]["AvailabilityZone"] !== undefined) {
|
|
13715
13716
|
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["AvailabilityZone"]), context);
|
|
13716
13717
|
}
|
|
13717
13718
|
if (output["BackupRetentionPeriod"] !== undefined) {
|
|
@@ -13753,7 +13754,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13753
13754
|
if (output.CustomEndpoints === "") {
|
|
13754
13755
|
contents.CustomEndpoints = [];
|
|
13755
13756
|
}
|
|
13756
|
-
if (output["CustomEndpoints"] !== undefined && output["CustomEndpoints"]["member"] !== undefined) {
|
|
13757
|
+
else if (output["CustomEndpoints"] !== undefined && output["CustomEndpoints"]["member"] !== undefined) {
|
|
13757
13758
|
contents.CustomEndpoints = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["CustomEndpoints"]["member"]), context);
|
|
13758
13759
|
}
|
|
13759
13760
|
if (output["MultiAZ"] !== undefined) {
|
|
@@ -13777,7 +13778,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13777
13778
|
if (output.DBClusterOptionGroupMemberships === "") {
|
|
13778
13779
|
contents.DBClusterOptionGroupMemberships = [];
|
|
13779
13780
|
}
|
|
13780
|
-
if (output["DBClusterOptionGroupMemberships"] !== undefined &&
|
|
13781
|
+
else if (output["DBClusterOptionGroupMemberships"] !== undefined &&
|
|
13781
13782
|
output["DBClusterOptionGroupMemberships"]["DBClusterOptionGroup"] !== undefined) {
|
|
13782
13783
|
contents.DBClusterOptionGroupMemberships = deserializeAws_queryDBClusterOptionGroupMemberships((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterOptionGroupMemberships"]["DBClusterOptionGroup"]), context);
|
|
13783
13784
|
}
|
|
@@ -13793,20 +13794,20 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13793
13794
|
if (output.ReadReplicaIdentifiers === "") {
|
|
13794
13795
|
contents.ReadReplicaIdentifiers = [];
|
|
13795
13796
|
}
|
|
13796
|
-
if (output["ReadReplicaIdentifiers"] !== undefined &&
|
|
13797
|
+
else if (output["ReadReplicaIdentifiers"] !== undefined &&
|
|
13797
13798
|
output["ReadReplicaIdentifiers"]["ReadReplicaIdentifier"] !== undefined) {
|
|
13798
13799
|
contents.ReadReplicaIdentifiers = deserializeAws_queryReadReplicaIdentifierList((0, smithy_client_1.getArrayIfSingleItem)(output["ReadReplicaIdentifiers"]["ReadReplicaIdentifier"]), context);
|
|
13799
13800
|
}
|
|
13800
13801
|
if (output.DBClusterMembers === "") {
|
|
13801
13802
|
contents.DBClusterMembers = [];
|
|
13802
13803
|
}
|
|
13803
|
-
if (output["DBClusterMembers"] !== undefined && output["DBClusterMembers"]["DBClusterMember"] !== undefined) {
|
|
13804
|
+
else if (output["DBClusterMembers"] !== undefined && output["DBClusterMembers"]["DBClusterMember"] !== undefined) {
|
|
13804
13805
|
contents.DBClusterMembers = deserializeAws_queryDBClusterMemberList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterMembers"]["DBClusterMember"]), context);
|
|
13805
13806
|
}
|
|
13806
13807
|
if (output.VpcSecurityGroups === "") {
|
|
13807
13808
|
contents.VpcSecurityGroups = [];
|
|
13808
13809
|
}
|
|
13809
|
-
if (output["VpcSecurityGroups"] !== undefined &&
|
|
13810
|
+
else if (output["VpcSecurityGroups"] !== undefined &&
|
|
13810
13811
|
output["VpcSecurityGroups"]["VpcSecurityGroupMembership"] !== undefined) {
|
|
13811
13812
|
contents.VpcSecurityGroups = deserializeAws_queryVpcSecurityGroupMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSecurityGroups"]["VpcSecurityGroupMembership"]), context);
|
|
13812
13813
|
}
|
|
@@ -13828,7 +13829,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13828
13829
|
if (output.AssociatedRoles === "") {
|
|
13829
13830
|
contents.AssociatedRoles = [];
|
|
13830
13831
|
}
|
|
13831
|
-
if (output["AssociatedRoles"] !== undefined && output["AssociatedRoles"]["DBClusterRole"] !== undefined) {
|
|
13832
|
+
else if (output["AssociatedRoles"] !== undefined && output["AssociatedRoles"]["DBClusterRole"] !== undefined) {
|
|
13832
13833
|
contents.AssociatedRoles = deserializeAws_queryDBClusterRoles((0, smithy_client_1.getArrayIfSingleItem)(output["AssociatedRoles"]["DBClusterRole"]), context);
|
|
13833
13834
|
}
|
|
13834
13835
|
if (output["IAMDatabaseAuthenticationEnabled"] !== undefined) {
|
|
@@ -13852,7 +13853,7 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13852
13853
|
if (output.EnabledCloudwatchLogsExports === "") {
|
|
13853
13854
|
contents.EnabledCloudwatchLogsExports = [];
|
|
13854
13855
|
}
|
|
13855
|
-
if (output["EnabledCloudwatchLogsExports"] !== undefined &&
|
|
13856
|
+
else if (output["EnabledCloudwatchLogsExports"] !== undefined &&
|
|
13856
13857
|
output["EnabledCloudwatchLogsExports"]["member"] !== undefined) {
|
|
13857
13858
|
contents.EnabledCloudwatchLogsExports = deserializeAws_queryLogTypeList((0, smithy_client_1.getArrayIfSingleItem)(output["EnabledCloudwatchLogsExports"]["member"]), context);
|
|
13858
13859
|
}
|
|
@@ -13892,13 +13893,14 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
13892
13893
|
if (output.DomainMemberships === "") {
|
|
13893
13894
|
contents.DomainMemberships = [];
|
|
13894
13895
|
}
|
|
13895
|
-
if (output["DomainMemberships"] !== undefined &&
|
|
13896
|
+
else if (output["DomainMemberships"] !== undefined &&
|
|
13897
|
+
output["DomainMemberships"]["DomainMembership"] !== undefined) {
|
|
13896
13898
|
contents.DomainMemberships = deserializeAws_queryDomainMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["DomainMemberships"]["DomainMembership"]), context);
|
|
13897
13899
|
}
|
|
13898
13900
|
if (output.TagList === "") {
|
|
13899
13901
|
contents.TagList = [];
|
|
13900
13902
|
}
|
|
13901
|
-
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
13903
|
+
else if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
13902
13904
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
13903
13905
|
}
|
|
13904
13906
|
if (output["GlobalWriteForwardingStatus"] !== undefined) {
|
|
@@ -14004,7 +14006,7 @@ const deserializeAws_queryDBClusterBacktrackMessage = (output, context) => {
|
|
|
14004
14006
|
if (output.DBClusterBacktracks === "") {
|
|
14005
14007
|
contents.DBClusterBacktracks = [];
|
|
14006
14008
|
}
|
|
14007
|
-
if (output["DBClusterBacktracks"] !== undefined &&
|
|
14009
|
+
else if (output["DBClusterBacktracks"] !== undefined &&
|
|
14008
14010
|
output["DBClusterBacktracks"]["DBClusterBacktrack"] !== undefined) {
|
|
14009
14011
|
contents.DBClusterBacktracks = deserializeAws_queryDBClusterBacktrackList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterBacktracks"]["DBClusterBacktrack"]), context);
|
|
14010
14012
|
}
|
|
@@ -14081,13 +14083,13 @@ const deserializeAws_queryDBClusterEndpoint = (output, context) => {
|
|
|
14081
14083
|
if (output.StaticMembers === "") {
|
|
14082
14084
|
contents.StaticMembers = [];
|
|
14083
14085
|
}
|
|
14084
|
-
if (output["StaticMembers"] !== undefined && output["StaticMembers"]["member"] !== undefined) {
|
|
14086
|
+
else if (output["StaticMembers"] !== undefined && output["StaticMembers"]["member"] !== undefined) {
|
|
14085
14087
|
contents.StaticMembers = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["StaticMembers"]["member"]), context);
|
|
14086
14088
|
}
|
|
14087
14089
|
if (output.ExcludedMembers === "") {
|
|
14088
14090
|
contents.ExcludedMembers = [];
|
|
14089
14091
|
}
|
|
14090
|
-
if (output["ExcludedMembers"] !== undefined && output["ExcludedMembers"]["member"] !== undefined) {
|
|
14092
|
+
else if (output["ExcludedMembers"] !== undefined && output["ExcludedMembers"]["member"] !== undefined) {
|
|
14091
14093
|
contents.ExcludedMembers = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["ExcludedMembers"]["member"]), context);
|
|
14092
14094
|
}
|
|
14093
14095
|
if (output["DBClusterEndpointArn"] !== undefined) {
|
|
@@ -14125,7 +14127,7 @@ const deserializeAws_queryDBClusterEndpointMessage = (output, context) => {
|
|
|
14125
14127
|
if (output.DBClusterEndpoints === "") {
|
|
14126
14128
|
contents.DBClusterEndpoints = [];
|
|
14127
14129
|
}
|
|
14128
|
-
if (output["DBClusterEndpoints"] !== undefined &&
|
|
14130
|
+
else if (output["DBClusterEndpoints"] !== undefined &&
|
|
14129
14131
|
output["DBClusterEndpoints"]["DBClusterEndpointList"] !== undefined) {
|
|
14130
14132
|
contents.DBClusterEndpoints = deserializeAws_queryDBClusterEndpointList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterEndpoints"]["DBClusterEndpointList"]), context);
|
|
14131
14133
|
}
|
|
@@ -14201,7 +14203,7 @@ const deserializeAws_queryDBClusterMessage = (output, context) => {
|
|
|
14201
14203
|
if (output.DBClusters === "") {
|
|
14202
14204
|
contents.DBClusters = [];
|
|
14203
14205
|
}
|
|
14204
|
-
if (output["DBClusters"] !== undefined && output["DBClusters"]["DBCluster"] !== undefined) {
|
|
14206
|
+
else if (output["DBClusters"] !== undefined && output["DBClusters"]["DBCluster"] !== undefined) {
|
|
14205
14207
|
contents.DBClusters = deserializeAws_queryDBClusterList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusters"]["DBCluster"]), context);
|
|
14206
14208
|
}
|
|
14207
14209
|
return contents;
|
|
@@ -14267,7 +14269,7 @@ const deserializeAws_queryDBClusterParameterGroupDetails = (output, context) =>
|
|
|
14267
14269
|
if (output.Parameters === "") {
|
|
14268
14270
|
contents.Parameters = [];
|
|
14269
14271
|
}
|
|
14270
|
-
if (output["Parameters"] !== undefined && output["Parameters"]["Parameter"] !== undefined) {
|
|
14272
|
+
else if (output["Parameters"] !== undefined && output["Parameters"]["Parameter"] !== undefined) {
|
|
14271
14273
|
contents.Parameters = deserializeAws_queryParametersList((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["Parameter"]), context);
|
|
14272
14274
|
}
|
|
14273
14275
|
if (output["Marker"] !== undefined) {
|
|
@@ -14314,7 +14316,7 @@ const deserializeAws_queryDBClusterParameterGroupsMessage = (output, context) =>
|
|
|
14314
14316
|
if (output.DBClusterParameterGroups === "") {
|
|
14315
14317
|
contents.DBClusterParameterGroups = [];
|
|
14316
14318
|
}
|
|
14317
|
-
if (output["DBClusterParameterGroups"] !== undefined &&
|
|
14319
|
+
else if (output["DBClusterParameterGroups"] !== undefined &&
|
|
14318
14320
|
output["DBClusterParameterGroups"]["DBClusterParameterGroup"] !== undefined) {
|
|
14319
14321
|
contents.DBClusterParameterGroups = deserializeAws_queryDBClusterParameterGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterParameterGroups"]["DBClusterParameterGroup"]), context);
|
|
14320
14322
|
}
|
|
@@ -14411,7 +14413,8 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
14411
14413
|
if (output.AvailabilityZones === "") {
|
|
14412
14414
|
contents.AvailabilityZones = [];
|
|
14413
14415
|
}
|
|
14414
|
-
if (output["AvailabilityZones"] !== undefined &&
|
|
14416
|
+
else if (output["AvailabilityZones"] !== undefined &&
|
|
14417
|
+
output["AvailabilityZones"]["AvailabilityZone"] !== undefined) {
|
|
14415
14418
|
contents.AvailabilityZones = deserializeAws_queryAvailabilityZones((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["AvailabilityZone"]), context);
|
|
14416
14419
|
}
|
|
14417
14420
|
if (output["DBClusterSnapshotIdentifier"] !== undefined) {
|
|
@@ -14477,7 +14480,7 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
14477
14480
|
if (output.TagList === "") {
|
|
14478
14481
|
contents.TagList = [];
|
|
14479
14482
|
}
|
|
14480
|
-
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
14483
|
+
else if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
14481
14484
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
14482
14485
|
}
|
|
14483
14486
|
return contents;
|
|
@@ -14502,7 +14505,7 @@ const deserializeAws_queryDBClusterSnapshotAttribute = (output, context) => {
|
|
|
14502
14505
|
if (output.AttributeValues === "") {
|
|
14503
14506
|
contents.AttributeValues = [];
|
|
14504
14507
|
}
|
|
14505
|
-
if (output["AttributeValues"] !== undefined && output["AttributeValues"]["AttributeValue"] !== undefined) {
|
|
14508
|
+
else if (output["AttributeValues"] !== undefined && output["AttributeValues"]["AttributeValue"] !== undefined) {
|
|
14506
14509
|
contents.AttributeValues = deserializeAws_queryAttributeValueList((0, smithy_client_1.getArrayIfSingleItem)(output["AttributeValues"]["AttributeValue"]), context);
|
|
14507
14510
|
}
|
|
14508
14511
|
return contents;
|
|
@@ -14528,7 +14531,7 @@ const deserializeAws_queryDBClusterSnapshotAttributesResult = (output, context)
|
|
|
14528
14531
|
if (output.DBClusterSnapshotAttributes === "") {
|
|
14529
14532
|
contents.DBClusterSnapshotAttributes = [];
|
|
14530
14533
|
}
|
|
14531
|
-
if (output["DBClusterSnapshotAttributes"] !== undefined &&
|
|
14534
|
+
else if (output["DBClusterSnapshotAttributes"] !== undefined &&
|
|
14532
14535
|
output["DBClusterSnapshotAttributes"]["DBClusterSnapshotAttribute"] !== undefined) {
|
|
14533
14536
|
contents.DBClusterSnapshotAttributes = deserializeAws_queryDBClusterSnapshotAttributeList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterSnapshotAttributes"]["DBClusterSnapshotAttribute"]), context);
|
|
14534
14537
|
}
|
|
@@ -14555,7 +14558,8 @@ const deserializeAws_queryDBClusterSnapshotMessage = (output, context) => {
|
|
|
14555
14558
|
if (output.DBClusterSnapshots === "") {
|
|
14556
14559
|
contents.DBClusterSnapshots = [];
|
|
14557
14560
|
}
|
|
14558
|
-
if (output["DBClusterSnapshots"] !== undefined &&
|
|
14561
|
+
else if (output["DBClusterSnapshots"] !== undefined &&
|
|
14562
|
+
output["DBClusterSnapshots"]["DBClusterSnapshot"] !== undefined) {
|
|
14559
14563
|
contents.DBClusterSnapshots = deserializeAws_queryDBClusterSnapshotList((0, smithy_client_1.getArrayIfSingleItem)(output["DBClusterSnapshots"]["DBClusterSnapshot"]), context);
|
|
14560
14564
|
}
|
|
14561
14565
|
return contents;
|
|
@@ -14619,33 +14623,34 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
14619
14623
|
if (output.SupportedCharacterSets === "") {
|
|
14620
14624
|
contents.SupportedCharacterSets = [];
|
|
14621
14625
|
}
|
|
14622
|
-
if (output["SupportedCharacterSets"] !== undefined &&
|
|
14626
|
+
else if (output["SupportedCharacterSets"] !== undefined &&
|
|
14623
14627
|
output["SupportedCharacterSets"]["CharacterSet"] !== undefined) {
|
|
14624
14628
|
contents.SupportedCharacterSets = deserializeAws_querySupportedCharacterSetsList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedCharacterSets"]["CharacterSet"]), context);
|
|
14625
14629
|
}
|
|
14626
14630
|
if (output.SupportedNcharCharacterSets === "") {
|
|
14627
14631
|
contents.SupportedNcharCharacterSets = [];
|
|
14628
14632
|
}
|
|
14629
|
-
if (output["SupportedNcharCharacterSets"] !== undefined &&
|
|
14633
|
+
else if (output["SupportedNcharCharacterSets"] !== undefined &&
|
|
14630
14634
|
output["SupportedNcharCharacterSets"]["CharacterSet"] !== undefined) {
|
|
14631
14635
|
contents.SupportedNcharCharacterSets = deserializeAws_querySupportedCharacterSetsList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedNcharCharacterSets"]["CharacterSet"]), context);
|
|
14632
14636
|
}
|
|
14633
14637
|
if (output.ValidUpgradeTarget === "") {
|
|
14634
14638
|
contents.ValidUpgradeTarget = [];
|
|
14635
14639
|
}
|
|
14636
|
-
if (output["ValidUpgradeTarget"] !== undefined &&
|
|
14640
|
+
else if (output["ValidUpgradeTarget"] !== undefined &&
|
|
14641
|
+
output["ValidUpgradeTarget"]["UpgradeTarget"] !== undefined) {
|
|
14637
14642
|
contents.ValidUpgradeTarget = deserializeAws_queryValidUpgradeTargetList((0, smithy_client_1.getArrayIfSingleItem)(output["ValidUpgradeTarget"]["UpgradeTarget"]), context);
|
|
14638
14643
|
}
|
|
14639
14644
|
if (output.SupportedTimezones === "") {
|
|
14640
14645
|
contents.SupportedTimezones = [];
|
|
14641
14646
|
}
|
|
14642
|
-
if (output["SupportedTimezones"] !== undefined && output["SupportedTimezones"]["Timezone"] !== undefined) {
|
|
14647
|
+
else if (output["SupportedTimezones"] !== undefined && output["SupportedTimezones"]["Timezone"] !== undefined) {
|
|
14643
14648
|
contents.SupportedTimezones = deserializeAws_querySupportedTimezonesList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedTimezones"]["Timezone"]), context);
|
|
14644
14649
|
}
|
|
14645
14650
|
if (output.ExportableLogTypes === "") {
|
|
14646
14651
|
contents.ExportableLogTypes = [];
|
|
14647
14652
|
}
|
|
14648
|
-
if (output["ExportableLogTypes"] !== undefined && output["ExportableLogTypes"]["member"] !== undefined) {
|
|
14653
|
+
else if (output["ExportableLogTypes"] !== undefined && output["ExportableLogTypes"]["member"] !== undefined) {
|
|
14649
14654
|
contents.ExportableLogTypes = deserializeAws_queryLogTypeList((0, smithy_client_1.getArrayIfSingleItem)(output["ExportableLogTypes"]["member"]), context);
|
|
14650
14655
|
}
|
|
14651
14656
|
if (output["SupportsLogExportsToCloudwatchLogs"] !== undefined) {
|
|
@@ -14657,13 +14662,13 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
14657
14662
|
if (output.SupportedEngineModes === "") {
|
|
14658
14663
|
contents.SupportedEngineModes = [];
|
|
14659
14664
|
}
|
|
14660
|
-
if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
14665
|
+
else if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
14661
14666
|
contents.SupportedEngineModes = deserializeAws_queryEngineModeList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedEngineModes"]["member"]), context);
|
|
14662
14667
|
}
|
|
14663
14668
|
if (output.SupportedFeatureNames === "") {
|
|
14664
14669
|
contents.SupportedFeatureNames = [];
|
|
14665
14670
|
}
|
|
14666
|
-
if (output["SupportedFeatureNames"] !== undefined && output["SupportedFeatureNames"]["member"] !== undefined) {
|
|
14671
|
+
else if (output["SupportedFeatureNames"] !== undefined && output["SupportedFeatureNames"]["member"] !== undefined) {
|
|
14667
14672
|
contents.SupportedFeatureNames = deserializeAws_queryFeatureNameList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedFeatureNames"]["member"]), context);
|
|
14668
14673
|
}
|
|
14669
14674
|
if (output["Status"] !== undefined) {
|
|
@@ -14696,7 +14701,7 @@ const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
|
14696
14701
|
if (output.TagList === "") {
|
|
14697
14702
|
contents.TagList = [];
|
|
14698
14703
|
}
|
|
14699
|
-
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
14704
|
+
else if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
14700
14705
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
14701
14706
|
}
|
|
14702
14707
|
if (output["SupportsBabelfish"] !== undefined) {
|
|
@@ -14725,7 +14730,7 @@ const deserializeAws_queryDBEngineVersionMessage = (output, context) => {
|
|
|
14725
14730
|
if (output.DBEngineVersions === "") {
|
|
14726
14731
|
contents.DBEngineVersions = [];
|
|
14727
14732
|
}
|
|
14728
|
-
if (output["DBEngineVersions"] !== undefined && output["DBEngineVersions"]["DBEngineVersion"] !== undefined) {
|
|
14733
|
+
else if (output["DBEngineVersions"] !== undefined && output["DBEngineVersions"]["DBEngineVersion"] !== undefined) {
|
|
14729
14734
|
contents.DBEngineVersions = deserializeAws_queryDBEngineVersionList((0, smithy_client_1.getArrayIfSingleItem)(output["DBEngineVersions"]["DBEngineVersion"]), context);
|
|
14730
14735
|
}
|
|
14731
14736
|
return contents;
|
|
@@ -14847,20 +14852,21 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
14847
14852
|
if (output.DBSecurityGroups === "") {
|
|
14848
14853
|
contents.DBSecurityGroups = [];
|
|
14849
14854
|
}
|
|
14850
|
-
if (output["DBSecurityGroups"] !== undefined && output["DBSecurityGroups"]["DBSecurityGroup"] !== undefined) {
|
|
14855
|
+
else if (output["DBSecurityGroups"] !== undefined && output["DBSecurityGroups"]["DBSecurityGroup"] !== undefined) {
|
|
14851
14856
|
contents.DBSecurityGroups = deserializeAws_queryDBSecurityGroupMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["DBSecurityGroups"]["DBSecurityGroup"]), context);
|
|
14852
14857
|
}
|
|
14853
14858
|
if (output.VpcSecurityGroups === "") {
|
|
14854
14859
|
contents.VpcSecurityGroups = [];
|
|
14855
14860
|
}
|
|
14856
|
-
if (output["VpcSecurityGroups"] !== undefined &&
|
|
14861
|
+
else if (output["VpcSecurityGroups"] !== undefined &&
|
|
14857
14862
|
output["VpcSecurityGroups"]["VpcSecurityGroupMembership"] !== undefined) {
|
|
14858
14863
|
contents.VpcSecurityGroups = deserializeAws_queryVpcSecurityGroupMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSecurityGroups"]["VpcSecurityGroupMembership"]), context);
|
|
14859
14864
|
}
|
|
14860
14865
|
if (output.DBParameterGroups === "") {
|
|
14861
14866
|
contents.DBParameterGroups = [];
|
|
14862
14867
|
}
|
|
14863
|
-
if (output["DBParameterGroups"] !== undefined &&
|
|
14868
|
+
else if (output["DBParameterGroups"] !== undefined &&
|
|
14869
|
+
output["DBParameterGroups"]["DBParameterGroup"] !== undefined) {
|
|
14864
14870
|
contents.DBParameterGroups = deserializeAws_queryDBParameterGroupStatusList((0, smithy_client_1.getArrayIfSingleItem)(output["DBParameterGroups"]["DBParameterGroup"]), context);
|
|
14865
14871
|
}
|
|
14866
14872
|
if (output["AvailabilityZone"] !== undefined) {
|
|
@@ -14893,14 +14899,14 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
14893
14899
|
if (output.ReadReplicaDBInstanceIdentifiers === "") {
|
|
14894
14900
|
contents.ReadReplicaDBInstanceIdentifiers = [];
|
|
14895
14901
|
}
|
|
14896
|
-
if (output["ReadReplicaDBInstanceIdentifiers"] !== undefined &&
|
|
14902
|
+
else if (output["ReadReplicaDBInstanceIdentifiers"] !== undefined &&
|
|
14897
14903
|
output["ReadReplicaDBInstanceIdentifiers"]["ReadReplicaDBInstanceIdentifier"] !== undefined) {
|
|
14898
14904
|
contents.ReadReplicaDBInstanceIdentifiers = deserializeAws_queryReadReplicaDBInstanceIdentifierList((0, smithy_client_1.getArrayIfSingleItem)(output["ReadReplicaDBInstanceIdentifiers"]["ReadReplicaDBInstanceIdentifier"]), context);
|
|
14899
14905
|
}
|
|
14900
14906
|
if (output.ReadReplicaDBClusterIdentifiers === "") {
|
|
14901
14907
|
contents.ReadReplicaDBClusterIdentifiers = [];
|
|
14902
14908
|
}
|
|
14903
|
-
if (output["ReadReplicaDBClusterIdentifiers"] !== undefined &&
|
|
14909
|
+
else if (output["ReadReplicaDBClusterIdentifiers"] !== undefined &&
|
|
14904
14910
|
output["ReadReplicaDBClusterIdentifiers"]["ReadReplicaDBClusterIdentifier"] !== undefined) {
|
|
14905
14911
|
contents.ReadReplicaDBClusterIdentifiers = deserializeAws_queryReadReplicaDBClusterIdentifierList((0, smithy_client_1.getArrayIfSingleItem)(output["ReadReplicaDBClusterIdentifiers"]["ReadReplicaDBClusterIdentifier"]), context);
|
|
14906
14912
|
}
|
|
@@ -14916,7 +14922,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
14916
14922
|
if (output.OptionGroupMemberships === "") {
|
|
14917
14923
|
contents.OptionGroupMemberships = [];
|
|
14918
14924
|
}
|
|
14919
|
-
if (output["OptionGroupMemberships"] !== undefined &&
|
|
14925
|
+
else if (output["OptionGroupMemberships"] !== undefined &&
|
|
14920
14926
|
output["OptionGroupMemberships"]["OptionGroupMembership"] !== undefined) {
|
|
14921
14927
|
contents.OptionGroupMemberships = deserializeAws_queryOptionGroupMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionGroupMemberships"]["OptionGroupMembership"]), context);
|
|
14922
14928
|
}
|
|
@@ -14935,7 +14941,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
14935
14941
|
if (output.StatusInfos === "") {
|
|
14936
14942
|
contents.StatusInfos = [];
|
|
14937
14943
|
}
|
|
14938
|
-
if (output["StatusInfos"] !== undefined && output["StatusInfos"]["DBInstanceStatusInfo"] !== undefined) {
|
|
14944
|
+
else if (output["StatusInfos"] !== undefined && output["StatusInfos"]["DBInstanceStatusInfo"] !== undefined) {
|
|
14939
14945
|
contents.StatusInfos = deserializeAws_queryDBInstanceStatusInfoList((0, smithy_client_1.getArrayIfSingleItem)(output["StatusInfos"]["DBInstanceStatusInfo"]), context);
|
|
14940
14946
|
}
|
|
14941
14947
|
if (output["StorageType"] !== undefined) {
|
|
@@ -14965,7 +14971,8 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
14965
14971
|
if (output.DomainMemberships === "") {
|
|
14966
14972
|
contents.DomainMemberships = [];
|
|
14967
14973
|
}
|
|
14968
|
-
if (output["DomainMemberships"] !== undefined &&
|
|
14974
|
+
else if (output["DomainMemberships"] !== undefined &&
|
|
14975
|
+
output["DomainMemberships"]["DomainMembership"] !== undefined) {
|
|
14969
14976
|
contents.DomainMemberships = deserializeAws_queryDomainMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["DomainMemberships"]["DomainMembership"]), context);
|
|
14970
14977
|
}
|
|
14971
14978
|
if (output["CopyTagsToSnapshot"] !== undefined) {
|
|
@@ -15004,14 +15011,15 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15004
15011
|
if (output.EnabledCloudwatchLogsExports === "") {
|
|
15005
15012
|
contents.EnabledCloudwatchLogsExports = [];
|
|
15006
15013
|
}
|
|
15007
|
-
if (output["EnabledCloudwatchLogsExports"] !== undefined &&
|
|
15014
|
+
else if (output["EnabledCloudwatchLogsExports"] !== undefined &&
|
|
15008
15015
|
output["EnabledCloudwatchLogsExports"]["member"] !== undefined) {
|
|
15009
15016
|
contents.EnabledCloudwatchLogsExports = deserializeAws_queryLogTypeList((0, smithy_client_1.getArrayIfSingleItem)(output["EnabledCloudwatchLogsExports"]["member"]), context);
|
|
15010
15017
|
}
|
|
15011
15018
|
if (output.ProcessorFeatures === "") {
|
|
15012
15019
|
contents.ProcessorFeatures = [];
|
|
15013
15020
|
}
|
|
15014
|
-
if (output["ProcessorFeatures"] !== undefined &&
|
|
15021
|
+
else if (output["ProcessorFeatures"] !== undefined &&
|
|
15022
|
+
output["ProcessorFeatures"]["ProcessorFeature"] !== undefined) {
|
|
15015
15023
|
contents.ProcessorFeatures = deserializeAws_queryProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["ProcessorFeatures"]["ProcessorFeature"]), context);
|
|
15016
15024
|
}
|
|
15017
15025
|
if (output["DeletionProtection"] !== undefined) {
|
|
@@ -15020,7 +15028,7 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15020
15028
|
if (output.AssociatedRoles === "") {
|
|
15021
15029
|
contents.AssociatedRoles = [];
|
|
15022
15030
|
}
|
|
15023
|
-
if (output["AssociatedRoles"] !== undefined && output["AssociatedRoles"]["DBInstanceRole"] !== undefined) {
|
|
15031
|
+
else if (output["AssociatedRoles"] !== undefined && output["AssociatedRoles"]["DBInstanceRole"] !== undefined) {
|
|
15024
15032
|
contents.AssociatedRoles = deserializeAws_queryDBInstanceRoles((0, smithy_client_1.getArrayIfSingleItem)(output["AssociatedRoles"]["DBInstanceRole"]), context);
|
|
15025
15033
|
}
|
|
15026
15034
|
if (output["ListenerEndpoint"] !== undefined) {
|
|
@@ -15032,13 +15040,13 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15032
15040
|
if (output.TagList === "") {
|
|
15033
15041
|
contents.TagList = [];
|
|
15034
15042
|
}
|
|
15035
|
-
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
15043
|
+
else if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
15036
15044
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
15037
15045
|
}
|
|
15038
15046
|
if (output.DBInstanceAutomatedBackupsReplications === "") {
|
|
15039
15047
|
contents.DBInstanceAutomatedBackupsReplications = [];
|
|
15040
15048
|
}
|
|
15041
|
-
if (output["DBInstanceAutomatedBackupsReplications"] !== undefined &&
|
|
15049
|
+
else if (output["DBInstanceAutomatedBackupsReplications"] !== undefined &&
|
|
15042
15050
|
output["DBInstanceAutomatedBackupsReplications"]["DBInstanceAutomatedBackupsReplication"] !== undefined) {
|
|
15043
15051
|
contents.DBInstanceAutomatedBackupsReplications = deserializeAws_queryDBInstanceAutomatedBackupsReplicationList((0, smithy_client_1.getArrayIfSingleItem)(output["DBInstanceAutomatedBackupsReplications"]["DBInstanceAutomatedBackupsReplication"]), context);
|
|
15044
15052
|
}
|
|
@@ -15197,7 +15205,7 @@ const deserializeAws_queryDBInstanceAutomatedBackup = (output, context) => {
|
|
|
15197
15205
|
if (output.DBInstanceAutomatedBackupsReplications === "") {
|
|
15198
15206
|
contents.DBInstanceAutomatedBackupsReplications = [];
|
|
15199
15207
|
}
|
|
15200
|
-
if (output["DBInstanceAutomatedBackupsReplications"] !== undefined &&
|
|
15208
|
+
else if (output["DBInstanceAutomatedBackupsReplications"] !== undefined &&
|
|
15201
15209
|
output["DBInstanceAutomatedBackupsReplications"]["DBInstanceAutomatedBackupsReplication"] !== undefined) {
|
|
15202
15210
|
contents.DBInstanceAutomatedBackupsReplications = deserializeAws_queryDBInstanceAutomatedBackupsReplicationList((0, smithy_client_1.getArrayIfSingleItem)(output["DBInstanceAutomatedBackupsReplications"]["DBInstanceAutomatedBackupsReplication"]), context);
|
|
15203
15211
|
}
|
|
@@ -15227,7 +15235,7 @@ const deserializeAws_queryDBInstanceAutomatedBackupMessage = (output, context) =
|
|
|
15227
15235
|
if (output.DBInstanceAutomatedBackups === "") {
|
|
15228
15236
|
contents.DBInstanceAutomatedBackups = [];
|
|
15229
15237
|
}
|
|
15230
|
-
if (output["DBInstanceAutomatedBackups"] !== undefined &&
|
|
15238
|
+
else if (output["DBInstanceAutomatedBackups"] !== undefined &&
|
|
15231
15239
|
output["DBInstanceAutomatedBackups"]["DBInstanceAutomatedBackup"] !== undefined) {
|
|
15232
15240
|
contents.DBInstanceAutomatedBackups = deserializeAws_queryDBInstanceAutomatedBackupList((0, smithy_client_1.getArrayIfSingleItem)(output["DBInstanceAutomatedBackups"]["DBInstanceAutomatedBackup"]), context);
|
|
15233
15241
|
}
|
|
@@ -15291,7 +15299,7 @@ const deserializeAws_queryDBInstanceMessage = (output, context) => {
|
|
|
15291
15299
|
if (output.DBInstances === "") {
|
|
15292
15300
|
contents.DBInstances = [];
|
|
15293
15301
|
}
|
|
15294
|
-
if (output["DBInstances"] !== undefined && output["DBInstances"]["DBInstance"] !== undefined) {
|
|
15302
|
+
else if (output["DBInstances"] !== undefined && output["DBInstances"]["DBInstance"] !== undefined) {
|
|
15295
15303
|
contents.DBInstances = deserializeAws_queryDBInstanceList((0, smithy_client_1.getArrayIfSingleItem)(output["DBInstances"]["DBInstance"]), context);
|
|
15296
15304
|
}
|
|
15297
15305
|
return contents;
|
|
@@ -15437,7 +15445,7 @@ const deserializeAws_queryDBParameterGroupDetails = (output, context) => {
|
|
|
15437
15445
|
if (output.Parameters === "") {
|
|
15438
15446
|
contents.Parameters = [];
|
|
15439
15447
|
}
|
|
15440
|
-
if (output["Parameters"] !== undefined && output["Parameters"]["Parameter"] !== undefined) {
|
|
15448
|
+
else if (output["Parameters"] !== undefined && output["Parameters"]["Parameter"] !== undefined) {
|
|
15441
15449
|
contents.Parameters = deserializeAws_queryParametersList((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["Parameter"]), context);
|
|
15442
15450
|
}
|
|
15443
15451
|
if (output["Marker"] !== undefined) {
|
|
@@ -15493,7 +15501,8 @@ const deserializeAws_queryDBParameterGroupsMessage = (output, context) => {
|
|
|
15493
15501
|
if (output.DBParameterGroups === "") {
|
|
15494
15502
|
contents.DBParameterGroups = [];
|
|
15495
15503
|
}
|
|
15496
|
-
if (output["DBParameterGroups"] !== undefined &&
|
|
15504
|
+
else if (output["DBParameterGroups"] !== undefined &&
|
|
15505
|
+
output["DBParameterGroups"]["DBParameterGroup"] !== undefined) {
|
|
15497
15506
|
contents.DBParameterGroups = deserializeAws_queryDBParameterGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["DBParameterGroups"]["DBParameterGroup"]), context);
|
|
15498
15507
|
}
|
|
15499
15508
|
return contents;
|
|
@@ -15557,19 +15566,19 @@ const deserializeAws_queryDBProxy = (output, context) => {
|
|
|
15557
15566
|
if (output.VpcSecurityGroupIds === "") {
|
|
15558
15567
|
contents.VpcSecurityGroupIds = [];
|
|
15559
15568
|
}
|
|
15560
|
-
if (output["VpcSecurityGroupIds"] !== undefined && output["VpcSecurityGroupIds"]["member"] !== undefined) {
|
|
15569
|
+
else if (output["VpcSecurityGroupIds"] !== undefined && output["VpcSecurityGroupIds"]["member"] !== undefined) {
|
|
15561
15570
|
contents.VpcSecurityGroupIds = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSecurityGroupIds"]["member"]), context);
|
|
15562
15571
|
}
|
|
15563
15572
|
if (output.VpcSubnetIds === "") {
|
|
15564
15573
|
contents.VpcSubnetIds = [];
|
|
15565
15574
|
}
|
|
15566
|
-
if (output["VpcSubnetIds"] !== undefined && output["VpcSubnetIds"]["member"] !== undefined) {
|
|
15575
|
+
else if (output["VpcSubnetIds"] !== undefined && output["VpcSubnetIds"]["member"] !== undefined) {
|
|
15567
15576
|
contents.VpcSubnetIds = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSubnetIds"]["member"]), context);
|
|
15568
15577
|
}
|
|
15569
15578
|
if (output.Auth === "") {
|
|
15570
15579
|
contents.Auth = [];
|
|
15571
15580
|
}
|
|
15572
|
-
if (output["Auth"] !== undefined && output["Auth"]["member"] !== undefined) {
|
|
15581
|
+
else if (output["Auth"] !== undefined && output["Auth"]["member"] !== undefined) {
|
|
15573
15582
|
contents.Auth = deserializeAws_queryUserAuthConfigInfoList((0, smithy_client_1.getArrayIfSingleItem)(output["Auth"]["member"]), context);
|
|
15574
15583
|
}
|
|
15575
15584
|
if (output["RoleArn"] !== undefined) {
|
|
@@ -15636,13 +15645,13 @@ const deserializeAws_queryDBProxyEndpoint = (output, context) => {
|
|
|
15636
15645
|
if (output.VpcSecurityGroupIds === "") {
|
|
15637
15646
|
contents.VpcSecurityGroupIds = [];
|
|
15638
15647
|
}
|
|
15639
|
-
if (output["VpcSecurityGroupIds"] !== undefined && output["VpcSecurityGroupIds"]["member"] !== undefined) {
|
|
15648
|
+
else if (output["VpcSecurityGroupIds"] !== undefined && output["VpcSecurityGroupIds"]["member"] !== undefined) {
|
|
15640
15649
|
contents.VpcSecurityGroupIds = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSecurityGroupIds"]["member"]), context);
|
|
15641
15650
|
}
|
|
15642
15651
|
if (output.VpcSubnetIds === "") {
|
|
15643
15652
|
contents.VpcSubnetIds = [];
|
|
15644
15653
|
}
|
|
15645
|
-
if (output["VpcSubnetIds"] !== undefined && output["VpcSubnetIds"]["member"] !== undefined) {
|
|
15654
|
+
else if (output["VpcSubnetIds"] !== undefined && output["VpcSubnetIds"]["member"] !== undefined) {
|
|
15646
15655
|
contents.VpcSubnetIds = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSubnetIds"]["member"]), context);
|
|
15647
15656
|
}
|
|
15648
15657
|
if (output["Endpoint"] !== undefined) {
|
|
@@ -15850,13 +15859,14 @@ const deserializeAws_queryDBSecurityGroup = (output, context) => {
|
|
|
15850
15859
|
if (output.EC2SecurityGroups === "") {
|
|
15851
15860
|
contents.EC2SecurityGroups = [];
|
|
15852
15861
|
}
|
|
15853
|
-
if (output["EC2SecurityGroups"] !== undefined &&
|
|
15862
|
+
else if (output["EC2SecurityGroups"] !== undefined &&
|
|
15863
|
+
output["EC2SecurityGroups"]["EC2SecurityGroup"] !== undefined) {
|
|
15854
15864
|
contents.EC2SecurityGroups = deserializeAws_queryEC2SecurityGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["EC2SecurityGroups"]["EC2SecurityGroup"]), context);
|
|
15855
15865
|
}
|
|
15856
15866
|
if (output.IPRanges === "") {
|
|
15857
15867
|
contents.IPRanges = [];
|
|
15858
15868
|
}
|
|
15859
|
-
if (output["IPRanges"] !== undefined && output["IPRanges"]["IPRange"] !== undefined) {
|
|
15869
|
+
else if (output["IPRanges"] !== undefined && output["IPRanges"]["IPRange"] !== undefined) {
|
|
15860
15870
|
contents.IPRanges = deserializeAws_queryIPRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["IPRanges"]["IPRange"]), context);
|
|
15861
15871
|
}
|
|
15862
15872
|
if (output["DBSecurityGroupArn"] !== undefined) {
|
|
@@ -15907,7 +15917,7 @@ const deserializeAws_queryDBSecurityGroupMessage = (output, context) => {
|
|
|
15907
15917
|
if (output.DBSecurityGroups === "") {
|
|
15908
15918
|
contents.DBSecurityGroups = [];
|
|
15909
15919
|
}
|
|
15910
|
-
if (output["DBSecurityGroups"] !== undefined && output["DBSecurityGroups"]["DBSecurityGroup"] !== undefined) {
|
|
15920
|
+
else if (output["DBSecurityGroups"] !== undefined && output["DBSecurityGroups"]["DBSecurityGroup"] !== undefined) {
|
|
15911
15921
|
contents.DBSecurityGroups = deserializeAws_queryDBSecurityGroups((0, smithy_client_1.getArrayIfSingleItem)(output["DBSecurityGroups"]["DBSecurityGroup"]), context);
|
|
15912
15922
|
}
|
|
15913
15923
|
return contents;
|
|
@@ -16064,7 +16074,8 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16064
16074
|
if (output.ProcessorFeatures === "") {
|
|
16065
16075
|
contents.ProcessorFeatures = [];
|
|
16066
16076
|
}
|
|
16067
|
-
if (output["ProcessorFeatures"] !== undefined &&
|
|
16077
|
+
else if (output["ProcessorFeatures"] !== undefined &&
|
|
16078
|
+
output["ProcessorFeatures"]["ProcessorFeature"] !== undefined) {
|
|
16068
16079
|
contents.ProcessorFeatures = deserializeAws_queryProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["ProcessorFeatures"]["ProcessorFeature"]), context);
|
|
16069
16080
|
}
|
|
16070
16081
|
if (output["DbiResourceId"] !== undefined) {
|
|
@@ -16073,7 +16084,7 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16073
16084
|
if (output.TagList === "") {
|
|
16074
16085
|
contents.TagList = [];
|
|
16075
16086
|
}
|
|
16076
|
-
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
16087
|
+
else if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
16077
16088
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
16078
16089
|
}
|
|
16079
16090
|
if (output["OriginalSnapshotCreateTime"] !== undefined) {
|
|
@@ -16104,7 +16115,7 @@ const deserializeAws_queryDBSnapshotAttribute = (output, context) => {
|
|
|
16104
16115
|
if (output.AttributeValues === "") {
|
|
16105
16116
|
contents.AttributeValues = [];
|
|
16106
16117
|
}
|
|
16107
|
-
if (output["AttributeValues"] !== undefined && output["AttributeValues"]["AttributeValue"] !== undefined) {
|
|
16118
|
+
else if (output["AttributeValues"] !== undefined && output["AttributeValues"]["AttributeValue"] !== undefined) {
|
|
16108
16119
|
contents.AttributeValues = deserializeAws_queryAttributeValueList((0, smithy_client_1.getArrayIfSingleItem)(output["AttributeValues"]["AttributeValue"]), context);
|
|
16109
16120
|
}
|
|
16110
16121
|
return contents;
|
|
@@ -16130,7 +16141,7 @@ const deserializeAws_queryDBSnapshotAttributesResult = (output, context) => {
|
|
|
16130
16141
|
if (output.DBSnapshotAttributes === "") {
|
|
16131
16142
|
contents.DBSnapshotAttributes = [];
|
|
16132
16143
|
}
|
|
16133
|
-
if (output["DBSnapshotAttributes"] !== undefined &&
|
|
16144
|
+
else if (output["DBSnapshotAttributes"] !== undefined &&
|
|
16134
16145
|
output["DBSnapshotAttributes"]["DBSnapshotAttribute"] !== undefined) {
|
|
16135
16146
|
contents.DBSnapshotAttributes = deserializeAws_queryDBSnapshotAttributeList((0, smithy_client_1.getArrayIfSingleItem)(output["DBSnapshotAttributes"]["DBSnapshotAttribute"]), context);
|
|
16136
16147
|
}
|
|
@@ -16157,7 +16168,7 @@ const deserializeAws_queryDBSnapshotMessage = (output, context) => {
|
|
|
16157
16168
|
if (output.DBSnapshots === "") {
|
|
16158
16169
|
contents.DBSnapshots = [];
|
|
16159
16170
|
}
|
|
16160
|
-
if (output["DBSnapshots"] !== undefined && output["DBSnapshots"]["DBSnapshot"] !== undefined) {
|
|
16171
|
+
else if (output["DBSnapshots"] !== undefined && output["DBSnapshots"]["DBSnapshot"] !== undefined) {
|
|
16161
16172
|
contents.DBSnapshots = deserializeAws_queryDBSnapshotList((0, smithy_client_1.getArrayIfSingleItem)(output["DBSnapshots"]["DBSnapshot"]), context);
|
|
16162
16173
|
}
|
|
16163
16174
|
return contents;
|
|
@@ -16196,7 +16207,7 @@ const deserializeAws_queryDBSubnetGroup = (output, context) => {
|
|
|
16196
16207
|
if (output.Subnets === "") {
|
|
16197
16208
|
contents.Subnets = [];
|
|
16198
16209
|
}
|
|
16199
|
-
if (output["Subnets"] !== undefined && output["Subnets"]["Subnet"] !== undefined) {
|
|
16210
|
+
else if (output["Subnets"] !== undefined && output["Subnets"]["Subnet"] !== undefined) {
|
|
16200
16211
|
contents.Subnets = deserializeAws_querySubnetList((0, smithy_client_1.getArrayIfSingleItem)(output["Subnets"]["Subnet"]), context);
|
|
16201
16212
|
}
|
|
16202
16213
|
if (output["DBSubnetGroupArn"] !== undefined) {
|
|
@@ -16205,7 +16216,7 @@ const deserializeAws_queryDBSubnetGroup = (output, context) => {
|
|
|
16205
16216
|
if (output.SupportedNetworkTypes === "") {
|
|
16206
16217
|
contents.SupportedNetworkTypes = [];
|
|
16207
16218
|
}
|
|
16208
|
-
if (output["SupportedNetworkTypes"] !== undefined && output["SupportedNetworkTypes"]["member"] !== undefined) {
|
|
16219
|
+
else if (output["SupportedNetworkTypes"] !== undefined && output["SupportedNetworkTypes"]["member"] !== undefined) {
|
|
16209
16220
|
contents.SupportedNetworkTypes = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedNetworkTypes"]["member"]), context);
|
|
16210
16221
|
}
|
|
16211
16222
|
return contents;
|
|
@@ -16239,7 +16250,7 @@ const deserializeAws_queryDBSubnetGroupMessage = (output, context) => {
|
|
|
16239
16250
|
if (output.DBSubnetGroups === "") {
|
|
16240
16251
|
contents.DBSubnetGroups = [];
|
|
16241
16252
|
}
|
|
16242
|
-
if (output["DBSubnetGroups"] !== undefined && output["DBSubnetGroups"]["DBSubnetGroup"] !== undefined) {
|
|
16253
|
+
else if (output["DBSubnetGroups"] !== undefined && output["DBSubnetGroups"]["DBSubnetGroup"] !== undefined) {
|
|
16243
16254
|
contents.DBSubnetGroups = deserializeAws_queryDBSubnetGroups((0, smithy_client_1.getArrayIfSingleItem)(output["DBSubnetGroups"]["DBSubnetGroup"]), context);
|
|
16244
16255
|
}
|
|
16245
16256
|
return contents;
|
|
@@ -16428,7 +16439,7 @@ const deserializeAws_queryDescribeDBLogFilesResponse = (output, context) => {
|
|
|
16428
16439
|
if (output.DescribeDBLogFiles === "") {
|
|
16429
16440
|
contents.DescribeDBLogFiles = [];
|
|
16430
16441
|
}
|
|
16431
|
-
if (output["DescribeDBLogFiles"] !== undefined &&
|
|
16442
|
+
else if (output["DescribeDBLogFiles"] !== undefined &&
|
|
16432
16443
|
output["DescribeDBLogFiles"]["DescribeDBLogFilesDetails"] !== undefined) {
|
|
16433
16444
|
contents.DescribeDBLogFiles = deserializeAws_queryDescribeDBLogFilesList((0, smithy_client_1.getArrayIfSingleItem)(output["DescribeDBLogFiles"]["DescribeDBLogFilesDetails"]), context);
|
|
16434
16445
|
}
|
|
@@ -16445,7 +16456,7 @@ const deserializeAws_queryDescribeDBProxiesResponse = (output, context) => {
|
|
|
16445
16456
|
if (output.DBProxies === "") {
|
|
16446
16457
|
contents.DBProxies = [];
|
|
16447
16458
|
}
|
|
16448
|
-
if (output["DBProxies"] !== undefined && output["DBProxies"]["member"] !== undefined) {
|
|
16459
|
+
else if (output["DBProxies"] !== undefined && output["DBProxies"]["member"] !== undefined) {
|
|
16449
16460
|
contents.DBProxies = deserializeAws_queryDBProxyList((0, smithy_client_1.getArrayIfSingleItem)(output["DBProxies"]["member"]), context);
|
|
16450
16461
|
}
|
|
16451
16462
|
if (output["Marker"] !== undefined) {
|
|
@@ -16461,7 +16472,7 @@ const deserializeAws_queryDescribeDBProxyEndpointsResponse = (output, context) =
|
|
|
16461
16472
|
if (output.DBProxyEndpoints === "") {
|
|
16462
16473
|
contents.DBProxyEndpoints = [];
|
|
16463
16474
|
}
|
|
16464
|
-
if (output["DBProxyEndpoints"] !== undefined && output["DBProxyEndpoints"]["member"] !== undefined) {
|
|
16475
|
+
else if (output["DBProxyEndpoints"] !== undefined && output["DBProxyEndpoints"]["member"] !== undefined) {
|
|
16465
16476
|
contents.DBProxyEndpoints = deserializeAws_queryDBProxyEndpointList((0, smithy_client_1.getArrayIfSingleItem)(output["DBProxyEndpoints"]["member"]), context);
|
|
16466
16477
|
}
|
|
16467
16478
|
if (output["Marker"] !== undefined) {
|
|
@@ -16477,7 +16488,7 @@ const deserializeAws_queryDescribeDBProxyTargetGroupsResponse = (output, context
|
|
|
16477
16488
|
if (output.TargetGroups === "") {
|
|
16478
16489
|
contents.TargetGroups = [];
|
|
16479
16490
|
}
|
|
16480
|
-
if (output["TargetGroups"] !== undefined && output["TargetGroups"]["member"] !== undefined) {
|
|
16491
|
+
else if (output["TargetGroups"] !== undefined && output["TargetGroups"]["member"] !== undefined) {
|
|
16481
16492
|
contents.TargetGroups = deserializeAws_queryTargetGroupList((0, smithy_client_1.getArrayIfSingleItem)(output["TargetGroups"]["member"]), context);
|
|
16482
16493
|
}
|
|
16483
16494
|
if (output["Marker"] !== undefined) {
|
|
@@ -16493,7 +16504,7 @@ const deserializeAws_queryDescribeDBProxyTargetsResponse = (output, context) =>
|
|
|
16493
16504
|
if (output.Targets === "") {
|
|
16494
16505
|
contents.Targets = [];
|
|
16495
16506
|
}
|
|
16496
|
-
if (output["Targets"] !== undefined && output["Targets"]["member"] !== undefined) {
|
|
16507
|
+
else if (output["Targets"] !== undefined && output["Targets"]["member"] !== undefined) {
|
|
16497
16508
|
contents.Targets = deserializeAws_queryTargetList((0, smithy_client_1.getArrayIfSingleItem)(output["Targets"]["member"]), context);
|
|
16498
16509
|
}
|
|
16499
16510
|
if (output["Marker"] !== undefined) {
|
|
@@ -16680,7 +16691,7 @@ const deserializeAws_queryEngineDefaults = (output, context) => {
|
|
|
16680
16691
|
if (output.Parameters === "") {
|
|
16681
16692
|
contents.Parameters = [];
|
|
16682
16693
|
}
|
|
16683
|
-
if (output["Parameters"] !== undefined && output["Parameters"]["Parameter"] !== undefined) {
|
|
16694
|
+
else if (output["Parameters"] !== undefined && output["Parameters"]["Parameter"] !== undefined) {
|
|
16684
16695
|
contents.Parameters = deserializeAws_queryParametersList((0, smithy_client_1.getArrayIfSingleItem)(output["Parameters"]["Parameter"]), context);
|
|
16685
16696
|
}
|
|
16686
16697
|
return contents;
|
|
@@ -16716,7 +16727,7 @@ const deserializeAws_queryEvent = (output, context) => {
|
|
|
16716
16727
|
if (output.EventCategories === "") {
|
|
16717
16728
|
contents.EventCategories = [];
|
|
16718
16729
|
}
|
|
16719
|
-
if (output["EventCategories"] !== undefined && output["EventCategories"]["EventCategory"] !== undefined) {
|
|
16730
|
+
else if (output["EventCategories"] !== undefined && output["EventCategories"]["EventCategory"] !== undefined) {
|
|
16720
16731
|
contents.EventCategories = deserializeAws_queryEventCategoriesList((0, smithy_client_1.getArrayIfSingleItem)(output["EventCategories"]["EventCategory"]), context);
|
|
16721
16732
|
}
|
|
16722
16733
|
if (output["Date"] !== undefined) {
|
|
@@ -16748,7 +16759,7 @@ const deserializeAws_queryEventCategoriesMap = (output, context) => {
|
|
|
16748
16759
|
if (output.EventCategories === "") {
|
|
16749
16760
|
contents.EventCategories = [];
|
|
16750
16761
|
}
|
|
16751
|
-
if (output["EventCategories"] !== undefined && output["EventCategories"]["EventCategory"] !== undefined) {
|
|
16762
|
+
else if (output["EventCategories"] !== undefined && output["EventCategories"]["EventCategory"] !== undefined) {
|
|
16752
16763
|
contents.EventCategories = deserializeAws_queryEventCategoriesList((0, smithy_client_1.getArrayIfSingleItem)(output["EventCategories"]["EventCategory"]), context);
|
|
16753
16764
|
}
|
|
16754
16765
|
return contents;
|
|
@@ -16770,7 +16781,7 @@ const deserializeAws_queryEventCategoriesMessage = (output, context) => {
|
|
|
16770
16781
|
if (output.EventCategoriesMapList === "") {
|
|
16771
16782
|
contents.EventCategoriesMapList = [];
|
|
16772
16783
|
}
|
|
16773
|
-
if (output["EventCategoriesMapList"] !== undefined &&
|
|
16784
|
+
else if (output["EventCategoriesMapList"] !== undefined &&
|
|
16774
16785
|
output["EventCategoriesMapList"]["EventCategoriesMap"] !== undefined) {
|
|
16775
16786
|
contents.EventCategoriesMapList = deserializeAws_queryEventCategoriesMapList((0, smithy_client_1.getArrayIfSingleItem)(output["EventCategoriesMapList"]["EventCategoriesMap"]), context);
|
|
16776
16787
|
}
|
|
@@ -16797,7 +16808,7 @@ const deserializeAws_queryEventsMessage = (output, context) => {
|
|
|
16797
16808
|
if (output.Events === "") {
|
|
16798
16809
|
contents.Events = [];
|
|
16799
16810
|
}
|
|
16800
|
-
if (output["Events"] !== undefined && output["Events"]["Event"] !== undefined) {
|
|
16811
|
+
else if (output["Events"] !== undefined && output["Events"]["Event"] !== undefined) {
|
|
16801
16812
|
contents.Events = deserializeAws_queryEventList((0, smithy_client_1.getArrayIfSingleItem)(output["Events"]["Event"]), context);
|
|
16802
16813
|
}
|
|
16803
16814
|
return contents;
|
|
@@ -16836,13 +16847,14 @@ const deserializeAws_queryEventSubscription = (output, context) => {
|
|
|
16836
16847
|
if (output.SourceIdsList === "") {
|
|
16837
16848
|
contents.SourceIdsList = [];
|
|
16838
16849
|
}
|
|
16839
|
-
if (output["SourceIdsList"] !== undefined && output["SourceIdsList"]["SourceId"] !== undefined) {
|
|
16850
|
+
else if (output["SourceIdsList"] !== undefined && output["SourceIdsList"]["SourceId"] !== undefined) {
|
|
16840
16851
|
contents.SourceIdsList = deserializeAws_querySourceIdsList((0, smithy_client_1.getArrayIfSingleItem)(output["SourceIdsList"]["SourceId"]), context);
|
|
16841
16852
|
}
|
|
16842
16853
|
if (output.EventCategoriesList === "") {
|
|
16843
16854
|
contents.EventCategoriesList = [];
|
|
16844
16855
|
}
|
|
16845
|
-
if (output["EventCategoriesList"] !== undefined &&
|
|
16856
|
+
else if (output["EventCategoriesList"] !== undefined &&
|
|
16857
|
+
output["EventCategoriesList"]["EventCategory"] !== undefined) {
|
|
16846
16858
|
contents.EventCategoriesList = deserializeAws_queryEventCategoriesList((0, smithy_client_1.getArrayIfSingleItem)(output["EventCategoriesList"]["EventCategory"]), context);
|
|
16847
16859
|
}
|
|
16848
16860
|
if (output["Enabled"] !== undefined) {
|
|
@@ -16883,7 +16895,7 @@ const deserializeAws_queryEventSubscriptionsMessage = (output, context) => {
|
|
|
16883
16895
|
if (output.EventSubscriptionsList === "") {
|
|
16884
16896
|
contents.EventSubscriptionsList = [];
|
|
16885
16897
|
}
|
|
16886
|
-
if (output["EventSubscriptionsList"] !== undefined &&
|
|
16898
|
+
else if (output["EventSubscriptionsList"] !== undefined &&
|
|
16887
16899
|
output["EventSubscriptionsList"]["EventSubscription"] !== undefined) {
|
|
16888
16900
|
contents.EventSubscriptionsList = deserializeAws_queryEventSubscriptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["EventSubscriptionsList"]["EventSubscription"]), context);
|
|
16889
16901
|
}
|
|
@@ -16916,7 +16928,7 @@ const deserializeAws_queryExportTask = (output, context) => {
|
|
|
16916
16928
|
if (output.ExportOnly === "") {
|
|
16917
16929
|
contents.ExportOnly = [];
|
|
16918
16930
|
}
|
|
16919
|
-
if (output["ExportOnly"] !== undefined && output["ExportOnly"]["member"] !== undefined) {
|
|
16931
|
+
else if (output["ExportOnly"] !== undefined && output["ExportOnly"]["member"] !== undefined) {
|
|
16920
16932
|
contents.ExportOnly = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["ExportOnly"]["member"]), context);
|
|
16921
16933
|
}
|
|
16922
16934
|
if (output["SnapshotTime"] !== undefined) {
|
|
@@ -16996,7 +17008,7 @@ const deserializeAws_queryExportTasksMessage = (output, context) => {
|
|
|
16996
17008
|
if (output.ExportTasks === "") {
|
|
16997
17009
|
contents.ExportTasks = [];
|
|
16998
17010
|
}
|
|
16999
|
-
if (output["ExportTasks"] !== undefined && output["ExportTasks"]["ExportTask"] !== undefined) {
|
|
17011
|
+
else if (output["ExportTasks"] !== undefined && output["ExportTasks"]["ExportTask"] !== undefined) {
|
|
17000
17012
|
contents.ExportTasks = deserializeAws_queryExportTasksList((0, smithy_client_1.getArrayIfSingleItem)(output["ExportTasks"]["ExportTask"]), context);
|
|
17001
17013
|
}
|
|
17002
17014
|
return contents;
|
|
@@ -17090,7 +17102,7 @@ const deserializeAws_queryGlobalCluster = (output, context) => {
|
|
|
17090
17102
|
if (output.GlobalClusterMembers === "") {
|
|
17091
17103
|
contents.GlobalClusterMembers = [];
|
|
17092
17104
|
}
|
|
17093
|
-
if (output["GlobalClusterMembers"] !== undefined &&
|
|
17105
|
+
else if (output["GlobalClusterMembers"] !== undefined &&
|
|
17094
17106
|
output["GlobalClusterMembers"]["GlobalClusterMember"] !== undefined) {
|
|
17095
17107
|
contents.GlobalClusterMembers = deserializeAws_queryGlobalClusterMemberList((0, smithy_client_1.getArrayIfSingleItem)(output["GlobalClusterMembers"]["GlobalClusterMember"]), context);
|
|
17096
17108
|
}
|
|
@@ -17131,7 +17143,7 @@ const deserializeAws_queryGlobalClusterMember = (output, context) => {
|
|
|
17131
17143
|
if (output.Readers === "") {
|
|
17132
17144
|
contents.Readers = [];
|
|
17133
17145
|
}
|
|
17134
|
-
if (output["Readers"] !== undefined && output["Readers"]["member"] !== undefined) {
|
|
17146
|
+
else if (output["Readers"] !== undefined && output["Readers"]["member"] !== undefined) {
|
|
17135
17147
|
contents.Readers = deserializeAws_queryReadersArnList((0, smithy_client_1.getArrayIfSingleItem)(output["Readers"]["member"]), context);
|
|
17136
17148
|
}
|
|
17137
17149
|
if (output["IsWriter"] !== undefined) {
|
|
@@ -17181,7 +17193,7 @@ const deserializeAws_queryGlobalClustersMessage = (output, context) => {
|
|
|
17181
17193
|
if (output.GlobalClusters === "") {
|
|
17182
17194
|
contents.GlobalClusters = [];
|
|
17183
17195
|
}
|
|
17184
|
-
if (output["GlobalClusters"] !== undefined && output["GlobalClusters"]["GlobalClusterMember"] !== undefined) {
|
|
17196
|
+
else if (output["GlobalClusters"] !== undefined && output["GlobalClusters"]["GlobalClusterMember"] !== undefined) {
|
|
17185
17197
|
contents.GlobalClusters = deserializeAws_queryGlobalClusterList((0, smithy_client_1.getArrayIfSingleItem)(output["GlobalClusters"]["GlobalClusterMember"]), context);
|
|
17186
17198
|
}
|
|
17187
17199
|
return contents;
|
|
@@ -17698,20 +17710,20 @@ const deserializeAws_queryOption = (output, context) => {
|
|
|
17698
17710
|
if (output.OptionSettings === "") {
|
|
17699
17711
|
contents.OptionSettings = [];
|
|
17700
17712
|
}
|
|
17701
|
-
if (output["OptionSettings"] !== undefined && output["OptionSettings"]["OptionSetting"] !== undefined) {
|
|
17713
|
+
else if (output["OptionSettings"] !== undefined && output["OptionSettings"]["OptionSetting"] !== undefined) {
|
|
17702
17714
|
contents.OptionSettings = deserializeAws_queryOptionSettingConfigurationList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionSettings"]["OptionSetting"]), context);
|
|
17703
17715
|
}
|
|
17704
17716
|
if (output.DBSecurityGroupMemberships === "") {
|
|
17705
17717
|
contents.DBSecurityGroupMemberships = [];
|
|
17706
17718
|
}
|
|
17707
|
-
if (output["DBSecurityGroupMemberships"] !== undefined &&
|
|
17719
|
+
else if (output["DBSecurityGroupMemberships"] !== undefined &&
|
|
17708
17720
|
output["DBSecurityGroupMemberships"]["DBSecurityGroup"] !== undefined) {
|
|
17709
17721
|
contents.DBSecurityGroupMemberships = deserializeAws_queryDBSecurityGroupMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["DBSecurityGroupMemberships"]["DBSecurityGroup"]), context);
|
|
17710
17722
|
}
|
|
17711
17723
|
if (output.VpcSecurityGroupMemberships === "") {
|
|
17712
17724
|
contents.VpcSecurityGroupMemberships = [];
|
|
17713
17725
|
}
|
|
17714
|
-
if (output["VpcSecurityGroupMemberships"] !== undefined &&
|
|
17726
|
+
else if (output["VpcSecurityGroupMemberships"] !== undefined &&
|
|
17715
17727
|
output["VpcSecurityGroupMemberships"]["VpcSecurityGroupMembership"] !== undefined) {
|
|
17716
17728
|
contents.VpcSecurityGroupMemberships = deserializeAws_queryVpcSecurityGroupMembershipList((0, smithy_client_1.getArrayIfSingleItem)(output["VpcSecurityGroupMemberships"]["VpcSecurityGroupMembership"]), context);
|
|
17717
17729
|
}
|
|
@@ -17743,7 +17755,7 @@ const deserializeAws_queryOptionGroup = (output, context) => {
|
|
|
17743
17755
|
if (output.Options === "") {
|
|
17744
17756
|
contents.Options = [];
|
|
17745
17757
|
}
|
|
17746
|
-
if (output["Options"] !== undefined && output["Options"]["Option"] !== undefined) {
|
|
17758
|
+
else if (output["Options"] !== undefined && output["Options"]["Option"] !== undefined) {
|
|
17747
17759
|
contents.Options = deserializeAws_queryOptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["Options"]["Option"]), context);
|
|
17748
17760
|
}
|
|
17749
17761
|
if (output["AllowsVpcAndNonVpcInstanceMemberships"] !== undefined) {
|
|
@@ -17841,13 +17853,13 @@ const deserializeAws_queryOptionGroupOption = (output, context) => {
|
|
|
17841
17853
|
if (output.OptionsDependedOn === "") {
|
|
17842
17854
|
contents.OptionsDependedOn = [];
|
|
17843
17855
|
}
|
|
17844
|
-
if (output["OptionsDependedOn"] !== undefined && output["OptionsDependedOn"]["OptionName"] !== undefined) {
|
|
17856
|
+
else if (output["OptionsDependedOn"] !== undefined && output["OptionsDependedOn"]["OptionName"] !== undefined) {
|
|
17845
17857
|
contents.OptionsDependedOn = deserializeAws_queryOptionsDependedOn((0, smithy_client_1.getArrayIfSingleItem)(output["OptionsDependedOn"]["OptionName"]), context);
|
|
17846
17858
|
}
|
|
17847
17859
|
if (output.OptionsConflictsWith === "") {
|
|
17848
17860
|
contents.OptionsConflictsWith = [];
|
|
17849
17861
|
}
|
|
17850
|
-
if (output["OptionsConflictsWith"] !== undefined &&
|
|
17862
|
+
else if (output["OptionsConflictsWith"] !== undefined &&
|
|
17851
17863
|
output["OptionsConflictsWith"]["OptionConflictName"] !== undefined) {
|
|
17852
17864
|
contents.OptionsConflictsWith = deserializeAws_queryOptionsConflictsWith((0, smithy_client_1.getArrayIfSingleItem)(output["OptionsConflictsWith"]["OptionConflictName"]), context);
|
|
17853
17865
|
}
|
|
@@ -17869,14 +17881,14 @@ const deserializeAws_queryOptionGroupOption = (output, context) => {
|
|
|
17869
17881
|
if (output.OptionGroupOptionSettings === "") {
|
|
17870
17882
|
contents.OptionGroupOptionSettings = [];
|
|
17871
17883
|
}
|
|
17872
|
-
if (output["OptionGroupOptionSettings"] !== undefined &&
|
|
17884
|
+
else if (output["OptionGroupOptionSettings"] !== undefined &&
|
|
17873
17885
|
output["OptionGroupOptionSettings"]["OptionGroupOptionSetting"] !== undefined) {
|
|
17874
17886
|
contents.OptionGroupOptionSettings = deserializeAws_queryOptionGroupOptionSettingsList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionGroupOptionSettings"]["OptionGroupOptionSetting"]), context);
|
|
17875
17887
|
}
|
|
17876
17888
|
if (output.OptionGroupOptionVersions === "") {
|
|
17877
17889
|
contents.OptionGroupOptionVersions = [];
|
|
17878
17890
|
}
|
|
17879
|
-
if (output["OptionGroupOptionVersions"] !== undefined &&
|
|
17891
|
+
else if (output["OptionGroupOptionVersions"] !== undefined &&
|
|
17880
17892
|
output["OptionGroupOptionVersions"]["OptionVersion"] !== undefined) {
|
|
17881
17893
|
contents.OptionGroupOptionVersions = deserializeAws_queryOptionGroupOptionVersionsList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionGroupOptionVersions"]["OptionVersion"]), context);
|
|
17882
17894
|
}
|
|
@@ -17917,7 +17929,7 @@ const deserializeAws_queryOptionGroupOptionSetting = (output, context) => {
|
|
|
17917
17929
|
if (output.MinimumEngineVersionPerAllowedValue === "") {
|
|
17918
17930
|
contents.MinimumEngineVersionPerAllowedValue = [];
|
|
17919
17931
|
}
|
|
17920
|
-
if (output["MinimumEngineVersionPerAllowedValue"] !== undefined &&
|
|
17932
|
+
else if (output["MinimumEngineVersionPerAllowedValue"] !== undefined &&
|
|
17921
17933
|
output["MinimumEngineVersionPerAllowedValue"]["MinimumEngineVersionPerAllowedValue"] !== undefined) {
|
|
17922
17934
|
contents.MinimumEngineVersionPerAllowedValue = deserializeAws_queryMinimumEngineVersionPerAllowedValueList((0, smithy_client_1.getArrayIfSingleItem)(output["MinimumEngineVersionPerAllowedValue"]["MinimumEngineVersionPerAllowedValue"]), context);
|
|
17923
17935
|
}
|
|
@@ -17951,7 +17963,8 @@ const deserializeAws_queryOptionGroupOptionsMessage = (output, context) => {
|
|
|
17951
17963
|
if (output.OptionGroupOptions === "") {
|
|
17952
17964
|
contents.OptionGroupOptions = [];
|
|
17953
17965
|
}
|
|
17954
|
-
if (output["OptionGroupOptions"] !== undefined &&
|
|
17966
|
+
else if (output["OptionGroupOptions"] !== undefined &&
|
|
17967
|
+
output["OptionGroupOptions"]["OptionGroupOption"] !== undefined) {
|
|
17955
17968
|
contents.OptionGroupOptions = deserializeAws_queryOptionGroupOptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionGroupOptions"]["OptionGroupOption"]), context);
|
|
17956
17969
|
}
|
|
17957
17970
|
if (output["Marker"] !== undefined) {
|
|
@@ -17986,7 +17999,7 @@ const deserializeAws_queryOptionGroups = (output, context) => {
|
|
|
17986
17999
|
if (output.OptionGroupsList === "") {
|
|
17987
18000
|
contents.OptionGroupsList = [];
|
|
17988
18001
|
}
|
|
17989
|
-
if (output["OptionGroupsList"] !== undefined && output["OptionGroupsList"]["OptionGroup"] !== undefined) {
|
|
18002
|
+
else if (output["OptionGroupsList"] !== undefined && output["OptionGroupsList"]["OptionGroup"] !== undefined) {
|
|
17990
18003
|
contents.OptionGroupsList = deserializeAws_queryOptionGroupsList((0, smithy_client_1.getArrayIfSingleItem)(output["OptionGroupsList"]["OptionGroup"]), context);
|
|
17991
18004
|
}
|
|
17992
18005
|
if (output["Marker"] !== undefined) {
|
|
@@ -18149,7 +18162,8 @@ const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
|
18149
18162
|
if (output.AvailabilityZones === "") {
|
|
18150
18163
|
contents.AvailabilityZones = [];
|
|
18151
18164
|
}
|
|
18152
|
-
if (output["AvailabilityZones"] !== undefined &&
|
|
18165
|
+
else if (output["AvailabilityZones"] !== undefined &&
|
|
18166
|
+
output["AvailabilityZones"]["AvailabilityZone"] !== undefined) {
|
|
18153
18167
|
contents.AvailabilityZones = deserializeAws_queryAvailabilityZoneList((0, smithy_client_1.getArrayIfSingleItem)(output["AvailabilityZones"]["AvailabilityZone"]), context);
|
|
18154
18168
|
}
|
|
18155
18169
|
if (output["MultiAZCapable"] !== undefined) {
|
|
@@ -18200,14 +18214,14 @@ const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
|
18200
18214
|
if (output.AvailableProcessorFeatures === "") {
|
|
18201
18215
|
contents.AvailableProcessorFeatures = [];
|
|
18202
18216
|
}
|
|
18203
|
-
if (output["AvailableProcessorFeatures"] !== undefined &&
|
|
18217
|
+
else if (output["AvailableProcessorFeatures"] !== undefined &&
|
|
18204
18218
|
output["AvailableProcessorFeatures"]["AvailableProcessorFeature"] !== undefined) {
|
|
18205
18219
|
contents.AvailableProcessorFeatures = deserializeAws_queryAvailableProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["AvailableProcessorFeatures"]["AvailableProcessorFeature"]), context);
|
|
18206
18220
|
}
|
|
18207
18221
|
if (output.SupportedEngineModes === "") {
|
|
18208
18222
|
contents.SupportedEngineModes = [];
|
|
18209
18223
|
}
|
|
18210
|
-
if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
18224
|
+
else if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
18211
18225
|
contents.SupportedEngineModes = deserializeAws_queryEngineModeList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedEngineModes"]["member"]), context);
|
|
18212
18226
|
}
|
|
18213
18227
|
if (output["SupportsStorageAutoscaling"] !== undefined) {
|
|
@@ -18222,7 +18236,7 @@ const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
|
18222
18236
|
if (output.SupportedActivityStreamModes === "") {
|
|
18223
18237
|
contents.SupportedActivityStreamModes = [];
|
|
18224
18238
|
}
|
|
18225
|
-
if (output["SupportedActivityStreamModes"] !== undefined &&
|
|
18239
|
+
else if (output["SupportedActivityStreamModes"] !== undefined &&
|
|
18226
18240
|
output["SupportedActivityStreamModes"]["member"] !== undefined) {
|
|
18227
18241
|
contents.SupportedActivityStreamModes = deserializeAws_queryActivityStreamModeList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedActivityStreamModes"]["member"]), context);
|
|
18228
18242
|
}
|
|
@@ -18235,7 +18249,7 @@ const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
|
18235
18249
|
if (output.SupportedNetworkTypes === "") {
|
|
18236
18250
|
contents.SupportedNetworkTypes = [];
|
|
18237
18251
|
}
|
|
18238
|
-
if (output["SupportedNetworkTypes"] !== undefined && output["SupportedNetworkTypes"]["member"] !== undefined) {
|
|
18252
|
+
else if (output["SupportedNetworkTypes"] !== undefined && output["SupportedNetworkTypes"]["member"] !== undefined) {
|
|
18239
18253
|
contents.SupportedNetworkTypes = deserializeAws_queryStringList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedNetworkTypes"]["member"]), context);
|
|
18240
18254
|
}
|
|
18241
18255
|
return contents;
|
|
@@ -18258,7 +18272,7 @@ const deserializeAws_queryOrderableDBInstanceOptionsMessage = (output, context)
|
|
|
18258
18272
|
if (output.OrderableDBInstanceOptions === "") {
|
|
18259
18273
|
contents.OrderableDBInstanceOptions = [];
|
|
18260
18274
|
}
|
|
18261
|
-
if (output["OrderableDBInstanceOptions"] !== undefined &&
|
|
18275
|
+
else if (output["OrderableDBInstanceOptions"] !== undefined &&
|
|
18262
18276
|
output["OrderableDBInstanceOptions"]["OrderableDBInstanceOption"] !== undefined) {
|
|
18263
18277
|
contents.OrderableDBInstanceOptions = deserializeAws_queryOrderableDBInstanceOptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["OrderableDBInstanceOptions"]["OrderableDBInstanceOption"]), context);
|
|
18264
18278
|
}
|
|
@@ -18323,7 +18337,7 @@ const deserializeAws_queryParameter = (output, context) => {
|
|
|
18323
18337
|
if (output.SupportedEngineModes === "") {
|
|
18324
18338
|
contents.SupportedEngineModes = [];
|
|
18325
18339
|
}
|
|
18326
|
-
if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
18340
|
+
else if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
18327
18341
|
contents.SupportedEngineModes = deserializeAws_queryEngineModeList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedEngineModes"]["member"]), context);
|
|
18328
18342
|
}
|
|
18329
18343
|
return contents;
|
|
@@ -18346,13 +18360,13 @@ const deserializeAws_queryPendingCloudwatchLogsExports = (output, context) => {
|
|
|
18346
18360
|
if (output.LogTypesToEnable === "") {
|
|
18347
18361
|
contents.LogTypesToEnable = [];
|
|
18348
18362
|
}
|
|
18349
|
-
if (output["LogTypesToEnable"] !== undefined && output["LogTypesToEnable"]["member"] !== undefined) {
|
|
18363
|
+
else if (output["LogTypesToEnable"] !== undefined && output["LogTypesToEnable"]["member"] !== undefined) {
|
|
18350
18364
|
contents.LogTypesToEnable = deserializeAws_queryLogTypeList((0, smithy_client_1.getArrayIfSingleItem)(output["LogTypesToEnable"]["member"]), context);
|
|
18351
18365
|
}
|
|
18352
18366
|
if (output.LogTypesToDisable === "") {
|
|
18353
18367
|
contents.LogTypesToDisable = [];
|
|
18354
18368
|
}
|
|
18355
|
-
if (output["LogTypesToDisable"] !== undefined && output["LogTypesToDisable"]["member"] !== undefined) {
|
|
18369
|
+
else if (output["LogTypesToDisable"] !== undefined && output["LogTypesToDisable"]["member"] !== undefined) {
|
|
18356
18370
|
contents.LogTypesToDisable = deserializeAws_queryLogTypeList((0, smithy_client_1.getArrayIfSingleItem)(output["LogTypesToDisable"]["member"]), context);
|
|
18357
18371
|
}
|
|
18358
18372
|
return contents;
|
|
@@ -18414,7 +18428,7 @@ const deserializeAws_queryPendingMaintenanceActionsMessage = (output, context) =
|
|
|
18414
18428
|
if (output.PendingMaintenanceActions === "") {
|
|
18415
18429
|
contents.PendingMaintenanceActions = [];
|
|
18416
18430
|
}
|
|
18417
|
-
if (output["PendingMaintenanceActions"] !== undefined &&
|
|
18431
|
+
else if (output["PendingMaintenanceActions"] !== undefined &&
|
|
18418
18432
|
output["PendingMaintenanceActions"]["ResourcePendingMaintenanceActions"] !== undefined) {
|
|
18419
18433
|
contents.PendingMaintenanceActions = deserializeAws_queryPendingMaintenanceActions((0, smithy_client_1.getArrayIfSingleItem)(output["PendingMaintenanceActions"]["ResourcePendingMaintenanceActions"]), context);
|
|
18420
18434
|
}
|
|
@@ -18489,7 +18503,8 @@ const deserializeAws_queryPendingModifiedValues = (output, context) => {
|
|
|
18489
18503
|
if (output.ProcessorFeatures === "") {
|
|
18490
18504
|
contents.ProcessorFeatures = [];
|
|
18491
18505
|
}
|
|
18492
|
-
if (output["ProcessorFeatures"] !== undefined &&
|
|
18506
|
+
else if (output["ProcessorFeatures"] !== undefined &&
|
|
18507
|
+
output["ProcessorFeatures"]["ProcessorFeature"] !== undefined) {
|
|
18493
18508
|
contents.ProcessorFeatures = deserializeAws_queryProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["ProcessorFeatures"]["ProcessorFeature"]), context);
|
|
18494
18509
|
}
|
|
18495
18510
|
if (output["IAMDatabaseAuthenticationEnabled"] !== undefined) {
|
|
@@ -18686,7 +18701,7 @@ const deserializeAws_queryRegisterDBProxyTargetsResponse = (output, context) =>
|
|
|
18686
18701
|
if (output.DBProxyTargets === "") {
|
|
18687
18702
|
contents.DBProxyTargets = [];
|
|
18688
18703
|
}
|
|
18689
|
-
if (output["DBProxyTargets"] !== undefined && output["DBProxyTargets"]["member"] !== undefined) {
|
|
18704
|
+
else if (output["DBProxyTargets"] !== undefined && output["DBProxyTargets"]["member"] !== undefined) {
|
|
18690
18705
|
contents.DBProxyTargets = deserializeAws_queryTargetList((0, smithy_client_1.getArrayIfSingleItem)(output["DBProxyTargets"]["member"]), context);
|
|
18691
18706
|
}
|
|
18692
18707
|
return contents;
|
|
@@ -18770,7 +18785,7 @@ const deserializeAws_queryReservedDBInstance = (output, context) => {
|
|
|
18770
18785
|
if (output.RecurringCharges === "") {
|
|
18771
18786
|
contents.RecurringCharges = [];
|
|
18772
18787
|
}
|
|
18773
|
-
if (output["RecurringCharges"] !== undefined && output["RecurringCharges"]["RecurringCharge"] !== undefined) {
|
|
18788
|
+
else if (output["RecurringCharges"] !== undefined && output["RecurringCharges"]["RecurringCharge"] !== undefined) {
|
|
18774
18789
|
contents.RecurringCharges = deserializeAws_queryRecurringChargeList((0, smithy_client_1.getArrayIfSingleItem)(output["RecurringCharges"]["RecurringCharge"]), context);
|
|
18775
18790
|
}
|
|
18776
18791
|
if (output["ReservedDBInstanceArn"] !== undefined) {
|
|
@@ -18811,7 +18826,7 @@ const deserializeAws_queryReservedDBInstanceMessage = (output, context) => {
|
|
|
18811
18826
|
if (output.ReservedDBInstances === "") {
|
|
18812
18827
|
contents.ReservedDBInstances = [];
|
|
18813
18828
|
}
|
|
18814
|
-
if (output["ReservedDBInstances"] !== undefined &&
|
|
18829
|
+
else if (output["ReservedDBInstances"] !== undefined &&
|
|
18815
18830
|
output["ReservedDBInstances"]["ReservedDBInstance"] !== undefined) {
|
|
18816
18831
|
contents.ReservedDBInstances = deserializeAws_queryReservedDBInstanceList((0, smithy_client_1.getArrayIfSingleItem)(output["ReservedDBInstances"]["ReservedDBInstance"]), context);
|
|
18817
18832
|
}
|
|
@@ -18878,7 +18893,7 @@ const deserializeAws_queryReservedDBInstancesOffering = (output, context) => {
|
|
|
18878
18893
|
if (output.RecurringCharges === "") {
|
|
18879
18894
|
contents.RecurringCharges = [];
|
|
18880
18895
|
}
|
|
18881
|
-
if (output["RecurringCharges"] !== undefined && output["RecurringCharges"]["RecurringCharge"] !== undefined) {
|
|
18896
|
+
else if (output["RecurringCharges"] !== undefined && output["RecurringCharges"]["RecurringCharge"] !== undefined) {
|
|
18882
18897
|
contents.RecurringCharges = deserializeAws_queryRecurringChargeList((0, smithy_client_1.getArrayIfSingleItem)(output["RecurringCharges"]["RecurringCharge"]), context);
|
|
18883
18898
|
}
|
|
18884
18899
|
return contents;
|
|
@@ -18904,7 +18919,7 @@ const deserializeAws_queryReservedDBInstancesOfferingMessage = (output, context)
|
|
|
18904
18919
|
if (output.ReservedDBInstancesOfferings === "") {
|
|
18905
18920
|
contents.ReservedDBInstancesOfferings = [];
|
|
18906
18921
|
}
|
|
18907
|
-
if (output["ReservedDBInstancesOfferings"] !== undefined &&
|
|
18922
|
+
else if (output["ReservedDBInstancesOfferings"] !== undefined &&
|
|
18908
18923
|
output["ReservedDBInstancesOfferings"]["ReservedDBInstancesOffering"] !== undefined) {
|
|
18909
18924
|
contents.ReservedDBInstancesOfferings = deserializeAws_queryReservedDBInstancesOfferingList((0, smithy_client_1.getArrayIfSingleItem)(output["ReservedDBInstancesOfferings"]["ReservedDBInstancesOffering"]), context);
|
|
18910
18925
|
}
|
|
@@ -18939,7 +18954,7 @@ const deserializeAws_queryResourcePendingMaintenanceActions = (output, context)
|
|
|
18939
18954
|
if (output.PendingMaintenanceActionDetails === "") {
|
|
18940
18955
|
contents.PendingMaintenanceActionDetails = [];
|
|
18941
18956
|
}
|
|
18942
|
-
if (output["PendingMaintenanceActionDetails"] !== undefined &&
|
|
18957
|
+
else if (output["PendingMaintenanceActionDetails"] !== undefined &&
|
|
18943
18958
|
output["PendingMaintenanceActionDetails"]["PendingMaintenanceAction"] !== undefined) {
|
|
18944
18959
|
contents.PendingMaintenanceActionDetails = deserializeAws_queryPendingMaintenanceActionDetails((0, smithy_client_1.getArrayIfSingleItem)(output["PendingMaintenanceActionDetails"]["PendingMaintenanceAction"]), context);
|
|
18945
18960
|
}
|
|
@@ -19169,7 +19184,7 @@ const deserializeAws_querySourceRegionMessage = (output, context) => {
|
|
|
19169
19184
|
if (output.SourceRegions === "") {
|
|
19170
19185
|
contents.SourceRegions = [];
|
|
19171
19186
|
}
|
|
19172
|
-
if (output["SourceRegions"] !== undefined && output["SourceRegions"]["SourceRegion"] !== undefined) {
|
|
19187
|
+
else if (output["SourceRegions"] !== undefined && output["SourceRegions"]["SourceRegion"] !== undefined) {
|
|
19173
19188
|
contents.SourceRegions = deserializeAws_querySourceRegionList((0, smithy_client_1.getArrayIfSingleItem)(output["SourceRegions"]["SourceRegion"]), context);
|
|
19174
19189
|
}
|
|
19175
19190
|
return contents;
|
|
@@ -19419,7 +19434,7 @@ const deserializeAws_queryTagListMessage = (output, context) => {
|
|
|
19419
19434
|
if (output.TagList === "") {
|
|
19420
19435
|
contents.TagList = [];
|
|
19421
19436
|
}
|
|
19422
|
-
if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
19437
|
+
else if (output["TagList"] !== undefined && output["TagList"]["Tag"] !== undefined) {
|
|
19423
19438
|
contents.TagList = deserializeAws_queryTagList((0, smithy_client_1.getArrayIfSingleItem)(output["TagList"]["Tag"]), context);
|
|
19424
19439
|
}
|
|
19425
19440
|
return contents;
|
|
@@ -19500,7 +19515,7 @@ const deserializeAws_queryUpgradeTarget = (output, context) => {
|
|
|
19500
19515
|
if (output.SupportedEngineModes === "") {
|
|
19501
19516
|
contents.SupportedEngineModes = [];
|
|
19502
19517
|
}
|
|
19503
|
-
if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
19518
|
+
else if (output["SupportedEngineModes"] !== undefined && output["SupportedEngineModes"]["member"] !== undefined) {
|
|
19504
19519
|
contents.SupportedEngineModes = deserializeAws_queryEngineModeList((0, smithy_client_1.getArrayIfSingleItem)(output["SupportedEngineModes"]["member"]), context);
|
|
19505
19520
|
}
|
|
19506
19521
|
if (output["SupportsParallelQuery"] !== undefined) {
|
|
@@ -19557,13 +19572,13 @@ const deserializeAws_queryValidDBInstanceModificationsMessage = (output, context
|
|
|
19557
19572
|
if (output.Storage === "") {
|
|
19558
19573
|
contents.Storage = [];
|
|
19559
19574
|
}
|
|
19560
|
-
if (output["Storage"] !== undefined && output["Storage"]["ValidStorageOptions"] !== undefined) {
|
|
19575
|
+
else if (output["Storage"] !== undefined && output["Storage"]["ValidStorageOptions"] !== undefined) {
|
|
19561
19576
|
contents.Storage = deserializeAws_queryValidStorageOptionsList((0, smithy_client_1.getArrayIfSingleItem)(output["Storage"]["ValidStorageOptions"]), context);
|
|
19562
19577
|
}
|
|
19563
19578
|
if (output.ValidProcessorFeatures === "") {
|
|
19564
19579
|
contents.ValidProcessorFeatures = [];
|
|
19565
19580
|
}
|
|
19566
|
-
if (output["ValidProcessorFeatures"] !== undefined &&
|
|
19581
|
+
else if (output["ValidProcessorFeatures"] !== undefined &&
|
|
19567
19582
|
output["ValidProcessorFeatures"]["AvailableProcessorFeature"] !== undefined) {
|
|
19568
19583
|
contents.ValidProcessorFeatures = deserializeAws_queryAvailableProcessorFeatureList((0, smithy_client_1.getArrayIfSingleItem)(output["ValidProcessorFeatures"]["AvailableProcessorFeature"]), context);
|
|
19569
19584
|
}
|
|
@@ -19583,19 +19598,19 @@ const deserializeAws_queryValidStorageOptions = (output, context) => {
|
|
|
19583
19598
|
if (output.StorageSize === "") {
|
|
19584
19599
|
contents.StorageSize = [];
|
|
19585
19600
|
}
|
|
19586
|
-
if (output["StorageSize"] !== undefined && output["StorageSize"]["Range"] !== undefined) {
|
|
19601
|
+
else if (output["StorageSize"] !== undefined && output["StorageSize"]["Range"] !== undefined) {
|
|
19587
19602
|
contents.StorageSize = deserializeAws_queryRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["StorageSize"]["Range"]), context);
|
|
19588
19603
|
}
|
|
19589
19604
|
if (output.ProvisionedIops === "") {
|
|
19590
19605
|
contents.ProvisionedIops = [];
|
|
19591
19606
|
}
|
|
19592
|
-
if (output["ProvisionedIops"] !== undefined && output["ProvisionedIops"]["Range"] !== undefined) {
|
|
19607
|
+
else if (output["ProvisionedIops"] !== undefined && output["ProvisionedIops"]["Range"] !== undefined) {
|
|
19593
19608
|
contents.ProvisionedIops = deserializeAws_queryRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["ProvisionedIops"]["Range"]), context);
|
|
19594
19609
|
}
|
|
19595
19610
|
if (output.IopsToStorageRatio === "") {
|
|
19596
19611
|
contents.IopsToStorageRatio = [];
|
|
19597
19612
|
}
|
|
19598
|
-
if (output["IopsToStorageRatio"] !== undefined && output["IopsToStorageRatio"]["DoubleRange"] !== undefined) {
|
|
19613
|
+
else if (output["IopsToStorageRatio"] !== undefined && output["IopsToStorageRatio"]["DoubleRange"] !== undefined) {
|
|
19599
19614
|
contents.IopsToStorageRatio = deserializeAws_queryDoubleRangeList((0, smithy_client_1.getArrayIfSingleItem)(output["IopsToStorageRatio"]["DoubleRange"]), context);
|
|
19600
19615
|
}
|
|
19601
19616
|
if (output["SupportsStorageAutoscaling"] !== undefined) {
|