@alicloud/ecs20140526 4.1.7 → 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
@@ -27338,6 +27338,7 @@ export declare class DescribeSnapshotsResponseBodySnapshotsSnapshot extends $tea
27338
27338
  resourceGroupId?: string;
27339
27339
  retentionDays?: number;
27340
27340
  snapshotId?: string;
27341
+ snapshotLinkId?: string;
27341
27342
  snapshotName?: string;
27342
27343
  snapshotSN?: string;
27343
27344
  snapshotType?: string;
@@ -34085,17 +34086,18 @@ export default class Client extends OpenApi {
34085
34086
  */
34086
34087
  describeSnapshotsUsage(request: DescribeSnapshotsUsageRequest): Promise<DescribeSnapshotsUsageResponse>;
34087
34088
  /**
34088
- * @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.
34089
34090
  *
34090
- * @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:
34091
34093
  * * Average release rate of preemptible instances
34092
34094
  * * Percentage of the average preemptible instance price relative to the pay-as-you-go instance price
34093
34095
  * * Average preemptible instance price that is calculated based on the preceding percentage
34094
34096
  * * This operation is applicable only to I/O optimized preemptible instances that reside in virtual private clouds (VPCs).
34095
- * * You can use one of the following methods to query information that is generated for preemptible instances in the last 30 days:
34096
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory` to query information about an instance type that meets the specified vCPU and memory requirements.
34097
- * * Configure the `InstanceTypes.N` parameter to query information about a specified instance type.
34098
- * * 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.
34099
34101
  *
34100
34102
  * @param request DescribeSpotAdviceRequest
34101
34103
  * @param runtime runtime options for this request RuntimeOptions
@@ -34103,17 +34105,18 @@ export default class Client extends OpenApi {
34103
34105
  */
34104
34106
  describeSpotAdviceWithOptions(request: DescribeSpotAdviceRequest, runtime: $Util.RuntimeOptions): Promise<DescribeSpotAdviceResponse>;
34105
34107
  /**
34106
- * @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.
34107
34109
  *
34108
- * @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:
34109
34112
  * * Average release rate of preemptible instances
34110
34113
  * * Percentage of the average preemptible instance price relative to the pay-as-you-go instance price
34111
34114
  * * Average preemptible instance price that is calculated based on the preceding percentage
34112
34115
  * * This operation is applicable only to I/O optimized preemptible instances that reside in virtual private clouds (VPCs).
34113
- * * You can use one of the following methods to query information that is generated for preemptible instances in the last 30 days:
34114
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory` to query information about an instance type that meets the specified vCPU and memory requirements.
34115
- * * Configure the `InstanceTypes.N` parameter to query information about a specified instance type.
34116
- * * 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.
34117
34120
  *
34118
34121
  * @param request DescribeSpotAdviceRequest
34119
34122
  * @return DescribeSpotAdviceResponse
package/dist/client.js CHANGED
@@ -39929,6 +39929,7 @@ class DescribeSnapshotsResponseBodySnapshotsSnapshot extends $tea.Model {
39929
39929
  resourceGroupId: 'ResourceGroupId',
39930
39930
  retentionDays: 'RetentionDays',
39931
39931
  snapshotId: 'SnapshotId',
39932
+ snapshotLinkId: 'SnapshotLinkId',
39932
39933
  snapshotName: 'SnapshotName',
39933
39934
  snapshotSN: 'SnapshotSN',
39934
39935
  snapshotType: 'SnapshotType',
@@ -39961,6 +39962,7 @@ class DescribeSnapshotsResponseBodySnapshotsSnapshot extends $tea.Model {
39961
39962
  resourceGroupId: 'string',
39962
39963
  retentionDays: 'number',
39963
39964
  snapshotId: 'string',
39965
+ snapshotLinkId: 'string',
39964
39966
  snapshotName: 'string',
39965
39967
  snapshotSN: 'string',
39966
39968
  snapshotType: 'string',
@@ -59278,17 +59280,18 @@ class Client extends openapi_client_1.default {
59278
59280
  return await this.describeSnapshotsUsageWithOptions(request, runtime);
59279
59281
  }
59280
59282
  /**
59281
- * @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.
59283
+ * @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.
59282
59284
  *
59283
- * @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:
59285
+ * @description ## [](#)Usage notes
59286
+ * * 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:
59284
59287
  * * Average release rate of preemptible instances
59285
59288
  * * Percentage of the average preemptible instance price relative to the pay-as-you-go instance price
59286
59289
  * * Average preemptible instance price that is calculated based on the preceding percentage
59287
59290
  * * This operation is applicable only to I/O optimized preemptible instances that reside in virtual private clouds (VPCs).
59288
- * * You can use one of the following methods to query information that is generated for preemptible instances in the last 30 days:
59289
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory` to query information about an instance type that meets the specified vCPU and memory requirements.
59290
- * * Configure the `InstanceTypes.N` parameter to query information about a specified instance type.
59291
- * * 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.
59291
+ * * You can use one of the following methods to query information about preemptible instances in the previous 30 days:
59292
+ * * 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.
59293
+ * * Configure the `InstanceTypes.N` parameter to query information about specified instance types.
59294
+ * * 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.
59292
59295
  *
59293
59296
  * @param request DescribeSpotAdviceRequest
59294
59297
  * @param runtime runtime options for this request RuntimeOptions
@@ -59359,17 +59362,18 @@ class Client extends openapi_client_1.default {
59359
59362
  return $tea.cast(await this.callApi(params, req, runtime), new DescribeSpotAdviceResponse({}));
59360
59363
  }
59361
59364
  /**
59362
- * @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.
59365
+ * @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.
59363
59366
  *
59364
- * @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:
59367
+ * @description ## [](#)Usage notes
59368
+ * * 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:
59365
59369
  * * Average release rate of preemptible instances
59366
59370
  * * Percentage of the average preemptible instance price relative to the pay-as-you-go instance price
59367
59371
  * * Average preemptible instance price that is calculated based on the preceding percentage
59368
59372
  * * This operation is applicable only to I/O optimized preemptible instances that reside in virtual private clouds (VPCs).
59369
- * * You can use one of the following methods to query information that is generated for preemptible instances in the last 30 days:
59370
- * * Configure `Cores` and `Memory` or `MinCores` and `MinMemory` to query information about an instance type that meets the specified vCPU and memory requirements.
59371
- * * Configure the `InstanceTypes.N` parameter to query information about a specified instance type.
59372
- * * 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.
59373
+ * * You can use one of the following methods to query information about preemptible instances in the previous 30 days:
59374
+ * * 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.
59375
+ * * Configure the `InstanceTypes.N` parameter to query information about specified instance types.
59376
+ * * 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.
59373
59377
  *
59374
59378
  * @param request DescribeSpotAdviceRequest
59375
59379
  * @return DescribeSpotAdviceResponse