@alicloud/ecs20140526 7.0.6 → 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 (85) hide show
  1. package/dist/client.d.ts +8 -6
  2. package/dist/client.js +11 -6
  3. package/dist/client.js.map +1 -1
  4. package/dist/models/CreateLaunchTemplateRequestDataDisk.d.ts +23 -15
  5. package/dist/models/CreateLaunchTemplateRequestDataDisk.js +2 -0
  6. package/dist/models/CreateLaunchTemplateRequestDataDisk.js.map +1 -1
  7. package/dist/models/CreateLaunchTemplateRequestSystemDisk.d.ts +8 -0
  8. package/dist/models/CreateLaunchTemplateRequestSystemDisk.js +2 -0
  9. package/dist/models/CreateLaunchTemplateRequestSystemDisk.js.map +1 -1
  10. package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.d.ts +25 -17
  11. package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.js +2 -0
  12. package/dist/models/CreateLaunchTemplateVersionRequestDataDisk.js.map +1 -1
  13. package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.d.ts +8 -0
  14. package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.js +2 -0
  15. package/dist/models/CreateLaunchTemplateVersionRequestSystemDisk.js.map +1 -1
  16. package/dist/models/CreateNetworkInterfaceRequest.d.ts +8 -1
  17. package/dist/models/CreateNetworkInterfaceRequest.js.map +1 -1
  18. package/dist/models/CreatePrefixListRequest.d.ts +11 -0
  19. package/dist/models/CreatePrefixListRequest.js.map +1 -1
  20. package/dist/models/CreatePrefixListRequestTag.d.ts +16 -0
  21. package/dist/models/CreatePrefixListRequestTag.js.map +1 -1
  22. package/dist/models/CreateStorageSetRequest.d.ts +1 -0
  23. package/dist/models/CreateStorageSetRequest.js +2 -0
  24. package/dist/models/CreateStorageSetRequest.js.map +1 -1
  25. package/dist/models/DescribeInstanceAttributeResponseBody.d.ts +2 -0
  26. package/dist/models/DescribeInstanceAttributeResponseBody.js +6 -0
  27. package/dist/models/DescribeInstanceAttributeResponseBody.js.map +1 -1
  28. package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.d.ts +15 -0
  29. package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.js +60 -0
  30. package/dist/models/DescribeInstanceAttributeResponseBodyNetworkOptions.js.map +1 -0
  31. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.d.ts +8 -0
  32. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.js +2 -0
  33. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.js.map +1 -1
  34. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataSystemDisk.d.ts +1 -0
  35. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataSystemDisk.js +2 -0
  36. package/dist/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataSystemDisk.js.map +1 -1
  37. package/dist/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.d.ts +8 -1
  38. package/dist/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.js.map +1 -1
  39. package/dist/models/DescribePrefixListsRequest.d.ts +11 -0
  40. package/dist/models/DescribePrefixListsRequest.js.map +1 -1
  41. package/dist/models/DescribePrefixListsRequestTag.d.ts +16 -0
  42. package/dist/models/DescribePrefixListsRequestTag.js.map +1 -1
  43. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.d.ts +11 -0
  44. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.js.map +1 -1
  45. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.d.ts +16 -0
  46. package/dist/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.js.map +1 -1
  47. package/dist/models/DescribeSnapshotLinksRequest.d.ts +1 -1
  48. package/dist/models/InvokeCommandRequest.d.ts +10 -0
  49. package/dist/models/InvokeCommandRequest.js.map +1 -1
  50. package/dist/models/InvokeCommandShrinkRequest.d.ts +10 -0
  51. package/dist/models/InvokeCommandShrinkRequest.js.map +1 -1
  52. package/dist/models/ModifyNetworkInterfaceAttributeRequest.d.ts +8 -1
  53. package/dist/models/ModifyNetworkInterfaceAttributeRequest.js.map +1 -1
  54. package/dist/models/ModifyNetworkInterfaceAttributeRequestEnhancedNetwork.d.ts +1 -1
  55. package/dist/models/RunInstancesRequestDataDisk.d.ts +16 -10
  56. package/dist/models/RunInstancesRequestDataDisk.js.map +1 -1
  57. package/dist/models/model.d.ts +1 -0
  58. package/dist/models/model.js +34 -32
  59. package/dist/models/model.js.map +1 -1
  60. package/package.json +1 -1
  61. package/src/client.ts +12 -6
  62. package/src/models/CreateLaunchTemplateRequestDataDisk.ts +25 -15
  63. package/src/models/CreateLaunchTemplateRequestSystemDisk.ts +10 -0
  64. package/src/models/CreateLaunchTemplateVersionRequestDataDisk.ts +27 -17
  65. package/src/models/CreateLaunchTemplateVersionRequestSystemDisk.ts +10 -0
  66. package/src/models/CreateNetworkInterfaceRequest.ts +8 -1
  67. package/src/models/CreatePrefixListRequest.ts +11 -0
  68. package/src/models/CreatePrefixListRequestTag.ts +16 -0
  69. package/src/models/CreateStorageSetRequest.ts +3 -0
  70. package/src/models/DescribeInstanceAttributeResponseBody.ts +7 -0
  71. package/src/models/DescribeInstanceAttributeResponseBodyNetworkOptions.ts +30 -0
  72. package/src/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataDataDisksDataDisk.ts +10 -0
  73. package/src/models/DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSetsLaunchTemplateVersionSetLaunchTemplateDataSystemDisk.ts +3 -0
  74. package/src/models/DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInterfaceSet.ts +8 -1
  75. package/src/models/DescribePrefixListsRequest.ts +11 -0
  76. package/src/models/DescribePrefixListsRequestTag.ts +16 -0
  77. package/src/models/DescribePrefixListsResponseBodyPrefixListsPrefixList.ts +11 -0
  78. package/src/models/DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag.ts +16 -0
  79. package/src/models/DescribeSnapshotLinksRequest.ts +1 -1
  80. package/src/models/InvokeCommandRequest.ts +10 -0
  81. package/src/models/InvokeCommandShrinkRequest.ts +10 -0
  82. package/src/models/ModifyNetworkInterfaceAttributeRequest.ts +8 -1
  83. package/src/models/ModifyNetworkInterfaceAttributeRequestEnhancedNetwork.ts +1 -1
  84. package/src/models/RunInstancesRequestDataDisk.ts +16 -10
  85. package/src/models/model.ts +1 -0
