@alicloud/adb20211201 2.0.4 → 2.0.5
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 +19 -5
- package/dist/client.js +26 -6
- package/dist/client.js.map +1 -1
- package/package.json +1 -1
- package/src/client.ts +30 -5
package/package.json
CHANGED
package/src/client.ts
CHANGED
|
@@ -9555,7 +9555,7 @@ export class DescribeElasticPlansRequest extends $tea.Model {
|
|
|
9555
9555
|
* @remarks
|
|
9556
9556
|
* The cluster ID.
|
|
9557
9557
|
*
|
|
9558
|
-
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/612397.html) operation to query the IDs of all AnalyticDB for MySQL
|
|
9558
|
+
* > You can call the [DescribeDBClusters](https://help.aliyun.com/document_detail/612397.html) operation to query the IDs of all AnalyticDB for MySQL clusters within a region.
|
|
9559
9559
|
*
|
|
9560
9560
|
* This parameter is required.
|
|
9561
9561
|
*
|
|
@@ -24027,6 +24027,28 @@ export class DescribeDBResourceGroupResponseBodyGroupsInfo extends $tea.Model {
|
|
|
24027
24027
|
}
|
|
24028
24028
|
}
|
|
24029
24029
|
|
|
24030
|
+
export class DescribeDiagnosisRecordsResponseBodyQuerysQueryProperties extends $tea.Model {
|
|
24031
|
+
name?: string;
|
|
24032
|
+
value?: string;
|
|
24033
|
+
static names(): { [key: string]: string } {
|
|
24034
|
+
return {
|
|
24035
|
+
name: 'Name',
|
|
24036
|
+
value: 'Value',
|
|
24037
|
+
};
|
|
24038
|
+
}
|
|
24039
|
+
|
|
24040
|
+
static types(): { [key: string]: any } {
|
|
24041
|
+
return {
|
|
24042
|
+
name: 'string',
|
|
24043
|
+
value: 'string',
|
|
24044
|
+
};
|
|
24045
|
+
}
|
|
24046
|
+
|
|
24047
|
+
constructor(map?: { [key: string]: any }) {
|
|
24048
|
+
super(map);
|
|
24049
|
+
}
|
|
24050
|
+
}
|
|
24051
|
+
|
|
24030
24052
|
export class DescribeDiagnosisRecordsResponseBodyQuerys extends $tea.Model {
|
|
24031
24053
|
/**
|
|
24032
24054
|
* @remarks
|
|
@@ -24102,6 +24124,7 @@ export class DescribeDiagnosisRecordsResponseBodyQuerys extends $tea.Model {
|
|
|
24102
24124
|
* 2021093000414401000000023503151******
|
|
24103
24125
|
*/
|
|
24104
24126
|
processId?: string;
|
|
24127
|
+
queryProperties?: DescribeDiagnosisRecordsResponseBodyQuerysQueryProperties[];
|
|
24105
24128
|
/**
|
|
24106
24129
|
* @remarks
|
|
24107
24130
|
* The amount of time that is consumed for queuing. Unit: milliseconds.
|
|
@@ -24236,6 +24259,7 @@ export class DescribeDiagnosisRecordsResponseBodyQuerys extends $tea.Model {
|
|
|
24236
24259
|
outputRows: 'OutputRows',
|
|
24237
24260
|
peakMemory: 'PeakMemory',
|
|
24238
24261
|
processId: 'ProcessId',
|
|
24262
|
+
queryProperties: 'QueryProperties',
|
|
24239
24263
|
queueTime: 'QueueTime',
|
|
24240
24264
|
rcHost: 'RcHost',
|
|
24241
24265
|
resourceCostRank: 'ResourceCostRank',
|
|
@@ -24264,6 +24288,7 @@ export class DescribeDiagnosisRecordsResponseBodyQuerys extends $tea.Model {
|
|
|
24264
24288
|
outputRows: 'number',
|
|
24265
24289
|
peakMemory: 'number',
|
|
24266
24290
|
processId: 'string',
|
|
24291
|
+
queryProperties: { 'type': 'array', 'itemType': DescribeDiagnosisRecordsResponseBodyQuerysQueryProperties },
|
|
24267
24292
|
queueTime: 'number',
|
|
24268
24293
|
rcHost: 'string',
|
|
24269
24294
|
resourceCostRank: 'number',
|
|
@@ -31592,10 +31617,10 @@ export default class Client extends OpenApi {
|
|
|
31592
31617
|
}
|
|
31593
31618
|
|
|
31594
31619
|
/**
|
|
31595
|
-
* Queries scaling plans of an AnalyticDB for MySQL
|
|
31620
|
+
* Queries scaling plans of an AnalyticDB for MySQL cluster.
|
|
31596
31621
|
*
|
|
31597
31622
|
* @remarks
|
|
31598
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
31623
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
31599
31624
|
*
|
|
31600
31625
|
* @param request - DescribeElasticPlansRequest
|
|
31601
31626
|
* @param runtime - runtime options for this request RuntimeOptions
|
|
@@ -31650,10 +31675,10 @@ export default class Client extends OpenApi {
|
|
|
31650
31675
|
}
|
|
31651
31676
|
|
|
31652
31677
|
/**
|
|
31653
|
-
* Queries scaling plans of an AnalyticDB for MySQL
|
|
31678
|
+
* Queries scaling plans of an AnalyticDB for MySQL cluster.
|
|
31654
31679
|
*
|
|
31655
31680
|
* @remarks
|
|
31656
|
-
* For information about the endpoints of AnalyticDB for MySQL, see Endpoints.
|
|
31681
|
+
* For information about the endpoints of AnalyticDB for MySQL, see [Endpoints](https://help.aliyun.com/document_detail/612373.html).
|
|
31657
31682
|
*
|
|
31658
31683
|
* @param request - DescribeElasticPlansRequest
|
|
31659
31684
|
* @returns DescribeElasticPlansResponse
|