@alicloud/ecs20140526 5.0.0 → 5.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
@@ -1390,7 +1390,7 @@ export declare class AttachDiskResponse extends $tea.Model {
1390
1390
  export declare class AttachInstanceRamRoleRequest extends $tea.Model {
1391
1391
  /**
1392
1392
  * @remarks
1393
- * The IDs of the instances. The value can be a JSON array that consists of up to 100 instance IDs. Separate the IDs with commas (,).
1393
+ * The IDs of ECS instances. You can specify 1 to 100 ECS instances.
1394
1394
  *
1395
1395
  * This parameter is required.
1396
1396
  *
@@ -1401,7 +1401,7 @@ export declare class AttachInstanceRamRoleRequest extends $tea.Model {
1401
1401
  ownerId?: number;
1402
1402
  /**
1403
1403
  * @remarks
1404
- * The policy. The policy document must be 1 to 1,024 characters in length. When you attach an instance RAM role to one or more instances, you can specify an additional policy to further limit the permissions of the role. For more information, see [Policy overview](https://help.aliyun.com/document_detail/93732.html).
1404
+ * The additional policy. When you attach an instance RAM role to instances, you can specify an additional policy to further limit the permissions of the role. For more information, see [Policy overview](https://help.aliyun.com/document_detail/93732.html). The value of this parameter must be 1 to 1,024 characters in length.
1405
1405
  *
1406
1406
  * @example
1407
1407
  * {"Statement": [{"Action": ["*"],"Effect": "Allow","Resource": ["*"]}],"Version":"1"}
@@ -1792,7 +1792,7 @@ export declare class AuthorizeSecurityGroupRequest extends $tea.Model {
1792
1792
  ownerId?: number;
1793
1793
  /**
1794
1794
  * @remarks
1795
- * Security group rule N. Valid values of N: 1 to 100.
1795
+ * The security group rules. You can create 1 to 100 security group rules in a request.
1796
1796
  */
1797
1797
  permissions?: AuthorizeSecurityGroupRequestPermissions[];
1798
1798
  /**
@@ -2065,7 +2065,7 @@ export declare class AuthorizeSecurityGroupEgressRequest extends $tea.Model {
2065
2065
  ownerId?: number;
2066
2066
  /**
2067
2067
  * @remarks
2068
- * The security group rules. Valid values of N: 1 to 100.
2068
+ * An array of security group rules. You can specify 1 to 100 security group rules.
2069
2069
  */
2070
2070
  permissions?: AuthorizeSecurityGroupEgressRequestPermissions[];
2071
2071
  /**
@@ -2348,7 +2348,7 @@ export declare class CancelCopyImageResponse extends $tea.Model {
2348
2348
  export declare class CancelImagePipelineExecutionRequest extends $tea.Model {
2349
2349
  /**
2350
2350
  * @remarks
2351
- * The ID of the image build task.
2351
+ * The ID of the image building task.
2352
2352
  *
2353
2353
  * This parameter is required.
2354
2354
  *
@@ -2360,7 +2360,7 @@ export declare class CancelImagePipelineExecutionRequest extends $tea.Model {
2360
2360
  ownerId?: number;
2361
2361
  /**
2362
2362
  * @remarks
2363
- * The region ID of the image build task. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
2363
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
2364
2364
  *
2365
2365
  * This parameter is required.
2366
2366
  *
@@ -2372,7 +2372,7 @@ export declare class CancelImagePipelineExecutionRequest extends $tea.Model {
2372
2372
  resourceOwnerId?: number;
2373
2373
  /**
2374
2374
  * @remarks
2375
- * > This parameter is deprecated.
2375
+ * > This parameter is not publicly available.
2376
2376
  */
2377
2377
  templateTag?: CancelImagePipelineExecutionRequestTemplateTag[];
2378
2378
  static names(): {
@@ -2388,7 +2388,7 @@ export declare class CancelImagePipelineExecutionRequest extends $tea.Model {
2388
2388
  export declare class CancelImagePipelineExecutionResponseBody extends $tea.Model {
2389
2389
  /**
2390
2390
  * @remarks
2391
- * The ID of the request.
2391
+ * The request ID.
2392
2392
  *
2393
2393
  * @example
2394
2394
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -3955,10 +3955,12 @@ export declare class CreateAutoSnapshotPolicyRequest extends $tea.Model {
3955
3955
  retentionDays?: number;
3956
3956
  /**
3957
3957
  * @remarks
3958
- * The points in time of the day at which to create automatic snapshots. The time must be in UTC+8. Unit: hours. Valid values: 0 to 23, which correspond to the 24 on-the-hour points in time from 00:00:00 to 23:00:00. 1 indicates 01:00:00. Format description:
3958
+ * The points in time of the day at which to create automatic snapshots. The time must be in UTC+8. Unit: hours. Valid values: 0 to 23, which correspond to the 24 on-the-hour points in time from 00:00:00 to 23:00:00. For example, 1 indicates 01:00:00. Format description:
3959
3959
  *
3960
3960
  * * Set this parameter to a JSON-formatted array. For example, a value of ["1"] specifies automatic snapshots to be created at 01:00:00.
3961
- * * To schedule multiple automatic snapshots to be created in a day, you can specify multiple values. Separate the values with commas (,). You can specify a maximum of 24 points in time. For example, a value of ["1","3","5"] specifies automatic snapshots to be created at 01:00:00, 03:00:00, and 05:00:00.
3961
+ * * To schedule multiple automatic snapshots to be created in a day, you can specify multiple values. Separate the values with commas (,). You can specify up to 24 points in time. For example, a value of ["1","3","5"] specifies automatic snapshots to be created at 01:00:00, 03:00:00, and 05:00:00.
3962
+ *
3963
+ * > If an automatic snapshot is being created when the time scheduled for creating another automatic snapshot is due, the new snapshot task is skipped. This may occur when a disk contains a large volume of data. For example, you scheduled snapshots to be automatically created at 09:00, 10:00, 11:00, and 12:00. The system starts to create a snapshot for the disk at 09:00:00. The process takes 80 minutes to complete because the disk contains a large volume of data and ends at 10:20:00. The system skips the automatic snapshot task scheduled for 10:00:00 and creates the next automatic snapshot for the disk at 11:00:00.
3962
3964
  *
3963
3965
  * This parameter is required.
3964
3966
  *
@@ -6120,7 +6122,7 @@ export declare class CreateImageComponentRequest extends $tea.Model {
6120
6122
  componentVersion?: string;
6121
6123
  /**
6122
6124
  * @remarks
6123
- * The content of the image component. The content consists of up to 127 commands.
6125
+ * The content of the image component. The image component consists of multiple commands. The command content cannot exceed 16 KB in size. For information about the commands supported by Image Builder and the formats of the commands, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
6124
6126
  *
6125
6127
  * @example
6126
6128
  * RUN yum update -y
@@ -6276,7 +6278,7 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
6276
6278
  baseImageType?: string;
6277
6279
  /**
6278
6280
  * @remarks
6279
- * The content of the image template. The content cannot exceed 16 KB in size and can contain up to 127 commands. For more information about the commands that are supported, see the "Usage notes" section of this topic.
6281
+ * The build content in the image template. The content cannot exceed 16 KB in size. For information about the commands supported by Image Builder, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
6280
6282
  *
6281
6283
  * @example
6282
6284
  * FROM IMAGE:m-bp67acfmxazb4p****
@@ -6315,7 +6317,7 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
6315
6317
  description?: string;
6316
6318
  /**
6317
6319
  * @remarks
6318
- * > This parameter is in invitational preview and is not publicly available.
6320
+ * The image family. The image family name must be 2 to 128 characters in length. The name must start with a letter and cannot start with acs: or aliyun. The name cannot contain http:// or https:// and can contain letters, digits, colons (:), underscores (_), and hyphens (-).
6319
6321
  *
6320
6322
  * @example
6321
6323
  * null
@@ -6375,7 +6377,29 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
6375
6377
  regionId?: string;
6376
6378
  /**
6377
6379
  * @remarks
6378
- * > This parameter is in invitational preview and is not publicly available.
6380
+ * The repair mode of the image template.
6381
+ *
6382
+ * Valid values:
6383
+ *
6384
+ * * Standard: the standard mode.
6385
+ *
6386
+ * Supported check items in Linux operating systems:
6387
+ *
6388
+ * * GUESTOS.CloudInit
6389
+ * * GUESTOS.Dhcp
6390
+ * * GUESTOS.Virtio
6391
+ * * GUESTOS.OnlineResizeFS
6392
+ * * GUESTOS.Grub
6393
+ * * GUESTOS.Fstab
6394
+ *
6395
+ * Supported check items in Windows operating systems:
6396
+ *
6397
+ * * GUESTOS.Virtio
6398
+ * * GUESTOS.Updat
6399
+ * * GUESTOS.Hotfix
6400
+ * * GUESTOS.Server
6401
+ *
6402
+ * > As the check and repair capabilities continue to improve, the number of check items may increase. For more information about check items, see [Overview of image check](https://help.aliyun.com/document_detail/439819.html).
6379
6403
  *
6380
6404
  * @example
6381
6405
  * null
@@ -6408,7 +6432,7 @@ export declare class CreateImagePipelineRequest extends $tea.Model {
6408
6432
  tag?: CreateImagePipelineRequestTag[];
6409
6433
  /**
6410
6434
  * @remarks
6411
- * > This parameter is in invitational preview and is not publicly available.
6435
+ * The test content in the image template. The content cannot exceed 16 KB in size. For information about the commands supported by Image Builder, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
6412
6436
  *
6413
6437
  * @example
6414
6438
  * null
@@ -10290,7 +10314,7 @@ export declare class DeactivateRouterInterfaceResponse extends $tea.Model {
10290
10314
  export declare class DeleteActivationRequest extends $tea.Model {
10291
10315
  /**
10292
10316
  * @remarks
10293
- * The ID of the request.
10317
+ * The ID of the unused activation code.
10294
10318
  *
10295
10319
  * This parameter is required.
10296
10320
  *
@@ -10302,7 +10326,9 @@ export declare class DeleteActivationRequest extends $tea.Model {
10302
10326
  ownerId?: number;
10303
10327
  /**
10304
10328
  * @remarks
10305
- * The ID of the activation code.
10329
+ * The region ID of the activation code. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
10330
+ *
10331
+ * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
10306
10332
  *
10307
10333
  * This parameter is required.
10308
10334
  *
@@ -10325,12 +10351,12 @@ export declare class DeleteActivationRequest extends $tea.Model {
10325
10351
  export declare class DeleteActivationResponseBody extends $tea.Model {
10326
10352
  /**
10327
10353
  * @remarks
10328
- * The time when the activation code was created.
10354
+ * Details about the activation code and its usage information.
10329
10355
  */
10330
10356
  activation?: DeleteActivationResponseBodyActivation;
10331
10357
  /**
10332
10358
  * @remarks
10333
- * Details of the activation code and its usage information.
10359
+ * The request ID.
10334
10360
  *
10335
10361
  * @example
10336
10362
  * 4ECEEE12-56F1-4FBC-9AB1-890F74942176
@@ -10447,23 +10473,32 @@ export declare class DeleteAutoProvisioningGroupResponse extends $tea.Model {
10447
10473
  }
10448
10474
  export declare class DeleteAutoSnapshotPolicyRequest extends $tea.Model {
10449
10475
  /**
10476
+ * @remarks
10477
+ * RAM用户的虚拟账号ID。
10478
+ *
10450
10479
  * @example
10451
10480
  * 155780923770
10452
10481
  */
10453
10482
  ownerId?: number;
10454
10483
  /**
10484
+ * @remarks
10485
+ * 资源主账号的账号名称。
10486
+ *
10455
10487
  * @example
10456
10488
  * ECSforCloud
10457
10489
  */
10458
10490
  resourceOwnerAccount?: string;
10459
10491
  /**
10492
+ * @remarks
10493
+ * 资源主账号的ID,亦即UID。
10494
+ *
10460
10495
  * @example
10461
10496
  * 155780923770
10462
10497
  */
10463
10498
  resourceOwnerId?: number;
10464
10499
  /**
10465
10500
  * @remarks
10466
- * The ID of the automatic snapshot policy. You can call the [DescribeAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25530.html) operation to query the available automatic snapshot policies.
10501
+ * The ID of the automatic snapshot policy. You can call the [DescribeAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25530.html) operation to query the IDs of available automatic snapshot policies.
10467
10502
  *
10468
10503
  * This parameter is required.
10469
10504
  *
@@ -10473,7 +10508,7 @@ export declare class DeleteAutoSnapshotPolicyRequest extends $tea.Model {
10473
10508
  autoSnapshotPolicyId?: string;
10474
10509
  /**
10475
10510
  * @remarks
10476
- * The region ID of the automatic snapshot policy. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
10511
+ * The ID of the region to which the automatic snapshot policy belongs. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
10477
10512
  *
10478
10513
  * This parameter is required.
10479
10514
  *
@@ -10494,7 +10529,7 @@ export declare class DeleteAutoSnapshotPolicyRequest extends $tea.Model {
10494
10529
  export declare class DeleteAutoSnapshotPolicyResponseBody extends $tea.Model {
10495
10530
  /**
10496
10531
  * @remarks
10497
- * The ID of the request.
10532
+ * The request ID.
10498
10533
  *
10499
10534
  * @example
10500
10535
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -11173,7 +11208,7 @@ export declare class DeleteHaVipResponse extends $tea.Model {
11173
11208
  export declare class DeleteHpcClusterRequest extends $tea.Model {
11174
11209
  /**
11175
11210
  * @remarks
11176
- * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must make sure that it is unique among different requests. The **ClientToken** value must contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
11211
+ * The client token that is used to ensure the idempotency of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. **The token can contain only ASCII characters and cannot exceed 64 characters in length.** For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
11177
11212
  *
11178
11213
  * @example
11179
11214
  * 123e4567-e89b-12d3-a456-426655440000
@@ -11195,6 +11230,9 @@ export declare class DeleteHpcClusterRequest extends $tea.Model {
11195
11230
  */
11196
11231
  ownerAccount?: string;
11197
11232
  /**
11233
+ * @remarks
11234
+ * RAM用户的虚拟账号ID。
11235
+ *
11198
11236
  * @example
11199
11237
  * 155780923770
11200
11238
  */
@@ -11210,11 +11248,17 @@ export declare class DeleteHpcClusterRequest extends $tea.Model {
11210
11248
  */
11211
11249
  regionId?: string;
11212
11250
  /**
11251
+ * @remarks
11252
+ * 资源主账号的账号名称。
11253
+ *
11213
11254
  * @example
11214
11255
  * EcsforCloud
11215
11256
  */
11216
11257
  resourceOwnerAccount?: string;
11217
11258
  /**
11259
+ * @remarks
11260
+ * 资源主账号的ID,亦即UID。
11261
+ *
11218
11262
  * @example
11219
11263
  * 155780923770
11220
11264
  */
@@ -11232,7 +11276,7 @@ export declare class DeleteHpcClusterRequest extends $tea.Model {
11232
11276
  export declare class DeleteHpcClusterResponseBody extends $tea.Model {
11233
11277
  /**
11234
11278
  * @remarks
11235
- * The ID of the request.
11279
+ * The request ID.
11236
11280
  *
11237
11281
  * @example
11238
11282
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -12858,7 +12902,7 @@ export declare class DeregisterManagedInstanceRequest extends $tea.Model {
12858
12902
  ownerId?: number;
12859
12903
  /**
12860
12904
  * @remarks
12861
- * The region ID of the managed instance. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
12905
+ * The region ID. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
12862
12906
  *
12863
12907
  * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
12864
12908
  *
@@ -12883,7 +12927,7 @@ export declare class DeregisterManagedInstanceRequest extends $tea.Model {
12883
12927
  export declare class DeregisterManagedInstanceResponseBody extends $tea.Model {
12884
12928
  /**
12885
12929
  * @remarks
12886
- * The managed instance.
12930
+ * Details of the managed instances.
12887
12931
  */
12888
12932
  instance?: DeregisterManagedInstanceResponseBodyInstance;
12889
12933
  /**
@@ -13122,7 +13166,7 @@ export declare class DescribeActivationsRequest extends $tea.Model {
13122
13166
  maxResults?: number;
13123
13167
  /**
13124
13168
  * @remarks
13125
- * The pagination token that is used in the next request to retrieve a new page of results. You do not need to specify this parameter for the first request. You must specify the token that is obtained from the previous query as the value of NextToken.
13169
+ * The pagination token that is used in the next request to retrieve a new page of results. You must specify the token that is obtained from the previous query as the value of NextToken.
13126
13170
  *
13127
13171
  * @example
13128
13172
  * AAAAAdDWBF2****
@@ -13156,7 +13200,7 @@ export declare class DescribeActivationsRequest extends $tea.Model {
13156
13200
  pageSize?: number;
13157
13201
  /**
13158
13202
  * @remarks
13159
- * The region ID of the command. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
13203
+ * The region ID. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
13160
13204
  *
13161
13205
  * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
13162
13206
  *
@@ -14417,7 +14461,7 @@ export declare class DescribeCapacityReservationsRequest extends $tea.Model {
14417
14461
  instanceChargeType?: string;
14418
14462
  /**
14419
14463
  * @remarks
14420
- * The instance type.
14464
+ * The instance type of the capacity reservation. You can specify this parameter to query only effective capacity reservations. To query capacity reservations that are released, you must specify PrivatePoolOptions.Ids.
14421
14465
  *
14422
14466
  * @example
14423
14467
  * ecs.c6.large
@@ -14483,16 +14527,16 @@ export declare class DescribeCapacityReservationsRequest extends $tea.Model {
14483
14527
  resourceOwnerId?: number;
14484
14528
  /**
14485
14529
  * @remarks
14486
- * The state of the capacity reservation. Valid values:
14530
+ * The status of the capacity reservation. Valid values:
14487
14531
  *
14488
14532
  * * All: All states.
14489
14533
  * * Pending: The capacity reservation is being initialized. Scheduled capacity reservations enter the Pending state after they are created.
14490
14534
  * * Preparing: The capacity reservation is being prepared. Scheduled capacity reservations are in the Preparing state while resources are being provisioned.
14491
14535
  * * Prepared: The capacity reservation is to take effect. After resources are provisioned, scheduled capacity reservations remain in the Prepared state until they take effect.
14492
14536
  * * Active: The capacity reservation is in effect.
14493
- * * Released: The capacity reservation has been released manually or automatically when it expired.
14537
+ * * Released: The capacity reservation is manually or automatically released when it expires.
14494
14538
  *
14495
- * Default value: Active.
14539
+ * If you do not specify this parameter, capacity reservations in states other than Pending and Released are queried.
14496
14540
  *
14497
14541
  * @example
14498
14542
  * Active
@@ -14500,7 +14544,7 @@ export declare class DescribeCapacityReservationsRequest extends $tea.Model {
14500
14544
  status?: string;
14501
14545
  /**
14502
14546
  * @remarks
14503
- * The tags.
14547
+ * The tags of the capacity reservation.
14504
14548
  */
14505
14549
  tag?: DescribeCapacityReservationsRequestTag[];
14506
14550
  /**
@@ -14836,11 +14880,7 @@ export declare class DescribeCloudAssistantStatusRequest extends $tea.Model {
14836
14880
  ownerId?: number;
14837
14881
  /**
14838
14882
  * @remarks
14839
- * The page number.
14840
- *
14841
- * Pages start from page 1.
14842
- *
14843
- * Default value: 1.
14883
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
14844
14884
  *
14845
14885
  * @example
14846
14886
  * 1
@@ -14848,9 +14888,7 @@ export declare class DescribeCloudAssistantStatusRequest extends $tea.Model {
14848
14888
  pageNumber?: number;
14849
14889
  /**
14850
14890
  * @remarks
14851
- * The number of entries per page. If you specify **InstanceId**, this parameter does not take effect. Valid values: 1 to 50.
14852
- *
14853
- * Default value: 10.
14891
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
14854
14892
  *
14855
14893
  * @example
14856
14894
  * 10
@@ -15082,11 +15120,7 @@ export declare class DescribeCommandsRequest extends $tea.Model {
15082
15120
  ownerId?: number;
15083
15121
  /**
15084
15122
  * @remarks
15085
- * The page number.
15086
- *
15087
- * Pages start from page 1.
15088
- *
15089
- * Default value: 1.
15123
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
15090
15124
  *
15091
15125
  * @example
15092
15126
  * 1
@@ -15094,11 +15128,7 @@ export declare class DescribeCommandsRequest extends $tea.Model {
15094
15128
  pageNumber?: number;
15095
15129
  /**
15096
15130
  * @remarks
15097
- * The number of entries per page.
15098
- *
15099
- * Valid values: 1 to 50.
15100
- *
15101
- * Default value: 10.
15131
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
15102
15132
  *
15103
15133
  * @example
15104
15134
  * 10
@@ -17924,13 +17954,14 @@ export declare class DescribeElasticityAssurancesRequest extends $tea.Model {
17924
17954
  resourceOwnerId?: number;
17925
17955
  /**
17926
17956
  * @remarks
17927
- * The status of the elasticity assurances. Valid values:
17957
+ * The status of the elasticity assurance. Valid values:
17928
17958
  *
17929
- * * All
17930
- * * Preparing
17931
- * * Prepared
17932
- * * Active
17933
- * * Released
17959
+ * * All: All states.
17960
+ * * Deactivated: The elasticity assurance is pending activation. This state is in invitational preview.
17961
+ * * Preparing: The elasticity assurance is being prepared.
17962
+ * * Prepared: The elasticity assurance is to take effect.
17963
+ * * Active: The elasticity assurance is in effect.
17964
+ * * Released: The elasticity assurance is released.
17934
17965
  *
17935
17966
  * Default value: Active.
17936
17967
  *
@@ -18058,7 +18089,7 @@ export declare class DescribeEniMonitorDataRequest extends $tea.Model {
18058
18089
  ownerId?: number;
18059
18090
  /**
18060
18091
  * @remarks
18061
- * The interval at which to retrieve monitoring data. Unit: seconds. Valid values:
18092
+ * The interval at which to retrieve the monitoring data. Unit: seconds. Valid values:
18062
18093
  *
18063
18094
  * * 60
18064
18095
  * * 600
@@ -18298,7 +18329,11 @@ export declare class DescribeHpcClustersRequest extends $tea.Model {
18298
18329
  ownerId?: number;
18299
18330
  /**
18300
18331
  * @remarks
18301
- * The number of entries per page.
18332
+ * The page number.
18333
+ *
18334
+ * Pages start from page 1.
18335
+ *
18336
+ * Default value: 1.
18302
18337
  *
18303
18338
  * @example
18304
18339
  * 1
@@ -18306,7 +18341,11 @@ export declare class DescribeHpcClustersRequest extends $tea.Model {
18306
18341
  pageNumber?: number;
18307
18342
  /**
18308
18343
  * @remarks
18309
- * The request ID.
18344
+ * The number of entries per page.
18345
+ *
18346
+ * Valid values: 1 to 100.
18347
+ *
18348
+ * Default value: 10.
18310
18349
  *
18311
18350
  * @example
18312
18351
  * 10
@@ -18586,7 +18625,9 @@ export declare class DescribeImageComponentsResponse extends $tea.Model {
18586
18625
  export declare class DescribeImageFromFamilyRequest extends $tea.Model {
18587
18626
  /**
18588
18627
  * @remarks
18589
- * The name of the image family. The name must be 2 to 128 characters in length and can contain letters, digits, colons (:), underscores (_), and hyphens (-). It must start with a letter and cannot start with http://, https://, acs:, or aliyun.
18628
+ * The family name of the image that you want to use to create the instances.
18629
+ *
18630
+ * You can configure image families for custom images, public images, community images, and shared images. For more information, see [Overview of image families](https://help.aliyun.com/document_detail/174241.html).
18590
18631
  *
18591
18632
  * This parameter is required.
18592
18633
  *
@@ -18598,7 +18639,7 @@ export declare class DescribeImageFromFamilyRequest extends $tea.Model {
18598
18639
  ownerId?: number;
18599
18640
  /**
18600
18641
  * @remarks
18601
- * The region ID of the image. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
18642
+ * The ID of the region in which to create the custom image. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
18602
18643
  *
18603
18644
  * This parameter is required.
18604
18645
  *
@@ -18732,7 +18773,7 @@ export declare class DescribeImagePipelineExecutionsRequest extends $tea.Model {
18732
18773
  status?: string;
18733
18774
  /**
18734
18775
  * @remarks
18735
- * > This parameter is not publicly available.
18776
+ * The tags of the image creation task.
18736
18777
  */
18737
18778
  tag?: DescribeImagePipelineExecutionsRequestTag[];
18738
18779
  static names(): {
@@ -18748,7 +18789,7 @@ export declare class DescribeImagePipelineExecutionsRequest extends $tea.Model {
18748
18789
  export declare class DescribeImagePipelineExecutionsResponseBody extends $tea.Model {
18749
18790
  /**
18750
18791
  * @remarks
18751
- * Details of the image creation task.
18792
+ * Details of the image creation tasks.
18752
18793
  */
18753
18794
  imagePipelineExecution?: DescribeImagePipelineExecutionsResponseBodyImagePipelineExecution;
18754
18795
  /**
@@ -19094,10 +19135,10 @@ export declare class DescribeImageSharePermissionResponse extends $tea.Model {
19094
19135
  export declare class DescribeImageSupportInstanceTypesRequest extends $tea.Model {
19095
19136
  /**
19096
19137
  * @remarks
19097
- * The scenario in which you want to use the image. Valid values:
19138
+ * The scenario in which the image is used. Valid values:
19098
19139
  *
19099
- * - CreateEcs (default): instance creation
19100
- * - ChangeOS: replacement of the system disk or operating system
19140
+ * * CreateEcs (default): instance creation
19141
+ * * ChangeOS: replacement of the system disk or operating system
19101
19142
  *
19102
19143
  * @example
19103
19144
  * CreateEcs
@@ -19455,8 +19496,8 @@ export declare class DescribeImagesRequest extends $tea.Model {
19455
19496
  * * Waiting: The image is waiting to be processed.
19456
19497
  * * Available: The image is available.
19457
19498
  * * UnAvailable: The image is unavailable.
19458
- * * CreateFailed: The image failed to be created.
19459
- * * Deprecated: The image is deprecated.
19499
+ * * CreateFailed: The image fails to be created.
19500
+ * * Deprecated: The image is no longer used.
19460
19501
  *
19461
19502
  * Default value: Available. You can specify multiple values for this parameter. Separate the values with commas (,).
19462
19503
  *
@@ -22461,11 +22502,7 @@ export declare class DescribeInvocationResultsRequest extends $tea.Model {
22461
22502
  ownerId?: number;
22462
22503
  /**
22463
22504
  * @remarks
22464
- * The page number.
22465
- *
22466
- * Pages start from page 1.
22467
- *
22468
- * Default value: 1.
22505
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
22469
22506
  *
22470
22507
  * @example
22471
22508
  * 1
@@ -22473,11 +22510,7 @@ export declare class DescribeInvocationResultsRequest extends $tea.Model {
22473
22510
  pageNumber?: number;
22474
22511
  /**
22475
22512
  * @remarks
22476
- * The number of entries per page.
22477
- *
22478
- * Valid values: 1 to 50.
22479
- *
22480
- * Default value: 10.
22513
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
22481
22514
  *
22482
22515
  * @example
22483
22516
  * 1
@@ -23439,11 +23472,7 @@ export declare class DescribeManagedInstancesRequest extends $tea.Model {
23439
23472
  ownerId?: number;
23440
23473
  /**
23441
23474
  * @remarks
23442
- * The page number.
23443
- *
23444
- * Pages start from page 1.
23445
- *
23446
- * Default value: 1.
23475
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
23447
23476
  *
23448
23477
  * @example
23449
23478
  * 1
@@ -23451,11 +23480,7 @@ export declare class DescribeManagedInstancesRequest extends $tea.Model {
23451
23480
  pageNumber?: number;
23452
23481
  /**
23453
23482
  * @remarks
23454
- * The number of entries per page.
23455
- *
23456
- * Valid values: 1 to 50.
23457
- *
23458
- * Default value: 10.
23483
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
23459
23484
  *
23460
23485
  * @example
23461
23486
  * 10
@@ -25688,7 +25713,9 @@ export declare class DescribeReservedInstanceAutoRenewAttributeRequest extends $
25688
25713
  ownerId?: number;
25689
25714
  /**
25690
25715
  * @remarks
25691
- * The region ID of the reserved instances. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
25716
+ * The region ID of the reserved instance.
25717
+ *
25718
+ * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
25692
25719
  *
25693
25720
  * This parameter is required.
25694
25721
  *
@@ -25698,7 +25725,7 @@ export declare class DescribeReservedInstanceAutoRenewAttributeRequest extends $
25698
25725
  regionId?: string;
25699
25726
  /**
25700
25727
  * @remarks
25701
- * The IDs of the reserved instances.
25728
+ * The IDs of reserved instances.
25702
25729
  */
25703
25730
  reservedInstanceId?: string[];
25704
25731
  resourceOwnerAccount?: string;
@@ -25769,7 +25796,9 @@ export declare class DescribeReservedInstancesRequest extends $tea.Model {
25769
25796
  allocationType?: string;
25770
25797
  /**
25771
25798
  * @remarks
25772
- * The instance type. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
25799
+ * The instance type of the reserved instance. For information about the valid values, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
25800
+ *
25801
+ * > Specify the instance type that you selected when you purchased the reserved instance. If the reserved instance is a regional reserved instance, it can be used to offset the bills of instance types that belong to the same instance family as the specified instance type, regardless of instance specifications.
25773
25802
  *
25774
25803
  * @example
25775
25804
  * ecs.g5.large
@@ -25777,7 +25806,7 @@ export declare class DescribeReservedInstancesRequest extends $tea.Model {
25777
25806
  instanceType?: string;
25778
25807
  /**
25779
25808
  * @remarks
25780
- * The instance family. For more information, see [Instance families](https://help.aliyun.com/document_detail/25378.html).
25809
+ * The instance family of the reserved instance. For information about the valid values, see [Overview of instance families](https://help.aliyun.com/document_detail/25378.html).
25781
25810
  *
25782
25811
  * @example
25783
25812
  * ecs.g5
@@ -25850,6 +25879,8 @@ export declare class DescribeReservedInstancesRequest extends $tea.Model {
25850
25879
  * @remarks
25851
25880
  * The name of the reserved instance.
25852
25881
  *
25882
+ * > Only exact search is supported.
25883
+ *
25853
25884
  * @example
25854
25885
  * testReservedInstanceName
25855
25886
  */
@@ -25858,20 +25889,18 @@ export declare class DescribeReservedInstancesRequest extends $tea.Model {
25858
25889
  resourceOwnerId?: number;
25859
25890
  /**
25860
25891
  * @remarks
25861
- * The scope of the reserved instance. Valid values:
25892
+ * The scope level of the reserved instance. Valid values:
25862
25893
  *
25863
25894
  * * Region: regional
25864
25895
  * * Zone: zonal
25865
25896
  *
25866
- * Default value: Region.
25867
- *
25868
25897
  * @example
25869
25898
  * Region
25870
25899
  */
25871
25900
  scope?: string;
25872
25901
  /**
25873
25902
  * @remarks
25874
- * The statuses of the reserved instances.
25903
+ * The status of the reserved instances.
25875
25904
  *
25876
25905
  * @example
25877
25906
  * Active
@@ -25884,7 +25913,7 @@ export declare class DescribeReservedInstancesRequest extends $tea.Model {
25884
25913
  tag?: DescribeReservedInstancesRequestTag[];
25885
25914
  /**
25886
25915
  * @remarks
25887
- * The zone ID of the reserved instances. This parameter is required when Scope is set to Zone. You can call the [DescribeZones](https://help.aliyun.com/document_detail/25610.html) operation to query the most recent zone list.
25916
+ * The zone ID of the reserved instance. This parameter is valid and required if you set Scope to Zone. You can call the [DescribeZones](https://help.aliyun.com/document_detail/25610.html) operation to query the most recent zone list.
25888
25917
  *
25889
25918
  * @example
25890
25919
  * cn-hangzhou-z
@@ -26686,7 +26715,7 @@ export declare class DescribeSecurityGroupReferencesRequest extends $tea.Model {
26686
26715
  ownerId?: number;
26687
26716
  /**
26688
26717
  * @remarks
26689
- * The region ID of the security group.
26718
+ * The ID of the region. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
26690
26719
  *
26691
26720
  * This parameter is required.
26692
26721
  *
@@ -26698,7 +26727,7 @@ export declare class DescribeSecurityGroupReferencesRequest extends $tea.Model {
26698
26727
  resourceOwnerId?: number;
26699
26728
  /**
26700
26729
  * @remarks
26701
- * The IDs of N security groups that you want to query. Valid values of N: 1 to 10.
26730
+ * The IDs of security groups. You can specify up to 10 IDs of security groups.
26702
26731
  *
26703
26732
  * This parameter is required.
26704
26733
  *
@@ -27080,11 +27109,7 @@ export declare class DescribeSendFileResultsRequest extends $tea.Model {
27080
27109
  ownerId?: number;
27081
27110
  /**
27082
27111
  * @remarks
27083
- * The page number.
27084
- *
27085
- * Pages start from page 1.
27086
- *
27087
- * Default value: 1.
27112
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
27088
27113
  *
27089
27114
  * @example
27090
27115
  * 1
@@ -27092,11 +27117,7 @@ export declare class DescribeSendFileResultsRequest extends $tea.Model {
27092
27117
  pageNumber?: number;
27093
27118
  /**
27094
27119
  * @remarks
27095
- * The number of entries per page.
27096
- *
27097
- * Valid values: 1 to 50.
27098
- *
27099
- * Default value: 10.
27120
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
27100
27121
  *
27101
27122
  * @example
27102
27123
  * 10
@@ -27651,7 +27672,7 @@ export declare class DescribeSnapshotPackageRequest extends $tea.Model {
27651
27672
  export declare class DescribeSnapshotPackageResponseBody extends $tea.Model {
27652
27673
  /**
27653
27674
  * @remarks
27654
- * Details about the OSS storage plans.
27675
+ * The page number.
27655
27676
  *
27656
27677
  * @example
27657
27678
  * 1
@@ -27659,7 +27680,7 @@ export declare class DescribeSnapshotPackageResponseBody extends $tea.Model {
27659
27680
  pageNumber?: number;
27660
27681
  /**
27661
27682
  * @remarks
27662
- * The page number of the returned page.
27683
+ * The number of entries per page.
27663
27684
  *
27664
27685
  * @example
27665
27686
  * 10
@@ -27667,7 +27688,7 @@ export declare class DescribeSnapshotPackageResponseBody extends $tea.Model {
27667
27688
  pageSize?: number;
27668
27689
  /**
27669
27690
  * @remarks
27670
- * The total number of returned OSS storage plans.
27691
+ * The request ID.
27671
27692
  *
27672
27693
  * @example
27673
27694
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -27675,12 +27696,12 @@ export declare class DescribeSnapshotPackageResponseBody extends $tea.Model {
27675
27696
  requestId?: string;
27676
27697
  /**
27677
27698
  * @remarks
27678
- * The time when the OSS storage plan expires. The time follows the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
27699
+ * Details about the OSS storage plans.
27679
27700
  */
27680
27701
  snapshotPackages?: DescribeSnapshotPackageResponseBodySnapshotPackages;
27681
27702
  /**
27682
27703
  * @remarks
27683
- * The name of the OSS storage plan.
27704
+ * The total number of OSS storage plans.
27684
27705
  *
27685
27706
  * @example
27686
27707
  * 1
@@ -28471,9 +28492,9 @@ export declare class DescribeStorageCapacityUnitsRequest extends $tea.Model {
28471
28492
  pageNumber?: number;
28472
28493
  /**
28473
28494
  * @remarks
28474
- * The number of entries to return on each page.
28495
+ * The number of entries per page.
28475
28496
  *
28476
- * Maximum value: 100.
28497
+ * Valid values: 1 to 100.
28477
28498
  *
28478
28499
  * Default value: 10.
28479
28500
  *
@@ -29249,7 +29270,7 @@ export declare class DescribeTaskAttributeResponse extends $tea.Model {
29249
29270
  export declare class DescribeTasksRequest extends $tea.Model {
29250
29271
  /**
29251
29272
  * @remarks
29252
- * The end point of the time period for which to query created tasks. The time follows the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
29273
+ * The end of the time range to query. The time range refers to the period of time during which the task is created. Specify the time in the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
29253
29274
  *
29254
29275
  * @example
29255
29276
  * 2020-11-23T15:16:00Z
@@ -29259,9 +29280,9 @@ export declare class DescribeTasksRequest extends $tea.Model {
29259
29280
  ownerId?: number;
29260
29281
  /**
29261
29282
  * @remarks
29262
- * The number of the page to return.
29283
+ * The page number.
29263
29284
  *
29264
- * Page start from page 1.
29285
+ * Pages start from page 1.
29265
29286
  *
29266
29287
  * Default value: 1.
29267
29288
  *
@@ -29271,9 +29292,9 @@ export declare class DescribeTasksRequest extends $tea.Model {
29271
29292
  pageNumber?: number;
29272
29293
  /**
29273
29294
  * @remarks
29274
- * The number of entries to return on each page.
29295
+ * The number of entries per page.
29275
29296
  *
29276
- * Maximum value: 100.
29297
+ * Valid values: 1 to 100.
29277
29298
  *
29278
29299
  * Default value: 10.
29279
29300
  *
@@ -29283,7 +29304,7 @@ export declare class DescribeTasksRequest extends $tea.Model {
29283
29304
  pageSize?: number;
29284
29305
  /**
29285
29306
  * @remarks
29286
- * The region ID of the task. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
29307
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
29287
29308
  *
29288
29309
  * This parameter is required.
29289
29310
  *
@@ -29293,18 +29314,14 @@ export declare class DescribeTasksRequest extends $tea.Model {
29293
29314
  regionId?: string;
29294
29315
  /**
29295
29316
  * @remarks
29296
- * The ID of resource N that is associated with the task. Valid values of N: 1 to 100.
29297
- *
29298
- * * If TaskAction is set to ImportImage or ExportImage, set the resource ID to an image ID.
29299
- * * If TaskAction is set to RedeployInstance, set the resource ID to an Elastic Compute Service (ECS) instance ID.
29300
- * * If TaskAction is set to ModifyDiskSpec, set the resource ID to a disk ID.
29317
+ * The IDs of the resources associated with the task. Valid values of N: 1 to 100.
29301
29318
  */
29302
29319
  resourceIds?: string[];
29303
29320
  resourceOwnerAccount?: string;
29304
29321
  resourceOwnerId?: number;
29305
29322
  /**
29306
29323
  * @remarks
29307
- * The start point of the time period for which to query created tasks. The time follows the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
29324
+ * The beginning of the time range to query. The time range refers to the period of time during which the task is created. Specify the time in the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time must be in UTC.
29308
29325
  *
29309
29326
  * @example
29310
29327
  * 2020-11-23T15:10:00Z
@@ -29325,7 +29342,7 @@ export declare class DescribeTasksRequest extends $tea.Model {
29325
29342
  taskAction?: string;
29326
29343
  /**
29327
29344
  * @remarks
29328
- * The ID of the task. You can specify up to 100 task IDs at a time. Separate the task IDs with commas (,).
29345
+ * The task IDs. You can specify up to 100 task IDs at a time. Separate the task IDs with commas (,).
29329
29346
  *
29330
29347
  * @example
29331
29348
  * t-bp1hvgwromzv32iq****,t-bp179lofu2pv768w****
@@ -29333,15 +29350,15 @@ export declare class DescribeTasksRequest extends $tea.Model {
29333
29350
  taskIds?: string;
29334
29351
  /**
29335
29352
  * @remarks
29336
- * The state of the task. Valid values:
29353
+ * The task status. Valid values:
29337
29354
  *
29338
29355
  * * Finished
29339
29356
  * * Processing
29340
29357
  * * Failed
29341
29358
  *
29342
- * This parameter is empty by default.
29359
+ * This parameter is left empty by default.
29343
29360
  *
29344
- * > The system only retrieves tasks in the Finished, Processing, and Failed states and ignores other values.
29361
+ * > The system only queries tasks in the Finished, Processing, and Failed states and ignores other values.
29345
29362
  *
29346
29363
  * @example
29347
29364
  * Finished
@@ -29360,7 +29377,7 @@ export declare class DescribeTasksRequest extends $tea.Model {
29360
29377
  export declare class DescribeTasksResponseBody extends $tea.Model {
29361
29378
  /**
29362
29379
  * @remarks
29363
- * The page number of the returned page.
29380
+ * The page number.
29364
29381
  *
29365
29382
  * @example
29366
29383
  * 1
@@ -29368,7 +29385,7 @@ export declare class DescribeTasksResponseBody extends $tea.Model {
29368
29385
  pageNumber?: number;
29369
29386
  /**
29370
29387
  * @remarks
29371
- * The number of entries returned per page.
29388
+ * The number of entries per page.
29372
29389
  *
29373
29390
  * @example
29374
29391
  * 10
@@ -29376,7 +29393,7 @@ export declare class DescribeTasksResponseBody extends $tea.Model {
29376
29393
  pageSize?: number;
29377
29394
  /**
29378
29395
  * @remarks
29379
- * The region ID of the task.
29396
+ * The region ID.
29380
29397
  *
29381
29398
  * @example
29382
29399
  * cn-hangzhou
@@ -29384,7 +29401,7 @@ export declare class DescribeTasksResponseBody extends $tea.Model {
29384
29401
  regionId?: string;
29385
29402
  /**
29386
29403
  * @remarks
29387
- * The ID of the request.
29404
+ * The request ID.
29388
29405
  *
29389
29406
  * @example
29390
29407
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -30081,7 +30098,7 @@ export declare class DescribeZonesResponse extends $tea.Model {
30081
30098
  export declare class DetachClassicLinkVpcRequest extends $tea.Model {
30082
30099
  /**
30083
30100
  * @remarks
30084
- * The ID of the classic network-type instance.
30101
+ * The ID of the instance that resides in the classic network.
30085
30102
  *
30086
30103
  * This parameter is required.
30087
30104
  *
@@ -30090,13 +30107,16 @@ export declare class DetachClassicLinkVpcRequest extends $tea.Model {
30090
30107
  */
30091
30108
  instanceId?: string;
30092
30109
  /**
30110
+ * @remarks
30111
+ * RAM用户的虚拟账号ID。
30112
+ *
30093
30113
  * @example
30094
30114
  * 155780923770
30095
30115
  */
30096
30116
  ownerId?: number;
30097
30117
  /**
30098
30118
  * @remarks
30099
- * The region ID of the classic network-type instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
30119
+ * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
30100
30120
  *
30101
30121
  * This parameter is required.
30102
30122
  *
@@ -30105,18 +30125,24 @@ export declare class DetachClassicLinkVpcRequest extends $tea.Model {
30105
30125
  */
30106
30126
  regionId?: string;
30107
30127
  /**
30128
+ * @remarks
30129
+ * 资源主账号的账号名称。
30130
+ *
30108
30131
  * @example
30109
30132
  * ECSforCloud
30110
30133
  */
30111
30134
  resourceOwnerAccount?: string;
30112
30135
  /**
30136
+ * @remarks
30137
+ * 资源主账号的ID,亦即UID。
30138
+ *
30113
30139
  * @example
30114
30140
  * 155780923770
30115
30141
  */
30116
30142
  resourceOwnerId?: number;
30117
30143
  /**
30118
30144
  * @remarks
30119
- * The ID of the VPC to which the instance is linked.
30145
+ * The ID of the VPC to which the instance is connected.
30120
30146
  *
30121
30147
  * This parameter is required.
30122
30148
  *
@@ -30137,7 +30163,7 @@ export declare class DetachClassicLinkVpcRequest extends $tea.Model {
30137
30163
  export declare class DetachClassicLinkVpcResponseBody extends $tea.Model {
30138
30164
  /**
30139
30165
  * @remarks
30140
- * The ID of the request.
30166
+ * The request ID.
30141
30167
  *
30142
30168
  * @example
30143
30169
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -30193,6 +30219,10 @@ export declare class DetachDiskRequest extends $tea.Model {
30193
30219
  * @remarks
30194
30220
  * The ID of the disk that you want to detach.
30195
30221
  *
30222
+ * * The disk that you want to detach must be attached to an ECS instance and in the In Use (`In_use`) state.
30223
+ * * The instance from which you want to detach a data disk must be in the `Running` or `Stopped` state.
30224
+ * * The instance from which you want to detach the system disk must be in the `Stopped` state.
30225
+ *
30196
30226
  * This parameter is required.
30197
30227
  *
30198
30228
  * @example
@@ -30577,7 +30607,9 @@ export declare class DisableActivationRequest extends $tea.Model {
30577
30607
  ownerId?: number;
30578
30608
  /**
30579
30609
  * @remarks
30580
- * The activation code ID.
30610
+ * The region ID. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
30611
+ *
30612
+ * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
30581
30613
  *
30582
30614
  * This parameter is required.
30583
30615
  *
@@ -32510,10 +32542,7 @@ export declare class ListPluginStatusRequest extends $tea.Model {
32510
32542
  ownerId?: number;
32511
32543
  /**
32512
32544
  * @remarks
32513
- * The page number.
32514
- *
32515
- * * Pages start from page 1.
32516
- * * Default value: 1.
32545
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
32517
32546
  *
32518
32547
  * @example
32519
32548
  * 1
@@ -32521,10 +32550,7 @@ export declare class ListPluginStatusRequest extends $tea.Model {
32521
32550
  pageNumber?: number;
32522
32551
  /**
32523
32552
  * @remarks
32524
- * The number of entries per page.
32525
- *
32526
- * * Valid values: 1 to 50.
32527
- * * Default value: 10.
32553
+ * > This parameter will be removed in the future. We recommend that you use NextToken and MaxResults for a paged query.
32528
32554
  *
32529
32555
  * @example
32530
32556
  * 10
@@ -32560,7 +32586,7 @@ export declare class ListPluginStatusResponseBody extends $tea.Model {
32560
32586
  instancePluginStatusSet?: ListPluginStatusResponseBodyInstancePluginStatusSet;
32561
32587
  /**
32562
32588
  * @remarks
32563
- * A pagination token. It can be used in the next request to retrieve a new page of results.
32589
+ * The returned value of NextToken is a pagination token, which can be used in the next request to retrieve a new page of results.
32564
32590
  *
32565
32591
  * @example
32566
32592
  * AAAAAdDWBF2
@@ -34965,6 +34991,7 @@ export declare class ModifyDiskDeploymentResponse extends $tea.Model {
34965
34991
  });
34966
34992
  }
34967
34993
  export declare class ModifyDiskSpecRequest extends $tea.Model {
34994
+ destinationZoneId?: string;
34968
34995
  /**
34969
34996
  * @remarks
34970
34997
  * The new disk category of the cloud disk. Valid values:
@@ -35372,7 +35399,7 @@ export declare class ModifyHaVipAttributeResponse extends $tea.Model {
35372
35399
  export declare class ModifyHpcClusterAttributeRequest extends $tea.Model {
35373
35400
  /**
35374
35401
  * @remarks
35375
- * The client token that is used to ensure the idempotence of the request. You can use the client to generate the value, but you must ensure that it is unique among different requests. The **ClientToken** value must contain only ASCII characters and cannot exceed 64 characters in length. For more information, see [How to ensure idempotency](https://help.aliyun.com/document_detail/25693.html).
35402
+ * The client token that is used to ensure the idempotence of the request. You can use the client to generate the token, but you must make sure that the token is unique among different requests. **The token can contain only ASCII characters and cannot exceed 64 characters in length.** For more information, see [How to ensure idempotence](https://help.aliyun.com/document_detail/25693.html).
35376
35403
  *
35377
35404
  * @example
35378
35405
  * 123e4567-e89b-12d3-a456-426655440000
@@ -35380,7 +35407,7 @@ export declare class ModifyHpcClusterAttributeRequest extends $tea.Model {
35380
35407
  clientToken?: string;
35381
35408
  /**
35382
35409
  * @remarks
35383
- * The description of the HPC cluster. The description must be 2 to 256 characters in length and cannot start with http:// or https://.
35410
+ * The description of the HPC cluster. The description must be 2 to 256 characters in length, and cannot start with http:// or https://.
35384
35411
  *
35385
35412
  * This parameter is empty by default.
35386
35413
  *
@@ -35400,7 +35427,7 @@ export declare class ModifyHpcClusterAttributeRequest extends $tea.Model {
35400
35427
  hpcClusterId?: string;
35401
35428
  /**
35402
35429
  * @remarks
35403
- * The name of the HPC cluster. The name must be 2 to 128 characters in length. It must start with a letter but cannot start with http:// or https://. It can contain letters, digits, underscores (_), and hyphens (-).
35430
+ * The name of the HPC cluster. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with http:// or https://. The name can contain letters, digits, underscores (_), and hyphens (-).
35404
35431
  *
35405
35432
  * This parameter is empty by default.
35406
35433
  *
@@ -35414,13 +35441,16 @@ export declare class ModifyHpcClusterAttributeRequest extends $tea.Model {
35414
35441
  */
35415
35442
  ownerAccount?: string;
35416
35443
  /**
35444
+ * @remarks
35445
+ * RAM用户的虚拟账号ID。
35446
+ *
35417
35447
  * @example
35418
35448
  * 1234567890
35419
35449
  */
35420
35450
  ownerId?: number;
35421
35451
  /**
35422
35452
  * @remarks
35423
- * The region ID of the HPC cluster. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
35453
+ * The region ID. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
35424
35454
  *
35425
35455
  * This parameter is required.
35426
35456
  *
@@ -35429,11 +35459,17 @@ export declare class ModifyHpcClusterAttributeRequest extends $tea.Model {
35429
35459
  */
35430
35460
  regionId?: string;
35431
35461
  /**
35462
+ * @remarks
35463
+ * 资源主账号的账号名称。
35464
+ *
35432
35465
  * @example
35433
35466
  * EcsforCloud
35434
35467
  */
35435
35468
  resourceOwnerAccount?: string;
35436
35469
  /**
35470
+ * @remarks
35471
+ * 资源主账号的ID,亦即UID。
35472
+ *
35437
35473
  * @example
35438
35474
  * 1234567890
35439
35475
  */
@@ -35451,7 +35487,7 @@ export declare class ModifyHpcClusterAttributeRequest extends $tea.Model {
35451
35487
  export declare class ModifyHpcClusterAttributeResponseBody extends $tea.Model {
35452
35488
  /**
35453
35489
  * @remarks
35454
- * The ID of the request.
35490
+ * The request ID.
35455
35491
  *
35456
35492
  * @example
35457
35493
  * 473469C7-AA6F-4DC5-B3DB-A3DC0DE3C83E
@@ -35488,13 +35524,11 @@ export declare class ModifyImageAttributeRequest extends $tea.Model {
35488
35524
  * @remarks
35489
35525
  * The new boot mode of the image. Valid values:
35490
35526
  *
35491
- * * BIOS: Basic Input/Output System (BIOS)
35492
- * * UEFI: Unified Extensible Firmware Interface (UEFI)
35493
- * * UEFI-Preferred: BIOS and UEFI
35494
- *
35495
- * > Before you change the boot mode, we recommend that you obtain the boot modes supported by the image. If you specify an unsupported boot mode for the image, ECS instances that use the image cannot start as expected. If you do not know which boot modes are supported by the image, we recommend that you use the image check feature to perform a check. For information about the image check feature, see [Overview](https://help.aliyun.com/document_detail/439819.html).
35527
+ * * BIOS: BIOS mode
35528
+ * * UEFI: Unified Extensible Firmware Interface (UEFI) mode
35529
+ * * UEFI-Preferred: BIOS mode and UEFI mode
35496
35530
  *
35497
- * > For information about the UEFI-Preferred boot mode, see [Best practices for ECS instance boot modes](https://help.aliyun.com/document_detail/2244655.html).
35531
+ * > Before you change this parameter, make sure that you are familiar with the boot modes supported by the image. If you specify a boot mode that is not supported by the image, ECS instances created from the image cannot start as expected. For information about the boot modes of images, see the [Boot modes of custom images](~~2244655#b9caa9b8bb1wf~~) section of the "Best practices for ECS instance boot modes" topic.
35498
35532
  *
35499
35533
  * @example
35500
35534
  * BIOS
@@ -35900,10 +35934,14 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
35900
35934
  * @remarks
35901
35935
  * Specifies whether to enable the Jumbo Frames feature for the instance. Valid values:
35902
35936
  *
35903
- * * true
35904
- * * false
35937
+ * * true: The Jumbo Frame feature is enabled for the instance.
35938
+ * * false: The Jumbo Frame feature is disabled for the instance.
35939
+ *
35940
+ * Take note of the following items:
35905
35941
  *
35906
- * You can enable the Jumbo Frames feature only for specific instance types. For more information, see [MTU and jumbo frames](https://help.aliyun.com/document_detail/200512.html).
35942
+ * * The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
35943
+ * * The instance must reside in a VPC.
35944
+ * * After the Jumbo Frames feature is enabled, the MTU value of the instance is set to 8500. After the Jumbo Frames feature is disabled, the MTU value of the instance is set to 1500. You can enable the Jumbo Frames feature only for specific instance types. For more information, see [Jumbo Frames](https://help.aliyun.com/document_detail/200512.html).
35907
35945
  *
35908
35946
  * @example
35909
35947
  * false
@@ -35913,8 +35951,8 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
35913
35951
  * @remarks
35914
35952
  * The hostname of the instance. Take note of the following items:
35915
35953
  *
35916
- * * When you change the hostname of the instance, the instance cannot be in the Creating (`Pending`) or Starting (`Starting`) state. Otherwise, the new hostname and the configurations in `/etc/hosts` may not take effect. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/25506.html) operation to query the status of the instance.
35917
- * * After you change the hostname, you must call the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation for the new hostname to take effect.
35954
+ * * The instance cannot be in the Creating (`Pending`) or Starting (`Starting`) state. Otherwise, the new hostname and the configurations in the `/etc/hosts` file may not take effect. You can call the [DescribeInstances](https://help.aliyun.com/document_detail/25506.html) operation to query the status of the instance.
35955
+ * * The parameter takes effect after the instance is restarted. You can restart an instance in the ECS console. For more information, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html). You can also call the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation to restart the instance. The parameter cannot take effect if you restart an instance within the operating system.
35918
35956
  *
35919
35957
  * The following limits apply to the hostnames of instances that run different operating systems:
35920
35958
  *
@@ -35945,7 +35983,11 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
35945
35983
  instanceName?: string;
35946
35984
  /**
35947
35985
  * @remarks
35948
- * The number of queues supported by the primary ENI.
35986
+ * The number of queues supported by the primary elastic network interface (ENI) of the instance. Take note of the following items:
35987
+ *
35988
+ * * The instance must be in the Stopped (`Stopped`) state.
35989
+ * * The number of queues supported by an ENI cannot exceed the maximum number of queues that the instance type allows for each ENI. The total number of queues on all ENIs on the instance cannot exceed the queue quota that the instance type supports. To query the maximum number of queues that an instance type allows for each ENI and the queue quota for the instance type, call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation.
35990
+ * * If you set this parameter to -1, the value is reset to the default value for the instance type. To query the default number of queues of an ENI of each instance type, call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation.
35949
35991
  *
35950
35992
  * @example
35951
35993
  * 8
@@ -35955,11 +35997,10 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
35955
35997
  ownerId?: number;
35956
35998
  /**
35957
35999
  * @remarks
35958
- * The password of the instance. The password must be 8 to 30 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. The following special characters are supported:
35959
- *
35960
- * ( ) ` ~ ! @ # $ % ^ & * - _ + = | { } [ ] : ; \\" < > , . ? /
36000
+ * The password of the instance. The password must be 8 to 30 characters in length and contain at least three of the following character types: uppercase letters, lowercase letters, digits, and special characters. Special characters include **( ) \\` ~ ! @ # $ % ^ & \\* - _ + = | { } [ ] : ; \\" < > , . ? /** The password of a Windows instance cannot start with a forward slash (/). Take note of the following items:
35961
36001
  *
35962
- * The password of a Windows instance cannot start with a forward slash (/).
36002
+ * * The instance cannot be in the Starting (`Starting`) state.
36003
+ * * The parameter takes effect after the instance is restarted. You can restart an instance in the ECS console. For more information, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html). You can also call the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation to restart the instance. The parameter cannot take effect if you restart an instance within the operating system.
35963
36004
  *
35964
36005
  * > For security reasons, we recommend that you use HTTPS to send requests if `Password` is specified.
35965
36006
  *
@@ -35989,14 +36030,15 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
35989
36030
  resourceOwnerId?: number;
35990
36031
  /**
35991
36032
  * @remarks
35992
- * The IDs of replacement security groups.
36033
+ * The IDs of the new security groups to which to assign the instance. Take note of the following items:
35993
36034
  *
35994
- * * All security group IDs must be unique.
35995
- * * The instance is moved from the current security groups to the replacement security groups. If you want the instance to remain in the current security groups, add the IDs of the current security groups to the list.
35996
- * * You can move the instance to security groups of a different type. However, the list cannot contain the IDs of both basic and advanced security groups.
36035
+ * * The security group IDs in the array cannot be duplicate. The length of the array is related to the quota of security groups to which the instance can be assigned. For more information, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section in the "Limits and quotas" topic.
36036
+ * * The instance is moved from the current security groups to the replacement security groups. If you want the instance to remain in the current security groups, add the IDs of the current security groups to the array.
36037
+ * * You can move the instance to security groups of a different type. However, the array cannot contain the IDs of both basic and advanced security groups.
35997
36038
  * * The security groups and the instance must belong to the same VPC.
35998
- * * The valid values of N vary based on the maximum number of security groups to which the instance can belong. For more information, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section in the "Limits and quotas" topic.
35999
- * * New security groups become valid for the instance after a short delay.
36039
+ * * Security groups of instances in the classic network cannot be changed.
36040
+ *
36041
+ * > New security groups become valid for the instance after a short delay.
36000
36042
  *
36001
36043
  * @example
36002
36044
  * sg-bp15ed6xe1yxeycg7o****
@@ -36004,9 +36046,12 @@ export declare class ModifyInstanceAttributeRequest extends $tea.Model {
36004
36046
  securityGroupIds?: string[];
36005
36047
  /**
36006
36048
  * @remarks
36007
- * The user data of the instance. The user data must be encoded in Base64.
36049
+ * The user data of the instance. We recommend that you encode the data in Base64. Take note of the following items:
36008
36050
  *
36009
- * The maximum size of the raw data before encoding is 32 KB. We recommend that you do not pass in confidential information such as passwords and private keys in plaintext. If you must pass in confidential information, we recommend that you encrypt and Base64-encode the information before you pass it in. Then, you can decode and decrypt the information in the same way within the instance.
36051
+ * * The instance must meet the limits for user data. For more information, see [Initialize an instance by using instance user data](https://help.aliyun.com/document_detail/49121.html).
36052
+ * * After you restart the instance, the new user data is displayed but not run as scripts.
36053
+ *
36054
+ * > The maximum size of the raw data before encoding is 32 KB. We recommend that you do not pass in confidential information such as passwords and private keys in plaintext. If you must pass in confidential information, we recommend that you encrypt and Base64-encode the information before you pass it in. Then, you can decode and decrypt the information in the same way within the instance.
36010
36055
  *
36011
36056
  * @example
36012
36057
  * ZWNobyBoZWxsbyBlY3Mh
@@ -37825,7 +37870,7 @@ export declare class ModifyManagedInstanceRequest extends $tea.Model {
37825
37870
  instanceId?: string;
37826
37871
  /**
37827
37872
  * @remarks
37828
- * The request ID.
37873
+ * The new name of the managed instance. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with a special character or a digit. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:) and cannot start with `http://` or `https://`.
37829
37874
  *
37830
37875
  * This parameter is required.
37831
37876
  *
@@ -37837,7 +37882,9 @@ export declare class ModifyManagedInstanceRequest extends $tea.Model {
37837
37882
  ownerId?: number;
37838
37883
  /**
37839
37884
  * @remarks
37840
- * The ID of the managed instance.
37885
+ * The region ID. Supported regions: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Ulanqab), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), China (Guangzhou), China (Chengdu), China (Hong Kong), Singapore, Japan (Tokyo), US (Silicon Valley), and US (Virginia).
37886
+ *
37887
+ * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
37841
37888
  *
37842
37889
  * This parameter is required.
37843
37890
  *
@@ -38648,7 +38695,9 @@ export declare class ModifyReservedInstancesRequest extends $tea.Model {
38648
38695
  ownerId?: number;
38649
38696
  /**
38650
38697
  * @remarks
38651
- * The IDs of reserved instances. Valid values of N: 1 to 20.
38698
+ * The region ID of the reserved instance.
38699
+ *
38700
+ * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
38652
38701
  *
38653
38702
  * This parameter is required.
38654
38703
  *
@@ -39338,7 +39387,7 @@ export declare class ModifySecurityGroupRuleRequest extends $tea.Model {
39338
39387
  ipv6SourceCidrIp?: string;
39339
39388
  /**
39340
39389
  * @remarks
39341
- * The network interface controller (NIC) type.
39390
+ * The type of the network interface controller (NIC).
39342
39391
  *
39343
39392
  * > You cannot modify this parameter when you modify a security group rule by specifying the ID of the rule. If you want to change the NIC type of a security group rule, you can create a security group rule of a desired NIC type and delete the existing rule.
39344
39393
  *
@@ -39639,7 +39688,7 @@ export declare class ModifySnapshotGroupRequest extends $tea.Model {
39639
39688
  description?: string;
39640
39689
  /**
39641
39690
  * @remarks
39642
- * The new name of the snapshot-consistent group. The name must be 2 to 128 characters in length. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:). The name must start with a letter and cannot start with `http://` or `https://`.
39691
+ * The new name of the snapshot-consistent group. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with a `http://` or `https://`. The name can contain letters, digits, periods (.), underscores (_), hyphens (-), and colons (:).
39643
39692
  *
39644
39693
  * @example
39645
39694
  * testName02
@@ -40419,7 +40468,7 @@ export declare class PurchaseReservedInstancesOfferingRequest extends $tea.Model
40419
40468
  platform?: string;
40420
40469
  /**
40421
40470
  * @remarks
40422
- * The region ID of the instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
40471
+ * The ID of the region in which to purchase a reserved instance. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
40423
40472
  *
40424
40473
  * This parameter is required.
40425
40474
  *
@@ -40460,9 +40509,9 @@ export declare class PurchaseReservedInstancesOfferingRequest extends $tea.Model
40460
40509
  scope?: string;
40461
40510
  /**
40462
40511
  * @remarks
40463
- * The time when the reserved instance takes effect. Specify the time in the [ISO 8601 standard](https://help.aliyun.com/document_detail/25696.html) in the `yyyy-MM-ddTHHZ` format. The time must be in UTC.
40512
+ * The time when you want the reserved instance to take effect. Specify the time in the [ISO 8601 standard](https://help.aliyun.com/document_detail/25696.html) in the `yyyy-MM-ddTHHZ` format. The time must be in UTC.
40464
40513
  *
40465
- * > If you do not specify this parameter, the reserved instance takes effect starting on the hour when the reserved instance is purchased. For example, if you purchased a reserved instance at 13:45:35 on November 1, 2024, the instance took effect starting 13:00:00 on November 1, 2024.
40514
+ * > If you do not specify this parameter, the reserved instance takes effect starting on the hour when the reserved instance is purchased. For example, if you purchase a reserved instance at 13:45:35 on November 1, 2024, the reserved instance takes effect starting 13:00:00 on November 1, 2024.
40466
40515
  *
40467
40516
  * @example
40468
40517
  * 2024-07-04T15Z
@@ -40475,7 +40524,7 @@ export declare class PurchaseReservedInstancesOfferingRequest extends $tea.Model
40475
40524
  tag?: PurchaseReservedInstancesOfferingRequestTag[];
40476
40525
  /**
40477
40526
  * @remarks
40478
- * The ID of the zone in which to purchase the reserved instance. This parameter is required when `Scope` is set to `Zone`. You can call the [DescribeZones](https://help.aliyun.com/document_detail/25610.html) operation to query the most recent zone list.
40527
+ * The ID of the zone in which to purchase the reserved instance. This parameter takes effect and is required only if you set `Scope` to `Zone`. You can call the [DescribeZones](https://help.aliyun.com/document_detail/25610.html) operation to query the most recent zone list.
40479
40528
  *
40480
40529
  * @example
40481
40530
  * cn-hangzhou-g
@@ -40768,7 +40817,10 @@ export declare class ReActivateInstancesResponse extends $tea.Model {
40768
40817
  export declare class ReInitDiskRequest extends $tea.Model {
40769
40818
  /**
40770
40819
  * @remarks
40771
- * Specifies whether to automatically start the instance after the disk is re-initialized.
40820
+ * Specifies whether to automatically start the instance after the disk is re-initialized. Valid values:
40821
+ *
40822
+ * * true
40823
+ * * false
40772
40824
  *
40773
40825
  * Default value: false.
40774
40826
  *
@@ -42258,7 +42310,9 @@ export declare class ReplaceSystemDiskRequest extends $tea.Model {
42258
42310
  imageId?: string;
42259
42311
  /**
42260
42312
  * @remarks
42261
- * The instance ID.
42313
+ * The ID of the instance whose operating system you want to replace.
42314
+ *
42315
+ * > Make sure that the instance is in the `Stopped` (`Stopped`) state.
42262
42316
  *
42263
42317
  * This parameter is required.
42264
42318
  *
@@ -42554,7 +42608,7 @@ export declare class ReportInstancesStatusResponse extends $tea.Model {
42554
42608
  export declare class ResetDiskRequest extends $tea.Model {
42555
42609
  /**
42556
42610
  * @remarks
42557
- * The ID of the disk that you want to roll back.
42611
+ * The ID of the cloud disk that you want to roll back.
42558
42612
  *
42559
42613
  * This parameter is required.
42560
42614
  *
@@ -42581,7 +42635,7 @@ export declare class ResetDiskRequest extends $tea.Model {
42581
42635
  resourceOwnerId?: number;
42582
42636
  /**
42583
42637
  * @remarks
42584
- * The ID of the snapshot that you want to use to roll back the disk.
42638
+ * The ID of the snapshot that you want to use to roll back the cloud disk.
42585
42639
  *
42586
42640
  * This parameter is required.
42587
42641
  *
@@ -42853,8 +42907,8 @@ export declare class ResizeDiskRequest extends $tea.Model {
42853
42907
  * @remarks
42854
42908
  * The method that you want to use to resize the disk. Valid values:
42855
42909
  *
42856
- * * offline (default): resizes the disk offline. After you resize a disk offline, you must restart the ECS instance to which the disk is attached in the ECS console or by calling the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation to allow the resizing operation to take effect. For information about how to restart an ECS instance in the ECS console, see [Restart an ECS instance](https://help.aliyun.com/document_detail/25440.html).
42857
- * * online: resizes the disk online. After you resize a disk online, the resizing operation immediately takes effect. You do not need to restart the ECS instance to which the disk is attached. You can resize ultra disks, standard SSDs, Enterprise SSDs (ESSDs), and elastic ephemeral disks online.
42910
+ * * offline (default): resizes the disk offline. After you resize a disk offline, you must restart the associated instance in the ECS console or by calling the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation for the resizing operation to take effect. For information about how to restart an ECS instance in the ECS console, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html).
42911
+ * * online: resizes the disk online. After you resize a disk online, the resizing operation immediately takes effect. You do not need to restart the associated instance. You can resize ultra disks, standard SSDs, Enterprise SSDs (ESSDs), and elastic ephemeral disks online.
42858
42912
  *
42859
42913
  * @example
42860
42914
  * offline
@@ -42986,7 +43040,7 @@ export declare class RevokeSecurityGroupRequest extends $tea.Model {
42986
43040
  ownerId?: number;
42987
43041
  /**
42988
43042
  * @remarks
42989
- * Security group rule N. Valid values of N: 1 to 100.
43043
+ * The content of security group rules. You can specify 1 to 100 security group rules in a request.
42990
43044
  */
42991
43045
  permissions?: RevokeSecurityGroupRequestPermissions[];
42992
43046
  /**
@@ -43043,7 +43097,7 @@ export declare class RevokeSecurityGroupRequest extends $tea.Model {
43043
43097
  securityGroupId?: string;
43044
43098
  /**
43045
43099
  * @remarks
43046
- * The IDs of the security group rules. Valid values of N: 1 to 100.
43100
+ * The security group rule IDs. You can specify 1 to 100 security group rule IDs in a request.
43047
43101
  */
43048
43102
  securityGroupRuleId?: string[];
43049
43103
  /**
@@ -43264,7 +43318,7 @@ export declare class RevokeSecurityGroupEgressRequest extends $tea.Model {
43264
43318
  ownerId?: number;
43265
43319
  /**
43266
43320
  * @remarks
43267
- * Security group rule N. Valid values of N: 1 to 100.
43321
+ * An array of security group rules. You can specify 1 to 100 security group rules.
43268
43322
  */
43269
43323
  permissions?: RevokeSecurityGroupEgressRequestPermissions[];
43270
43324
  /**
@@ -43321,7 +43375,7 @@ export declare class RevokeSecurityGroupEgressRequest extends $tea.Model {
43321
43375
  securityGroupId?: string;
43322
43376
  /**
43323
43377
  * @remarks
43324
- * The ID of security group rule N. Valid values of N: 1 to 100.
43378
+ * An array of security group rule IDs. You can specify 1 to 100 security group rules.
43325
43379
  */
43326
43380
  securityGroupRuleId?: string[];
43327
43381
  /**
@@ -45237,7 +45291,7 @@ export declare class StartImagePipelineExecutionRequest extends $tea.Model {
45237
45291
  tag?: StartImagePipelineExecutionRequestTag[];
45238
45292
  /**
45239
45293
  * @remarks
45240
- * > This parameter is deprecated.
45294
+ * > This parameter is deprecated.
45241
45295
  *
45242
45296
  * @deprecated
45243
45297
  */
@@ -46845,8 +46899,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46845
46899
  * @remarks
46846
46900
  * The description of the security group rule. The description must be 1 to 512 characters in length.
46847
46901
  *
46848
- * Valid values of N: 1 to 100.
46849
- *
46850
46902
  * @example
46851
46903
  * This is description.
46852
46904
  */
@@ -46857,8 +46909,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46857
46909
  *
46858
46910
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
46859
46911
  *
46860
- * Valid values of N: 1 to 100.
46861
- *
46862
46912
  * @example
46863
46913
  * 10.0.0.0/8
46864
46914
  */
@@ -46886,8 +46936,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46886
46936
  *
46887
46937
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
46888
46938
  *
46889
- * Valid values of N: 1 to 100.
46890
- *
46891
46939
  * > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
46892
46940
  *
46893
46941
  * @example
@@ -46898,8 +46946,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46898
46946
  * @remarks
46899
46947
  * The source IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
46900
46948
  *
46901
- * Valid values of N: 1 to 100.
46902
- *
46903
46949
  * > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `SourceCidrIp` in the same request.
46904
46950
  *
46905
46951
  * @example
@@ -46919,8 +46965,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46919
46965
  *
46920
46966
  * Default value: internet.
46921
46967
  *
46922
- * Valid values of N: 1 to 100.
46923
- *
46924
46968
  * @example
46925
46969
  * intranet
46926
46970
  */
@@ -46934,8 +46978,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46934
46978
  *
46935
46979
  * Default value: accept.
46936
46980
  *
46937
- * Valid values of N: 1 to 100.
46938
- *
46939
46981
  * @example
46940
46982
  * accept
46941
46983
  */
@@ -46951,8 +46993,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46951
46993
  *
46952
46994
  * For more information, see [Common ports](https://help.aliyun.com/document_detail/40724.html).
46953
46995
  *
46954
- * Valid values of N: 1 to 100.
46955
- *
46956
46996
  * @example
46957
46997
  * 80/80
46958
46998
  */
@@ -46963,8 +47003,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46963
47003
  *
46964
47004
  * Default value: 1.
46965
47005
  *
46966
- * Valid values of N: 1 to 100.
46967
- *
46968
47006
  * @example
46969
47007
  * 1
46970
47008
  */
@@ -46973,8 +47011,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46973
47011
  * @remarks
46974
47012
  * The source IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
46975
47013
  *
46976
- * Valid values of N: 1 to 100.
46977
- *
46978
47014
  * @example
46979
47015
  * 10.0.0.0/8
46980
47016
  */
@@ -46987,13 +47023,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
46987
47023
  * * If you specify `SourceGroupId` but do not specify `SourceCidrIp` or `Ipv6SourceCidrIp`, you must set `NicType` to `intranet`.
46988
47024
  * * If you specify both `SourceGroupId` and `SourceCidrIp`, `SourceCidrIp` takes precedence.
46989
47025
  *
46990
- * Valid values of N: 1 to 100.
46991
- *
46992
- * When you specify this parameter, take note of the following items:
46993
- *
46994
- * * In advanced security groups, security groups cannot be used as authorization objects.
46995
- * * In each basic security group, up to 20 security groups can be used as authorization objects in security group rules.
46996
- *
46997
47026
  * @example
46998
47027
  * sg-bp67acfmxazb4p****
46999
47028
  */
@@ -47005,8 +47034,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
47005
47034
  * * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are empty, access permissions are configured for another security group in your Alibaba Cloud account.
47006
47035
  * * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount` is ignored.
47007
47036
  *
47008
- * Valid values of N: 1 to 100.
47009
- *
47010
47037
  * @example
47011
47038
  * test@aliyun.com
47012
47039
  */
@@ -47018,8 +47045,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
47018
47045
  * * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are empty, access permissions are configured for another security group in your Alibaba Cloud account.
47019
47046
  * * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount` is ignored.
47020
47047
  *
47021
- * Valid values of N: 1 to 100.
47022
- *
47023
47048
  * @example
47024
47049
  * 1234567890
47025
47050
  */
@@ -47035,8 +47060,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
47035
47060
  *
47036
47061
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
47037
47062
  *
47038
- * Valid values of N: 1 to 100.
47039
- *
47040
47063
  * @example
47041
47064
  * 7000/8000
47042
47065
  */
@@ -47045,8 +47068,6 @@ export declare class AuthorizeSecurityGroupRequestPermissions extends $tea.Model
47045
47068
  * @remarks
47046
47069
  * The ID of the source prefix list of the security group rule. You can call the [DescribePrefixLists](https://help.aliyun.com/document_detail/205046.html) operation to query the IDs of available prefix lists.
47047
47070
  *
47048
- * Valid values of N: 1 to 100.
47049
- *
47050
47071
  * When you specify this parameter, take note of the following items:
47051
47072
  *
47052
47073
  * * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
@@ -47091,11 +47112,6 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
47091
47112
  * * If you specify `DestGroupId` but do not specify `DestCidrIp`, you must set `NicType` to intranet.
47092
47113
  * * If you specify both `DestGroupId` and `DestCidrIp`, `DestCidrIp` takes precedence.
47093
47114
  *
47094
- * When you specify this parameter, take note of the following items:
47095
- *
47096
- * * Advanced security groups do not support security group rules that reference security groups as authorization objects.
47097
- * * Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
47098
- *
47099
47115
  * @example
47100
47116
  * sg-bp67acfmxazb4p****
47101
47117
  */
@@ -47162,7 +47178,7 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
47162
47178
  ipv6DestCidrIp?: string;
47163
47179
  /**
47164
47180
  * @remarks
47165
- * The source IPv6 CIDR block. IPv6 CIDR blocks and IPv6 addresses are supported.
47181
+ * The source IPv6 CIDR block or IPv6 address.
47166
47182
  *
47167
47183
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
47168
47184
  *
@@ -47263,7 +47279,7 @@ export declare class AuthorizeSecurityGroupEgressRequestPermissions extends $tea
47263
47279
  export declare class CancelImagePipelineExecutionRequestTemplateTag extends $tea.Model {
47264
47280
  /**
47265
47281
  * @remarks
47266
- * > This parameter is deprecated.
47282
+ * > This parameter is not publicly available.
47267
47283
  *
47268
47284
  * @example
47269
47285
  * null
@@ -47271,7 +47287,7 @@ export declare class CancelImagePipelineExecutionRequestTemplateTag extends $tea
47271
47287
  key?: string;
47272
47288
  /**
47273
47289
  * @remarks
47274
- * > This parameter is deprecated.
47290
+ * > This parameter is not publicly available.
47275
47291
  *
47276
47292
  * @example
47277
47293
  * null
@@ -49254,7 +49270,7 @@ export declare class CreateAutoProvisioningGroupResponseBodyLaunchResults extend
49254
49270
  export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfigurationArn extends $tea.Model {
49255
49271
  /**
49256
49272
  * @remarks
49257
- * This parameter is not publicly available.
49273
+ * > This parameter is not publicly available.
49258
49274
  *
49259
49275
  * @example
49260
49276
  * 1000000000
@@ -49262,7 +49278,7 @@ export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfigurationA
49262
49278
  assumeRoleFor?: number;
49263
49279
  /**
49264
49280
  * @remarks
49265
- * This parameter is not publicly available.
49281
+ * > This parameter is not publicly available.
49266
49282
  *
49267
49283
  * @example
49268
49284
  * hide
@@ -49270,7 +49286,7 @@ export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfigurationA
49270
49286
  roleType?: string;
49271
49287
  /**
49272
49288
  * @remarks
49273
- * This parameter is not publicly available.
49289
+ * > This parameter is not publicly available.
49274
49290
  *
49275
49291
  * @example
49276
49292
  * hide
@@ -49289,7 +49305,7 @@ export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfigurationA
49289
49305
  export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfiguration extends $tea.Model {
49290
49306
  /**
49291
49307
  * @remarks
49292
- * This parameter is not publicly available.
49308
+ * > This parameter is not publicly available.
49293
49309
  */
49294
49310
  arn?: CreateAutoSnapshotPolicyRequestCopyEncryptionConfigurationArn[];
49295
49311
  /**
@@ -49307,7 +49323,7 @@ export declare class CreateAutoSnapshotPolicyRequestCopyEncryptionConfiguration
49307
49323
  encrypted?: boolean;
49308
49324
  /**
49309
49325
  * @remarks
49310
- * The ID of the KMS key used in cross-region snapshot replication and encryption.
49326
+ * The ID of the Key Management Service (KMS) key used in cross-region snapshot replication and encryption.
49311
49327
  *
49312
49328
  * @example
49313
49329
  * 0e478b7a-4262-4802-b8cb-00d3fb40826X
@@ -49647,6 +49663,10 @@ export declare class CreateImageRequestDiskDeviceMapping extends $tea.Model {
49647
49663
  });
49648
49664
  }
49649
49665
  export declare class CreateImageRequestFeatures extends $tea.Model {
49666
+ /**
49667
+ * @example
49668
+ * v2
49669
+ */
49650
49670
  imdsSupport?: string;
49651
49671
  static names(): {
49652
49672
  [key: string]: string;
@@ -51103,6 +51123,7 @@ export declare class CreateNetworkInterfaceRequestConnectionTrackingConfiguratio
51103
51123
  });
51104
51124
  }
51105
51125
  export declare class CreateNetworkInterfaceRequestEnhancedNetwork extends $tea.Model {
51126
+ enableRss?: boolean;
51106
51127
  /**
51107
51128
  * @remarks
51108
51129
  * > This parameter is not publicly available.
@@ -51597,13 +51618,16 @@ export declare class CreateSnapshotGroupRequestTag extends $tea.Model {
51597
51618
  }
51598
51619
  export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51599
51620
  /**
51621
+ * @remarks
51622
+ * The ID of the activation code.
51623
+ *
51600
51624
  * @example
51601
51625
  * 4ECEEE12-56F1-4FBC-9AB1-890F1234****
51602
51626
  */
51603
51627
  activationId?: string;
51604
51628
  /**
51605
51629
  * @remarks
51606
- * The number of instances that were deregistered.
51630
+ * The time when the activation code was created.
51607
51631
  *
51608
51632
  * @example
51609
51633
  * 2021-01-20T06:00:00Z
@@ -51611,7 +51635,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51611
51635
  creationTime?: string;
51612
51636
  /**
51613
51637
  * @remarks
51614
- * The maximum number of times that the activation code can be used to register managed instances.
51638
+ * The number of instances that were deregistered.
51615
51639
  *
51616
51640
  * @example
51617
51641
  * 0
@@ -51619,7 +51643,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51619
51643
  deregisteredCount?: number;
51620
51644
  /**
51621
51645
  * @remarks
51622
- * The number of registered instances.
51646
+ * The description of the activation code.
51623
51647
  *
51624
51648
  * @example
51625
51649
  * This is description.
@@ -51627,7 +51651,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51627
51651
  description?: string;
51628
51652
  /**
51629
51653
  * @remarks
51630
- * The description of the activation code.
51654
+ * The maximum number of times that the activation code can be used to register managed instances.
51631
51655
  *
51632
51656
  * @example
51633
51657
  * 1
@@ -51635,7 +51659,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51635
51659
  instanceCount?: number;
51636
51660
  /**
51637
51661
  * @remarks
51638
- * The IP addresses of hosts that are allowed to use the activation code.
51662
+ * The default instance name prefix.
51639
51663
  *
51640
51664
  * @example
51641
51665
  * test-InstanceName
@@ -51643,7 +51667,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51643
51667
  instanceName?: string;
51644
51668
  /**
51645
51669
  * @remarks
51646
- * The validity period of the activation code. Unit: hours.
51670
+ * The IP addresses of the hosts that are allowed to use the activation code.
51647
51671
  *
51648
51672
  * @example
51649
51673
  * 0.0.0.0/0
@@ -51651,7 +51675,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51651
51675
  ipAddressRange?: string;
51652
51676
  /**
51653
51677
  * @remarks
51654
- * The default instance name prefix.
51678
+ * The number of instances that were registered.
51655
51679
  *
51656
51680
  * @example
51657
51681
  * 0
@@ -51659,7 +51683,7 @@ export declare class DeleteActivationResponseBodyActivation extends $tea.Model {
51659
51683
  registeredCount?: number;
51660
51684
  /**
51661
51685
  * @remarks
51662
- * The ID of the activation code.
51686
+ * The validity period of the activation code. Unit: hours.
51663
51687
  *
51664
51688
  * @example
51665
51689
  * 4
@@ -53671,9 +53695,9 @@ export declare class DescribeCapacityReservationsRequestPrivatePoolOptions exten
53671
53695
  export declare class DescribeCapacityReservationsRequestTag extends $tea.Model {
53672
53696
  /**
53673
53697
  * @remarks
53674
- * The key of tag N. Valid values of N: 1 to 20.
53698
+ * The key of tag N of the capacity reservation. Valid values of N: 1 to 20.
53675
53699
  *
53676
- * If you specify a single tag to query resources, up to 1,000 resources with this tag are returned in the response. If you specify multiple tags to query resources, up to 1,000 resources with all these tags are returned in the response. To query more than 1,000 resources with the specified tags, call the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation.
53700
+ * If you specify a single tag to query resources, up to 1,000 resources to which the tag is added are returned. If you specify multiple tags to query resources, up to 1,000 resources to which all specified tags are added are returned. To query more than 1,000 resources that have specified tags added, call the [ListTagResources](https://help.aliyun.com/document_detail/110425.html) operation.
53677
53701
  *
53678
53702
  * @example
53679
53703
  * TestKey
@@ -53681,7 +53705,7 @@ export declare class DescribeCapacityReservationsRequestTag extends $tea.Model {
53681
53705
  key?: string;
53682
53706
  /**
53683
53707
  * @remarks
53684
- * The value of tag N. Valid values of N: 1 to 20.
53708
+ * The value of tag N of the capacity reservation. Valid values of N: 1 to 20.
53685
53709
  *
53686
53710
  * @example
53687
53711
  * TestValue
@@ -53926,8 +53950,8 @@ export declare class DescribeCapacityReservationsResponseBodyCapacityReservation
53926
53950
  * @remarks
53927
53951
  * The type of the private pool generated after the capacity reservation takes effect. Valid values:
53928
53952
  *
53929
- * * Open: open private pool.
53930
- * * Target: targeted private pool.
53953
+ * * Open: open private pool. If you use the capacity reservation to create Elastic Compute Service (ECS) instances, the open private pool that is associated with the capacity reservation is automatically matched. If no capacity is available in the open private pool, resources in the public pool are automatically used to create the instances.
53954
+ * * Target: targeted private pool. If you use the capacity reservation to create ECS instances, the targeted private pool that is associated with the capacity reservation is automatically matched. If no capacity is available in the private pool, the instances fail to be created.
53931
53955
  *
53932
53956
  * @example
53933
53957
  * Open
@@ -54635,8 +54659,6 @@ export declare class DescribeCommandsResponseBodyCommandsCommand extends $tea.Mo
54635
54659
  * @remarks
54636
54660
  * The launcher for script execution. The value cannot exceed 1 KB in length.
54637
54661
  *
54638
- * > This parameter is not publicly available.
54639
- *
54640
54662
  * @example
54641
54663
  * python3 -u {{ACS::ScriptFileName|Ext(".py")}}
54642
54664
  */
@@ -58918,7 +58940,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsD
58918
58940
  * @remarks
58919
58941
  * The device name of the disk. Example: /dev/xvdb.
58920
58942
  *
58921
- * > This parameter will be removed in the future. We recommend that you use other parameters to ensure future compatibility.
58943
+ * > This parameter will be removed in the future. To ensure compatibility, we recommend that you use other parameters.
58922
58944
  *
58923
58945
  * @example
58924
58946
  * /dev/xvdb
@@ -58926,7 +58948,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsD
58926
58948
  device?: string;
58927
58949
  /**
58928
58950
  * @remarks
58929
- * The format of the image.
58951
+ * The image format.
58930
58952
  *
58931
58953
  * @example
58932
58954
  * qcow2
@@ -58942,7 +58964,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsD
58942
58964
  importOSSBucket?: string;
58943
58965
  /**
58944
58966
  * @remarks
58945
- * The OSS object corresponding to the imported image file.
58967
+ * The OSS object to which the imported image belongs.
58946
58968
  *
58947
58969
  * @example
58948
58970
  * imageImport
@@ -58958,7 +58980,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsD
58958
58980
  size?: string;
58959
58981
  /**
58960
58982
  * @remarks
58961
- * The ID of the snapshot.
58983
+ * The snapshot ID.
58962
58984
  *
58963
58985
  * @example
58964
58986
  * s-bp17ot2q7x72ggtw****
@@ -58966,7 +58988,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappingsD
58966
58988
  snapshotId?: string;
58967
58989
  /**
58968
58990
  * @remarks
58969
- * The type of the image.
58991
+ * The image type.
58970
58992
  *
58971
58993
  * @example
58972
58994
  * custom
@@ -58997,7 +59019,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageDiskDeviceMappings
58997
59019
  export declare class DescribeImageFromFamilyResponseBodyImageTagsTag extends $tea.Model {
58998
59020
  /**
58999
59021
  * @remarks
59000
- * The tag key of the image.
59022
+ * The tag key of the custom image.
59001
59023
  *
59002
59024
  * @example
59003
59025
  * TestKey
@@ -59005,7 +59027,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageTagsTag extends $te
59005
59027
  tagKey?: string;
59006
59028
  /**
59007
59029
  * @remarks
59008
- * The tag value of the image.
59030
+ * The tag value of the custom image.
59009
59031
  *
59010
59032
  * @example
59011
59033
  * TestValue
@@ -59036,7 +59058,7 @@ export declare class DescribeImageFromFamilyResponseBodyImageTags extends $tea.M
59036
59058
  export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model {
59037
59059
  /**
59038
59060
  * @remarks
59039
- * The image architecture. Valid values:
59061
+ * The architecture of the image. Valid values:
59040
59062
  *
59041
59063
  * * i386
59042
59064
  * * x86_64
@@ -59055,7 +59077,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59055
59077
  creationTime?: string;
59056
59078
  /**
59057
59079
  * @remarks
59058
- * The description of the image.
59080
+ * The description of the volume.
59059
59081
  *
59060
59082
  * @example
59061
59083
  * testDescription
@@ -59063,7 +59085,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59063
59085
  description?: string;
59064
59086
  /**
59065
59087
  * @remarks
59066
- * The mappings between the disks and snapshots under the image.
59088
+ * The mappings between the disk and the snapshot in the image.
59067
59089
  */
59068
59090
  diskDeviceMappings?: DescribeImageFromFamilyResponseBodyImageDiskDeviceMappings;
59069
59091
  /**
@@ -59076,7 +59098,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59076
59098
  imageFamily?: string;
59077
59099
  /**
59078
59100
  * @remarks
59079
- * The ID of the image.
59101
+ * The image ID.
59080
59102
  *
59081
59103
  * @example
59082
59104
  * m-bp1g7004ksh0oeuc****
@@ -59094,10 +59116,10 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59094
59116
  * @remarks
59095
59117
  * The alias of the image owner. Valid values:
59096
59118
  *
59097
- * - system: public images provided by Alibaba Cloud
59098
- * - self: your custom images
59099
- * - others: shared images from other Alibaba Cloud accounts
59100
- * - marketplace: Alibaba Cloud Marketplace images
59119
+ * * system: public images provided by Alibaba Cloud
59120
+ * * self: your custom images
59121
+ * * others: shared images from other Alibaba Cloud accounts
59122
+ * * marketplace: Alibaba Cloud Marketplace images
59101
59123
  *
59102
59124
  * @example
59103
59125
  * self
@@ -59105,7 +59127,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59105
59127
  imageOwnerAlias?: string;
59106
59128
  /**
59107
59129
  * @remarks
59108
- * The version of the image.
59130
+ * The image version.
59109
59131
  *
59110
59132
  * @example
59111
59133
  * 2
@@ -59121,7 +59143,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59121
59143
  isCopied?: boolean;
59122
59144
  /**
59123
59145
  * @remarks
59124
- * Indicates whether the image has been shared to other Alibaba Cloud accounts.
59146
+ * Indicates whether the custom image was shared to other Alibaba Cloud accounts.
59125
59147
  *
59126
59148
  * @example
59127
59149
  * true
@@ -59129,7 +59151,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59129
59151
  isSelfShared?: string;
59130
59152
  /**
59131
59153
  * @remarks
59132
- * Indicates whether you have subscribed to the image corresponding to the specified product code.
59154
+ * Indicates whether you have subscribed to the service terms of the image product corresponding to the image product code.
59133
59155
  *
59134
59156
  * @example
59135
59157
  * false
@@ -59137,7 +59159,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59137
59159
  isSubscribed?: boolean;
59138
59160
  /**
59139
59161
  * @remarks
59140
- * Indicates whether the image supports cloud-init.
59162
+ * Indicates whether cloud-init is supported.
59141
59163
  *
59142
59164
  * @example
59143
59165
  * true
@@ -59153,7 +59175,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59153
59175
  isSupportIoOptimized?: boolean;
59154
59176
  /**
59155
59177
  * @remarks
59156
- * The name of the operating system.
59178
+ * The display name of the operating system in Chinese.
59157
59179
  *
59158
59180
  * @example
59159
59181
  * Alibaba Cloud Linux 2.1903
@@ -59163,8 +59185,8 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59163
59185
  * @remarks
59164
59186
  * The type of the operating system. Valid values:
59165
59187
  *
59166
- * - windows
59167
- * - linux
59188
+ * * windows
59189
+ * * linux
59168
59190
  *
59169
59191
  * @example
59170
59192
  * linux
@@ -59172,7 +59194,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59172
59194
  OSType?: string;
59173
59195
  /**
59174
59196
  * @remarks
59175
- * The platform of the operating system.
59197
+ * The operating system.
59176
59198
  *
59177
59199
  * @example
59178
59200
  * Aliyun
@@ -59188,7 +59210,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59188
59210
  productCode?: string;
59189
59211
  /**
59190
59212
  * @remarks
59191
- * The image creation progress. Unit: percent (%).
59213
+ * The image creation progress in percentage.
59192
59214
  *
59193
59215
  * @example
59194
59216
  * 100
@@ -59204,12 +59226,12 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59204
59226
  size?: number;
59205
59227
  /**
59206
59228
  * @remarks
59207
- * The status of the image. Valid values:
59229
+ * The state of the image. Valid values:
59208
59230
  *
59209
- * - UnAvailable: The image is unavailable.
59210
- * - Available: The image is available.
59211
- * - Creating: The image is being created.
59212
- * - CreateFailed: The image failed to be created.
59231
+ * * UnAvailable
59232
+ * * Available
59233
+ * * Creating
59234
+ * * CreateFailed
59213
59235
  *
59214
59236
  * @example
59215
59237
  * Available
@@ -59217,15 +59239,15 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59217
59239
  status?: string;
59218
59240
  /**
59219
59241
  * @remarks
59220
- * An array that consists of Tag data.
59242
+ * The tags of the image.
59221
59243
  */
59222
59244
  tags?: DescribeImageFromFamilyResponseBodyImageTags;
59223
59245
  /**
59224
59246
  * @remarks
59225
59247
  * Indicates whether the image has been used to create ECS instances. Valid values:
59226
59248
  *
59227
- * - instance: The image has been used to create one or more ECS instances.
59228
- * - none: The image has not been used to create ECS instances.
59249
+ * * instance: The image was used to create one or more ECS instances.
59250
+ * * none: The image was not used to create ECS instances.
59229
59251
  *
59230
59252
  * @example
59231
59253
  * none
@@ -59244,7 +59266,7 @@ export declare class DescribeImageFromFamilyResponseBodyImage extends $tea.Model
59244
59266
  export declare class DescribeImagePipelineExecutionsRequestTag extends $tea.Model {
59245
59267
  /**
59246
59268
  * @remarks
59247
- * > This parameter is not publicly available.
59269
+ * The key of tag N of the image creation task. Valid values of N: 1 to 20.
59248
59270
  *
59249
59271
  * @example
59250
59272
  * null
@@ -59252,7 +59274,7 @@ export declare class DescribeImagePipelineExecutionsRequestTag extends $tea.Mode
59252
59274
  key?: string;
59253
59275
  /**
59254
59276
  * @remarks
59255
- * > This parameter is not publicly available.
59277
+ * The value of tag N of the image creation task. Valid values of N: 1 to 20.
59256
59278
  *
59257
59279
  * @example
59258
59280
  * null
@@ -59271,7 +59293,7 @@ export declare class DescribeImagePipelineExecutionsRequestTag extends $tea.Mode
59271
59293
  export declare class DescribeImagePipelineExecutionsResponseBodyImagePipelineExecutionImagePipelineExecutionSetTagsTag extends $tea.Model {
59272
59294
  /**
59273
59295
  * @remarks
59274
- * > This parameter is not publicly available.
59296
+ * The tag key of the image creation task.
59275
59297
  *
59276
59298
  * @example
59277
59299
  * null
@@ -59279,7 +59301,7 @@ export declare class DescribeImagePipelineExecutionsResponseBodyImagePipelineExe
59279
59301
  tagKey?: string;
59280
59302
  /**
59281
59303
  * @remarks
59282
- * > This parameter is not publicly available.
59304
+ * The tag value of the image creation task.
59283
59305
  *
59284
59306
  * @example
59285
59307
  * null
@@ -59368,13 +59390,18 @@ export declare class DescribeImagePipelineExecutionsResponseBodyImagePipelineExe
59368
59390
  * @remarks
59369
59391
  * The status of the image creation task. Valid values:
59370
59392
  *
59371
- * * BUILDING
59372
- * * DISTRIBUTING
59373
- * * RELEASING
59374
- * * SUCCESS
59375
- * * FAILED
59376
- * * CANCELLING
59377
- * * CANCELLED
59393
+ * * PREPARING: Resources, such as intermediate instances, are being created.
59394
+ * * REPAIRING: The source image is being repaired.
59395
+ * * BUILDING: The user-defined commands are being run and an image is being created.
59396
+ * * TESTING: The user-defined test commands are being run.
59397
+ * * DISTRIBUTING: The created image is being copied and shared.
59398
+ * * RELEASING: The temporary resources generated during the image creation process are being released.
59399
+ * * SUCCESS The image creation task is completed.
59400
+ * * PARTITION_SUCCESS: The image creation task is partially completed. The image is created, but exceptions may occur when the image was copied or shared or when temporary resources were released.
59401
+ * * FAILED: The image creation task fails.
59402
+ * * TEST_FAILED: The image is created, but the test fails.
59403
+ * * CANCELLING: The image creation task is being canceled.
59404
+ * * CANCELLED: The image creation task is canceled.
59378
59405
  *
59379
59406
  * @example
59380
59407
  * BUILDING
@@ -59382,7 +59409,7 @@ export declare class DescribeImagePipelineExecutionsResponseBodyImagePipelineExe
59382
59409
  status?: string;
59383
59410
  /**
59384
59411
  * @remarks
59385
- * > This parameter is not publicly available.
59412
+ * The tags of the image creation task.
59386
59413
  */
59387
59414
  tags?: DescribeImagePipelineExecutionsResponseBodyImagePipelineExecutionImagePipelineExecutionSetTags;
59388
59415
  static names(): {
@@ -59992,6 +60019,10 @@ export declare class DescribeImagesResponseBodyImagesImageDiskDeviceMappingsDisk
59992
60019
  * /dev/xvda
59993
60020
  */
59994
60021
  device?: string;
60022
+ /**
60023
+ * @example
60024
+ * true
60025
+ */
59995
60026
  encrypted?: boolean;
59996
60027
  /**
59997
60028
  * @remarks
@@ -60082,6 +60113,10 @@ export declare class DescribeImagesResponseBodyImagesImageDiskDeviceMappings ext
60082
60113
  export declare class DescribeImagesResponseBodyImagesImageFeatures extends $tea.Model {
60083
60114
  cpuOnlineDowngrade?: string;
60084
60115
  cpuOnlineUpgrade?: string;
60116
+ /**
60117
+ * @example
60118
+ * v2
60119
+ */
60085
60120
  imdsSupport?: string;
60086
60121
  memoryOnlineDowngrade?: string;
60087
60122
  memoryOnlineUpgrade?: string;
@@ -61601,7 +61636,7 @@ export declare class DescribeInstanceModificationPriceResponseBodyPriceInfo exte
61601
61636
  price?: DescribeInstanceModificationPriceResponseBodyPriceInfoPrice;
61602
61637
  /**
61603
61638
  * @remarks
61604
- * The promotion rules.
61639
+ * The information about the promotion rules.
61605
61640
  */
61606
61641
  rules?: DescribeInstanceModificationPriceResponseBodyPriceInfoRules;
61607
61642
  static names(): {
@@ -61968,6 +62003,7 @@ export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceTypeC
61968
62003
  });
61969
62004
  }
61970
62005
  export declare class DescribeInstanceTypesResponseBodyInstanceTypesInstanceTypeEnhancedNetwork extends $tea.Model {
62006
+ rssSupport?: boolean;
61971
62007
  /**
61972
62008
  * @remarks
61973
62009
  * > This parameter is not publicly available.
@@ -66719,6 +66755,7 @@ export declare class DescribeNetworkInterfaceAttributeResponseBodyConnectionTrac
66719
66755
  });
66720
66756
  }
66721
66757
  export declare class DescribeNetworkInterfaceAttributeResponseBodyEnhancedNetwork extends $tea.Model {
66758
+ enableRss?: boolean;
66722
66759
  /**
66723
66760
  * @remarks
66724
66761
  * This parameter is not publicly available.
@@ -68861,8 +68898,8 @@ export declare class DescribeReservedInstanceAutoRenewAttributeResponseBodyReser
68861
68898
  * @remarks
68862
68899
  * The auto-renewal status of the reserved instance. Valid values:
68863
68900
  *
68864
- * * AutoRenewal: The reserved instance is automatically renewed.
68865
- * * Normal: You must manually renew the reserved instance.
68901
+ * * AutoRenewal: automatically renews the reserved instance.
68902
+ * * Normal: manually renews the reserved instances.
68866
68903
  *
68867
68904
  * @example
68868
68905
  * AutoRenewal
@@ -69959,7 +69996,7 @@ export declare class DescribeSecurityGroupAttributeResponseBodyPermissions exten
69959
69996
  export declare class DescribeSecurityGroupReferencesResponseBodySecurityGroupReferencesSecurityGroupReferenceReferencingSecurityGroupsReferencingSecurityGroup extends $tea.Model {
69960
69997
  /**
69961
69998
  * @remarks
69962
- * The ID of the Alibaba Cloud account to which the security group belongs.
69999
+ * The ID of the Alibaba Cloud account to which the security group whose rules reference the specified security group belongs.
69963
70000
  *
69964
70001
  * @example
69965
70002
  * 123456****
@@ -69967,7 +70004,7 @@ export declare class DescribeSecurityGroupReferencesResponseBodySecurityGroupRef
69967
70004
  aliUid?: string;
69968
70005
  /**
69969
70006
  * @remarks
69970
- * The ID of the security group.
70007
+ * The ID of the security group whose rules reference the specified security group.
69971
70008
  *
69972
70009
  * @example
69973
70010
  * sg-bp67acfmxazb4j****
@@ -69998,7 +70035,7 @@ export declare class DescribeSecurityGroupReferencesResponseBodySecurityGroupRef
69998
70035
  export declare class DescribeSecurityGroupReferencesResponseBodySecurityGroupReferencesSecurityGroupReference extends $tea.Model {
69999
70036
  /**
70000
70037
  * @remarks
70001
- * Details about the security groups whose rules are referencing the specified security groups.
70038
+ * Details about the security groups whose rules reference the specified security group.
70002
70039
  */
70003
70040
  referencingSecurityGroups?: DescribeSecurityGroupReferencesResponseBodySecurityGroupReferencesSecurityGroupReferenceReferencingSecurityGroups;
70004
70041
  /**
@@ -71081,7 +71118,7 @@ export declare class DescribeSnapshotMonitorDataResponseBodyMonitorData extends
71081
71118
  export declare class DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshotPackage extends $tea.Model {
71082
71119
  /**
71083
71120
  * @remarks
71084
- * The time when the OSS storage plan was purchased. The time follows the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
71121
+ * The name of the OSS storage plan.
71085
71122
  *
71086
71123
  * @example
71087
71124
  * testDisplayName
@@ -71089,20 +71126,23 @@ export declare class DescribeSnapshotPackageResponseBodySnapshotPackagesSnapshot
71089
71126
  displayName?: string;
71090
71127
  /**
71091
71128
  * @remarks
71092
- * The maximum storage capacity offered by the OSS storage plan.
71129
+ * The time when the OSS storage plan expires. The time follows the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
71093
71130
  *
71094
71131
  * @example
71095
71132
  * 2018-11-30T06:32:31Z
71096
71133
  */
71097
71134
  endTime?: string;
71098
71135
  /**
71136
+ * @remarks
71137
+ * The maximum storage capacity offered by the OSS storage plan.
71138
+ *
71099
71139
  * @example
71100
71140
  * 500
71101
71141
  */
71102
71142
  initCapacity?: number;
71103
71143
  /**
71104
71144
  * @remarks
71105
- * DescribeSnapshotPackage
71145
+ * The time when the OSS storage plan was purchased. The time follows the [ISO 8601](https://help.aliyun.com/document_detail/25696.html) standard in the yyyy-MM-ddTHH:mm:ssZ format. The time is displayed in UTC.
71106
71146
  *
71107
71147
  * @example
71108
71148
  * 2017-11-30T06:32:31Z
@@ -72318,7 +72358,7 @@ export declare class DescribeTasksResponseBodyTaskSetTask extends $tea.Model {
72318
72358
  creationTime?: string;
72319
72359
  /**
72320
72360
  * @remarks
72321
- * The time when the task was completed.
72361
+ * The time when the task ended.
72322
72362
  *
72323
72363
  * @example
72324
72364
  * 2020-11-24T12:50Z
@@ -72326,7 +72366,7 @@ export declare class DescribeTasksResponseBodyTaskSetTask extends $tea.Model {
72326
72366
  finishedTime?: string;
72327
72367
  /**
72328
72368
  * @remarks
72329
- * The ID of the resource.
72369
+ * The resource ID.
72330
72370
  *
72331
72371
  * @example
72332
72372
  * m-bp1i8huqm5u7****
@@ -72342,7 +72382,7 @@ export declare class DescribeTasksResponseBodyTaskSetTask extends $tea.Model {
72342
72382
  supportCancel?: string;
72343
72383
  /**
72344
72384
  * @remarks
72345
- * The name of the task.
72385
+ * The name of the operation that generates the task.
72346
72386
  *
72347
72387
  * @example
72348
72388
  * ImportImage
@@ -72350,7 +72390,7 @@ export declare class DescribeTasksResponseBodyTaskSetTask extends $tea.Model {
72350
72390
  taskAction?: string;
72351
72391
  /**
72352
72392
  * @remarks
72353
- * The ID of the task.
72393
+ * The task ID.
72354
72394
  *
72355
72395
  * @example
72356
72396
  * t-bp1hvgwromzv32iq****
@@ -72358,7 +72398,7 @@ export declare class DescribeTasksResponseBodyTaskSetTask extends $tea.Model {
72358
72398
  taskId?: string;
72359
72399
  /**
72360
72400
  * @remarks
72361
- * The state of the task.
72401
+ * The task status.
72362
72402
  *
72363
72403
  * @example
72364
72404
  * Finished
@@ -74371,13 +74411,28 @@ export declare class ModifyElasticityAssuranceRequestPrivatePoolOptions extends
74371
74411
  });
74372
74412
  }
74373
74413
  export declare class ModifyImageAttributeRequestFeatures extends $tea.Model {
74414
+ /**
74415
+ * @remarks
74416
+ * The image metadata access mode. Valid values:
74417
+ *
74418
+ * * v1: You cannot set the image metadata access mode to security hardening when you create instances from the image.
74419
+ *
74420
+ * * v2: You can set the image metadata access mode to security hardening when you create instances from the image.
74421
+ *
74422
+ * **
74423
+ *
74424
+ * **Note** You cannot change the value of ImdsSupport from v2 to v1 for an image. To change the value of ImdsSupport from v2 to v1 for an image, use the snapshots associated with the image to create an image and set ImdsSupport to v1 for the new image.
74425
+ *
74426
+ * @example
74427
+ * v2
74428
+ */
74374
74429
  imdsSupport?: string;
74375
74430
  /**
74376
74431
  * @remarks
74377
- * Specifies whether to support the Non-Volatile Memory Express (NVMe) protocol. Valid values:
74432
+ * Specifies whether the image supports the Non-Volatile Memory Express (NVMe) protocol. Valid values:
74378
74433
  *
74379
- * * supported: The image supports NVMe. Instances created from this image also support NVMe.
74380
- * * unsupported: The image does not support NVMe. Instances created from this image do not support NVMe.
74434
+ * * supported: The image supports the NVMe protocol. Instances created from the image also support the NVMe protocol.
74435
+ * * unsupported: The image does not support the NVMe protocol. Instances created from the image do not support the NVMe protocol.
74381
74436
  *
74382
74437
  * @example
74383
74438
  * supported
@@ -74439,16 +74494,16 @@ export declare class ModifyInstanceAttributeRequestCpuOptions extends $tea.Model
74439
74494
  * @remarks
74440
74495
  * The CPU topology type of the instance. Valid values:
74441
74496
  *
74442
- * * `ContinuousCoreToHTMapping`: The Hyper-Threading (HT) technology allows continuous threads to run on the same core in the CPU topology of the instance.
74443
- * * `DiscreteCoreToHTMapping`: The HT technology allows discrete threads to run on the same core in the CPU topology of the instance.
74497
+ * * ContinuousCoreToHTMapping: The Hyper-Threading (HT) technology allows continuous threads to run on the same core in the CPU topology of the instance.
74498
+ * * DiscreteCoreToHTMapping: The HT technology allows discrete threads to run on the same core.
74444
74499
  *
74445
- * By default, this parameter is left empty.
74500
+ * This parameter is left empty by default.
74446
74501
  *
74447
- * >
74502
+ * Take note of the following items:
74448
74503
  *
74449
- * * This parameter is supported only by specific instance families. For information about the supported instance families, see [View and modify CPU topologies](https://help.aliyun.com/document_detail/2636059.html).
74504
+ * * The instance must be in the Stopped (`Stopped`) state.
74450
74505
  *
74451
- * * Before you specify this parameter, make sure that the instance is in the Stopped (`Stopped`) state.
74506
+ * > This parameter is supported only for specific instance families. For information about the supported instance families, see [View and modify CPU topologies](https://help.aliyun.com/document_detail/2636059.html).
74452
74507
  *
74453
74508
  * @example
74454
74509
  * DiscreteCoreToHTMapping
@@ -74765,6 +74820,7 @@ export declare class ModifyNetworkInterfaceAttributeRequestConnectionTrackingCon
74765
74820
  });
74766
74821
  }
74767
74822
  export declare class ModifyNetworkInterfaceAttributeRequestEnhancedNetwork extends $tea.Model {
74823
+ enableRss?: boolean;
74768
74824
  /**
74769
74825
  * @remarks
74770
74826
  * This parameter is not publicly available.
@@ -75527,8 +75583,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75527
75583
  * @remarks
75528
75584
  * The description of the security group rule. The description must be 1 to 512 characters in length.
75529
75585
  *
75530
- * Valid values of N: 1 to 100.
75531
- *
75532
75586
  * @example
75533
75587
  * This is description.
75534
75588
  */
@@ -75539,8 +75593,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75539
75593
  *
75540
75594
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75541
75595
  *
75542
- * Valid values of N: 1 to 100.
75543
- *
75544
75596
  * @example
75545
75597
  * 10.0.0.0/8
75546
75598
  */
@@ -75556,8 +75608,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75556
75608
  * * GRE.
75557
75609
  * * ALL: All protocols are supported.
75558
75610
  *
75559
- * Valid values of N: 1 to 100.
75560
- *
75561
75611
  * @example
75562
75612
  * TCP
75563
75613
  */
@@ -75568,9 +75618,7 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75568
75618
  *
75569
75619
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75570
75620
  *
75571
- * Valid values of N: 1 to 100.
75572
- *
75573
- * > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
75621
+ * > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify this parameter and `DestCidrIp` in the same request.
75574
75622
  *
75575
75623
  * @example
75576
75624
  * 2001:db8:1233:1a00::***
@@ -75580,8 +75628,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75580
75628
  * @remarks
75581
75629
  * The source IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
75582
75630
  *
75583
- * Valid values of N: 1 to 100.
75584
- *
75585
75631
  * > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `SourceCidrIp` in the same request.
75586
75632
  *
75587
75633
  * @example
@@ -75601,8 +75647,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75601
75647
  *
75602
75648
  * Default value: internet.
75603
75649
  *
75604
- * Valid values of N: 1 to 100.
75605
- *
75606
75650
  * @example
75607
75651
  * intranet
75608
75652
  */
@@ -75616,8 +75660,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75616
75660
  *
75617
75661
  * Default value: accept.
75618
75662
  *
75619
- * Valid values of N: 1 to 100.
75620
- *
75621
75663
  * @example
75622
75664
  * accept
75623
75665
  */
@@ -75626,13 +75668,11 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75626
75668
  * @remarks
75627
75669
  * The range of destination port numbers for the protocols specified in the security group rule. Valid values:
75628
75670
  *
75629
- * * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port number range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
75671
+ * * If you set IpProtocol to TCP or UDP, the port number range is 1 to 65535. Specify a port range in the format of \\<Start port number>/\\<End port number>. Example: 1/200.
75630
75672
  * * If you set IpProtocol to ICMP, the port number range is -1/-1.
75631
75673
  * * If you set IpProtocol to GRE, the port number range is -1/-1.
75632
75674
  * * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
75633
75675
  *
75634
- * Valid values of N: 1 to 100.
75635
- *
75636
75676
  * @example
75637
75677
  * 1/200
75638
75678
  */
@@ -75643,8 +75683,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75643
75683
  *
75644
75684
  * Default value: 1.
75645
75685
  *
75646
- * Valid values of N: 1 to 100.
75647
- *
75648
75686
  * @example
75649
75687
  * 1
75650
75688
  */
@@ -75653,8 +75691,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75653
75691
  * @remarks
75654
75692
  * The source IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
75655
75693
  *
75656
- * Valid values of N: 1 to 100.
75657
- *
75658
75694
  * @example
75659
75695
  * 10.0.0.0/8
75660
75696
  */
@@ -75667,12 +75703,10 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75667
75703
  * * If you specify `SourceGroupId` but do not specify `SourceCidrIp` or `Ipv6SourceCidrIp`, you must set NicType to intranet.
75668
75704
  * * If you specify both `SourceGroupId` and `SourceCidrIp`, `SourceCidrIp` takes precedence.
75669
75705
  *
75670
- * When you specify this parameter, take note of the following items:
75671
- *
75672
- * * In advanced security groups, security groups cannot be used as authorization objects.
75673
- * * In each basic security group, up to 20 security groups can be used as authorization objects in security group rules.
75706
+ * When you specify SourceGroupId, take note of the following items:
75674
75707
  *
75675
- * Valid values of N: 1 to 100.
75708
+ * * Advanced security groups do not support security group rules that reference security groups as authorization objects.
75709
+ * * Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
75676
75710
  *
75677
75711
  * @example
75678
75712
  * sg-bp67acfmxa123b****
@@ -75685,8 +75719,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75685
75719
  * * If both `SourceGroupOwnerAccount` and `SourceGroupOwnerId` are empty, access control on another security group in your Alibaba Cloud account is removed.
75686
75720
  * * If you specify `SourceCidrIp`, `SourceGroupOwnerAccount` is ignored.
75687
75721
  *
75688
- * Valid values of N: 1 to 100.
75689
- *
75690
75722
  * @example
75691
75723
  * Test@aliyun.com
75692
75724
  */
@@ -75698,8 +75730,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75698
75730
  * * If both `SourceGroupOwnerId` and `SourceGroupOwnerAccount` are empty, access control on another security group in your Alibaba Cloud account is removed.
75699
75731
  * * If you specify `SourceCidrIp`, `SourceGroupOwnerId` is ignored.
75700
75732
  *
75701
- * Valid values of N: 1 to 100.
75702
- *
75703
75733
  * @example
75704
75734
  * 12345678910
75705
75735
  */
@@ -75715,8 +75745,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75715
75745
  *
75716
75746
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75717
75747
  *
75718
- * Valid values of N: 1 to 100.
75719
- *
75720
75748
  * @example
75721
75749
  * 80/80
75722
75750
  */
@@ -75730,8 +75758,6 @@ export declare class RevokeSecurityGroupRequestPermissions extends $tea.Model {
75730
75758
  * * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
75731
75759
  * * If you specify `SourceCidrIp`, `Ipv6SourceCidrIp`, or `SourceGroupId`, this parameter is ignored.
75732
75760
  *
75733
- * Valid values of N: 1 to 100.
75734
- *
75735
75761
  * @example
75736
75762
  * pl-x1j1k5ykzqlixdcy****
75737
75763
  */
@@ -75751,8 +75777,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75751
75777
  * @remarks
75752
75778
  * The description of the security group rule. The description must be 1 to 512 characters in length.
75753
75779
  *
75754
- * Valid values of N: 1 to 100.
75755
- *
75756
75780
  * @example
75757
75781
  * This is description.
75758
75782
  */
@@ -75761,8 +75785,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75761
75785
  * @remarks
75762
75786
  * The destination IPv4 CIDR block of the security group rule. IPv4 CIDR blocks and IPv4 addresses are supported.
75763
75787
  *
75764
- * Valid values of N: 1 to 100.
75765
- *
75766
75788
  * @example
75767
75789
  * 10.0.0.0/8
75768
75790
  */
@@ -75775,12 +75797,10 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75775
75797
  * * If you specify `DestGroupId` but do not specify `DestCidrIp`, you must set `NicType` to intranet.
75776
75798
  * * If you specify both `DestGroupId` and `DestCidrIp`, `DestCidrIp` takes precedence.
75777
75799
  *
75778
- * When you specify this parameter, take note of the following items:
75779
- *
75780
- * * In advanced security groups, security groups cannot be used as authorization objects.
75781
- * * In each basic security group, up to 20 security groups can be used as authorization objects in security group rules.
75800
+ * When you call this operation, take note of the following items:
75782
75801
  *
75783
- * Valid values of N: 1 to 100.
75802
+ * * Advanced security groups do not support security group rules that reference security groups as authorization objects.
75803
+ * * Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
75784
75804
  *
75785
75805
  * @example
75786
75806
  * sg-bp67acfmxa123b****
@@ -75793,8 +75813,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75793
75813
  * * If both `DestGroupOwnerAccount` and `DestGroupOwnerId` are empty, access control configurations are removed from another security group managed by your Alibaba Cloud account.
75794
75814
  * * If you specify `DestCidrIp`, `DestGroupOwnerAccount` is ignored.
75795
75815
  *
75796
- * Valid values of N: 1 to 100.
75797
- *
75798
75816
  * @example
75799
75817
  * Test@aliyun.com
75800
75818
  */
@@ -75806,8 +75824,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75806
75824
  * * If both `DestGroupOwnerId` and `DestGroupOwnerAccount` are empty, access control configurations are removed from another security group managed by your Alibaba Cloud account.
75807
75825
  * * If you specify `DestCidrIp`, `DestGroupOwnerId` is invalid.
75808
75826
  *
75809
- * Valid values of N: 1 to 100.
75810
- *
75811
75827
  * @example
75812
75828
  * 12345678910
75813
75829
  */
@@ -75821,8 +75837,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75821
75837
  * * If a security group resides in the classic network, you cannot specify prefix lists in the rules of the security group. For information about the limits on security groups and prefix lists, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits and quotas" topic.
75822
75838
  * * If you specify `DestCidrIp`, `Ipv6DestCidrIp`, or `DestGroupId`, this parameter is ignored.
75823
75839
  *
75824
- * Valid values of N: 1 to 100.
75825
- *
75826
75840
  * @example
75827
75841
  * pl-x1j1k5ykzqlixdcy****
75828
75842
  */
@@ -75838,8 +75852,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75838
75852
  * * GRE.
75839
75853
  * * ALL: All protocols are supported.
75840
75854
  *
75841
- * Valid values of N: 1 to 100.
75842
- *
75843
75855
  * @example
75844
75856
  * TCP
75845
75857
  */
@@ -75848,8 +75860,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75848
75860
  * @remarks
75849
75861
  * The destination IPv6 CIDR block of the security group rule. IPv6 CIDR blocks and IPv6 addresses are supported.
75850
75862
  *
75851
- * Valid values of N: 1 to 100.
75852
- *
75853
75863
  * > This parameter is valid only for Elastic Compute Service (ECS) instances that reside in virtual private clouds (VPCs) and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
75854
75864
  *
75855
75865
  * @example
@@ -75858,12 +75868,10 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75858
75868
  ipv6DestCidrIp?: string;
75859
75869
  /**
75860
75870
  * @remarks
75861
- * The source IPv6 CIDR block. IPv6 CIDR blocks and IPv6 addresses are supported.
75871
+ * The source IPv6 CIDR block or IPv6 address.
75862
75872
  *
75863
75873
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75864
75874
  *
75865
- * Valid values of N: 1 to 100.
75866
- *
75867
75875
  * > This parameter is valid only for ECS instances that reside in VPCs and support IPv6 CIDR blocks. You cannot specify both this parameter and `DestCidrIp` in the same request.
75868
75876
  *
75869
75877
  * @example
@@ -75883,8 +75891,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75883
75891
  *
75884
75892
  * Default value: internet.
75885
75893
  *
75886
- * Valid values of N: 1 to 100.
75887
- *
75888
75894
  * @example
75889
75895
  * intranet
75890
75896
  */
@@ -75898,8 +75904,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75898
75904
  *
75899
75905
  * Default value: accept.
75900
75906
  *
75901
- * Valid values of N: 1 to 100.
75902
- *
75903
75907
  * @example
75904
75908
  * accept
75905
75909
  */
@@ -75913,8 +75917,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75913
75917
  * * If you set IpProtocol to GRE, the port number range is -1/-1.
75914
75918
  * * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
75915
75919
  *
75916
- * Valid values of N: 1 to 100.
75917
- *
75918
75920
  * @example
75919
75921
  * 22/22
75920
75922
  */
@@ -75925,8 +75927,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75925
75927
  *
75926
75928
  * Default value: 1.
75927
75929
  *
75928
- * Valid values of N: 1 to 100.
75929
- *
75930
75930
  * @example
75931
75931
  * 1
75932
75932
  */
@@ -75937,8 +75937,6 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75937
75937
  *
75938
75938
  * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75939
75939
  *
75940
- * Valid values of N: 1 to 100.
75941
- *
75942
75940
  * @example
75943
75941
  * 10.0.0.0/8
75944
75942
  */
@@ -75952,9 +75950,7 @@ export declare class RevokeSecurityGroupEgressRequestPermissions extends $tea.Mo
75952
75950
  * * If you set IpProtocol to GRE, the port number range is -1/-1.
75953
75951
  * * If you set IpProtocol to ALL, the port number range is -1/-1, which indicates all port numbers.
75954
75952
  *
75955
- * This parameter is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75956
- *
75957
- * Valid values of N: 1 to 100.
75953
+ * This property is used to support quintuple rules. For more information, see [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
75958
75954
  *
75959
75955
  * @example
75960
75956
  * 22/22
@@ -77126,7 +77122,15 @@ export declare class SendFileRequestTag extends $tea.Model {
77126
77122
  });
77127
77123
  }
77128
77124
  export declare class StartImagePipelineExecutionRequestTag extends $tea.Model {
77125
+ /**
77126
+ * @example
77127
+ * TestKey
77128
+ */
77129
77129
  key?: string;
77130
+ /**
77131
+ * @example
77132
+ * TestValue
77133
+ */
77130
77134
  value?: string;
77131
77135
  static names(): {
77132
77136
  [key: string]: string;
@@ -77141,7 +77145,7 @@ export declare class StartImagePipelineExecutionRequestTag extends $tea.Model {
77141
77145
  export declare class StartImagePipelineExecutionRequestTemplateTag extends $tea.Model {
77142
77146
  /**
77143
77147
  * @remarks
77144
- * > This parameter is deprecated.
77148
+ * > This parameter is deprecated.
77145
77149
  *
77146
77150
  * @example
77147
77151
  * null
@@ -77149,7 +77153,7 @@ export declare class StartImagePipelineExecutionRequestTemplateTag extends $tea.
77149
77153
  key?: string;
77150
77154
  /**
77151
77155
  * @remarks
77152
- * > This parameter is deprecated.
77156
+ * > This parameter is deprecated.
77153
77157
  *
77154
77158
  * @example
77155
77159
  * null
@@ -77543,7 +77547,7 @@ export default class Client extends OpenApi {
77543
77547
  */
77544
77548
  assignIpv6Addresses(request: AssignIpv6AddressesRequest): Promise<AssignIpv6AddressesResponse>;
77545
77549
  /**
77546
- * Assigns one or more secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch connected to the ENI. You can also specify a number of private IP addresses to automatically assign from the CIDR block of the vSwitch to the ENI.
77550
+ * Assigns secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch that is connected to the ENI. Alternatively, you can specify the number of private IP addresses that are automatically assigned from the CIDR block of the vSwitch to the ENI.
77547
77551
  *
77548
77552
  * @remarks
77549
77553
  * ## [](#)Usage notes
@@ -77558,7 +77562,7 @@ export default class Client extends OpenApi {
77558
77562
  */
77559
77563
  assignPrivateIpAddressesWithOptions(request: AssignPrivateIpAddressesRequest, runtime: $Util.RuntimeOptions): Promise<AssignPrivateIpAddressesResponse>;
77560
77564
  /**
77561
- * Assigns one or more secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch connected to the ENI. You can also specify a number of private IP addresses to automatically assign from the CIDR block of the vSwitch to the ENI.
77565
+ * Assigns secondary private IP addresses to an elastic network interface (ENI). You can specify available private IP addresses within the CIDR block of the vSwitch that is connected to the ENI. Alternatively, you can specify the number of private IP addresses that are automatically assigned from the CIDR block of the vSwitch to the ENI.
77562
77566
  *
77563
77567
  * @remarks
77564
77568
  * ## [](#)Usage notes
@@ -77681,7 +77685,7 @@ export default class Client extends OpenApi {
77681
77685
  * Attaches an instance Resource Access Management (RAM) role to Elastic Compute Service (ECS) instances.
77682
77686
  *
77683
77687
  * @remarks
77684
- * You can call the [DescribeInstanceRamRole](https://help.aliyun.com/document_detail/2679686.html) operation to query the instance RAM roles that are attached to ECS instances.
77688
+ * You can call the [DescribeInstanceRamRole](https://help.aliyun.com/document_detail/2679686.html) operation to query the [instance RAM roles](https://help.aliyun.com/document_detail/61175.html) that are attached to ECS instances.
77685
77689
  * > If an ECS instance already has an instance RAM role, an error is returned when you attach another instance RAM role to the instance.
77686
77690
  *
77687
77691
  * @param request - AttachInstanceRamRoleRequest
@@ -77693,7 +77697,7 @@ export default class Client extends OpenApi {
77693
77697
  * Attaches an instance Resource Access Management (RAM) role to Elastic Compute Service (ECS) instances.
77694
77698
  *
77695
77699
  * @remarks
77696
- * You can call the [DescribeInstanceRamRole](https://help.aliyun.com/document_detail/2679686.html) operation to query the instance RAM roles that are attached to ECS instances.
77700
+ * You can call the [DescribeInstanceRamRole](https://help.aliyun.com/document_detail/2679686.html) operation to query the [instance RAM roles](https://help.aliyun.com/document_detail/61175.html) that are attached to ECS instances.
77697
77701
  * > If an ECS instance already has an instance RAM role, an error is returned when you attach another instance RAM role to the instance.
77698
77702
  *
77699
77703
  * @param request - AttachInstanceRamRoleRequest
@@ -77775,49 +77779,49 @@ export default class Client extends OpenApi {
77775
77779
  */
77776
77780
  attachNetworkInterface(request: AttachNetworkInterfaceRequest): Promise<AttachNetworkInterfaceResponse>;
77777
77781
  /**
77778
- * Creates inbound rules in a security group. You can use the created rules to allow or deny inbound traffic from other hosts to instances in the security group.
77782
+ * Creates inbound security group rules in a security group. You can use the created rules to allow or deny inbound traffic from other objects to Elastic Compute Service (ECS) instances in the security group for fine-grained network access control.
77779
77783
  *
77780
77784
  * @remarks
77781
- * Take note of the following items:
77782
- * * The total number of outbound and inbound rules in each security group cannot exceed 200. For more information, see the "Security group limits" section in [Limits](~~25412#SecurityGroupQuota1~~).
77783
- * * The valid values of Priority range from 1 to 100. A smaller value indicates a higher priority.
77784
- * * When multiple security group rules have the same priority, drop rules take precedence.
77785
- * * The source can be a CIDR block that is specified by SourceCidrIp, Ipv6SourceCidrIp, or SourcePrefixListId. The source can also be Elastic Compute Service (ECS) instances in a security group that is specified by SourceGroupId.
77786
- * * You cannot reference security groups as sources or destinations in the rules of advanced security groups.
77787
- * * You can reference up to 20 security groups as sources or destinations in the rules of each basic security group.
77788
- * * If the specified security group rule already exists in the security group, the call is successful but no security group rule is created.
77789
- * * Parameters and their `Permissions.N`-prefixed counterparts cannot be specified at the same time. We recommend that you use the `Permissions.N`-prefixed parameters.
77790
- * * You can determine a security group rule by specifying one of the following groups of parameters. You cannot determine a security group rule by specifying only one parameter.
77791
- * * Parameters used to specify an inbound security group rule that controls access from a specific CIDR block: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, and SourceCidrIp. For a security group of the Virtual Private Cloud (VPC) type, you must set NicType to intranet. For a security group of the classic network type, you can set NicType to either internet or intranet. Sample request:
77792
- * http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
77793
- * &SecurityGroupId=sg-bp67acfmxazb4p****
77794
- * &Permissions.1.SourceCidrIp=10.0.0.0/8
77795
- * &Permissions.1.IpProtocol=TCP
77796
- * &Permissions.1.PortRange=22/22
77797
- * &Permissions.1.NicType=intranet
77798
- * &Permissions.1.Policy=Accept
77799
- * &<Common request parameters>
77800
- * * Parameters used to determine an inbound security group rule that controls access from a security group: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceGroupOwnerAccount, and SourceGroupId. In this case, you must set NicType to intranet. For mutual access between security groups in the classic network, you can allow or deny another security group within the same region access to your security group. The security group that is allowed access to your security group can belong to your own Alibaba Cloud account or another Alibaba Cloud account specified by SourceGroupOwnerAccount. For mutual access between security groups in VPCs, you can allow or deny another security group within the same VPC access to your security group. Sample request:
77801
- * http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
77802
- * &SecurityGroupId=sg-bp67acfmxazb4p****
77803
- * &Permissions.1.SourceGroupId=sg-1651FBB**
77804
- * &Permissions.1.SourceGroupOwnerAccount=test@aliyun.com
77805
- * &Permissions.1.IpProtocol=TCP
77806
- * &Permissions.1.PortRange=22/22
77807
- * &Permissions.1.NicType=intranet
77808
- * &Permissions.1.Policy=Drop
77809
- * &<Common request parameters>
77810
- * * Parameters used to determine an inbound security group rule that controls access from a prefix list: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, and SourcePrefixListId. In this case, prefix lists support only security groups in VPCs. NicType must be set to intranet. Sample request:
77811
- * http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
77812
- * &SecurityGroupId=sg-bp67acfmxazb4p****
77813
- * &Permissions.1.SourcePrefixListId=pl-x1j1k5ykzqlixdcy****
77814
- * &Permissions.1.SourceGroupOwnerAccount=test@aliyun.com
77815
- * &Permissions.1.IpProtocol=TCP
77816
- * &Permissions.1.PortRange=22/22
77817
- * &Permissions.1.NicType=intranet
77818
- * &Permissions.1.Policy=Drop
77819
- * &<Common request parameters>
77820
- * * For information about examples on security group rule settings, see [Security groups for different use cases](https://help.aliyun.com/document_detail/25475.html) and [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
77785
+ * ### [](#)Limits
77786
+ * * **Quantity limit**: The total number of inbound security group rules in each security group cannot exceed 200. For more information, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits" topic.
77787
+ * * **Rule types**: For inbound security group rules, you can set Policy to accept or drop to specify whether to allow or deny access.
77788
+ * * **Rule priorities**: For inbound security group rules, the valid values of Priority range from 1 to 100. A smaller value indicates a higher priority. When multiple security group rules have the same priority, drop rules take precedence.
77789
+ * ### [](#)Considerations
77790
+ * * If the security group rule that you call the AuthorizeSecurityGroup operation to create exists in the security group, the call is successful but no security group rule is created.
77791
+ * ### [](#)Parameters that define a security group rule
77792
+ * Define an inbound security group rule by configuring the following parameters together:
77793
+ * * Source: You can specify one parameter from SourceCidrIp (IPv4 address), Ipv6SourceCidrIp (IPv6 address), SourcetPrefixListId (prefix list ID), and SourceGroupId (source security group ID).
77794
+ * * PortRange: specifies the range of destination port numbers.
77795
+ * * IpProtocol: specifies the protocol.
77796
+ * * Policy: specifies the action.
77797
+ * > Advanced security groups do not support security group rules that reference security groups as authorization objects. Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
77798
+ * ### [](#)Sample requests
77799
+ * Sample requests to create inbound security group rules that control access to different sources in a security group in the China (Hangzhou) region:---to different sources or from different sources?
77800
+ * * Sample request to create an inbound security group rule that controls access to a specific CIDR block: to or from?
77801
+ * "RegionId":"cn-hangzhou", // The region ID.
77802
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****", // The ID of the security group."Permissions":[
77803
+ * {
77804
+ * "SourceCidrIp":"10.0.0.0/8", // The source IPv4 CIDR block. "PortRange":"22/22" // The port range.
77805
+ * "IpProtocol":"TCP", //The protocol.
77806
+ * "IpProtocol":"TCP", //The action.
77807
+ * }
77808
+ * ]
77809
+ * * Sample request to create an inbound security group rule that controls access to a security group and an inbound security group rule that controls access to a prefix list:----to or from?
77810
+ * "RegionId":"cn-hangzhou",
77811
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
77812
+ * "Permissions":[
77813
+ * {
77814
+ * "SourceGroupId":"sg-bp17vs63txqxbd****", // The source security group.
77815
+ * "PortRange":"22/22",
77816
+ * "IpProtocol":"TCP",
77817
+ * "Policy":"Drop"
77818
+ * },{
77819
+ * "SourcePrefixListId":"pl-x1j1k5ykzqlixdcy****", //The ID of the source prefix list.
77820
+ * "PortRange":"22/22",
77821
+ * "IpProtocol":"TCP",
77822
+ * "Policy":"Drop"
77823
+ * }
77824
+ * ]
77821
77825
  *
77822
77826
  * @param request - AuthorizeSecurityGroupRequest
77823
77827
  * @param runtime - runtime options for this request RuntimeOptions
@@ -77825,49 +77829,49 @@ export default class Client extends OpenApi {
77825
77829
  */
77826
77830
  authorizeSecurityGroupWithOptions(request: AuthorizeSecurityGroupRequest, runtime: $Util.RuntimeOptions): Promise<AuthorizeSecurityGroupResponse>;
77827
77831
  /**
77828
- * Creates inbound rules in a security group. You can use the created rules to allow or deny inbound traffic from other hosts to instances in the security group.
77832
+ * Creates inbound security group rules in a security group. You can use the created rules to allow or deny inbound traffic from other objects to Elastic Compute Service (ECS) instances in the security group for fine-grained network access control.
77829
77833
  *
77830
77834
  * @remarks
77831
- * Take note of the following items:
77832
- * * The total number of outbound and inbound rules in each security group cannot exceed 200. For more information, see the "Security group limits" section in [Limits](~~25412#SecurityGroupQuota1~~).
77833
- * * The valid values of Priority range from 1 to 100. A smaller value indicates a higher priority.
77834
- * * When multiple security group rules have the same priority, drop rules take precedence.
77835
- * * The source can be a CIDR block that is specified by SourceCidrIp, Ipv6SourceCidrIp, or SourcePrefixListId. The source can also be Elastic Compute Service (ECS) instances in a security group that is specified by SourceGroupId.
77836
- * * You cannot reference security groups as sources or destinations in the rules of advanced security groups.
77837
- * * You can reference up to 20 security groups as sources or destinations in the rules of each basic security group.
77838
- * * If the specified security group rule already exists in the security group, the call is successful but no security group rule is created.
77839
- * * Parameters and their `Permissions.N`-prefixed counterparts cannot be specified at the same time. We recommend that you use the `Permissions.N`-prefixed parameters.
77840
- * * You can determine a security group rule by specifying one of the following groups of parameters. You cannot determine a security group rule by specifying only one parameter.
77841
- * * Parameters used to specify an inbound security group rule that controls access from a specific CIDR block: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, and SourceCidrIp. For a security group of the Virtual Private Cloud (VPC) type, you must set NicType to intranet. For a security group of the classic network type, you can set NicType to either internet or intranet. Sample request:
77842
- * http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
77843
- * &SecurityGroupId=sg-bp67acfmxazb4p****
77844
- * &Permissions.1.SourceCidrIp=10.0.0.0/8
77845
- * &Permissions.1.IpProtocol=TCP
77846
- * &Permissions.1.PortRange=22/22
77847
- * &Permissions.1.NicType=intranet
77848
- * &Permissions.1.Policy=Accept
77849
- * &<Common request parameters>
77850
- * * Parameters used to determine an inbound security group rule that controls access from a security group: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceGroupOwnerAccount, and SourceGroupId. In this case, you must set NicType to intranet. For mutual access between security groups in the classic network, you can allow or deny another security group within the same region access to your security group. The security group that is allowed access to your security group can belong to your own Alibaba Cloud account or another Alibaba Cloud account specified by SourceGroupOwnerAccount. For mutual access between security groups in VPCs, you can allow or deny another security group within the same VPC access to your security group. Sample request:
77851
- * http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
77852
- * &SecurityGroupId=sg-bp67acfmxazb4p****
77853
- * &Permissions.1.SourceGroupId=sg-1651FBB**
77854
- * &Permissions.1.SourceGroupOwnerAccount=test@aliyun.com
77855
- * &Permissions.1.IpProtocol=TCP
77856
- * &Permissions.1.PortRange=22/22
77857
- * &Permissions.1.NicType=intranet
77858
- * &Permissions.1.Policy=Drop
77859
- * &<Common request parameters>
77860
- * * Parameters used to determine an inbound security group rule that controls access from a prefix list: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, and SourcePrefixListId. In this case, prefix lists support only security groups in VPCs. NicType must be set to intranet. Sample request:
77861
- * http(s)://ecs.aliyuncs.com/?Action=AuthorizeSecurityGroup
77862
- * &SecurityGroupId=sg-bp67acfmxazb4p****
77863
- * &Permissions.1.SourcePrefixListId=pl-x1j1k5ykzqlixdcy****
77864
- * &Permissions.1.SourceGroupOwnerAccount=test@aliyun.com
77865
- * &Permissions.1.IpProtocol=TCP
77866
- * &Permissions.1.PortRange=22/22
77867
- * &Permissions.1.NicType=intranet
77868
- * &Permissions.1.Policy=Drop
77869
- * &<Common request parameters>
77870
- * * For information about examples on security group rule settings, see [Security groups for different use cases](https://help.aliyun.com/document_detail/25475.html) and [Security group quintuple rules](https://help.aliyun.com/document_detail/97439.html).
77835
+ * ### [](#)Limits
77836
+ * * **Quantity limit**: The total number of inbound security group rules in each security group cannot exceed 200. For more information, see the [Security group limits](~~25412#SecurityGroupQuota1~~) section of the "Limits" topic.
77837
+ * * **Rule types**: For inbound security group rules, you can set Policy to accept or drop to specify whether to allow or deny access.
77838
+ * * **Rule priorities**: For inbound security group rules, the valid values of Priority range from 1 to 100. A smaller value indicates a higher priority. When multiple security group rules have the same priority, drop rules take precedence.
77839
+ * ### [](#)Considerations
77840
+ * * If the security group rule that you call the AuthorizeSecurityGroup operation to create exists in the security group, the call is successful but no security group rule is created.
77841
+ * ### [](#)Parameters that define a security group rule
77842
+ * Define an inbound security group rule by configuring the following parameters together:
77843
+ * * Source: You can specify one parameter from SourceCidrIp (IPv4 address), Ipv6SourceCidrIp (IPv6 address), SourcetPrefixListId (prefix list ID), and SourceGroupId (source security group ID).
77844
+ * * PortRange: specifies the range of destination port numbers.
77845
+ * * IpProtocol: specifies the protocol.
77846
+ * * Policy: specifies the action.
77847
+ * > Advanced security groups do not support security group rules that reference security groups as authorization objects. Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
77848
+ * ### [](#)Sample requests
77849
+ * Sample requests to create inbound security group rules that control access to different sources in a security group in the China (Hangzhou) region:---to different sources or from different sources?
77850
+ * * Sample request to create an inbound security group rule that controls access to a specific CIDR block: to or from?
77851
+ * "RegionId":"cn-hangzhou", // The region ID.
77852
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****", // The ID of the security group."Permissions":[
77853
+ * {
77854
+ * "SourceCidrIp":"10.0.0.0/8", // The source IPv4 CIDR block. "PortRange":"22/22" // The port range.
77855
+ * "IpProtocol":"TCP", //The protocol.
77856
+ * "IpProtocol":"TCP", //The action.
77857
+ * }
77858
+ * ]
77859
+ * * Sample request to create an inbound security group rule that controls access to a security group and an inbound security group rule that controls access to a prefix list:----to or from?
77860
+ * "RegionId":"cn-hangzhou",
77861
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
77862
+ * "Permissions":[
77863
+ * {
77864
+ * "SourceGroupId":"sg-bp17vs63txqxbd****", // The source security group.
77865
+ * "PortRange":"22/22",
77866
+ * "IpProtocol":"TCP",
77867
+ * "Policy":"Drop"
77868
+ * },{
77869
+ * "SourcePrefixListId":"pl-x1j1k5ykzqlixdcy****", //The ID of the source prefix list.
77870
+ * "PortRange":"22/22",
77871
+ * "IpProtocol":"TCP",
77872
+ * "Policy":"Drop"
77873
+ * }
77874
+ * ]
77871
77875
  *
77872
77876
  * @param request - AuthorizeSecurityGroupRequest
77873
77877
  * @returns AuthorizeSecurityGroupResponse
@@ -77883,9 +77887,8 @@ export default class Client extends OpenApi {
77883
77887
  * * **Rule priorities**: For outbound security group rules, the valid values of Priority range from 1 to 100. A smaller value indicates a higher priority. When multiple security group rules have the same priority, drop rules take precedence.
77884
77888
  * ### [](#)Considerations
77885
77889
  * * If the security group rule that you call the AuthorizeSecurityGroupEgress operation to create exists in the security group, the call is successful but no security group rule is created.
77886
- * * Parameters and their `Permissions.N`-prefixed counterparts cannot be specified in the same request. We recommend that you use the `Permissions.N`-prefixed parameters.
77887
77890
  * ### [](#)Parameters that define a security group rule
77888
- * Define a security group rule by configuring the following parameters together:
77891
+ * Define an outbound security group rule by configuring the following parameters together:
77889
77892
  * * One of the following parameters: DestCidrIp, Ipv6DestCidrIp, DestPrefixListId, and DestGroupId. DestCidrIp specifies the destination IPv4 CIDR block. Ipv6DestCidrIp specifies the destination IPv6 CIDR block. DestPrefixListId specifies the ID of the destination prefix list. DestGroupId specifies the destination security group.
77890
77893
  * * PortRange: specifies the range of destination port numbers.
77891
77894
  * * IpProtocol: specifies the protocol.
@@ -77893,15 +77896,14 @@ export default class Client extends OpenApi {
77893
77896
  * > Advanced security groups do not support security group rules that reference security groups as authorization objects. Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
77894
77897
  * ### [](#)Sample requests
77895
77898
  * Sample requests to create outbound security group rules that control access to different destinations in a security group in the China (Hangzhou) region:
77896
- * * Sample request to create an outbound security group rule that controls access to a specific CIDR block:
77897
- * "RegionId":"cn-hangzhou", //The region ID of the source security group.
77899
+ * * Sample request to create an outbound security group rule that controls access to a specified CIDR block:
77900
+ * "RegionId":"cn-hangzhou", //The region ID.
77898
77901
  * "SecurityGroupId":"sg-bp17vs63txqxbds9***", //The ID of the source security group.
77899
77902
  * "Permissions":[
77900
77903
  * {
77901
- * "DestCidrIp": "10.0.0.0/8", //The destination IPv4 CIDR block.
77902
- * "PortRange": "-1/-1", //The range of destination port numbers.
77903
- * "IpProtocol": "ICMP", //The protocol.
77904
- * "Policy": "Accept" //The action.
77904
+ * "DestCidrIp":"10.0.0.0/8", //The destination IPv4 CIDR block.
77905
+ * "PortRange":"-1/-1", //The range of destination port numbers.
77906
+ * "IpProtocol":"ICMP", //The protocol. "Policy":"Accept" //The action.
77905
77907
  * }
77906
77908
  * ]
77907
77909
  * * Sample request to create an outbound security group rule that controls access to a security group and an outbound security group rule that controls access to a prefix list:
@@ -77909,15 +77911,15 @@ export default class Client extends OpenApi {
77909
77911
  * "SecurityGroupId":"sg-bp17vs63txqxbds9***",
77910
77912
  * "Permissions":[
77911
77913
  * {
77912
- * "DestGroupId": "sg-bp67acfmxazb4pi***", //The ID of the destination security group.
77913
- * "PortRange": "22/22",
77914
- * "IpProtocol": "TCP",
77915
- * "Policy": "Drop"
77914
+ * "DestGroupId":"sg-bp67acfmxazb4pi***", //The ID of the destination security group.
77915
+ * "PortRange":"22/22",
77916
+ * "IpProtocol":"TCP",
77917
+ * "Policy":"Drop"
77916
77918
  * },{
77917
- * "DestPrefixListId": "pl-x1j1k5ykzqlixdcy****", //The ID of the destination prefix list.
77918
- * "PortRange": "22/22",
77919
- * "IpProtocol": "TCP",
77920
- * "Policy": "Drop"
77919
+ * "DestPrefixListId":"pl-x1j1k5ykzqlixdcy****", //The ID of the destination prefix list.
77920
+ * "PortRange":"22/22",
77921
+ * "IpProtocol":"TCP",
77922
+ * "Policy":"Drop"
77921
77923
  * }
77922
77924
  * ]
77923
77925
  *
@@ -77936,9 +77938,8 @@ export default class Client extends OpenApi {
77936
77938
  * * **Rule priorities**: For outbound security group rules, the valid values of Priority range from 1 to 100. A smaller value indicates a higher priority. When multiple security group rules have the same priority, drop rules take precedence.
77937
77939
  * ### [](#)Considerations
77938
77940
  * * If the security group rule that you call the AuthorizeSecurityGroupEgress operation to create exists in the security group, the call is successful but no security group rule is created.
77939
- * * Parameters and their `Permissions.N`-prefixed counterparts cannot be specified in the same request. We recommend that you use the `Permissions.N`-prefixed parameters.
77940
77941
  * ### [](#)Parameters that define a security group rule
77941
- * Define a security group rule by configuring the following parameters together:
77942
+ * Define an outbound security group rule by configuring the following parameters together:
77942
77943
  * * One of the following parameters: DestCidrIp, Ipv6DestCidrIp, DestPrefixListId, and DestGroupId. DestCidrIp specifies the destination IPv4 CIDR block. Ipv6DestCidrIp specifies the destination IPv6 CIDR block. DestPrefixListId specifies the ID of the destination prefix list. DestGroupId specifies the destination security group.
77943
77944
  * * PortRange: specifies the range of destination port numbers.
77944
77945
  * * IpProtocol: specifies the protocol.
@@ -77946,15 +77947,14 @@ export default class Client extends OpenApi {
77946
77947
  * > Advanced security groups do not support security group rules that reference security groups as authorization objects. Each basic security group can contain up to 20 security group rules that reference security groups as authorization objects.
77947
77948
  * ### [](#)Sample requests
77948
77949
  * Sample requests to create outbound security group rules that control access to different destinations in a security group in the China (Hangzhou) region:
77949
- * * Sample request to create an outbound security group rule that controls access to a specific CIDR block:
77950
- * "RegionId":"cn-hangzhou", //The region ID of the source security group.
77950
+ * * Sample request to create an outbound security group rule that controls access to a specified CIDR block:
77951
+ * "RegionId":"cn-hangzhou", //The region ID.
77951
77952
  * "SecurityGroupId":"sg-bp17vs63txqxbds9***", //The ID of the source security group.
77952
77953
  * "Permissions":[
77953
77954
  * {
77954
- * "DestCidrIp": "10.0.0.0/8", //The destination IPv4 CIDR block.
77955
- * "PortRange": "-1/-1", //The range of destination port numbers.
77956
- * "IpProtocol": "ICMP", //The protocol.
77957
- * "Policy": "Accept" //The action.
77955
+ * "DestCidrIp":"10.0.0.0/8", //The destination IPv4 CIDR block.
77956
+ * "PortRange":"-1/-1", //The range of destination port numbers.
77957
+ * "IpProtocol":"ICMP", //The protocol. "Policy":"Accept" //The action.
77958
77958
  * }
77959
77959
  * ]
77960
77960
  * * Sample request to create an outbound security group rule that controls access to a security group and an outbound security group rule that controls access to a prefix list:
@@ -77962,15 +77962,15 @@ export default class Client extends OpenApi {
77962
77962
  * "SecurityGroupId":"sg-bp17vs63txqxbds9***",
77963
77963
  * "Permissions":[
77964
77964
  * {
77965
- * "DestGroupId": "sg-bp67acfmxazb4pi***", //The ID of the destination security group.
77966
- * "PortRange": "22/22",
77967
- * "IpProtocol": "TCP",
77968
- * "Policy": "Drop"
77965
+ * "DestGroupId":"sg-bp67acfmxazb4pi***", //The ID of the destination security group.
77966
+ * "PortRange":"22/22",
77967
+ * "IpProtocol":"TCP",
77968
+ * "Policy":"Drop"
77969
77969
  * },{
77970
- * "DestPrefixListId": "pl-x1j1k5ykzqlixdcy****", //The ID of the destination prefix list.
77971
- * "PortRange": "22/22",
77972
- * "IpProtocol": "TCP",
77973
- * "Policy": "Drop"
77970
+ * "DestPrefixListId":"pl-x1j1k5ykzqlixdcy****", //The ID of the destination prefix list.
77971
+ * "PortRange":"22/22",
77972
+ * "IpProtocol":"TCP",
77973
+ * "Policy":"Drop"
77974
77974
  * }
77975
77975
  * ]
77976
77976
  *
@@ -78019,10 +78019,10 @@ export default class Client extends OpenApi {
78019
78019
  */
78020
78020
  cancelCopyImage(request: CancelCopyImageRequest): Promise<CancelCopyImageResponse>;
78021
78021
  /**
78022
- * You can call this operation to cancel an image build task.
78022
+ * Cancels an image building task.
78023
78023
  *
78024
78024
  * @remarks
78025
- * Before you call this operation, make sure that the image build task to be canceled is in the BUILDING, DISTRIBUTING, or RELEASING state.
78025
+ * Before you call the CancelImagePipelineExecution operation, make sure that the image building task to be canceled is in the BUILDING, PREPARING, or REPAIRING state.
78026
78026
  *
78027
78027
  * @param request - CancelImagePipelineExecutionRequest
78028
78028
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78030,10 +78030,10 @@ export default class Client extends OpenApi {
78030
78030
  */
78031
78031
  cancelImagePipelineExecutionWithOptions(request: CancelImagePipelineExecutionRequest, runtime: $Util.RuntimeOptions): Promise<CancelImagePipelineExecutionResponse>;
78032
78032
  /**
78033
- * You can call this operation to cancel an image build task.
78033
+ * Cancels an image building task.
78034
78034
  *
78035
78035
  * @remarks
78036
- * Before you call this operation, make sure that the image build task to be canceled is in the BUILDING, DISTRIBUTING, or RELEASING state.
78036
+ * Before you call the CancelImagePipelineExecution operation, make sure that the image building task to be canceled is in the BUILDING, PREPARING, or REPAIRING state.
78037
78037
  *
78038
78038
  * @param request - CancelImagePipelineExecutionRequest
78039
78039
  * @returns CancelImagePipelineExecutionResponse
@@ -78070,7 +78070,7 @@ export default class Client extends OpenApi {
78070
78070
  */
78071
78071
  cancelSimulatedSystemEvents(request: CancelSimulatedSystemEventsRequest): Promise<CancelSimulatedSystemEventsResponse>;
78072
78072
  /**
78073
- * The region ID of the task. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
78073
+ * Cancels a running task. You can cancel the running tasks generated by the ImportImage or ExportImage operation.
78074
78074
  *
78075
78075
  * @param request - CancelTaskRequest
78076
78076
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78078,7 +78078,7 @@ export default class Client extends OpenApi {
78078
78078
  */
78079
78079
  cancelTaskWithOptions(request: CancelTaskRequest, runtime: $Util.RuntimeOptions): Promise<CancelTaskResponse>;
78080
78080
  /**
78081
- * The region ID of the task. You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
78081
+ * Cancels a running task. You can cancel the running tasks generated by the ImportImage or ExportImage operation.
78082
78082
  *
78083
78083
  * @param request - CancelTaskRequest
78084
78084
  * @returns CancelTaskResponse
@@ -78275,15 +78275,15 @@ export default class Client extends OpenApi {
78275
78275
  */
78276
78276
  createAutoProvisioningGroup(request: CreateAutoProvisioningGroupRequest): Promise<CreateAutoProvisioningGroupResponse>;
78277
78277
  /**
78278
- * Creates an automatic snapshot policy in a specific region. Automatic snapshot policies allow Elastic Compute Service (ECS) to create snapshots for system disks or data disks on a regular basis to back up disk data. If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are copied to the destination region and snapshot copies are encrypted by using the service key of the destination region.
78278
+ * Creates an automatic snapshot policy in a specific region. You can specify the schedule on which to create automatic snapshots, the retention period of the automatic snapshots, and whether to enable cross-region replication for the snapshots in the automatic snapshot policy. The automatic snapshot policy can be applied to create snapshots for system disks or data disks to back up disk data.
78279
78279
  *
78280
78280
  * @remarks
78281
- * ## [](#)Usage notes
78282
- * When you call this operation to create an automatic snapshot policy, you can specify the days of the week on which to create automatic snapshots, the retention period of the automatic snapshots, and whether to enable cross-region replication for the snapshots in the policy to meet your diverse data backup requirements. After the automatic snapshot policy is created, call the [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) operation to apply the policy to disks. If you want to modify the automatic snapshot policy, call the [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html) operation.
78281
+ * Before you call this operation, learn about how to [create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
78283
78282
  * Take note of the following items:
78284
- * * You can create up to 100 automatic snapshot policies per region for a single Alibaba Cloud account.
78285
- * * If an automatic snapshot is being created when the time scheduled for creating another automatic snapshot is due, the new snapshot task is skipped. This may occur when a disk contains a large volume of data. For example, you have scheduled snapshots to be created at 09:00:00, 10:00:00, 11:00:00, and 12:00:00 for a disk. The system starts to create a snapshot for the disk at 09:00:00. The process takes 80 minutes to complete because the disk contains a large volume of data and ends at 10:20:00. In this case, the system does not create a snapshot at 10:00, but creates a snapshot at 11:00.
78286
- * * For information about how to copy a snapshot from one region to another region, see the "Background information" section in [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
78283
+ * * You can create up to 100 automatic snapshot policies per region for a single Alibaba Cloud account. If the maximum number of automatic snapshots for a disk is reached and a new snapshot creation task is created, the system deletes the oldest automatic snapshot of the disk.
78284
+ * * If the instance to which a disk is attached is being stopped or restarted, the system cannot create snapshots for the disk based on the associated automatic snapshot policy.
78285
+ * * If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are copied to the destination region and snapshot copies are encrypted by using the service key of the destination region. For more information about the limits on cross-region snapshot replication, see [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
78286
+ * After the automatic snapshot policy is created, call the [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) operation to apply the policy to disks. If you want to modify the automatic snapshot policy, call the [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html) operation.
78287
78287
  *
78288
78288
  * @param request - CreateAutoSnapshotPolicyRequest
78289
78289
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78291,15 +78291,15 @@ export default class Client extends OpenApi {
78291
78291
  */
78292
78292
  createAutoSnapshotPolicyWithOptions(request: CreateAutoSnapshotPolicyRequest, runtime: $Util.RuntimeOptions): Promise<CreateAutoSnapshotPolicyResponse>;
78293
78293
  /**
78294
- * Creates an automatic snapshot policy in a specific region. Automatic snapshot policies allow Elastic Compute Service (ECS) to create snapshots for system disks or data disks on a regular basis to back up disk data. If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are copied to the destination region and snapshot copies are encrypted by using the service key of the destination region.
78294
+ * Creates an automatic snapshot policy in a specific region. You can specify the schedule on which to create automatic snapshots, the retention period of the automatic snapshots, and whether to enable cross-region replication for the snapshots in the automatic snapshot policy. The automatic snapshot policy can be applied to create snapshots for system disks or data disks to back up disk data.
78295
78295
  *
78296
78296
  * @remarks
78297
- * ## [](#)Usage notes
78298
- * When you call this operation to create an automatic snapshot policy, you can specify the days of the week on which to create automatic snapshots, the retention period of the automatic snapshots, and whether to enable cross-region replication for the snapshots in the policy to meet your diverse data backup requirements. After the automatic snapshot policy is created, call the [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) operation to apply the policy to disks. If you want to modify the automatic snapshot policy, call the [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html) operation.
78297
+ * Before you call this operation, learn about how to [create an automatic snapshot policy](https://help.aliyun.com/document_detail/127767.html).
78299
78298
  * Take note of the following items:
78300
- * * You can create up to 100 automatic snapshot policies per region for a single Alibaba Cloud account.
78301
- * * If an automatic snapshot is being created when the time scheduled for creating another automatic snapshot is due, the new snapshot task is skipped. This may occur when a disk contains a large volume of data. For example, you have scheduled snapshots to be created at 09:00:00, 10:00:00, 11:00:00, and 12:00:00 for a disk. The system starts to create a snapshot for the disk at 09:00:00. The process takes 80 minutes to complete because the disk contains a large volume of data and ends at 10:20:00. In this case, the system does not create a snapshot at 10:00, but creates a snapshot at 11:00.
78302
- * * For information about how to copy a snapshot from one region to another region, see the "Background information" section in [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
78299
+ * * You can create up to 100 automatic snapshot policies per region for a single Alibaba Cloud account. If the maximum number of automatic snapshots for a disk is reached and a new snapshot creation task is created, the system deletes the oldest automatic snapshot of the disk.
78300
+ * * If the instance to which a disk is attached is being stopped or restarted, the system cannot create snapshots for the disk based on the associated automatic snapshot policy.
78301
+ * * If cross-region snapshot replication is enabled and no encryption parameters are configured, encrypted snapshots are copied to the destination region and snapshot copies are encrypted by using the service key of the destination region. For more information about the limits on cross-region snapshot replication, see [Copy a snapshot](https://help.aliyun.com/document_detail/159441.html).
78302
+ * After the automatic snapshot policy is created, call the [ApplyAutoSnapshotPolicy](https://help.aliyun.com/document_detail/25531.html) operation to apply the policy to disks. If you want to modify the automatic snapshot policy, call the [ModifyAutoSnapshotPolicyEx](https://help.aliyun.com/document_detail/25529.html) operation.
78303
78303
  *
78304
78304
  * @param request - CreateAutoSnapshotPolicyRequest
78305
78305
  * @returns CreateAutoSnapshotPolicyResponse
@@ -78633,10 +78633,9 @@ export default class Client extends OpenApi {
78633
78633
  * ## [](#)Usage notes
78634
78634
  * Take note of the following items:
78635
78635
  * * You can create only custom image components.
78636
- * * Only Linux operating systems are supported. Set `SystemType` to Linux.
78637
- * * Only image build components are supported. Set `ComponentType` to Build.
78638
- * * You can use Dockerfile to edit the content of image components and pass the edited content into the `Content` parameter. The content size can be up to 16 KB. `FROM` commands cannot be used in image components. An image component supports up to 127 commands. For information about the supported commands, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78639
- * You can use image components to create image templates in the Elastic Compute Service (ECS) console, but cannot call API operations to create image templates from image components. For more information, see [What is Image Builder](https://help.aliyun.com/document_detail/197410.html).
78636
+ * * Each version number of an image component must be unique. When you add a version of an image component to an image template, you can specify the component by its name and version number.
78637
+ * * The content size of an image component cannot exceed 16 KB. For information about the commands supported by Image Builder, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78638
+ * For more information, see [Image Builder](https://help.aliyun.com/document_detail/197410.html).
78640
78639
  *
78641
78640
  * @param request - CreateImageComponentRequest
78642
78641
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78650,10 +78649,9 @@ export default class Client extends OpenApi {
78650
78649
  * ## [](#)Usage notes
78651
78650
  * Take note of the following items:
78652
78651
  * * You can create only custom image components.
78653
- * * Only Linux operating systems are supported. Set `SystemType` to Linux.
78654
- * * Only image build components are supported. Set `ComponentType` to Build.
78655
- * * You can use Dockerfile to edit the content of image components and pass the edited content into the `Content` parameter. The content size can be up to 16 KB. `FROM` commands cannot be used in image components. An image component supports up to 127 commands. For information about the supported commands, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78656
- * You can use image components to create image templates in the Elastic Compute Service (ECS) console, but cannot call API operations to create image templates from image components. For more information, see [What is Image Builder](https://help.aliyun.com/document_detail/197410.html).
78652
+ * * Each version number of an image component must be unique. When you add a version of an image component to an image template, you can specify the component by its name and version number.
78653
+ * * The content size of an image component cannot exceed 16 KB. For information about the commands supported by Image Builder, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78654
+ * For more information, see [Image Builder](https://help.aliyun.com/document_detail/197410.html).
78657
78655
  *
78658
78656
  * @param request - CreateImageComponentRequest
78659
78657
  * @returns CreateImageComponentResponse
@@ -78666,13 +78664,12 @@ export default class Client extends OpenApi {
78666
78664
  * ## [](#)Usage notes
78667
78665
  * You can use image templates to customize image content and create images across regions and accounts. Take note of the following items:
78668
78666
  * * You can create only custom image templates.
78669
- * * You can configure only public, custom, or shared Linux images or image families as the source images when you create image templates.
78670
- * * When you create an image from an image template, an intermediate Elastic Compute Service (ECS) instance that uses the pay-as-you-go billing method is created. You are charged for the instance. For more information, see [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
78671
- * When you use the `BuildContent` parameter to specify the content of the image template, take note of the following items:
78672
- * * If the `BuildContent` value contains `FROM` commands, the `FROM` commands override the values of `BaseImageType` that specifies the type of the source image and `BaseImage` that specifies the source image.
78673
- * * If the `BuildContent` value does not contain `FROM` commands, the system creates a `FROM` command that consists of the `BaseImageType` and `BaseImage` values in the format of `<BaseImageType>:<BaseImage>` and adds the command to the first line of the template content.
78674
- * * You can use Dockerfile to edit the content of the image template and then pass the edited content into the `BuildContent` parameter. The content cannot be greater than 16 KB in size and can contain up to 127 commands. For information about commands supported by image templates, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78675
- * You can use image components to create image templates in the ECS console, but cannot call API operations to use image components to create image templates. For more information, see [What is Image Builder](https://help.aliyun.com/document_detail/197410.html).
78667
+ * * You can specify only a public image, a custom image, a shared image, or an image family as the source image when you create an image template.
78668
+ * * When you use an image template to create an image, multiple intermediate instances are created. You are charged for the intermediate instances on a pay-as-you-go basis. For more information, see [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
78669
+ * When you use `BuildContent` to specify the build content in an image template, take note of the following items:
78670
+ * * The `FROM` command is deprecated. Regardless of whether you specify the `FROM` command in `BuildContent`, the system uses the source image specified by `BaseImageType` and `BaseImage`. BaseImageType specifies the type of the source image and BaseImage specifies the source image.
78671
+ * * The size of BuildContent cannot exceed 16 KB. For information about the commands supported by Image Builder, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78672
+ * For more information, see [Image Builder](https://help.aliyun.com/document_detail/197410.html).
78676
78673
  *
78677
78674
  * @param request - CreateImagePipelineRequest
78678
78675
  * @param runtime - runtime options for this request RuntimeOptions
@@ -78686,13 +78683,12 @@ export default class Client extends OpenApi {
78686
78683
  * ## [](#)Usage notes
78687
78684
  * You can use image templates to customize image content and create images across regions and accounts. Take note of the following items:
78688
78685
  * * You can create only custom image templates.
78689
- * * You can configure only public, custom, or shared Linux images or image families as the source images when you create image templates.
78690
- * * When you create an image from an image template, an intermediate Elastic Compute Service (ECS) instance that uses the pay-as-you-go billing method is created. You are charged for the instance. For more information, see [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
78691
- * When you use the `BuildContent` parameter to specify the content of the image template, take note of the following items:
78692
- * * If the `BuildContent` value contains `FROM` commands, the `FROM` commands override the values of `BaseImageType` that specifies the type of the source image and `BaseImage` that specifies the source image.
78693
- * * If the `BuildContent` value does not contain `FROM` commands, the system creates a `FROM` command that consists of the `BaseImageType` and `BaseImage` values in the format of `<BaseImageType>:<BaseImage>` and adds the command to the first line of the template content.
78694
- * * You can use Dockerfile to edit the content of the image template and then pass the edited content into the `BuildContent` parameter. The content cannot be greater than 16 KB in size and can contain up to 127 commands. For information about commands supported by image templates, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78695
- * You can use image components to create image templates in the ECS console, but cannot call API operations to use image components to create image templates. For more information, see [What is Image Builder](https://help.aliyun.com/document_detail/197410.html).
78686
+ * * You can specify only a public image, a custom image, a shared image, or an image family as the source image when you create an image template.
78687
+ * * When you use an image template to create an image, multiple intermediate instances are created. You are charged for the intermediate instances on a pay-as-you-go basis. For more information, see [Pay-as-you-go](https://help.aliyun.com/document_detail/40653.html).
78688
+ * When you use `BuildContent` to specify the build content in an image template, take note of the following items:
78689
+ * * The `FROM` command is deprecated. Regardless of whether you specify the `FROM` command in `BuildContent`, the system uses the source image specified by `BaseImageType` and `BaseImage`. BaseImageType specifies the type of the source image and BaseImage specifies the source image.
78690
+ * * The size of BuildContent cannot exceed 16 KB. For information about the commands supported by Image Builder, see [Commands supported by Image Builder](https://help.aliyun.com/document_detail/200206.html).
78691
+ * For more information, see [Image Builder](https://help.aliyun.com/document_detail/197410.html).
78696
78692
  *
78697
78693
  * @param request - CreateImagePipelineRequest
78698
78694
  * @returns CreateImagePipelineResponse
@@ -79254,11 +79250,11 @@ export default class Client extends OpenApi {
79254
79250
  */
79255
79251
  deactivateRouterInterface(request: DeactivateRouterInterfaceRequest): Promise<DeactivateRouterInterfaceResponse>;
79256
79252
  /**
79257
- * ## Description
79258
- * Before you call this operation to delete an activation code, make sure that the activation code has never been used to register managed instances.
79253
+ * Deletes an unused activation code.
79259
79254
  *
79260
79255
  * @remarks
79261
- * $.parameters[4].schema.description
79256
+ * ## [](#)Usage notes
79257
+ * Before you call this operation to delete an activation code, make sure that no managed instances are registered with the activation code.
79262
79258
  *
79263
79259
  * @param request - DeleteActivationRequest
79264
79260
  * @param runtime - runtime options for this request RuntimeOptions
@@ -79266,11 +79262,11 @@ export default class Client extends OpenApi {
79266
79262
  */
79267
79263
  deleteActivationWithOptions(request: DeleteActivationRequest, runtime: $Util.RuntimeOptions): Promise<DeleteActivationResponse>;
79268
79264
  /**
79269
- * ## Description
79270
- * Before you call this operation to delete an activation code, make sure that the activation code has never been used to register managed instances.
79265
+ * Deletes an unused activation code.
79271
79266
  *
79272
79267
  * @remarks
79273
- * $.parameters[4].schema.description
79268
+ * ## [](#)Usage notes
79269
+ * Before you call this operation to delete an activation code, make sure that no managed instances are registered with the activation code.
79274
79270
  *
79275
79271
  * @param request - DeleteActivationRequest
79276
79272
  * @returns DeleteActivationResponse
@@ -79292,7 +79288,7 @@ export default class Client extends OpenApi {
79292
79288
  */
79293
79289
  deleteAutoProvisioningGroup(request: DeleteAutoProvisioningGroupRequest): Promise<DeleteAutoProvisioningGroupResponse>;
79294
79290
  /**
79295
- * You can call this operation to delete an automatic snapshot policy. After you delete an automatic snapshot policy, the policy will no longer be applied to the disks that it previously took effect on.
79291
+ * Deletes an automatic snapshot policy. After you delete an automatic snapshot policy, the policy is no longer applied to the disks on which it previously took effect.
79296
79292
  *
79297
79293
  * @param request - DeleteAutoSnapshotPolicyRequest
79298
79294
  * @param runtime - runtime options for this request RuntimeOptions
@@ -79300,7 +79296,7 @@ export default class Client extends OpenApi {
79300
79296
  */
79301
79297
  deleteAutoSnapshotPolicyWithOptions(request: DeleteAutoSnapshotPolicyRequest, runtime: $Util.RuntimeOptions): Promise<DeleteAutoSnapshotPolicyResponse>;
79302
79298
  /**
79303
- * You can call this operation to delete an automatic snapshot policy. After you delete an automatic snapshot policy, the policy will no longer be applied to the disks that it previously took effect on.
79299
+ * Deletes an automatic snapshot policy. After you delete an automatic snapshot policy, the policy is no longer applied to the disks on which it previously took effect.
79304
79300
  *
79305
79301
  * @param request - DeleteAutoSnapshotPolicyRequest
79306
79302
  * @returns DeleteAutoSnapshotPolicyResponse
@@ -79497,7 +79493,7 @@ export default class Client extends OpenApi {
79497
79493
  */
79498
79494
  deleteHaVip(request: DeleteHaVipRequest): Promise<DeleteHaVipResponse>;
79499
79495
  /**
79500
- * 删除hpc集群
79496
+ * Deletes a high performance computing (HPC) cluster.
79501
79497
  *
79502
79498
  * @param request - DeleteHpcClusterRequest
79503
79499
  * @param runtime - runtime options for this request RuntimeOptions
@@ -79505,7 +79501,7 @@ export default class Client extends OpenApi {
79505
79501
  */
79506
79502
  deleteHpcClusterWithOptions(request: DeleteHpcClusterRequest, runtime: $Util.RuntimeOptions): Promise<DeleteHpcClusterResponse>;
79507
79503
  /**
79508
- * 删除hpc集群
79504
+ * Deletes a high performance computing (HPC) cluster.
79509
79505
  *
79510
79506
  * @param request - DeleteHpcClusterRequest
79511
79507
  * @returns DeleteHpcClusterResponse
@@ -79575,15 +79571,14 @@ export default class Client extends OpenApi {
79575
79571
  */
79576
79572
  deleteImagePipeline(request: DeleteImagePipelineRequest): Promise<DeleteImagePipelineResponse>;
79577
79573
  /**
79578
- * Releases a pay-as-you-go Elastic Compute Service (ECS) instance or an expired subscription ECS instance. You can configure parameters to specify whether to release the disks attached to the instance or retain the disks as pay-as-you-go disks.
79574
+ * Deletes or releases a pay-as-you-go Elastic Compute Service (ECS) instance or an expired subscription ECS instance. You can configure parameters to specify whether to release the disks attached to the instance or retain the disks as pay-as-you-go disks.
79579
79575
  *
79580
79576
  * @remarks
79581
79577
  * *
79582
79578
  * **Warning** After an instance is released, all physical resources used by the instance are recycled. Relevant data is erased and cannot be restored.
79583
- * * **Precautions**
79584
- * When you release an instance, manual snapshots of the cloud disks are retained. The settings configured during the creation of the instance determine whether the cloud disks attached to the instance and automatic snapshots are released. Before you release the instance, you can call the [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) operation to query the parameter settings for the cloud disks attached to the instance and the automatic snapshots.
79585
- * * The cloud disks for which `DeleteWithInstance` is set to false are retained as pay-as-you-go disks after the instance is released. The cloud disks for which DeleteWithInstance is set to true are released along with the instance.
79586
- * * If `DeleteAutoSnapshot` is set to false for a cloud disk attached to the instance, the automatic snapshots of the cloud disk are retained when the instance is released. If DeleteAutoSnapshot is set to true for the cloud disk, the cloud disk is released along with the instance.
79579
+ * After you release an instance, the manual snapshots of the cloud disks attached to the instance are retained. Whether the cloud disks and the automatic snapshots of the disks are released is determined by the options that you configured when you created the instance and disks. Before you release the instance, you can call the [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) operation to query the parameter settings for the cloud disks attached to the instance and the automatic snapshots.
79580
+ * * The cloud disks for which `DeleteWithInstance` is set to false are retained as pay-as-you-go disks after the instance is released. The cloud disks for which DeleteWithInstance is set to true are released along with the instance.
79581
+ * * If `DeleteAutoSnapshot` is set to false for a cloud disk attached to the instance, the automatic snapshots of the cloud disk are retained when the instance is released. If DeleteAutoSnapshot is set to true for the cloud disk, the automatic snapshots of the disk are released along with the instance.
79587
79582
  * > When you release an instance that is locked for security reasons, the cloud disks attached to the instance are released even if DeleteWithInstance is set to false.
79588
79583
  *
79589
79584
  * @param request - DeleteInstanceRequest
@@ -79592,15 +79587,14 @@ export default class Client extends OpenApi {
79592
79587
  */
79593
79588
  deleteInstanceWithOptions(request: DeleteInstanceRequest, runtime: $Util.RuntimeOptions): Promise<DeleteInstanceResponse>;
79594
79589
  /**
79595
- * Releases a pay-as-you-go Elastic Compute Service (ECS) instance or an expired subscription ECS instance. You can configure parameters to specify whether to release the disks attached to the instance or retain the disks as pay-as-you-go disks.
79590
+ * Deletes or releases a pay-as-you-go Elastic Compute Service (ECS) instance or an expired subscription ECS instance. You can configure parameters to specify whether to release the disks attached to the instance or retain the disks as pay-as-you-go disks.
79596
79591
  *
79597
79592
  * @remarks
79598
79593
  * *
79599
79594
  * **Warning** After an instance is released, all physical resources used by the instance are recycled. Relevant data is erased and cannot be restored.
79600
- * * **Precautions**
79601
- * When you release an instance, manual snapshots of the cloud disks are retained. The settings configured during the creation of the instance determine whether the cloud disks attached to the instance and automatic snapshots are released. Before you release the instance, you can call the [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) operation to query the parameter settings for the cloud disks attached to the instance and the automatic snapshots.
79602
- * * The cloud disks for which `DeleteWithInstance` is set to false are retained as pay-as-you-go disks after the instance is released. The cloud disks for which DeleteWithInstance is set to true are released along with the instance.
79603
- * * If `DeleteAutoSnapshot` is set to false for a cloud disk attached to the instance, the automatic snapshots of the cloud disk are retained when the instance is released. If DeleteAutoSnapshot is set to true for the cloud disk, the cloud disk is released along with the instance.
79595
+ * After you release an instance, the manual snapshots of the cloud disks attached to the instance are retained. Whether the cloud disks and the automatic snapshots of the disks are released is determined by the options that you configured when you created the instance and disks. Before you release the instance, you can call the [DescribeDisks](https://help.aliyun.com/document_detail/2679767.html) operation to query the parameter settings for the cloud disks attached to the instance and the automatic snapshots.
79596
+ * * The cloud disks for which `DeleteWithInstance` is set to false are retained as pay-as-you-go disks after the instance is released. The cloud disks for which DeleteWithInstance is set to true are released along with the instance.
79597
+ * * If `DeleteAutoSnapshot` is set to false for a cloud disk attached to the instance, the automatic snapshots of the cloud disk are retained when the instance is released. If DeleteAutoSnapshot is set to true for the cloud disk, the automatic snapshots of the disk are released along with the instance.
79604
79598
  * > When you release an instance that is locked for security reasons, the cloud disks attached to the instance are released even if DeleteWithInstance is set to false.
79605
79599
  *
79606
79600
  * @param request - DeleteInstanceRequest
@@ -80056,9 +80050,10 @@ export default class Client extends OpenApi {
80056
80050
  * Queries existing activation codes and their usage information.
80057
80051
  *
80058
80052
  * @remarks
80053
+ * ## [](#)Usage notes
80059
80054
  * You can use one of the following methods to check the responses:
80060
- * - Method 1: When you call the DescribeActivations operation to retrieve the first page of results during a paged query, use MaxResults to specify the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which you can use in the next request to retrieve a new page of results. When you call the DescribeActivations operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and use MaxResults to specify the maximum number of entries to return in this call.
80061
- * - Method 2: Use PageSize to specify the number of entries to return on each page, and then use PageNumber to specify the number of the page to return. You can use only one of the preceding methods. If you specify MaxResults or NextToken, the PageSize and PageNumber request parameters do not take effect and the TotalCount response parameter is invalid.
80055
+ * * Method 1: During a paged query, when you call the DescribeActivations operation to retrieve the first page of results, use `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which you can use in the next request to retrieve a new page of results. When you call the DescribeActivations operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80056
+ * * Method 2: Use `PageSize` to specify the number of entries to return on each page, and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
80062
80057
  *
80063
80058
  * @param request - DescribeActivationsRequest
80064
80059
  * @param runtime - runtime options for this request RuntimeOptions
@@ -80069,9 +80064,10 @@ export default class Client extends OpenApi {
80069
80064
  * Queries existing activation codes and their usage information.
80070
80065
  *
80071
80066
  * @remarks
80067
+ * ## [](#)Usage notes
80072
80068
  * You can use one of the following methods to check the responses:
80073
- * - Method 1: When you call the DescribeActivations operation to retrieve the first page of results during a paged query, use MaxResults to specify the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which you can use in the next request to retrieve a new page of results. When you call the DescribeActivations operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and use MaxResults to specify the maximum number of entries to return in this call.
80074
- * - Method 2: Use PageSize to specify the number of entries to return on each page, and then use PageNumber to specify the number of the page to return. You can use only one of the preceding methods. If you specify MaxResults or NextToken, the PageSize and PageNumber request parameters do not take effect and the TotalCount response parameter is invalid.
80069
+ * * Method 1: During a paged query, when you call the DescribeActivations operation to retrieve the first page of results, use `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which you can use in the next request to retrieve a new page of results. When you call the DescribeActivations operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80070
+ * * Method 2: Use `PageSize` to specify the number of entries to return on each page, and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
80075
80071
  *
80076
80072
  * @param request - DescribeActivationsRequest
80077
80073
  * @returns DescribeActivationsResponse
@@ -80123,7 +80119,7 @@ export default class Client extends OpenApi {
80123
80119
  */
80124
80120
  describeAutoProvisioningGroups(request: DescribeAutoProvisioningGroupsRequest): Promise<DescribeAutoProvisioningGroupsResponse>;
80125
80121
  /**
80126
- * Queries existing automatic snapshot policies in a region.
80122
+ * Queries the details of automatic snapshot policies that are created in a specific region.
80127
80123
  *
80128
80124
  * @param request - DescribeAutoSnapshotPolicyExRequest
80129
80125
  * @param runtime - runtime options for this request RuntimeOptions
@@ -80131,7 +80127,7 @@ export default class Client extends OpenApi {
80131
80127
  */
80132
80128
  describeAutoSnapshotPolicyExWithOptions(request: DescribeAutoSnapshotPolicyExRequest, runtime: $Util.RuntimeOptions): Promise<DescribeAutoSnapshotPolicyExResponse>;
80133
80129
  /**
80134
- * Queries existing automatic snapshot policies in a region.
80130
+ * Queries the details of automatic snapshot policies that are created in a specific region.
80135
80131
  *
80136
80132
  * @param request - DescribeAutoSnapshotPolicyExRequest
80137
80133
  * @returns DescribeAutoSnapshotPolicyExResponse
@@ -80239,7 +80235,7 @@ export default class Client extends OpenApi {
80239
80235
  */
80240
80236
  describeCapacityReservations(request: DescribeCapacityReservationsRequest): Promise<DescribeCapacityReservationsResponse>;
80241
80237
  /**
80242
- * Queries Elastic Compute Service (ECS) instances that reside in the classic network and have established ClassicLink connections with virtual private clouds (VPCs).
80238
+ * Queries instances located in the classic network that have established ClassicLink connections with virtual private clouds (VPCs).
80243
80239
  *
80244
80240
  * @remarks
80245
80241
  * Take note of the following items:
@@ -80253,7 +80249,7 @@ export default class Client extends OpenApi {
80253
80249
  */
80254
80250
  describeClassicLinkInstancesWithOptions(request: DescribeClassicLinkInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeClassicLinkInstancesResponse>;
80255
80251
  /**
80256
- * Queries Elastic Compute Service (ECS) instances that reside in the classic network and have established ClassicLink connections with virtual private clouds (VPCs).
80252
+ * Queries instances located in the classic network that have established ClassicLink connections with virtual private clouds (VPCs).
80257
80253
  *
80258
80254
  * @remarks
80259
80255
  * Take note of the following items:
@@ -80286,9 +80282,7 @@ export default class Client extends OpenApi {
80286
80282
  * @remarks
80287
80283
  * ## [](#)Usage notes
80288
80284
  * * Before you run commands on or send files to instances, especially new instances, we recommend that you query the status of Cloud Assistant on the instances by calling this operation and checking the return value of CloudAssistantStatus. Run commands on or send files to the instances only when the return value is true.
80289
- * * You can use one of the following methods to check the responses:
80290
- * * Method 1: During a paged query, when you call the DescribeCloudAssistantStatus operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeCloudAssistantStatus operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80291
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
80285
+ * * During a paged query, when you call the DescribeCloudAssistantStatus operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeCloudAssistantStatus operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80292
80286
  *
80293
80287
  * @param request - DescribeCloudAssistantStatusRequest
80294
80288
  * @param runtime - runtime options for this request RuntimeOptions
@@ -80301,9 +80295,7 @@ export default class Client extends OpenApi {
80301
80295
  * @remarks
80302
80296
  * ## [](#)Usage notes
80303
80297
  * * Before you run commands on or send files to instances, especially new instances, we recommend that you query the status of Cloud Assistant on the instances by calling this operation and checking the return value of CloudAssistantStatus. Run commands on or send files to the instances only when the return value is true.
80304
- * * You can use one of the following methods to check the responses:
80305
- * * Method 1: During a paged query, when you call the DescribeCloudAssistantStatus operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeCloudAssistantStatus operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80306
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
80298
+ * * During a paged query, when you call the DescribeCloudAssistantStatus operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeCloudAssistantStatus operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80307
80299
  *
80308
80300
  * @param request - DescribeCloudAssistantStatusRequest
80309
80301
  * @returns DescribeCloudAssistantStatusResponse
@@ -80330,9 +80322,7 @@ export default class Client extends OpenApi {
80330
80322
  * @remarks
80331
80323
  * ## [](#)Usage notes
80332
80324
  * * If you specify only `Action` and `RegionId`, all available commands (`CommandId`) that you created in the specified region are queried by default.
80333
- * * You can use one of the following methods to check the responses:
80334
- * * Method 1: During a paged query, when you call the DescribeCommands operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeCommands operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80335
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
80325
+ * * During a paged query, when you call the DescribeCommands operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeCommands operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80336
80326
  *
80337
80327
  * @param request - DescribeCommandsRequest
80338
80328
  * @param runtime - runtime options for this request RuntimeOptions
@@ -80345,9 +80335,7 @@ export default class Client extends OpenApi {
80345
80335
  * @remarks
80346
80336
  * ## [](#)Usage notes
80347
80337
  * * If you specify only `Action` and `RegionId`, all available commands (`CommandId`) that you created in the specified region are queried by default.
80348
- * * You can use one of the following methods to check the responses:
80349
- * * Method 1: During a paged query, when you call the DescribeCommands operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeCommands operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80350
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
80338
+ * * During a paged query, when you call the DescribeCommands operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeCommands operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
80351
80339
  *
80352
80340
  * @param request - DescribeCommandsRequest
80353
80341
  * @returns DescribeCommandsResponse
@@ -80845,12 +80833,11 @@ export default class Client extends OpenApi {
80845
80833
  */
80846
80834
  describeImageComponents(request: DescribeImageComponentsRequest): Promise<DescribeImageComponentsResponse>;
80847
80835
  /**
80848
- * 查询镜像族系内可用镜像
80836
+ * Queries available custom images that are most recently created in a specific image family.
80849
80837
  *
80850
80838
  * @remarks
80851
- * ## Description
80852
- * * This API operation only returns the available custom images that are newly created in the specified image family. Public images, Alibaba Cloud Marketplace images, community images, or shared images are not queried.
80853
- * * If no available custom images exist in the specified image family, the response is empty.
80839
+ * ## [](#)Usage notes
80840
+ * If no available image exists in a specific image family, the response is empty.
80854
80841
  *
80855
80842
  * @param request - DescribeImageFromFamilyRequest
80856
80843
  * @param runtime - runtime options for this request RuntimeOptions
@@ -80858,12 +80845,11 @@ export default class Client extends OpenApi {
80858
80845
  */
80859
80846
  describeImageFromFamilyWithOptions(request: DescribeImageFromFamilyRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImageFromFamilyResponse>;
80860
80847
  /**
80861
- * 查询镜像族系内可用镜像
80848
+ * Queries available custom images that are most recently created in a specific image family.
80862
80849
  *
80863
80850
  * @remarks
80864
- * ## Description
80865
- * * This API operation only returns the available custom images that are newly created in the specified image family. Public images, Alibaba Cloud Marketplace images, community images, or shared images are not queried.
80866
- * * If no available custom images exist in the specified image family, the response is empty.
80851
+ * ## [](#)Usage notes
80852
+ * If no available image exists in a specific image family, the response is empty.
80867
80853
  *
80868
80854
  * @param request - DescribeImageFromFamilyRequest
80869
80855
  * @returns DescribeImageFromFamilyResponse
@@ -81002,7 +80988,7 @@ export default class Client extends OpenApi {
81002
80988
  */
81003
80989
  describeInstanceAttachmentAttributes(request: DescribeInstanceAttachmentAttributesRequest): Promise<DescribeInstanceAttachmentAttributesResponse>;
81004
80990
  /**
81005
- * Queries the attributes of an Elastic Compute Service (ECS) instance.
80991
+ * Queries the attributes of a specific Elastic Compute Service (ECS) instance.
81006
80992
  *
81007
80993
  * @param request - DescribeInstanceAttributeRequest
81008
80994
  * @param runtime - runtime options for this request RuntimeOptions
@@ -81010,7 +80996,7 @@ export default class Client extends OpenApi {
81010
80996
  */
81011
80997
  describeInstanceAttributeWithOptions(request: DescribeInstanceAttributeRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstanceAttributeResponse>;
81012
80998
  /**
81013
- * Queries the attributes of an Elastic Compute Service (ECS) instance.
80999
+ * Queries the attributes of a specific Elastic Compute Service (ECS) instance.
81014
81000
  *
81015
81001
  * @param request - DescribeInstanceAttributeRequest
81016
81002
  * @returns DescribeInstanceAttributeResponse
@@ -81020,8 +81006,8 @@ export default class Client extends OpenApi {
81020
81006
  * Queries the auto-renewal attribute of subscription Elastic Compute Service (ECS) instances, including whether auto-renewal is enabled for the instances and the auto-renewal durations of the instances.
81021
81007
  *
81022
81008
  * @remarks
81023
- * Before you configure auto-renewal or manual renewal for subscription instances, you can query the auto-renewal status of the instances.
81024
- * * This operation is applicable to only subscription instances. An error is returned if you call this operation on pay-as-you-go instances.
81009
+ * Only subscription instances are supported. If you call this operation for a pay-as-you-go instance, an error is returned.
81010
+ * * Before you configure auto-renewal or manual renewal for subscription instances, you can query the auto-renewal status of the instances.
81025
81011
  *
81026
81012
  * @param request - DescribeInstanceAutoRenewAttributeRequest
81027
81013
  * @param runtime - runtime options for this request RuntimeOptions
@@ -81032,8 +81018,8 @@ export default class Client extends OpenApi {
81032
81018
  * Queries the auto-renewal attribute of subscription Elastic Compute Service (ECS) instances, including whether auto-renewal is enabled for the instances and the auto-renewal durations of the instances.
81033
81019
  *
81034
81020
  * @remarks
81035
- * Before you configure auto-renewal or manual renewal for subscription instances, you can query the auto-renewal status of the instances.
81036
- * * This operation is applicable to only subscription instances. An error is returned if you call this operation on pay-as-you-go instances.
81021
+ * Only subscription instances are supported. If you call this operation for a pay-as-you-go instance, an error is returned.
81022
+ * * Before you configure auto-renewal or manual renewal for subscription instances, you can query the auto-renewal status of the instances.
81037
81023
  *
81038
81024
  * @param request - DescribeInstanceAutoRenewAttributeRequest
81039
81025
  * @returns DescribeInstanceAutoRenewAttributeResponse
@@ -81375,9 +81361,7 @@ export default class Client extends OpenApi {
81375
81361
  * * After you run a command, the command may fail to run or may return unexpected results. You can call this operation to query the execution results.
81376
81362
  * * You can query information about command executions within the last four weeks. Up to 100,000 pieces of execution information can be retained.
81377
81363
  * * You can [subscribe to Cloud Assistant task status events](https://help.aliyun.com/document_detail/2669130.html) to obtain command execution results from the events. This helps you reduce the number of times to poll API operations and improve efficiency.
81378
- * * You can use one of the following methods to check the responses:
81379
- * * Method 1: During a paged query, when you call the DescribeInvocationResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeInvocationResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81380
- * * Method 2: Use `PageSize` to specify the number of entries per page, and then use `PageNumber` to specify the page number. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
81364
+ * * During a paged query, when you call the DescribeInvocationResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeInvocationResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81381
81365
  * * Comparison between the `DescribeInvocations` and `DescribeInvocationResults` operations:
81382
81366
  * * Scenario in which the `RunCommand` or `InvokeCommand` operation is called to run a Cloud Assistant command on multiple instances:
81383
81367
  * * The `DescribeInvocations` operation queries the execution status of the command on each instance and the overall execution status of the command on all instances.
@@ -81400,9 +81384,7 @@ export default class Client extends OpenApi {
81400
81384
  * * After you run a command, the command may fail to run or may return unexpected results. You can call this operation to query the execution results.
81401
81385
  * * You can query information about command executions within the last four weeks. Up to 100,000 pieces of execution information can be retained.
81402
81386
  * * You can [subscribe to Cloud Assistant task status events](https://help.aliyun.com/document_detail/2669130.html) to obtain command execution results from the events. This helps you reduce the number of times to poll API operations and improve efficiency.
81403
- * * You can use one of the following methods to check the responses:
81404
- * * Method 1: During a paged query, when you call the DescribeInvocationResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeInvocationResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81405
- * * Method 2: Use `PageSize` to specify the number of entries per page, and then use `PageNumber` to specify the page number. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
81387
+ * * During a paged query, when you call the DescribeInvocationResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeInvocationResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81406
81388
  * * Comparison between the `DescribeInvocations` and `DescribeInvocationResults` operations:
81407
81389
  * * Scenario in which the `RunCommand` or `InvokeCommand` operation is called to run a Cloud Assistant command on multiple instances:
81408
81390
  * * The `DescribeInvocations` operation queries the execution status of the command on each instance and the overall execution status of the command on all instances.
@@ -81531,10 +81513,7 @@ export default class Client extends OpenApi {
81531
81513
  * Queries managed instances.
81532
81514
  *
81533
81515
  * @remarks
81534
- * ## [](#)Usage notes
81535
- * You can use one of the following methods to check the responses:
81536
- * * Method 1: During a paged query, when you call the DescribeManagedInstances operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeManagedInstances operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81537
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
81516
+ * During a paged query, when you call the DescribeManagedInstances operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeManagedInstances operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81538
81517
  *
81539
81518
  * @param request - DescribeManagedInstancesRequest
81540
81519
  * @param runtime - runtime options for this request RuntimeOptions
@@ -81545,10 +81524,7 @@ export default class Client extends OpenApi {
81545
81524
  * Queries managed instances.
81546
81525
  *
81547
81526
  * @remarks
81548
- * ## [](#)Usage notes
81549
- * You can use one of the following methods to check the responses:
81550
- * * Method 1: During a paged query, when you call the DescribeManagedInstances operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeManagedInstances operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81551
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
81527
+ * During a paged query, when you call the DescribeManagedInstances operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeManagedInstances operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
81552
81528
  *
81553
81529
  * @param request - DescribeManagedInstancesRequest
81554
81530
  * @returns DescribeManagedInstancesResponse
@@ -82019,13 +81995,10 @@ export default class Client extends OpenApi {
82019
81995
  */
82020
81996
  describeSecurityGroupAttribute(request: DescribeSecurityGroupAttributeRequest): Promise<DescribeSecurityGroupAttributeResponse>;
82021
81997
  /**
82022
- * Queries the security groups that are referencing specific security groups. When you call this operation, you can specify SecurityGroupId.
81998
+ * Queries the security groups whose rules reference security groups as authorization objects.
82023
81999
  *
82024
82000
  * @remarks
82025
- * When you call this operation, take note of the following items:
82026
- * * A security group can be referenced by the inbound or outbound rules of other security groups.
82027
- * * Up to 100 entries can be returned each time.
82028
- * * If a security group cannot be deleted by calling the [DeleteSecurityGroup](https://help.aliyun.com/document_detail/25558.html) operation, you can call the DescribeSecurityGroupReferences operation to check whether the security group is referenced by the rules of other security groups. If the security group is referenced by the rules of other security groups, you must remove the reference before you can delete the security group.
82001
+ * If you cannot delete a security group by calling the [DeleteSecurityGroup](https://help.aliyun.com/document_detail/25558.html) operation, call the DescribeSecurityGroupReferences operation to check whether the security group is referenced by the rules of other security groups. If the security group is referenced by the rules of other security groups, you must call the [RevokeSecurityGroup](https://help.aliyun.com/document_detail/2679855.html) and [RevokeSecurityGroupEgress](https://help.aliyun.com/document_detail/2679856.html) operations to remove the references before you can delete the security group.
82029
82002
  *
82030
82003
  * @param request - DescribeSecurityGroupReferencesRequest
82031
82004
  * @param runtime - runtime options for this request RuntimeOptions
@@ -82033,13 +82006,10 @@ export default class Client extends OpenApi {
82033
82006
  */
82034
82007
  describeSecurityGroupReferencesWithOptions(request: DescribeSecurityGroupReferencesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSecurityGroupReferencesResponse>;
82035
82008
  /**
82036
- * Queries the security groups that are referencing specific security groups. When you call this operation, you can specify SecurityGroupId.
82009
+ * Queries the security groups whose rules reference security groups as authorization objects.
82037
82010
  *
82038
82011
  * @remarks
82039
- * When you call this operation, take note of the following items:
82040
- * * A security group can be referenced by the inbound or outbound rules of other security groups.
82041
- * * Up to 100 entries can be returned each time.
82042
- * * If a security group cannot be deleted by calling the [DeleteSecurityGroup](https://help.aliyun.com/document_detail/25558.html) operation, you can call the DescribeSecurityGroupReferences operation to check whether the security group is referenced by the rules of other security groups. If the security group is referenced by the rules of other security groups, you must remove the reference before you can delete the security group.
82012
+ * If you cannot delete a security group by calling the [DeleteSecurityGroup](https://help.aliyun.com/document_detail/25558.html) operation, call the DescribeSecurityGroupReferences operation to check whether the security group is referenced by the rules of other security groups. If the security group is referenced by the rules of other security groups, you must call the [RevokeSecurityGroup](https://help.aliyun.com/document_detail/2679855.html) and [RevokeSecurityGroupEgress](https://help.aliyun.com/document_detail/2679856.html) operations to remove the references before you can delete the security group.
82043
82013
  *
82044
82014
  * @param request - DescribeSecurityGroupReferencesRequest
82045
82015
  * @returns DescribeSecurityGroupReferencesResponse
@@ -82078,12 +82048,10 @@ export default class Client extends OpenApi {
82078
82048
  * Queries the files sent by Cloud Assistant and their status.
82079
82049
  *
82080
82050
  * @remarks
82081
- * ## [](#)Usage notes:
82051
+ * ## [](#)Usage notes
82082
82052
  * * When you send a file, the file may fail to be sent to specific Elastic Compute Service (ECS) instances. You can call this operation to check the file sending results.
82083
82053
  * * You can call this operation to query the file sending records within the last six weeks.
82084
- * * You can use one of the following methods to check the responses:
82085
- * * Method 1: During a paged query, when you call the DescribeSendFileResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeSendFileResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
82086
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
82054
+ * * During a paged query, when you call the DescribeSendFileResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeSendFileResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
82087
82055
  *
82088
82056
  * @param request - DescribeSendFileResultsRequest
82089
82057
  * @param runtime - runtime options for this request RuntimeOptions
@@ -82094,12 +82062,10 @@ export default class Client extends OpenApi {
82094
82062
  * Queries the files sent by Cloud Assistant and their status.
82095
82063
  *
82096
82064
  * @remarks
82097
- * ## [](#)Usage notes:
82065
+ * ## [](#)Usage notes
82098
82066
  * * When you send a file, the file may fail to be sent to specific Elastic Compute Service (ECS) instances. You can call this operation to check the file sending results.
82099
82067
  * * You can call this operation to query the file sending records within the last six weeks.
82100
- * * You can use one of the following methods to check the responses:
82101
- * * Method 1: During a paged query, when you call the DescribeSendFileResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token, which can be used in the next request to retrieve a new page of results. When you call the DescribeSendFileResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
82102
- * * Method 2: Use `PageSize` to specify the number of entries to return on each page and then use `PageNumber` to specify the number of the page to return. You can use only one of the preceding methods. If you specify `MaxResults` or `NextToken`, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
82068
+ * * During a paged query, when you call the DescribeSendFileResults operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the DescribeSendFileResults operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
82103
82069
  *
82104
82070
  * @param request - DescribeSendFileResultsRequest
82105
82071
  * @returns DescribeSendFileResultsResponse
@@ -82181,8 +82147,7 @@ export default class Client extends OpenApi {
82181
82147
  */
82182
82148
  describeSnapshotMonitorData(request: DescribeSnapshotMonitorDataRequest): Promise<DescribeSnapshotMonitorDataResponse>;
82183
82149
  /**
82184
- * The number of the page to return. Pages start from page 1.
82185
- * Default value: 1.
82150
+ * Queries the Object Storage Service (OSS) storage plans that you purchased in an Alibaba Cloud region. OSS storage plans can be used to offset the storage fees for standard snapshots instead of local snapshots.
82186
82151
  *
82187
82152
  * @param request - DescribeSnapshotPackageRequest
82188
82153
  * @param runtime - runtime options for this request RuntimeOptions
@@ -82190,8 +82155,7 @@ export default class Client extends OpenApi {
82190
82155
  */
82191
82156
  describeSnapshotPackageWithOptions(request: DescribeSnapshotPackageRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSnapshotPackageResponse>;
82192
82157
  /**
82193
- * The number of the page to return. Pages start from page 1.
82194
- * Default value: 1.
82158
+ * Queries the Object Storage Service (OSS) storage plans that you purchased in an Alibaba Cloud region. OSS storage plans can be used to offset the storage fees for standard snapshots instead of local snapshots.
82195
82159
  *
82196
82160
  * @param request - DescribeSnapshotPackageRequest
82197
82161
  * @returns DescribeSnapshotPackageResponse
@@ -82308,7 +82272,7 @@ export default class Client extends OpenApi {
82308
82272
  */
82309
82273
  describeSpotPriceHistory(request: DescribeSpotPriceHistoryRequest): Promise<DescribeSpotPriceHistoryResponse>;
82310
82274
  /**
82311
- * Queries the details of one or more SCUs.
82275
+ * Queries the details of storage capacity units (SCUs). In the request, you can specify the name, status, or capacity of each SCU.
82312
82276
  *
82313
82277
  * @param request - DescribeStorageCapacityUnitsRequest
82314
82278
  * @param runtime - runtime options for this request RuntimeOptions
@@ -82316,7 +82280,7 @@ export default class Client extends OpenApi {
82316
82280
  */
82317
82281
  describeStorageCapacityUnitsWithOptions(request: DescribeStorageCapacityUnitsRequest, runtime: $Util.RuntimeOptions): Promise<DescribeStorageCapacityUnitsResponse>;
82318
82282
  /**
82319
- * Queries the details of one or more SCUs.
82283
+ * Queries the details of storage capacity units (SCUs). In the request, you can specify the name, status, or capacity of each SCU.
82320
82284
  *
82321
82285
  * @param request - DescribeStorageCapacityUnitsRequest
82322
82286
  * @returns DescribeStorageCapacityUnitsResponse
@@ -82393,7 +82357,7 @@ export default class Client extends OpenApi {
82393
82357
  */
82394
82358
  describeTaskAttribute(request: DescribeTaskAttributeRequest): Promise<DescribeTaskAttributeResponse>;
82395
82359
  /**
82396
- * Queries the progress of one or more asynchronous requests.
82360
+ * Queries the progress of one or more asynchronous tasks.
82397
82361
  *
82398
82362
  * @remarks
82399
82363
  * ## Debugging
@@ -82405,7 +82369,7 @@ export default class Client extends OpenApi {
82405
82369
  */
82406
82370
  describeTasksWithOptions(request: DescribeTasksRequest, runtime: $Util.RuntimeOptions): Promise<DescribeTasksResponse>;
82407
82371
  /**
82408
- * Queries the progress of one or more asynchronous requests.
82372
+ * Queries the progress of one or more asynchronous tasks.
82409
82373
  *
82410
82374
  * @remarks
82411
82375
  * ## Debugging
@@ -82573,7 +82537,7 @@ export default class Client extends OpenApi {
82573
82537
  */
82574
82538
  describeZones(request: DescribeZonesRequest): Promise<DescribeZonesResponse>;
82575
82539
  /**
82576
- * You can call this operation to unlink a classic network-type instance from a virtual private cloud (VPC) by removing the ClassicLink connection between them. After the instance is unlinked from the VPC, it can no longer communicate with instances in the VPC.
82540
+ * Unlinks an Elastic Compute Service (ECS) instance that resides in the classic network from a virtual private cloud (VPC) by closing the ClassicLink connection between the instance and the VPC. After the instance is unlinked from the VPC, the instance can no longer communicate with instances in the VPC.
82577
82541
  *
82578
82542
  * @param request - DetachClassicLinkVpcRequest
82579
82543
  * @param runtime - runtime options for this request RuntimeOptions
@@ -82581,7 +82545,7 @@ export default class Client extends OpenApi {
82581
82545
  */
82582
82546
  detachClassicLinkVpcWithOptions(request: DetachClassicLinkVpcRequest, runtime: $Util.RuntimeOptions): Promise<DetachClassicLinkVpcResponse>;
82583
82547
  /**
82584
- * You can call this operation to unlink a classic network-type instance from a virtual private cloud (VPC) by removing the ClassicLink connection between them. After the instance is unlinked from the VPC, it can no longer communicate with instances in the VPC.
82548
+ * Unlinks an Elastic Compute Service (ECS) instance that resides in the classic network from a virtual private cloud (VPC) by closing the ClassicLink connection between the instance and the VPC. After the instance is unlinked from the VPC, the instance can no longer communicate with instances in the VPC.
82585
82549
  *
82586
82550
  * @param request - DetachClassicLinkVpcRequest
82587
82551
  * @returns DetachClassicLinkVpcResponse
@@ -82592,11 +82556,8 @@ export default class Client extends OpenApi {
82592
82556
  *
82593
82557
  * @remarks
82594
82558
  * Take note of the following items:
82595
- * * The disk that you want to detach must be attached to an ECS instance and in the In Use (`In_use`) state.
82596
- * * The instance from which you want to detach a data disk must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
82597
- * * The instance from which you want to detach a system disk must be in the **Stopped** state.``
82598
- * * If the `OperationLocks` parameter in the response contains `"LockReason" : "security"` when you query the instance information, the instance is locked for security reasons and all operations are prohibited on the instance.
82599
- * * DetachDisk is an asynchronous operation. After you call the operation to detach a disk from an ECS instance, the disk is detached in approximately 1 minute.
82559
+ * * This operation is an asynchronous operation. After you call the operation to detach a disk from an ECS instance, the disk is detached in approximately 1 minute.
82560
+ * * If `OperationLocks` in the response contains `"LockReason" : "security"` when you query information about an instance, the instance is locked for security reasons and all operations are prohibited on the instance.
82600
82561
  * * If you want to attach an elastic ephemeral disk that you detached from an instance, you can attach the disk only to the instance.
82601
82562
  *
82602
82563
  * @param request - DetachDiskRequest
@@ -82609,11 +82570,8 @@ export default class Client extends OpenApi {
82609
82570
  *
82610
82571
  * @remarks
82611
82572
  * Take note of the following items:
82612
- * * The disk that you want to detach must be attached to an ECS instance and in the In Use (`In_use`) state.
82613
- * * The instance from which you want to detach a data disk must be in the **Running** (`Running`) or **Stopped** (`Stopped`) state.
82614
- * * The instance from which you want to detach a system disk must be in the **Stopped** state.``
82615
- * * If the `OperationLocks` parameter in the response contains `"LockReason" : "security"` when you query the instance information, the instance is locked for security reasons and all operations are prohibited on the instance.
82616
- * * DetachDisk is an asynchronous operation. After you call the operation to detach a disk from an ECS instance, the disk is detached in approximately 1 minute.
82573
+ * * This operation is an asynchronous operation. After you call the operation to detach a disk from an ECS instance, the disk is detached in approximately 1 minute.
82574
+ * * If `OperationLocks` in the response contains `"LockReason" : "security"` when you query information about an instance, the instance is locked for security reasons and all operations are prohibited on the instance.
82617
82575
  * * If you want to attach an elastic ephemeral disk that you detached from an instance, you can attach the disk only to the instance.
82618
82576
  *
82619
82577
  * @param request - DetachDiskRequest
@@ -82701,8 +82659,8 @@ export default class Client extends OpenApi {
82701
82659
  * To prevent an activation code from being leaked, you can call the DisableActivation operation to disable the activation code. Disabled activation codes cannot be used to register new managed instances. However, managed instances that are already registered are not affected.
82702
82660
  *
82703
82661
  * @remarks
82704
- * The region ID. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
82705
- * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
82662
+ * ## [](#)Usage notes
82663
+ * To prevent an activation code from being leaked, you can call the DisableActivation operation to disable the activation code. Disabled activation codes cannot be used to register new managed instances. However, managed instances that are already registered are not affected.
82706
82664
  *
82707
82665
  * @param request - DisableActivationRequest
82708
82666
  * @param runtime - runtime options for this request RuntimeOptions
@@ -82713,8 +82671,8 @@ export default class Client extends OpenApi {
82713
82671
  * To prevent an activation code from being leaked, you can call the DisableActivation operation to disable the activation code. Disabled activation codes cannot be used to register new managed instances. However, managed instances that are already registered are not affected.
82714
82672
  *
82715
82673
  * @remarks
82716
- * The region ID. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
82717
- * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
82674
+ * ## [](#)Usage notes
82675
+ * To prevent an activation code from being leaked, you can call the DisableActivation operation to disable the activation code. Disabled activation codes cannot be used to register new managed instances. However, managed instances that are already registered are not affected.
82718
82676
  *
82719
82677
  * @param request - DisableActivationRequest
82720
82678
  * @returns DisableActivationResponse
@@ -82909,6 +82867,8 @@ export default class Client extends OpenApi {
82909
82867
  */
82910
82868
  exportImage(request: ExportImageRequest): Promise<ExportImageResponse>;
82911
82869
  /**
82870
+ * 将快照导出到指定的对象存储
82871
+ *
82912
82872
  * @deprecated OpenAPI ExportSnapshot is deprecated
82913
82873
  *
82914
82874
  * @param request - ExportSnapshotRequest
@@ -82917,6 +82877,8 @@ export default class Client extends OpenApi {
82917
82877
  */
82918
82878
  exportSnapshotWithOptions(request: ExportSnapshotRequest, runtime: $Util.RuntimeOptions): Promise<ExportSnapshotResponse>;
82919
82879
  /**
82880
+ * 将快照导出到指定的对象存储
82881
+ *
82920
82882
  * @deprecated OpenAPI ExportSnapshot is deprecated
82921
82883
  *
82922
82884
  * @param request - ExportSnapshotRequest
@@ -83167,7 +83129,7 @@ export default class Client extends OpenApi {
83167
83129
  */
83168
83130
  importImage(request: ImportImageRequest): Promise<ImportImageResponse>;
83169
83131
  /**
83170
- * Imports the public key of a RivestShamirAdleman (RSA)-encrypted key pair that is generated by a third-party tool. After the key pair is imported, Alibaba Cloud stores the public key. You must securely lock away the private key.
83132
+ * Imports the public key of a Rivest-Shamir-Adleman (RSA) key pair that is generated by a third-party tool. After the key pair is imported, Alibaba Cloud stores the public key. You must securely lock away the private key.
83171
83133
  *
83172
83134
  * @remarks
83173
83135
  * Take note of the following items:
@@ -83192,7 +83154,7 @@ export default class Client extends OpenApi {
83192
83154
  */
83193
83155
  importKeyPairWithOptions(request: ImportKeyPairRequest, runtime: $Util.RuntimeOptions): Promise<ImportKeyPairResponse>;
83194
83156
  /**
83195
- * Imports the public key of a RivestShamirAdleman (RSA)-encrypted key pair that is generated by a third-party tool. After the key pair is imported, Alibaba Cloud stores the public key. You must securely lock away the private key.
83157
+ * Imports the public key of a Rivest-Shamir-Adleman (RSA) key pair that is generated by a third-party tool. After the key pair is imported, Alibaba Cloud stores the public key. You must securely lock away the private key.
83196
83158
  *
83197
83159
  * @remarks
83198
83160
  * Take note of the following items:
@@ -83386,13 +83348,10 @@ export default class Client extends OpenApi {
83386
83348
  * Queries the states of Cloud Assistant plug-ins on Elastic Compute Service (ECS) instances.
83387
83349
  *
83388
83350
  * @remarks
83389
- * ## Usage notes
83390
- * - Before you call this operation to query the status of Cloud Assistant plug-ins on ECS instances, make sure that the versions of Cloud Assistant Agent on the instances are not earlier than the following ones:
83391
- * * 2.2.3.344 for Linux instances
83392
- * * 2.1.3.344 for Windows instances
83393
- * - You can use one of the following methods to check the responses:
83394
- * - Method 1: When you call the ListPluginStatus operation to retrieve the first page of results during a paged query, use MaxResults to specify the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which you can use in the next request to retrieve a new page of results. When you call the ListPluginStatus operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and use MaxResults to specify the maximum number of entries to return in this call.
83395
- * - Method 2: Use PageSize to specify the number of entries to return on each page, and then use PageNumber to specify the number of the page to return. You can use only one of the preceding methods. If you specify MaxResults or NextToken, the PageSize and PageNumber request parameters do not take effect and the TotalCount response parameter is invalid.
83351
+ * Before you call this operation to query the status of Cloud Assistant plug-ins on ECS instances, make sure that the versions of Cloud Assistant Agent on the instances are not earlier than the following ones:
83352
+ * * 2.2.3.344 for Linux instances
83353
+ * * 2.1.3.344 for Windows instances
83354
+ * * During a paged query, when you call the ListPluginStatus operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the ListPluginStatus operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
83396
83355
  *
83397
83356
  * @param request - ListPluginStatusRequest
83398
83357
  * @param runtime - runtime options for this request RuntimeOptions
@@ -83403,13 +83362,10 @@ export default class Client extends OpenApi {
83403
83362
  * Queries the states of Cloud Assistant plug-ins on Elastic Compute Service (ECS) instances.
83404
83363
  *
83405
83364
  * @remarks
83406
- * ## Usage notes
83407
- * - Before you call this operation to query the status of Cloud Assistant plug-ins on ECS instances, make sure that the versions of Cloud Assistant Agent on the instances are not earlier than the following ones:
83408
- * * 2.2.3.344 for Linux instances
83409
- * * 2.1.3.344 for Windows instances
83410
- * - You can use one of the following methods to check the responses:
83411
- * - Method 1: When you call the ListPluginStatus operation to retrieve the first page of results during a paged query, use MaxResults to specify the maximum number of entries to return in the call. The return value of NextToken is a pagination token, which you can use in the next request to retrieve a new page of results. When you call the ListPluginStatus operation to retrieve a new page of results, set NextToken to the NextToken value returned in the previous call and use MaxResults to specify the maximum number of entries to return in this call.
83412
- * - Method 2: Use PageSize to specify the number of entries to return on each page, and then use PageNumber to specify the number of the page to return. You can use only one of the preceding methods. If you specify MaxResults or NextToken, the PageSize and PageNumber request parameters do not take effect and the TotalCount response parameter is invalid.
83365
+ * Before you call this operation to query the status of Cloud Assistant plug-ins on ECS instances, make sure that the versions of Cloud Assistant Agent on the instances are not earlier than the following ones:
83366
+ * * 2.2.3.344 for Linux instances
83367
+ * * 2.1.3.344 for Windows instances
83368
+ * * During a paged query, when you call the ListPluginStatus operation to retrieve the first page of results, set `MaxResults` to specify the maximum number of entries to return in the call. The return value of `NextToken` is a pagination token that can be used in the next call to retrieve a new page of results. When you call the ListPluginStatus operation to retrieve a new page of results, set `NextToken` to the `NextToken` value returned in the previous call and set `MaxResults` to specify the maximum number of entries to return in this call.
83413
83369
  *
83414
83370
  * @param request - ListPluginStatusRequest
83415
83371
  * @returns ListPluginStatusResponse
@@ -83969,7 +83925,7 @@ export default class Client extends OpenApi {
83969
83925
  */
83970
83926
  modifyHaVipAttribute(request: ModifyHaVipAttributeRequest): Promise<ModifyHaVipAttributeResponse>;
83971
83927
  /**
83972
- * 修改hpc集群属性
83928
+ * Modifies the description of a high performance computing (HPC) cluster.
83973
83929
  *
83974
83930
  * @param request - ModifyHpcClusterAttributeRequest
83975
83931
  * @param runtime - runtime options for this request RuntimeOptions
@@ -83977,7 +83933,7 @@ export default class Client extends OpenApi {
83977
83933
  */
83978
83934
  modifyHpcClusterAttributeWithOptions(request: ModifyHpcClusterAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyHpcClusterAttributeResponse>;
83979
83935
  /**
83980
- * 修改hpc集群属性
83936
+ * Modifies the description of a high performance computing (HPC) cluster.
83981
83937
  *
83982
83938
  * @param request - ModifyHpcClusterAttributeRequest
83983
83939
  * @returns ModifyHpcClusterAttributeResponse
@@ -84099,28 +84055,7 @@ export default class Client extends OpenApi {
84099
84055
  * Modifies the attributes of an Elastic Compute Service (ECS) instance, such as the password, name, description, hostname, security groups, maximum transmission unit (MTU), and user data of the instance.
84100
84056
  *
84101
84057
  * @remarks
84102
- * ## [](#)Usage notes
84103
- * If the response contains `{"OperationLocks": {"LockReason" : "security"}}` when you query the information of the instance, the instance is locked for security reasons and no operations are allowed on the instance.
84104
- * Take note of the following items:
84105
- * * If you change the hostname (`HostName`), restart the instance in the ECS console or by calling the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation for the new hostname to take effect. For information about how to restart an instance in the ECS console, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html). The new hostname may not take effect if you restart the instance from within the operating system.
84106
- * * If you reset the password (`Password`), take note of the following items:
84107
- * * The instance cannot be in the **Starting** (`Starting`) state.
84108
- * * After you reset the password, restart the instance in the ECS console or by calling the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation for the new password to take effect. For information about how to restart an instance in the ECS console, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html). The new password does not take effect if you restart the instance from within the operating system.
84109
- * * If you modify user data (`UserData`), take note of the following items: The instance must meet the limits for user data. For more information, see [Instance user data](https://help.aliyun.com/document_detail/49121.html).
84110
- * **
84111
- * **Note** After you restart the instance, the new user data is displayed but not run as scripts.
84112
- * * If you change the security groups (`SecurityGroupIds.N`), take note of the following items:
84113
- * * You can move the instance to a security group of a different type. If you want to move the instance to a security group of a different type, you must familiarize yourself with the differences between the rule configurations of the two security group types to prevent impacts on the instance network.
84114
- * * Security groups of instances in the classic network cannot be changed. For more information, see the description of `SecurityGroupIds.N`.
84115
- * * If you change the number of queues supported by the primary elastic network interface (ENI) (`NetworkInterfaceQueueNumber`), take note of the following items:
84116
- * * The instance must be in the Stopped (`Stopped`) state.
84117
- * * The value of this parameter cannot exceed the maximum number of queues allowed per ENI.
84118
- * * The total number of queues for all ENIs on the instance cannot exceed the queue quota for the instance type. To query the maximum number of queues per ENI and the queue quota for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation and view the values of the `MaximumQueueNumberPerEni` and `TotalEniQueueQuantity` response parameters.
84119
- * * If you set this parameter to -1, the value is reset to the default value for the instance type. To query the default number of queues supported per primary ENI for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation and view the value of the `PrimaryEniQueueNumber` response parameter.
84120
- * * If you enable or disable the Jumbo Frames feature (`EnableJumboFrame`), take note of the following items. For more information, see [MTUs](https://help.aliyun.com/document_detail/200512.html).
84121
- * * The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
84122
- * * The instance must reside in a virtual private cloud (VPC).
84123
- * * After the Jumbo Frames feature is enabled, the MTU value of the instance is set to 8500. After the Jumbo Frames feature is disabled, the MTU value of the instance is set to 1500.
84058
+ * You cannot call this operation to modify the attributes of the ECS instances that are locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
84124
84059
  *
84125
84060
  * @param request - ModifyInstanceAttributeRequest
84126
84061
  * @param runtime - runtime options for this request RuntimeOptions
@@ -84131,28 +84066,7 @@ export default class Client extends OpenApi {
84131
84066
  * Modifies the attributes of an Elastic Compute Service (ECS) instance, such as the password, name, description, hostname, security groups, maximum transmission unit (MTU), and user data of the instance.
84132
84067
  *
84133
84068
  * @remarks
84134
- * ## [](#)Usage notes
84135
- * If the response contains `{"OperationLocks": {"LockReason" : "security"}}` when you query the information of the instance, the instance is locked for security reasons and no operations are allowed on the instance.
84136
- * Take note of the following items:
84137
- * * If you change the hostname (`HostName`), restart the instance in the ECS console or by calling the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation for the new hostname to take effect. For information about how to restart an instance in the ECS console, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html). The new hostname may not take effect if you restart the instance from within the operating system.
84138
- * * If you reset the password (`Password`), take note of the following items:
84139
- * * The instance cannot be in the **Starting** (`Starting`) state.
84140
- * * After you reset the password, restart the instance in the ECS console or by calling the [RebootInstance](https://help.aliyun.com/document_detail/25502.html) operation for the new password to take effect. For information about how to restart an instance in the ECS console, see [Restart an instance](https://help.aliyun.com/document_detail/25440.html). The new password does not take effect if you restart the instance from within the operating system.
84141
- * * If you modify user data (`UserData`), take note of the following items: The instance must meet the limits for user data. For more information, see [Instance user data](https://help.aliyun.com/document_detail/49121.html).
84142
- * **
84143
- * **Note** After you restart the instance, the new user data is displayed but not run as scripts.
84144
- * * If you change the security groups (`SecurityGroupIds.N`), take note of the following items:
84145
- * * You can move the instance to a security group of a different type. If you want to move the instance to a security group of a different type, you must familiarize yourself with the differences between the rule configurations of the two security group types to prevent impacts on the instance network.
84146
- * * Security groups of instances in the classic network cannot be changed. For more information, see the description of `SecurityGroupIds.N`.
84147
- * * If you change the number of queues supported by the primary elastic network interface (ENI) (`NetworkInterfaceQueueNumber`), take note of the following items:
84148
- * * The instance must be in the Stopped (`Stopped`) state.
84149
- * * The value of this parameter cannot exceed the maximum number of queues allowed per ENI.
84150
- * * The total number of queues for all ENIs on the instance cannot exceed the queue quota for the instance type. To query the maximum number of queues per ENI and the queue quota for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation and view the values of the `MaximumQueueNumberPerEni` and `TotalEniQueueQuantity` response parameters.
84151
- * * If you set this parameter to -1, the value is reset to the default value for the instance type. To query the default number of queues supported per primary ENI for an instance type, you can call the [DescribeInstanceTypes](https://help.aliyun.com/document_detail/25620.html) operation and view the value of the `PrimaryEniQueueNumber` response parameter.
84152
- * * If you enable or disable the Jumbo Frames feature (`EnableJumboFrame`), take note of the following items. For more information, see [MTUs](https://help.aliyun.com/document_detail/200512.html).
84153
- * * The instance must be in the Running (`Running`) or Stopped (`Stopped`) state.
84154
- * * The instance must reside in a virtual private cloud (VPC).
84155
- * * After the Jumbo Frames feature is enabled, the MTU value of the instance is set to 8500. After the Jumbo Frames feature is disabled, the MTU value of the instance is set to 1500.
84069
+ * You cannot call this operation to modify the attributes of the ECS instances that are locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
84156
84070
  *
84157
84071
  * @param request - ModifyInstanceAttributeRequest
84158
84072
  * @returns ModifyInstanceAttributeResponse
@@ -84555,11 +84469,11 @@ export default class Client extends OpenApi {
84555
84469
  */
84556
84470
  modifyLaunchTemplateDefaultVersion(request: ModifyLaunchTemplateDefaultVersionRequest): Promise<ModifyLaunchTemplateDefaultVersionResponse>;
84557
84471
  /**
84558
- * You can call the ModifyManagedInstance operation to change only the name of a managed instance.
84472
+ * Modifies the information of a managed instance.
84559
84473
  *
84560
84474
  * @remarks
84561
- * The region ID. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
84562
- * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
84475
+ * ## [](#)Usage notes
84476
+ * The ModifyManagedInstance operation can be called to change only the name of a single managed instance.
84563
84477
  *
84564
84478
  * @param request - ModifyManagedInstanceRequest
84565
84479
  * @param runtime - runtime options for this request RuntimeOptions
@@ -84567,11 +84481,11 @@ export default class Client extends OpenApi {
84567
84481
  */
84568
84482
  modifyManagedInstanceWithOptions(request: ModifyManagedInstanceRequest, runtime: $Util.RuntimeOptions): Promise<ModifyManagedInstanceResponse>;
84569
84483
  /**
84570
- * You can call the ModifyManagedInstance operation to change only the name of a managed instance.
84484
+ * Modifies the information of a managed instance.
84571
84485
  *
84572
84486
  * @remarks
84573
- * The region ID. The following regions are supported: China (Qingdao), China (Beijing), China (Zhangjiakou), China (Hohhot), China (Hangzhou), China (Shanghai), China (Shenzhen), China (Heyuan), and China (Hong Kong).
84574
- * You can call the [DescribeRegions](https://help.aliyun.com/document_detail/25609.html) operation to query the most recent region list.
84487
+ * ## [](#)Usage notes
84488
+ * The ModifyManagedInstance operation can be called to change only the name of a single managed instance.
84575
84489
  *
84576
84490
  * @param request - ModifyManagedInstanceRequest
84577
84491
  * @returns ModifyManagedInstanceResponse
@@ -84697,7 +84611,7 @@ export default class Client extends OpenApi {
84697
84611
  */
84698
84612
  modifyReservedInstanceAttribute(request: ModifyReservedInstanceAttributeRequest): Promise<ModifyReservedInstanceAttributeResponse>;
84699
84613
  /**
84700
- * Modifies the auto-renewal attributes of reserved instances. You can disable the auto-renewal feature for reserved instances.
84614
+ * Modifies the auto-renewal attributes of reserved instances. You can cancel or disable the auto-renewal feature for reserved instances.
84701
84615
  *
84702
84616
  * @param request - ModifyReservedInstanceAutoRenewAttributeRequest
84703
84617
  * @param runtime - runtime options for this request RuntimeOptions
@@ -84705,7 +84619,7 @@ export default class Client extends OpenApi {
84705
84619
  */
84706
84620
  modifyReservedInstanceAutoRenewAttributeWithOptions(request: ModifyReservedInstanceAutoRenewAttributeRequest, runtime: $Util.RuntimeOptions): Promise<ModifyReservedInstanceAutoRenewAttributeResponse>;
84707
84621
  /**
84708
- * Modifies the auto-renewal attributes of reserved instances. You can disable the auto-renewal feature for reserved instances.
84622
+ * Modifies the auto-renewal attributes of reserved instances. You can cancel or disable the auto-renewal feature for reserved instances.
84709
84623
  *
84710
84624
  * @param request - ModifyReservedInstanceAutoRenewAttributeRequest
84711
84625
  * @returns ModifyReservedInstanceAutoRenewAttributeResponse
@@ -84715,8 +84629,8 @@ export default class Client extends OpenApi {
84715
84629
  * Modifies the configurations of a reserved instance, such as the instance type, quantity, and zone, to split, merge, or change the scope of the reserved instance.
84716
84630
  *
84717
84631
  * @remarks
84718
- * This operation is an asynchronous operation. After you call this operation to modify a reserved instance, the operation starts the modification process and returns the ID of the resulting new reserved instance. The original reserved instance enters the Updating state and then the Inactive state. At the same time, the resulting new reserved instance is generated and enters the Creating state and then the Active state. You can call the [DescribeReservedInstances](https://help.aliyun.com/document_detail/2679781.html) operation to query the states of the reserved instance.
84719
- * * You can modify the configurations of a reserved instance only when the reserved instance is in the **Active** state.
84632
+ * This operation is an asynchronous operation. After you call this operation to modify a reserved instance, the operation starts the modification process and returns the ID of the resulting new reserved instance. The original reserved instance enters the `Updating` state and then the `Inactive` state. At the same time, the resulting new reserved instance is generated and enters the Creating state and then the Active state. You can call the [DescribeReservedInstances](https://help.aliyun.com/document_detail/2679781.html) operation to query the states of the reserved instance.
84633
+ * * You can modify the configurations of a reserved instance only if the reserved instance is in the **Active** state.
84720
84634
  * * Make sure that the [computing power](~~140660#2742f3844abzz~~) of the reserved instance remains unchanged before and after the modification. Otherwise, the modification fails.
84721
84635
  * * You cannot split, merge, or change the scope of a reserved instance at the same time.
84722
84636
  * For more information, see [Split, merge, or modify reserved instances](https://help.aliyun.com/document_detail/100375.html).
@@ -84739,7 +84653,7 @@ export default class Client extends OpenApi {
84739
84653
  * "InstanceAmount":1
84740
84654
  * }
84741
84655
  * ]
84742
- * * **Sample request to merge reserved instance:**: Merge two zonal reserved instances that are scoped to Hangzhou Zone H and can match four pay-as-you-go instances of the ecs.g5.xlarge instance type into one zonal reserved instance that is scoped to Hangzhou Zone H and can match two pay-as-you-go instance of the ecs.g5.4xlarge instance type:
84656
+ * * **Sample request to merge reserved instance:**: Merge two zonal reserved instances that are scoped to Hangzhou Zone H and can match four pay-as-you-go instances of the ecs.g5.xlarge instance type into one zonal reserved instance that is scoped to Hangzhou Zone H and can match two pay-as-you-go instances of the ecs.g5.4xlarge instance type:
84743
84657
  * <!---->
84744
84658
  * "RegionId":"cn-hangzhou", //The ID of the region.
84745
84659
  * "ReservedInstanceId":["ecsri-bp1hd03e9uv16b75****",""ecsri-bp1hd03e9uv16b76****""], //The IDs of the reserved instances that you want to merge.
@@ -84774,8 +84688,8 @@ export default class Client extends OpenApi {
84774
84688
  * Modifies the configurations of a reserved instance, such as the instance type, quantity, and zone, to split, merge, or change the scope of the reserved instance.
84775
84689
  *
84776
84690
  * @remarks
84777
- * This operation is an asynchronous operation. After you call this operation to modify a reserved instance, the operation starts the modification process and returns the ID of the resulting new reserved instance. The original reserved instance enters the Updating state and then the Inactive state. At the same time, the resulting new reserved instance is generated and enters the Creating state and then the Active state. You can call the [DescribeReservedInstances](https://help.aliyun.com/document_detail/2679781.html) operation to query the states of the reserved instance.
84778
- * * You can modify the configurations of a reserved instance only when the reserved instance is in the **Active** state.
84691
+ * This operation is an asynchronous operation. After you call this operation to modify a reserved instance, the operation starts the modification process and returns the ID of the resulting new reserved instance. The original reserved instance enters the `Updating` state and then the `Inactive` state. At the same time, the resulting new reserved instance is generated and enters the Creating state and then the Active state. You can call the [DescribeReservedInstances](https://help.aliyun.com/document_detail/2679781.html) operation to query the states of the reserved instance.
84692
+ * * You can modify the configurations of a reserved instance only if the reserved instance is in the **Active** state.
84779
84693
  * * Make sure that the [computing power](~~140660#2742f3844abzz~~) of the reserved instance remains unchanged before and after the modification. Otherwise, the modification fails.
84780
84694
  * * You cannot split, merge, or change the scope of a reserved instance at the same time.
84781
84695
  * For more information, see [Split, merge, or modify reserved instances](https://help.aliyun.com/document_detail/100375.html).
@@ -84798,7 +84712,7 @@ export default class Client extends OpenApi {
84798
84712
  * "InstanceAmount":1
84799
84713
  * }
84800
84714
  * ]
84801
- * * **Sample request to merge reserved instance:**: Merge two zonal reserved instances that are scoped to Hangzhou Zone H and can match four pay-as-you-go instances of the ecs.g5.xlarge instance type into one zonal reserved instance that is scoped to Hangzhou Zone H and can match two pay-as-you-go instance of the ecs.g5.4xlarge instance type:
84715
+ * * **Sample request to merge reserved instance:**: Merge two zonal reserved instances that are scoped to Hangzhou Zone H and can match four pay-as-you-go instances of the ecs.g5.xlarge instance type into one zonal reserved instance that is scoped to Hangzhou Zone H and can match two pay-as-you-go instances of the ecs.g5.4xlarge instance type:
84802
84716
  * <!---->
84803
84717
  * "RegionId":"cn-hangzhou", //The ID of the region.
84804
84718
  * "ReservedInstanceId":["ecsri-bp1hd03e9uv16b75****",""ecsri-bp1hd03e9uv16b76****""], //The IDs of the reserved instances that you want to merge.
@@ -84879,7 +84793,7 @@ export default class Client extends OpenApi {
84879
84793
  * @remarks
84880
84794
  * Take note of the following items:
84881
84795
  * * An authorization object in a security group rule can be of one of the following types: IPv4 CIDR block or address, IPv6 CIDR block or address, security group, or prefix list. You cannot call this operation to change the type of an existing authorization object. For example, if an authorization object is an IPv4 CIDR block, you can change the authorization object to a different IPv4 CIDR block or an IPv4 address, but you cannot change the authorization object to an IPv6 CIDR block or address, a security group, or a prefix list.
84882
- * * You cannot delete the value of a non-empty parameter. If you want to delete the values of non-empty parameters, we recommend that you create a security group rule and delete the original security group rule.
84796
+ * * You cannot delete the value of a non-empty parameter. If you want to delete the values of non-empty parameters, we recommend that you create another rule and delete the original rule.
84883
84797
  *
84884
84798
  * @param request - ModifySecurityGroupEgressRuleRequest
84885
84799
  * @param runtime - runtime options for this request RuntimeOptions
@@ -84892,7 +84806,7 @@ export default class Client extends OpenApi {
84892
84806
  * @remarks
84893
84807
  * Take note of the following items:
84894
84808
  * * An authorization object in a security group rule can be of one of the following types: IPv4 CIDR block or address, IPv6 CIDR block or address, security group, or prefix list. You cannot call this operation to change the type of an existing authorization object. For example, if an authorization object is an IPv4 CIDR block, you can change the authorization object to a different IPv4 CIDR block or an IPv4 address, but you cannot change the authorization object to an IPv6 CIDR block or address, a security group, or a prefix list.
84895
- * * You cannot delete the value of a non-empty parameter. If you want to delete the values of non-empty parameters, we recommend that you create a security group rule and delete the original security group rule.
84809
+ * * You cannot delete the value of a non-empty parameter. If you want to delete the values of non-empty parameters, we recommend that you create another rule and delete the original rule.
84896
84810
  *
84897
84811
  * @param request - ModifySecurityGroupEgressRuleRequest
84898
84812
  * @returns ModifySecurityGroupEgressRuleResponse
@@ -85206,18 +85120,15 @@ export default class Client extends OpenApi {
85206
85120
  */
85207
85121
  reActivateInstances(request: ReActivateInstancesRequest): Promise<ReActivateInstancesResponse>;
85208
85122
  /**
85209
- * Re-initializes a disk to the state that it was in when it was created.
85123
+ * Re-initializes a cloud disk to the state when the cloud disk was created.
85210
85124
  *
85211
85125
  * @remarks
85212
- * ## [](#)Usage notes
85213
85126
  * Take note of the following items:
85214
- * * The disk that you want to re-initialize must be in the **In Use** (In_use) state and the instance to which the disk is attached must be in the **Stopped** (Stopped) state.
85127
+ * * The disk that you want to re-initialize must be in the **In Use** (`In_use`) state and the instance to which the disk is attached must be in the **Stopped** (`Stoppe`) state.
85215
85128
  * * If an instance has never been started since it was created, the disks attached to it cannot be re-initialized.
85216
85129
  * * If a local snapshot has been created for a disk, the disk cannot be re-initialized.
85217
85130
  * * If a system disk is re-initialized, the disk is restored to the state of the image from which it was created. If the image has been deleted, the disk cannot be re-initialized.
85218
- * * If a separately created data disk is re-initialized, the disk is restored to an empty data disk.
85219
- * * If a data disk that was created from a snapshot is re-initialized, the disk is restored to the state of the snapshot.
85220
- * > If the source snapshot is deleted, the disk cannot be re-initialized and an error is returned.
85131
+ * * For a data disk that was created from scratch, the disk is initialized to the empty disk state. For a data disk that is created from a snapshot, the disk is initialized to the snapshot state. If the snapshots were deleted, the disks cannot be re-initialized and an error is returned.
85221
85132
  *
85222
85133
  * @param request - ReInitDiskRequest
85223
85134
  * @param runtime - runtime options for this request RuntimeOptions
@@ -85225,18 +85136,15 @@ export default class Client extends OpenApi {
85225
85136
  */
85226
85137
  reInitDiskWithOptions(request: ReInitDiskRequest, runtime: $Util.RuntimeOptions): Promise<ReInitDiskResponse>;
85227
85138
  /**
85228
- * Re-initializes a disk to the state that it was in when it was created.
85139
+ * Re-initializes a cloud disk to the state when the cloud disk was created.
85229
85140
  *
85230
85141
  * @remarks
85231
- * ## [](#)Usage notes
85232
85142
  * Take note of the following items:
85233
- * * The disk that you want to re-initialize must be in the **In Use** (In_use) state and the instance to which the disk is attached must be in the **Stopped** (Stopped) state.
85143
+ * * The disk that you want to re-initialize must be in the **In Use** (`In_use`) state and the instance to which the disk is attached must be in the **Stopped** (`Stoppe`) state.
85234
85144
  * * If an instance has never been started since it was created, the disks attached to it cannot be re-initialized.
85235
85145
  * * If a local snapshot has been created for a disk, the disk cannot be re-initialized.
85236
85146
  * * If a system disk is re-initialized, the disk is restored to the state of the image from which it was created. If the image has been deleted, the disk cannot be re-initialized.
85237
- * * If a separately created data disk is re-initialized, the disk is restored to an empty data disk.
85238
- * * If a data disk that was created from a snapshot is re-initialized, the disk is restored to the state of the snapshot.
85239
- * > If the source snapshot is deleted, the disk cannot be re-initialized and an error is returned.
85147
+ * * For a data disk that was created from scratch, the disk is initialized to the empty disk state. For a data disk that is created from a snapshot, the disk is initialized to the snapshot state. If the snapshots were deleted, the disks cannot be re-initialized and an error is returned.
85240
85148
  *
85241
85149
  * @param request - ReInitDiskRequest
85242
85150
  * @returns ReInitDiskResponse
@@ -85246,10 +85154,10 @@ export default class Client extends OpenApi {
85246
85154
  * Restarts an Elastic Compute Service (ECS) instance.
85247
85155
  *
85248
85156
  * @remarks
85249
- * This operation is an asynchronous operation. After you call this operation to restart an ECS instance, the operation sets the status of the ECS instance to `Starting` and begins the restart process. You can call the [DescribeInstanceStatus](https://help.aliyun.com/document_detail/2679688.html) operation to query the status of the ECS instance. When the status of the ECS instance changes to `Running`, the instance is restarted.
85250
- * * **Notes**
85251
- * * You cannot call this operation to restart an ECS instance that is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85252
- * * The ECS instance that you want to restart must be in the **Running** (`Running`) state.
85157
+ * This operation is an asynchronous operation. After you call this operation to restart an ECS instance, the operation sets the status of the ECS instance to `Starting` and begins the restart process. You can call the [DescribeInstanceStatus](https://help.aliyun.com/document_detail/2679688.html) operation to query the status of the instance. When the status of the ECS instance changes to `Running`, the instance is restarted.
85158
+ * ### [](#)Considerations
85159
+ * * You cannot call this operation to restart an ECS instance that is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85160
+ * * The ECS instance that you want to restart must be in the **Running** (`Running`) state.
85253
85161
  *
85254
85162
  * @param request - RebootInstanceRequest
85255
85163
  * @param runtime - runtime options for this request RuntimeOptions
@@ -85260,10 +85168,10 @@ export default class Client extends OpenApi {
85260
85168
  * Restarts an Elastic Compute Service (ECS) instance.
85261
85169
  *
85262
85170
  * @remarks
85263
- * This operation is an asynchronous operation. After you call this operation to restart an ECS instance, the operation sets the status of the ECS instance to `Starting` and begins the restart process. You can call the [DescribeInstanceStatus](https://help.aliyun.com/document_detail/2679688.html) operation to query the status of the ECS instance. When the status of the ECS instance changes to `Running`, the instance is restarted.
85264
- * * **Notes**
85265
- * * You cannot call this operation to restart an ECS instance that is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85266
- * * The ECS instance that you want to restart must be in the **Running** (`Running`) state.
85171
+ * This operation is an asynchronous operation. After you call this operation to restart an ECS instance, the operation sets the status of the ECS instance to `Starting` and begins the restart process. You can call the [DescribeInstanceStatus](https://help.aliyun.com/document_detail/2679688.html) operation to query the status of the instance. When the status of the ECS instance changes to `Running`, the instance is restarted.
85172
+ * ### [](#)Considerations
85173
+ * * You cannot call this operation to restart an ECS instance that is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85174
+ * * The ECS instance that you want to restart must be in the **Running** (`Running`) state.
85267
85175
  *
85268
85176
  * @param request - RebootInstanceRequest
85269
85177
  * @returns RebootInstanceResponse
@@ -85453,7 +85361,7 @@ export default class Client extends OpenApi {
85453
85361
  */
85454
85362
  releaseEipAddress(request: ReleaseEipAddressRequest): Promise<ReleaseEipAddressResponse>;
85455
85363
  /**
85456
- * 释放公网IP
85364
+ * Disassociates a public IP address from an Elastic Compute Service (ECS) instance.
85457
85365
  *
85458
85366
  * @deprecated OpenAPI ReleasePublicIpAddress is deprecated
85459
85367
  *
@@ -85463,7 +85371,7 @@ export default class Client extends OpenApi {
85463
85371
  */
85464
85372
  releasePublicIpAddressWithOptions(request: ReleasePublicIpAddressRequest, runtime: $Util.RuntimeOptions): Promise<ReleasePublicIpAddressResponse>;
85465
85373
  /**
85466
- * 释放公网IP
85374
+ * Disassociates a public IP address from an Elastic Compute Service (ECS) instance.
85467
85375
  *
85468
85376
  * @deprecated OpenAPI ReleasePublicIpAddress is deprecated
85469
85377
  *
@@ -85487,7 +85395,7 @@ export default class Client extends OpenApi {
85487
85395
  */
85488
85396
  removeBandwidthPackageIps(request: RemoveBandwidthPackageIpsRequest): Promise<RemoveBandwidthPackageIpsResponse>;
85489
85397
  /**
85490
- * Removes one or more tags from a resource such as an instance, disk, snapshot, image, or security group.
85398
+ * Removes tags from a resource, such as an Elastic Compute Service (ECS) instance, disk, snapshot, image, or security group.
85491
85399
  *
85492
85400
  * @deprecated OpenAPI RemoveTags is deprecated, please use Ecs::2014-05-26::UntagResources instead.
85493
85401
  *
@@ -85497,7 +85405,7 @@ export default class Client extends OpenApi {
85497
85405
  */
85498
85406
  removeTagsWithOptions(request: RemoveTagsRequest, runtime: $Util.RuntimeOptions): Promise<RemoveTagsResponse>;
85499
85407
  /**
85500
- * Removes one or more tags from a resource such as an instance, disk, snapshot, image, or security group.
85408
+ * Removes tags from a resource, such as an Elastic Compute Service (ECS) instance, disk, snapshot, image, or security group.
85501
85409
  *
85502
85410
  * @deprecated OpenAPI RemoveTags is deprecated, please use Ecs::2014-05-26::UntagResources instead.
85503
85411
  *
@@ -85598,18 +85506,18 @@ export default class Client extends OpenApi {
85598
85506
  */
85599
85507
  renewReservedInstances(request: RenewReservedInstancesRequest): Promise<RenewReservedInstancesResponse>;
85600
85508
  /**
85601
- * Replaces the operating system of an Elastic Compute Service (ECS) instance. After you perform an operating system replacement operation, the original disk is released and a new system disk is created. This causes the ID of the system disk to change.
85509
+ * Replaces the operating system of an Elastic Compute Service (ECS) instance. After the operating system of the ECS instance is replaced, the original system disk of the instance is released and a new system disk is generated for the instance. This causes the ID of the system disk to change.
85602
85510
  *
85603
85511
  * @remarks
85604
- * ## [](#)Usage notes
85605
- * Take note of the following items:
85606
- * * The category of the system disk cannot be changed.
85512
+ * Before you call this operation, read [Replace the operating system (system disk) of an instance](https://help.aliyun.com/document_detail/25436.html).
85513
+ * When you call this operation for an ECS instance, take note of the following items:
85607
85514
  * * The billing method of the system disk cannot be changed.
85515
+ * * The category of the system disk cannot be changed.
85516
+ * * Make sure that no unpaid orders are associated with the instance.
85608
85517
  * * The instance must be in the `Stopped` state.
85609
85518
  * **
85610
- * **Note** The operation is applicable only to instances of the Virtual Private Cloud (VPC) type. If the instance is a pay-as-you-go instance and economical mode is enabled by default for the instance, you must disable economical mode and enable standard mode when you stop the instance. This prevents the instance from being unable to restart due to insufficient ECS resources after the system disk is replaced. For more information, see [StopInstance](https://help.aliyun.com/document_detail/25501.html).
85611
- * * The ECS instance cannot be locked for security reasons. If the value of `OperationLocks` in the DescribeInstances response contains `"LockReason": "security"` for an instance, the instance is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85612
- * * No unpaid orders are associated with the instance.
85519
+ * **Note** The operation is applicable only to instances of the Virtual Private Cloud (VPC) type. If the instance is a pay-as-you-go instance and default economical mode is enabled, enable standard mode when you stop the instance. This prevents the instance from being unable to restart due to insufficient ECS resources after the system disk is replaced. For more information, see [StopInstance](https://help.aliyun.com/document_detail/25501.html).
85520
+ * * The instance cannot be locked for security reasons. If the value of `OperationLocks` in the DescribeInstances response contains `"LockReason": "security"` for an instance, the instance is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85613
85521
  * * You can configure `SystemDisk.Size` to specify the capacity of the new system disk.
85614
85522
  * After you call the ReplaceSystemDisk operation, you can use one of the following methods to check whether the system disk is replaced:
85615
85523
  * * Call the [DescribeDisks](https://help.aliyun.com/document_detail/25514.html) operation to query the status of the new system disk. If the new system disk is in the In Use state, the system disk is replaced.
@@ -85621,18 +85529,18 @@ export default class Client extends OpenApi {
85621
85529
  */
85622
85530
  replaceSystemDiskWithOptions(request: ReplaceSystemDiskRequest, runtime: $Util.RuntimeOptions): Promise<ReplaceSystemDiskResponse>;
85623
85531
  /**
85624
- * Replaces the operating system of an Elastic Compute Service (ECS) instance. After you perform an operating system replacement operation, the original disk is released and a new system disk is created. This causes the ID of the system disk to change.
85532
+ * Replaces the operating system of an Elastic Compute Service (ECS) instance. After the operating system of the ECS instance is replaced, the original system disk of the instance is released and a new system disk is generated for the instance. This causes the ID of the system disk to change.
85625
85533
  *
85626
85534
  * @remarks
85627
- * ## [](#)Usage notes
85628
- * Take note of the following items:
85629
- * * The category of the system disk cannot be changed.
85535
+ * Before you call this operation, read [Replace the operating system (system disk) of an instance](https://help.aliyun.com/document_detail/25436.html).
85536
+ * When you call this operation for an ECS instance, take note of the following items:
85630
85537
  * * The billing method of the system disk cannot be changed.
85538
+ * * The category of the system disk cannot be changed.
85539
+ * * Make sure that no unpaid orders are associated with the instance.
85631
85540
  * * The instance must be in the `Stopped` state.
85632
85541
  * **
85633
- * **Note** The operation is applicable only to instances of the Virtual Private Cloud (VPC) type. If the instance is a pay-as-you-go instance and economical mode is enabled by default for the instance, you must disable economical mode and enable standard mode when you stop the instance. This prevents the instance from being unable to restart due to insufficient ECS resources after the system disk is replaced. For more information, see [StopInstance](https://help.aliyun.com/document_detail/25501.html).
85634
- * * The ECS instance cannot be locked for security reasons. If the value of `OperationLocks` in the DescribeInstances response contains `"LockReason": "security"` for an instance, the instance is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85635
- * * No unpaid orders are associated with the instance.
85542
+ * **Note** The operation is applicable only to instances of the Virtual Private Cloud (VPC) type. If the instance is a pay-as-you-go instance and default economical mode is enabled, enable standard mode when you stop the instance. This prevents the instance from being unable to restart due to insufficient ECS resources after the system disk is replaced. For more information, see [StopInstance](https://help.aliyun.com/document_detail/25501.html).
85543
+ * * The instance cannot be locked for security reasons. If the value of `OperationLocks` in the DescribeInstances response contains `"LockReason": "security"` for an instance, the instance is locked for security reasons. For more information, see [API behavior when an instance is locked for security reasons](https://help.aliyun.com/document_detail/25695.html).
85636
85544
  * * You can configure `SystemDisk.Size` to specify the capacity of the new system disk.
85637
85545
  * After you call the ReplaceSystemDisk operation, you can use one of the following methods to check whether the system disk is replaced:
85638
85546
  * * Call the [DescribeDisks](https://help.aliyun.com/document_detail/25514.html) operation to query the status of the new system disk. If the new system disk is in the In Use state, the system disk is replaced.
@@ -85661,11 +85569,11 @@ export default class Client extends OpenApi {
85661
85569
  * Rolls back a cloud disk to a snapshot from an earlier point in time.
85662
85570
  *
85663
85571
  * @remarks
85664
- * When you call this operation, take note of the following items:
85665
- * * The disk must be in the In Use (In_Use) or Unattached (Available) state.
85666
- * * The Elastic Compute Service (ECS) instance to which the disk is attached must be in the Stopped (Stopped) state. You can call the [StopInstances](https://help.aliyun.com/document_detail/155372.html) operation to stop an instance.
85667
- * * The snapshot specified by the SnapshotId parameter must be created from the disk specified by the DiskId parameter.
85668
- * * When you call the [DescribeInstances](https://help.aliyun.com/document_detail/25506.html) operation to query instance information and the response contains `{"OperationLocks": {"LockReason" : "security"}}`, then this indicates that the instance is locked for security reasons and no operations can be performed on the instance.
85572
+ * Take note of the following items:
85573
+ * * The cloud disk that you want to roll back must be in the In Use (`In_use`) or Unattached (`Available`) state.
85574
+ * * The instance to which the cloud disk is attached must be in the `Stopped` state. You can call the [StopInstances](https://help.aliyun.com/document_detail/155372.html) operation to stop the instance.
85575
+ * * The snapshot specified by `SnapshotId` must be created from the disk specified by `DiskId`.
85576
+ * * If the response contains `{"OperationLocks": {"LockReason" : "security"}}` when you query information about an instance by calling the [DescribeInstances](https://help.aliyun.com/document_detail/25506.html) operation, the instance is locked for security reasons and no operations can be performed on the instance.
85669
85577
  *
85670
85578
  * @param request - ResetDiskRequest
85671
85579
  * @param runtime - runtime options for this request RuntimeOptions
@@ -85676,11 +85584,11 @@ export default class Client extends OpenApi {
85676
85584
  * Rolls back a cloud disk to a snapshot from an earlier point in time.
85677
85585
  *
85678
85586
  * @remarks
85679
- * When you call this operation, take note of the following items:
85680
- * * The disk must be in the In Use (In_Use) or Unattached (Available) state.
85681
- * * The Elastic Compute Service (ECS) instance to which the disk is attached must be in the Stopped (Stopped) state. You can call the [StopInstances](https://help.aliyun.com/document_detail/155372.html) operation to stop an instance.
85682
- * * The snapshot specified by the SnapshotId parameter must be created from the disk specified by the DiskId parameter.
85683
- * * When you call the [DescribeInstances](https://help.aliyun.com/document_detail/25506.html) operation to query instance information and the response contains `{"OperationLocks": {"LockReason" : "security"}}`, then this indicates that the instance is locked for security reasons and no operations can be performed on the instance.
85587
+ * Take note of the following items:
85588
+ * * The cloud disk that you want to roll back must be in the In Use (`In_use`) or Unattached (`Available`) state.
85589
+ * * The instance to which the cloud disk is attached must be in the `Stopped` state. You can call the [StopInstances](https://help.aliyun.com/document_detail/155372.html) operation to stop the instance.
85590
+ * * The snapshot specified by `SnapshotId` must be created from the disk specified by `DiskId`.
85591
+ * * If the response contains `{"OperationLocks": {"LockReason" : "security"}}` when you query information about an instance by calling the [DescribeInstances](https://help.aliyun.com/document_detail/25506.html) operation, the instance is locked for security reasons and no operations can be performed on the instance.
85684
85592
  *
85685
85593
  * @param request - ResetDiskRequest
85686
85594
  * @returns ResetDiskResponse
@@ -85772,48 +85680,55 @@ export default class Client extends OpenApi {
85772
85680
  */
85773
85681
  resizeDisk(request: ResizeDiskRequest): Promise<ResizeDiskResponse>;
85774
85682
  /**
85775
- * Deletes one or more inbound security group rules.
85683
+ * Deletes inbound security group rules from a specific security group.
85776
85684
  *
85777
85685
  * @remarks
85778
- * In the security group-related API documents, inbound traffic refers to the traffic sent by the source and received by the destination.
85686
+ * > Alibaba Cloud modified verification rules for the RevokeSecurityGroup operation on July 8, 2024. When you use the RevokeSecurityGroup operation to delete a security group rule that does not exist, the "InvalidSecurityGroupRule.RuleNotExist" error code is returned instead of a success response. Update the RevokeSecurityGroup operation to use the new verification rules with the new error code based on your business requirements.
85779
85687
  * When you call this operation, you can use one of the following groups of parameters to specify the security group rules that you want to delete:
85780
- * * Parameters used to specify the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules. - If the security group rule ID that you specify does not exist, an error is reported. - You cannot specify the parameters that are no longer available and their Permissions.N-prefixed counterparts at the same time. - Sample request:
85781
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85782
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85783
- * &SecurityGroupRuleId.1=sgr-bpdfmk****
85784
- * &SecurityGroupRuleId.2=sgr-bpdfmg****
85785
- * &<Common request parameters>
85786
- * * Parameters that are prefixed with Permissions.N.
85688
+ * * Parameters used to specify the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules.
85689
+ * * If a security group rule ID that you specify does not exist, an error is reported.
85690
+ * * Parameters that start with Permissions.
85787
85691
  * * If no security group rule matches the specified parameters, the call to RevokeSecurityGroup is successful but no security group rules are deleted.
85788
- * * You cannot specify SecurityGroupRuleId.N or the parameters that are not prefixed with Permissions.N.
85789
- * * You can determine an inbound security group rule by specifying one of the following groups of parameters. You cannot determine an inbound security group rule by specifying only one parameter.
85790
- * * Parameters used to determine an inbound security group rule that controls access from a CIDR block: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, DestCidrIp (optional), and SourceCidrIp. Sample request:
85791
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85792
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85793
- * &Permissions.1.SourceCidrIp=10.0.0.0/8
85794
- * &Permissions.1.IpProtocol=TCP
85795
- * &Permissions.1.PortRange=80/80
85796
- * &Permissions.1.NicType=intranet
85797
- * &Permissions.1.Policy=accept
85798
- * &<Common request parameters>
85799
- * * Parameters used to determine an inbound security group rule that controls access from another security group: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, DestCidrIp (optional), and SourceGroupId. Sample request:
85800
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85801
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85802
- * &Permissions.1.SourceGroupId=sg-bp67acfmxa123b****
85803
- * &Permissions.1.IpProtocol=TCP
85804
- * &Permissions.1.PortRange=80/80
85805
- * &Permissions.1.NicType=intranet
85806
- * &Permissions.1.Policy=accept
85807
- * &<Common request parameters>
85808
- * * Parameters used to determine an inbound security group rule that controls access from a prefix list: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, DestCidrIp (optional), and SourcePrefixListId. Sample request:
85809
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85810
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85811
- * &Permissions.1.SourcePrefixListId=pl-x1j1k5ykzqlixdcy****
85812
- * &Permissions.1.IpProtocol=TCP
85813
- * &Permissions.1.PortRange=80/80
85814
- * &Permissions.1.NicType=intranet
85815
- * &Permissions.1.Policy=accept
85816
- * &<Common request parameters>
85692
+ * * Define an inbound security group rule by configuring the following parameters together:
85693
+ * * Source: You can specify one parameter from SourceCidrIp (IPv4 address), Ipv6SourceCidrIp (IPv6 address), SourcePrefixListId (prefix list ID), and SourceGroupId (source security group ID).
85694
+ * * PortRange: specifies the range of destination port numbers.
85695
+ * * IpProtocol: specifies the protocol.
85696
+ * * Policy: specifies the action.
85697
+ * > You cannot specify the security group rule IDs and the parameters that start with Permissions in the same request.
85698
+ * ### [](#)Sample requests
85699
+ * * Delete security group rules by specifying their IDs.
85700
+ * <!---->
85701
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****", // The security group ID.
85702
+ * "SecurityGroupRuleId":["sgr-bpdfmk****","sgr-bpdfmg****"] // The IDs of the security group rules.
85703
+ * * Delete security group rules by specifying a CIDR block.
85704
+ * <!---->
85705
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
85706
+ * "Permissions":[
85707
+ * {
85708
+ * "SourceCidrIp":"10.0.0.0/8", // The source IPv4 CIDR block.
85709
+ * "IpProtocol":"TCP", // The protocol.
85710
+ * "PortRange":"80/80", // The range of destination port numbers. "Policy":"accept" // The action. }
85711
+ * ]
85712
+ * * Delete security group rules in which a security group is specified.
85713
+ * <!---->
85714
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
85715
+ * "Permissions":[
85716
+ * {
85717
+ * "SourceGroupId":"sg-bp67acfmxa123b****", // The ID of the source security group. "IpProtocol":"TCP,"
85718
+ * "PortRange":"80/80",
85719
+ * "Policy":"accept"
85720
+ * ]
85721
+ * }
85722
+ * * Delete security group rules in which a prefix list is specified.
85723
+ * <!---->
85724
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
85725
+ * "Permissions":[
85726
+ * {
85727
+ * "SourcePrefixListId":"pl-x1j1k5ykzqlixdcy****", // The ID of the source prefix list. "IpProtocol":"TCP",
85728
+ * "PortRange":"80/80",
85729
+ * "Policy":"accept"
85730
+ * }
85731
+ * ]
85817
85732
  *
85818
85733
  * @param request - RevokeSecurityGroupRequest
85819
85734
  * @param runtime - runtime options for this request RuntimeOptions
@@ -85821,96 +85736,112 @@ export default class Client extends OpenApi {
85821
85736
  */
85822
85737
  revokeSecurityGroupWithOptions(request: RevokeSecurityGroupRequest, runtime: $Util.RuntimeOptions): Promise<RevokeSecurityGroupResponse>;
85823
85738
  /**
85824
- * Deletes one or more inbound security group rules.
85739
+ * Deletes inbound security group rules from a specific security group.
85825
85740
  *
85826
85741
  * @remarks
85827
- * In the security group-related API documents, inbound traffic refers to the traffic sent by the source and received by the destination.
85742
+ * > Alibaba Cloud modified verification rules for the RevokeSecurityGroup operation on July 8, 2024. When you use the RevokeSecurityGroup operation to delete a security group rule that does not exist, the "InvalidSecurityGroupRule.RuleNotExist" error code is returned instead of a success response. Update the RevokeSecurityGroup operation to use the new verification rules with the new error code based on your business requirements.
85828
85743
  * When you call this operation, you can use one of the following groups of parameters to specify the security group rules that you want to delete:
85829
- * * Parameters used to specify the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules. - If the security group rule ID that you specify does not exist, an error is reported. - You cannot specify the parameters that are no longer available and their Permissions.N-prefixed counterparts at the same time. - Sample request:
85830
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85831
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85832
- * &SecurityGroupRuleId.1=sgr-bpdfmk****
85833
- * &SecurityGroupRuleId.2=sgr-bpdfmg****
85834
- * &<Common request parameters>
85835
- * * Parameters that are prefixed with Permissions.N.
85744
+ * * Parameters used to specify the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules.
85745
+ * * If a security group rule ID that you specify does not exist, an error is reported.
85746
+ * * Parameters that start with Permissions.
85836
85747
  * * If no security group rule matches the specified parameters, the call to RevokeSecurityGroup is successful but no security group rules are deleted.
85837
- * * You cannot specify SecurityGroupRuleId.N or the parameters that are not prefixed with Permissions.N.
85838
- * * You can determine an inbound security group rule by specifying one of the following groups of parameters. You cannot determine an inbound security group rule by specifying only one parameter.
85839
- * * Parameters used to determine an inbound security group rule that controls access from a CIDR block: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, DestCidrIp (optional), and SourceCidrIp. Sample request:
85840
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85841
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85842
- * &Permissions.1.SourceCidrIp=10.0.0.0/8
85843
- * &Permissions.1.IpProtocol=TCP
85844
- * &Permissions.1.PortRange=80/80
85845
- * &Permissions.1.NicType=intranet
85846
- * &Permissions.1.Policy=accept
85847
- * &<Common request parameters>
85848
- * * Parameters used to determine an inbound security group rule that controls access from another security group: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, DestCidrIp (optional), and SourceGroupId. Sample request:
85849
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85850
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85851
- * &Permissions.1.SourceGroupId=sg-bp67acfmxa123b****
85852
- * &Permissions.1.IpProtocol=TCP
85853
- * &Permissions.1.PortRange=80/80
85854
- * &Permissions.1.NicType=intranet
85855
- * &Permissions.1.Policy=accept
85856
- * &<Common request parameters>
85857
- * * Parameters used to determine an inbound security group rule that controls access from a prefix list: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, DestCidrIp (optional), and SourcePrefixListId. Sample request:
85858
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroup
85859
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85860
- * &Permissions.1.SourcePrefixListId=pl-x1j1k5ykzqlixdcy****
85861
- * &Permissions.1.IpProtocol=TCP
85862
- * &Permissions.1.PortRange=80/80
85863
- * &Permissions.1.NicType=intranet
85864
- * &Permissions.1.Policy=accept
85865
- * &<Common request parameters>
85748
+ * * Define an inbound security group rule by configuring the following parameters together:
85749
+ * * Source: You can specify one parameter from SourceCidrIp (IPv4 address), Ipv6SourceCidrIp (IPv6 address), SourcePrefixListId (prefix list ID), and SourceGroupId (source security group ID).
85750
+ * * PortRange: specifies the range of destination port numbers.
85751
+ * * IpProtocol: specifies the protocol.
85752
+ * * Policy: specifies the action.
85753
+ * > You cannot specify the security group rule IDs and the parameters that start with Permissions in the same request.
85754
+ * ### [](#)Sample requests
85755
+ * * Delete security group rules by specifying their IDs.
85756
+ * <!---->
85757
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****", // The security group ID.
85758
+ * "SecurityGroupRuleId":["sgr-bpdfmk****","sgr-bpdfmg****"] // The IDs of the security group rules.
85759
+ * * Delete security group rules by specifying a CIDR block.
85760
+ * <!---->
85761
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
85762
+ * "Permissions":[
85763
+ * {
85764
+ * "SourceCidrIp":"10.0.0.0/8", // The source IPv4 CIDR block.
85765
+ * "IpProtocol":"TCP", // The protocol.
85766
+ * "PortRange":"80/80", // The range of destination port numbers. "Policy":"accept" // The action. }
85767
+ * ]
85768
+ * * Delete security group rules in which a security group is specified.
85769
+ * <!---->
85770
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
85771
+ * "Permissions":[
85772
+ * {
85773
+ * "SourceGroupId":"sg-bp67acfmxa123b****", // The ID of the source security group. "IpProtocol":"TCP,"
85774
+ * "PortRange":"80/80",
85775
+ * "Policy":"accept"
85776
+ * ]
85777
+ * }
85778
+ * * Delete security group rules in which a prefix list is specified.
85779
+ * <!---->
85780
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****",
85781
+ * "Permissions":[
85782
+ * {
85783
+ * "SourcePrefixListId":"pl-x1j1k5ykzqlixdcy****", // The ID of the source prefix list. "IpProtocol":"TCP",
85784
+ * "PortRange":"80/80",
85785
+ * "Policy":"accept"
85786
+ * }
85787
+ * ]
85866
85788
  *
85867
85789
  * @param request - RevokeSecurityGroupRequest
85868
85790
  * @returns RevokeSecurityGroupResponse
85869
85791
  */
85870
85792
  revokeSecurityGroup(request: RevokeSecurityGroupRequest): Promise<RevokeSecurityGroupResponse>;
85871
85793
  /**
85872
- * Deletes outbound security group rules.
85794
+ * Deletes outbound security group rules from a specified security group.
85873
85795
  *
85874
85796
  * @remarks
85875
- * In the security group-related API documents, outbound traffic refers to the traffic sent by the source and received by the destination.
85876
- * When you call this operation, you can use one of the following groups of parameters to specify the security group rules that you want to delete:
85877
- * * Parameters used to specify the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules. - If the security group rule ID that you specify does not exist, an error is reported. - You cannot specify the parameters that are no longer available and their Permissions.N-prefixed counterparts at the same time. - Sample request:
85878
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85879
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85880
- * &SecurityGroupRuleId.1=sgr-bpdfmk****
85881
- * &SecurityGroupRuleId.2=sgr-bpdfmg****
85882
- * &<Common request parameters>
85883
- * * Parameters that are prefixed with Permissions.N.
85884
- * * If no security group rule matches the specified parameters, the call to RevokeSecurityGroupEgress is successful but no security group rules are deleted.
85885
- * * You cannot specify SecurityGroupRuleId.N or the parameters that are not prefixed with Permissions.N.
85886
- * * You can determine a security group rule by specifying one of the following groups of parameters. You cannot determine a security group rule by specifying only one parameter.
85887
- * * Parameters used to determine an outbound security group rule that controls access to a CIDR block: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceCidrIp (optional), and DestCidrIp. Sample request:
85888
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85889
- * &SecurityGroupId=sg-bp67acfmxazb4ph***
85890
- * &Permissions.1.IpProtocol=TCP
85891
- * &Permissions.1.DestCidrIp=10.0.0.0/8
85892
- * &Permissions.1.PortRange=-22/22
85893
- * &Permissions.1.NicType=intranet
85894
- * &Permissions.1.Policy=accept
85895
- * &<Common request parameters>
85896
- * * Parameters used to determine an outbound security group rule that controls access to another security group: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceCidrIp (optional), and DestGroupId. Sample request:
85897
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85898
- * &SecurityGroupId=sg-bp67acfmxazb4ph***
85899
- * &Permissions.1.DestGroupId=sg-bp67acfmxa123b****
85900
- * &Permissions.1.IpProtocol=TCP
85901
- * &Permissions.1.PortRange=22/22
85902
- * &Permissions.1.NicType=intranet
85903
- * &Permissions.1.Policy=accept
85904
- * &<Common request parameters>
85905
- * * Parameters used to determine an outbound security group rule that controls access to a prefix list: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceCidrIp (optional), and DestPrefixListId. Sample request:
85906
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85907
- * &SecurityGroupId=sg-bp67acfmxazb4ph***
85908
- * &Permissions.1.IpProtocol=TCP
85909
- * &Permissions.1.DestPrefixListId=pl-x1j1k5ykzqlixdcy****
85910
- * &Permissions.1.PortRange=-22/22
85911
- * &Permissions.1.NicType=intranet
85912
- * &Permissions.1.Policy=accept
85913
- * &<Common request parameters>
85797
+ * > Alibaba Cloud modified verification rules for the RevokeSecurityGroupEgress operation on July 8, 2024. When you use the RevokeSecurityGroupEgress operation to delete a security group rule that does not exist, the "InvalidSecurityGroupRule.RuleNotExist" error code is returned instead of a success response. Update the RevokeSecurityGroupEgress operation to use the new verification rules with the new error code based on your business requirements.
85798
+ * You can use one of the following methods to delete a security group rule:
85799
+ * * Delete a rule by specifying the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules.
85800
+ * * If a security group rule ID that you specify does not exist, an error is reported.
85801
+ * * Delete a rule by specifying the Permissions parameter.
85802
+ * * If no security group rule matches the specified parameters, the call to RevokeSecurityGroup is successful but no security group rules are deleted.
85803
+ * * Delete a security group rule by configuring the following parameters together:
85804
+ * * One of the following parameters: DestCidrIp, Ipv6DestCidrIp, DestPrefixListId, and DestGroupId. DestCidrIp specifies the destination IPv4 CIDR block. Ipv6DestCidrIp specifies the destination IPv6 CIDR block. DestPrefixListId specifies the ID of the destination prefix list. DestGroupId specifies the destination security group.
85805
+ * * PortRange: specifies the range of destination port numbers.
85806
+ * * IpProtocol: specifies the protocol.
85807
+ * * Policy: specifies the action.
85808
+ * > You cannot set the security group rule ID and the Permissions parameter at the same time.
85809
+ * ### [](#)Sample requests
85810
+ * * Delete a security group rule.
85811
+ * <!---->
85812
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****", //The security group ID.
85813
+ * "SecurityGroupRuleId":["sgr-bpdfmk****","sgr-bpdfmg****"] //The ID of the security group rule.
85814
+ * * Delete a security group rule based on the CIDR block.
85815
+ * <!---->
85816
+ * "SecurityGroupId":"sg-bp67acfmxazb4ph***",
85817
+ * "Permissions":[
85818
+ * {
85819
+ * "IpProtocol":"TCP", //The protocol.
85820
+ * "DestCidrIp":"10.0.0.0/8", //The destination IPv4 CIDR block.
85821
+ * "PortRange":"22/22", //The destination port range.
85822
+ * "Policy":"accept" //The action. }
85823
+ * ]
85824
+ * * Delete a security group rule based on the ID of the destination security group.
85825
+ * <!---->
85826
+ * "SecurityGroupId":"sg-bp67acfmxazb4ph***",
85827
+ * "Permissions":[
85828
+ * {
85829
+ * "DestGroupId":"sg-bp67acfmxa123b****", //Set the ID of the target security group.
85830
+ * "IpProtocol":"TCP",
85831
+ * "PortRange":"22/22",
85832
+ * "Policy":"accept"
85833
+ * }
85834
+ * ]
85835
+ * * Delete a security group rule based on a specified prefix list.
85836
+ * <!---->
85837
+ * "SecurityGroupId":"sg-bp67acfmxazb4ph***",
85838
+ * "Permissions":[
85839
+ * {
85840
+ * "IpProtocol":"TCP",
85841
+ * "DestPrefixListId":"pl-x1j1k5ykzqlixdcy****", //The ID of the destination prefix list. "PortRange":"22/22",
85842
+ * "Policy":"accept",
85843
+ * }
85844
+ * ]
85914
85845
  *
85915
85846
  * @param request - RevokeSecurityGroupEgressRequest
85916
85847
  * @param runtime - runtime options for this request RuntimeOptions
@@ -85918,48 +85849,57 @@ export default class Client extends OpenApi {
85918
85849
  */
85919
85850
  revokeSecurityGroupEgressWithOptions(request: RevokeSecurityGroupEgressRequest, runtime: $Util.RuntimeOptions): Promise<RevokeSecurityGroupEgressResponse>;
85920
85851
  /**
85921
- * Deletes outbound security group rules.
85852
+ * Deletes outbound security group rules from a specified security group.
85922
85853
  *
85923
85854
  * @remarks
85924
- * In the security group-related API documents, outbound traffic refers to the traffic sent by the source and received by the destination.
85925
- * When you call this operation, you can use one of the following groups of parameters to specify the security group rules that you want to delete:
85926
- * * Parameters used to specify the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules. - If the security group rule ID that you specify does not exist, an error is reported. - You cannot specify the parameters that are no longer available and their Permissions.N-prefixed counterparts at the same time. - Sample request:
85927
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85928
- * &SecurityGroupId=sg-bp67acfmxazb4p****
85929
- * &SecurityGroupRuleId.1=sgr-bpdfmk****
85930
- * &SecurityGroupRuleId.2=sgr-bpdfmg****
85931
- * &<Common request parameters>
85932
- * * Parameters that are prefixed with Permissions.N.
85933
- * * If no security group rule matches the specified parameters, the call to RevokeSecurityGroupEgress is successful but no security group rules are deleted.
85934
- * * You cannot specify SecurityGroupRuleId.N or the parameters that are not prefixed with Permissions.N.
85935
- * * You can determine a security group rule by specifying one of the following groups of parameters. You cannot determine a security group rule by specifying only one parameter.
85936
- * * Parameters used to determine an outbound security group rule that controls access to a CIDR block: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceCidrIp (optional), and DestCidrIp. Sample request:
85937
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85938
- * &SecurityGroupId=sg-bp67acfmxazb4ph***
85939
- * &Permissions.1.IpProtocol=TCP
85940
- * &Permissions.1.DestCidrIp=10.0.0.0/8
85941
- * &Permissions.1.PortRange=-22/22
85942
- * &Permissions.1.NicType=intranet
85943
- * &Permissions.1.Policy=accept
85944
- * &<Common request parameters>
85945
- * * Parameters used to determine an outbound security group rule that controls access to another security group: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceCidrIp (optional), and DestGroupId. Sample request:
85946
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85947
- * &SecurityGroupId=sg-bp67acfmxazb4ph***
85948
- * &Permissions.1.DestGroupId=sg-bp67acfmxa123b****
85949
- * &Permissions.1.IpProtocol=TCP
85950
- * &Permissions.1.PortRange=22/22
85951
- * &Permissions.1.NicType=intranet
85952
- * &Permissions.1.Policy=accept
85953
- * &<Common request parameters>
85954
- * * Parameters used to determine an outbound security group rule that controls access to a prefix list: IpProtocol, PortRange, SourcePortRange (optional), NicType, Policy, SourceCidrIp (optional), and DestPrefixListId. Sample request:
85955
- * http(s)://ecs.aliyuncs.com/?Action=RevokeSecurityGroupEgress
85956
- * &SecurityGroupId=sg-bp67acfmxazb4ph***
85957
- * &Permissions.1.IpProtocol=TCP
85958
- * &Permissions.1.DestPrefixListId=pl-x1j1k5ykzqlixdcy****
85959
- * &Permissions.1.PortRange=-22/22
85960
- * &Permissions.1.NicType=intranet
85961
- * &Permissions.1.Policy=accept
85962
- * &<Common request parameters>
85855
+ * > Alibaba Cloud modified verification rules for the RevokeSecurityGroupEgress operation on July 8, 2024. When you use the RevokeSecurityGroupEgress operation to delete a security group rule that does not exist, the "InvalidSecurityGroupRule.RuleNotExist" error code is returned instead of a success response. Update the RevokeSecurityGroupEgress operation to use the new verification rules with the new error code based on your business requirements.
85856
+ * You can use one of the following methods to delete a security group rule:
85857
+ * * Delete a rule by specifying the IDs of security group rules. We recommend that you specify the IDs of security group rules to delete the rules.
85858
+ * * If a security group rule ID that you specify does not exist, an error is reported.
85859
+ * * Delete a rule by specifying the Permissions parameter.
85860
+ * * If no security group rule matches the specified parameters, the call to RevokeSecurityGroup is successful but no security group rules are deleted.
85861
+ * * Delete a security group rule by configuring the following parameters together:
85862
+ * * One of the following parameters: DestCidrIp, Ipv6DestCidrIp, DestPrefixListId, and DestGroupId. DestCidrIp specifies the destination IPv4 CIDR block. Ipv6DestCidrIp specifies the destination IPv6 CIDR block. DestPrefixListId specifies the ID of the destination prefix list. DestGroupId specifies the destination security group.
85863
+ * * PortRange: specifies the range of destination port numbers.
85864
+ * * IpProtocol: specifies the protocol.
85865
+ * * Policy: specifies the action.
85866
+ * > You cannot set the security group rule ID and the Permissions parameter at the same time.
85867
+ * ### [](#)Sample requests
85868
+ * * Delete a security group rule.
85869
+ * <!---->
85870
+ * "SecurityGroupId":"sg-bp67acfmxazb4p****", //The security group ID.
85871
+ * "SecurityGroupRuleId":["sgr-bpdfmk****","sgr-bpdfmg****"] //The ID of the security group rule.
85872
+ * * Delete a security group rule based on the CIDR block.
85873
+ * <!---->
85874
+ * "SecurityGroupId":"sg-bp67acfmxazb4ph***",
85875
+ * "Permissions":[
85876
+ * {
85877
+ * "IpProtocol":"TCP", //The protocol.
85878
+ * "DestCidrIp":"10.0.0.0/8", //The destination IPv4 CIDR block.
85879
+ * "PortRange":"22/22", //The destination port range.
85880
+ * "Policy":"accept" //The action. }
85881
+ * ]
85882
+ * * Delete a security group rule based on the ID of the destination security group.
85883
+ * <!---->
85884
+ * "SecurityGroupId":"sg-bp67acfmxazb4ph***",
85885
+ * "Permissions":[
85886
+ * {
85887
+ * "DestGroupId":"sg-bp67acfmxa123b****", //Set the ID of the target security group.
85888
+ * "IpProtocol":"TCP",
85889
+ * "PortRange":"22/22",
85890
+ * "Policy":"accept"
85891
+ * }
85892
+ * ]
85893
+ * * Delete a security group rule based on a specified prefix list.
85894
+ * <!---->
85895
+ * "SecurityGroupId":"sg-bp67acfmxazb4ph***",
85896
+ * "Permissions":[
85897
+ * {
85898
+ * "IpProtocol":"TCP",
85899
+ * "DestPrefixListId":"pl-x1j1k5ykzqlixdcy****", //The ID of the destination prefix list. "PortRange":"22/22",
85900
+ * "Policy":"accept",
85901
+ * }
85902
+ * ]
85963
85903
  *
85964
85904
  * @param request - RevokeSecurityGroupEgressRequest
85965
85905
  * @returns RevokeSecurityGroupEgressResponse