@@ -13,7 +13,7 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
13
13
  autoSnapshotPolicyId?: string;
14
14
  /**
15
15
  * @remarks
16
- * Specifies whether to enable the performance burst feature for data disk N. Valid values:
16
+ * Specifies whether to enable the performance burst feature for the system disk. Valid values:
17
17
  *
18
18
  * * true
19
19
  * * false
@@ -26,12 +26,12 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
26
26
  * @remarks
27
27
  * The category of data disk N. Valid values:
28
28
  *
29
- * * cloud: basic disk.
30
- * * cloud_efficiency: ultra disk.
31
- * * cloud_ssd: standard SSD.
32
- * * cloud_auto: ESSD AutoPL disk.
33
- * * cloud_essd: ESSD.
34
- * * cloud_essd_entry: ESSD Entry disk.
29
+ * * cloud: basic disk
30
+ * * cloud_efficiency: utra disk
31
+ * * cloud_ssd: standard SSD
32
+ * * cloud_auto: Enterprise SSD (ESSD) AutoPL disk.
33
+ * * cloud_essd: ESSD
34
+ * * cloud_essd_entry: ESSD Entry disk
35
35
  *
36
36
  * For I/O optimized instances, the default value is cloud_efficiency. For non-I/O optimized instances, the default value is cloud.
37
37
  *
@@ -41,7 +41,7 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
41
41
  category?: string;
42
42
  /**
43
43
  * @remarks
44
- * Specifies whether to release data disk N when the instance is released. Valid values:
44
+ * Specifies whether to release data disk N when the associated instance is released. Valid values:
45
45
  *
46
46
  * * true
47
47
  * * false
@@ -75,7 +75,7 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
75
75
  device?: string;
76
76
  /**
77
77
  * @remarks
78
- * The name of data disk N. 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 digits, letters, colons (:), underscores (_), and hyphens (-).
78
+ * The name of data disk N. The name must be 2 to 128 characters in length. The name must start with a letter and cannot start with `http://` or `https://`. can contain letters, digits, colons (:), underscores (_), and hyphens (-).
79
79
  *
80
80
  * @example
81
81
  * testDataDiskName
@@ -89,14 +89,22 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
89
89
  * false
90
90
  */
91
91
  encrypted?: string;
