@alicloud/ecs20140526 7.0.7 → 7.0.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.
Files changed (66) hide show
  1. package/dist/client.d.ts +6 -4
  2. package/dist/client.js +6 -4
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateLaunchTemplateRequestDataDisk.d.ts +22 -15
  5. package/dist/models/CreateLaunchTemplateRequestDataDisk.js.map +1 -1
  6. package/dist/models/CreateLaunchTemplateRequestSystemDisk.d.ts +7 -0
  7. package/dist/models/CreateLaunchTemplateRequestSystemDisk.js.map +1 -1
  8. package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.d.ts +24 -17
  9. package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.js.map +1 -1
  10. package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.d.ts +7 -0
  11. package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.js.map +1 -1
  12. package/dist/models/CreateNetworkInterfaceRequest.d.ts +8 -1
  13. package/dist/models/CreateNetworkInterfaceRequest.js.map +1 -1
  14. package/dist/models/CreatePrefixListRequest.d.ts +11 -0
  15. package/dist/models/CreatePrefixListRequest.js.map +1 -1
  16. package/dist/models/CreatePrefixListRequestTag.d.ts +16 -0
  17. package/dist/models/CreatePrefixListRequestTag.js.map +1 -1
  18. package/dist/models/DescribeInstanceAttributeResponseBody.d.ts +2 -0
  19. package/dist/models/DescribeInstanceAttributeResponseBody.js +6 -0
  20. package/dist/models/DescribeInstanceAttributeResponseBody.js.map +1 -1
  21. package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.d.ts +15 -0
  22. package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.js +60 -0
  23. package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.js.map +1 -0
  24. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.d.ts +7 -0
  25. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.js.map +1 -1
  26. package/dist/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.d.ts +8 -1
  27. package/dist/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.js.map +1 -1
  28. package/dist/models/DescribePrefixListsRequest.d.ts +11 -0
  29. package/dist/models/DescribePrefixListsRequest.js.map +1 -1
  30. package/dist/models/DescribePrefixListsRequestTag.d.ts +16 -0
  31. package/dist/models/DescribePrefixListsRequestTag.js.map +1 -1
  32. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.d.ts +11 -0
  33. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.js.map +1 -1
  34. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.d.ts +16 -0
  35. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.js.map +1 -1
  36. package/dist/models/DescribeSnapshotLinksRequest.d.ts +1 -1
  37. package/dist/models/ModifyNetworkInterfaceAttributeRequest.d.ts +8 -1
  38. package/dist/models/ModifyNetworkInterfaceAttributeRequest.js.map +1 -1
  39. package/dist/models/ModifyNetworkInterfaceAttributeRequestEnhancedNetwork.d.ts +1 -1
  40. package/dist/models/RunInstancesRequestDataDisk.d.ts +16 -10
  41. package/dist/models/RunInstancesRequestDataDisk.js.map +1 -1
  42. package/dist/models/model.d.ts +1 -0
  43. package/dist/models/model.js +34 -32
  44. package/dist/models/model.js.map +1 -1
  45. package/package.json +1 -1
  46. package/src/client.ts +6 -4
  47. package/src/models/CreateLaunchTemplateRequestDataDisk.ts +22 -15
  48. package/src/models/CreateLaunchTemplateRequestSystemDisk.ts +7 -0
  49. package/src/models/CreateLaunchTemplateVersionRequestDataDisk.ts +24 -17
  50. package/src/models/CreateLaunchTemplateVersionRequestSystemDisk.ts +7 -0
  51. package/src/models/CreateNetworkInterfaceRequest.ts +8 -1
  52. package/src/models/CreatePrefixListRequest.ts +11 -0
  53. package/src/models/CreatePrefixListRequestTag.ts +16 -0
  54. package/src/models/DescribeInstanceAttributeResponseBody.ts +7 -0
  55. package/src/models/DescribeInstanceAttributeResponseBodyNetworkOptions.ts +30 -0
  56. package/src/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.ts +7 -0
  57. package/src/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.ts +8 -1
  58. package/src/models/DescribePrefixListsRequest.ts +11 -0
  59. package/src/models/DescribePrefixListsRequestTag.ts +16 -0
  60. package/src/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.ts +11 -0
  61. package/src/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.ts +16 -0
  62. package/src/models/DescribeSnapshotLinksRequest.ts +1 -1
  63. package/src/models/ModifyNetworkInterfaceAttributeRequest.ts +8 -1
  64. package/src/models/ModifyNetworkInterfaceAttributeRequestEnhancedNetwork.ts +1 -1
  65. package/src/models/RunInstancesRequestDataDisk.ts +16 -10
  66. package/src/models/model.ts +1 -0
