@alicloud/polardb20170801 4.0.0 → 4.0.1

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
@@ -500,6 +500,7 @@ export declare class CreateDBClusterRequest extends $tea.Model {
500
500
  parameterGroupId?: string;
501
501
  payType?: string;
502
502
  period?: string;
503
+ provisionedIops?: number;
503
504
  proxyClass?: string;
504
505
  proxyType?: string;
505
506
  regionId?: string;
package/dist/client.js CHANGED
@@ -708,6 +708,7 @@ class CreateDBClusterRequest extends $tea.Model {
708
708
  parameterGroupId: 'ParameterGroupId',
709
709
  payType: 'PayType',
710
710
  period: 'Period',
711
+ provisionedIops: 'ProvisionedIops',
711
712
  proxyClass: 'ProxyClass',
712
713
  proxyType: 'ProxyType',
713
714
  regionId: 'RegionId',
@@ -765,6 +766,7 @@ class CreateDBClusterRequest extends $tea.Model {
765
766
  parameterGroupId: 'string',
766
767
  payType: 'string',
767
768
  period: 'string',
769
+ provisionedIops: 'number',
768
770
  proxyClass: 'string',
769
771
  proxyType: 'string',
770
772
  regionId: 'string',
@@ -13376,6 +13378,9 @@ class Client extends openapi_client_1.default {
13376
13378
  if (!tea_util_1.default.isUnset(request.period)) {
13377
13379
  query["Period"] = request.period;
13378
13380
  }
13381
+ if (!tea_util_1.default.isUnset(request.provisionedIops)) {
13382
+ query["ProvisionedIops"] = request.provisionedIops;
13383
+ }
13379
13384
  if (!tea_util_1.default.isUnset(request.proxyClass)) {
13380
13385
  query["ProxyClass"] = request.proxyClass;
13381
13386
  }