@alicloud/ecs20140526 4.1.6 → 4.1.8

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
@@ -10234,6 +10234,8 @@ export declare class DescribeSavingsPlanPriceResponse extends $tea.Model {
10234
10234
  }
10235
10235
  export declare class DescribeSecurityGroupAttributeRequest extends $tea.Model {
10236
10236
  direction?: string;
10237
+ maxResults?: number;
10238
+ nextToken?: string;
10237
10239
  nicType?: string;
10238
10240
  ownerAccount?: string;
10239
10241
  ownerId?: number;
@@ -10254,6 +10256,7 @@ export declare class DescribeSecurityGroupAttributeRequest extends $tea.Model {
10254
10256
  export declare class DescribeSecurityGroupAttributeResponseBody extends $tea.Model {
10255
10257
  description?: string;
10256
10258
  innerAccessPolicy?: string;
10259
+ nextToken?: string;
10257
10260
  permissions?: DescribeSecurityGroupAttributeResponseBodyPermissions;
10258
10261
  regionId?: string;
10259
10262
  requestId?: string;
@@ -27335,6 +27338,7 @@ export declare class DescribeSnapshotsResponseBodySnapshotsSnapshot extends $tea
27335
27338
  resourceGroupId?: string;
27336
27339
  retentionDays?: number;
27337
27340
  snapshotId?: string;
27341
+ snapshotLinkId?: string;
27338
27342
  snapshotName?: string;
27339
27343
  snapshotSN?: string;
27340
27344
  snapshotType?: string;
@@ -32441,9 +32445,10 @@ export default class Client extends OpenApi {
32441
32445
  */
32442
32446
  describeDedicatedHostAutoRenew(request: DescribeDedicatedHostAutoRenewRequest): Promise<DescribeDedicatedHostAutoRenewResponse>;
32443
32447
  /**
32444
- * @summary Queries the details of one or more dedicated host clusters.
32448
+ * @summary Queries the information about one or more dedicated host clusters.
32445
32449
  *
32446
- * @description You can specify multiple request parameters to be queried. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if `DedicatedHostClusterIds` is set to an empty JSON array (`[]`), it is regarded as a valid filter condition and an empty result is returned.
32450
+ * @description ## [](#)Usage notes
32451
+ * You can specify multiple request parameters to filter query results. Specified request parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if `DedicatedHostClusterIds` is set to an empty JSON array (`[]`), this parameter is regarded as a valid filter condition and an empty result is returned.
32447
32452
  *
32448
32453
  * @param request DescribeDedicatedHostClustersRequest
32449
32454
  * @param runtime runtime options for this request RuntimeOptions
@@ -32451,9 +32456,10 @@ export default class Client extends OpenApi {
32451
32456
  */
32452
32457
  describeDedicatedHostClustersWithOptions(request: DescribeDedicatedHostClustersRequest, runtime: $Util.RuntimeOptions): Promise<DescribeDedicatedHostClustersResponse>;
32453
32458
  /**
32454
- * @summary Queries the details of one or more dedicated host clusters.
32459
+ * @summary Queries the information about one or more dedicated host clusters.
32455
32460
  *
32456
- * @description You can specify multiple request parameters to be queried. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if `DedicatedHostClusterIds` is set to an empty JSON array (`[]`), it is regarded as a valid filter condition and an empty result is returned.
32461
+ * @description ## [](#)Usage notes
32462
+ * You can specify multiple request parameters to filter query results. Specified request parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if `DedicatedHostClusterIds` is set to an empty JSON array (`[]`), this parameter is regarded as a valid filter condition and an empty result is returned.
32457
32463
  *
32458
32464
  * @param request DescribeDedicatedHostClustersRequest
32459
32465
  * @return DescribeDedicatedHostClustersResponse
@@ -32907,10 +32913,9 @@ export default class Client extends OpenApi {
32907
32913
  */
32908
32914
  describeImagePipelineExecutions(request: DescribeImagePipelineExecutionsRequest): Promise<DescribeImagePipelineExecutionsResponse>;
32909
32915
  /**
32910
- * @summary Queries the details of one or more image templates.
32916
+ * @summary Queries the information about one or more image templates.
32911
32917
  *
32912
- * @description ## Description
32913
- * You can use `NextToken` to configure the query token. Set the value to the `NextToken` value that is returned in the last call to the `DescribeImagePipelines` operation. Then, use `MaxResults` to specify the maximum number of entries to return on each page.
32918
+ * @description You can use `NextToken` to configure the query token. Set the value to the `NextToken` value that is returned in the previous call to the `DescribeImagePipelines` operation. Then, use `MaxResults` to specify the maximum number of entries to return on each page.
32914
32919
  *
32915
32920
  * @param request DescribeImagePipelinesRequest
32916
32921
  * @param runtime runtime options for this request RuntimeOptions
@@ -32918,10 +32923,9 @@ export default class Client extends OpenApi {
32918
32923
  */
32919
32924
  describeImagePipelinesWithOptions(request: DescribeImagePipelinesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeImagePipelinesResponse>;
32920
32925
  /**
32921
- * @summary Queries the details of one or more image templates.
32926
+ * @summary Queries the information about one or more image templates.
32922
32927
  *
32923
- * @description ## Description
32924
- * You can use `NextToken` to configure the query token. Set the value to the `NextToken` value that is returned in the last call to the `DescribeImagePipelines` operation. Then, use `MaxResults` to specify the maximum number of entries to return on each page.
32928
+ * @description You can use `NextToken` to configure the query token. Set the value to the `NextToken` value that is returned in the previous call to the `DescribeImagePipelines` operation. Then, use `MaxResults` to specify the maximum number of entries to return on each page.
32925
32929
  *
32926
32930
  * @param request DescribeImagePipelinesRequest
32927
32931
  * @return DescribeImagePipelinesResponse
@@ -33278,15 +33282,16 @@ export default class Client extends OpenApi {
33278
33282
  */
33279
33283
  describeInstanceVncUrl(request: DescribeInstanceVncUrlRequest): Promise<DescribeInstanceVncUrlResponse>;
33280
33284
  /**
33281
- * @summary Queries the details of one or more Elastic Compute Service (ECS) instances.
33285
+ * @summary Queries the information about Elastic Compute Service (ECS) instances.
33282
33286
  *
33283
- * @description * You can specify multiple request parameters to be queried. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if InstanceIds is set to an empty JSON array, it is regarded as a valid filter condition and an empty result is returned.
33284
- * * If you are using a Resource Access Management (RAM) user or RAM role that does not have the permissions to call this operation, an empty list is returned. You can include the `DryRun` parameter in your request to check whether the empty list is caused by lack of permissions.
33285
- * * When you call an API operation by using Alibaba Cloud CLI, you must specify request parameter values of different data types in required formats. For more information, see [Parameter format overview](https://help.aliyun.com/document_detail/110340.html).
33286
- * * You can use one of the following methods to check the responses:
33287
- * * Method 1: During a paged query, when you call the DescribeInstances 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 call to retrieve a new page of results. When you call the DescribeInstances 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.
33288
- * * 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.
33289
- * You can use only one of the preceding methods. If a large number of entries are to be returned, we recommend that you use method 1. When `MaxResults` or `NextToken` is specified, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
33287
+ * @description ## [](#)Usage notes
33288
+ * * You can specify multiple request parameters to filter query results. Specified request parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if InstanceIds is set to an empty JSON array, this parameter is regarded as a valid filter condition and an empty result is returned.
33289
+ * * If you are using a Resource Access Management (RAM) user or RAM role that does not have the permissions to call this operation, an empty list is returned. You can include `DryRun` in your request to check whether the empty list is caused by lack of permissions.
33290
+ * * When you call the API operation by using Alibaba Cloud CLI, you must specify request parameter values of different data types in the required formats. For more information, see [Parameter formats](https://help.aliyun.com/document_detail/110340.html).
33291
+ * * You can use one of the following methods to check the responses:
33292
+ * * Method 1: During a paged query, when you call the DescribeInstances 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 DescribeInstances 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.
33293
+ * * 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.
33294
+ * You can use only one of the preceding methods. If a large number of entries are to be returned, we recommend that you use Method 1. When `MaxResults` or `NextToken` is specified, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
33290
33295
  *
33291
33296
  * @param request DescribeInstancesRequest
33292
33297
  * @param runtime runtime options for this request RuntimeOptions
@@ -33294,24 +33299,26 @@ export default class Client extends OpenApi {
33294
33299
  */
33295
33300
  describeInstancesWithOptions(request: DescribeInstancesRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesResponse>;
33296
33301
  /**
33297
- * @summary Queries the details of one or more Elastic Compute Service (ECS) instances.
33302
+ * @summary Queries the information about Elastic Compute Service (ECS) instances.
33298
33303
  *
33299
- * @description * You can specify multiple request parameters to be queried. Specified parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if InstanceIds is set to an empty JSON array, it is regarded as a valid filter condition and an empty result is returned.
33300
- * * If you are using a Resource Access Management (RAM) user or RAM role that does not have the permissions to call this operation, an empty list is returned. You can include the `DryRun` parameter in your request to check whether the empty list is caused by lack of permissions.
33301
- * * When you call an API operation by using Alibaba Cloud CLI, you must specify request parameter values of different data types in required formats. For more information, see [Parameter format overview](https://help.aliyun.com/document_detail/110340.html).
33302
- * * You can use one of the following methods to check the responses:
33303
- * * Method 1: During a paged query, when you call the DescribeInstances 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 call to retrieve a new page of results. When you call the DescribeInstances 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.
33304
- * * 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.
33305
- * You can use only one of the preceding methods. If a large number of entries are to be returned, we recommend that you use method 1. When `MaxResults` or `NextToken` is specified, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
33304
+ * @description ## [](#)Usage notes
33305
+ * * You can specify multiple request parameters to filter query results. Specified request parameters have logical AND relations. Only the specified parameters are included in the filter conditions. However, if InstanceIds is set to an empty JSON array, this parameter is regarded as a valid filter condition and an empty result is returned.
33306
+ * * If you are using a Resource Access Management (RAM) user or RAM role that does not have the permissions to call this operation, an empty list is returned. You can include `DryRun` in your request to check whether the empty list is caused by lack of permissions.
33307
+ * * When you call the API operation by using Alibaba Cloud CLI, you must specify request parameter values of different data types in the required formats. For more information, see [Parameter formats](https://help.aliyun.com/document_detail/110340.html).
33308
+ * * You can use one of the following methods to check the responses:
33309
+ * * Method 1: During a paged query, when you call the DescribeInstances 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 DescribeInstances 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.
33310
+ * * 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.
33311
+ * You can use only one of the preceding methods. If a large number of entries are to be returned, we recommend that you use Method 1. When `MaxResults` or `NextToken` is specified, the `PageSize` and `PageNumber` request parameters do not take effect and the `TotalCount` response parameter is invalid.
33306
33312
  *
33307
33313
  * @param request DescribeInstancesRequest
33308
33314
  * @return DescribeInstancesResponse
33309
33315
  */
33310
33316
  describeInstances(request: DescribeInstancesRequest): Promise<DescribeInstancesResponse>;
33311
33317
  /**
33312
- * @summary Queries the full status information of Elastic Compute Service (ECS) instances. The full status information includes instance states and system event states. The instance states are the lifecycle states of instances. The system event states are the health states of maintenance events that occur on ECS instances.
33318
+ * @summary Queries the full status information of one or more Elastic Compute Service (ECS) instances. The full status information includes the instance status and the status of instance system events. The instance status is the lifecycle status of instances. The status of instance system events is the health status of maintenance events.
33313
33319
  *
33314
- * @description The response includes instance states and instance system events that are in the Scheduled state.
33320
+ * @description ## [](#)Usage notes
33321
+ * The response includes the instance status and the instance system events that are in the Scheduled state.
33315
33322
  * You can specify a period of time to query events that occurred within the period of time.
33316
33323
  *
33317
33324
  * @param request DescribeInstancesFullStatusRequest
@@ -33320,9 +33327,10 @@ export default class Client extends OpenApi {
33320
33327
  */
33321
33328
  describeInstancesFullStatusWithOptions(request: DescribeInstancesFullStatusRequest, runtime: $Util.RuntimeOptions): Promise<DescribeInstancesFullStatusResponse>;
33322
33329
  /**
33323
- * @summary Queries the full status information of Elastic Compute Service (ECS) instances. The full status information includes instance states and system event states. The instance states are the lifecycle states of instances. The system event states are the health states of maintenance events that occur on ECS instances.
33330
+ * @summary Queries the full status information of one or more Elastic Compute Service (ECS) instances. The full status information includes the instance status and the status of instance system events. The instance status is the lifecycle status of instances. The status of instance system events is the health status of maintenance events.
33324
33331
  *
33325
- * @description The response includes instance states and instance system events that are in the Scheduled state.
33332
+ * @description ## [](#)Usage notes
33333
+ * The response includes the instance status and the instance system events that are in the Scheduled state.
33326
33334
  * You can specify a period of time to query events that occurred within the period of time.
33327
33335
  *
33328
33336
  * @param request DescribeInstancesFullStatusRequest
@@ -33771,7 +33779,7 @@ export default class Client extends OpenApi {
33771
33779
  */
33772
33780
  describeResourceByTags(request: DescribeResourceByTagsRequest): Promise<DescribeResourceByTagsResponse>;
33773
33781
  /**
33774
- * @summary Queries available resources within a specific zone when you upgrade or downgrade instance types or replace system disks.
33782
+ * @summary Queries available resources in a specific zone when you upgrade or downgrade Elastic Compute Service (ECS) instance types or replace system disks.
33775
33783
  *
33776
33784
  * @description ## Debugging
33777
33785
  * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Ecs\\&api=DescribeResourcesModification\\&type=RPC\\&version=2014-05-26)
@@ -33782,7 +33790,7 @@ export default class Client extends OpenApi {
33782
33790
  */
33783
33791
  describeResourcesModificationWithOptions(request: DescribeResourcesModificationRequest, runtime: $Util.RuntimeOptions): Promise<DescribeResourcesModificationResponse>;
33784
33792
  /**
33785
- * @summary Queries available resources within a specific zone when you upgrade or downgrade instance types or replace system disks.
33793
+ * @summary Queries available resources in a specific zone when you upgrade or downgrade Elastic Compute Service (ECS) instance types or replace system disks.
33786
33794
  *
33787
33795
  * @description ## Debugging
33788
33796
  * [OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer. OpenAPI Explorer dynamically generates the sample code of the operation for different SDKs.](https://api.aliyun.com/#product=Ecs\\&api=DescribeResourcesModification\\&type=RPC\\&version=2014-05-26)
@@ -34078,17 +34086,18 @@ export default class Client extends OpenApi {
34078
34086
  */
34079
34087
  describeSnapshotsUsage(request: DescribeSnapshotsUsageRequest): Promise<DescribeSnapshotsUsageResponse>;
34080
34088
  /**
34081
- * @summary Queries information such as the average release rate of preemptible instances and the percentage of the average preemptible instance price relative to the pay-as-you-go instance price in the last 30 days, and real-time discounts of preemptible instances in a specified region.
34089
+ * @summary Queries information about preemptible instances in a region in the previous 30 days. The information includes the average release rate of preemptible instances and the percentage of the average preemptible instance price relative to the pay-as-you-go instance price.
34082
34090
  *
34083
- * @description * You can call this operation to query information that is generated for preemptible instances in the last 30 days and select suitable instance types based on the query results. The information that you can query includes:
34091
+ * @description ## [](#)Usage notes
34092
+ * * You can call this operation to query information about preemptible instances in the previous 30 days and select suitable instance types based on the query results. The information that you can query includes:
34084
34093
  * * Average release rate of preemptible instances
34085
34094
  * * Percentage of the average preemptible instance price relative to the pay-as-you-go instance price
34086
34095
  * * Average preemptible instance price that is calculated based on the preceding percentage
34087
34096
  * * This operation is applicable only to I/O optimized preemptible instances that reside in virtual private clouds (VPCs).
34088
- * * You can use one of the following methods to query information that is generated for preemptible instances in the last 30 days:
34089
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory` to query information about an instance type that meets the specified vCPU and memory requirements.
34090
- * * Configure the `InstanceTypes.N` parameter to query information about a specified instance type.
34091
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory`, and then configure `InstanceTypeFamily` or `InstanceFamilyLevel` to query information about an instance type that meets the specified vCPU and memory requirements within the specified instance family or at a specified instance family level.
34097
+ * * You can use one of the following methods to query information about preemptible instances in the previous 30 days:
34098
+ * * Configure the `Cores` and `Memory` parameters or the `MinCores` and `MinMemory` parameters to query information about instance types that meet the specified vCPU and memory requirements.
34099
+ * * Configure the `InstanceTypes.N` parameter to query information about specified instance types.
34100
+ * * Configure the `Cores` and `Memory` parameters or the `MinCores` and `MinMemory` parameters and then configure the `InstanceTypeFamily` or `InstanceFamilyLevel` parameter to query information about instance types that meet the specified vCPU and memory requirements within the specified instance family or at a specified instance family level.
34092
34101
  *
34093
34102
  * @param request DescribeSpotAdviceRequest
34094
34103
  * @param runtime runtime options for this request RuntimeOptions
@@ -34096,17 +34105,18 @@ export default class Client extends OpenApi {
34096
34105
  */
34097
34106
  describeSpotAdviceWithOptions(request: DescribeSpotAdviceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSpotAdviceResponse>;
34098
34107
  /**
34099
- * @summary Queries information such as the average release rate of preemptible instances and the percentage of the average preemptible instance price relative to the pay-as-you-go instance price in the last 30 days, and real-time discounts of preemptible instances in a specified region.
34108
+ * @summary Queries information about preemptible instances in a region in the previous 30 days. The information includes the average release rate of preemptible instances and the percentage of the average preemptible instance price relative to the pay-as-you-go instance price.
34100
34109
  *
34101
- * @description * You can call this operation to query information that is generated for preemptible instances in the last 30 days and select suitable instance types based on the query results. The information that you can query includes:
34110
+ * @description ## [](#)Usage notes
34111
+ * * You can call this operation to query information about preemptible instances in the previous 30 days and select suitable instance types based on the query results. The information that you can query includes:
34102
34112
  * * Average release rate of preemptible instances
34103
34113
  * * Percentage of the average preemptible instance price relative to the pay-as-you-go instance price
34104
34114
  * * Average preemptible instance price that is calculated based on the preceding percentage
34105
34115
  * * This operation is applicable only to I/O optimized preemptible instances that reside in virtual private clouds (VPCs).
34106
- * * You can use one of the following methods to query information that is generated for preemptible instances in the last 30 days:
34107
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory` to query information about an instance type that meets the specified vCPU and memory requirements.
34108
- * * Configure the `InstanceTypes.N` parameter to query information about a specified instance type.
34109
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory`, and then configure `InstanceTypeFamily` or `InstanceFamilyLevel` to query information about an instance type that meets the specified vCPU and memory requirements within the specified instance family or at a specified instance family level.
34116
+ * * You can use one of the following methods to query information about preemptible instances in the previous 30 days:
34117
+ * * Configure the `Cores` and `Memory` parameters or the `MinCores` and `MinMemory` parameters to query information about instance types that meet the specified vCPU and memory requirements.
34118
+ * * Configure the `InstanceTypes.N` parameter to query information about specified instance types.
34119
+ * * Configure the `Cores` and `Memory` parameters or the `MinCores` and `MinMemory` parameters and then configure the `InstanceTypeFamily` or `InstanceFamilyLevel` parameter to query information about instance types that meet the specified vCPU and memory requirements within the specified instance family or at a specified instance family level.
34110
34120
  *
34111
34121
  * @param request DescribeSpotAdviceRequest
34112
34122
  * @return DescribeSpotAdviceResponse
@@ -37693,14 +37703,14 @@ export default class Client extends OpenApi {
37693
37703
  /**
37694
37704
  * @summary Sends a file to one or more Elastic Compute Service (ECS) instances.
37695
37705
  *
37696
- * @description ## Usage notes
37697
- * * The instances to which to send a file must be in the Running (`Running`) state.
37698
- * * [Cloud Assistant Agent must be installed on the instances.](https://help.aliyun.com/document_detail/64921.html)
37706
+ * @description ## [](#)Usage notes
37707
+ * * The instances to which you want to send a file must be in the Running (`Running`) state.
37708
+ * * [Cloud Assistant Agent](https://help.aliyun.com/document_detail/64921.html) must be installed on the instances.
37699
37709
  * * Only Cloud Assistant Agent versions that are later than the following ones support file sending. If the `ClientNeedUpgrade` error code is returned, update Cloud Assistant Agent to the latest version.
37700
37710
  * * For Linux instances, the version of Cloud Assistant Agent must be later than 1.0.2.569.
37701
37711
  * * For Windows instances, the version of Cloud Assistant Agent must be later than 1.0.0.149.
37702
- * * The file that you want to send must not exceed 32 KB in size after it is encoded in Base64.
37703
- * * The file may fail to be sent due to instance exceptions, network exceptions, or exceptions on Cloud Assistant Agent. Call the [DescribeSendFileResults](https://help.aliyun.com/document_detail/184117.html) operation or see [Check execution results and troubleshoot common issues](https://help.aliyun.com/document_detail/87029.html) for troubleshooting.
37712
+ * * The file to be sent must not exceed 32 KB in size after it is encoded in Base64.
37713
+ * * The file may fail to be sent due to instance exceptions, network exceptions, or exceptions on Cloud Assistant Agent. If the file fails to be sent, call the [DescribeSendFileResults](https://help.aliyun.com/document_detail/184117.html) operation or see [Check execution results and troubleshoot common issues](https://help.aliyun.com/document_detail/87029.html) for troubleshooting.
37704
37714
  *
37705
37715
  * @param request SendFileRequest
37706
37716
  * @param runtime runtime options for this request RuntimeOptions
@@ -37710,14 +37720,14 @@ export default class Client extends OpenApi {
37710
37720
  /**
37711
37721
  * @summary Sends a file to one or more Elastic Compute Service (ECS) instances.
37712
37722
  *
37713
- * @description ## Usage notes
37714
- * * The instances to which to send a file must be in the Running (`Running`) state.
37715
- * * [Cloud Assistant Agent must be installed on the instances.](https://help.aliyun.com/document_detail/64921.html)
37723
+ * @description ## [](#)Usage notes
37724
+ * * The instances to which you want to send a file must be in the Running (`Running`) state.
37725
+ * * [Cloud Assistant Agent](https://help.aliyun.com/document_detail/64921.html) must be installed on the instances.
37716
37726
  * * Only Cloud Assistant Agent versions that are later than the following ones support file sending. If the `ClientNeedUpgrade` error code is returned, update Cloud Assistant Agent to the latest version.
37717
37727
  * * For Linux instances, the version of Cloud Assistant Agent must be later than 1.0.2.569.
37718
37728
  * * For Windows instances, the version of Cloud Assistant Agent must be later than 1.0.0.149.
37719
- * * The file that you want to send must not exceed 32 KB in size after it is encoded in Base64.
37720
- * * The file may fail to be sent due to instance exceptions, network exceptions, or exceptions on Cloud Assistant Agent. Call the [DescribeSendFileResults](https://help.aliyun.com/document_detail/184117.html) operation or see [Check execution results and troubleshoot common issues](https://help.aliyun.com/document_detail/87029.html) for troubleshooting.
37729
+ * * The file to be sent must not exceed 32 KB in size after it is encoded in Base64.
37730
+ * * The file may fail to be sent due to instance exceptions, network exceptions, or exceptions on Cloud Assistant Agent. If the file fails to be sent, call the [DescribeSendFileResults](https://help.aliyun.com/document_detail/184117.html) operation or see [Check execution results and troubleshoot common issues](https://help.aliyun.com/document_detail/87029.html) for troubleshooting.
37721
37731
  *
37722
37732
  * @param request SendFileRequest
37723
37733
  * @return SendFileResponse
@@ -37963,7 +37973,7 @@ export default class Client extends OpenApi {
37963
37973
  */
37964
37974
  terminateVirtualBorderRouter(request: TerminateVirtualBorderRouterRequest): Promise<TerminateVirtualBorderRouterResponse>;
37965
37975
  /**
37966
- * @summary Unassigns one or more IPv6 addresses from an elastic network interface (ENI).
37976
+ * @summary Unassigns IPv6 addresses from an elastic network interface (ENI).
37967
37977
  *
37968
37978
  * @description ## [](#)Usage notes
37969
37979
  * Take note of the following items:
@@ -37976,7 +37986,7 @@ export default class Client extends OpenApi {
37976
37986
  */
37977
37987
  unassignIpv6AddressesWithOptions(request: UnassignIpv6AddressesRequest, runtime: $Util.RuntimeOptions): Promise<UnassignIpv6AddressesResponse>;
37978
37988
  /**
37979
- * @summary Unassigns one or more IPv6 addresses from an elastic network interface (ENI).
37989
+ * @summary Unassigns IPv6 addresses from an elastic network interface (ENI).
37980
37990
  *
37981
37991
  * @description ## [](#)Usage notes
37982
37992
  * Take note of the following items:
@@ -37988,11 +37998,11 @@ export default class Client extends OpenApi {
37988
37998
  */
37989
37999
  unassignIpv6Addresses(request: UnassignIpv6AddressesRequest): Promise<UnassignIpv6AddressesResponse>;
37990
38000
  /**
37991
- * @summary Unassigns one or more secondary private IP addresses from an elastic network interface (ENI).
38001
+ * @summary Unassigns secondary private IP addresses from an elastic network interface (ENI).
37992
38002
  *
37993
- * @description ## Usage notes
37994
- * - The ENI from which to unassign secondary private IP addresses must be in the **Available** (Available) or **Bound** (InUse) state.
37995
- * - If the ENI is a primary ENI, the Elastic Compute Service (ECS) instance to which the ENI is attached must be in the **Running** (Running) or **Stopped** (Stopped) state.
38003
+ * @description ## [](#)Usage notes
38004
+ * * The ENI from which to unassign secondary private IP addresses must be in the **Available** (Available) or **InUse** (InUse) state.
38005
+ * * If the ENI is a primary ENI, the Elastic Compute Service (ECS) instance to which the ENI is attached must be in the **Running** (Running) or **Stopped** (Stopped) state.
37996
38006
  *
37997
38007
  * @param request UnassignPrivateIpAddressesRequest
37998
38008
  * @param runtime runtime options for this request RuntimeOptions
@@ -38000,11 +38010,11 @@ export default class Client extends OpenApi {
38000
38010
  */
38001
38011
  unassignPrivateIpAddressesWithOptions(request: UnassignPrivateIpAddressesRequest, runtime: $Util.RuntimeOptions): Promise<UnassignPrivateIpAddressesResponse>;
38002
38012
  /**
38003
- * @summary Unassigns one or more secondary private IP addresses from an elastic network interface (ENI).
38013
+ * @summary Unassigns secondary private IP addresses from an elastic network interface (ENI).
38004
38014
  *
38005
- * @description ## Usage notes
38006
- * - The ENI from which to unassign secondary private IP addresses must be in the **Available** (Available) or **Bound** (InUse) state.
38007
- * - If the ENI is a primary ENI, the Elastic Compute Service (ECS) instance to which the ENI is attached must be in the **Running** (Running) or **Stopped** (Stopped) state.
38015
+ * @description ## [](#)Usage notes
38016
+ * * The ENI from which to unassign secondary private IP addresses must be in the **Available** (Available) or **InUse** (InUse) state.
38017
+ * * If the ENI is a primary ENI, the Elastic Compute Service (ECS) instance to which the ENI is attached must be in the **Running** (Running) or **Stopped** (Stopped) state.
38008
38018
  *
38009
38019
  * @param request UnassignPrivateIpAddressesRequest
38010
38020
  * @return UnassignPrivateIpAddressesResponse