92
+ /**
93
+ * @remarks
94
+ * The ID of the KMS key used for the data disk.
95
+ *
96
+ * @example
97
+ * 0e478b7a-4262-4802-b8cb-00d****
98
+ */
99
+ KMSKeyId?: string;
92
100
  /**
93
101
  * @remarks
94
102
  * The performance level of the ESSD to use as data disk N. The value of N must be the same as that in `DataDisk.N.Category` when DataDisk.N.Category is set to cloud_essd. Valid values:
95
103
  *
96
- * * PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.
97
- * * PL1 (default): A single ESSD can deliver up to 50,000 random read/write IOPS.
98
- * * PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.
99
- * * PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
104
+ * * PL0: A single ESSD can deliver up to 10000 random read/write IOPS.
105
+ * * PL1 (default): A single ESSD can deliver up to 50000 random read/write IOPS.
106
+ * * PL2: A single ESSD can deliver up to 100000 random read/write IOPS.
107
+ * * PL3: A single ESSD can deliver up to 1000000 random read/write IOPS.
100
108
  *
101
109
  * For information about ESSD performance levels, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
102
110
  *
@@ -120,11 +128,11 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
120
128
  * @remarks
121
129
  * The size of data disk N. Valid values of N: 1 to 16. Unit: GiB. Valid values:
122
130
  *
123
- * * Valid values if you set DataDisk.N.Category to cloud: 5 to 2000.
131
+ * * Valid values if DataDisk.N.Category is set to cloud: 5 to 2000.
124
132
  *
125
- * * Valid values if you set DataDisk.N.Category to cloud_efficiency: 20 to 32768.
133
+ * * Valid values if DataDisk.N.Category is set to cloud_efficiency: 20 to 32768.
126
134
  *
127
- * * Valid values if you set DataDisk.N.Category to cloud_ssd: 20 to 32768.
135
+ * * Valid values when DataDisk.N.Category is set to cloud_ssd: 20 to 32768.
128
136
  *
129
137
  * * Valid values if you set DataDisk.N.Category to cloud_essd: vary based on the `DataDisk.N.PerformanceLevel` value.
130
138
  *
@@ -147,7 +155,7 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
147
155
  * @remarks
148
156
  * The ID of the snapshot to use to create data disk N. Valid values of N: 1 to 16. When `DataDisk.N.SnapshotId` is specified, `DataDisk.N.Size` is ignored. The data disk is created with the size of the specified snapshot.
149
157
  *
150
- * Use snapshots created after July 15, 2013. Otherwise, an error is returned and your request is rejected.
158
+ * Use snapshots created on or after July 15, 2013. Otherwise, an error is returned and your request is rejected.
151
159
  *
152
160
  * @example
153
161
  * s-bp17441ohwka0yuh****
@@ -163,6 +171,7 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
163
171
  device: 'Device',
164
172
  diskName: 'DiskName',
165
173
  encrypted: 'Encrypted',
174
+ KMSKeyId: 'KMSKeyId',
166
175
  performanceLevel: 'PerformanceLevel',
167
176
  provisionedIops: 'ProvisionedIops',
168
177
  size: 'Size',
@@ -180,6 +189,7 @@ export class CreateLaunchTemplateVersionRequestDataDisk extends $dara.Model {
180
189
  device: 'string',
181
190
  diskName: 'string',
182
191
  encrypted: 'string',
192
+ KMSKeyId: 'string',
183
193
  performanceLevel: 'string',
184
194
  provisionedIops: 'number',
185
195
  size: 'number',
@@ -91,6 +91,14 @@ export class CreateLaunchTemplateVersionRequestSystemDisk extends $dara.Model {
91
91
  * 30000
92
92
  */
93
93
  iops?: number;
94
+ /**
95
+ * @remarks
96
+ * The ID of the KMS key to use for the system disk.
97
+ *
98
+ * @example
99
+ * 0e478b7a-4262-4802-b8cb-00d3fb40****
100
+ */
101
+ KMSKeyId?: string;
94
102
  /**
95
103
  * @remarks
96
104
  * The performance level of the ESSD to be used as the system disk. Default value: PL0. Valid values:
@@ -141,6 +149,7 @@ export class CreateLaunchTemplateVersionRequestSystemDisk extends $dara.Model {
141
149
  diskName: 'DiskName',
142
150
  encrypted: 'Encrypted',
143
151
  iops: 'Iops',
152
+ KMSKeyId: 'KMSKeyId',
144
153
  performanceLevel: 'PerformanceLevel',
145
154
  provisionedIops: 'ProvisionedIops',
146
155
  size: 'Size',
@@ -157,6 +166,7 @@ export class CreateLaunchTemplateVersionRequestSystemDisk extends $dara.Model {
157
166
  diskName: 'string',
158
167
  encrypted: 'string',
159
168
  iops: 'number',
169
+ KMSKeyId: 'string',
160
170
  performanceLevel: 'string',
161
171
  provisionedIops: 'number',
162
172
  size: 'number',
@@ -266,7 +266,14 @@ export class CreateNetworkInterfaceRequest extends $dara.Model {
266
266
  securityGroupIds?: string[];
267
267
  /**
268
268
  * @remarks
269
- * > This parameter is in invitational preview and is not publicly available.
269
+ * Specifies whether to enable the source and destination IP address check feature. We recommend that you enable the feature to improve network security. Valid value:
270
+ *
271
+ * * true
272
+ * * false
273
+ *
274
+ * Default value: false.
275
+ *
276
+ * > This feature is available only in some regions. Before you use this method, read [Source and destination IP address check](https://help.aliyun.com/document_detail/2863210.html).
270
277
  *
271
278
  * @example
272
279
  * false
@@ -71,9 +71,20 @@ export class CreatePrefixListRequest extends $dara.Model {
71
71
  * cn-chengdu
72
72
  */
