@alicloud/polardb20170801 7.11.0 → 7.11.2

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/dist/client.d.ts CHANGED
@@ -4595,7 +4595,7 @@ export default class Client extends OpenApi {
4595
4595
  */
4596
4596
  describePolarFsQuota(request: $_model.DescribePolarFsQuotaRequest): Promise<$_model.DescribePolarFsQuotaResponse>;
4597
4597
  /**
4598
- * Retrieves the quota list.
4598
+ * Queries the quota list.
4599
4599
  *
4600
4600
  * @param request - DescribePolarFsQuotaListRequest
4601
4601
  * @param runtime - runtime options for this request RuntimeOptions
@@ -4603,7 +4603,7 @@ export default class Client extends OpenApi {
4603
4603
  */
4604
4604
  describePolarFsQuotaListWithOptions(request: $_model.DescribePolarFsQuotaListRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribePolarFsQuotaListResponse>;
4605
4605
  /**
4606
- * Retrieves the quota list.
4606
+ * Queries the quota list.
4607
4607
  *
4608
4608
  * @param request - DescribePolarFsQuotaListRequest
4609
4609
  * @returns DescribePolarFsQuotaListResponse
@@ -7057,14 +7057,14 @@ export default class Client extends OpenApi {
7057
7057
  */
7058
7058
  searchPolarClawSkills(request: $_model.SearchPolarClawSkillsRequest): Promise<$_model.SearchPolarClawSkillsResponse>;
7059
7059
  /**
7060
- * Sets file quota rules for specific directories in a PolarFS instance.
7060
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
7061
7061
  *
7062
7062
  * @remarks
7063
- * ## Request
7064
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
7063
+ * ## Request description
7064
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
7065
7065
  * ### Notes
7066
- * - The `FilePathQuotas` list can contain up to 21 items.
7067
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7066
+ * - The maximum length of the `FilePathQuotas` list is 21.
7067
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7068
7068
  *
7069
7069
  * @param request - SetPolarFsFileQuotaRequest
7070
7070
  * @param runtime - runtime options for this request RuntimeOptions
@@ -7072,14 +7072,14 @@ export default class Client extends OpenApi {
7072
7072
  */
7073
7073
  setPolarFsFileQuotaWithOptions(request: $_model.SetPolarFsFileQuotaRequest, runtime: $dara.RuntimeOptions): Promise<$_model.SetPolarFsFileQuotaResponse>;
7074
7074
  /**
7075
- * Sets file quota rules for specific directories in a PolarFS instance.
7075
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
7076
7076
  *
7077
7077
  * @remarks
7078
- * ## Request
7079
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
7078
+ * ## Request description
7079
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
7080
7080
  * ### Notes
7081
- * - The `FilePathQuotas` list can contain up to 21 items.
7082
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7081
+ * - The maximum length of the `FilePathQuotas` list is 21.
7082
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
7083
7083
  *
7084
7084
  * @param request - SetPolarFsFileQuotaRequest
7085
7085
  * @returns SetPolarFsFileQuotaResponse
package/dist/client.js CHANGED
@@ -123,6 +123,7 @@ class Client extends openapi_core_1.default {
123
123
  'cn-hongkong': "polardb.cn-hongkong.aliyuncs.com",
124
124
  'cn-guangzhou': "polardb.cn-guangzhou.aliyuncs.com",
125
125
  'cn-chengdu': "polardb.cn-chengdu.aliyuncs.com",
126
+ 'ap-southeast-8': "polardb.ap-southeast-8.aliyuncs.com",
126
127
  'ap-southeast-7': "polardb.ap-southeast-7.aliyuncs.com",
127
128
  'ap-southeast-6': "polardb.ap-southeast-6.aliyuncs.com",
128
129
  'ap-southeast-5': "polardb.ap-southeast-5.aliyuncs.com",
@@ -16153,7 +16154,7 @@ class Client extends openapi_core_1.default {
16153
16154
  return await this.describePolarFsQuotaWithOptions(request, runtime);
16154
16155
  }
16155
16156
  /**
16156
- * Retrieves the quota list.
16157
+ * Queries the quota list.
16157
16158
  *
16158
16159
  * @param request - DescribePolarFsQuotaListRequest
16159
16160
  * @param runtime - runtime options for this request RuntimeOptions
@@ -16197,7 +16198,7 @@ class Client extends openapi_core_1.default {
16197
16198
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribePolarFsQuotaListResponse({}));
16198
16199
  }
16199
16200
  /**
16200
- * Retrieves the quota list.
16201
+ * Queries the quota list.
16201
16202
  *
16202
16203
  * @param request - DescribePolarFsQuotaListRequest
16203
16204
  * @returns DescribePolarFsQuotaListResponse
@@ -25246,14 +25247,14 @@ class Client extends openapi_core_1.default {
25246
25247
  return await this.searchPolarClawSkillsWithOptions(request, runtime);
25247
25248
  }
25248
25249
  /**
25249
- * Sets file quota rules for specific directories in a PolarFS instance.
25250
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
25250
25251
  *
25251
25252
  * @remarks
25252
- * ## Request
25253
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
25253
+ * ## Request description
25254
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
25254
25255
  * ### Notes
25255
- * - The `FilePathQuotas` list can contain up to 21 items.
25256
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25256
+ * - The maximum length of the `FilePathQuotas` list is 21.
25257
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25257
25258
  *
25258
25259
  * @param request - SetPolarFsFileQuotaRequest
25259
25260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -25288,14 +25289,14 @@ class Client extends openapi_core_1.default {
25288
25289
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.SetPolarFsFileQuotaResponse({}));
25289
25290
  }
25290
25291
  /**
25291
- * Sets file quota rules for specific directories in a PolarFS instance.
25292
+ * Sets file quota rules for a specified directory in a Polarlakebase instance.
25292
25293
  *
25293
25294
  * @remarks
25294
- * ## Request
25295
- * This operation sets file quota rules for specific directories in a PolarFS instance. Use the `FilePathQuotas` parameter to define the target directories and their properties. The path for `FilePathId` must be an absolute path from the root directory, not from a mount target. The `Strategy` parameter controls how the rule applies to existing files. By default, the operation applies a rule only if one does not already exist.
25295
+ * ## Request description
25296
+ * This operation sets file quota rules for a specific directory in a Polarlakebase instance. By configuring the `FilePathQuotas` parameter, you can specify the directories to which quota rules are applied and their related attributes. When you use `FilePathId` to specify a directory, ensure that the path is an absolute path from the root directory rather than a mount point path. You can also use the `Strategy` parameter to control how rules take effect on existing files. By default, rules take effect only when they are missing.
25296
25297
  * ### Notes
25297
- * - The `FilePathQuotas` list can contain up to 21 items.
25298
- * - To apply the rule to subdirectories at multiple levels under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25298
+ * - The maximum length of the `FilePathQuotas` list is 21.
25299
+ * - To apply rules to multiple levels of subdirectories under `FilePathId`, set the `MaxDepth` parameter. To traverse to the deepest level, set this value to 0.
25299
25300
  *
25300
25301
  * @param request - SetPolarFsFileQuotaRequest
25301
25302
  * @returns SetPolarFsFileQuotaResponse