@@ -13905,6 +13905,8 @@ public static function CreateFileUncompressJobs() {
1390513905 'properties' => array(
1390613906 'Prefix' => array( 'type' => 'string', 'location' => 'xml', ),
1390713907 'PrefixReplaced' => array( 'type' => 'string', 'location' => 'xml', ),
13908+ 'UnCompressKey' => array( 'type' => 'string', 'location' => 'xml', ),
13909+ 'ListingFile' => array( 'type' => 'boolean', 'location' => 'xml', 'format' => 'boolean-string',),
1390813910 ),
1390913911 ),
1391013912 'Output' => array(
@@ -14061,6 +14063,7 @@ public static function GetFileUncompressResultOutput() {
1406114063 'JobId' => array( 'type' => 'string', 'location' => 'xml', ),
1406214064 'Tag' => array( 'type' => 'string', 'location' => 'xml', ),
1406314065 'State' => array( 'type' => 'string', 'location' => 'xml', ),
14066+ 'Progress' => array( 'type' => 'integer', 'location' => 'xml', ),
1406414067 'CreationTime' => array( 'type' => 'string', 'location' => 'xml', ),
1406514068 'StartTime' => array( 'type' => 'string', 'location' => 'xml', ),
1406614069 'EndTime' => array( 'type' => 'string', 'location' => 'xml', ),
@@ -14085,6 +14088,7 @@ public static function GetFileUncompressResultOutput() {
1408514088 'properties' => array(
1408614089 'Region' => array( 'type' => 'string', 'location' => 'xml', ),
1408714090 'Bucket' => array( 'type' => 'string', 'location' => 'xml', ),
14091+ 'Object' => array( 'type' => 'string', 'location' => 'xml', ),
1408814092 ),
1408914093 ),
1409014094 'FileUncompressConfig' => array(
@@ -14093,6 +14097,8 @@ public static function GetFileUncompressResultOutput() {
1409314097 'properties' => array(
1409414098 'Prefix' => array( 'type' => 'string', 'location' => 'xml', ),
1409514099 'PrefixReplaced' => array( 'type' => 'string', 'location' => 'xml', ),
14100+ 'UnCompressKey' => array( 'type' => 'string', 'location' => 'xml', ),
14101+ 'ListingFile' => array( 'type' => 'boolean', 'location' => 'xml', ),
1409614102 ),
1409714103 ),
1409814104 'FileUncompressResult' => array(
@@ -14102,6 +14108,26 @@ public static function GetFileUncompressResultOutput() {
1410214108 'Region' => array( 'type' => 'string', 'location' => 'xml', ),
1410314109 'Bucket' => array( 'type' => 'string', 'location' => 'xml', ),
1410414110 'FileCount' => array( 'type' => 'string', 'location' => 'xml', ),
14111+ 'FileList' => array(
14112+ 'type' => 'object',
14113+ 'location' => 'xml',
14114+ 'properties' => array(
14115+ 'IsTruncated' => array( 'type' => 'boolean', 'location' => 'xml', ),
14116+ 'Contents' => array(
14117+ 'type' => 'array',
14118+ 'location' => 'xml',
14119+ 'items' => array(
14120+ 'type' => 'object',
14121+ 'location' => 'xml',
14122+ 'properties' => array(
14123+ 'Key' => array( 'type' => 'string', 'location' => 'xml', ),
14124+ 'LastModified' => array( 'type' => 'string', 'location' => 'xml', ),
14125+ 'FileSize' => array( 'type' => 'integer', 'location' => 'xml', ),
14126+ ),
14127+ ),
14128+ ),
14129+ ),
14130+ ),
1410514131 ),
1410614132 ),
1410714133 ),
0 commit comments