@alicloud/ess20220222 1.7.0 → 1.7.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
@@ -2278,6 +2278,8 @@ export declare class CreateScalingConfigurationRequest extends $tea.Model {
2278
2278
  * hpc-clusterid
2279
2279
  */
2280
2280
  hpcClusterId?: string;
2281
+ httpEndpoint?: string;
2282
+ httpTokens?: string;
2281
2283
  /**
2282
2284
  * @remarks
2283
2285
  * The name of the image family. If you specify this parameter, the most recent custom images that are available in the specified image family are returned. You can use the images to create instances. If you specify ImageId, you cannot specify ImageFamily.
@@ -2764,6 +2766,8 @@ export declare class CreateScalingConfigurationShrinkRequest extends $tea.Model
2764
2766
  * hpc-clusterid
2765
2767
  */
2766
2768
  hpcClusterId?: string;
2769
+ httpEndpoint?: string;
2770
+ httpTokens?: string;
2767
2771
  /**
2768
2772
  * @remarks
2769
2773
  * The name of the image family. If you specify this parameter, the most recent custom images that are available in the specified image family are returned. You can use the images to create instances. If you specify ImageId, you cannot specify ImageFamily.
@@ -3575,6 +3579,17 @@ export declare class CreateScalingGroupRequest extends $tea.Model {
3575
3579
  */
3576
3580
  spotInstanceRemedy?: boolean;
3577
3581
  /**
3582
+ * @remarks
3583
+ * The period of time required by the ECS instance to enter the Stopped state. Unit: seconds. Valid values: 30 to 240.
3584
+ *
3585
+ * >
3586
+ *
3587
+ * * This parameter takes effect only if you set ScalingPolicy to release.
3588
+ *
3589
+ * * If you specify this parameter, the system will wait for the ECS instance to enter the Stopped state for the specified period of time before continuing with the scale-in operation, regardless of the status of the ECS instance.
3590
+ *
3591
+ * * If you do not specify this parameter, the system will wait for the ECS instance to stop before continuing with the scale-in operation. If the ECS instance is not successfully stopped, the scale-in process will be rolled back and considered failed.
3592
+ *
3578
3593
  * @example
3579
3594
  * 60
3580
3595
  */
@@ -5316,14 +5331,29 @@ export declare class DescribeEciScalingConfigurationsResponse extends $tea.Model
5316
5331
  });
5317
5332
  }
5318
5333
  export declare class DescribeElasticStrengthRequest extends $tea.Model {
5334
+ /**
5335
+ * @remarks
5336
+ * The instance types. The instance types specified by this parameter overwrite the instance types specified in the scaling configuration.
5337
+ */
5319
5338
  instanceTypes?: string[];
5320
5339
  /**
5340
+ * @remarks
5341
+ * The preemption policy that you want to apply to pay-as-you-go instances. The preemption policy specified by this parameter overwrites the preemption policy specified in the scaling configuration. Valid values:
5342
+ *
5343
+ * * NoSpot: The instances are created as regular pay-as-you-go instances.
5344
+ * * SpotWithPriceLimit: The instances are created as preemptible instances that have a user-defined maximum hourly price.
5345
+ * * SpotAsPriceGo: The instances are created as preemptible instances for which the market price at the time of purchase is automatically used as the bidding price.
5346
+ *
5347
+ * Default value: NoSpot.
5348
+ *
5321
5349
  * @example
5322
5350
  * NoSpot
5323
5351
  */
5324
5352
  priorityStrategy?: string;
5325
5353
  /**
5326
5354
  * @remarks
5355
+ * The region ID of the scaling group.
5356
+ *
5327
5357
  * This parameter is required.
5328
5358
  *
5329
5359
  * @example
@@ -5331,11 +5361,27 @@ export declare class DescribeElasticStrengthRequest extends $tea.Model {
5331
5361
  */
5332
5362
  regionId?: string;
5333
5363
  /**
5364
+ * @remarks
5365
+ * The ID of the scaling group.
5366
+ *
5334
5367
  * @example
5335
5368
  * asg-bp18p2yfxow2dloq****
5336
5369
  */
5337
5370
  scalingGroupId?: string;
5371
+ /**
5372
+ * @remarks
5373
+ * The IDs of the scaling groups that you want to query.
5374
+ */
5338
5375
  scalingGroupIds?: string[];
5376
+ /**
5377
+ * @remarks
5378
+ * The categories of the system disks. The categories of the system disks specified by this parameter overwrite the categories of the system disks specified in the scaling configuration. Valid values:
5379
+ *
5380
+ * * cloud: basic disk.
5381
+ * * cloud_efficiency: ultra disk.
5382
+ * * cloud_ssd: standard SSD.
5383
+ * * cloud_essd: Enterprise SSD (ESSD).
5384
+ */
5339
5385
  systemDiskCategories?: string[];
5340
5386
  static names(): {
5341
5387
  [key: string]: string;
@@ -5348,14 +5394,28 @@ export declare class DescribeElasticStrengthRequest extends $tea.Model {
5348
5394
  });
5349
5395
  }
