@@ -4950,6 +4950,7 @@ export const de_GetObjectCommand = async (
4950
4950
[ _CR ] : [ , output . headers [ _cr ] ] ,
4951
4951
[ _CT ] : [ , output . headers [ _ct ] ] ,
4952
4952
[ _E ] : [ ( ) => void 0 !== output . headers [ _e ] , ( ) => __expectNonNull ( __parseRfc7231DateTime ( output . headers [ _e ] ) ) ] ,
4953
+ [ _ES ] : [ , output . headers [ _ex ] ] ,
4953
4954
[ _WRL ] : [ , output . headers [ _xawrl ] ] ,
4954
4955
[ _SSE ] : [ , output . headers [ _xasse ] ] ,
4955
4956
[ _SSECA ] : [ , output . headers [ _xasseca ] ] ,
@@ -5440,6 +5441,7 @@ export const de_HeadObjectCommand = async (
5440
5441
[ _CL ] : [ , output . headers [ _cl ] ] ,
5441
5442
[ _CT ] : [ , output . headers [ _ct ] ] ,
5442
5443
[ _E ] : [ ( ) => void 0 !== output . headers [ _e ] , ( ) => __expectNonNull ( __parseRfc7231DateTime ( output . headers [ _e ] ) ) ] ,
5444
+ [ _ES ] : [ , output . headers [ _ex ] ] ,
5443
5445
[ _WRL ] : [ , output . headers [ _xawrl ] ] ,
5444
5446
[ _SSE ] : [ , output . headers [ _xasse ] ] ,
5445
5447
[ _SSECA ] : [ , output . headers [ _xasseca ] ] ,
@@ -8359,7 +8361,7 @@ const se_LifecycleRule = (input: LifecycleRule, context: __SerdeContext): any =>
8359
8361
bn . c ( se_LifecycleRuleFilter ( input [ _F ] , context ) . n ( _F ) ) ;
8360
8362
}
8361
8363
if ( input [ _S ] != null ) {
8362
- bn . c ( __XmlNode . of ( _ES , input [ _S ] ) . n ( _S ) ) ;
8364
+ bn . c ( __XmlNode . of ( _ESx , input [ _S ] ) . n ( _S ) ) ;
8363
8365
}
8364
8366
bn . l ( input , "Transitions" , "Transition" , ( ) => se_TransitionList ( input [ _Tr ] ! , context ) ) ;
8365
8367
bn . l ( input , "NoncurrentVersionTransitions" , "NoncurrentVersionTransition" , ( ) =>
@@ -11772,8 +11774,9 @@ const _EODM = "ExpiredObjectDeleteMarker";
11772
11774
const _EOR = "ExistingObjectReplication" ;
11773
11775
const _EORS = "ExistingObjectReplicationStatus" ;
11774
11776
const _ERP = "EnableRequestProgress" ;
11775
- const _ES = "ExpirationStatus " ;
11777
+ const _ES = "ExpiresString " ;
11776
11778
const _ESBO = "ExpectedSourceBucketOwner" ;
11779
+ const _ESx = "ExpirationStatus" ;
11777
11780
const _ET = "EncodingType" ;
11778
11781
const _ETa = "ETag" ;
11779
11782
const _ETn = "EncryptionType" ;
@@ -12116,6 +12119,7 @@ const _e = "expires";
12116
12119
const _en = "encryption" ;
12117
12120
const _et = "encoding-type" ;
12118
12121
const _eta = "etag" ;
12122
+ const _ex = "expiresstring" ;
12119
12123
const _fo = "fetch-owner" ;
12120
12124
const _i = "id" ;
12121
12125
const _im = "if-match" ;
0 commit comments