@alicloud/polardb20170801 5.1.10 → 5.1.11

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
@@ -7842,6 +7842,7 @@ export declare class DescribeDBProxyPerformanceRequest extends $tea.Model {
7842
7842
  * pe-****************
7843
7843
  */
7844
7844
  DBEndpointId?: string;
7845
+ DBNodeId?: string;
7845
7846
  /**
7846
7847
  * @remarks
7847
7848
  * The end of the time range to query. Specify the time in the `yyyy-MM-ddTHH:mmZ` format. The time must be in UTC.
package/dist/client.js CHANGED
@@ -4626,6 +4626,7 @@ class DescribeDBProxyPerformanceRequest extends $tea.Model {
4626
4626
  return {
4627
4627
  DBClusterId: 'DBClusterId',
4628
4628
  DBEndpointId: 'DBEndpointId',
4629
+ DBNodeId: 'DBNodeId',
4629
4630
  endTime: 'EndTime',
4630
4631
  interval: 'Interval',
4631
4632
  key: 'Key',
@@ -4637,6 +4638,7 @@ class DescribeDBProxyPerformanceRequest extends $tea.Model {
4637
4638
  return {
4638
4639
  DBClusterId: 'string',
4639
4640
  DBEndpointId: 'string',
4641
+ DBNodeId: 'string',
4640
4642
  endTime: 'string',
4641
4643
  interval: 'string',
4642
4644
  key: 'string',
@@ -17041,6 +17043,9 @@ class Client extends openapi_client_1.default {
17041
17043
  if (!tea_util_1.default.isUnset(request.DBEndpointId)) {
17042
17044
  query["DBEndpointId"] = request.DBEndpointId;
17043
17045
  }
17046
+ if (!tea_util_1.default.isUnset(request.DBNodeId)) {
17047
+ query["DBNodeId"] = request.DBNodeId;
17048
+ }
17044
17049
  if (!tea_util_1.default.isUnset(request.endTime)) {
17045
17050
  query["EndTime"] = request.endTime;
17046
17051
  }