@@ -5481,6 +5481,8 @@ const serializeAws_json1_1ElasticsearchSettings = (input: ElasticsearchSettings,
54815481 input . FullLoadErrorPercentage !== null && { FullLoadErrorPercentage : input . FullLoadErrorPercentage } ) ,
54825482 ...( input . ServiceAccessRoleArn !== undefined &&
54835483 input . ServiceAccessRoleArn !== null && { ServiceAccessRoleArn : input . ServiceAccessRoleArn } ) ,
5484+ ...( input . UseNewMappingType !== undefined &&
5485+ input . UseNewMappingType !== null && { UseNewMappingType : input . UseNewMappingType } ) ,
54845486 } ;
54855487} ;
54865488
@@ -5723,6 +5725,8 @@ const serializeAws_json1_1MicrosoftSQLServerSettings = (
57235725 ...( input . SecretsManagerSecretId !== undefined &&
57245726 input . SecretsManagerSecretId !== null && { SecretsManagerSecretId : input . SecretsManagerSecretId } ) ,
57255727 ...( input . ServerName !== undefined && input . ServerName !== null && { ServerName : input . ServerName } ) ,
5728+ ...( input . TrimSpaceInChar !== undefined &&
5729+ input . TrimSpaceInChar !== null && { TrimSpaceInChar : input . TrimSpaceInChar } ) ,
57265730 ...( input . UseBcpFullLoad !== undefined &&
57275731 input . UseBcpFullLoad !== null && { UseBcpFullLoad : input . UseBcpFullLoad } ) ,
57285732 ...( input . UseThirdPartyBackupDevice !== undefined &&
@@ -6069,6 +6073,8 @@ const serializeAws_json1_1OracleSettings = (input: OracleSettings, context: __Se
60696073 } ) ,
60706074 ...( input . StandbyDelayTime !== undefined &&
60716075 input . StandbyDelayTime !== null && { StandbyDelayTime : input . StandbyDelayTime } ) ,
6076+ ...( input . TrimSpaceInChar !== undefined &&
6077+ input . TrimSpaceInChar !== null && { TrimSpaceInChar : input . TrimSpaceInChar } ) ,
60726078 ...( input . UseAlternateFolderForOnline !== undefined &&
60736079 input . UseAlternateFolderForOnline !== null && { UseAlternateFolderForOnline : input . UseAlternateFolderForOnline } ) ,
60746080 ...( input . UseBFile !== undefined && input . UseBFile !== null && { UseBFile : input . UseBFile } ) ,
@@ -6109,6 +6115,8 @@ const serializeAws_json1_1PostgreSQLSettings = (input: PostgreSQLSettings, conte
61096115 input . SecretsManagerSecretId !== null && { SecretsManagerSecretId : input . SecretsManagerSecretId } ) ,
61106116 ...( input . ServerName !== undefined && input . ServerName !== null && { ServerName : input . ServerName } ) ,
61116117 ...( input . SlotName !== undefined && input . SlotName !== null && { SlotName : input . SlotName } ) ,
6118+ ...( input . TrimSpaceInChar !== undefined &&
6119+ input . TrimSpaceInChar !== null && { TrimSpaceInChar : input . TrimSpaceInChar } ) ,
61126120 ...( input . Username !== undefined && input . Username !== null && { Username : input . Username } ) ,
61136121 } ;
61146122} ;
@@ -6223,6 +6231,8 @@ const serializeAws_json1_1RemoveTagsFromResourceMessage = (
62236231const serializeAws_json1_1S3Settings = ( input : S3Settings , context : __SerdeContext ) : any => {
62246232 return {
62256233 ...( input . AddColumnName !== undefined && input . AddColumnName !== null && { AddColumnName : input . AddColumnName } ) ,
6234+ ...( input . AddTrailingPaddingCharacter !== undefined &&
6235+ input . AddTrailingPaddingCharacter !== null && { AddTrailingPaddingCharacter : input . AddTrailingPaddingCharacter } ) ,
62266236 ...( input . BucketFolder !== undefined && input . BucketFolder !== null && { BucketFolder : input . BucketFolder } ) ,
62276237 ...( input . BucketName !== undefined && input . BucketName !== null && { BucketName : input . BucketName } ) ,
62286238 ...( input . CannedAclForObjects !== undefined &&
@@ -6260,6 +6270,8 @@ const serializeAws_json1_1S3Settings = (input: S3Settings, context: __SerdeConte
62606270 ...( input . EncodingType !== undefined && input . EncodingType !== null && { EncodingType : input . EncodingType } ) ,
62616271 ...( input . EncryptionMode !== undefined &&
62626272 input . EncryptionMode !== null && { EncryptionMode : input . EncryptionMode } ) ,
6273+ ...( input . ExpectedBucketOwner !== undefined &&
6274+ input . ExpectedBucketOwner !== null && { ExpectedBucketOwner : input . ExpectedBucketOwner } ) ,
62636275 ...( input . ExternalTableDefinition !== undefined &&
62646276 input . ExternalTableDefinition !== null && { ExternalTableDefinition : input . ExternalTableDefinition } ) ,
62656277 ...( input . IgnoreHeaderRows !== undefined &&
@@ -7289,6 +7301,7 @@ const deserializeAws_json1_1ElasticsearchSettings = (output: any, context: __Ser
72897301 ErrorRetryDuration : __expectInt32 ( output . ErrorRetryDuration ) ,
72907302 FullLoadErrorPercentage : __expectInt32 ( output . FullLoadErrorPercentage ) ,
72917303 ServiceAccessRoleArn : __expectString ( output . ServiceAccessRoleArn ) ,
7304+ UseNewMappingType : __expectBoolean ( output . UseNewMappingType ) ,
72927305 } as any ;
72937306} ;
72947307
@@ -7825,6 +7838,7 @@ const deserializeAws_json1_1MicrosoftSQLServerSettings = (
78257838 SecretsManagerAccessRoleArn : __expectString ( output . SecretsManagerAccessRoleArn ) ,
78267839 SecretsManagerSecretId : __expectString ( output . SecretsManagerSecretId ) ,
78277840 ServerName : __expectString ( output . ServerName ) ,
7841+ TrimSpaceInChar : __expectBoolean ( output . TrimSpaceInChar ) ,
78287842 UseBcpFullLoad : __expectBoolean ( output . UseBcpFullLoad ) ,
78297843 UseThirdPartyBackupDevice : __expectBoolean ( output . UseThirdPartyBackupDevice ) ,
78307844 Username : __expectString ( output . Username ) ,
@@ -7989,6 +8003,7 @@ const deserializeAws_json1_1OracleSettings = (output: any, context: __SerdeConte
79898003 ServerName : __expectString ( output . ServerName ) ,
79908004 SpatialDataOptionToGeoJsonFunctionName : __expectString ( output . SpatialDataOptionToGeoJsonFunctionName ) ,
79918005 StandbyDelayTime : __expectInt32 ( output . StandbyDelayTime ) ,
8006+ TrimSpaceInChar : __expectBoolean ( output . TrimSpaceInChar ) ,
79928007 UseAlternateFolderForOnline : __expectBoolean ( output . UseAlternateFolderForOnline ) ,
79938008 UseBFile : __expectBoolean ( output . UseBFile ) ,
79948009 UseDirectPathFullLoad : __expectBoolean ( output . UseDirectPathFullLoad ) ,
@@ -8105,6 +8120,7 @@ const deserializeAws_json1_1PostgreSQLSettings = (output: any, context: __SerdeC
81058120 SecretsManagerSecretId : __expectString ( output . SecretsManagerSecretId ) ,
81068121 ServerName : __expectString ( output . ServerName ) ,
81078122 SlotName : __expectString ( output . SlotName ) ,
8123+ TrimSpaceInChar : __expectBoolean ( output . TrimSpaceInChar ) ,
81088124 Username : __expectString ( output . Username ) ,
81098125 } as any ;
81108126} ;
@@ -8635,6 +8651,7 @@ const deserializeAws_json1_1S3ResourceNotFoundFault = (
86358651const deserializeAws_json1_1S3Settings = ( output : any , context : __SerdeContext ) : S3Settings => {
86368652 return {
86378653 AddColumnName : __expectBoolean ( output . AddColumnName ) ,
8654+ AddTrailingPaddingCharacter : __expectBoolean ( output . AddTrailingPaddingCharacter ) ,
86388655 BucketFolder : __expectString ( output . BucketFolder ) ,
86398656 BucketName : __expectString ( output . BucketName ) ,
86408657 CannedAclForObjects : __expectString ( output . CannedAclForObjects ) ,
@@ -8658,6 +8675,7 @@ const deserializeAws_json1_1S3Settings = (output: any, context: __SerdeContext):
86588675 EnableStatistics : __expectBoolean ( output . EnableStatistics ) ,
86598676 EncodingType : __expectString ( output . EncodingType ) ,
86608677 EncryptionMode : __expectString ( output . EncryptionMode ) ,
8678+ ExpectedBucketOwner : __expectString ( output . ExpectedBucketOwner ) ,
86618679 ExternalTableDefinition : __expectString ( output . ExternalTableDefinition ) ,
86628680 IgnoreHeaderRows : __expectInt32 ( output . IgnoreHeaderRows ) ,
86638681 IncludeOpForFullLoad : __expectBoolean ( output . IncludeOpForFullLoad ) ,
0 commit comments