@alicloud/dds20151201 3.6.11 → 3.6.12

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
@@ -4615,6 +4615,7 @@ export declare class TransformInstanceChargeTypeRequest extends $tea.Model {
4615
4615
  ownerAccount?: string;
4616
4616
  ownerId?: number;
4617
4617
  period?: number;
4618
+ pricingCycle?: string;
4618
4619
  resourceOwnerAccount?: string;
4619
4620
  resourceOwnerId?: number;
4620
4621
  securityToken?: string;
package/dist/client.js CHANGED
@@ -6688,6 +6688,7 @@ class TransformInstanceChargeTypeRequest extends $tea.Model {
6688
6688
  ownerAccount: 'OwnerAccount',
6689
6689
  ownerId: 'OwnerId',
6690
6690
  period: 'Period',
6691
+ pricingCycle: 'PricingCycle',
6691
6692
  resourceOwnerAccount: 'ResourceOwnerAccount',
6692
6693
  resourceOwnerId: 'ResourceOwnerId',
6693
6694
  securityToken: 'SecurityToken',
@@ -6704,6 +6705,7 @@ class TransformInstanceChargeTypeRequest extends $tea.Model {
6704
6705
  ownerAccount: 'string',
6705
6706
  ownerId: 'number',
6706
6707
  period: 'number',
6708
+ pricingCycle: 'string',
6707
6709
  resourceOwnerAccount: 'string',
6708
6710
  resourceOwnerId: 'number',
6709
6711
  securityToken: 'string',
@@ -15353,6 +15355,9 @@ class Client extends openapi_client_1.default {
15353
15355
  if (!tea_util_1.default.isUnset(request.period)) {
15354
15356
  query["Period"] = request.period;
15355
15357
  }
15358
+ if (!tea_util_1.default.isUnset(request.pricingCycle)) {
15359
+ query["PricingCycle"] = request.pricingCycle;
15360
+ }
15356
15361
  if (!tea_util_1.default.isUnset(request.resourceOwnerAccount)) {
15357
15362
  query["ResourceOwnerAccount"] = request.resourceOwnerAccount;
15358
15363
  }