5350
5396
  export declare class DescribeElasticStrengthResponseBody extends $tea.Model {
5397
+ /**
5398
+ * @remarks
5399
+ * The scaling strength models.
5400
+ */
5351
5401
  elasticStrengthModels?: DescribeElasticStrengthResponseBodyElasticStrengthModels[];
5352
5402
  /**
5403
+ * @remarks
5404
+ * The request ID.
5405
+ *
5353
5406
  * @example
5354
5407
  * 73469C7-AA6F-4DC5-B3DB-A3DC0DE3****
5355
5408
  */
5356
5409
  requestId?: string;
5410
+ /**
5411
+ * @remarks
5412
+ * The resource pools.
5413
+ */
5357
5414
  resourcePools?: DescribeElasticStrengthResponseBodyResourcePools[];
5358
5415
  /**
5416
+ * @remarks
5417
+ * The scaling strength of the scaling group. Each combination of instance type + zone is scored from 0 to 1 based on its availability, with 0 being the weakest scaling strength and 1 being the strongest. The scaling strength of the scaling group is measured by the combined scores of all the combinations of instance type + zone.
5418
+ *
5359
5419
  * @example
5360
5420
  * 1.5
5361
5421
  */
@@ -10434,6 +10494,8 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
10434
10494
  * hpc-clusterid
10435
10495
  */
10436
10496
  hpcClusterId?: string;
10497
+ httpEndpoint?: string;
10498
+ httpTokens?: string;
10437
10499
  /**
10438
10500
  * @remarks
10439
10501
  * The name of the image family. If you specify this parameter, the latest custom images that are available in the specified image family are returned. Then, you can use the images to create instances. If you specify ImageId, you cannot specify ImageFamily.
@@ -10506,6 +10568,7 @@ export declare class ModifyScalingConfigurationRequest extends $tea.Model {
10506
10568
  * PayByBandwidth
10507
10569
  */
10508
10570
  internetChargeType?: string;
10571
+ internetMaxBandwidthIn?: number;
10509
10572
  /**
10510
10573
  * @remarks
10511
10574
  * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
@@ -10892,6 +10955,8 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
10892
10955
  * hpc-clusterid
10893
10956
  */
10894
10957
  hpcClusterId?: string;
10958
+ httpEndpoint?: string;
10959
+ httpTokens?: string;
10895
10960
  /**
10896
10961
  * @remarks
10897
10962
  * The name of the image family. If you specify this parameter, the latest custom images that are available in the specified image family are returned. Then, you can use the images to create instances. If you specify ImageId, you cannot specify ImageFamily.
@@ -10964,6 +11029,7 @@ export declare class ModifyScalingConfigurationShrinkRequest extends $tea.Model
10964
11029
  * PayByBandwidth
10965
11030
  */
10966
11031
  internetChargeType?: string;
11032
+ internetMaxBandwidthIn?: number;
10967
11033
  /**
10968
11034
  * @remarks
10969
11035
  * The maximum outbound public bandwidth. Unit: Mbit/s. Valid values:
@@ -11566,6 +11632,17 @@ export declare class ModifyScalingGroupRequest extends $tea.Model {
11566
11632
  */
11567
11633
  spotInstanceRemedy?: boolean;
11568
11634
  /**
11635
+ * @remarks
11636
+ * The period of time that is required by the Elastic Compute Service (ECS) instance to enter the Stopped state during the scale-in process. Unit: seconds. Valid values: 30 to 240.
11637
+ *
11638
+ * >
11639
+ *
11640
+ * * This parameter takes effect only if you set ScalingPolicy to release.\\
11641
+ * If you specify this parameter, the system proceeds with the scale-in process only after the period of time specified by StopInstanceTimeout ends. In this case, the scale-in operation continues regardless of whether the ECS instance enters the Stopped state or not.\\
11642
+ * If you do not specify this parameter, the system proceeds with the scale-in process only after the ECS instance enters the Stopped state. If the ECS instance fails to enter the Stopped state, the scale-in process rolls back, and the scale-in operation is considered as failed.
11643
+ *
11644
+ * * When you call the ModifyScalingGroup operation, you can set the value to 0. In this case, the system ignores this parameter.
11645
+ *
11569
11646
  * @example
11570
11647
  * 60
11571
11648
  */
@@ -12318,6 +12395,17 @@ export declare class RemoveInstancesRequest extends $tea.Model {
12318
12395
  */
12319
12396
  scalingGroupId?: string;
12320
12397
  /**
12398
+ * @remarks
12399
+ * The period of time that is required by the Elastic Compute Service (ECS) instance to enter the Stopped state during the scale-in process. Unit: seconds. Valid values: 30 to 240.
12400
+ *
12401
+ * >
12402
+ *
12403
+ * * By default, this parameter inherits the value of StopInstanceTimeout specified in the CreateScalingGroup or ModifyScalingGroup operation. You can also specify a different value for this parameter in the RemoveInstances operation.
12404
+ *
12405
+ * * This parameter takes effect only if you set RemovePolicy to release.\\
12406
+ * If you specify this parameter, the system proceeds with the scale-in process only after the period of time specified by StopInstanceTimeout ends. In this case, the scale-in operation continues regardless of whether the ECS instance enters the Stopped state or not.\\
12407
+ * If you do not specify this parameter, the system proceeds with the scale-in process only after the ECS instance enters the Stopped state. If the ECS instance fails to enter the Stopped state, the scale-in process rolls back, and the scale-in operation is considered as failed.
12408
+ *
12321
12409
  * @example
12322
12410
  * 60
12323
12411
  */
@@ -16787,7 +16875,7 @@ export declare class CreateScalingGroupRequestLifecycleHooks extends $tea.Model
16787
16875
  * @remarks
16788
16876
  * The action that Auto Scaling performs when the lifecycle hook times out. Valid values:
16789
16877
  *
16790
- * * CONTINUE: Auto Scaling continues to respond to a scale-in or scale-out request.
16878
+ * * CONTINUE: Auto Scaling continues to respond to the scaling request.
16791
16879
  * * ABANDON: Auto Scaling releases ECS instances that are created during scale-out events, or removes ECS instances from the scaling group during scale-in events.
16792
16880
  *
16793
16881
  * If multiple lifecycle hooks in the scaling group are triggered during scale-in events, and you set DefaultResult to ABANDON for one of the lifecycle hooks, Auto Scaling immediately performs the action after the lifecycle hook whose DefaultResult is set to ABANDON times out. In this case, other lifecycle hooks time out ahead of schedule. In other cases, Auto Scaling performs the action only after all lifecycle hooks time out. The action that Auto Scaling performs is determined by the value of DefaultResult that you specify for the lifecycle hook that most recently times out.
@@ -16802,7 +16890,7 @@ export declare class CreateScalingGroupRequestLifecycleHooks extends $tea.Model
16802
16890
  * @remarks
16803
16891
  * The period of time before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action that is specified by DefaultResult. Valid values: 30 to 21600. Unit: seconds.
16804
16892
  *
16805
- * After you create a lifecycle hook, you can call the RecordLifecycleActionHeartbeat operation to extend the timeout period of the lifecycle hook. You can also call the CompleteLifecycleAction operation to end the timeout period of the lifecycle hook ahead of scheduled.
16893
+ * After you create a lifecycle hook, you can call the RecordLifecycleActionHeartbeat operation to extend the timeout period of the lifecycle hook. You can also call the CompleteLifecycleAction operation to end the timeout period of the lifecycle hook ahead of schedule.
16806
16894
  *
16807
16895
  * Default value: 600.
16808
16896
  *
@@ -16833,15 +16921,15 @@ export declare class CreateScalingGroupRequestLifecycleHooks extends $tea.Model
16833
16921
  lifecycleTransition?: string;
16834
16922
  /**
16835
16923
  * @remarks
16836
- * The identifier of the notification recipient party when the lifecycle hook takes effect. You can specify a Message Service (MNS) topic or queue as the notification recipient party. Specify the value in the acs:ess:{region}:{account-id}:{resource-relative-id} format.
16924
+ * The Alibaba Cloud Resource Name (ARN) of the notification recipient party. You can specify a Simple Message Queue (SMQ, formerly MNS) topic or queue as the recipient party. The value is in the acs:ess:{region}:{account-id}:{resource-relative-id} format.
16837
16925
  *
16838
16926
  * * region: the region ID of the scaling group
16839
16927
  * * account-id: the ID of your Alibaba Cloud account.
16840
16928
  *
16841
16929
  * Examples:
16842
16930
  *
16843
- * * MNS queue: acs:ess:{region}:{account-id}:queue/{queuename}
16844
- * * MNS topic: acs:ess:{region}:{account-id}:topic/{topicname}
16931
+ * * SMQ queue: acs:ess:{region}:{account-id}:queue/{queuename}
16932
+ * * SMQ topic: acs:ess:{region}:{account-id}:topic/{topicname}
16845
16933
  *
16846
16934
  * @example
16847
16935
  * acs:ess:cn-hangzhou:1111111111:queue/queue2
@@ -16849,7 +16937,7 @@ export declare class CreateScalingGroupRequestLifecycleHooks extends $tea.Model
16849
16937
  notificationArn?: string;
16850
16938
  /**
16851
16939
  * @remarks
16852
- * The fixed string that you want to include in a notification. When a lifecycle hook takes effect, Auto Scaling sends a notification. The fixed string can contain up to 4,096 characters in length. When Auto Scaling sends a notification to the recipient party, it includes predefined notification metadata into the notification. This helps in managing and labeling notifications of different categories. notificationmetadata takes effect only if you specify notificationarn.
16940
+ * The fixed string that you want to include in notifications. When a lifecycle hook takes effect, Auto Scaling sends a notification. The fixed string can contain up to 4,096 characters in length. When Auto Scaling sends a notification to the recipient party, it includes predefined notification metadata into the notification. This helps in managing and labeling notifications of different categories. NotificationMetadata takes effect only if you specify NotificationArn.
16853
16941
  *
16854
16942
  * @example
16855
16943
  * Test
@@ -20683,27 +20771,46 @@ export declare class DescribeEciScalingConfigurationsResponseBodyScalingConfigur
20683
20771
  }
20684
20772
  export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePools extends $tea.Model {
20685
20773
  /**
20774
+ * @remarks
20775
+ * The error code returned when the scaling strength is the weakest.
20776
+ *
20686
20777
  * @example
20687
20778
  * InstanceTypesOrDiskTypesNotSupported
20688
20779
  */
20689
20780
  code?: string;
20690
20781
  /**
20782
+ * @remarks
20783
+ * The instance type of the resource pool.
20784
+ *
20691
20785
  * @example
20692
20786
  * ecs.r7.large
20693
20787
  */
20694
20788
  instanceType?: string;
20695
20789
  /**
20790
+ * @remarks
20791
+ * The error message returned when the scaling strength is the weakest.
20792
+ *
20696
20793
  * @example
20697
20794
  * The instanceTypes or diskTypes are not supported.
20698
20795
  */
20699
20796
  msg?: string;
20700
20797
  /**
20798
+ * @remarks
20799
+ * The scaling strength of the resource pool.
20800
+ *
20701
20801
  * @example
20702
20802
  * 0.6
20703
20803
  */
20704
20804
  strength?: number;
20805
+ /**
20806
+ * @remarks
20807
+ * The IDs of the vSwitches in the zones of the resource pool.
20808
+ */
20705
20809
  vSwitchIds?: string[];
20706
20810
  /**
20811
+ * @remarks
20812
+ * The zone ID of the resource pool.
20813
+ *
20707
20814
  * @example
20708
20815
  * cn-hangzhou-g
20709
20816
  */
@@ -20719,9 +20826,23 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModelsRes
20719
20826
  });
