@@ -13905,6 +13905,8 @@ public static function CreateFileUncompressJobs() {
13905
13905
'properties' => array(
13906
13906
'Prefix' => array( 'type' => 'string', 'location' => 'xml', ),
13907
13907
'PrefixReplaced' => array( 'type' => 'string', 'location' => 'xml', ),
13908
+ 'UnCompressKey' => array( 'type' => 'string', 'location' => 'xml', ),
13909
+ 'ListingFile' => array( 'type' => 'boolean', 'location' => 'xml', 'format' => 'boolean-string',),
13908
13910
),
13909
13911
),
13910
13912
'Output' => array(
@@ -14061,6 +14063,7 @@ public static function GetFileUncompressResultOutput() {
14061
14063
'JobId' => array( 'type' => 'string', 'location' => 'xml', ),
14062
14064
'Tag' => array( 'type' => 'string', 'location' => 'xml', ),
14063
14065
'State' => array( 'type' => 'string', 'location' => 'xml', ),
14066
+ 'Progress' => array( 'type' => 'integer', 'location' => 'xml', ),
14064
14067
'CreationTime' => array( 'type' => 'string', 'location' => 'xml', ),
14065
14068
'StartTime' => array( 'type' => 'string', 'location' => 'xml', ),
14066
14069
'EndTime' => array( 'type' => 'string', 'location' => 'xml', ),
@@ -14085,6 +14088,7 @@ public static function GetFileUncompressResultOutput() {
14085
14088
'properties' => array(
14086
14089
'Region' => array( 'type' => 'string', 'location' => 'xml', ),
14087
14090
'Bucket' => array( 'type' => 'string', 'location' => 'xml', ),
14091
+ 'Object' => array( 'type' => 'string', 'location' => 'xml', ),
14088
14092
),
14089
14093
),
14090
14094
'FileUncompressConfig' => array(
@@ -14093,6 +14097,8 @@ public static function GetFileUncompressResultOutput() {
14093
14097
'properties' => array(
14094
14098
'Prefix' => array( 'type' => 'string', 'location' => 'xml', ),
14095
14099
'PrefixReplaced' => array( 'type' => 'string', 'location' => 'xml', ),
14100
+ 'UnCompressKey' => array( 'type' => 'string', 'location' => 'xml', ),
14101
+ 'ListingFile' => array( 'type' => 'boolean', 'location' => 'xml', ),
14096
14102
),
14097
14103
),
14098
14104
'FileUncompressResult' => array(
@@ -14102,6 +14108,26 @@ public static function GetFileUncompressResultOutput() {
14102
14108
'Region' => array( 'type' => 'string', 'location' => 'xml', ),
14103
14109
'Bucket' => array( 'type' => 'string', 'location' => 'xml', ),
14104
14110
'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
+ ),
14105
14131
),
14106
14132
),
14107
14133
),
0 commit comments