73
73
  regionId?: string;
74
+ /**
75
+ * @remarks
76
+ * The ID of the resource group to which to assign the prefix list.
77
+ *
78
+ * @example
79
+ * rg-bp67acfmxazb4p****
80
+ */
74
81
  resourceGroupId?: string;
75
82
  resourceOwnerAccount?: string;
76
83
  resourceOwnerId?: number;
84
+ /**
85
+ * @remarks
86
+ * The tags to add to the prefix list.
87
+ */
77
88
  tag?: CreatePrefixListRequestTag[];
78
89
  static names(): { [key: string]: string } {
79
90
  return {
@@ -3,7 +3,23 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class CreatePrefixListRequestTag extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The key of tag N. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
9
+ *
10
+ * @example
11
+ * TestKey
12
+ */
6
13
  key?: string;
14
+ /**
15
+ * @remarks
16
+ * The value of tag N. Valid values of N: 1 to 20. The tag value can be an empty string.
17
+ *
18
+ * The tag value can be up to 128 characters in length and cannot contain` http:// or https:// `.
19
+ *
20
+ * @example
21
+ * TestValue
22
+ */
7
23
  value?: string;
8
24
  static names(): { [key: string]: string } {
9
25
  return {
@@ -42,6 +42,7 @@ export class CreateStorageSetRequest extends $dara.Model {
42
42
  * cn-hangzhou
43
43
  */
44
44
  regionId?: string;
45
+ resourceGroupId?: string;
45
46
  resourceOwnerAccount?: string;
46
47
  resourceOwnerId?: number;
47
48
  /**
@@ -71,6 +72,7 @@ export class CreateStorageSetRequest extends $dara.Model {
71
72
  ownerAccount: 'OwnerAccount',
72
73
  ownerId: 'OwnerId',
73
74
  regionId: 'RegionId',
75
+ resourceGroupId: 'ResourceGroupId',
74
76
  resourceOwnerAccount: 'ResourceOwnerAccount',
75
77
  resourceOwnerId: 'ResourceOwnerId',
76
78
  storageSetName: 'StorageSetName',
@@ -87,6 +89,7 @@ export class CreateStorageSetRequest extends $dara.Model {
87
89
  ownerAccount: 'string',
88
90
  ownerId: 'number',
89
91
  regionId: 'string',
92
+ resourceGroupId: 'string',
90
93
  resourceOwnerAccount: 'string',
91
94
  resourceOwnerId: 'number',
92
95
  storageSetName: 'string',
@@ -3,6 +3,7 @@ import * as $dara from '@darabonba/typescript';
3
3
  import { DescribeInstanceAttributeResponseBodyDedicatedHostAttribute } from "./DescribeInstanceAttributeResponseBodyDedicatedHostAttribute";
4
4
  import { DescribeInstanceAttributeResponseBodyEipAddress } from "./DescribeInstanceAttributeResponseBodyEipAddress";
5
5
  import { DescribeInstanceAttributeResponseBodyInnerIpAddress } from "./DescribeInstanceAttributeResponseBodyInnerIpAddress";
6
+ import { DescribeInstanceAttributeResponseBodyNetworkOptions } from "./DescribeInstanceAttributeResponseBodyNetworkOptions";
6
7
  import { DescribeInstanceAttributeResponseBodyOperationLocks } from "./DescribeInstanceAttributeResponseBodyOperationLocks";
7
8
  import { DescribeInstanceAttributeResponseBodyPublicIpAddress } from "./DescribeInstanceAttributeResponseBodyPublicIpAddress";
8
9
  import { DescribeInstanceAttributeResponseBodySecurityGroupIds } from "./DescribeInstanceAttributeResponseBodySecurityGroupIds";
@@ -202,6 +203,7 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
202
203
  * 16384
203
204
  */
204
205
  memory?: number;
206
+ networkOptions?: DescribeInstanceAttributeResponseBodyNetworkOptions;
205
207
  /**
206
208
  * @remarks
207
209
  * The reason why the instance was locked. Valid values:
@@ -321,6 +323,7 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
321
323
  internetMaxBandwidthOut: 'InternetMaxBandwidthOut',
322
324
  ioOptimized: 'IoOptimized',
323
325
  memory: 'Memory',
326
+ networkOptions: 'NetworkOptions',
324
327
  operationLocks: 'OperationLocks',
325
328
  publicIpAddress: 'PublicIpAddress',
326
329
  regionId: 'RegionId',
@@ -360,6 +363,7 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
360
363
  internetMaxBandwidthOut: 'number',
361
364
  ioOptimized: 'string',
362
365
  memory: 'number',
366
+ networkOptions: DescribeInstanceAttributeResponseBodyNetworkOptions,
363
367
  operationLocks: DescribeInstanceAttributeResponseBodyOperationLocks,
364
368
  publicIpAddress: DescribeInstanceAttributeResponseBodyPublicIpAddress,
365
369
  regionId: 'string',
@@ -384,6 +388,9 @@ export class DescribeInstanceAttributeResponseBody extends $dara.Model {
384
388
  if(this.innerIpAddress && typeof (this.innerIpAddress as any).validate === 'function') {
385
389
  (this.innerIpAddress as any).validate();
386
390
  }
391
+ if(this.networkOptions && typeof (this.networkOptions as any).validate === 'function') {
392
+ (this.networkOptions as any).validate();
393
+ }
387
394
  if(this.operationLocks && typeof (this.operationLocks as any).validate === 'function') {
388
395
  (this.operationLocks as any).validate();
389
396
  }
@@ -0,0 +1,30 @@
1
+ // This file is auto-generated, don't edit it
2
+ import * as $dara from '@darabonba/typescript';
3
+
4
+
5
+ export class DescribeInstanceAttributeResponseBodyNetworkOptions extends $dara.Model {
6
+ enableJumboFrame?: boolean;
7
+ enableNetworkEncryption?: boolean;
8
+ static names(): { [key: string]: string } {
9
+ return {
10
+ enableJumboFrame: 'EnableJumboFrame',
11
+ enableNetworkEncryption: 'EnableNetworkEncryption',
12
+ };
13
+ }
14
+
15
+ static types(): { [key: string]: any } {
16
+ return {
17
+ enableJumboFrame: 'boolean',
18
+ enableNetworkEncryption: 'boolean',
19
+ };
20
+ }
21
+
22
+ validate() {
23
+ super.validate();
24
+ }
25
+
26
+ constructor(map?: { [key: string]: any }) {
27
+ super(map);
28
+ }
29
+ }
30
+
@@ -75,6 +75,14 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
75
75
  * false
76
76
  */
77
77
  encrypted?: string;
78
+ /**
79
+ * @remarks
80
+ * The ID of the KMS key used for the data disk.
81
+ *
82
+ * @example
83
+ * 0e478b7a-4262-4802-b8cb-00d3fb40****
84
+ */
85
+ KMSKeyId?: string;
78
86
  /**
79
87
  * @remarks
80
88
  * The performance level of the ESSD to use as a data disk. This parameter is returned only when the value of `Category` is cloud_essd. Valid values:
@@ -126,6 +134,7 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
126
134
  device: 'Device',
127
135
  diskName: 'DiskName',
128
136
  encrypted: 'Encrypted',
137
+ KMSKeyId: 'KMSKeyId',
129
138
  performanceLevel: 'PerformanceLevel',
130
139
  provisionedIops: 'ProvisionedIops',
131
140
  size: 'Size',
@@ -143,6 +152,7 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
143
152
  device: 'string',
144
153
  diskName: 'string',
145
154
  encrypted: 'string',
155
+ KMSKeyId: 'string',
146
156
  performanceLevel: 'string',
147
157
  provisionedIops: 'number',
148
158
  size: 'number',
@@ -11,6 +11,7 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
11
11
  diskName?: string;
12
12
  encrypted?: string;
13
13
  iops?: number;
14
+ KMSKeyId?: string;
14
15
  performanceLevel?: string;
15
16
  provisionedIops?: number;
16
17
  size?: number;
@@ -24,6 +25,7 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
24
25
  diskName: 'DiskName',
25
26
  encrypted: 'Encrypted',
26
27
  iops: 'Iops',
28
+ KMSKeyId: 'KMSKeyId',
27
29
  performanceLevel: 'PerformanceLevel',
28
30
  provisionedIops: 'ProvisionedIops',
29
31
  size: 'Size',
@@ -40,6 +42,7 @@ export class DescribeLaunchTemplateVersionsResponseBodyLaunchTemplateVersionSets
40
42
  diskName: 'string',
41
43
  encrypted: 'string',
42
44
  iops: 'number',
45
+ KMSKeyId: 'string',
43
46
  performanceLevel: 'string',
44
47
  provisionedIops: 'number',
45
48
  size: 'number',
@@ -183,7 +183,14 @@ export class DescribeNetworkInterfacesResponseBodyNetworkInterfaceSetsNetworkInt
183
183
  serviceManaged?: boolean;
184
184
  /**
185
185
  * @remarks
186
- * > This parameter is in invitational preview and is not publicly available.
186
+ * Indicates whether the source and destination IP address check feature is enabled. To improve network security, enable this feature. Valid values:
187
+ *
188
+ * * true
189
+ * * false
190
+ *
191
+ * Default value: false.
192
+ *
193
+ * > Before you use this parameter, read [Source and destination IP address check](https://help.aliyun.com/document_detail/2863210.html).
187
194
  *
188
195
  * @example
189
196
  * false
@@ -65,9 +65,20 @@ export class DescribePrefixListsRequest extends $dara.Model {
65
65
  * cn-chengdu
66
66
  */
67
67
  regionId?: string;
68
+ /**
69
+ * @remarks
70
+ * The ID of the resource group to which the prefix list belongs.
71
+ *
72
+ * @example
73
+ * rg-bp67acfmxazb4p****
74
+ */
68
75
  resourceGroupId?: string;
69
76
  resourceOwnerAccount?: string;
70
77
  resourceOwnerId?: number;
78
+ /**
79
+ * @remarks
80
+ * The tags of the prefix list.
81
+ */
71
82
  tag?: DescribePrefixListsRequestTag[];
72
83
  static names(): { [key: string]: string } {
73
84
  return {
@@ -3,7 +3,23 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribePrefixListsRequestTag extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The key of tag N of the prefix list. Valid values of N: 1 to 20. The tag key cannot be an empty string. The tag key can be up to 128 characters in length. It cannot start with aliyun or acs: and cannot contain `http:// or https://`.
9
+ *
10
+ * @example
11
+ * TestKey
12
+ */
6
13
  key?: string;
14
+ /**
15
+ * @remarks
16
+ * The value of tag N of the prefix list. Valid values of N: 1 to 20. The tag value can be an empty string.
17
+ *
18
+ * The tag value can be up to 128 characters in length and cannot contain `http:// or https://`.
19
+ *
20
+ * @example
21
+ * TestValue
22
+ */
7
23
  value?: string;
8
24
  static names(): { [key: string]: string } {
9
25
  return {
@@ -63,7 +63,18 @@ export class DescribePrefixListsResponseBodyPrefixListsPrefixList extends $dara.
63
63
  * PrefixListNameSample
64
64
  */
65
65
  prefixListName?: string;
66
+ /**
67
+ * @remarks
68
+ * The ID of the resource group to which the prefix list belongs.
69
+ *
70
+ * @example
71
+ * rg-bp67acfmxazb4p****
72
+ */
66
73
  resourceGroupId?: string;
74
+ /**
75
+ * @remarks
76
+ * The tags of the prefix list.
77
+ */
67
78
  tags?: DescribePrefixListsResponseBodyPrefixListsPrefixListTags;
68
79
  static names(): { [key: string]: string } {
69
80
  return {
@@ -3,7 +3,23 @@ import * as $dara from '@darabonba/typescript';
3
3
 
4
4
 
5
5
  export class DescribePrefixListsResponseBodyPrefixListsPrefixListTagsTag extends $dara.Model {
6
+ /**
7
+ * @remarks
8
+ * The tag value. A prefix list can have 1 to 20 tags. The tag value can be an empty string.
9
+ *
10
+ * The tag value can be up to 128 characters in length and cannot contain `http:// or https://`.
11
+ *
12
+ * @example
13
+ * TestValue
14
+ */
6
15
  tagKey?: string;
16
+ /**
17
+ * @remarks
18
+ * The tag key. A prefix list can have 1 to 20 tags. The tag key cannot be an empty string. The tag key can be up to 128 characters in length and cannot start with `acs:` or `aliyun`. It cannot contain `http://` or `https://`.
19
+ *
20
+ * @example
21
+ * TestKey
22
+ */
7
23
  tagValue?: string;
8
24
  static names(): { [key: string]: string } {
9
25
  return {
@@ -35,7 +35,7 @@ export class DescribeSnapshotLinksRequest extends $dara.Model {
35
35
  pageNumber?: number;
36
36
  /**
37
37
  * @remarks
38
- * The number of entries to return on each page. Valid values: 1 to 100.
38
+ * The number of entries per page. Valid values: 1 to 100.
39
39
  *
40
40
  * Default value: 10.
41
41
  *
@@ -245,6 +245,16 @@ export class InvokeCommandRequest extends $dara.Model {
245
245
  * axtSecretPassword
246
246
  */
247
247
  windowsPasswordName?: string;
248
+ /**
249
+ * @remarks
250
+ * The execution path of the command on ECS instances. The value can be up to 200 characters in length.
251
+ *
252
+ * * If you do not specify this parameter, the execution path specified when the command is created is used.
253
+ * * This execution path is applicable only to this task. The execution path of the command is not changed.
254
+ *
255
+ * @example
256
+ * /home/user
257
+ */
248
258
  workingDir?: string;
249
259
  static names(): { [key: string]: string } {
250
260
  return {
@@ -245,6 +245,16 @@ export class InvokeCommandShrinkRequest extends $dara.Model {
245
245
  * axtSecretPassword
246
246
  */
247
247
  windowsPasswordName?: string;
248
+ /**
249
+ * @remarks
250
+ * The execution path of the command on ECS instances. The value can be up to 200 characters in length.
251
+ *
252
+ * * If you do not specify this parameter, the execution path specified when the command is created is used.
253
+ * * This execution path is applicable only to this task. The execution path of the command is not changed.
254
+ *
255
+ * @example
256
+ * /home/user
257
+ */
248
258
  workingDir?: string;
249
259
  static names(): { [key: string]: string } {
250
260
  return {
@@ -110,7 +110,14 @@ export class ModifyNetworkInterfaceAttributeRequest extends $dara.Model {
110
110
  securityGroupId?: string[];
111
111
  /**
112
112
  * @remarks
113
- * > This parameter is in invitational preview and is not publicly available.
113
+ * Source and destination IP address check We recommend that you enable the feature to improve network security. Valid value:
114
+ *
115
+ * * true
116
+ * * false
117
+ *
118
+ * Default value: false.
119
+ *
120
+ * > This feature is available only in some regions. Before you use this method, read [Source and destination IP address check](https://help.aliyun.com/document_detail/2863210.html).
114
121
  *
115
122
  * @example
116
123
  * false
@@ -5,7 +5,7 @@ import * as $dara from '@darabonba/typescript';
5
5
  export class ModifyNetworkInterfaceAttributeRequestEnhancedNetwork extends $dara.Model {
6
6
  /**
7
7
  * @remarks
8
- * >This parameter is in invitational preview and is not publicly available.
8
+ * > This parameter is not publicly available.
9
9
  *
10
10
  * @example
11
11
  * false
@@ -15,7 +15,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
15
15
  * @remarks
16
16
  * Specifies whether to enable the performance burst feature for data disk N. Valid values:
17
17
  *
18
- * * true: enables the performance burst feature for the data disk.
18
+ * * true: enables the performance burst feature for the system disk.
19
19
  * * false: disables the performance burst feature for the data disk.
20
20
  *
21
21
  * > This parameter is available only if you set DataDisk.N.Category to cloud_auto. For more information, see [ESSD AutoPL disks](https://help.aliyun.com/document_detail/368372.html).
@@ -28,7 +28,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
28
28
  * @remarks
29
29
  * The category of data disk N. Valid values:
30
30
  *
31
- * * cloud_efficiency: ultra disk.
31
+ * * cloud_efficiency: utra disk.
32
32
  *
33
33
  * * cloud_ssd: standard SSD.
34
34
  *
@@ -38,6 +38,8 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
38
38
  *
39
39
  * * cloud_auto: ESSD AutoPL disk.
40
40
  *
41
+ * * cloud_regional_disk_auto: Regional ESSD.
42
+ *
41
43
  * * cloud_essd_entry: ESSD Entry disk.
42
44
  *
43
45
  * **
@@ -46,7 +48,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
46
48
  *
47
49
  * * elastic_ephemeral_disk_standard: standard elastic ephemeral disk.
48
50
  *
49
- * * elastic_ephemeral_disk_premium: premium elastic ephemeral disk.
51
+ * * elastic_ephemeral_disk_premium: premium elastic ephemeral disk
50
52
  *
51
53
  * For I/O optimized instances, the default value is cloud_efficiency. For non-I/O optimized instances, the default value is cloud.
52
54
  *
@@ -82,7 +84,11 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
82
84
  * * 1st to 25th data disks: /dev/xvd`[b-z]`.
83
85
  * * From the 26th data disk on: /dev/xvd`[aa-zz]`. For example, the 26th data disk is named /dev/xvdaa, the 27th data disk is named /dev/xvdab, and so on.
84
86
  *
85
- * > This parameter is applicable to scenarios in which a full image is used to create instances. A full image is an image that contains an operating system, application software, and business data. For these scenarios, you can set this parameter to the mount point of data disk N in the full image and modify `DataDisk.N.Size` and `DataDisk.N.Category` to change the category and size of data disk N created based on the image.
87
+ * >
88
+ *
89
+ * * This parameter is applicable to scenarios in which a full image is used to create instances. A full image is an image that contains an operating system, application software, and business data. For these scenarios, you can set this parameter to the mount point of data disk N in the full image and modify `DataDisk.N.Size` and `DataDisk.N.Category` to change the category and size of data disk N created based on the image.
90
+ *
91
+ * * When you use a full image to create an ECS instance, the data disks in the image are created as the first N data disks of the instance.
86
92
  *
87
93
  * @example
88
94
  * /dev/xvdb
@@ -121,7 +127,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
121
127
  encrypted?: string;
122
128
  /**
123
129
  * @remarks
124
- * The ID of the Key Management Service (KMS) key to use for data disk N.
130
+ * The ID of the KMS key used for the data disk.
125
131
  *
126
132
  * @example
127
133
  * 0e478b7a-4262-4802-b8cb-00d3fb40****
@@ -131,10 +137,10 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
131
137
  * @remarks
132
138
  * The performance level of the ESSD to use as data disk N. The value of N must be the same as that in `DataDisk.N.Category` when DataDisk.N.Category is set to cloud_essd. Valid values:
133
139
  *
134
- * * PL0: A single ESSD can deliver up to 10,000 random read/write IOPS.
135
- * * PL1 (default): A single ESSD can deliver up to 50,000 random read/write IOPS.
136
- * * PL2: A single ESSD can deliver up to 100,000 random read/write IOPS.
137
- * * PL3: A single ESSD can deliver up to 1,000,000 random read/write IOPS.
140
+ * * PL0: A single ESSD can deliver up to 10000 random read/write IOPS.
141
+ * * PL1 (default): A single ESSD can deliver up to 50000 random read/write IOPS.
142
+ * * PL2: A single ESSD can deliver up to 100000 random read/write IOPS.
143
+ * * PL3: A single ESSD can deliver up to 1000000 random read/write IOPS.
138
144
  *
139
145
  * For information about ESSD performance levels, see [ESSDs](https://help.aliyun.com/document_detail/122389.html).
140
146
  *
@@ -185,7 +191,7 @@ export class RunInstancesRequestDataDisk extends $dara.Model {
185
191
  * @remarks
186
192
  * The ID of the snapshot to use to create data disk N. Valid values of N: 1 to 16.
187
193
  *
188
- * When `DataDisk.N.SnapshotId` is specified, `DataDisk.N.Size` is ignored. The data disk is created with the size of the specified snapshot. Use snapshots created after July 15, 2013. Otherwise, an error is returned and your request is rejected.
194
+ * When `DataDisk.N.SnapshotId` is specified, `DataDisk.N.Size` is ignored. The data disk is created with the size of the specified snapshot. Use snapshots created on or after July 15, 2013. Otherwise, an error is returned and your request is rejected.
189
195
  *
190
196
  * @example
191
197
  * s-bp17441ohwka0yuh****
@@ -370,6 +370,7 @@ export { DescribeInstanceAttachmentAttributesResponseBodyInstances } from './Des
370
370
  export { DescribeInstanceAttributeResponseBodyDedicatedHostAttribute } from './DescribeInstanceAttributeResponseBodyDedicatedHostAttribute';
371
371
  export { DescribeInstanceAttributeResponseBodyEipAddress } from './DescribeInstanceAttributeResponseBodyEipAddress';
372
372
  export { DescribeInstanceAttributeResponseBodyInnerIpAddress } from './DescribeInstanceAttributeResponseBodyInnerIpAddress';
373
+ export { DescribeInstanceAttributeResponseBodyNetworkOptions } from './DescribeInstanceAttributeResponseBodyNetworkOptions';
373
374
  export { DescribeInstanceAttributeResponseBodyOperationLocksLockReason } from './DescribeInstanceAttributeResponseBodyOperationLocksLockReason';
374
375
  export { DescribeInstanceAttributeResponseBodyOperationLocks } from './DescribeInstanceAttributeResponseBodyOperationLocks';
375
376
  export { DescribeInstanceAttributeResponseBodyPublicIpAddress } from './DescribeInstanceAttributeResponseBodyPublicIpAddress';