@alicloud/polardb20170801 6.6.1 → 6.6.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.js CHANGED
@@ -1536,6 +1536,9 @@ class Client extends openapi_core_1.default {
1536
1536
  if (!$dara.isNull(tmpReq.endpoints)) {
1537
1537
  request.endpointsShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.endpoints, "Endpoints", "json");
1538
1538
  }
1539
+ if (!$dara.isNull(tmpReq.memApplicationSpec)) {
1540
+ request.memApplicationSpecShrink = openapi_core_2.OpenApiUtil.arrayToStringWithSpecifiedStyle(tmpReq.memApplicationSpec, "MemApplicationSpec", "json");
1541
+ }
1539
1542
  let query = {};
1540
1543
  if (!$dara.isNull(request.applicationType)) {
1541
1544
  query["ApplicationType"] = request.applicationType;
@@ -1567,6 +1570,9 @@ class Client extends openapi_core_1.default {
1567
1570
  if (!$dara.isNull(request.endpointsShrink)) {
1568
1571
  query["Endpoints"] = request.endpointsShrink;
1569
1572
  }
1573
+ if (!$dara.isNull(request.memApplicationSpecShrink)) {
1574
+ query["MemApplicationSpec"] = request.memApplicationSpecShrink;
1575
+ }
1570
1576
  if (!$dara.isNull(request.payType)) {
1571
1577
  query["PayType"] = request.payType;
1572
1578
  }
@@ -1585,6 +1591,9 @@ class Client extends openapi_core_1.default {
1585
1591
  if (!$dara.isNull(request.resourceGroupId)) {
1586
1592
  query["ResourceGroupId"] = request.resourceGroupId;
1587
1593
  }
1594
+ if (!$dara.isNull(request.securityGroupId)) {
1595
+ query["SecurityGroupId"] = request.securityGroupId;
1596
+ }
1588
1597
  if (!$dara.isNull(request.usedTime)) {
1589
1598
  query["UsedTime"] = request.usedTime;
1590
1599
  }
@@ -5585,6 +5594,9 @@ class Client extends openapi_core_1.default {
5585
5594
  if (!$dara.isNull(request.applicationIds)) {
5586
5595
  query["ApplicationIds"] = request.applicationIds;
5587
5596
  }
5597
+ if (!$dara.isNull(request.applicationTypes)) {
5598
+ query["ApplicationTypes"] = request.applicationTypes;
5599
+ }
5588
5600
  if (!$dara.isNull(request.DBClusterId)) {
5589
5601
  query["DBClusterId"] = request.DBClusterId;
5590
5602
  }