20720
20827
  }
20721
20828
  export declare class DescribeElasticStrengthResponseBodyElasticStrengthModels extends $tea.Model {
20829
+ /**
20830
+ * @remarks
20831
+ * The resource pools.
20832
+ */
20722
20833
  resourcePools?: DescribeElasticStrengthResponseBodyElasticStrengthModelsResourcePools[];
20834
+ /**
20835
+ * @remarks
20836
+ * The ID of the scaling group.
20837
+ *
20838
+ * @example
20839
+ * asg-wz98mnj7nblv9gc****
20840
+ */
20723
20841
  scalingGroupId?: string;
20724
20842
  /**
20843
+ * @remarks
20844
+ * The scaling strength of the scaling group. Each combination of instance type + zone is scored from 0 to 1 based on its availability, with 0 being the weakest scaling strength and 1 being the strongest. The scaling strength of the scaling group is measured by the combined scores of all the combinations of instance type + zone.
20845
+ *
20725
20846
  * @example
20726
20847
  * 1.5
20727
20848
  */
@@ -20738,27 +20859,46 @@ export declare class DescribeElasticStrengthResponseBodyElasticStrengthModels ex
20738
20859
  }
20739
20860
  export declare class DescribeElasticStrengthResponseBodyResourcePools extends $tea.Model {
20740
20861
  /**
20862
+ * @remarks
20863
+ * The error code returned when the scaling strength is the weakest.
20864
+ *
20741
20865
  * @example
20742
20866
  * IMG_NOT_SUPPORTED
20743
20867
  */
20744
20868
  code?: string;
20745
20869
  /**
20870
+ * @remarks
20871
+ * The instance type of the resource pool.
20872
+ *
20746
20873
  * @example
20747
20874
  * ecs.c7t.xlarge
20748
20875
  */
20749
20876
  instanceType?: string;
20750
20877
  /**
20878
+ * @remarks
20879
+ * The error message returned when the scaling strength is the weakest.
20880
+ *
20751
20881
  * @example
20752
20882
  * The instanceType does not support the image in the configuration.
20753
20883
  */
20754
20884
  msg?: string;
20755
20885
  /**
20886
+ * @remarks
20887
+ * The scaling strength of the resource pool.
20888
+ *
20756
20889
  * @example
20757
20890
  * 0.6
20758
20891
  */
20759
20892
  strength?: number;
20893
+ /**
20894
+ * @remarks
20895
+ * The IDs of the vSwitches in the zones of the resource pool.
20896
+ */
20760
20897
  vSwitchIds?: string[];
20761
20898
  /**
20899
+ * @remarks
20900
+ * The zone ID of the resource pool.
20901
+ *
20762
20902
  * @example
20763
20903
  * cn-hangzhou-g
20764
20904
  */
@@ -21961,10 +22101,9 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
21961
22101
  export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurationsSecurityOptions extends $tea.Model {
21962
22102
  /**
21963
22103
  * @remarks
21964
- * The confidential computing mode. Valid values:
21965
- *
21966
- * * Enclave: An enclave-based confidential computing environment is built on the instance. For more information, see [Build a confidential computing environment by using Enclave](https://help.aliyun.com/document_detail/203433.html).
21967
- * * TDX: A Trust Domain Extensions (TDX) confidential computing environment is built on the instance. For more information, see [Build a TDX confidential computing environment](https://help.aliyun.com/document_detail/479090.html).
22104
+ * 机密计算模式。可能值:
22105
+ * - Enclave:表示ECS实例使用Enclave构建机密计算环境。更多信息,请参见[使用Enclave构建机密计算环境](https://help.aliyun.com/document_detail/203433.html)。
22106
+ * - TDX:表示构建TDX机密计算环境。更多信息,请参见[构建TDX机密计算环境](https://help.aliyun.com/document_detail/479090.html)
21968
22107
  *
21969
22108
  * @example
21970
22109
  * TDX
@@ -22154,6 +22293,8 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22154
22293
  * hpc-clus****
22155
22294
  */
22156
22295
  hpcClusterId?: string;
22296
+ httpEndpoint?: string;
22297
+ httpTokens?: string;
22157
22298
  /**
22158
22299
  * @remarks
22159
22300
  * The name of the image family. You can specify this parameter to obtain the latest available images in the current image family for instance creation. If you specify ImageId, you cannot specify `ImageFamily`.
@@ -22228,7 +22369,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22228
22369
  instanceName?: string;
22229
22370
  /**
22230
22371
  * @remarks
22231
- * The information about the intelligent configuration settings, which determine the available instance types.
22372
+ * The intelligent configuration settings, which determine the available instance types.
22232
22373
  */
22233
22374
  instancePatternInfos?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsInstancePatternInfos[];
22234
22375
  /**
@@ -22426,7 +22567,7 @@ export declare class DescribeScalingConfigurationsResponseBodyScalingConfigurati
22426
22567
  securityGroupIds?: string[];
22427
22568
  /**
22428
22569
  * @remarks
22429
- * The security options.
22570
+ * 安全选项。
22430
22571
  */
22431
22572
  securityOptions?: DescribeScalingConfigurationsResponseBodyScalingConfigurationsSecurityOptions;
22432
22573
  /**
@@ -24157,6 +24298,9 @@ export declare class DescribeScalingGroupsResponseBodyScalingGroups extends $tea
24157
24298
  */
24158
24299
  standbyCapacity?: number;
24159
24300
  /**
24301
+ * @remarks
24302
+ * The period of time that is required by the Elastic Compute Service (ECS) instance to enter the Stopped state during the scale-in process. Unit: seconds.
24303
+ *
24160
24304
  * @example
24161
24305
  * 60
24162
24306
  */
package/dist/client.js CHANGED
@@ -1153,6 +1153,8 @@ class CreateScalingConfigurationRequest extends $tea.Model {
1153
1153
  deploymentSetId: 'DeploymentSetId',
1154
1154
  hostName: 'HostName',
1155
1155
  hpcClusterId: 'HpcClusterId',
1156
+ httpEndpoint: 'HttpEndpoint',
1157
+ httpTokens: 'HttpTokens',
1156
1158
  imageFamily: 'ImageFamily',
1157
1159
  imageId: 'ImageId',
1158
1160
  imageName: 'ImageName',
@@ -1215,6 +1217,8 @@ class CreateScalingConfigurationRequest extends $tea.Model {
1215
1217
  deploymentSetId: 'string',
1216
1218
  hostName: 'string',
1217
1219
  hpcClusterId: 'string',
1220
+ httpEndpoint: 'string',
1221
+ httpTokens: 'string',
1218
1222
  imageFamily: 'string',
1219
1223
  imageId: 'string',
1220
1224
  imageName: 'string',
@@ -1283,6 +1287,8 @@ class CreateScalingConfigurationShrinkRequest extends $tea.Model {
1283
1287
  deploymentSetId: 'DeploymentSetId',
1284
1288
  hostName: 'HostName',
1285
1289
  hpcClusterId: 'HpcClusterId',
1290
+ httpEndpoint: 'HttpEndpoint',
1291
+ httpTokens: 'HttpTokens',
1286
1292
  imageFamily: 'ImageFamily',
1287
1293
  imageId: 'ImageId',
1288
1294
  imageName: 'ImageName',
@@ -1345,6 +1351,8 @@ class CreateScalingConfigurationShrinkRequest extends $tea.Model {
1345
1351
  deploymentSetId: 'string',
1346
1352
  hostName: 'string',
1347
1353
  hpcClusterId: 'string',
1354
+ httpEndpoint: 'string',
1355
+ httpTokens: 'string',
1348
1356
  imageFamily: 'string',
1349
1357
  imageId: 'string',
1350
1358
  imageName: 'string',
@@ -5462,6 +5470,8 @@ class ModifyScalingConfigurationRequest extends $tea.Model {
5462
5470
  deploymentSetId: 'DeploymentSetId',
5463
5471
  hostName: 'HostName',
5464
5472
  hpcClusterId: 'HpcClusterId',
5473
+ httpEndpoint: 'HttpEndpoint',
5474
+ httpTokens: 'HttpTokens',
5465
5475
  imageFamily: 'ImageFamily',
5466
5476
  imageId: 'ImageId',
5467
5477
  imageName: 'ImageName',
@@ -5471,6 +5481,7 @@ class ModifyScalingConfigurationRequest extends $tea.Model {
5471
5481
  instanceTypeOverrides: 'InstanceTypeOverrides',
5472
5482
  instanceTypes: 'InstanceTypes',
5473
5483
  internetChargeType: 'InternetChargeType',
5484
+ internetMaxBandwidthIn: 'InternetMaxBandwidthIn',
5474
5485
  internetMaxBandwidthOut: 'InternetMaxBandwidthOut',
5475
5486
  ioOptimized: 'IoOptimized',
5476
5487
  ipv6AddressCount: 'Ipv6AddressCount',
@@ -5521,6 +5532,8 @@ class ModifyScalingConfigurationRequest extends $tea.Model {
5521
5532
  deploymentSetId: 'string',
5522
5533
  hostName: 'string',
5523
5534
  hpcClusterId: 'string',
5535
+ httpEndpoint: 'string',
5536
+ httpTokens: 'string',
5524
5537
  imageFamily: 'string',
5525
5538
  imageId: 'string',
5526
5539
  imageName: 'string',
@@ -5530,6 +5543,7 @@ class ModifyScalingConfigurationRequest extends $tea.Model {
5530
5543
  instanceTypeOverrides: { 'type': 'array', 'itemType': ModifyScalingConfigurationRequestInstanceTypeOverrides },
5531
5544
  instanceTypes: { 'type': 'array', 'itemType': 'string' },
5532
5545
  internetChargeType: 'string',
5546
+ internetMaxBandwidthIn: 'number',
5533
5547
  internetMaxBandwidthOut: 'number',
5534
5548
  ioOptimized: 'string',
5535
5549
  ipv6AddressCount: 'number',
@@ -5586,6 +5600,8 @@ class ModifyScalingConfigurationShrinkRequest extends $tea.Model {
5586
5600
  deploymentSetId: 'DeploymentSetId',
5587
5601
  hostName: 'HostName',
5588
5602
  hpcClusterId: 'HpcClusterId',
5603
+ httpEndpoint: 'HttpEndpoint',
5604
+ httpTokens: 'HttpTokens',
5589
5605
  imageFamily: 'ImageFamily',
5590
5606
  imageId: 'ImageId',
5591
5607
  imageName: 'ImageName',
@@ -5595,6 +5611,7 @@ class ModifyScalingConfigurationShrinkRequest extends $tea.Model {
5595
5611
  instanceTypeOverrides: 'InstanceTypeOverrides',
5596
5612
  instanceTypes: 'InstanceTypes',
5597
5613
  internetChargeType: 'InternetChargeType',
5614
+ internetMaxBandwidthIn: 'InternetMaxBandwidthIn',
5598
5615
  internetMaxBandwidthOut: 'InternetMaxBandwidthOut',
5599
5616
  ioOptimized: 'IoOptimized',
5600
5617
  ipv6AddressCount: 'Ipv6AddressCount',
@@ -5645,6 +5662,8 @@ class ModifyScalingConfigurationShrinkRequest extends $tea.Model {
5645
5662
  deploymentSetId: 'string',
5646
5663
  hostName: 'string',
5647
5664
  hpcClusterId: 'string',
5665
+ httpEndpoint: 'string',
5666
+ httpTokens: 'string',
5648
5667
  imageFamily: 'string',
5649
5668
  imageId: 'string',
5650
5669
  imageName: 'string',
@@ -5654,6 +5673,7 @@ class ModifyScalingConfigurationShrinkRequest extends $tea.Model {
5654
5673
  instanceTypeOverrides: { 'type': 'array', 'itemType': ModifyScalingConfigurationShrinkRequestInstanceTypeOverrides },
5655
5674
  instanceTypes: { 'type': 'array', 'itemType': 'string' },
5656
5675
  internetChargeType: 'string',
5676
+ internetMaxBandwidthIn: 'number',
5657
5677
  internetMaxBandwidthOut: 'number',
5658
5678
  ioOptimized: 'string',
5659
5679
  ipv6AddressCount: 'number',
@@ -10700,6 +10720,8 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
10700
10720
  deploymentSetId: 'DeploymentSetId',
10701
10721
  hostName: 'HostName',
10702
10722
  hpcClusterId: 'HpcClusterId',
10723
+ httpEndpoint: 'HttpEndpoint',
10724
+ httpTokens: 'HttpTokens',
10703
10725
  imageFamily: 'ImageFamily',
10704
10726
  imageId: 'ImageId',
10705
10727
  imageName: 'ImageName',
@@ -10774,6 +10796,8 @@ class DescribeScalingConfigurationsResponseBodyScalingConfigurations extends $te
10774
10796
  deploymentSetId: 'string',
10775
10797
  hostName: 'string',
10776
10798
  hpcClusterId: 'string',
10799
+ httpEndpoint: 'string',
10800
+ httpTokens: 'string',
10777
10801
  imageFamily: 'string',
10778
10802
  imageId: 'string',
10779
10803
  imageName: 'string',
@@ -14812,6 +14836,12 @@ class Client extends openapi_client_1.default {
14812
14836
  if (!tea_util_1.default.isUnset(request.hpcClusterId)) {
14813
14837
  query["HpcClusterId"] = request.hpcClusterId;
14814
14838
  }
14839
+ if (!tea_util_1.default.isUnset(request.httpEndpoint)) {
14840
+ query["HttpEndpoint"] = request.httpEndpoint;
14841
+ }
14842
+ if (!tea_util_1.default.isUnset(request.httpTokens)) {
14843
+ query["HttpTokens"] = request.httpTokens;
14844
+ }
14815
14845
  if (!tea_util_1.default.isUnset(request.imageFamily)) {
14816
14846
  query["ImageFamily"] = request.imageFamily;
14817
14847
  }
@@ -18891,6 +18921,12 @@ class Client extends openapi_client_1.default {
18891
18921
  if (!tea_util_1.default.isUnset(request.hpcClusterId)) {
18892
18922
  query["HpcClusterId"] = request.hpcClusterId;
18893
18923
  }
18924
+ if (!tea_util_1.default.isUnset(request.httpEndpoint)) {
18925
+ query["HttpEndpoint"] = request.httpEndpoint;
18926
+ }
18927
+ if (!tea_util_1.default.isUnset(request.httpTokens)) {
18928
+ query["HttpTokens"] = request.httpTokens;
18929
+ }
18894
18930
  if (!tea_util_1.default.isUnset(request.imageFamily)) {
18895
18931
  query["ImageFamily"] = request.imageFamily;
18896
18932
  }
@@ -18918,6 +18954,9 @@ class Client extends openapi_client_1.default {
18918
18954
  if (!tea_util_1.default.isUnset(request.internetChargeType)) {
18919
18955
  query["InternetChargeType"] = request.internetChargeType;
18920
18956
  }
18957
+ if (!tea_util_1.default.isUnset(request.internetMaxBandwidthIn)) {
18958
+ query["InternetMaxBandwidthIn"] = request.internetMaxBandwidthIn;
18959
+ }
18921
18960
  if (!tea_util_1.default.isUnset(request.internetMaxBandwidthOut)) {
18922
18961
  query["InternetMaxBandwidthOut"] = request.internetMaxBandwidthOut;
18923
18962
  }