@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@alicloud/cs20151215",
3
- "version": "4.5.0",
3
+ "version": "4.5.1",
4
4
  "description": "",
5
5
  "main": "dist/client.js",
6
6
  "scripts": {
package/src/client.ts CHANGED
@@ -9185,6 +9185,7 @@ export class NodepoolScalingGroup extends $tea.Model {
9185
9185
  periodUnit?: string;
9186
9186
  platform?: string;
9187
9187
  privatePoolOptions?: NodepoolScalingGroupPrivatePoolOptions;
9188
+ ramRoleName?: string;
9188
9189
  rdsInstances?: string[];
9189
9190
  scalingPolicy?: string;
9190
9191
  securityGroupId?: string;
@@ -9228,6 +9229,7 @@ export class NodepoolScalingGroup extends $tea.Model {
9228
9229
  periodUnit: 'period_unit',
9229
9230
  platform: 'platform',
9230
9231
  privatePoolOptions: 'private_pool_options',
9232
+ ramRoleName: 'ram_role_name',
9231
9233
  rdsInstances: 'rds_instances',
9232
9234
  scalingPolicy: 'scaling_policy',
9233
9235
  securityGroupId: 'security_group_id',
@@ -9274,6 +9276,7 @@ export class NodepoolScalingGroup extends $tea.Model {
9274
9276
  periodUnit: 'string',
9275
9277
  platform: 'string',
9276
9278
  privatePoolOptions: NodepoolScalingGroupPrivatePoolOptions,
9279
+ ramRoleName: 'string',
9277
9280
  rdsInstances: { 'type': 'array', 'itemType': 'string' },
9278
9281
  scalingPolicy: 'string',
9279
9282
  securityGroupId: 'string',