@alicloud/polardb20170801 7.3.0 → 7.5.0
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 +70 -44
- package/dist/client.js +237 -44
- package/dist/client.js.map +1 -1
- package/dist/models/CreateAccountRequest.d.ts +39 -53
- package/dist/models/CreateAccountRequest.js.map +1 -1
- package/dist/models/CreateAidbclusterTaskRequest.d.ts +13 -17
- package/dist/models/CreateAidbclusterTaskRequest.js +2 -0
- package/dist/models/CreateAidbclusterTaskRequest.js.map +1 -1
- package/dist/models/CreateAidbclusterTaskResponseBody.d.ts +2 -2
- package/dist/models/CreateBackupRequest.d.ts +2 -1
- package/dist/models/CreateBackupRequest.js +2 -0
- package/dist/models/CreateBackupRequest.js.map +1 -1
- package/dist/models/CreateBackupResponseBody.d.ts +1 -1
- package/dist/models/CreateDbclusterEndpointRequest.d.ts +67 -92
- package/dist/models/CreateDbclusterEndpointRequest.js.map +1 -1
- package/dist/models/DescribeAgenticDbcomputeClustersRequest.d.ts +13 -0
- package/dist/models/DescribeAgenticDbcomputeClustersRequest.js.map +1 -1
- package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.d.ts +64 -0
- package/dist/models/DescribeAgenticDbcomputeClustersResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterAttributeResponseBody.d.ts +91 -18
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js +127 -1
- package/dist/models/DescribeAidbclusterAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterTaskAttributeRequest.d.ts +3 -3
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.d.ts +37 -45
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterTaskAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribeAidbclusterTasksRequest.d.ts +2 -2
- package/dist/models/DescribeAidbclusterTasksResponseBody.d.ts +18 -17
- package/dist/models/DescribeAidbclusterTasksResponseBody.js +2 -0
- package/dist/models/DescribeAidbclusterTasksResponseBody.js.map +1 -1
- package/dist/models/DescribeApplicationLogsRequest.d.ts +10 -10
- package/dist/models/DescribeApplicationLogsResponseBody.d.ts +2 -6
- package/dist/models/DescribeApplicationLogsResponseBody.js.map +1 -1
- package/dist/models/DescribeAvailableModelsRequest.d.ts +1 -1
- package/dist/models/DescribeAvailableModelsResponseBody.d.ts +7 -6
- package/dist/models/DescribeAvailableModelsResponseBody.js +2 -0
- package/dist/models/DescribeAvailableModelsResponseBody.js.map +1 -1
- package/dist/models/DescribeBackupsRequest.d.ts +12 -19
- package/dist/models/DescribeBackupsRequest.js.map +1 -1
- package/dist/models/DescribeBackupsResponseBody.d.ts +5 -7
- package/dist/models/DescribeBackupsResponseBody.js +2 -0
- package/dist/models/DescribeBackupsResponseBody.js.map +1 -1
- package/dist/models/DescribeBudgetPoliciesRequest.d.ts +10 -14
- package/dist/models/DescribeBudgetPoliciesRequest.js +2 -0
- package/dist/models/DescribeBudgetPoliciesRequest.js.map +1 -1
- package/dist/models/DescribeBudgetPoliciesResponseBody.d.ts +18 -22
- package/dist/models/DescribeBudgetPoliciesResponseBody.js.map +1 -1
- package/dist/models/DescribeConsumersRequest.d.ts +10 -10
- package/dist/models/DescribeConsumersRequest.js +4 -0
- package/dist/models/DescribeConsumersRequest.js.map +1 -1
- package/dist/models/DescribeConsumersResponseBody.d.ts +17 -17
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.d.ts +5 -0
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.js +2 -0
- package/dist/models/DescribeDbclusterAccessWhitelistRequest.js.map +1 -1
- package/dist/models/DescribeDbclusterPriceRequest.d.ts +244 -0
- package/dist/models/DescribeDbclusterPriceRequest.js +125 -0
- package/dist/models/DescribeDbclusterPriceRequest.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceResponse.d.ts +19 -0
- package/dist/models/DescribeDbclusterPriceResponse.js +69 -0
- package/dist/models/DescribeDbclusterPriceResponse.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.d.ts +161 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.js +217 -0
- package/dist/models/DescribeDbclusterPriceResponseBody.js.map +1 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.d.ts +216 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.js +101 -0
- package/dist/models/DescribeDbclusterPriceShrinkRequest.js.map +1 -0
- package/dist/models/DescribeDbclusterSslrequest.d.ts +6 -2
- package/dist/models/DescribeDbclusterSslrequest.js +2 -0
- package/dist/models/DescribeDbclusterSslrequest.js.map +1 -1
- package/dist/models/DescribeDbclusterSslresponseBody.d.ts +13 -14
- package/dist/models/DescribeDbclusterSslresponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.d.ts +75 -19
- package/dist/models/DescribePolarFsAttributeResponseBody.js +73 -1
- package/dist/models/DescribePolarFsAttributeResponseBody.js.map +1 -1
- package/dist/models/DescribePolarFsRequest.d.ts +118 -0
- package/dist/models/DescribePolarFsRequest.js +98 -0
- package/dist/models/DescribePolarFsRequest.js.map +1 -0
- package/dist/models/DescribePolarFsResponse.d.ts +19 -0
- package/dist/models/DescribePolarFsResponse.js +69 -0
- package/dist/models/DescribePolarFsResponse.js.map +1 -0
- package/dist/models/DescribePolarFsResponseBody.d.ts +175 -0
- package/dist/models/DescribePolarFsResponseBody.js +280 -0
- package/dist/models/DescribePolarFsResponseBody.js.map +1 -0
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.d.ts +27 -32
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.js +2 -0
- package/dist/models/ModifyDbclusterAccessWhitelistRequest.js.map +1 -1
- package/dist/models/ModifyDbclusterSslrequest.d.ts +28 -27
- package/dist/models/ModifyDbclusterSslrequest.js +4 -0
- package/dist/models/ModifyDbclusterSslrequest.js.map +1 -1
- package/dist/models/VerifyAgenticDbtenantApiKeyRequest.d.ts +4 -0
- package/dist/models/VerifyAgenticDbtenantApiKeyRequest.js.map +1 -1
- package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.d.ts +25 -0
- package/dist/models/VerifyAgenticDbtenantApiKeyResponseBody.js.map +1 -1
- package/dist/models/model.d.ts +29 -0
- package/dist/models/model.js +98 -40
- package/dist/models/model.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +282 -44
- package/src/models/CreateAccountRequest.ts +39 -53
- package/src/models/CreateAidbclusterTaskRequest.ts +15 -17
- package/src/models/CreateAidbclusterTaskResponseBody.ts +2 -2
- package/src/models/CreateBackupRequest.ts +4 -1
- package/src/models/CreateBackupResponseBody.ts +1 -1
- package/src/models/CreateDbclusterEndpointRequest.ts +68 -93
- package/src/models/DescribeAgenticDbcomputeClustersRequest.ts +13 -0
- package/src/models/DescribeAgenticDbcomputeClustersResponseBody.ts +64 -0
- package/src/models/DescribeAidbclusterAttributeResponseBody.ts +172 -18
- package/src/models/DescribeAidbclusterTaskAttributeRequest.ts +3 -3
- package/src/models/DescribeAidbclusterTaskAttributeResponseBody.ts +39 -45
- package/src/models/DescribeAidbclusterTasksRequest.ts +2 -2
- package/src/models/DescribeAidbclusterTasksResponseBody.ts +20 -17
- package/src/models/DescribeApplicationLogsRequest.ts +10 -10
- package/src/models/DescribeApplicationLogsResponseBody.ts +2 -6
- package/src/models/DescribeAvailableModelsRequest.ts +1 -1
- package/src/models/DescribeAvailableModelsResponseBody.ts +9 -6
- package/src/models/DescribeBackupsRequest.ts +14 -21
- package/src/models/DescribeBackupsResponseBody.ts +7 -7
- package/src/models/DescribeBudgetPoliciesRequest.ts +13 -15
- package/src/models/DescribeBudgetPoliciesResponseBody.ts +19 -23
- package/src/models/DescribeConsumersRequest.ts +14 -10
- package/src/models/DescribeConsumersResponseBody.ts +17 -17
- package/src/models/DescribeDbclusterAccessWhitelistRequest.ts +7 -0
- package/src/models/DescribeDbclusterPriceRequest.ts +315 -0
- package/src/models/DescribeDbclusterPriceResponse.ts +40 -0
- package/src/models/DescribeDbclusterPriceResponseBody.ts +279 -0
- package/src/models/DescribeDbclusterPriceShrinkRequest.ts +272 -0
- package/src/models/DescribeDbclusterSslrequest.ts +8 -2
- package/src/models/DescribeDbclusterSslresponseBody.ts +13 -14
- package/src/models/DescribePolarFsAttributeResponseBody.ts +129 -19
- package/src/models/DescribePolarFsRequest.ts +162 -0
- package/src/models/DescribePolarFsResponse.ts +40 -0
- package/src/models/DescribePolarFsResponseBody.ts +347 -0
- package/src/models/ModifyDbclusterAccessWhitelistRequest.ts +29 -32
- package/src/models/ModifyDbclusterSslrequest.ts +32 -27
- package/src/models/VerifyAgenticDbtenantApiKeyRequest.ts +4 -0
- package/src/models/VerifyAgenticDbtenantApiKeyResponseBody.ts +25 -0
- package/src/models/model.ts +29 -0
|
@@ -13,11 +13,9 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
13
13
|
backupId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The backup mode. Valid values:
|
|
17
|
-
*
|
|
18
|
-
*
|
|
19
|
-
*
|
|
20
|
-
* - **Manual**: Manual backup.
|
|
16
|
+
* The backup mode. Valid values:
|
|
17
|
+
* * **Automated**: automatic backup.
|
|
18
|
+
* * **Manual**: manual backup.
|
|
21
19
|
*
|
|
22
20
|
* @example
|
|
23
21
|
* Automated
|
|
@@ -25,9 +23,9 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
25
23
|
backupMode?: string;
|
|
26
24
|
/**
|
|
27
25
|
* @remarks
|
|
28
|
-
* The destination region for cross-region
|
|
26
|
+
* The destination region for cross-region backups.
|
|
29
27
|
*
|
|
30
|
-
* >
|
|
28
|
+
* > Currently, only PolarDB for MySQL supports this parameter.
|
|
31
29
|
*
|
|
32
30
|
* @example
|
|
33
31
|
* cn-hangzhou
|
|
@@ -36,10 +34,8 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
36
34
|
/**
|
|
37
35
|
* @remarks
|
|
38
36
|
* The backup status. Valid values:
|
|
39
|
-
*
|
|
40
|
-
*
|
|
41
|
-
*
|
|
42
|
-
* - **Failed**: The backup failed.
|
|
37
|
+
* * **Success**: The backup is complete.
|
|
38
|
+
* * **Failed**: The backup failed.
|
|
43
39
|
*
|
|
44
40
|
* @example
|
|
45
41
|
* Success
|
|
@@ -57,7 +53,7 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
57
53
|
DBClusterId?: string;
|
|
58
54
|
/**
|
|
59
55
|
* @remarks
|
|
60
|
-
* The end
|
|
56
|
+
* The end of the time range to query. The end time must be later than the start time. Specify the time in the `YYYY-MM-DDThh:mmZ` format (UTC).
|
|
61
57
|
*
|
|
62
58
|
* This parameter is required.
|
|
63
59
|
*
|
|
@@ -69,7 +65,7 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
69
65
|
ownerId?: number;
|
|
70
66
|
/**
|
|
71
67
|
* @remarks
|
|
72
|
-
* The page number.
|
|
68
|
+
* The page number. Set the value to an integer that is greater than 0 and does not exceed the maximum value of the Integer data type. Default value: **1**.
|
|
73
69
|
*
|
|
74
70
|
* @example
|
|
75
71
|
* 1
|
|
@@ -77,13 +73,10 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
77
73
|
pageNumber?: number;
|
|
78
74
|
/**
|
|
79
75
|
* @remarks
|
|
80
|
-
* The number of entries per page. Valid values:
|
|
81
|
-
*
|
|
82
|
-
*
|
|
83
|
-
*
|
|
84
|
-
* - **50**
|
|
85
|
-
*
|
|
86
|
-
* - **100**
|
|
76
|
+
* The number of entries per page. Valid values:
|
|
77
|
+
* * **30**
|
|
78
|
+
* * **50**
|
|
79
|
+
* * **100**
|
|
87
80
|
*
|
|
88
81
|
* Default value: **30**.
|
|
89
82
|
*
|
|
@@ -95,7 +88,7 @@ export class DescribeBackupsRequest extends $dara.Model {
|
|
|
95
88
|
resourceOwnerId?: number;
|
|
96
89
|
/**
|
|
97
90
|
* @remarks
|
|
98
|
-
* The
|
|
91
|
+
* The beginning of the time range to query. Specify the time in the `YYYY-MM-DDThh:mmZ` format (UTC).
|
|
99
92
|
*
|
|
100
93
|
* This parameter is required.
|
|
101
94
|
*
|
|
@@ -12,6 +12,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $dara.Model {
|
|
|
12
12
|
backupStatus?: string;
|
|
13
13
|
backupType?: string;
|
|
14
14
|
backupsLevel?: string;
|
|
15
|
+
comment?: string;
|
|
15
16
|
consistentTime?: string;
|
|
16
17
|
DBClusterId?: string;
|
|
17
18
|
expectExpireTime?: string;
|
|
@@ -29,6 +30,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $dara.Model {
|
|
|
29
30
|
backupStatus: 'BackupStatus',
|
|
30
31
|
backupType: 'BackupType',
|
|
31
32
|
backupsLevel: 'BackupsLevel',
|
|
33
|
+
comment: 'Comment',
|
|
32
34
|
consistentTime: 'ConsistentTime',
|
|
33
35
|
DBClusterId: 'DBClusterId',
|
|
34
36
|
expectExpireTime: 'ExpectExpireTime',
|
|
@@ -49,6 +51,7 @@ export class DescribeBackupsResponseBodyItemsBackup extends $dara.Model {
|
|
|
49
51
|
backupStatus: 'string',
|
|
50
52
|
backupType: 'string',
|
|
51
53
|
backupsLevel: 'string',
|
|
54
|
+
comment: 'string',
|
|
52
55
|
consistentTime: 'string',
|
|
53
56
|
DBClusterId: 'string',
|
|
54
57
|
expectExpireTime: 'string',
|
|
@@ -121,13 +124,10 @@ export class DescribeBackupsResponseBody extends $dara.Model {
|
|
|
121
124
|
requestId?: string;
|
|
122
125
|
/**
|
|
123
126
|
* @remarks
|
|
124
|
-
* The total size of level-2 backups in the specified region
|
|
125
|
-
*
|
|
126
|
-
* > -
|
|
127
|
-
* >
|
|
128
|
-
* > - Supported only for clusters with the level-2 backup feature enabled.
|
|
129
|
-
* >
|
|
130
|
-
* > - If this field is not returned, the level-2 backup size is 0.
|
|
127
|
+
* The total size of level-2 backups in the specified region. Unit: bytes.
|
|
128
|
+
* > - Only PSL4 and PSL5 storage types are supported.
|
|
129
|
+
* > - Only clusters with the level-2 backup feature enabled are supported.
|
|
130
|
+
* > - If this parameter is not returned, the level-2 backup size is 0.
|
|
131
131
|
*
|
|
132
132
|
* @example
|
|
133
133
|
* 4639948800
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The dimension object ID. This parameter is required when BudgetDimensionType is set to ConsumerGroup or Consumer.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cg-p3gk2oh55c**
|
|
@@ -15,9 +15,8 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
15
15
|
* @remarks
|
|
16
16
|
* The policy type. Valid values:
|
|
17
17
|
*
|
|
18
|
-
* - **ConsumerGroup**:
|
|
19
|
-
*
|
|
20
|
-
* - **Consumer**: The policy applies to a user.
|
|
18
|
+
* - **ConsumerGroup**: total budget for a user group
|
|
19
|
+
* - **Consumer**: total budget for a user
|
|
21
20
|
*
|
|
22
21
|
* @example
|
|
23
22
|
* ConsumerGroup
|
|
@@ -51,15 +50,12 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
51
50
|
pageNumber?: number;
|
|
52
51
|
/**
|
|
53
52
|
* @remarks
|
|
54
|
-
* The number of entries per page. Valid values:
|
|
55
|
-
*
|
|
56
|
-
*
|
|
57
|
-
*
|
|
58
|
-
* - **50**
|
|
53
|
+
* The number of entries per page. Valid values:
|
|
54
|
+
* * **30**
|
|
55
|
+
* * **50**
|
|
56
|
+
* * **100**
|
|
59
57
|
*
|
|
60
|
-
*
|
|
61
|
-
*
|
|
62
|
-
* The default value is **30**.
|
|
58
|
+
* Default value: **30**.
|
|
63
59
|
*
|
|
64
60
|
* @example
|
|
65
61
|
* 30
|
|
@@ -73,13 +69,13 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
73
69
|
* cn-beijing
|
|
74
70
|
*/
|
|
75
71
|
regionId?: string;
|
|
72
|
+
scopeRefName?: string;
|
|
76
73
|
/**
|
|
77
74
|
* @remarks
|
|
78
75
|
* The policy status. Valid values:
|
|
79
76
|
*
|
|
80
|
-
* - **Enabled
|
|
81
|
-
*
|
|
82
|
-
* - **Disabled**
|
|
77
|
+
* - **Enabled**: enabled
|
|
78
|
+
* - **Disenabled**: disabled
|
|
83
79
|
*
|
|
84
80
|
* @example
|
|
85
81
|
* Enabled
|
|
@@ -94,6 +90,7 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
94
90
|
pageNumber: 'PageNumber',
|
|
95
91
|
pageSize: 'PageSize',
|
|
96
92
|
regionId: 'RegionId',
|
|
93
|
+
scopeRefName: 'ScopeRefName',
|
|
97
94
|
status: 'Status',
|
|
98
95
|
};
|
|
99
96
|
}
|
|
@@ -107,6 +104,7 @@ export class DescribeBudgetPoliciesRequest extends $dara.Model {
|
|
|
107
104
|
pageNumber: 'number',
|
|
108
105
|
pageSize: 'number',
|
|
109
106
|
regionId: 'string',
|
|
107
|
+
scopeRefName: 'string',
|
|
110
108
|
status: 'string',
|
|
111
109
|
};
|
|
112
110
|
}
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The alert threshold
|
|
8
|
+
* The alert threshold percentage. Valid values: 0 to 100.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* 80
|
|
@@ -13,7 +13,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
13
13
|
alertThresholdPct?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* Indicates whether the alert threshold
|
|
16
|
+
* Indicates whether the alert threshold has been triggered.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* false
|
|
@@ -21,7 +21,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
21
21
|
alertTriggered?: boolean;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The
|
|
24
|
+
* The dimension object ID. This parameter is required when BudgetDimensionType is set to ConsumerGroup or Consumer.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* cg-p3gk2oh55c**
|
|
@@ -29,11 +29,10 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
29
29
|
budgetDimensionRefId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The policy type. Valid values:
|
|
33
33
|
*
|
|
34
|
-
* - **ConsumerGroup**:
|
|
35
|
-
*
|
|
36
|
-
* - **Consumer**: consumer
|
|
34
|
+
* - **ConsumerGroup**: total budget for a user group
|
|
35
|
+
* - **Consumer**: total budget for a user
|
|
37
36
|
*
|
|
38
37
|
* @example
|
|
39
38
|
* ConsumerGroup
|
|
@@ -41,7 +40,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
41
40
|
budgetDimensionType?: string;
|
|
42
41
|
/**
|
|
43
42
|
* @remarks
|
|
44
|
-
* The
|
|
43
|
+
* The budget points.
|
|
45
44
|
*
|
|
46
45
|
* @example
|
|
47
46
|
* 10000
|
|
@@ -59,11 +58,9 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
59
58
|
* @remarks
|
|
60
59
|
* The budget type. Valid values:
|
|
61
60
|
*
|
|
62
|
-
* - **GlobalTotal**:
|
|
63
|
-
*
|
|
64
|
-
* - **
|
|
65
|
-
*
|
|
66
|
-
* - **ConsumerGroupTotal**: Consumer group budget
|
|
61
|
+
* - **GlobalTotal**: global total budget
|
|
62
|
+
* - **ConsumerTotal**: total budget for a user
|
|
63
|
+
* - **ConsumerGroupTotal**: total budget for a user group
|
|
67
64
|
*
|
|
68
65
|
* @example
|
|
69
66
|
* GlobalTotal
|
|
@@ -71,7 +68,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
71
68
|
budgetType?: string;
|
|
72
69
|
/**
|
|
73
70
|
* @remarks
|
|
74
|
-
* Indicates whether the
|
|
71
|
+
* Indicates whether the quota has been exceeded.
|
|
75
72
|
*
|
|
76
73
|
* @example
|
|
77
74
|
* false
|
|
@@ -95,7 +92,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
95
92
|
gmtModified?: string;
|
|
96
93
|
/**
|
|
97
94
|
* @remarks
|
|
98
|
-
* The gateway
|
|
95
|
+
* The gateway instance ID.
|
|
99
96
|
*
|
|
100
97
|
* @example
|
|
101
98
|
* pg-xxxxxxxx
|
|
@@ -103,7 +100,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
103
100
|
gwClusterId?: string;
|
|
104
101
|
/**
|
|
105
102
|
* @remarks
|
|
106
|
-
* The day of the month
|
|
103
|
+
* The day of the month on which the budget resets. Valid values: 1 to 28.
|
|
107
104
|
*
|
|
108
105
|
* @example
|
|
109
106
|
* 2
|
|
@@ -111,11 +108,10 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
111
108
|
resetDayOfMonth?: string;
|
|
112
109
|
/**
|
|
113
110
|
* @remarks
|
|
114
|
-
* The status
|
|
111
|
+
* The policy status. Valid values:
|
|
115
112
|
*
|
|
116
113
|
* - **Enabled**: enabled
|
|
117
|
-
*
|
|
118
|
-
* - **Disabled**: disabled
|
|
114
|
+
* - **Disenabled**: disabled
|
|
119
115
|
*
|
|
120
116
|
* @example
|
|
121
117
|
* Enabled
|
|
@@ -179,7 +175,7 @@ export class DescribeBudgetPoliciesResponseBodyItems extends $dara.Model {
|
|
|
179
175
|
export class DescribeBudgetPoliciesResponseBody extends $dara.Model {
|
|
180
176
|
/**
|
|
181
177
|
* @remarks
|
|
182
|
-
*
|
|
178
|
+
* The list of budget policies.
|
|
183
179
|
*/
|
|
184
180
|
items?: DescribeBudgetPoliciesResponseBodyItems[];
|
|
185
181
|
/**
|
|
@@ -200,8 +196,8 @@ export class DescribeBudgetPoliciesResponseBody extends $dara.Model {
|
|
|
200
196
|
pageRecordCount?: number;
|
|
201
197
|
/**
|
|
202
198
|
* @remarks
|
|
203
|
-
* The number of
|
|
204
|
-
*
|
|
199
|
+
* The number of entries per page. Valid values: **30**, **50**, and **100**.
|
|
200
|
+
*
|
|
205
201
|
* Default value: **30**.
|
|
206
202
|
*
|
|
207
203
|
* @example
|
|
@@ -210,7 +206,7 @@ export class DescribeBudgetPoliciesResponseBody extends $dara.Model {
|
|
|
210
206
|
pageSize?: number;
|
|
211
207
|
/**
|
|
212
208
|
* @remarks
|
|
213
|
-
*
|
|
209
|
+
* Id of the request
|
|
214
210
|
*
|
|
215
211
|
* @example
|
|
216
212
|
* 24A1990B-4F6E-482B-B8CB-75C612******
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeConsumersRequest extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The user group ID.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* cg-xxxxxxxx
|
|
@@ -13,12 +13,14 @@ export class DescribeConsumersRequest extends $dara.Model {
|
|
|
13
13
|
consumerGroupId?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The
|
|
16
|
+
* The user ID.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* c-mqveroemc***
|
|
20
20
|
*/
|
|
21
21
|
consumerId?: string;
|
|
22
|
+
consumerName?: string;
|
|
23
|
+
consumerNameList?: string;
|
|
22
24
|
/**
|
|
23
25
|
* @remarks
|
|
24
26
|
* The gateway instance ID.
|
|
@@ -31,7 +33,7 @@ export class DescribeConsumersRequest extends $dara.Model {
|
|
|
31
33
|
gwClusterId?: string;
|
|
32
34
|
/**
|
|
33
35
|
* @remarks
|
|
34
|
-
* The page number.
|
|
36
|
+
* The page number. Default value: 1.
|
|
35
37
|
*
|
|
36
38
|
* @example
|
|
37
39
|
* 1
|
|
@@ -39,13 +41,11 @@ export class DescribeConsumersRequest extends $dara.Model {
|
|
|
39
41
|
pageNumber?: number;
|
|
40
42
|
/**
|
|
41
43
|
* @remarks
|
|
42
|
-
* The number of entries
|
|
43
|
-
*
|
|
44
|
-
*
|
|
45
|
-
*
|
|
46
|
-
*
|
|
47
|
-
*
|
|
48
|
-
* - **100**. The default is **30**.
|
|
44
|
+
* The number of entries per page. Valid values:
|
|
45
|
+
* * **30**
|
|
46
|
+
* * **50**
|
|
47
|
+
* * **100**
|
|
48
|
+
* Default value: **30**.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* 30
|
|
@@ -63,6 +63,8 @@ export class DescribeConsumersRequest extends $dara.Model {
|
|
|
63
63
|
return {
|
|
64
64
|
consumerGroupId: 'ConsumerGroupId',
|
|
65
65
|
consumerId: 'ConsumerId',
|
|
66
|
+
consumerName: 'ConsumerName',
|
|
67
|
+
consumerNameList: 'ConsumerNameList',
|
|
66
68
|
gwClusterId: 'GwClusterId',
|
|
67
69
|
pageNumber: 'PageNumber',
|
|
68
70
|
pageSize: 'PageSize',
|
|
@@ -74,6 +76,8 @@ export class DescribeConsumersRequest extends $dara.Model {
|
|
|
74
76
|
return {
|
|
75
77
|
consumerGroupId: 'string',
|
|
76
78
|
consumerId: 'string',
|
|
79
|
+
consumerName: 'string',
|
|
80
|
+
consumerNameList: 'string',
|
|
77
81
|
gwClusterId: 'string',
|
|
78
82
|
pageNumber: 'number',
|
|
79
83
|
pageSize: 'number',
|
|
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
|
|
|
5
5
|
export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
6
6
|
/**
|
|
7
7
|
* @remarks
|
|
8
|
-
* The
|
|
8
|
+
* The list of supported models.
|
|
9
9
|
*
|
|
10
10
|
* @example
|
|
11
11
|
* "[]"
|
|
@@ -13,7 +13,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
13
13
|
allowedModels?: string;
|
|
14
14
|
/**
|
|
15
15
|
* @remarks
|
|
16
|
-
* The full API key
|
|
16
|
+
* The full API key, returned only in this response.
|
|
17
17
|
*
|
|
18
18
|
* @example
|
|
19
19
|
* xxxxxxxx
|
|
@@ -21,7 +21,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
21
21
|
apiKey?: string;
|
|
22
22
|
/**
|
|
23
23
|
* @remarks
|
|
24
|
-
* The
|
|
24
|
+
* The user group ID.
|
|
25
25
|
*
|
|
26
26
|
* @example
|
|
27
27
|
* cg-xxxxxx
|
|
@@ -29,7 +29,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
29
29
|
consumerGroupId?: string;
|
|
30
30
|
/**
|
|
31
31
|
* @remarks
|
|
32
|
-
* The
|
|
32
|
+
* The user group name.
|
|
33
33
|
*
|
|
34
34
|
* @example
|
|
35
35
|
* test
|
|
@@ -37,7 +37,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
37
37
|
consumerGroupName?: string;
|
|
38
38
|
/**
|
|
39
39
|
* @remarks
|
|
40
|
-
* The
|
|
40
|
+
* The user ID.
|
|
41
41
|
*
|
|
42
42
|
* @example
|
|
43
43
|
* c-mqveroemc***
|
|
@@ -45,7 +45,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
45
45
|
consumerId?: string;
|
|
46
46
|
/**
|
|
47
47
|
* @remarks
|
|
48
|
-
* The time
|
|
48
|
+
* The creation time.
|
|
49
49
|
*
|
|
50
50
|
* @example
|
|
51
51
|
* 2026-01-28T09:56:03+08:00
|
|
@@ -53,7 +53,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
53
53
|
gmtCreated?: string;
|
|
54
54
|
/**
|
|
55
55
|
* @remarks
|
|
56
|
-
* The time
|
|
56
|
+
* The update time.
|
|
57
57
|
*
|
|
58
58
|
* @example
|
|
59
59
|
* 2026-01-04T16:09:29+08:00
|
|
@@ -61,7 +61,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
61
61
|
gmtModified?: string;
|
|
62
62
|
/**
|
|
63
63
|
* @remarks
|
|
64
|
-
* The total usage.
|
|
64
|
+
* The total cumulative usage.
|
|
65
65
|
*
|
|
66
66
|
* @example
|
|
67
67
|
* 1000
|
|
@@ -69,7 +69,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
69
69
|
lifetimeCostCount?: number;
|
|
70
70
|
/**
|
|
71
71
|
* @remarks
|
|
72
|
-
* The total
|
|
72
|
+
* The total cost for the current month.
|
|
73
73
|
*
|
|
74
74
|
* @example
|
|
75
75
|
* 100
|
|
@@ -77,7 +77,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
77
77
|
lifetimeTokenCount?: number;
|
|
78
78
|
/**
|
|
79
79
|
* @remarks
|
|
80
|
-
* The month
|
|
80
|
+
* The usage for the current month.
|
|
81
81
|
*
|
|
82
82
|
* @example
|
|
83
83
|
* 10
|
|
@@ -85,7 +85,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
85
85
|
mtdCostCount?: number;
|
|
86
86
|
/**
|
|
87
87
|
* @remarks
|
|
88
|
-
* The
|
|
88
|
+
* The total cumulative cost.
|
|
89
89
|
*
|
|
90
90
|
* @example
|
|
91
91
|
* 10000
|
|
@@ -93,7 +93,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
93
93
|
mtdTokenCount?: number;
|
|
94
94
|
/**
|
|
95
95
|
* @remarks
|
|
96
|
-
* The
|
|
96
|
+
* The username.
|
|
97
97
|
*
|
|
98
98
|
* @example
|
|
99
99
|
* test
|
|
@@ -101,7 +101,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
101
101
|
name?: string;
|
|
102
102
|
/**
|
|
103
103
|
* @remarks
|
|
104
|
-
* The
|
|
104
|
+
* The nickname.
|
|
105
105
|
*
|
|
106
106
|
* @example
|
|
107
107
|
* yonghu
|
|
@@ -155,7 +155,7 @@ export class DescribeConsumersResponseBodyItems extends $dara.Model {
|
|
|
155
155
|
export class DescribeConsumersResponseBody extends $dara.Model {
|
|
156
156
|
/**
|
|
157
157
|
* @remarks
|
|
158
|
-
*
|
|
158
|
+
* The list of users.
|
|
159
159
|
*/
|
|
160
160
|
items?: DescribeConsumersResponseBodyItems[];
|
|
161
161
|
/**
|
|
@@ -168,7 +168,7 @@ export class DescribeConsumersResponseBody extends $dara.Model {
|
|
|
168
168
|
pageNumber?: number;
|
|
169
169
|
/**
|
|
170
170
|
* @remarks
|
|
171
|
-
* The number of
|
|
171
|
+
* The number of records on the current page.
|
|
172
172
|
*
|
|
173
173
|
* @example
|
|
174
174
|
* 1
|
|
@@ -176,7 +176,7 @@ export class DescribeConsumersResponseBody extends $dara.Model {
|
|
|
176
176
|
pageRecordCount?: number;
|
|
177
177
|
/**
|
|
178
178
|
* @remarks
|
|
179
|
-
* The page
|
|
179
|
+
* The number of entries per page. Valid values: 30, 50, and 100. Default value: 30.
|
|
180
180
|
*
|
|
181
181
|
* @example
|
|
182
182
|
* 30
|
|
@@ -184,7 +184,7 @@ export class DescribeConsumersResponseBody extends $dara.Model {
|
|
|
184
184
|
pageSize?: number;
|
|
185
185
|
/**
|
|
186
186
|
* @remarks
|
|
187
|
-
*
|
|
187
|
+
* Id of the request
|
|
188
188
|
*
|
|
189
189
|
* @example
|
|
190
190
|
* 24A1990B-4F6E-482B-B8CB-75C612******
|
|
@@ -15,6 +15,11 @@ export class DescribeDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
15
15
|
DBClusterId?: string;
|
|
16
16
|
ownerAccount?: string;
|
|
17
17
|
ownerId?: number;
|
|
18
|
+
/**
|
|
19
|
+
* @example
|
|
20
|
+
* pfs-xxx
|
|
21
|
+
*/
|
|
22
|
+
pfsInstanceId?: string;
|
|
18
23
|
resourceOwnerAccount?: string;
|
|
19
24
|
resourceOwnerId?: number;
|
|
20
25
|
static names(): { [key: string]: string } {
|
|
@@ -22,6 +27,7 @@ export class DescribeDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
22
27
|
DBClusterId: 'DBClusterId',
|
|
23
28
|
ownerAccount: 'OwnerAccount',
|
|
24
29
|
ownerId: 'OwnerId',
|
|
30
|
+
pfsInstanceId: 'PfsInstanceId',
|
|
25
31
|
resourceOwnerAccount: 'ResourceOwnerAccount',
|
|
26
32
|
resourceOwnerId: 'ResourceOwnerId',
|
|
27
33
|
};
|
|
@@ -32,6 +38,7 @@ export class DescribeDBClusterAccessWhitelistRequest extends $dara.Model {
|
|
|
32
38
|
DBClusterId: 'string',
|
|
33
39
|
ownerAccount: 'string',
|
|
34
40
|
ownerId: 'number',
|
|
41
|
+
pfsInstanceId: 'string',
|
|
35
42
|
resourceOwnerAccount: 'string',
|
|
36
43
|
resourceOwnerId: 'number',
|
|
37
44
|
};
|