@alicloud/cs20151215 4.5.0 → 4.5.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
@@ -5313,6 +5313,7 @@ export declare class NodepoolScalingGroup extends $tea.Model {
5313
5313
  periodUnit?: string;
5314
5314
  platform?: string;
5315
5315
  privatePoolOptions?: NodepoolScalingGroupPrivatePoolOptions;
5316
+ ramRoleName?: string;
5316
5317
  rdsInstances?: string[];
5317
5318
  scalingPolicy?: string;
5318
5319
  securityGroupId?: string;
package/dist/client.js CHANGED
@@ -7306,6 +7306,7 @@ class NodepoolScalingGroup extends $tea.Model {
7306
7306
  periodUnit: 'period_unit',
7307
7307
  platform: 'platform',
7308
7308
  privatePoolOptions: 'private_pool_options',
7309
+ ramRoleName: 'ram_role_name',
7309
7310
  rdsInstances: 'rds_instances',
7310
7311
  scalingPolicy: 'scaling_policy',
7311
7312
  securityGroupId: 'security_group_id',
@@ -7351,6 +7352,7 @@ class NodepoolScalingGroup extends $tea.Model {
7351
7352
  periodUnit: 'string',
7352
7353
  platform: 'string',
7353
7354
  privatePoolOptions: NodepoolScalingGroupPrivatePoolOptions,
7355
+ ramRoleName: 'string',
7354
7356
  rdsInstances: { 'type': 'array', 'itemType': 'string' },
7355
7357
  scalingPolicy: 'string',
7356
7358
  securityGroupId: 'string',