package/dist/client.d.ts CHANGED
@@ -1597,7 +1597,8 @@ export default class Client extends OpenApi {
1597
1597
  * Creates a prefix list.
1598
1598
  *
1599
1599
  * @remarks
1600
- * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
1600
+ * ## [](#)Usage notes
1601
+ * * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
1601
1602
  * * When you create a prefix list, take note of the following items:
1602
1603
  * * You must specify an IP address family (IPv4 or IPv6) for the prefix list, and cannot change the IP address family after the prefix list is created. You cannot combine IPv4 and IPv6 CIDR blocks in a single prefix list.
1603
1604
  * * You must specify the maximum number of entries that the prefix list can contain. You cannot modify the maximum number of entries after the prefix list is created.
@@ -1614,7 +1615,8 @@ export default class Client extends OpenApi {
1614
1615
  * Creates a prefix list.
1615
1616
  *
1616
1617
  * @remarks
1617
- * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
1618
+ * ## [](#)Usage notes
1619
+ * * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
1618
1620
  * * When you create a prefix list, take note of the following items:
1619
1621
  * * You must specify an IP address family (IPv4 or IPv6) for the prefix list, and cannot change the IP address family after the prefix list is created. You cannot combine IPv4 and IPv6 CIDR blocks in a single prefix list.
1620
1622
  * * You must specify the maximum number of entries that the prefix list can contain. You cannot modify the maximum number of entries after the prefix list is created.
@@ -4833,7 +4835,7 @@ export default class Client extends OpenApi {
4833
4835
  */
4834
4836
  describeSnapshotGroups(request: $_model.DescribeSnapshotGroupsRequest): Promise<$_model.DescribeSnapshotGroupsResponse>;
4835
4837
  /**
4836
- * Queries the snapshot chains of disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
4838
+ * Queries the snapshot chains of cloud disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
4837
4839
  *
4838
4840
  * @remarks
4839
4841
  * ## [](#)Usage notes
@@ -4847,7 +4849,7 @@ export default class Client extends OpenApi {
4847
4849
  */
4848
4850
  describeSnapshotLinksWithOptions(request: $_model.DescribeSnapshotLinksRequest, runtime: $dara.RuntimeOptions): Promise<$_model.DescribeSnapshotLinksResponse>;
4849
4851
  /**
4850
- * Queries the snapshot chains of disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
4852
+ * Queries the snapshot chains of cloud disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
4851
4853
  *
4852
4854
  * @remarks
4853
4855
  * ## [](#)Usage notes
package/dist/client.js CHANGED
@@ -5358,7 +5358,8 @@ class Client extends openapi_core_1.default {
5358
5358
  * Creates a prefix list.
5359
5359
  *
5360
5360
  * @remarks
5361
- * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
5361
+ * ## [](#)Usage notes
5362
+ * * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
5362
5363
  * * When you create a prefix list, take note of the following items:
5363
5364
  * * You must specify an IP address family (IPv4 or IPv6) for the prefix list, and cannot change the IP address family after the prefix list is created. You cannot combine IPv4 and IPv6 CIDR blocks in a single prefix list.
5364
5365
  * * You must specify the maximum number of entries that the prefix list can contain. You cannot modify the maximum number of entries after the prefix list is created.
@@ -5435,7 +5436,8 @@ class Client extends openapi_core_1.default {
5435
5436
  * Creates a prefix list.
5436
5437
  *
5437
5438
  * @remarks
5438
- * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
5439
+ * ## [](#)Usage notes
5440
+ * * A prefix list is a collection of network prefixes (CIDR blocks) and can be referenced to configure network rules for other resources. For more information, see [Overview](https://help.aliyun.com/document_detail/206223.html).
5439
5441
  * * When you create a prefix list, take note of the following items:
5440
5442
  * * You must specify an IP address family (IPv4 or IPv6) for the prefix list, and cannot change the IP address family after the prefix list is created. You cannot combine IPv4 and IPv6 CIDR blocks in a single prefix list.
5441
5443
  * * You must specify the maximum number of entries that the prefix list can contain. You cannot modify the maximum number of entries after the prefix list is created.
@@ -16540,7 +16542,7 @@ class Client extends openapi_core_1.default {
16540
16542
  return await this.describeSnapshotGroupsWithOptions(request, runtime);
16541
16543
  }
16542
16544
  /**
16543
- * Queries the snapshot chains of disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
16545
+ * Queries the snapshot chains of cloud disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
16544
16546
  *
16545
16547
  * @remarks
16546
16548
  * ## [](#)Usage notes
@@ -16608,7 +16610,7 @@ class Client extends openapi_core_1.default {
16608
16610
  return $dara.cast(await this.callApi(params, req, runtime), new $_model.DescribeSnapshotLinksResponse({}));
16609
16611
  }
16610
16612
  /**
16611
- * Queries the snapshot chains of disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
16613
+ * Queries the snapshot chains of cloud disks. A snapshot chain is a chain of all the snapshots created for a disk. A disk corresponds to a chain of snapshots.
16612
16614
  *
16613
16615
  * @remarks
16614
16616
  * ## [](#)Usage notes