@aws-sdk/client-rds 3.296.0 → 3.297.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/protocols/Aws_query.js +330 -1672
- package/dist-es/protocols/Aws_query.js +330 -1672
- package/dist-types/RDS.d.ts +142 -0
- package/dist-types/RDSClient.d.ts +24 -4
- package/dist-types/commands/AddRoleToDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/AddRoleToDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/AddSourceIdentifierToSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +16 -0
- package/dist-types/commands/ApplyPendingMaintenanceActionCommand.d.ts +16 -0
- package/dist-types/commands/AuthorizeDBSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/BacktrackDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/CancelExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/CopyDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CopyDBParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CopyOptionGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBProxyCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBProxyEndpointCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/CreateDBSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/CreateEventSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/CreateOptionGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteBlueGreenDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBProxyCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBProxyEndpointCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBSecurityGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/DeleteDBSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeleteEventSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/DeleteGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/DeleteOptionGroupCommand.d.ts +16 -0
- package/dist-types/commands/DeregisterDBProxyTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeAccountAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeBlueGreenDeploymentsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterBacktracksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterParameterGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBParameterGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBProxiesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBProxyEndpointsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBProxyTargetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSecurityGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSnapshotAttributesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeDBSubnetGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEngineDefaultClusterParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEngineDefaultParametersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventCategoriesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventSubscriptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeEventsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeExportTasksCommand.d.ts +16 -0
- package/dist-types/commands/DescribeGlobalClustersCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOptionGroupOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOptionGroupsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribePendingMaintenanceActionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedDBInstancesCommand.d.ts +16 -0
- package/dist-types/commands/DescribeReservedDBInstancesOfferingsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeSourceRegionsCommand.d.ts +16 -0
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +16 -0
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +16 -0
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/FailoverGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyActivityStreamCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCertificatesCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCurrentDBClusterCapacityCommand.d.ts +16 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBClusterSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBProxyCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBProxyEndpointCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBProxyTargetGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBSnapshotAttributeCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +16 -0
- package/dist-types/commands/ModifyEventSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/ModifyOptionGroupCommand.d.ts +16 -0
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +16 -0
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/PurchaseReservedDBInstancesOfferingCommand.d.ts +16 -0
- package/dist-types/commands/RebootDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +16 -0
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRoleFromDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/RemoveRoleFromDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/RemoveSourceIdentifierFromSubscriptionCommand.d.ts +16 -0
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +16 -0
- package/dist-types/commands/ResetDBClusterParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/ResetDBParameterGroupCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +16 -0
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +16 -0
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +16 -0
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +16 -0
- package/dist-types/commands/RevokeDBSecurityGroupIngressCommand.d.ts +16 -0
- package/dist-types/commands/StartActivityStreamCommand.d.ts +16 -0
- package/dist-types/commands/StartDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +16 -0
- package/dist-types/commands/StartDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/StartExportTaskCommand.d.ts +16 -0
- package/dist-types/commands/StopActivityStreamCommand.d.ts +16 -0
- package/dist-types/commands/StopDBClusterCommand.d.ts +16 -0
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +16 -0
- package/dist-types/commands/StopDBInstanceCommand.d.ts +16 -0
- package/dist-types/commands/SwitchoverBlueGreenDeploymentCommand.d.ts +16 -0
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +16 -0
- package/dist-types/models/RDSServiceException.d.ts +2 -0
- package/dist-types/models/models_0.d.ts +452 -2
- package/dist-types/models/models_1.d.ts +392 -0
- package/dist-types/pagination/DescribeBlueGreenDeploymentsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeCertificatesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterBacktracksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterParameterGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClusterSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBEngineVersionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBInstanceAutomatedBackupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBLogFilesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBParameterGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBProxiesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBProxyEndpointsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBProxyTargetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBProxyTargetsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBSecurityGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBSnapshotsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeDBSubnetGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEngineDefaultParametersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventSubscriptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeEventsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeExportTasksPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeGlobalClustersPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOptionGroupOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOptionGroupsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeOrderableDBInstanceOptionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribePendingMaintenanceActionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedDBInstancesOfferingsPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeReservedDBInstancesPaginator.d.ts +3 -0
- package/dist-types/pagination/DescribeSourceRegionsPaginator.d.ts +3 -0
- package/dist-types/pagination/DownloadDBLogFilePortionPaginator.d.ts +3 -0
- package/dist-types/pagination/Interfaces.d.ts +3 -0
- package/package.json +3 -3
|
@@ -13822,9 +13822,7 @@ const serializeAws_queryVpcSecurityGroupIdList = (input, context) => {
|
|
|
13822
13822
|
return entries;
|
|
13823
13823
|
};
|
|
13824
13824
|
const deserializeAws_queryAccountAttributesMessage = (output, context) => {
|
|
13825
|
-
const contents = {
|
|
13826
|
-
AccountQuotas: undefined,
|
|
13827
|
-
};
|
|
13825
|
+
const contents = {};
|
|
13828
13826
|
if (output.AccountQuotas === "") {
|
|
13829
13827
|
contents.AccountQuotas = [];
|
|
13830
13828
|
}
|
|
@@ -13834,11 +13832,7 @@ const deserializeAws_queryAccountAttributesMessage = (output, context) => {
|
|
|
13834
13832
|
return contents;
|
|
13835
13833
|
};
|
|
13836
13834
|
const deserializeAws_queryAccountQuota = (output, context) => {
|
|
13837
|
-
const contents = {
|
|
13838
|
-
AccountQuotaName: undefined,
|
|
13839
|
-
Used: undefined,
|
|
13840
|
-
Max: undefined,
|
|
13841
|
-
};
|
|
13835
|
+
const contents = {};
|
|
13842
13836
|
if (output["AccountQuotaName"] !== undefined) {
|
|
13843
13837
|
contents.AccountQuotaName = (0, smithy_client_1.expectString)(output["AccountQuotaName"]);
|
|
13844
13838
|
}
|
|
@@ -13865,18 +13859,14 @@ const deserializeAws_queryActivityStreamModeList = (output, context) => {
|
|
|
13865
13859
|
});
|
|
13866
13860
|
};
|
|
13867
13861
|
const deserializeAws_queryAddSourceIdentifierToSubscriptionResult = (output, context) => {
|
|
13868
|
-
const contents = {
|
|
13869
|
-
EventSubscription: undefined,
|
|
13870
|
-
};
|
|
13862
|
+
const contents = {};
|
|
13871
13863
|
if (output["EventSubscription"] !== undefined) {
|
|
13872
13864
|
contents.EventSubscription = deserializeAws_queryEventSubscription(output["EventSubscription"], context);
|
|
13873
13865
|
}
|
|
13874
13866
|
return contents;
|
|
13875
13867
|
};
|
|
13876
13868
|
const deserializeAws_queryApplyPendingMaintenanceActionResult = (output, context) => {
|
|
13877
|
-
const contents = {
|
|
13878
|
-
ResourcePendingMaintenanceActions: undefined,
|
|
13879
|
-
};
|
|
13869
|
+
const contents = {};
|
|
13880
13870
|
if (output["ResourcePendingMaintenanceActions"] !== undefined) {
|
|
13881
13871
|
contents.ResourcePendingMaintenanceActions = deserializeAws_queryResourcePendingMaintenanceActions(output["ResourcePendingMaintenanceActions"], context);
|
|
13882
13872
|
}
|
|
@@ -13890,45 +13880,35 @@ const deserializeAws_queryAttributeValueList = (output, context) => {
|
|
|
13890
13880
|
});
|
|
13891
13881
|
};
|
|
13892
13882
|
const deserializeAws_queryAuthorizationAlreadyExistsFault = (output, context) => {
|
|
13893
|
-
const contents = {
|
|
13894
|
-
message: undefined,
|
|
13895
|
-
};
|
|
13883
|
+
const contents = {};
|
|
13896
13884
|
if (output["message"] !== undefined) {
|
|
13897
13885
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
13898
13886
|
}
|
|
13899
13887
|
return contents;
|
|
13900
13888
|
};
|
|
13901
13889
|
const deserializeAws_queryAuthorizationNotFoundFault = (output, context) => {
|
|
13902
|
-
const contents = {
|
|
13903
|
-
message: undefined,
|
|
13904
|
-
};
|
|
13890
|
+
const contents = {};
|
|
13905
13891
|
if (output["message"] !== undefined) {
|
|
13906
13892
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
13907
13893
|
}
|
|
13908
13894
|
return contents;
|
|
13909
13895
|
};
|
|
13910
13896
|
const deserializeAws_queryAuthorizationQuotaExceededFault = (output, context) => {
|
|
13911
|
-
const contents = {
|
|
13912
|
-
message: undefined,
|
|
13913
|
-
};
|
|
13897
|
+
const contents = {};
|
|
13914
13898
|
if (output["message"] !== undefined) {
|
|
13915
13899
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
13916
13900
|
}
|
|
13917
13901
|
return contents;
|
|
13918
13902
|
};
|
|
13919
13903
|
const deserializeAws_queryAuthorizeDBSecurityGroupIngressResult = (output, context) => {
|
|
13920
|
-
const contents = {
|
|
13921
|
-
DBSecurityGroup: undefined,
|
|
13922
|
-
};
|
|
13904
|
+
const contents = {};
|
|
13923
13905
|
if (output["DBSecurityGroup"] !== undefined) {
|
|
13924
13906
|
contents.DBSecurityGroup = deserializeAws_queryDBSecurityGroup(output["DBSecurityGroup"], context);
|
|
13925
13907
|
}
|
|
13926
13908
|
return contents;
|
|
13927
13909
|
};
|
|
13928
13910
|
const deserializeAws_queryAvailabilityZone = (output, context) => {
|
|
13929
|
-
const contents = {
|
|
13930
|
-
Name: undefined,
|
|
13931
|
-
};
|
|
13911
|
+
const contents = {};
|
|
13932
13912
|
if (output["Name"] !== undefined) {
|
|
13933
13913
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
13934
13914
|
}
|
|
@@ -13949,11 +13929,7 @@ const deserializeAws_queryAvailabilityZones = (output, context) => {
|
|
|
13949
13929
|
});
|
|
13950
13930
|
};
|
|
13951
13931
|
const deserializeAws_queryAvailableProcessorFeature = (output, context) => {
|
|
13952
|
-
const contents = {
|
|
13953
|
-
Name: undefined,
|
|
13954
|
-
DefaultValue: undefined,
|
|
13955
|
-
AllowedValues: undefined,
|
|
13956
|
-
};
|
|
13932
|
+
const contents = {};
|
|
13957
13933
|
if (output["Name"] !== undefined) {
|
|
13958
13934
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
13959
13935
|
}
|
|
@@ -13973,28 +13949,14 @@ const deserializeAws_queryAvailableProcessorFeatureList = (output, context) => {
|
|
|
13973
13949
|
});
|
|
13974
13950
|
};
|
|
13975
13951
|
const deserializeAws_queryBackupPolicyNotFoundFault = (output, context) => {
|
|
13976
|
-
const contents = {
|
|
13977
|
-
message: undefined,
|
|
13978
|
-
};
|
|
13952
|
+
const contents = {};
|
|
13979
13953
|
if (output["message"] !== undefined) {
|
|
13980
13954
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
13981
13955
|
}
|
|
13982
13956
|
return contents;
|
|
13983
13957
|
};
|
|
13984
13958
|
const deserializeAws_queryBlueGreenDeployment = (output, context) => {
|
|
13985
|
-
const contents = {
|
|
13986
|
-
BlueGreenDeploymentIdentifier: undefined,
|
|
13987
|
-
BlueGreenDeploymentName: undefined,
|
|
13988
|
-
Source: undefined,
|
|
13989
|
-
Target: undefined,
|
|
13990
|
-
SwitchoverDetails: undefined,
|
|
13991
|
-
Tasks: undefined,
|
|
13992
|
-
Status: undefined,
|
|
13993
|
-
StatusDetails: undefined,
|
|
13994
|
-
CreateTime: undefined,
|
|
13995
|
-
DeleteTime: undefined,
|
|
13996
|
-
TagList: undefined,
|
|
13997
|
-
};
|
|
13959
|
+
const contents = {};
|
|
13998
13960
|
if (output["BlueGreenDeploymentIdentifier"] !== undefined) {
|
|
13999
13961
|
contents.BlueGreenDeploymentIdentifier = (0, smithy_client_1.expectString)(output["BlueGreenDeploymentIdentifier"]);
|
|
14000
13962
|
}
|
|
@@ -14040,9 +14002,7 @@ const deserializeAws_queryBlueGreenDeployment = (output, context) => {
|
|
|
14040
14002
|
return contents;
|
|
14041
14003
|
};
|
|
14042
14004
|
const deserializeAws_queryBlueGreenDeploymentAlreadyExistsFault = (output, context) => {
|
|
14043
|
-
const contents = {
|
|
14044
|
-
message: undefined,
|
|
14045
|
-
};
|
|
14005
|
+
const contents = {};
|
|
14046
14006
|
if (output["message"] !== undefined) {
|
|
14047
14007
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14048
14008
|
}
|
|
@@ -14056,19 +14016,14 @@ const deserializeAws_queryBlueGreenDeploymentList = (output, context) => {
|
|
|
14056
14016
|
});
|
|
14057
14017
|
};
|
|
14058
14018
|
const deserializeAws_queryBlueGreenDeploymentNotFoundFault = (output, context) => {
|
|
14059
|
-
const contents = {
|
|
14060
|
-
message: undefined,
|
|
14061
|
-
};
|
|
14019
|
+
const contents = {};
|
|
14062
14020
|
if (output["message"] !== undefined) {
|
|
14063
14021
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14064
14022
|
}
|
|
14065
14023
|
return contents;
|
|
14066
14024
|
};
|
|
14067
14025
|
const deserializeAws_queryBlueGreenDeploymentTask = (output, context) => {
|
|
14068
|
-
const contents = {
|
|
14069
|
-
Name: undefined,
|
|
14070
|
-
Status: undefined,
|
|
14071
|
-
};
|
|
14026
|
+
const contents = {};
|
|
14072
14027
|
if (output["Name"] !== undefined) {
|
|
14073
14028
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
14074
14029
|
}
|
|
@@ -14092,16 +14047,7 @@ const deserializeAws_queryCACertificateIdentifiersList = (output, context) => {
|
|
|
14092
14047
|
});
|
|
14093
14048
|
};
|
|
14094
14049
|
const deserializeAws_queryCertificate = (output, context) => {
|
|
14095
|
-
const contents = {
|
|
14096
|
-
CertificateIdentifier: undefined,
|
|
14097
|
-
CertificateType: undefined,
|
|
14098
|
-
Thumbprint: undefined,
|
|
14099
|
-
ValidFrom: undefined,
|
|
14100
|
-
ValidTill: undefined,
|
|
14101
|
-
CertificateArn: undefined,
|
|
14102
|
-
CustomerOverride: undefined,
|
|
14103
|
-
CustomerOverrideValidTill: undefined,
|
|
14104
|
-
};
|
|
14050
|
+
const contents = {};
|
|
14105
14051
|
if (output["CertificateIdentifier"] !== undefined) {
|
|
14106
14052
|
contents.CertificateIdentifier = (0, smithy_client_1.expectString)(output["CertificateIdentifier"]);
|
|
14107
14053
|
}
|
|
@@ -14129,10 +14075,7 @@ const deserializeAws_queryCertificate = (output, context) => {
|
|
|
14129
14075
|
return contents;
|
|
14130
14076
|
};
|
|
14131
14077
|
const deserializeAws_queryCertificateDetails = (output, context) => {
|
|
14132
|
-
const contents = {
|
|
14133
|
-
CAIdentifier: undefined,
|
|
14134
|
-
ValidTill: undefined,
|
|
14135
|
-
};
|
|
14078
|
+
const contents = {};
|
|
14136
14079
|
if (output["CAIdentifier"] !== undefined) {
|
|
14137
14080
|
contents.CAIdentifier = (0, smithy_client_1.expectString)(output["CAIdentifier"]);
|
|
14138
14081
|
}
|
|
@@ -14149,10 +14092,7 @@ const deserializeAws_queryCertificateList = (output, context) => {
|
|
|
14149
14092
|
});
|
|
14150
14093
|
};
|
|
14151
14094
|
const deserializeAws_queryCertificateMessage = (output, context) => {
|
|
14152
|
-
const contents = {
|
|
14153
|
-
Certificates: undefined,
|
|
14154
|
-
Marker: undefined,
|
|
14155
|
-
};
|
|
14095
|
+
const contents = {};
|
|
14156
14096
|
if (output.Certificates === "") {
|
|
14157
14097
|
contents.Certificates = [];
|
|
14158
14098
|
}
|
|
@@ -14165,19 +14105,14 @@ const deserializeAws_queryCertificateMessage = (output, context) => {
|
|
|
14165
14105
|
return contents;
|
|
14166
14106
|
};
|
|
14167
14107
|
const deserializeAws_queryCertificateNotFoundFault = (output, context) => {
|
|
14168
|
-
const contents = {
|
|
14169
|
-
message: undefined,
|
|
14170
|
-
};
|
|
14108
|
+
const contents = {};
|
|
14171
14109
|
if (output["message"] !== undefined) {
|
|
14172
14110
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14173
14111
|
}
|
|
14174
14112
|
return contents;
|
|
14175
14113
|
};
|
|
14176
14114
|
const deserializeAws_queryCharacterSet = (output, context) => {
|
|
14177
|
-
const contents = {
|
|
14178
|
-
CharacterSetName: undefined,
|
|
14179
|
-
CharacterSetDescription: undefined,
|
|
14180
|
-
};
|
|
14115
|
+
const contents = {};
|
|
14181
14116
|
if (output["CharacterSetName"] !== undefined) {
|
|
14182
14117
|
contents.CharacterSetName = (0, smithy_client_1.expectString)(output["CharacterSetName"]);
|
|
14183
14118
|
}
|
|
@@ -14187,16 +14122,7 @@ const deserializeAws_queryCharacterSet = (output, context) => {
|
|
|
14187
14122
|
return contents;
|
|
14188
14123
|
};
|
|
14189
14124
|
const deserializeAws_queryClusterPendingModifiedValues = (output, context) => {
|
|
14190
|
-
const contents = {
|
|
14191
|
-
PendingCloudwatchLogsExports: undefined,
|
|
14192
|
-
DBClusterIdentifier: undefined,
|
|
14193
|
-
MasterUserPassword: undefined,
|
|
14194
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
14195
|
-
EngineVersion: undefined,
|
|
14196
|
-
BackupRetentionPeriod: undefined,
|
|
14197
|
-
AllocatedStorage: undefined,
|
|
14198
|
-
Iops: undefined,
|
|
14199
|
-
};
|
|
14125
|
+
const contents = {};
|
|
14200
14126
|
if (output["PendingCloudwatchLogsExports"] !== undefined) {
|
|
14201
14127
|
contents.PendingCloudwatchLogsExports = deserializeAws_queryPendingCloudwatchLogsExports(output["PendingCloudwatchLogsExports"], context);
|
|
14202
14128
|
}
|
|
@@ -14224,13 +14150,7 @@ const deserializeAws_queryClusterPendingModifiedValues = (output, context) => {
|
|
|
14224
14150
|
return contents;
|
|
14225
14151
|
};
|
|
14226
14152
|
const deserializeAws_queryConnectionPoolConfigurationInfo = (output, context) => {
|
|
14227
|
-
const contents = {
|
|
14228
|
-
MaxConnectionsPercent: undefined,
|
|
14229
|
-
MaxIdleConnectionsPercent: undefined,
|
|
14230
|
-
ConnectionBorrowTimeout: undefined,
|
|
14231
|
-
SessionPinningFilters: undefined,
|
|
14232
|
-
InitQuery: undefined,
|
|
14233
|
-
};
|
|
14153
|
+
const contents = {};
|
|
14234
14154
|
if (output["MaxConnectionsPercent"] !== undefined) {
|
|
14235
14155
|
contents.MaxConnectionsPercent = (0, smithy_client_1.strictParseInt32)(output["MaxConnectionsPercent"]);
|
|
14236
14156
|
}
|
|
@@ -14252,208 +14172,161 @@ const deserializeAws_queryConnectionPoolConfigurationInfo = (output, context) =>
|
|
|
14252
14172
|
return contents;
|
|
14253
14173
|
};
|
|
14254
14174
|
const deserializeAws_queryCopyDBClusterParameterGroupResult = (output, context) => {
|
|
14255
|
-
const contents = {
|
|
14256
|
-
DBClusterParameterGroup: undefined,
|
|
14257
|
-
};
|
|
14175
|
+
const contents = {};
|
|
14258
14176
|
if (output["DBClusterParameterGroup"] !== undefined) {
|
|
14259
14177
|
contents.DBClusterParameterGroup = deserializeAws_queryDBClusterParameterGroup(output["DBClusterParameterGroup"], context);
|
|
14260
14178
|
}
|
|
14261
14179
|
return contents;
|
|
14262
14180
|
};
|
|
14263
14181
|
const deserializeAws_queryCopyDBClusterSnapshotResult = (output, context) => {
|
|
14264
|
-
const contents = {
|
|
14265
|
-
DBClusterSnapshot: undefined,
|
|
14266
|
-
};
|
|
14182
|
+
const contents = {};
|
|
14267
14183
|
if (output["DBClusterSnapshot"] !== undefined) {
|
|
14268
14184
|
contents.DBClusterSnapshot = deserializeAws_queryDBClusterSnapshot(output["DBClusterSnapshot"], context);
|
|
14269
14185
|
}
|
|
14270
14186
|
return contents;
|
|
14271
14187
|
};
|
|
14272
14188
|
const deserializeAws_queryCopyDBParameterGroupResult = (output, context) => {
|
|
14273
|
-
const contents = {
|
|
14274
|
-
DBParameterGroup: undefined,
|
|
14275
|
-
};
|
|
14189
|
+
const contents = {};
|
|
14276
14190
|
if (output["DBParameterGroup"] !== undefined) {
|
|
14277
14191
|
contents.DBParameterGroup = deserializeAws_queryDBParameterGroup(output["DBParameterGroup"], context);
|
|
14278
14192
|
}
|
|
14279
14193
|
return contents;
|
|
14280
14194
|
};
|
|
14281
14195
|
const deserializeAws_queryCopyDBSnapshotResult = (output, context) => {
|
|
14282
|
-
const contents = {
|
|
14283
|
-
DBSnapshot: undefined,
|
|
14284
|
-
};
|
|
14196
|
+
const contents = {};
|
|
14285
14197
|
if (output["DBSnapshot"] !== undefined) {
|
|
14286
14198
|
contents.DBSnapshot = deserializeAws_queryDBSnapshot(output["DBSnapshot"], context);
|
|
14287
14199
|
}
|
|
14288
14200
|
return contents;
|
|
14289
14201
|
};
|
|
14290
14202
|
const deserializeAws_queryCopyOptionGroupResult = (output, context) => {
|
|
14291
|
-
const contents = {
|
|
14292
|
-
OptionGroup: undefined,
|
|
14293
|
-
};
|
|
14203
|
+
const contents = {};
|
|
14294
14204
|
if (output["OptionGroup"] !== undefined) {
|
|
14295
14205
|
contents.OptionGroup = deserializeAws_queryOptionGroup(output["OptionGroup"], context);
|
|
14296
14206
|
}
|
|
14297
14207
|
return contents;
|
|
14298
14208
|
};
|
|
14299
14209
|
const deserializeAws_queryCreateBlueGreenDeploymentResponse = (output, context) => {
|
|
14300
|
-
const contents = {
|
|
14301
|
-
BlueGreenDeployment: undefined,
|
|
14302
|
-
};
|
|
14210
|
+
const contents = {};
|
|
14303
14211
|
if (output["BlueGreenDeployment"] !== undefined) {
|
|
14304
14212
|
contents.BlueGreenDeployment = deserializeAws_queryBlueGreenDeployment(output["BlueGreenDeployment"], context);
|
|
14305
14213
|
}
|
|
14306
14214
|
return contents;
|
|
14307
14215
|
};
|
|
14308
14216
|
const deserializeAws_queryCreateDBClusterParameterGroupResult = (output, context) => {
|
|
14309
|
-
const contents = {
|
|
14310
|
-
DBClusterParameterGroup: undefined,
|
|
14311
|
-
};
|
|
14217
|
+
const contents = {};
|
|
14312
14218
|
if (output["DBClusterParameterGroup"] !== undefined) {
|
|
14313
14219
|
contents.DBClusterParameterGroup = deserializeAws_queryDBClusterParameterGroup(output["DBClusterParameterGroup"], context);
|
|
14314
14220
|
}
|
|
14315
14221
|
return contents;
|
|
14316
14222
|
};
|
|
14317
14223
|
const deserializeAws_queryCreateDBClusterResult = (output, context) => {
|
|
14318
|
-
const contents = {
|
|
14319
|
-
DBCluster: undefined,
|
|
14320
|
-
};
|
|
14224
|
+
const contents = {};
|
|
14321
14225
|
if (output["DBCluster"] !== undefined) {
|
|
14322
14226
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
14323
14227
|
}
|
|
14324
14228
|
return contents;
|
|
14325
14229
|
};
|
|
14326
14230
|
const deserializeAws_queryCreateDBClusterSnapshotResult = (output, context) => {
|
|
14327
|
-
const contents = {
|
|
14328
|
-
DBClusterSnapshot: undefined,
|
|
14329
|
-
};
|
|
14231
|
+
const contents = {};
|
|
14330
14232
|
if (output["DBClusterSnapshot"] !== undefined) {
|
|
14331
14233
|
contents.DBClusterSnapshot = deserializeAws_queryDBClusterSnapshot(output["DBClusterSnapshot"], context);
|
|
14332
14234
|
}
|
|
14333
14235
|
return contents;
|
|
14334
14236
|
};
|
|
14335
14237
|
const deserializeAws_queryCreateDBInstanceReadReplicaResult = (output, context) => {
|
|
14336
|
-
const contents = {
|
|
14337
|
-
DBInstance: undefined,
|
|
14338
|
-
};
|
|
14238
|
+
const contents = {};
|
|
14339
14239
|
if (output["DBInstance"] !== undefined) {
|
|
14340
14240
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
14341
14241
|
}
|
|
14342
14242
|
return contents;
|
|
14343
14243
|
};
|
|
14344
14244
|
const deserializeAws_queryCreateDBInstanceResult = (output, context) => {
|
|
14345
|
-
const contents = {
|
|
14346
|
-
DBInstance: undefined,
|
|
14347
|
-
};
|
|
14245
|
+
const contents = {};
|
|
14348
14246
|
if (output["DBInstance"] !== undefined) {
|
|
14349
14247
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
14350
14248
|
}
|
|
14351
14249
|
return contents;
|
|
14352
14250
|
};
|
|
14353
14251
|
const deserializeAws_queryCreateDBParameterGroupResult = (output, context) => {
|
|
14354
|
-
const contents = {
|
|
14355
|
-
DBParameterGroup: undefined,
|
|
14356
|
-
};
|
|
14252
|
+
const contents = {};
|
|
14357
14253
|
if (output["DBParameterGroup"] !== undefined) {
|
|
14358
14254
|
contents.DBParameterGroup = deserializeAws_queryDBParameterGroup(output["DBParameterGroup"], context);
|
|
14359
14255
|
}
|
|
14360
14256
|
return contents;
|
|
14361
14257
|
};
|
|
14362
14258
|
const deserializeAws_queryCreateDBProxyEndpointResponse = (output, context) => {
|
|
14363
|
-
const contents = {
|
|
14364
|
-
DBProxyEndpoint: undefined,
|
|
14365
|
-
};
|
|
14259
|
+
const contents = {};
|
|
14366
14260
|
if (output["DBProxyEndpoint"] !== undefined) {
|
|
14367
14261
|
contents.DBProxyEndpoint = deserializeAws_queryDBProxyEndpoint(output["DBProxyEndpoint"], context);
|
|
14368
14262
|
}
|
|
14369
14263
|
return contents;
|
|
14370
14264
|
};
|
|
14371
14265
|
const deserializeAws_queryCreateDBProxyResponse = (output, context) => {
|
|
14372
|
-
const contents = {
|
|
14373
|
-
DBProxy: undefined,
|
|
14374
|
-
};
|
|
14266
|
+
const contents = {};
|
|
14375
14267
|
if (output["DBProxy"] !== undefined) {
|
|
14376
14268
|
contents.DBProxy = deserializeAws_queryDBProxy(output["DBProxy"], context);
|
|
14377
14269
|
}
|
|
14378
14270
|
return contents;
|
|
14379
14271
|
};
|
|
14380
14272
|
const deserializeAws_queryCreateDBSecurityGroupResult = (output, context) => {
|
|
14381
|
-
const contents = {
|
|
14382
|
-
DBSecurityGroup: undefined,
|
|
14383
|
-
};
|
|
14273
|
+
const contents = {};
|
|
14384
14274
|
if (output["DBSecurityGroup"] !== undefined) {
|
|
14385
14275
|
contents.DBSecurityGroup = deserializeAws_queryDBSecurityGroup(output["DBSecurityGroup"], context);
|
|
14386
14276
|
}
|
|
14387
14277
|
return contents;
|
|
14388
14278
|
};
|
|
14389
14279
|
const deserializeAws_queryCreateDBSnapshotResult = (output, context) => {
|
|
14390
|
-
const contents = {
|
|
14391
|
-
DBSnapshot: undefined,
|
|
14392
|
-
};
|
|
14280
|
+
const contents = {};
|
|
14393
14281
|
if (output["DBSnapshot"] !== undefined) {
|
|
14394
14282
|
contents.DBSnapshot = deserializeAws_queryDBSnapshot(output["DBSnapshot"], context);
|
|
14395
14283
|
}
|
|
14396
14284
|
return contents;
|
|
14397
14285
|
};
|
|
14398
14286
|
const deserializeAws_queryCreateDBSubnetGroupResult = (output, context) => {
|
|
14399
|
-
const contents = {
|
|
14400
|
-
DBSubnetGroup: undefined,
|
|
14401
|
-
};
|
|
14287
|
+
const contents = {};
|
|
14402
14288
|
if (output["DBSubnetGroup"] !== undefined) {
|
|
14403
14289
|
contents.DBSubnetGroup = deserializeAws_queryDBSubnetGroup(output["DBSubnetGroup"], context);
|
|
14404
14290
|
}
|
|
14405
14291
|
return contents;
|
|
14406
14292
|
};
|
|
14407
14293
|
const deserializeAws_queryCreateEventSubscriptionResult = (output, context) => {
|
|
14408
|
-
const contents = {
|
|
14409
|
-
EventSubscription: undefined,
|
|
14410
|
-
};
|
|
14294
|
+
const contents = {};
|
|
14411
14295
|
if (output["EventSubscription"] !== undefined) {
|
|
14412
14296
|
contents.EventSubscription = deserializeAws_queryEventSubscription(output["EventSubscription"], context);
|
|
14413
14297
|
}
|
|
14414
14298
|
return contents;
|
|
14415
14299
|
};
|
|
14416
14300
|
const deserializeAws_queryCreateGlobalClusterResult = (output, context) => {
|
|
14417
|
-
const contents = {
|
|
14418
|
-
GlobalCluster: undefined,
|
|
14419
|
-
};
|
|
14301
|
+
const contents = {};
|
|
14420
14302
|
if (output["GlobalCluster"] !== undefined) {
|
|
14421
14303
|
contents.GlobalCluster = deserializeAws_queryGlobalCluster(output["GlobalCluster"], context);
|
|
14422
14304
|
}
|
|
14423
14305
|
return contents;
|
|
14424
14306
|
};
|
|
14425
14307
|
const deserializeAws_queryCreateOptionGroupResult = (output, context) => {
|
|
14426
|
-
const contents = {
|
|
14427
|
-
OptionGroup: undefined,
|
|
14428
|
-
};
|
|
14308
|
+
const contents = {};
|
|
14429
14309
|
if (output["OptionGroup"] !== undefined) {
|
|
14430
14310
|
contents.OptionGroup = deserializeAws_queryOptionGroup(output["OptionGroup"], context);
|
|
14431
14311
|
}
|
|
14432
14312
|
return contents;
|
|
14433
14313
|
};
|
|
14434
14314
|
const deserializeAws_queryCustomAvailabilityZoneNotFoundFault = (output, context) => {
|
|
14435
|
-
const contents = {
|
|
14436
|
-
message: undefined,
|
|
14437
|
-
};
|
|
14315
|
+
const contents = {};
|
|
14438
14316
|
if (output["message"] !== undefined) {
|
|
14439
14317
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14440
14318
|
}
|
|
14441
14319
|
return contents;
|
|
14442
14320
|
};
|
|
14443
14321
|
const deserializeAws_queryCustomDBEngineVersionAlreadyExistsFault = (output, context) => {
|
|
14444
|
-
const contents = {
|
|
14445
|
-
message: undefined,
|
|
14446
|
-
};
|
|
14322
|
+
const contents = {};
|
|
14447
14323
|
if (output["message"] !== undefined) {
|
|
14448
14324
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14449
14325
|
}
|
|
14450
14326
|
return contents;
|
|
14451
14327
|
};
|
|
14452
14328
|
const deserializeAws_queryCustomDBEngineVersionAMI = (output, context) => {
|
|
14453
|
-
const contents = {
|
|
14454
|
-
ImageId: undefined,
|
|
14455
|
-
Status: undefined,
|
|
14456
|
-
};
|
|
14329
|
+
const contents = {};
|
|
14457
14330
|
if (output["ImageId"] !== undefined) {
|
|
14458
14331
|
contents.ImageId = (0, smithy_client_1.expectString)(output["ImageId"]);
|
|
14459
14332
|
}
|
|
@@ -14463,97 +14336,21 @@ const deserializeAws_queryCustomDBEngineVersionAMI = (output, context) => {
|
|
|
14463
14336
|
return contents;
|
|
14464
14337
|
};
|
|
14465
14338
|
const deserializeAws_queryCustomDBEngineVersionNotFoundFault = (output, context) => {
|
|
14466
|
-
const contents = {
|
|
14467
|
-
message: undefined,
|
|
14468
|
-
};
|
|
14339
|
+
const contents = {};
|
|
14469
14340
|
if (output["message"] !== undefined) {
|
|
14470
14341
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14471
14342
|
}
|
|
14472
14343
|
return contents;
|
|
14473
14344
|
};
|
|
14474
14345
|
const deserializeAws_queryCustomDBEngineVersionQuotaExceededFault = (output, context) => {
|
|
14475
|
-
const contents = {
|
|
14476
|
-
message: undefined,
|
|
14477
|
-
};
|
|
14346
|
+
const contents = {};
|
|
14478
14347
|
if (output["message"] !== undefined) {
|
|
14479
14348
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14480
14349
|
}
|
|
14481
14350
|
return contents;
|
|
14482
14351
|
};
|
|
14483
14352
|
const deserializeAws_queryDBCluster = (output, context) => {
|
|
14484
|
-
const contents = {
|
|
14485
|
-
AllocatedStorage: undefined,
|
|
14486
|
-
AvailabilityZones: undefined,
|
|
14487
|
-
BackupRetentionPeriod: undefined,
|
|
14488
|
-
CharacterSetName: undefined,
|
|
14489
|
-
DatabaseName: undefined,
|
|
14490
|
-
DBClusterIdentifier: undefined,
|
|
14491
|
-
DBClusterParameterGroup: undefined,
|
|
14492
|
-
DBSubnetGroup: undefined,
|
|
14493
|
-
Status: undefined,
|
|
14494
|
-
AutomaticRestartTime: undefined,
|
|
14495
|
-
PercentProgress: undefined,
|
|
14496
|
-
EarliestRestorableTime: undefined,
|
|
14497
|
-
Endpoint: undefined,
|
|
14498
|
-
ReaderEndpoint: undefined,
|
|
14499
|
-
CustomEndpoints: undefined,
|
|
14500
|
-
MultiAZ: undefined,
|
|
14501
|
-
Engine: undefined,
|
|
14502
|
-
EngineVersion: undefined,
|
|
14503
|
-
LatestRestorableTime: undefined,
|
|
14504
|
-
Port: undefined,
|
|
14505
|
-
MasterUsername: undefined,
|
|
14506
|
-
DBClusterOptionGroupMemberships: undefined,
|
|
14507
|
-
PreferredBackupWindow: undefined,
|
|
14508
|
-
PreferredMaintenanceWindow: undefined,
|
|
14509
|
-
ReplicationSourceIdentifier: undefined,
|
|
14510
|
-
ReadReplicaIdentifiers: undefined,
|
|
14511
|
-
DBClusterMembers: undefined,
|
|
14512
|
-
VpcSecurityGroups: undefined,
|
|
14513
|
-
HostedZoneId: undefined,
|
|
14514
|
-
StorageEncrypted: undefined,
|
|
14515
|
-
KmsKeyId: undefined,
|
|
14516
|
-
DbClusterResourceId: undefined,
|
|
14517
|
-
DBClusterArn: undefined,
|
|
14518
|
-
AssociatedRoles: undefined,
|
|
14519
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
14520
|
-
CloneGroupId: undefined,
|
|
14521
|
-
ClusterCreateTime: undefined,
|
|
14522
|
-
EarliestBacktrackTime: undefined,
|
|
14523
|
-
BacktrackWindow: undefined,
|
|
14524
|
-
BacktrackConsumedChangeRecords: undefined,
|
|
14525
|
-
EnabledCloudwatchLogsExports: undefined,
|
|
14526
|
-
Capacity: undefined,
|
|
14527
|
-
EngineMode: undefined,
|
|
14528
|
-
ScalingConfigurationInfo: undefined,
|
|
14529
|
-
DeletionProtection: undefined,
|
|
14530
|
-
HttpEndpointEnabled: undefined,
|
|
14531
|
-
ActivityStreamMode: undefined,
|
|
14532
|
-
ActivityStreamStatus: undefined,
|
|
14533
|
-
ActivityStreamKmsKeyId: undefined,
|
|
14534
|
-
ActivityStreamKinesisStreamName: undefined,
|
|
14535
|
-
CopyTagsToSnapshot: undefined,
|
|
14536
|
-
CrossAccountClone: undefined,
|
|
14537
|
-
DomainMemberships: undefined,
|
|
14538
|
-
TagList: undefined,
|
|
14539
|
-
GlobalWriteForwardingStatus: undefined,
|
|
14540
|
-
GlobalWriteForwardingRequested: undefined,
|
|
14541
|
-
PendingModifiedValues: undefined,
|
|
14542
|
-
DBClusterInstanceClass: undefined,
|
|
14543
|
-
StorageType: undefined,
|
|
14544
|
-
Iops: undefined,
|
|
14545
|
-
PubliclyAccessible: undefined,
|
|
14546
|
-
AutoMinorVersionUpgrade: undefined,
|
|
14547
|
-
MonitoringInterval: undefined,
|
|
14548
|
-
MonitoringRoleArn: undefined,
|
|
14549
|
-
PerformanceInsightsEnabled: undefined,
|
|
14550
|
-
PerformanceInsightsKMSKeyId: undefined,
|
|
14551
|
-
PerformanceInsightsRetentionPeriod: undefined,
|
|
14552
|
-
ServerlessV2ScalingConfiguration: undefined,
|
|
14553
|
-
NetworkType: undefined,
|
|
14554
|
-
DBSystemId: undefined,
|
|
14555
|
-
MasterUserSecret: undefined,
|
|
14556
|
-
};
|
|
14353
|
+
const contents = {};
|
|
14557
14354
|
if (output["AllocatedStorage"] !== undefined) {
|
|
14558
14355
|
contents.AllocatedStorage = (0, smithy_client_1.strictParseInt32)(output["AllocatedStorage"]);
|
|
14559
14356
|
}
|
|
@@ -14806,23 +14603,14 @@ const deserializeAws_queryDBCluster = (output, context) => {
|
|
|
14806
14603
|
return contents;
|
|
14807
14604
|
};
|
|
14808
14605
|
const deserializeAws_queryDBClusterAlreadyExistsFault = (output, context) => {
|
|
14809
|
-
const contents = {
|
|
14810
|
-
message: undefined,
|
|
14811
|
-
};
|
|
14606
|
+
const contents = {};
|
|
14812
14607
|
if (output["message"] !== undefined) {
|
|
14813
14608
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14814
14609
|
}
|
|
14815
14610
|
return contents;
|
|
14816
14611
|
};
|
|
14817
14612
|
const deserializeAws_queryDBClusterBacktrack = (output, context) => {
|
|
14818
|
-
const contents = {
|
|
14819
|
-
DBClusterIdentifier: undefined,
|
|
14820
|
-
BacktrackIdentifier: undefined,
|
|
14821
|
-
BacktrackTo: undefined,
|
|
14822
|
-
BacktrackedFrom: undefined,
|
|
14823
|
-
BacktrackRequestCreationTime: undefined,
|
|
14824
|
-
Status: undefined,
|
|
14825
|
-
};
|
|
14613
|
+
const contents = {};
|
|
14826
14614
|
if (output["DBClusterIdentifier"] !== undefined) {
|
|
14827
14615
|
contents.DBClusterIdentifier = (0, smithy_client_1.expectString)(output["DBClusterIdentifier"]);
|
|
14828
14616
|
}
|
|
@@ -14851,10 +14639,7 @@ const deserializeAws_queryDBClusterBacktrackList = (output, context) => {
|
|
|
14851
14639
|
});
|
|
14852
14640
|
};
|
|
14853
14641
|
const deserializeAws_queryDBClusterBacktrackMessage = (output, context) => {
|
|
14854
|
-
const contents = {
|
|
14855
|
-
Marker: undefined,
|
|
14856
|
-
DBClusterBacktracks: undefined,
|
|
14857
|
-
};
|
|
14642
|
+
const contents = {};
|
|
14858
14643
|
if (output["Marker"] !== undefined) {
|
|
14859
14644
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
14860
14645
|
}
|
|
@@ -14868,22 +14653,14 @@ const deserializeAws_queryDBClusterBacktrackMessage = (output, context) => {
|
|
|
14868
14653
|
return contents;
|
|
14869
14654
|
};
|
|
14870
14655
|
const deserializeAws_queryDBClusterBacktrackNotFoundFault = (output, context) => {
|
|
14871
|
-
const contents = {
|
|
14872
|
-
message: undefined,
|
|
14873
|
-
};
|
|
14656
|
+
const contents = {};
|
|
14874
14657
|
if (output["message"] !== undefined) {
|
|
14875
14658
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14876
14659
|
}
|
|
14877
14660
|
return contents;
|
|
14878
14661
|
};
|
|
14879
14662
|
const deserializeAws_queryDBClusterCapacityInfo = (output, context) => {
|
|
14880
|
-
const contents = {
|
|
14881
|
-
DBClusterIdentifier: undefined,
|
|
14882
|
-
PendingCapacity: undefined,
|
|
14883
|
-
CurrentCapacity: undefined,
|
|
14884
|
-
SecondsBeforeTimeout: undefined,
|
|
14885
|
-
TimeoutAction: undefined,
|
|
14886
|
-
};
|
|
14663
|
+
const contents = {};
|
|
14887
14664
|
if (output["DBClusterIdentifier"] !== undefined) {
|
|
14888
14665
|
contents.DBClusterIdentifier = (0, smithy_client_1.expectString)(output["DBClusterIdentifier"]);
|
|
14889
14666
|
}
|
|
@@ -14902,18 +14679,7 @@ const deserializeAws_queryDBClusterCapacityInfo = (output, context) => {
|
|
|
14902
14679
|
return contents;
|
|
14903
14680
|
};
|
|
14904
14681
|
const deserializeAws_queryDBClusterEndpoint = (output, context) => {
|
|
14905
|
-
const contents = {
|
|
14906
|
-
DBClusterEndpointIdentifier: undefined,
|
|
14907
|
-
DBClusterIdentifier: undefined,
|
|
14908
|
-
DBClusterEndpointResourceIdentifier: undefined,
|
|
14909
|
-
Endpoint: undefined,
|
|
14910
|
-
Status: undefined,
|
|
14911
|
-
EndpointType: undefined,
|
|
14912
|
-
CustomEndpointType: undefined,
|
|
14913
|
-
StaticMembers: undefined,
|
|
14914
|
-
ExcludedMembers: undefined,
|
|
14915
|
-
DBClusterEndpointArn: undefined,
|
|
14916
|
-
};
|
|
14682
|
+
const contents = {};
|
|
14917
14683
|
if (output["DBClusterEndpointIdentifier"] !== undefined) {
|
|
14918
14684
|
contents.DBClusterEndpointIdentifier = (0, smithy_client_1.expectString)(output["DBClusterEndpointIdentifier"]);
|
|
14919
14685
|
}
|
|
@@ -14953,9 +14719,7 @@ const deserializeAws_queryDBClusterEndpoint = (output, context) => {
|
|
|
14953
14719
|
return contents;
|
|
14954
14720
|
};
|
|
14955
14721
|
const deserializeAws_queryDBClusterEndpointAlreadyExistsFault = (output, context) => {
|
|
14956
|
-
const contents = {
|
|
14957
|
-
message: undefined,
|
|
14958
|
-
};
|
|
14722
|
+
const contents = {};
|
|
14959
14723
|
if (output["message"] !== undefined) {
|
|
14960
14724
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14961
14725
|
}
|
|
@@ -14969,10 +14733,7 @@ const deserializeAws_queryDBClusterEndpointList = (output, context) => {
|
|
|
14969
14733
|
});
|
|
14970
14734
|
};
|
|
14971
14735
|
const deserializeAws_queryDBClusterEndpointMessage = (output, context) => {
|
|
14972
|
-
const contents = {
|
|
14973
|
-
Marker: undefined,
|
|
14974
|
-
DBClusterEndpoints: undefined,
|
|
14975
|
-
};
|
|
14736
|
+
const contents = {};
|
|
14976
14737
|
if (output["Marker"] !== undefined) {
|
|
14977
14738
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
14978
14739
|
}
|
|
@@ -14986,18 +14747,14 @@ const deserializeAws_queryDBClusterEndpointMessage = (output, context) => {
|
|
|
14986
14747
|
return contents;
|
|
14987
14748
|
};
|
|
14988
14749
|
const deserializeAws_queryDBClusterEndpointNotFoundFault = (output, context) => {
|
|
14989
|
-
const contents = {
|
|
14990
|
-
message: undefined,
|
|
14991
|
-
};
|
|
14750
|
+
const contents = {};
|
|
14992
14751
|
if (output["message"] !== undefined) {
|
|
14993
14752
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
14994
14753
|
}
|
|
14995
14754
|
return contents;
|
|
14996
14755
|
};
|
|
14997
14756
|
const deserializeAws_queryDBClusterEndpointQuotaExceededFault = (output, context) => {
|
|
14998
|
-
const contents = {
|
|
14999
|
-
message: undefined,
|
|
15000
|
-
};
|
|
14757
|
+
const contents = {};
|
|
15001
14758
|
if (output["message"] !== undefined) {
|
|
15002
14759
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15003
14760
|
}
|
|
@@ -15011,12 +14768,7 @@ const deserializeAws_queryDBClusterList = (output, context) => {
|
|
|
15011
14768
|
});
|
|
15012
14769
|
};
|
|
15013
14770
|
const deserializeAws_queryDBClusterMember = (output, context) => {
|
|
15014
|
-
const contents = {
|
|
15015
|
-
DBInstanceIdentifier: undefined,
|
|
15016
|
-
IsClusterWriter: undefined,
|
|
15017
|
-
DBClusterParameterGroupStatus: undefined,
|
|
15018
|
-
PromotionTier: undefined,
|
|
15019
|
-
};
|
|
14771
|
+
const contents = {};
|
|
15020
14772
|
if (output["DBInstanceIdentifier"] !== undefined) {
|
|
15021
14773
|
contents.DBInstanceIdentifier = (0, smithy_client_1.expectString)(output["DBInstanceIdentifier"]);
|
|
15022
14774
|
}
|
|
@@ -15039,10 +14791,7 @@ const deserializeAws_queryDBClusterMemberList = (output, context) => {
|
|
|
15039
14791
|
});
|
|
15040
14792
|
};
|
|
15041
14793
|
const deserializeAws_queryDBClusterMessage = (output, context) => {
|
|
15042
|
-
const contents = {
|
|
15043
|
-
Marker: undefined,
|
|
15044
|
-
DBClusters: undefined,
|
|
15045
|
-
};
|
|
14794
|
+
const contents = {};
|
|
15046
14795
|
if (output["Marker"] !== undefined) {
|
|
15047
14796
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
15048
14797
|
}
|
|
@@ -15055,9 +14804,7 @@ const deserializeAws_queryDBClusterMessage = (output, context) => {
|
|
|
15055
14804
|
return contents;
|
|
15056
14805
|
};
|
|
15057
14806
|
const deserializeAws_queryDBClusterNotFoundFault = (output, context) => {
|
|
15058
|
-
const contents = {
|
|
15059
|
-
message: undefined,
|
|
15060
|
-
};
|
|
14807
|
+
const contents = {};
|
|
15061
14808
|
if (output["message"] !== undefined) {
|
|
15062
14809
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15063
14810
|
}
|
|
@@ -15071,10 +14818,7 @@ const deserializeAws_queryDBClusterOptionGroupMemberships = (output, context) =>
|
|
|
15071
14818
|
});
|
|
15072
14819
|
};
|
|
15073
14820
|
const deserializeAws_queryDBClusterOptionGroupStatus = (output, context) => {
|
|
15074
|
-
const contents = {
|
|
15075
|
-
DBClusterOptionGroupName: undefined,
|
|
15076
|
-
Status: undefined,
|
|
15077
|
-
};
|
|
14821
|
+
const contents = {};
|
|
15078
14822
|
if (output["DBClusterOptionGroupName"] !== undefined) {
|
|
15079
14823
|
contents.DBClusterOptionGroupName = (0, smithy_client_1.expectString)(output["DBClusterOptionGroupName"]);
|
|
15080
14824
|
}
|
|
@@ -15084,12 +14828,7 @@ const deserializeAws_queryDBClusterOptionGroupStatus = (output, context) => {
|
|
|
15084
14828
|
return contents;
|
|
15085
14829
|
};
|
|
15086
14830
|
const deserializeAws_queryDBClusterParameterGroup = (output, context) => {
|
|
15087
|
-
const contents = {
|
|
15088
|
-
DBClusterParameterGroupName: undefined,
|
|
15089
|
-
DBParameterGroupFamily: undefined,
|
|
15090
|
-
Description: undefined,
|
|
15091
|
-
DBClusterParameterGroupArn: undefined,
|
|
15092
|
-
};
|
|
14831
|
+
const contents = {};
|
|
15093
14832
|
if (output["DBClusterParameterGroupName"] !== undefined) {
|
|
15094
14833
|
contents.DBClusterParameterGroupName = (0, smithy_client_1.expectString)(output["DBClusterParameterGroupName"]);
|
|
15095
14834
|
}
|
|
@@ -15105,10 +14844,7 @@ const deserializeAws_queryDBClusterParameterGroup = (output, context) => {
|
|
|
15105
14844
|
return contents;
|
|
15106
14845
|
};
|
|
15107
14846
|
const deserializeAws_queryDBClusterParameterGroupDetails = (output, context) => {
|
|
15108
|
-
const contents = {
|
|
15109
|
-
Parameters: undefined,
|
|
15110
|
-
Marker: undefined,
|
|
15111
|
-
};
|
|
14847
|
+
const contents = {};
|
|
15112
14848
|
if (output.Parameters === "") {
|
|
15113
14849
|
contents.Parameters = [];
|
|
15114
14850
|
}
|
|
@@ -15128,28 +14864,21 @@ const deserializeAws_queryDBClusterParameterGroupList = (output, context) => {
|
|
|
15128
14864
|
});
|
|
15129
14865
|
};
|
|
15130
14866
|
const deserializeAws_queryDBClusterParameterGroupNameMessage = (output, context) => {
|
|
15131
|
-
const contents = {
|
|
15132
|
-
DBClusterParameterGroupName: undefined,
|
|
15133
|
-
};
|
|
14867
|
+
const contents = {};
|
|
15134
14868
|
if (output["DBClusterParameterGroupName"] !== undefined) {
|
|
15135
14869
|
contents.DBClusterParameterGroupName = (0, smithy_client_1.expectString)(output["DBClusterParameterGroupName"]);
|
|
15136
14870
|
}
|
|
15137
14871
|
return contents;
|
|
15138
14872
|
};
|
|
15139
14873
|
const deserializeAws_queryDBClusterParameterGroupNotFoundFault = (output, context) => {
|
|
15140
|
-
const contents = {
|
|
15141
|
-
message: undefined,
|
|
15142
|
-
};
|
|
14874
|
+
const contents = {};
|
|
15143
14875
|
if (output["message"] !== undefined) {
|
|
15144
14876
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15145
14877
|
}
|
|
15146
14878
|
return contents;
|
|
15147
14879
|
};
|
|
15148
14880
|
const deserializeAws_queryDBClusterParameterGroupsMessage = (output, context) => {
|
|
15149
|
-
const contents = {
|
|
15150
|
-
Marker: undefined,
|
|
15151
|
-
DBClusterParameterGroups: undefined,
|
|
15152
|
-
};
|
|
14881
|
+
const contents = {};
|
|
15153
14882
|
if (output["Marker"] !== undefined) {
|
|
15154
14883
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
15155
14884
|
}
|
|
@@ -15163,20 +14892,14 @@ const deserializeAws_queryDBClusterParameterGroupsMessage = (output, context) =>
|
|
|
15163
14892
|
return contents;
|
|
15164
14893
|
};
|
|
15165
14894
|
const deserializeAws_queryDBClusterQuotaExceededFault = (output, context) => {
|
|
15166
|
-
const contents = {
|
|
15167
|
-
message: undefined,
|
|
15168
|
-
};
|
|
14895
|
+
const contents = {};
|
|
15169
14896
|
if (output["message"] !== undefined) {
|
|
15170
14897
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15171
14898
|
}
|
|
15172
14899
|
return contents;
|
|
15173
14900
|
};
|
|
15174
14901
|
const deserializeAws_queryDBClusterRole = (output, context) => {
|
|
15175
|
-
const contents = {
|
|
15176
|
-
RoleArn: undefined,
|
|
15177
|
-
Status: undefined,
|
|
15178
|
-
FeatureName: undefined,
|
|
15179
|
-
};
|
|
14902
|
+
const contents = {};
|
|
15180
14903
|
if (output["RoleArn"] !== undefined) {
|
|
15181
14904
|
contents.RoleArn = (0, smithy_client_1.expectString)(output["RoleArn"]);
|
|
15182
14905
|
}
|
|
@@ -15189,27 +14912,21 @@ const deserializeAws_queryDBClusterRole = (output, context) => {
|
|
|
15189
14912
|
return contents;
|
|
15190
14913
|
};
|
|
15191
14914
|
const deserializeAws_queryDBClusterRoleAlreadyExistsFault = (output, context) => {
|
|
15192
|
-
const contents = {
|
|
15193
|
-
message: undefined,
|
|
15194
|
-
};
|
|
14915
|
+
const contents = {};
|
|
15195
14916
|
if (output["message"] !== undefined) {
|
|
15196
14917
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15197
14918
|
}
|
|
15198
14919
|
return contents;
|
|
15199
14920
|
};
|
|
15200
14921
|
const deserializeAws_queryDBClusterRoleNotFoundFault = (output, context) => {
|
|
15201
|
-
const contents = {
|
|
15202
|
-
message: undefined,
|
|
15203
|
-
};
|
|
14922
|
+
const contents = {};
|
|
15204
14923
|
if (output["message"] !== undefined) {
|
|
15205
14924
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15206
14925
|
}
|
|
15207
14926
|
return contents;
|
|
15208
14927
|
};
|
|
15209
14928
|
const deserializeAws_queryDBClusterRoleQuotaExceededFault = (output, context) => {
|
|
15210
|
-
const contents = {
|
|
15211
|
-
message: undefined,
|
|
15212
|
-
};
|
|
14929
|
+
const contents = {};
|
|
15213
14930
|
if (output["message"] !== undefined) {
|
|
15214
14931
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15215
14932
|
}
|
|
@@ -15223,31 +14940,7 @@ const deserializeAws_queryDBClusterRoles = (output, context) => {
|
|
|
15223
14940
|
});
|
|
15224
14941
|
};
|
|
15225
14942
|
const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
15226
|
-
const contents = {
|
|
15227
|
-
AvailabilityZones: undefined,
|
|
15228
|
-
DBClusterSnapshotIdentifier: undefined,
|
|
15229
|
-
DBClusterIdentifier: undefined,
|
|
15230
|
-
SnapshotCreateTime: undefined,
|
|
15231
|
-
Engine: undefined,
|
|
15232
|
-
EngineMode: undefined,
|
|
15233
|
-
AllocatedStorage: undefined,
|
|
15234
|
-
Status: undefined,
|
|
15235
|
-
Port: undefined,
|
|
15236
|
-
VpcId: undefined,
|
|
15237
|
-
ClusterCreateTime: undefined,
|
|
15238
|
-
MasterUsername: undefined,
|
|
15239
|
-
EngineVersion: undefined,
|
|
15240
|
-
LicenseModel: undefined,
|
|
15241
|
-
SnapshotType: undefined,
|
|
15242
|
-
PercentProgress: undefined,
|
|
15243
|
-
StorageEncrypted: undefined,
|
|
15244
|
-
KmsKeyId: undefined,
|
|
15245
|
-
DBClusterSnapshotArn: undefined,
|
|
15246
|
-
SourceDBClusterSnapshotArn: undefined,
|
|
15247
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
15248
|
-
TagList: undefined,
|
|
15249
|
-
DBSystemId: undefined,
|
|
15250
|
-
};
|
|
14943
|
+
const contents = {};
|
|
15251
14944
|
if (output.AvailabilityZones === "") {
|
|
15252
14945
|
contents.AvailabilityZones = [];
|
|
15253
14946
|
}
|
|
@@ -15327,19 +15020,14 @@ const deserializeAws_queryDBClusterSnapshot = (output, context) => {
|
|
|
15327
15020
|
return contents;
|
|
15328
15021
|
};
|
|
15329
15022
|
const deserializeAws_queryDBClusterSnapshotAlreadyExistsFault = (output, context) => {
|
|
15330
|
-
const contents = {
|
|
15331
|
-
message: undefined,
|
|
15332
|
-
};
|
|
15023
|
+
const contents = {};
|
|
15333
15024
|
if (output["message"] !== undefined) {
|
|
15334
15025
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15335
15026
|
}
|
|
15336
15027
|
return contents;
|
|
15337
15028
|
};
|
|
15338
15029
|
const deserializeAws_queryDBClusterSnapshotAttribute = (output, context) => {
|
|
15339
|
-
const contents = {
|
|
15340
|
-
AttributeName: undefined,
|
|
15341
|
-
AttributeValues: undefined,
|
|
15342
|
-
};
|
|
15030
|
+
const contents = {};
|
|
15343
15031
|
if (output["AttributeName"] !== undefined) {
|
|
15344
15032
|
contents.AttributeName = (0, smithy_client_1.expectString)(output["AttributeName"]);
|
|
15345
15033
|
}
|
|
@@ -15359,10 +15047,7 @@ const deserializeAws_queryDBClusterSnapshotAttributeList = (output, context) =>
|
|
|
15359
15047
|
});
|
|
15360
15048
|
};
|
|
15361
15049
|
const deserializeAws_queryDBClusterSnapshotAttributesResult = (output, context) => {
|
|
15362
|
-
const contents = {
|
|
15363
|
-
DBClusterSnapshotIdentifier: undefined,
|
|
15364
|
-
DBClusterSnapshotAttributes: undefined,
|
|
15365
|
-
};
|
|
15050
|
+
const contents = {};
|
|
15366
15051
|
if (output["DBClusterSnapshotIdentifier"] !== undefined) {
|
|
15367
15052
|
contents.DBClusterSnapshotIdentifier = (0, smithy_client_1.expectString)(output["DBClusterSnapshotIdentifier"]);
|
|
15368
15053
|
}
|
|
@@ -15383,10 +15068,7 @@ const deserializeAws_queryDBClusterSnapshotList = (output, context) => {
|
|
|
15383
15068
|
});
|
|
15384
15069
|
};
|
|
15385
15070
|
const deserializeAws_queryDBClusterSnapshotMessage = (output, context) => {
|
|
15386
|
-
const contents = {
|
|
15387
|
-
Marker: undefined,
|
|
15388
|
-
DBClusterSnapshots: undefined,
|
|
15389
|
-
};
|
|
15071
|
+
const contents = {};
|
|
15390
15072
|
if (output["Marker"] !== undefined) {
|
|
15391
15073
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
15392
15074
|
}
|
|
@@ -15400,48 +15082,14 @@ const deserializeAws_queryDBClusterSnapshotMessage = (output, context) => {
|
|
|
15400
15082
|
return contents;
|
|
15401
15083
|
};
|
|
15402
15084
|
const deserializeAws_queryDBClusterSnapshotNotFoundFault = (output, context) => {
|
|
15403
|
-
const contents = {
|
|
15404
|
-
message: undefined,
|
|
15405
|
-
};
|
|
15085
|
+
const contents = {};
|
|
15406
15086
|
if (output["message"] !== undefined) {
|
|
15407
15087
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15408
15088
|
}
|
|
15409
15089
|
return contents;
|
|
15410
15090
|
};
|
|
15411
15091
|
const deserializeAws_queryDBEngineVersion = (output, context) => {
|
|
15412
|
-
const contents = {
|
|
15413
|
-
Engine: undefined,
|
|
15414
|
-
EngineVersion: undefined,
|
|
15415
|
-
DBParameterGroupFamily: undefined,
|
|
15416
|
-
DBEngineDescription: undefined,
|
|
15417
|
-
DBEngineVersionDescription: undefined,
|
|
15418
|
-
DefaultCharacterSet: undefined,
|
|
15419
|
-
Image: undefined,
|
|
15420
|
-
DBEngineMediaType: undefined,
|
|
15421
|
-
SupportedCharacterSets: undefined,
|
|
15422
|
-
SupportedNcharCharacterSets: undefined,
|
|
15423
|
-
ValidUpgradeTarget: undefined,
|
|
15424
|
-
SupportedTimezones: undefined,
|
|
15425
|
-
ExportableLogTypes: undefined,
|
|
15426
|
-
SupportsLogExportsToCloudwatchLogs: undefined,
|
|
15427
|
-
SupportsReadReplica: undefined,
|
|
15428
|
-
SupportedEngineModes: undefined,
|
|
15429
|
-
SupportedFeatureNames: undefined,
|
|
15430
|
-
Status: undefined,
|
|
15431
|
-
SupportsParallelQuery: undefined,
|
|
15432
|
-
SupportsGlobalDatabases: undefined,
|
|
15433
|
-
MajorEngineVersion: undefined,
|
|
15434
|
-
DatabaseInstallationFilesS3BucketName: undefined,
|
|
15435
|
-
DatabaseInstallationFilesS3Prefix: undefined,
|
|
15436
|
-
DBEngineVersionArn: undefined,
|
|
15437
|
-
KMSKeyId: undefined,
|
|
15438
|
-
CreateTime: undefined,
|
|
15439
|
-
TagList: undefined,
|
|
15440
|
-
SupportsBabelfish: undefined,
|
|
15441
|
-
CustomDBEngineVersionManifest: undefined,
|
|
15442
|
-
SupportsCertificateRotationWithoutRestart: undefined,
|
|
15443
|
-
SupportedCACertificateIdentifiers: undefined,
|
|
15444
|
-
};
|
|
15092
|
+
const contents = {};
|
|
15445
15093
|
if (output["Engine"] !== undefined) {
|
|
15446
15094
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
15447
15095
|
}
|
|
@@ -15576,10 +15224,7 @@ const deserializeAws_queryDBEngineVersionList = (output, context) => {
|
|
|
15576
15224
|
});
|
|
15577
15225
|
};
|
|
15578
15226
|
const deserializeAws_queryDBEngineVersionMessage = (output, context) => {
|
|
15579
|
-
const contents = {
|
|
15580
|
-
Marker: undefined,
|
|
15581
|
-
DBEngineVersions: undefined,
|
|
15582
|
-
};
|
|
15227
|
+
const contents = {};
|
|
15583
15228
|
if (output["Marker"] !== undefined) {
|
|
15584
15229
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
15585
15230
|
}
|
|
@@ -15592,88 +15237,7 @@ const deserializeAws_queryDBEngineVersionMessage = (output, context) => {
|
|
|
15592
15237
|
return contents;
|
|
15593
15238
|
};
|
|
15594
15239
|
const deserializeAws_queryDBInstance = (output, context) => {
|
|
15595
|
-
const contents = {
|
|
15596
|
-
DBInstanceIdentifier: undefined,
|
|
15597
|
-
DBInstanceClass: undefined,
|
|
15598
|
-
Engine: undefined,
|
|
15599
|
-
DBInstanceStatus: undefined,
|
|
15600
|
-
AutomaticRestartTime: undefined,
|
|
15601
|
-
MasterUsername: undefined,
|
|
15602
|
-
DBName: undefined,
|
|
15603
|
-
Endpoint: undefined,
|
|
15604
|
-
AllocatedStorage: undefined,
|
|
15605
|
-
InstanceCreateTime: undefined,
|
|
15606
|
-
PreferredBackupWindow: undefined,
|
|
15607
|
-
BackupRetentionPeriod: undefined,
|
|
15608
|
-
DBSecurityGroups: undefined,
|
|
15609
|
-
VpcSecurityGroups: undefined,
|
|
15610
|
-
DBParameterGroups: undefined,
|
|
15611
|
-
AvailabilityZone: undefined,
|
|
15612
|
-
DBSubnetGroup: undefined,
|
|
15613
|
-
PreferredMaintenanceWindow: undefined,
|
|
15614
|
-
PendingModifiedValues: undefined,
|
|
15615
|
-
LatestRestorableTime: undefined,
|
|
15616
|
-
MultiAZ: undefined,
|
|
15617
|
-
EngineVersion: undefined,
|
|
15618
|
-
AutoMinorVersionUpgrade: undefined,
|
|
15619
|
-
ReadReplicaSourceDBInstanceIdentifier: undefined,
|
|
15620
|
-
ReadReplicaDBInstanceIdentifiers: undefined,
|
|
15621
|
-
ReadReplicaDBClusterIdentifiers: undefined,
|
|
15622
|
-
ReplicaMode: undefined,
|
|
15623
|
-
LicenseModel: undefined,
|
|
15624
|
-
Iops: undefined,
|
|
15625
|
-
OptionGroupMemberships: undefined,
|
|
15626
|
-
CharacterSetName: undefined,
|
|
15627
|
-
NcharCharacterSetName: undefined,
|
|
15628
|
-
SecondaryAvailabilityZone: undefined,
|
|
15629
|
-
PubliclyAccessible: undefined,
|
|
15630
|
-
StatusInfos: undefined,
|
|
15631
|
-
StorageType: undefined,
|
|
15632
|
-
TdeCredentialArn: undefined,
|
|
15633
|
-
DbInstancePort: undefined,
|
|
15634
|
-
DBClusterIdentifier: undefined,
|
|
15635
|
-
StorageEncrypted: undefined,
|
|
15636
|
-
KmsKeyId: undefined,
|
|
15637
|
-
DbiResourceId: undefined,
|
|
15638
|
-
CACertificateIdentifier: undefined,
|
|
15639
|
-
DomainMemberships: undefined,
|
|
15640
|
-
CopyTagsToSnapshot: undefined,
|
|
15641
|
-
MonitoringInterval: undefined,
|
|
15642
|
-
EnhancedMonitoringResourceArn: undefined,
|
|
15643
|
-
MonitoringRoleArn: undefined,
|
|
15644
|
-
PromotionTier: undefined,
|
|
15645
|
-
DBInstanceArn: undefined,
|
|
15646
|
-
Timezone: undefined,
|
|
15647
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
15648
|
-
PerformanceInsightsEnabled: undefined,
|
|
15649
|
-
PerformanceInsightsKMSKeyId: undefined,
|
|
15650
|
-
PerformanceInsightsRetentionPeriod: undefined,
|
|
15651
|
-
EnabledCloudwatchLogsExports: undefined,
|
|
15652
|
-
ProcessorFeatures: undefined,
|
|
15653
|
-
DeletionProtection: undefined,
|
|
15654
|
-
AssociatedRoles: undefined,
|
|
15655
|
-
ListenerEndpoint: undefined,
|
|
15656
|
-
MaxAllocatedStorage: undefined,
|
|
15657
|
-
TagList: undefined,
|
|
15658
|
-
DBInstanceAutomatedBackupsReplications: undefined,
|
|
15659
|
-
CustomerOwnedIpEnabled: undefined,
|
|
15660
|
-
AwsBackupRecoveryPointArn: undefined,
|
|
15661
|
-
ActivityStreamStatus: undefined,
|
|
15662
|
-
ActivityStreamKmsKeyId: undefined,
|
|
15663
|
-
ActivityStreamKinesisStreamName: undefined,
|
|
15664
|
-
ActivityStreamMode: undefined,
|
|
15665
|
-
ActivityStreamEngineNativeAuditFieldsIncluded: undefined,
|
|
15666
|
-
AutomationMode: undefined,
|
|
15667
|
-
ResumeFullAutomationModeTime: undefined,
|
|
15668
|
-
CustomIamInstanceProfile: undefined,
|
|
15669
|
-
BackupTarget: undefined,
|
|
15670
|
-
NetworkType: undefined,
|
|
15671
|
-
ActivityStreamPolicyStatus: undefined,
|
|
15672
|
-
StorageThroughput: undefined,
|
|
15673
|
-
DBSystemId: undefined,
|
|
15674
|
-
MasterUserSecret: undefined,
|
|
15675
|
-
CertificateDetails: undefined,
|
|
15676
|
-
};
|
|
15240
|
+
const contents = {};
|
|
15677
15241
|
if (output["DBInstanceIdentifier"] !== undefined) {
|
|
15678
15242
|
contents.DBInstanceIdentifier = (0, smithy_client_1.expectString)(output["DBInstanceIdentifier"]);
|
|
15679
15243
|
}
|
|
@@ -15965,45 +15529,14 @@ const deserializeAws_queryDBInstance = (output, context) => {
|
|
|
15965
15529
|
return contents;
|
|
15966
15530
|
};
|
|
15967
15531
|
const deserializeAws_queryDBInstanceAlreadyExistsFault = (output, context) => {
|
|
15968
|
-
const contents = {
|
|
15969
|
-
message: undefined,
|
|
15970
|
-
};
|
|
15532
|
+
const contents = {};
|
|
15971
15533
|
if (output["message"] !== undefined) {
|
|
15972
15534
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
15973
15535
|
}
|
|
15974
15536
|
return contents;
|
|
15975
15537
|
};
|
|
15976
15538
|
const deserializeAws_queryDBInstanceAutomatedBackup = (output, context) => {
|
|
15977
|
-
const contents = {
|
|
15978
|
-
DBInstanceArn: undefined,
|
|
15979
|
-
DbiResourceId: undefined,
|
|
15980
|
-
Region: undefined,
|
|
15981
|
-
DBInstanceIdentifier: undefined,
|
|
15982
|
-
RestoreWindow: undefined,
|
|
15983
|
-
AllocatedStorage: undefined,
|
|
15984
|
-
Status: undefined,
|
|
15985
|
-
Port: undefined,
|
|
15986
|
-
AvailabilityZone: undefined,
|
|
15987
|
-
VpcId: undefined,
|
|
15988
|
-
InstanceCreateTime: undefined,
|
|
15989
|
-
MasterUsername: undefined,
|
|
15990
|
-
Engine: undefined,
|
|
15991
|
-
EngineVersion: undefined,
|
|
15992
|
-
LicenseModel: undefined,
|
|
15993
|
-
Iops: undefined,
|
|
15994
|
-
OptionGroupName: undefined,
|
|
15995
|
-
TdeCredentialArn: undefined,
|
|
15996
|
-
Encrypted: undefined,
|
|
15997
|
-
StorageType: undefined,
|
|
15998
|
-
KmsKeyId: undefined,
|
|
15999
|
-
Timezone: undefined,
|
|
16000
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
16001
|
-
BackupRetentionPeriod: undefined,
|
|
16002
|
-
DBInstanceAutomatedBackupsArn: undefined,
|
|
16003
|
-
DBInstanceAutomatedBackupsReplications: undefined,
|
|
16004
|
-
BackupTarget: undefined,
|
|
16005
|
-
StorageThroughput: undefined,
|
|
16006
|
-
};
|
|
15539
|
+
const contents = {};
|
|
16007
15540
|
if (output["DBInstanceArn"] !== undefined) {
|
|
16008
15541
|
contents.DBInstanceArn = (0, smithy_client_1.expectString)(output["DBInstanceArn"]);
|
|
16009
15542
|
}
|
|
@@ -16102,10 +15635,7 @@ const deserializeAws_queryDBInstanceAutomatedBackupList = (output, context) => {
|
|
|
16102
15635
|
});
|
|
16103
15636
|
};
|
|
16104
15637
|
const deserializeAws_queryDBInstanceAutomatedBackupMessage = (output, context) => {
|
|
16105
|
-
const contents = {
|
|
16106
|
-
Marker: undefined,
|
|
16107
|
-
DBInstanceAutomatedBackups: undefined,
|
|
16108
|
-
};
|
|
15638
|
+
const contents = {};
|
|
16109
15639
|
if (output["Marker"] !== undefined) {
|
|
16110
15640
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
16111
15641
|
}
|
|
@@ -16119,27 +15649,21 @@ const deserializeAws_queryDBInstanceAutomatedBackupMessage = (output, context) =
|
|
|
16119
15649
|
return contents;
|
|
16120
15650
|
};
|
|
16121
15651
|
const deserializeAws_queryDBInstanceAutomatedBackupNotFoundFault = (output, context) => {
|
|
16122
|
-
const contents = {
|
|
16123
|
-
message: undefined,
|
|
16124
|
-
};
|
|
15652
|
+
const contents = {};
|
|
16125
15653
|
if (output["message"] !== undefined) {
|
|
16126
15654
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16127
15655
|
}
|
|
16128
15656
|
return contents;
|
|
16129
15657
|
};
|
|
16130
15658
|
const deserializeAws_queryDBInstanceAutomatedBackupQuotaExceededFault = (output, context) => {
|
|
16131
|
-
const contents = {
|
|
16132
|
-
message: undefined,
|
|
16133
|
-
};
|
|
15659
|
+
const contents = {};
|
|
16134
15660
|
if (output["message"] !== undefined) {
|
|
16135
15661
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16136
15662
|
}
|
|
16137
15663
|
return contents;
|
|
16138
15664
|
};
|
|
16139
15665
|
const deserializeAws_queryDBInstanceAutomatedBackupsReplication = (output, context) => {
|
|
16140
|
-
const contents = {
|
|
16141
|
-
DBInstanceAutomatedBackupsArn: undefined,
|
|
16142
|
-
};
|
|
15666
|
+
const contents = {};
|
|
16143
15667
|
if (output["DBInstanceAutomatedBackupsArn"] !== undefined) {
|
|
16144
15668
|
contents.DBInstanceAutomatedBackupsArn = (0, smithy_client_1.expectString)(output["DBInstanceAutomatedBackupsArn"]);
|
|
16145
15669
|
}
|
|
@@ -16160,10 +15684,7 @@ const deserializeAws_queryDBInstanceList = (output, context) => {
|
|
|
16160
15684
|
});
|
|
16161
15685
|
};
|
|
16162
15686
|
const deserializeAws_queryDBInstanceMessage = (output, context) => {
|
|
16163
|
-
const contents = {
|
|
16164
|
-
Marker: undefined,
|
|
16165
|
-
DBInstances: undefined,
|
|
16166
|
-
};
|
|
15687
|
+
const contents = {};
|
|
16167
15688
|
if (output["Marker"] !== undefined) {
|
|
16168
15689
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
16169
15690
|
}
|
|
@@ -16176,20 +15697,14 @@ const deserializeAws_queryDBInstanceMessage = (output, context) => {
|
|
|
16176
15697
|
return contents;
|
|
16177
15698
|
};
|
|
16178
15699
|
const deserializeAws_queryDBInstanceNotFoundFault = (output, context) => {
|
|
16179
|
-
const contents = {
|
|
16180
|
-
message: undefined,
|
|
16181
|
-
};
|
|
15700
|
+
const contents = {};
|
|
16182
15701
|
if (output["message"] !== undefined) {
|
|
16183
15702
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16184
15703
|
}
|
|
16185
15704
|
return contents;
|
|
16186
15705
|
};
|
|
16187
15706
|
const deserializeAws_queryDBInstanceRole = (output, context) => {
|
|
16188
|
-
const contents = {
|
|
16189
|
-
RoleArn: undefined,
|
|
16190
|
-
FeatureName: undefined,
|
|
16191
|
-
Status: undefined,
|
|
16192
|
-
};
|
|
15707
|
+
const contents = {};
|
|
16193
15708
|
if (output["RoleArn"] !== undefined) {
|
|
16194
15709
|
contents.RoleArn = (0, smithy_client_1.expectString)(output["RoleArn"]);
|
|
16195
15710
|
}
|
|
@@ -16202,27 +15717,21 @@ const deserializeAws_queryDBInstanceRole = (output, context) => {
|
|
|
16202
15717
|
return contents;
|
|
16203
15718
|
};
|
|
16204
15719
|
const deserializeAws_queryDBInstanceRoleAlreadyExistsFault = (output, context) => {
|
|
16205
|
-
const contents = {
|
|
16206
|
-
message: undefined,
|
|
16207
|
-
};
|
|
15720
|
+
const contents = {};
|
|
16208
15721
|
if (output["message"] !== undefined) {
|
|
16209
15722
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16210
15723
|
}
|
|
16211
15724
|
return contents;
|
|
16212
15725
|
};
|
|
16213
15726
|
const deserializeAws_queryDBInstanceRoleNotFoundFault = (output, context) => {
|
|
16214
|
-
const contents = {
|
|
16215
|
-
message: undefined,
|
|
16216
|
-
};
|
|
15727
|
+
const contents = {};
|
|
16217
15728
|
if (output["message"] !== undefined) {
|
|
16218
15729
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16219
15730
|
}
|
|
16220
15731
|
return contents;
|
|
16221
15732
|
};
|
|
16222
15733
|
const deserializeAws_queryDBInstanceRoleQuotaExceededFault = (output, context) => {
|
|
16223
|
-
const contents = {
|
|
16224
|
-
message: undefined,
|
|
16225
|
-
};
|
|
15734
|
+
const contents = {};
|
|
16226
15735
|
if (output["message"] !== undefined) {
|
|
16227
15736
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16228
15737
|
}
|
|
@@ -16236,12 +15745,7 @@ const deserializeAws_queryDBInstanceRoles = (output, context) => {
|
|
|
16236
15745
|
});
|
|
16237
15746
|
};
|
|
16238
15747
|
const deserializeAws_queryDBInstanceStatusInfo = (output, context) => {
|
|
16239
|
-
const contents = {
|
|
16240
|
-
StatusType: undefined,
|
|
16241
|
-
Normal: undefined,
|
|
16242
|
-
Status: undefined,
|
|
16243
|
-
Message: undefined,
|
|
16244
|
-
};
|
|
15748
|
+
const contents = {};
|
|
16245
15749
|
if (output["StatusType"] !== undefined) {
|
|
16246
15750
|
contents.StatusType = (0, smithy_client_1.expectString)(output["StatusType"]);
|
|
16247
15751
|
}
|
|
@@ -16264,21 +15768,14 @@ const deserializeAws_queryDBInstanceStatusInfoList = (output, context) => {
|
|
|
16264
15768
|
});
|
|
16265
15769
|
};
|
|
16266
15770
|
const deserializeAws_queryDBLogFileNotFoundFault = (output, context) => {
|
|
16267
|
-
const contents = {
|
|
16268
|
-
message: undefined,
|
|
16269
|
-
};
|
|
15771
|
+
const contents = {};
|
|
16270
15772
|
if (output["message"] !== undefined) {
|
|
16271
15773
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16272
15774
|
}
|
|
16273
15775
|
return contents;
|
|
16274
15776
|
};
|
|
16275
15777
|
const deserializeAws_queryDBParameterGroup = (output, context) => {
|
|
16276
|
-
const contents = {
|
|
16277
|
-
DBParameterGroupName: undefined,
|
|
16278
|
-
DBParameterGroupFamily: undefined,
|
|
16279
|
-
Description: undefined,
|
|
16280
|
-
DBParameterGroupArn: undefined,
|
|
16281
|
-
};
|
|
15778
|
+
const contents = {};
|
|
16282
15779
|
if (output["DBParameterGroupName"] !== undefined) {
|
|
16283
15780
|
contents.DBParameterGroupName = (0, smithy_client_1.expectString)(output["DBParameterGroupName"]);
|
|
16284
15781
|
}
|
|
@@ -16294,19 +15791,14 @@ const deserializeAws_queryDBParameterGroup = (output, context) => {
|
|
|
16294
15791
|
return contents;
|
|
16295
15792
|
};
|
|
16296
15793
|
const deserializeAws_queryDBParameterGroupAlreadyExistsFault = (output, context) => {
|
|
16297
|
-
const contents = {
|
|
16298
|
-
message: undefined,
|
|
16299
|
-
};
|
|
15794
|
+
const contents = {};
|
|
16300
15795
|
if (output["message"] !== undefined) {
|
|
16301
15796
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16302
15797
|
}
|
|
16303
15798
|
return contents;
|
|
16304
15799
|
};
|
|
16305
15800
|
const deserializeAws_queryDBParameterGroupDetails = (output, context) => {
|
|
16306
|
-
const contents = {
|
|
16307
|
-
Parameters: undefined,
|
|
16308
|
-
Marker: undefined,
|
|
16309
|
-
};
|
|
15801
|
+
const contents = {};
|
|
16310
15802
|
if (output.Parameters === "") {
|
|
16311
15803
|
contents.Parameters = [];
|
|
16312
15804
|
}
|
|
@@ -16326,37 +15818,28 @@ const deserializeAws_queryDBParameterGroupList = (output, context) => {
|
|
|
16326
15818
|
});
|
|
16327
15819
|
};
|
|
16328
15820
|
const deserializeAws_queryDBParameterGroupNameMessage = (output, context) => {
|
|
16329
|
-
const contents = {
|
|
16330
|
-
DBParameterGroupName: undefined,
|
|
16331
|
-
};
|
|
15821
|
+
const contents = {};
|
|
16332
15822
|
if (output["DBParameterGroupName"] !== undefined) {
|
|
16333
15823
|
contents.DBParameterGroupName = (0, smithy_client_1.expectString)(output["DBParameterGroupName"]);
|
|
16334
15824
|
}
|
|
16335
15825
|
return contents;
|
|
16336
15826
|
};
|
|
16337
15827
|
const deserializeAws_queryDBParameterGroupNotFoundFault = (output, context) => {
|
|
16338
|
-
const contents = {
|
|
16339
|
-
message: undefined,
|
|
16340
|
-
};
|
|
15828
|
+
const contents = {};
|
|
16341
15829
|
if (output["message"] !== undefined) {
|
|
16342
15830
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16343
15831
|
}
|
|
16344
15832
|
return contents;
|
|
16345
15833
|
};
|
|
16346
15834
|
const deserializeAws_queryDBParameterGroupQuotaExceededFault = (output, context) => {
|
|
16347
|
-
const contents = {
|
|
16348
|
-
message: undefined,
|
|
16349
|
-
};
|
|
15835
|
+
const contents = {};
|
|
16350
15836
|
if (output["message"] !== undefined) {
|
|
16351
15837
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16352
15838
|
}
|
|
16353
15839
|
return contents;
|
|
16354
15840
|
};
|
|
16355
15841
|
const deserializeAws_queryDBParameterGroupsMessage = (output, context) => {
|
|
16356
|
-
const contents = {
|
|
16357
|
-
Marker: undefined,
|
|
16358
|
-
DBParameterGroups: undefined,
|
|
16359
|
-
};
|
|
15842
|
+
const contents = {};
|
|
16360
15843
|
if (output["Marker"] !== undefined) {
|
|
16361
15844
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
16362
15845
|
}
|
|
@@ -16370,10 +15853,7 @@ const deserializeAws_queryDBParameterGroupsMessage = (output, context) => {
|
|
|
16370
15853
|
return contents;
|
|
16371
15854
|
};
|
|
16372
15855
|
const deserializeAws_queryDBParameterGroupStatus = (output, context) => {
|
|
16373
|
-
const contents = {
|
|
16374
|
-
DBParameterGroupName: undefined,
|
|
16375
|
-
ParameterApplyStatus: undefined,
|
|
16376
|
-
};
|
|
15856
|
+
const contents = {};
|
|
16377
15857
|
if (output["DBParameterGroupName"] !== undefined) {
|
|
16378
15858
|
contents.DBParameterGroupName = (0, smithy_client_1.expectString)(output["DBParameterGroupName"]);
|
|
16379
15859
|
}
|
|
@@ -16390,23 +15870,7 @@ const deserializeAws_queryDBParameterGroupStatusList = (output, context) => {
|
|
|
16390
15870
|
});
|
|
16391
15871
|
};
|
|
16392
15872
|
const deserializeAws_queryDBProxy = (output, context) => {
|
|
16393
|
-
const contents = {
|
|
16394
|
-
DBProxyName: undefined,
|
|
16395
|
-
DBProxyArn: undefined,
|
|
16396
|
-
Status: undefined,
|
|
16397
|
-
EngineFamily: undefined,
|
|
16398
|
-
VpcId: undefined,
|
|
16399
|
-
VpcSecurityGroupIds: undefined,
|
|
16400
|
-
VpcSubnetIds: undefined,
|
|
16401
|
-
Auth: undefined,
|
|
16402
|
-
RoleArn: undefined,
|
|
16403
|
-
Endpoint: undefined,
|
|
16404
|
-
RequireTLS: undefined,
|
|
16405
|
-
IdleClientTimeout: undefined,
|
|
16406
|
-
DebugLogging: undefined,
|
|
16407
|
-
CreatedDate: undefined,
|
|
16408
|
-
UpdatedDate: undefined,
|
|
16409
|
-
};
|
|
15873
|
+
const contents = {};
|
|
16410
15874
|
if (output["DBProxyName"] !== undefined) {
|
|
16411
15875
|
contents.DBProxyName = (0, smithy_client_1.expectString)(output["DBProxyName"]);
|
|
16412
15876
|
}
|
|
@@ -16464,28 +15928,14 @@ const deserializeAws_queryDBProxy = (output, context) => {
|
|
|
16464
15928
|
return contents;
|
|
16465
15929
|
};
|
|
16466
15930
|
const deserializeAws_queryDBProxyAlreadyExistsFault = (output, context) => {
|
|
16467
|
-
const contents = {
|
|
16468
|
-
message: undefined,
|
|
16469
|
-
};
|
|
15931
|
+
const contents = {};
|
|
16470
15932
|
if (output["message"] !== undefined) {
|
|
16471
15933
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16472
15934
|
}
|
|
16473
15935
|
return contents;
|
|
16474
15936
|
};
|
|
16475
15937
|
const deserializeAws_queryDBProxyEndpoint = (output, context) => {
|
|
16476
|
-
const contents = {
|
|
16477
|
-
DBProxyEndpointName: undefined,
|
|
16478
|
-
DBProxyEndpointArn: undefined,
|
|
16479
|
-
DBProxyName: undefined,
|
|
16480
|
-
Status: undefined,
|
|
16481
|
-
VpcId: undefined,
|
|
16482
|
-
VpcSecurityGroupIds: undefined,
|
|
16483
|
-
VpcSubnetIds: undefined,
|
|
16484
|
-
Endpoint: undefined,
|
|
16485
|
-
CreatedDate: undefined,
|
|
16486
|
-
TargetRole: undefined,
|
|
16487
|
-
IsDefault: undefined,
|
|
16488
|
-
};
|
|
15938
|
+
const contents = {};
|
|
16489
15939
|
if (output["DBProxyEndpointName"] !== undefined) {
|
|
16490
15940
|
contents.DBProxyEndpointName = (0, smithy_client_1.expectString)(output["DBProxyEndpointName"]);
|
|
16491
15941
|
}
|
|
@@ -16528,9 +15978,7 @@ const deserializeAws_queryDBProxyEndpoint = (output, context) => {
|
|
|
16528
15978
|
return contents;
|
|
16529
15979
|
};
|
|
16530
15980
|
const deserializeAws_queryDBProxyEndpointAlreadyExistsFault = (output, context) => {
|
|
16531
|
-
const contents = {
|
|
16532
|
-
message: undefined,
|
|
16533
|
-
};
|
|
15981
|
+
const contents = {};
|
|
16534
15982
|
if (output["message"] !== undefined) {
|
|
16535
15983
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16536
15984
|
}
|
|
@@ -16544,18 +15992,14 @@ const deserializeAws_queryDBProxyEndpointList = (output, context) => {
|
|
|
16544
15992
|
});
|
|
16545
15993
|
};
|
|
16546
15994
|
const deserializeAws_queryDBProxyEndpointNotFoundFault = (output, context) => {
|
|
16547
|
-
const contents = {
|
|
16548
|
-
message: undefined,
|
|
16549
|
-
};
|
|
15995
|
+
const contents = {};
|
|
16550
15996
|
if (output["message"] !== undefined) {
|
|
16551
15997
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16552
15998
|
}
|
|
16553
15999
|
return contents;
|
|
16554
16000
|
};
|
|
16555
16001
|
const deserializeAws_queryDBProxyEndpointQuotaExceededFault = (output, context) => {
|
|
16556
|
-
const contents = {
|
|
16557
|
-
message: undefined,
|
|
16558
|
-
};
|
|
16002
|
+
const contents = {};
|
|
16559
16003
|
if (output["message"] !== undefined) {
|
|
16560
16004
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16561
16005
|
}
|
|
@@ -16569,34 +16013,21 @@ const deserializeAws_queryDBProxyList = (output, context) => {
|
|
|
16569
16013
|
});
|
|
16570
16014
|
};
|
|
16571
16015
|
const deserializeAws_queryDBProxyNotFoundFault = (output, context) => {
|
|
16572
|
-
const contents = {
|
|
16573
|
-
message: undefined,
|
|
16574
|
-
};
|
|
16016
|
+
const contents = {};
|
|
16575
16017
|
if (output["message"] !== undefined) {
|
|
16576
16018
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16577
16019
|
}
|
|
16578
16020
|
return contents;
|
|
16579
16021
|
};
|
|
16580
16022
|
const deserializeAws_queryDBProxyQuotaExceededFault = (output, context) => {
|
|
16581
|
-
const contents = {
|
|
16582
|
-
message: undefined,
|
|
16583
|
-
};
|
|
16023
|
+
const contents = {};
|
|
16584
16024
|
if (output["message"] !== undefined) {
|
|
16585
16025
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16586
16026
|
}
|
|
16587
16027
|
return contents;
|
|
16588
16028
|
};
|
|
16589
16029
|
const deserializeAws_queryDBProxyTarget = (output, context) => {
|
|
16590
|
-
const contents = {
|
|
16591
|
-
TargetArn: undefined,
|
|
16592
|
-
Endpoint: undefined,
|
|
16593
|
-
TrackedClusterId: undefined,
|
|
16594
|
-
RdsResourceId: undefined,
|
|
16595
|
-
Port: undefined,
|
|
16596
|
-
Type: undefined,
|
|
16597
|
-
Role: undefined,
|
|
16598
|
-
TargetHealth: undefined,
|
|
16599
|
-
};
|
|
16030
|
+
const contents = {};
|
|
16600
16031
|
if (output["TargetArn"] !== undefined) {
|
|
16601
16032
|
contents.TargetArn = (0, smithy_client_1.expectString)(output["TargetArn"]);
|
|
16602
16033
|
}
|
|
@@ -16624,25 +16055,14 @@ const deserializeAws_queryDBProxyTarget = (output, context) => {
|
|
|
16624
16055
|
return contents;
|
|
16625
16056
|
};
|
|
16626
16057
|
const deserializeAws_queryDBProxyTargetAlreadyRegisteredFault = (output, context) => {
|
|
16627
|
-
const contents = {
|
|
16628
|
-
message: undefined,
|
|
16629
|
-
};
|
|
16058
|
+
const contents = {};
|
|
16630
16059
|
if (output["message"] !== undefined) {
|
|
16631
16060
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16632
16061
|
}
|
|
16633
16062
|
return contents;
|
|
16634
16063
|
};
|
|
16635
16064
|
const deserializeAws_queryDBProxyTargetGroup = (output, context) => {
|
|
16636
|
-
const contents = {
|
|
16637
|
-
DBProxyName: undefined,
|
|
16638
|
-
TargetGroupName: undefined,
|
|
16639
|
-
TargetGroupArn: undefined,
|
|
16640
|
-
IsDefault: undefined,
|
|
16641
|
-
Status: undefined,
|
|
16642
|
-
ConnectionPoolConfig: undefined,
|
|
16643
|
-
CreatedDate: undefined,
|
|
16644
|
-
UpdatedDate: undefined,
|
|
16645
|
-
};
|
|
16065
|
+
const contents = {};
|
|
16646
16066
|
if (output["DBProxyName"] !== undefined) {
|
|
16647
16067
|
contents.DBProxyName = (0, smithy_client_1.expectString)(output["DBProxyName"]);
|
|
16648
16068
|
}
|
|
@@ -16670,33 +16090,21 @@ const deserializeAws_queryDBProxyTargetGroup = (output, context) => {
|
|
|
16670
16090
|
return contents;
|
|
16671
16091
|
};
|
|
16672
16092
|
const deserializeAws_queryDBProxyTargetGroupNotFoundFault = (output, context) => {
|
|
16673
|
-
const contents = {
|
|
16674
|
-
message: undefined,
|
|
16675
|
-
};
|
|
16093
|
+
const contents = {};
|
|
16676
16094
|
if (output["message"] !== undefined) {
|
|
16677
16095
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16678
16096
|
}
|
|
16679
16097
|
return contents;
|
|
16680
16098
|
};
|
|
16681
16099
|
const deserializeAws_queryDBProxyTargetNotFoundFault = (output, context) => {
|
|
16682
|
-
const contents = {
|
|
16683
|
-
message: undefined,
|
|
16684
|
-
};
|
|
16100
|
+
const contents = {};
|
|
16685
16101
|
if (output["message"] !== undefined) {
|
|
16686
16102
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16687
16103
|
}
|
|
16688
16104
|
return contents;
|
|
16689
16105
|
};
|
|
16690
16106
|
const deserializeAws_queryDBSecurityGroup = (output, context) => {
|
|
16691
|
-
const contents = {
|
|
16692
|
-
OwnerId: undefined,
|
|
16693
|
-
DBSecurityGroupName: undefined,
|
|
16694
|
-
DBSecurityGroupDescription: undefined,
|
|
16695
|
-
VpcId: undefined,
|
|
16696
|
-
EC2SecurityGroups: undefined,
|
|
16697
|
-
IPRanges: undefined,
|
|
16698
|
-
DBSecurityGroupArn: undefined,
|
|
16699
|
-
};
|
|
16107
|
+
const contents = {};
|
|
16700
16108
|
if (output["OwnerId"] !== undefined) {
|
|
16701
16109
|
contents.OwnerId = (0, smithy_client_1.expectString)(output["OwnerId"]);
|
|
16702
16110
|
}
|
|
@@ -16728,19 +16136,14 @@ const deserializeAws_queryDBSecurityGroup = (output, context) => {
|
|
|
16728
16136
|
return contents;
|
|
16729
16137
|
};
|
|
16730
16138
|
const deserializeAws_queryDBSecurityGroupAlreadyExistsFault = (output, context) => {
|
|
16731
|
-
const contents = {
|
|
16732
|
-
message: undefined,
|
|
16733
|
-
};
|
|
16139
|
+
const contents = {};
|
|
16734
16140
|
if (output["message"] !== undefined) {
|
|
16735
16141
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16736
16142
|
}
|
|
16737
16143
|
return contents;
|
|
16738
16144
|
};
|
|
16739
16145
|
const deserializeAws_queryDBSecurityGroupMembership = (output, context) => {
|
|
16740
|
-
const contents = {
|
|
16741
|
-
DBSecurityGroupName: undefined,
|
|
16742
|
-
Status: undefined,
|
|
16743
|
-
};
|
|
16146
|
+
const contents = {};
|
|
16744
16147
|
if (output["DBSecurityGroupName"] !== undefined) {
|
|
16745
16148
|
contents.DBSecurityGroupName = (0, smithy_client_1.expectString)(output["DBSecurityGroupName"]);
|
|
16746
16149
|
}
|
|
@@ -16757,10 +16160,7 @@ const deserializeAws_queryDBSecurityGroupMembershipList = (output, context) => {
|
|
|
16757
16160
|
});
|
|
16758
16161
|
};
|
|
16759
16162
|
const deserializeAws_queryDBSecurityGroupMessage = (output, context) => {
|
|
16760
|
-
const contents = {
|
|
16761
|
-
Marker: undefined,
|
|
16762
|
-
DBSecurityGroups: undefined,
|
|
16763
|
-
};
|
|
16163
|
+
const contents = {};
|
|
16764
16164
|
if (output["Marker"] !== undefined) {
|
|
16765
16165
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
16766
16166
|
}
|
|
@@ -16773,27 +16173,21 @@ const deserializeAws_queryDBSecurityGroupMessage = (output, context) => {
|
|
|
16773
16173
|
return contents;
|
|
16774
16174
|
};
|
|
16775
16175
|
const deserializeAws_queryDBSecurityGroupNotFoundFault = (output, context) => {
|
|
16776
|
-
const contents = {
|
|
16777
|
-
message: undefined,
|
|
16778
|
-
};
|
|
16176
|
+
const contents = {};
|
|
16779
16177
|
if (output["message"] !== undefined) {
|
|
16780
16178
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16781
16179
|
}
|
|
16782
16180
|
return contents;
|
|
16783
16181
|
};
|
|
16784
16182
|
const deserializeAws_queryDBSecurityGroupNotSupportedFault = (output, context) => {
|
|
16785
|
-
const contents = {
|
|
16786
|
-
message: undefined,
|
|
16787
|
-
};
|
|
16183
|
+
const contents = {};
|
|
16788
16184
|
if (output["message"] !== undefined) {
|
|
16789
16185
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16790
16186
|
}
|
|
16791
16187
|
return contents;
|
|
16792
16188
|
};
|
|
16793
16189
|
const deserializeAws_queryDBSecurityGroupQuotaExceededFault = (output, context) => {
|
|
16794
|
-
const contents = {
|
|
16795
|
-
message: undefined,
|
|
16796
|
-
};
|
|
16190
|
+
const contents = {};
|
|
16797
16191
|
if (output["message"] !== undefined) {
|
|
16798
16192
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16799
16193
|
}
|
|
@@ -16807,41 +16201,7 @@ const deserializeAws_queryDBSecurityGroups = (output, context) => {
|
|
|
16807
16201
|
});
|
|
16808
16202
|
};
|
|
16809
16203
|
const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
16810
|
-
const contents = {
|
|
16811
|
-
DBSnapshotIdentifier: undefined,
|
|
16812
|
-
DBInstanceIdentifier: undefined,
|
|
16813
|
-
SnapshotCreateTime: undefined,
|
|
16814
|
-
Engine: undefined,
|
|
16815
|
-
AllocatedStorage: undefined,
|
|
16816
|
-
Status: undefined,
|
|
16817
|
-
Port: undefined,
|
|
16818
|
-
AvailabilityZone: undefined,
|
|
16819
|
-
VpcId: undefined,
|
|
16820
|
-
InstanceCreateTime: undefined,
|
|
16821
|
-
MasterUsername: undefined,
|
|
16822
|
-
EngineVersion: undefined,
|
|
16823
|
-
LicenseModel: undefined,
|
|
16824
|
-
SnapshotType: undefined,
|
|
16825
|
-
Iops: undefined,
|
|
16826
|
-
OptionGroupName: undefined,
|
|
16827
|
-
PercentProgress: undefined,
|
|
16828
|
-
SourceRegion: undefined,
|
|
16829
|
-
SourceDBSnapshotIdentifier: undefined,
|
|
16830
|
-
StorageType: undefined,
|
|
16831
|
-
TdeCredentialArn: undefined,
|
|
16832
|
-
Encrypted: undefined,
|
|
16833
|
-
KmsKeyId: undefined,
|
|
16834
|
-
DBSnapshotArn: undefined,
|
|
16835
|
-
Timezone: undefined,
|
|
16836
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
16837
|
-
ProcessorFeatures: undefined,
|
|
16838
|
-
DbiResourceId: undefined,
|
|
16839
|
-
TagList: undefined,
|
|
16840
|
-
OriginalSnapshotCreateTime: undefined,
|
|
16841
|
-
SnapshotDatabaseTime: undefined,
|
|
16842
|
-
SnapshotTarget: undefined,
|
|
16843
|
-
StorageThroughput: undefined,
|
|
16844
|
-
};
|
|
16204
|
+
const contents = {};
|
|
16845
16205
|
if (output["DBSnapshotIdentifier"] !== undefined) {
|
|
16846
16206
|
contents.DBSnapshotIdentifier = (0, smithy_client_1.expectString)(output["DBSnapshotIdentifier"]);
|
|
16847
16207
|
}
|
|
@@ -16951,19 +16311,14 @@ const deserializeAws_queryDBSnapshot = (output, context) => {
|
|
|
16951
16311
|
return contents;
|
|
16952
16312
|
};
|
|
16953
16313
|
const deserializeAws_queryDBSnapshotAlreadyExistsFault = (output, context) => {
|
|
16954
|
-
const contents = {
|
|
16955
|
-
message: undefined,
|
|
16956
|
-
};
|
|
16314
|
+
const contents = {};
|
|
16957
16315
|
if (output["message"] !== undefined) {
|
|
16958
16316
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
16959
16317
|
}
|
|
16960
16318
|
return contents;
|
|
16961
16319
|
};
|
|
16962
16320
|
const deserializeAws_queryDBSnapshotAttribute = (output, context) => {
|
|
16963
|
-
const contents = {
|
|
16964
|
-
AttributeName: undefined,
|
|
16965
|
-
AttributeValues: undefined,
|
|
16966
|
-
};
|
|
16321
|
+
const contents = {};
|
|
16967
16322
|
if (output["AttributeName"] !== undefined) {
|
|
16968
16323
|
contents.AttributeName = (0, smithy_client_1.expectString)(output["AttributeName"]);
|
|
16969
16324
|
}
|
|
@@ -16983,10 +16338,7 @@ const deserializeAws_queryDBSnapshotAttributeList = (output, context) => {
|
|
|
16983
16338
|
});
|
|
16984
16339
|
};
|
|
16985
16340
|
const deserializeAws_queryDBSnapshotAttributesResult = (output, context) => {
|
|
16986
|
-
const contents = {
|
|
16987
|
-
DBSnapshotIdentifier: undefined,
|
|
16988
|
-
DBSnapshotAttributes: undefined,
|
|
16989
|
-
};
|
|
16341
|
+
const contents = {};
|
|
16990
16342
|
if (output["DBSnapshotIdentifier"] !== undefined) {
|
|
16991
16343
|
contents.DBSnapshotIdentifier = (0, smithy_client_1.expectString)(output["DBSnapshotIdentifier"]);
|
|
16992
16344
|
}
|
|
@@ -17007,10 +16359,7 @@ const deserializeAws_queryDBSnapshotList = (output, context) => {
|
|
|
17007
16359
|
});
|
|
17008
16360
|
};
|
|
17009
16361
|
const deserializeAws_queryDBSnapshotMessage = (output, context) => {
|
|
17010
|
-
const contents = {
|
|
17011
|
-
Marker: undefined,
|
|
17012
|
-
DBSnapshots: undefined,
|
|
17013
|
-
};
|
|
16362
|
+
const contents = {};
|
|
17014
16363
|
if (output["Marker"] !== undefined) {
|
|
17015
16364
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
17016
16365
|
}
|
|
@@ -17023,24 +16372,14 @@ const deserializeAws_queryDBSnapshotMessage = (output, context) => {
|
|
|
17023
16372
|
return contents;
|
|
17024
16373
|
};
|
|
17025
16374
|
const deserializeAws_queryDBSnapshotNotFoundFault = (output, context) => {
|
|
17026
|
-
const contents = {
|
|
17027
|
-
message: undefined,
|
|
17028
|
-
};
|
|
16375
|
+
const contents = {};
|
|
17029
16376
|
if (output["message"] !== undefined) {
|
|
17030
16377
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17031
16378
|
}
|
|
17032
16379
|
return contents;
|
|
17033
16380
|
};
|
|
17034
16381
|
const deserializeAws_queryDBSubnetGroup = (output, context) => {
|
|
17035
|
-
const contents = {
|
|
17036
|
-
DBSubnetGroupName: undefined,
|
|
17037
|
-
DBSubnetGroupDescription: undefined,
|
|
17038
|
-
VpcId: undefined,
|
|
17039
|
-
SubnetGroupStatus: undefined,
|
|
17040
|
-
Subnets: undefined,
|
|
17041
|
-
DBSubnetGroupArn: undefined,
|
|
17042
|
-
SupportedNetworkTypes: undefined,
|
|
17043
|
-
};
|
|
16382
|
+
const contents = {};
|
|
17044
16383
|
if (output["DBSubnetGroupName"] !== undefined) {
|
|
17045
16384
|
contents.DBSubnetGroupName = (0, smithy_client_1.expectString)(output["DBSubnetGroupName"]);
|
|
17046
16385
|
}
|
|
@@ -17071,28 +16410,21 @@ const deserializeAws_queryDBSubnetGroup = (output, context) => {
|
|
|
17071
16410
|
return contents;
|
|
17072
16411
|
};
|
|
17073
16412
|
const deserializeAws_queryDBSubnetGroupAlreadyExistsFault = (output, context) => {
|
|
17074
|
-
const contents = {
|
|
17075
|
-
message: undefined,
|
|
17076
|
-
};
|
|
16413
|
+
const contents = {};
|
|
17077
16414
|
if (output["message"] !== undefined) {
|
|
17078
16415
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17079
16416
|
}
|
|
17080
16417
|
return contents;
|
|
17081
16418
|
};
|
|
17082
16419
|
const deserializeAws_queryDBSubnetGroupDoesNotCoverEnoughAZs = (output, context) => {
|
|
17083
|
-
const contents = {
|
|
17084
|
-
message: undefined,
|
|
17085
|
-
};
|
|
16420
|
+
const contents = {};
|
|
17086
16421
|
if (output["message"] !== undefined) {
|
|
17087
16422
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17088
16423
|
}
|
|
17089
16424
|
return contents;
|
|
17090
16425
|
};
|
|
17091
16426
|
const deserializeAws_queryDBSubnetGroupMessage = (output, context) => {
|
|
17092
|
-
const contents = {
|
|
17093
|
-
Marker: undefined,
|
|
17094
|
-
DBSubnetGroups: undefined,
|
|
17095
|
-
};
|
|
16427
|
+
const contents = {};
|
|
17096
16428
|
if (output["Marker"] !== undefined) {
|
|
17097
16429
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
17098
16430
|
}
|
|
@@ -17105,27 +16437,21 @@ const deserializeAws_queryDBSubnetGroupMessage = (output, context) => {
|
|
|
17105
16437
|
return contents;
|
|
17106
16438
|
};
|
|
17107
16439
|
const deserializeAws_queryDBSubnetGroupNotAllowedFault = (output, context) => {
|
|
17108
|
-
const contents = {
|
|
17109
|
-
message: undefined,
|
|
17110
|
-
};
|
|
16440
|
+
const contents = {};
|
|
17111
16441
|
if (output["message"] !== undefined) {
|
|
17112
16442
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17113
16443
|
}
|
|
17114
16444
|
return contents;
|
|
17115
16445
|
};
|
|
17116
16446
|
const deserializeAws_queryDBSubnetGroupNotFoundFault = (output, context) => {
|
|
17117
|
-
const contents = {
|
|
17118
|
-
message: undefined,
|
|
17119
|
-
};
|
|
16447
|
+
const contents = {};
|
|
17120
16448
|
if (output["message"] !== undefined) {
|
|
17121
16449
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17122
16450
|
}
|
|
17123
16451
|
return contents;
|
|
17124
16452
|
};
|
|
17125
16453
|
const deserializeAws_queryDBSubnetGroupQuotaExceededFault = (output, context) => {
|
|
17126
|
-
const contents = {
|
|
17127
|
-
message: undefined,
|
|
17128
|
-
};
|
|
16454
|
+
const contents = {};
|
|
17129
16455
|
if (output["message"] !== undefined) {
|
|
17130
16456
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17131
16457
|
}
|
|
@@ -17139,108 +16465,84 @@ const deserializeAws_queryDBSubnetGroups = (output, context) => {
|
|
|
17139
16465
|
});
|
|
17140
16466
|
};
|
|
17141
16467
|
const deserializeAws_queryDBSubnetQuotaExceededFault = (output, context) => {
|
|
17142
|
-
const contents = {
|
|
17143
|
-
message: undefined,
|
|
17144
|
-
};
|
|
16468
|
+
const contents = {};
|
|
17145
16469
|
if (output["message"] !== undefined) {
|
|
17146
16470
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17147
16471
|
}
|
|
17148
16472
|
return contents;
|
|
17149
16473
|
};
|
|
17150
16474
|
const deserializeAws_queryDBUpgradeDependencyFailureFault = (output, context) => {
|
|
17151
|
-
const contents = {
|
|
17152
|
-
message: undefined,
|
|
17153
|
-
};
|
|
16475
|
+
const contents = {};
|
|
17154
16476
|
if (output["message"] !== undefined) {
|
|
17155
16477
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17156
16478
|
}
|
|
17157
16479
|
return contents;
|
|
17158
16480
|
};
|
|
17159
16481
|
const deserializeAws_queryDeleteBlueGreenDeploymentResponse = (output, context) => {
|
|
17160
|
-
const contents = {
|
|
17161
|
-
BlueGreenDeployment: undefined,
|
|
17162
|
-
};
|
|
16482
|
+
const contents = {};
|
|
17163
16483
|
if (output["BlueGreenDeployment"] !== undefined) {
|
|
17164
16484
|
contents.BlueGreenDeployment = deserializeAws_queryBlueGreenDeployment(output["BlueGreenDeployment"], context);
|
|
17165
16485
|
}
|
|
17166
16486
|
return contents;
|
|
17167
16487
|
};
|
|
17168
16488
|
const deserializeAws_queryDeleteDBClusterResult = (output, context) => {
|
|
17169
|
-
const contents = {
|
|
17170
|
-
DBCluster: undefined,
|
|
17171
|
-
};
|
|
16489
|
+
const contents = {};
|
|
17172
16490
|
if (output["DBCluster"] !== undefined) {
|
|
17173
16491
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
17174
16492
|
}
|
|
17175
16493
|
return contents;
|
|
17176
16494
|
};
|
|
17177
16495
|
const deserializeAws_queryDeleteDBClusterSnapshotResult = (output, context) => {
|
|
17178
|
-
const contents = {
|
|
17179
|
-
DBClusterSnapshot: undefined,
|
|
17180
|
-
};
|
|
16496
|
+
const contents = {};
|
|
17181
16497
|
if (output["DBClusterSnapshot"] !== undefined) {
|
|
17182
16498
|
contents.DBClusterSnapshot = deserializeAws_queryDBClusterSnapshot(output["DBClusterSnapshot"], context);
|
|
17183
16499
|
}
|
|
17184
16500
|
return contents;
|
|
17185
16501
|
};
|
|
17186
16502
|
const deserializeAws_queryDeleteDBInstanceAutomatedBackupResult = (output, context) => {
|
|
17187
|
-
const contents = {
|
|
17188
|
-
DBInstanceAutomatedBackup: undefined,
|
|
17189
|
-
};
|
|
16503
|
+
const contents = {};
|
|
17190
16504
|
if (output["DBInstanceAutomatedBackup"] !== undefined) {
|
|
17191
16505
|
contents.DBInstanceAutomatedBackup = deserializeAws_queryDBInstanceAutomatedBackup(output["DBInstanceAutomatedBackup"], context);
|
|
17192
16506
|
}
|
|
17193
16507
|
return contents;
|
|
17194
16508
|
};
|
|
17195
16509
|
const deserializeAws_queryDeleteDBInstanceResult = (output, context) => {
|
|
17196
|
-
const contents = {
|
|
17197
|
-
DBInstance: undefined,
|
|
17198
|
-
};
|
|
16510
|
+
const contents = {};
|
|
17199
16511
|
if (output["DBInstance"] !== undefined) {
|
|
17200
16512
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
17201
16513
|
}
|
|
17202
16514
|
return contents;
|
|
17203
16515
|
};
|
|
17204
16516
|
const deserializeAws_queryDeleteDBProxyEndpointResponse = (output, context) => {
|
|
17205
|
-
const contents = {
|
|
17206
|
-
DBProxyEndpoint: undefined,
|
|
17207
|
-
};
|
|
16517
|
+
const contents = {};
|
|
17208
16518
|
if (output["DBProxyEndpoint"] !== undefined) {
|
|
17209
16519
|
contents.DBProxyEndpoint = deserializeAws_queryDBProxyEndpoint(output["DBProxyEndpoint"], context);
|
|
17210
16520
|
}
|
|
17211
16521
|
return contents;
|
|
17212
16522
|
};
|
|
17213
16523
|
const deserializeAws_queryDeleteDBProxyResponse = (output, context) => {
|
|
17214
|
-
const contents = {
|
|
17215
|
-
DBProxy: undefined,
|
|
17216
|
-
};
|
|
16524
|
+
const contents = {};
|
|
17217
16525
|
if (output["DBProxy"] !== undefined) {
|
|
17218
16526
|
contents.DBProxy = deserializeAws_queryDBProxy(output["DBProxy"], context);
|
|
17219
16527
|
}
|
|
17220
16528
|
return contents;
|
|
17221
16529
|
};
|
|
17222
16530
|
const deserializeAws_queryDeleteDBSnapshotResult = (output, context) => {
|
|
17223
|
-
const contents = {
|
|
17224
|
-
DBSnapshot: undefined,
|
|
17225
|
-
};
|
|
16531
|
+
const contents = {};
|
|
17226
16532
|
if (output["DBSnapshot"] !== undefined) {
|
|
17227
16533
|
contents.DBSnapshot = deserializeAws_queryDBSnapshot(output["DBSnapshot"], context);
|
|
17228
16534
|
}
|
|
17229
16535
|
return contents;
|
|
17230
16536
|
};
|
|
17231
16537
|
const deserializeAws_queryDeleteEventSubscriptionResult = (output, context) => {
|
|
17232
|
-
const contents = {
|
|
17233
|
-
EventSubscription: undefined,
|
|
17234
|
-
};
|
|
16538
|
+
const contents = {};
|
|
17235
16539
|
if (output["EventSubscription"] !== undefined) {
|
|
17236
16540
|
contents.EventSubscription = deserializeAws_queryEventSubscription(output["EventSubscription"], context);
|
|
17237
16541
|
}
|
|
17238
16542
|
return contents;
|
|
17239
16543
|
};
|
|
17240
16544
|
const deserializeAws_queryDeleteGlobalClusterResult = (output, context) => {
|
|
17241
|
-
const contents = {
|
|
17242
|
-
GlobalCluster: undefined,
|
|
17243
|
-
};
|
|
16545
|
+
const contents = {};
|
|
17244
16546
|
if (output["GlobalCluster"] !== undefined) {
|
|
17245
16547
|
contents.GlobalCluster = deserializeAws_queryGlobalCluster(output["GlobalCluster"], context);
|
|
17246
16548
|
}
|
|
@@ -17251,10 +16553,7 @@ const deserializeAws_queryDeregisterDBProxyTargetsResponse = (output, context) =
|
|
|
17251
16553
|
return contents;
|
|
17252
16554
|
};
|
|
17253
16555
|
const deserializeAws_queryDescribeBlueGreenDeploymentsResponse = (output, context) => {
|
|
17254
|
-
const contents = {
|
|
17255
|
-
BlueGreenDeployments: undefined,
|
|
17256
|
-
Marker: undefined,
|
|
17257
|
-
};
|
|
16556
|
+
const contents = {};
|
|
17258
16557
|
if (output.BlueGreenDeployments === "") {
|
|
17259
16558
|
contents.BlueGreenDeployments = [];
|
|
17260
16559
|
}
|
|
@@ -17267,20 +16566,14 @@ const deserializeAws_queryDescribeBlueGreenDeploymentsResponse = (output, contex
|
|
|
17267
16566
|
return contents;
|
|
17268
16567
|
};
|
|
17269
16568
|
const deserializeAws_queryDescribeDBClusterSnapshotAttributesResult = (output, context) => {
|
|
17270
|
-
const contents = {
|
|
17271
|
-
DBClusterSnapshotAttributesResult: undefined,
|
|
17272
|
-
};
|
|
16569
|
+
const contents = {};
|
|
17273
16570
|
if (output["DBClusterSnapshotAttributesResult"] !== undefined) {
|
|
17274
16571
|
contents.DBClusterSnapshotAttributesResult = deserializeAws_queryDBClusterSnapshotAttributesResult(output["DBClusterSnapshotAttributesResult"], context);
|
|
17275
16572
|
}
|
|
17276
16573
|
return contents;
|
|
17277
16574
|
};
|
|
17278
16575
|
const deserializeAws_queryDescribeDBLogFilesDetails = (output, context) => {
|
|
17279
|
-
const contents = {
|
|
17280
|
-
LogFileName: undefined,
|
|
17281
|
-
LastWritten: undefined,
|
|
17282
|
-
Size: undefined,
|
|
17283
|
-
};
|
|
16576
|
+
const contents = {};
|
|
17284
16577
|
if (output["LogFileName"] !== undefined) {
|
|
17285
16578
|
contents.LogFileName = (0, smithy_client_1.expectString)(output["LogFileName"]);
|
|
17286
16579
|
}
|
|
@@ -17300,10 +16593,7 @@ const deserializeAws_queryDescribeDBLogFilesList = (output, context) => {
|
|
|
17300
16593
|
});
|
|
17301
16594
|
};
|
|
17302
16595
|
const deserializeAws_queryDescribeDBLogFilesResponse = (output, context) => {
|
|
17303
|
-
const contents = {
|
|
17304
|
-
DescribeDBLogFiles: undefined,
|
|
17305
|
-
Marker: undefined,
|
|
17306
|
-
};
|
|
16596
|
+
const contents = {};
|
|
17307
16597
|
if (output.DescribeDBLogFiles === "") {
|
|
17308
16598
|
contents.DescribeDBLogFiles = [];
|
|
17309
16599
|
}
|
|
@@ -17317,10 +16607,7 @@ const deserializeAws_queryDescribeDBLogFilesResponse = (output, context) => {
|
|
|
17317
16607
|
return contents;
|
|
17318
16608
|
};
|
|
17319
16609
|
const deserializeAws_queryDescribeDBProxiesResponse = (output, context) => {
|
|
17320
|
-
const contents = {
|
|
17321
|
-
DBProxies: undefined,
|
|
17322
|
-
Marker: undefined,
|
|
17323
|
-
};
|
|
16610
|
+
const contents = {};
|
|
17324
16611
|
if (output.DBProxies === "") {
|
|
17325
16612
|
contents.DBProxies = [];
|
|
17326
16613
|
}
|
|
@@ -17333,10 +16620,7 @@ const deserializeAws_queryDescribeDBProxiesResponse = (output, context) => {
|
|
|
17333
16620
|
return contents;
|
|
17334
16621
|
};
|
|
17335
16622
|
const deserializeAws_queryDescribeDBProxyEndpointsResponse = (output, context) => {
|
|
17336
|
-
const contents = {
|
|
17337
|
-
DBProxyEndpoints: undefined,
|
|
17338
|
-
Marker: undefined,
|
|
17339
|
-
};
|
|
16623
|
+
const contents = {};
|
|
17340
16624
|
if (output.DBProxyEndpoints === "") {
|
|
17341
16625
|
contents.DBProxyEndpoints = [];
|
|
17342
16626
|
}
|
|
@@ -17349,10 +16633,7 @@ const deserializeAws_queryDescribeDBProxyEndpointsResponse = (output, context) =
|
|
|
17349
16633
|
return contents;
|
|
17350
16634
|
};
|
|
17351
16635
|
const deserializeAws_queryDescribeDBProxyTargetGroupsResponse = (output, context) => {
|
|
17352
|
-
const contents = {
|
|
17353
|
-
TargetGroups: undefined,
|
|
17354
|
-
Marker: undefined,
|
|
17355
|
-
};
|
|
16636
|
+
const contents = {};
|
|
17356
16637
|
if (output.TargetGroups === "") {
|
|
17357
16638
|
contents.TargetGroups = [];
|
|
17358
16639
|
}
|
|
@@ -17365,10 +16646,7 @@ const deserializeAws_queryDescribeDBProxyTargetGroupsResponse = (output, context
|
|
|
17365
16646
|
return contents;
|
|
17366
16647
|
};
|
|
17367
16648
|
const deserializeAws_queryDescribeDBProxyTargetsResponse = (output, context) => {
|
|
17368
|
-
const contents = {
|
|
17369
|
-
Targets: undefined,
|
|
17370
|
-
Marker: undefined,
|
|
17371
|
-
};
|
|
16649
|
+
const contents = {};
|
|
17372
16650
|
if (output.Targets === "") {
|
|
17373
16651
|
contents.Targets = [];
|
|
17374
16652
|
}
|
|
@@ -17381,48 +16659,35 @@ const deserializeAws_queryDescribeDBProxyTargetsResponse = (output, context) =>
|
|
|
17381
16659
|
return contents;
|
|
17382
16660
|
};
|
|
17383
16661
|
const deserializeAws_queryDescribeDBSnapshotAttributesResult = (output, context) => {
|
|
17384
|
-
const contents = {
|
|
17385
|
-
DBSnapshotAttributesResult: undefined,
|
|
17386
|
-
};
|
|
16662
|
+
const contents = {};
|
|
17387
16663
|
if (output["DBSnapshotAttributesResult"] !== undefined) {
|
|
17388
16664
|
contents.DBSnapshotAttributesResult = deserializeAws_queryDBSnapshotAttributesResult(output["DBSnapshotAttributesResult"], context);
|
|
17389
16665
|
}
|
|
17390
16666
|
return contents;
|
|
17391
16667
|
};
|
|
17392
16668
|
const deserializeAws_queryDescribeEngineDefaultClusterParametersResult = (output, context) => {
|
|
17393
|
-
const contents = {
|
|
17394
|
-
EngineDefaults: undefined,
|
|
17395
|
-
};
|
|
16669
|
+
const contents = {};
|
|
17396
16670
|
if (output["EngineDefaults"] !== undefined) {
|
|
17397
16671
|
contents.EngineDefaults = deserializeAws_queryEngineDefaults(output["EngineDefaults"], context);
|
|
17398
16672
|
}
|
|
17399
16673
|
return contents;
|
|
17400
16674
|
};
|
|
17401
16675
|
const deserializeAws_queryDescribeEngineDefaultParametersResult = (output, context) => {
|
|
17402
|
-
const contents = {
|
|
17403
|
-
EngineDefaults: undefined,
|
|
17404
|
-
};
|
|
16676
|
+
const contents = {};
|
|
17405
16677
|
if (output["EngineDefaults"] !== undefined) {
|
|
17406
16678
|
contents.EngineDefaults = deserializeAws_queryEngineDefaults(output["EngineDefaults"], context);
|
|
17407
16679
|
}
|
|
17408
16680
|
return contents;
|
|
17409
16681
|
};
|
|
17410
16682
|
const deserializeAws_queryDescribeValidDBInstanceModificationsResult = (output, context) => {
|
|
17411
|
-
const contents = {
|
|
17412
|
-
ValidDBInstanceModificationsMessage: undefined,
|
|
17413
|
-
};
|
|
16683
|
+
const contents = {};
|
|
17414
16684
|
if (output["ValidDBInstanceModificationsMessage"] !== undefined) {
|
|
17415
16685
|
contents.ValidDBInstanceModificationsMessage = deserializeAws_queryValidDBInstanceModificationsMessage(output["ValidDBInstanceModificationsMessage"], context);
|
|
17416
16686
|
}
|
|
17417
16687
|
return contents;
|
|
17418
16688
|
};
|
|
17419
16689
|
const deserializeAws_queryDomainMembership = (output, context) => {
|
|
17420
|
-
const contents = {
|
|
17421
|
-
Domain: undefined,
|
|
17422
|
-
Status: undefined,
|
|
17423
|
-
FQDN: undefined,
|
|
17424
|
-
IAMRoleName: undefined,
|
|
17425
|
-
};
|
|
16690
|
+
const contents = {};
|
|
17426
16691
|
if (output["Domain"] !== undefined) {
|
|
17427
16692
|
contents.Domain = (0, smithy_client_1.expectString)(output["Domain"]);
|
|
17428
16693
|
}
|
|
@@ -17445,19 +16710,14 @@ const deserializeAws_queryDomainMembershipList = (output, context) => {
|
|
|
17445
16710
|
});
|
|
17446
16711
|
};
|
|
17447
16712
|
const deserializeAws_queryDomainNotFoundFault = (output, context) => {
|
|
17448
|
-
const contents = {
|
|
17449
|
-
message: undefined,
|
|
17450
|
-
};
|
|
16713
|
+
const contents = {};
|
|
17451
16714
|
if (output["message"] !== undefined) {
|
|
17452
16715
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17453
16716
|
}
|
|
17454
16717
|
return contents;
|
|
17455
16718
|
};
|
|
17456
16719
|
const deserializeAws_queryDoubleRange = (output, context) => {
|
|
17457
|
-
const contents = {
|
|
17458
|
-
From: undefined,
|
|
17459
|
-
To: undefined,
|
|
17460
|
-
};
|
|
16720
|
+
const contents = {};
|
|
17461
16721
|
if (output["From"] !== undefined) {
|
|
17462
16722
|
contents.From = (0, smithy_client_1.strictParseFloat)(output["From"]);
|
|
17463
16723
|
}
|
|
@@ -17474,11 +16734,7 @@ const deserializeAws_queryDoubleRangeList = (output, context) => {
|
|
|
17474
16734
|
});
|
|
17475
16735
|
};
|
|
17476
16736
|
const deserializeAws_queryDownloadDBLogFilePortionDetails = (output, context) => {
|
|
17477
|
-
const contents = {
|
|
17478
|
-
LogFileData: undefined,
|
|
17479
|
-
Marker: undefined,
|
|
17480
|
-
AdditionalDataPending: undefined,
|
|
17481
|
-
};
|
|
16737
|
+
const contents = {};
|
|
17482
16738
|
if (output["LogFileData"] !== undefined) {
|
|
17483
16739
|
contents.LogFileData = (0, smithy_client_1.expectString)(output["LogFileData"]);
|
|
17484
16740
|
}
|
|
@@ -17491,21 +16747,14 @@ const deserializeAws_queryDownloadDBLogFilePortionDetails = (output, context) =>
|
|
|
17491
16747
|
return contents;
|
|
17492
16748
|
};
|
|
17493
16749
|
const deserializeAws_queryEc2ImagePropertiesNotSupportedFault = (output, context) => {
|
|
17494
|
-
const contents = {
|
|
17495
|
-
message: undefined,
|
|
17496
|
-
};
|
|
16750
|
+
const contents = {};
|
|
17497
16751
|
if (output["message"] !== undefined) {
|
|
17498
16752
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17499
16753
|
}
|
|
17500
16754
|
return contents;
|
|
17501
16755
|
};
|
|
17502
16756
|
const deserializeAws_queryEC2SecurityGroup = (output, context) => {
|
|
17503
|
-
const contents = {
|
|
17504
|
-
Status: undefined,
|
|
17505
|
-
EC2SecurityGroupName: undefined,
|
|
17506
|
-
EC2SecurityGroupId: undefined,
|
|
17507
|
-
EC2SecurityGroupOwnerId: undefined,
|
|
17508
|
-
};
|
|
16757
|
+
const contents = {};
|
|
17509
16758
|
if (output["Status"] !== undefined) {
|
|
17510
16759
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
17511
16760
|
}
|
|
@@ -17528,11 +16777,7 @@ const deserializeAws_queryEC2SecurityGroupList = (output, context) => {
|
|
|
17528
16777
|
});
|
|
17529
16778
|
};
|
|
17530
16779
|
const deserializeAws_queryEndpoint = (output, context) => {
|
|
17531
|
-
const contents = {
|
|
17532
|
-
Address: undefined,
|
|
17533
|
-
Port: undefined,
|
|
17534
|
-
HostedZoneId: undefined,
|
|
17535
|
-
};
|
|
16780
|
+
const contents = {};
|
|
17536
16781
|
if (output["Address"] !== undefined) {
|
|
17537
16782
|
contents.Address = (0, smithy_client_1.expectString)(output["Address"]);
|
|
17538
16783
|
}
|
|
@@ -17545,11 +16790,7 @@ const deserializeAws_queryEndpoint = (output, context) => {
|
|
|
17545
16790
|
return contents;
|
|
17546
16791
|
};
|
|
17547
16792
|
const deserializeAws_queryEngineDefaults = (output, context) => {
|
|
17548
|
-
const contents = {
|
|
17549
|
-
DBParameterGroupFamily: undefined,
|
|
17550
|
-
Marker: undefined,
|
|
17551
|
-
Parameters: undefined,
|
|
17552
|
-
};
|
|
16793
|
+
const contents = {};
|
|
17553
16794
|
if (output["DBParameterGroupFamily"] !== undefined) {
|
|
17554
16795
|
contents.DBParameterGroupFamily = (0, smithy_client_1.expectString)(output["DBParameterGroupFamily"]);
|
|
17555
16796
|
}
|
|
@@ -17572,14 +16813,7 @@ const deserializeAws_queryEngineModeList = (output, context) => {
|
|
|
17572
16813
|
});
|
|
17573
16814
|
};
|
|
17574
16815
|
const deserializeAws_queryEvent = (output, context) => {
|
|
17575
|
-
const contents = {
|
|
17576
|
-
SourceIdentifier: undefined,
|
|
17577
|
-
SourceType: undefined,
|
|
17578
|
-
Message: undefined,
|
|
17579
|
-
EventCategories: undefined,
|
|
17580
|
-
Date: undefined,
|
|
17581
|
-
SourceArn: undefined,
|
|
17582
|
-
};
|
|
16816
|
+
const contents = {};
|
|
17583
16817
|
if (output["SourceIdentifier"] !== undefined) {
|
|
17584
16818
|
contents.SourceIdentifier = (0, smithy_client_1.expectString)(output["SourceIdentifier"]);
|
|
17585
16819
|
}
|
|
@@ -17611,10 +16845,7 @@ const deserializeAws_queryEventCategoriesList = (output, context) => {
|
|
|
17611
16845
|
});
|
|
17612
16846
|
};
|
|
17613
16847
|
const deserializeAws_queryEventCategoriesMap = (output, context) => {
|
|
17614
|
-
const contents = {
|
|
17615
|
-
SourceType: undefined,
|
|
17616
|
-
EventCategories: undefined,
|
|
17617
|
-
};
|
|
16848
|
+
const contents = {};
|
|
17618
16849
|
if (output["SourceType"] !== undefined) {
|
|
17619
16850
|
contents.SourceType = (0, smithy_client_1.expectString)(output["SourceType"]);
|
|
17620
16851
|
}
|
|
@@ -17634,9 +16865,7 @@ const deserializeAws_queryEventCategoriesMapList = (output, context) => {
|
|
|
17634
16865
|
});
|
|
17635
16866
|
};
|
|
17636
16867
|
const deserializeAws_queryEventCategoriesMessage = (output, context) => {
|
|
17637
|
-
const contents = {
|
|
17638
|
-
EventCategoriesMapList: undefined,
|
|
17639
|
-
};
|
|
16868
|
+
const contents = {};
|
|
17640
16869
|
if (output.EventCategoriesMapList === "") {
|
|
17641
16870
|
contents.EventCategoriesMapList = [];
|
|
17642
16871
|
}
|
|
@@ -17654,10 +16883,7 @@ const deserializeAws_queryEventList = (output, context) => {
|
|
|
17654
16883
|
});
|
|
17655
16884
|
};
|
|
17656
16885
|
const deserializeAws_queryEventsMessage = (output, context) => {
|
|
17657
|
-
const contents = {
|
|
17658
|
-
Marker: undefined,
|
|
17659
|
-
Events: undefined,
|
|
17660
|
-
};
|
|
16886
|
+
const contents = {};
|
|
17661
16887
|
if (output["Marker"] !== undefined) {
|
|
17662
16888
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
17663
16889
|
}
|
|
@@ -17670,18 +16896,7 @@ const deserializeAws_queryEventsMessage = (output, context) => {
|
|
|
17670
16896
|
return contents;
|
|
17671
16897
|
};
|
|
17672
16898
|
const deserializeAws_queryEventSubscription = (output, context) => {
|
|
17673
|
-
const contents = {
|
|
17674
|
-
CustomerAwsId: undefined,
|
|
17675
|
-
CustSubscriptionId: undefined,
|
|
17676
|
-
SnsTopicArn: undefined,
|
|
17677
|
-
Status: undefined,
|
|
17678
|
-
SubscriptionCreationTime: undefined,
|
|
17679
|
-
SourceType: undefined,
|
|
17680
|
-
SourceIdsList: undefined,
|
|
17681
|
-
EventCategoriesList: undefined,
|
|
17682
|
-
Enabled: undefined,
|
|
17683
|
-
EventSubscriptionArn: undefined,
|
|
17684
|
-
};
|
|
16899
|
+
const contents = {};
|
|
17685
16900
|
if (output["CustomerAwsId"] !== undefined) {
|
|
17686
16901
|
contents.CustomerAwsId = (0, smithy_client_1.expectString)(output["CustomerAwsId"]);
|
|
17687
16902
|
}
|
|
@@ -17722,9 +16937,7 @@ const deserializeAws_queryEventSubscription = (output, context) => {
|
|
|
17722
16937
|
return contents;
|
|
17723
16938
|
};
|
|
17724
16939
|
const deserializeAws_queryEventSubscriptionQuotaExceededFault = (output, context) => {
|
|
17725
|
-
const contents = {
|
|
17726
|
-
message: undefined,
|
|
17727
|
-
};
|
|
16940
|
+
const contents = {};
|
|
17728
16941
|
if (output["message"] !== undefined) {
|
|
17729
16942
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17730
16943
|
}
|
|
@@ -17738,10 +16951,7 @@ const deserializeAws_queryEventSubscriptionsList = (output, context) => {
|
|
|
17738
16951
|
});
|
|
17739
16952
|
};
|
|
17740
16953
|
const deserializeAws_queryEventSubscriptionsMessage = (output, context) => {
|
|
17741
|
-
const contents = {
|
|
17742
|
-
Marker: undefined,
|
|
17743
|
-
EventSubscriptionsList: undefined,
|
|
17744
|
-
};
|
|
16954
|
+
const contents = {};
|
|
17745
16955
|
if (output["Marker"] !== undefined) {
|
|
17746
16956
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
17747
16957
|
}
|
|
@@ -17755,24 +16965,7 @@ const deserializeAws_queryEventSubscriptionsMessage = (output, context) => {
|
|
|
17755
16965
|
return contents;
|
|
17756
16966
|
};
|
|
17757
16967
|
const deserializeAws_queryExportTask = (output, context) => {
|
|
17758
|
-
const contents = {
|
|
17759
|
-
ExportTaskIdentifier: undefined,
|
|
17760
|
-
SourceArn: undefined,
|
|
17761
|
-
ExportOnly: undefined,
|
|
17762
|
-
SnapshotTime: undefined,
|
|
17763
|
-
TaskStartTime: undefined,
|
|
17764
|
-
TaskEndTime: undefined,
|
|
17765
|
-
S3Bucket: undefined,
|
|
17766
|
-
S3Prefix: undefined,
|
|
17767
|
-
IamRoleArn: undefined,
|
|
17768
|
-
KmsKeyId: undefined,
|
|
17769
|
-
Status: undefined,
|
|
17770
|
-
PercentProgress: undefined,
|
|
17771
|
-
TotalExtractedDataInGB: undefined,
|
|
17772
|
-
FailureCause: undefined,
|
|
17773
|
-
WarningMessage: undefined,
|
|
17774
|
-
SourceType: undefined,
|
|
17775
|
-
};
|
|
16968
|
+
const contents = {};
|
|
17776
16969
|
if (output["ExportTaskIdentifier"] !== undefined) {
|
|
17777
16970
|
contents.ExportTaskIdentifier = (0, smithy_client_1.expectString)(output["ExportTaskIdentifier"]);
|
|
17778
16971
|
}
|
|
@@ -17827,18 +17020,14 @@ const deserializeAws_queryExportTask = (output, context) => {
|
|
|
17827
17020
|
return contents;
|
|
17828
17021
|
};
|
|
17829
17022
|
const deserializeAws_queryExportTaskAlreadyExistsFault = (output, context) => {
|
|
17830
|
-
const contents = {
|
|
17831
|
-
message: undefined,
|
|
17832
|
-
};
|
|
17023
|
+
const contents = {};
|
|
17833
17024
|
if (output["message"] !== undefined) {
|
|
17834
17025
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17835
17026
|
}
|
|
17836
17027
|
return contents;
|
|
17837
17028
|
};
|
|
17838
17029
|
const deserializeAws_queryExportTaskNotFoundFault = (output, context) => {
|
|
17839
|
-
const contents = {
|
|
17840
|
-
message: undefined,
|
|
17841
|
-
};
|
|
17030
|
+
const contents = {};
|
|
17842
17031
|
if (output["message"] !== undefined) {
|
|
17843
17032
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17844
17033
|
}
|
|
@@ -17852,10 +17041,7 @@ const deserializeAws_queryExportTasksList = (output, context) => {
|
|
|
17852
17041
|
});
|
|
17853
17042
|
};
|
|
17854
17043
|
const deserializeAws_queryExportTasksMessage = (output, context) => {
|
|
17855
|
-
const contents = {
|
|
17856
|
-
Marker: undefined,
|
|
17857
|
-
ExportTasks: undefined,
|
|
17858
|
-
};
|
|
17044
|
+
const contents = {};
|
|
17859
17045
|
if (output["Marker"] !== undefined) {
|
|
17860
17046
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
17861
17047
|
}
|
|
@@ -17868,29 +17054,21 @@ const deserializeAws_queryExportTasksMessage = (output, context) => {
|
|
|
17868
17054
|
return contents;
|
|
17869
17055
|
};
|
|
17870
17056
|
const deserializeAws_queryFailoverDBClusterResult = (output, context) => {
|
|
17871
|
-
const contents = {
|
|
17872
|
-
DBCluster: undefined,
|
|
17873
|
-
};
|
|
17057
|
+
const contents = {};
|
|
17874
17058
|
if (output["DBCluster"] !== undefined) {
|
|
17875
17059
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
17876
17060
|
}
|
|
17877
17061
|
return contents;
|
|
17878
17062
|
};
|
|
17879
17063
|
const deserializeAws_queryFailoverGlobalClusterResult = (output, context) => {
|
|
17880
|
-
const contents = {
|
|
17881
|
-
GlobalCluster: undefined,
|
|
17882
|
-
};
|
|
17064
|
+
const contents = {};
|
|
17883
17065
|
if (output["GlobalCluster"] !== undefined) {
|
|
17884
17066
|
contents.GlobalCluster = deserializeAws_queryGlobalCluster(output["GlobalCluster"], context);
|
|
17885
17067
|
}
|
|
17886
17068
|
return contents;
|
|
17887
17069
|
};
|
|
17888
17070
|
const deserializeAws_queryFailoverState = (output, context) => {
|
|
17889
|
-
const contents = {
|
|
17890
|
-
Status: undefined,
|
|
17891
|
-
FromDbClusterArn: undefined,
|
|
17892
|
-
ToDbClusterArn: undefined,
|
|
17893
|
-
};
|
|
17071
|
+
const contents = {};
|
|
17894
17072
|
if (output["Status"] !== undefined) {
|
|
17895
17073
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
17896
17074
|
}
|
|
@@ -17910,19 +17088,7 @@ const deserializeAws_queryFeatureNameList = (output, context) => {
|
|
|
17910
17088
|
});
|
|
17911
17089
|
};
|
|
17912
17090
|
const deserializeAws_queryGlobalCluster = (output, context) => {
|
|
17913
|
-
const contents = {
|
|
17914
|
-
GlobalClusterIdentifier: undefined,
|
|
17915
|
-
GlobalClusterResourceId: undefined,
|
|
17916
|
-
GlobalClusterArn: undefined,
|
|
17917
|
-
Status: undefined,
|
|
17918
|
-
Engine: undefined,
|
|
17919
|
-
EngineVersion: undefined,
|
|
17920
|
-
DatabaseName: undefined,
|
|
17921
|
-
StorageEncrypted: undefined,
|
|
17922
|
-
DeletionProtection: undefined,
|
|
17923
|
-
GlobalClusterMembers: undefined,
|
|
17924
|
-
FailoverState: undefined,
|
|
17925
|
-
};
|
|
17091
|
+
const contents = {};
|
|
17926
17092
|
if (output["GlobalClusterIdentifier"] !== undefined) {
|
|
17927
17093
|
contents.GlobalClusterIdentifier = (0, smithy_client_1.expectString)(output["GlobalClusterIdentifier"]);
|
|
17928
17094
|
}
|
|
@@ -17963,9 +17129,7 @@ const deserializeAws_queryGlobalCluster = (output, context) => {
|
|
|
17963
17129
|
return contents;
|
|
17964
17130
|
};
|
|
17965
17131
|
const deserializeAws_queryGlobalClusterAlreadyExistsFault = (output, context) => {
|
|
17966
|
-
const contents = {
|
|
17967
|
-
message: undefined,
|
|
17968
|
-
};
|
|
17132
|
+
const contents = {};
|
|
17969
17133
|
if (output["message"] !== undefined) {
|
|
17970
17134
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
17971
17135
|
}
|
|
@@ -17979,12 +17143,7 @@ const deserializeAws_queryGlobalClusterList = (output, context) => {
|
|
|
17979
17143
|
});
|
|
17980
17144
|
};
|
|
17981
17145
|
const deserializeAws_queryGlobalClusterMember = (output, context) => {
|
|
17982
|
-
const contents = {
|
|
17983
|
-
DBClusterArn: undefined,
|
|
17984
|
-
Readers: undefined,
|
|
17985
|
-
IsWriter: undefined,
|
|
17986
|
-
GlobalWriteForwardingStatus: undefined,
|
|
17987
|
-
};
|
|
17146
|
+
const contents = {};
|
|
17988
17147
|
if (output["DBClusterArn"] !== undefined) {
|
|
17989
17148
|
contents.DBClusterArn = (0, smithy_client_1.expectString)(output["DBClusterArn"]);
|
|
17990
17149
|
}
|
|
@@ -18010,28 +17169,21 @@ const deserializeAws_queryGlobalClusterMemberList = (output, context) => {
|
|
|
18010
17169
|
});
|
|
18011
17170
|
};
|
|
18012
17171
|
const deserializeAws_queryGlobalClusterNotFoundFault = (output, context) => {
|
|
18013
|
-
const contents = {
|
|
18014
|
-
message: undefined,
|
|
18015
|
-
};
|
|
17172
|
+
const contents = {};
|
|
18016
17173
|
if (output["message"] !== undefined) {
|
|
18017
17174
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18018
17175
|
}
|
|
18019
17176
|
return contents;
|
|
18020
17177
|
};
|
|
18021
17178
|
const deserializeAws_queryGlobalClusterQuotaExceededFault = (output, context) => {
|
|
18022
|
-
const contents = {
|
|
18023
|
-
message: undefined,
|
|
18024
|
-
};
|
|
17179
|
+
const contents = {};
|
|
18025
17180
|
if (output["message"] !== undefined) {
|
|
18026
17181
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18027
17182
|
}
|
|
18028
17183
|
return contents;
|
|
18029
17184
|
};
|
|
18030
17185
|
const deserializeAws_queryGlobalClustersMessage = (output, context) => {
|
|
18031
|
-
const contents = {
|
|
18032
|
-
Marker: undefined,
|
|
18033
|
-
GlobalClusters: undefined,
|
|
18034
|
-
};
|
|
17186
|
+
const contents = {};
|
|
18035
17187
|
if (output["Marker"] !== undefined) {
|
|
18036
17188
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
18037
17189
|
}
|
|
@@ -18044,307 +17196,238 @@ const deserializeAws_queryGlobalClustersMessage = (output, context) => {
|
|
|
18044
17196
|
return contents;
|
|
18045
17197
|
};
|
|
18046
17198
|
const deserializeAws_queryIamRoleMissingPermissionsFault = (output, context) => {
|
|
18047
|
-
const contents = {
|
|
18048
|
-
message: undefined,
|
|
18049
|
-
};
|
|
17199
|
+
const contents = {};
|
|
18050
17200
|
if (output["message"] !== undefined) {
|
|
18051
17201
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18052
17202
|
}
|
|
18053
17203
|
return contents;
|
|
18054
17204
|
};
|
|
18055
17205
|
const deserializeAws_queryIamRoleNotFoundFault = (output, context) => {
|
|
18056
|
-
const contents = {
|
|
18057
|
-
message: undefined,
|
|
18058
|
-
};
|
|
17206
|
+
const contents = {};
|
|
18059
17207
|
if (output["message"] !== undefined) {
|
|
18060
17208
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18061
17209
|
}
|
|
18062
17210
|
return contents;
|
|
18063
17211
|
};
|
|
18064
17212
|
const deserializeAws_queryInstanceQuotaExceededFault = (output, context) => {
|
|
18065
|
-
const contents = {
|
|
18066
|
-
message: undefined,
|
|
18067
|
-
};
|
|
17213
|
+
const contents = {};
|
|
18068
17214
|
if (output["message"] !== undefined) {
|
|
18069
17215
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18070
17216
|
}
|
|
18071
17217
|
return contents;
|
|
18072
17218
|
};
|
|
18073
17219
|
const deserializeAws_queryInsufficientAvailableIPsInSubnetFault = (output, context) => {
|
|
18074
|
-
const contents = {
|
|
18075
|
-
message: undefined,
|
|
18076
|
-
};
|
|
17220
|
+
const contents = {};
|
|
18077
17221
|
if (output["message"] !== undefined) {
|
|
18078
17222
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18079
17223
|
}
|
|
18080
17224
|
return contents;
|
|
18081
17225
|
};
|
|
18082
17226
|
const deserializeAws_queryInsufficientDBClusterCapacityFault = (output, context) => {
|
|
18083
|
-
const contents = {
|
|
18084
|
-
message: undefined,
|
|
18085
|
-
};
|
|
17227
|
+
const contents = {};
|
|
18086
17228
|
if (output["message"] !== undefined) {
|
|
18087
17229
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18088
17230
|
}
|
|
18089
17231
|
return contents;
|
|
18090
17232
|
};
|
|
18091
17233
|
const deserializeAws_queryInsufficientDBInstanceCapacityFault = (output, context) => {
|
|
18092
|
-
const contents = {
|
|
18093
|
-
message: undefined,
|
|
18094
|
-
};
|
|
17234
|
+
const contents = {};
|
|
18095
17235
|
if (output["message"] !== undefined) {
|
|
18096
17236
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18097
17237
|
}
|
|
18098
17238
|
return contents;
|
|
18099
17239
|
};
|
|
18100
17240
|
const deserializeAws_queryInsufficientStorageClusterCapacityFault = (output, context) => {
|
|
18101
|
-
const contents = {
|
|
18102
|
-
message: undefined,
|
|
18103
|
-
};
|
|
17241
|
+
const contents = {};
|
|
18104
17242
|
if (output["message"] !== undefined) {
|
|
18105
17243
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18106
17244
|
}
|
|
18107
17245
|
return contents;
|
|
18108
17246
|
};
|
|
18109
17247
|
const deserializeAws_queryInvalidBlueGreenDeploymentStateFault = (output, context) => {
|
|
18110
|
-
const contents = {
|
|
18111
|
-
message: undefined,
|
|
18112
|
-
};
|
|
17248
|
+
const contents = {};
|
|
18113
17249
|
if (output["message"] !== undefined) {
|
|
18114
17250
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18115
17251
|
}
|
|
18116
17252
|
return contents;
|
|
18117
17253
|
};
|
|
18118
17254
|
const deserializeAws_queryInvalidCustomDBEngineVersionStateFault = (output, context) => {
|
|
18119
|
-
const contents = {
|
|
18120
|
-
message: undefined,
|
|
18121
|
-
};
|
|
17255
|
+
const contents = {};
|
|
18122
17256
|
if (output["message"] !== undefined) {
|
|
18123
17257
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18124
17258
|
}
|
|
18125
17259
|
return contents;
|
|
18126
17260
|
};
|
|
18127
17261
|
const deserializeAws_queryInvalidDBClusterCapacityFault = (output, context) => {
|
|
18128
|
-
const contents = {
|
|
18129
|
-
message: undefined,
|
|
18130
|
-
};
|
|
17262
|
+
const contents = {};
|
|
18131
17263
|
if (output["message"] !== undefined) {
|
|
18132
17264
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18133
17265
|
}
|
|
18134
17266
|
return contents;
|
|
18135
17267
|
};
|
|
18136
17268
|
const deserializeAws_queryInvalidDBClusterEndpointStateFault = (output, context) => {
|
|
18137
|
-
const contents = {
|
|
18138
|
-
message: undefined,
|
|
18139
|
-
};
|
|
17269
|
+
const contents = {};
|
|
18140
17270
|
if (output["message"] !== undefined) {
|
|
18141
17271
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18142
17272
|
}
|
|
18143
17273
|
return contents;
|
|
18144
17274
|
};
|
|
18145
17275
|
const deserializeAws_queryInvalidDBClusterSnapshotStateFault = (output, context) => {
|
|
18146
|
-
const contents = {
|
|
18147
|
-
message: undefined,
|
|
18148
|
-
};
|
|
17276
|
+
const contents = {};
|
|
18149
17277
|
if (output["message"] !== undefined) {
|
|
18150
17278
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18151
17279
|
}
|
|
18152
17280
|
return contents;
|
|
18153
17281
|
};
|
|
18154
17282
|
const deserializeAws_queryInvalidDBClusterStateFault = (output, context) => {
|
|
18155
|
-
const contents = {
|
|
18156
|
-
message: undefined,
|
|
18157
|
-
};
|
|
17283
|
+
const contents = {};
|
|
18158
17284
|
if (output["message"] !== undefined) {
|
|
18159
17285
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18160
17286
|
}
|
|
18161
17287
|
return contents;
|
|
18162
17288
|
};
|
|
18163
17289
|
const deserializeAws_queryInvalidDBInstanceAutomatedBackupStateFault = (output, context) => {
|
|
18164
|
-
const contents = {
|
|
18165
|
-
message: undefined,
|
|
18166
|
-
};
|
|
17290
|
+
const contents = {};
|
|
18167
17291
|
if (output["message"] !== undefined) {
|
|
18168
17292
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18169
17293
|
}
|
|
18170
17294
|
return contents;
|
|
18171
17295
|
};
|
|
18172
17296
|
const deserializeAws_queryInvalidDBInstanceStateFault = (output, context) => {
|
|
18173
|
-
const contents = {
|
|
18174
|
-
message: undefined,
|
|
18175
|
-
};
|
|
17297
|
+
const contents = {};
|
|
18176
17298
|
if (output["message"] !== undefined) {
|
|
18177
17299
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18178
17300
|
}
|
|
18179
17301
|
return contents;
|
|
18180
17302
|
};
|
|
18181
17303
|
const deserializeAws_queryInvalidDBParameterGroupStateFault = (output, context) => {
|
|
18182
|
-
const contents = {
|
|
18183
|
-
message: undefined,
|
|
18184
|
-
};
|
|
17304
|
+
const contents = {};
|
|
18185
17305
|
if (output["message"] !== undefined) {
|
|
18186
17306
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18187
17307
|
}
|
|
18188
17308
|
return contents;
|
|
18189
17309
|
};
|
|
18190
17310
|
const deserializeAws_queryInvalidDBProxyEndpointStateFault = (output, context) => {
|
|
18191
|
-
const contents = {
|
|
18192
|
-
message: undefined,
|
|
18193
|
-
};
|
|
17311
|
+
const contents = {};
|
|
18194
17312
|
if (output["message"] !== undefined) {
|
|
18195
17313
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18196
17314
|
}
|
|
18197
17315
|
return contents;
|
|
18198
17316
|
};
|
|
18199
17317
|
const deserializeAws_queryInvalidDBProxyStateFault = (output, context) => {
|
|
18200
|
-
const contents = {
|
|
18201
|
-
message: undefined,
|
|
18202
|
-
};
|
|
17318
|
+
const contents = {};
|
|
18203
17319
|
if (output["message"] !== undefined) {
|
|
18204
17320
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18205
17321
|
}
|
|
18206
17322
|
return contents;
|
|
18207
17323
|
};
|
|
18208
17324
|
const deserializeAws_queryInvalidDBSecurityGroupStateFault = (output, context) => {
|
|
18209
|
-
const contents = {
|
|
18210
|
-
message: undefined,
|
|
18211
|
-
};
|
|
17325
|
+
const contents = {};
|
|
18212
17326
|
if (output["message"] !== undefined) {
|
|
18213
17327
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18214
17328
|
}
|
|
18215
17329
|
return contents;
|
|
18216
17330
|
};
|
|
18217
17331
|
const deserializeAws_queryInvalidDBSnapshotStateFault = (output, context) => {
|
|
18218
|
-
const contents = {
|
|
18219
|
-
message: undefined,
|
|
18220
|
-
};
|
|
17332
|
+
const contents = {};
|
|
18221
17333
|
if (output["message"] !== undefined) {
|
|
18222
17334
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18223
17335
|
}
|
|
18224
17336
|
return contents;
|
|
18225
17337
|
};
|
|
18226
17338
|
const deserializeAws_queryInvalidDBSubnetGroupFault = (output, context) => {
|
|
18227
|
-
const contents = {
|
|
18228
|
-
message: undefined,
|
|
18229
|
-
};
|
|
17339
|
+
const contents = {};
|
|
18230
17340
|
if (output["message"] !== undefined) {
|
|
18231
17341
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18232
17342
|
}
|
|
18233
17343
|
return contents;
|
|
18234
17344
|
};
|
|
18235
17345
|
const deserializeAws_queryInvalidDBSubnetGroupStateFault = (output, context) => {
|
|
18236
|
-
const contents = {
|
|
18237
|
-
message: undefined,
|
|
18238
|
-
};
|
|
17346
|
+
const contents = {};
|
|
18239
17347
|
if (output["message"] !== undefined) {
|
|
18240
17348
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18241
17349
|
}
|
|
18242
17350
|
return contents;
|
|
18243
17351
|
};
|
|
18244
17352
|
const deserializeAws_queryInvalidDBSubnetStateFault = (output, context) => {
|
|
18245
|
-
const contents = {
|
|
18246
|
-
message: undefined,
|
|
18247
|
-
};
|
|
17353
|
+
const contents = {};
|
|
18248
17354
|
if (output["message"] !== undefined) {
|
|
18249
17355
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18250
17356
|
}
|
|
18251
17357
|
return contents;
|
|
18252
17358
|
};
|
|
18253
17359
|
const deserializeAws_queryInvalidEventSubscriptionStateFault = (output, context) => {
|
|
18254
|
-
const contents = {
|
|
18255
|
-
message: undefined,
|
|
18256
|
-
};
|
|
17360
|
+
const contents = {};
|
|
18257
17361
|
if (output["message"] !== undefined) {
|
|
18258
17362
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18259
17363
|
}
|
|
18260
17364
|
return contents;
|
|
18261
17365
|
};
|
|
18262
17366
|
const deserializeAws_queryInvalidExportOnlyFault = (output, context) => {
|
|
18263
|
-
const contents = {
|
|
18264
|
-
message: undefined,
|
|
18265
|
-
};
|
|
17367
|
+
const contents = {};
|
|
18266
17368
|
if (output["message"] !== undefined) {
|
|
18267
17369
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18268
17370
|
}
|
|
18269
17371
|
return contents;
|
|
18270
17372
|
};
|
|
18271
17373
|
const deserializeAws_queryInvalidExportSourceStateFault = (output, context) => {
|
|
18272
|
-
const contents = {
|
|
18273
|
-
message: undefined,
|
|
18274
|
-
};
|
|
17374
|
+
const contents = {};
|
|
18275
17375
|
if (output["message"] !== undefined) {
|
|
18276
17376
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18277
17377
|
}
|
|
18278
17378
|
return contents;
|
|
18279
17379
|
};
|
|
18280
17380
|
const deserializeAws_queryInvalidExportTaskStateFault = (output, context) => {
|
|
18281
|
-
const contents = {
|
|
18282
|
-
message: undefined,
|
|
18283
|
-
};
|
|
17381
|
+
const contents = {};
|
|
18284
17382
|
if (output["message"] !== undefined) {
|
|
18285
17383
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18286
17384
|
}
|
|
18287
17385
|
return contents;
|
|
18288
17386
|
};
|
|
18289
17387
|
const deserializeAws_queryInvalidGlobalClusterStateFault = (output, context) => {
|
|
18290
|
-
const contents = {
|
|
18291
|
-
message: undefined,
|
|
18292
|
-
};
|
|
17388
|
+
const contents = {};
|
|
18293
17389
|
if (output["message"] !== undefined) {
|
|
18294
17390
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18295
17391
|
}
|
|
18296
17392
|
return contents;
|
|
18297
17393
|
};
|
|
18298
17394
|
const deserializeAws_queryInvalidOptionGroupStateFault = (output, context) => {
|
|
18299
|
-
const contents = {
|
|
18300
|
-
message: undefined,
|
|
18301
|
-
};
|
|
17395
|
+
const contents = {};
|
|
18302
17396
|
if (output["message"] !== undefined) {
|
|
18303
17397
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18304
17398
|
}
|
|
18305
17399
|
return contents;
|
|
18306
17400
|
};
|
|
18307
17401
|
const deserializeAws_queryInvalidRestoreFault = (output, context) => {
|
|
18308
|
-
const contents = {
|
|
18309
|
-
message: undefined,
|
|
18310
|
-
};
|
|
17402
|
+
const contents = {};
|
|
18311
17403
|
if (output["message"] !== undefined) {
|
|
18312
17404
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18313
17405
|
}
|
|
18314
17406
|
return contents;
|
|
18315
17407
|
};
|
|
18316
17408
|
const deserializeAws_queryInvalidS3BucketFault = (output, context) => {
|
|
18317
|
-
const contents = {
|
|
18318
|
-
message: undefined,
|
|
18319
|
-
};
|
|
17409
|
+
const contents = {};
|
|
18320
17410
|
if (output["message"] !== undefined) {
|
|
18321
17411
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18322
17412
|
}
|
|
18323
17413
|
return contents;
|
|
18324
17414
|
};
|
|
18325
17415
|
const deserializeAws_queryInvalidSubnet = (output, context) => {
|
|
18326
|
-
const contents = {
|
|
18327
|
-
message: undefined,
|
|
18328
|
-
};
|
|
17416
|
+
const contents = {};
|
|
18329
17417
|
if (output["message"] !== undefined) {
|
|
18330
17418
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18331
17419
|
}
|
|
18332
17420
|
return contents;
|
|
18333
17421
|
};
|
|
18334
17422
|
const deserializeAws_queryInvalidVPCNetworkStateFault = (output, context) => {
|
|
18335
|
-
const contents = {
|
|
18336
|
-
message: undefined,
|
|
18337
|
-
};
|
|
17423
|
+
const contents = {};
|
|
18338
17424
|
if (output["message"] !== undefined) {
|
|
18339
17425
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18340
17426
|
}
|
|
18341
17427
|
return contents;
|
|
18342
17428
|
};
|
|
18343
17429
|
const deserializeAws_queryIPRange = (output, context) => {
|
|
18344
|
-
const contents = {
|
|
18345
|
-
Status: undefined,
|
|
18346
|
-
CIDRIP: undefined,
|
|
18347
|
-
};
|
|
17430
|
+
const contents = {};
|
|
18348
17431
|
if (output["Status"] !== undefined) {
|
|
18349
17432
|
contents.Status = (0, smithy_client_1.expectString)(output["Status"]);
|
|
18350
17433
|
}
|
|
@@ -18361,9 +17444,7 @@ const deserializeAws_queryIPRangeList = (output, context) => {
|
|
|
18361
17444
|
});
|
|
18362
17445
|
};
|
|
18363
17446
|
const deserializeAws_queryKMSKeyNotAccessibleFault = (output, context) => {
|
|
18364
|
-
const contents = {
|
|
18365
|
-
message: undefined,
|
|
18366
|
-
};
|
|
17447
|
+
const contents = {};
|
|
18367
17448
|
if (output["message"] !== undefined) {
|
|
18368
17449
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18369
17450
|
}
|
|
@@ -18377,11 +17458,7 @@ const deserializeAws_queryLogTypeList = (output, context) => {
|
|
|
18377
17458
|
});
|
|
18378
17459
|
};
|
|
18379
17460
|
const deserializeAws_queryMasterUserSecret = (output, context) => {
|
|
18380
|
-
const contents = {
|
|
18381
|
-
SecretArn: undefined,
|
|
18382
|
-
SecretStatus: undefined,
|
|
18383
|
-
KmsKeyId: undefined,
|
|
18384
|
-
};
|
|
17461
|
+
const contents = {};
|
|
18385
17462
|
if (output["SecretArn"] !== undefined) {
|
|
18386
17463
|
contents.SecretArn = (0, smithy_client_1.expectString)(output["SecretArn"]);
|
|
18387
17464
|
}
|
|
@@ -18394,10 +17471,7 @@ const deserializeAws_queryMasterUserSecret = (output, context) => {
|
|
|
18394
17471
|
return contents;
|
|
18395
17472
|
};
|
|
18396
17473
|
const deserializeAws_queryMinimumEngineVersionPerAllowedValue = (output, context) => {
|
|
18397
|
-
const contents = {
|
|
18398
|
-
AllowedValue: undefined,
|
|
18399
|
-
MinimumEngineVersion: undefined,
|
|
18400
|
-
};
|
|
17474
|
+
const contents = {};
|
|
18401
17475
|
if (output["AllowedValue"] !== undefined) {
|
|
18402
17476
|
contents.AllowedValue = (0, smithy_client_1.expectString)(output["AllowedValue"]);
|
|
18403
17477
|
}
|
|
@@ -18414,14 +17488,7 @@ const deserializeAws_queryMinimumEngineVersionPerAllowedValueList = (output, con
|
|
|
18414
17488
|
});
|
|
18415
17489
|
};
|
|
18416
17490
|
const deserializeAws_queryModifyActivityStreamResponse = (output, context) => {
|
|
18417
|
-
const contents = {
|
|
18418
|
-
KmsKeyId: undefined,
|
|
18419
|
-
KinesisStreamName: undefined,
|
|
18420
|
-
Status: undefined,
|
|
18421
|
-
Mode: undefined,
|
|
18422
|
-
EngineNativeAuditFieldsIncluded: undefined,
|
|
18423
|
-
PolicyStatus: undefined,
|
|
18424
|
-
};
|
|
17491
|
+
const contents = {};
|
|
18425
17492
|
if (output["KmsKeyId"] !== undefined) {
|
|
18426
17493
|
contents.KmsKeyId = (0, smithy_client_1.expectString)(output["KmsKeyId"]);
|
|
18427
17494
|
}
|
|
@@ -18443,143 +17510,105 @@ const deserializeAws_queryModifyActivityStreamResponse = (output, context) => {
|
|
|
18443
17510
|
return contents;
|
|
18444
17511
|
};
|
|
18445
17512
|
const deserializeAws_queryModifyCertificatesResult = (output, context) => {
|
|
18446
|
-
const contents = {
|
|
18447
|
-
Certificate: undefined,
|
|
18448
|
-
};
|
|
17513
|
+
const contents = {};
|
|
18449
17514
|
if (output["Certificate"] !== undefined) {
|
|
18450
17515
|
contents.Certificate = deserializeAws_queryCertificate(output["Certificate"], context);
|
|
18451
17516
|
}
|
|
18452
17517
|
return contents;
|
|
18453
17518
|
};
|
|
18454
17519
|
const deserializeAws_queryModifyDBClusterResult = (output, context) => {
|
|
18455
|
-
const contents = {
|
|
18456
|
-
DBCluster: undefined,
|
|
18457
|
-
};
|
|
17520
|
+
const contents = {};
|
|
18458
17521
|
if (output["DBCluster"] !== undefined) {
|
|
18459
17522
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
18460
17523
|
}
|
|
18461
17524
|
return contents;
|
|
18462
17525
|
};
|
|
18463
17526
|
const deserializeAws_queryModifyDBClusterSnapshotAttributeResult = (output, context) => {
|
|
18464
|
-
const contents = {
|
|
18465
|
-
DBClusterSnapshotAttributesResult: undefined,
|
|
18466
|
-
};
|
|
17527
|
+
const contents = {};
|
|
18467
17528
|
if (output["DBClusterSnapshotAttributesResult"] !== undefined) {
|
|
18468
17529
|
contents.DBClusterSnapshotAttributesResult = deserializeAws_queryDBClusterSnapshotAttributesResult(output["DBClusterSnapshotAttributesResult"], context);
|
|
18469
17530
|
}
|
|
18470
17531
|
return contents;
|
|
18471
17532
|
};
|
|
18472
17533
|
const deserializeAws_queryModifyDBInstanceResult = (output, context) => {
|
|
18473
|
-
const contents = {
|
|
18474
|
-
DBInstance: undefined,
|
|
18475
|
-
};
|
|
17534
|
+
const contents = {};
|
|
18476
17535
|
if (output["DBInstance"] !== undefined) {
|
|
18477
17536
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
18478
17537
|
}
|
|
18479
17538
|
return contents;
|
|
18480
17539
|
};
|
|
18481
17540
|
const deserializeAws_queryModifyDBProxyEndpointResponse = (output, context) => {
|
|
18482
|
-
const contents = {
|
|
18483
|
-
DBProxyEndpoint: undefined,
|
|
18484
|
-
};
|
|
17541
|
+
const contents = {};
|
|
18485
17542
|
if (output["DBProxyEndpoint"] !== undefined) {
|
|
18486
17543
|
contents.DBProxyEndpoint = deserializeAws_queryDBProxyEndpoint(output["DBProxyEndpoint"], context);
|
|
18487
17544
|
}
|
|
18488
17545
|
return contents;
|
|
18489
17546
|
};
|
|
18490
17547
|
const deserializeAws_queryModifyDBProxyResponse = (output, context) => {
|
|
18491
|
-
const contents = {
|
|
18492
|
-
DBProxy: undefined,
|
|
18493
|
-
};
|
|
17548
|
+
const contents = {};
|
|
18494
17549
|
if (output["DBProxy"] !== undefined) {
|
|
18495
17550
|
contents.DBProxy = deserializeAws_queryDBProxy(output["DBProxy"], context);
|
|
18496
17551
|
}
|
|
18497
17552
|
return contents;
|
|
18498
17553
|
};
|
|
18499
17554
|
const deserializeAws_queryModifyDBProxyTargetGroupResponse = (output, context) => {
|
|
18500
|
-
const contents = {
|
|
18501
|
-
DBProxyTargetGroup: undefined,
|
|
18502
|
-
};
|
|
17555
|
+
const contents = {};
|
|
18503
17556
|
if (output["DBProxyTargetGroup"] !== undefined) {
|
|
18504
17557
|
contents.DBProxyTargetGroup = deserializeAws_queryDBProxyTargetGroup(output["DBProxyTargetGroup"], context);
|
|
18505
17558
|
}
|
|
18506
17559
|
return contents;
|
|
18507
17560
|
};
|
|
18508
17561
|
const deserializeAws_queryModifyDBSnapshotAttributeResult = (output, context) => {
|
|
18509
|
-
const contents = {
|
|
18510
|
-
DBSnapshotAttributesResult: undefined,
|
|
18511
|
-
};
|
|
17562
|
+
const contents = {};
|
|
18512
17563
|
if (output["DBSnapshotAttributesResult"] !== undefined) {
|
|
18513
17564
|
contents.DBSnapshotAttributesResult = deserializeAws_queryDBSnapshotAttributesResult(output["DBSnapshotAttributesResult"], context);
|
|
18514
17565
|
}
|
|
18515
17566
|
return contents;
|
|
18516
17567
|
};
|
|
18517
17568
|
const deserializeAws_queryModifyDBSnapshotResult = (output, context) => {
|
|
18518
|
-
const contents = {
|
|
18519
|
-
DBSnapshot: undefined,
|
|
18520
|
-
};
|
|
17569
|
+
const contents = {};
|
|
18521
17570
|
if (output["DBSnapshot"] !== undefined) {
|
|
18522
17571
|
contents.DBSnapshot = deserializeAws_queryDBSnapshot(output["DBSnapshot"], context);
|
|
18523
17572
|
}
|
|
18524
17573
|
return contents;
|
|
18525
17574
|
};
|
|
18526
17575
|
const deserializeAws_queryModifyDBSubnetGroupResult = (output, context) => {
|
|
18527
|
-
const contents = {
|
|
18528
|
-
DBSubnetGroup: undefined,
|
|
18529
|
-
};
|
|
17576
|
+
const contents = {};
|
|
18530
17577
|
if (output["DBSubnetGroup"] !== undefined) {
|
|
18531
17578
|
contents.DBSubnetGroup = deserializeAws_queryDBSubnetGroup(output["DBSubnetGroup"], context);
|
|
18532
17579
|
}
|
|
18533
17580
|
return contents;
|
|
18534
17581
|
};
|
|
18535
17582
|
const deserializeAws_queryModifyEventSubscriptionResult = (output, context) => {
|
|
18536
|
-
const contents = {
|
|
18537
|
-
EventSubscription: undefined,
|
|
18538
|
-
};
|
|
17583
|
+
const contents = {};
|
|
18539
17584
|
if (output["EventSubscription"] !== undefined) {
|
|
18540
17585
|
contents.EventSubscription = deserializeAws_queryEventSubscription(output["EventSubscription"], context);
|
|
18541
17586
|
}
|
|
18542
17587
|
return contents;
|
|
18543
17588
|
};
|
|
18544
17589
|
const deserializeAws_queryModifyGlobalClusterResult = (output, context) => {
|
|
18545
|
-
const contents = {
|
|
18546
|
-
GlobalCluster: undefined,
|
|
18547
|
-
};
|
|
17590
|
+
const contents = {};
|
|
18548
17591
|
if (output["GlobalCluster"] !== undefined) {
|
|
18549
17592
|
contents.GlobalCluster = deserializeAws_queryGlobalCluster(output["GlobalCluster"], context);
|
|
18550
17593
|
}
|
|
18551
17594
|
return contents;
|
|
18552
17595
|
};
|
|
18553
17596
|
const deserializeAws_queryModifyOptionGroupResult = (output, context) => {
|
|
18554
|
-
const contents = {
|
|
18555
|
-
OptionGroup: undefined,
|
|
18556
|
-
};
|
|
17597
|
+
const contents = {};
|
|
18557
17598
|
if (output["OptionGroup"] !== undefined) {
|
|
18558
17599
|
contents.OptionGroup = deserializeAws_queryOptionGroup(output["OptionGroup"], context);
|
|
18559
17600
|
}
|
|
18560
17601
|
return contents;
|
|
18561
17602
|
};
|
|
18562
17603
|
const deserializeAws_queryNetworkTypeNotSupported = (output, context) => {
|
|
18563
|
-
const contents = {
|
|
18564
|
-
message: undefined,
|
|
18565
|
-
};
|
|
17604
|
+
const contents = {};
|
|
18566
17605
|
if (output["message"] !== undefined) {
|
|
18567
17606
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18568
17607
|
}
|
|
18569
17608
|
return contents;
|
|
18570
17609
|
};
|
|
18571
17610
|
const deserializeAws_queryOption = (output, context) => {
|
|
18572
|
-
const contents = {
|
|
18573
|
-
OptionName: undefined,
|
|
18574
|
-
OptionDescription: undefined,
|
|
18575
|
-
Persistent: undefined,
|
|
18576
|
-
Permanent: undefined,
|
|
18577
|
-
Port: undefined,
|
|
18578
|
-
OptionVersion: undefined,
|
|
18579
|
-
OptionSettings: undefined,
|
|
18580
|
-
DBSecurityGroupMemberships: undefined,
|
|
18581
|
-
VpcSecurityGroupMemberships: undefined,
|
|
18582
|
-
};
|
|
17611
|
+
const contents = {};
|
|
18583
17612
|
if (output["OptionName"] !== undefined) {
|
|
18584
17613
|
contents.OptionName = (0, smithy_client_1.expectString)(output["OptionName"]);
|
|
18585
17614
|
}
|
|
@@ -18621,19 +17650,7 @@ const deserializeAws_queryOption = (output, context) => {
|
|
|
18621
17650
|
return contents;
|
|
18622
17651
|
};
|
|
18623
17652
|
const deserializeAws_queryOptionGroup = (output, context) => {
|
|
18624
|
-
const contents = {
|
|
18625
|
-
OptionGroupName: undefined,
|
|
18626
|
-
OptionGroupDescription: undefined,
|
|
18627
|
-
EngineName: undefined,
|
|
18628
|
-
MajorEngineVersion: undefined,
|
|
18629
|
-
Options: undefined,
|
|
18630
|
-
AllowsVpcAndNonVpcInstanceMemberships: undefined,
|
|
18631
|
-
VpcId: undefined,
|
|
18632
|
-
OptionGroupArn: undefined,
|
|
18633
|
-
SourceOptionGroup: undefined,
|
|
18634
|
-
SourceAccountId: undefined,
|
|
18635
|
-
CopyTimestamp: undefined,
|
|
18636
|
-
};
|
|
17653
|
+
const contents = {};
|
|
18637
17654
|
if (output["OptionGroupName"] !== undefined) {
|
|
18638
17655
|
contents.OptionGroupName = (0, smithy_client_1.expectString)(output["OptionGroupName"]);
|
|
18639
17656
|
}
|
|
@@ -18673,19 +17690,14 @@ const deserializeAws_queryOptionGroup = (output, context) => {
|
|
|
18673
17690
|
return contents;
|
|
18674
17691
|
};
|
|
18675
17692
|
const deserializeAws_queryOptionGroupAlreadyExistsFault = (output, context) => {
|
|
18676
|
-
const contents = {
|
|
18677
|
-
message: undefined,
|
|
18678
|
-
};
|
|
17693
|
+
const contents = {};
|
|
18679
17694
|
if (output["message"] !== undefined) {
|
|
18680
17695
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18681
17696
|
}
|
|
18682
17697
|
return contents;
|
|
18683
17698
|
};
|
|
18684
17699
|
const deserializeAws_queryOptionGroupMembership = (output, context) => {
|
|
18685
|
-
const contents = {
|
|
18686
|
-
OptionGroupName: undefined,
|
|
18687
|
-
Status: undefined,
|
|
18688
|
-
};
|
|
17700
|
+
const contents = {};
|
|
18689
17701
|
if (output["OptionGroupName"] !== undefined) {
|
|
18690
17702
|
contents.OptionGroupName = (0, smithy_client_1.expectString)(output["OptionGroupName"]);
|
|
18691
17703
|
}
|
|
@@ -18702,34 +17714,14 @@ const deserializeAws_queryOptionGroupMembershipList = (output, context) => {
|
|
|
18702
17714
|
});
|
|
18703
17715
|
};
|
|
18704
17716
|
const deserializeAws_queryOptionGroupNotFoundFault = (output, context) => {
|
|
18705
|
-
const contents = {
|
|
18706
|
-
message: undefined,
|
|
18707
|
-
};
|
|
17717
|
+
const contents = {};
|
|
18708
17718
|
if (output["message"] !== undefined) {
|
|
18709
17719
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18710
17720
|
}
|
|
18711
17721
|
return contents;
|
|
18712
17722
|
};
|
|
18713
17723
|
const deserializeAws_queryOptionGroupOption = (output, context) => {
|
|
18714
|
-
const contents = {
|
|
18715
|
-
Name: undefined,
|
|
18716
|
-
Description: undefined,
|
|
18717
|
-
EngineName: undefined,
|
|
18718
|
-
MajorEngineVersion: undefined,
|
|
18719
|
-
MinimumRequiredMinorEngineVersion: undefined,
|
|
18720
|
-
PortRequired: undefined,
|
|
18721
|
-
DefaultPort: undefined,
|
|
18722
|
-
OptionsDependedOn: undefined,
|
|
18723
|
-
OptionsConflictsWith: undefined,
|
|
18724
|
-
Persistent: undefined,
|
|
18725
|
-
Permanent: undefined,
|
|
18726
|
-
RequiresAutoMinorEngineVersionUpgrade: undefined,
|
|
18727
|
-
VpcOnly: undefined,
|
|
18728
|
-
SupportsOptionVersionDowngrade: undefined,
|
|
18729
|
-
OptionGroupOptionSettings: undefined,
|
|
18730
|
-
OptionGroupOptionVersions: undefined,
|
|
18731
|
-
CopyableCrossAccount: undefined,
|
|
18732
|
-
};
|
|
17724
|
+
const contents = {};
|
|
18733
17725
|
if (output["Name"] !== undefined) {
|
|
18734
17726
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
18735
17727
|
}
|
|
@@ -18799,16 +17791,7 @@ const deserializeAws_queryOptionGroupOption = (output, context) => {
|
|
|
18799
17791
|
return contents;
|
|
18800
17792
|
};
|
|
18801
17793
|
const deserializeAws_queryOptionGroupOptionSetting = (output, context) => {
|
|
18802
|
-
const contents = {
|
|
18803
|
-
SettingName: undefined,
|
|
18804
|
-
SettingDescription: undefined,
|
|
18805
|
-
DefaultValue: undefined,
|
|
18806
|
-
ApplyType: undefined,
|
|
18807
|
-
AllowedValues: undefined,
|
|
18808
|
-
IsModifiable: undefined,
|
|
18809
|
-
IsRequired: undefined,
|
|
18810
|
-
MinimumEngineVersionPerAllowedValue: undefined,
|
|
18811
|
-
};
|
|
17794
|
+
const contents = {};
|
|
18812
17795
|
if (output["SettingName"] !== undefined) {
|
|
18813
17796
|
contents.SettingName = (0, smithy_client_1.expectString)(output["SettingName"]);
|
|
18814
17797
|
}
|
|
@@ -18854,10 +17837,7 @@ const deserializeAws_queryOptionGroupOptionsList = (output, context) => {
|
|
|
18854
17837
|
});
|
|
18855
17838
|
};
|
|
18856
17839
|
const deserializeAws_queryOptionGroupOptionsMessage = (output, context) => {
|
|
18857
|
-
const contents = {
|
|
18858
|
-
OptionGroupOptions: undefined,
|
|
18859
|
-
Marker: undefined,
|
|
18860
|
-
};
|
|
17840
|
+
const contents = {};
|
|
18861
17841
|
if (output.OptionGroupOptions === "") {
|
|
18862
17842
|
contents.OptionGroupOptions = [];
|
|
18863
17843
|
}
|
|
@@ -18878,19 +17858,14 @@ const deserializeAws_queryOptionGroupOptionVersionsList = (output, context) => {
|
|
|
18878
17858
|
});
|
|
18879
17859
|
};
|
|
18880
17860
|
const deserializeAws_queryOptionGroupQuotaExceededFault = (output, context) => {
|
|
18881
|
-
const contents = {
|
|
18882
|
-
message: undefined,
|
|
18883
|
-
};
|
|
17861
|
+
const contents = {};
|
|
18884
17862
|
if (output["message"] !== undefined) {
|
|
18885
17863
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
18886
17864
|
}
|
|
18887
17865
|
return contents;
|
|
18888
17866
|
};
|
|
18889
17867
|
const deserializeAws_queryOptionGroups = (output, context) => {
|
|
18890
|
-
const contents = {
|
|
18891
|
-
OptionGroupsList: undefined,
|
|
18892
|
-
Marker: undefined,
|
|
18893
|
-
};
|
|
17868
|
+
const contents = {};
|
|
18894
17869
|
if (output.OptionGroupsList === "") {
|
|
18895
17870
|
contents.OptionGroupsList = [];
|
|
18896
17871
|
}
|
|
@@ -18924,17 +17899,7 @@ const deserializeAws_queryOptionsDependedOn = (output, context) => {
|
|
|
18924
17899
|
});
|
|
18925
17900
|
};
|
|
18926
17901
|
const deserializeAws_queryOptionSetting = (output, context) => {
|
|
18927
|
-
const contents = {
|
|
18928
|
-
Name: undefined,
|
|
18929
|
-
Value: undefined,
|
|
18930
|
-
DefaultValue: undefined,
|
|
18931
|
-
Description: undefined,
|
|
18932
|
-
ApplyType: undefined,
|
|
18933
|
-
DataType: undefined,
|
|
18934
|
-
AllowedValues: undefined,
|
|
18935
|
-
IsModifiable: undefined,
|
|
18936
|
-
IsCollection: undefined,
|
|
18937
|
-
};
|
|
17902
|
+
const contents = {};
|
|
18938
17903
|
if (output["Name"] !== undefined) {
|
|
18939
17904
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
18940
17905
|
}
|
|
@@ -18979,10 +17944,7 @@ const deserializeAws_queryOptionsList = (output, context) => {
|
|
|
18979
17944
|
});
|
|
18980
17945
|
};
|
|
18981
17946
|
const deserializeAws_queryOptionVersion = (output, context) => {
|
|
18982
|
-
const contents = {
|
|
18983
|
-
Version: undefined,
|
|
18984
|
-
IsDefault: undefined,
|
|
18985
|
-
};
|
|
17947
|
+
const contents = {};
|
|
18986
17948
|
if (output["Version"] !== undefined) {
|
|
18987
17949
|
contents.Version = (0, smithy_client_1.expectString)(output["Version"]);
|
|
18988
17950
|
}
|
|
@@ -18992,43 +17954,7 @@ const deserializeAws_queryOptionVersion = (output, context) => {
|
|
|
18992
17954
|
return contents;
|
|
18993
17955
|
};
|
|
18994
17956
|
const deserializeAws_queryOrderableDBInstanceOption = (output, context) => {
|
|
18995
|
-
const contents = {
|
|
18996
|
-
Engine: undefined,
|
|
18997
|
-
EngineVersion: undefined,
|
|
18998
|
-
DBInstanceClass: undefined,
|
|
18999
|
-
LicenseModel: undefined,
|
|
19000
|
-
AvailabilityZoneGroup: undefined,
|
|
19001
|
-
AvailabilityZones: undefined,
|
|
19002
|
-
MultiAZCapable: undefined,
|
|
19003
|
-
ReadReplicaCapable: undefined,
|
|
19004
|
-
Vpc: undefined,
|
|
19005
|
-
SupportsStorageEncryption: undefined,
|
|
19006
|
-
StorageType: undefined,
|
|
19007
|
-
SupportsIops: undefined,
|
|
19008
|
-
SupportsEnhancedMonitoring: undefined,
|
|
19009
|
-
SupportsIAMDatabaseAuthentication: undefined,
|
|
19010
|
-
SupportsPerformanceInsights: undefined,
|
|
19011
|
-
MinStorageSize: undefined,
|
|
19012
|
-
MaxStorageSize: undefined,
|
|
19013
|
-
MinIopsPerDbInstance: undefined,
|
|
19014
|
-
MaxIopsPerDbInstance: undefined,
|
|
19015
|
-
MinIopsPerGib: undefined,
|
|
19016
|
-
MaxIopsPerGib: undefined,
|
|
19017
|
-
AvailableProcessorFeatures: undefined,
|
|
19018
|
-
SupportedEngineModes: undefined,
|
|
19019
|
-
SupportsStorageAutoscaling: undefined,
|
|
19020
|
-
SupportsKerberosAuthentication: undefined,
|
|
19021
|
-
OutpostCapable: undefined,
|
|
19022
|
-
SupportedActivityStreamModes: undefined,
|
|
19023
|
-
SupportsGlobalDatabases: undefined,
|
|
19024
|
-
SupportsClusters: undefined,
|
|
19025
|
-
SupportedNetworkTypes: undefined,
|
|
19026
|
-
SupportsStorageThroughput: undefined,
|
|
19027
|
-
MinStorageThroughputPerDbInstance: undefined,
|
|
19028
|
-
MaxStorageThroughputPerDbInstance: undefined,
|
|
19029
|
-
MinStorageThroughputPerIops: undefined,
|
|
19030
|
-
MaxStorageThroughputPerIops: undefined,
|
|
19031
|
-
};
|
|
17957
|
+
const contents = {};
|
|
19032
17958
|
if (output["Engine"] !== undefined) {
|
|
19033
17959
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
19034
17960
|
}
|
|
@@ -19162,10 +18088,7 @@ const deserializeAws_queryOrderableDBInstanceOptionsList = (output, context) =>
|
|
|
19162
18088
|
});
|
|
19163
18089
|
};
|
|
19164
18090
|
const deserializeAws_queryOrderableDBInstanceOptionsMessage = (output, context) => {
|
|
19165
|
-
const contents = {
|
|
19166
|
-
OrderableDBInstanceOptions: undefined,
|
|
19167
|
-
Marker: undefined,
|
|
19168
|
-
};
|
|
18091
|
+
const contents = {};
|
|
19169
18092
|
if (output.OrderableDBInstanceOptions === "") {
|
|
19170
18093
|
contents.OrderableDBInstanceOptions = [];
|
|
19171
18094
|
}
|
|
@@ -19179,28 +18102,14 @@ const deserializeAws_queryOrderableDBInstanceOptionsMessage = (output, context)
|
|
|
19179
18102
|
return contents;
|
|
19180
18103
|
};
|
|
19181
18104
|
const deserializeAws_queryOutpost = (output, context) => {
|
|
19182
|
-
const contents = {
|
|
19183
|
-
Arn: undefined,
|
|
19184
|
-
};
|
|
18105
|
+
const contents = {};
|
|
19185
18106
|
if (output["Arn"] !== undefined) {
|
|
19186
18107
|
contents.Arn = (0, smithy_client_1.expectString)(output["Arn"]);
|
|
19187
18108
|
}
|
|
19188
18109
|
return contents;
|
|
19189
18110
|
};
|
|
19190
18111
|
const deserializeAws_queryParameter = (output, context) => {
|
|
19191
|
-
const contents = {
|
|
19192
|
-
ParameterName: undefined,
|
|
19193
|
-
ParameterValue: undefined,
|
|
19194
|
-
Description: undefined,
|
|
19195
|
-
Source: undefined,
|
|
19196
|
-
ApplyType: undefined,
|
|
19197
|
-
DataType: undefined,
|
|
19198
|
-
AllowedValues: undefined,
|
|
19199
|
-
IsModifiable: undefined,
|
|
19200
|
-
MinimumEngineVersion: undefined,
|
|
19201
|
-
ApplyMethod: undefined,
|
|
19202
|
-
SupportedEngineModes: undefined,
|
|
19203
|
-
};
|
|
18112
|
+
const contents = {};
|
|
19204
18113
|
if (output["ParameterName"] !== undefined) {
|
|
19205
18114
|
contents.ParameterName = (0, smithy_client_1.expectString)(output["ParameterName"]);
|
|
19206
18115
|
}
|
|
@@ -19247,10 +18156,7 @@ const deserializeAws_queryParametersList = (output, context) => {
|
|
|
19247
18156
|
});
|
|
19248
18157
|
};
|
|
19249
18158
|
const deserializeAws_queryPendingCloudwatchLogsExports = (output, context) => {
|
|
19250
|
-
const contents = {
|
|
19251
|
-
LogTypesToEnable: undefined,
|
|
19252
|
-
LogTypesToDisable: undefined,
|
|
19253
|
-
};
|
|
18159
|
+
const contents = {};
|
|
19254
18160
|
if (output.LogTypesToEnable === "") {
|
|
19255
18161
|
contents.LogTypesToEnable = [];
|
|
19256
18162
|
}
|
|
@@ -19266,14 +18172,7 @@ const deserializeAws_queryPendingCloudwatchLogsExports = (output, context) => {
|
|
|
19266
18172
|
return contents;
|
|
19267
18173
|
};
|
|
19268
18174
|
const deserializeAws_queryPendingMaintenanceAction = (output, context) => {
|
|
19269
|
-
const contents = {
|
|
19270
|
-
Action: undefined,
|
|
19271
|
-
AutoAppliedAfterDate: undefined,
|
|
19272
|
-
ForcedApplyDate: undefined,
|
|
19273
|
-
OptInStatus: undefined,
|
|
19274
|
-
CurrentApplyDate: undefined,
|
|
19275
|
-
Description: undefined,
|
|
19276
|
-
};
|
|
18175
|
+
const contents = {};
|
|
19277
18176
|
if (output["Action"] !== undefined) {
|
|
19278
18177
|
contents.Action = (0, smithy_client_1.expectString)(output["Action"]);
|
|
19279
18178
|
}
|
|
@@ -19309,10 +18208,7 @@ const deserializeAws_queryPendingMaintenanceActions = (output, context) => {
|
|
|
19309
18208
|
});
|
|
19310
18209
|
};
|
|
19311
18210
|
const deserializeAws_queryPendingMaintenanceActionsMessage = (output, context) => {
|
|
19312
|
-
const contents = {
|
|
19313
|
-
PendingMaintenanceActions: undefined,
|
|
19314
|
-
Marker: undefined,
|
|
19315
|
-
};
|
|
18211
|
+
const contents = {};
|
|
19316
18212
|
if (output.PendingMaintenanceActions === "") {
|
|
19317
18213
|
contents.PendingMaintenanceActions = [];
|
|
19318
18214
|
}
|
|
@@ -19326,27 +18222,7 @@ const deserializeAws_queryPendingMaintenanceActionsMessage = (output, context) =
|
|
|
19326
18222
|
return contents;
|
|
19327
18223
|
};
|
|
19328
18224
|
const deserializeAws_queryPendingModifiedValues = (output, context) => {
|
|
19329
|
-
const contents = {
|
|
19330
|
-
DBInstanceClass: undefined,
|
|
19331
|
-
AllocatedStorage: undefined,
|
|
19332
|
-
MasterUserPassword: undefined,
|
|
19333
|
-
Port: undefined,
|
|
19334
|
-
BackupRetentionPeriod: undefined,
|
|
19335
|
-
MultiAZ: undefined,
|
|
19336
|
-
EngineVersion: undefined,
|
|
19337
|
-
LicenseModel: undefined,
|
|
19338
|
-
Iops: undefined,
|
|
19339
|
-
DBInstanceIdentifier: undefined,
|
|
19340
|
-
StorageType: undefined,
|
|
19341
|
-
CACertificateIdentifier: undefined,
|
|
19342
|
-
DBSubnetGroupName: undefined,
|
|
19343
|
-
PendingCloudwatchLogsExports: undefined,
|
|
19344
|
-
ProcessorFeatures: undefined,
|
|
19345
|
-
IAMDatabaseAuthenticationEnabled: undefined,
|
|
19346
|
-
AutomationMode: undefined,
|
|
19347
|
-
ResumeFullAutomationModeTime: undefined,
|
|
19348
|
-
StorageThroughput: undefined,
|
|
19349
|
-
};
|
|
18225
|
+
const contents = {};
|
|
19350
18226
|
if (output["DBInstanceClass"] !== undefined) {
|
|
19351
18227
|
contents.DBInstanceClass = (0, smithy_client_1.expectString)(output["DBInstanceClass"]);
|
|
19352
18228
|
}
|
|
@@ -19411,19 +18287,14 @@ const deserializeAws_queryPendingModifiedValues = (output, context) => {
|
|
|
19411
18287
|
return contents;
|
|
19412
18288
|
};
|
|
19413
18289
|
const deserializeAws_queryPointInTimeRestoreNotEnabledFault = (output, context) => {
|
|
19414
|
-
const contents = {
|
|
19415
|
-
message: undefined,
|
|
19416
|
-
};
|
|
18290
|
+
const contents = {};
|
|
19417
18291
|
if (output["message"] !== undefined) {
|
|
19418
18292
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19419
18293
|
}
|
|
19420
18294
|
return contents;
|
|
19421
18295
|
};
|
|
19422
18296
|
const deserializeAws_queryProcessorFeature = (output, context) => {
|
|
19423
|
-
const contents = {
|
|
19424
|
-
Name: undefined,
|
|
19425
|
-
Value: undefined,
|
|
19426
|
-
};
|
|
18297
|
+
const contents = {};
|
|
19427
18298
|
if (output["Name"] !== undefined) {
|
|
19428
18299
|
contents.Name = (0, smithy_client_1.expectString)(output["Name"]);
|
|
19429
18300
|
}
|
|
@@ -19440,47 +18311,35 @@ const deserializeAws_queryProcessorFeatureList = (output, context) => {
|
|
|
19440
18311
|
});
|
|
19441
18312
|
};
|
|
19442
18313
|
const deserializeAws_queryPromoteReadReplicaDBClusterResult = (output, context) => {
|
|
19443
|
-
const contents = {
|
|
19444
|
-
DBCluster: undefined,
|
|
19445
|
-
};
|
|
18314
|
+
const contents = {};
|
|
19446
18315
|
if (output["DBCluster"] !== undefined) {
|
|
19447
18316
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
19448
18317
|
}
|
|
19449
18318
|
return contents;
|
|
19450
18319
|
};
|
|
19451
18320
|
const deserializeAws_queryPromoteReadReplicaResult = (output, context) => {
|
|
19452
|
-
const contents = {
|
|
19453
|
-
DBInstance: undefined,
|
|
19454
|
-
};
|
|
18321
|
+
const contents = {};
|
|
19455
18322
|
if (output["DBInstance"] !== undefined) {
|
|
19456
18323
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
19457
18324
|
}
|
|
19458
18325
|
return contents;
|
|
19459
18326
|
};
|
|
19460
18327
|
const deserializeAws_queryProvisionedIopsNotAvailableInAZFault = (output, context) => {
|
|
19461
|
-
const contents = {
|
|
19462
|
-
message: undefined,
|
|
19463
|
-
};
|
|
18328
|
+
const contents = {};
|
|
19464
18329
|
if (output["message"] !== undefined) {
|
|
19465
18330
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19466
18331
|
}
|
|
19467
18332
|
return contents;
|
|
19468
18333
|
};
|
|
19469
18334
|
const deserializeAws_queryPurchaseReservedDBInstancesOfferingResult = (output, context) => {
|
|
19470
|
-
const contents = {
|
|
19471
|
-
ReservedDBInstance: undefined,
|
|
19472
|
-
};
|
|
18335
|
+
const contents = {};
|
|
19473
18336
|
if (output["ReservedDBInstance"] !== undefined) {
|
|
19474
18337
|
contents.ReservedDBInstance = deserializeAws_queryReservedDBInstance(output["ReservedDBInstance"], context);
|
|
19475
18338
|
}
|
|
19476
18339
|
return contents;
|
|
19477
18340
|
};
|
|
19478
18341
|
const deserializeAws_queryRange = (output, context) => {
|
|
19479
|
-
const contents = {
|
|
19480
|
-
From: undefined,
|
|
19481
|
-
To: undefined,
|
|
19482
|
-
Step: undefined,
|
|
19483
|
-
};
|
|
18342
|
+
const contents = {};
|
|
19484
18343
|
if (output["From"] !== undefined) {
|
|
19485
18344
|
contents.From = (0, smithy_client_1.strictParseInt32)(output["From"]);
|
|
19486
18345
|
}
|
|
@@ -19528,28 +18387,21 @@ const deserializeAws_queryReadReplicaIdentifierList = (output, context) => {
|
|
|
19528
18387
|
});
|
|
19529
18388
|
};
|
|
19530
18389
|
const deserializeAws_queryRebootDBClusterResult = (output, context) => {
|
|
19531
|
-
const contents = {
|
|
19532
|
-
DBCluster: undefined,
|
|
19533
|
-
};
|
|
18390
|
+
const contents = {};
|
|
19534
18391
|
if (output["DBCluster"] !== undefined) {
|
|
19535
18392
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
19536
18393
|
}
|
|
19537
18394
|
return contents;
|
|
19538
18395
|
};
|
|
19539
18396
|
const deserializeAws_queryRebootDBInstanceResult = (output, context) => {
|
|
19540
|
-
const contents = {
|
|
19541
|
-
DBInstance: undefined,
|
|
19542
|
-
};
|
|
18397
|
+
const contents = {};
|
|
19543
18398
|
if (output["DBInstance"] !== undefined) {
|
|
19544
18399
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
19545
18400
|
}
|
|
19546
18401
|
return contents;
|
|
19547
18402
|
};
|
|
19548
18403
|
const deserializeAws_queryRecurringCharge = (output, context) => {
|
|
19549
|
-
const contents = {
|
|
19550
|
-
RecurringChargeAmount: undefined,
|
|
19551
|
-
RecurringChargeFrequency: undefined,
|
|
19552
|
-
};
|
|
18404
|
+
const contents = {};
|
|
19553
18405
|
if (output["RecurringChargeAmount"] !== undefined) {
|
|
19554
18406
|
contents.RecurringChargeAmount = (0, smithy_client_1.strictParseFloat)(output["RecurringChargeAmount"]);
|
|
19555
18407
|
}
|
|
@@ -19566,9 +18418,7 @@ const deserializeAws_queryRecurringChargeList = (output, context) => {
|
|
|
19566
18418
|
});
|
|
19567
18419
|
};
|
|
19568
18420
|
const deserializeAws_queryRegisterDBProxyTargetsResponse = (output, context) => {
|
|
19569
|
-
const contents = {
|
|
19570
|
-
DBProxyTargets: undefined,
|
|
19571
|
-
};
|
|
18421
|
+
const contents = {};
|
|
19572
18422
|
if (output.DBProxyTargets === "") {
|
|
19573
18423
|
contents.DBProxyTargets = [];
|
|
19574
18424
|
}
|
|
@@ -19578,42 +18428,21 @@ const deserializeAws_queryRegisterDBProxyTargetsResponse = (output, context) =>
|
|
|
19578
18428
|
return contents;
|
|
19579
18429
|
};
|
|
19580
18430
|
const deserializeAws_queryRemoveFromGlobalClusterResult = (output, context) => {
|
|
19581
|
-
const contents = {
|
|
19582
|
-
GlobalCluster: undefined,
|
|
19583
|
-
};
|
|
18431
|
+
const contents = {};
|
|
19584
18432
|
if (output["GlobalCluster"] !== undefined) {
|
|
19585
18433
|
contents.GlobalCluster = deserializeAws_queryGlobalCluster(output["GlobalCluster"], context);
|
|
19586
18434
|
}
|
|
19587
18435
|
return contents;
|
|
19588
18436
|
};
|
|
19589
18437
|
const deserializeAws_queryRemoveSourceIdentifierFromSubscriptionResult = (output, context) => {
|
|
19590
|
-
const contents = {
|
|
19591
|
-
EventSubscription: undefined,
|
|
19592
|
-
};
|
|
18438
|
+
const contents = {};
|
|
19593
18439
|
if (output["EventSubscription"] !== undefined) {
|
|
19594
18440
|
contents.EventSubscription = deserializeAws_queryEventSubscription(output["EventSubscription"], context);
|
|
19595
18441
|
}
|
|
19596
18442
|
return contents;
|
|
19597
18443
|
};
|
|
19598
18444
|
const deserializeAws_queryReservedDBInstance = (output, context) => {
|
|
19599
|
-
const contents = {
|
|
19600
|
-
ReservedDBInstanceId: undefined,
|
|
19601
|
-
ReservedDBInstancesOfferingId: undefined,
|
|
19602
|
-
DBInstanceClass: undefined,
|
|
19603
|
-
StartTime: undefined,
|
|
19604
|
-
Duration: undefined,
|
|
19605
|
-
FixedPrice: undefined,
|
|
19606
|
-
UsagePrice: undefined,
|
|
19607
|
-
CurrencyCode: undefined,
|
|
19608
|
-
DBInstanceCount: undefined,
|
|
19609
|
-
ProductDescription: undefined,
|
|
19610
|
-
OfferingType: undefined,
|
|
19611
|
-
MultiAZ: undefined,
|
|
19612
|
-
State: undefined,
|
|
19613
|
-
RecurringCharges: undefined,
|
|
19614
|
-
ReservedDBInstanceArn: undefined,
|
|
19615
|
-
LeaseId: undefined,
|
|
19616
|
-
};
|
|
18445
|
+
const contents = {};
|
|
19617
18446
|
if (output["ReservedDBInstanceId"] !== undefined) {
|
|
19618
18447
|
contents.ReservedDBInstanceId = (0, smithy_client_1.expectString)(output["ReservedDBInstanceId"]);
|
|
19619
18448
|
}
|
|
@@ -19668,9 +18497,7 @@ const deserializeAws_queryReservedDBInstance = (output, context) => {
|
|
|
19668
18497
|
return contents;
|
|
19669
18498
|
};
|
|
19670
18499
|
const deserializeAws_queryReservedDBInstanceAlreadyExistsFault = (output, context) => {
|
|
19671
|
-
const contents = {
|
|
19672
|
-
message: undefined,
|
|
19673
|
-
};
|
|
18500
|
+
const contents = {};
|
|
19674
18501
|
if (output["message"] !== undefined) {
|
|
19675
18502
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19676
18503
|
}
|
|
@@ -19684,10 +18511,7 @@ const deserializeAws_queryReservedDBInstanceList = (output, context) => {
|
|
|
19684
18511
|
});
|
|
19685
18512
|
};
|
|
19686
18513
|
const deserializeAws_queryReservedDBInstanceMessage = (output, context) => {
|
|
19687
|
-
const contents = {
|
|
19688
|
-
Marker: undefined,
|
|
19689
|
-
ReservedDBInstances: undefined,
|
|
19690
|
-
};
|
|
18514
|
+
const contents = {};
|
|
19691
18515
|
if (output["Marker"] !== undefined) {
|
|
19692
18516
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
19693
18517
|
}
|
|
@@ -19701,36 +18525,21 @@ const deserializeAws_queryReservedDBInstanceMessage = (output, context) => {
|
|
|
19701
18525
|
return contents;
|
|
19702
18526
|
};
|
|
19703
18527
|
const deserializeAws_queryReservedDBInstanceNotFoundFault = (output, context) => {
|
|
19704
|
-
const contents = {
|
|
19705
|
-
message: undefined,
|
|
19706
|
-
};
|
|
18528
|
+
const contents = {};
|
|
19707
18529
|
if (output["message"] !== undefined) {
|
|
19708
18530
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19709
18531
|
}
|
|
19710
18532
|
return contents;
|
|
19711
18533
|
};
|
|
19712
18534
|
const deserializeAws_queryReservedDBInstanceQuotaExceededFault = (output, context) => {
|
|
19713
|
-
const contents = {
|
|
19714
|
-
message: undefined,
|
|
19715
|
-
};
|
|
18535
|
+
const contents = {};
|
|
19716
18536
|
if (output["message"] !== undefined) {
|
|
19717
18537
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19718
18538
|
}
|
|
19719
18539
|
return contents;
|
|
19720
18540
|
};
|
|
19721
18541
|
const deserializeAws_queryReservedDBInstancesOffering = (output, context) => {
|
|
19722
|
-
const contents = {
|
|
19723
|
-
ReservedDBInstancesOfferingId: undefined,
|
|
19724
|
-
DBInstanceClass: undefined,
|
|
19725
|
-
Duration: undefined,
|
|
19726
|
-
FixedPrice: undefined,
|
|
19727
|
-
UsagePrice: undefined,
|
|
19728
|
-
CurrencyCode: undefined,
|
|
19729
|
-
ProductDescription: undefined,
|
|
19730
|
-
OfferingType: undefined,
|
|
19731
|
-
MultiAZ: undefined,
|
|
19732
|
-
RecurringCharges: undefined,
|
|
19733
|
-
};
|
|
18542
|
+
const contents = {};
|
|
19734
18543
|
if (output["ReservedDBInstancesOfferingId"] !== undefined) {
|
|
19735
18544
|
contents.ReservedDBInstancesOfferingId = (0, smithy_client_1.expectString)(output["ReservedDBInstancesOfferingId"]);
|
|
19736
18545
|
}
|
|
@@ -19774,10 +18583,7 @@ const deserializeAws_queryReservedDBInstancesOfferingList = (output, context) =>
|
|
|
19774
18583
|
});
|
|
19775
18584
|
};
|
|
19776
18585
|
const deserializeAws_queryReservedDBInstancesOfferingMessage = (output, context) => {
|
|
19777
|
-
const contents = {
|
|
19778
|
-
Marker: undefined,
|
|
19779
|
-
ReservedDBInstancesOfferings: undefined,
|
|
19780
|
-
};
|
|
18586
|
+
const contents = {};
|
|
19781
18587
|
if (output["Marker"] !== undefined) {
|
|
19782
18588
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
19783
18589
|
}
|
|
@@ -19791,28 +18597,21 @@ const deserializeAws_queryReservedDBInstancesOfferingMessage = (output, context)
|
|
|
19791
18597
|
return contents;
|
|
19792
18598
|
};
|
|
19793
18599
|
const deserializeAws_queryReservedDBInstancesOfferingNotFoundFault = (output, context) => {
|
|
19794
|
-
const contents = {
|
|
19795
|
-
message: undefined,
|
|
19796
|
-
};
|
|
18600
|
+
const contents = {};
|
|
19797
18601
|
if (output["message"] !== undefined) {
|
|
19798
18602
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19799
18603
|
}
|
|
19800
18604
|
return contents;
|
|
19801
18605
|
};
|
|
19802
18606
|
const deserializeAws_queryResourceNotFoundFault = (output, context) => {
|
|
19803
|
-
const contents = {
|
|
19804
|
-
message: undefined,
|
|
19805
|
-
};
|
|
18607
|
+
const contents = {};
|
|
19806
18608
|
if (output["message"] !== undefined) {
|
|
19807
18609
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19808
18610
|
}
|
|
19809
18611
|
return contents;
|
|
19810
18612
|
};
|
|
19811
18613
|
const deserializeAws_queryResourcePendingMaintenanceActions = (output, context) => {
|
|
19812
|
-
const contents = {
|
|
19813
|
-
ResourceIdentifier: undefined,
|
|
19814
|
-
PendingMaintenanceActionDetails: undefined,
|
|
19815
|
-
};
|
|
18614
|
+
const contents = {};
|
|
19816
18615
|
if (output["ResourceIdentifier"] !== undefined) {
|
|
19817
18616
|
contents.ResourceIdentifier = (0, smithy_client_1.expectString)(output["ResourceIdentifier"]);
|
|
19818
18617
|
}
|
|
@@ -19826,64 +18625,49 @@ const deserializeAws_queryResourcePendingMaintenanceActions = (output, context)
|
|
|
19826
18625
|
return contents;
|
|
19827
18626
|
};
|
|
19828
18627
|
const deserializeAws_queryRestoreDBClusterFromS3Result = (output, context) => {
|
|
19829
|
-
const contents = {
|
|
19830
|
-
DBCluster: undefined,
|
|
19831
|
-
};
|
|
18628
|
+
const contents = {};
|
|
19832
18629
|
if (output["DBCluster"] !== undefined) {
|
|
19833
18630
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
19834
18631
|
}
|
|
19835
18632
|
return contents;
|
|
19836
18633
|
};
|
|
19837
18634
|
const deserializeAws_queryRestoreDBClusterFromSnapshotResult = (output, context) => {
|
|
19838
|
-
const contents = {
|
|
19839
|
-
DBCluster: undefined,
|
|
19840
|
-
};
|
|
18635
|
+
const contents = {};
|
|
19841
18636
|
if (output["DBCluster"] !== undefined) {
|
|
19842
18637
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
19843
18638
|
}
|
|
19844
18639
|
return contents;
|
|
19845
18640
|
};
|
|
19846
18641
|
const deserializeAws_queryRestoreDBClusterToPointInTimeResult = (output, context) => {
|
|
19847
|
-
const contents = {
|
|
19848
|
-
DBCluster: undefined,
|
|
19849
|
-
};
|
|
18642
|
+
const contents = {};
|
|
19850
18643
|
if (output["DBCluster"] !== undefined) {
|
|
19851
18644
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
19852
18645
|
}
|
|
19853
18646
|
return contents;
|
|
19854
18647
|
};
|
|
19855
18648
|
const deserializeAws_queryRestoreDBInstanceFromDBSnapshotResult = (output, context) => {
|
|
19856
|
-
const contents = {
|
|
19857
|
-
DBInstance: undefined,
|
|
19858
|
-
};
|
|
18649
|
+
const contents = {};
|
|
19859
18650
|
if (output["DBInstance"] !== undefined) {
|
|
19860
18651
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
19861
18652
|
}
|
|
19862
18653
|
return contents;
|
|
19863
18654
|
};
|
|
19864
18655
|
const deserializeAws_queryRestoreDBInstanceFromS3Result = (output, context) => {
|
|
19865
|
-
const contents = {
|
|
19866
|
-
DBInstance: undefined,
|
|
19867
|
-
};
|
|
18656
|
+
const contents = {};
|
|
19868
18657
|
if (output["DBInstance"] !== undefined) {
|
|
19869
18658
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
19870
18659
|
}
|
|
19871
18660
|
return contents;
|
|
19872
18661
|
};
|
|
19873
18662
|
const deserializeAws_queryRestoreDBInstanceToPointInTimeResult = (output, context) => {
|
|
19874
|
-
const contents = {
|
|
19875
|
-
DBInstance: undefined,
|
|
19876
|
-
};
|
|
18663
|
+
const contents = {};
|
|
19877
18664
|
if (output["DBInstance"] !== undefined) {
|
|
19878
18665
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
19879
18666
|
}
|
|
19880
18667
|
return contents;
|
|
19881
18668
|
};
|
|
19882
18669
|
const deserializeAws_queryRestoreWindow = (output, context) => {
|
|
19883
|
-
const contents = {
|
|
19884
|
-
EarliestTime: undefined,
|
|
19885
|
-
LatestTime: undefined,
|
|
19886
|
-
};
|
|
18670
|
+
const contents = {};
|
|
19887
18671
|
if (output["EarliestTime"] !== undefined) {
|
|
19888
18672
|
contents.EarliestTime = (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(output["EarliestTime"]));
|
|
19889
18673
|
}
|
|
@@ -19893,23 +18677,14 @@ const deserializeAws_queryRestoreWindow = (output, context) => {
|
|
|
19893
18677
|
return contents;
|
|
19894
18678
|
};
|
|
19895
18679
|
const deserializeAws_queryRevokeDBSecurityGroupIngressResult = (output, context) => {
|
|
19896
|
-
const contents = {
|
|
19897
|
-
DBSecurityGroup: undefined,
|
|
19898
|
-
};
|
|
18680
|
+
const contents = {};
|
|
19899
18681
|
if (output["DBSecurityGroup"] !== undefined) {
|
|
19900
18682
|
contents.DBSecurityGroup = deserializeAws_queryDBSecurityGroup(output["DBSecurityGroup"], context);
|
|
19901
18683
|
}
|
|
19902
18684
|
return contents;
|
|
19903
18685
|
};
|
|
19904
18686
|
const deserializeAws_queryScalingConfigurationInfo = (output, context) => {
|
|
19905
|
-
const contents = {
|
|
19906
|
-
MinCapacity: undefined,
|
|
19907
|
-
MaxCapacity: undefined,
|
|
19908
|
-
AutoPause: undefined,
|
|
19909
|
-
SecondsUntilAutoPause: undefined,
|
|
19910
|
-
TimeoutAction: undefined,
|
|
19911
|
-
SecondsBeforeTimeout: undefined,
|
|
19912
|
-
};
|
|
18687
|
+
const contents = {};
|
|
19913
18688
|
if (output["MinCapacity"] !== undefined) {
|
|
19914
18689
|
contents.MinCapacity = (0, smithy_client_1.strictParseInt32)(output["MinCapacity"]);
|
|
19915
18690
|
}
|
|
@@ -19931,10 +18706,7 @@ const deserializeAws_queryScalingConfigurationInfo = (output, context) => {
|
|
|
19931
18706
|
return contents;
|
|
19932
18707
|
};
|
|
19933
18708
|
const deserializeAws_queryServerlessV2ScalingConfigurationInfo = (output, context) => {
|
|
19934
|
-
const contents = {
|
|
19935
|
-
MinCapacity: undefined,
|
|
19936
|
-
MaxCapacity: undefined,
|
|
19937
|
-
};
|
|
18709
|
+
const contents = {};
|
|
19938
18710
|
if (output["MinCapacity"] !== undefined) {
|
|
19939
18711
|
contents.MinCapacity = (0, smithy_client_1.strictParseFloat)(output["MinCapacity"]);
|
|
19940
18712
|
}
|
|
@@ -19944,63 +18716,49 @@ const deserializeAws_queryServerlessV2ScalingConfigurationInfo = (output, contex
|
|
|
19944
18716
|
return contents;
|
|
19945
18717
|
};
|
|
19946
18718
|
const deserializeAws_querySharedSnapshotQuotaExceededFault = (output, context) => {
|
|
19947
|
-
const contents = {
|
|
19948
|
-
message: undefined,
|
|
19949
|
-
};
|
|
18719
|
+
const contents = {};
|
|
19950
18720
|
if (output["message"] !== undefined) {
|
|
19951
18721
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19952
18722
|
}
|
|
19953
18723
|
return contents;
|
|
19954
18724
|
};
|
|
19955
18725
|
const deserializeAws_querySnapshotQuotaExceededFault = (output, context) => {
|
|
19956
|
-
const contents = {
|
|
19957
|
-
message: undefined,
|
|
19958
|
-
};
|
|
18726
|
+
const contents = {};
|
|
19959
18727
|
if (output["message"] !== undefined) {
|
|
19960
18728
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19961
18729
|
}
|
|
19962
18730
|
return contents;
|
|
19963
18731
|
};
|
|
19964
18732
|
const deserializeAws_querySNSInvalidTopicFault = (output, context) => {
|
|
19965
|
-
const contents = {
|
|
19966
|
-
message: undefined,
|
|
19967
|
-
};
|
|
18733
|
+
const contents = {};
|
|
19968
18734
|
if (output["message"] !== undefined) {
|
|
19969
18735
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19970
18736
|
}
|
|
19971
18737
|
return contents;
|
|
19972
18738
|
};
|
|
19973
18739
|
const deserializeAws_querySNSNoAuthorizationFault = (output, context) => {
|
|
19974
|
-
const contents = {
|
|
19975
|
-
message: undefined,
|
|
19976
|
-
};
|
|
18740
|
+
const contents = {};
|
|
19977
18741
|
if (output["message"] !== undefined) {
|
|
19978
18742
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19979
18743
|
}
|
|
19980
18744
|
return contents;
|
|
19981
18745
|
};
|
|
19982
18746
|
const deserializeAws_querySNSTopicArnNotFoundFault = (output, context) => {
|
|
19983
|
-
const contents = {
|
|
19984
|
-
message: undefined,
|
|
19985
|
-
};
|
|
18747
|
+
const contents = {};
|
|
19986
18748
|
if (output["message"] !== undefined) {
|
|
19987
18749
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19988
18750
|
}
|
|
19989
18751
|
return contents;
|
|
19990
18752
|
};
|
|
19991
18753
|
const deserializeAws_querySourceClusterNotSupportedFault = (output, context) => {
|
|
19992
|
-
const contents = {
|
|
19993
|
-
message: undefined,
|
|
19994
|
-
};
|
|
18754
|
+
const contents = {};
|
|
19995
18755
|
if (output["message"] !== undefined) {
|
|
19996
18756
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
19997
18757
|
}
|
|
19998
18758
|
return contents;
|
|
19999
18759
|
};
|
|
20000
18760
|
const deserializeAws_querySourceDatabaseNotSupportedFault = (output, context) => {
|
|
20001
|
-
const contents = {
|
|
20002
|
-
message: undefined,
|
|
20003
|
-
};
|
|
18761
|
+
const contents = {};
|
|
20004
18762
|
if (output["message"] !== undefined) {
|
|
20005
18763
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20006
18764
|
}
|
|
@@ -20014,21 +18772,14 @@ const deserializeAws_querySourceIdsList = (output, context) => {
|
|
|
20014
18772
|
});
|
|
20015
18773
|
};
|
|
20016
18774
|
const deserializeAws_querySourceNotFoundFault = (output, context) => {
|
|
20017
|
-
const contents = {
|
|
20018
|
-
message: undefined,
|
|
20019
|
-
};
|
|
18775
|
+
const contents = {};
|
|
20020
18776
|
if (output["message"] !== undefined) {
|
|
20021
18777
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20022
18778
|
}
|
|
20023
18779
|
return contents;
|
|
20024
18780
|
};
|
|
20025
18781
|
const deserializeAws_querySourceRegion = (output, context) => {
|
|
20026
|
-
const contents = {
|
|
20027
|
-
RegionName: undefined,
|
|
20028
|
-
Endpoint: undefined,
|
|
20029
|
-
Status: undefined,
|
|
20030
|
-
SupportsDBInstanceAutomatedBackupsReplication: undefined,
|
|
20031
|
-
};
|
|
18782
|
+
const contents = {};
|
|
20032
18783
|
if (output["RegionName"] !== undefined) {
|
|
20033
18784
|
contents.RegionName = (0, smithy_client_1.expectString)(output["RegionName"]);
|
|
20034
18785
|
}
|
|
@@ -20051,10 +18802,7 @@ const deserializeAws_querySourceRegionList = (output, context) => {
|
|
|
20051
18802
|
});
|
|
20052
18803
|
};
|
|
20053
18804
|
const deserializeAws_querySourceRegionMessage = (output, context) => {
|
|
20054
|
-
const contents = {
|
|
20055
|
-
Marker: undefined,
|
|
20056
|
-
SourceRegions: undefined,
|
|
20057
|
-
};
|
|
18805
|
+
const contents = {};
|
|
20058
18806
|
if (output["Marker"] !== undefined) {
|
|
20059
18807
|
contents.Marker = (0, smithy_client_1.expectString)(output["Marker"]);
|
|
20060
18808
|
}
|
|
@@ -20067,14 +18815,7 @@ const deserializeAws_querySourceRegionMessage = (output, context) => {
|
|
|
20067
18815
|
return contents;
|
|
20068
18816
|
};
|
|
20069
18817
|
const deserializeAws_queryStartActivityStreamResponse = (output, context) => {
|
|
20070
|
-
const contents = {
|
|
20071
|
-
KmsKeyId: undefined,
|
|
20072
|
-
KinesisStreamName: undefined,
|
|
20073
|
-
Status: undefined,
|
|
20074
|
-
Mode: undefined,
|
|
20075
|
-
ApplyImmediately: undefined,
|
|
20076
|
-
EngineNativeAuditFieldsIncluded: undefined,
|
|
20077
|
-
};
|
|
18818
|
+
const contents = {};
|
|
20078
18819
|
if (output["KmsKeyId"] !== undefined) {
|
|
20079
18820
|
contents.KmsKeyId = (0, smithy_client_1.expectString)(output["KmsKeyId"]);
|
|
20080
18821
|
}
|
|
@@ -20096,38 +18837,28 @@ const deserializeAws_queryStartActivityStreamResponse = (output, context) => {
|
|
|
20096
18837
|
return contents;
|
|
20097
18838
|
};
|
|
20098
18839
|
const deserializeAws_queryStartDBClusterResult = (output, context) => {
|
|
20099
|
-
const contents = {
|
|
20100
|
-
DBCluster: undefined,
|
|
20101
|
-
};
|
|
18840
|
+
const contents = {};
|
|
20102
18841
|
if (output["DBCluster"] !== undefined) {
|
|
20103
18842
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
20104
18843
|
}
|
|
20105
18844
|
return contents;
|
|
20106
18845
|
};
|
|
20107
18846
|
const deserializeAws_queryStartDBInstanceAutomatedBackupsReplicationResult = (output, context) => {
|
|
20108
|
-
const contents = {
|
|
20109
|
-
DBInstanceAutomatedBackup: undefined,
|
|
20110
|
-
};
|
|
18847
|
+
const contents = {};
|
|
20111
18848
|
if (output["DBInstanceAutomatedBackup"] !== undefined) {
|
|
20112
18849
|
contents.DBInstanceAutomatedBackup = deserializeAws_queryDBInstanceAutomatedBackup(output["DBInstanceAutomatedBackup"], context);
|
|
20113
18850
|
}
|
|
20114
18851
|
return contents;
|
|
20115
18852
|
};
|
|
20116
18853
|
const deserializeAws_queryStartDBInstanceResult = (output, context) => {
|
|
20117
|
-
const contents = {
|
|
20118
|
-
DBInstance: undefined,
|
|
20119
|
-
};
|
|
18854
|
+
const contents = {};
|
|
20120
18855
|
if (output["DBInstance"] !== undefined) {
|
|
20121
18856
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
20122
18857
|
}
|
|
20123
18858
|
return contents;
|
|
20124
18859
|
};
|
|
20125
18860
|
const deserializeAws_queryStopActivityStreamResponse = (output, context) => {
|
|
20126
|
-
const contents = {
|
|
20127
|
-
KmsKeyId: undefined,
|
|
20128
|
-
KinesisStreamName: undefined,
|
|
20129
|
-
Status: undefined,
|
|
20130
|
-
};
|
|
18861
|
+
const contents = {};
|
|
20131
18862
|
if (output["KmsKeyId"] !== undefined) {
|
|
20132
18863
|
contents.KmsKeyId = (0, smithy_client_1.expectString)(output["KmsKeyId"]);
|
|
20133
18864
|
}
|
|
@@ -20140,45 +18871,35 @@ const deserializeAws_queryStopActivityStreamResponse = (output, context) => {
|
|
|
20140
18871
|
return contents;
|
|
20141
18872
|
};
|
|
20142
18873
|
const deserializeAws_queryStopDBClusterResult = (output, context) => {
|
|
20143
|
-
const contents = {
|
|
20144
|
-
DBCluster: undefined,
|
|
20145
|
-
};
|
|
18874
|
+
const contents = {};
|
|
20146
18875
|
if (output["DBCluster"] !== undefined) {
|
|
20147
18876
|
contents.DBCluster = deserializeAws_queryDBCluster(output["DBCluster"], context);
|
|
20148
18877
|
}
|
|
20149
18878
|
return contents;
|
|
20150
18879
|
};
|
|
20151
18880
|
const deserializeAws_queryStopDBInstanceAutomatedBackupsReplicationResult = (output, context) => {
|
|
20152
|
-
const contents = {
|
|
20153
|
-
DBInstanceAutomatedBackup: undefined,
|
|
20154
|
-
};
|
|
18881
|
+
const contents = {};
|
|
20155
18882
|
if (output["DBInstanceAutomatedBackup"] !== undefined) {
|
|
20156
18883
|
contents.DBInstanceAutomatedBackup = deserializeAws_queryDBInstanceAutomatedBackup(output["DBInstanceAutomatedBackup"], context);
|
|
20157
18884
|
}
|
|
20158
18885
|
return contents;
|
|
20159
18886
|
};
|
|
20160
18887
|
const deserializeAws_queryStopDBInstanceResult = (output, context) => {
|
|
20161
|
-
const contents = {
|
|
20162
|
-
DBInstance: undefined,
|
|
20163
|
-
};
|
|
18888
|
+
const contents = {};
|
|
20164
18889
|
if (output["DBInstance"] !== undefined) {
|
|
20165
18890
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
20166
18891
|
}
|
|
20167
18892
|
return contents;
|
|
20168
18893
|
};
|
|
20169
18894
|
const deserializeAws_queryStorageQuotaExceededFault = (output, context) => {
|
|
20170
|
-
const contents = {
|
|
20171
|
-
message: undefined,
|
|
20172
|
-
};
|
|
18895
|
+
const contents = {};
|
|
20173
18896
|
if (output["message"] !== undefined) {
|
|
20174
18897
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20175
18898
|
}
|
|
20176
18899
|
return contents;
|
|
20177
18900
|
};
|
|
20178
18901
|
const deserializeAws_queryStorageTypeNotSupportedFault = (output, context) => {
|
|
20179
|
-
const contents = {
|
|
20180
|
-
message: undefined,
|
|
20181
|
-
};
|
|
18902
|
+
const contents = {};
|
|
20182
18903
|
if (output["message"] !== undefined) {
|
|
20183
18904
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20184
18905
|
}
|
|
@@ -20192,12 +18913,7 @@ const deserializeAws_queryStringList = (output, context) => {
|
|
|
20192
18913
|
});
|
|
20193
18914
|
};
|
|
20194
18915
|
const deserializeAws_querySubnet = (output, context) => {
|
|
20195
|
-
const contents = {
|
|
20196
|
-
SubnetIdentifier: undefined,
|
|
20197
|
-
SubnetAvailabilityZone: undefined,
|
|
20198
|
-
SubnetOutpost: undefined,
|
|
20199
|
-
SubnetStatus: undefined,
|
|
20200
|
-
};
|
|
18916
|
+
const contents = {};
|
|
20201
18917
|
if (output["SubnetIdentifier"] !== undefined) {
|
|
20202
18918
|
contents.SubnetIdentifier = (0, smithy_client_1.expectString)(output["SubnetIdentifier"]);
|
|
20203
18919
|
}
|
|
@@ -20213,9 +18929,7 @@ const deserializeAws_querySubnet = (output, context) => {
|
|
|
20213
18929
|
return contents;
|
|
20214
18930
|
};
|
|
20215
18931
|
const deserializeAws_querySubnetAlreadyInUse = (output, context) => {
|
|
20216
|
-
const contents = {
|
|
20217
|
-
message: undefined,
|
|
20218
|
-
};
|
|
18932
|
+
const contents = {};
|
|
20219
18933
|
if (output["message"] !== undefined) {
|
|
20220
18934
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20221
18935
|
}
|
|
@@ -20229,27 +18943,21 @@ const deserializeAws_querySubnetList = (output, context) => {
|
|
|
20229
18943
|
});
|
|
20230
18944
|
};
|
|
20231
18945
|
const deserializeAws_querySubscriptionAlreadyExistFault = (output, context) => {
|
|
20232
|
-
const contents = {
|
|
20233
|
-
message: undefined,
|
|
20234
|
-
};
|
|
18946
|
+
const contents = {};
|
|
20235
18947
|
if (output["message"] !== undefined) {
|
|
20236
18948
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20237
18949
|
}
|
|
20238
18950
|
return contents;
|
|
20239
18951
|
};
|
|
20240
18952
|
const deserializeAws_querySubscriptionCategoryNotFoundFault = (output, context) => {
|
|
20241
|
-
const contents = {
|
|
20242
|
-
message: undefined,
|
|
20243
|
-
};
|
|
18953
|
+
const contents = {};
|
|
20244
18954
|
if (output["message"] !== undefined) {
|
|
20245
18955
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20246
18956
|
}
|
|
20247
18957
|
return contents;
|
|
20248
18958
|
};
|
|
20249
18959
|
const deserializeAws_querySubscriptionNotFoundFault = (output, context) => {
|
|
20250
|
-
const contents = {
|
|
20251
|
-
message: undefined,
|
|
20252
|
-
};
|
|
18960
|
+
const contents = {};
|
|
20253
18961
|
if (output["message"] !== undefined) {
|
|
20254
18962
|
contents.message = (0, smithy_client_1.expectString)(output["message"]);
|
|
20255
18963
|
}
|
|
@@ -20270,20 +18978,14 @@ const deserializeAws_querySupportedTimezonesList = (output, context) => {
|
|
|
20270
18978
|
});
|
|
20271
18979
|
};
|
|
20272
18980
|
const deserializeAws_querySwitchoverBlueGreenDeploymentResponse = (output, context) => {
|
|
20273
|
-
const contents = {
|
|
20274
|
-
BlueGreenDeployment: undefined,
|
|
20275
|
-
};
|
|
18981
|
+
const contents = {};
|
|
20276
18982
|
if (output["BlueGreenDeployment"] !== undefined) {
|
|
20277
18983
|
contents.BlueGreenDeployment = deserializeAws_queryBlueGreenDeployment(output["BlueGreenDeployment"], context);
|
|
20278
18984
|
}
|
|
20279
18985
|
return contents;
|
|
20280
18986
|
};
|
|
20281
18987
|
const deserializeAws_querySwitchoverDetail = (output, context) => {
|
|
20282
|
-
const contents = {
|
|
20283
|
-
SourceMember: undefined,
|
|
20284
|
-
TargetMember: undefined,
|
|
20285
|
-
Status: undefined,
|
|
20286
|
-
};
|
|
18988
|
+
const contents = {};
|
|
20287
18989
|
if (output["SourceMember"] !== undefined) {
|
|
20288
18990
|
contents.SourceMember = (0, smithy_client_1.expectString)(output["SourceMember"]);
|
|
20289
18991
|
}
|
|
@@ -20303,19 +19005,14 @@ const deserializeAws_querySwitchoverDetailList = (output, context) => {
|
|
|
20303
19005
|
});
|
|
20304
19006
|
};
|
|
20305
19007
|
const deserializeAws_querySwitchoverReadReplicaResult = (output, context) => {
|
|
20306
|
-
const contents = {
|
|
20307
|
-
DBInstance: undefined,
|
|
20308
|
-
};
|
|
19008
|
+
const contents = {};
|
|
20309
19009
|
if (output["DBInstance"] !== undefined) {
|
|
20310
19010
|
contents.DBInstance = deserializeAws_queryDBInstance(output["DBInstance"], context);
|
|
20311
19011
|
}
|
|
20312
19012
|
return contents;
|
|
20313
19013
|
};
|
|
20314
19014
|
const deserializeAws_queryTag = (output, context) => {
|
|
20315
|
-
const contents = {
|
|
20316
|
-
Key: undefined,
|
|
20317
|
-
Value: undefined,
|
|
20318
|
-
};
|
|
19015
|
+
const contents = {};
|
|
20319
19016
|
if (output["Key"] !== undefined) {
|
|
20320
19017
|
contents.Key = (0, smithy_client_1.expectString)(output["Key"]);
|
|
20321
19018
|
}
|
|
@@ -20332,9 +19029,7 @@ const deserializeAws_queryTagList = (output, context) => {
|
|
|
20332
19029
|
});
|
|
20333
19030
|
};
|
|
20334
19031
|
const deserializeAws_queryTagListMessage = (output, context) => {
|
|
20335
|
-
const contents = {
|
|
20336
|
-
TagList: undefined,
|
|
20337
|
-
};
|
|
19032
|
+
const contents = {};
|
|
20338
19033
|
if (output.TagList === "") {
|
|
20339
19034
|
contents.TagList = [];
|
|
20340
19035
|
}
|
|
@@ -20351,11 +19046,7 @@ const deserializeAws_queryTargetGroupList = (output, context) => {
|
|
|
20351
19046
|
});
|
|
20352
19047
|
};
|
|
20353
19048
|
const deserializeAws_queryTargetHealth = (output, context) => {
|
|
20354
|
-
const contents = {
|
|
20355
|
-
State: undefined,
|
|
20356
|
-
Reason: undefined,
|
|
20357
|
-
Description: undefined,
|
|
20358
|
-
};
|
|
19049
|
+
const contents = {};
|
|
20359
19050
|
if (output["State"] !== undefined) {
|
|
20360
19051
|
contents.State = (0, smithy_client_1.expectString)(output["State"]);
|
|
20361
19052
|
}
|
|
@@ -20375,26 +19066,14 @@ const deserializeAws_queryTargetList = (output, context) => {
|
|
|
20375
19066
|
});
|
|
20376
19067
|
};
|
|
20377
19068
|
const deserializeAws_queryTimezone = (output, context) => {
|
|
20378
|
-
const contents = {
|
|
20379
|
-
TimezoneName: undefined,
|
|
20380
|
-
};
|
|
19069
|
+
const contents = {};
|
|
20381
19070
|
if (output["TimezoneName"] !== undefined) {
|
|
20382
19071
|
contents.TimezoneName = (0, smithy_client_1.expectString)(output["TimezoneName"]);
|
|
20383
19072
|
}
|
|
20384
19073
|
return contents;
|
|
20385
19074
|
};
|
|
20386
19075
|
const deserializeAws_queryUpgradeTarget = (output, context) => {
|
|
20387
|
-
const contents = {
|
|
20388
|
-
Engine: undefined,
|
|
20389
|
-
EngineVersion: undefined,
|
|
20390
|
-
Description: undefined,
|
|
20391
|
-
AutoUpgrade: undefined,
|
|
20392
|
-
IsMajorVersionUpgrade: undefined,
|
|
20393
|
-
SupportedEngineModes: undefined,
|
|
20394
|
-
SupportsParallelQuery: undefined,
|
|
20395
|
-
SupportsGlobalDatabases: undefined,
|
|
20396
|
-
SupportsBabelfish: undefined,
|
|
20397
|
-
};
|
|
19076
|
+
const contents = {};
|
|
20398
19077
|
if (output["Engine"] !== undefined) {
|
|
20399
19078
|
contents.Engine = (0, smithy_client_1.expectString)(output["Engine"]);
|
|
20400
19079
|
}
|
|
@@ -20428,14 +19107,7 @@ const deserializeAws_queryUpgradeTarget = (output, context) => {
|
|
|
20428
19107
|
return contents;
|
|
20429
19108
|
};
|
|
20430
19109
|
const deserializeAws_queryUserAuthConfigInfo = (output, context) => {
|
|
20431
|
-
const contents = {
|
|
20432
|
-
Description: undefined,
|
|
20433
|
-
UserName: undefined,
|
|
20434
|
-
AuthScheme: undefined,
|
|
20435
|
-
SecretArn: undefined,
|
|
20436
|
-
IAMAuth: undefined,
|
|
20437
|
-
ClientPasswordAuthType: undefined,
|
|
20438
|
-
};
|
|
19110
|
+
const contents = {};
|
|
20439
19111
|
if (output["Description"] !== undefined) {
|
|
20440
19112
|
contents.Description = (0, smithy_client_1.expectString)(output["Description"]);
|
|
20441
19113
|
}
|
|
@@ -20464,10 +19136,7 @@ const deserializeAws_queryUserAuthConfigInfoList = (output, context) => {
|
|
|
20464
19136
|
});
|
|
20465
19137
|
};
|
|
20466
19138
|
const deserializeAws_queryValidDBInstanceModificationsMessage = (output, context) => {
|
|
20467
|
-
const contents = {
|
|
20468
|
-
Storage: undefined,
|
|
20469
|
-
ValidProcessorFeatures: undefined,
|
|
20470
|
-
};
|
|
19139
|
+
const contents = {};
|
|
20471
19140
|
if (output.Storage === "") {
|
|
20472
19141
|
contents.Storage = [];
|
|
20473
19142
|
}
|
|
@@ -20484,15 +19153,7 @@ const deserializeAws_queryValidDBInstanceModificationsMessage = (output, context
|
|
|
20484
19153
|
return contents;
|
|
20485
19154
|
};
|
|
20486
19155
|
const deserializeAws_queryValidStorageOptions = (output, context) => {
|
|
20487
|
-
const contents = {
|
|
20488
|
-
StorageType: undefined,
|
|
20489
|
-
StorageSize: undefined,
|
|
20490
|
-
ProvisionedIops: undefined,
|
|
20491
|
-
IopsToStorageRatio: undefined,
|
|
20492
|
-
SupportsStorageAutoscaling: undefined,
|
|
20493
|
-
ProvisionedStorageThroughput: undefined,
|
|
20494
|
-
StorageThroughputToIopsRatio: undefined,
|
|
20495
|
-
};
|
|
19156
|
+
const contents = {};
|
|
20496
19157
|
if (output["StorageType"] !== undefined) {
|
|
20497
19158
|
contents.StorageType = (0, smithy_client_1.expectString)(output["StorageType"]);
|
|
20498
19159
|
}
|
|
@@ -20548,10 +19209,7 @@ const deserializeAws_queryValidUpgradeTargetList = (output, context) => {
|
|
|
20548
19209
|
});
|
|
20549
19210
|
};
|
|
20550
19211
|
const deserializeAws_queryVpcSecurityGroupMembership = (output, context) => {
|
|
20551
|
-
const contents = {
|
|
20552
|
-
VpcSecurityGroupId: undefined,
|
|
20553
|
-
Status: undefined,
|
|
20554
|
-
};
|
|
19212
|
+
const contents = {};
|
|
20555
19213
|
if (output["VpcSecurityGroupId"] !== undefined) {
|
|
20556
19214
|
contents.VpcSecurityGroupId = (0, smithy_client_1.expectString)(output["VpcSecurityGroupId"]);
|
|
20557
19215
|
}
|