@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 +12 -12
- package/dist/client.js +13 -12
- package/dist/client.js.map +1 -1
- package/dist/models/CreateGwConsumerOrderRequest.d.ts +5 -11
- package/dist/models/CreateGwConsumerOrderRequest.js.map +1 -1
- package/dist/models/CreateGwConsumerOrderResponseBody.d.ts +1 -1
- package/dist/models/DescribePolarFsQuotaListRequest.d.ts +14 -3
- package/dist/models/DescribePolarFsQuotaListRequest.js.map +1 -1
- package/dist/models/DescribePolarFsQuotaListResponseBody.d.ts +9 -9
- package/dist/models/SetPolarFsFileQuotaRequest.d.ts +10 -11
- package/dist/models/SetPolarFsFileQuotaRequest.js.map +1 -1
- package/dist/models/SetPolarFsFileQuotaResponseBody.d.ts +2 -2
- package/package.json +1 -1
- package/src/client.ts +13 -12
- package/src/models/CreateGwConsumerOrderRequest.ts +5 -11
- package/src/models/CreateGwConsumerOrderResponseBody.ts +1 -1
- package/src/models/DescribePolarFsQuotaListRequest.ts +14 -3
- package/src/models/DescribePolarFsQuotaListResponseBody.ts +10 -10
- package/src/models/SetPolarFsFileQuotaRequest.ts +10 -11
- package/src/models/SetPolarFsFileQuotaResponseBody.ts +2 -2
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
7067
|
-
* - To apply
|
|
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
|
|
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
|
|
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
|
|
7082
|
-
* - To apply
|
|
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
|
-
*
|
|
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
|
-
*
|
|
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
|
|
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
|
|
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
|
|
25256
|
-
* - To apply
|
|
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
|
|
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
|
|
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
|
|
25298
|
-
* - To apply
|
|
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
|