@alicloud/polardb20170801 6.10.0 → 6.10.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
@@ -1602,6 +1602,12 @@ class Client extends openapi_core_1.default {
1602
1602
  if (!$dara.isNull(request.architecture)) {
1603
1603
  query["Architecture"] = request.architecture;
1604
1604
  }
1605
+ if (!$dara.isNull(request.authProvider)) {
1606
+ query["AuthProvider"] = request.authProvider;
1607
+ }
1608
+ if (!$dara.isNull(request.authProviderConfig)) {
1609
+ query["AuthProviderConfig"] = request.authProviderConfig;
1610
+ }
1605
1611
  if (!$dara.isNull(request.autoAllocatePublicEip)) {
1606
1612
  query["AutoAllocatePublicEip"] = request.autoAllocatePublicEip;
1607
1613
  }
@@ -1668,6 +1674,15 @@ class Client extends openapi_core_1.default {
1668
1674
  if (!$dara.isNull(request.securityGroupId)) {
1669
1675
  query["SecurityGroupId"] = request.securityGroupId;
1670
1676
  }
1677
+ if (!$dara.isNull(request.securityIPArrayName)) {
1678
+ query["SecurityIPArrayName"] = request.securityIPArrayName;
1679
+ }
1680
+ if (!$dara.isNull(request.securityIPList)) {
1681
+ query["SecurityIPList"] = request.securityIPList;
1682
+ }
1683
+ if (!$dara.isNull(request.securityIPType)) {
1684
+ query["SecurityIPType"] = request.securityIPType;
1685
+ }
1671
1686
  if (!$dara.isNull(request.tag)) {
1672
1687
  query["Tag"] = request.tag;
1673
1688
  }