@aws-sdk/client-rds 3.899.0 → 3.900.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist-cjs/index.js +822 -506
- package/dist-es/commands/CopyDBClusterSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyDBSnapshotCommand.js +2 -1
- package/dist-es/commands/CopyOptionGroupCommand.js +2 -1
- package/dist-es/commands/CreateDBClusterCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceCommand.js +2 -1
- package/dist-es/commands/CreateDBInstanceReadReplicaCommand.js +2 -1
- package/dist-es/commands/CreateOptionGroupCommand.js +2 -1
- package/dist-es/commands/DeleteDBClusterCommand.js +2 -1
- package/dist-es/commands/DeleteDBInstanceCommand.js +2 -1
- package/dist-es/commands/DescribeDBClustersCommand.js +2 -1
- package/dist-es/commands/DescribeDBInstancesCommand.js +2 -1
- package/dist-es/commands/DescribeOptionGroupsCommand.js +2 -1
- package/dist-es/commands/DownloadDBLogFilePortionCommand.js +2 -1
- package/dist-es/commands/FailoverDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBClusterCommand.js +2 -1
- package/dist-es/commands/ModifyDBInstanceCommand.js +2 -1
- package/dist-es/commands/ModifyOptionGroupCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaCommand.js +2 -1
- package/dist-es/commands/PromoteReadReplicaDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBClusterCommand.js +2 -1
- package/dist-es/commands/RebootDBInstanceCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBClusterFromSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBClusterToPointInTimeCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromDBSnapshotCommand.js +2 -1
- package/dist-es/commands/RestoreDBInstanceFromS3Command.js +2 -1
- package/dist-es/commands/RestoreDBInstanceToPointInTimeCommand.js +2 -1
- package/dist-es/commands/StartDBClusterCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceAutomatedBackupsReplicationCommand.js +2 -1
- package/dist-es/commands/StartDBInstanceCommand.js +2 -1
- package/dist-es/commands/StopDBClusterCommand.js +2 -1
- package/dist-es/commands/StopDBInstanceCommand.js +2 -1
- package/dist-es/commands/SwitchoverReadReplicaCommand.js +2 -1
- package/dist-es/models/models_0.js +182 -100
- package/dist-es/models/models_1.js +135 -3
- package/dist-es/protocols/Aws_query.js +303 -303
- package/dist-types/RDS.d.ts +0 -3
- package/dist-types/commands/AddTagsToResourceCommand.d.ts +15 -0
- package/dist-types/commands/CopyDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CopyDBSnapshotCommand.d.ts +4 -4
- package/dist-types/commands/CreateBlueGreenDeploymentCommand.d.ts +4 -0
- package/dist-types/commands/CreateCustomDBEngineVersionCommand.d.ts +15 -9
- package/dist-types/commands/CreateDBClusterCommand.d.ts +63 -57
- package/dist-types/commands/CreateDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/CreateDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/CreateDBInstanceReadReplicaCommand.d.ts +25 -25
- package/dist-types/commands/CreateDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/CreateGlobalClusterCommand.d.ts +8 -2
- package/dist-types/commands/CreateIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/DeleteDBClusterAutomatedBackupCommand.d.ts +1 -1
- package/dist-types/commands/DeleteDBClusterCommand.d.ts +49 -43
- package/dist-types/commands/DeleteDBClusterSnapshotCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceAutomatedBackupCommand.d.ts +2 -2
- package/dist-types/commands/DeleteDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/DeleteDBSnapshotCommand.d.ts +3 -3
- package/dist-types/commands/DeleteIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/DeleteTenantDatabaseCommand.d.ts +4 -0
- package/dist-types/commands/DescribeDBClusterAutomatedBackupsCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBClusterSnapshotsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBClustersCommand.d.ts +43 -43
- package/dist-types/commands/DescribeDBEngineVersionsCommand.d.ts +7 -7
- package/dist-types/commands/DescribeDBInstanceAutomatedBackupsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBInstancesCommand.d.ts +21 -21
- package/dist-types/commands/DescribeDBLogFilesCommand.d.ts +1 -1
- package/dist-types/commands/DescribeDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeDBSnapshotsCommand.d.ts +3 -3
- package/dist-types/commands/DescribeEventsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeIntegrationsCommand.d.ts +2 -2
- package/dist-types/commands/DescribeOrderableDBInstanceOptionsCommand.d.ts +6 -6
- package/dist-types/commands/DescribeValidDBInstanceModificationsCommand.d.ts +1 -1
- package/dist-types/commands/DownloadDBLogFilePortionCommand.d.ts +1 -1
- package/dist-types/commands/FailoverDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +6 -0
- package/dist-types/commands/ModifyCustomDBEngineVersionCommand.d.ts +7 -7
- package/dist-types/commands/ModifyDBClusterCommand.d.ts +67 -50
- package/dist-types/commands/ModifyDBInstanceCommand.d.ts +27 -27
- package/dist-types/commands/ModifyDBSnapshotCommand.d.ts +9 -3
- package/dist-types/commands/ModifyDBSubnetGroupCommand.d.ts +3 -0
- package/dist-types/commands/ModifyGlobalClusterCommand.d.ts +2 -2
- package/dist-types/commands/ModifyIntegrationCommand.d.ts +2 -2
- package/dist-types/commands/PromoteReadReplicaCommand.d.ts +21 -21
- package/dist-types/commands/PromoteReadReplicaDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/RebootDBInstanceCommand.d.ts +24 -21
- package/dist-types/commands/RegisterDBProxyTargetsCommand.d.ts +2 -2
- package/dist-types/commands/RemoveFromGlobalClusterCommand.d.ts +6 -3
- package/dist-types/commands/RemoveTagsFromResourceCommand.d.ts +15 -0
- package/dist-types/commands/RestoreDBClusterFromS3Command.d.ts +48 -45
- package/dist-types/commands/RestoreDBClusterFromSnapshotCommand.d.ts +50 -44
- package/dist-types/commands/RestoreDBClusterToPointInTimeCommand.d.ts +60 -54
- package/dist-types/commands/RestoreDBInstanceFromDBSnapshotCommand.d.ts +25 -25
- package/dist-types/commands/RestoreDBInstanceFromS3Command.d.ts +22 -22
- package/dist-types/commands/RestoreDBInstanceToPointInTimeCommand.d.ts +25 -25
- package/dist-types/commands/StartActivityStreamCommand.d.ts +1 -1
- package/dist-types/commands/StartDBClusterCommand.d.ts +46 -43
- package/dist-types/commands/StartDBInstanceAutomatedBackupsReplicationCommand.d.ts +6 -2
- package/dist-types/commands/StartDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/StopDBClusterCommand.d.ts +43 -43
- package/dist-types/commands/StopDBInstanceAutomatedBackupsReplicationCommand.d.ts +2 -2
- package/dist-types/commands/StopDBInstanceCommand.d.ts +21 -21
- package/dist-types/commands/SwitchoverReadReplicaCommand.d.ts +21 -21
- package/dist-types/models/models_0.d.ts +677 -601
- package/dist-types/models/models_1.d.ts +390 -258
- package/dist-types/ts3.4/RDS.d.ts +0 -3
- package/dist-types/ts3.4/commands/CreateGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/ModifyGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/commands/RemoveFromGlobalClusterCommand.d.ts +1 -1
- package/dist-types/ts3.4/models/models_0.d.ts +191 -141
- package/dist-types/ts3.4/models/models_1.d.ts +137 -39
- package/package.json +1 -1
|
@@ -3760,12 +3760,18 @@ const de_CommandError = async (output, context) => {
|
|
|
3760
3760
|
case "BlueGreenDeploymentNotFoundFault":
|
|
3761
3761
|
case "com.amazonaws.rds#BlueGreenDeploymentNotFoundFault":
|
|
3762
3762
|
throw await de_BlueGreenDeploymentNotFoundFaultRes(parsedOutput, context);
|
|
3763
|
+
case "DBProxyEndpointNotFoundFault":
|
|
3764
|
+
case "com.amazonaws.rds#DBProxyEndpointNotFoundFault":
|
|
3765
|
+
throw await de_DBProxyEndpointNotFoundFaultRes(parsedOutput, context);
|
|
3763
3766
|
case "DBProxyNotFoundFault":
|
|
3764
3767
|
case "com.amazonaws.rds#DBProxyNotFoundFault":
|
|
3765
3768
|
throw await de_DBProxyNotFoundFaultRes(parsedOutput, context);
|
|
3766
3769
|
case "DBProxyTargetGroupNotFoundFault":
|
|
3767
3770
|
case "com.amazonaws.rds#DBProxyTargetGroupNotFoundFault":
|
|
3768
3771
|
throw await de_DBProxyTargetGroupNotFoundFaultRes(parsedOutput, context);
|
|
3772
|
+
case "DBShardGroupNotFound":
|
|
3773
|
+
case "com.amazonaws.rds#DBShardGroupNotFoundFault":
|
|
3774
|
+
throw await de_DBShardGroupNotFoundFaultRes(parsedOutput, context);
|
|
3769
3775
|
case "DBSnapshotNotFound":
|
|
3770
3776
|
case "com.amazonaws.rds#DBSnapshotNotFoundFault":
|
|
3771
3777
|
throw await de_DBSnapshotNotFoundFaultRes(parsedOutput, context);
|
|
@@ -3775,6 +3781,9 @@ const de_CommandError = async (output, context) => {
|
|
|
3775
3781
|
case "IntegrationNotFoundFault":
|
|
3776
3782
|
case "com.amazonaws.rds#IntegrationNotFoundFault":
|
|
3777
3783
|
throw await de_IntegrationNotFoundFaultRes(parsedOutput, context);
|
|
3784
|
+
case "InvalidDBClusterEndpointStateFault":
|
|
3785
|
+
case "com.amazonaws.rds#InvalidDBClusterEndpointStateFault":
|
|
3786
|
+
throw await de_InvalidDBClusterEndpointStateFaultRes(parsedOutput, context);
|
|
3778
3787
|
case "TenantDatabaseNotFound":
|
|
3779
3788
|
case "com.amazonaws.rds#TenantDatabaseNotFoundFault":
|
|
3780
3789
|
throw await de_TenantDatabaseNotFoundFaultRes(parsedOutput, context);
|
|
@@ -3859,18 +3868,27 @@ const de_CommandError = async (output, context) => {
|
|
|
3859
3868
|
case "SourceDatabaseNotSupportedFault":
|
|
3860
3869
|
case "com.amazonaws.rds#SourceDatabaseNotSupportedFault":
|
|
3861
3870
|
throw await de_SourceDatabaseNotSupportedFaultRes(parsedOutput, context);
|
|
3871
|
+
case "StorageQuotaExceeded":
|
|
3872
|
+
case "com.amazonaws.rds#StorageQuotaExceededFault":
|
|
3873
|
+
throw await de_StorageQuotaExceededFaultRes(parsedOutput, context);
|
|
3862
3874
|
case "CreateCustomDBEngineVersionFault":
|
|
3863
3875
|
case "com.amazonaws.rds#CreateCustomDBEngineVersionFault":
|
|
3864
3876
|
throw await de_CreateCustomDBEngineVersionFaultRes(parsedOutput, context);
|
|
3865
3877
|
case "CustomDBEngineVersionAlreadyExistsFault":
|
|
3866
3878
|
case "com.amazonaws.rds#CustomDBEngineVersionAlreadyExistsFault":
|
|
3867
3879
|
throw await de_CustomDBEngineVersionAlreadyExistsFaultRes(parsedOutput, context);
|
|
3880
|
+
case "CustomDBEngineVersionNotFoundFault":
|
|
3881
|
+
case "com.amazonaws.rds#CustomDBEngineVersionNotFoundFault":
|
|
3882
|
+
throw await de_CustomDBEngineVersionNotFoundFaultRes(parsedOutput, context);
|
|
3868
3883
|
case "CustomDBEngineVersionQuotaExceededFault":
|
|
3869
3884
|
case "com.amazonaws.rds#CustomDBEngineVersionQuotaExceededFault":
|
|
3870
3885
|
throw await de_CustomDBEngineVersionQuotaExceededFaultRes(parsedOutput, context);
|
|
3871
3886
|
case "Ec2ImagePropertiesNotSupportedFault":
|
|
3872
3887
|
case "com.amazonaws.rds#Ec2ImagePropertiesNotSupportedFault":
|
|
3873
3888
|
throw await de_Ec2ImagePropertiesNotSupportedFaultRes(parsedOutput, context);
|
|
3889
|
+
case "InvalidCustomDBEngineVersionStateFault":
|
|
3890
|
+
case "com.amazonaws.rds#InvalidCustomDBEngineVersionStateFault":
|
|
3891
|
+
throw await de_InvalidCustomDBEngineVersionStateFaultRes(parsedOutput, context);
|
|
3874
3892
|
case "DBClusterAlreadyExistsFault":
|
|
3875
3893
|
case "com.amazonaws.rds#DBClusterAlreadyExistsFault":
|
|
3876
3894
|
throw await de_DBClusterAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -3907,9 +3925,12 @@ const de_CommandError = async (output, context) => {
|
|
|
3907
3925
|
case "InvalidVPCNetworkStateFault":
|
|
3908
3926
|
case "com.amazonaws.rds#InvalidVPCNetworkStateFault":
|
|
3909
3927
|
throw await de_InvalidVPCNetworkStateFaultRes(parsedOutput, context);
|
|
3910
|
-
case "
|
|
3911
|
-
case "com.amazonaws.rds#
|
|
3912
|
-
throw await
|
|
3928
|
+
case "NetworkTypeNotSupported":
|
|
3929
|
+
case "com.amazonaws.rds#NetworkTypeNotSupported":
|
|
3930
|
+
throw await de_NetworkTypeNotSupportedRes(parsedOutput, context);
|
|
3931
|
+
case "StorageTypeNotSupported":
|
|
3932
|
+
case "com.amazonaws.rds#StorageTypeNotSupportedFault":
|
|
3933
|
+
throw await de_StorageTypeNotSupportedFaultRes(parsedOutput, context);
|
|
3913
3934
|
case "DBClusterEndpointAlreadyExistsFault":
|
|
3914
3935
|
case "com.amazonaws.rds#DBClusterEndpointAlreadyExistsFault":
|
|
3915
3936
|
throw await de_DBClusterEndpointAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -3928,15 +3949,9 @@ const de_CommandError = async (output, context) => {
|
|
|
3928
3949
|
case "DBInstanceAlreadyExists":
|
|
3929
3950
|
case "com.amazonaws.rds#DBInstanceAlreadyExistsFault":
|
|
3930
3951
|
throw await de_DBInstanceAlreadyExistsFaultRes(parsedOutput, context);
|
|
3931
|
-
case "NetworkTypeNotSupported":
|
|
3932
|
-
case "com.amazonaws.rds#NetworkTypeNotSupported":
|
|
3933
|
-
throw await de_NetworkTypeNotSupportedRes(parsedOutput, context);
|
|
3934
3952
|
case "ProvisionedIopsNotAvailableInAZFault":
|
|
3935
3953
|
case "com.amazonaws.rds#ProvisionedIopsNotAvailableInAZFault":
|
|
3936
3954
|
throw await de_ProvisionedIopsNotAvailableInAZFaultRes(parsedOutput, context);
|
|
3937
|
-
case "StorageTypeNotSupported":
|
|
3938
|
-
case "com.amazonaws.rds#StorageTypeNotSupportedFault":
|
|
3939
|
-
throw await de_StorageTypeNotSupportedFaultRes(parsedOutput, context);
|
|
3940
3955
|
case "TenantDatabaseQuotaExceeded":
|
|
3941
3956
|
case "com.amazonaws.rds#TenantDatabaseQuotaExceededFault":
|
|
3942
3957
|
throw await de_TenantDatabaseQuotaExceededFaultRes(parsedOutput, context);
|
|
@@ -4009,6 +4024,9 @@ const de_CommandError = async (output, context) => {
|
|
|
4009
4024
|
case "GlobalClusterQuotaExceededFault":
|
|
4010
4025
|
case "com.amazonaws.rds#GlobalClusterQuotaExceededFault":
|
|
4011
4026
|
throw await de_GlobalClusterQuotaExceededFaultRes(parsedOutput, context);
|
|
4027
|
+
case "InvalidDBShardGroupState":
|
|
4028
|
+
case "com.amazonaws.rds#InvalidDBShardGroupStateFault":
|
|
4029
|
+
throw await de_InvalidDBShardGroupStateFaultRes(parsedOutput, context);
|
|
4012
4030
|
case "IntegrationAlreadyExistsFault":
|
|
4013
4031
|
case "com.amazonaws.rds#IntegrationAlreadyExistsFault":
|
|
4014
4032
|
throw await de_IntegrationAlreadyExistsFaultRes(parsedOutput, context);
|
|
@@ -4024,12 +4042,6 @@ const de_CommandError = async (output, context) => {
|
|
|
4024
4042
|
case "InvalidBlueGreenDeploymentStateFault":
|
|
4025
4043
|
case "com.amazonaws.rds#InvalidBlueGreenDeploymentStateFault":
|
|
4026
4044
|
throw await de_InvalidBlueGreenDeploymentStateFaultRes(parsedOutput, context);
|
|
4027
|
-
case "CustomDBEngineVersionNotFoundFault":
|
|
4028
|
-
case "com.amazonaws.rds#CustomDBEngineVersionNotFoundFault":
|
|
4029
|
-
throw await de_CustomDBEngineVersionNotFoundFaultRes(parsedOutput, context);
|
|
4030
|
-
case "InvalidCustomDBEngineVersionStateFault":
|
|
4031
|
-
case "com.amazonaws.rds#InvalidCustomDBEngineVersionStateFault":
|
|
4032
|
-
throw await de_InvalidCustomDBEngineVersionStateFaultRes(parsedOutput, context);
|
|
4033
4045
|
case "DBClusterAutomatedBackupQuotaExceededFault":
|
|
4034
4046
|
case "com.amazonaws.rds#DBClusterAutomatedBackupQuotaExceededFault":
|
|
4035
4047
|
throw await de_DBClusterAutomatedBackupQuotaExceededFaultRes(parsedOutput, context);
|
|
@@ -4042,9 +4054,6 @@ const de_CommandError = async (output, context) => {
|
|
|
4042
4054
|
case "DBClusterEndpointNotFoundFault":
|
|
4043
4055
|
case "com.amazonaws.rds#DBClusterEndpointNotFoundFault":
|
|
4044
4056
|
throw await de_DBClusterEndpointNotFoundFaultRes(parsedOutput, context);
|
|
4045
|
-
case "InvalidDBClusterEndpointStateFault":
|
|
4046
|
-
case "com.amazonaws.rds#InvalidDBClusterEndpointStateFault":
|
|
4047
|
-
throw await de_InvalidDBClusterEndpointStateFaultRes(parsedOutput, context);
|
|
4048
4057
|
case "InvalidDBParameterGroupState":
|
|
4049
4058
|
case "com.amazonaws.rds#InvalidDBParameterGroupStateFault":
|
|
4050
4059
|
throw await de_InvalidDBParameterGroupStateFaultRes(parsedOutput, context);
|
|
@@ -4057,18 +4066,9 @@ const de_CommandError = async (output, context) => {
|
|
|
4057
4066
|
case "InvalidDBInstanceAutomatedBackupState":
|
|
4058
4067
|
case "com.amazonaws.rds#InvalidDBInstanceAutomatedBackupStateFault":
|
|
4059
4068
|
throw await de_InvalidDBInstanceAutomatedBackupStateFaultRes(parsedOutput, context);
|
|
4060
|
-
case "DBProxyEndpointNotFoundFault":
|
|
4061
|
-
case "com.amazonaws.rds#DBProxyEndpointNotFoundFault":
|
|
4062
|
-
throw await de_DBProxyEndpointNotFoundFaultRes(parsedOutput, context);
|
|
4063
4069
|
case "InvalidDBProxyEndpointStateFault":
|
|
4064
4070
|
case "com.amazonaws.rds#InvalidDBProxyEndpointStateFault":
|
|
4065
4071
|
throw await de_InvalidDBProxyEndpointStateFaultRes(parsedOutput, context);
|
|
4066
|
-
case "DBShardGroupNotFound":
|
|
4067
|
-
case "com.amazonaws.rds#DBShardGroupNotFoundFault":
|
|
4068
|
-
throw await de_DBShardGroupNotFoundFaultRes(parsedOutput, context);
|
|
4069
|
-
case "InvalidDBShardGroupState":
|
|
4070
|
-
case "com.amazonaws.rds#InvalidDBShardGroupStateFault":
|
|
4071
|
-
throw await de_InvalidDBShardGroupStateFaultRes(parsedOutput, context);
|
|
4072
4072
|
case "InvalidDBSubnetStateFault":
|
|
4073
4073
|
case "com.amazonaws.rds#InvalidDBSubnetStateFault":
|
|
4074
4074
|
throw await de_InvalidDBSubnetStateFaultRes(parsedOutput, context);
|
|
@@ -5766,15 +5766,15 @@ const se_CopyDBSnapshotMessage = (input, context) => {
|
|
|
5766
5766
|
if (input[_TCAZ] != null) {
|
|
5767
5767
|
entries[_TCAZ] = input[_TCAZ];
|
|
5768
5768
|
}
|
|
5769
|
+
if (input[_ST] != null) {
|
|
5770
|
+
entries[_ST] = input[_ST];
|
|
5771
|
+
}
|
|
5769
5772
|
if (input[_COG] != null) {
|
|
5770
5773
|
entries[_COG] = input[_COG];
|
|
5771
5774
|
}
|
|
5772
5775
|
if (input[_SAZ] != null) {
|
|
5773
5776
|
entries[_SAZ] = input[_SAZ];
|
|
5774
5777
|
}
|
|
5775
|
-
if (input[_ST] != null) {
|
|
5776
|
-
entries[_ST] = input[_ST];
|
|
5777
|
-
}
|
|
5778
5778
|
return entries;
|
|
5779
5779
|
};
|
|
5780
5780
|
const se_CopyOptionGroupMessage = (input, context) => {
|
|
@@ -5867,6 +5867,12 @@ const se_CreateCustomDBEngineVersionMessage = (input, context) => {
|
|
|
5867
5867
|
if (input[_KMSKI] != null) {
|
|
5868
5868
|
entries[_KMSKI] = input[_KMSKI];
|
|
5869
5869
|
}
|
|
5870
|
+
if (input[_SCDEVI] != null) {
|
|
5871
|
+
entries[_SCDEVI] = input[_SCDEVI];
|
|
5872
|
+
}
|
|
5873
|
+
if (input[_UAPLI] != null) {
|
|
5874
|
+
entries[_UAPLI] = input[_UAPLI];
|
|
5875
|
+
}
|
|
5870
5876
|
if (input[_D] != null) {
|
|
5871
5877
|
entries[_D] = input[_D];
|
|
5872
5878
|
}
|
|
@@ -5883,12 +5889,6 @@ const se_CreateCustomDBEngineVersionMessage = (input, context) => {
|
|
|
5883
5889
|
entries[loc] = value;
|
|
5884
5890
|
});
|
|
5885
5891
|
}
|
|
5886
|
-
if (input[_SCDEVI] != null) {
|
|
5887
|
-
entries[_SCDEVI] = input[_SCDEVI];
|
|
5888
|
-
}
|
|
5889
|
-
if (input[_UAPLI] != null) {
|
|
5890
|
-
entries[_UAPLI] = input[_UAPLI];
|
|
5891
|
-
}
|
|
5892
5892
|
return entries;
|
|
5893
5893
|
};
|
|
5894
5894
|
const se_CreateDBClusterEndpointMessage = (input, context) => {
|
|
@@ -6053,6 +6053,24 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6053
6053
|
entries[loc] = value;
|
|
6054
6054
|
});
|
|
6055
6055
|
}
|
|
6056
|
+
if (input[_DBCIC] != null) {
|
|
6057
|
+
entries[_DBCIC] = input[_DBCIC];
|
|
6058
|
+
}
|
|
6059
|
+
if (input[_AS] != null) {
|
|
6060
|
+
entries[_AS] = input[_AS];
|
|
6061
|
+
}
|
|
6062
|
+
if (input[_STt] != null) {
|
|
6063
|
+
entries[_STt] = input[_STt];
|
|
6064
|
+
}
|
|
6065
|
+
if (input[_I] != null) {
|
|
6066
|
+
entries[_I] = input[_I];
|
|
6067
|
+
}
|
|
6068
|
+
if (input[_PA] != null) {
|
|
6069
|
+
entries[_PA] = input[_PA];
|
|
6070
|
+
}
|
|
6071
|
+
if (input[_AMVU] != null) {
|
|
6072
|
+
entries[_AMVU] = input[_AMVU];
|
|
6073
|
+
}
|
|
6056
6074
|
if (input[_DP] != null) {
|
|
6057
6075
|
entries[_DP] = input[_DP];
|
|
6058
6076
|
}
|
|
@@ -6074,23 +6092,15 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6074
6092
|
if (input[_EGWF] != null) {
|
|
6075
6093
|
entries[_EGWF] = input[_EGWF];
|
|
6076
6094
|
}
|
|
6077
|
-
if (input[
|
|
6078
|
-
entries[
|
|
6079
|
-
}
|
|
6080
|
-
if (input[_AS] != null) {
|
|
6081
|
-
entries[_AS] = input[_AS];
|
|
6082
|
-
}
|
|
6083
|
-
if (input[_STt] != null) {
|
|
6084
|
-
entries[_STt] = input[_STt];
|
|
6085
|
-
}
|
|
6086
|
-
if (input[_I] != null) {
|
|
6087
|
-
entries[_I] = input[_I];
|
|
6088
|
-
}
|
|
6089
|
-
if (input[_PA] != null) {
|
|
6090
|
-
entries[_PA] = input[_PA];
|
|
6095
|
+
if (input[_NT] != null) {
|
|
6096
|
+
entries[_NT] = input[_NT];
|
|
6091
6097
|
}
|
|
6092
|
-
if (input[
|
|
6093
|
-
|
|
6098
|
+
if (input[_SVSC] != null) {
|
|
6099
|
+
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
6100
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
6101
|
+
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
6102
|
+
entries[loc] = value;
|
|
6103
|
+
});
|
|
6094
6104
|
}
|
|
6095
6105
|
if (input[_MIo] != null) {
|
|
6096
6106
|
entries[_MIo] = input[_MIo];
|
|
@@ -6113,16 +6123,6 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6113
6123
|
if (input[_ELD] != null) {
|
|
6114
6124
|
entries[_ELD] = input[_ELD];
|
|
6115
6125
|
}
|
|
6116
|
-
if (input[_SVSC] != null) {
|
|
6117
|
-
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
6118
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
6119
|
-
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
6120
|
-
entries[loc] = value;
|
|
6121
|
-
});
|
|
6122
|
-
}
|
|
6123
|
-
if (input[_NT] != null) {
|
|
6124
|
-
entries[_NT] = input[_NT];
|
|
6125
|
-
}
|
|
6126
6126
|
if (input[_CST] != null) {
|
|
6127
6127
|
entries[_CST] = input[_CST];
|
|
6128
6128
|
}
|
|
@@ -6132,12 +6132,12 @@ const se_CreateDBClusterMessage = (input, context) => {
|
|
|
6132
6132
|
if (input[_MMUP] != null) {
|
|
6133
6133
|
entries[_MMUP] = input[_MMUP];
|
|
6134
6134
|
}
|
|
6135
|
-
if (input[_MUSKKI] != null) {
|
|
6136
|
-
entries[_MUSKKI] = input[_MUSKKI];
|
|
6137
|
-
}
|
|
6138
6135
|
if (input[_ELWF] != null) {
|
|
6139
6136
|
entries[_ELWF] = input[_ELWF];
|
|
6140
6137
|
}
|
|
6138
|
+
if (input[_MUSKKI] != null) {
|
|
6139
|
+
entries[_MUSKKI] = input[_MUSKKI];
|
|
6140
|
+
}
|
|
6141
6141
|
if (input[_CACI] != null) {
|
|
6142
6142
|
entries[_CACI] = input[_CACI];
|
|
6143
6143
|
}
|
|
@@ -6271,6 +6271,9 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
6271
6271
|
if (input[_I] != null) {
|
|
6272
6272
|
entries[_I] = input[_I];
|
|
6273
6273
|
}
|
|
6274
|
+
if (input[_STto] != null) {
|
|
6275
|
+
entries[_STto] = input[_STto];
|
|
6276
|
+
}
|
|
6274
6277
|
if (input[_OGN] != null) {
|
|
6275
6278
|
entries[_OGN] = input[_OGN];
|
|
6276
6279
|
}
|
|
@@ -6395,17 +6398,20 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
6395
6398
|
if (input[_ECOI] != null) {
|
|
6396
6399
|
entries[_ECOI] = input[_ECOI];
|
|
6397
6400
|
}
|
|
6398
|
-
if (input[
|
|
6399
|
-
entries[
|
|
6401
|
+
if (input[_NT] != null) {
|
|
6402
|
+
entries[_NT] = input[_NT];
|
|
6400
6403
|
}
|
|
6401
6404
|
if (input[_BTa] != null) {
|
|
6402
6405
|
entries[_BTa] = input[_BTa];
|
|
6403
6406
|
}
|
|
6404
|
-
if (input[
|
|
6405
|
-
entries[
|
|
6407
|
+
if (input[_CIIP] != null) {
|
|
6408
|
+
entries[_CIIP] = input[_CIIP];
|
|
6406
6409
|
}
|
|
6407
|
-
if (input[
|
|
6408
|
-
entries[
|
|
6410
|
+
if (input[_DBSI] != null) {
|
|
6411
|
+
entries[_DBSI] = input[_DBSI];
|
|
6412
|
+
}
|
|
6413
|
+
if (input[_CACI] != null) {
|
|
6414
|
+
entries[_CACI] = input[_CACI];
|
|
6409
6415
|
}
|
|
6410
6416
|
if (input[_MMUP] != null) {
|
|
6411
6417
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -6413,18 +6419,12 @@ const se_CreateDBInstanceMessage = (input, context) => {
|
|
|
6413
6419
|
if (input[_MUSKKI] != null) {
|
|
6414
6420
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
6415
6421
|
}
|
|
6416
|
-
if (input[
|
|
6417
|
-
entries[
|
|
6418
|
-
}
|
|
6419
|
-
if (input[_DBSI] != null) {
|
|
6420
|
-
entries[_DBSI] = input[_DBSI];
|
|
6422
|
+
if (input[_MT] != null) {
|
|
6423
|
+
entries[_MT] = input[_MT];
|
|
6421
6424
|
}
|
|
6422
6425
|
if (input[_DLV] != null) {
|
|
6423
6426
|
entries[_DLV] = input[_DLV];
|
|
6424
6427
|
}
|
|
6425
|
-
if (input[_MT] != null) {
|
|
6426
|
-
entries[_MT] = input[_MT];
|
|
6427
|
-
}
|
|
6428
6428
|
if (input[_ELS] != null) {
|
|
6429
6429
|
entries[_ELS] = input[_ELS];
|
|
6430
6430
|
}
|
|
@@ -6459,6 +6459,9 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
6459
6459
|
if (input[_I] != null) {
|
|
6460
6460
|
entries[_I] = input[_I];
|
|
6461
6461
|
}
|
|
6462
|
+
if (input[_STto] != null) {
|
|
6463
|
+
entries[_STto] = input[_STto];
|
|
6464
|
+
}
|
|
6462
6465
|
if (input[_OGN] != null) {
|
|
6463
6466
|
entries[_OGN] = input[_OGN];
|
|
6464
6467
|
}
|
|
@@ -6578,24 +6581,21 @@ const se_CreateDBInstanceReadReplicaMessage = (input, context) => {
|
|
|
6578
6581
|
if (input[_RM] != null) {
|
|
6579
6582
|
entries[_RM] = input[_RM];
|
|
6580
6583
|
}
|
|
6581
|
-
if (input[
|
|
6582
|
-
entries[
|
|
6583
|
-
}
|
|
6584
|
-
if (input[_CIIP] != null) {
|
|
6585
|
-
entries[_CIIP] = input[_CIIP];
|
|
6584
|
+
if (input[_ECOI] != null) {
|
|
6585
|
+
entries[_ECOI] = input[_ECOI];
|
|
6586
6586
|
}
|
|
6587
6587
|
if (input[_NT] != null) {
|
|
6588
6588
|
entries[_NT] = input[_NT];
|
|
6589
6589
|
}
|
|
6590
|
-
if (input[
|
|
6591
|
-
entries[
|
|
6592
|
-
}
|
|
6593
|
-
if (input[_ECOI] != null) {
|
|
6594
|
-
entries[_ECOI] = input[_ECOI];
|
|
6590
|
+
if (input[_MASa] != null) {
|
|
6591
|
+
entries[_MASa] = input[_MASa];
|
|
6595
6592
|
}
|
|
6596
6593
|
if (input[_BTa] != null) {
|
|
6597
6594
|
entries[_BTa] = input[_BTa];
|
|
6598
6595
|
}
|
|
6596
|
+
if (input[_CIIP] != null) {
|
|
6597
|
+
entries[_CIIP] = input[_CIIP];
|
|
6598
|
+
}
|
|
6599
6599
|
if (input[_AS] != null) {
|
|
6600
6600
|
entries[_AS] = input[_AS];
|
|
6601
6601
|
}
|
|
@@ -8804,6 +8804,16 @@ const se_ModifyDBClusterMessage = (input, context) => {
|
|
|
8804
8804
|
if (input[_AMVU] != null) {
|
|
8805
8805
|
entries[_AMVU] = input[_AMVU];
|
|
8806
8806
|
}
|
|
8807
|
+
if (input[_NT] != null) {
|
|
8808
|
+
entries[_NT] = input[_NT];
|
|
8809
|
+
}
|
|
8810
|
+
if (input[_SVSC] != null) {
|
|
8811
|
+
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
8812
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8813
|
+
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
8814
|
+
entries[loc] = value;
|
|
8815
|
+
});
|
|
8816
|
+
}
|
|
8807
8817
|
if (input[_MIo] != null) {
|
|
8808
8818
|
entries[_MIo] = input[_MIo];
|
|
8809
8819
|
}
|
|
@@ -8822,22 +8832,15 @@ const se_ModifyDBClusterMessage = (input, context) => {
|
|
|
8822
8832
|
if (input[_PIRP] != null) {
|
|
8823
8833
|
entries[_PIRP] = input[_PIRP];
|
|
8824
8834
|
}
|
|
8825
|
-
if (input[_SVSC] != null) {
|
|
8826
|
-
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
8827
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
8828
|
-
const loc = `ServerlessV2ScalingConfiguration.${key}`;
|
|
8829
|
-
entries[loc] = value;
|
|
8830
|
-
});
|
|
8831
|
-
}
|
|
8832
|
-
if (input[_NT] != null) {
|
|
8833
|
-
entries[_NT] = input[_NT];
|
|
8834
|
-
}
|
|
8835
8835
|
if (input[_MMUP] != null) {
|
|
8836
8836
|
entries[_MMUP] = input[_MMUP];
|
|
8837
8837
|
}
|
|
8838
8838
|
if (input[_RMUP] != null) {
|
|
8839
8839
|
entries[_RMUP] = input[_RMUP];
|
|
8840
8840
|
}
|
|
8841
|
+
if (input[_ELWF] != null) {
|
|
8842
|
+
entries[_ELWF] = input[_ELWF];
|
|
8843
|
+
}
|
|
8841
8844
|
if (input[_MUSKKI] != null) {
|
|
8842
8845
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
8843
8846
|
}
|
|
@@ -8847,9 +8850,6 @@ const se_ModifyDBClusterMessage = (input, context) => {
|
|
|
8847
8850
|
if (input[_AEMC] != null) {
|
|
8848
8851
|
entries[_AEMC] = input[_AEMC];
|
|
8849
8852
|
}
|
|
8850
|
-
if (input[_ELWF] != null) {
|
|
8851
|
-
entries[_ELWF] = input[_ELWF];
|
|
8852
|
-
}
|
|
8853
8853
|
if (input[_ABRPA] != null) {
|
|
8854
8854
|
entries[_ABRPA] = input[_ABRPA];
|
|
8855
8855
|
}
|
|
@@ -8981,6 +8981,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
8981
8981
|
if (input[_I] != null) {
|
|
8982
8982
|
entries[_I] = input[_I];
|
|
8983
8983
|
}
|
|
8984
|
+
if (input[_STto] != null) {
|
|
8985
|
+
entries[_STto] = input[_STto];
|
|
8986
|
+
}
|
|
8984
8987
|
if (input[_OGN] != null) {
|
|
8985
8988
|
entries[_OGN] = input[_OGN];
|
|
8986
8989
|
}
|
|
@@ -9021,6 +9024,9 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
9021
9024
|
entries[loc] = value;
|
|
9022
9025
|
});
|
|
9023
9026
|
}
|
|
9027
|
+
if (input[_DD] != null) {
|
|
9028
|
+
entries[_DD] = input[_DD];
|
|
9029
|
+
}
|
|
9024
9030
|
if (input[_CTTS] != null) {
|
|
9025
9031
|
entries[_CTTS] = input[_CTTS];
|
|
9026
9032
|
}
|
|
@@ -9039,9 +9045,6 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
9039
9045
|
if (input[_DIAMRN] != null) {
|
|
9040
9046
|
entries[_DIAMRN] = input[_DIAMRN];
|
|
9041
9047
|
}
|
|
9042
|
-
if (input[_DD] != null) {
|
|
9043
|
-
entries[_DD] = input[_DD];
|
|
9044
|
-
}
|
|
9045
9048
|
if (input[_PT] != null) {
|
|
9046
9049
|
entries[_PT] = input[_PT];
|
|
9047
9050
|
}
|
|
@@ -9092,23 +9095,20 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
9092
9095
|
if (input[_RM] != null) {
|
|
9093
9096
|
entries[_RM] = input[_RM];
|
|
9094
9097
|
}
|
|
9095
|
-
if (input[_ECOI] != null) {
|
|
9096
|
-
entries[_ECOI] = input[_ECOI];
|
|
9097
|
-
}
|
|
9098
|
-
if (input[_ABRPA] != null) {
|
|
9099
|
-
entries[_ABRPA] = input[_ABRPA];
|
|
9100
|
-
}
|
|
9101
9098
|
if (input[_AM] != null) {
|
|
9102
9099
|
entries[_AM] = input[_AM];
|
|
9103
9100
|
}
|
|
9104
9101
|
if (input[_RFAMM] != null) {
|
|
9105
9102
|
entries[_RFAMM] = input[_RFAMM];
|
|
9106
9103
|
}
|
|
9104
|
+
if (input[_ECOI] != null) {
|
|
9105
|
+
entries[_ECOI] = input[_ECOI];
|
|
9106
|
+
}
|
|
9107
9107
|
if (input[_NT] != null) {
|
|
9108
9108
|
entries[_NT] = input[_NT];
|
|
9109
9109
|
}
|
|
9110
|
-
if (input[
|
|
9111
|
-
entries[
|
|
9110
|
+
if (input[_ABRPA] != null) {
|
|
9111
|
+
entries[_ABRPA] = input[_ABRPA];
|
|
9112
9112
|
}
|
|
9113
9113
|
if (input[_MMUP] != null) {
|
|
9114
9114
|
entries[_MMUP] = input[_MMUP];
|
|
@@ -9119,14 +9119,14 @@ const se_ModifyDBInstanceMessage = (input, context) => {
|
|
|
9119
9119
|
if (input[_MUSKKI] != null) {
|
|
9120
9120
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
9121
9121
|
}
|
|
9122
|
-
if (input[
|
|
9123
|
-
entries[
|
|
9122
|
+
if (input[_MT] != null) {
|
|
9123
|
+
entries[_MT] = input[_MT];
|
|
9124
9124
|
}
|
|
9125
9125
|
if (input[_DLV] != null) {
|
|
9126
9126
|
entries[_DLV] = input[_DLV];
|
|
9127
9127
|
}
|
|
9128
|
-
if (input[
|
|
9129
|
-
entries[
|
|
9128
|
+
if (input[_E] != null) {
|
|
9129
|
+
entries[_E] = input[_E];
|
|
9130
9130
|
}
|
|
9131
9131
|
if (input[_MUAT] != null) {
|
|
9132
9132
|
entries[_MUAT] = input[_MUAT];
|
|
@@ -10014,6 +10014,12 @@ const se_RestoreDBClusterFromS3Message = (input, context) => {
|
|
|
10014
10014
|
if (input[_DIAMRN] != null) {
|
|
10015
10015
|
entries[_DIAMRN] = input[_DIAMRN];
|
|
10016
10016
|
}
|
|
10017
|
+
if (input[_STt] != null) {
|
|
10018
|
+
entries[_STt] = input[_STt];
|
|
10019
|
+
}
|
|
10020
|
+
if (input[_NT] != null) {
|
|
10021
|
+
entries[_NT] = input[_NT];
|
|
10022
|
+
}
|
|
10017
10023
|
if (input[_SVSC] != null) {
|
|
10018
10024
|
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
10019
10025
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -10021,18 +10027,12 @@ const se_RestoreDBClusterFromS3Message = (input, context) => {
|
|
|
10021
10027
|
entries[loc] = value;
|
|
10022
10028
|
});
|
|
10023
10029
|
}
|
|
10024
|
-
if (input[_NT] != null) {
|
|
10025
|
-
entries[_NT] = input[_NT];
|
|
10026
|
-
}
|
|
10027
10030
|
if (input[_MMUP] != null) {
|
|
10028
10031
|
entries[_MMUP] = input[_MMUP];
|
|
10029
10032
|
}
|
|
10030
10033
|
if (input[_MUSKKI] != null) {
|
|
10031
10034
|
entries[_MUSKKI] = input[_MUSKKI];
|
|
10032
10035
|
}
|
|
10033
|
-
if (input[_STt] != null) {
|
|
10034
|
-
entries[_STt] = input[_STt];
|
|
10035
|
-
}
|
|
10036
10036
|
if (input[_ELS] != null) {
|
|
10037
10037
|
entries[_ELS] = input[_ELS];
|
|
10038
10038
|
}
|
|
@@ -10150,6 +10150,9 @@ const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
|
|
|
10150
10150
|
if (input[_PA] != null) {
|
|
10151
10151
|
entries[_PA] = input[_PA];
|
|
10152
10152
|
}
|
|
10153
|
+
if (input[_NT] != null) {
|
|
10154
|
+
entries[_NT] = input[_NT];
|
|
10155
|
+
}
|
|
10153
10156
|
if (input[_SVSC] != null) {
|
|
10154
10157
|
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
10155
10158
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -10157,9 +10160,6 @@ const se_RestoreDBClusterFromSnapshotMessage = (input, context) => {
|
|
|
10157
10160
|
entries[loc] = value;
|
|
10158
10161
|
});
|
|
10159
10162
|
}
|
|
10160
|
-
if (input[_NT] != null) {
|
|
10161
|
-
entries[_NT] = input[_NT];
|
|
10162
|
-
}
|
|
10163
10163
|
if (input[_RCCC] != null) {
|
|
10164
10164
|
const memberEntries = se_RdsCustomClusterConfiguration(input[_RCCC], context);
|
|
10165
10165
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -10267,16 +10267,6 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
|
|
|
10267
10267
|
if (input[_DIAMRN] != null) {
|
|
10268
10268
|
entries[_DIAMRN] = input[_DIAMRN];
|
|
10269
10269
|
}
|
|
10270
|
-
if (input[_SC] != null) {
|
|
10271
|
-
const memberEntries = se_ScalingConfiguration(input[_SC], context);
|
|
10272
|
-
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10273
|
-
const loc = `ScalingConfiguration.${key}`;
|
|
10274
|
-
entries[loc] = value;
|
|
10275
|
-
});
|
|
10276
|
-
}
|
|
10277
|
-
if (input[_EMn] != null) {
|
|
10278
|
-
entries[_EMn] = input[_EMn];
|
|
10279
|
-
}
|
|
10280
10270
|
if (input[_DBCIC] != null) {
|
|
10281
10271
|
entries[_DBCIC] = input[_DBCIC];
|
|
10282
10272
|
}
|
|
@@ -10289,6 +10279,12 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
|
|
|
10289
10279
|
if (input[_I] != null) {
|
|
10290
10280
|
entries[_I] = input[_I];
|
|
10291
10281
|
}
|
|
10282
|
+
if (input[_NT] != null) {
|
|
10283
|
+
entries[_NT] = input[_NT];
|
|
10284
|
+
}
|
|
10285
|
+
if (input[_SDCRI] != null) {
|
|
10286
|
+
entries[_SDCRI] = input[_SDCRI];
|
|
10287
|
+
}
|
|
10292
10288
|
if (input[_SVSC] != null) {
|
|
10293
10289
|
const memberEntries = se_ServerlessV2ScalingConfiguration(input[_SVSC], context);
|
|
10294
10290
|
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
@@ -10296,11 +10292,15 @@ const se_RestoreDBClusterToPointInTimeMessage = (input, context) => {
|
|
|
10296
10292
|
entries[loc] = value;
|
|
10297
10293
|
});
|
|
10298
10294
|
}
|
|
10299
|
-
if (input[
|
|
10300
|
-
|
|
10295
|
+
if (input[_SC] != null) {
|
|
10296
|
+
const memberEntries = se_ScalingConfiguration(input[_SC], context);
|
|
10297
|
+
Object.entries(memberEntries).forEach(([key, value]) => {
|
|
10298
|
+
const loc = `ScalingConfiguration.${key}`;
|
|
10299
|
+
entries[loc] = value;
|
|
10300
|
+
});
|
|
10301
10301
|
}
|
|
10302
|
-
if (input[
|
|
10303
|
-
entries[
|
|
10302
|
+
if (input[_EMn] != null) {
|
|
10303
|
+
entries[_EMn] = input[_EMn];
|
|
10304
10304
|
}
|
|
10305
10305
|
if (input[_RCCC] != null) {
|
|
10306
10306
|
const memberEntries = se_RdsCustomClusterConfiguration(input[_RCCC], context);
|
|
@@ -10370,6 +10370,9 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
|
10370
10370
|
if (input[_I] != null) {
|
|
10371
10371
|
entries[_I] = input[_I];
|
|
10372
10372
|
}
|
|
10373
|
+
if (input[_STto] != null) {
|
|
10374
|
+
entries[_STto] = input[_STto];
|
|
10375
|
+
}
|
|
10373
10376
|
if (input[_OGN] != null) {
|
|
10374
10377
|
entries[_OGN] = input[_OGN];
|
|
10375
10378
|
}
|
|
@@ -10465,24 +10468,21 @@ const se_RestoreDBInstanceFromDBSnapshotMessage = (input, context) => {
|
|
|
10465
10468
|
if (input[_ECOI] != null) {
|
|
10466
10469
|
entries[_ECOI] = input[_ECOI];
|
|
10467
10470
|
}
|
|
10468
|
-
if (input[
|
|
10469
|
-
entries[
|
|
10471
|
+
if (input[_NT] != null) {
|
|
10472
|
+
entries[_NT] = input[_NT];
|
|
10470
10473
|
}
|
|
10471
10474
|
if (input[_BTa] != null) {
|
|
10472
10475
|
entries[_BTa] = input[_BTa];
|
|
10473
10476
|
}
|
|
10474
|
-
if (input[
|
|
10475
|
-
entries[
|
|
10477
|
+
if (input[_CIIP] != null) {
|
|
10478
|
+
entries[_CIIP] = input[_CIIP];
|
|
10476
10479
|
}
|
|
10477
|
-
if (input[
|
|
10478
|
-
entries[
|
|
10480
|
+
if (input[_AS] != null) {
|
|
10481
|
+
entries[_AS] = input[_AS];
|
|
10479
10482
|
}
|
|
10480
10483
|
if (input[_DBCSI] != null) {
|
|
10481
10484
|
entries[_DBCSI] = input[_DBCSI];
|
|
10482
10485
|
}
|
|
10483
|
-
if (input[_AS] != null) {
|
|
10484
|
-
entries[_AS] = input[_AS];
|
|
10485
|
-
}
|
|
10486
10486
|
if (input[_DLV] != null) {
|
|
10487
10487
|
entries[_DLV] = input[_DLV];
|
|
10488
10488
|
}
|
|
@@ -10579,6 +10579,9 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
10579
10579
|
if (input[_I] != null) {
|
|
10580
10580
|
entries[_I] = input[_I];
|
|
10581
10581
|
}
|
|
10582
|
+
if (input[_STto] != null) {
|
|
10583
|
+
entries[_STto] = input[_STto];
|
|
10584
|
+
}
|
|
10582
10585
|
if (input[_OGN] != null) {
|
|
10583
10586
|
entries[_OGN] = input[_OGN];
|
|
10584
10587
|
}
|
|
@@ -10675,9 +10678,6 @@ const se_RestoreDBInstanceFromS3Message = (input, context) => {
|
|
|
10675
10678
|
if (input[_NT] != null) {
|
|
10676
10679
|
entries[_NT] = input[_NT];
|
|
10677
10680
|
}
|
|
10678
|
-
if (input[_STto] != null) {
|
|
10679
|
-
entries[_STto] = input[_STto];
|
|
10680
|
-
}
|
|
10681
10681
|
if (input[_MMUP] != null) {
|
|
10682
10682
|
entries[_MMUP] = input[_MMUP];
|
|
10683
10683
|
}
|
|
@@ -10742,6 +10742,9 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
|
10742
10742
|
if (input[_I] != null) {
|
|
10743
10743
|
entries[_I] = input[_I];
|
|
10744
10744
|
}
|
|
10745
|
+
if (input[_STto] != null) {
|
|
10746
|
+
entries[_STto] = input[_STto];
|
|
10747
|
+
}
|
|
10745
10748
|
if (input[_OGN] != null) {
|
|
10746
10749
|
entries[_OGN] = input[_OGN];
|
|
10747
10750
|
}
|
|
@@ -10840,23 +10843,20 @@ const se_RestoreDBInstanceToPointInTimeMessage = (input, context) => {
|
|
|
10840
10843
|
if (input[_MASa] != null) {
|
|
10841
10844
|
entries[_MASa] = input[_MASa];
|
|
10842
10845
|
}
|
|
10843
|
-
if (input[_SDBIABA] != null) {
|
|
10844
|
-
entries[_SDBIABA] = input[_SDBIABA];
|
|
10845
|
-
}
|
|
10846
10846
|
if (input[_ECOI] != null) {
|
|
10847
10847
|
entries[_ECOI] = input[_ECOI];
|
|
10848
10848
|
}
|
|
10849
|
-
if (input[
|
|
10850
|
-
entries[
|
|
10849
|
+
if (input[_NT] != null) {
|
|
10850
|
+
entries[_NT] = input[_NT];
|
|
10851
|
+
}
|
|
10852
|
+
if (input[_SDBIABA] != null) {
|
|
10853
|
+
entries[_SDBIABA] = input[_SDBIABA];
|
|
10851
10854
|
}
|
|
10852
10855
|
if (input[_BTa] != null) {
|
|
10853
10856
|
entries[_BTa] = input[_BTa];
|
|
10854
10857
|
}
|
|
10855
|
-
if (input[
|
|
10856
|
-
entries[
|
|
10857
|
-
}
|
|
10858
|
-
if (input[_STto] != null) {
|
|
10859
|
-
entries[_STto] = input[_STto];
|
|
10858
|
+
if (input[_CIIP] != null) {
|
|
10859
|
+
entries[_CIIP] = input[_CIIP];
|
|
10860
10860
|
}
|
|
10861
10861
|
if (input[_AS] != null) {
|
|
10862
10862
|
entries[_AS] = input[_AS];
|
|
@@ -11507,6 +11507,9 @@ const de_ClusterPendingModifiedValues = (output, context) => {
|
|
|
11507
11507
|
if (output[_BRP] != null) {
|
|
11508
11508
|
contents[_BRP] = __strictParseInt32(output[_BRP]);
|
|
11509
11509
|
}
|
|
11510
|
+
if (output[_STt] != null) {
|
|
11511
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
11512
|
+
}
|
|
11510
11513
|
if (output[_AS] != null) {
|
|
11511
11514
|
contents[_AS] = __strictParseInt32(output[_AS]);
|
|
11512
11515
|
}
|
|
@@ -11516,9 +11519,6 @@ const de_ClusterPendingModifiedValues = (output, context) => {
|
|
|
11516
11519
|
if (output[_I] != null) {
|
|
11517
11520
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
11518
11521
|
}
|
|
11519
|
-
if (output[_STt] != null) {
|
|
11520
|
-
contents[_STt] = __expectString(output[_STt]);
|
|
11521
|
-
}
|
|
11522
11522
|
if (output[_CD] != null) {
|
|
11523
11523
|
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
11524
11524
|
}
|
|
@@ -11787,9 +11787,6 @@ const de_DBCluster = (output, context) => {
|
|
|
11787
11787
|
if (output[_St] != null) {
|
|
11788
11788
|
contents[_St] = __expectString(output[_St]);
|
|
11789
11789
|
}
|
|
11790
|
-
if (output[_ART] != null) {
|
|
11791
|
-
contents[_ART] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ART]));
|
|
11792
|
-
}
|
|
11793
11790
|
if (output[_PP] != null) {
|
|
11794
11791
|
contents[_PP] = __expectString(output[_PP]);
|
|
11795
11792
|
}
|
|
@@ -11913,6 +11910,9 @@ const de_DBCluster = (output, context) => {
|
|
|
11913
11910
|
if (output[_C] != null) {
|
|
11914
11911
|
contents[_C] = __strictParseInt32(output[_C]);
|
|
11915
11912
|
}
|
|
11913
|
+
if (output[_PMV] != null) {
|
|
11914
|
+
contents[_PMV] = de_ClusterPendingModifiedValues(output[_PMV], context);
|
|
11915
|
+
}
|
|
11916
11916
|
if (output[_EMn] != null) {
|
|
11917
11917
|
contents[_EMn] = __expectString(output[_EMn]);
|
|
11918
11918
|
}
|
|
@@ -11922,6 +11922,27 @@ const de_DBCluster = (output, context) => {
|
|
|
11922
11922
|
if (output[_RCCC] != null) {
|
|
11923
11923
|
contents[_RCCC] = de_RdsCustomClusterConfiguration(output[_RCCC], context);
|
|
11924
11924
|
}
|
|
11925
|
+
if (output[_DBCIC] != null) {
|
|
11926
|
+
contents[_DBCIC] = __expectString(output[_DBCIC]);
|
|
11927
|
+
}
|
|
11928
|
+
if (output[_STt] != null) {
|
|
11929
|
+
contents[_STt] = __expectString(output[_STt]);
|
|
11930
|
+
}
|
|
11931
|
+
if (output[_I] != null) {
|
|
11932
|
+
contents[_I] = __strictParseInt32(output[_I]);
|
|
11933
|
+
}
|
|
11934
|
+
if (output[_STto] != null) {
|
|
11935
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
11936
|
+
}
|
|
11937
|
+
if (output[_IOONAMT] != null) {
|
|
11938
|
+
contents[_IOONAMT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_IOONAMT]));
|
|
11939
|
+
}
|
|
11940
|
+
if (output[_PA] != null) {
|
|
11941
|
+
contents[_PA] = __parseBoolean(output[_PA]);
|
|
11942
|
+
}
|
|
11943
|
+
if (output[_AMVU] != null) {
|
|
11944
|
+
contents[_AMVU] = __parseBoolean(output[_AMVU]);
|
|
11945
|
+
}
|
|
11925
11946
|
if (output[_DP] != null) {
|
|
11926
11947
|
contents[_DP] = __parseBoolean(output[_DP]);
|
|
11927
11948
|
}
|
|
@@ -11967,23 +11988,17 @@ const de_DBCluster = (output, context) => {
|
|
|
11967
11988
|
if (output[_GWFR] != null) {
|
|
11968
11989
|
contents[_GWFR] = __parseBoolean(output[_GWFR]);
|
|
11969
11990
|
}
|
|
11970
|
-
if (output[
|
|
11971
|
-
contents[
|
|
11972
|
-
}
|
|
11973
|
-
if (output[_DBCIC] != null) {
|
|
11974
|
-
contents[_DBCIC] = __expectString(output[_DBCIC]);
|
|
11975
|
-
}
|
|
11976
|
-
if (output[_STt] != null) {
|
|
11977
|
-
contents[_STt] = __expectString(output[_STt]);
|
|
11991
|
+
if (output[_NT] != null) {
|
|
11992
|
+
contents[_NT] = __expectString(output[_NT]);
|
|
11978
11993
|
}
|
|
11979
|
-
if (output[
|
|
11980
|
-
contents[
|
|
11994
|
+
if (output[_ART] != null) {
|
|
11995
|
+
contents[_ART] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ART]));
|
|
11981
11996
|
}
|
|
11982
|
-
if (output[
|
|
11983
|
-
contents[
|
|
11997
|
+
if (output[_SVSC] != null) {
|
|
11998
|
+
contents[_SVSC] = de_ServerlessV2ScalingConfigurationInfo(output[_SVSC], context);
|
|
11984
11999
|
}
|
|
11985
|
-
if (output[
|
|
11986
|
-
contents[
|
|
12000
|
+
if (output[_SVPV] != null) {
|
|
12001
|
+
contents[_SVPV] = __expectString(output[_SVPV]);
|
|
11987
12002
|
}
|
|
11988
12003
|
if (output[_MIo] != null) {
|
|
11989
12004
|
contents[_MIo] = __strictParseInt32(output[_MIo]);
|
|
@@ -12003,24 +12018,12 @@ const de_DBCluster = (output, context) => {
|
|
|
12003
12018
|
if (output[_PIRP] != null) {
|
|
12004
12019
|
contents[_PIRP] = __strictParseInt32(output[_PIRP]);
|
|
12005
12020
|
}
|
|
12006
|
-
if (output[_SVSC] != null) {
|
|
12007
|
-
contents[_SVSC] = de_ServerlessV2ScalingConfigurationInfo(output[_SVSC], context);
|
|
12008
|
-
}
|
|
12009
|
-
if (output[_SVPV] != null) {
|
|
12010
|
-
contents[_SVPV] = __expectString(output[_SVPV]);
|
|
12011
|
-
}
|
|
12012
|
-
if (output[_NT] != null) {
|
|
12013
|
-
contents[_NT] = __expectString(output[_NT]);
|
|
12014
|
-
}
|
|
12015
12021
|
if (output[_DBSI] != null) {
|
|
12016
12022
|
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
12017
12023
|
}
|
|
12018
12024
|
if (output[_MUS] != null) {
|
|
12019
12025
|
contents[_MUS] = de_MasterUserSecret(output[_MUS], context);
|
|
12020
12026
|
}
|
|
12021
|
-
if (output[_IOONAMT] != null) {
|
|
12022
|
-
contents[_IOONAMT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_IOONAMT]));
|
|
12023
|
-
}
|
|
12024
12027
|
if (output[_LWFS] != null) {
|
|
12025
12028
|
contents[_LWFS] = __expectString(output[_LWFS]);
|
|
12026
12029
|
}
|
|
@@ -12030,9 +12033,6 @@ const de_DBCluster = (output, context) => {
|
|
|
12030
12033
|
if (output[_LD] != null) {
|
|
12031
12034
|
contents[_LD] = de_LimitlessDatabase(output[_LD], context);
|
|
12032
12035
|
}
|
|
12033
|
-
if (output[_STto] != null) {
|
|
12034
|
-
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
12035
|
-
}
|
|
12036
12036
|
if (output[_CST] != null) {
|
|
12037
12037
|
contents[_CST] = __expectString(output[_CST]);
|
|
12038
12038
|
}
|
|
@@ -12125,12 +12125,12 @@ const de_DBClusterAutomatedBackup = (output, context) => {
|
|
|
12125
12125
|
if (output[_I] != null) {
|
|
12126
12126
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
12127
12127
|
}
|
|
12128
|
-
if (output[_ABRPA] != null) {
|
|
12129
|
-
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
12130
|
-
}
|
|
12131
12128
|
if (output[_STto] != null) {
|
|
12132
12129
|
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
12133
12130
|
}
|
|
12131
|
+
if (output[_ABRPA] != null) {
|
|
12132
|
+
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
12133
|
+
}
|
|
12134
12134
|
return contents;
|
|
12135
12135
|
};
|
|
12136
12136
|
const de_DBClusterAutomatedBackupList = (output, context) => {
|
|
@@ -12568,17 +12568,17 @@ const de_DBClusterSnapshot = (output, context) => {
|
|
|
12568
12568
|
else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
12569
12569
|
contents[_TL] = de_TagList(__getArrayIfSingleItem(output[_TL][_Tag]), context);
|
|
12570
12570
|
}
|
|
12571
|
-
if (output[_DBSI] != null) {
|
|
12572
|
-
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
12573
|
-
}
|
|
12574
12571
|
if (output[_STt] != null) {
|
|
12575
12572
|
contents[_STt] = __expectString(output[_STt]);
|
|
12576
12573
|
}
|
|
12574
|
+
if (output[_STto] != null) {
|
|
12575
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
12576
|
+
}
|
|
12577
12577
|
if (output[_DCRI] != null) {
|
|
12578
12578
|
contents[_DCRI] = __expectString(output[_DCRI]);
|
|
12579
12579
|
}
|
|
12580
|
-
if (output[
|
|
12581
|
-
contents[
|
|
12580
|
+
if (output[_DBSI] != null) {
|
|
12581
|
+
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
12582
12582
|
}
|
|
12583
12583
|
return contents;
|
|
12584
12584
|
};
|
|
@@ -12677,15 +12677,30 @@ const de_DBEngineVersion = (output, context) => {
|
|
|
12677
12677
|
if (output[_E] != null) {
|
|
12678
12678
|
contents[_E] = __expectString(output[_E]);
|
|
12679
12679
|
}
|
|
12680
|
+
if (output[_MEV] != null) {
|
|
12681
|
+
contents[_MEV] = __expectString(output[_MEV]);
|
|
12682
|
+
}
|
|
12680
12683
|
if (output[_EV] != null) {
|
|
12681
12684
|
contents[_EV] = __expectString(output[_EV]);
|
|
12682
12685
|
}
|
|
12686
|
+
if (output[_DIFSBN] != null) {
|
|
12687
|
+
contents[_DIFSBN] = __expectString(output[_DIFSBN]);
|
|
12688
|
+
}
|
|
12689
|
+
if (output[_DIFSP] != null) {
|
|
12690
|
+
contents[_DIFSP] = __expectString(output[_DIFSP]);
|
|
12691
|
+
}
|
|
12692
|
+
if (output[_CDBEVM] != null) {
|
|
12693
|
+
contents[_CDBEVM] = __expectString(output[_CDBEVM]);
|
|
12694
|
+
}
|
|
12683
12695
|
if (output[_DBPGF] != null) {
|
|
12684
12696
|
contents[_DBPGF] = __expectString(output[_DBPGF]);
|
|
12685
12697
|
}
|
|
12686
12698
|
if (output[_DBED] != null) {
|
|
12687
12699
|
contents[_DBED] = __expectString(output[_DBED]);
|
|
12688
12700
|
}
|
|
12701
|
+
if (output[_DBEVA] != null) {
|
|
12702
|
+
contents[_DBEVA] = __expectString(output[_DBEVA]);
|
|
12703
|
+
}
|
|
12689
12704
|
if (output[_DBEVD] != null) {
|
|
12690
12705
|
contents[_DBEVD] = __expectString(output[_DBEVD]);
|
|
12691
12706
|
}
|
|
@@ -12698,6 +12713,12 @@ const de_DBEngineVersion = (output, context) => {
|
|
|
12698
12713
|
if (output[_DBEMT] != null) {
|
|
12699
12714
|
contents[_DBEMT] = __expectString(output[_DBEMT]);
|
|
12700
12715
|
}
|
|
12716
|
+
if (output[_KMSKI] != null) {
|
|
12717
|
+
contents[_KMSKI] = __expectString(output[_KMSKI]);
|
|
12718
|
+
}
|
|
12719
|
+
if (output[_CTr] != null) {
|
|
12720
|
+
contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTr]));
|
|
12721
|
+
}
|
|
12701
12722
|
if (String(output.SupportedCharacterSets).trim() === "") {
|
|
12702
12723
|
contents[_SCS] = [];
|
|
12703
12724
|
}
|
|
@@ -12755,24 +12776,6 @@ const de_DBEngineVersion = (output, context) => {
|
|
|
12755
12776
|
if (output[_SGD] != null) {
|
|
12756
12777
|
contents[_SGD] = __parseBoolean(output[_SGD]);
|
|
12757
12778
|
}
|
|
12758
|
-
if (output[_MEV] != null) {
|
|
12759
|
-
contents[_MEV] = __expectString(output[_MEV]);
|
|
12760
|
-
}
|
|
12761
|
-
if (output[_DIFSBN] != null) {
|
|
12762
|
-
contents[_DIFSBN] = __expectString(output[_DIFSBN]);
|
|
12763
|
-
}
|
|
12764
|
-
if (output[_DIFSP] != null) {
|
|
12765
|
-
contents[_DIFSP] = __expectString(output[_DIFSP]);
|
|
12766
|
-
}
|
|
12767
|
-
if (output[_DBEVA] != null) {
|
|
12768
|
-
contents[_DBEVA] = __expectString(output[_DBEVA]);
|
|
12769
|
-
}
|
|
12770
|
-
if (output[_KMSKI] != null) {
|
|
12771
|
-
contents[_KMSKI] = __expectString(output[_KMSKI]);
|
|
12772
|
-
}
|
|
12773
|
-
if (output[_CTr] != null) {
|
|
12774
|
-
contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTr]));
|
|
12775
|
-
}
|
|
12776
12779
|
if (String(output.TagList).trim() === "") {
|
|
12777
12780
|
contents[_TL] = [];
|
|
12778
12781
|
}
|
|
@@ -12782,9 +12785,6 @@ const de_DBEngineVersion = (output, context) => {
|
|
|
12782
12785
|
if (output[_SB] != null) {
|
|
12783
12786
|
contents[_SB] = __parseBoolean(output[_SB]);
|
|
12784
12787
|
}
|
|
12785
|
-
if (output[_CDBEVM] != null) {
|
|
12786
|
-
contents[_CDBEVM] = __expectString(output[_CDBEVM]);
|
|
12787
|
-
}
|
|
12788
12788
|
if (output[_SLD] != null) {
|
|
12789
12789
|
contents[_SLD] = __parseBoolean(output[_SLD]);
|
|
12790
12790
|
}
|
|
@@ -12842,9 +12842,6 @@ const de_DBInstance = (output, context) => {
|
|
|
12842
12842
|
if (output[_DBIS] != null) {
|
|
12843
12843
|
contents[_DBIS] = __expectString(output[_DBIS]);
|
|
12844
12844
|
}
|
|
12845
|
-
if (output[_ART] != null) {
|
|
12846
|
-
contents[_ART] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ART]));
|
|
12847
|
-
}
|
|
12848
12845
|
if (output[_MU] != null) {
|
|
12849
12846
|
contents[_MU] = __expectString(output[_MU]);
|
|
12850
12847
|
}
|
|
@@ -12932,6 +12929,9 @@ const de_DBInstance = (output, context) => {
|
|
|
12932
12929
|
if (output[_I] != null) {
|
|
12933
12930
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
12934
12931
|
}
|
|
12932
|
+
if (output[_STto] != null) {
|
|
12933
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
12934
|
+
}
|
|
12935
12935
|
if (String(output.OptionGroupMemberships).trim() === "") {
|
|
12936
12936
|
contents[_OGM] = [];
|
|
12937
12937
|
}
|
|
@@ -13055,17 +13055,17 @@ const de_DBInstance = (output, context) => {
|
|
|
13055
13055
|
else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
13056
13056
|
contents[_TL] = de_TagList(__getArrayIfSingleItem(output[_TL][_Tag]), context);
|
|
13057
13057
|
}
|
|
13058
|
-
if (
|
|
13059
|
-
contents[
|
|
13058
|
+
if (output[_AM] != null) {
|
|
13059
|
+
contents[_AM] = __expectString(output[_AM]);
|
|
13060
13060
|
}
|
|
13061
|
-
|
|
13062
|
-
contents[
|
|
13061
|
+
if (output[_RFAMT] != null) {
|
|
13062
|
+
contents[_RFAMT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_RFAMT]));
|
|
13063
13063
|
}
|
|
13064
13064
|
if (output[_COIE] != null) {
|
|
13065
13065
|
contents[_COIE] = __parseBoolean(output[_COIE]);
|
|
13066
13066
|
}
|
|
13067
|
-
if (output[
|
|
13068
|
-
contents[
|
|
13067
|
+
if (output[_NT] != null) {
|
|
13068
|
+
contents[_NT] = __expectString(output[_NT]);
|
|
13069
13069
|
}
|
|
13070
13070
|
if (output[_ASS] != null) {
|
|
13071
13071
|
contents[_ASS] = __expectString(output[_ASS]);
|
|
@@ -13082,26 +13082,29 @@ const de_DBInstance = (output, context) => {
|
|
|
13082
13082
|
if (output[_ASENAFI] != null) {
|
|
13083
13083
|
contents[_ASENAFI] = __parseBoolean(output[_ASENAFI]);
|
|
13084
13084
|
}
|
|
13085
|
-
if (output[
|
|
13086
|
-
contents[
|
|
13085
|
+
if (output[_ABRPA] != null) {
|
|
13086
|
+
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
13087
13087
|
}
|
|
13088
|
-
if (output
|
|
13089
|
-
contents[
|
|
13088
|
+
if (String(output.DBInstanceAutomatedBackupsReplications).trim() === "") {
|
|
13089
|
+
contents[_DBIABR] = [];
|
|
13090
13090
|
}
|
|
13091
|
-
if (output[
|
|
13092
|
-
contents[
|
|
13091
|
+
else if (output[_DBIABR] != null && output[_DBIABR][_DBIABRn] != null) {
|
|
13092
|
+
contents[_DBIABR] = de_DBInstanceAutomatedBackupsReplicationList(__getArrayIfSingleItem(output[_DBIABR][_DBIABRn]), context);
|
|
13093
13093
|
}
|
|
13094
13094
|
if (output[_BTa] != null) {
|
|
13095
13095
|
contents[_BTa] = __expectString(output[_BTa]);
|
|
13096
13096
|
}
|
|
13097
|
-
if (output[
|
|
13098
|
-
contents[
|
|
13097
|
+
if (output[_ART] != null) {
|
|
13098
|
+
contents[_ART] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_ART]));
|
|
13099
|
+
}
|
|
13100
|
+
if (output[_CIIP] != null) {
|
|
13101
|
+
contents[_CIIP] = __expectString(output[_CIIP]);
|
|
13099
13102
|
}
|
|
13100
13103
|
if (output[_ASPS] != null) {
|
|
13101
13104
|
contents[_ASPS] = __expectString(output[_ASPS]);
|
|
13102
13105
|
}
|
|
13103
|
-
if (output[
|
|
13104
|
-
contents[
|
|
13106
|
+
if (output[_CD] != null) {
|
|
13107
|
+
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
13105
13108
|
}
|
|
13106
13109
|
if (output[_DBSI] != null) {
|
|
13107
13110
|
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
@@ -13109,24 +13112,21 @@ const de_DBInstance = (output, context) => {
|
|
|
13109
13112
|
if (output[_MUS] != null) {
|
|
13110
13113
|
contents[_MUS] = de_MasterUserSecret(output[_MUS], context);
|
|
13111
13114
|
}
|
|
13112
|
-
if (output[_CD] != null) {
|
|
13113
|
-
contents[_CD] = de_CertificateDetails(output[_CD], context);
|
|
13114
|
-
}
|
|
13115
13115
|
if (output[_RRSDBCI] != null) {
|
|
13116
13116
|
contents[_RRSDBCI] = __expectString(output[_RRSDBCI]);
|
|
13117
13117
|
}
|
|
13118
13118
|
if (output[_PP] != null) {
|
|
13119
13119
|
contents[_PP] = __expectString(output[_PP]);
|
|
13120
13120
|
}
|
|
13121
|
+
if (output[_MT] != null) {
|
|
13122
|
+
contents[_MT] = __parseBoolean(output[_MT]);
|
|
13123
|
+
}
|
|
13121
13124
|
if (output[_DLV] != null) {
|
|
13122
13125
|
contents[_DLV] = __parseBoolean(output[_DLV]);
|
|
13123
13126
|
}
|
|
13124
13127
|
if (output[_ISCUA] != null) {
|
|
13125
13128
|
contents[_ISCUA] = __parseBoolean(output[_ISCUA]);
|
|
13126
13129
|
}
|
|
13127
|
-
if (output[_MT] != null) {
|
|
13128
|
-
contents[_MT] = __parseBoolean(output[_MT]);
|
|
13129
|
-
}
|
|
13130
13130
|
if (output[_ELS] != null) {
|
|
13131
13131
|
contents[_ELS] = __expectString(output[_ELS]);
|
|
13132
13132
|
}
|
|
@@ -13189,6 +13189,9 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
13189
13189
|
if (output[_I] != null) {
|
|
13190
13190
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
13191
13191
|
}
|
|
13192
|
+
if (output[_STto] != null) {
|
|
13193
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
13194
|
+
}
|
|
13192
13195
|
if (output[_OGN] != null) {
|
|
13193
13196
|
contents[_OGN] = __expectString(output[_OGN]);
|
|
13194
13197
|
}
|
|
@@ -13225,8 +13228,8 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
13225
13228
|
if (output[_BTa] != null) {
|
|
13226
13229
|
contents[_BTa] = __expectString(output[_BTa]);
|
|
13227
13230
|
}
|
|
13228
|
-
if (output[
|
|
13229
|
-
contents[
|
|
13231
|
+
if (output[_MT] != null) {
|
|
13232
|
+
contents[_MT] = __parseBoolean(output[_MT]);
|
|
13230
13233
|
}
|
|
13231
13234
|
if (output[_ABRPA] != null) {
|
|
13232
13235
|
contents[_ABRPA] = __expectString(output[_ABRPA]);
|
|
@@ -13234,9 +13237,6 @@ const de_DBInstanceAutomatedBackup = (output, context) => {
|
|
|
13234
13237
|
if (output[_DLV] != null) {
|
|
13235
13238
|
contents[_DLV] = __parseBoolean(output[_DLV]);
|
|
13236
13239
|
}
|
|
13237
|
-
if (output[_MT] != null) {
|
|
13238
|
-
contents[_MT] = __parseBoolean(output[_MT]);
|
|
13239
|
-
}
|
|
13240
13240
|
return contents;
|
|
13241
13241
|
};
|
|
13242
13242
|
const de_DBInstanceAutomatedBackupList = (output, context) => {
|
|
@@ -14056,6 +14056,9 @@ const de_DBSnapshot = (output, context) => {
|
|
|
14056
14056
|
if (output[_I] != null) {
|
|
14057
14057
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
14058
14058
|
}
|
|
14059
|
+
if (output[_STto] != null) {
|
|
14060
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
14061
|
+
}
|
|
14059
14062
|
if (output[_OGN] != null) {
|
|
14060
14063
|
contents[_OGN] = __expectString(output[_OGN]);
|
|
14061
14064
|
}
|
|
@@ -14104,27 +14107,24 @@ const de_DBSnapshot = (output, context) => {
|
|
|
14104
14107
|
else if (output[_TL] != null && output[_TL][_Tag] != null) {
|
|
14105
14108
|
contents[_TL] = de_TagList(__getArrayIfSingleItem(output[_TL][_Tag]), context);
|
|
14106
14109
|
}
|
|
14110
|
+
if (output[_ST] != null) {
|
|
14111
|
+
contents[_ST] = __expectString(output[_ST]);
|
|
14112
|
+
}
|
|
14107
14113
|
if (output[_OSCT] != null) {
|
|
14108
14114
|
contents[_OSCT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_OSCT]));
|
|
14109
14115
|
}
|
|
14110
14116
|
if (output[_SDT] != null) {
|
|
14111
14117
|
contents[_SDT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_SDT]));
|
|
14112
14118
|
}
|
|
14113
|
-
if (output[_ST] != null) {
|
|
14114
|
-
contents[_ST] = __expectString(output[_ST]);
|
|
14115
|
-
}
|
|
14116
|
-
if (output[_STto] != null) {
|
|
14117
|
-
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
14118
|
-
}
|
|
14119
14119
|
if (output[_DBSI] != null) {
|
|
14120
14120
|
contents[_DBSI] = __expectString(output[_DBSI]);
|
|
14121
14121
|
}
|
|
14122
|
-
if (output[_DLV] != null) {
|
|
14123
|
-
contents[_DLV] = __parseBoolean(output[_DLV]);
|
|
14124
|
-
}
|
|
14125
14122
|
if (output[_MT] != null) {
|
|
14126
14123
|
contents[_MT] = __parseBoolean(output[_MT]);
|
|
14127
14124
|
}
|
|
14125
|
+
if (output[_DLV] != null) {
|
|
14126
|
+
contents[_DLV] = __parseBoolean(output[_DLV]);
|
|
14127
|
+
}
|
|
14128
14128
|
if (output[_SAZ] != null) {
|
|
14129
14129
|
contents[_SAZ] = __expectString(output[_SAZ]);
|
|
14130
14130
|
}
|
|
@@ -15292,6 +15292,12 @@ const de_Integration = (output, context) => {
|
|
|
15292
15292
|
else if (output[_T] != null && output[_T][_Tag] != null) {
|
|
15293
15293
|
contents[_T] = de_TagList(__getArrayIfSingleItem(output[_T][_Tag]), context);
|
|
15294
15294
|
}
|
|
15295
|
+
if (output[_DFa] != null) {
|
|
15296
|
+
contents[_DFa] = __expectString(output[_DFa]);
|
|
15297
|
+
}
|
|
15298
|
+
if (output[_D] != null) {
|
|
15299
|
+
contents[_D] = __expectString(output[_D]);
|
|
15300
|
+
}
|
|
15295
15301
|
if (output[_CTr] != null) {
|
|
15296
15302
|
contents[_CTr] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_CTr]));
|
|
15297
15303
|
}
|
|
@@ -15301,12 +15307,6 @@ const de_Integration = (output, context) => {
|
|
|
15301
15307
|
else if (output[_Er] != null && output[_Er][_IE] != null) {
|
|
15302
15308
|
contents[_Er] = de_IntegrationErrorList(__getArrayIfSingleItem(output[_Er][_IE]), context);
|
|
15303
15309
|
}
|
|
15304
|
-
if (output[_DFa] != null) {
|
|
15305
|
-
contents[_DFa] = __expectString(output[_DFa]);
|
|
15306
|
-
}
|
|
15307
|
-
if (output[_D] != null) {
|
|
15308
|
-
contents[_D] = __expectString(output[_D]);
|
|
15309
|
-
}
|
|
15310
15310
|
return contents;
|
|
15311
15311
|
};
|
|
15312
15312
|
const de_IntegrationAlreadyExistsFault = (output, context) => {
|
|
@@ -16213,6 +16213,9 @@ const de_OrderableDBInstanceOption = (output, context) => {
|
|
|
16213
16213
|
if (output[_SIupp] != null) {
|
|
16214
16214
|
contents[_SIupp] = __parseBoolean(output[_SIupp]);
|
|
16215
16215
|
}
|
|
16216
|
+
if (output[_SST] != null) {
|
|
16217
|
+
contents[_SST] = __parseBoolean(output[_SST]);
|
|
16218
|
+
}
|
|
16216
16219
|
if (output[_SEMu] != null) {
|
|
16217
16220
|
contents[_SEMu] = __parseBoolean(output[_SEMu]);
|
|
16218
16221
|
}
|
|
@@ -16240,6 +16243,18 @@ const de_OrderableDBInstanceOption = (output, context) => {
|
|
|
16240
16243
|
if (output[_MIPGa] != null) {
|
|
16241
16244
|
contents[_MIPGa] = __strictParseFloat(output[_MIPGa]);
|
|
16242
16245
|
}
|
|
16246
|
+
if (output[_MSTPDI] != null) {
|
|
16247
|
+
contents[_MSTPDI] = __strictParseInt32(output[_MSTPDI]);
|
|
16248
|
+
}
|
|
16249
|
+
if (output[_MSTPDIa] != null) {
|
|
16250
|
+
contents[_MSTPDIa] = __strictParseInt32(output[_MSTPDIa]);
|
|
16251
|
+
}
|
|
16252
|
+
if (output[_MSTPI] != null) {
|
|
16253
|
+
contents[_MSTPI] = __strictParseFloat(output[_MSTPI]);
|
|
16254
|
+
}
|
|
16255
|
+
if (output[_MSTPIa] != null) {
|
|
16256
|
+
contents[_MSTPIa] = __strictParseFloat(output[_MSTPIa]);
|
|
16257
|
+
}
|
|
16243
16258
|
if (String(output.AvailableProcessorFeatures).trim() === "") {
|
|
16244
16259
|
contents[_APF] = [];
|
|
16245
16260
|
}
|
|
@@ -16270,29 +16285,14 @@ const de_OrderableDBInstanceOption = (output, context) => {
|
|
|
16270
16285
|
if (output[_SGD] != null) {
|
|
16271
16286
|
contents[_SGD] = __parseBoolean(output[_SGD]);
|
|
16272
16287
|
}
|
|
16273
|
-
if (output[_SCu] != null) {
|
|
16274
|
-
contents[_SCu] = __parseBoolean(output[_SCu]);
|
|
16275
|
-
}
|
|
16276
16288
|
if (String(output.SupportedNetworkTypes).trim() === "") {
|
|
16277
16289
|
contents[_SNT] = [];
|
|
16278
16290
|
}
|
|
16279
16291
|
else if (output[_SNT] != null && output[_SNT][_me] != null) {
|
|
16280
16292
|
contents[_SNT] = de_StringList(__getArrayIfSingleItem(output[_SNT][_me]), context);
|
|
16281
16293
|
}
|
|
16282
|
-
if (output[
|
|
16283
|
-
contents[
|
|
16284
|
-
}
|
|
16285
|
-
if (output[_MSTPDI] != null) {
|
|
16286
|
-
contents[_MSTPDI] = __strictParseInt32(output[_MSTPDI]);
|
|
16287
|
-
}
|
|
16288
|
-
if (output[_MSTPDIa] != null) {
|
|
16289
|
-
contents[_MSTPDIa] = __strictParseInt32(output[_MSTPDIa]);
|
|
16290
|
-
}
|
|
16291
|
-
if (output[_MSTPI] != null) {
|
|
16292
|
-
contents[_MSTPI] = __strictParseFloat(output[_MSTPI]);
|
|
16293
|
-
}
|
|
16294
|
-
if (output[_MSTPIa] != null) {
|
|
16295
|
-
contents[_MSTPIa] = __strictParseFloat(output[_MSTPIa]);
|
|
16294
|
+
if (output[_SCu] != null) {
|
|
16295
|
+
contents[_SCu] = __parseBoolean(output[_SCu]);
|
|
16296
16296
|
}
|
|
16297
16297
|
if (output[_SDLV] != null) {
|
|
16298
16298
|
contents[_SDLV] = __parseBoolean(output[_SDLV]);
|
|
@@ -16470,6 +16470,9 @@ const de_PendingModifiedValues = (output, context) => {
|
|
|
16470
16470
|
if (output[_I] != null) {
|
|
16471
16471
|
contents[_I] = __strictParseInt32(output[_I]);
|
|
16472
16472
|
}
|
|
16473
|
+
if (output[_STto] != null) {
|
|
16474
|
+
contents[_STto] = __strictParseInt32(output[_STto]);
|
|
16475
|
+
}
|
|
16473
16476
|
if (output[_DBII] != null) {
|
|
16474
16477
|
contents[_DBII] = __expectString(output[_DBII]);
|
|
16475
16478
|
}
|
|
@@ -16491,26 +16494,23 @@ const de_PendingModifiedValues = (output, context) => {
|
|
|
16491
16494
|
else if (output[_PF] != null && output[_PF][_PFr] != null) {
|
|
16492
16495
|
contents[_PF] = de_ProcessorFeatureList(__getArrayIfSingleItem(output[_PF][_PFr]), context);
|
|
16493
16496
|
}
|
|
16494
|
-
if (output[_IAMDAE] != null) {
|
|
16495
|
-
contents[_IAMDAE] = __parseBoolean(output[_IAMDAE]);
|
|
16496
|
-
}
|
|
16497
16497
|
if (output[_AM] != null) {
|
|
16498
16498
|
contents[_AM] = __expectString(output[_AM]);
|
|
16499
16499
|
}
|
|
16500
16500
|
if (output[_RFAMT] != null) {
|
|
16501
16501
|
contents[_RFAMT] = __expectNonNull(__parseRfc3339DateTimeWithOffset(output[_RFAMT]));
|
|
16502
16502
|
}
|
|
16503
|
-
if (output[
|
|
16504
|
-
contents[
|
|
16503
|
+
if (output[_MT] != null) {
|
|
16504
|
+
contents[_MT] = __parseBoolean(output[_MT]);
|
|
16505
16505
|
}
|
|
16506
|
-
if (output[
|
|
16507
|
-
contents[
|
|
16506
|
+
if (output[_IAMDAE] != null) {
|
|
16507
|
+
contents[_IAMDAE] = __parseBoolean(output[_IAMDAE]);
|
|
16508
16508
|
}
|
|
16509
16509
|
if (output[_DLV] != null) {
|
|
16510
16510
|
contents[_DLV] = __parseBoolean(output[_DLV]);
|
|
16511
16511
|
}
|
|
16512
|
-
if (output[
|
|
16513
|
-
contents[
|
|
16512
|
+
if (output[_E] != null) {
|
|
16513
|
+
contents[_E] = __expectString(output[_E]);
|
|
16514
16514
|
}
|
|
16515
16515
|
return contents;
|
|
16516
16516
|
};
|
|
@@ -17202,12 +17202,12 @@ const de_StartActivityStreamResponse = (output, context) => {
|
|
|
17202
17202
|
if (output[_Mo] != null) {
|
|
17203
17203
|
contents[_Mo] = __expectString(output[_Mo]);
|
|
17204
17204
|
}
|
|
17205
|
-
if (output[_AI] != null) {
|
|
17206
|
-
contents[_AI] = __parseBoolean(output[_AI]);
|
|
17207
|
-
}
|
|
17208
17205
|
if (output[_ENAFI] != null) {
|
|
17209
17206
|
contents[_ENAFI] = __parseBoolean(output[_ENAFI]);
|
|
17210
17207
|
}
|
|
17208
|
+
if (output[_AI] != null) {
|
|
17209
|
+
contents[_AI] = __parseBoolean(output[_AI]);
|
|
17210
|
+
}
|
|
17211
17211
|
return contents;
|
|
17212
17212
|
};
|
|
17213
17213
|
const de_StartDBClusterResult = (output, context) => {
|
|
@@ -17701,9 +17701,6 @@ const de_ValidStorageOptions = (output, context) => {
|
|
|
17701
17701
|
else if (output[_ITSR] != null && output[_ITSR][_DR] != null) {
|
|
17702
17702
|
contents[_ITSR] = de_DoubleRangeList(__getArrayIfSingleItem(output[_ITSR][_DR]), context);
|
|
17703
17703
|
}
|
|
17704
|
-
if (output[_SSA] != null) {
|
|
17705
|
-
contents[_SSA] = __parseBoolean(output[_SSA]);
|
|
17706
|
-
}
|
|
17707
17704
|
if (String(output.ProvisionedStorageThroughput).trim() === "") {
|
|
17708
17705
|
contents[_PST] = [];
|
|
17709
17706
|
}
|
|
@@ -17716,6 +17713,9 @@ const de_ValidStorageOptions = (output, context) => {
|
|
|
17716
17713
|
else if (output[_STTIR] != null && output[_STTIR][_DR] != null) {
|
|
17717
17714
|
contents[_STTIR] = de_DoubleRangeList(__getArrayIfSingleItem(output[_STTIR][_DR]), context);
|
|
17718
17715
|
}
|
|
17716
|
+
if (output[_SSA] != null) {
|
|
17717
|
+
contents[_SSA] = __parseBoolean(output[_SSA]);
|
|
17718
|
+
}
|
|
17719
17719
|
return contents;
|
|
17720
17720
|
};
|
|
17721
17721
|
const de_ValidStorageOptionsList = (output, context) => {
|