tencentcloud-sdk-nodejs-cfs 4.1.177 → 4.1.187
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/package.json
CHANGED
|
@@ -1355,25 +1355,25 @@ export interface AvailableType {
|
|
|
1355
1355
|
*/
|
|
1356
1356
|
export interface LifecyclePolicy {
|
|
1357
1357
|
/**
|
|
1358
|
-
*
|
|
1358
|
+
* <p>生命周期管理策略创建的时间</p>
|
|
1359
1359
|
*/
|
|
1360
1360
|
CreateTime: string;
|
|
1361
1361
|
/**
|
|
1362
|
-
*
|
|
1362
|
+
* <p>生命周期管理策略ID</p>
|
|
1363
1363
|
*/
|
|
1364
1364
|
LifecyclePolicyID: string;
|
|
1365
1365
|
/**
|
|
1366
|
-
*
|
|
1366
|
+
* <p>生命周期管理策略名称</p>
|
|
1367
1367
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1368
1368
|
*/
|
|
1369
1369
|
LifecyclePolicyName: string;
|
|
1370
1370
|
/**
|
|
1371
|
-
*
|
|
1371
|
+
* <p>生命周期管理策略关联的管理规则列表</p>
|
|
1372
1372
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1373
1373
|
*/
|
|
1374
1374
|
LifecycleRules: Array<LifecycleRule>;
|
|
1375
1375
|
/**
|
|
1376
|
-
*
|
|
1376
|
+
* <p>生命周期管理策略关联目录的绝对路径列表</p>
|
|
1377
1377
|
注意:此字段可能返回 null,表示取不到有效值。
|
|
1378
1378
|
*/
|
|
1379
1379
|
Paths: Array<PathInfo>;
|